@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 fp=Object.create;var Qa=Object.defineProperty;var Tp=Object.getOwnPropertyDescriptor;var hp=Object.getOwnPropertyNames;var xp=Object.getPrototypeOf,Np=Object.prototype.hasOwnProperty;var gp=(e,t)=>{for(var o in t)Qa(e,o,{get:t[o],enumerable:!0})},Wn=(e,t,o,a)=>{if(t&&typeof t=="object"||typeof t=="function")for(let l of hp(t))!Np.call(e,l)&&l!==o&&Qa(e,l,{get:()=>t[l],enumerable:!(a=Tp(t,l))||a.enumerable});return e};var Jn=(e,t,o)=>(o=e!=null?fp(xp(e)):{},Wn(t||!e||!e.__esModule?Qa(o,"default",{value:e,enumerable:!0}):o,e)),kp=e=>Wn(Qa({},"__esModule",{value:!0}),e);var mx={};gp(mx,{PropertyGrid:()=>xo,default:()=>px});module.exports=kp(mx);var r=(...e)=>e.filter(t=>t!==!0&&!!t).map(t=>Array.isArray(t)?r(...t):typeof t=="object"?Object.keys(t).map((o,a)=>t[a]||t[o]&&o||null).filter(o=>o!==null).join(" "):t).filter(t=>!!t).join(" ");var I=(e,t)=>r({[`${e}-xs`]:t.size==="xsmall",[`${e}-sm`]:t.size==="small",[`${e}-md`]:t.size==="medium",[`${e}-lg`]:t.size==="large",[`${e}-xl`]:t.size==="xlarge",[`${e}-xxl`]:t.size==="xxlarge",[`${e}-xxxl`]:t.size==="xxxlarge"},{[`${e}-${t.fillMode}`]:t.fillMode},{[`${e}-${t.themeColor}`]:t.themeColor},{"k-rounded-sm":t.rounded==="small","k-rounded-md":t.rounded==="medium","k-rounded-lg":t.rounded==="large","k-rounded-full":t.rounded==="full","k-rounded-none":t.rounded==="none"}),G=(e,t)=>{let{valid:o,invalid:a,hover:l,focus:i,checked:p,active:b,selected:g,disabled:v,indeterminate:M,loading:C,empty:f,readonly:A,highlighted:w,...O}=t;return r({"k-valid":o,"k-invalid":a,"k-hover":l,"k-focus":i,"k-checked":p,"k-active":b,"k-selected":g,"k-disabled":v,"k-indeterminate":M&&!p,"k-loading":C,"k-empty":f,"k-readonly":A,"k-highlighted":w},Object.keys(O).reduce((B,D)=>(D.startsWith("k-")?B[D]=O[D]:B[`k-${D}`]=O[D],B),{}))};function qn(e,t){if(!t)return{};let o=Array.isArray(t)?t:[t];return Object.fromEntries(o.map(a=>[`k-${a}`,!0]))}var d={undefined:void 0,xsmall:"xsmall",small:"small",medium:"medium",large:"large",xlarge:"xlarge",xxlarge:"xxlarge",xxxlarge:"xxxlarge"},x={undefined:void 0,none:"none",small:"small",medium:"medium",large:"large",full:"full"},k={undefined:void 0,solid:"solid",flat:"flat",outline:"outline",clear:"clear",link:"link"},h={undefined:void 0,inherit:"inherit",base:"base",primary:"primary",secondary:"secondary",tertiary:"tertiary",info:"info",success:"success",warning:"warning",error:"error",dark:"dark",light:"light",inverse:"inverse"},n={open:"open",hover:"hover",focus:"focus",active:"active",selected:"selected",disabled:"disabled",valid:"valid",invalid:"invalid",loading:"loading",required:"required",empty:"empty",indeterminate:"indeterminate",checked:"checked",readonly:"readonly",highlighted:"highlighted",generating:"generating",expanded:"expanded"};var Z="grid",j=Z;var ja=require("react/jsx-runtime"),Za="k-grid",vp=[],Lp={size:[d.undefined,d.small,d.medium,d.large]},Cp=[],Yn={pagerPosition:"bottom"},W=e=>{let{size:t,pagerPosition:o=Yn.pagerPosition,toolbar:a,pager:l,groupingHeader:i,gridSelectionAggregates:p,_renderAriaRoot:b,resizable:g,...v}=e;return(0,ja.jsxs)("div",{...v,className:r(e.className,Za,{[`${Za}-resizable`]:g},I(Za,{size:t})),children:[a,o==="top"&&l,i,e.children&&b?(0,ja.jsx)("div",{className:"k-grid-aria-root",children:e.children}):e.children,p,o==="bottom"&&l]})};W.states=vp;W.options=Lp;W.variants=Cp;W.className=Za;W.defaultOptions=Yn;W.moduleName=Z;W.folderName=j;var Zn=require("react/jsx-runtime"),Qn="k-grid-header",J=e=>{let{draggable:t,...o}=e;return(0,Zn.jsx)("div",{...o,className:r(e.className,Qn,{"k-grid-draggable-header":t}),children:e.children})};J.className=Qn;J.moduleName=Z;J.folderName=j;var jo=require("react/jsx-runtime"),jn="k-grouping-header",oo=e=>{let{dropHint:t,dropClue:o,...a}=e;return(0,jo.jsxs)("div",{...a,className:r(e.className,jn),children:[o&&(0,jo.jsx)("div",{className:"k-grouping-dropclue"}),e.children,(0,jo.jsx)("div",{className:"k-grouping-drop-container",children:t})]})};oo.className=jn;oo.moduleName=Z;oo.folderName=j;var oi=require("react/jsx-runtime"),ei="k-grid-sticky-container",ti={position:"top"},er=e=>{let{position:t=ti.position,...o}=e;return(0,oi.jsx)("div",{...o,className:r(e.className,ei,{"k-grid-sticky-top-container":t==="top","k-grid-sticky-bottom-container":t==="bottom"}),children:e.children})};er.className=ei;er.defaultProps=ti;er.moduleName=Z;er.folderName=j;var Ee="table",_e=Ee;var ri=require("react/jsx-runtime"),ai="k-data-table",Mp=[],yp={size:[d.undefined,d.small,d.medium,d.large]},Sp={},zt=e=>{let{size:t,...o}=e;return(0,ri.jsx)("div",{...o,className:r(e.className,ai,I("k-table",{size:t})),children:e.children})};zt.states=Mp;zt.options=yp;zt.className=ai;zt.defaultOptions=Sp;zt.moduleName=Ee;zt.folderName=_e;var li=require("react/jsx-runtime"),Kr="k-table-header-wrap",wp=[n.hover,n.focus,n.disabled],Ap={},Ep={},ao=e=>{let{children:t,hover:o,focus:a,disabled:l,...i}=e;return(0,li.jsx)("div",{...i,className:r(e.className,Kr,G(Kr,{hover:o,focus:a,disabled:l})),children:t})};ao.states=wp;ao.options=Ap;ao.className=Kr;ao.defaultOptions=Ep;ao.moduleName=Ee;ao.folderName=_e;var ni=require("react/jsx-runtime"),Dr="k-table",Ip=[],Rp={size:[d.undefined,d.small,d.medium,d.large]},Op={},ze=e=>{let{size:t,...o}=e;return(0,ni.jsx)("table",{...o,className:r(e.className,Dr,I(Dr,{size:t})),children:e.children})};ze.states=Ip;ze.options=Rp;ze.className=Dr;ze.defaultOptions=Op;ze.moduleName=Ee;ze.folderName=_e;var tr=require("react/jsx-runtime"),Br="k-table-header",Hp=[n.hover,n.focus,n.disabled],Pp={},Gp={},Ut=e=>{let{children:t,hover:o,focus:a,disabled:l,...i}=e;return(0,tr.jsx)("div",{...i,className:r(e.className,Br,G(Br,{hover:o,focus:a,disabled:l})),children:(0,tr.jsx)(ao,{children:(0,tr.jsx)(ze,{children:t})})})};Ut.states=Hp;Ut.options=Pp;Ut.className=Br;Ut.defaultOptions=Gp;Ut.moduleName=Ee;Ut.folderName=_e;var si=require("react/jsx-runtime"),ii="k-table-scroller",Kp=[],Dp={},Bp={},Ro=e=>{let{children:t,...o}=e;return(0,si.jsx)("div",{...o,className:r(e.className,ii),children:t})};Ro.states=Kp;Ro.options=Dp;Ro.className=ii;Ro.defaultOptions=Bp;Ro.moduleName=Ee;Ro.folderName=_e;var _p=require("react/jsx-runtime");var ci=require("react/jsx-runtime"),di="k-table-footer",zp=[],Up={},Fp={},ro=e=>{let{children:t,...o}=e;return(0,ci.jsx)("div",{...o,className:r(e.className,di),children:t})};ro.states=zp;ro.options=Up;ro.className=di;ro.defaultOptions=Fp;ro.moduleName=Ee;ro.folderName=_e;var pi=require("react/jsx-runtime"),_r="k-table-list",Vp=[],$p={size:[d.undefined,d.small,d.medium,d.large]},Xp={},lo=e=>{let{size:t,virtualization:o,...a}=e;return(0,pi.jsx)("ul",{...a,className:r(e.className,"k-table",_r,I(_r,{size:t}),{"k-virtual-table":o}),children:e.children})};lo.states=Vp;lo.options=$p;lo.className=_r;lo.defaultOptions=Xp;lo.moduleName=Ee;lo.folderName=_e;var mi=require("react/jsx-runtime"),Wp="k-table-thead",X=e=>(0,mi.jsx)("thead",{className:r(e.className,Wp),children:e.children});var ui=require("react/jsx-runtime"),Jp="k-table-tbody",ae=e=>(0,ui.jsx)("tbody",{className:r(e.className,Jp),children:e.children});var qp=require("react/jsx-runtime");var bi=require("react/jsx-runtime"),zr="k-table-row",Yp=[n.hover,n.focus,n.selected,n.disabled,n.highlighted],L=e=>{let{hover:t,focus:o,selected:a,highlighted:l,disabled:i,alt:p,...b}=e;return(0,bi.jsx)("tr",{...b,className:r(e.className,zr,{"k-table-alt-row":p},G(zr,{hover:t,focus:o,disabled:i,selected:a,highlighted:l})),children:e.children})};L.states=Yp;L.className=zr;var fi=require("react/jsx-runtime"),Ur="k-table-row",Qp=[n.hover,n.focus,n.selected,n.disabled],or=e=>{let{hover:t,focus:o,selected:a,disabled:l,alt:i,...p}=e;return(0,fi.jsx)("li",{...p,className:r(e.className,Ur,{"k-table-alt-row":i},G(Ur,{hover:t,focus:o,disabled:l,selected:a})),children:e.children})};or.states=Qp;or.className=Ur;var hi=require("react/jsx-runtime"),Ti="k-table-th",Ft=e=>{let{text:t,colspan:o,rowspan:a,...l}=e,i=t||e.children;return(0,hi.jsx)("th",{colSpan:o,rowSpan:a,...l,className:r(e.className,Ti),children:i})};Ft.className=Ti;Ft.moduleName=Ee;Ft.folderName=_e;var Zp=require("react/jsx-runtime");var xi=require("react/jsx-runtime"),Fr="k-table-td",jp=[n.focus,n.selected,n.highlighted],s=e=>{let{focus:t,selected:o,highlighted:a,text:l,colspan:i,rowspan:p,...b}=e,g=l||e.children;return(0,xi.jsx)("td",{colSpan:i,rowSpan:p,...b,className:r(e.className,Fr,G(Fr,{focus:t,selected:o,highlighted:a})),children:g})};s.states=jp;s.className=Fr;var em=require("react/jsx-runtime");var tm=require("react/jsx-runtime");var om=require("react/jsx-runtime");var am=require("react/jsx-runtime");var rm=require("react/jsx-runtime");var gi=require("react/jsx-runtime");var ki=require("react/jsx-runtime");var vi=require("react/jsx-runtime");var Vr=require("react/jsx-runtime");var Ci=require("react/jsx-runtime"),Li="k-grid-header-table",q=e=>(0,Ci.jsx)(ze,{...e,className:r(e.className,Li),children:e.children});q.className=Li;q.moduleName=Z;q.folderName=j;var ea=require("react/jsx-runtime"),$r="k-font-icon",sm=[],dm={size:[d.undefined,d.xsmall,d.small,d.medium,d.large,d.xlarge,d.xxlarge,d.xxxlarge],themeColor:[h.undefined,h.base,h.primary,h.secondary,h.tertiary,h.success,h.warning,h.error,h.info,h.light,h.dark]},cm={},ta=e=>{let{size:t,themeColor:o,icon:a,rotate:l,flip:i,...p}=e;return a?(0,ea.jsx)("span",{...p,className:r(e.className,$r,I($r,{size:t}),{[`k-i-${a}`]:a,[`k-color-${o}`]:o,[`k-rotate-${l}`]:l,"k-flip-h":i==="h"||i==="both","k-flip-v":i==="v"||i==="both"}),"aria-hidden":"true"}):(0,ea.jsx)(ea.Fragment,{})};ta.states=sm;ta.options=dm;ta.className=$r;ta.defaultOptions=cm;var Mi=ta;var No=require("react/jsx-runtime"),Xr="k-svg-icon",pm=[],mm={size:[d.undefined,d.xsmall,d.small,d.medium,d.large,d.xlarge,d.xxlarge,d.xxxlarge],themeColor:[h.undefined,h.base,h.primary,h.secondary,h.tertiary,h.success,h.warning,h.error,h.info,h.light,h.dark]},yi={viewBox:"0 0 24 24"},oa=e=>{let{size:t,themeColor:o,rotate:a,flip:l,viewBox:i=yi.viewBox,icon:p,...b}=e;if(!p)return(0,No.jsx)(No.Fragment,{});if(p==="none")return(0,No.jsx)("span",{...b,className:r(e.className,Xr,I("k-icon",{size:t}),"k-none"),"aria-hidden":"true"});let g=typeof p=="object"&&p.name&&p.name;return(0,No.jsx)("span",{...b,className:r(e.className,Xr,I("k-icon",{size:t}),{[`k-svg-i-${g}`]:g,[`k-color-${o}`]:o,[`k-rotate-${a}`]:a,"k-flip-h":l==="h"||l==="both","k-flip-v":l==="v"||l==="both"}),"aria-hidden":"true",children:(0,No.jsx)("svg",{"aria-hidden":!0,focusable:!1,xmlns:"http://www.w3.org/2000/svg",viewBox:typeof p=="object"?p.viewBox:i,dangerouslySetInnerHTML:typeof p=="object"?{__html:p.content}:void 0,children:p?void 0:e.children})})};oa.states=pm;oa.options=mm;oa.className=Xr;oa.defaultOptions=yi;var Wr=oa;var Jr=Jn(require("@progress/kendo-svg-icons"));var Si="icon",wi="icons";var Ii=require("react");var Ai=require("react"),Ei=(0,Ai.createContext)({iconsType:"svg"});var Vt=require("react/jsx-runtime"),ar="k-icon",um=e=>e.replace(/([-_][a-z0-9])/gi,t=>t.toUpperCase().replace("-","").replace("_","")),bm=[],fm={size:[d.undefined,d.xsmall,d.small,d.medium,d.large,d.xlarge,d.xxlarge,d.xxxlarge],themeColor:[h.undefined,h.base,h.primary,h.secondary,h.tertiary,h.success,h.warning,h.error,h.info,h.light,h.dark]},qr={viewBox:"0 0 24 24",type:"svg"},u=e=>{let{iconsType:t}=(0,Ii.useContext)(Ei),{size:o,themeColor:a,icon:l,type:i=t||qr.type,rotate:p,flip:b,viewBox:g=qr.viewBox,...v}=e;if(!l)return(0,Vt.jsx)(Vt.Fragment,{});if((t||i)==="svg"){if(l==="none")return(0,Vt.jsx)(Wr,{...v,className:r(e.className,ar),icon:l,size:o});let C=Jr[l]?l:um(`${l}-icon`);return Jr[C]?(0,Vt.jsx)(Wr,{...v,className:r(e.className,ar),icon:Jr[C],size:o,themeColor:a,rotate:p,flip:b,viewBox:g}):(0,Vt.jsx)(Vt.Fragment,{})}return(0,Vt.jsx)(Mi,{...v,className:r(e.className,ar),icon:l,size:o,themeColor:a,rotate:p,flip:b})};u.states=bm;u.options=fm;u.defaultOptions=qr;u.className=ar;u.moduleName=Si;u.folderName=wi;u.ariaSpec={selector:".k-icon, .k-svg-icon",rules:[{selector:".k-icon, .k-svg-icon",attribute:"aria-hidden=true",usage:"Hides the icon element and all its children from assistive technologies."}]};var dt=require("react/jsx-runtime"),Yr="k-header",Tm=[n.hover,n.focus,n.active],Ri={sortIcon:"sort-asc-small"},y=e=>{let{menu:t,sortable:o,filterable:a,sticky:l,resizable:i,columnTitle:p,hover:b,focus:g,active:v,sortIcon:M=Ri.sortIcon,sortOrder:C,accessibleLabel:f,...A}=e;return(0,dt.jsxs)(Ft,{...A,className:r(e.className,Yr,{"k-filterable":t||a,"k-sorted":o,"k-grid-header-sticky":l,"k-touch-action-none":i},G(Yr,{hover:b,focus:g,active:v})),children:[p&&(0,dt.jsxs)("span",{className:"k-cell-inner",children:[(0,dt.jsxs)("span",{className:"k-link",children:[(0,dt.jsx)("span",{className:"k-column-title",children:p}),o&&(0,dt.jsx)("span",{className:"k-sort-icon",children:(0,dt.jsx)(u,{icon:M})}),C&&(0,dt.jsx)("span",{className:"k-sort-order",children:C})]}),t&&(0,dt.jsx)("a",{href:"#",className:r("k-grid-header-menu",{"k-active":v,"k-grid-filter-menu":t==="filter","k-grid-column-menu":t==="column"}),children:(0,dt.jsx)(u,{icon:t==="filter"?"filter":"more-vertical"})})]}),!p&&f&&(0,dt.jsx)("span",{className:"k-sr-only",children:f}),e.children,i&&(0,dt.jsx)("span",{className:"k-column-resizer k-touch-action-none"})]})};y.states=Tm;y.className=Yr;y.defaultOptions=Ri;y.moduleName=Z;y.folderName=j;var Hi=require("react/jsx-runtime"),Oi="k-grid-container",re=e=>(0,Hi.jsx)("div",{...e,className:r(e.className,Oi),children:e.children});re.className=Oi;re.moduleName=Z;re.folderName=j;var Gi=require("react/jsx-runtime"),Pi="k-grid-content",ee=e=>(0,Gi.jsx)("div",{...e,className:r(e.className,Pi),children:e.children});ee.className=Pi;ee.moduleName=Z;ee.folderName=j;var Di=require("react/jsx-runtime"),Ki="k-grid-table",te=e=>(0,Di.jsx)(ze,{...e,className:r(e.className,Ki),children:e.children});te.className=Ki;te.moduleName=Z;te.folderName=j;var _i=require("react/jsx-runtime"),Bi="k-grid-footer",Qr=e=>(0,_i.jsx)("div",{...e,className:r(e.className,Bi),children:e.children});Qr.className=Bi;Qr.moduleName=Z;Qr.folderName=j;var Ui=require("react/jsx-runtime"),zi="k-grid-footer-table",Zr=e=>(0,Ui.jsx)(ze,{...e,className:r(e.className,zi),children:e.children});Zr.className=zi;Zr.moduleName=Z;Zr.folderName=j;var jr="button",Fi=jr;var St=require("react/jsx-runtime"),aa="k-button",hm=["icon-button"],xm=[n.hover,n.focus,n.active,n.selected,n.disabled,n.generating],Nm={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline,k.clear,k.link],themeColor:[h.undefined,h.base,h.primary,h.secondary,h.tertiary,h.success,h.warning,h.error,h.info,h.light,h.dark,h.inverse]},el={showArrow:!1,arrowIconName:"caret-alt-down"},c=e=>{let{as:t="button",size:o,rounded:a,fillMode:l,themeColor:i,showArrow:p=el.showArrow,arrowIconName:b=el.arrowIconName,variant:g,hover:v,focus:M,active:C,selected:f,disabled:A,togglable:w,icon:O,text:B,iconClassName:D,className:V,...ue}=e,ve=O!==void 0,Je=e.children!==void 0;return(0,St.jsxs)(t,{className:r(V,aa,qn(aa,g),I(aa,{size:o,rounded:a,fillMode:l,themeColor:i}),G(aa,{hover:v,focus:M,active:C,disabled:A,selected:f}),{"k-icon-button":!B&&!Je&&ve}),...ue,"aria-pressed":w?f?"true":"false":void 0,disabled:A||void 0,children:[O&&(0,St.jsx)(u,{className:r(D,"k-button-icon"),icon:O}),B?(0,St.jsxs)(St.Fragment,{children:[B&&(0,St.jsx)("span",{className:"k-button-text",children:B}),e.children]}):e.children&&(0,St.jsx)("span",{className:"k-button-text",children:e.children}),p&&(0,St.jsx)("span",{className:"k-menu-button-arrow k-button-arrow",children:(0,St.jsx)(u,{icon:b})})]})};c.states=xm;c.options=Nm;c.variants=hm;c.className=aa;c.defaultOptions=el;c.moduleName=jr;c.folderName=Fi;c.ariaSpec={selector:".k-button",rules:[{selector:".k-button",attribute:"role=button or nodeName=button",usage:"The button role is implicit from the native <button> element."},{selector:".k-button",attribute:"aria-label (when icon-only)",usage:"Required for icon-only buttons that have no visible text."},{selector:".k-button",attribute:"aria-pressed (when togglable)",usage:"Indicates the pressed state of a toggle button."},{selector:".k-button",attribute:"disabled (when disabled)",usage:"Rendered when the button is disabled."}]};var Vi=require("react/jsx-runtime"),no=e=>(0,Vi.jsx)(c,{icon:"folder",...e,"aria-label":e["aria-label"]||"Folder",children:void 0});var $i=require("react/jsx-runtime"),ra=e=>(0,$i.jsx)(c,{icon:"folder",children:"Button",...e});var Xi=require("react/jsx-runtime"),go=e=>(0,Xi.jsx)(c,{children:"Button",...e});var rr=require("react/jsx-runtime"),gm=c.options,km=c.states,vm={...c.defaultOptions,variant:"text"},Lm=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],Cm=[],la=e=>{let{variant:t,...o}=e;switch(t){case"icon-only":return(0,rr.jsx)(no,{...o,icon:"star"});case"icon-and-text":return(0,rr.jsx)(ra,{...o,icon:"star",children:"Button"});default:return(0,rr.jsx)(go,{...o,children:"Button"})}};la.options=gm;la.states=km;la.variants=Lm;la.defaultOptions=vm;la.modifiers=Cm;var na="input",lr=na;var Wi=require("react/jsx-runtime"),nr="k-input",Mm=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.loading,n.readonly],ym={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},Sm={},Le=e=>{let{hover:t,focus:o,disabled:a,invalid:l,valid:i,loading:p,readonly:b,size:g,rounded:v,fillMode:M,...C}=e;return(0,Wi.jsx)("span",{...C,className:r(e.className,nr,I(nr,{size:g,rounded:v,fillMode:M}),G(nr,{hover:t,focus:o,disabled:a,invalid:l,valid:i,loading:p,readonly:b}))})};Le.states=Mm;Le.options=ym;Le.className=nr;Le.defaultOptions=Sm;Le.moduleName=na;Le.folderName=lr;var Ji=require("react/jsx-runtime"),ir="k-picker",wm=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.loading,n.readonly],Am={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},Em={},Rt=e=>{let{hover:t,focus:o,disabled:a,invalid:l,valid:i,loading:p,readonly:b,size:g,rounded:v,fillMode:M,...C}=e;return(0,Ji.jsx)("span",{...C,className:r(e.className,ir,I(ir,{size:g,rounded:v,fillMode:M}),G(ir,{hover:t,focus:o,disabled:a,invalid:l,valid:i,loading:p,readonly:b})),children:e.children})};Rt.states=wm;Rt.options=Am;Rt.className=ir;Rt.defaultOptions=Em;Rt.moduleName=na;Rt.folderName=lr;var Oo=require("react/jsx-runtime"),qi="k-clear-value",Im=[n.disabled,n.loading,n.readonly],Rm={},ct=e=>{let{disabled:t,loading:o,readonly:a,value:l}=e;return t||a||o||!l?(0,Oo.jsx)(Oo.Fragment,{}):(0,Oo.jsx)("span",{className:r(e.className,qi),children:(0,Oo.jsx)(u,{icon:"x"})})};ct.states=Im;ct.options=Rm;ct.className=qi;var Yi=require("react/jsx-runtime"),tl="k-input-inner",Om=[],Hm={},sr={type:"text",autocomplete:"off",value:"",placeholder:""},pt=e=>{let{value:t=sr.value,type:o=sr.type,placeholder:a=sr.placeholder,autocomplete:l=sr.autocomplete,disabled:i,readOnly:p,...b}=e;return(0,Yi.jsx)("input",{...b,type:o,className:r(e.className,tl,I(tl,e)),placeholder:a,autoComplete:l,defaultValue:t,disabled:i||void 0,readOnly:p||void 0})};pt.states=Om;pt.options=Hm;pt.className=tl;var ia=require("react/jsx-runtime"),ol="k-input-inner",Pm=[],Gm={},ko=e=>{let{value:t,placeholder:o,showValue:a,valueIcon:l,valueIconName:i,...p}=e;return(0,ia.jsxs)("span",{...p,className:r(e.className,ol,I(ol,e)),children:[l,!l&&i&&(0,ia.jsx)(u,{className:"k-input-value-icon",icon:i}),a&&!t&&o,a&&t&&(0,ia.jsx)("span",{className:"k-input-value-text",children:t})]})};ko.states=Pm;ko.options=Gm;ko.className=ol;var Zi=require("react/jsx-runtime"),al="k-input-inner",Km=[],Dm={},Qi={value:"",placeholder:""},rl=e=>{let{value:t=Qi.value,placeholder:o=Qi.placeholder,rows:a,disabled:l,...i}=e;return(0,Zi.jsx)("textarea",{...i,className:r(e.className,al,I(al,e)),placeholder:o,rows:a,defaultValue:t,disabled:l||void 0})};rl.states=Km;rl.options=Dm;rl.className=al;var sa=require("react/jsx-runtime"),ji="k-input-loading-icon",Bm=[n.disabled,n.loading],je=e=>{let{disabled:t,loading:o}=e;return t||!o?(0,sa.jsx)(sa.Fragment,{}):(0,sa.jsx)("span",{className:r(e.className,ji,"k-icon k-i-loading")})};je.states=Bm;je.className=ji;var da=require("react/jsx-runtime"),es="k-input-validation-icon",_m=[n.valid,n.invalid,n.disabled,n.loading],zm={},qe=e=>{let{valid:t,invalid:o,disabled:a,loading:l}=e,i=o?"warning-circle":"check-circle";return a||l||!!!(t||o)?(0,da.jsx)(da.Fragment,{}):(0,da.jsx)(u,{className:r(es),icon:i})};qe.states=_m;qe.options=zm;qe.className=es;var ca=require("react/jsx-runtime"),Um="k-input-prefix",Fm={direction:"horizontal"},ht=e=>{let{direction:t=Fm.direction,...o}=e;return e.children?(0,ca.jsx)("span",{...o,className:r(Um,e.className,{[`k-input-prefix-${t}`]:t}),children:e.children}):(0,ca.jsx)(ca.Fragment,{})};var pa=require("react/jsx-runtime"),Vm="k-input-suffix",$m={direction:"horizontal"},xt=e=>{let{direction:t=$m.direction,...o}=e;return e.children?(0,pa.jsx)("span",{...o,className:r(Vm,e.className,{[`k-input-suffix-${t}`]:t}),children:e.children}):(0,pa.jsx)(pa.Fragment,{})};var Xm=require("react/jsx-runtime");var ts=require("react/jsx-runtime"),Wm="k-input-suffix-text",ll=e=>{let{children:t,...o}=e;return(0,ts.jsx)("span",{...o,className:r(Wm,e.className),children:t})};var as=require("react/jsx-runtime"),os="k-input-separator",Jm={direction:"vertical"},Nt=e=>{let{direction:t=Jm.direction,...o}=e;return(0,as.jsx)("span",{...o,className:r(os,e.className,{[`${os}-${t}`]:t})})};var Ae=require("react/jsx-runtime"),qm=Le.states,Ym=Le.defaultOptions,Qm=Le.options,Zm=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"},{name:"validation-icon",title:"Validation Icon"},{name:"separators",title:"Separators"}],jm=[],ma=e=>{let{modifiers:t,valid:o,invalid:a,loading:l,disabled:i,readonly:p,...b}=e,g=t==null?void 0:t.prefix,v=t==null?void 0:t.suffix,M=t==null?void 0:t["clear-button"],C=t==null?void 0:t["validation-icon"],f=t==null?void 0:t.separators;return(0,Ae.jsxs)(Le,{...b,valid:o,invalid:a,loading:l,disabled:i,readonly:p,style:{width:300},children:[g&&(0,Ae.jsxs)(Ae.Fragment,{children:[(0,Ae.jsx)(ht,{children:(0,Ae.jsx)(u,{icon:"lock"})}),f&&(0,Ae.jsx)(Nt,{})]}),(0,Ae.jsx)(pt,{placeholder:"Placeholder",value:"Value"}),C&&(0,Ae.jsx)(qe,{valid:o,invalid:a,loading:l,disabled:i}),(0,Ae.jsx)(je,{loading:l,disabled:i}),M&&(0,Ae.jsx)(ct,{loading:l,disabled:i,readonly:p,value:"Value"}),v&&(0,Ae.jsxs)(Ae.Fragment,{children:[f&&(0,Ae.jsx)(Nt,{}),(0,Ae.jsx)(xt,{children:(0,Ae.jsx)(go,{size:b.size,fillMode:"clear",children:"Send"})})]})]})};ma.options=Qm;ma.states=qm;ma.variants=jm;ma.defaultOptions=Ym;ma.modifiers=Zm;var nl="popup",rs=nl;var il=require("react/jsx-runtime"),ls="k-animation-container",eu=[],tu={},ns={positionMode:"absolute"},Ot=e=>{let{positionMode:t=ns.positionMode,animationStyle:o,offset:a,...l}=e;return(0,il.jsx)("div",{...l,style:{...a,...e.style},className:r(e.className,ls,"k-animation-container-shown",{"k-animation-container-fixed":t==="fixed"}),children:(0,il.jsx)("div",{className:"k-child-animation-container",style:o,children:e.children})})};Ot.states=eu;Ot.options=tu;Ot.className=ls;Ot.defaultOptions=ns;Ot.moduleName=nl;Ot.folderName=rs;var sl="popup",is=sl;var dl=require("react/jsx-runtime"),ss="k-popup",ou=[],au={},ds={positionMode:"absolute"},pe=e=>{let{offset:t,positionMode:o=ds.positionMode,animationStyle:a,containerClassName:l,containerRole:i,containerAriaLabel:p,...b}=e;return(0,dl.jsx)(Ot,{positionMode:o,offset:t,animationStyle:a,className:l,role:i,"aria-label":p,children:(0,dl.jsx)("div",{...b,className:r(e.className,ss),children:e.children})})};pe.states=ou;pe.options=au;pe.className=ss;pe.defaultOptions=ds;pe.moduleName=sl;pe.folderName=is;pe.ariaSpec={selector:".k-popup",rules:[{selector:".k-animation-container",attribute:"role (when appended to body)",usage:'Container gets role="region" when appended to document body. Popup is a building block \u2014 ARIA semantics come from consuming components.'}]};var cl="action-buttons",cs=cl;var ps=require("react/jsx-runtime"),dr="k-actions",ru=[],lu={},pl={alignment:"start",orientation:"horizontal"},Ht=e=>{let{alignment:t=pl.alignment,orientation:o=pl.orientation,...a}=e;return(0,ps.jsx)("div",{...a,className:r(dr,{[`${dr}-${t}`]:t,[`${dr}-${o}`]:o},e.className),children:e.children})};Ht.states=ru;Ht.options=lu;Ht.className=dr;Ht.defaultOptions=pl;Ht.moduleName=cl;Ht.folderName=cs;var us=require("react/jsx-runtime"),nu="k-actionsheet-footer",ms={alignment:"stretched",orientation:"horizontal"},io=e=>{let{alignment:t=ms.alignment,orientation:o=ms.orientation,template:a,as:l=a?"div":Ht,...i}=e;return(0,us.jsx)(l,{...i,...!a&&{alignment:t,orientation:o},className:r(e.className,nu),children:e.children})};var ml="searchbox",bs=ml;var so=require("react/jsx-runtime"),fs="k-searchbox",iu=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.loading],su={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},ul={showIcon:!0,icon:"search"},gt=e=>{let{value:t,placeholder:o,size:a,rounded:l,fillMode:i,hover:p,focus:b,valid:g,invalid:v,required:M,loading:C,disabled:f,showIcon:A=ul.showIcon,icon:w=ul.icon,...O}=e;return(0,so.jsxs)(Le,{...O,size:a,rounded:l,fillMode:i,hover:p,focus:b,valid:g,invalid:v,required:M,loading:C,disabled:f,className:r(e.className,fs),children:[A&&(0,so.jsx)(u,{className:"k-input-icon",icon:w}),(0,so.jsx)(pt,{placeholder:o,value:t}),(0,so.jsx)(je,{...e}),(0,so.jsx)(qe,{...e}),(0,so.jsx)(ct,{...e})]})};gt.states=iu;gt.options=su;gt.className=fs;gt.defaultOptions=ul;gt.moduleName=ml;gt.folderName=bs;var du=require("react/jsx-runtime");var bl="textbox",Ts=bl;var Ue=require("react/jsx-runtime"),hs="k-textbox",cu=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.loading,n.readonly],pu={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},cr={showClearButton:!0,showValidationIcon:!0,separators:!0},ne=e=>{let{size:t,rounded:o,fillMode:a,separators:l=cr.separators,showClearButton:i=cr.showClearButton,showValidationIcon:p=cr.showValidationIcon,prefix:b,suffix:g,type:v,value:M,placeholder:C,hover:f,focus:A,valid:w,invalid:O,required:B,loading:D,disabled:V,readonly:ue,id:ve,"aria-label":Je,"aria-describedby":it,...st}=e;return(0,Ue.jsxs)(Le,{...st,size:t,rounded:o,fillMode:a,hover:f,focus:A,valid:w,invalid:O,required:B,loading:D,disabled:V,readonly:ue,className:r(e.className,hs),children:[b&&(0,Ue.jsxs)(Ue.Fragment,{children:[(0,Ue.jsx)(ht,{children:b}),l&&(0,Ue.jsx)(Nt,{})]}),(0,Ue.jsx)(pt,{id:ve,placeholder:C,value:M,type:v,disabled:V,"aria-label":Je,"aria-describedby":it,"aria-invalid":O?"true":void 0}),p&&(0,Ue.jsx)(qe,{valid:w,invalid:O,loading:D,disabled:V}),(0,Ue.jsx)(je,{loading:D,disabled:V}),i&&(0,Ue.jsx)(ct,{loading:D,disabled:V,readonly:ue,value:M}),g&&(0,Ue.jsxs)(Ue.Fragment,{children:[l&&(0,Ue.jsx)(Nt,{}),(0,Ue.jsx)(xt,{children:g})]})]})};ne.states=cu;ne.options=pu;ne.className=hs;ne.defaultOptions=cr;ne.moduleName=bl;ne.folderName=Ts;ne.ariaSpec={selector:".k-textbox",rules:[{selector:".k-textbox > .k-input-inner",attribute:"role=textbox or nodeName=input",usage:"Describes the role of the component."},{selector:".k-textbox > .k-input-inner",attribute:"label for or aria-label or aria-labelledby (when has accessible name)",usage:"The input requires an accessible name (provided by consuming app)."},{selector:".k-textbox > .k-input-inner",attribute:"aria-invalid=true (when invalid)",usage:"Rendered when the TextBox is in an invalid state."},{selector:".k-textbox > .k-input-inner",attribute:"aria-describedby (when has hint or error)",usage:"Points to the hint or error message for the input."},{selector:".k-textbox.k-disabled > .k-input-inner",attribute:"disabled=disabled or aria-disabled=true",usage:"Rendered when the TextBox is disabled."}]};var ua=ne;var Ns=require("react/jsx-runtime"),xs=e=>(0,Ns.jsx)(ua,{...e});var gs=require("react/jsx-runtime");var ks=require("react/jsx-runtime");var mu=require("react/jsx-runtime");var pr=require("react/jsx-runtime"),uu=ne.states,bu=ne.defaultOptions,fu=ne.options,Tu=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"}],hu=[],ba=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(l=>{switch(l){case"prefix":a.prefix=t!=null&&t[l]?(0,pr.jsx)(u,{icon:"lock"}):void 0;break;case"suffix":a.suffix=t!=null&&t[l]?(0,pr.jsx)(go,{size:o.size,fillMode:"clear",children:"Send"}):void 0;break;case"clear-button":a.showClearButton=t==null?void 0:t[l];break;default:break}}),(0,pr.jsx)(xs,{value:"Value",style:{width:300},...o,...a})};ba.options=fu;ba.states=uu;ba.variants=hu;ba.defaultOptions=bu;ba.modifiers=Tu;var mt=require("react/jsx-runtime"),vs="k-actionsheet-titlebar",xu={},Ye=e=>{let{title:t,subtitle:o,actionsStart:a,actionsEnd:l,filter:i,input:p,inputValue:b,inputPlaceholder:g,adaptive:v,titleId:M,children:C,...f}=e;return(0,mt.jsxs)("div",{...f,className:r(e.className,vs),children:[(0,mt.jsxs)("div",{className:"k-actionsheet-titlebar-group",children:[a&&(0,mt.jsx)("div",{className:"k-actionsheet-actions",children:a}),!C&&(0,mt.jsxs)("div",{className:"k-actionsheet-title",id:M,children:[t&&(0,mt.jsx)("div",{className:"k-text-center",children:t}),o&&(0,mt.jsx)("div",{className:"k-actionsheet-subtitle k-text-center",children:o})]}),C&&(0,mt.jsx)("div",{className:"k-actionsheet-title",id:M,children:C}),l&&(0,mt.jsx)("div",{className:"k-actionsheet-actions",children:l})]}),(p||i)&&(0,mt.jsx)("div",{className:"k-actionsheet-titlebar-group k-actionsheet-filter",children:p?(0,mt.jsx)(ne,{value:b,placeholder:g,size:v?"large":"medium","aria-label":t||g||"Input"}):(0,mt.jsx)(gt,{placeholder:"Filter",size:v?"large":"medium","aria-label":"Filter options"})})]})};Ye.className=vs;Ye.defaultOptions=xu;var Ho=require("react/jsx-runtime"),fl="k-actionsheet-view",Nu=[],gu={},ku={},Po=e=>{let{adaptive:t,animated:o,children:a,header:l,footer:i,titleId:p,...b}=e,g=(l==null?void 0:l.type)===Ye&&(0,Ho.jsx)(Ye,{adaptive:t,titleId:p,...l==null?void 0:l.props}),v=(i==null?void 0:i.type)===io&&(0,Ho.jsx)(io,{...i==null?void 0:i.props});return(0,Ho.jsxs)("div",{...b,className:r(e.className,fl,{[`${fl}-animated`]:o}),children:[g,(0,Ho.jsx)("div",{className:"k-actionsheet-content",children:a}),v]})};Po.states=Nu;Po.options=gu;Po.className=fl;Po.defaultOptions=ku;var fa="action-sheet",mr=fa;var Tl="overlay",Ls=Tl;var Cs=require("react/jsx-runtime"),hl="k-overlay",vu=[],Lu={themeColor:[h.undefined,h.light,h.dark,h.inverse]},Cu={},co=e=>{let{themeColor:t,...o}=e;return(0,Cs.jsx)("div",{...o,className:r(e.className,hl,I(hl,{themeColor:t})),children:e.children})};co.states=vu;co.options=Lu;co.className=hl;co.defaultOptions=Cu;co.moduleName=Tl;co.folderName=Ls;var vo=require("react/jsx-runtime"),Ms="k-actionsheet",Mu=[],yu={},Ta={side:"bottom",fullscreen:!1,adaptive:!1,overlay:!0},Ne=e=>{let{side:t=Ta.side,fullscreen:o=Ta.fullscreen,adaptive:a=Ta.adaptive,overlay:l=Ta.overlay,template:i,children:p,header:b,footer:g,id:v,...M}=e,C=v&&!i&&b?`${v}-title`:void 0;return(0,vo.jsxs)("div",{className:"k-actionsheet-container",children:[l&&(0,vo.jsx)(co,{}),(0,vo.jsx)(Ot,{animationStyle:{[`${o===!0?"top":t}`]:0,[`${o===!0?"width":null}`]:"100%",[`${o===!0?"height":null}`]:"100%",[`${t==="top"||t==="bottom"?"width":null}`]:"100%",[`${t==="left"||t==="right"?"height":null}`]:"100%"},children:(0,vo.jsx)("div",{...M,id:v,role:"dialog","aria-modal":l?"true":void 0,"aria-labelledby":C,className:r(e.className,Ms,{[`k-actionsheet-${t}`]:o===!1,"k-actionsheet-fullscreen":o===!0,"k-adaptive-actionsheet":a}),children:i||(0,vo.jsx)(Po,{header:b,footer:g,adaptive:a,titleId:C,...e,children:p})})})]})};Ne.states=Mu;Ne.options=yu;Ne.className=Ms;Ne.defaultOptions=Ta;Ne.moduleName=fa;Ne.folderName=mr;Ne.ariaSpec={selector:".k-actionsheet",rules:[{selector:".k-actionsheet",attribute:"role=dialog",usage:"Announces the dialog role of the component."},{selector:".k-actionsheet",attribute:"aria-labelledby (when has title)",usage:"Associates the title of the action sheet."},{selector:".k-actionsheet",attribute:"aria-hidden=true/false (when hidden)",usage:"Announces the hidden state of the ActionSheet container."},{selector:".k-actionsheet",attribute:"aria-modal=true (when modal)",usage:"Announces that the action sheet is modal."},{selector:".k-actionsheet .k-actionsheet-title",attribute:"id",usage:"Used to associate the title with the action sheet wrapper element."}]};var Ss=require("react/jsx-runtime"),ys="k-actionsheet-container",Su=[],wu={},Au={},Go=e=>{let{children:t,...o}=e;return(0,Ss.jsx)("div",{...o,className:ys,children:t})};Go.states=Su;Go.options=wu;Go.className=ys;Go.defaultOptions=Au;Go.moduleName=fa;Go.folderName=mr;var ws=require("react/jsx-runtime"),xl=e=>{let{...t}=e;return(0,ws.jsx)("div",{...t,className:r(e.className,"k-list-ul"),children:e.children})};var kt=require("react/jsx-runtime"),Nl="k-actionsheet-item",Eu=[n.hover,n.focus,n.selected,n.disabled],po=e=>{let{iconName:t,text:o,description:a,hover:l,focus:i,selected:p,disabled:b,...g}=e;return(0,kt.jsxs)("span",{...g,className:r(e.className,Nl,G(Nl,{hover:l,focus:i,selected:p,disabled:b})),children:[!e.children&&(0,kt.jsx)(kt.Fragment,{children:(0,kt.jsxs)("span",{className:"k-actionsheet-action",children:[t&&(0,kt.jsx)("span",{className:"k-icon-wrap",children:(0,kt.jsx)(u,{className:"k-actionsheet-item-icon",icon:t})}),(0,kt.jsxs)("span",{className:"k-actionsheet-item-text",children:[o&&(0,kt.jsx)("span",{className:"k-actionsheet-item-title",children:o}),a&&(0,kt.jsx)("span",{className:"k-actionsheet-item-description",children:a})]})]})}),e.children]})};po.states=Eu;po.className=Nl;var As=require("react/jsx-runtime");var Iu=require("react/jsx-runtime");var Ru=require("react/jsx-runtime");var Ou=require("react/jsx-runtime");var be=require("react/jsx-runtime"),Hu=Ne.options,Pu=Ne.states,Is={...Ne.defaultOptions,variant:"normal"},Gu=[{name:"normal",title:"Normal"},{name:"adaptive",title:"Adaptive"},{name:"fullScreen",title:"Full Screen"}],Ku=[{name:"actions",title:"Titlebar Actions",type:"boolean"},{name:"subtitle",title:"Subtitle",type:"boolean"},{name:"footer",title:"Footer",type:"boolean"}],ha=e=>{let{variant:t,modifiers:o,...a}={...Is,...e},l={},i=(0,be.jsxs)(xl,{children:[(0,be.jsx)(po,{text:"Edit Item",description:"Click to edit",iconName:"edit-tools"}),(0,be.jsx)(po,{text:"Add to Favorites",iconName:"heart"}),(0,be.jsx)(po,{text:"Upload New",iconName:"upload",disabled:!0}),(0,be.jsx)("hr",{className:"k-hr"}),(0,be.jsx)(po,{text:"Cancel",iconName:"cancel"})]}),p="Choose from the items below",b="Select Item";return t==="fullScreen"&&(l.fullScreen=!0),Object.keys(o||{}).forEach(g=>{switch(g){case"actions":l.actionsStart=!!(o!=null&&o[g]),l.actionsEnd=!!(o!=null&&o[g]);break;case"subtitle":l.subtitle=o!=null&&o[g]?p:void 0;break;case"footer":l.footer=!!(o!=null&&o[g]);break;default:break}}),t==="adaptive"?(0,be.jsx)(Ne,{...a,adaptive:!0,fullscreen:l.fullScreen,header:(0,be.jsx)(Ye,{actionsStart:l.actionsStart?(0,be.jsx)(c,{icon:"chevron-left",size:"large",fillMode:"flat"}):void 0,actionsEnd:l.actionsEnd?(0,be.jsx)(c,{icon:"x",size:"large",fillMode:"flat"}):void 0,title:b,subtitle:l.subtitle}),footer:l.footer?(0,be.jsxs)(io,{alignment:"stretched",children:[(0,be.jsx)(c,{text:"Cancel",size:"large",themeColor:"base"}),(0,be.jsx)(c,{text:"Apply",size:"large",themeColor:"primary"})]}):void 0,children:i}):(0,be.jsx)(Ne,{...a,fullscreen:l.fullScreen,header:(0,be.jsx)(Ye,{actionsStart:l.actionsStart?(0,be.jsx)(c,{icon:"chevron-left",fillMode:"flat"}):void 0,actionsEnd:l.actionsEnd?(0,be.jsx)(c,{icon:"x",fillMode:"flat"}):void 0,title:"Select Item",subtitle:l.subtitle}),footer:l.footer?(0,be.jsxs)(io,{alignment:"stretched",children:[(0,be.jsx)(c,{text:"Apply",themeColor:"primary"}),(0,be.jsx)(c,{text:"Cancel",themeColor:"base"})]}):void 0,children:i})};ha.options=Hu;ha.states=Pu;ha.variants=Gu;ha.defaultOptions=Is;ha.modifiers=Ku;var br=Jn(require("react"));var gl=require("react/jsx-runtime"),Du="k-list-group-sticky-header",kl=e=>(0,gl.jsx)("div",{className:r(Du,e.className),children:(0,gl.jsx)("div",{className:"k-list-header-text",children:e.children})});var Rs=require("react/jsx-runtime"),Bu="k-no-data",ur=e=>{let{live:t,...o}=e;return(0,Rs.jsx)("span",{...o,className:r(Bu,e.className),"aria-live":t?"polite":void 0,children:e.children})};var Lo="list",Ko=Lo;var Do=require("react/jsx-runtime"),vl="k-list",_u=[],zu={size:[d.undefined,d.small,d.medium,d.large]},Uu={},Y=e=>{var A;let{size:t,virtualization:o,children:a,header:l,optionLabel:i,customValue:p,noData:b,screenReaders:g,...v}=e,C=br.default.Children.toArray(a)[0],f=(A=C==null?void 0:C.props)!=null&&A.children?br.default.Children.count(C.props.children):br.default.Children.count(a);return(0,Do.jsxs)("div",{...v,className:r(e.className,vl,I(vl,{size:t}),{"k-virtual-list":o}),children:[i,p,l&&(0,Do.jsx)(kl,{children:l}),a||(b!==void 0?b:(0,Do.jsx)(ur,{live:!0,children:"No data found."})),g&&a&&(0,Do.jsxs)(ur,{className:"k-sr-only",live:!0,children:[f," items found."]})]})};Y.states=_u;Y.options=zu;Y.className=vl;Y.defaultOptions=Uu;Y.moduleName=Lo;Y.folderName=Ko;Y.ariaSpec={selector:".k-list",rules:[{selector:".k-list .k-no-data",attribute:"aria-live=polite",usage:'Announces "No data found" to screen readers.'}]};var Hs=require("react/jsx-runtime"),Os="k-list-container",Fu=[],Vu={},$u={},Bo=e=>{let{...t}=e;return(0,Hs.jsx)("div",{...t,className:r(e.className,Os),children:e.children})};Bo.states=Fu;Bo.options=Vu;Bo.className=Os;Bo.defaultOptions=$u;Bo.moduleName=Lo;Bo.folderName=Ko;var Co="checkbox",_o=Co;var Ll=require("react/jsx-runtime"),fr="k-checkbox",Xu=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.checked,n.indeterminate],Wu={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full]},Ju={},et=e=>{let{id:t,checked:o,indeterminate:a,hover:l,focus:i,disabled:p,invalid:b,valid:g,required:v,size:M,rounded:C,...f}=e;return(0,Ll.jsx)("span",{className:"k-checkbox-wrap",children:(0,Ll.jsx)("input",{...f,id:t,type:"checkbox",defaultChecked:o,required:v,disabled:p||void 0,"aria-invalid":b?"true":void 0,className:r(e.className,fr,I(fr,{size:M,rounded:C}),G(fr,{hover:l,focus:i,disabled:p,invalid:b,valid:g,indeterminate:a,checked:o}))})})};et.states=Xu;et.options=Wu;et.className=fr;et.defaultOptions=Ju;et.moduleName=Co;et.folderName=_o;et.ariaSpec={selector:".k-checkbox",rules:[{selector:".k-checkbox",attribute:"role=checkbox or type=checkbox",usage:"Announces the checkbox role of the element."},{selector:".k-checkbox",attribute:"label for or aria-label or aria-labelledby (when has accessible name)",usage:"The input requires an accessible name to which it will be assigned."},{selector:".k-checkbox",attribute:"aria-checked=true/false/mixed or checked",usage:"For native checkboxes the checked state is handled by the browser. aria-checked is used for custom implementations."},{selector:".k-checkbox",attribute:"aria-describedby (when has hint or error)",usage:"Points to the hint or error message for the checkbox."},{selector:".k-checkbox",attribute:"disabled or aria-disabled=true (when disabled)",usage:"For native checkboxes use the HTML disabled attribute. aria-disabled for custom implementations."},{selector:".k-invalid, .ng-invalid",attribute:"aria-invalid=true (when invalid)",usage:"Rendered only when the CheckBox is in a form and announces the invalid state."}]};var Pt=et;var Ks=require("react/jsx-runtime"),Ps="k-checkbox-list",qu=[],Yu={},Gs={layout:"vertical"},tt=e=>{let{layout:t=Gs.layout,...o}=e;return(0,Ks.jsx)("ul",{...o,className:r(e.className,Ps,{[`k-list-${t}`]:t}),children:e.children})};tt.states=qu;tt.options=Yu;tt.className=Ps;tt.defaultOptions=Gs;tt.moduleName=Co;tt.folderName=_o;var Bs=require("react/jsx-runtime"),Ds="k-checkbox-list-item",Qu=[],Zu={},ju={},Qe=e=>{let{...t}=e;return(0,Bs.jsx)("li",{...t,className:r(e.className,Ds),children:e.children})};Qe.states=Qu;Qe.options=Zu;Qe.className=Ds;Qe.defaultOptions=ju;Qe.moduleName=Co;Qe.folderName=_o;var Mo=require("react/jsx-runtime"),$t=({children:e,id:t,...o})=>(0,Mo.jsxs)(Mo.Fragment,{children:[(0,Mo.jsx)(Pt,{id:t,...o}),(0,Mo.jsx)("label",{className:"k-checkbox-label",htmlFor:t,children:e})]});var Cl=require("react/jsx-runtime");var Ml=require("react/jsx-runtime");var yl=require("react/jsx-runtime");var eb=require("react/jsx-runtime");var tb=require("react/jsx-runtime");var ob=require("react/jsx-runtime");var Fe=require("react/jsx-runtime"),ab=tt.options,rb=tt.states,lb={...tt.defaultOptions,variant:"vertical"},nb=[{name:"vertical",title:"Vertical"},{name:"horizontal",title:"Horizontal"}],ib=[],xa=e=>{let{variant:t,...o}=e;return t==="horizontal"?(0,Fe.jsxs)(tt,{layout:"horizontal",...o,children:[(0,Fe.jsx)(Qe,{children:(0,Fe.jsx)($t,{id:"first",defaultChecked:!0,children:"Label"})}),(0,Fe.jsx)(Qe,{children:(0,Fe.jsx)($t,{id:"second",children:"Label"})}),(0,Fe.jsx)(Qe,{children:(0,Fe.jsx)($t,{id:"third",children:"Label"})})]}):(0,Fe.jsxs)(tt,{...o,children:[(0,Fe.jsx)(Qe,{children:(0,Fe.jsx)($t,{id:"first",defaultChecked:!0,children:"Label"})}),(0,Fe.jsx)(Qe,{children:(0,Fe.jsx)($t,{id:"second",children:"Label"})}),(0,Fe.jsx)(Qe,{children:(0,Fe.jsx)($t,{id:"third",children:"Label"})})]})};xa.options=ab;xa.states=rb;xa.variants=nb;xa.defaultOptions=lb;xa.modifiers=ib;var _s=require("react/jsx-runtime"),sb=Pt.options,db=Pt.states,cb=Pt.defaultOptions,pb=[],mb=[],Na=e=>(0,_s.jsx)($t,{id:"checkbox-demo-checkbox",...e,defaultChecked:!0,children:"Label"});Na.options=sb;Na.states=db;Na.variants=pb;Na.defaultOptions=cb;Na.modifiers=mb;var Gt=require("react/jsx-runtime"),Sl="k-list-item",ub=[n.hover,n.focus,n.selected,n.disabled],bb={},fb={},F=e=>{let{text:t,groupLabel:o,group:a,iconName:l,iconClassName:i,showCheckbox:p,checked:b,hover:g,focus:v,selected:M,disabled:C,actions:f,description:A,id:w,...O}=e,B=t||e.children;return(0,Gt.jsxs)("li",{...O,id:w,role:a?"presentation":"option",tabIndex:a?void 0:v?0:-1,"aria-selected":!a&&M?"true":a?void 0:"false","aria-disabled":!a&&C?"true":void 0,className:r(e.className,a?"k-list-group-item":Sl,G(Sl,{hover:g,focus:v,disabled:C,selected:M})),children:[p&&(0,Gt.jsx)(et,{checked:b}),l&&(0,Gt.jsx)("span",{className:"k-list-item-icon-wrapper",children:(0,Gt.jsx)(u,{icon:l,className:r("k-list-item-icon",i)})}),(0,Gt.jsx)("span",{className:"k-list-item-text",children:B}),f&&(0,Gt.jsx)("div",{className:"k-list-item-actions",children:f}),A&&(0,Gt.jsx)("span",{className:"k-list-item-description",children:A}),o&&o!==""&&(0,Gt.jsx)("div",{className:"k-list-item-group-label",children:o})]})};F.states=ub;F.options=bb;F.className=Sl;F.defaultOptions=fb;F.moduleName=Lo;F.folderName=Ko;F.ariaSpec={selector:".k-list-item",rules:[{selector:".k-list-item",attribute:"role=option",usage:"Each list item is an option in the listbox."},{selector:".k-list-item",attribute:"id",usage:"ID for aria-activedescendant reference."},{selector:".k-list-item",attribute:"aria-selected (when selectable)",usage:"Indicates the selected state of the option."},{selector:".k-list-group-item",attribute:"role=presentation",usage:"Group headers are presentational, not selectable options."},{selector:".k-list-item-icon",attribute:"aria-hidden=true",usage:"Decorative icons are hidden from assistive technology."}]};var zs=require("react/jsx-runtime"),Tb="k-list-ul",Xt=e=>{let{children:t,role:o,id:a,...l}=e;return(0,zs.jsx)("ul",{...l,id:a,role:o,className:r(Tb,e.className),children:t})};Xt.ariaSpec={selector:".k-list-ul",rules:[{selector:'.k-list-ul[role="listbox"]',attribute:"role=listbox",usage:"For ungrouped lists, the UL has the listbox role."},{selector:'.k-list-ul[role="listbox"]',attribute:"aria-label or aria-labelledby (when has accessible name)",usage:"Accessible name for the listbox."},{selector:'.k-list-ul[role="group"]',attribute:"role=group",usage:"For grouped sublists under a group header."},{selector:'.k-list-ul[role="group"]',attribute:"aria-labelledby (when grouped)",usage:"References the group header ID."}]};var zo=require("react/jsx-runtime"),hb="k-list-content",le=e=>{let{virtualization:t,grouping:o,"aria-label":a,"aria-labelledby":l,listboxId:i,...p}=e;return(0,zo.jsxs)("div",{...p,className:r(hb,e.className),role:o?"listbox":void 0,id:o?i:void 0,"aria-label":o?a:void 0,"aria-labelledby":o?l:void 0,children:[o?e.children:(0,zo.jsx)(Xt,{role:"listbox",id:i,"aria-label":a,"aria-labelledby":l,children:e.children}),t&&(0,zo.jsx)("div",{className:"k-height-container",children:(0,zo.jsx)("div",{})})]})};le.ariaSpec={selector:".k-list-content",rules:[{selector:'.k-list-content[role="listbox"]',attribute:"role=listbox",usage:"For grouped lists, the list content container has the listbox role."},{selector:'.k-list-content[role="listbox"]',attribute:"aria-label or aria-labelledby (when has accessible name)",usage:"Accessible name for the listbox."}]};var wl=require("react/jsx-runtime");var Uo=require("react/jsx-runtime"),xb="k-list-group-item",yo=e=>{let{groupIconName:t,...o}=e;return(0,Uo.jsxs)("li",{...o,role:"presentation",className:r(xb,e.className),children:[t&&(0,Uo.jsx)("span",{className:"k-list-item-icon-wrapper",children:(0,Uo.jsx)(u,{icon:t,className:"k-list-item-icon"})}),(0,Uo.jsx)("span",{className:"k-list-item-text",children:e.children})]})};yo.ariaSpec={selector:".k-list-group-item",rules:[{selector:".k-list-group-item",attribute:"role=presentation",usage:"Group headers are presentational, not selectable options."},{selector:".k-list-group-item",attribute:"id (when referenced)",usage:"ID for aria-labelledby on the parent group UL."}]};var Us=require("react/jsx-runtime"),Al="k-list-optionlabel",Nb=[n.hover,n.focus,n.selected,n.disabled],gb={},kb={},Tr=e=>{let{text:t,hover:o,focus:a,selected:l,disabled:i,...p}=e;return(0,Us.jsx)("div",{...p,className:r(Al,G(Al,{hover:o,focus:a,selected:l,disabled:i})),children:t})};Tr.states=Nb;Tr.options=gb;Tr.className=Al;Tr.defaultOptions=kb;var Fs=require("react/jsx-runtime"),El="k-list-custom-value",vb=[n.hover,n.focus,n.selected,n.disabled],Lb={},Cb={},mo=e=>{let{text:t,hover:o,focus:a,selected:l,disabled:i,...p}=e;return(0,Fs.jsx)("div",{...p,className:r(El,G(El,{hover:o,focus:a,selected:l,disabled:i})),children:t})};mo.states=vb;mo.options=Lb;mo.className=El;mo.defaultOptions=Cb;var Il=require("react/jsx-runtime");var Rl=require("react/jsx-runtime");var Ol=require("react/jsx-runtime");var Hl=require("react/jsx-runtime");var Mb=require("react/jsx-runtime");var Pl=require("react/jsx-runtime");var Vs="dropdown-list",$s="dropdownlist";var fe=require("react/jsx-runtime"),Xs="k-dropdownlist",yb=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.loading,n.readonly],Sb={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},Gl={showValue:!0,arrowIconName:"caret-alt-down"},ie=e=>{let{size:t,rounded:o,fillMode:a,arrowIconName:l=Gl.arrowIconName,showValue:i=Gl.showValue,valueIconName:p,prefix:b,suffix:g,value:v,placeholder:M,hover:C,focus:f,valid:A,invalid:w,required:O,loading:B,disabled:D,readonly:V,popup:ue,opened:ve,adaptive:Je,adaptiveSettings:it,adaptiveTitle:st,adaptiveSubtitle:Io,adaptiveFilter:Gr,...Ya}=e;return(0,fe.jsxs)(fe.Fragment,{children:[(0,fe.jsxs)(Rt,{...Ya,size:t,rounded:o,fillMode:a,hover:C,focus:f,valid:A,invalid:w,required:O,loading:B,disabled:D,readonly:V,className:r(e.className,Xs,{"k-icon-picker":!i&&p}),children:[(0,fe.jsx)(ht,{children:b}),(0,fe.jsx)(ko,{placeholder:M,value:v,showValue:i,valueIconName:p}),(0,fe.jsx)(qe,{valid:A,invalid:w,loading:B,disabled:D}),(0,fe.jsx)(je,{loading:B,disabled:D}),(0,fe.jsx)(xt,{children:g}),(0,fe.jsx)(c,{className:"k-input-button",icon:l,size:e.size,fillMode:e.fillMode,"aria-label":M||"Toggle dropdown"})]}),ve&&ue&&(0,fe.jsx)(pe,{className:"k-list-container k-dropdownlist-popup",children:ue}),Je&&(0,fe.jsx)(Ne,{adaptive:!0,...it,header:(0,fe.jsx)(Ye,{actionsEnd:(0,fe.jsx)(c,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat"}),filter:Gr,inputValue:v,inputPlaceholder:M,title:st,subtitle:Io}),children:(0,fe.jsx)("div",{className:"k-list-container",children:(0,fe.jsx)(Y,{size:"large",children:(0,fe.jsxs)(le,{children:[(0,fe.jsx)(F,{text:"List item"}),(0,fe.jsx)(F,{text:"List item"}),(0,fe.jsx)(F,{text:"List item"})]})})})})]})};ie.states=yb;ie.options=Sb;ie.className=Xs;ie.defaultOptions=Gl;ie.moduleName=Vs;ie.folderName=$s;var wb=require("react/jsx-runtime");var Ws=require("react/jsx-runtime");var Kl=require("react/jsx-runtime");var Ab=require("react/jsx-runtime");var Js=require("react/jsx-runtime");var Dl=require("react/jsx-runtime");var ot=require("react/jsx-runtime"),Eb=ie.states,Ib=ie.defaultOptions,Rb=ie.options,Ob=[{name:"opened",title:"Opened"}],Hb=[],ka=e=>{let{modifiers:t,...o}=e,a={},l=(0,ot.jsxs)(ot.Fragment,{children:[(0,ot.jsx)("div",{className:"k-list-filter",children:(0,ot.jsx)(gt,{})}),(0,ot.jsx)(Y,{style:{width:300},size:o.size,children:(0,ot.jsxs)(le,{children:[(0,ot.jsx)(F,{children:"List item"}),(0,ot.jsx)(F,{children:"List item"}),(0,ot.jsx)(F,{children:"List item"})]})})]});return Object.keys(t||{}).forEach(i=>{i==="opened"&&(a.opened=!!(t!=null&&t[i]),a.popup=t!=null&&t[i]?l:void 0)}),(0,ot.jsx)("div",{children:(0,ot.jsx)(ie,{placeholder:"Value",style:{width:300},...o,...a})})};ka.options=Rb;ka.states=Eb;ka.variants=Hb;ka.defaultOptions=Ib;ka.modifiers=Ob;var va=require("react/jsx-runtime"),qs="k-spin-button",Kb=[],Db={size:[d.undefined,d.small,d.medium,d.large],fillMode:[k.undefined,k.solid,k.flat,k.outline,k.clear,k.link]},Bl={increaseLabel:"Increase value",decreaseLabel:"Decrease value"},uo=e=>{let{size:t,fillMode:o,disabled:a,increaseLabel:l=Bl.increaseLabel,decreaseLabel:i=Bl.decreaseLabel,...p}=e;return(0,va.jsxs)("span",{...p,className:r(qs,e.className),children:[(0,va.jsx)(c,{className:"k-spinner-increase",icon:"caret-alt-up",size:t,fillMode:o,disabled:a,"aria-label":l}),(0,va.jsx)(c,{className:"k-spinner-decrease",icon:"caret-alt-down",size:t,fillMode:o,disabled:a,"aria-label":i})]})};uo.states=Kb;uo.options=Db;uo.className=qs;uo.defaultOptions=Bl;uo.moduleName=null;uo.folderName=null;var Ys="numeric-textbox",Qs="numerictextbox";var Ie=require("react/jsx-runtime"),Zs="k-numerictextbox",Bb=[n.hover,n.focus,n.valid,n.invalid,n.loading,n.required,n.disabled,n.readonly],_b={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},hr={showSpinButton:!0,showClearButton:!0,separators:!0},$=e=>{let{size:t,rounded:o,fillMode:a,separators:l=hr.separators,showClearButton:i=hr.showClearButton,showSpinButton:p=hr.showSpinButton,prefix:b,suffix:g,value:v,placeholder:M,hover:C,focus:f,valid:A,invalid:w,required:O,loading:B,disabled:D,readonly:V,id:ue,"aria-label":ve,"aria-describedby":Je,...it}=e;return(0,Ie.jsxs)(Le,{...it,size:t,rounded:o,fillMode:a,hover:C,focus:f,valid:A,invalid:w,required:O,loading:B,disabled:D,readonly:V,className:r(e.className,Zs),children:[b&&(0,Ie.jsxs)(Ie.Fragment,{children:[(0,Ie.jsx)(ht,{children:b}),l&&(0,Ie.jsx)(Nt,{})]}),(0,Ie.jsx)(pt,{id:ue,placeholder:M,value:v,role:"spinbutton",disabled:D,"aria-label":ve,"aria-describedby":Je,"aria-invalid":w?"true":void 0}),(0,Ie.jsx)(qe,{valid:A,invalid:w,loading:B,disabled:D}),(0,Ie.jsx)(je,{loading:B,disabled:D}),i&&(0,Ie.jsx)(ct,{loading:B,disabled:D,readonly:V,value:v}),g&&(0,Ie.jsxs)(Ie.Fragment,{children:[l&&(0,Ie.jsx)(Nt,{}),(0,Ie.jsx)(xt,{children:g})]}),p&&(0,Ie.jsx)(uo,{className:"k-input-spinner",size:t,fillMode:a,disabled:D})]})};$.states=Bb;$.options=_b;$.className=Zs;$.defaultOptions=hr;$.moduleName=Ys;$.folderName=Qs;$.ariaSpec={selector:".k-numerictextbox",rules:[{selector:".k-numerictextbox > .k-input-inner",attribute:"role=spinbutton",usage:"Announces the spin button capabilities of the NumericTextBox."},{selector:".k-numerictextbox > .k-input-inner",attribute:"label for or aria-label or aria-labelledby (when has accessible name)",usage:"The input requires an accessible name (provided by consuming app)."},{selector:".k-numerictextbox > .k-input-inner",attribute:"aria-valuenow (when has value)",usage:"Announces the current value of the component."},{selector:".k-numerictextbox > .k-input-inner",attribute:"aria-valuemin (when has min)",usage:"Announces the minimum allowed value."},{selector:".k-numerictextbox > .k-input-inner",attribute:"aria-valuemax (when has max)",usage:"Announces the maximum allowed value."},{selector:".k-numerictextbox > .k-input-inner",attribute:"aria-invalid=true (when invalid)",usage:"Rendered when the NumericTextBox is in an invalid state."},{selector:".k-numerictextbox > .k-input-inner",attribute:"aria-describedby (when has hint or error)",usage:"Points to the hint or error message."},{selector:".k-numerictextbox.k-disabled > .k-input-inner",attribute:"disabled=disabled or aria-disabled=true",usage:"Rendered when the NumericTextBox is disabled."},{selector:".k-numerictextbox .k-spin-button > .k-button",attribute:"role=button or nodeName=button",usage:"Describes the role of the spin buttons."},{selector:".k-numerictextbox .k-spin-button > .k-button",attribute:"aria-label",usage:"The button element requires discernible text."},{selector:".k-numerictextbox.k-disabled .k-spin-button > .k-button",attribute:"disabled=disabled or aria-disabled=true",usage:"Rendered when the NumericTextBox is disabled."}]};var La=$;var ed=require("react/jsx-runtime"),js=e=>(0,ed.jsx)(La,{...e});var td=require("react/jsx-runtime");var od=require("react/jsx-runtime");var zb=require("react/jsx-runtime");var xr=require("react/jsx-runtime"),Ub=$.states,Fb=$.defaultOptions,Vb=$.options,$b=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"},{name:"spin-button",title:"`Spin` Button"}],Xb=[],Ca=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(l=>{switch(l){case"prefix":a.prefix=t!=null&&t[l]?(0,xr.jsx)(ie,{size:o.size,fillMode:"flat",value:"mm"}):void 0;break;case"suffix":a.suffix=t!=null&&t[l]?(0,xr.jsx)(ll,{children:"mm"}):void 0;break;case"clear-button":a.showClearButton=t==null?void 0:t[l];break;case"spin-button":a.showSpinButton=t==null?void 0:t[l];break;default:break}}),(0,xr.jsx)(js,{value:"Value",style:{width:300},...o,...a})};Ca.options=Vb;Ca.states=Ub;Ca.variants=Xb;Ca.defaultOptions=Fb;Ca.modifiers=$b;var _l="pager",ad=_l;var se=require("react/jsx-runtime"),Nr="k-pager",Wb=[n.focus,n.disabled],Jb={size:[d.undefined,d.small,d.medium,d.large]},ut={responsive:!0,pagerSizeInfo:!0,pageTitleInfo:!0,maxPagesInfo:!0,type:"numeric",pageSizes:!0,refresh:!0,previousNext:!0,info:"1 - 5 of 20 items",itemsPerPage:5,maxPages:6,currentPage:1},xe=e=>{let{responsive:t=ut.responsive,size:o,pagerSizeInfo:a=ut.pagerSizeInfo,pageTitleInfo:l=ut.pageTitleInfo,maxPagesInfo:i=ut.maxPagesInfo,itemsPerPage:p=ut.itemsPerPage,maxPages:b=ut.maxPages,currentPage:g=ut.currentPage,previousNext:v=ut.previousNext,type:M=ut.type,pageSizes:C=ut.pageSizes,refresh:f=ut.refresh,info:A=ut.info,focus:w,disabled:O,dir:B,...D}=e,V=[],ue=[];for(let ve=1;ve<=b;ve++)V.push((0,se.jsx)(c,{selected:ve===g,fillMode:"flat",themeColor:"primary",size:o,children:ve})),ue.push((0,se.jsx)("option",{selected:ve===g,children:ve}));return(0,se.jsxs)("div",{dir:B,...D,className:r(e.className,Nr,I(Nr,{size:o}),G(Nr,{focus:w,disabled:O}),{"k-pager-responsive":t}),children:[(0,se.jsxs)("div",{className:r("k-pager-numbers-wrap"),children:[v&&(0,se.jsxs)(se.Fragment,{children:[(0,se.jsx)(c,{className:r("k-pager-nav","k-pager-first"),disabled:g===1&&!O,fillMode:"flat",size:o,icon:B==="rtl"?"caret-alt-to-right":"caret-alt-to-left"}),(0,se.jsx)(c,{className:r("k-pager-nav"),disabled:g===1&&!O,fillMode:"flat",size:o,icon:B==="rtl"?"caret-alt-right":"caret-alt-left"})]}),M==="numeric"&&(0,se.jsx)("div",{className:r("k-pager-numbers"),children:V}),M==="input"&&(0,se.jsxs)("span",{className:r("k-pager-input"),children:[l&&(0,se.jsx)("span",{children:"Page"}),(0,se.jsx)($,{value:`${g}`,size:o,showSpinButton:!1,showClearButton:!1}),(0,se.jsx)("span",{children:i&&`of ${b}`})]}),v&&(0,se.jsxs)(se.Fragment,{children:[(0,se.jsx)(c,{className:r("k-pager-nav"),disabled:g===b&&!O,fillMode:"flat",size:o,icon:B==="rtl"?"caret-alt-left":"caret-alt-right"}),(0,se.jsx)(c,{className:r("k-pager-nav","k-pager-last"),disabled:g===b&&!O,fillMode:"flat",size:o,icon:B==="rtl"?"caret-alt-to-left":"caret-alt-to-right"})]})]}),C&&(0,se.jsxs)("span",{className:r("k-pager-sizes"),children:[(0,se.jsx)(ie,{value:`${p}`,size:o}),a&&(0,se.jsx)("span",{children:"items per page"})]}),f&&(0,se.jsx)(c,{className:r("k-pager-refresh"),fillMode:"flat",size:o,icon:"arrow-rotate-cw"}),A&&(0,se.jsx)("span",{className:r("k-pager-info"),children:A})]})};xe.states=Wb;xe.options=Jb;xe.className=Nr;xe.defaultOptions=ut;xe.moduleName=_l;xe.folderName=ad;var qb=require("react/jsx-runtime");var Yb=require("react/jsx-runtime");var Qb=require("react/jsx-runtime");var zl=require("react/jsx-runtime"),Zb=xe.options,jb=xe.states,ef={...xe.defaultOptions,variant:"numeric"},tf=[{name:"numeric",title:"Numeric"},{name:"input",title:"Input"}],of=[],Ma=e=>{let{variant:t,...o}=e;return t==="input"?(0,zl.jsx)(xe,{...o,type:"input"}):(0,zl.jsx)(xe,{...o,type:"numeric"})};Ma.options=Zb;Ma.states=jb;Ma.variants=tf;Ma.defaultOptions=ef;Ma.modifiers=of;var ld=require("react/jsx-runtime"),rd="k-grid-pager",Kt=e=>(0,ld.jsx)(xe,{...e,className:r(e.className,rd),children:e.children});Kt.className=rd;Kt.moduleName=Z;Kt.folderName=j;var Ul="button",nd=Ul;var id=require("react/jsx-runtime"),ya="k-button-group",af=[n.disabled],rf={fillMode:[k.undefined,k.solid,k.flat,k.outline,k.clear,k.link]},lf={},U=e=>{let{fillMode:t,disabled:o,stretched:a,...l}=e;return(0,id.jsx)("div",{role:"group",...l,className:r(e.className,ya,I(ya,{fillMode:t}),G(ya,{disabled:o}),{[`${ya}-stretched`]:a}),...o&&{"aria-disabled":"true"},children:e.children})};U.states=af;U.options=rf;U.className=ya;U.defaultOptions=lf;U.moduleName=Ul;U.folderName=nd;U.ariaSpec={selector:".k-button-group",rules:[{selector:".k-button-group:not(.k-split-button)",attribute:"role=group",usage:"Sets the proper role for the group of buttons."},{selector:".k-button-group.k-disabled",attribute:"aria-disabled=true",usage:"The attribute is rendered only when the entire button group is disabled."},{selector:".k-button-group:not(.k-split-button):not(.k-scheduler-navigation):not(.k-zoom-control) .k-button",attribute:"aria-pressed (when selected)",usage:"Specifies the current state of the ButtonGroup. Only the selected button within the group will have this attribute set to true."}]};var Fl=require("react/jsx-runtime");var Vl=require("react/jsx-runtime");var $l=require("react/jsx-runtime");var Xl=require("react/jsx-runtime");var Wl=require("react/jsx-runtime");var Jl=require("react/jsx-runtime");var at=require("react/jsx-runtime"),nf={...c.options,...U.options},sf=c.states,df={...c.defaultOptions,...U.defaultOptions,variant:"text-button"},cf=[{name:"icon-button",title:"Icon Only"},{name:"text-button",title:"Text"},{name:"icon-text-button",title:"Icon Text"}],pf=[],Sa=e=>{let{variant:t,className:o,...a}=e;return t==="icon-button"?(0,at.jsxs)(U,{fillMode:a.fillMode,className:o,children:[(0,at.jsx)(c,{...a,icon:"star"}),(0,at.jsx)(c,{...a,icon:"star"}),(0,at.jsx)(c,{...a,icon:"star"})]}):t==="icon-text-button"?(0,at.jsxs)(U,{fillMode:a.fillMode,className:o,children:[(0,at.jsx)(c,{...a,icon:"star",children:"First"}),(0,at.jsx)(c,{...a,icon:"star",children:"Middle"}),(0,at.jsx)(c,{...a,icon:"star",children:"Last"})]}):(0,at.jsxs)(U,{fillMode:a.fillMode,className:o,children:[(0,at.jsx)(c,{...a,children:"First"}),(0,at.jsx)(c,{...a,children:"Middle"}),(0,at.jsx)(c,{...a,children:"Last"})]})};Sa.options=nf;Sa.states=sf;Sa.variants=cf;Sa.defaultOptions=df;Sa.modifiers=pf;var wa=require("react/jsx-runtime"),sd="k-color-preview",mf=[],uf={},bo=e=>{let{color:t,iconName:o,...a}=e;return(0,wa.jsxs)("span",{...a,className:r(e.className,sd,{"k-icon-color-preview":o,"k-no-color":!t}),children:[o&&(0,wa.jsx)(u,{icon:o,className:"k-color-preview-icon"}),(0,wa.jsx)("span",{className:"k-color-preview-mask",style:{backgroundColor:t}})]})};bo.states=mf;bo.options=uf;bo.className=sd;var ql="slider",dd=ql;var wt=require("react/jsx-runtime"),Aa="k-slider",bf=[n.hover,n.focus,n.active,n.disabled,n.readonly],ff={},Lt={type:"single",orientation:"horizontal",gradientType:"1d",readonly:!1,disabled:!1,handlePosition:"end",showButtons:!0,showTicks:!0,value:50,min:0,max:100},me=e=>{let{type:t=Lt.type,orientation:o=Lt.orientation,gradientType:a=Lt.gradientType,readonly:l=Lt.readonly,disabled:i=Lt.disabled,handlePosition:p=Lt.handlePosition,showButtons:b=Lt.showButtons,showTicks:g=Lt.showTicks,value:v=Lt.value,min:M=Lt.min,max:C=Lt.max,startValue:f,endValue:A,hover:w,focus:O,active:B,trackStyle:D,dir:V,...ue}=e,Je=(()=>{if(t==="gradient"&&a==="2d")return"undefined";if(o==="vertical")return"vertical"})(),it,st;return o==="horizontal"?(it=V==="rtl"?"caret-alt-left":"caret-alt-right",st=V==="rtl"?"caret-alt-right":"caret-alt-left"):o==="vertical"&&(it="caret-alt-up",st="caret-alt-down"),(0,wt.jsxs)("div",{...ue,className:r(Aa,e.className,G(Aa,{readonly:l,disabled:i}),{[`k-slider-${o}`]:o,"k-colorgradient-slider":t==="gradient"}),dir:V,children:[b&&(0,wt.jsx)(c,{className:"k-button-decrease",rounded:"full",icon:st,tabIndex:-1,title:"Decrease"}),(0,wt.jsxs)("div",{className:"k-slider-track-wrap",children:[g&&(0,wt.jsx)("ul",{className:"k-reset k-slider-items",children:e.children}),(0,wt.jsxs)("div",{className:"k-slider-track",style:D,children:[(0,wt.jsx)("div",{className:"k-slider-selection"}),t==="range"&&(0,wt.jsx)("span",{className:r("k-draghandle","k-draghandle-start",G(Aa,{hover:w,focus:O,active:B})),role:"slider",tabIndex:i?void 0:0,"aria-valuenow":f??M,"aria-valuemin":M,"aria-valuemax":A??C,"aria-orientation":Je,"aria-disabled":i?"true":void 0,"aria-readonly":l?"true":void 0,"aria-label":ue["aria-label"]?`${ue["aria-label"]} start`:"Range start"}),(0,wt.jsx)("span",{className:r("k-draghandle",`k-draghandle-${p}`,G(Aa,{hover:w,focus:O,active:B})),role:"slider",tabIndex:i?void 0:0,"aria-valuenow":t==="range"?A??C:v,"aria-valuemin":t==="range"?f??M:M,"aria-valuemax":C,"aria-orientation":Je,"aria-disabled":i?"true":void 0,"aria-readonly":l?"true":void 0,"aria-label":t==="range"?ue["aria-label"]?`${ue["aria-label"]} end`:"Range end":ue["aria-label"]})]})]}),b&&(0,wt.jsx)(c,{className:"k-button-increase",rounded:"full",icon:it,tabIndex:-1,title:"Increase"})]})};me.states=bf;me.options=ff;me.className=Aa;me.defaultOptions=Lt;me.moduleName=ql;me.folderName=dd;me.ariaSpec={selector:".k-slider",rules:[{selector:".k-slider .k-draghandle:not(.k-hsv-draghandle)",attribute:"role=slider",usage:"Sets the proper role for Slider."},{selector:".k-slider .k-draghandle:not(.k-hsv-draghandle)",attribute:"aria-label or aria-labelledby or title",usage:"The Slider needs an accessible name to be assigned to it."},{selector:".k-slider .k-draghandle:not(.k-hsv-draghandle)",attribute:"aria-invalid=true (when invalid)",usage:"Rendered only when the Slider is in a form and announces the invalid state."},{selector:".k-slider .k-draghandle:not(.k-hsv-draghandle)",attribute:"aria-valuenow",usage:"Specifies the currently selected value in the Slider."},{selector:".k-slider .k-draghandle:not(.k-hsv-draghandle)",attribute:"aria-valuemin",usage:"Specifies the minimum available value in the Slider."},{selector:".k-slider .k-draghandle:not(.k-hsv-draghandle)",attribute:"aria-valuemax",usage:"Specifies the maximum available value in the Slider."},{selector:".k-slider .k-draghandle:not(.k-hsv-draghandle)",attribute:"aria-valuetext (when has text alternative)",usage:"Specifies a human-readable text alternative to the numeric value. Provided by consuming applications."},{selector:".k-slider:not(.k-disabled) .k-draghandle:not(.k-hsv-draghandle)",attribute:"tabindex=0",usage:"The element must be focusable. Disabled sliders are removed from tab order."},{selector:".k-slider-vertical .k-draghandle",attribute:"aria-orientation=vertical (when vertical)",usage:"Present only when slider is vertical."},{selector:".k-slider.k-disabled .k-draghandle:not(.k-hsv-draghandle)",attribute:"aria-disabled=true",usage:"Rendered only when the Slider is disabled."},{selector:".k-slider.k-readonly .k-draghandle",attribute:"aria-readonly=true (when readonly)",usage:"Rendered only when the Slider is readonly. Readonly sliders remain focusable but their value cannot be changed."},{selector:".k-slider .k-button",attribute:"tabindex=-1",usage:"Excludes the buttons from the natural tab order. Keyboard users use arrow keys on the drag handle."},{selector:".k-slider .k-button",attribute:"title",usage:'Provides a tooltip describing the button action (e.g., "Decrease" or "Increase").'}]};var Yl=require("react/jsx-runtime"),cd="k-tick",Tf=[],hf={},pd={label:!1},_=e=>{let{style:t,label:o=pd.label,orientation:a,large:l,text:i,...p}=e;return(0,Yl.jsx)("li",{...p,className:r(e.className,cd,{[`k-tick-${a}`]:a,"k-tick-large":l}),style:t,children:o&&(0,Yl.jsx)("span",{className:"k-label",children:i})})};_.states=Tf;_.options=hf;_.className=cd;_.defaultOptions=pd;var Re=require("react/jsx-runtime"),md=e=>(0,Re.jsx)(me,{"aria-label":e["aria-label"]||"Slider",children:(0,Re.jsxs)(Re.Fragment,{children:[(0,Re.jsx)(_,{className:"k-first",label:!0,large:!0,text:"0"}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{label:!0,large:!0,text:"5"}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{className:"k-last",label:!0,large:!0,text:"10"})]}),...e});var Oe=require("react/jsx-runtime"),ud=e=>(0,Oe.jsx)(me,{children:(0,Oe.jsxs)(Oe.Fragment,{children:[(0,Oe.jsx)(_,{className:"k-first",label:!0,large:!0,text:"0"}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{label:!0,large:!0,text:"5"}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{className:"k-last",label:!0,large:!0,text:"10"})]}),"aria-label":e["aria-label"]||"Vertical slider",...e,orientation:"vertical"});var Ql=require("react/jsx-runtime");var Zl=require("react/jsx-runtime");var bd=require("react/jsx-runtime"),jl=e=>(0,bd.jsx)(me,{type:"gradient",showButtons:!1,showTicks:!1,...e,"aria-label":e["aria-label"]||"Color slider"});var fd=require("react/jsx-runtime"),en=e=>(0,fd.jsx)(me,{type:"gradient",orientation:"vertical",showButtons:!1,showTicks:!1,...e,"aria-label":e["aria-label"]||"Color slider"});var tn=require("react/jsx-runtime");var on=require("react/jsx-runtime");var rt=require("react/jsx-runtime"),xf=me.options,Nf=me.states,Td={...me.defaultOptions,variant:"horizontal",label:!0},gf=[{name:"horizontal",title:"Horizontal"},{name:"vertical",title:"Vertical"}],kf=[{name:"label",title:"Labels"},{name:"tick",title:"Ticks"},{name:"button",title:"Side Buttons"}],Ea=e=>{let{variant:t,modifiers:o,...a}={...Td,...e},l={};Object.keys(o||{}).forEach(v=>{switch(v){case"button":{l.showButtons=!!(o!=null&&o[v]);break}case"label":{l.label=!!(o!=null&&o[v]);break}case"tick":{l.showTicks=!!(o!=null&&o[v]);break}}});let{label:i=!0,showButtons:p,showTicks:b}=l,g={"--kendo-slider-start":0,"--kendo-slider-end":60};return t==="vertical"?(0,rt.jsxs)(ud,{showTicks:b,showButtons:p,style:{height:"300px",...g},...a,children:[(0,rt.jsx)(_,{label:i,large:!0,orientation:"vertical",text:"0",style:{position:"absolute",bottom:"0%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"vertical",text:"2",style:{position:"absolute",bottom:"25%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"vertical",text:"4",style:{position:"absolute",bottom:"50%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"vertical",text:"6",style:{position:"absolute",bottom:"75%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"vertical",text:"8",style:{position:"absolute",bottom:"100%"}})]}):(0,rt.jsxs)(md,{showTicks:b,showButtons:p,style:{width:"400px",...g},...a,children:[(0,rt.jsx)(_,{label:i,large:!0,orientation:"horizontal",text:"0",style:{position:"absolute",left:"0%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"horizontal",text:"2",style:{position:"absolute",left:"25%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"horizontal",text:"4",style:{position:"absolute",left:"50%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"horizontal",text:"6",style:{position:"absolute",left:"75%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"horizontal",text:"8",style:{position:"absolute",left:"100%"}})]})};Ea.options=xf;Ea.states=Nf;Ea.variants=gf;Ea.defaultOptions=Td;Ea.modifiers=kf;var R=require("react/jsx-runtime"),hd="k-colorgradient-inputs",vf=[],Lf={size:[d.undefined,d.small,d.medium,d.large]},xd={mode:"rgba"},Fo=e=>{let{mode:t=xd.mode,size:o,...a}=e;return(0,R.jsxs)("div",{...a,className:r(hd,"k-hstack"),children:[(0,R.jsx)("div",{className:"k-vstack",children:(0,R.jsx)(c,{fillMode:"flat",icon:"caret-alt-expand",className:"k-colorgradient-toggle-mode",size:o,"aria-label":"Toggle color input format"})}),t==="rgba"&&(0,R.jsxs)(R.Fragment,{children:[(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Red channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"R"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Green channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"G"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Blue channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"B"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"1.00",size:o,"aria-label":"Alpha channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"A"})]})]}),t==="rgb"&&(0,R.jsxs)(R.Fragment,{children:[(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Red channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"R"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Green channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"G"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Blue channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"B"})]})]}),t==="hsva"&&(0,R.jsxs)(R.Fragment,{children:[(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Hue channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"H"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Saturation channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"S"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Value channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"V"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"1.00","aria-label":"Alpha channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"A"})]})]}),t==="hsv"&&(0,R.jsxs)(R.Fragment,{children:[(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Hue channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"H"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Saturation channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"S"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Value channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"V"})]})]}),t==="hex"&&(0,R.jsx)(R.Fragment,{children:(0,R.jsxs)("div",{className:"k-vstack k-flex-1",children:[(0,R.jsx)(ne,{showClearButton:!1,value:"#b88484AA",className:"k-hex-value"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"HEX"})]})})]})};Fo.states=vf;Fo.options=Lf;Fo.className=hd;Fo.defaultOptions=xd;var Ve=require("react/jsx-runtime"),Nd="k-colorgradient-color-contrast",Cf=[],Mf={},yf={},Vo=()=>(0,Ve.jsxs)("div",{className:r(Nd,"k-vbox"),children:[(0,Ve.jsxs)("div",{className:"k-contrast-ratio",children:[(0,Ve.jsx)("span",{className:"k-contrast-ratio-text",children:"Contrast ratio: 7.1"}),(0,Ve.jsxs)("span",{className:"k-contrast-validation !k-text-success",children:[(0,Ve.jsx)(u,{icon:"check"}),(0,Ve.jsx)(u,{icon:"check"})]})]}),(0,Ve.jsxs)("div",{children:[(0,Ve.jsx)("span",{children:"AA: 4.5"}),(0,Ve.jsxs)("span",{className:"k-contrast-validation !k-text-success",children:["Pass",(0,Ve.jsx)(u,{icon:"check"})]})]}),(0,Ve.jsxs)("div",{children:[(0,Ve.jsx)("span",{children:"AAA: 7.0"}),(0,Ve.jsxs)("span",{className:"k-contrast-validation !k-text-error",children:["Fail",(0,Ve.jsx)(u,{icon:"x"})]})]})]});Vo.states=Cf;Vo.options=Mf;Vo.className=Nd;Vo.defaultOptions=yf;var gd="color-gradient",kd="colorgradient";var Ce=require("react/jsx-runtime"),gr="k-colorgradient",Sf=[n.hover,n.focus,n.readonly,n.disabled],wf={size:[d.undefined,d.small,d.medium,d.large]},Dt={mode:"rgba",readonly:!1,disabled:!1,contrast:!1,gradientStyle:{background:"rgb(255, 0, 0 )"},dragHandleStyle:{top:"50px",left:"73px"},alphaStyle:{background:"linear-gradient(to top, transparent, rgb(255, 0, 0))"},alphaStyleHorizontal:{background:"linear-gradient(to right, transparent, rgb(255, 0, 0))"},canvasOrientation:"horizontal"},He=e=>{let{size:t,mode:o=Dt.mode,readonly:a=Dt.readonly,disabled:l=Dt.disabled,gradientStyle:i=Dt.gradientStyle,dragHandleStyle:p=Dt.dragHandleStyle,alphaStyle:b=Dt.alphaStyle,alphaStyleHorizontal:g=Dt.alphaStyleHorizontal,contrast:v=Dt.contrast,dir:M,hover:C,focus:f,hoverHandle:A,focusHandle:w,canvasOrientation:O=Dt.canvasOrientation,role:B,tabIndex:D,...V}=e;return(0,Ce.jsxs)("div",{...V,role:B??"textbox","aria-label":B==="none"?void 0:"Color gradient",tabIndex:D??0,"aria-disabled":l?"true":void 0,className:r(e.className,gr,I(gr,{size:t}),G(gr,{hover:C,focus:f,readonly:a,disabled:l})),dir:M,children:[!O||O==="horizontal"&&(0,Ce.jsxs)("div",{className:"k-colorgradient-canvas k-hstack",children:[(0,Ce.jsx)("div",{className:"k-hsv-rectangle",style:i,children:(0,Ce.jsx)("div",{className:"k-hsv-gradient",children:(0,Ce.jsx)("div",{className:r("k-hsv-draghandle","k-draghandle",{"k-hover":A,"k-focus":w}),style:p,role:"slider","aria-orientation":"undefined","aria-label":"Color well with two-dimensional slider for selecting saturation and lightness","aria-valuetext":"X: 73, Y: 50","aria-valuenow":50,"aria-valuemin":0,"aria-valuemax":100})})}),(0,Ce.jsxs)("div",{className:"k-hsv-controls k-hstack",children:[(0,Ce.jsx)(en,{className:"k-hue-slider",hover:A,focus:w}),o!=="rgb"&&o!=="hsv"&&(0,Ce.jsx)(en,{className:"k-alpha-slider",hover:A,focus:w,trackStyle:b})]})]}),O==="vertical"&&(0,Ce.jsxs)("div",{className:"k-colorgradient-canvas k-vstack",children:[(0,Ce.jsx)("div",{className:"k-hsv-rectangle",style:i,children:(0,Ce.jsx)("div",{className:"k-hsv-gradient",children:(0,Ce.jsx)("div",{className:r("k-hsv-draghandle","k-draghandle",{"k-hover":A,"k-focus":w}),style:p,role:"slider","aria-orientation":"undefined","aria-label":"Color well with two-dimensional slider for selecting saturation and lightness","aria-valuetext":"X: 73, Y: 50","aria-valuenow":50,"aria-valuemin":0,"aria-valuemax":100})})}),(0,Ce.jsxs)("div",{className:"k-hsv-controls k-vstack",children:[(0,Ce.jsx)(jl,{className:"k-hue-slider",hover:A,focus:w}),o!=="rgb"&&o!=="hsv"&&(0,Ce.jsx)(jl,{className:"k-alpha-slider",hover:A,focus:w,trackStyle:g})]})]}),(0,Ce.jsx)(Fo,{mode:e.mode,size:t}),v&&(0,Ce.jsx)(Vo,{})]})};He.states=Sf;He.options=wf;He.className=gr;He.defaultOptions=Dt;He.moduleName=gd;He.folderName=kd;He.ariaSpec={selector:".k-colorgradient",rules:[{selector:".k-colorgradient",attribute:"role=textbox",usage:"The focusable wrapper should be considered a textbox with a value that could be submitted."},{selector:".k-colorgradient",attribute:"aria-label or aria-labelledby",usage:"The component needs an accessible name including the currently selected value."},{selector:".k-colorgradient",attribute:"tabindex=0",usage:"The element must be focusable."},{selector:".k-colorgradient.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the ColorGradient is disabled."},{selector:".k-hsv-draghandle",attribute:"role=slider",usage:"The 2D draghandle must have slider role for ARIA-allowed attributes."},{selector:".k-hsv-draghandle",attribute:"aria-orientation=undefined",usage:"The implicit orientation for the slider must be removed for the 2D handle."},{selector:".k-hsv-draghandle",attribute:"aria-label",usage:"Must provide information about the purpose of the slider and the currently selected color."},{selector:".k-hsv-draghandle",attribute:"aria-valuetext",usage:"Must specify the values on both X and Y axis."},{selector:".k-hsv-draghandle",attribute:"aria-valuenow",usage:"Required by the slider role."},{selector:".k-hsv-draghandle",attribute:"aria-valuemin",usage:"Required by the slider role."},{selector:".k-hsv-draghandle",attribute:"aria-valuemax",usage:"Required by the slider role."},{selector:".k-numerictextbox>.k-input-inner",attribute:"aria-label",usage:"Must provide the name of the channel (red, green, blue, or alpha)."}]};var vd=require("react/jsx-runtime"),kr=e=>(0,vd.jsx)(He,{...e});var Af=require("react/jsx-runtime");var Ef=require("react/jsx-runtime");var vr=require("react/jsx-runtime"),If=He.options,Rf=He.states,Of={...He.defaultOptions,variant:"rgba"},Hf=[{name:"rgba",title:"RGBA"},{name:"rgb",title:"RGB"},{name:"hex",title:"HEX"}],Pf=[],Ia=e=>{let{variant:t,...o}=e;switch(t){case"hex":return(0,vr.jsx)(kr,{...o,mode:t});case"rgb":return(0,vr.jsx)(kr,{...o,mode:t});default:return(0,vr.jsx)(kr,{...o,mode:t})}};Ia.options=If;Ia.states=Rf;Ia.variants=Hf;Ia.defaultOptions=Of;Ia.modifiers=Pf;var Ld=require("react/jsx-runtime"),an=e=>(0,Ld.jsx)("tr",{role:"row",children:e.children});var Cd=require("react/jsx-runtime"),rn="k-colorpalette-tile",Gf=[n.hover,n.focus,n.selected],Kf={},$o=e=>{let{color:t,tileSize:o,hover:a,focus:l,selected:i,...p}=e,b={backgroundColor:t,width:o?o+"px":"",height:o?o+"px":""};return(0,Cd.jsx)("td",{...p,role:"gridcell","aria-label":t,"aria-selected":i?"true":void 0,className:r(e.className,rn,G(rn,{hover:a,focus:l,selected:i})),style:b})};$o.states=Gf;$o.options=Kf;$o.className=rn;var Md="color-palette",yd="colorpalette";var Xo=require("react/jsx-runtime"),Lr="k-colorpalette",Df=[n.disabled],Bf={size:[d.undefined,d.small,d.medium,d.large]},Sd={columns:10},lt=e=>{let{size:t,palette:o,columns:a=Sd.columns,tileSize:l,disabled:i,...p}=e,b=[];if(o){let g=a||o.columns,v=o.colors?o.colors:o;Array.isArray(v)&&Array.from({length:Math.ceil(v.length/g)},(M,C)=>{let f=[];v.slice(C*g,(C+1)*g).map((w,O)=>{f.push((0,Xo.jsx)($o,{color:w,tileSize:l},O))});let A=(0,Xo.jsx)(an,{children:f},C);b.push(A)})}return(0,Xo.jsx)("div",{...p,role:"grid","aria-label":"Color palette",tabIndex:0,"aria-disabled":i?"true":void 0,className:r(e.className,Lr,G(Lr,{disabled:i}),I(Lr,{size:t})),children:(0,Xo.jsx)("table",{className:"k-colorpalette-table",role:"none",children:(0,Xo.jsx)("tbody",{children:b.length>0?b:e.children})})})};lt.states=Df;lt.options=Bf;lt.className=Lr;lt.defaultOptions=Sd;lt.moduleName=Md;lt.folderName=yd;lt.ariaSpec={selector:".k-colorpalette",rules:[{selector:".k-colorpalette",attribute:"role=grid",usage:"The focusable wrapper announces its role as a grid."},{selector:".k-colorpalette",attribute:"aria-label or aria-labelledby",usage:"The component needs an accessible name including the currently selected value."},{selector:".k-colorpalette",attribute:"aria-activedescendant",usage:"Points to the focused cell in the table."},{selector:".k-colorpalette",attribute:"tabindex=0",usage:"The element must be focusable."},{selector:".k-colorpalette.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the ColorPalette is disabled."},{selector:".k-colorpalette-table",attribute:"role=none or role=presentation",usage:"Negates the default role of the table element."},{selector:".k-colorpalette-table>tbody>tr",attribute:"role=row",usage:"Required as the semantic role of the parent table has been removed."},{selector:".k-colorpalette-tile",attribute:"role=gridcell",usage:"Required as the semantic role of the parent table has been removed."},{selector:".k-colorpalette-tile",attribute:"aria-label or title",usage:"The text representation of the color value for the current cell."},{selector:".k-colorpalette-tile.k-selected",attribute:"aria-selected=true",usage:"Present on the currently selected cell."}]};var Cr=lt;var Ra={basic:{colors:["#000000","#7f7f7f","#880015","#ed1c24","#ff7f27","#fff200","#22b14c","#00a2e8","#3f48cc","#a349a4","#ffffff","#c3c3c3","#b97a57","#ffaec9","#ffc90e","#efe4b0","#b5e61d","#99d9ea","#7092be","#c8bfe7"],columns:10},office:{colors:["#ffffff","#000000","#e6e6e6","#435569","#4371c4","#ed7e32","#a5a4a5","#febf04","#5a9bd5","#71ae48","#f2f2f3","#7f7f7f","#d1cece","#d5dde3","#dae1f4","#fce5d4","#deeded","#fff2cc","#deeaf6","#e1efd9","#d7d8d8","#585959","#aeabab","#adbaca","#b4c5e7","#f6caac","#dbdbdb","#ffe498","#bcd6ee","#c5e0b2","#bfbfc0","#3f3f3f","#767070","#8595b1","#8fabdb","#f5b183","#c9c8c9","#fed965","#9bc4e5","#a8d08d","#a5a5a6","#262625","#393939","#334050","#2e5496","#c45a11","#7b7b7a","#bf9000","#2f75b5","#548235","#7f7f7f","#0b0c0c","#161616","#222a34","#203764","#843d0b","#525252","#7f6000","#1d4d79","#375623"],columns:10},apex:{colors:["#ffffff","#000000","#c9c2d1","#69676d","#ceb966","#9cb084","#6bb1c9","#6585cf","#7e6bc9","#a379bb","#f2f2f2","#7f7f7f","#f4f2f5","#e0e0e2","#f5f1e0","#ebefe6","#e1eff4","#e0e6f5","#e5e1f4","#ece4f1","#d8d8d8","#595959","#e9e6ec","#c2c1c5","#ebe3c1","#d7dfcd","#c3dfe9","#c1ceeb","#cbc3e9","#dac9e3","#bfbfbf","#3f3f3f","#dedae3","#a4a3a8","#e1d5a3","#c3cfb5","#a6d0de","#a2b5e2","#b1a6de","#c7aed6","#a5a5a5","#262626","#9688a5","#4e4d51","#ae9638","#758c5a","#3d8da9","#365bb0","#533da9","#7d4d99","#7f7f7f","#0c0c0c","#635672","#343336","#746425","#4e5d3c","#295e70","#243c75","#372970","#533366"],columns:10},austin:{colors:["#ffffff","#000000","#caf278","#3e3d2d","#94c600","#71685a","#ff6700","#909465","#956b43","#fea022","#f2f2f2","#7f7f7f","#f4fce4","#dddcd0","#efffc0","#e3e1dc","#ffe0cb","#e8e9df","#ece1d6","#feecd2","#d8d8d8","#595959","#e9f9c9","#bbb9a1","#dfff82","#c8c3ba","#ffc299","#d2d4c0","#dac3ad","#fed9a6","#bfbfbf","#3f3f3f","#dff7ae","#ada598","#cfff43","#ada598","#ffa365","#bcbfa1","#c8a585","#fec67a","#a5a5a5","#262626","#a9ea25","#2e2d21","#6f9400","#544e43","#bf4d00","#6c6f4b","#6f5032","#d77b00","#7f7f7f","#0c0c0c","#74a50f","#1f1e16","#4a6300","#38342d","#7f3300","#484a32","#4a3521","#8f5200"],columns:10},clarity:{colors:["#ffffff","#292934","#f3f2dc","#d2533c","#93a299","#ad8f67","#726056","#4c5a6a","#808da0","#79463d","#f2f2f2","#e7e7ec","#e7e5b9","#f6dcd8","#e9ecea","#eee8e0","#e4dedb","#d8dde3","#e5e8ec","#e9d6d3","#d8d8d8","#c4c4d1","#d5d185","#edbab1","#d3d9d6","#ded2c2","#c9beb8","#b2bcc8","#ccd1d9","#d3aea7","#bfbfbf","#8a8aa3","#aca73b","#e4978a","#bec7c1","#cdbba3","#af9e94","#8c9bac","#b2bac6","#bd857c","#a5a5a5","#56566e","#56531d","#a43925","#6b7c72","#866b48","#554840","#39434f","#5c697b","#5a342d","#7f7f7f","#3b3b4b","#22210b","#6d2619","#47534c","#594730","#39302b","#262d35","#3d4652","#3c231e"],columns:10},slipstream:{colors:["#ffffff","#000000","#b4dcfa","#212745","#4e67c8","#5eccf3","#a7ea52","#5dceaf","#ff8021","#f14124","#f2f2f2","#7f7f7f","#8bc9f7","#c7cce4","#dbe0f4","#def4fc","#edfadc","#def5ef","#ffe5d2","#fcd9d3","#d8d8d8","#595959","#4facf3","#909aca","#b8c2e9","#beeafa","#dbf6b9","#beebdf","#ffcca6","#f9b3a7","#bfbfbf","#3f3f3f","#0d78c9","#5967af","#94a3de","#9ee0f7","#caf297","#9de1cf","#ffb279","#f68d7b","#a5a5a5","#262626","#063c64","#181d33","#31479f","#11b2eb","#81d319","#34ac8b","#d85c00","#c3260c","#7f7f7f","#0c0c0c","#021828","#101322","#202f6a","#0b769c","#568c11","#22725c","#903d00","#821908"],columns:10},metro:{colors:["#ffffff","#000000","#d6ecff","#4e5b6f","#7fd13b","#ea157a","#feb80a","#00addc","#738ac8","#1ab39f","#f2f2f2","#7f7f7f","#a7d6ff","#d9dde4","#e5f5d7","#fad0e4","#fef0cd","#c5f2ff","#e2e7f4","#c9f7f1","#d8d8d8","#595959","#60b5ff","#b3bcca","#cbecb0","#f6a1c9","#fee29c","#8be6ff","#c7d0e9","#94efe3","#bfbfbf","#3f3f3f","#007dea","#8d9baf","#b2e389","#f272af","#fed46b","#51d9ff","#aab8de","#5fe7d5","#a5a5a5","#262626","#003e75","#3a4453","#5ea226","#af0f5b","#c58c00","#0081a5","#425ea9","#138677","#7f7f7f","#0c0c0c","#00192e","#272d37","#3f6c19","#750a3d","#835d00","#00566e","#2c3f71","#0c594f"],columns:10},flow:{colors:["#ffffff","#000000","#dbf5f9","#04617b","#0f6fc6","#009dd9","#0bd0d9","#10cf9b","#7cca62","#a5c249","#f2f2f2","#7f7f7f","#b2e9f2","#b4ecfc","#c7e2fa","#c4eeff","#c9fafc","#c9faed","#e4f4df","#edf2da","#d8d8d8","#595959","#76d9e8","#6adafa","#90c6f6","#89deff","#93f5f9","#94f6db","#cae9c0","#dbe6b6","#bfbfbf","#3f3f3f","#21b2c8","#20c8f7","#59a9f2","#4fceff","#5df0f6","#5ff2ca","#b0dfa0","#c9da91","#a5a5a5","#262626","#105964","#02485c","#0b5394","#0075a2","#089ca2","#0b9b74","#54a838","#7e9532","#7f7f7f","#0c0c0c","#062328","#01303d","#073763","#004e6c","#05686c","#07674d","#387025","#546321"],columns:10},hardcover:{colors:["#ffffff","#000000","#ece9c6","#895d1d","#873624","#d6862d","#d0be40","#877f6c","#972109","#aeb795","#f2f2f2","#7f7f7f","#e1dca5","#f2e0c6","#f0d0c9","#f6e6d5","#f5f2d8","#e7e5e1","#fbc7bc","#eef0e9","#d8d8d8","#595959","#d0c974","#e6c28d","#e2a293","#eeceaa","#ece5b2","#cfccc3","#f78f7a","#dee2d4","#bfbfbf","#3f3f3f","#a29a36","#daa454","#d4735e","#e6b681","#e2d88c","#b7b2a5","#f35838","#ced3bf","#a5a5a5","#262626","#514d1b","#664515","#65281a","#a2641f","#a39428","#655f50","#711806","#879464","#7f7f7f","#0c0c0c","#201e0a","#442e0e","#431b11","#6c4315","#6d621a","#433f35","#4b1004","#5a6243"],columns:10},trek:{colors:["#ffffff","#000000","#fbeec9","#4e3b30","#f0a22e","#a5644e","#b58b80","#c3986d","#a19574","#c17529","#f2f2f2","#7f7f7f","#f7e09e","#e1d6cf","#fcecd5","#eddfda","#f0e7e5","#f3eae1","#ece9e3","#f5e3d1","#d8d8d8","#595959","#f3cc5f","#c4ad9f","#f9d9ab","#dcc0b6","#e1d0cc","#e7d5c4","#d9d4c7","#ebc7a3","#bfbfbf","#3f3f3f","#d29f0f","#a78470","#f6c781","#cba092","#d2b9b2","#dbc1a7","#c6bfab","#e1ac76","#a5a5a5","#262626","#694f07","#3a2c24","#c87d0e","#7b4b3a","#926255","#a17242","#7b7153","#90571e","#7f7f7f","#0c0c0c","#2a1f03","#271d18","#855309","#523226","#614138","#6b4c2c","#524b37","#603a14"],columns:10},verve:{colors:["#ffffff","#000000","#d2d2d2","#666666","#ff388c","#e40059","#9c007f","#68007f","#005bd3","#00349e","#f2f2f2","#7f7f7f","#bdbdbd","#e0e0e0","#ffd7e8","#ffc6dc","#ffb8f1","#f1b2ff","#c3dcff","#b8cfff","#d8d8d8","#595959","#9d9d9d","#c1c1c1","#ffafd1","#ff8eba","#ff71e4","#e365ff","#87baff","#72a0ff","#bfbfbf","#3f3f3f","#696969","#a3a3a3","#ff87ba","#ff5597","#ff2ad7","#d519ff","#4b98ff","#2b71ff","#a5a5a5","#262626","#343434","#4c4c4c","#e90062","#ab0042","#75005f","#4e005f","#00449e","#002676","#7f7f7f","#0c0c0c","#151515","#333333","#9b0041","#72002c","#4e003f","#34003f","#002d69","#00194f"],columns:10},monochrome:{colors:["#000000","#1a1a1a","#333333","#4d4d4d","#666666","#808080","#999999","#b3b3b3","#cccccc","#e6e6e6","#f2f2f2","#ffffff"],columns:12}};var Ad=require("react/jsx-runtime"),wd=e=>(0,Ad.jsx)(Cr,{palette:Ra.basic,...e});var _f=require("react/jsx-runtime");var Ed=require("react/jsx-runtime");var Id=require("react/jsx-runtime"),zf=lt.options,Uf=lt.states,Ff={...lt.defaultOptions,variant:"basic"},Vf=[{name:"basic",title:"Basic"},{name:"monochrome",title:"Monochrome"}],$f={basic:{colors:["#000000","#7f7f7f","#880015","#ed1c24","#ff7f27","#fff200","#22b14c","#00a2e8","#3f48cc","#a349a4","#ffffff","#c3c3c3","#b97a57","#ffaec9","#ffc90e","#efe4b0","#b5e61d","#99d9ea","#7092be","#c8bfe7"],columns:10},monochrome:{colors:["#000000","#1a1a1a","#333333","#4d4d4d","#666666","#808080","#999999","#b3b3b3","#cccccc","#e6e6e6","#f2f2f2","#ffffff"],columns:12}},Xf=[],Oa=e=>{let{variant:t="basic",...o}=e,a=$f[t];return(0,Id.jsx)(wd,{columns:a.columns,palette:a,...o})};Oa.options=zf;Oa.states=Uf;Oa.variants=Vf;Oa.defaultOptions=Ff;Oa.modifiers=Xf;var Rd="color-editor",Od="coloreditor";var ge=require("react/jsx-runtime"),Mr="k-coloreditor",Wf=[n.focus],Jf={size:[d.undefined,d.small,d.medium,d.large]},Ha={view:"gradient",palette:Ra.office,actionButtons:!0,canvasOrientation:"horizontal"},ke=e=>{let{size:t,view:o=Ha.view,palette:a=Ha.palette,color:l,currentColor:i,focus:p,focusView:b,dir:g,group:v,actionButtons:M=Ha.actionButtons,canvasOrientation:C=Ha.canvasOrientation,...f}=e;return(0,ge.jsxs)("div",{...f,role:"textbox","aria-label":"Color editor",tabIndex:0,className:r(e.className,"k-flatcolorpicker",Mr,I(Mr,{size:t}),G(Mr,{focus:p})),dir:g,children:[(0,ge.jsxs)("div",{className:"k-coloreditor-header k-hstack",children:[(0,ge.jsx)("div",{className:"k-coloreditor-header-actions k-hstack",children:v&&(0,ge.jsxs)(U,{fillMode:"flat",children:[(0,ge.jsx)(c,{className:"k-group-start",size:t,fillMode:"flat",icon:"droplet-slider",selected:o==="gradient","aria-label":"Color gradient view"}),(0,ge.jsx)(c,{className:"k-group-end",size:t,fillMode:"flat",icon:"palette",selected:o==="palette","aria-label":"Color palette view"})]})}),(0,ge.jsx)("div",{className:"k-spacer"}),(0,ge.jsxs)("div",{className:"k-coloreditor-header-actions k-hstack",children:[(0,ge.jsx)(c,{fillMode:"flat",icon:"droplet-slash",size:t,"aria-label":"Reset color"}),(0,ge.jsxs)("div",{className:"k-coloreditor-preview k-vstack",children:[(0,ge.jsx)(bo,{className:"k-coloreditor-preview-color",color:l}),(0,ge.jsx)(bo,{className:"k-coloreditor-current-color",color:i})]})]})]}),(0,ge.jsx)("div",{className:"k-coloreditor-views k-vstack",children:o==="gradient"?(0,ge.jsx)(He,{focus:b,size:t,canvasOrientation:C,role:"none",tabIndex:-1}):(0,ge.jsx)(lt,{palette:a,size:t})}),M&&(0,ge.jsxs)(Ht,{className:"k-coloreditor-footer",alignment:"start",children:[(0,ge.jsx)(c,{themeColor:"primary",size:t,className:"k-coloreditor-apply",children:"Apply"}),(0,ge.jsx)(c,{className:"k-coloreditor-cancel",size:t,children:"Cancel"})]})]})};ke.states=Wf;ke.options=Jf;ke.className=Mr;ke.defaultOptions=Ha;ke.moduleName=Rd;ke.folderName=Od;ke.ariaSpec={selector:".k-flatcolorpicker",rules:[{selector:".k-flatcolorpicker",attribute:"role=textbox",usage:"The focusable wrapper should be considered a textbox with a submittable value."},{selector:".k-flatcolorpicker",attribute:"aria-label or aria-labelledby",usage:"The component needs an accessible name including the currently selected value."},{selector:".k-flatcolorpicker",attribute:"tabindex=0",usage:"The element must be focusable."},{selector:".k-flatcolorpicker.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the FlatColorPicker is disabled."},{selector:".k-colorgradient",attribute:"role=none",usage:"The inner ColorGradient must have its role removed."},{selector:".k-colorgradient",attribute:"tabindex=-1",usage:"The inner ColorGradient must be removed from the page tab sequence."}]};var Wo=ke;var qf=require("react/jsx-runtime");var Yf=require("react/jsx-runtime");var Pd=require("react/jsx-runtime"),Hd=e=>(0,Pd.jsx)(Wo,{group:!0,currentColor:"fuchsia",...e});var Kd=require("react/jsx-runtime"),Gd=e=>(0,Kd.jsx)(Wo,{view:"palette",group:!0,currentColor:"fuchsia",...e});var ln=require("react/jsx-runtime"),Qf=ke.options,Zf=ke.states,jf={...ke.defaultOptions,variant:"gradient"},eT=[{name:"gradient",title:"Gradient"},{name:"palette",title:"Palette"}],tT=[],Pa=e=>{let{variant:t,...o}=e;return t==="palette"?(0,ln.jsx)(Gd,{...o,color:"white"}):(0,ln.jsx)(Hd,{...o,color:"rgba(183, 118 , 118, 1.00)"})};Pa.options=Qf;Pa.states=Zf;Pa.variants=eT;Pa.defaultOptions=jf;Pa.modifiers=tT;var Dd="color-picker",Bd="colorpicker";var Me=require("react/jsx-runtime"),_d="k-colorpicker",oT=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled],aT={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},zd={arrowIconName:"caret-alt-down"},bt=e=>{let{size:t,rounded:o,fillMode:a,arrowIconName:l=zd.arrowIconName,prefix:i,suffix:p,value:b,placeholder:g,hover:v,focus:M,valid:C,invalid:f,required:A,disabled:w,valueIconName:O,popup:B,opened:D,adaptive:V,adaptiveSettings:ue,adaptiveTitle:ve,adaptiveSubtitle:Je,...it}=e,st="colorpicker-popup";return(0,Me.jsxs)(Me.Fragment,{children:[(0,Me.jsxs)(Rt,{...it,size:t,rounded:o,fillMode:a,hover:v,focus:M,valid:C,invalid:f,required:A,disabled:w,role:"combobox","aria-haspopup":"dialog","aria-expanded":D?"true":"false","aria-controls":D||V?st:void 0,"aria-label":"Color picker",tabIndex:0,"aria-disabled":w?"true":void 0,className:r(e.className,_d,"k-icon-picker"),children:[(0,Me.jsx)(ht,{children:i}),(0,Me.jsx)(ko,{placeholder:g,value:b,showValue:!1,valueIcon:(0,Me.jsx)(bo,{className:"k-value-icon",color:b,iconName:O}),valueIconName:O}),(0,Me.jsx)(xt,{children:p}),(0,Me.jsx)(c,{className:"k-input-button",icon:l,size:t,fillMode:a,tabIndex:-1,"aria-label":"Open color picker",disabled:w})]}),D&&B&&(0,Me.jsx)(pe,{id:st,className:"k-colorpicker-popup",children:B}),V&&(0,Me.jsx)(Ne,{adaptive:!0,id:st,...ue,header:(0,Me.jsx)(Ye,{actionsEnd:(0,Me.jsx)(c,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply"}),title:ve,subtitle:Je}),footer:(0,Me.jsxs)(io,{children:[(0,Me.jsx)(c,{text:"Cancel",size:"large"}),(0,Me.jsx)(c,{text:"Set",size:"large",themeColor:"primary"})]}),children:(0,Me.jsx)(ke,{canvasOrientation:"vertical",size:"large",actionButtons:!1,group:!0})})]})};bt.states=oT;bt.options=aT;bt.className=_d;bt.defaultOptions=zd;bt.moduleName=Dd;bt.folderName=Bd;bt.ariaSpec={selector:".k-colorpicker",rules:[{selector:".k-colorpicker",attribute:"role=combobox",usage:"The focusable element should have role combobox (input with popup)."},{selector:".k-colorpicker",attribute:"aria-label or aria-labelledby",usage:"The component needs an accessible name including the currently selected value."},{selector:".k-colorpicker",attribute:"aria-haspopup=dialog",usage:"Indicates the component has a Dialog Popup."},{selector:".k-colorpicker",attribute:"aria-expanded=true/false",usage:"Announces the visibility state of the popup."},{selector:".k-colorpicker",attribute:"aria-controls (when open)",usage:"Points to the popup element."},{selector:".k-colorpicker",attribute:"tabindex=0",usage:"The element must be focusable."},{selector:".k-colorpicker.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the picker is disabled."},{selector:".k-colorpicker.k-disabled .k-button",attribute:"disabled or aria-disabled=true",usage:"Rendered only when the picker is disabled."},{selector:".k-colorgradient",attribute:"tabindex=-1",usage:"The inner ColorGradient must be removed from the page tab sequence."}]};var fo=bt;var Ud=require("react/jsx-runtime"),yr=e=>(0,Ud.jsx)(fo,{...e});var rT=require("react/jsx-runtime");var lT=require("react/jsx-runtime");var nT=require("react/jsx-runtime");var iT=require("react/jsx-runtime");var sT=require("react/jsx-runtime");var dT=require("react/jsx-runtime");var To=require("react/jsx-runtime"),cT=fo.options,pT=fo.states,Fd={...fo.defaultOptions,variant:"color"},mT=[{name:"color",title:"Color",default:!0},{name:"no color",title:"No color"},{name:"icon",title:"Icon"}],uT=[{name:"opened",title:"Opened"}],Ga=e=>{let{variant:t,modifiers:o,...a}={...Fd,...e},l={};Object.keys(o||{}).forEach(p=>{p==="opened"&&(l.opened=!!(o!=null&&o[p]),l.popup=o!=null&&o[p]?(0,To.jsx)(ke,{size:a.size,color:"rgba(183, 118 , 118, 1.00)",group:!0}):"")});let i=l.opened?{width:"272px",height:"390px"}:{};switch(t){case"no color":return(0,To.jsx)("div",{style:i,children:(0,To.jsx)(yr,{...a,...l})});case"icon":return(0,To.jsx)("div",{style:i,children:(0,To.jsx)(yr,{value:"rgba(183, 118 , 118, 1.00)",valueIconName:"edit-tools",...a,...l})});default:return(0,To.jsx)("div",{style:i,children:(0,To.jsx)(yr,{value:"rgba(183, 118 , 118, 1.00)",...a,...l})})}};Ga.options=cT;Ga.states=pT;Ga.variants=mT;Ga.defaultOptions=Fd;Ga.modifiers=uT;var nn="combobox",Vd=nn;var oe=require("react/jsx-runtime"),$d="k-combobox",bT=[n.hover,n.focus,n.valid,n.invalid,n.loading,n.required,n.disabled,n.readonly],fT={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},Xd={separators:!0},Ze=e=>{let{size:t,rounded:o,fillMode:a,separators:l=Xd.separators,prefix:i,suffix:p,value:b,placeholder:g,hover:v,focus:M,valid:C,invalid:f,required:A,loading:w,disabled:O,popup:B,opened:D,readonly:V,adaptive:ue,adaptiveSettings:ve,adaptiveTitle:Je,adaptiveSubtitle:it,adaptiveCustomValue:st,id:Io,autocomplete:Gr,activeDescendant:Ya,"aria-label":mp,...up}=e,bp=Io?`${Io}-listbox`:void 0;return(0,oe.jsxs)(oe.Fragment,{children:[(0,oe.jsxs)(Le,{...up,size:t,rounded:o,fillMode:a,hover:v,focus:M,valid:C,invalid:f,required:A,loading:w,disabled:O,readonly:V,className:r(e.className,$d),children:[i&&(0,oe.jsxs)(oe.Fragment,{children:[(0,oe.jsx)(ht,{children:i}),l&&(0,oe.jsx)(Nt,{})]}),(0,oe.jsx)(pt,{placeholder:g,value:b,role:"combobox","aria-haspopup":"listbox","aria-expanded":D?"true":"false","aria-controls":D?bp:void 0,"aria-activedescendant":D&&Ya?Ya:void 0,"aria-autocomplete":Gr,"aria-invalid":f?"true":void 0,"aria-busy":w?"true":void 0,"aria-label":mp,disabled:O,readOnly:V}),(0,oe.jsx)(qe,{valid:C,invalid:f,loading:w,disabled:O}),(0,oe.jsx)(je,{loading:w,disabled:O}),(0,oe.jsx)(ct,{loading:w,disabled:O,readonly:V,value:b}),p&&(0,oe.jsxs)(oe.Fragment,{children:[l&&(0,oe.jsx)(Nt,{}),(0,oe.jsx)(xt,{children:p})]}),(0,oe.jsx)(c,{className:"k-input-button",icon:"caret-alt-down",size:t,fillMode:a,"aria-label":"Open popup",tabIndex:-1,disabled:O})]}),D&&B&&(0,oe.jsx)(pe,{className:"k-list-container k-combobox-popup",containerClassName:"k-combobox-popup-container",containerRole:"region",containerAriaLabel:"Combobox suggestions",children:B}),ue&&(0,oe.jsx)(Ne,{adaptive:!0,id:Io?`${Io}-adaptive`:void 0,...ve,header:(0,oe.jsx)(Ye,{actionsEnd:(0,oe.jsx)(c,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply selection"}),input:!0,inputValue:b,inputPlaceholder:g,title:Je,subtitle:it}),children:(0,oe.jsx)("div",{className:"k-list-container",children:(0,oe.jsx)(Y,{customValue:st?(0,oe.jsx)(mo,{text:`Use "${b}"`}):void 0,size:"large",children:(0,oe.jsxs)(le,{"aria-label":Je||"Options",children:[(0,oe.jsx)(F,{text:"List item"}),(0,oe.jsx)(F,{text:"List item"}),(0,oe.jsx)(F,{text:"List item"})]})})})})]})};Ze.states=bT;Ze.options=fT;Ze.className=$d;Ze.defaultOptions=Xd;Ze.moduleName=nn;Ze.folderName=Vd;Ze.ariaSpec={selector:".k-combobox",rules:[{selector:".k-combobox > .k-input-inner",attribute:"role=combobox",usage:"Identifies the input as a combobox."},{selector:".k-combobox > .k-input-inner",attribute:"aria-haspopup=listbox",usage:"Indicates the combobox has a listbox popup."},{selector:".k-combobox > .k-input-inner",attribute:"aria-expanded",usage:"Indicates whether the popup is open."},{selector:".k-combobox > .k-input-inner",attribute:"aria-controls=${id}-listbox (when open)",usage:"Points to the listbox element when popup is open."},{selector:".k-combobox > .k-input-inner",attribute:"aria-activedescendant (when open)",usage:"Points to the focused item in the listbox."},{selector:".k-combobox > .k-input-inner",attribute:"aria-autocomplete=list|both|inline (when has autocomplete)",usage:"Indicates the autocomplete behavior."},{selector:".k-combobox > .k-input-inner",attribute:"aria-invalid=true (when invalid)",usage:"Rendered when the combobox is in an invalid state."},{selector:".k-combobox > .k-input-inner",attribute:"aria-busy=true (when loading)",usage:"Rendered when the combobox is loading data."},{selector:".k-combobox > .k-input-inner",attribute:"label for or aria-label or aria-labelledby (when has accessible name)",usage:"Accessible name provided by consuming app."},{selector:".k-combobox.k-disabled > .k-input-inner",attribute:"disabled=disabled or aria-disabled=true",usage:"Rendered when the combobox is disabled."},{selector:".k-combobox .k-input-button",attribute:"role=button or nodeName=button",usage:"The dropdown toggle button."},{selector:".k-combobox .k-input-button",attribute:"aria-label",usage:"Accessible name for the dropdown button."},{selector:".k-combobox .k-input-button",attribute:"tabindex=-1",usage:"Dropdown button is not in the tab order."},{selector:".k-combobox-popup .k-list-content, .k-combobox-popup .k-list-ul",attribute:"role=listbox",usage:"The popup list container has the listbox role."},{selector:".k-combobox-popup .k-list-item",attribute:"role=option",usage:"Each list item is an option."},{selector:".k-combobox-popup .k-list-item",attribute:"aria-selected (when selectable)",usage:"Indicates the selected state."},{selector:".k-combobox-popup .k-no-data",attribute:"aria-live=polite",usage:"Announces no-data state to screen readers."}]};var ft=Ze;var Jd=require("react/jsx-runtime"),Wd=e=>(0,Jd.jsx)(ft,{...e});var qd=require("react/jsx-runtime");var Yd=require("react/jsx-runtime");var Qd=require("react/jsx-runtime");var Zd=require("react/jsx-runtime");var jd=require("react/jsx-runtime");var ec=require("react/jsx-runtime");var sn=require("react/jsx-runtime");var TT=require("react/jsx-runtime");var hT=require("react/jsx-runtime");var tc=require("react/jsx-runtime");var oc=require("react/jsx-runtime");var At=require("react/jsx-runtime"),xT=Ze.states,NT=Ze.defaultOptions,gT=Ze.options,kT=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"opened",title:"Opened"}],vT=[],Ka=e=>{let{modifiers:t,...o}=e,a={},l=(0,At.jsx)(Y,{style:{width:300},size:o.size,children:(0,At.jsxs)(le,{children:[(0,At.jsx)(F,{children:"List item"}),(0,At.jsx)(F,{children:"List item"}),(0,At.jsx)(F,{children:"List item"})]})});return Object.keys(t||{}).forEach(i=>{switch(i){case"prefix":a.prefix=t!=null&&t[i]?(0,At.jsx)(u,{icon:"map-marker-target"}):void 0;break;case"suffix":a.suffix=t!=null&&t[i]?(0,At.jsx)(no,{size:o.size,icon:"copy",fillMode:"clear"}):void 0;break;case"opened":a.opened=!!(t!=null&&t[i]),a.popup=t!=null&&t[i]?l:void 0;break;default:break}}),(0,At.jsx)("div",{children:(0,At.jsx)(Wd,{value:"Value",style:{width:300},...o,...a})})};Ka.options=gT;Ka.states=xT;Ka.variants=vT;Ka.defaultOptions=NT;Ka.modifiers=kT;var dn="menu-button",ac=dn;var lc=require("react/jsx-runtime"),rc="k-menu-button",LT=[n.hover,n.focus,n.active,n.selected,n.disabled],CT={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline,k.clear,k.link],themeColor:[h.undefined,h.base,h.primary,h.secondary,h.tertiary,h.success,h.warning,h.error,h.info,h.light,h.dark,h.inverse]},cn={showArrow:!0,arrowIconName:"caret-alt-down"},de=e=>{let{size:t,rounded:o,fillMode:a,themeColor:l,hover:i,focus:p,active:b,selected:g,disabled:v,icon:M,text:C,showArrow:f=cn.showArrow,arrowIconName:A=cn.arrowIconName,expanded:w,...O}=e;return(0,lc.jsx)(c,{...O,className:r(e.className,rc),text:C,size:t,rounded:o,fillMode:a,themeColor:l,hover:i,focus:p,active:b,selected:g,disabled:v,icon:M,showArrow:f,arrowIconName:A,"aria-expanded":w?"true":"false",...!C&&M&&!e["aria-label"]&&{"aria-label":"Menu"},...v&&{"aria-disabled":"true"}})};de.states=LT;de.options=CT;de.className=rc;de.defaultOptions=cn;de.moduleName=dn;de.folderName=ac;de.ariaSpec={selector:".k-menu-button",rules:[{selector:".k-menu-button",attribute:"role=button or nodeName=button",usage:"Omitted if the button DOM element is used."},{selector:".k-menu-button",attribute:"aria-label (when icon-only)",usage:"Required when no text is visible in the button."},{selector:".k-menu-button",attribute:"aria-expanded=true/false",usage:"Announces the state of the popup visibility."},{selector:".k-menu-button",attribute:"aria-controls=.k-menu-group id (when open)",usage:"Points to the popup element. Builds a relationship between the button and the popup."},{selector:".k-menu-button.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the button is disabled."},{selector:".k-menu-group",attribute:"role=list",usage:"Announces the list role of the popup."},{selector:".k-menu-item",attribute:"role=listitem",usage:"Announces the listitem role of the popup items."}]};var MT=require("react/jsx-runtime");var yT=require("react/jsx-runtime");var ST=require("react/jsx-runtime");var Tt="menu",Ct=Tt;var Wt=require("react/jsx-runtime"),pn="k-menu-item",wT=[n.hover,n.focus,n.active,n.selected,n.disabled],AT={},nc={iconPosition:"before"},$e=e=>{let{hover:t,focus:o,active:a,selected:l,disabled:i,icon:p,text:b,first:g,last:v,showArrow:M,arrowIconName:C,iconPosition:f=nc.iconPosition,dir:A,children:w,expanded:O,...B}=e,D=C;return D||(D=A==="rtl"?"caret-alt-left":"caret-alt-right"),(0,Wt.jsxs)("li",{...B,className:r(e.className,pn,"k-item",G(pn,{focus:o,disabled:i,hover:t,active:a,selected:l}),{"k-first":g,"k-last":v}),role:"menuitem",...M&&{"aria-haspopup":"menu"},...M&&{"aria-expanded":O?"true":"false"},...i&&{"aria-disabled":"true"},...o&&{tabIndex:0},children:[(0,Wt.jsxs)("span",{className:r("k-link k-menu-link"),children:[p&&f==="before"&&(0,Wt.jsx)(u,{className:"k-menu-link-icon",icon:p}),(0,Wt.jsx)("span",{className:"k-menu-link-text",children:b}),p&&f==="after"&&(0,Wt.jsx)(u,{className:"k-menu-link-icon",icon:p}),M&&(0,Wt.jsx)("span",{className:"k-menu-expand-arrow","aria-hidden":"true",children:(0,Wt.jsx)(u,{icon:D})})]}),w]})};$e.states=wT;$e.options=AT;$e.className=pn;$e.defaultOptions=nc;$e.moduleName=Tt;$e.folderName=Ct;var Jt=require("react/jsx-runtime"),mn="k-menu-item",ET=[n.hover,n.focus,n.active,n.selected,n.disabled],IT={},un={dir:"ltr",iconPosition:"before"},Te=e=>{let{hover:t,focus:o,active:a,selected:l,disabled:i,icon:p,text:b,first:g,last:v,showArrow:M,arrowIconName:C,iconPosition:f=un.iconPosition,dir:A=un.dir,children:w,popup:O,expanded:B,...D}=e,V=C;return V||(V=A==="rtl"?"caret-alt-left":"caret-alt-right"),(0,Jt.jsxs)("li",{...D,className:r(e.className,mn,"k-item",G(mn,{focus:o,disabled:i}),{"k-first":g,"k-last":v}),role:"menuitem",...M&&{"aria-haspopup":"menu"},...M&&{"aria-expanded":B?"true":"false"},...i&&{"aria-disabled":"true"},...o&&{tabIndex:0},children:[(0,Jt.jsxs)("span",{className:r("k-link k-menu-link",G("k-menu-link",{hover:t,active:a,selected:l,disabled:i})),children:[p&&f==="before"&&(0,Jt.jsx)(u,{className:"k-menu-link-icon",icon:p}),(0,Jt.jsx)("span",{className:"k-menu-link-text",children:b}),p&&f==="after"&&(0,Jt.jsx)(u,{className:"k-menu-link-icon",icon:p}),M&&(0,Jt.jsx)("span",{className:"k-menu-expand-arrow","aria-hidden":"true",children:(0,Jt.jsx)(u,{icon:V})})]}),w,O]})};Te.states=ET;Te.options=IT;Te.className=mn;Te.defaultOptions=un;Te.moduleName=Tt;Te.folderName=Ct;var dc=require("react/jsx-runtime"),ic="k-menu-scroll-wrapper",RT=[],OT={},HT={},So=e=>{let{className:t,children:o,orientation:a,...l}=e;return(0,dc.jsx)("div",{...l,className:r(t,ic,{"k-menu-scroll-wrapper-vertical":a==="vertical"}),children:o})};So.states=RT;So.options=OT;So.className=ic;So.defaultOptions=HT;So.moduleName=Tt;So.folderName=Ct;var sc=So;var Pe=require("react/jsx-runtime"),bn="k-menu",PT=[],GT={},wr={orientation:"horizontal",header:!0,scrollButtonsPosition:"around"},Ge=e=>{let{children:t,orientation:o=wr.orientation,header:a=wr.header,scrollable:l,scrollButtonsPosition:i=wr.scrollButtonsPosition,wrapperStyles:p,dir:b,popup:g,contextMenu:v,...M}=e,C={horizontal:{prev:b!=="rtl"?"left":"right",next:b!=="rtl"?"right":"left"},vertical:{prev:"up",next:"down"}},f=(0,Pe.jsx)("ul",{dir:b,...M,className:r(e.className,"k-reset",bn,{[`${bn}-${o}`]:o,"k-header":a}),role:v?"menu":"menubar",...o==="vertical"&&{"aria-orientation":"vertical"},children:t});return(0,Pe.jsxs)(Pe.Fragment,{children:[l?(0,Pe.jsxs)(sc,{orientation:o,style:p,dir:e.dir,children:[i==="start"&&(0,Pe.jsxs)(Pe.Fragment,{children:[(0,Pe.jsx)(c,{fillMode:"flat",icon:`caret-alt-${C[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),(0,Pe.jsx)(c,{fillMode:"flat",icon:`caret-alt-${C[o].next}`,className:"k-menu-scroll-button k-menu-scroll-button-next",tabIndex:-1,"aria-label":"Scroll next"})]}),i==="around"&&(0,Pe.jsx)(c,{fillMode:"flat",icon:`caret-alt-${C[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),f,i==="end"&&(0,Pe.jsxs)(Pe.Fragment,{children:[(0,Pe.jsx)(c,{fillMode:"flat",icon:`caret-alt-${C[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),(0,Pe.jsx)(c,{fillMode:"flat",icon:`caret-alt-${C[o].next}`,className:"k-menu-scroll-button k-menu-scroll-button-next",tabIndex:-1,"aria-label":"Scroll next"})]}),i==="around"&&(0,Pe.jsx)(c,{fillMode:"flat",icon:`caret-alt-${C[o].next}`,className:"k-menu-scroll-button k-menu-scroll-button-next",tabIndex:-1,"aria-label":"Scroll next"})]}):f,g]})};Ge.states=PT;Ge.options=GT;Ge.className=bn;Ge.defaultOptions=wr;Ge.moduleName=Tt;Ge.folderName=Ct;Ge.ariaSpec={selector:".k-menu",rules:[{selector:".k-menu:not(.k-context-menu)",attribute:"role=menubar",usage:"Announces the Menu menubar role."},{selector:".k-menu.k-menu-vertical",attribute:"aria-orientation=vertical",usage:"Announces the Menu orientation when vertical."},{selector:".k-menu-item",attribute:"role=menuitem",usage:"Announces the Menu item role."},{selector:".k-menu-item[aria-haspopup]",attribute:"aria-haspopup=menu",usage:"Indicates a popup menu is associated with the item."},{selector:".k-menu-item[aria-haspopup]",attribute:"aria-expanded=true/false",usage:"Indicates whether the submenu is expanded."},{selector:".k-menu-item.k-disabled",attribute:"aria-disabled=true",usage:"Informs assistive technologies that a Menu item is disabled."},{selector:".k-menu-expand-arrow",attribute:"aria-hidden=true",usage:"Expand arrow elements are hidden from assistive technologies."},{selector:".k-menu-popup .k-menu-group",attribute:"role=menu",usage:"The role of the nested menu displayed in a popup."},{selector:".k-menu-scroll-button",attribute:"tabindex=-1",usage:"Scroll buttons are removed from the tab sequence."},{selector:".k-menu-scroll-button",attribute:"aria-label",usage:"Scroll buttons have an accessible label."},{selector:".k-menu-item.k-focus",attribute:"tabindex=0",usage:"The focused item has tabindex 0."},{selector:".k-menu-item[aria-haspopup][aria-controls]",attribute:"aria-controls=ul.k-menu-group id",usage:"Points to the ID of the submenu. Only present when the item controls a submenu element."},{selector:".k-menu-popup .k-menu-group",attribute:"id",usage:"Each nested menu has a deterministic id linked to the parent aria-controls."}]};var pc=require("react/jsx-runtime"),fn="k-separator",cc={orientation:"horizontal"},Jo=e=>{let{orientation:t=cc.orientation,...o}=e;return(0,pc.jsx)("li",{...o,className:r(e.className,"k-item",fn,{[`${fn}-${t}`]:t}),role:"separator"})};Jo.className=fn;Jo.defaultOptions=cc;Jo.moduleName=Tt;Jo.folderName=Ct;var mc=require("react/jsx-runtime");var uc=require("react/jsx-runtime"),Tn="k-menu-group",KT=[],DT={size:[d.undefined,d.small,d.medium,d.large]},BT={},Xe=e=>{let{children:t,size:o,...a}=e;return(0,uc.jsx)("ul",{...a,className:r(e.className,Tn,I(Tn,{size:o})),role:"menu",children:t})};Xe.states=KT;Xe.options=DT;Xe.className=Tn;Xe.defaultOptions=BT;Xe.moduleName=Tt;Xe.folderName=Ct;var Et=require("react/jsx-runtime"),hn=e=>(0,Et.jsx)(Ge,{children:(0,Et.jsxs)(Et.Fragment,{children:[(0,Et.jsx)($e,{first:!0,text:"Item 1"}),(0,Et.jsx)($e,{showArrow:!0,arrowIconName:"caret-alt-down",text:"Item 2"}),(0,Et.jsx)($e,{showArrow:!0,arrowIconName:"caret-alt-down",text:"Item 3"}),(0,Et.jsx)($e,{text:"Item 4"}),(0,Et.jsx)($e,{last:!0,text:"Item 5"})]}),...e});var xn=require("react/jsx-runtime");var Nn=require("react/jsx-runtime");var gn=require("react/jsx-runtime");var kn=require("react/jsx-runtime");var Bt=require("react/jsx-runtime"),_T=Ge.options,zT=Ge.states,bc={...Ge.defaultOptions,variant:"horizontal"},UT=[{name:"horizontal",title:"Horizontal"},{name:"vertical",title:"Vertical"}],FT=[{name:"scrollable",title:"Scrollable"},{name:"opened",title:"Opened"}],Da=e=>{let{variant:t,modifiers:o,...a}={...bc,...e},l={};return Object.keys(o||{}).forEach(i=>{switch(i){case"scrollable":l.scrollable=!!(o!=null&&o[i]);break;case"opened":l.opened=!!(o!=null&&o[i]),l.popup=(0,Bt.jsx)(pe,{className:"k-menu-popup",children:(0,Bt.jsxs)(Xe,{children:[(0,Bt.jsx)(Te,{text:"Item 1"}),(0,Bt.jsx)(Te,{text:"Item 2"}),(0,Bt.jsx)(Jo,{}),(0,Bt.jsx)(Te,{text:"Item 3"})]})});break}}),t==="vertical"?(0,Bt.jsx)(hn,{...a,...l,orientation:"vertical",style:{width:"200px"}}):(0,Bt.jsx)(hn,{...a,...l})};Da.options=_T;Da.states=zT;Da.variants=UT;Da.defaultOptions=bc;Da.modifiers=FT;var vn=require("react/jsx-runtime");var VT=require("react/jsx-runtime");var We=require("react/jsx-runtime"),$T=c.states,fc={...c.defaultOptions,variant:"text"},XT=c.options,WT=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],JT=[{name:"opened",title:"Opened"}],Ba=e=>{let{variant:t,modifiers:o,...a}={...fc,...e},l={},i=(0,We.jsx)(pe,{className:"k-menu-popup",children:(0,We.jsxs)(Xe,{size:a.size,children:[(0,We.jsx)(Te,{first:!0,text:"Menu Item"}),(0,We.jsx)(Te,{text:"Menu Item"}),(0,We.jsx)(Te,{last:!0,text:"Menu Item"})]})}),p;switch(t){case"icon-only":p=(0,We.jsx)("div",{children:(0,We.jsx)(de,{...a,...l,icon:"star"})});break;case"icon-and-text":p=(0,We.jsx)("div",{children:(0,We.jsx)(de,{...a,...l,icon:"star",children:"Dropdown Button"})});break;default:p=(0,We.jsx)("div",{children:(0,We.jsx)(de,{...a,...l,children:"Dropdown Button"})});break}return(0,We.jsxs)(We.Fragment,{children:[p,(o==null?void 0:o.opened)&&i]})};Ba.options=XT;Ba.states=$T;Ba.variants=WT;Ba.defaultOptions=fc;Ba.modifiers=JT;var Ln="split-button",Tc=Ln;var qt=require("react/jsx-runtime"),Cn="k-split-button",qT=[n.hover,n.focus,n.active,n.selected,n.disabled],YT={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline,k.clear,k.link],themeColor:[h.undefined,h.base,h.primary,h.secondary,h.tertiary,h.success,h.warning,h.error,h.info,h.light,h.dark,h.inverse]},hc={arrowIconName:"caret-alt-down"},Q=e=>{let{size:t,rounded:o,fillMode:a,themeColor:l,hover:i,focus:p,active:b,selected:g,disabled:v,icon:M,text:C,arrowIconName:f=hc.arrowIconName,popup:A,opened:w,popupId:O,...B}=e;return(0,qt.jsxs)(qt.Fragment,{children:[(0,qt.jsxs)("div",{...B,className:r(e.className,Cn,"k-button-group",I(Cn,{rounded:o})),children:[(0,qt.jsx)(c,{text:C,icon:M,size:t,rounded:o,fillMode:a,themeColor:l,hover:i,focus:p,active:b,selected:g,disabled:v,...!C&&!e.children&&M&&{"aria-label":"Action"},children:e.children}),(0,qt.jsx)(c,{className:"k-split-button-arrow",icon:f,size:t,rounded:o,fillMode:a,disabled:v,"aria-label":"Toggle dropdown","aria-expanded":w?"true":"false","aria-controls":w?O:void 0,tabIndex:-1,...v&&{"aria-disabled":"true"}})]}),w&&A&&(0,qt.jsx)(pe,{className:"k-menu-popup",children:A})]})};Q.states=qT;Q.options=YT;Q.className=Cn;Q.defaultOptions=hc;Q.moduleName=Ln;Q.folderName=Tc;Q.ariaSpec={selector:".k-split-button",rules:[{selector:".k-split-button-arrow",attribute:"role=button or nodeName=button",usage:"Omitted if the <button> DOM element is used."},{selector:".k-split-button-arrow",attribute:"aria-label",usage:"The attribute must be present when no text is initially visible in the button."},{selector:".k-split-button-arrow",attribute:"aria-expanded=true/false",usage:"Announces the state of the popup visibility."},{selector:".k-split-button-arrow",attribute:"aria-controls=.k-menu-group id (when open)",usage:"Points to the popup element. Builds a relationship between the button and the popup."},{selector:".k-split-button-arrow",attribute:"tabindex=-1",usage:"The arrow button is removed from the tab sequence."},{selector:".k-split-button-arrow.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the button is disabled."},{selector:".k-menu-group",attribute:"role=list",usage:"Announces the list role of the popup."},{selector:".k-menu-item",attribute:"role=listitem",usage:"Announces the listitem role of the popup items."}]};var Mn=Q;var xc=require("react/jsx-runtime"),QT="k-toolbar-separator",It=e=>(0,xc.jsx)("div",{className:r(QT,e.className,"k-separator")});var Yt="toolbar",ho=Yt;var z=require("react/jsx-runtime"),Qt="k-toolbar",ZT=[n.focus],jT={size:[d.undefined,d.small,d.medium,d.large],fillMode:[k.undefined,k.solid,k.outline,k.flat]},eh={scrollButtons:"around"},ce=e=>{let{size:t,fillMode:o,focus:a,resizable:l,scrollable:i,scrollButtons:p,scrollingPosition:b,section:g,...v}=e,M=[],C=(f,A)=>{let w=[];if(f.type===c&&f.props.className&&f.props.className.includes("k-toolbar-overflow-button"))w.push((0,z.jsx)(c,{...f.props,className:`${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`));else if(f.type===c)w.push((0,z.jsx)(c,{...f.props,className:`k-toolbar-button ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`));else if(f.type===ra)w.push((0,z.jsx)(ra,{...f.props,className:`k-toolbar-button ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`));else if(f.type===no)w.push((0,z.jsx)(no,{...f.props,className:`k-toolbar-button ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`));else if(f.type===de)w.push((0,z.jsx)(de,{...f.props,className:`k-toolbar-menu-button ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`));else if(f.type===Mn)w.push((0,z.jsx)(Mn,{...f.props,className:`k-toolbar-split-button ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`));else if(f.type===U||f.props.className&&f.props.className.includes("k-button-group")){let O=[];(Array.isArray(f.props.children)?f.props.children:[f.props.children]).forEach((D,V)=>{O.push((0,z.jsx)(c,{...D.props,className:`${D.props.className?D.props.className:""}`},`${V}-${new Date().getTime()}`))}),w.push((0,z.jsx)(U,{...f.props,className:`k-toolbar-button-group ${f.props.className?f.props.className:""}`,children:O},`${A}-${new Date().getTime()}`))}else f.type===Ze?w.push((0,z.jsx)(Ze,{...f.props,className:`k-toolbar-combobox ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`)):f.type===ie?w.push((0,z.jsx)(ie,{...f.props,className:`k-toolbar-dropdownlist ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`)):f.type===bt?w.push((0,z.jsx)(bt,{...f.props,className:`k-toolbar-colorpicker ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`)):w.push(f);w.forEach(O=>{M.push(O)})};return e.children&&(Array.isArray(e.children)?e.children:[e.children]).forEach((A,w)=>{C(A,w)}),(0,z.jsxs)("div",{...v,className:r(e.className,Qt,I(Qt,{size:t,fillMode:o}),G(Qt,{focus:a}),{[`${Qt}-resizable`]:l,[`${Qt}-scrollable`]:i,[`${Qt}-scrollable-overlay`]:i&&p==="hidden",[`${Qt}-scrollable-${b}`]:b&&b!=="both",[`${Qt}-section`]:g}),role:"toolbar","aria-label":"Toolbar",children:[!i&&M,i&&p==="hidden"&&(0,z.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:M}),i&&p==="start"&&(0,z.jsxs)(z.Fragment,{children:[(0,z.jsxs)(U,{children:[(0,z.jsx)("span",{className:r("k-toolbar-prev","k-button",I("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,z.jsx)(u,{className:"k-button-icon",icon:"caret-alt-left"})}),(0,z.jsx)("span",{className:r("k-toolbar-next","k-button",I("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,z.jsx)(u,{className:"k-button-icon",icon:"caret-alt-right"})})]}),(0,z.jsx)(It,{className:"k-toolbar-button-separator"}),(0,z.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:M})]}),i&&p==="end"&&(0,z.jsxs)(z.Fragment,{children:[(0,z.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:M}),(0,z.jsx)(It,{className:"k-toolbar-button-separator"}),(0,z.jsxs)(U,{children:[(0,z.jsx)("span",{className:r("k-toolbar-prev","k-button",I("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,z.jsx)(u,{className:"k-button-icon",icon:"caret-alt-left"})}),(0,z.jsx)("span",{className:r("k-toolbar-next","k-button",I("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,z.jsx)(u,{className:"k-button-icon",icon:"caret-alt-right"})})]})]}),i&&(p==="around"||!p)&&(0,z.jsxs)(z.Fragment,{children:[(0,z.jsx)("span",{className:r("k-toolbar-prev","k-button",I("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,z.jsx)(u,{className:"k-button-icon",icon:"caret-alt-left"})}),(0,z.jsx)(It,{className:"k-toolbar-button-separator"}),(0,z.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:M}),(0,z.jsx)(It,{className:"k-toolbar-button-separator"}),(0,z.jsx)("span",{className:r("k-toolbar-next","k-button",I("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,z.jsx)(u,{className:"k-button-icon",icon:"caret-alt-right"})})]})]})};ce.states=ZT;ce.options=jT;ce.className=Qt;ce.defaultOptions=eh;ce.moduleName=Yt;ce.folderName=ho;ce.ariaSpec={selector:".k-toolbar",rules:[{selector:".k-toolbar",attribute:"role=toolbar",usage:"The component role."},{selector:".k-toolbar",attribute:"aria-label or aria-labelledby",usage:"Must be supplied when multiple toolbars exist."},{selector:'.k-toolbar .k-toolbar-overflow-button:has([class*="i-more-vertical"])',attribute:"aria-haspopup=menu",usage:"The overflow button opens a menu popup."},{selector:'.k-toolbar .k-toolbar-overflow-button:has([class*="i-more-vertical"])',attribute:"aria-expanded=true/false",usage:"Announces popup visibility state."},{selector:'.k-toolbar .k-toolbar-overflow-button:has([class*="i-more-vertical"])[aria-controls]',attribute:"aria-controls=.k-toolbar-popup .k-menu-group id",usage:"Indicates the connection between the toggle button and the menu popup."},{selector:'.k-toolbar .k-toolbar-overflow-button:has([class*="i-more-vertical"])',attribute:"aria-label or title",usage:"Icon-only button must have accessible text."},{selector:".k-toolbar-popup .k-menu-group",attribute:"role=menu",usage:"The role of the tools wrapper in the overflow section."},{selector:".k-toolbar-popup .k-menu-group[aria-labelledby]",attribute:"aria-labelledby=.k-toolbar-overflow-button id",usage:"Associates the title of the menu toggle button."},{selector:'.k-toolbar .k-toolbar-overflow-button:has([class*="i-more-horizontal"])',attribute:"aria-expanded=true/false",usage:"Announces section popup visibility state."},{selector:'.k-toolbar .k-toolbar-overflow-button:has([class*="i-more-horizontal"])',attribute:"aria-label or title",usage:"Icon-only button must have accessible text."},{selector:'.k-toolbar .k-toolbar-overflow-button:has([class*="i-more-horizontal"])[aria-controls]',attribute:"aria-controls=.k-toolbar-popup .k-toolbar-items-list id",usage:"Indicates the connection between the toggle button and the section popup."},{selector:".k-toolbar-popup .k-toolbar-items-list",attribute:"role=toolbar",usage:"The role of the tools wrapper in the overflow section."},{selector:".k-toolbar-popup .k-toolbar-items-list[aria-labelledby]",attribute:"aria-labelledby=.k-toolbar-overflow-button id",usage:"Associates the title of the section toggle button."}]};var gc=require("react/jsx-runtime"),Nc="k-floating-toolbar",th=[],oh={},ah={},qo=e=>{let{...t}=e;return(0,gc.jsx)("div",{...t,className:r(e.className,Nc),children:e.children})};qo.states=th;qo.options=oh;qo.className=Nc;qo.defaultOptions=ah;qo.moduleName=Yt;qo.folderName=ho;var kc=require("react/jsx-runtime"),yn="k-toolbar-item",rh=[n.focus],lh={},nh={},Yo=e=>{let{focus:t,...o}=e;return(0,kc.jsx)("div",{...o,className:r(e.className,yn,G(yn,{focus:t})),children:e.children})};Yo.states=rh;Yo.options=lh;Yo.className=yn;Yo.defaultOptions=nh;Yo.moduleName=Yt;Yo.folderName=ho;var Sn=require("react/jsx-runtime"),vc="k-toolbar-popup",ih=[],sh={size:[d.undefined,d.small,d.medium,d.large],fillMode:[k.undefined,k.solid,k.outline,k.flat]},dh={},wo=e=>{let{size:t,fillMode:o,section:a,...l}=e;return(0,Sn.jsx)(pe,{...l,className:r(e.className,vc),children:a?(0,Sn.jsx)("span",{className:r("k-toolbar-items-list",I("k-toolbar-items-list",{size:t,fillMode:o})),role:"toolbar",children:e.children}):e.children})};wo.states=ih;wo.options=sh;wo.className=vc;wo.defaultOptions=dh;wo.moduleName=Yt;wo.folderName=ho;var Ar=wo;var ch=require("react/jsx-runtime");var ph=require("react/jsx-runtime");var mh=require("react/jsx-runtime");var Lc=require("react/jsx-runtime");var uh=require("react/jsx-runtime");var Mt=require("react/jsx-runtime"),bh=Q.states,Cc={...Q.defaultOptions,variant:"text"},fh=Q.options,Th=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],hh=[{name:"opened",title:"Opened"}],_a=e=>{let{variant:t,modifiers:o,...a}={...Cc,...e},l={},i=(0,Mt.jsxs)(Xe,{size:a.size,children:[(0,Mt.jsx)(Te,{first:!0,text:"Menu Item"}),(0,Mt.jsx)(Te,{text:"Menu Item"}),(0,Mt.jsx)(Te,{last:!0,text:"Menu Item"})]});switch(Object.keys(o||{}).forEach(p=>{p==="opened"&&(l.opened=!!(o!=null&&o[p]),l.popup=o!=null&&o[p]?i:"")}),t){case"icon-only":return(0,Mt.jsx)("div",{children:(0,Mt.jsx)(Q,{...a,...l,icon:"star"})});case"icon-and-text":return(0,Mt.jsx)("div",{children:(0,Mt.jsx)(Q,{...a,...l,icon:"star",children:"Split Button"})});default:return(0,Mt.jsx)("div",{children:(0,Mt.jsx)(Q,{...a,...l,children:"Split Button"})})}};_a.options=fh;_a.states=bh;_a.variants=Th;_a.defaultOptions=Cc;_a.modifiers=hh;var _t=require("react/jsx-runtime"),Mc=e=>(0,_t.jsx)(ce,{children:[(0,_t.jsx)(c,{children:"Button"},"toolbar-button"),(0,_t.jsx)(de,{text:"Menu button"},"toolbar-menu-button"),(0,_t.jsx)(Q,{children:"Split button"},"toolbar-split-button"),(0,_t.jsxs)(U,{children:[(0,_t.jsx)(c,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,_t.jsx)(c,{icon:"align-center",children:"Center"}),(0,_t.jsx)(c,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...e});var yc=require("react/jsx-runtime");var Ke=require("react/jsx-runtime"),Sc=e=>(0,Ke.jsx)(ce,{scrollable:!0,...e,children:[(0,Ke.jsx)(c,{children:"Button"},"toolbar-button"),(0,Ke.jsx)(de,{text:"Menu button"},"toolbar-menu-button"),(0,Ke.jsx)(Q,{children:"Split button"},"toolbar-split-button"),(0,Ke.jsxs)(U,{children:[(0,Ke.jsx)(c,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,Ke.jsx)(c,{icon:"align-center",children:"Center"}),(0,Ke.jsx)(c,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group"),(0,Ke.jsx)(c,{children:"Button"},"toolbar-button"),(0,Ke.jsx)(de,{text:"Menu button"},"toolbar-menu-button"),(0,Ke.jsx)(Q,{children:"Split button"},"toolbar-split-button"),(0,Ke.jsxs)(U,{children:[(0,Ke.jsx)(c,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,Ke.jsx)(c,{icon:"align-center",children:"Center"}),(0,Ke.jsx)(c,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...e});var De=require("react/jsx-runtime"),wc=({scrollingPosition:e="start",...t})=>(0,De.jsx)(ce,{scrollable:!0,scrollButtons:"hidden",scrollingPosition:e,...t,children:[(0,De.jsx)(c,{children:"Button"},"toolbar-button"),(0,De.jsx)(de,{text:"Menu button"},"toolbar-menu-button"),(0,De.jsx)(Q,{children:"Split button"},"toolbar-split-button"),(0,De.jsxs)(U,{children:[(0,De.jsx)(c,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,De.jsx)(c,{icon:"align-center",children:"Center"}),(0,De.jsx)(c,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group"),(0,De.jsx)(c,{children:"Button"},"toolbar-button"),(0,De.jsx)(de,{text:"Menu button"},"toolbar-menu-button"),(0,De.jsx)(Q,{children:"Split button"},"toolbar-split-button"),(0,De.jsxs)(U,{children:[(0,De.jsx)(c,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,De.jsx)(c,{icon:"align-center",children:"Center"}),(0,De.jsx)(c,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...t});var he=require("react/jsx-runtime"),Ac=({fillMode:e,size:t,...o})=>(0,he.jsxs)(he.Fragment,{children:[(0,he.jsx)(ce,{section:!0,fillMode:e,size:t,children:[(0,he.jsx)(c,{fillMode:e,size:t,children:"Button"},"toolbar-button"),(0,he.jsxs)(U,{fillMode:e,children:[(0,he.jsx)(c,{className:"k-group-start",icon:"align-left",fillMode:e,size:t,children:"Left"}),(0,he.jsx)(c,{icon:"align-center",fillMode:e,size:t,children:"Center"}),(0,he.jsx)(c,{className:"k-group-end",icon:"align-right",fillMode:e,size:t,children:"Right"})]},"toolbar-button-group"),(0,he.jsx)(It,{className:"k-toolbar-button-separator"}),(0,he.jsx)(c,{icon:"more-horizontal",className:"k-toolbar-overflow-button",fillMode:"flat",size:t,rounded:"none","aria-label":"More options","aria-expanded":"false"})],...o}),(0,he.jsxs)(Ar,{size:t,fillMode:e,section:!0,...o,children:[(0,he.jsx)(Q,{fillMode:e,size:t,children:"Split button"},"toolbar-split-button"),(0,he.jsx)(c,{fillMode:e,size:t,children:"Button"},"toolbar-button"),(0,he.jsx)(It,{}),(0,he.jsx)(de,{text:"Menu button",fillMode:e,size:t},"toolbar-menu-button"),(0,he.jsxs)(U,{fillMode:e,children:[(0,he.jsx)(c,{className:"k-group-start",icon:"align-left",fillMode:e,size:t,children:"Left"}),(0,he.jsx)(c,{icon:"align-center",fillMode:e,size:t,children:"Center"}),(0,he.jsx)(c,{className:"k-group-end",icon:"align-right",fillMode:e,size:t,children:"Right"})]},"toolbar-button-group")]})]});var wn=require("react/jsx-runtime");var An=require("react/jsx-runtime");var Zt=require("react/jsx-runtime"),xh=ce.options,Nh=ce.states,Ec={...ce.defaultOptions,variant:"default"},gh=[{name:"default",title:"Default"},{name:"scrollable",title:"Scrollable"},{name:"overlay",title:"Overlay"},{name:"responsive",title:"Responsive"}],kh=[],za=e=>{let{variant:t,...o}={...Ec,...e};switch(t){case"responsive":return(0,Zt.jsx)("div",{children:(0,Zt.jsx)(Ac,{style:{width:"583px"},...o})});case"overlay":return(0,Zt.jsx)("div",{children:(0,Zt.jsx)(wc,{style:{width:"583px"},...o,scrollingPosition:"start",scrollButtons:"hidden"})});case"scrollable":return(0,Zt.jsx)("div",{children:(0,Zt.jsx)(Sc,{style:{width:"583px"},...o})});default:return(0,Zt.jsx)("div",{children:(0,Zt.jsx)(Mc,{style:{width:"583px"},...o})})}};za.options=xh;za.states=Nh;za.variants=gh;za.defaultOptions=Ec;za.modifiers=kh;var Rc=require("react/jsx-runtime"),Ic="k-grid-toolbar",jt=e=>(0,Rc.jsx)(ce,{...e,className:r(e.className,Ic),children:e.children});jt.className=Ic;jt.moduleName=Z;jt.folderName=j;var Qo=require("react/jsx-runtime"),En="k-grid-stack-cell",vh=[n.focus,n.selected],Er=e=>{let{cellHeader:t,cellContent:o,edit:a,commandCell:l,dirty:i,focus:p,selected:b,...g}=e;return(0,Qo.jsxs)("div",{...g,className:r(e.className,En,{"k-grid-stack-edit-cell":a,"k-command-cell":l,"k-dirty-cell":i},G(En,{focus:p,selected:b})),children:[i&&(0,Qo.jsx)("span",{className:"k-dirty"}),t&&(0,Qo.jsx)("div",{className:"k-grid-stack-header",children:t}),(0,Qo.jsx)("div",{className:"k-grid-stack-content",children:o}),e.children]})};Er.states=vh;Er.className=En;Er.moduleName=Z;Er.folderName=j;var Hc=require("react/jsx-runtime"),Oc="k-grid-stack-row",Ir=e=>{let{cols:t,...o}=e;return(0,Hc.jsx)("div",{...o,className:r(e.className,Oc,{[`k-grid-cols-${t}`]:t}),children:e.children})};Ir.className=Oc;Ir.moduleName=Z;Ir.folderName=j;var In=require("react/jsx-runtime");var Rn=require("react/jsx-runtime");var On=require("react/jsx-runtime");var N=require("react/jsx-runtime"),Pc=({contentClassName:e,...t})=>(0,N.jsx)(W,{_renderAriaRoot:!0,pager:(0,N.jsx)(Kt,{refresh:!1}),children:(0,N.jsxs)(N.Fragment,{children:[(0,N.jsx)(J,{children:(0,N.jsx)("div",{className:"k-grid-header-wrap",children:(0,N.jsxs)(q,{children:[(0,N.jsxs)("colgroup",{children:[(0,N.jsx)("col",{}),(0,N.jsx)("col",{style:{width:"225px"}}),(0,N.jsx)("col",{}),(0,N.jsx)("col",{}),(0,N.jsx)("col",{})]}),(0,N.jsxs)(X,{children:[(0,N.jsxs)(L,{children:[(0,N.jsx)(y,{rowspan:1,colspan:1,columnTitle:"Product Id"}),(0,N.jsx)(y,{rowspan:1,colspan:1,columnTitle:"Name"}),(0,N.jsx)(y,{rowspan:1,colspan:1,columnTitle:"Quantity"}),(0,N.jsx)(y,{rowspan:1,colspan:1,columnTitle:"Unit Price"}),(0,N.jsx)(y,{rowspan:1,colspan:1,columnTitle:"Discontinued"})]}),(0,N.jsxs)(L,{className:"k-filter-row",children:[(0,N.jsx)(s,{children:(0,N.jsx)("div",{className:"k-filtercell",children:(0,N.jsxs)("div",{className:"k-filtercell-wrapper",children:[(0,N.jsx)($,{}),(0,N.jsxs)("div",{className:"k-filtercell-operator",children:[(0,N.jsx)(ie,{className:"k-dropdown-operator",arrowIconName:"filter"})," ",(0,N.jsx)(c,{disabled:!0,icon:"filter-clear"})]})]})})}),(0,N.jsx)(s,{children:(0,N.jsx)("div",{className:"k-filtercell",children:(0,N.jsxs)("div",{className:"k-filtercell-wrapper",children:[(0,N.jsx)(ne,{}),(0,N.jsxs)("div",{className:"k-filtercell-operator",children:[(0,N.jsx)(ie,{className:"k-dropdown-operator",arrowIconName:"filter"})," ",(0,N.jsx)(c,{disabled:!0,icon:"filter-clear"})]})]})})}),(0,N.jsx)(s,{children:(0,N.jsx)("div",{className:"k-filtercell",children:(0,N.jsxs)("div",{className:"k-filtercell-wrapper",children:[(0,N.jsx)(ne,{}),(0,N.jsxs)("div",{className:"k-filtercell-operator",children:[(0,N.jsx)(ie,{className:"k-dropdown-operator",arrowIconName:"filter"})," ",(0,N.jsx)(c,{disabled:!0,icon:"filter-clear"})]})]})})}),(0,N.jsx)(s,{children:(0,N.jsx)("div",{className:"k-filtercell",children:(0,N.jsxs)("div",{className:"k-filtercell-wrapper",children:[(0,N.jsx)($,{}),(0,N.jsxs)("div",{className:"k-filtercell-operator",children:[(0,N.jsx)(ie,{className:"k-dropdown-operator",arrowIconName:"filter"})," ",(0,N.jsx)(c,{disabled:!0,icon:"filter-clear"})]})]})})}),(0,N.jsx)(s,{children:(0,N.jsx)("div",{className:"k-filtercell",children:(0,N.jsxs)("div",{className:"k-filtercell-wrapper",children:[(0,N.jsx)(ie,{}),(0,N.jsx)("div",{className:"k-filtercell-operator",children:(0,N.jsx)(c,{disabled:!0,icon:"filter-clear"})})]})})})]})]})]})})}),(0,N.jsx)(re,{children:(0,N.jsx)(ee,{className:e,children:(0,N.jsxs)(te,{children:[(0,N.jsxs)("colgroup",{children:[(0,N.jsx)("col",{}),(0,N.jsx)("col",{style:{width:"225px"}}),(0,N.jsx)("col",{}),(0,N.jsx)("col",{}),(0,N.jsx)("col",{})]}),(0,N.jsxs)(ae,{children:[(0,N.jsxs)(L,{className:"k-master-row",children:[(0,N.jsx)(s,{children:"1"}),(0,N.jsx)(s,{children:"Chai"}),(0,N.jsx)(s,{children:"10 boxes x 20 bags"}),(0,N.jsx)(s,{children:"18"}),(0,N.jsx)(s,{children:"false"})]}),(0,N.jsxs)(L,{className:"k-master-row",alt:!0,children:[(0,N.jsx)(s,{children:"2"}),(0,N.jsx)(s,{children:"Chang"}),(0,N.jsx)(s,{children:"24 - 12 oz bottles"}),(0,N.jsx)(s,{children:"19"}),(0,N.jsx)(s,{children:"false"})]}),(0,N.jsxs)(L,{className:"k-master-row",children:[(0,N.jsx)(s,{children:"3"}),(0,N.jsx)(s,{children:"Aniseed Syrup"}),(0,N.jsx)(s,{children:"12 - 550 ml bottles"}),(0,N.jsx)(s,{children:"10"}),(0,N.jsx)(s,{children:"false"})]}),(0,N.jsxs)(L,{className:"k-master-row",alt:!0,children:[(0,N.jsx)(s,{children:"4"}),(0,N.jsx)(s,{children:"Chef Anton's Cajun Seasoning"}),(0,N.jsx)(s,{children:"48 - 6 oz jars"}),(0,N.jsx)(s,{children:"22"}),(0,N.jsx)(s,{children:"false"})]}),(0,N.jsxs)(L,{className:"k-master-row",children:[(0,N.jsx)(s,{children:"5"}),(0,N.jsx)(s,{children:"Grandma's Boysenberry Spread"}),(0,N.jsx)(s,{children:"12 - 8 oz jars"}),(0,N.jsx)(s,{children:"25"}),(0,N.jsx)(s,{children:"false"})]})]})]})})})]}),...t});var Ua=require("react/jsx-runtime"),Lh="k-chip-action";var ye=e=>{let{type:t,...o}=e,a;switch(t){case"remove":a=(0,Ua.jsx)(u,{icon:"x-circle",size:"small"});break;case"more":a=(0,Ua.jsx)(u,{icon:"more-vertical",size:"small"});break;default:return(0,Ua.jsx)(u,{icon:t,size:"small"})}return(0,Ua.jsx)("span",{...o,className:r(e.className,Lh,`k-chip-${t}-action`),children:a})};var Hn="avatar",Gc=Hn;var Gn=require("react/jsx-runtime"),Fa="k-avatar";var Ch=[n.hover,n.focus,n.active,n.selected,n.disabled],Mh={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.outline],themeColor:[h.undefined,h.base,h.primary,h.secondary,h.tertiary,h.success,h.warning,h.error,h.info,h.light,h.dark,h.inverse]},Pn={type:"text",border:!1},nt=e=>{let{size:t,rounded:o,fillMode:a,themeColor:l,type:i=Pn.type,border:p=Pn.border,...b}=e;return(0,Gn.jsx)("div",{...b,className:r(e.className,Fa,I(Fa,{size:t,rounded:o,fillMode:a,themeColor:l}),{[`${Fa}-bordered`]:p}),children:(0,Gn.jsx)("span",{className:`${Fa}-${i}`,children:e.children})})};nt.states=Ch;nt.options=Mh;nt.className=Fa;nt.defaultOptions=Pn;nt.moduleName=Hn;nt.folderName=Gc;nt.ariaSpec={selector:".k-avatar",rules:[{selector:".k-avatar img",attribute:"alt",usage:"Images inside Avatar must have alt text for screen readers."}]};var Ao=nt;var Dc=require("react/jsx-runtime"),Kc=e=>(0,Dc.jsx)(Ao,{type:"icon",...e});var _c=require("react/jsx-runtime"),Bc=e=>(0,_c.jsx)(Ao,{type:"text",...e});var Uc=require("react/jsx-runtime"),zc=e=>(0,Uc.jsx)(Ao,{type:"image",...e});var yh=require("react/jsx-runtime");var Zo=require("react/jsx-runtime"),Sh=nt.options,wh=nt.states,Ah={...nt.defaultOptions,variant:"image"},Eh=[{name:"image",title:"Image"},{name:"icon",title:"Icon Avatar"},{name:"text",title:"Text Avatar"}],Ih=[],Va=e=>{let{variant:t,...o}=e;switch(t){case"icon":return(0,Zo.jsx)(Kc,{...o,children:(0,Zo.jsx)(u,{icon:"star"})});case"text":return(0,Zo.jsx)(Bc,{...o,children:"JO"});default:return(0,Zo.jsx)(zc,{...o,children:(0,Zo.jsx)("img",{src:"https://demos.telerik.com/kendo-ui/content/web/Customers/RICSU.jpg"})})}};Va.options=Sh;Va.states=wh;Va.variants=Eh;Va.defaultOptions=Ah;Va.modifiers=Ih;var $a="chip",Rr=$a;var eo=require("react/jsx-runtime"),Or="k-chip",Rh=[n.hover,n.focus,n.active,n.selected,n.disabled],Oh={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.outline],themeColor:[h.undefined,h.base,h.success,h.warning,h.error,h.info]},Fc={avatarImage:"/packages/html/assets/avatar.jpg"},Se=e=>{let{size:t,rounded:o,fillMode:a,themeColor:l,text:i,icon:p,actions:b,showAvatar:g,avatarImage:v=Fc.avatarImage,hover:M,focus:C,active:f,selected:A,disabled:w,...O}=e;return(0,eo.jsxs)("div",{...O,className:r(e.className,Or,I(Or,{size:t,rounded:o,fillMode:a,themeColor:l}),G(Or,{hover:M,focus:C,active:f,disabled:w,selected:A})),role:e.role||"button","aria-pressed":e.role==="option"?void 0:A?"true":"false","aria-selected":e.role==="option"?A?"true":"false":void 0,"aria-disabled":w?"true":void 0,children:[p&&(0,eo.jsx)(u,{className:"k-chip-icon",icon:p,size:"small"}),g&&(0,eo.jsx)(nt,{className:"k-chip-avatar",type:"image",children:(0,eo.jsx)("img",{src:v,alt:""})}),(0,eo.jsx)("span",{className:"k-chip-content",children:e.children?e.children:i&&(0,eo.jsx)("span",{className:"k-chip-label",children:i})}),b&&(0,eo.jsx)("span",{className:"k-chip-actions",children:b})]})};Se.states=Rh;Se.options=Oh;Se.className=Or;Se.defaultOptions=Fc;Se.moduleName=$a;Se.folderName=Rr;Se.ariaSpec={selector:".k-chip",rules:[{selector:"*:not(.k-chip-list) > .k-chip",attribute:"role=button",usage:"Announces that the chip acts as a button when standalone."},{selector:"*:not(.k-chip-list) > .k-chip.k-selected",attribute:"aria-pressed=true",usage:"Announces that the Chip has been selected."},{selector:"*:not(.k-chip-list) > .k-chip:not(.k-selected)",attribute:"aria-pressed=false",usage:"Announces that the Chip has not been selected."},{selector:".k-chip",attribute:"aria-disabled=true (when disabled)",usage:"Announces that the Chip is disabled."}]};var yt=Se;var Vc=require("react/jsx-runtime"),Kn="k-chip-list",Hh=[],Ph={size:[d.undefined,d.small,d.medium,d.large]},Gh={},we=e=>{let{size:t,multiselectable:o,ariaLabel:a,...l}=e;return(0,Vc.jsx)("div",{...l,className:r(e.className,Kn,I(Kn,{size:t})),role:"listbox","aria-label":a||"chip list","aria-orientation":"horizontal","aria-multiselectable":o?"true":void 0,children:e.children})};we.states=Hh;we.options=Ph;we.className=Kn;we.defaultOptions=Gh;we.moduleName=$a;we.folderName=Rr;we.ariaSpec={selector:".k-chip-list",rules:[{selector:".k-chip-list",attribute:"role=listbox",usage:"Announces the list role of the chip list."},{selector:".k-chip-list",attribute:"aria-label or aria-labelledby",usage:"Adds label to the ChipList element. ListBox element requires an accessible name."},{selector:".k-chip-list",attribute:"aria-orientation=horizontal",usage:"Specifies the horizontal orientation of the chiplist."},{selector:".k-chip-list",attribute:"aria-multiselectable=true (when multiple selection)",usage:"Announces the multiple selection ability of the chiplist."},{selector:".k-chip-list .k-chip",attribute:"role=option",usage:"Announces the chip is an option inner component of the chip list."},{selector:".k-chip-list .k-chip.k-selected",attribute:"aria-selected=true",usage:"Announces the chip is selected."},{selector:".k-chip-list .k-chip:not(.k-selected)",attribute:"aria-selected=false",usage:"Announces the chip is not selected."},{selector:".k-chip-list .k-chip:has(.k-i-x-circle), .k-chip-list .k-chip:has(.k-svg-i-x-circle)",attribute:"aria-keyshortcuts=Enter Delete",usage:"Announces the Delete action along with the default Enter key."}]};var Kh=require("react/jsx-runtime");var Dh=require("react/jsx-runtime");var $c=require("react/jsx-runtime"),Hr=e=>(0,$c.jsx)(yt,{text:"text",...e});var Bh=require("react/jsx-runtime");var _h=require("react/jsx-runtime");var Dn=require("react/jsx-runtime");var Xc=require("react/jsx-runtime");var Wc=require("react/jsx-runtime");var Jc=require("react/jsx-runtime");var to=require("react/jsx-runtime"),zh={...yt.options,...we.options},Uh=[],Fh=we.states,Vh={...yt.defaultOptions,...we.defaultOptions},$h=[{name:"icon",title:"Icon",type:"boolean"},{name:"actions",title:"Actions",type:"boolean"},{name:"avatar",title:"Avatar",type:"boolean"}],Xa=e=>{let{modifiers:t,className:o,...a}=e,l=t==null?void 0:t.icon,i=t==null?void 0:t.actions,p=t==null?void 0:t.avatar;return(0,to.jsxs)(we,{size:a.size,className:o,children:[(0,to.jsx)(Hr,{...a,role:"option","aria-selected":"false","aria-pressed":void 0,icon:l?"star":void 0,actions:i?(0,to.jsx)(ye,{type:"remove"}):void 0,showAvatar:p,children:"Chip"}),(0,to.jsx)(Hr,{...a,role:"option","aria-selected":"false","aria-pressed":void 0,icon:l?"star":void 0,actions:i?(0,to.jsx)(ye,{type:"remove"}):void 0,showAvatar:p,children:"Chip"}),(0,to.jsx)(Hr,{...a,role:"option","aria-selected":"false","aria-pressed":void 0,icon:l?"star":void 0,actions:i?(0,to.jsx)(ye,{type:"remove"}):void 0,showAvatar:p,children:"Chip"})]})};Xa.options=zh;Xa.states=Fh;Xa.variants=Uh;Xa.defaultOptions=Vh;Xa.modifiers=$h;var Pr=require("react/jsx-runtime"),Xh=Se.states,Wh=Se.defaultOptions,Jh=Se.options,qh=[],Yh=[{name:"icon",title:"Icon"},{name:"avatar",title:"Avatar"},{name:"remove-icon",title:"`Remove` Icon"},{name:"more-options",title:"`More options` Icon"}],Wa=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(l=>{switch(l){case"icon":a.icon=t!=null&&t[l]?"arrow-down":void 0;break;case"avatar":a.showAvatar=!!(t!=null&&t[l]),a.avatarImage=t!=null&&t[l]?"https://demos.telerik.com/kendo-ui/content/web/Customers/RICSU.jpg":void 0;break;case"more-options":a.actions||(a.actions=[]),a.actions[0]=t!=null&&t[l]?(0,Pr.jsx)(ye,{type:"more"}):void 0;break;case"remove-icon":a.actions||(a.actions=[]),a.actions[1]=t!=null&&t[l]?(0,Pr.jsx)(ye,{type:"remove"}):void 0;break;default:break}}),(0,Pr.jsx)(Se,{...o,...a,children:"Chip component"})};Wa.options=Jh;Wa.states=Xh;Wa.variants=qh;Wa.defaultOptions=Wh;Wa.modifiers=Yh;var E=require("react/jsx-runtime"),qc=({dropClue:e,contentClassName:t,...o})=>(0,E.jsx)(W,{_renderAriaRoot:!0,groupingHeader:(0,E.jsx)(oo,{dropClue:e,children:(0,E.jsxs)(we,{children:[(0,E.jsx)(Se,{icon:"sort-asc-small",text:"ID",actions:(0,E.jsxs)(E.Fragment,{children:[(0,E.jsx)(ye,{type:"more"}),(0,E.jsx)(ye,{type:"remove"})]})}),(0,E.jsx)(Se,{icon:"sort-desc-small",text:"Name",actions:(0,E.jsxs)(E.Fragment,{children:[(0,E.jsx)(ye,{type:"more"}),(0,E.jsx)(ye,{type:"remove"})]})})]})}),children:(0,E.jsxs)(E.Fragment,{children:[(0,E.jsx)(J,{draggable:!0,children:(0,E.jsx)("div",{className:"k-grid-header-wrap",children:(0,E.jsxs)(q,{children:[(0,E.jsxs)("colgroup",{children:[(0,E.jsx)("col",{className:"k-group-col"}),(0,E.jsx)("col",{className:"k-group-col"}),(0,E.jsx)("col",{}),(0,E.jsx)("col",{}),(0,E.jsx)("col",{}),(0,E.jsx)("col",{})]}),(0,E.jsx)(X,{children:(0,E.jsxs)(L,{children:[(0,E.jsx)(y,{colspan:1,rowspan:1,className:"k-group-cell",accessibleLabel:"Group"}),(0,E.jsx)(y,{colspan:1,rowspan:1,className:"k-group-cell",accessibleLabel:"Group"}),(0,E.jsx)(y,{colspan:1,columnTitle:"ID"}),(0,E.jsx)(y,{colspan:1,columnTitle:"Name"}),(0,E.jsx)(y,{colspan:1,columnTitle:"Price"}),(0,E.jsx)(y,{colspan:1,columnTitle:"Category"})]})})]})})}),(0,E.jsx)(re,{children:(0,E.jsx)(ee,{className:t,children:(0,E.jsxs)(te,{children:[(0,E.jsxs)("colgroup",{children:[(0,E.jsx)("col",{className:"k-group-col"}),(0,E.jsx)("col",{className:"k-group-col"}),(0,E.jsx)("col",{}),(0,E.jsx)("col",{}),(0,E.jsx)("col",{}),(0,E.jsx)("col",{})]}),(0,E.jsxs)(ae,{children:[(0,E.jsx)(L,{className:"k-table-group-row k-grouping-row",children:(0,E.jsx)(s,{colspan:6,children:(0,E.jsxs)("p",{className:"k-reset",children:[(0,E.jsx)(u,{icon:"caret-alt-right"}),"ID: 1"]})})}),(0,E.jsx)(L,{className:"k-table-group-row k-grouping-row",children:(0,E.jsx)(s,{colspan:6,children:(0,E.jsxs)("p",{className:"k-reset",children:[(0,E.jsx)(u,{icon:"caret-alt-down"}),"ID: 2"]})})}),(0,E.jsxs)(L,{className:"k-table-group-row k-grouping-row",children:[(0,E.jsx)(s,{className:"k-table-group-td k-group-cell"}),(0,E.jsx)(s,{colspan:5,children:(0,E.jsxs)("p",{className:"k-reset",children:[(0,E.jsx)(u,{icon:"caret-alt-down"}),"Name: Chang"]})})]}),(0,E.jsxs)(L,{className:"k-master-row",alt:!0,children:[(0,E.jsx)(s,{className:"k-table-group-td k-group-cell"}),(0,E.jsx)(s,{className:"k-table-group-td k-group-cell"}),(0,E.jsx)(s,{colspan:0,children:"2"}),(0,E.jsx)(s,{colspan:0,children:"Chang"}),(0,E.jsx)(s,{colspan:0,children:"$19.00"}),(0,E.jsx)(s,{colspan:0,children:"Beverages"})]})]})]})})})]}),...o});var Bn=require("react/jsx-runtime");var _n=require("react/jsx-runtime");var zn=require("react/jsx-runtime");var H=require("react/jsx-runtime"),Yc=({headerWrapClassName:e,contentClassName:t,...o})=>(0,H.jsx)(W,{_renderAriaRoot:!0,children:(0,H.jsxs)(H.Fragment,{children:[(0,H.jsx)(J,{children:(0,H.jsx)("div",{className:`k-grid-header-wrap ${e}`,children:(0,H.jsxs)(q,{children:[(0,H.jsxs)("colgroup",{children:[(0,H.jsx)("col",{}),(0,H.jsx)("col",{}),(0,H.jsx)("col",{}),(0,H.jsx)("col",{})]}),(0,H.jsxs)(X,{children:[(0,H.jsxs)(L,{children:[(0,H.jsx)(y,{rowspan:3,colspan:1,columnTitle:"ID"}),(0,H.jsx)(y,{rowspan:1,colspan:3,columnTitle:"Product Information"})]}),(0,H.jsxs)(L,{children:[(0,H.jsx)(y,{rowspan:2,colspan:1,columnTitle:"Product Name",className:"k-first"}),(0,H.jsx)(y,{rowspan:1,colspan:2,columnTitle:"Unit"})]}),(0,H.jsxs)(L,{children:[(0,H.jsx)(y,{rowspan:1,colspan:1,columnTitle:"Units In Stock",className:"k-first"}),(0,H.jsx)(y,{rowspan:1,colspan:1,columnTitle:"Units Price"})]})]})]})})}),(0,H.jsx)(re,{children:(0,H.jsx)(ee,{className:t,children:(0,H.jsxs)(te,{children:[(0,H.jsxs)("colgroup",{children:[(0,H.jsx)("col",{}),(0,H.jsx)("col",{}),(0,H.jsx)("col",{}),(0,H.jsx)("col",{})]}),(0,H.jsxs)(ae,{children:[(0,H.jsxs)(L,{className:"k-master-row",children:[(0,H.jsx)(s,{children:"1"}),(0,H.jsx)(s,{children:"Chai"}),(0,H.jsx)(s,{children:"39"}),(0,H.jsx)(s,{children:"18"})]}),(0,H.jsxs)(L,{className:"k-master-row",alt:!0,children:[(0,H.jsx)(s,{children:"2"}),(0,H.jsx)(s,{children:"Chang"}),(0,H.jsx)(s,{children:"17"}),(0,H.jsx)(s,{children:"19"})]}),(0,H.jsxs)(L,{className:"k-master-row",children:[(0,H.jsx)(s,{children:"3"}),(0,H.jsx)(s,{children:"Aniseed Syrup"}),(0,H.jsx)(s,{children:"13"}),(0,H.jsx)(s,{children:"10"})]}),(0,H.jsxs)(L,{className:"k-master-row",alt:!0,children:[(0,H.jsx)(s,{children:"4"}),(0,H.jsx)(s,{children:"Chef Anton's Cajun Seasoning"}),(0,H.jsx)(s,{children:"53"}),(0,H.jsx)(s,{children:"22"})]}),(0,H.jsxs)(L,{className:"k-master-row",children:[(0,H.jsx)(s,{children:"5"}),(0,H.jsx)(s,{children:"Chef Anton's Gumbo Mix"}),(0,H.jsx)(s,{children:"0"}),(0,H.jsx)(s,{children:"21.35"})]})]})]})})})]}),...o});var Un=require("react/jsx-runtime");var Fn=require("react/jsx-runtime");var K=require("react/jsx-runtime"),Qc=e=>(0,K.jsx)(W,{_renderAriaRoot:!0,toolbar:(0,K.jsxs)(jt,{children:[(0,K.jsx)(c,{children:"Add new"}),(0,K.jsx)(c,{children:"Save Changes"}),(0,K.jsx)(c,{children:"Cancel Changes"})]}),children:(0,K.jsxs)(K.Fragment,{children:[(0,K.jsx)(J,{children:(0,K.jsx)("div",{className:"k-grid-header-wrap",children:(0,K.jsxs)(q,{children:[(0,K.jsxs)("colgroup",{children:[(0,K.jsx)("col",{}),(0,K.jsx)("col",{}),(0,K.jsx)("col",{}),(0,K.jsx)("col",{style:{width:"300px"}})]}),(0,K.jsx)(X,{children:(0,K.jsxs)(L,{children:[(0,K.jsx)(y,{columnTitle:"Name"}),(0,K.jsx)(y,{columnTitle:"Price"}),(0,K.jsx)(y,{columnTitle:"Available"}),(0,K.jsx)(y,{accessibleLabel:"Commands"})]})})]})})}),(0,K.jsx)(re,{children:(0,K.jsx)(ee,{children:(0,K.jsx)("div",{children:(0,K.jsxs)(te,{children:[(0,K.jsxs)("colgroup",{children:[(0,K.jsx)("col",{}),(0,K.jsx)("col",{}),(0,K.jsx)("col",{}),(0,K.jsx)("col",{style:{width:"300px"}})]}),(0,K.jsxs)(ae,{children:[(0,K.jsxs)(L,{className:"k-master-row k-grid-add-row k-grid-edit-row",children:[(0,K.jsx)(s,{children:(0,K.jsx)(ne,{value:"Towel"})}),(0,K.jsx)(s,{children:(0,K.jsx)($,{value:"42"})}),(0,K.jsx)(s,{children:(0,K.jsx)(et,{})}),(0,K.jsxs)(s,{className:"k-command-cell",children:[(0,K.jsx)(c,{children:"Add"}),(0,K.jsx)(c,{children:"Cancel"})]})]}),(0,K.jsxs)(L,{className:"k-master-row",children:[(0,K.jsx)(s,{children:"Chai"}),(0,K.jsx)(s,{children:"18"}),(0,K.jsx)(s,{children:"false"}),(0,K.jsx)(s,{className:"k-command-cell",children:(0,K.jsx)(c,{children:"Remove"})})]}),(0,K.jsxs)(L,{className:"k-master-row",alt:!0,children:[(0,K.jsx)(s,{children:"Chang"}),(0,K.jsx)(s,{children:"19"}),(0,K.jsx)(s,{children:"false"}),(0,K.jsx)(s,{className:"k-command-cell",children:(0,K.jsx)(c,{children:"Remove"})})]})]})]})})})})]}),...e});var Vn=require("react/jsx-runtime");var m=require("react/jsx-runtime"),Qh=W.options,Zh=W.states,Zc={...W.defaultOptions,variant:"normal"},jh=[{name:"normal",title:"Normal"},{name:"column-menu",title:"Column Menu"},{name:"filter-menu",title:"Filter Menu"},{name:"filter-row",title:"Filter Row"},{name:"row-reordering",title:"Row Reordering"},{name:"multicolumn-headers",title:"Multicolumn Headers"},{name:"grouping",title:"Grouping"},{name:"editing",title:"Editing"}],ex=[{name:"toolbar",title:"Toolbar",type:"boolean"},{name:"pager",title:"Pager",type:"boolean"}],Ja=e=>{let{variant:t,modifiers:o,...a}={...Zc,...e},l={toolbar:void 0,pager:void 0},i=(0,m.jsxs)(jt,{children:[(0,m.jsx)(c,{icon:"plus",children:"Add New"}),(0,m.jsx)(c,{icon:"file-pdf",children:"Export to PDF"}),(0,m.jsx)("span",{className:"k-spacer"}),(0,m.jsx)(ne,{prefix:(0,m.jsx)(u,{icon:"search"}),separators:!1,placeholder:"Search..."})]}),p=(0,m.jsx)(xe,{pageSizes:!1,refresh:!1});Object.keys(o||{}).forEach(v=>{switch(v){case"toolbar":l.toolbar=o!=null&&o[v]?i:void 0;break;case"pager":l.pager=o!=null&&o[v]?p:void 0;break;default:return}});let b={"column-menu":{menu:"column"},"filter-menu":{menu:"filter"},"filter-row":{}},g=(0,m.jsxs)(m.Fragment,{children:[(0,m.jsx)(J,{children:(0,m.jsx)("div",{className:"k-grid-header-wrap",children:(0,m.jsxs)(q,{children:[(0,m.jsxs)("colgroup",{children:[(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{})]}),(0,m.jsx)(X,{children:(0,m.jsxs)(L,{children:[(0,m.jsx)(y,{...b[t],columnTitle:"ID"}),(0,m.jsx)(y,{...b[t],columnTitle:"Product Name"}),(0,m.jsx)(y,{...b[t],columnTitle:"Units in Stock"}),(0,m.jsx)(y,{...b[t],columnTitle:"Units Price"})]})})]})})}),(0,m.jsx)(re,{children:(0,m.jsx)(ee,{children:(0,m.jsxs)(te,{children:[(0,m.jsxs)("colgroup",{children:[(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{})]}),(0,m.jsxs)(ae,{children:[(0,m.jsxs)(L,{children:[(0,m.jsx)(s,{children:"1"}),(0,m.jsx)(s,{children:"Chai"}),(0,m.jsx)(s,{children:"39"}),(0,m.jsx)(s,{children:"18"})]}),(0,m.jsxs)(L,{className:"k-alt",alt:!0,children:[(0,m.jsx)(s,{children:"2"}),(0,m.jsx)(s,{children:"Chang"}),(0,m.jsx)(s,{children:"17"}),(0,m.jsx)(s,{children:"19"})]}),(0,m.jsxs)(L,{children:[(0,m.jsx)(s,{children:"3"}),(0,m.jsx)(s,{children:"Aniseed Syrup"}),(0,m.jsx)(s,{children:"13"}),(0,m.jsx)(s,{children:"10"})]}),(0,m.jsxs)(L,{className:"k-alt",alt:!0,children:[(0,m.jsx)(s,{children:"4"}),(0,m.jsx)(s,{children:"Chef Anton's Cajun Seasoning"}),(0,m.jsx)(s,{children:"53"}),(0,m.jsx)(s,{children:"22"})]}),(0,m.jsxs)(L,{children:[(0,m.jsx)(s,{children:"5"}),(0,m.jsx)(s,{children:"Chef Anton's Gumbo Mix"}),(0,m.jsx)(s,{children:"0"}),(0,m.jsx)(s,{children:"21.35"})]})]})]})})})]});switch(t){case"multicolumn-headers":return(0,m.jsx)(Yc,{...a,...l});case"editing":return(0,m.jsx)(Qc,{...a,...l});case"grouping":return(0,m.jsx)(qc,{...a,...l,groupingHeader:(0,m.jsx)(oo,{children:(0,m.jsxs)(we,{children:[(0,m.jsx)(Se,{icon:"sort-asc-small",actions:(0,m.jsxs)(m.Fragment,{children:[(0,m.jsx)(ye,{type:"more"}),(0,m.jsx)(ye,{type:"remove"})]}),children:"ID"}),(0,m.jsx)(Se,{icon:"sort-desc-small",actions:(0,m.jsxs)(m.Fragment,{children:[(0,m.jsx)(ye,{type:"more"}),(0,m.jsx)(ye,{type:"remove"})]}),children:"Name"})]})})});case"row-reordering":return(0,m.jsx)(W,{...a,...l,children:(0,m.jsxs)(m.Fragment,{children:[(0,m.jsx)(J,{children:(0,m.jsxs)("div",{className:"k-grid-header-wrap",children:[" ",(0,m.jsxs)(q,{children:[(0,m.jsxs)("colgroup",{children:[(0,m.jsx)("col",{className:"k-drag-col"}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{})]}),(0,m.jsx)(X,{children:(0,m.jsxs)(L,{children:[(0,m.jsx)(y,{className:"k-drag-cell",accessibleLabel:"Reorder"}),(0,m.jsx)(y,{columnTitle:"ID"}),(0,m.jsx)(y,{columnTitle:"Product Name"}),(0,m.jsx)(y,{columnTitle:"Units in Stock"}),(0,m.jsx)(y,{columnTitle:"Units Price"})]})})]})]})}),(0,m.jsx)(re,{children:(0,m.jsx)(ee,{children:(0,m.jsxs)(te,{children:[(0,m.jsxs)("colgroup",{children:[(0,m.jsx)("col",{className:"k-drag-col"}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{})]}),(0,m.jsxs)(ae,{children:[(0,m.jsxs)(L,{children:[(0,m.jsx)(s,{className:"k-drag-cell",children:(0,m.jsx)(u,{icon:"reorder"})}),(0,m.jsx)(s,{children:"1"}),(0,m.jsx)(s,{children:"Chai"}),(0,m.jsx)(s,{children:"39"}),(0,m.jsx)(s,{children:"18"})]}),(0,m.jsxs)(L,{className:"k-alt",alt:!0,children:[(0,m.jsx)(s,{className:"k-drag-cell",children:(0,m.jsx)(u,{icon:"reorder"})}),(0,m.jsx)(s,{children:"2"}),(0,m.jsx)(s,{children:"Chang"}),(0,m.jsx)(s,{children:"17"}),(0,m.jsx)(s,{children:"19"})]}),(0,m.jsxs)(L,{children:[(0,m.jsx)(s,{className:"k-drag-cell",children:(0,m.jsx)(u,{icon:"reorder"})}),(0,m.jsx)(s,{children:"3"}),(0,m.jsx)(s,{children:"Aniseed Syrup"}),(0,m.jsx)(s,{children:"13"}),(0,m.jsx)(s,{children:"10"})]}),(0,m.jsxs)(L,{className:"k-alt",alt:!0,children:[(0,m.jsx)(s,{className:"k-drag-cell",children:(0,m.jsx)(u,{icon:"reorder"})}),(0,m.jsx)(s,{children:"4"}),(0,m.jsx)(s,{children:"Chef Anton's Cajun Seasoning"}),(0,m.jsx)(s,{children:"53"}),(0,m.jsx)(s,{children:"22"})]}),(0,m.jsxs)(L,{children:[(0,m.jsx)(s,{className:"k-drag-cell",children:(0,m.jsx)(u,{icon:"reorder"})}),(0,m.jsx)(s,{children:"5"}),(0,m.jsx)(s,{children:"Chef Anton's Gumbo Mix"}),(0,m.jsx)(s,{children:"0"}),(0,m.jsx)(s,{children:"21.35"})]})]})]})})})]})});case"filter-row":return(0,m.jsx)(Pc,{...a,...l});default:return(0,m.jsx)(W,{...a,...l,children:g})}};Ja.options=Qh;Ja.states=Zh;Ja.variants=jh;Ja.defaultOptions=Zc;Ja.modifiers=ex;var $n="treelist",jc=$n;var tp=require("react/jsx-runtime"),ep="k-treelist",tx=[],ox={},ax={},Be=e=>(0,tp.jsx)(W,{...e,className:r(ep,e.className),children:e.children});Be.states=tx;Be.options=ox;Be.className=ep;Be.defaultOptions=ax;Be.moduleName=$n;Be.folderName=jc;var P=require("react/jsx-runtime"),Eo=({gridHeader:e,gridContent:t,menu:o,...a})=>(0,P.jsxs)(Be,{id:"treelist",_renderAriaRoot:!0,...a,children:[e||(0,P.jsx)(J,{children:(0,P.jsx)("div",{className:"k-grid-header-wrap",children:(0,P.jsxs)(q,{children:[(0,P.jsxs)("colgroup",{children:[(0,P.jsx)("col",{}),(0,P.jsx)("col",{}),(0,P.jsx)("col",{})]}),(0,P.jsx)(X,{children:(0,P.jsxs)(L,{children:[(0,P.jsx)(y,{menu:o,columnTitle:"Name"}),(0,P.jsx)(y,{menu:o,columnTitle:"Position"}),(0,P.jsx)(y,{menu:o,columnTitle:"Hire Date"})]})})]})})}),(0,P.jsx)(re,{children:t||(0,P.jsx)(ee,{children:(0,P.jsxs)(te,{children:[(0,P.jsxs)("colgroup",{children:[(0,P.jsx)("col",{}),(0,P.jsx)("col",{}),(0,P.jsx)("col",{})]}),(0,P.jsxs)(ae,{children:[(0,P.jsxs)(L,{children:[(0,P.jsxs)(s,{children:[(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Daryl"]}),(0,P.jsx)(s,{children:"Sweeney"}),(0,P.jsx)(s,{children:"CEO"})]}),(0,P.jsxs)(L,{alt:!0,children:[(0,P.jsxs)(s,{children:[(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Guy"]}),(0,P.jsx)(s,{children:"Wooten"}),(0,P.jsx)(s,{children:"Chief Technical Officer"})]}),(0,P.jsxs)(L,{children:[(0,P.jsxs)(s,{children:[(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Buffy"]}),(0,P.jsx)(s,{children:"Weber"}),(0,P.jsx)(s,{children:"VP, Engineering"})]}),(0,P.jsxs)(L,{alt:!0,children:[(0,P.jsxs)(s,{children:[(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Hyacinth"]}),(0,P.jsx)(s,{children:"Hood"}),(0,P.jsx)(s,{children:"Team Lead"})]}),(0,P.jsxs)(L,{children:[(0,P.jsxs)(s,{children:[(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,P.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),"Akeem"]}),(0,P.jsx)(s,{children:"Carr"}),(0,P.jsx)(s,{children:"Junior Software Developer"})]})]})]})})})]});var ap=require("react/jsx-runtime"),op=e=>(0,ap.jsx)(Eo,{menu:"column",...e});var lp=require("react/jsx-runtime"),rp=e=>(0,lp.jsx)(Eo,{menu:"filter",...e});var S=require("react/jsx-runtime"),np=({gridHeader:e,gridContent:t,menu:o,...a})=>(0,S.jsxs)(Be,{id:"treelist",_renderAriaRoot:!0,...a,children:[e||(0,S.jsx)(J,{children:(0,S.jsx)("div",{className:"k-grid-header-wrap",children:(0,S.jsxs)(q,{children:[(0,S.jsxs)("colgroup",{children:[(0,S.jsx)("col",{className:"k-drag-col"}),(0,S.jsx)("col",{}),(0,S.jsx)("col",{}),(0,S.jsx)("col",{})]}),(0,S.jsx)(X,{children:(0,S.jsxs)(L,{children:[(0,S.jsx)(y,{}),(0,S.jsx)(y,{menu:o,columnTitle:"First Name"}),(0,S.jsx)(y,{menu:o,columnTitle:"Last Name"}),(0,S.jsx)(y,{menu:o,columnTitle:"Position"})]})})]})})}),(0,S.jsx)(re,{children:t||(0,S.jsx)(ee,{children:(0,S.jsxs)(te,{children:[(0,S.jsxs)("colgroup",{children:[(0,S.jsx)("col",{className:"k-drag-col"}),(0,S.jsx)("col",{}),(0,S.jsx)("col",{}),(0,S.jsx)("col",{})]}),(0,S.jsxs)(ae,{children:[(0,S.jsxs)(L,{children:[(0,S.jsx)(s,{className:"k-drag-cell",children:(0,S.jsx)(u,{icon:"reorder"})}),(0,S.jsxs)(s,{children:[(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Daryl"]}),(0,S.jsx)(s,{children:"Sweeney"}),(0,S.jsx)(s,{children:"CEO"})]}),(0,S.jsxs)(L,{alt:!0,children:[(0,S.jsx)(s,{className:"k-drag-cell",children:(0,S.jsx)(u,{icon:"reorder"})}),(0,S.jsxs)(s,{children:[(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Guy"]}),(0,S.jsx)(s,{children:"Wooten"}),(0,S.jsx)(s,{children:"Chief Technical Officer"})]}),(0,S.jsxs)(L,{children:[(0,S.jsx)(s,{className:"k-drag-cell",children:(0,S.jsx)(u,{icon:"reorder"})}),(0,S.jsxs)(s,{children:[(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Buffy"]}),(0,S.jsx)(s,{children:"Weber"}),(0,S.jsx)(s,{children:"VP, Engineering"})]}),(0,S.jsxs)(L,{alt:!0,children:[(0,S.jsx)(s,{className:"k-drag-cell",children:(0,S.jsx)(u,{icon:"reorder"})}),(0,S.jsxs)(s,{children:[(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Hyacinth"]}),(0,S.jsx)(s,{children:"Hood"}),(0,S.jsx)(s,{children:"Team Lead"})]}),(0,S.jsxs)(L,{children:[(0,S.jsx)(s,{className:"k-drag-cell",children:(0,S.jsx)(u,{icon:"reorder"})}),(0,S.jsxs)(s,{children:[(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),"Akeem"]}),(0,S.jsx)(s,{children:"Carr"}),(0,S.jsx)(s,{children:"Junior Software Developer"})]})]})]})})})]});var ip=require("react/jsx-runtime");var T=require("react/jsx-runtime"),rx=Be.options,lx=Be.states,sp={...Be.defaultOptions,variant:"normal"},nx=[{name:"normal",title:"Normal"},{name:"column-menu",title:"Column Menu"},{name:"filter-row",title:"Filter Row"},{name:"sorting",title:"Sorting"},{name:"row-reordering",title:"Row Reordering"}],ix=[{name:"toolbar",title:"Toolbar"},{name:"pager",title:"Pager"}],qa=e=>{let{variant:t,modifiers:o,...a}={...sp,...e},l={},i=(0,T.jsxs)(jt,{children:[(0,T.jsx)(c,{icon:"plus",children:"Add New"}),(0,T.jsx)(c,{icon:"file-pdf",children:"Export to PDF"}),(0,T.jsx)("span",{className:"k-spacer"}),(0,T.jsx)(ne,{prefix:(0,T.jsx)(u,{icon:"search"}),separators:!1,placeholder:"Search..."})]}),p=(0,T.jsx)(xe,{pageSizes:!1,refresh:!1});switch(Object.keys(o||{}).forEach(b=>{switch(b){case"toolbar":l.toolbar=o!=null&&o[b]?i:void 0;break;case"pager":l.pager=o!=null&&o[b]?p:void 0;break;default:return}}),t){case"row-reordering":return(0,T.jsx)(np,{...a,...l});case"column-menu":return(0,T.jsx)(op,{...a,...l,gridHeader:(0,T.jsx)(J,{children:(0,T.jsx)("div",{className:"k-grid-header-wrap",children:(0,T.jsxs)(q,{children:[(0,T.jsxs)("colgroup",{children:[(0,T.jsx)("col",{}),(0,T.jsx)("col",{}),(0,T.jsx)("col",{})]}),(0,T.jsx)(X,{children:(0,T.jsxs)(L,{children:[(0,T.jsx)(y,{menu:"column",columnTitle:"First Name"}),(0,T.jsx)(y,{menu:"column",columnTitle:"Last Name"}),(0,T.jsx)(y,{menu:"column",columnTitle:"Position"})]})})]})})})});case"filter-row":return(0,T.jsx)(rp,{...a,...l,gridHeader:(0,T.jsx)(J,{children:(0,T.jsx)("div",{className:"k-grid-header-wrap",children:(0,T.jsxs)(q,{children:[(0,T.jsxs)("colgroup",{children:[(0,T.jsx)("col",{}),(0,T.jsx)("col",{}),(0,T.jsx)("col",{})]}),(0,T.jsx)(X,{children:(0,T.jsxs)(L,{children:[(0,T.jsx)(y,{menu:"filter",columnTitle:"First Name"}),(0,T.jsx)(y,{menu:"filter",columnTitle:"Last Name"}),(0,T.jsx)(y,{menu:"filter",columnTitle:"Position"})]})})]})})})});case"sorting":return(0,T.jsx)(Eo,{...a,...l,gridHeader:(0,T.jsx)(J,{children:(0,T.jsx)("div",{className:"k-grid-header-wrap",children:(0,T.jsxs)(q,{children:[(0,T.jsxs)("colgroup",{children:[(0,T.jsx)("col",{}),(0,T.jsx)("col",{}),(0,T.jsx)("col",{})]}),(0,T.jsx)(X,{children:(0,T.jsxs)(L,{children:[(0,T.jsx)(y,{columnTitle:"First Name"}),(0,T.jsx)(y,{columnTitle:"Last Name",sortable:!0}),(0,T.jsx)(y,{columnTitle:"Position"})]})})]})})}),gridContent:(0,T.jsx)(ee,{children:(0,T.jsxs)(te,{children:[(0,T.jsxs)("colgroup",{children:[(0,T.jsx)("col",{}),(0,T.jsx)("col",{className:"k-sorted"}),(0,T.jsx)("col",{})]}),(0,T.jsxs)(ae,{children:[(0,T.jsxs)(L,{className:"k-treelist-group",children:[(0,T.jsxs)(s,{children:[(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Daryl"]}),(0,T.jsx)(s,{children:"Sweeney"}),(0,T.jsx)(s,{children:"CEO"})]}),(0,T.jsxs)(L,{className:"k-treelist-group k-alt",alt:!0,children:[(0,T.jsxs)(s,{children:[(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Guy"]}),(0,T.jsx)(s,{children:"Wooten"}),(0,T.jsx)(s,{children:"Chief Technical Officer"})]}),(0,T.jsxs)(L,{className:"k-treelist-group",children:[(0,T.jsxs)(s,{children:[(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Buffy"]}),(0,T.jsx)(s,{children:"Weber"}),(0,T.jsx)(s,{children:"VP, Engineering"})]}),(0,T.jsxs)(L,{className:"k-treelist-group k-alt",alt:!0,children:[(0,T.jsxs)(s,{children:[(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Hyacinth"]}),(0,T.jsx)(s,{children:"Hood"}),(0,T.jsx)(s,{children:"Team Lead"})]}),(0,T.jsxs)(L,{children:[(0,T.jsxs)(s,{children:[(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),"Akeem"]}),(0,T.jsx)(s,{children:"Carr"}),(0,T.jsx)(s,{children:"Junior Software Developer"})]})]})]})})});default:return(0,T.jsx)(Eo,{...a,...l,gridHeader:(0,T.jsx)(J,{children:(0,T.jsx)("div",{className:"k-grid-header-wrap",children:(0,T.jsxs)(q,{children:[(0,T.jsxs)("colgroup",{children:[(0,T.jsx)("col",{}),(0,T.jsx)("col",{}),(0,T.jsx)("col",{})]}),(0,T.jsx)(X,{children:(0,T.jsxs)(L,{children:[(0,T.jsx)(y,{columnTitle:"First Name"}),(0,T.jsx)(y,{columnTitle:"Last Name"}),(0,T.jsx)(y,{columnTitle:"Position"})]})})]})})})})}};qa.options=rx;qa.states=lx;qa.variants=nx;qa.defaultOptions=sp;qa.modifiers=ix;var Xn="propertygrid",dp=Xn;var pp=require("react/jsx-runtime"),cp="k-property-grid",sx=[],dx={},cx={},xo=e=>(0,pp.jsx)(Be,{...e,className:r(cp,e.className),children:e.children});xo.states=sx;xo.options=dx;xo.className=cp;xo.defaultOptions=cx;xo.moduleName=Xn;xo.folderName=dp;var px=xo;
1
+ var hp=Object.create;var Qa=Object.defineProperty;var xp=Object.getOwnPropertyDescriptor;var Np=Object.getOwnPropertyNames;var gp=Object.getPrototypeOf,kp=Object.prototype.hasOwnProperty;var vp=(e,t)=>{for(var o in t)Qa(e,o,{get:t[o],enumerable:!0})},Jn=(e,t,o,a)=>{if(t&&typeof t=="object"||typeof t=="function")for(let l of Np(t))!kp.call(e,l)&&l!==o&&Qa(e,l,{get:()=>t[l],enumerable:!(a=xp(t,l))||a.enumerable});return e};var qn=(e,t,o)=>(o=e!=null?hp(gp(e)):{},Jn(t||!e||!e.__esModule?Qa(o,"default",{value:e,enumerable:!0}):o,e)),Lp=e=>Jn(Qa({},"__esModule",{value:!0}),e);var bx={};vp(bx,{PropertyGrid:()=>xo,default:()=>ux});module.exports=Lp(bx);var r=(...e)=>e.filter(t=>t!==!0&&!!t).map(t=>Array.isArray(t)?r(...t):typeof t=="object"?Object.keys(t).map((o,a)=>t[a]||t[o]&&o||null).filter(o=>o!==null).join(" "):t).filter(t=>!!t).join(" ");var I=(e,t)=>r({[`${e}-xs`]:t.size==="xsmall",[`${e}-sm`]:t.size==="small",[`${e}-md`]:t.size==="medium",[`${e}-lg`]:t.size==="large",[`${e}-xl`]:t.size==="xlarge",[`${e}-xxl`]:t.size==="xxlarge",[`${e}-xxxl`]:t.size==="xxxlarge"},{[`${e}-${t.fillMode}`]:t.fillMode},{[`${e}-${t.themeColor}`]:t.themeColor},{"k-rounded-sm":t.rounded==="small","k-rounded-md":t.rounded==="medium","k-rounded-lg":t.rounded==="large","k-rounded-full":t.rounded==="full","k-rounded-none":t.rounded==="none"}),G=(e,t)=>{let{valid:o,invalid:a,hover:l,focus:i,checked:p,active:b,selected:g,disabled:v,indeterminate:M,loading:C,empty:f,readonly:A,highlighted:w,...O}=t;return r({"k-valid":o,"k-invalid":a,"k-hover":l,"k-focus":i,"k-checked":p,"k-active":b,"k-selected":g,"k-disabled":v,"k-indeterminate":M&&!p,"k-loading":C,"k-empty":f,"k-readonly":A,"k-highlighted":w},Object.keys(O).reduce((B,D)=>(D.startsWith("k-")?B[D]=O[D]:B[`k-${D}`]=O[D],B),{}))};function Yn(e,t){if(!t)return{};let o=Array.isArray(t)?t:[t];return Object.fromEntries(o.map(a=>[`k-${a}`,!0]))}var d={undefined:void 0,xsmall:"xsmall",small:"small",medium:"medium",large:"large",xlarge:"xlarge",xxlarge:"xxlarge",xxxlarge:"xxxlarge"},x={undefined:void 0,none:"none",small:"small",medium:"medium",large:"large",full:"full"},k={undefined:void 0,solid:"solid",flat:"flat",outline:"outline",clear:"clear",link:"link"},h={undefined:void 0,inherit:"inherit",base:"base",primary:"primary",secondary:"secondary",tertiary:"tertiary",info:"info",success:"success",warning:"warning",error:"error",dark:"dark",light:"light",inverse:"inverse"},n={open:"open",hover:"hover",focus:"focus",active:"active",selected:"selected",disabled:"disabled",valid:"valid",invalid:"invalid",loading:"loading",required:"required",empty:"empty",indeterminate:"indeterminate",checked:"checked",readonly:"readonly",highlighted:"highlighted",generating:"generating",expanded:"expanded"};var X="grid",J=X;var ja=require("react/jsx-runtime"),Za="k-grid",Cp=[],Mp={size:[d.undefined,d.small,d.medium,d.large]},yp=[],Qn={pagerPosition:"bottom"},q=e=>{let{size:t,pagerPosition:o=Qn.pagerPosition,toolbar:a,pager:l,groupingHeader:i,gridSelectionAggregates:p,_renderAriaRoot:b,resizable:g,...v}=e;return(0,ja.jsxs)("div",{...v,className:r(e.className,Za,{[`${Za}-resizable`]:g},I(Za,{size:t})),children:[a,o==="top"&&l,i,e.children&&b?(0,ja.jsx)("div",{className:"k-grid-aria-root",children:e.children}):e.children,p,o==="bottom"&&l]})};q.states=Cp;q.options=Mp;q.variants=yp;q.className=Za;q.defaultOptions=Qn;q.moduleName=X;q.folderName=J;var jn=require("react/jsx-runtime"),Zn="k-grid-header",Y=e=>{let{draggable:t,...o}=e;return(0,jn.jsx)("div",{...o,className:r(e.className,Zn,{"k-grid-draggable-header":t}),children:e.children})};Y.className=Zn;Y.moduleName=X;Y.folderName=J;var jo=require("react/jsx-runtime"),ei="k-grouping-header",oo=e=>{let{dropHint:t,dropClue:o,...a}=e;return(0,jo.jsxs)("div",{...a,className:r(e.className,ei),children:[o&&(0,jo.jsx)("div",{className:"k-grouping-dropclue"}),e.children,(0,jo.jsx)("div",{className:"k-grouping-drop-container",children:t})]})};oo.className=ei;oo.moduleName=X;oo.folderName=J;var oi=require("react/jsx-runtime"),ti="k-grid-pinned-container",Gr=e=>{let{position:t,...o}=e;return(0,oi.jsx)("div",{...o,className:r(e.className,ti,{"k-pos-bottom":t==="bottom"}),children:e.children})};Gr.className=ti;Gr.moduleName=X;Gr.folderName=J;var ri=require("react/jsx-runtime"),ai="k-grid-sticky-container",Kr=e=>{let{position:t,...o}=e;return(0,ri.jsx)("div",{...o,className:r(e.className,ai,{"k-pos-bottom":t==="bottom"}),children:e.children})};Kr.className=ai;Kr.moduleName=X;Kr.folderName=J;var Ee="table",_e=Ee;var ni=require("react/jsx-runtime"),li="k-data-table",Sp=[],wp={size:[d.undefined,d.small,d.medium,d.large]},Ap={},zt=e=>{let{size:t,...o}=e;return(0,ni.jsx)("div",{...o,className:r(e.className,li,I("k-table",{size:t})),children:e.children})};zt.states=Sp;zt.options=wp;zt.className=li;zt.defaultOptions=Ap;zt.moduleName=Ee;zt.folderName=_e;var ii=require("react/jsx-runtime"),Dr="k-table-header-wrap",Ep=[n.hover,n.focus,n.disabled],Ip={},Rp={},ao=e=>{let{children:t,hover:o,focus:a,disabled:l,...i}=e;return(0,ii.jsx)("div",{...i,className:r(e.className,Dr,G(Dr,{hover:o,focus:a,disabled:l})),children:t})};ao.states=Ep;ao.options=Ip;ao.className=Dr;ao.defaultOptions=Rp;ao.moduleName=Ee;ao.folderName=_e;var si=require("react/jsx-runtime"),Br="k-table",Op=[],Pp={size:[d.undefined,d.small,d.medium,d.large]},Hp={},ze=e=>{let{size:t,...o}=e;return(0,si.jsx)("table",{...o,className:r(e.className,Br,I(Br,{size:t})),children:e.children})};ze.states=Op;ze.options=Pp;ze.className=Br;ze.defaultOptions=Hp;ze.moduleName=Ee;ze.folderName=_e;var er=require("react/jsx-runtime"),_r="k-table-header",Gp=[n.hover,n.focus,n.disabled],Kp={},Dp={},Ut=e=>{let{children:t,hover:o,focus:a,disabled:l,...i}=e;return(0,er.jsx)("div",{...i,className:r(e.className,_r,G(_r,{hover:o,focus:a,disabled:l})),children:(0,er.jsx)(ao,{children:(0,er.jsx)(ze,{children:t})})})};Ut.states=Gp;Ut.options=Kp;Ut.className=_r;Ut.defaultOptions=Dp;Ut.moduleName=Ee;Ut.folderName=_e;var ci=require("react/jsx-runtime"),di="k-table-scroller",Bp=[],_p={},zp={},Ro=e=>{let{children:t,...o}=e;return(0,ci.jsx)("div",{...o,className:r(e.className,di),children:t})};Ro.states=Bp;Ro.options=_p;Ro.className=di;Ro.defaultOptions=zp;Ro.moduleName=Ee;Ro.folderName=_e;var Up=require("react/jsx-runtime");var mi=require("react/jsx-runtime"),pi="k-table-footer",Fp=[],Vp={},$p={},ro=e=>{let{children:t,...o}=e;return(0,mi.jsx)("div",{...o,className:r(e.className,pi),children:t})};ro.states=Fp;ro.options=Vp;ro.className=pi;ro.defaultOptions=$p;ro.moduleName=Ee;ro.folderName=_e;var ui=require("react/jsx-runtime"),zr="k-table-list",Xp=[],Wp={size:[d.undefined,d.small,d.medium,d.large]},Jp={},lo=e=>{let{size:t,virtualization:o,...a}=e;return(0,ui.jsx)("ul",{...a,className:r(e.className,"k-table",zr,I(zr,{size:t}),{"k-virtual-table":o}),children:e.children})};lo.states=Xp;lo.options=Wp;lo.className=zr;lo.defaultOptions=Jp;lo.moduleName=Ee;lo.folderName=_e;var bi=require("react/jsx-runtime"),qp="k-table-thead",W=e=>(0,bi.jsx)("thead",{className:r(e.className,qp),children:e.children});var fi=require("react/jsx-runtime"),Yp="k-table-tbody",ae=e=>(0,fi.jsx)("tbody",{className:r(e.className,Yp),children:e.children});var Qp=require("react/jsx-runtime");var Ti=require("react/jsx-runtime"),Ur="k-table-row",Zp=[n.hover,n.focus,n.selected,n.disabled,n.highlighted],L=e=>{let{hover:t,focus:o,selected:a,highlighted:l,disabled:i,alt:p,...b}=e;return(0,Ti.jsx)("tr",{...b,className:r(e.className,Ur,{"k-table-alt-row":p},G(Ur,{hover:t,focus:o,disabled:i,selected:a,highlighted:l})),children:e.children})};L.states=Zp;L.className=Ur;var hi=require("react/jsx-runtime"),Fr="k-table-row",jp=[n.hover,n.focus,n.selected,n.disabled],tr=e=>{let{hover:t,focus:o,selected:a,disabled:l,alt:i,...p}=e;return(0,hi.jsx)("li",{...p,className:r(e.className,Fr,{"k-table-alt-row":i},G(Fr,{hover:t,focus:o,disabled:l,selected:a})),children:e.children})};tr.states=jp;tr.className=Fr;var Ni=require("react/jsx-runtime"),xi="k-table-th",Ft=e=>{let{text:t,colspan:o,rowspan:a,...l}=e,i=t||e.children;return(0,Ni.jsx)("th",{colSpan:o,rowSpan:a,...l,className:r(e.className,xi),children:i})};Ft.className=xi;Ft.moduleName=Ee;Ft.folderName=_e;var em=require("react/jsx-runtime");var gi=require("react/jsx-runtime"),Vr="k-table-td",tm=[n.focus,n.selected,n.highlighted],s=e=>{let{focus:t,selected:o,highlighted:a,text:l,colspan:i,rowspan:p,...b}=e,g=l||e.children;return(0,gi.jsx)("td",{colSpan:i,rowSpan:p,...b,className:r(e.className,Vr,G(Vr,{focus:t,selected:o,highlighted:a})),children:g})};s.states=tm;s.className=Vr;var om=require("react/jsx-runtime");var am=require("react/jsx-runtime");var rm=require("react/jsx-runtime");var lm=require("react/jsx-runtime");var nm=require("react/jsx-runtime");var vi=require("react/jsx-runtime");var Li=require("react/jsx-runtime");var Ci=require("react/jsx-runtime");var $r=require("react/jsx-runtime");var yi=require("react/jsx-runtime"),Mi="k-grid-header-table",Q=e=>(0,yi.jsx)(ze,{...e,className:r(e.className,Mi),children:e.children});Q.className=Mi;Q.moduleName=X;Q.folderName=J;var ea=require("react/jsx-runtime"),Xr="k-font-icon",cm=[],pm={size:[d.undefined,d.xsmall,d.small,d.medium,d.large,d.xlarge,d.xxlarge,d.xxxlarge],themeColor:[h.undefined,h.base,h.primary,h.secondary,h.tertiary,h.success,h.warning,h.error,h.info,h.light,h.dark]},mm={},ta=e=>{let{size:t,themeColor:o,icon:a,rotate:l,flip:i,...p}=e;return a?(0,ea.jsx)("span",{...p,className:r(e.className,Xr,I(Xr,{size:t}),{[`k-i-${a}`]:a,[`k-color-${o}`]:o,[`k-rotate-${l}`]:l,"k-flip-h":i==="h"||i==="both","k-flip-v":i==="v"||i==="both"}),"aria-hidden":"true"}):(0,ea.jsx)(ea.Fragment,{})};ta.states=cm;ta.options=pm;ta.className=Xr;ta.defaultOptions=mm;var Si=ta;var No=require("react/jsx-runtime"),Wr="k-svg-icon",um=[],bm={size:[d.undefined,d.xsmall,d.small,d.medium,d.large,d.xlarge,d.xxlarge,d.xxxlarge],themeColor:[h.undefined,h.base,h.primary,h.secondary,h.tertiary,h.success,h.warning,h.error,h.info,h.light,h.dark]},wi={viewBox:"0 0 24 24"},oa=e=>{let{size:t,themeColor:o,rotate:a,flip:l,viewBox:i=wi.viewBox,icon:p,...b}=e;if(!p)return(0,No.jsx)(No.Fragment,{});if(p==="none")return(0,No.jsx)("span",{...b,className:r(e.className,Wr,I("k-icon",{size:t}),"k-none"),"aria-hidden":"true"});let g=typeof p=="object"&&p.name&&p.name;return(0,No.jsx)("span",{...b,className:r(e.className,Wr,I("k-icon",{size:t}),{[`k-svg-i-${g}`]:g,[`k-color-${o}`]:o,[`k-rotate-${a}`]:a,"k-flip-h":l==="h"||l==="both","k-flip-v":l==="v"||l==="both"}),"aria-hidden":"true",children:(0,No.jsx)("svg",{"aria-hidden":!0,focusable:!1,xmlns:"http://www.w3.org/2000/svg",viewBox:typeof p=="object"?p.viewBox:i,dangerouslySetInnerHTML:typeof p=="object"?{__html:p.content}:void 0,children:p?void 0:e.children})})};oa.states=um;oa.options=bm;oa.className=Wr;oa.defaultOptions=wi;var Jr=oa;var qr=qn(require("@progress/kendo-svg-icons"));var Ai="icon",Ei="icons";var Oi=require("react");var Ii=require("react"),Ri=(0,Ii.createContext)({iconsType:"svg"});var Vt=require("react/jsx-runtime"),or="k-icon",fm=e=>e.replace(/([-_][a-z0-9])/gi,t=>t.toUpperCase().replace("-","").replace("_","")),Tm=[],hm={size:[d.undefined,d.xsmall,d.small,d.medium,d.large,d.xlarge,d.xxlarge,d.xxxlarge],themeColor:[h.undefined,h.base,h.primary,h.secondary,h.tertiary,h.success,h.warning,h.error,h.info,h.light,h.dark]},Yr={viewBox:"0 0 24 24",type:"svg"},u=e=>{let{iconsType:t}=(0,Oi.useContext)(Ri),{size:o,themeColor:a,icon:l,type:i=t||Yr.type,rotate:p,flip:b,viewBox:g=Yr.viewBox,...v}=e;if(!l)return(0,Vt.jsx)(Vt.Fragment,{});if((t||i)==="svg"){if(l==="none")return(0,Vt.jsx)(Jr,{...v,className:r(e.className,or),icon:l,size:o});let C=qr[l]?l:fm(`${l}-icon`);return qr[C]?(0,Vt.jsx)(Jr,{...v,className:r(e.className,or),icon:qr[C],size:o,themeColor:a,rotate:p,flip:b,viewBox:g}):(0,Vt.jsx)(Vt.Fragment,{})}return(0,Vt.jsx)(Si,{...v,className:r(e.className,or),icon:l,size:o,themeColor:a,rotate:p,flip:b})};u.states=Tm;u.options=hm;u.defaultOptions=Yr;u.className=or;u.moduleName=Ai;u.folderName=Ei;u.ariaSpec={selector:".k-icon, .k-svg-icon",rules:[{selector:".k-icon, .k-svg-icon",attribute:"aria-hidden=true",usage:"Hides the icon element and all its children from assistive technologies."}]};var dt=require("react/jsx-runtime"),Qr="k-header",xm=[n.hover,n.focus,n.active],Pi={sortIcon:"sort-asc-small"},y=e=>{let{menu:t,sortable:o,filterable:a,sticky:l,resizable:i,columnTitle:p,hover:b,focus:g,active:v,sortIcon:M=Pi.sortIcon,sortOrder:C,accessibleLabel:f,...A}=e;return(0,dt.jsxs)(Ft,{...A,className:r(e.className,Qr,{"k-filterable":t||a,"k-sorted":o,"k-grid-header-sticky":l,"k-touch-action-none":i},G(Qr,{hover:b,focus:g,active:v})),children:[p&&(0,dt.jsxs)("span",{className:"k-cell-inner",children:[(0,dt.jsxs)("span",{className:"k-link",children:[(0,dt.jsx)("span",{className:"k-column-title",children:p}),o&&(0,dt.jsx)("span",{className:"k-sort-icon",children:(0,dt.jsx)(u,{icon:M})}),C&&(0,dt.jsx)("span",{className:"k-sort-order",children:C})]}),t&&(0,dt.jsx)("a",{href:"#",className:r("k-grid-header-menu",{"k-active":v,"k-grid-filter-menu":t==="filter","k-grid-column-menu":t==="column"}),children:(0,dt.jsx)(u,{icon:t==="filter"?"filter":"more-vertical"})})]}),!p&&f&&(0,dt.jsx)("span",{className:"k-sr-only",children:f}),e.children,i&&(0,dt.jsx)("span",{className:"k-column-resizer k-touch-action-none"})]})};y.states=xm;y.className=Qr;y.defaultOptions=Pi;y.moduleName=X;y.folderName=J;var Gi=require("react/jsx-runtime"),Hi="k-grid-container",re=e=>(0,Gi.jsx)("div",{...e,className:r(e.className,Hi),children:e.children});re.className=Hi;re.moduleName=X;re.folderName=J;var Di=require("react/jsx-runtime"),Ki="k-grid-content",ee=e=>(0,Di.jsx)("div",{...e,className:r(e.className,Ki),children:e.children});ee.className=Ki;ee.moduleName=X;ee.folderName=J;var _i=require("react/jsx-runtime"),Bi="k-grid-table",te=e=>(0,_i.jsx)(ze,{...e,className:r(e.className,Bi),children:e.children});te.className=Bi;te.moduleName=X;te.folderName=J;var Ui=require("react/jsx-runtime"),zi="k-grid-footer",Zr=e=>(0,Ui.jsx)("div",{...e,className:r(e.className,zi),children:e.children});Zr.className=zi;Zr.moduleName=X;Zr.folderName=J;var Vi=require("react/jsx-runtime"),Fi="k-grid-footer-table",jr=e=>(0,Vi.jsx)(ze,{...e,className:r(e.className,Fi),children:e.children});jr.className=Fi;jr.moduleName=X;jr.folderName=J;var el="button",$i=el;var St=require("react/jsx-runtime"),aa="k-button",Nm=["icon-button"],gm=[n.hover,n.focus,n.active,n.selected,n.disabled,n.generating],km={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline,k.clear,k.link],themeColor:[h.undefined,h.base,h.primary,h.secondary,h.tertiary,h.success,h.warning,h.error,h.info,h.light,h.dark,h.inverse]},tl={showArrow:!1,arrowIconName:"caret-alt-down"},c=e=>{let{as:t="button",size:o,rounded:a,fillMode:l,themeColor:i,showArrow:p=tl.showArrow,arrowIconName:b=tl.arrowIconName,variant:g,hover:v,focus:M,active:C,selected:f,disabled:A,togglable:w,icon:O,text:B,iconClassName:D,className:V,...ue}=e,ve=O!==void 0,Je=e.children!==void 0;return(0,St.jsxs)(t,{className:r(V,aa,Yn(aa,g),I(aa,{size:o,rounded:a,fillMode:l,themeColor:i}),G(aa,{hover:v,focus:M,active:C,disabled:A,selected:f}),{"k-icon-button":!B&&!Je&&ve}),...ue,"aria-pressed":w?f?"true":"false":void 0,disabled:A||void 0,children:[O&&(0,St.jsx)(u,{className:r(D,"k-button-icon"),icon:O}),B?(0,St.jsxs)(St.Fragment,{children:[B&&(0,St.jsx)("span",{className:"k-button-text",children:B}),e.children]}):e.children&&(0,St.jsx)("span",{className:"k-button-text",children:e.children}),p&&(0,St.jsx)("span",{className:"k-menu-button-arrow k-button-arrow",children:(0,St.jsx)(u,{icon:b})})]})};c.states=gm;c.options=km;c.variants=Nm;c.className=aa;c.defaultOptions=tl;c.moduleName=el;c.folderName=$i;c.ariaSpec={selector:".k-button",rules:[{selector:".k-button",attribute:"role=button or nodeName=button",usage:"The button role is implicit from the native <button> element."},{selector:".k-button",attribute:"aria-label (when icon-only)",usage:"Required for icon-only buttons that have no visible text."},{selector:".k-button",attribute:"aria-pressed (when togglable)",usage:"Indicates the pressed state of a toggle button."},{selector:".k-button",attribute:"disabled (when disabled)",usage:"Rendered when the button is disabled."}]};var Xi=require("react/jsx-runtime"),no=e=>(0,Xi.jsx)(c,{icon:"folder",...e,"aria-label":e["aria-label"]||"Folder",children:void 0});var Wi=require("react/jsx-runtime"),ra=e=>(0,Wi.jsx)(c,{icon:"folder",children:"Button",...e});var Ji=require("react/jsx-runtime"),go=e=>(0,Ji.jsx)(c,{children:"Button",...e});var ar=require("react/jsx-runtime"),vm=c.options,Lm=c.states,Cm={...c.defaultOptions,variant:"text"},Mm=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],ym=[],la=e=>{let{variant:t,...o}=e;switch(t){case"icon-only":return(0,ar.jsx)(no,{...o,icon:"star"});case"icon-and-text":return(0,ar.jsx)(ra,{...o,icon:"star",children:"Button"});default:return(0,ar.jsx)(go,{...o,children:"Button"})}};la.options=vm;la.states=Lm;la.variants=Mm;la.defaultOptions=Cm;la.modifiers=ym;var na="input",rr=na;var qi=require("react/jsx-runtime"),lr="k-input",Sm=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.loading,n.readonly],wm={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},Am={},Le=e=>{let{hover:t,focus:o,disabled:a,invalid:l,valid:i,loading:p,readonly:b,size:g,rounded:v,fillMode:M,...C}=e;return(0,qi.jsx)("span",{...C,className:r(e.className,lr,I(lr,{size:g,rounded:v,fillMode:M}),G(lr,{hover:t,focus:o,disabled:a,invalid:l,valid:i,loading:p,readonly:b}))})};Le.states=Sm;Le.options=wm;Le.className=lr;Le.defaultOptions=Am;Le.moduleName=na;Le.folderName=rr;var Yi=require("react/jsx-runtime"),nr="k-picker",Em=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.loading,n.readonly],Im={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},Rm={},Rt=e=>{let{hover:t,focus:o,disabled:a,invalid:l,valid:i,loading:p,readonly:b,size:g,rounded:v,fillMode:M,...C}=e;return(0,Yi.jsx)("span",{...C,className:r(e.className,nr,I(nr,{size:g,rounded:v,fillMode:M}),G(nr,{hover:t,focus:o,disabled:a,invalid:l,valid:i,loading:p,readonly:b})),children:e.children})};Rt.states=Em;Rt.options=Im;Rt.className=nr;Rt.defaultOptions=Rm;Rt.moduleName=na;Rt.folderName=rr;var Oo=require("react/jsx-runtime"),Qi="k-clear-value",Om=[n.disabled,n.loading,n.readonly],Pm={},ct=e=>{let{disabled:t,loading:o,readonly:a,value:l}=e;return t||a||o||!l?(0,Oo.jsx)(Oo.Fragment,{}):(0,Oo.jsx)("span",{className:r(e.className,Qi),children:(0,Oo.jsx)(u,{icon:"x"})})};ct.states=Om;ct.options=Pm;ct.className=Qi;var Zi=require("react/jsx-runtime"),ol="k-input-inner",Hm=[],Gm={},ir={type:"text",autocomplete:"off",value:"",placeholder:""},pt=e=>{let{value:t=ir.value,type:o=ir.type,placeholder:a=ir.placeholder,autocomplete:l=ir.autocomplete,disabled:i,readOnly:p,...b}=e;return(0,Zi.jsx)("input",{...b,type:o,className:r(e.className,ol,I(ol,e)),placeholder:a,autoComplete:l,defaultValue:t,disabled:i||void 0,readOnly:p||void 0})};pt.states=Hm;pt.options=Gm;pt.className=ol;var ia=require("react/jsx-runtime"),al="k-input-inner",Km=[],Dm={},ko=e=>{let{value:t,placeholder:o,showValue:a,valueIcon:l,valueIconName:i,...p}=e;return(0,ia.jsxs)("span",{...p,className:r(e.className,al,I(al,e)),children:[l,!l&&i&&(0,ia.jsx)(u,{className:"k-input-value-icon",icon:i}),a&&!t&&o,a&&t&&(0,ia.jsx)("span",{className:"k-input-value-text",children:t})]})};ko.states=Km;ko.options=Dm;ko.className=al;var es=require("react/jsx-runtime"),rl="k-input-inner",Bm=[],_m={},ji={value:"",placeholder:""},ll=e=>{let{value:t=ji.value,placeholder:o=ji.placeholder,rows:a,disabled:l,...i}=e;return(0,es.jsx)("textarea",{...i,className:r(e.className,rl,I(rl,e)),placeholder:o,rows:a,defaultValue:t,disabled:l||void 0})};ll.states=Bm;ll.options=_m;ll.className=rl;var sa=require("react/jsx-runtime"),ts="k-input-loading-icon",zm=[n.disabled,n.loading],je=e=>{let{disabled:t,loading:o}=e;return t||!o?(0,sa.jsx)(sa.Fragment,{}):(0,sa.jsx)("span",{className:r(e.className,ts,"k-icon k-i-loading")})};je.states=zm;je.className=ts;var da=require("react/jsx-runtime"),os="k-input-validation-icon",Um=[n.valid,n.invalid,n.disabled,n.loading],Fm={},qe=e=>{let{valid:t,invalid:o,disabled:a,loading:l}=e,i=o?"warning-circle":"check-circle";return a||l||!!!(t||o)?(0,da.jsx)(da.Fragment,{}):(0,da.jsx)(u,{className:r(os),icon:i})};qe.states=Um;qe.options=Fm;qe.className=os;var ca=require("react/jsx-runtime"),Vm="k-input-prefix",$m={direction:"horizontal"},ht=e=>{let{direction:t=$m.direction,...o}=e;return e.children?(0,ca.jsx)("span",{...o,className:r(Vm,e.className,{[`k-input-prefix-${t}`]:t}),children:e.children}):(0,ca.jsx)(ca.Fragment,{})};var pa=require("react/jsx-runtime"),Xm="k-input-suffix",Wm={direction:"horizontal"},xt=e=>{let{direction:t=Wm.direction,...o}=e;return e.children?(0,pa.jsx)("span",{...o,className:r(Xm,e.className,{[`k-input-suffix-${t}`]:t}),children:e.children}):(0,pa.jsx)(pa.Fragment,{})};var Jm=require("react/jsx-runtime");var as=require("react/jsx-runtime"),qm="k-input-suffix-text",nl=e=>{let{children:t,...o}=e;return(0,as.jsx)("span",{...o,className:r(qm,e.className),children:t})};var ls=require("react/jsx-runtime"),rs="k-input-separator",Ym={direction:"vertical"},Nt=e=>{let{direction:t=Ym.direction,...o}=e;return(0,ls.jsx)("span",{...o,className:r(rs,e.className,{[`${rs}-${t}`]:t})})};var Ae=require("react/jsx-runtime"),Qm=Le.states,Zm=Le.defaultOptions,jm=Le.options,eu=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"},{name:"validation-icon",title:"Validation Icon"},{name:"separators",title:"Separators"}],tu=[],ma=e=>{let{modifiers:t,valid:o,invalid:a,loading:l,disabled:i,readonly:p,...b}=e,g=t==null?void 0:t.prefix,v=t==null?void 0:t.suffix,M=t==null?void 0:t["clear-button"],C=t==null?void 0:t["validation-icon"],f=t==null?void 0:t.separators;return(0,Ae.jsxs)(Le,{...b,valid:o,invalid:a,loading:l,disabled:i,readonly:p,style:{width:300},children:[g&&(0,Ae.jsxs)(Ae.Fragment,{children:[(0,Ae.jsx)(ht,{children:(0,Ae.jsx)(u,{icon:"lock"})}),f&&(0,Ae.jsx)(Nt,{})]}),(0,Ae.jsx)(pt,{placeholder:"Placeholder",value:"Value"}),C&&(0,Ae.jsx)(qe,{valid:o,invalid:a,loading:l,disabled:i}),(0,Ae.jsx)(je,{loading:l,disabled:i}),M&&(0,Ae.jsx)(ct,{loading:l,disabled:i,readonly:p,value:"Value"}),v&&(0,Ae.jsxs)(Ae.Fragment,{children:[f&&(0,Ae.jsx)(Nt,{}),(0,Ae.jsx)(xt,{children:(0,Ae.jsx)(go,{size:b.size,fillMode:"clear",children:"Send"})})]})]})};ma.options=jm;ma.states=Qm;ma.variants=tu;ma.defaultOptions=Zm;ma.modifiers=eu;var il="popup",ns=il;var sl=require("react/jsx-runtime"),is="k-animation-container",ou=[],au={},ss={positionMode:"absolute"},Ot=e=>{let{positionMode:t=ss.positionMode,animationStyle:o,offset:a,...l}=e;return(0,sl.jsx)("div",{...l,style:{...a,...e.style},className:r(e.className,is,"k-animation-container-shown",{"k-animation-container-fixed":t==="fixed"}),children:(0,sl.jsx)("div",{className:"k-child-animation-container",style:o,children:e.children})})};Ot.states=ou;Ot.options=au;Ot.className=is;Ot.defaultOptions=ss;Ot.moduleName=il;Ot.folderName=ns;var dl="popup",ds=dl;var cl=require("react/jsx-runtime"),cs="k-popup",ru=[],lu={},ps={positionMode:"absolute"},pe=e=>{let{offset:t,positionMode:o=ps.positionMode,animationStyle:a,containerClassName:l,containerRole:i,containerAriaLabel:p,...b}=e;return(0,cl.jsx)(Ot,{positionMode:o,offset:t,animationStyle:a,className:l,role:i,"aria-label":p,children:(0,cl.jsx)("div",{...b,className:r(e.className,cs),children:e.children})})};pe.states=ru;pe.options=lu;pe.className=cs;pe.defaultOptions=ps;pe.moduleName=dl;pe.folderName=ds;pe.ariaSpec={selector:".k-popup",rules:[{selector:".k-animation-container",attribute:"role (when appended to body)",usage:'Container gets role="region" when appended to document body. Popup is a building block \u2014 ARIA semantics come from consuming components.'}]};var pl="action-buttons",ms=pl;var us=require("react/jsx-runtime"),sr="k-actions",nu=[],iu={},ml={alignment:"start",orientation:"horizontal"},Pt=e=>{let{alignment:t=ml.alignment,orientation:o=ml.orientation,...a}=e;return(0,us.jsx)("div",{...a,className:r(sr,{[`${sr}-${t}`]:t,[`${sr}-${o}`]:o},e.className),children:e.children})};Pt.states=nu;Pt.options=iu;Pt.className=sr;Pt.defaultOptions=ml;Pt.moduleName=pl;Pt.folderName=ms;var fs=require("react/jsx-runtime"),su="k-actionsheet-footer",bs={alignment:"stretched",orientation:"horizontal"},io=e=>{let{alignment:t=bs.alignment,orientation:o=bs.orientation,template:a,as:l=a?"div":Pt,...i}=e;return(0,fs.jsx)(l,{...i,...!a&&{alignment:t,orientation:o},className:r(e.className,su),children:e.children})};var ul="searchbox",Ts=ul;var so=require("react/jsx-runtime"),hs="k-searchbox",du=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.loading],cu={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},bl={showIcon:!0,icon:"search"},gt=e=>{let{value:t,placeholder:o,size:a,rounded:l,fillMode:i,hover:p,focus:b,valid:g,invalid:v,required:M,loading:C,disabled:f,showIcon:A=bl.showIcon,icon:w=bl.icon,...O}=e;return(0,so.jsxs)(Le,{...O,size:a,rounded:l,fillMode:i,hover:p,focus:b,valid:g,invalid:v,required:M,loading:C,disabled:f,className:r(e.className,hs),children:[A&&(0,so.jsx)(u,{className:"k-input-icon",icon:w}),(0,so.jsx)(pt,{placeholder:o,value:t}),(0,so.jsx)(je,{...e}),(0,so.jsx)(qe,{...e}),(0,so.jsx)(ct,{...e})]})};gt.states=du;gt.options=cu;gt.className=hs;gt.defaultOptions=bl;gt.moduleName=ul;gt.folderName=Ts;var pu=require("react/jsx-runtime");var fl="textbox",xs=fl;var Ue=require("react/jsx-runtime"),Ns="k-textbox",mu=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.loading,n.readonly],uu={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},dr={showClearButton:!0,showValidationIcon:!0,separators:!0},ne=e=>{let{size:t,rounded:o,fillMode:a,separators:l=dr.separators,showClearButton:i=dr.showClearButton,showValidationIcon:p=dr.showValidationIcon,prefix:b,suffix:g,type:v,value:M,placeholder:C,hover:f,focus:A,valid:w,invalid:O,required:B,loading:D,disabled:V,readonly:ue,id:ve,"aria-label":Je,"aria-describedby":it,...st}=e;return(0,Ue.jsxs)(Le,{...st,size:t,rounded:o,fillMode:a,hover:f,focus:A,valid:w,invalid:O,required:B,loading:D,disabled:V,readonly:ue,className:r(e.className,Ns),children:[b&&(0,Ue.jsxs)(Ue.Fragment,{children:[(0,Ue.jsx)(ht,{children:b}),l&&(0,Ue.jsx)(Nt,{})]}),(0,Ue.jsx)(pt,{id:ve,placeholder:C,value:M,type:v,disabled:V,"aria-label":Je,"aria-describedby":it,"aria-invalid":O?"true":void 0}),p&&(0,Ue.jsx)(qe,{valid:w,invalid:O,loading:D,disabled:V}),(0,Ue.jsx)(je,{loading:D,disabled:V}),i&&(0,Ue.jsx)(ct,{loading:D,disabled:V,readonly:ue,value:M}),g&&(0,Ue.jsxs)(Ue.Fragment,{children:[l&&(0,Ue.jsx)(Nt,{}),(0,Ue.jsx)(xt,{children:g})]})]})};ne.states=mu;ne.options=uu;ne.className=Ns;ne.defaultOptions=dr;ne.moduleName=fl;ne.folderName=xs;ne.ariaSpec={selector:".k-textbox",rules:[{selector:".k-textbox > .k-input-inner",attribute:"role=textbox or nodeName=input",usage:"Describes the role of the component."},{selector:".k-textbox > .k-input-inner",attribute:"label for or aria-label or aria-labelledby (when has accessible name)",usage:"The input requires an accessible name (provided by consuming app)."},{selector:".k-textbox > .k-input-inner",attribute:"aria-invalid=true (when invalid)",usage:"Rendered when the TextBox is in an invalid state."},{selector:".k-textbox > .k-input-inner",attribute:"aria-describedby (when has hint or error)",usage:"Points to the hint or error message for the input."},{selector:".k-textbox.k-disabled > .k-input-inner",attribute:"disabled=disabled or aria-disabled=true",usage:"Rendered when the TextBox is disabled."}]};var ua=ne;var ks=require("react/jsx-runtime"),gs=e=>(0,ks.jsx)(ua,{...e});var vs=require("react/jsx-runtime");var Ls=require("react/jsx-runtime");var bu=require("react/jsx-runtime");var cr=require("react/jsx-runtime"),fu=ne.states,Tu=ne.defaultOptions,hu=ne.options,xu=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"}],Nu=[],ba=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(l=>{switch(l){case"prefix":a.prefix=t!=null&&t[l]?(0,cr.jsx)(u,{icon:"lock"}):void 0;break;case"suffix":a.suffix=t!=null&&t[l]?(0,cr.jsx)(go,{size:o.size,fillMode:"clear",children:"Send"}):void 0;break;case"clear-button":a.showClearButton=t==null?void 0:t[l];break;default:break}}),(0,cr.jsx)(gs,{value:"Value",style:{width:300},...o,...a})};ba.options=hu;ba.states=fu;ba.variants=Nu;ba.defaultOptions=Tu;ba.modifiers=xu;var mt=require("react/jsx-runtime"),Cs="k-actionsheet-titlebar",gu={},Ye=e=>{let{title:t,subtitle:o,actionsStart:a,actionsEnd:l,filter:i,input:p,inputValue:b,inputPlaceholder:g,adaptive:v,titleId:M,children:C,...f}=e;return(0,mt.jsxs)("div",{...f,className:r(e.className,Cs),children:[(0,mt.jsxs)("div",{className:"k-actionsheet-titlebar-group",children:[a&&(0,mt.jsx)("div",{className:"k-actionsheet-actions",children:a}),!C&&(0,mt.jsxs)("div",{className:"k-actionsheet-title",id:M,children:[t&&(0,mt.jsx)("div",{className:"k-text-center",children:t}),o&&(0,mt.jsx)("div",{className:"k-actionsheet-subtitle k-text-center",children:o})]}),C&&(0,mt.jsx)("div",{className:"k-actionsheet-title",id:M,children:C}),l&&(0,mt.jsx)("div",{className:"k-actionsheet-actions",children:l})]}),(p||i)&&(0,mt.jsx)("div",{className:"k-actionsheet-titlebar-group k-actionsheet-filter",children:p?(0,mt.jsx)(ne,{value:b,placeholder:g,size:v?"large":"medium","aria-label":t||g||"Input"}):(0,mt.jsx)(gt,{placeholder:"Filter",size:v?"large":"medium","aria-label":"Filter options"})})]})};Ye.className=Cs;Ye.defaultOptions=gu;var Po=require("react/jsx-runtime"),Tl="k-actionsheet-view",ku=[],vu={},Lu={},Ho=e=>{let{adaptive:t,animated:o,children:a,header:l,footer:i,titleId:p,...b}=e,g=(l==null?void 0:l.type)===Ye&&(0,Po.jsx)(Ye,{adaptive:t,titleId:p,...l==null?void 0:l.props}),v=(i==null?void 0:i.type)===io&&(0,Po.jsx)(io,{...i==null?void 0:i.props});return(0,Po.jsxs)("div",{...b,className:r(e.className,Tl,{[`${Tl}-animated`]:o}),children:[g,(0,Po.jsx)("div",{className:"k-actionsheet-content",children:a}),v]})};Ho.states=ku;Ho.options=vu;Ho.className=Tl;Ho.defaultOptions=Lu;var fa="action-sheet",pr=fa;var hl="overlay",Ms=hl;var ys=require("react/jsx-runtime"),xl="k-overlay",Cu=[],Mu={themeColor:[h.undefined,h.light,h.dark,h.inverse]},yu={},co=e=>{let{themeColor:t,...o}=e;return(0,ys.jsx)("div",{...o,className:r(e.className,xl,I(xl,{themeColor:t})),children:e.children})};co.states=Cu;co.options=Mu;co.className=xl;co.defaultOptions=yu;co.moduleName=hl;co.folderName=Ms;var vo=require("react/jsx-runtime"),Ss="k-actionsheet",Su=[],wu={},Ta={side:"bottom",fullscreen:!1,adaptive:!1,overlay:!0},Ne=e=>{let{side:t=Ta.side,fullscreen:o=Ta.fullscreen,adaptive:a=Ta.adaptive,overlay:l=Ta.overlay,template:i,children:p,header:b,footer:g,id:v,...M}=e,C=v&&!i&&b?`${v}-title`:void 0;return(0,vo.jsxs)("div",{className:"k-actionsheet-container",children:[l&&(0,vo.jsx)(co,{}),(0,vo.jsx)(Ot,{animationStyle:{[`${o===!0?"top":t}`]:0,[`${o===!0?"width":null}`]:"100%",[`${o===!0?"height":null}`]:"100%",[`${t==="top"||t==="bottom"?"width":null}`]:"100%",[`${t==="left"||t==="right"?"height":null}`]:"100%"},children:(0,vo.jsx)("div",{...M,id:v,role:"dialog","aria-modal":l?"true":void 0,"aria-labelledby":C,className:r(e.className,Ss,{[`k-actionsheet-${t}`]:o===!1,"k-actionsheet-fullscreen":o===!0,"k-adaptive-actionsheet":a}),children:i||(0,vo.jsx)(Ho,{header:b,footer:g,adaptive:a,titleId:C,...e,children:p})})})]})};Ne.states=Su;Ne.options=wu;Ne.className=Ss;Ne.defaultOptions=Ta;Ne.moduleName=fa;Ne.folderName=pr;Ne.ariaSpec={selector:".k-actionsheet",rules:[{selector:".k-actionsheet",attribute:"role=dialog",usage:"Announces the dialog role of the component."},{selector:".k-actionsheet",attribute:"aria-labelledby (when has title)",usage:"Associates the title of the action sheet."},{selector:".k-actionsheet",attribute:"aria-hidden=true/false (when hidden)",usage:"Announces the hidden state of the ActionSheet container."},{selector:".k-actionsheet",attribute:"aria-modal=true (when modal)",usage:"Announces that the action sheet is modal."},{selector:".k-actionsheet .k-actionsheet-title",attribute:"id",usage:"Used to associate the title with the action sheet wrapper element."}]};var As=require("react/jsx-runtime"),ws="k-actionsheet-container",Au=[],Eu={},Iu={},Go=e=>{let{children:t,...o}=e;return(0,As.jsx)("div",{...o,className:ws,children:t})};Go.states=Au;Go.options=Eu;Go.className=ws;Go.defaultOptions=Iu;Go.moduleName=fa;Go.folderName=pr;var Es=require("react/jsx-runtime"),Nl=e=>{let{...t}=e;return(0,Es.jsx)("div",{...t,className:r(e.className,"k-list-ul"),children:e.children})};var kt=require("react/jsx-runtime"),gl="k-actionsheet-item",Ru=[n.hover,n.focus,n.selected,n.disabled],po=e=>{let{iconName:t,text:o,description:a,hover:l,focus:i,selected:p,disabled:b,...g}=e;return(0,kt.jsxs)("span",{...g,className:r(e.className,gl,G(gl,{hover:l,focus:i,selected:p,disabled:b})),children:[!e.children&&(0,kt.jsx)(kt.Fragment,{children:(0,kt.jsxs)("span",{className:"k-actionsheet-action",children:[t&&(0,kt.jsx)("span",{className:"k-icon-wrap",children:(0,kt.jsx)(u,{className:"k-actionsheet-item-icon",icon:t})}),(0,kt.jsxs)("span",{className:"k-actionsheet-item-text",children:[o&&(0,kt.jsx)("span",{className:"k-actionsheet-item-title",children:o}),a&&(0,kt.jsx)("span",{className:"k-actionsheet-item-description",children:a})]})]})}),e.children]})};po.states=Ru;po.className=gl;var Is=require("react/jsx-runtime");var Ou=require("react/jsx-runtime");var Pu=require("react/jsx-runtime");var Hu=require("react/jsx-runtime");var be=require("react/jsx-runtime"),Gu=Ne.options,Ku=Ne.states,Os={...Ne.defaultOptions,variant:"normal"},Du=[{name:"normal",title:"Normal"},{name:"adaptive",title:"Adaptive"},{name:"fullScreen",title:"Full Screen"}],Bu=[{name:"actions",title:"Titlebar Actions",type:"boolean"},{name:"subtitle",title:"Subtitle",type:"boolean"},{name:"footer",title:"Footer",type:"boolean"}],ha=e=>{let{variant:t,modifiers:o,...a}={...Os,...e},l={},i=(0,be.jsxs)(Nl,{children:[(0,be.jsx)(po,{text:"Edit Item",description:"Click to edit",iconName:"edit-tools"}),(0,be.jsx)(po,{text:"Add to Favorites",iconName:"heart"}),(0,be.jsx)(po,{text:"Upload New",iconName:"upload",disabled:!0}),(0,be.jsx)("hr",{className:"k-hr"}),(0,be.jsx)(po,{text:"Cancel",iconName:"cancel"})]}),p="Choose from the items below",b="Select Item";return t==="fullScreen"&&(l.fullScreen=!0),Object.keys(o||{}).forEach(g=>{switch(g){case"actions":l.actionsStart=!!(o!=null&&o[g]),l.actionsEnd=!!(o!=null&&o[g]);break;case"subtitle":l.subtitle=o!=null&&o[g]?p:void 0;break;case"footer":l.footer=!!(o!=null&&o[g]);break;default:break}}),t==="adaptive"?(0,be.jsx)(Ne,{...a,adaptive:!0,fullscreen:l.fullScreen,header:(0,be.jsx)(Ye,{actionsStart:l.actionsStart?(0,be.jsx)(c,{icon:"chevron-left",size:"large",fillMode:"flat"}):void 0,actionsEnd:l.actionsEnd?(0,be.jsx)(c,{icon:"x",size:"large",fillMode:"flat"}):void 0,title:b,subtitle:l.subtitle}),footer:l.footer?(0,be.jsxs)(io,{alignment:"stretched",children:[(0,be.jsx)(c,{text:"Cancel",size:"large",themeColor:"base"}),(0,be.jsx)(c,{text:"Apply",size:"large",themeColor:"primary"})]}):void 0,children:i}):(0,be.jsx)(Ne,{...a,fullscreen:l.fullScreen,header:(0,be.jsx)(Ye,{actionsStart:l.actionsStart?(0,be.jsx)(c,{icon:"chevron-left",fillMode:"flat"}):void 0,actionsEnd:l.actionsEnd?(0,be.jsx)(c,{icon:"x",fillMode:"flat"}):void 0,title:"Select Item",subtitle:l.subtitle}),footer:l.footer?(0,be.jsxs)(io,{alignment:"stretched",children:[(0,be.jsx)(c,{text:"Apply",themeColor:"primary"}),(0,be.jsx)(c,{text:"Cancel",themeColor:"base"})]}):void 0,children:i})};ha.options=Gu;ha.states=Ku;ha.variants=Du;ha.defaultOptions=Os;ha.modifiers=Bu;var ur=qn(require("react"));var kl=require("react/jsx-runtime"),_u="k-list-group-sticky-header",vl=e=>(0,kl.jsx)("div",{className:r(_u,e.className),children:(0,kl.jsx)("div",{className:"k-list-header-text",children:e.children})});var Ps=require("react/jsx-runtime"),zu="k-no-data",mr=e=>{let{live:t,...o}=e;return(0,Ps.jsx)("span",{...o,className:r(zu,e.className),"aria-live":t?"polite":void 0,children:e.children})};var Lo="list",Ko=Lo;var Do=require("react/jsx-runtime"),Ll="k-list",Uu=[],Fu={size:[d.undefined,d.small,d.medium,d.large]},Vu={},Z=e=>{var A;let{size:t,virtualization:o,children:a,header:l,optionLabel:i,customValue:p,noData:b,screenReaders:g,...v}=e,C=ur.default.Children.toArray(a)[0],f=(A=C==null?void 0:C.props)!=null&&A.children?ur.default.Children.count(C.props.children):ur.default.Children.count(a);return(0,Do.jsxs)("div",{...v,className:r(e.className,Ll,I(Ll,{size:t}),{"k-virtual-list":o}),children:[i,p,l&&(0,Do.jsx)(vl,{children:l}),a||(b!==void 0?b:(0,Do.jsx)(mr,{live:!0,children:"No data found."})),g&&a&&(0,Do.jsxs)(mr,{className:"k-sr-only",live:!0,children:[f," items found."]})]})};Z.states=Uu;Z.options=Fu;Z.className=Ll;Z.defaultOptions=Vu;Z.moduleName=Lo;Z.folderName=Ko;Z.ariaSpec={selector:".k-list",rules:[{selector:".k-list .k-no-data",attribute:"aria-live=polite",usage:'Announces "No data found" to screen readers.'}]};var Gs=require("react/jsx-runtime"),Hs="k-list-container",$u=[],Xu={},Wu={},Bo=e=>{let{...t}=e;return(0,Gs.jsx)("div",{...t,className:r(e.className,Hs),children:e.children})};Bo.states=$u;Bo.options=Xu;Bo.className=Hs;Bo.defaultOptions=Wu;Bo.moduleName=Lo;Bo.folderName=Ko;var Co="checkbox",_o=Co;var Cl=require("react/jsx-runtime"),br="k-checkbox",Ju=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.checked,n.indeterminate],qu={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full]},Yu={},et=e=>{let{id:t,checked:o,indeterminate:a,hover:l,focus:i,disabled:p,invalid:b,valid:g,required:v,size:M,rounded:C,...f}=e;return(0,Cl.jsx)("span",{className:"k-checkbox-wrap",children:(0,Cl.jsx)("input",{...f,id:t,type:"checkbox",defaultChecked:o,required:v,disabled:p||void 0,"aria-invalid":b?"true":void 0,className:r(e.className,br,I(br,{size:M,rounded:C}),G(br,{hover:l,focus:i,disabled:p,invalid:b,valid:g,indeterminate:a,checked:o}))})})};et.states=Ju;et.options=qu;et.className=br;et.defaultOptions=Yu;et.moduleName=Co;et.folderName=_o;et.ariaSpec={selector:".k-checkbox",rules:[{selector:".k-checkbox",attribute:"role=checkbox or type=checkbox",usage:"Announces the checkbox role of the element."},{selector:".k-checkbox",attribute:"label for or aria-label or aria-labelledby (when has accessible name)",usage:"The input requires an accessible name to which it will be assigned."},{selector:".k-checkbox",attribute:"aria-checked=true/false/mixed or checked",usage:"For native checkboxes the checked state is handled by the browser. aria-checked is used for custom implementations."},{selector:".k-checkbox",attribute:"aria-describedby (when has hint or error)",usage:"Points to the hint or error message for the checkbox."},{selector:".k-checkbox",attribute:"disabled or aria-disabled=true (when disabled)",usage:"For native checkboxes use the HTML disabled attribute. aria-disabled for custom implementations."},{selector:".k-invalid, .ng-invalid",attribute:"aria-invalid=true (when invalid)",usage:"Rendered only when the CheckBox is in a form and announces the invalid state."}]};var Ht=et;var Bs=require("react/jsx-runtime"),Ks="k-checkbox-list",Qu=[],Zu={},Ds={layout:"vertical"},tt=e=>{let{layout:t=Ds.layout,...o}=e;return(0,Bs.jsx)("ul",{...o,className:r(e.className,Ks,{[`k-list-${t}`]:t}),children:e.children})};tt.states=Qu;tt.options=Zu;tt.className=Ks;tt.defaultOptions=Ds;tt.moduleName=Co;tt.folderName=_o;var zs=require("react/jsx-runtime"),_s="k-checkbox-list-item",ju=[],eb={},tb={},Qe=e=>{let{...t}=e;return(0,zs.jsx)("li",{...t,className:r(e.className,_s),children:e.children})};Qe.states=ju;Qe.options=eb;Qe.className=_s;Qe.defaultOptions=tb;Qe.moduleName=Co;Qe.folderName=_o;var Mo=require("react/jsx-runtime"),$t=({children:e,id:t,...o})=>(0,Mo.jsxs)(Mo.Fragment,{children:[(0,Mo.jsx)(Ht,{id:t,...o}),(0,Mo.jsx)("label",{className:"k-checkbox-label",htmlFor:t,children:e})]});var Ml=require("react/jsx-runtime");var yl=require("react/jsx-runtime");var Sl=require("react/jsx-runtime");var ob=require("react/jsx-runtime");var ab=require("react/jsx-runtime");var rb=require("react/jsx-runtime");var Fe=require("react/jsx-runtime"),lb=tt.options,nb=tt.states,ib={...tt.defaultOptions,variant:"vertical"},sb=[{name:"vertical",title:"Vertical"},{name:"horizontal",title:"Horizontal"}],db=[],xa=e=>{let{variant:t,...o}=e;return t==="horizontal"?(0,Fe.jsxs)(tt,{layout:"horizontal",...o,children:[(0,Fe.jsx)(Qe,{children:(0,Fe.jsx)($t,{id:"first",defaultChecked:!0,children:"Label"})}),(0,Fe.jsx)(Qe,{children:(0,Fe.jsx)($t,{id:"second",children:"Label"})}),(0,Fe.jsx)(Qe,{children:(0,Fe.jsx)($t,{id:"third",children:"Label"})})]}):(0,Fe.jsxs)(tt,{...o,children:[(0,Fe.jsx)(Qe,{children:(0,Fe.jsx)($t,{id:"first",defaultChecked:!0,children:"Label"})}),(0,Fe.jsx)(Qe,{children:(0,Fe.jsx)($t,{id:"second",children:"Label"})}),(0,Fe.jsx)(Qe,{children:(0,Fe.jsx)($t,{id:"third",children:"Label"})})]})};xa.options=lb;xa.states=nb;xa.variants=sb;xa.defaultOptions=ib;xa.modifiers=db;var Us=require("react/jsx-runtime"),cb=Ht.options,pb=Ht.states,mb=Ht.defaultOptions,ub=[],bb=[],Na=e=>(0,Us.jsx)($t,{id:"checkbox-demo-checkbox",...e,defaultChecked:!0,children:"Label"});Na.options=cb;Na.states=pb;Na.variants=ub;Na.defaultOptions=mb;Na.modifiers=bb;var Gt=require("react/jsx-runtime"),wl="k-list-item",fb=[n.hover,n.focus,n.selected,n.disabled],Tb={},hb={},F=e=>{let{text:t,groupLabel:o,group:a,iconName:l,iconClassName:i,showCheckbox:p,checked:b,hover:g,focus:v,selected:M,disabled:C,actions:f,description:A,id:w,...O}=e,B=t||e.children;return(0,Gt.jsxs)("li",{...O,id:w,role:a?"presentation":"option",tabIndex:a?void 0:v?0:-1,"aria-selected":!a&&M?"true":a?void 0:"false","aria-disabled":!a&&C?"true":void 0,className:r(e.className,a?"k-list-group-item":wl,G(wl,{hover:g,focus:v,disabled:C,selected:M})),children:[p&&(0,Gt.jsx)(et,{checked:b}),l&&(0,Gt.jsx)("span",{className:"k-list-item-icon-wrapper",children:(0,Gt.jsx)(u,{icon:l,className:r("k-list-item-icon",i)})}),(0,Gt.jsx)("span",{className:"k-list-item-text",children:B}),f&&(0,Gt.jsx)("div",{className:"k-list-item-actions",children:f}),A&&(0,Gt.jsx)("span",{className:"k-list-item-description",children:A}),o&&o!==""&&(0,Gt.jsx)("div",{className:"k-list-item-group-label",children:o})]})};F.states=fb;F.options=Tb;F.className=wl;F.defaultOptions=hb;F.moduleName=Lo;F.folderName=Ko;F.ariaSpec={selector:".k-list-item",rules:[{selector:".k-list-item",attribute:"role=option",usage:"Each list item is an option in the listbox."},{selector:".k-list-item",attribute:"id",usage:"ID for aria-activedescendant reference."},{selector:".k-list-item",attribute:"aria-selected (when selectable)",usage:"Indicates the selected state of the option."},{selector:".k-list-group-item",attribute:"role=presentation",usage:"Group headers are presentational, not selectable options."},{selector:".k-list-item-icon",attribute:"aria-hidden=true",usage:"Decorative icons are hidden from assistive technology."}]};var Fs=require("react/jsx-runtime"),xb="k-list-ul",Xt=e=>{let{children:t,role:o,id:a,...l}=e;return(0,Fs.jsx)("ul",{...l,id:a,role:o,className:r(xb,e.className),children:t})};Xt.ariaSpec={selector:".k-list-ul",rules:[{selector:'.k-list-ul[role="listbox"]',attribute:"role=listbox",usage:"For ungrouped lists, the UL has the listbox role."},{selector:'.k-list-ul[role="listbox"]',attribute:"aria-label or aria-labelledby (when has accessible name)",usage:"Accessible name for the listbox."},{selector:'.k-list-ul[role="group"]',attribute:"role=group",usage:"For grouped sublists under a group header."},{selector:'.k-list-ul[role="group"]',attribute:"aria-labelledby (when grouped)",usage:"References the group header ID."}]};var zo=require("react/jsx-runtime"),Nb="k-list-content",le=e=>{let{virtualization:t,grouping:o,"aria-label":a,"aria-labelledby":l,listboxId:i,...p}=e;return(0,zo.jsxs)("div",{...p,className:r(Nb,e.className),role:o?"listbox":void 0,id:o?i:void 0,"aria-label":o?a:void 0,"aria-labelledby":o?l:void 0,children:[o?e.children:(0,zo.jsx)(Xt,{role:"listbox",id:i,"aria-label":a,"aria-labelledby":l,children:e.children}),t&&(0,zo.jsx)("div",{className:"k-height-container",children:(0,zo.jsx)("div",{})})]})};le.ariaSpec={selector:".k-list-content",rules:[{selector:'.k-list-content[role="listbox"]',attribute:"role=listbox",usage:"For grouped lists, the list content container has the listbox role."},{selector:'.k-list-content[role="listbox"]',attribute:"aria-label or aria-labelledby (when has accessible name)",usage:"Accessible name for the listbox."}]};var Al=require("react/jsx-runtime");var Uo=require("react/jsx-runtime"),gb="k-list-group-item",yo=e=>{let{groupIconName:t,...o}=e;return(0,Uo.jsxs)("li",{...o,role:"presentation",className:r(gb,e.className),children:[t&&(0,Uo.jsx)("span",{className:"k-list-item-icon-wrapper",children:(0,Uo.jsx)(u,{icon:t,className:"k-list-item-icon"})}),(0,Uo.jsx)("span",{className:"k-list-item-text",children:e.children})]})};yo.ariaSpec={selector:".k-list-group-item",rules:[{selector:".k-list-group-item",attribute:"role=presentation",usage:"Group headers are presentational, not selectable options."},{selector:".k-list-group-item",attribute:"id (when referenced)",usage:"ID for aria-labelledby on the parent group UL."}]};var Vs=require("react/jsx-runtime"),El="k-list-optionlabel",kb=[n.hover,n.focus,n.selected,n.disabled],vb={},Lb={},fr=e=>{let{text:t,hover:o,focus:a,selected:l,disabled:i,...p}=e;return(0,Vs.jsx)("div",{...p,className:r(El,G(El,{hover:o,focus:a,selected:l,disabled:i})),children:t})};fr.states=kb;fr.options=vb;fr.className=El;fr.defaultOptions=Lb;var $s=require("react/jsx-runtime"),Il="k-list-custom-value",Cb=[n.hover,n.focus,n.selected,n.disabled],Mb={},yb={},mo=e=>{let{text:t,hover:o,focus:a,selected:l,disabled:i,...p}=e;return(0,$s.jsx)("div",{...p,className:r(Il,G(Il,{hover:o,focus:a,selected:l,disabled:i})),children:t})};mo.states=Cb;mo.options=Mb;mo.className=Il;mo.defaultOptions=yb;var Rl=require("react/jsx-runtime");var Ol=require("react/jsx-runtime");var Pl=require("react/jsx-runtime");var Hl=require("react/jsx-runtime");var Sb=require("react/jsx-runtime");var Gl=require("react/jsx-runtime");var Xs="dropdown-list",Ws="dropdownlist";var fe=require("react/jsx-runtime"),Js="k-dropdownlist",wb=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled,n.loading,n.readonly],Ab={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},Kl={showValue:!0,arrowIconName:"caret-alt-down"},ie=e=>{let{size:t,rounded:o,fillMode:a,arrowIconName:l=Kl.arrowIconName,showValue:i=Kl.showValue,valueIconName:p,prefix:b,suffix:g,value:v,placeholder:M,hover:C,focus:f,valid:A,invalid:w,required:O,loading:B,disabled:D,readonly:V,popup:ue,opened:ve,adaptive:Je,adaptiveSettings:it,adaptiveTitle:st,adaptiveSubtitle:Io,adaptiveFilter:Hr,...Ya}=e;return(0,fe.jsxs)(fe.Fragment,{children:[(0,fe.jsxs)(Rt,{...Ya,size:t,rounded:o,fillMode:a,hover:C,focus:f,valid:A,invalid:w,required:O,loading:B,disabled:D,readonly:V,className:r(e.className,Js,{"k-icon-picker":!i&&p}),children:[(0,fe.jsx)(ht,{children:b}),(0,fe.jsx)(ko,{placeholder:M,value:v,showValue:i,valueIconName:p}),(0,fe.jsx)(qe,{valid:A,invalid:w,loading:B,disabled:D}),(0,fe.jsx)(je,{loading:B,disabled:D}),(0,fe.jsx)(xt,{children:g}),(0,fe.jsx)(c,{className:"k-input-button",icon:l,size:e.size,fillMode:e.fillMode,"aria-label":M||"Toggle dropdown"})]}),ve&&ue&&(0,fe.jsx)(pe,{className:"k-list-container k-dropdownlist-popup",children:ue}),Je&&(0,fe.jsx)(Ne,{adaptive:!0,...it,header:(0,fe.jsx)(Ye,{actionsEnd:(0,fe.jsx)(c,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat"}),filter:Hr,inputValue:v,inputPlaceholder:M,title:st,subtitle:Io}),children:(0,fe.jsx)("div",{className:"k-list-container",children:(0,fe.jsx)(Z,{size:"large",children:(0,fe.jsxs)(le,{children:[(0,fe.jsx)(F,{text:"List item"}),(0,fe.jsx)(F,{text:"List item"}),(0,fe.jsx)(F,{text:"List item"})]})})})})]})};ie.states=wb;ie.options=Ab;ie.className=Js;ie.defaultOptions=Kl;ie.moduleName=Xs;ie.folderName=Ws;var Eb=require("react/jsx-runtime");var qs=require("react/jsx-runtime");var Dl=require("react/jsx-runtime");var Ib=require("react/jsx-runtime");var Ys=require("react/jsx-runtime");var Bl=require("react/jsx-runtime");var ot=require("react/jsx-runtime"),Rb=ie.states,Ob=ie.defaultOptions,Pb=ie.options,Hb=[{name:"opened",title:"Opened"}],Gb=[],ka=e=>{let{modifiers:t,...o}=e,a={},l=(0,ot.jsxs)(ot.Fragment,{children:[(0,ot.jsx)("div",{className:"k-list-filter",children:(0,ot.jsx)(gt,{})}),(0,ot.jsx)(Z,{style:{width:300},size:o.size,children:(0,ot.jsxs)(le,{children:[(0,ot.jsx)(F,{children:"List item"}),(0,ot.jsx)(F,{children:"List item"}),(0,ot.jsx)(F,{children:"List item"})]})})]});return Object.keys(t||{}).forEach(i=>{i==="opened"&&(a.opened=!!(t!=null&&t[i]),a.popup=t!=null&&t[i]?l:void 0)}),(0,ot.jsx)("div",{children:(0,ot.jsx)(ie,{placeholder:"Value",style:{width:300},...o,...a})})};ka.options=Pb;ka.states=Rb;ka.variants=Gb;ka.defaultOptions=Ob;ka.modifiers=Hb;var va=require("react/jsx-runtime"),Qs="k-spin-button",Bb=[],_b={size:[d.undefined,d.small,d.medium,d.large],fillMode:[k.undefined,k.solid,k.flat,k.outline,k.clear,k.link]},_l={increaseLabel:"Increase value",decreaseLabel:"Decrease value"},uo=e=>{let{size:t,fillMode:o,disabled:a,increaseLabel:l=_l.increaseLabel,decreaseLabel:i=_l.decreaseLabel,...p}=e;return(0,va.jsxs)("span",{...p,className:r(Qs,e.className),children:[(0,va.jsx)(c,{className:"k-spinner-increase",icon:"caret-alt-up",size:t,fillMode:o,disabled:a,"aria-label":l}),(0,va.jsx)(c,{className:"k-spinner-decrease",icon:"caret-alt-down",size:t,fillMode:o,disabled:a,"aria-label":i})]})};uo.states=Bb;uo.options=_b;uo.className=Qs;uo.defaultOptions=_l;uo.moduleName=null;uo.folderName=null;var Zs="numeric-textbox",js="numerictextbox";var Ie=require("react/jsx-runtime"),ed="k-numerictextbox",zb=[n.hover,n.focus,n.valid,n.invalid,n.loading,n.required,n.disabled,n.readonly],Ub={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},Tr={showSpinButton:!0,showClearButton:!0,separators:!0},$=e=>{let{size:t,rounded:o,fillMode:a,separators:l=Tr.separators,showClearButton:i=Tr.showClearButton,showSpinButton:p=Tr.showSpinButton,prefix:b,suffix:g,value:v,placeholder:M,hover:C,focus:f,valid:A,invalid:w,required:O,loading:B,disabled:D,readonly:V,id:ue,"aria-label":ve,"aria-describedby":Je,...it}=e;return(0,Ie.jsxs)(Le,{...it,size:t,rounded:o,fillMode:a,hover:C,focus:f,valid:A,invalid:w,required:O,loading:B,disabled:D,readonly:V,className:r(e.className,ed),children:[b&&(0,Ie.jsxs)(Ie.Fragment,{children:[(0,Ie.jsx)(ht,{children:b}),l&&(0,Ie.jsx)(Nt,{})]}),(0,Ie.jsx)(pt,{id:ue,placeholder:M,value:v,role:"spinbutton",disabled:D,"aria-label":ve,"aria-describedby":Je,"aria-invalid":w?"true":void 0}),(0,Ie.jsx)(qe,{valid:A,invalid:w,loading:B,disabled:D}),(0,Ie.jsx)(je,{loading:B,disabled:D}),i&&(0,Ie.jsx)(ct,{loading:B,disabled:D,readonly:V,value:v}),g&&(0,Ie.jsxs)(Ie.Fragment,{children:[l&&(0,Ie.jsx)(Nt,{}),(0,Ie.jsx)(xt,{children:g})]}),p&&(0,Ie.jsx)(uo,{className:"k-input-spinner",size:t,fillMode:a,disabled:D})]})};$.states=zb;$.options=Ub;$.className=ed;$.defaultOptions=Tr;$.moduleName=Zs;$.folderName=js;$.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 La=$;var od=require("react/jsx-runtime"),td=e=>(0,od.jsx)(La,{...e});var ad=require("react/jsx-runtime");var rd=require("react/jsx-runtime");var Fb=require("react/jsx-runtime");var hr=require("react/jsx-runtime"),Vb=$.states,$b=$.defaultOptions,Xb=$.options,Wb=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"},{name:"spin-button",title:"`Spin` Button"}],Jb=[],Ca=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(l=>{switch(l){case"prefix":a.prefix=t!=null&&t[l]?(0,hr.jsx)(ie,{size:o.size,fillMode:"flat",value:"mm"}):void 0;break;case"suffix":a.suffix=t!=null&&t[l]?(0,hr.jsx)(nl,{children:"mm"}):void 0;break;case"clear-button":a.showClearButton=t==null?void 0:t[l];break;case"spin-button":a.showSpinButton=t==null?void 0:t[l];break;default:break}}),(0,hr.jsx)(td,{value:"Value",style:{width:300},...o,...a})};Ca.options=Xb;Ca.states=Vb;Ca.variants=Jb;Ca.defaultOptions=$b;Ca.modifiers=Wb;var zl="pager",ld=zl;var se=require("react/jsx-runtime"),xr="k-pager",qb=[n.focus,n.disabled],Yb={size:[d.undefined,d.small,d.medium,d.large]},ut={responsive:!0,pagerSizeInfo:!0,pageTitleInfo:!0,maxPagesInfo:!0,type:"numeric",pageSizes:!0,refresh:!0,previousNext:!0,info:"1 - 5 of 20 items",itemsPerPage:5,maxPages:6,currentPage:1},xe=e=>{let{responsive:t=ut.responsive,size:o,pagerSizeInfo:a=ut.pagerSizeInfo,pageTitleInfo:l=ut.pageTitleInfo,maxPagesInfo:i=ut.maxPagesInfo,itemsPerPage:p=ut.itemsPerPage,maxPages:b=ut.maxPages,currentPage:g=ut.currentPage,previousNext:v=ut.previousNext,type:M=ut.type,pageSizes:C=ut.pageSizes,refresh:f=ut.refresh,info:A=ut.info,focus:w,disabled:O,dir:B,...D}=e,V=[],ue=[];for(let ve=1;ve<=b;ve++)V.push((0,se.jsx)(c,{selected:ve===g,fillMode:"flat",themeColor:"primary",size:o,children:ve})),ue.push((0,se.jsx)("option",{selected:ve===g,children:ve}));return(0,se.jsxs)("div",{dir:B,...D,className:r(e.className,xr,I(xr,{size:o}),G(xr,{focus:w,disabled:O}),{"k-pager-responsive":t}),children:[(0,se.jsxs)("div",{className:r("k-pager-numbers-wrap"),children:[v&&(0,se.jsxs)(se.Fragment,{children:[(0,se.jsx)(c,{className:r("k-pager-nav","k-pager-first"),disabled:g===1&&!O,fillMode:"flat",size:o,icon:B==="rtl"?"caret-alt-to-right":"caret-alt-to-left"}),(0,se.jsx)(c,{className:r("k-pager-nav"),disabled:g===1&&!O,fillMode:"flat",size:o,icon:B==="rtl"?"caret-alt-right":"caret-alt-left"})]}),M==="numeric"&&(0,se.jsx)("div",{className:r("k-pager-numbers"),children:V}),M==="input"&&(0,se.jsxs)("span",{className:r("k-pager-input"),children:[l&&(0,se.jsx)("span",{children:"Page"}),(0,se.jsx)($,{value:`${g}`,size:o,showSpinButton:!1,showClearButton:!1}),(0,se.jsx)("span",{children:i&&`of ${b}`})]}),v&&(0,se.jsxs)(se.Fragment,{children:[(0,se.jsx)(c,{className:r("k-pager-nav"),disabled:g===b&&!O,fillMode:"flat",size:o,icon:B==="rtl"?"caret-alt-left":"caret-alt-right"}),(0,se.jsx)(c,{className:r("k-pager-nav","k-pager-last"),disabled:g===b&&!O,fillMode:"flat",size:o,icon:B==="rtl"?"caret-alt-to-left":"caret-alt-to-right"})]})]}),C&&(0,se.jsxs)("span",{className:r("k-pager-sizes"),children:[(0,se.jsx)(ie,{value:`${p}`,size:o}),a&&(0,se.jsx)("span",{children:"items per page"})]}),f&&(0,se.jsx)(c,{className:r("k-pager-refresh"),fillMode:"flat",size:o,icon:"arrow-rotate-cw"}),A&&(0,se.jsx)("span",{className:r("k-pager-info"),children:A})]})};xe.states=qb;xe.options=Yb;xe.className=xr;xe.defaultOptions=ut;xe.moduleName=zl;xe.folderName=ld;var Qb=require("react/jsx-runtime");var Zb=require("react/jsx-runtime");var jb=require("react/jsx-runtime");var Ul=require("react/jsx-runtime"),ef=xe.options,tf=xe.states,of={...xe.defaultOptions,variant:"numeric"},af=[{name:"numeric",title:"Numeric"},{name:"input",title:"Input"}],rf=[],Ma=e=>{let{variant:t,...o}=e;return t==="input"?(0,Ul.jsx)(xe,{...o,type:"input"}):(0,Ul.jsx)(xe,{...o,type:"numeric"})};Ma.options=ef;Ma.states=tf;Ma.variants=af;Ma.defaultOptions=of;Ma.modifiers=rf;var id=require("react/jsx-runtime"),nd="k-grid-pager",Kt=e=>(0,id.jsx)(xe,{...e,className:r(e.className,nd),children:e.children});Kt.className=nd;Kt.moduleName=X;Kt.folderName=J;var Fl="button",sd=Fl;var dd=require("react/jsx-runtime"),ya="k-button-group",lf=[n.disabled],nf={fillMode:[k.undefined,k.solid,k.flat,k.outline,k.clear,k.link]},sf={},U=e=>{let{fillMode:t,disabled:o,stretched:a,...l}=e;return(0,dd.jsx)("div",{role:"group",...l,className:r(e.className,ya,I(ya,{fillMode:t}),G(ya,{disabled:o}),{[`${ya}-stretched`]:a}),...o&&{"aria-disabled":"true"},children:e.children})};U.states=lf;U.options=nf;U.className=ya;U.defaultOptions=sf;U.moduleName=Fl;U.folderName=sd;U.ariaSpec={selector:".k-button-group",rules:[{selector:".k-button-group:not(.k-split-button)",attribute:"role=group",usage:"Sets the proper role for the group of buttons."},{selector:".k-button-group.k-disabled",attribute:"aria-disabled=true",usage:"The attribute is rendered only when the entire button group is disabled."},{selector:".k-button-group:not(.k-split-button):not(.k-scheduler-navigation):not(.k-zoom-control) .k-button",attribute:"aria-pressed (when selected)",usage:"Specifies the current state of the ButtonGroup. Only the selected button within the group will have this attribute set to true."}]};var Vl=require("react/jsx-runtime");var $l=require("react/jsx-runtime");var Xl=require("react/jsx-runtime");var Wl=require("react/jsx-runtime");var Jl=require("react/jsx-runtime");var ql=require("react/jsx-runtime");var at=require("react/jsx-runtime"),df={...c.options,...U.options},cf=c.states,pf={...c.defaultOptions,...U.defaultOptions,variant:"text-button"},mf=[{name:"icon-button",title:"Icon Only"},{name:"text-button",title:"Text"},{name:"icon-text-button",title:"Icon Text"}],uf=[],Sa=e=>{let{variant:t,className:o,...a}=e;return t==="icon-button"?(0,at.jsxs)(U,{fillMode:a.fillMode,className:o,children:[(0,at.jsx)(c,{...a,icon:"star"}),(0,at.jsx)(c,{...a,icon:"star"}),(0,at.jsx)(c,{...a,icon:"star"})]}):t==="icon-text-button"?(0,at.jsxs)(U,{fillMode:a.fillMode,className:o,children:[(0,at.jsx)(c,{...a,icon:"star",children:"First"}),(0,at.jsx)(c,{...a,icon:"star",children:"Middle"}),(0,at.jsx)(c,{...a,icon:"star",children:"Last"})]}):(0,at.jsxs)(U,{fillMode:a.fillMode,className:o,children:[(0,at.jsx)(c,{...a,children:"First"}),(0,at.jsx)(c,{...a,children:"Middle"}),(0,at.jsx)(c,{...a,children:"Last"})]})};Sa.options=df;Sa.states=cf;Sa.variants=mf;Sa.defaultOptions=pf;Sa.modifiers=uf;var wa=require("react/jsx-runtime"),cd="k-color-preview",bf=[],ff={},bo=e=>{let{color:t,iconName:o,...a}=e;return(0,wa.jsxs)("span",{...a,className:r(e.className,cd,{"k-icon-color-preview":o,"k-no-color":!t}),children:[o&&(0,wa.jsx)(u,{icon:o,className:"k-color-preview-icon"}),(0,wa.jsx)("span",{className:"k-color-preview-mask",style:{backgroundColor:t}})]})};bo.states=bf;bo.options=ff;bo.className=cd;var Yl="slider",pd=Yl;var wt=require("react/jsx-runtime"),Aa="k-slider",Tf=[n.hover,n.focus,n.active,n.disabled,n.readonly],hf={},Lt={type:"single",orientation:"horizontal",gradientType:"1d",readonly:!1,disabled:!1,handlePosition:"end",showButtons:!0,showTicks:!0,value:50,min:0,max:100},me=e=>{let{type:t=Lt.type,orientation:o=Lt.orientation,gradientType:a=Lt.gradientType,readonly:l=Lt.readonly,disabled:i=Lt.disabled,handlePosition:p=Lt.handlePosition,showButtons:b=Lt.showButtons,showTicks:g=Lt.showTicks,value:v=Lt.value,min:M=Lt.min,max:C=Lt.max,startValue:f,endValue:A,hover:w,focus:O,active:B,trackStyle:D,dir:V,...ue}=e,Je=(()=>{if(t==="gradient"&&a==="2d")return"undefined";if(o==="vertical")return"vertical"})(),it,st;return o==="horizontal"?(it=V==="rtl"?"caret-alt-left":"caret-alt-right",st=V==="rtl"?"caret-alt-right":"caret-alt-left"):o==="vertical"&&(it="caret-alt-up",st="caret-alt-down"),(0,wt.jsxs)("div",{...ue,className:r(Aa,e.className,G(Aa,{readonly:l,disabled:i}),{[`k-slider-${o}`]:o,"k-colorgradient-slider":t==="gradient"}),dir:V,children:[b&&(0,wt.jsx)(c,{className:"k-button-decrease",rounded:"full",icon:st,tabIndex:-1,title:"Decrease"}),(0,wt.jsxs)("div",{className:"k-slider-track-wrap",children:[g&&(0,wt.jsx)("ul",{className:"k-reset k-slider-items",children:e.children}),(0,wt.jsxs)("div",{className:"k-slider-track",style:D,children:[(0,wt.jsx)("div",{className:"k-slider-selection"}),t==="range"&&(0,wt.jsx)("span",{className:r("k-draghandle","k-draghandle-start",G(Aa,{hover:w,focus:O,active:B})),role:"slider",tabIndex:i?void 0:0,"aria-valuenow":f??M,"aria-valuemin":M,"aria-valuemax":A??C,"aria-orientation":Je,"aria-disabled":i?"true":void 0,"aria-readonly":l?"true":void 0,"aria-label":ue["aria-label"]?`${ue["aria-label"]} start`:"Range start"}),(0,wt.jsx)("span",{className:r("k-draghandle",`k-draghandle-${p}`,G(Aa,{hover:w,focus:O,active:B})),role:"slider",tabIndex:i?void 0:0,"aria-valuenow":t==="range"?A??C:v,"aria-valuemin":t==="range"?f??M:M,"aria-valuemax":C,"aria-orientation":Je,"aria-disabled":i?"true":void 0,"aria-readonly":l?"true":void 0,"aria-label":t==="range"?ue["aria-label"]?`${ue["aria-label"]} end`:"Range end":ue["aria-label"]})]})]}),b&&(0,wt.jsx)(c,{className:"k-button-increase",rounded:"full",icon:it,tabIndex:-1,title:"Increase"})]})};me.states=Tf;me.options=hf;me.className=Aa;me.defaultOptions=Lt;me.moduleName=Yl;me.folderName=pd;me.ariaSpec={selector:".k-slider",rules:[{selector:".k-slider .k-draghandle:not(.k-hsv-draghandle)",attribute:"role=slider",usage:"Sets the proper role for Slider."},{selector:".k-slider .k-draghandle:not(.k-hsv-draghandle)",attribute:"aria-label or aria-labelledby or title",usage:"The Slider needs an accessible name to be assigned to it."},{selector:".k-slider .k-draghandle:not(.k-hsv-draghandle)",attribute:"aria-invalid=true (when invalid)",usage:"Rendered only when the Slider is in a form and announces the invalid state."},{selector:".k-slider .k-draghandle:not(.k-hsv-draghandle)",attribute:"aria-valuenow",usage:"Specifies the currently selected value in the Slider."},{selector:".k-slider .k-draghandle:not(.k-hsv-draghandle)",attribute:"aria-valuemin",usage:"Specifies the minimum available value in the Slider."},{selector:".k-slider .k-draghandle:not(.k-hsv-draghandle)",attribute:"aria-valuemax",usage:"Specifies the maximum available value in the Slider."},{selector:".k-slider .k-draghandle:not(.k-hsv-draghandle)",attribute:"aria-valuetext (when has text alternative)",usage:"Specifies a human-readable text alternative to the numeric value. Provided by consuming applications."},{selector:".k-slider:not(.k-disabled) .k-draghandle:not(.k-hsv-draghandle)",attribute:"tabindex=0",usage:"The element must be focusable. Disabled sliders are removed from tab order."},{selector:".k-slider-vertical .k-draghandle",attribute:"aria-orientation=vertical (when vertical)",usage:"Present only when slider is vertical."},{selector:".k-slider.k-disabled .k-draghandle:not(.k-hsv-draghandle)",attribute:"aria-disabled=true",usage:"Rendered only when the Slider is disabled."},{selector:".k-slider.k-readonly .k-draghandle",attribute:"aria-readonly=true (when readonly)",usage:"Rendered only when the Slider is readonly. Readonly sliders remain focusable but their value cannot be changed."},{selector:".k-slider .k-button",attribute:"tabindex=-1",usage:"Excludes the buttons from the natural tab order. Keyboard users use arrow keys on the drag handle."},{selector:".k-slider .k-button",attribute:"title",usage:'Provides a tooltip describing the button action (e.g., "Decrease" or "Increase").'}]};var Ql=require("react/jsx-runtime"),md="k-tick",xf=[],Nf={},ud={label:!1},_=e=>{let{style:t,label:o=ud.label,orientation:a,large:l,text:i,...p}=e;return(0,Ql.jsx)("li",{...p,className:r(e.className,md,{[`k-tick-${a}`]:a,"k-tick-large":l}),style:t,children:o&&(0,Ql.jsx)("span",{className:"k-label",children:i})})};_.states=xf;_.options=Nf;_.className=md;_.defaultOptions=ud;var Re=require("react/jsx-runtime"),bd=e=>(0,Re.jsx)(me,{"aria-label":e["aria-label"]||"Slider",children:(0,Re.jsxs)(Re.Fragment,{children:[(0,Re.jsx)(_,{className:"k-first",label:!0,large:!0,text:"0"}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{label:!0,large:!0,text:"5"}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{}),(0,Re.jsx)(_,{className:"k-last",label:!0,large:!0,text:"10"})]}),...e});var Oe=require("react/jsx-runtime"),fd=e=>(0,Oe.jsx)(me,{children:(0,Oe.jsxs)(Oe.Fragment,{children:[(0,Oe.jsx)(_,{className:"k-first",label:!0,large:!0,text:"0"}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{label:!0,large:!0,text:"5"}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{}),(0,Oe.jsx)(_,{className:"k-last",label:!0,large:!0,text:"10"})]}),"aria-label":e["aria-label"]||"Vertical slider",...e,orientation:"vertical"});var Zl=require("react/jsx-runtime");var jl=require("react/jsx-runtime");var Td=require("react/jsx-runtime"),en=e=>(0,Td.jsx)(me,{type:"gradient",showButtons:!1,showTicks:!1,...e,"aria-label":e["aria-label"]||"Color slider"});var hd=require("react/jsx-runtime"),tn=e=>(0,hd.jsx)(me,{type:"gradient",orientation:"vertical",showButtons:!1,showTicks:!1,...e,"aria-label":e["aria-label"]||"Color slider"});var on=require("react/jsx-runtime");var an=require("react/jsx-runtime");var rt=require("react/jsx-runtime"),gf=me.options,kf=me.states,xd={...me.defaultOptions,variant:"horizontal",label:!0},vf=[{name:"horizontal",title:"Horizontal"},{name:"vertical",title:"Vertical"}],Lf=[{name:"label",title:"Labels"},{name:"tick",title:"Ticks"},{name:"button",title:"Side Buttons"}],Ea=e=>{let{variant:t,modifiers:o,...a}={...xd,...e},l={};Object.keys(o||{}).forEach(v=>{switch(v){case"button":{l.showButtons=!!(o!=null&&o[v]);break}case"label":{l.label=!!(o!=null&&o[v]);break}case"tick":{l.showTicks=!!(o!=null&&o[v]);break}}});let{label:i=!0,showButtons:p,showTicks:b}=l,g={"--kendo-slider-start":0,"--kendo-slider-end":60};return t==="vertical"?(0,rt.jsxs)(fd,{showTicks:b,showButtons:p,style:{height:"300px",...g},...a,children:[(0,rt.jsx)(_,{label:i,large:!0,orientation:"vertical",text:"0",style:{position:"absolute",bottom:"0%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"vertical",text:"2",style:{position:"absolute",bottom:"25%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"vertical",text:"4",style:{position:"absolute",bottom:"50%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"vertical",text:"6",style:{position:"absolute",bottom:"75%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"vertical",text:"8",style:{position:"absolute",bottom:"100%"}})]}):(0,rt.jsxs)(bd,{showTicks:b,showButtons:p,style:{width:"400px",...g},...a,children:[(0,rt.jsx)(_,{label:i,large:!0,orientation:"horizontal",text:"0",style:{position:"absolute",left:"0%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"horizontal",text:"2",style:{position:"absolute",left:"25%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"horizontal",text:"4",style:{position:"absolute",left:"50%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"horizontal",text:"6",style:{position:"absolute",left:"75%"}}),(0,rt.jsx)(_,{label:i,large:!0,orientation:"horizontal",text:"8",style:{position:"absolute",left:"100%"}})]})};Ea.options=gf;Ea.states=kf;Ea.variants=vf;Ea.defaultOptions=xd;Ea.modifiers=Lf;var R=require("react/jsx-runtime"),Nd="k-colorgradient-inputs",Cf=[],Mf={size:[d.undefined,d.small,d.medium,d.large]},gd={mode:"rgba"},Fo=e=>{let{mode:t=gd.mode,size:o,...a}=e;return(0,R.jsxs)("div",{...a,className:r(Nd,"k-hstack"),children:[(0,R.jsx)("div",{className:"k-vstack",children:(0,R.jsx)(c,{fillMode:"flat",icon:"caret-alt-expand",className:"k-colorgradient-toggle-mode",size:o,"aria-label":"Toggle color input format"})}),t==="rgba"&&(0,R.jsxs)(R.Fragment,{children:[(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Red channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"R"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Green channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"G"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Blue channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"B"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"1.00",size:o,"aria-label":"Alpha channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"A"})]})]}),t==="rgb"&&(0,R.jsxs)(R.Fragment,{children:[(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Red channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"R"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Green channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"G"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Blue channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"B"})]})]}),t==="hsva"&&(0,R.jsxs)(R.Fragment,{children:[(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Hue channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"H"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Saturation channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"S"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Value channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"V"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"1.00","aria-label":"Alpha channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"A"})]})]}),t==="hsv"&&(0,R.jsxs)(R.Fragment,{children:[(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Hue channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"H"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Saturation channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"S"})]}),(0,R.jsxs)("div",{className:"k-vstack",children:[(0,R.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Value channel"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"V"})]})]}),t==="hex"&&(0,R.jsx)(R.Fragment,{children:(0,R.jsxs)("div",{className:"k-vstack k-flex-1",children:[(0,R.jsx)(ne,{showClearButton:!1,value:"#b88484AA",className:"k-hex-value"}),(0,R.jsx)("label",{className:"k-colorgradient-input-label",children:"HEX"})]})})]})};Fo.states=Cf;Fo.options=Mf;Fo.className=Nd;Fo.defaultOptions=gd;var Ve=require("react/jsx-runtime"),kd="k-colorgradient-color-contrast",yf=[],Sf={},wf={},Vo=()=>(0,Ve.jsxs)("div",{className:r(kd,"k-vbox"),children:[(0,Ve.jsxs)("div",{className:"k-contrast-ratio",children:[(0,Ve.jsx)("span",{className:"k-contrast-ratio-text",children:"Contrast ratio: 7.1"}),(0,Ve.jsxs)("span",{className:"k-contrast-validation !k-text-success",children:[(0,Ve.jsx)(u,{icon:"check"}),(0,Ve.jsx)(u,{icon:"check"})]})]}),(0,Ve.jsxs)("div",{children:[(0,Ve.jsx)("span",{children:"AA: 4.5"}),(0,Ve.jsxs)("span",{className:"k-contrast-validation !k-text-success",children:["Pass",(0,Ve.jsx)(u,{icon:"check"})]})]}),(0,Ve.jsxs)("div",{children:[(0,Ve.jsx)("span",{children:"AAA: 7.0"}),(0,Ve.jsxs)("span",{className:"k-contrast-validation !k-text-error",children:["Fail",(0,Ve.jsx)(u,{icon:"x"})]})]})]});Vo.states=yf;Vo.options=Sf;Vo.className=kd;Vo.defaultOptions=wf;var vd="color-gradient",Ld="colorgradient";var Ce=require("react/jsx-runtime"),Nr="k-colorgradient",Af=[n.hover,n.focus,n.readonly,n.disabled],Ef={size:[d.undefined,d.small,d.medium,d.large]},Dt={mode:"rgba",readonly:!1,disabled:!1,contrast:!1,gradientStyle:{background:"rgb(255, 0, 0 )"},dragHandleStyle:{top:"50px",left:"73px"},alphaStyle:{background:"linear-gradient(to top, transparent, rgb(255, 0, 0))"},alphaStyleHorizontal:{background:"linear-gradient(to right, transparent, rgb(255, 0, 0))"},canvasOrientation:"horizontal"},Pe=e=>{let{size:t,mode:o=Dt.mode,readonly:a=Dt.readonly,disabled:l=Dt.disabled,gradientStyle:i=Dt.gradientStyle,dragHandleStyle:p=Dt.dragHandleStyle,alphaStyle:b=Dt.alphaStyle,alphaStyleHorizontal:g=Dt.alphaStyleHorizontal,contrast:v=Dt.contrast,dir:M,hover:C,focus:f,hoverHandle:A,focusHandle:w,canvasOrientation:O=Dt.canvasOrientation,role:B,tabIndex:D,...V}=e;return(0,Ce.jsxs)("div",{...V,role:B??"textbox","aria-label":B==="none"?void 0:"Color gradient",tabIndex:D??0,"aria-disabled":l?"true":void 0,className:r(e.className,Nr,I(Nr,{size:t}),G(Nr,{hover:C,focus:f,readonly:a,disabled:l})),dir:M,children:[!O||O==="horizontal"&&(0,Ce.jsxs)("div",{className:"k-colorgradient-canvas k-hstack",children:[(0,Ce.jsx)("div",{className:"k-hsv-rectangle",style:i,children:(0,Ce.jsx)("div",{className:"k-hsv-gradient",children:(0,Ce.jsx)("div",{className:r("k-hsv-draghandle","k-draghandle",{"k-hover":A,"k-focus":w}),style:p,role:"slider","aria-orientation":"undefined","aria-label":"Color well with two-dimensional slider for selecting saturation and lightness","aria-valuetext":"X: 73, Y: 50","aria-valuenow":50,"aria-valuemin":0,"aria-valuemax":100})})}),(0,Ce.jsxs)("div",{className:"k-hsv-controls k-hstack",children:[(0,Ce.jsx)(tn,{className:"k-hue-slider",hover:A,focus:w}),o!=="rgb"&&o!=="hsv"&&(0,Ce.jsx)(tn,{className:"k-alpha-slider",hover:A,focus:w,trackStyle:b})]})]}),O==="vertical"&&(0,Ce.jsxs)("div",{className:"k-colorgradient-canvas k-vstack",children:[(0,Ce.jsx)("div",{className:"k-hsv-rectangle",style:i,children:(0,Ce.jsx)("div",{className:"k-hsv-gradient",children:(0,Ce.jsx)("div",{className:r("k-hsv-draghandle","k-draghandle",{"k-hover":A,"k-focus":w}),style:p,role:"slider","aria-orientation":"undefined","aria-label":"Color well with two-dimensional slider for selecting saturation and lightness","aria-valuetext":"X: 73, Y: 50","aria-valuenow":50,"aria-valuemin":0,"aria-valuemax":100})})}),(0,Ce.jsxs)("div",{className:"k-hsv-controls k-vstack",children:[(0,Ce.jsx)(en,{className:"k-hue-slider",hover:A,focus:w}),o!=="rgb"&&o!=="hsv"&&(0,Ce.jsx)(en,{className:"k-alpha-slider",hover:A,focus:w,trackStyle:g})]})]}),(0,Ce.jsx)(Fo,{mode:e.mode,size:t}),v&&(0,Ce.jsx)(Vo,{})]})};Pe.states=Af;Pe.options=Ef;Pe.className=Nr;Pe.defaultOptions=Dt;Pe.moduleName=vd;Pe.folderName=Ld;Pe.ariaSpec={selector:".k-colorgradient",rules:[{selector:".k-colorgradient",attribute:"role=textbox",usage:"The focusable wrapper should be considered a textbox with a value that could be submitted."},{selector:".k-colorgradient",attribute:"aria-label or aria-labelledby",usage:"The component needs an accessible name including the currently selected value."},{selector:".k-colorgradient",attribute:"tabindex=0",usage:"The element must be focusable."},{selector:".k-colorgradient.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the ColorGradient is disabled."},{selector:".k-hsv-draghandle",attribute:"role=slider",usage:"The 2D draghandle must have slider role for ARIA-allowed attributes."},{selector:".k-hsv-draghandle",attribute:"aria-orientation=undefined",usage:"The implicit orientation for the slider must be removed for the 2D handle."},{selector:".k-hsv-draghandle",attribute:"aria-label",usage:"Must provide information about the purpose of the slider and the currently selected color."},{selector:".k-hsv-draghandle",attribute:"aria-valuetext",usage:"Must specify the values on both X and Y axis."},{selector:".k-hsv-draghandle",attribute:"aria-valuenow",usage:"Required by the slider role."},{selector:".k-hsv-draghandle",attribute:"aria-valuemin",usage:"Required by the slider role."},{selector:".k-hsv-draghandle",attribute:"aria-valuemax",usage:"Required by the slider role."},{selector:".k-numerictextbox>.k-input-inner",attribute:"aria-label",usage:"Must provide the name of the channel (red, green, blue, or alpha)."}]};var Cd=require("react/jsx-runtime"),gr=e=>(0,Cd.jsx)(Pe,{...e});var If=require("react/jsx-runtime");var Rf=require("react/jsx-runtime");var kr=require("react/jsx-runtime"),Of=Pe.options,Pf=Pe.states,Hf={...Pe.defaultOptions,variant:"rgba"},Gf=[{name:"rgba",title:"RGBA"},{name:"rgb",title:"RGB"},{name:"hex",title:"HEX"}],Kf=[],Ia=e=>{let{variant:t,...o}=e;switch(t){case"hex":return(0,kr.jsx)(gr,{...o,mode:t});case"rgb":return(0,kr.jsx)(gr,{...o,mode:t});default:return(0,kr.jsx)(gr,{...o,mode:t})}};Ia.options=Of;Ia.states=Pf;Ia.variants=Gf;Ia.defaultOptions=Hf;Ia.modifiers=Kf;var Md=require("react/jsx-runtime"),rn=e=>(0,Md.jsx)("tr",{role:"row",children:e.children});var yd=require("react/jsx-runtime"),ln="k-colorpalette-tile",Df=[n.hover,n.focus,n.selected],Bf={},$o=e=>{let{color:t,tileSize:o,hover:a,focus:l,selected:i,...p}=e,b={backgroundColor:t,width:o?o+"px":"",height:o?o+"px":""};return(0,yd.jsx)("td",{...p,role:"gridcell","aria-label":t,"aria-selected":i?"true":void 0,className:r(e.className,ln,G(ln,{hover:a,focus:l,selected:i})),style:b})};$o.states=Df;$o.options=Bf;$o.className=ln;var Sd="color-palette",wd="colorpalette";var Xo=require("react/jsx-runtime"),vr="k-colorpalette",_f=[n.disabled],zf={size:[d.undefined,d.small,d.medium,d.large]},Ad={columns:10},lt=e=>{let{size:t,palette:o,columns:a=Ad.columns,tileSize:l,disabled:i,...p}=e,b=[];if(o){let g=a||o.columns,v=o.colors?o.colors:o;Array.isArray(v)&&Array.from({length:Math.ceil(v.length/g)},(M,C)=>{let f=[];v.slice(C*g,(C+1)*g).map((w,O)=>{f.push((0,Xo.jsx)($o,{color:w,tileSize:l},O))});let A=(0,Xo.jsx)(rn,{children:f},C);b.push(A)})}return(0,Xo.jsx)("div",{...p,role:"grid","aria-label":"Color palette",tabIndex:0,"aria-disabled":i?"true":void 0,className:r(e.className,vr,G(vr,{disabled:i}),I(vr,{size:t})),children:(0,Xo.jsx)("table",{className:"k-colorpalette-table",role:"none",children:(0,Xo.jsx)("tbody",{children:b.length>0?b:e.children})})})};lt.states=_f;lt.options=zf;lt.className=vr;lt.defaultOptions=Ad;lt.moduleName=Sd;lt.folderName=wd;lt.ariaSpec={selector:".k-colorpalette",rules:[{selector:".k-colorpalette",attribute:"role=grid",usage:"The focusable wrapper announces its role as a grid."},{selector:".k-colorpalette",attribute:"aria-label or aria-labelledby",usage:"The component needs an accessible name including the currently selected value."},{selector:".k-colorpalette",attribute:"aria-activedescendant",usage:"Points to the focused cell in the table."},{selector:".k-colorpalette",attribute:"tabindex=0",usage:"The element must be focusable."},{selector:".k-colorpalette.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the ColorPalette is disabled."},{selector:".k-colorpalette-table",attribute:"role=none or role=presentation",usage:"Negates the default role of the table element."},{selector:".k-colorpalette-table>tbody>tr",attribute:"role=row",usage:"Required as the semantic role of the parent table has been removed."},{selector:".k-colorpalette-tile",attribute:"role=gridcell",usage:"Required as the semantic role of the parent table has been removed."},{selector:".k-colorpalette-tile",attribute:"aria-label or title",usage:"The text representation of the color value for the current cell."},{selector:".k-colorpalette-tile.k-selected",attribute:"aria-selected=true",usage:"Present on the currently selected cell."}]};var Lr=lt;var Ra={basic:{colors:["#000000","#7f7f7f","#880015","#ed1c24","#ff7f27","#fff200","#22b14c","#00a2e8","#3f48cc","#a349a4","#ffffff","#c3c3c3","#b97a57","#ffaec9","#ffc90e","#efe4b0","#b5e61d","#99d9ea","#7092be","#c8bfe7"],columns:10},office:{colors:["#ffffff","#000000","#e6e6e6","#435569","#4371c4","#ed7e32","#a5a4a5","#febf04","#5a9bd5","#71ae48","#f2f2f3","#7f7f7f","#d1cece","#d5dde3","#dae1f4","#fce5d4","#deeded","#fff2cc","#deeaf6","#e1efd9","#d7d8d8","#585959","#aeabab","#adbaca","#b4c5e7","#f6caac","#dbdbdb","#ffe498","#bcd6ee","#c5e0b2","#bfbfc0","#3f3f3f","#767070","#8595b1","#8fabdb","#f5b183","#c9c8c9","#fed965","#9bc4e5","#a8d08d","#a5a5a6","#262625","#393939","#334050","#2e5496","#c45a11","#7b7b7a","#bf9000","#2f75b5","#548235","#7f7f7f","#0b0c0c","#161616","#222a34","#203764","#843d0b","#525252","#7f6000","#1d4d79","#375623"],columns:10},apex:{colors:["#ffffff","#000000","#c9c2d1","#69676d","#ceb966","#9cb084","#6bb1c9","#6585cf","#7e6bc9","#a379bb","#f2f2f2","#7f7f7f","#f4f2f5","#e0e0e2","#f5f1e0","#ebefe6","#e1eff4","#e0e6f5","#e5e1f4","#ece4f1","#d8d8d8","#595959","#e9e6ec","#c2c1c5","#ebe3c1","#d7dfcd","#c3dfe9","#c1ceeb","#cbc3e9","#dac9e3","#bfbfbf","#3f3f3f","#dedae3","#a4a3a8","#e1d5a3","#c3cfb5","#a6d0de","#a2b5e2","#b1a6de","#c7aed6","#a5a5a5","#262626","#9688a5","#4e4d51","#ae9638","#758c5a","#3d8da9","#365bb0","#533da9","#7d4d99","#7f7f7f","#0c0c0c","#635672","#343336","#746425","#4e5d3c","#295e70","#243c75","#372970","#533366"],columns:10},austin:{colors:["#ffffff","#000000","#caf278","#3e3d2d","#94c600","#71685a","#ff6700","#909465","#956b43","#fea022","#f2f2f2","#7f7f7f","#f4fce4","#dddcd0","#efffc0","#e3e1dc","#ffe0cb","#e8e9df","#ece1d6","#feecd2","#d8d8d8","#595959","#e9f9c9","#bbb9a1","#dfff82","#c8c3ba","#ffc299","#d2d4c0","#dac3ad","#fed9a6","#bfbfbf","#3f3f3f","#dff7ae","#ada598","#cfff43","#ada598","#ffa365","#bcbfa1","#c8a585","#fec67a","#a5a5a5","#262626","#a9ea25","#2e2d21","#6f9400","#544e43","#bf4d00","#6c6f4b","#6f5032","#d77b00","#7f7f7f","#0c0c0c","#74a50f","#1f1e16","#4a6300","#38342d","#7f3300","#484a32","#4a3521","#8f5200"],columns:10},clarity:{colors:["#ffffff","#292934","#f3f2dc","#d2533c","#93a299","#ad8f67","#726056","#4c5a6a","#808da0","#79463d","#f2f2f2","#e7e7ec","#e7e5b9","#f6dcd8","#e9ecea","#eee8e0","#e4dedb","#d8dde3","#e5e8ec","#e9d6d3","#d8d8d8","#c4c4d1","#d5d185","#edbab1","#d3d9d6","#ded2c2","#c9beb8","#b2bcc8","#ccd1d9","#d3aea7","#bfbfbf","#8a8aa3","#aca73b","#e4978a","#bec7c1","#cdbba3","#af9e94","#8c9bac","#b2bac6","#bd857c","#a5a5a5","#56566e","#56531d","#a43925","#6b7c72","#866b48","#554840","#39434f","#5c697b","#5a342d","#7f7f7f","#3b3b4b","#22210b","#6d2619","#47534c","#594730","#39302b","#262d35","#3d4652","#3c231e"],columns:10},slipstream:{colors:["#ffffff","#000000","#b4dcfa","#212745","#4e67c8","#5eccf3","#a7ea52","#5dceaf","#ff8021","#f14124","#f2f2f2","#7f7f7f","#8bc9f7","#c7cce4","#dbe0f4","#def4fc","#edfadc","#def5ef","#ffe5d2","#fcd9d3","#d8d8d8","#595959","#4facf3","#909aca","#b8c2e9","#beeafa","#dbf6b9","#beebdf","#ffcca6","#f9b3a7","#bfbfbf","#3f3f3f","#0d78c9","#5967af","#94a3de","#9ee0f7","#caf297","#9de1cf","#ffb279","#f68d7b","#a5a5a5","#262626","#063c64","#181d33","#31479f","#11b2eb","#81d319","#34ac8b","#d85c00","#c3260c","#7f7f7f","#0c0c0c","#021828","#101322","#202f6a","#0b769c","#568c11","#22725c","#903d00","#821908"],columns:10},metro:{colors:["#ffffff","#000000","#d6ecff","#4e5b6f","#7fd13b","#ea157a","#feb80a","#00addc","#738ac8","#1ab39f","#f2f2f2","#7f7f7f","#a7d6ff","#d9dde4","#e5f5d7","#fad0e4","#fef0cd","#c5f2ff","#e2e7f4","#c9f7f1","#d8d8d8","#595959","#60b5ff","#b3bcca","#cbecb0","#f6a1c9","#fee29c","#8be6ff","#c7d0e9","#94efe3","#bfbfbf","#3f3f3f","#007dea","#8d9baf","#b2e389","#f272af","#fed46b","#51d9ff","#aab8de","#5fe7d5","#a5a5a5","#262626","#003e75","#3a4453","#5ea226","#af0f5b","#c58c00","#0081a5","#425ea9","#138677","#7f7f7f","#0c0c0c","#00192e","#272d37","#3f6c19","#750a3d","#835d00","#00566e","#2c3f71","#0c594f"],columns:10},flow:{colors:["#ffffff","#000000","#dbf5f9","#04617b","#0f6fc6","#009dd9","#0bd0d9","#10cf9b","#7cca62","#a5c249","#f2f2f2","#7f7f7f","#b2e9f2","#b4ecfc","#c7e2fa","#c4eeff","#c9fafc","#c9faed","#e4f4df","#edf2da","#d8d8d8","#595959","#76d9e8","#6adafa","#90c6f6","#89deff","#93f5f9","#94f6db","#cae9c0","#dbe6b6","#bfbfbf","#3f3f3f","#21b2c8","#20c8f7","#59a9f2","#4fceff","#5df0f6","#5ff2ca","#b0dfa0","#c9da91","#a5a5a5","#262626","#105964","#02485c","#0b5394","#0075a2","#089ca2","#0b9b74","#54a838","#7e9532","#7f7f7f","#0c0c0c","#062328","#01303d","#073763","#004e6c","#05686c","#07674d","#387025","#546321"],columns:10},hardcover:{colors:["#ffffff","#000000","#ece9c6","#895d1d","#873624","#d6862d","#d0be40","#877f6c","#972109","#aeb795","#f2f2f2","#7f7f7f","#e1dca5","#f2e0c6","#f0d0c9","#f6e6d5","#f5f2d8","#e7e5e1","#fbc7bc","#eef0e9","#d8d8d8","#595959","#d0c974","#e6c28d","#e2a293","#eeceaa","#ece5b2","#cfccc3","#f78f7a","#dee2d4","#bfbfbf","#3f3f3f","#a29a36","#daa454","#d4735e","#e6b681","#e2d88c","#b7b2a5","#f35838","#ced3bf","#a5a5a5","#262626","#514d1b","#664515","#65281a","#a2641f","#a39428","#655f50","#711806","#879464","#7f7f7f","#0c0c0c","#201e0a","#442e0e","#431b11","#6c4315","#6d621a","#433f35","#4b1004","#5a6243"],columns:10},trek:{colors:["#ffffff","#000000","#fbeec9","#4e3b30","#f0a22e","#a5644e","#b58b80","#c3986d","#a19574","#c17529","#f2f2f2","#7f7f7f","#f7e09e","#e1d6cf","#fcecd5","#eddfda","#f0e7e5","#f3eae1","#ece9e3","#f5e3d1","#d8d8d8","#595959","#f3cc5f","#c4ad9f","#f9d9ab","#dcc0b6","#e1d0cc","#e7d5c4","#d9d4c7","#ebc7a3","#bfbfbf","#3f3f3f","#d29f0f","#a78470","#f6c781","#cba092","#d2b9b2","#dbc1a7","#c6bfab","#e1ac76","#a5a5a5","#262626","#694f07","#3a2c24","#c87d0e","#7b4b3a","#926255","#a17242","#7b7153","#90571e","#7f7f7f","#0c0c0c","#2a1f03","#271d18","#855309","#523226","#614138","#6b4c2c","#524b37","#603a14"],columns:10},verve:{colors:["#ffffff","#000000","#d2d2d2","#666666","#ff388c","#e40059","#9c007f","#68007f","#005bd3","#00349e","#f2f2f2","#7f7f7f","#bdbdbd","#e0e0e0","#ffd7e8","#ffc6dc","#ffb8f1","#f1b2ff","#c3dcff","#b8cfff","#d8d8d8","#595959","#9d9d9d","#c1c1c1","#ffafd1","#ff8eba","#ff71e4","#e365ff","#87baff","#72a0ff","#bfbfbf","#3f3f3f","#696969","#a3a3a3","#ff87ba","#ff5597","#ff2ad7","#d519ff","#4b98ff","#2b71ff","#a5a5a5","#262626","#343434","#4c4c4c","#e90062","#ab0042","#75005f","#4e005f","#00449e","#002676","#7f7f7f","#0c0c0c","#151515","#333333","#9b0041","#72002c","#4e003f","#34003f","#002d69","#00194f"],columns:10},monochrome:{colors:["#000000","#1a1a1a","#333333","#4d4d4d","#666666","#808080","#999999","#b3b3b3","#cccccc","#e6e6e6","#f2f2f2","#ffffff"],columns:12}};var Id=require("react/jsx-runtime"),Ed=e=>(0,Id.jsx)(Lr,{palette:Ra.basic,...e});var Uf=require("react/jsx-runtime");var Rd=require("react/jsx-runtime");var Od=require("react/jsx-runtime"),Ff=lt.options,Vf=lt.states,$f={...lt.defaultOptions,variant:"basic"},Xf=[{name:"basic",title:"Basic"},{name:"monochrome",title:"Monochrome"}],Wf={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}},Jf=[],Oa=e=>{let{variant:t="basic",...o}=e,a=Wf[t];return(0,Od.jsx)(Ed,{columns:a.columns,palette:a,...o})};Oa.options=Ff;Oa.states=Vf;Oa.variants=Xf;Oa.defaultOptions=$f;Oa.modifiers=Jf;var Pd="color-editor",Hd="coloreditor";var ge=require("react/jsx-runtime"),Cr="k-coloreditor",qf=[n.focus],Yf={size:[d.undefined,d.small,d.medium,d.large]},Pa={view:"gradient",palette:Ra.office,actionButtons:!0,canvasOrientation:"horizontal"},ke=e=>{let{size:t,view:o=Pa.view,palette:a=Pa.palette,color:l,currentColor:i,focus:p,focusView:b,dir:g,group:v,actionButtons:M=Pa.actionButtons,canvasOrientation:C=Pa.canvasOrientation,...f}=e;return(0,ge.jsxs)("div",{...f,role:"textbox","aria-label":"Color editor",tabIndex:0,className:r(e.className,"k-flatcolorpicker",Cr,I(Cr,{size:t}),G(Cr,{focus:p})),dir:g,children:[(0,ge.jsxs)("div",{className:"k-coloreditor-header k-hstack",children:[(0,ge.jsx)("div",{className:"k-coloreditor-header-actions k-hstack",children:v&&(0,ge.jsxs)(U,{fillMode:"flat",children:[(0,ge.jsx)(c,{className:"k-group-start",size:t,fillMode:"flat",icon:"droplet-slider",selected:o==="gradient","aria-label":"Color gradient view"}),(0,ge.jsx)(c,{className:"k-group-end",size:t,fillMode:"flat",icon:"palette",selected:o==="palette","aria-label":"Color palette view"})]})}),(0,ge.jsx)("div",{className:"k-spacer"}),(0,ge.jsxs)("div",{className:"k-coloreditor-header-actions k-hstack",children:[(0,ge.jsx)(c,{fillMode:"flat",icon:"droplet-slash",size:t,"aria-label":"Reset color"}),(0,ge.jsxs)("div",{className:"k-coloreditor-preview k-vstack",children:[(0,ge.jsx)(bo,{className:"k-coloreditor-preview-color",color:l}),(0,ge.jsx)(bo,{className:"k-coloreditor-current-color",color:i})]})]})]}),(0,ge.jsx)("div",{className:"k-coloreditor-views k-vstack",children:o==="gradient"?(0,ge.jsx)(Pe,{focus:b,size:t,canvasOrientation:C,role:"none",tabIndex:-1}):(0,ge.jsx)(lt,{palette:a,size:t})}),M&&(0,ge.jsxs)(Pt,{className:"k-coloreditor-footer",alignment:"start",children:[(0,ge.jsx)(c,{themeColor:"primary",size:t,className:"k-coloreditor-apply",children:"Apply"}),(0,ge.jsx)(c,{className:"k-coloreditor-cancel",size:t,children:"Cancel"})]})]})};ke.states=qf;ke.options=Yf;ke.className=Cr;ke.defaultOptions=Pa;ke.moduleName=Pd;ke.folderName=Hd;ke.ariaSpec={selector:".k-flatcolorpicker",rules:[{selector:".k-flatcolorpicker",attribute:"role=textbox",usage:"The focusable wrapper should be considered a textbox with a submittable value."},{selector:".k-flatcolorpicker",attribute:"aria-label or aria-labelledby",usage:"The component needs an accessible name including the currently selected value."},{selector:".k-flatcolorpicker",attribute:"tabindex=0",usage:"The element must be focusable."},{selector:".k-flatcolorpicker.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the FlatColorPicker is disabled."},{selector:".k-colorgradient",attribute:"role=none",usage:"The inner ColorGradient must have its role removed."},{selector:".k-colorgradient",attribute:"tabindex=-1",usage:"The inner ColorGradient must be removed from the page tab sequence."}]};var Wo=ke;var Qf=require("react/jsx-runtime");var Zf=require("react/jsx-runtime");var Kd=require("react/jsx-runtime"),Gd=e=>(0,Kd.jsx)(Wo,{group:!0,currentColor:"fuchsia",...e});var Bd=require("react/jsx-runtime"),Dd=e=>(0,Bd.jsx)(Wo,{view:"palette",group:!0,currentColor:"fuchsia",...e});var nn=require("react/jsx-runtime"),jf=ke.options,eT=ke.states,tT={...ke.defaultOptions,variant:"gradient"},oT=[{name:"gradient",title:"Gradient"},{name:"palette",title:"Palette"}],aT=[],Ha=e=>{let{variant:t,...o}=e;return t==="palette"?(0,nn.jsx)(Dd,{...o,color:"white"}):(0,nn.jsx)(Gd,{...o,color:"rgba(183, 118 , 118, 1.00)"})};Ha.options=jf;Ha.states=eT;Ha.variants=oT;Ha.defaultOptions=tT;Ha.modifiers=aT;var _d="color-picker",zd="colorpicker";var Me=require("react/jsx-runtime"),Ud="k-colorpicker",rT=[n.hover,n.focus,n.valid,n.invalid,n.required,n.disabled],lT={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},Fd={arrowIconName:"caret-alt-down"},bt=e=>{let{size:t,rounded:o,fillMode:a,arrowIconName:l=Fd.arrowIconName,prefix:i,suffix:p,value:b,placeholder:g,hover:v,focus:M,valid:C,invalid:f,required:A,disabled:w,valueIconName:O,popup:B,opened:D,adaptive:V,adaptiveSettings:ue,adaptiveTitle:ve,adaptiveSubtitle:Je,...it}=e,st="colorpicker-popup";return(0,Me.jsxs)(Me.Fragment,{children:[(0,Me.jsxs)(Rt,{...it,size:t,rounded:o,fillMode:a,hover:v,focus:M,valid:C,invalid:f,required:A,disabled:w,role:"combobox","aria-haspopup":"dialog","aria-expanded":D?"true":"false","aria-controls":D||V?st:void 0,"aria-label":"Color picker",tabIndex:0,"aria-disabled":w?"true":void 0,className:r(e.className,Ud,"k-icon-picker"),children:[(0,Me.jsx)(ht,{children:i}),(0,Me.jsx)(ko,{placeholder:g,value:b,showValue:!1,valueIcon:(0,Me.jsx)(bo,{className:"k-value-icon",color:b,iconName:O}),valueIconName:O}),(0,Me.jsx)(xt,{children:p}),(0,Me.jsx)(c,{className:"k-input-button",icon:l,size:t,fillMode:a,tabIndex:-1,"aria-label":"Open color picker",disabled:w})]}),D&&B&&(0,Me.jsx)(pe,{id:st,className:"k-colorpicker-popup",children:B}),V&&(0,Me.jsx)(Ne,{adaptive:!0,id:st,...ue,header:(0,Me.jsx)(Ye,{actionsEnd:(0,Me.jsx)(c,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply"}),title:ve,subtitle:Je}),footer:(0,Me.jsxs)(io,{children:[(0,Me.jsx)(c,{text:"Cancel",size:"large"}),(0,Me.jsx)(c,{text:"Set",size:"large",themeColor:"primary"})]}),children:(0,Me.jsx)(ke,{canvasOrientation:"vertical",size:"large",actionButtons:!1,group:!0})})]})};bt.states=rT;bt.options=lT;bt.className=Ud;bt.defaultOptions=Fd;bt.moduleName=_d;bt.folderName=zd;bt.ariaSpec={selector:".k-colorpicker",rules:[{selector:".k-colorpicker",attribute:"role=combobox",usage:"The focusable element should have role combobox (input with popup)."},{selector:".k-colorpicker",attribute:"aria-label or aria-labelledby",usage:"The component needs an accessible name including the currently selected value."},{selector:".k-colorpicker",attribute:"aria-haspopup=dialog",usage:"Indicates the component has a Dialog Popup."},{selector:".k-colorpicker",attribute:"aria-expanded=true/false",usage:"Announces the visibility state of the popup."},{selector:".k-colorpicker",attribute:"aria-controls (when open)",usage:"Points to the popup element."},{selector:".k-colorpicker",attribute:"tabindex=0",usage:"The element must be focusable."},{selector:".k-colorpicker.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the picker is disabled."},{selector:".k-colorpicker.k-disabled .k-button",attribute:"disabled or aria-disabled=true",usage:"Rendered only when the picker is disabled."},{selector:".k-colorgradient",attribute:"tabindex=-1",usage:"The inner ColorGradient must be removed from the page tab sequence."}]};var fo=bt;var Vd=require("react/jsx-runtime"),Mr=e=>(0,Vd.jsx)(fo,{...e});var nT=require("react/jsx-runtime");var iT=require("react/jsx-runtime");var sT=require("react/jsx-runtime");var dT=require("react/jsx-runtime");var cT=require("react/jsx-runtime");var pT=require("react/jsx-runtime");var To=require("react/jsx-runtime"),mT=fo.options,uT=fo.states,$d={...fo.defaultOptions,variant:"color"},bT=[{name:"color",title:"Color",default:!0},{name:"no color",title:"No color"},{name:"icon",title:"Icon"}],fT=[{name:"opened",title:"Opened"}],Ga=e=>{let{variant:t,modifiers:o,...a}={...$d,...e},l={};Object.keys(o||{}).forEach(p=>{p==="opened"&&(l.opened=!!(o!=null&&o[p]),l.popup=o!=null&&o[p]?(0,To.jsx)(ke,{size:a.size,color:"rgba(183, 118 , 118, 1.00)",group:!0}):"")});let i=l.opened?{width:"272px",height:"390px"}:{};switch(t){case"no color":return(0,To.jsx)("div",{style:i,children:(0,To.jsx)(Mr,{...a,...l})});case"icon":return(0,To.jsx)("div",{style:i,children:(0,To.jsx)(Mr,{value:"rgba(183, 118 , 118, 1.00)",valueIconName:"edit-tools",...a,...l})});default:return(0,To.jsx)("div",{style:i,children:(0,To.jsx)(Mr,{value:"rgba(183, 118 , 118, 1.00)",...a,...l})})}};Ga.options=mT;Ga.states=uT;Ga.variants=bT;Ga.defaultOptions=$d;Ga.modifiers=fT;var sn="combobox",Xd=sn;var oe=require("react/jsx-runtime"),Wd="k-combobox",TT=[n.hover,n.focus,n.valid,n.invalid,n.loading,n.required,n.disabled,n.readonly],hT={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline]},Jd={separators:!0},Ze=e=>{let{size:t,rounded:o,fillMode:a,separators:l=Jd.separators,prefix:i,suffix:p,value:b,placeholder:g,hover:v,focus:M,valid:C,invalid:f,required:A,loading:w,disabled:O,popup:B,opened:D,readonly:V,adaptive:ue,adaptiveSettings:ve,adaptiveTitle:Je,adaptiveSubtitle:it,adaptiveCustomValue:st,id:Io,autocomplete:Hr,activeDescendant:Ya,"aria-label":bp,...fp}=e,Tp=Io?`${Io}-listbox`:void 0;return(0,oe.jsxs)(oe.Fragment,{children:[(0,oe.jsxs)(Le,{...fp,size:t,rounded:o,fillMode:a,hover:v,focus:M,valid:C,invalid:f,required:A,loading:w,disabled:O,readonly:V,className:r(e.className,Wd),children:[i&&(0,oe.jsxs)(oe.Fragment,{children:[(0,oe.jsx)(ht,{children:i}),l&&(0,oe.jsx)(Nt,{})]}),(0,oe.jsx)(pt,{placeholder:g,value:b,role:"combobox","aria-haspopup":"listbox","aria-expanded":D?"true":"false","aria-controls":D?Tp:void 0,"aria-activedescendant":D&&Ya?Ya:void 0,"aria-autocomplete":Hr,"aria-invalid":f?"true":void 0,"aria-busy":w?"true":void 0,"aria-label":bp,disabled:O,readOnly:V}),(0,oe.jsx)(qe,{valid:C,invalid:f,loading:w,disabled:O}),(0,oe.jsx)(je,{loading:w,disabled:O}),(0,oe.jsx)(ct,{loading:w,disabled:O,readonly:V,value:b}),p&&(0,oe.jsxs)(oe.Fragment,{children:[l&&(0,oe.jsx)(Nt,{}),(0,oe.jsx)(xt,{children:p})]}),(0,oe.jsx)(c,{className:"k-input-button",icon:"caret-alt-down",size:t,fillMode:a,"aria-label":"Open popup",tabIndex:-1,disabled:O})]}),D&&B&&(0,oe.jsx)(pe,{className:"k-list-container k-combobox-popup",containerClassName:"k-combobox-popup-container",containerRole:"region",containerAriaLabel:"Combobox suggestions",children:B}),ue&&(0,oe.jsx)(Ne,{adaptive:!0,id:Io?`${Io}-adaptive`:void 0,...ve,header:(0,oe.jsx)(Ye,{actionsEnd:(0,oe.jsx)(c,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply selection"}),input:!0,inputValue:b,inputPlaceholder:g,title:Je,subtitle:it}),children:(0,oe.jsx)("div",{className:"k-list-container",children:(0,oe.jsx)(Z,{customValue:st?(0,oe.jsx)(mo,{text:`Use "${b}"`}):void 0,size:"large",children:(0,oe.jsxs)(le,{"aria-label":Je||"Options",children:[(0,oe.jsx)(F,{text:"List item"}),(0,oe.jsx)(F,{text:"List item"}),(0,oe.jsx)(F,{text:"List item"})]})})})})]})};Ze.states=TT;Ze.options=hT;Ze.className=Wd;Ze.defaultOptions=Jd;Ze.moduleName=sn;Ze.folderName=Xd;Ze.ariaSpec={selector:".k-combobox",rules:[{selector:".k-combobox > .k-input-inner",attribute:"role=combobox",usage:"Identifies the input as a combobox."},{selector:".k-combobox > .k-input-inner",attribute:"aria-haspopup=listbox",usage:"Indicates the combobox has a listbox popup."},{selector:".k-combobox > .k-input-inner",attribute:"aria-expanded",usage:"Indicates whether the popup is open."},{selector:".k-combobox > .k-input-inner",attribute:"aria-controls=${id}-listbox (when open)",usage:"Points to the listbox element when popup is open."},{selector:".k-combobox > .k-input-inner",attribute:"aria-activedescendant (when open)",usage:"Points to the focused item in the listbox."},{selector:".k-combobox > .k-input-inner",attribute:"aria-autocomplete=list|both|inline (when has autocomplete)",usage:"Indicates the autocomplete behavior."},{selector:".k-combobox > .k-input-inner",attribute:"aria-invalid=true (when invalid)",usage:"Rendered when the combobox is in an invalid state."},{selector:".k-combobox > .k-input-inner",attribute:"aria-busy=true (when loading)",usage:"Rendered when the combobox is loading data."},{selector:".k-combobox > .k-input-inner",attribute:"label for or aria-label or aria-labelledby (when has accessible name)",usage:"Accessible name provided by consuming app."},{selector:".k-combobox.k-disabled > .k-input-inner",attribute:"disabled=disabled or aria-disabled=true",usage:"Rendered when the combobox is disabled."},{selector:".k-combobox .k-input-button",attribute:"role=button or nodeName=button",usage:"The dropdown toggle button."},{selector:".k-combobox .k-input-button",attribute:"aria-label",usage:"Accessible name for the dropdown button."},{selector:".k-combobox .k-input-button",attribute:"tabindex=-1",usage:"Dropdown button is not in the tab order."},{selector:".k-combobox-popup .k-list-content, .k-combobox-popup .k-list-ul",attribute:"role=listbox",usage:"The popup list container has the listbox role."},{selector:".k-combobox-popup .k-list-item",attribute:"role=option",usage:"Each list item is an option."},{selector:".k-combobox-popup .k-list-item",attribute:"aria-selected (when selectable)",usage:"Indicates the selected state."},{selector:".k-combobox-popup .k-no-data",attribute:"aria-live=polite",usage:"Announces no-data state to screen readers."}]};var ft=Ze;var Yd=require("react/jsx-runtime"),qd=e=>(0,Yd.jsx)(ft,{...e});var Qd=require("react/jsx-runtime");var Zd=require("react/jsx-runtime");var jd=require("react/jsx-runtime");var ec=require("react/jsx-runtime");var tc=require("react/jsx-runtime");var oc=require("react/jsx-runtime");var dn=require("react/jsx-runtime");var xT=require("react/jsx-runtime");var NT=require("react/jsx-runtime");var ac=require("react/jsx-runtime");var rc=require("react/jsx-runtime");var At=require("react/jsx-runtime"),gT=Ze.states,kT=Ze.defaultOptions,vT=Ze.options,LT=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"opened",title:"Opened"}],CT=[],Ka=e=>{let{modifiers:t,...o}=e,a={},l=(0,At.jsx)(Z,{style:{width:300},size:o.size,children:(0,At.jsxs)(le,{children:[(0,At.jsx)(F,{children:"List item"}),(0,At.jsx)(F,{children:"List item"}),(0,At.jsx)(F,{children:"List item"})]})});return Object.keys(t||{}).forEach(i=>{switch(i){case"prefix":a.prefix=t!=null&&t[i]?(0,At.jsx)(u,{icon:"map-marker-target"}):void 0;break;case"suffix":a.suffix=t!=null&&t[i]?(0,At.jsx)(no,{size:o.size,icon:"copy",fillMode:"clear"}):void 0;break;case"opened":a.opened=!!(t!=null&&t[i]),a.popup=t!=null&&t[i]?l:void 0;break;default:break}}),(0,At.jsx)("div",{children:(0,At.jsx)(qd,{value:"Value",style:{width:300},...o,...a})})};Ka.options=vT;Ka.states=gT;Ka.variants=CT;Ka.defaultOptions=kT;Ka.modifiers=LT;var cn="menu-button",lc=cn;var ic=require("react/jsx-runtime"),nc="k-menu-button",MT=[n.hover,n.focus,n.active,n.selected,n.disabled],yT={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline,k.clear,k.link],themeColor:[h.undefined,h.base,h.primary,h.secondary,h.tertiary,h.success,h.warning,h.error,h.info,h.light,h.dark,h.inverse]},pn={showArrow:!0,arrowIconName:"caret-alt-down"},de=e=>{let{size:t,rounded:o,fillMode:a,themeColor:l,hover:i,focus:p,active:b,selected:g,disabled:v,icon:M,text:C,showArrow:f=pn.showArrow,arrowIconName:A=pn.arrowIconName,expanded:w,...O}=e;return(0,ic.jsx)(c,{...O,className:r(e.className,nc),text:C,size:t,rounded:o,fillMode:a,themeColor:l,hover:i,focus:p,active:b,selected:g,disabled:v,icon:M,showArrow:f,arrowIconName:A,"aria-expanded":w?"true":"false",...!C&&M&&!e["aria-label"]&&{"aria-label":"Menu"},...v&&{"aria-disabled":"true"}})};de.states=MT;de.options=yT;de.className=nc;de.defaultOptions=pn;de.moduleName=cn;de.folderName=lc;de.ariaSpec={selector:".k-menu-button",rules:[{selector:".k-menu-button",attribute:"role=button or nodeName=button",usage:"Omitted if the button DOM element is used."},{selector:".k-menu-button",attribute:"aria-label (when icon-only)",usage:"Required when no text is visible in the button."},{selector:".k-menu-button",attribute:"aria-expanded=true/false",usage:"Announces the state of the popup visibility."},{selector:".k-menu-button",attribute:"aria-controls=.k-menu-group id (when open)",usage:"Points to the popup element. Builds a relationship between the button and the popup."},{selector:".k-menu-button.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the button is disabled."},{selector:".k-menu-group",attribute:"role=list",usage:"Announces the list role of the popup."},{selector:".k-menu-item",attribute:"role=listitem",usage:"Announces the listitem role of the popup items."}]};var ST=require("react/jsx-runtime");var wT=require("react/jsx-runtime");var AT=require("react/jsx-runtime");var Tt="menu",Ct=Tt;var Wt=require("react/jsx-runtime"),mn="k-menu-item",ET=[n.hover,n.focus,n.active,n.selected,n.disabled],IT={},sc={iconPosition:"before"},$e=e=>{let{hover:t,focus:o,active:a,selected:l,disabled:i,icon:p,text:b,first:g,last:v,showArrow:M,arrowIconName:C,iconPosition:f=sc.iconPosition,dir:A,children:w,expanded:O,...B}=e,D=C;return D||(D=A==="rtl"?"caret-alt-left":"caret-alt-right"),(0,Wt.jsxs)("li",{...B,className:r(e.className,mn,"k-item",G(mn,{focus:o,disabled:i,hover:t,active:a,selected:l}),{"k-first":g,"k-last":v}),role:"menuitem",...M&&{"aria-haspopup":"menu"},...M&&{"aria-expanded":O?"true":"false"},...i&&{"aria-disabled":"true"},...o&&{tabIndex:0},children:[(0,Wt.jsxs)("span",{className:r("k-link k-menu-link"),children:[p&&f==="before"&&(0,Wt.jsx)(u,{className:"k-menu-link-icon",icon:p}),(0,Wt.jsx)("span",{className:"k-menu-link-text",children:b}),p&&f==="after"&&(0,Wt.jsx)(u,{className:"k-menu-link-icon",icon:p}),M&&(0,Wt.jsx)("span",{className:"k-menu-expand-arrow","aria-hidden":"true",children:(0,Wt.jsx)(u,{icon:D})})]}),w]})};$e.states=ET;$e.options=IT;$e.className=mn;$e.defaultOptions=sc;$e.moduleName=Tt;$e.folderName=Ct;var Jt=require("react/jsx-runtime"),un="k-menu-item",RT=[n.hover,n.focus,n.active,n.selected,n.disabled],OT={},bn={dir:"ltr",iconPosition:"before"},Te=e=>{let{hover:t,focus:o,active:a,selected:l,disabled:i,icon:p,text:b,first:g,last:v,showArrow:M,arrowIconName:C,iconPosition:f=bn.iconPosition,dir:A=bn.dir,children:w,popup:O,expanded:B,...D}=e,V=C;return V||(V=A==="rtl"?"caret-alt-left":"caret-alt-right"),(0,Jt.jsxs)("li",{...D,className:r(e.className,un,"k-item",G(un,{focus:o,disabled:i}),{"k-first":g,"k-last":v}),role:"menuitem",...M&&{"aria-haspopup":"menu"},...M&&{"aria-expanded":B?"true":"false"},...i&&{"aria-disabled":"true"},...o&&{tabIndex:0},children:[(0,Jt.jsxs)("span",{className:r("k-link k-menu-link",G("k-menu-link",{hover:t,active:a,selected:l,disabled:i})),children:[p&&f==="before"&&(0,Jt.jsx)(u,{className:"k-menu-link-icon",icon:p}),(0,Jt.jsx)("span",{className:"k-menu-link-text",children:b}),p&&f==="after"&&(0,Jt.jsx)(u,{className:"k-menu-link-icon",icon:p}),M&&(0,Jt.jsx)("span",{className:"k-menu-expand-arrow","aria-hidden":"true",children:(0,Jt.jsx)(u,{icon:V})})]}),w,O]})};Te.states=RT;Te.options=OT;Te.className=un;Te.defaultOptions=bn;Te.moduleName=Tt;Te.folderName=Ct;var pc=require("react/jsx-runtime"),dc="k-menu-scroll-wrapper",PT=[],HT={},GT={},So=e=>{let{className:t,children:o,orientation:a,...l}=e;return(0,pc.jsx)("div",{...l,className:r(t,dc,{"k-menu-scroll-wrapper-vertical":a==="vertical"}),children:o})};So.states=PT;So.options=HT;So.className=dc;So.defaultOptions=GT;So.moduleName=Tt;So.folderName=Ct;var cc=So;var He=require("react/jsx-runtime"),fn="k-menu",KT=[],DT={},Sr={orientation:"horizontal",header:!0,scrollButtonsPosition:"around"},Ge=e=>{let{children:t,orientation:o=Sr.orientation,header:a=Sr.header,scrollable:l,scrollButtonsPosition:i=Sr.scrollButtonsPosition,wrapperStyles:p,dir:b,popup:g,contextMenu:v,...M}=e,C={horizontal:{prev:b!=="rtl"?"left":"right",next:b!=="rtl"?"right":"left"},vertical:{prev:"up",next:"down"}},f=(0,He.jsx)("ul",{dir:b,...M,className:r(e.className,"k-reset",fn,{[`${fn}-${o}`]:o,"k-header":a}),role:v?"menu":"menubar",...o==="vertical"&&{"aria-orientation":"vertical"},children:t});return(0,He.jsxs)(He.Fragment,{children:[l?(0,He.jsxs)(cc,{orientation:o,style:p,dir:e.dir,children:[i==="start"&&(0,He.jsxs)(He.Fragment,{children:[(0,He.jsx)(c,{fillMode:"flat",icon:`caret-alt-${C[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),(0,He.jsx)(c,{fillMode:"flat",icon:`caret-alt-${C[o].next}`,className:"k-menu-scroll-button k-menu-scroll-button-next",tabIndex:-1,"aria-label":"Scroll next"})]}),i==="around"&&(0,He.jsx)(c,{fillMode:"flat",icon:`caret-alt-${C[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),f,i==="end"&&(0,He.jsxs)(He.Fragment,{children:[(0,He.jsx)(c,{fillMode:"flat",icon:`caret-alt-${C[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),(0,He.jsx)(c,{fillMode:"flat",icon:`caret-alt-${C[o].next}`,className:"k-menu-scroll-button k-menu-scroll-button-next",tabIndex:-1,"aria-label":"Scroll next"})]}),i==="around"&&(0,He.jsx)(c,{fillMode:"flat",icon:`caret-alt-${C[o].next}`,className:"k-menu-scroll-button k-menu-scroll-button-next",tabIndex:-1,"aria-label":"Scroll next"})]}):f,g]})};Ge.states=KT;Ge.options=DT;Ge.className=fn;Ge.defaultOptions=Sr;Ge.moduleName=Tt;Ge.folderName=Ct;Ge.ariaSpec={selector:".k-menu",rules:[{selector:".k-menu:not(.k-context-menu)",attribute:"role=menubar",usage:"Announces the Menu menubar role."},{selector:".k-menu.k-menu-vertical",attribute:"aria-orientation=vertical",usage:"Announces the Menu orientation when vertical."},{selector:".k-menu-item",attribute:"role=menuitem",usage:"Announces the Menu item role."},{selector:".k-menu-item[aria-haspopup]",attribute:"aria-haspopup=menu",usage:"Indicates a popup menu is associated with the item."},{selector:".k-menu-item[aria-haspopup]",attribute:"aria-expanded=true/false",usage:"Indicates whether the submenu is expanded."},{selector:".k-menu-item.k-disabled",attribute:"aria-disabled=true",usage:"Informs assistive technologies that a Menu item is disabled."},{selector:".k-menu-expand-arrow",attribute:"aria-hidden=true",usage:"Expand arrow elements are hidden from assistive technologies."},{selector:".k-menu-popup .k-menu-group",attribute:"role=menu",usage:"The role of the nested menu displayed in a popup."},{selector:".k-menu-scroll-button",attribute:"tabindex=-1",usage:"Scroll buttons are removed from the tab sequence."},{selector:".k-menu-scroll-button",attribute:"aria-label",usage:"Scroll buttons have an accessible label."},{selector:".k-menu-item.k-focus",attribute:"tabindex=0",usage:"The focused item has tabindex 0."},{selector:".k-menu-item[aria-haspopup][aria-controls]",attribute:"aria-controls=ul.k-menu-group id",usage:"Points to the ID of the submenu. Only present when the item controls a submenu element."},{selector:".k-menu-popup .k-menu-group",attribute:"id",usage:"Each nested menu has a deterministic id linked to the parent aria-controls."}]};var uc=require("react/jsx-runtime"),Tn="k-separator",mc={orientation:"horizontal"},Jo=e=>{let{orientation:t=mc.orientation,...o}=e;return(0,uc.jsx)("li",{...o,className:r(e.className,"k-item",Tn,{[`${Tn}-${t}`]:t}),role:"separator"})};Jo.className=Tn;Jo.defaultOptions=mc;Jo.moduleName=Tt;Jo.folderName=Ct;var bc=require("react/jsx-runtime");var fc=require("react/jsx-runtime"),hn="k-menu-group",BT=[],_T={size:[d.undefined,d.small,d.medium,d.large]},zT={},Xe=e=>{let{children:t,size:o,...a}=e;return(0,fc.jsx)("ul",{...a,className:r(e.className,hn,I(hn,{size:o})),role:"menu",children:t})};Xe.states=BT;Xe.options=_T;Xe.className=hn;Xe.defaultOptions=zT;Xe.moduleName=Tt;Xe.folderName=Ct;var Et=require("react/jsx-runtime"),xn=e=>(0,Et.jsx)(Ge,{children:(0,Et.jsxs)(Et.Fragment,{children:[(0,Et.jsx)($e,{first:!0,text:"Item 1"}),(0,Et.jsx)($e,{showArrow:!0,arrowIconName:"caret-alt-down",text:"Item 2"}),(0,Et.jsx)($e,{showArrow:!0,arrowIconName:"caret-alt-down",text:"Item 3"}),(0,Et.jsx)($e,{text:"Item 4"}),(0,Et.jsx)($e,{last:!0,text:"Item 5"})]}),...e});var Nn=require("react/jsx-runtime");var gn=require("react/jsx-runtime");var kn=require("react/jsx-runtime");var vn=require("react/jsx-runtime");var Bt=require("react/jsx-runtime"),UT=Ge.options,FT=Ge.states,Tc={...Ge.defaultOptions,variant:"horizontal"},VT=[{name:"horizontal",title:"Horizontal"},{name:"vertical",title:"Vertical"}],$T=[{name:"scrollable",title:"Scrollable"},{name:"opened",title:"Opened"}],Da=e=>{let{variant:t,modifiers:o,...a}={...Tc,...e},l={};return Object.keys(o||{}).forEach(i=>{switch(i){case"scrollable":l.scrollable=!!(o!=null&&o[i]);break;case"opened":l.opened=!!(o!=null&&o[i]),l.popup=(0,Bt.jsx)(pe,{className:"k-menu-popup",children:(0,Bt.jsxs)(Xe,{children:[(0,Bt.jsx)(Te,{text:"Item 1"}),(0,Bt.jsx)(Te,{text:"Item 2"}),(0,Bt.jsx)(Jo,{}),(0,Bt.jsx)(Te,{text:"Item 3"})]})});break}}),t==="vertical"?(0,Bt.jsx)(xn,{...a,...l,orientation:"vertical",style:{width:"200px"}}):(0,Bt.jsx)(xn,{...a,...l})};Da.options=UT;Da.states=FT;Da.variants=VT;Da.defaultOptions=Tc;Da.modifiers=$T;var Ln=require("react/jsx-runtime");var XT=require("react/jsx-runtime");var We=require("react/jsx-runtime"),WT=c.states,hc={...c.defaultOptions,variant:"text"},JT=c.options,qT=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],YT=[{name:"opened",title:"Opened"}],Ba=e=>{let{variant:t,modifiers:o,...a}={...hc,...e},l={},i=(0,We.jsx)(pe,{className:"k-menu-popup",children:(0,We.jsxs)(Xe,{size:a.size,children:[(0,We.jsx)(Te,{first:!0,text:"Menu Item"}),(0,We.jsx)(Te,{text:"Menu Item"}),(0,We.jsx)(Te,{last:!0,text:"Menu Item"})]})}),p;switch(t){case"icon-only":p=(0,We.jsx)("div",{children:(0,We.jsx)(de,{...a,...l,icon:"star"})});break;case"icon-and-text":p=(0,We.jsx)("div",{children:(0,We.jsx)(de,{...a,...l,icon:"star",children:"Dropdown Button"})});break;default:p=(0,We.jsx)("div",{children:(0,We.jsx)(de,{...a,...l,children:"Dropdown Button"})});break}return(0,We.jsxs)(We.Fragment,{children:[p,(o==null?void 0:o.opened)&&i]})};Ba.options=JT;Ba.states=WT;Ba.variants=qT;Ba.defaultOptions=hc;Ba.modifiers=YT;var Cn="split-button",xc=Cn;var qt=require("react/jsx-runtime"),Mn="k-split-button",QT=[n.hover,n.focus,n.active,n.selected,n.disabled],ZT={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.flat,k.outline,k.clear,k.link],themeColor:[h.undefined,h.base,h.primary,h.secondary,h.tertiary,h.success,h.warning,h.error,h.info,h.light,h.dark,h.inverse]},Nc={arrowIconName:"caret-alt-down"},j=e=>{let{size:t,rounded:o,fillMode:a,themeColor:l,hover:i,focus:p,active:b,selected:g,disabled:v,icon:M,text:C,arrowIconName:f=Nc.arrowIconName,popup:A,opened:w,popupId:O,...B}=e;return(0,qt.jsxs)(qt.Fragment,{children:[(0,qt.jsxs)("div",{...B,className:r(e.className,Mn,"k-button-group",I(Mn,{rounded:o})),children:[(0,qt.jsx)(c,{text:C,icon:M,size:t,rounded:o,fillMode:a,themeColor:l,hover:i,focus:p,active:b,selected:g,disabled:v,...!C&&!e.children&&M&&{"aria-label":"Action"},children:e.children}),(0,qt.jsx)(c,{className:"k-split-button-arrow",icon:f,size:t,rounded:o,fillMode:a,disabled:v,"aria-label":"Toggle dropdown","aria-expanded":w?"true":"false","aria-controls":w?O:void 0,tabIndex:-1,...v&&{"aria-disabled":"true"}})]}),w&&A&&(0,qt.jsx)(pe,{className:"k-menu-popup",children:A})]})};j.states=QT;j.options=ZT;j.className=Mn;j.defaultOptions=Nc;j.moduleName=Cn;j.folderName=xc;j.ariaSpec={selector:".k-split-button",rules:[{selector:".k-split-button-arrow",attribute:"role=button or nodeName=button",usage:"Omitted if the <button> DOM element is used."},{selector:".k-split-button-arrow",attribute:"aria-label",usage:"The attribute must be present when no text is initially visible in the button."},{selector:".k-split-button-arrow",attribute:"aria-expanded=true/false",usage:"Announces the state of the popup visibility."},{selector:".k-split-button-arrow",attribute:"aria-controls=.k-menu-group id (when open)",usage:"Points to the popup element. Builds a relationship between the button and the popup."},{selector:".k-split-button-arrow",attribute:"tabindex=-1",usage:"The arrow button is removed from the tab sequence."},{selector:".k-split-button-arrow.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the button is disabled."},{selector:".k-menu-group",attribute:"role=list",usage:"Announces the list role of the popup."},{selector:".k-menu-item",attribute:"role=listitem",usage:"Announces the listitem role of the popup items."}]};var yn=j;var gc=require("react/jsx-runtime"),jT="k-toolbar-separator",It=e=>(0,gc.jsx)("div",{className:r(jT,e.className,"k-separator")});var Yt="toolbar",ho=Yt;var z=require("react/jsx-runtime"),Qt="k-toolbar",eh=[n.focus],th={size:[d.undefined,d.small,d.medium,d.large],fillMode:[k.undefined,k.solid,k.outline,k.flat]},oh={scrollButtons:"around"},ce=e=>{let{size:t,fillMode:o,focus:a,resizable:l,scrollable:i,scrollButtons:p,scrollingPosition:b,section:g,...v}=e,M=[],C=(f,A)=>{let w=[];if(f.type===c&&f.props.className&&f.props.className.includes("k-toolbar-overflow-button"))w.push((0,z.jsx)(c,{...f.props,className:`${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`));else if(f.type===c)w.push((0,z.jsx)(c,{...f.props,className:`k-toolbar-button ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`));else if(f.type===ra)w.push((0,z.jsx)(ra,{...f.props,className:`k-toolbar-button ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`));else if(f.type===no)w.push((0,z.jsx)(no,{...f.props,className:`k-toolbar-button ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`));else if(f.type===de)w.push((0,z.jsx)(de,{...f.props,className:`k-toolbar-menu-button ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`));else if(f.type===yn)w.push((0,z.jsx)(yn,{...f.props,className:`k-toolbar-split-button ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`));else if(f.type===U||f.props.className&&f.props.className.includes("k-button-group")){let O=[];(Array.isArray(f.props.children)?f.props.children:[f.props.children]).forEach((D,V)=>{O.push((0,z.jsx)(c,{...D.props,className:`${D.props.className?D.props.className:""}`},`${V}-${new Date().getTime()}`))}),w.push((0,z.jsx)(U,{...f.props,className:`k-toolbar-button-group ${f.props.className?f.props.className:""}`,children:O},`${A}-${new Date().getTime()}`))}else f.type===Ze?w.push((0,z.jsx)(Ze,{...f.props,className:`k-toolbar-combobox ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`)):f.type===ie?w.push((0,z.jsx)(ie,{...f.props,className:`k-toolbar-dropdownlist ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`)):f.type===bt?w.push((0,z.jsx)(bt,{...f.props,className:`k-toolbar-colorpicker ${f.props.className?f.props.className:""}`},`${A}-${new Date().getTime()}`)):w.push(f);w.forEach(O=>{M.push(O)})};return e.children&&(Array.isArray(e.children)?e.children:[e.children]).forEach((A,w)=>{C(A,w)}),(0,z.jsxs)("div",{...v,className:r(e.className,Qt,I(Qt,{size:t,fillMode:o}),G(Qt,{focus:a}),{[`${Qt}-resizable`]:l,[`${Qt}-scrollable`]:i,[`${Qt}-scrollable-overlay`]:i&&p==="hidden",[`${Qt}-scrollable-${b}`]:b&&b!=="both",[`${Qt}-section`]:g}),role:"toolbar","aria-label":"Toolbar",children:[!i&&M,i&&p==="hidden"&&(0,z.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:M}),i&&p==="start"&&(0,z.jsxs)(z.Fragment,{children:[(0,z.jsxs)(U,{children:[(0,z.jsx)("span",{className:r("k-toolbar-prev","k-button",I("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,z.jsx)(u,{className:"k-button-icon",icon:"caret-alt-left"})}),(0,z.jsx)("span",{className:r("k-toolbar-next","k-button",I("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,z.jsx)(u,{className:"k-button-icon",icon:"caret-alt-right"})})]}),(0,z.jsx)(It,{className:"k-toolbar-button-separator"}),(0,z.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:M})]}),i&&p==="end"&&(0,z.jsxs)(z.Fragment,{children:[(0,z.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:M}),(0,z.jsx)(It,{className:"k-toolbar-button-separator"}),(0,z.jsxs)(U,{children:[(0,z.jsx)("span",{className:r("k-toolbar-prev","k-button",I("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,z.jsx)(u,{className:"k-button-icon",icon:"caret-alt-left"})}),(0,z.jsx)("span",{className:r("k-toolbar-next","k-button",I("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,z.jsx)(u,{className:"k-button-icon",icon:"caret-alt-right"})})]})]}),i&&(p==="around"||!p)&&(0,z.jsxs)(z.Fragment,{children:[(0,z.jsx)("span",{className:r("k-toolbar-prev","k-button",I("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,z.jsx)(u,{className:"k-button-icon",icon:"caret-alt-left"})}),(0,z.jsx)(It,{className:"k-toolbar-button-separator"}),(0,z.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:M}),(0,z.jsx)(It,{className:"k-toolbar-button-separator"}),(0,z.jsx)("span",{className:r("k-toolbar-next","k-button",I("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,z.jsx)(u,{className:"k-button-icon",icon:"caret-alt-right"})})]})]})};ce.states=eh;ce.options=th;ce.className=Qt;ce.defaultOptions=oh;ce.moduleName=Yt;ce.folderName=ho;ce.ariaSpec={selector:".k-toolbar",rules:[{selector:".k-toolbar",attribute:"role=toolbar",usage:"The component role."},{selector:".k-toolbar",attribute:"aria-label or aria-labelledby",usage:"Must be supplied when multiple toolbars exist."},{selector:'.k-toolbar .k-toolbar-overflow-button:has([class*="i-more-vertical"])',attribute:"aria-haspopup=menu",usage:"The overflow button opens a menu popup."},{selector:'.k-toolbar .k-toolbar-overflow-button:has([class*="i-more-vertical"])',attribute:"aria-expanded=true/false",usage:"Announces popup visibility state."},{selector:'.k-toolbar .k-toolbar-overflow-button:has([class*="i-more-vertical"])[aria-controls]',attribute:"aria-controls=.k-toolbar-popup .k-menu-group id",usage:"Indicates the connection between the toggle button and the menu popup."},{selector:'.k-toolbar .k-toolbar-overflow-button:has([class*="i-more-vertical"])',attribute:"aria-label or title",usage:"Icon-only button must have accessible text."},{selector:".k-toolbar-popup .k-menu-group",attribute:"role=menu",usage:"The role of the tools wrapper in the overflow section."},{selector:".k-toolbar-popup .k-menu-group[aria-labelledby]",attribute:"aria-labelledby=.k-toolbar-overflow-button id",usage:"Associates the title of the menu toggle button."},{selector:'.k-toolbar .k-toolbar-overflow-button:has([class*="i-more-horizontal"])',attribute:"aria-expanded=true/false",usage:"Announces section popup visibility state."},{selector:'.k-toolbar .k-toolbar-overflow-button:has([class*="i-more-horizontal"])',attribute:"aria-label or title",usage:"Icon-only button must have accessible text."},{selector:'.k-toolbar .k-toolbar-overflow-button:has([class*="i-more-horizontal"])[aria-controls]',attribute:"aria-controls=.k-toolbar-popup .k-toolbar-items-list id",usage:"Indicates the connection between the toggle button and the section popup."},{selector:".k-toolbar-popup .k-toolbar-items-list",attribute:"role=toolbar",usage:"The role of the tools wrapper in the overflow section."},{selector:".k-toolbar-popup .k-toolbar-items-list[aria-labelledby]",attribute:"aria-labelledby=.k-toolbar-overflow-button id",usage:"Associates the title of the section toggle button."}]};var vc=require("react/jsx-runtime"),kc="k-floating-toolbar",ah=[],rh={},lh={},qo=e=>{let{...t}=e;return(0,vc.jsx)("div",{...t,className:r(e.className,kc),children:e.children})};qo.states=ah;qo.options=rh;qo.className=kc;qo.defaultOptions=lh;qo.moduleName=Yt;qo.folderName=ho;var Lc=require("react/jsx-runtime"),Sn="k-toolbar-item",nh=[n.focus],ih={},sh={},Yo=e=>{let{focus:t,...o}=e;return(0,Lc.jsx)("div",{...o,className:r(e.className,Sn,G(Sn,{focus:t})),children:e.children})};Yo.states=nh;Yo.options=ih;Yo.className=Sn;Yo.defaultOptions=sh;Yo.moduleName=Yt;Yo.folderName=ho;var wn=require("react/jsx-runtime"),Cc="k-toolbar-popup",dh=[],ch={size:[d.undefined,d.small,d.medium,d.large],fillMode:[k.undefined,k.solid,k.outline,k.flat]},ph={},wo=e=>{let{size:t,fillMode:o,section:a,...l}=e;return(0,wn.jsx)(pe,{...l,className:r(e.className,Cc),children:a?(0,wn.jsx)("span",{className:r("k-toolbar-items-list",I("k-toolbar-items-list",{size:t,fillMode:o})),role:"toolbar",children:e.children}):e.children})};wo.states=dh;wo.options=ch;wo.className=Cc;wo.defaultOptions=ph;wo.moduleName=Yt;wo.folderName=ho;var wr=wo;var mh=require("react/jsx-runtime");var uh=require("react/jsx-runtime");var bh=require("react/jsx-runtime");var Mc=require("react/jsx-runtime");var fh=require("react/jsx-runtime");var Mt=require("react/jsx-runtime"),Th=j.states,yc={...j.defaultOptions,variant:"text"},hh=j.options,xh=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],Nh=[{name:"opened",title:"Opened"}],_a=e=>{let{variant:t,modifiers:o,...a}={...yc,...e},l={},i=(0,Mt.jsxs)(Xe,{size:a.size,children:[(0,Mt.jsx)(Te,{first:!0,text:"Menu Item"}),(0,Mt.jsx)(Te,{text:"Menu Item"}),(0,Mt.jsx)(Te,{last:!0,text:"Menu Item"})]});switch(Object.keys(o||{}).forEach(p=>{p==="opened"&&(l.opened=!!(o!=null&&o[p]),l.popup=o!=null&&o[p]?i:"")}),t){case"icon-only":return(0,Mt.jsx)("div",{children:(0,Mt.jsx)(j,{...a,...l,icon:"star"})});case"icon-and-text":return(0,Mt.jsx)("div",{children:(0,Mt.jsx)(j,{...a,...l,icon:"star",children:"Split Button"})});default:return(0,Mt.jsx)("div",{children:(0,Mt.jsx)(j,{...a,...l,children:"Split Button"})})}};_a.options=hh;_a.states=Th;_a.variants=xh;_a.defaultOptions=yc;_a.modifiers=Nh;var _t=require("react/jsx-runtime"),Sc=e=>(0,_t.jsx)(ce,{children:[(0,_t.jsx)(c,{children:"Button"},"toolbar-button"),(0,_t.jsx)(de,{text:"Menu button"},"toolbar-menu-button"),(0,_t.jsx)(j,{children:"Split button"},"toolbar-split-button"),(0,_t.jsxs)(U,{children:[(0,_t.jsx)(c,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,_t.jsx)(c,{icon:"align-center",children:"Center"}),(0,_t.jsx)(c,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...e});var wc=require("react/jsx-runtime");var Ke=require("react/jsx-runtime"),Ac=e=>(0,Ke.jsx)(ce,{scrollable:!0,...e,children:[(0,Ke.jsx)(c,{children:"Button"},"toolbar-button"),(0,Ke.jsx)(de,{text:"Menu button"},"toolbar-menu-button"),(0,Ke.jsx)(j,{children:"Split button"},"toolbar-split-button"),(0,Ke.jsxs)(U,{children:[(0,Ke.jsx)(c,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,Ke.jsx)(c,{icon:"align-center",children:"Center"}),(0,Ke.jsx)(c,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group"),(0,Ke.jsx)(c,{children:"Button"},"toolbar-button"),(0,Ke.jsx)(de,{text:"Menu button"},"toolbar-menu-button"),(0,Ke.jsx)(j,{children:"Split button"},"toolbar-split-button"),(0,Ke.jsxs)(U,{children:[(0,Ke.jsx)(c,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,Ke.jsx)(c,{icon:"align-center",children:"Center"}),(0,Ke.jsx)(c,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...e});var De=require("react/jsx-runtime"),Ec=({scrollingPosition:e="start",...t})=>(0,De.jsx)(ce,{scrollable:!0,scrollButtons:"hidden",scrollingPosition:e,...t,children:[(0,De.jsx)(c,{children:"Button"},"toolbar-button"),(0,De.jsx)(de,{text:"Menu button"},"toolbar-menu-button"),(0,De.jsx)(j,{children:"Split button"},"toolbar-split-button"),(0,De.jsxs)(U,{children:[(0,De.jsx)(c,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,De.jsx)(c,{icon:"align-center",children:"Center"}),(0,De.jsx)(c,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group"),(0,De.jsx)(c,{children:"Button"},"toolbar-button"),(0,De.jsx)(de,{text:"Menu button"},"toolbar-menu-button"),(0,De.jsx)(j,{children:"Split button"},"toolbar-split-button"),(0,De.jsxs)(U,{children:[(0,De.jsx)(c,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,De.jsx)(c,{icon:"align-center",children:"Center"}),(0,De.jsx)(c,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...t});var he=require("react/jsx-runtime"),Ic=({fillMode:e,size:t,...o})=>(0,he.jsxs)(he.Fragment,{children:[(0,he.jsx)(ce,{section:!0,fillMode:e,size:t,children:[(0,he.jsx)(c,{fillMode:e,size:t,children:"Button"},"toolbar-button"),(0,he.jsxs)(U,{fillMode:e,children:[(0,he.jsx)(c,{className:"k-group-start",icon:"align-left",fillMode:e,size:t,children:"Left"}),(0,he.jsx)(c,{icon:"align-center",fillMode:e,size:t,children:"Center"}),(0,he.jsx)(c,{className:"k-group-end",icon:"align-right",fillMode:e,size:t,children:"Right"})]},"toolbar-button-group"),(0,he.jsx)(It,{className:"k-toolbar-button-separator"}),(0,he.jsx)(c,{icon:"more-horizontal",className:"k-toolbar-overflow-button",fillMode:"flat",size:t,rounded:"none","aria-label":"More options","aria-expanded":"false"})],...o}),(0,he.jsxs)(wr,{size:t,fillMode:e,section:!0,...o,children:[(0,he.jsx)(j,{fillMode:e,size:t,children:"Split button"},"toolbar-split-button"),(0,he.jsx)(c,{fillMode:e,size:t,children:"Button"},"toolbar-button"),(0,he.jsx)(It,{}),(0,he.jsx)(de,{text:"Menu button",fillMode:e,size:t},"toolbar-menu-button"),(0,he.jsxs)(U,{fillMode:e,children:[(0,he.jsx)(c,{className:"k-group-start",icon:"align-left",fillMode:e,size:t,children:"Left"}),(0,he.jsx)(c,{icon:"align-center",fillMode:e,size:t,children:"Center"}),(0,he.jsx)(c,{className:"k-group-end",icon:"align-right",fillMode:e,size:t,children:"Right"})]},"toolbar-button-group")]})]});var An=require("react/jsx-runtime");var En=require("react/jsx-runtime");var Zt=require("react/jsx-runtime"),gh=ce.options,kh=ce.states,Rc={...ce.defaultOptions,variant:"default"},vh=[{name:"default",title:"Default"},{name:"scrollable",title:"Scrollable"},{name:"overlay",title:"Overlay"},{name:"responsive",title:"Responsive"}],Lh=[],za=e=>{let{variant:t,...o}={...Rc,...e};switch(t){case"responsive":return(0,Zt.jsx)("div",{children:(0,Zt.jsx)(Ic,{style:{width:"583px"},...o})});case"overlay":return(0,Zt.jsx)("div",{children:(0,Zt.jsx)(Ec,{style:{width:"583px"},...o,scrollingPosition:"start",scrollButtons:"hidden"})});case"scrollable":return(0,Zt.jsx)("div",{children:(0,Zt.jsx)(Ac,{style:{width:"583px"},...o})});default:return(0,Zt.jsx)("div",{children:(0,Zt.jsx)(Sc,{style:{width:"583px"},...o})})}};za.options=gh;za.states=kh;za.variants=vh;za.defaultOptions=Rc;za.modifiers=Lh;var Pc=require("react/jsx-runtime"),Oc="k-grid-toolbar",jt=e=>(0,Pc.jsx)(ce,{...e,className:r(e.className,Oc),children:e.children});jt.className=Oc;jt.moduleName=X;jt.folderName=J;var Qo=require("react/jsx-runtime"),In="k-grid-stack-cell",Ch=[n.focus,n.selected],Ar=e=>{let{cellHeader:t,cellContent:o,edit:a,commandCell:l,dirty:i,focus:p,selected:b,...g}=e;return(0,Qo.jsxs)("div",{...g,className:r(e.className,In,{"k-grid-stack-edit-cell":a,"k-command-cell":l,"k-dirty-cell":i},G(In,{focus:p,selected:b})),children:[i&&(0,Qo.jsx)("span",{className:"k-dirty"}),t&&(0,Qo.jsx)("div",{className:"k-grid-stack-header",children:t}),(0,Qo.jsx)("div",{className:"k-grid-stack-content",children:o}),e.children]})};Ar.states=Ch;Ar.className=In;Ar.moduleName=X;Ar.folderName=J;var Gc=require("react/jsx-runtime"),Hc="k-grid-stack-row",Er=e=>{let{cols:t,...o}=e;return(0,Gc.jsx)("div",{...o,className:r(e.className,Hc,{[`k-grid-cols-${t}`]:t}),children:e.children})};Er.className=Hc;Er.moduleName=X;Er.folderName=J;var Rn=require("react/jsx-runtime");var On=require("react/jsx-runtime");var Pn=require("react/jsx-runtime");var N=require("react/jsx-runtime"),Kc=({contentClassName:e,...t})=>(0,N.jsx)(q,{_renderAriaRoot:!0,pager:(0,N.jsx)(Kt,{refresh:!1}),children:(0,N.jsxs)(N.Fragment,{children:[(0,N.jsx)(Y,{children:(0,N.jsx)("div",{className:"k-grid-header-wrap",children:(0,N.jsxs)(Q,{children:[(0,N.jsxs)("colgroup",{children:[(0,N.jsx)("col",{}),(0,N.jsx)("col",{style:{width:"225px"}}),(0,N.jsx)("col",{}),(0,N.jsx)("col",{}),(0,N.jsx)("col",{})]}),(0,N.jsxs)(W,{children:[(0,N.jsxs)(L,{children:[(0,N.jsx)(y,{rowspan:1,colspan:1,columnTitle:"Product Id"}),(0,N.jsx)(y,{rowspan:1,colspan:1,columnTitle:"Name"}),(0,N.jsx)(y,{rowspan:1,colspan:1,columnTitle:"Quantity"}),(0,N.jsx)(y,{rowspan:1,colspan:1,columnTitle:"Unit Price"}),(0,N.jsx)(y,{rowspan:1,colspan:1,columnTitle:"Discontinued"})]}),(0,N.jsxs)(L,{className:"k-filter-row",children:[(0,N.jsx)(s,{children:(0,N.jsx)("div",{className:"k-filtercell",children:(0,N.jsxs)("div",{className:"k-filtercell-wrapper",children:[(0,N.jsx)($,{}),(0,N.jsxs)("div",{className:"k-filtercell-operator",children:[(0,N.jsx)(ie,{className:"k-dropdown-operator",arrowIconName:"filter"})," ",(0,N.jsx)(c,{disabled:!0,icon:"filter-clear"})]})]})})}),(0,N.jsx)(s,{children:(0,N.jsx)("div",{className:"k-filtercell",children:(0,N.jsxs)("div",{className:"k-filtercell-wrapper",children:[(0,N.jsx)(ne,{}),(0,N.jsxs)("div",{className:"k-filtercell-operator",children:[(0,N.jsx)(ie,{className:"k-dropdown-operator",arrowIconName:"filter"})," ",(0,N.jsx)(c,{disabled:!0,icon:"filter-clear"})]})]})})}),(0,N.jsx)(s,{children:(0,N.jsx)("div",{className:"k-filtercell",children:(0,N.jsxs)("div",{className:"k-filtercell-wrapper",children:[(0,N.jsx)(ne,{}),(0,N.jsxs)("div",{className:"k-filtercell-operator",children:[(0,N.jsx)(ie,{className:"k-dropdown-operator",arrowIconName:"filter"})," ",(0,N.jsx)(c,{disabled:!0,icon:"filter-clear"})]})]})})}),(0,N.jsx)(s,{children:(0,N.jsx)("div",{className:"k-filtercell",children:(0,N.jsxs)("div",{className:"k-filtercell-wrapper",children:[(0,N.jsx)($,{}),(0,N.jsxs)("div",{className:"k-filtercell-operator",children:[(0,N.jsx)(ie,{className:"k-dropdown-operator",arrowIconName:"filter"})," ",(0,N.jsx)(c,{disabled:!0,icon:"filter-clear"})]})]})})}),(0,N.jsx)(s,{children:(0,N.jsx)("div",{className:"k-filtercell",children:(0,N.jsxs)("div",{className:"k-filtercell-wrapper",children:[(0,N.jsx)(ie,{}),(0,N.jsx)("div",{className:"k-filtercell-operator",children:(0,N.jsx)(c,{disabled:!0,icon:"filter-clear"})})]})})})]})]})]})})}),(0,N.jsx)(re,{children:(0,N.jsx)(ee,{className:e,children:(0,N.jsxs)(te,{children:[(0,N.jsxs)("colgroup",{children:[(0,N.jsx)("col",{}),(0,N.jsx)("col",{style:{width:"225px"}}),(0,N.jsx)("col",{}),(0,N.jsx)("col",{}),(0,N.jsx)("col",{})]}),(0,N.jsxs)(ae,{children:[(0,N.jsxs)(L,{className:"k-master-row",children:[(0,N.jsx)(s,{children:"1"}),(0,N.jsx)(s,{children:"Chai"}),(0,N.jsx)(s,{children:"10 boxes x 20 bags"}),(0,N.jsx)(s,{children:"18"}),(0,N.jsx)(s,{children:"false"})]}),(0,N.jsxs)(L,{className:"k-master-row",alt:!0,children:[(0,N.jsx)(s,{children:"2"}),(0,N.jsx)(s,{children:"Chang"}),(0,N.jsx)(s,{children:"24 - 12 oz bottles"}),(0,N.jsx)(s,{children:"19"}),(0,N.jsx)(s,{children:"false"})]}),(0,N.jsxs)(L,{className:"k-master-row",children:[(0,N.jsx)(s,{children:"3"}),(0,N.jsx)(s,{children:"Aniseed Syrup"}),(0,N.jsx)(s,{children:"12 - 550 ml bottles"}),(0,N.jsx)(s,{children:"10"}),(0,N.jsx)(s,{children:"false"})]}),(0,N.jsxs)(L,{className:"k-master-row",alt:!0,children:[(0,N.jsx)(s,{children:"4"}),(0,N.jsx)(s,{children:"Chef Anton's Cajun Seasoning"}),(0,N.jsx)(s,{children:"48 - 6 oz jars"}),(0,N.jsx)(s,{children:"22"}),(0,N.jsx)(s,{children:"false"})]}),(0,N.jsxs)(L,{className:"k-master-row",children:[(0,N.jsx)(s,{children:"5"}),(0,N.jsx)(s,{children:"Grandma's Boysenberry Spread"}),(0,N.jsx)(s,{children:"12 - 8 oz jars"}),(0,N.jsx)(s,{children:"25"}),(0,N.jsx)(s,{children:"false"})]})]})]})})})]}),...t});var Ua=require("react/jsx-runtime"),Mh="k-chip-action";var ye=e=>{let{type:t,...o}=e,a;switch(t){case"remove":a=(0,Ua.jsx)(u,{icon:"x-circle",size:"small"});break;case"more":a=(0,Ua.jsx)(u,{icon:"more-vertical",size:"small"});break;default:return(0,Ua.jsx)(u,{icon:t,size:"small"})}return(0,Ua.jsx)("span",{...o,className:r(e.className,Mh,`k-chip-${t}-action`),children:a})};var Hn="avatar",Dc=Hn;var Kn=require("react/jsx-runtime"),Fa="k-avatar";var yh=[n.hover,n.focus,n.active,n.selected,n.disabled],Sh={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.outline],themeColor:[h.undefined,h.base,h.primary,h.secondary,h.tertiary,h.success,h.warning,h.error,h.info,h.light,h.dark,h.inverse]},Gn={type:"text",border:!1},nt=e=>{let{size:t,rounded:o,fillMode:a,themeColor:l,type:i=Gn.type,border:p=Gn.border,...b}=e;return(0,Kn.jsx)("div",{...b,className:r(e.className,Fa,I(Fa,{size:t,rounded:o,fillMode:a,themeColor:l}),{[`${Fa}-bordered`]:p}),children:(0,Kn.jsx)("span",{className:`${Fa}-${i}`,children:e.children})})};nt.states=yh;nt.options=Sh;nt.className=Fa;nt.defaultOptions=Gn;nt.moduleName=Hn;nt.folderName=Dc;nt.ariaSpec={selector:".k-avatar",rules:[{selector:".k-avatar img",attribute:"alt",usage:"Images inside Avatar must have alt text for screen readers."}]};var Ao=nt;var _c=require("react/jsx-runtime"),Bc=e=>(0,_c.jsx)(Ao,{type:"icon",...e});var Uc=require("react/jsx-runtime"),zc=e=>(0,Uc.jsx)(Ao,{type:"text",...e});var Vc=require("react/jsx-runtime"),Fc=e=>(0,Vc.jsx)(Ao,{type:"image",...e});var wh=require("react/jsx-runtime");var Zo=require("react/jsx-runtime"),Ah=nt.options,Eh=nt.states,Ih={...nt.defaultOptions,variant:"image"},Rh=[{name:"image",title:"Image"},{name:"icon",title:"Icon Avatar"},{name:"text",title:"Text Avatar"}],Oh=[],Va=e=>{let{variant:t,...o}=e;switch(t){case"icon":return(0,Zo.jsx)(Bc,{...o,children:(0,Zo.jsx)(u,{icon:"star"})});case"text":return(0,Zo.jsx)(zc,{...o,children:"JO"});default:return(0,Zo.jsx)(Fc,{...o,children:(0,Zo.jsx)("img",{src:"https://demos.telerik.com/kendo-ui/content/web/Customers/RICSU.jpg"})})}};Va.options=Ah;Va.states=Eh;Va.variants=Rh;Va.defaultOptions=Ih;Va.modifiers=Oh;var $a="chip",Ir=$a;var eo=require("react/jsx-runtime"),Rr="k-chip",Ph=[n.hover,n.focus,n.active,n.selected,n.disabled],Hh={size:[d.undefined,d.small,d.medium,d.large],rounded:[x.undefined,x.none,x.small,x.medium,x.large,x.full],fillMode:[k.undefined,k.solid,k.outline],themeColor:[h.undefined,h.base,h.success,h.warning,h.error,h.info]},$c={avatarImage:"/packages/html/assets/avatar.jpg"},Se=e=>{let{size:t,rounded:o,fillMode:a,themeColor:l,text:i,icon:p,actions:b,showAvatar:g,avatarImage:v=$c.avatarImage,hover:M,focus:C,active:f,selected:A,disabled:w,...O}=e;return(0,eo.jsxs)("div",{...O,className:r(e.className,Rr,I(Rr,{size:t,rounded:o,fillMode:a,themeColor:l}),G(Rr,{hover:M,focus:C,active:f,disabled:w,selected:A})),role:e.role||"button","aria-pressed":e.role==="option"?void 0:A?"true":"false","aria-selected":e.role==="option"?A?"true":"false":void 0,"aria-disabled":w?"true":void 0,children:[p&&(0,eo.jsx)(u,{className:"k-chip-icon",icon:p,size:"small"}),g&&(0,eo.jsx)(nt,{className:"k-chip-avatar",type:"image",children:(0,eo.jsx)("img",{src:v,alt:""})}),(0,eo.jsx)("span",{className:"k-chip-content",children:e.children?e.children:i&&(0,eo.jsx)("span",{className:"k-chip-label",children:i})}),b&&(0,eo.jsx)("span",{className:"k-chip-actions",children:b})]})};Se.states=Ph;Se.options=Hh;Se.className=Rr;Se.defaultOptions=$c;Se.moduleName=$a;Se.folderName=Ir;Se.ariaSpec={selector:".k-chip",rules:[{selector:"*:not(.k-chip-list) > .k-chip",attribute:"role=button",usage:"Announces that the chip acts as a button when standalone."},{selector:"*:not(.k-chip-list) > .k-chip.k-selected",attribute:"aria-pressed=true",usage:"Announces that the Chip has been selected."},{selector:"*:not(.k-chip-list) > .k-chip:not(.k-selected)",attribute:"aria-pressed=false",usage:"Announces that the Chip has not been selected."},{selector:".k-chip",attribute:"aria-disabled=true (when disabled)",usage:"Announces that the Chip is disabled."}]};var yt=Se;var Xc=require("react/jsx-runtime"),Dn="k-chip-list",Gh=[],Kh={size:[d.undefined,d.small,d.medium,d.large]},Dh={},we=e=>{let{size:t,multiselectable:o,ariaLabel:a,...l}=e;return(0,Xc.jsx)("div",{...l,className:r(e.className,Dn,I(Dn,{size:t})),role:"listbox","aria-label":a||"chip list","aria-orientation":"horizontal","aria-multiselectable":o?"true":void 0,children:e.children})};we.states=Gh;we.options=Kh;we.className=Dn;we.defaultOptions=Dh;we.moduleName=$a;we.folderName=Ir;we.ariaSpec={selector:".k-chip-list",rules:[{selector:".k-chip-list",attribute:"role=listbox",usage:"Announces the list role of the chip list."},{selector:".k-chip-list",attribute:"aria-label or aria-labelledby",usage:"Adds label to the ChipList element. ListBox element requires an accessible name."},{selector:".k-chip-list",attribute:"aria-orientation=horizontal",usage:"Specifies the horizontal orientation of the chiplist."},{selector:".k-chip-list",attribute:"aria-multiselectable=true (when multiple selection)",usage:"Announces the multiple selection ability of the chiplist."},{selector:".k-chip-list .k-chip",attribute:"role=option",usage:"Announces the chip is an option inner component of the chip list."},{selector:".k-chip-list .k-chip.k-selected",attribute:"aria-selected=true",usage:"Announces the chip is selected."},{selector:".k-chip-list .k-chip:not(.k-selected)",attribute:"aria-selected=false",usage:"Announces the chip is not selected."},{selector:".k-chip-list .k-chip:has(.k-i-x-circle), .k-chip-list .k-chip:has(.k-svg-i-x-circle)",attribute:"aria-keyshortcuts=Enter Delete",usage:"Announces the Delete action along with the default Enter key."}]};var Bh=require("react/jsx-runtime");var _h=require("react/jsx-runtime");var Wc=require("react/jsx-runtime"),Or=e=>(0,Wc.jsx)(yt,{text:"text",...e});var zh=require("react/jsx-runtime");var Uh=require("react/jsx-runtime");var Bn=require("react/jsx-runtime");var Jc=require("react/jsx-runtime");var qc=require("react/jsx-runtime");var Yc=require("react/jsx-runtime");var to=require("react/jsx-runtime"),Fh={...yt.options,...we.options},Vh=[],$h=we.states,Xh={...yt.defaultOptions,...we.defaultOptions},Wh=[{name:"icon",title:"Icon",type:"boolean"},{name:"actions",title:"Actions",type:"boolean"},{name:"avatar",title:"Avatar",type:"boolean"}],Xa=e=>{let{modifiers:t,className:o,...a}=e,l=t==null?void 0:t.icon,i=t==null?void 0:t.actions,p=t==null?void 0:t.avatar;return(0,to.jsxs)(we,{size:a.size,className:o,children:[(0,to.jsx)(Or,{...a,role:"option","aria-selected":"false","aria-pressed":void 0,icon:l?"star":void 0,actions:i?(0,to.jsx)(ye,{type:"remove"}):void 0,showAvatar:p,children:"Chip"}),(0,to.jsx)(Or,{...a,role:"option","aria-selected":"false","aria-pressed":void 0,icon:l?"star":void 0,actions:i?(0,to.jsx)(ye,{type:"remove"}):void 0,showAvatar:p,children:"Chip"}),(0,to.jsx)(Or,{...a,role:"option","aria-selected":"false","aria-pressed":void 0,icon:l?"star":void 0,actions:i?(0,to.jsx)(ye,{type:"remove"}):void 0,showAvatar:p,children:"Chip"})]})};Xa.options=Fh;Xa.states=$h;Xa.variants=Vh;Xa.defaultOptions=Xh;Xa.modifiers=Wh;var Pr=require("react/jsx-runtime"),Jh=Se.states,qh=Se.defaultOptions,Yh=Se.options,Qh=[],Zh=[{name:"icon",title:"Icon"},{name:"avatar",title:"Avatar"},{name:"remove-icon",title:"`Remove` Icon"},{name:"more-options",title:"`More options` Icon"}],Wa=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(l=>{switch(l){case"icon":a.icon=t!=null&&t[l]?"arrow-down":void 0;break;case"avatar":a.showAvatar=!!(t!=null&&t[l]),a.avatarImage=t!=null&&t[l]?"https://demos.telerik.com/kendo-ui/content/web/Customers/RICSU.jpg":void 0;break;case"more-options":a.actions||(a.actions=[]),a.actions[0]=t!=null&&t[l]?(0,Pr.jsx)(ye,{type:"more"}):void 0;break;case"remove-icon":a.actions||(a.actions=[]),a.actions[1]=t!=null&&t[l]?(0,Pr.jsx)(ye,{type:"remove"}):void 0;break;default:break}}),(0,Pr.jsx)(Se,{...o,...a,children:"Chip component"})};Wa.options=Yh;Wa.states=Jh;Wa.variants=Qh;Wa.defaultOptions=qh;Wa.modifiers=Zh;var E=require("react/jsx-runtime"),Qc=({dropClue:e,contentClassName:t,...o})=>(0,E.jsx)(q,{_renderAriaRoot:!0,groupingHeader:(0,E.jsx)(oo,{dropClue:e,children:(0,E.jsxs)(we,{children:[(0,E.jsx)(Se,{icon:"sort-asc-small",text:"ID",actions:(0,E.jsxs)(E.Fragment,{children:[(0,E.jsx)(ye,{type:"more"}),(0,E.jsx)(ye,{type:"remove"})]})}),(0,E.jsx)(Se,{icon:"sort-desc-small",text:"Name",actions:(0,E.jsxs)(E.Fragment,{children:[(0,E.jsx)(ye,{type:"more"}),(0,E.jsx)(ye,{type:"remove"})]})})]})}),children:(0,E.jsxs)(E.Fragment,{children:[(0,E.jsx)(Y,{draggable:!0,children:(0,E.jsx)("div",{className:"k-grid-header-wrap",children:(0,E.jsxs)(Q,{children:[(0,E.jsxs)("colgroup",{children:[(0,E.jsx)("col",{className:"k-group-col"}),(0,E.jsx)("col",{className:"k-group-col"}),(0,E.jsx)("col",{}),(0,E.jsx)("col",{}),(0,E.jsx)("col",{}),(0,E.jsx)("col",{})]}),(0,E.jsx)(W,{children:(0,E.jsxs)(L,{children:[(0,E.jsx)(y,{colspan:1,rowspan:1,className:"k-group-cell",accessibleLabel:"Group"}),(0,E.jsx)(y,{colspan:1,rowspan:1,className:"k-group-cell",accessibleLabel:"Group"}),(0,E.jsx)(y,{colspan:1,columnTitle:"ID"}),(0,E.jsx)(y,{colspan:1,columnTitle:"Name"}),(0,E.jsx)(y,{colspan:1,columnTitle:"Price"}),(0,E.jsx)(y,{colspan:1,columnTitle:"Category"})]})})]})})}),(0,E.jsx)(re,{children:(0,E.jsx)(ee,{className:t,children:(0,E.jsxs)(te,{children:[(0,E.jsxs)("colgroup",{children:[(0,E.jsx)("col",{className:"k-group-col"}),(0,E.jsx)("col",{className:"k-group-col"}),(0,E.jsx)("col",{}),(0,E.jsx)("col",{}),(0,E.jsx)("col",{}),(0,E.jsx)("col",{})]}),(0,E.jsxs)(ae,{children:[(0,E.jsx)(L,{className:"k-table-group-row k-grouping-row",children:(0,E.jsx)(s,{colspan:6,children:(0,E.jsxs)("p",{className:"k-reset",children:[(0,E.jsx)(u,{icon:"caret-alt-right"}),"ID: 1"]})})}),(0,E.jsx)(L,{className:"k-table-group-row k-grouping-row",children:(0,E.jsx)(s,{colspan:6,children:(0,E.jsxs)("p",{className:"k-reset",children:[(0,E.jsx)(u,{icon:"caret-alt-down"}),"ID: 2"]})})}),(0,E.jsxs)(L,{className:"k-table-group-row k-grouping-row",children:[(0,E.jsx)(s,{className:"k-table-group-td k-group-cell"}),(0,E.jsx)(s,{colspan:5,children:(0,E.jsxs)("p",{className:"k-reset",children:[(0,E.jsx)(u,{icon:"caret-alt-down"}),"Name: Chang"]})})]}),(0,E.jsxs)(L,{className:"k-master-row",alt:!0,children:[(0,E.jsx)(s,{className:"k-table-group-td k-group-cell"}),(0,E.jsx)(s,{className:"k-table-group-td k-group-cell"}),(0,E.jsx)(s,{colspan:0,children:"2"}),(0,E.jsx)(s,{colspan:0,children:"Chang"}),(0,E.jsx)(s,{colspan:0,children:"$19.00"}),(0,E.jsx)(s,{colspan:0,children:"Beverages"})]})]})]})})})]}),...o});var _n=require("react/jsx-runtime");var zn=require("react/jsx-runtime");var Un=require("react/jsx-runtime");var P=require("react/jsx-runtime"),Zc=({headerWrapClassName:e,contentClassName:t,...o})=>(0,P.jsx)(q,{_renderAriaRoot:!0,children:(0,P.jsxs)(P.Fragment,{children:[(0,P.jsx)(Y,{children:(0,P.jsx)("div",{className:`k-grid-header-wrap ${e}`,children:(0,P.jsxs)(Q,{children:[(0,P.jsxs)("colgroup",{children:[(0,P.jsx)("col",{}),(0,P.jsx)("col",{}),(0,P.jsx)("col",{}),(0,P.jsx)("col",{})]}),(0,P.jsxs)(W,{children:[(0,P.jsxs)(L,{children:[(0,P.jsx)(y,{rowspan:3,colspan:1,columnTitle:"ID"}),(0,P.jsx)(y,{rowspan:1,colspan:3,columnTitle:"Product Information"})]}),(0,P.jsxs)(L,{children:[(0,P.jsx)(y,{rowspan:2,colspan:1,columnTitle:"Product Name",className:"k-first"}),(0,P.jsx)(y,{rowspan:1,colspan:2,columnTitle:"Unit"})]}),(0,P.jsxs)(L,{children:[(0,P.jsx)(y,{rowspan:1,colspan:1,columnTitle:"Units In Stock",className:"k-first"}),(0,P.jsx)(y,{rowspan:1,colspan:1,columnTitle:"Units Price"})]})]})]})})}),(0,P.jsx)(re,{children:(0,P.jsx)(ee,{className:t,children:(0,P.jsxs)(te,{children:[(0,P.jsxs)("colgroup",{children:[(0,P.jsx)("col",{}),(0,P.jsx)("col",{}),(0,P.jsx)("col",{}),(0,P.jsx)("col",{})]}),(0,P.jsxs)(ae,{children:[(0,P.jsxs)(L,{className:"k-master-row",children:[(0,P.jsx)(s,{children:"1"}),(0,P.jsx)(s,{children:"Chai"}),(0,P.jsx)(s,{children:"39"}),(0,P.jsx)(s,{children:"18"})]}),(0,P.jsxs)(L,{className:"k-master-row",alt:!0,children:[(0,P.jsx)(s,{children:"2"}),(0,P.jsx)(s,{children:"Chang"}),(0,P.jsx)(s,{children:"17"}),(0,P.jsx)(s,{children:"19"})]}),(0,P.jsxs)(L,{className:"k-master-row",children:[(0,P.jsx)(s,{children:"3"}),(0,P.jsx)(s,{children:"Aniseed Syrup"}),(0,P.jsx)(s,{children:"13"}),(0,P.jsx)(s,{children:"10"})]}),(0,P.jsxs)(L,{className:"k-master-row",alt:!0,children:[(0,P.jsx)(s,{children:"4"}),(0,P.jsx)(s,{children:"Chef Anton's Cajun Seasoning"}),(0,P.jsx)(s,{children:"53"}),(0,P.jsx)(s,{children:"22"})]}),(0,P.jsxs)(L,{className:"k-master-row",children:[(0,P.jsx)(s,{children:"5"}),(0,P.jsx)(s,{children:"Chef Anton's Gumbo Mix"}),(0,P.jsx)(s,{children:"0"}),(0,P.jsx)(s,{children:"21.35"})]})]})]})})})]}),...o});var Fn=require("react/jsx-runtime");var Vn=require("react/jsx-runtime");var K=require("react/jsx-runtime"),jc=e=>(0,K.jsx)(q,{_renderAriaRoot:!0,toolbar:(0,K.jsxs)(jt,{children:[(0,K.jsx)(c,{children:"Add new"}),(0,K.jsx)(c,{children:"Save Changes"}),(0,K.jsx)(c,{children:"Cancel Changes"})]}),children:(0,K.jsxs)(K.Fragment,{children:[(0,K.jsx)(Y,{children:(0,K.jsx)("div",{className:"k-grid-header-wrap",children:(0,K.jsxs)(Q,{children:[(0,K.jsxs)("colgroup",{children:[(0,K.jsx)("col",{}),(0,K.jsx)("col",{}),(0,K.jsx)("col",{}),(0,K.jsx)("col",{style:{width:"300px"}})]}),(0,K.jsx)(W,{children:(0,K.jsxs)(L,{children:[(0,K.jsx)(y,{columnTitle:"Name"}),(0,K.jsx)(y,{columnTitle:"Price"}),(0,K.jsx)(y,{columnTitle:"Available"}),(0,K.jsx)(y,{accessibleLabel:"Commands"})]})})]})})}),(0,K.jsx)(re,{children:(0,K.jsx)(ee,{children:(0,K.jsx)("div",{children:(0,K.jsxs)(te,{children:[(0,K.jsxs)("colgroup",{children:[(0,K.jsx)("col",{}),(0,K.jsx)("col",{}),(0,K.jsx)("col",{}),(0,K.jsx)("col",{style:{width:"300px"}})]}),(0,K.jsxs)(ae,{children:[(0,K.jsxs)(L,{className:"k-master-row k-grid-add-row k-grid-edit-row",children:[(0,K.jsx)(s,{children:(0,K.jsx)(ne,{value:"Towel"})}),(0,K.jsx)(s,{children:(0,K.jsx)($,{value:"42"})}),(0,K.jsx)(s,{children:(0,K.jsx)(et,{})}),(0,K.jsxs)(s,{className:"k-command-cell",children:[(0,K.jsx)(c,{children:"Add"}),(0,K.jsx)(c,{children:"Cancel"})]})]}),(0,K.jsxs)(L,{className:"k-master-row",children:[(0,K.jsx)(s,{children:"Chai"}),(0,K.jsx)(s,{children:"18"}),(0,K.jsx)(s,{children:"false"}),(0,K.jsx)(s,{className:"k-command-cell",children:(0,K.jsx)(c,{children:"Remove"})})]}),(0,K.jsxs)(L,{className:"k-master-row",alt:!0,children:[(0,K.jsx)(s,{children:"Chang"}),(0,K.jsx)(s,{children:"19"}),(0,K.jsx)(s,{children:"false"}),(0,K.jsx)(s,{className:"k-command-cell",children:(0,K.jsx)(c,{children:"Remove"})})]})]})]})})})})]}),...e});var $n=require("react/jsx-runtime");var m=require("react/jsx-runtime"),jh=q.options,ex=q.states,ep={...q.defaultOptions,variant:"normal"},tx=[{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"}],ox=[{name:"toolbar",title:"Toolbar",type:"boolean"},{name:"pager",title:"Pager",type:"boolean"}],Ja=e=>{let{variant:t,modifiers:o,...a}={...ep,...e},l={toolbar:void 0,pager:void 0},i=(0,m.jsxs)(jt,{children:[(0,m.jsx)(c,{icon:"plus",children:"Add New"}),(0,m.jsx)(c,{icon:"file-pdf",children:"Export to PDF"}),(0,m.jsx)("span",{className:"k-spacer"}),(0,m.jsx)(ne,{prefix:(0,m.jsx)(u,{icon:"search"}),separators:!1,placeholder:"Search..."})]}),p=(0,m.jsx)(xe,{pageSizes:!1,refresh:!1});Object.keys(o||{}).forEach(v=>{switch(v){case"toolbar":l.toolbar=o!=null&&o[v]?i:void 0;break;case"pager":l.pager=o!=null&&o[v]?p:void 0;break;default:return}});let b={"column-menu":{menu:"column"},"filter-menu":{menu:"filter"},"filter-row":{}},g=(0,m.jsxs)(m.Fragment,{children:[(0,m.jsx)(Y,{children:(0,m.jsx)("div",{className:"k-grid-header-wrap",children:(0,m.jsxs)(Q,{children:[(0,m.jsxs)("colgroup",{children:[(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{})]}),(0,m.jsx)(W,{children:(0,m.jsxs)(L,{children:[(0,m.jsx)(y,{...b[t],columnTitle:"ID"}),(0,m.jsx)(y,{...b[t],columnTitle:"Product Name"}),(0,m.jsx)(y,{...b[t],columnTitle:"Units in Stock"}),(0,m.jsx)(y,{...b[t],columnTitle:"Units Price"})]})})]})})}),(0,m.jsx)(re,{children:(0,m.jsx)(ee,{children:(0,m.jsxs)(te,{children:[(0,m.jsxs)("colgroup",{children:[(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{})]}),(0,m.jsxs)(ae,{children:[(0,m.jsxs)(L,{children:[(0,m.jsx)(s,{children:"1"}),(0,m.jsx)(s,{children:"Chai"}),(0,m.jsx)(s,{children:"39"}),(0,m.jsx)(s,{children:"18"})]}),(0,m.jsxs)(L,{className:"k-alt",alt:!0,children:[(0,m.jsx)(s,{children:"2"}),(0,m.jsx)(s,{children:"Chang"}),(0,m.jsx)(s,{children:"17"}),(0,m.jsx)(s,{children:"19"})]}),(0,m.jsxs)(L,{children:[(0,m.jsx)(s,{children:"3"}),(0,m.jsx)(s,{children:"Aniseed Syrup"}),(0,m.jsx)(s,{children:"13"}),(0,m.jsx)(s,{children:"10"})]}),(0,m.jsxs)(L,{className:"k-alt",alt:!0,children:[(0,m.jsx)(s,{children:"4"}),(0,m.jsx)(s,{children:"Chef Anton's Cajun Seasoning"}),(0,m.jsx)(s,{children:"53"}),(0,m.jsx)(s,{children:"22"})]}),(0,m.jsxs)(L,{children:[(0,m.jsx)(s,{children:"5"}),(0,m.jsx)(s,{children:"Chef Anton's Gumbo Mix"}),(0,m.jsx)(s,{children:"0"}),(0,m.jsx)(s,{children:"21.35"})]})]})]})})})]});switch(t){case"multicolumn-headers":return(0,m.jsx)(Zc,{...a,...l});case"editing":return(0,m.jsx)(jc,{...a,...l});case"grouping":return(0,m.jsx)(Qc,{...a,...l,groupingHeader:(0,m.jsx)(oo,{children:(0,m.jsxs)(we,{children:[(0,m.jsx)(Se,{icon:"sort-asc-small",actions:(0,m.jsxs)(m.Fragment,{children:[(0,m.jsx)(ye,{type:"more"}),(0,m.jsx)(ye,{type:"remove"})]}),children:"ID"}),(0,m.jsx)(Se,{icon:"sort-desc-small",actions:(0,m.jsxs)(m.Fragment,{children:[(0,m.jsx)(ye,{type:"more"}),(0,m.jsx)(ye,{type:"remove"})]}),children:"Name"})]})})});case"row-reordering":return(0,m.jsx)(q,{...a,...l,children:(0,m.jsxs)(m.Fragment,{children:[(0,m.jsx)(Y,{children:(0,m.jsxs)("div",{className:"k-grid-header-wrap",children:[" ",(0,m.jsxs)(Q,{children:[(0,m.jsxs)("colgroup",{children:[(0,m.jsx)("col",{className:"k-drag-col"}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{})]}),(0,m.jsx)(W,{children:(0,m.jsxs)(L,{children:[(0,m.jsx)(y,{className:"k-drag-cell",accessibleLabel:"Reorder"}),(0,m.jsx)(y,{columnTitle:"ID"}),(0,m.jsx)(y,{columnTitle:"Product Name"}),(0,m.jsx)(y,{columnTitle:"Units in Stock"}),(0,m.jsx)(y,{columnTitle:"Units Price"})]})})]})]})}),(0,m.jsx)(re,{children:(0,m.jsx)(ee,{children:(0,m.jsxs)(te,{children:[(0,m.jsxs)("colgroup",{children:[(0,m.jsx)("col",{className:"k-drag-col"}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{}),(0,m.jsx)("col",{})]}),(0,m.jsxs)(ae,{children:[(0,m.jsxs)(L,{children:[(0,m.jsx)(s,{className:"k-drag-cell",children:(0,m.jsx)(u,{icon:"reorder"})}),(0,m.jsx)(s,{children:"1"}),(0,m.jsx)(s,{children:"Chai"}),(0,m.jsx)(s,{children:"39"}),(0,m.jsx)(s,{children:"18"})]}),(0,m.jsxs)(L,{className:"k-alt",alt:!0,children:[(0,m.jsx)(s,{className:"k-drag-cell",children:(0,m.jsx)(u,{icon:"reorder"})}),(0,m.jsx)(s,{children:"2"}),(0,m.jsx)(s,{children:"Chang"}),(0,m.jsx)(s,{children:"17"}),(0,m.jsx)(s,{children:"19"})]}),(0,m.jsxs)(L,{children:[(0,m.jsx)(s,{className:"k-drag-cell",children:(0,m.jsx)(u,{icon:"reorder"})}),(0,m.jsx)(s,{children:"3"}),(0,m.jsx)(s,{children:"Aniseed Syrup"}),(0,m.jsx)(s,{children:"13"}),(0,m.jsx)(s,{children:"10"})]}),(0,m.jsxs)(L,{className:"k-alt",alt:!0,children:[(0,m.jsx)(s,{className:"k-drag-cell",children:(0,m.jsx)(u,{icon:"reorder"})}),(0,m.jsx)(s,{children:"4"}),(0,m.jsx)(s,{children:"Chef Anton's Cajun Seasoning"}),(0,m.jsx)(s,{children:"53"}),(0,m.jsx)(s,{children:"22"})]}),(0,m.jsxs)(L,{children:[(0,m.jsx)(s,{className:"k-drag-cell",children:(0,m.jsx)(u,{icon:"reorder"})}),(0,m.jsx)(s,{children:"5"}),(0,m.jsx)(s,{children:"Chef Anton's Gumbo Mix"}),(0,m.jsx)(s,{children:"0"}),(0,m.jsx)(s,{children:"21.35"})]})]})]})})})]})});case"filter-row":return(0,m.jsx)(Kc,{...a,...l});default:return(0,m.jsx)(q,{...a,...l,children:g})}};Ja.options=jh;Ja.states=ex;Ja.variants=tx;Ja.defaultOptions=ep;Ja.modifiers=ox;var Xn="treelist",tp=Xn;var ap=require("react/jsx-runtime"),op="k-treelist",ax=[],rx={},lx={},Be=e=>(0,ap.jsx)(q,{...e,className:r(op,e.className),children:e.children});Be.states=ax;Be.options=rx;Be.className=op;Be.defaultOptions=lx;Be.moduleName=Xn;Be.folderName=tp;var H=require("react/jsx-runtime"),Eo=({gridHeader:e,gridContent:t,menu:o,...a})=>(0,H.jsxs)(Be,{id:"treelist",_renderAriaRoot:!0,...a,children:[e||(0,H.jsx)(Y,{children:(0,H.jsx)("div",{className:"k-grid-header-wrap",children:(0,H.jsxs)(Q,{children:[(0,H.jsxs)("colgroup",{children:[(0,H.jsx)("col",{}),(0,H.jsx)("col",{}),(0,H.jsx)("col",{})]}),(0,H.jsx)(W,{children:(0,H.jsxs)(L,{children:[(0,H.jsx)(y,{menu:o,columnTitle:"Name"}),(0,H.jsx)(y,{menu:o,columnTitle:"Position"}),(0,H.jsx)(y,{menu:o,columnTitle:"Hire Date"})]})})]})})}),(0,H.jsx)(re,{children:t||(0,H.jsx)(ee,{children:(0,H.jsxs)(te,{children:[(0,H.jsxs)("colgroup",{children:[(0,H.jsx)("col",{}),(0,H.jsx)("col",{}),(0,H.jsx)("col",{})]}),(0,H.jsxs)(ae,{children:[(0,H.jsxs)(L,{children:[(0,H.jsxs)(s,{children:[(0,H.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Daryl"]}),(0,H.jsx)(s,{children:"Sweeney"}),(0,H.jsx)(s,{children:"CEO"})]}),(0,H.jsxs)(L,{alt:!0,children:[(0,H.jsxs)(s,{children:[(0,H.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,H.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Guy"]}),(0,H.jsx)(s,{children:"Wooten"}),(0,H.jsx)(s,{children:"Chief Technical Officer"})]}),(0,H.jsxs)(L,{children:[(0,H.jsxs)(s,{children:[(0,H.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,H.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,H.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Buffy"]}),(0,H.jsx)(s,{children:"Weber"}),(0,H.jsx)(s,{children:"VP, Engineering"})]}),(0,H.jsxs)(L,{alt:!0,children:[(0,H.jsxs)(s,{children:[(0,H.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,H.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,H.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,H.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Hyacinth"]}),(0,H.jsx)(s,{children:"Hood"}),(0,H.jsx)(s,{children:"Team Lead"})]}),(0,H.jsxs)(L,{children:[(0,H.jsxs)(s,{children:[(0,H.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,H.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,H.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,H.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,H.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),"Akeem"]}),(0,H.jsx)(s,{children:"Carr"}),(0,H.jsx)(s,{children:"Junior Software Developer"})]})]})]})})})]});var lp=require("react/jsx-runtime"),rp=e=>(0,lp.jsx)(Eo,{menu:"column",...e});var ip=require("react/jsx-runtime"),np=e=>(0,ip.jsx)(Eo,{menu:"filter",...e});var S=require("react/jsx-runtime"),sp=({gridHeader:e,gridContent:t,menu:o,...a})=>(0,S.jsxs)(Be,{id:"treelist",_renderAriaRoot:!0,...a,children:[e||(0,S.jsx)(Y,{children:(0,S.jsx)("div",{className:"k-grid-header-wrap",children:(0,S.jsxs)(Q,{children:[(0,S.jsxs)("colgroup",{children:[(0,S.jsx)("col",{className:"k-drag-col"}),(0,S.jsx)("col",{}),(0,S.jsx)("col",{}),(0,S.jsx)("col",{})]}),(0,S.jsx)(W,{children:(0,S.jsxs)(L,{children:[(0,S.jsx)(y,{}),(0,S.jsx)(y,{menu:o,columnTitle:"First Name"}),(0,S.jsx)(y,{menu:o,columnTitle:"Last Name"}),(0,S.jsx)(y,{menu:o,columnTitle:"Position"})]})})]})})}),(0,S.jsx)(re,{children:t||(0,S.jsx)(ee,{children:(0,S.jsxs)(te,{children:[(0,S.jsxs)("colgroup",{children:[(0,S.jsx)("col",{className:"k-drag-col"}),(0,S.jsx)("col",{}),(0,S.jsx)("col",{}),(0,S.jsx)("col",{})]}),(0,S.jsxs)(ae,{children:[(0,S.jsxs)(L,{children:[(0,S.jsx)(s,{className:"k-drag-cell",children:(0,S.jsx)(u,{icon:"reorder"})}),(0,S.jsxs)(s,{children:[(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Daryl"]}),(0,S.jsx)(s,{children:"Sweeney"}),(0,S.jsx)(s,{children:"CEO"})]}),(0,S.jsxs)(L,{alt:!0,children:[(0,S.jsx)(s,{className:"k-drag-cell",children:(0,S.jsx)(u,{icon:"reorder"})}),(0,S.jsxs)(s,{children:[(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Guy"]}),(0,S.jsx)(s,{children:"Wooten"}),(0,S.jsx)(s,{children:"Chief Technical Officer"})]}),(0,S.jsxs)(L,{children:[(0,S.jsx)(s,{className:"k-drag-cell",children:(0,S.jsx)(u,{icon:"reorder"})}),(0,S.jsxs)(s,{children:[(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Buffy"]}),(0,S.jsx)(s,{children:"Weber"}),(0,S.jsx)(s,{children:"VP, Engineering"})]}),(0,S.jsxs)(L,{alt:!0,children:[(0,S.jsx)(s,{className:"k-drag-cell",children:(0,S.jsx)(u,{icon:"reorder"})}),(0,S.jsxs)(s,{children:[(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Hyacinth"]}),(0,S.jsx)(s,{children:"Hood"}),(0,S.jsx)(s,{children:"Team Lead"})]}),(0,S.jsxs)(L,{children:[(0,S.jsx)(s,{className:"k-drag-cell",children:(0,S.jsx)(u,{icon:"reorder"})}),(0,S.jsxs)(s,{children:[(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,S.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),"Akeem"]}),(0,S.jsx)(s,{children:"Carr"}),(0,S.jsx)(s,{children:"Junior Software Developer"})]})]})]})})})]});var dp=require("react/jsx-runtime");var T=require("react/jsx-runtime"),nx=Be.options,ix=Be.states,cp={...Be.defaultOptions,variant:"normal"},sx=[{name:"normal",title:"Normal"},{name:"column-menu",title:"Column Menu"},{name:"filter-row",title:"Filter Row"},{name:"sorting",title:"Sorting"},{name:"row-reordering",title:"Row Reordering"}],dx=[{name:"toolbar",title:"Toolbar"},{name:"pager",title:"Pager"}],qa=e=>{let{variant:t,modifiers:o,...a}={...cp,...e},l={},i=(0,T.jsxs)(jt,{children:[(0,T.jsx)(c,{icon:"plus",children:"Add New"}),(0,T.jsx)(c,{icon:"file-pdf",children:"Export to PDF"}),(0,T.jsx)("span",{className:"k-spacer"}),(0,T.jsx)(ne,{prefix:(0,T.jsx)(u,{icon:"search"}),separators:!1,placeholder:"Search..."})]}),p=(0,T.jsx)(xe,{pageSizes:!1,refresh:!1});switch(Object.keys(o||{}).forEach(b=>{switch(b){case"toolbar":l.toolbar=o!=null&&o[b]?i:void 0;break;case"pager":l.pager=o!=null&&o[b]?p:void 0;break;default:return}}),t){case"row-reordering":return(0,T.jsx)(sp,{...a,...l});case"column-menu":return(0,T.jsx)(rp,{...a,...l,gridHeader:(0,T.jsx)(Y,{children:(0,T.jsx)("div",{className:"k-grid-header-wrap",children:(0,T.jsxs)(Q,{children:[(0,T.jsxs)("colgroup",{children:[(0,T.jsx)("col",{}),(0,T.jsx)("col",{}),(0,T.jsx)("col",{})]}),(0,T.jsx)(W,{children:(0,T.jsxs)(L,{children:[(0,T.jsx)(y,{menu:"column",columnTitle:"First Name"}),(0,T.jsx)(y,{menu:"column",columnTitle:"Last Name"}),(0,T.jsx)(y,{menu:"column",columnTitle:"Position"})]})})]})})})});case"filter-row":return(0,T.jsx)(np,{...a,...l,gridHeader:(0,T.jsx)(Y,{children:(0,T.jsx)("div",{className:"k-grid-header-wrap",children:(0,T.jsxs)(Q,{children:[(0,T.jsxs)("colgroup",{children:[(0,T.jsx)("col",{}),(0,T.jsx)("col",{}),(0,T.jsx)("col",{})]}),(0,T.jsx)(W,{children:(0,T.jsxs)(L,{children:[(0,T.jsx)(y,{menu:"filter",columnTitle:"First Name"}),(0,T.jsx)(y,{menu:"filter",columnTitle:"Last Name"}),(0,T.jsx)(y,{menu:"filter",columnTitle:"Position"})]})})]})})})});case"sorting":return(0,T.jsx)(Eo,{...a,...l,gridHeader:(0,T.jsx)(Y,{children:(0,T.jsx)("div",{className:"k-grid-header-wrap",children:(0,T.jsxs)(Q,{children:[(0,T.jsxs)("colgroup",{children:[(0,T.jsx)("col",{}),(0,T.jsx)("col",{}),(0,T.jsx)("col",{})]}),(0,T.jsx)(W,{children:(0,T.jsxs)(L,{children:[(0,T.jsx)(y,{columnTitle:"First Name"}),(0,T.jsx)(y,{columnTitle:"Last Name",sortable:!0}),(0,T.jsx)(y,{columnTitle:"Position"})]})})]})})}),gridContent:(0,T.jsx)(ee,{children:(0,T.jsxs)(te,{children:[(0,T.jsxs)("colgroup",{children:[(0,T.jsx)("col",{}),(0,T.jsx)("col",{className:"k-sorted"}),(0,T.jsx)("col",{})]}),(0,T.jsxs)(ae,{children:[(0,T.jsxs)(L,{className:"k-treelist-group",children:[(0,T.jsxs)(s,{children:[(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Daryl"]}),(0,T.jsx)(s,{children:"Sweeney"}),(0,T.jsx)(s,{children:"CEO"})]}),(0,T.jsxs)(L,{className:"k-treelist-group k-alt",alt:!0,children:[(0,T.jsxs)(s,{children:[(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Guy"]}),(0,T.jsx)(s,{children:"Wooten"}),(0,T.jsx)(s,{children:"Chief Technical Officer"})]}),(0,T.jsxs)(L,{className:"k-treelist-group",children:[(0,T.jsxs)(s,{children:[(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Buffy"]}),(0,T.jsx)(s,{children:"Weber"}),(0,T.jsx)(s,{children:"VP, Engineering"})]}),(0,T.jsxs)(L,{className:"k-treelist-group k-alt",alt:!0,children:[(0,T.jsxs)(s,{children:[(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"caret-alt-down"}),"Hyacinth"]}),(0,T.jsx)(s,{children:"Hood"}),(0,T.jsx)(s,{children:"Team Lead"})]}),(0,T.jsxs)(L,{children:[(0,T.jsxs)(s,{children:[(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),(0,T.jsx)(u,{className:"k-treelist-toggle",icon:"none"}),"Akeem"]}),(0,T.jsx)(s,{children:"Carr"}),(0,T.jsx)(s,{children:"Junior Software Developer"})]})]})]})})});default:return(0,T.jsx)(Eo,{...a,...l,gridHeader:(0,T.jsx)(Y,{children:(0,T.jsx)("div",{className:"k-grid-header-wrap",children:(0,T.jsxs)(Q,{children:[(0,T.jsxs)("colgroup",{children:[(0,T.jsx)("col",{}),(0,T.jsx)("col",{}),(0,T.jsx)("col",{})]}),(0,T.jsx)(W,{children:(0,T.jsxs)(L,{children:[(0,T.jsx)(y,{columnTitle:"First Name"}),(0,T.jsx)(y,{columnTitle:"Last Name"}),(0,T.jsx)(y,{columnTitle:"Position"})]})})]})})})})}};qa.options=nx;qa.states=ix;qa.variants=sx;qa.defaultOptions=cp;qa.modifiers=dx;var Wn="propertygrid",pp=Wn;var up=require("react/jsx-runtime"),mp="k-property-grid",cx=[],px={},mx={},xo=e=>(0,up.jsx)(Be,{...e,className:r(mp,e.className),children:e.children});xo.states=cx;xo.options=px;xo.className=mp;xo.defaultOptions=mx;xo.moduleName=Wn;xo.folderName=pp;var ux=xo;