@progress/kendo-themes-html 14.0.0-dev.4 → 14.0.0-dev.6

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 (160) hide show
  1. package/dist/cjs/chat/chat-message.js +1 -1
  2. package/dist/cjs/chat/chat.spec.js +1 -1
  3. package/dist/cjs/chat/demos/chat.js +1 -1
  4. package/dist/cjs/chat/templates/chat-empty.js +1 -1
  5. package/dist/cjs/chat/templates/chat-expandable.js +1 -1
  6. package/dist/cjs/chat/templates/chat-failed.js +1 -1
  7. package/dist/cjs/chat/templates/chat-message-skeleton.js +1 -1
  8. package/dist/cjs/chat/templates/chat-message-toolbar.js +1 -1
  9. package/dist/cjs/chat/templates/chat-normal.js +1 -1
  10. package/dist/cjs/chat/templates/chat-pinned.js +1 -1
  11. package/dist/cjs/chat/templates/chat-stop-response.js +1 -1
  12. package/dist/cjs/chat/templates/chat-textarea-file.js +1 -1
  13. package/dist/cjs/chat/templates/chat-typing.js +1 -1
  14. package/dist/cjs/chat/templates/chat-upload.js +1 -1
  15. package/dist/cjs/editor/demos/editor.js +1 -1
  16. package/dist/cjs/editor/templates/editor-normal.js +1 -1
  17. package/dist/cjs/editor/templates/editor-resizable.js +1 -1
  18. package/dist/cjs/editor/templates/editor-responsive-toolbar.js +1 -1
  19. package/dist/cjs/imageeditor/templates/imageeditor-crop.js +1 -1
  20. package/dist/cjs/imageeditor/templates/imageeditor-resize.js +1 -1
  21. package/dist/cjs/index.js +8 -8
  22. package/dist/cjs/prompt/demos/prompt.js +1 -1
  23. package/dist/cjs/prompt/templates/prompt-inline-input-only.js +1 -1
  24. package/dist/cjs/prompt/templates/prompt-inline.js +1 -1
  25. package/dist/cjs/prompt/templates/prompt-more-actions.js +1 -1
  26. package/dist/cjs/prompt/templates/prompt-normal.js +1 -1
  27. package/dist/cjs/prompt/templates/prompt-output.js +1 -1
  28. package/dist/cjs/prompt/templates/prompt-popup.js +1 -1
  29. package/dist/cjs/prompt/templates/prompt-settings.js +1 -1
  30. package/dist/cjs/prompt/templates/prompt-suggestions.js +1 -1
  31. package/dist/cjs/prompt-box/prompt-box.spec.js +1 -1
  32. package/dist/cjs/prompt-box/templates/prompt-box-auto-expanded.js +1 -1
  33. package/dist/cjs/prompt-box/templates/prompt-box-auto.js +1 -1
  34. package/dist/cjs/prompt-box/templates/prompt-box-multi.js +1 -1
  35. package/dist/cjs/prompt-box/templates/prompt-box-single.js +1 -1
  36. package/dist/cjs/prompt-box/templates/prompt-box-stop-response.js +1 -1
  37. package/dist/cjs/rating/demos/rating.js +1 -1
  38. package/dist/cjs/rating/rating-item.js +1 -1
  39. package/dist/cjs/rating/rating.spec.js +1 -1
  40. package/dist/cjs/rating/templates/rating-disabled.js +1 -1
  41. package/dist/cjs/rating/templates/rating-normal.js +1 -1
  42. package/dist/cjs/rating/templates/rating-readonly.js +1 -1
  43. package/dist/cjs/rating/templates/rating-with-label.js +1 -1
  44. package/dist/cjs/smart-box/smart-box-send-button.js +1 -1
  45. package/dist/cjs/smart-box/templates/smart-box-disabled-send.js +1 -1
  46. package/dist/cjs/smart-box/templates/smart-box-normal.js +1 -1
  47. package/dist/cjs/smart-box/templates/smart-box-opened-focused.js +1 -1
  48. package/dist/cjs/smart-box/templates/smart-box-processing.js +1 -1
  49. package/dist/cjs/speech-to-text-button/demos/speech-to-text-button.js +1 -1
  50. package/dist/cjs/speech-to-text-button/speech-to-text-button.spec.js +1 -1
  51. package/dist/cjs/speech-to-text-button/templates/speech-to-text-button-listening.js +1 -1
  52. package/dist/cjs/speech-to-text-button/templates/speech-to-text-button-normal.js +1 -1
  53. package/dist/cjs/spreadsheet/demos/spreadsheet.js +1 -1
  54. package/dist/cjs/spreadsheet/spreadsheet-header.js +1 -1
  55. package/dist/cjs/spreadsheet/spreadsheet-sheets-bar.js +1 -1
  56. package/dist/cjs/spreadsheet/spreadsheet-view.js +1 -1
  57. package/dist/cjs/spreadsheet/templates/spreadsheet-formula-open.js +1 -1
  58. package/dist/cjs/spreadsheet/templates/spreadsheet-normal.js +1 -1
  59. package/dist/esm/chat/chat-message.mjs +1 -1
  60. package/dist/esm/chat/chat.spec.mjs +1 -1
  61. package/dist/esm/chat/demos/chat.mjs +1 -1
  62. package/dist/esm/chat/templates/chat-empty.mjs +1 -1
  63. package/dist/esm/chat/templates/chat-expandable.mjs +1 -1
  64. package/dist/esm/chat/templates/chat-failed.mjs +1 -1
  65. package/dist/esm/chat/templates/chat-message-skeleton.mjs +1 -1
  66. package/dist/esm/chat/templates/chat-message-toolbar.mjs +1 -1
  67. package/dist/esm/chat/templates/chat-normal.mjs +1 -1
  68. package/dist/esm/chat/templates/chat-pinned.mjs +1 -1
  69. package/dist/esm/chat/templates/chat-stop-response.mjs +1 -1
  70. package/dist/esm/chat/templates/chat-textarea-file.mjs +1 -1
  71. package/dist/esm/chat/templates/chat-typing.mjs +1 -1
  72. package/dist/esm/chat/templates/chat-upload.mjs +1 -1
  73. package/dist/esm/editor/demos/editor.mjs +1 -1
  74. package/dist/esm/editor/templates/editor-normal.mjs +1 -1
  75. package/dist/esm/editor/templates/editor-resizable.mjs +1 -1
  76. package/dist/esm/editor/templates/editor-responsive-toolbar.mjs +1 -1
  77. package/dist/esm/imageeditor/templates/imageeditor-crop.mjs +1 -1
  78. package/dist/esm/imageeditor/templates/imageeditor-resize.mjs +1 -1
  79. package/dist/esm/index.mjs +8 -8
  80. package/dist/esm/prompt/demos/prompt.mjs +1 -1
  81. package/dist/esm/prompt/templates/prompt-inline-input-only.mjs +1 -1
  82. package/dist/esm/prompt/templates/prompt-inline.mjs +1 -1
  83. package/dist/esm/prompt/templates/prompt-more-actions.mjs +1 -1
  84. package/dist/esm/prompt/templates/prompt-normal.mjs +1 -1
  85. package/dist/esm/prompt/templates/prompt-output.mjs +1 -1
  86. package/dist/esm/prompt/templates/prompt-popup.mjs +1 -1
  87. package/dist/esm/prompt/templates/prompt-settings.mjs +1 -1
  88. package/dist/esm/prompt/templates/prompt-suggestions.mjs +1 -1
  89. package/dist/esm/prompt-box/prompt-box.spec.mjs +1 -1
  90. package/dist/esm/prompt-box/templates/prompt-box-auto-expanded.mjs +1 -1
  91. package/dist/esm/prompt-box/templates/prompt-box-auto.mjs +1 -1
  92. package/dist/esm/prompt-box/templates/prompt-box-multi.mjs +1 -1
  93. package/dist/esm/prompt-box/templates/prompt-box-single.mjs +1 -1
  94. package/dist/esm/prompt-box/templates/prompt-box-stop-response.mjs +1 -1
  95. package/dist/esm/rating/demos/rating.mjs +1 -1
  96. package/dist/esm/rating/rating-item.mjs +1 -1
  97. package/dist/esm/rating/rating.spec.mjs +1 -1
  98. package/dist/esm/rating/templates/rating-disabled.mjs +1 -1
  99. package/dist/esm/rating/templates/rating-normal.mjs +1 -1
  100. package/dist/esm/rating/templates/rating-readonly.mjs +1 -1
  101. package/dist/esm/rating/templates/rating-with-label.mjs +1 -1
  102. package/dist/esm/smart-box/smart-box-send-button.mjs +1 -1
  103. package/dist/esm/smart-box/templates/smart-box-disabled-send.mjs +1 -1
  104. package/dist/esm/smart-box/templates/smart-box-normal.mjs +1 -1
  105. package/dist/esm/smart-box/templates/smart-box-opened-focused.mjs +1 -1
  106. package/dist/esm/smart-box/templates/smart-box-processing.mjs +1 -1
  107. package/dist/esm/speech-to-text-button/demos/speech-to-text-button.mjs +1 -1
  108. package/dist/esm/speech-to-text-button/speech-to-text-button.spec.mjs +1 -1
  109. package/dist/esm/speech-to-text-button/templates/speech-to-text-button-listening.mjs +1 -1
  110. package/dist/esm/speech-to-text-button/templates/speech-to-text-button-normal.mjs +1 -1
  111. package/dist/esm/spreadsheet/demos/spreadsheet.mjs +1 -1
  112. package/dist/esm/spreadsheet/spreadsheet-header.mjs +1 -1
  113. package/dist/esm/spreadsheet/spreadsheet-sheets-bar.mjs +1 -1
  114. package/dist/esm/spreadsheet/spreadsheet-view.mjs +1 -1
  115. package/dist/esm/spreadsheet/templates/spreadsheet-formula-open.mjs +1 -1
  116. package/dist/esm/spreadsheet/templates/spreadsheet-normal.mjs +1 -1
  117. package/package.json +3 -3
  118. package/src/_preview/tests/preview-components.tsx +2 -2
  119. package/src/chat/chat-message.tsx +3 -3
  120. package/src/chat/chat.spec.tsx +2 -2
  121. package/src/chat/tests/chat-files-layout.tsx +8 -8
  122. package/src/chat/tests/chat-files-pin.tsx +2 -2
  123. package/src/chat/tests/chat-files.tsx +6 -6
  124. package/src/chat/tests/chat-message-toolbar.tsx +2 -2
  125. package/src/colorpicker/tests/colorpicker-size-rounded.tsx +34 -0
  126. package/src/drawer/tests/drawer-item-states.tsx +3 -3
  127. package/src/editor/demos/editor.tsx +1 -1
  128. package/src/editor/templates/editor-normal.tsx +1 -1
  129. package/src/editor/templates/editor-resizable.tsx +1 -1
  130. package/src/editor/templates/editor-responsive-toolbar.tsx +1 -1
  131. package/src/editor/tests/editor-table-wizard.tsx +1 -1
  132. package/src/editor/tests/editor.tsx +2 -2
  133. package/src/grid/tests/grid-assistant-window.tsx +4 -4
  134. package/src/grid/tests/grid-row-pinning-adaptive.tsx +1 -1
  135. package/src/grid/tests/grid-semantic-search-popup.tsx +10 -10
  136. package/src/grid/tests/grid-toolbar.tsx +2 -2
  137. package/src/imageeditor/templates/imageeditor-crop.tsx +1 -1
  138. package/src/imageeditor/templates/imageeditor-resize.tsx +1 -1
  139. package/src/prompt/demos/prompt.tsx +4 -4
  140. package/src/prompt/templates/prompt-inline.tsx +1 -1
  141. package/src/prompt/templates/prompt-output.tsx +4 -4
  142. package/src/prompt/tests/prompt-inline-response-generation.tsx +2 -2
  143. package/src/prompt-box/prompt-box.spec.tsx +1 -1
  144. package/src/prompt-box/tests/prompt-box-affixes.tsx +8 -8
  145. package/src/prompt-box/tests/prompt-box-files.tsx +2 -2
  146. package/src/rating/rating-item.tsx +20 -5
  147. package/src/smart-box/smart-box-send-button.tsx +1 -1
  148. package/src/smart-box/templates/smart-box-disabled-send.tsx +1 -1
  149. package/src/smart-box/templates/smart-box-normal.tsx +1 -1
  150. package/src/smart-box/templates/smart-box-opened-focused.tsx +1 -1
  151. package/src/smart-box/templates/smart-box-processing.tsx +1 -1
  152. package/src/speech-to-text-button/speech-to-text-button.spec.tsx +2 -2
  153. package/src/spreadsheet/spreadsheet-header.tsx +1 -1
  154. package/src/spreadsheet/spreadsheet-sheets-bar.tsx +8 -8
  155. package/src/spreadsheet/tests/spreadsheet-tools.tsx +1 -1
  156. package/src/toolbar/tests/toolbar-fill-modes.tsx +2 -2
  157. package/dist/types/loader/tests/loader-container-overlay.d.ts +0 -2
  158. package/src/colorpicker/tests/colorpicker-size.tsx +0 -28
  159. package/src/loader/tests/loader-container-overlay.tsx +0 -30
  160. /package/dist/types/colorpicker/tests/{colorpicker-size.d.ts → colorpicker-size-rounded.d.ts} +0 -0
@@ -1 +1 @@
1
- var r=(...e)=>e.filter(t=>t!==!0&&!!t).map(t=>Array.isArray(t)?r(...t):typeof t=="object"?Object.keys(t).map((o,a)=>t[a]||t[o]&&o||null).filter(o=>o!==null).join(" "):t).filter(t=>!!t).join(" ");var A=(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"}),E=(e,t)=>{let{valid:o,invalid:a,hover:i,focus:s,checked:p,active:m,selected:f,disabled:h,indeterminate:x,loading:g,empty:u,readonly:S,highlighted:N,...y}=t;return r({"k-valid":o,"k-invalid":a,"k-hover":i,"k-focus":s,"k-checked":p,"k-active":m,"k-selected":f,"k-disabled":h,"k-indeterminate":x&&!p,"k-loading":g,"k-empty":u,"k-readonly":S,"k-highlighted":N},Object.keys(y).reduce((T,M)=>(M.startsWith("k-")?T[M]=y[M]:T[`k-${M}`]=y[M],T),{}))};function Li(e,t){if(!t)return{};let o=Array.isArray(t)?t:[t];return Object.fromEntries(o.map(a=>[`k-${a}`,!0]))}var c={undefined:void 0,xsmall:"xsmall",small:"small",medium:"medium",large:"large",xlarge:"xlarge",xxlarge:"xxlarge",xxxlarge:"xxxlarge"},v={undefined:void 0,none:"none",small:"small",medium:"medium",large:"large",full:"full"},b={undefined:void 0,solid:"solid",flat:"flat",outline:"outline",clear:"clear",link:"link"},k={undefined:void 0,inherit:"inherit",base:"base",primary:"primary",secondary:"secondary",tertiary:"tertiary",info:"info",success:"success",warning:"warning",error:"error",inverse:"inverse"},l={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"},yi={calloutMap:{top:"n",bottom:"s",left:"w",right:"e"},orientationMap:{vertical:"vstack",horizontal:"hstack"}};var Va={};function P(e){return Va[e]=(Va[e]||0)+1,`k-${e}-${Va[e]}`}import{Fragment as yl,jsx as Mi}from"react/jsx-runtime";var Wa="k-font-icon",Nl=[],Sl={size:[c.undefined,c.xsmall,c.small,c.medium,c.large,c.xlarge,c.xxlarge,c.xxxlarge],themeColor:[k.undefined,k.base,k.primary,k.secondary,k.tertiary,k.success,k.warning,k.error,k.info]},Ll={},Do=e=>{let{size:t,themeColor:o,icon:a,rotate:i,flip:s,...p}=e;return a?Mi("span",{...p,className:r(e.className,Wa,A(Wa,{size:t}),{[`k-i-${a}`]:a,[`k-color-${o}`]:o,[`k-rotate-${i}`]:i,"k-flip-h":s==="h"||s==="both","k-flip-v":s==="v"||s==="both"}),"aria-hidden":"true"}):Mi(yl,{})};Do.states=Nl;Do.options=Sl;Do.className=Wa;Do.defaultOptions=Ll;var Ai=Do;import{Fragment as wl,jsx as ma}from"react/jsx-runtime";var Xa="k-svg-icon",Ml=[],Al={size:[c.undefined,c.xsmall,c.small,c.medium,c.large,c.xlarge,c.xxlarge,c.xxxlarge],themeColor:[k.undefined,k.base,k.primary,k.secondary,k.tertiary,k.success,k.warning,k.error,k.info]},wi={viewBox:"0 0 24 24"},_o=e=>{let{size:t,themeColor:o,rotate:a,flip:i,viewBox:s=wi.viewBox,icon:p,...m}=e;if(!p)return ma(wl,{});if(p==="none")return ma("span",{...m,className:r(e.className,Xa,A("k-icon",{size:t}),"k-none"),"aria-hidden":"true"});let f=typeof p=="object"&&p.name&&p.name;return ma("span",{...m,className:r(e.className,Xa,A("k-icon",{size:t}),{[`k-svg-i-${f}`]:f,[`k-color-${o}`]:o,[`k-rotate-${a}`]:a,"k-flip-h":i==="h"||i==="both","k-flip-v":i==="v"||i==="both"}),"aria-hidden":"true",children:ma("svg",{"aria-hidden":!0,focusable:!1,xmlns:"http://www.w3.org/2000/svg",viewBox:typeof p=="object"?p.viewBox:s,dangerouslySetInnerHTML:typeof p=="object"?{__html:p.content}:void 0,children:p?void 0:e.children})})};_o.states=Ml;_o.options=Al;_o.className=Xa;_o.defaultOptions=wi;var Ja=_o;import*as qa from"@progress/kendo-svg-icons";var Ii="icon",Ti="icons";import{useContext as Tl}from"react";import{createContext as Il}from"react";var Ei=Il({iconsType:"svg"});import{Fragment as Ci,jsx as Ho}from"react/jsx-runtime";var ua="k-icon",El=e=>e.replace(/([-_][a-z0-9])/gi,t=>t.toUpperCase().replace("-","").replace("_","")),Cl=[],Ol={size:[c.undefined,c.xsmall,c.small,c.medium,c.large,c.xlarge,c.xxlarge,c.xxxlarge],themeColor:[k.undefined,k.base,k.primary,k.secondary,k.tertiary,k.success,k.warning,k.error,k.info]},Ya={viewBox:"0 0 24 24",type:"svg"},L=e=>{let{iconsType:t}=Tl(Ei),{size:o,themeColor:a,icon:i,type:s=t||Ya.type,rotate:p,flip:m,viewBox:f=Ya.viewBox,...h}=e;if(!i)return Ho(Ci,{});if((t||s)==="svg"){if(i==="none")return Ho(Ja,{...h,className:r(e.className,ua),icon:i,size:o});let g=qa[i]?i:El(`${i}-icon`);return qa[g]?Ho(Ja,{...h,className:r(e.className,ua),icon:qa[g],size:o,themeColor:a,rotate:p,flip:m,viewBox:f}):Ho(Ci,{})}return Ho(Ai,{...h,className:r(e.className,ua),icon:i,size:o,themeColor:a,rotate:p,flip:m})};L.states=Cl;L.options=Ol;L.defaultOptions=Ya;L.className=ua;L.moduleName=Ii;L.folderName=Ti;L.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 Qa="tooltip",Oi=Qa;import{jsx as zo,jsxs as Bi}from"react/jsx-runtime";var Za="k-tooltip",Bl=[],Pl={themeColor:[k.undefined,k.base,k.inverse,k.info,k.success,k.warning,k.error]},Pi={closable:!1},be=e=>{let{closable:t=Pi.closable,callout:o,themeColor:a,title:i,content:s,icon:p,id:m=P("tooltip"),...f}=e;return Bi("div",{...f,className:r(e.className,Za,A(Za,{themeColor:a}),{"k-tooltip-closable":t}),role:"tooltip",id:m,children:[p&&zo(L,{className:"k-tooltip-icon",icon:p}),Bi("div",{className:"k-tooltip-content",children:[i&&zo("div",{className:"k-tooltip-title",children:i}),s]}),t&&zo("div",{className:"k-tooltip-button",role:"button","aria-label":"Close",tabIndex:0,children:zo(L,{icon:"x"})}),o&&zo("div",{className:r("k-callout",{[`k-callout-${yi.calloutMap[o]||o}`]:o})})]})};be.states=Bl;be.options=Pl;be.className=Za;be.defaultOptions=Pi;be.moduleName=Qa;be.folderName=Oi;be.ariaSpec={selector:".k-tooltip",implicitRole:"tooltip",rules:[{selector:".k-tooltip",attribute:"role=tooltip",usage:"Specifies the tooltip role of the tooltip container."},{selector:".k-tooltip",attribute:"id",usage:"The element needs an id to be associated with the aria-describedby attribute of the trigger element."},{selector:".k-tooltip .k-tooltip-button",attribute:"role=button",usage:"The close button needs an explicit button role."},{selector:".k-tooltip .k-tooltip-button",attribute:"aria-label",usage:"The close button needs an accessible name."}]};var ja=be;import{jsx as Rl}from"react/jsx-runtime";var Ri=e=>Rl(ja,{content:"Tooltip Content",...e});import{jsx as fh}from"react/jsx-runtime";var er="popup",Ki=er;import{jsx as Di}from"react/jsx-runtime";var _i="k-animation-container",Kl=[],Dl={},Hi={positionMode:"absolute"},Oe=e=>{let{positionMode:t=Hi.positionMode,animationStyle:o,offset:a,...i}=e;return Di("div",{...i,style:{...a,...e.style},className:r(e.className,_i,"k-animation-container-shown",{"k-animation-container-fixed":t==="fixed"}),children:Di("div",{className:"k-child-animation-container",style:o,children:e.children})})};Oe.states=Kl;Oe.options=Dl;Oe.className=_i;Oe.defaultOptions=Hi;Oe.moduleName=er;Oe.folderName=Ki;var tr="button",zi=tr;import{Fragment as Fl,jsx as Fo,jsxs as Fi}from"react/jsx-runtime";var Uo="k-button",_l=["icon-button"],Hl=[l.hover,l.focus,l.active,l.selected,l.disabled,l.generating],zl={size:[c.undefined,c.xsmall,c.small,c.medium,c.large],rounded:[v.undefined,v.none,v.small,v.medium,v.large,v.full],fillMode:[b.undefined,b.solid,b.flat,b.outline,b.clear,b.link],themeColor:[k.undefined,k.base,k.primary,k.secondary,k.tertiary,k.success,k.warning,k.error,k.info,k.inverse]},or={showArrow:!1,arrowIconName:"chevron-down"},d=e=>{let{as:t="button",size:o,rounded:a,fillMode:i,themeColor:s,showArrow:p=or.showArrow,arrowIconName:m=or.arrowIconName,variant:f,hover:h,focus:x,active:g,selected:u,disabled:S,togglable:N,ariaDisabled:y,icon:T,text:M,iconClassName:D,className:Z,...de}=e,ue=T!==void 0,fe=e.children!==void 0;return Fi(t,{className:r(Z,Uo,Li(Uo,f),A(Uo,{size:o,rounded:a,fillMode:i,themeColor:s}),E(Uo,{hover:h,focus:x,active:g,disabled:S||y,selected:u}),{"k-icon-button":!M&&!fe&&ue}),...de,"aria-pressed":N?u?"true":"false":void 0,"aria-disabled":y?"true":void 0,disabled:S||void 0,children:[T&&Fo(L,{className:r(D,"k-button-icon"),icon:T}),M?Fi(Fl,{children:[M&&Fo("span",{className:"k-button-text",children:M}),e.children]}):e.children&&Fo("span",{className:"k-button-text",children:e.children}),p&&Fo("span",{className:"k-menu-button-arrow k-button-arrow",children:Fo(L,{icon:m})})]})};d.states=Hl;d.options=zl;d.variants=_l;d.className=Uo;d.defaultOptions=or;d.moduleName=tr;d.folderName=zi;d.ariaSpec={selector:".k-button",rules:[{selector:".k-button",attribute:"role=button or nodeName=button",usage:"The button role is implicit from the native <button> element."},{selector:".k-button",attribute:"aria-label (when icon-only)",usage:"Required for icon-only buttons that have no visible text."},{selector:".k-button",attribute:"aria-pressed (when togglable)",usage:"Indicates the pressed state of a toggle button."},{selector:".k-button",attribute:"disabled (when disabled)",usage:"Rendered when the button is disabled."}]};import{jsx as Ul}from"react/jsx-runtime";var xt=e=>Ul(d,{icon:"folder",...e,"aria-label":e["aria-label"]||"Folder",children:void 0});import{jsx as Gl}from"react/jsx-runtime";var Go=e=>Gl(d,{icon:"folder",children:"Button",...e});import{jsx as $l}from"react/jsx-runtime";var Ot=e=>$l(d,{children:"Button",...e});import{jsx as ar}from"react/jsx-runtime";var Vl=d.options,Wl=d.states,Xl={...d.defaultOptions,variant:"text"},Jl=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],ql=[],Wt=e=>{let{variant:t,...o}=e;switch(t){case"icon-only":return ar(xt,{...o,icon:"star"});case"icon-and-text":return ar(Go,{...o,icon:"star",children:"Button"});default:return ar(Ot,{...o,children:"Button"})}};Wt.options=Vl;Wt.states=Wl;Wt.variants=Jl;Wt.defaultOptions=Xl;Wt.modifiers=ql;Wt.className=d.className;import{jsx as rr,jsxs as jl}from"react/jsx-runtime";var Yl={...be.options,closable:{type:"boolean"},callout:["none","top","bottom","left","right"]},Ql=be.states,Ui={...be.defaultOptions,callout:"top"},Zl=[],Xt=e=>{let{callout:t="top",...o}={...Ui,...e},a={none:{top:"-33px",left:"-17px",calloutDirection:null},right:{top:"2px",left:"61px",calloutDirection:"left"},left:{top:"2px",left:"-94px",calloutDirection:"right"},bottom:{top:"38px",left:"-17px",calloutDirection:"top"},top:{top:"-33px",left:"-17px",calloutDirection:"bottom"}},{top:i,left:s,calloutDirection:p}=a[t]||{};return jl("div",{style:{position:"absolute"},children:[rr(Oe,{style:{top:i,left:s},children:rr(Ri,{style:{width:"86px",textAlign:"center"},callout:p,content:"Content",...o})}),rr(d,{text:"Show"})]})};Xt.options=Yl;Xt.states=Ql;Xt.variants=Zl;Xt.defaultOptions=Ui;Xt.modifiers=[];Xt.className=be.className;import{jsx as n}from"react/jsx-runtime";var ir=[n("div",{className:"k-spreadsheet-cell k-spreadsheet-merged-cell",style:{left:"1px",top:"1px",width:"878px",height:"69px",background:"rgb(96, 181, 255)",outline:"rgb(86, 163, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"30px",whiteSpace:"pre",overflowWrap:"normal"},children:n("div",{className:"k-vertical-align-center",children:"Invoice #52 - 06/23/2015"})}),n("div",{style:{background:"rgb(167, 214, 255)",outline:"rgb(150, 193, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"1px",top:"71px",width:"99px",height:"24px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"ID"})}),n("div",{style:{background:"rgb(167, 214, 255)",outline:"rgb(150, 193, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"101px",top:"71px",width:"214px",height:"24px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"Product"})}),n("div",{style:{background:"rgb(167, 214, 255)",outline:"rgb(150, 193, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"316px",top:"71px",width:"114px",height:"24px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"Quantity"})}),n("div",{style:{background:"rgb(167, 214, 255)",outline:"rgb(150, 193, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"431px",top:"71px",width:"114px",height:"24px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"Price"})}),n("div",{style:{background:"rgb(167, 214, 255)",outline:"rgb(150, 193, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"546px",top:"71px",width:"114px",height:"24px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"Tax"})}),n("div",{style:{background:"rgb(167, 214, 255)",outline:"rgb(150, 193, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"661px",top:"71px",width:"154px",height:"24px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"Amount"})}),n("div",{style:{background:"rgb(167, 214, 255)",outline:"rgb(150, 193, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"816px",top:"71px",width:"63px",height:"24px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"1px",top:"96px",width:"99px",height:"29px"},className:"k-spreadsheet-cell k-left k-single",children:n("div",{className:"k-vertical-align-center",children:"216321"})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"left",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"101px",top:"96px",width:"214px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"Calzone"})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"316px",top:"96px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"1"})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"431px",top:"96px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$12.39"})})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"546px",top:"96px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$2.48"})})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"661px",top:"96px",width:"154px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$14.87"})})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"816px",top:"96px",width:"63px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"1px",top:"126px",width:"99px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"546897"})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"left",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"101px",top:"126px",width:"214px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"Margarita"})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"316px",top:"126px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"2"})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"431px",top:"126px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$8.79"})})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"546px",top:"126px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$3.52"})})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"661px",top:"126px",width:"154px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$21.10"})})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"816px",top:"126px",width:"63px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"1px",top:"156px",width:"99px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"456231"})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"left",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"101px",top:"156px",width:"214px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"Pollo Formaggio"})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"316px",top:"156px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"1"})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"431px",top:"156px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$13.99"})})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"546px",top:"156px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$2.80"})})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"661px",top:"156px",width:"154px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$16.79"})})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"816px",top:"156px",width:"63px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"1px",top:"186px",width:"99px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"455873"})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"left",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"101px",top:"186px",width:"214px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"Greek Salad"})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"316px",top:"186px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"1"})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"431px",top:"186px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$9.49"})})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"546px",top:"186px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$1.90"})})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"661px",top:"186px",width:"154px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$11.39"})})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"816px",top:"186px",width:"63px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"1px",top:"216px",width:"99px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"456892"})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"left",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"101px",top:"216px",width:"214px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"Spinach and Blue Cheese"})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"316px",top:"216px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"3"})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"431px",top:"216px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$11.49"})})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"546px",top:"216px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$6.89"})})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"661px",top:"216px",width:"154px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$41.36"})})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"816px",top:"216px",width:"63px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"1px",top:"246px",width:"99px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"546564"})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"left",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"101px",top:"246px",width:"214px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"Rigoletto"})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"316px",top:"246px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"1"})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"431px",top:"246px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$10.99"})})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"546px",top:"246px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$2.20"})})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"661px",top:"246px",width:"154px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$13.19"})})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"816px",top:"246px",width:"63px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"1px",top:"276px",width:"99px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"789455"})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"left",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"101px",top:"276px",width:"214px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"Creme Brulee"})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"316px",top:"276px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"5"})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"431px",top:"276px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$6.99"})})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"546px",top:"276px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$6.99"})})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"661px",top:"276px",width:"154px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$41.94"})})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"816px",top:"276px",width:"63px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"1px",top:"306px",width:"99px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"123002"})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"left",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"101px",top:"306px",width:"214px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"Radeberger Beer"})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"316px",top:"306px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"4"})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"431px",top:"306px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$4.99"})})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"546px",top:"306px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$3.99"})})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"661px",top:"306px",width:"154px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$23.95"})})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"816px",top:"306px",width:"63px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"1px",top:"336px",width:"99px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"564896"})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"left",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"101px",top:"336px",width:"214px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"Budweiser Beer"})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"316px",top:"336px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"3"})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"431px",top:"336px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$4.49"})})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"546px",top:"336px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$2.69"})})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"661px",top:"336px",width:"154px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$16.16"})})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"816px",top:"336px",width:"63px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"1px",top:"366px",width:"99px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"101px",top:"366px",width:"214px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"316px",top:"366px",width:"114px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"431px",top:"366px",width:"114px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"546px",top:"366px",width:"114px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"661px",top:"366px",width:"154px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"816px",top:"366px",width:"63px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"1px",top:"396px",width:"99px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"101px",top:"396px",width:"214px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"316px",top:"396px",width:"114px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"431px",top:"396px",width:"114px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"546px",top:"396px",width:"114px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"661px",top:"396px",width:"154px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"816px",top:"396px",width:"63px",height:"29px"},className:"k-spreadsheet-cell"})],Gi=[n("div",{className:"k-spreadsheet-vaxis",style:{left:0,height:"405px"}}),n("div",{className:"k-spreadsheet-vaxis",style:{left:"100px",height:"405px"}}),n("div",{className:"k-spreadsheet-vaxis",style:{left:"315px",height:"405px"}}),n("div",{className:"k-spreadsheet-vaxis",style:{left:"430px",height:"405px"}}),n("div",{className:"k-spreadsheet-vaxis",style:{left:"545px",height:"405px"}}),n("div",{className:"k-spreadsheet-vaxis",style:{left:"660px",height:"405px"}}),n("div",{className:"k-spreadsheet-vaxis",style:{left:"815px",height:"405px"}}),n("div",{className:"k-spreadsheet-vaxis",style:{left:"879px",height:"405px"}}),n("div",{className:"k-spreadsheet-vaxis",style:{left:"943px",height:"405px"}}),n("div",{className:"k-spreadsheet-vaxis",style:{left:"1007px",height:"405px"}}),n("div",{className:"k-spreadsheet-vaxis",style:{left:"1071px",height:"405px"}}),n("div",{className:"k-spreadsheet-vaxis",style:{left:"1135px",height:"405px"}}),n("div",{className:"k-spreadsheet-vaxis",style:{left:"1199px",height:"405px"}}),n("div",{className:"k-spreadsheet-haxis",style:{top:"0px",width:"1199px"}}),n("div",{className:"k-spreadsheet-haxis",style:{top:"70px",width:"1199px"}}),n("div",{className:"k-spreadsheet-haxis",style:{top:"95px",width:"1199px"}}),n("div",{className:"k-spreadsheet-haxis",style:{top:"125px",width:"1199px"}}),n("div",{className:"k-spreadsheet-haxis",style:{top:"155px",width:"1199px"}}),n("div",{className:"k-spreadsheet-haxis",style:{top:"185px",width:"1199px"}}),n("div",{className:"k-spreadsheet-haxis",style:{top:"215px",width:"1199px"}}),n("div",{className:"k-spreadsheet-haxis",style:{top:"245px",width:"1199px"}}),n("div",{className:"k-spreadsheet-haxis",style:{top:"275px",width:"1199px"}}),n("div",{className:"k-spreadsheet-haxis",style:{top:"305px",width:"1199px"}}),n("div",{className:"k-spreadsheet-haxis",style:{top:"335px",width:"1199px"}}),n("div",{className:"k-spreadsheet-haxis",style:{top:"365px",width:"1199px"}}),n("div",{className:"k-spreadsheet-haxis",style:{top:"395px",width:"1199px"}}),n("div",{className:"k-spreadsheet-haxis",style:{top:"426px",width:"1199px"}}),n("div",{className:"k-spreadsheet-disabled-mask",style:{top:"1px",width:"878px",left:"1px",height:"69px"}})];var nr="button",$i=nr;import{jsx as ap}from"react/jsx-runtime";var $o="k-button-group",ep=[l.disabled],tp={fillMode:[b.undefined,b.solid,b.flat,b.outline,b.clear,b.link]},op={},w=e=>{let{fillMode:t,disabled:o,stretched:a,...i}=e;return ap("div",{role:"group",...i,className:r(e.className,$o,A($o,{fillMode:t}),E($o,{disabled:o}),{[`${$o}-stretched`]:a}),...o&&{"aria-disabled":"true"},children:e.children})};w.states=ep;w.options=tp;w.className=$o;w.defaultOptions=op;w.moduleName=nr;w.folderName=$i;w.ariaSpec={selector:".k-button-group",rules:[{selector:".k-button-group:not(.k-split-button)",attribute:"role=group",usage:"Sets the proper role for the group of buttons."},{selector:".k-button-group.k-disabled",attribute:"aria-disabled=true",usage:"The attribute is rendered only when the entire button group is disabled."},{selector:".k-button-group:not(.k-split-button):not(.k-scheduler-navigation):not(.k-zoom-control) .k-button",attribute:"aria-pressed (when selected)",usage:"Specifies the current state of the ButtonGroup. Only the selected button within the group will have this attribute set to true."}]};import{Fragment as kx,jsx as gx,jsxs as Nx}from"react/jsx-runtime";import{Fragment as wx,jsx as Ax,jsxs as Ix}from"react/jsx-runtime";import{Fragment as Px,jsx as Bx,jsxs as Rx}from"react/jsx-runtime";import{Fragment as Fx,jsx as zx,jsxs as Ux}from"react/jsx-runtime";import{Fragment as Jx,jsx as Xx,jsxs as qx}from"react/jsx-runtime";import{Fragment as tv,jsx as ev,jsxs as ov}from"react/jsx-runtime";import{jsx as at,jsxs as sr}from"react/jsx-runtime";var rp={...d.options,...w.options},ip=d.states,np={...d.defaultOptions,...w.defaultOptions,variant:"text-button"},sp=[{name:"icon-button",title:"Icon Only"},{name:"text-button",title:"Text"},{name:"icon-text-button",title:"Icon Text"}],lp=[],Jt=e=>{let{variant:t,className:o,...a}=e;return t==="icon-button"?sr(w,{fillMode:a.fillMode,className:o,children:[at(d,{...a,icon:"star"}),at(d,{...a,icon:"star"}),at(d,{...a,icon:"star"})]}):t==="icon-text-button"?sr(w,{fillMode:a.fillMode,className:o,children:[at(d,{...a,icon:"star",children:"First"}),at(d,{...a,icon:"star",children:"Middle"}),at(d,{...a,icon:"star",children:"Last"})]}):sr(w,{fillMode:a.fillMode,className:o,children:[at(d,{...a,children:"First"}),at(d,{...a,children:"Middle"}),at(d,{...a,children:"Last"})]})};Jt.options=rp;Jt.states=ip;Jt.variants=sp;Jt.defaultOptions=np;Jt.modifiers=lp;Jt.className=w.className;var Vo="input",fa=Vo;import{jsx as mp}from"react/jsx-runtime";var ba="k-input",pp=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.loading,l.readonly],dp={size:[c.undefined,c.small,c.medium,c.large],rounded:[v.undefined,v.none,v.small,v.medium,v.large,v.full],fillMode:[b.undefined,b.solid,b.flat,b.outline]},cp={},j=e=>{let{hover:t,focus:o,disabled:a,invalid:i,valid:s,loading:p,readonly:m,size:f,rounded:h,fillMode:x,...g}=e;return mp("span",{...g,className:r(e.className,ba,A(ba,{size:f,rounded:h,fillMode:x}),E(ba,{hover:t,focus:o,disabled:a,invalid:i,valid:s,loading:p,readonly:m}))})};j.states=pp;j.options=dp;j.className=ba;j.defaultOptions=cp;j.moduleName=Vo;j.folderName=fa;import{jsx as hp}from"react/jsx-runtime";var ha="k-picker",up=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.loading,l.readonly],fp={size:[c.undefined,c.small,c.medium,c.large],rounded:[v.undefined,v.none,v.small,v.medium,v.large,v.full],fillMode:[b.undefined,b.solid,b.flat,b.outline]},bp={},Ye=e=>{let{hover:t,focus:o,disabled:a,invalid:i,valid:s,loading:p,readonly:m,size:f,rounded:h,fillMode:x,...g}=e;return hp("span",{...g,className:r(e.className,ha,A(ha,{size:f,rounded:h,fillMode:x}),E(ha,{hover:t,focus:o,disabled:a,invalid:i,valid:s,loading:p,readonly:m})),children:e.children})};Ye.states=up;Ye.options=fp;Ye.className=ha;Ye.defaultOptions=bp;Ye.moduleName=Vo;Ye.folderName=fa;import{Fragment as gp,jsx as lr}from"react/jsx-runtime";var Vi="k-clear-value",xp=[l.disabled,l.loading,l.readonly],vp={},Ae=e=>{let{disabled:t,loading:o,readonly:a,value:i}=e;return t||a||o||!i?lr(gp,{}):lr("span",{className:r(e.className,Vi),children:lr(L,{icon:"x"})})};Ae.states=xp;Ae.options=vp;Ae.className=Vi;import{jsx as Sp}from"react/jsx-runtime";var pr="k-input-inner",kp=[],Np={},xa={type:"text",autocomplete:"off",value:"",placeholder:""},we=e=>{let{value:t=xa.value,type:o=xa.type,placeholder:a=xa.placeholder,autocomplete:i=xa.autocomplete,disabled:s,readOnly:p,...m}=e;return Sp("input",{...m,type:o,className:r(e.className,pr,A(pr,e)),placeholder:a,autoComplete:i,defaultValue:t,disabled:s||void 0,readOnly:p||void 0})};we.states=kp;we.options=Np;we.className=pr;import{jsx as Wi,jsxs as Mp}from"react/jsx-runtime";var dr="k-input-inner",Lp=[],yp={},Bt=e=>{let{value:t,placeholder:o,showValue:a,valueIcon:i,valueIconName:s,...p}=e;return Mp("span",{...p,className:r(e.className,dr,A(dr,e)),children:[i,!i&&s&&Wi(L,{className:"k-input-value-icon",icon:s}),a&&!t&&o,a&&t&&Wi("span",{className:"k-input-value-text",children:t})]})};Bt.states=Lp;Bt.options=yp;Bt.className=dr;import{jsx as Ip}from"react/jsx-runtime";var cr="k-input-inner",Ap=[],wp={},Xi={value:"",placeholder:""},mr=e=>{let{value:t=Xi.value,placeholder:o=Xi.placeholder,rows:a,disabled:i,...s}=e;return Ip("textarea",{...s,className:r(e.className,cr,A(cr,e)),placeholder:o,rows:a,defaultValue:t,disabled:i||void 0})};mr.states=Ap;mr.options=wp;mr.className=cr;import{Fragment as Ep,jsx as Ji}from"react/jsx-runtime";var qi="k-input-loading-icon",Tp=[l.disabled,l.loading],Le=e=>{let{disabled:t,loading:o}=e;return t||!o?Ji(Ep,{}):Ji("span",{className:r(e.className,qi,"k-icon k-i-loading")})};Le.states=Tp;Le.className=qi;import{Fragment as Bp,jsx as Yi}from"react/jsx-runtime";var Qi="k-input-validation-icon",Cp=[l.valid,l.invalid,l.disabled,l.loading],Op={},he=e=>{let{valid:t,invalid:o,disabled:a,loading:i}=e,s=o?"warning-circle":"check-circle";return a||i||!!!(t||o)?Yi(Bp,{}):Yi(L,{className:r(Qi),icon:s})};he.states=Cp;he.options=Op;he.className=Qi;import{Fragment as Kp,jsx as Zi}from"react/jsx-runtime";var Pp="k-input-prefix",Rp={direction:"horizontal"},Be=e=>{let{direction:t=Rp.direction,...o}=e;return e.children?Zi("span",{...o,className:r(Pp,e.className,{[`k-input-prefix-${t}`]:t}),children:e.children}):Zi(Kp,{})};import{Fragment as Hp,jsx as ji}from"react/jsx-runtime";var Dp="k-input-suffix",_p={direction:"horizontal"},Pe=e=>{let{direction:t=_p.direction,...o}=e;return e.children?ji("span",{...o,className:r(Dp,e.className,{[`k-input-suffix-${t}`]:t}),children:e.children}):ji(Hp,{})};import{jsx as og}from"react/jsx-runtime";import{jsx as Fp}from"react/jsx-runtime";var zp="k-input-suffix-text",ur=e=>{let{children:t,...o}=e;return Fp("span",{...o,className:r(zp,e.className),children:t})};import{jsx as Gp}from"react/jsx-runtime";var en="k-input-separator",Up={direction:"vertical"},Re=e=>{let{direction:t=Up.direction,...o}=e;return Gp("span",{...o,className:r(en,e.className,{[`${en}-${t}`]:t})})};import{Fragment as tn,jsx as Qe,jsxs as fr}from"react/jsx-runtime";var $p=j.states,Vp=j.defaultOptions,Wp=j.options,Xp=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"},{name:"validation-icon",title:"Validation Icon"},{name:"separators",title:"Separators"}],Jp=[],qt=e=>{let{modifiers:t,valid:o,invalid:a,loading:i,disabled:s,readonly:p,...m}=e,f=t?.prefix,h=t?.suffix,x=t?.["clear-button"],g=t?.["validation-icon"],u=t?.separators;return fr(j,{...m,valid:o,invalid:a,loading:i,disabled:s,readonly:p,style:{width:300},children:[f&&fr(tn,{children:[Qe(Be,{children:Qe(L,{icon:"lock"})}),u&&Qe(Re,{})]}),Qe(we,{placeholder:"Placeholder",value:"Value"}),g&&Qe(he,{valid:o,invalid:a,loading:i,disabled:s}),Qe(Le,{loading:i,disabled:s}),x&&Qe(Ae,{loading:i,disabled:s,readonly:p,value:"Value"}),h&&fr(tn,{children:[u&&Qe(Re,{}),Qe(Pe,{children:Qe(Ot,{size:m.size,fillMode:"clear",children:"Send"})})]})]})};qt.options=Wp;qt.states=$p;qt.variants=Jp;qt.defaultOptions=Vp;qt.modifiers=Xp;qt.className=j.className;import{jsx as on,jsxs as Qp}from"react/jsx-runtime";var an="k-color-preview",qp=[],Yp={},vt=e=>{let{color:t,iconName:o,...a}=e;return Qp("span",{...a,className:r(e.className,an,{"k-icon-color-preview":o,"k-no-color":!t}),children:[o&&on(L,{icon:o,className:"k-color-preview-icon"}),on("span",{className:"k-color-preview-mask",style:{backgroundColor:t}})]})};vt.states=qp;vt.options=Yp;vt.className=an;var br="popup",rn=br;import{jsx as nn}from"react/jsx-runtime";var sn="k-popup",Zp=[],jp={},ln={positionMode:"absolute"},X=e=>{let{offset:t,positionMode:o=ln.positionMode,animationStyle:a,containerClassName:i,containerRole:s,containerAriaLabel:p,...m}=e;return nn(Oe,{positionMode:o,offset:t,animationStyle:a,className:i,role:s,"aria-label":p,children:nn("div",{...m,className:r(e.className,sn),children:e.children})})};X.states=Zp;X.options=jp;X.className=sn;X.defaultOptions=ln;X.moduleName=br;X.folderName=rn;X.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 hr="action-buttons",pn=hr;import{jsx as od}from"react/jsx-runtime";var va="k-actions",ed=[],td={},xr={alignment:"start",orientation:"horizontal"},Ze=e=>{let{alignment:t=xr.alignment,orientation:o=xr.orientation,...a}=e;return od("div",{...a,className:r(va,{[`${va}-${t}`]:t,[`${va}-${o}`]:o},e.className),children:e.children})};Ze.states=ed;Ze.options=td;Ze.className=va;Ze.defaultOptions=xr;Ze.moduleName=hr;Ze.folderName=pn;import{jsx as rd}from"react/jsx-runtime";var ad="k-actionsheet-footer",dn={alignment:"stretched",orientation:"horizontal"},gt=e=>{let{alignment:t=dn.alignment,orientation:o=dn.orientation,template:a,as:i=a?"div":Ze,...s}=e;return rd(i,{...s,...!a&&{alignment:t,orientation:o},className:r(e.className,ad),children:e.children})};var vr="searchbox",cn=vr;import{jsx as Wo,jsxs as sd}from"react/jsx-runtime";var mn="k-searchbox",id=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.loading],nd={size:[c.undefined,c.small,c.medium,c.large],rounded:[v.undefined,v.none,v.small,v.medium,v.large,v.full],fillMode:[b.undefined,b.solid,b.flat,b.outline]},gr={showIcon:!0,icon:"search"},Ke=e=>{let{value:t,placeholder:o,size:a,rounded:i,fillMode:s,hover:p,focus:m,valid:f,invalid:h,required:x,loading:g,disabled:u,showIcon:S=gr.showIcon,icon:N=gr.icon,"aria-label":y,...T}=e;return sd(j,{...T,size:a,rounded:i,fillMode:s,hover:p,focus:m,valid:f,invalid:h,required:x,loading:g,disabled:u,className:r(e.className,mn),children:[S&&Wo(L,{className:"k-input-icon",icon:N}),Wo(we,{placeholder:o,value:t,"aria-label":y}),Wo(Le,{...e}),Wo(he,{...e}),Wo(Ae,{...e})]})};Ke.states=id;Ke.options=nd;Ke.className=mn;Ke.defaultOptions=gr;Ke.moduleName=vr;Ke.folderName=cn;import{jsx as kk}from"react/jsx-runtime";var kr="textbox",un=kr;import{Fragment as fn,jsx as kt,jsxs as Nr}from"react/jsx-runtime";var bn="k-textbox",ld=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.loading,l.readonly],pd={size:[c.undefined,c.small,c.medium,c.large],rounded:[v.undefined,v.none,v.small,v.medium,v.large,v.full],fillMode:[b.undefined,b.solid,b.flat,b.outline]},ga={showClearButton:!0,showValidationIcon:!0,separators:!0},le=e=>{let{size:t,rounded:o,fillMode:a,separators:i=ga.separators,showClearButton:s=ga.showClearButton,showValidationIcon:p=ga.showValidationIcon,prefix:m,suffix:f,type:h,value:x,placeholder:g,hover:u,focus:S,valid:N,invalid:y,required:T,loading:M,disabled:D,readonly:Z,id:de,"aria-label":ue,"aria-describedby":fe,...Me}=e;return Nr(j,{...Me,size:t,rounded:o,fillMode:a,hover:u,focus:S,valid:N,invalid:y,required:T,loading:M,disabled:D,readonly:Z,className:r(e.className,bn),children:[m&&Nr(fn,{children:[kt(Be,{children:m}),i&&kt(Re,{})]}),kt(we,{id:de,placeholder:g,value:x,type:h,disabled:D,"aria-label":ue,"aria-describedby":fe,"aria-invalid":y?"true":void 0}),p&&kt(he,{valid:N,invalid:y,loading:M,disabled:D}),kt(Le,{loading:M,disabled:D}),s&&kt(Ae,{loading:M,disabled:D,readonly:Z,value:x}),f&&Nr(fn,{children:[i&&kt(Re,{}),kt(Pe,{children:f})]})]})};le.states=ld;le.options=pd;le.className=bn;le.defaultOptions=ga;le.moduleName=kr;le.folderName=un;le.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 Xo=le;import{jsx as dd}from"react/jsx-runtime";var hn=e=>dd(Xo,{...e});import{Fragment as _k,jsx as Dk}from"react/jsx-runtime";import{Fragment as $k,jsx as Gk}from"react/jsx-runtime";import{jsx as Jk}from"react/jsx-runtime";import{jsx as Sr}from"react/jsx-runtime";var cd=le.states,md=le.defaultOptions,ud=le.options,fd=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"}],bd=[],Yt=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(i=>{switch(i){case"prefix":a.prefix=t?.[i]?Sr(L,{icon:"lock"}):void 0;break;case"suffix":a.suffix=t?.[i]?Sr(Ot,{size:o.size,fillMode:"clear",children:"Send"}):void 0;break;case"clear-button":a.showClearButton=t?.[i];break;default:break}}),Sr(hn,{value:"Value",style:{width:300},...o,...a})};Yt.options=ud;Yt.states=cd;Yt.variants=bd;Yt.defaultOptions=md;Yt.modifiers=fd;Yt.className=le.className;import{jsx as Nt,jsxs as Lr}from"react/jsx-runtime";var xn="k-actionsheet-titlebar",hd={},xe=e=>{let{title:t,subtitle:o,actionsStart:a,actionsEnd:i,filter:s,input:p,inputValue:m,inputPlaceholder:f,adaptive:h,titleId:x,children:g,...u}=e;return Lr("div",{...u,className:r(e.className,xn),children:[Lr("div",{className:"k-actionsheet-titlebar-group",children:[a&&Nt("div",{className:"k-actionsheet-actions",children:a}),!g&&Lr("div",{className:"k-actionsheet-title",id:x,children:[t&&Nt("div",{className:"k-text-center",children:t}),o&&Nt("div",{className:"k-actionsheet-subtitle k-text-center",children:o})]}),g&&Nt("div",{className:"k-actionsheet-title",id:x,children:g}),i&&Nt("div",{className:"k-actionsheet-actions",children:i})]}),(p||s)&&Nt("div",{className:"k-actionsheet-titlebar-group k-actionsheet-filter",children:p?Nt(le,{value:m,placeholder:f,size:h?"large":"medium","aria-label":t||f||"Input"}):Nt(Ke,{placeholder:"Filter",size:h?"large":"medium","aria-label":"Filter options"})})]})};xe.className=xn;xe.defaultOptions=hd;import{jsx as yr,jsxs as kd}from"react/jsx-runtime";var Mr="k-actionsheet-view",xd=[],vd={},gd={},Qt=e=>{let{adaptive:t,animated:o,children:a,header:i,footer:s,titleId:p,...m}=e,f=i?.type===xe&&yr(xe,{adaptive:t,titleId:p,...i?.props}),h=s?.type===gt&&yr(gt,{...s?.props});return kd("div",{...m,className:r(e.className,Mr,{[`${Mr}-animated`]:o}),children:[f,yr("div",{className:"k-actionsheet-content",children:a}),h]})};Qt.states=xd;Qt.options=vd;Qt.className=Mr;Qt.defaultOptions=gd;var Jo="action-sheet",ka=Jo;var Ar="overlay",vn=Ar;import{jsx as yd}from"react/jsx-runtime";var gn="k-overlay",Nd=[],Sd={},Ld={},St=e=>{let{...t}=e;return yd("div",{...t,className:r(e.className,gn),children:e.children})};St.states=Nd;St.options=Sd;St.className=gn;St.defaultOptions=Ld;St.moduleName=Ar;St.folderName=vn;import{jsx as Na,jsxs as wd}from"react/jsx-runtime";var kn="k-actionsheet",Md=[],Ad={},qo={side:"bottom",fullscreen:!1,adaptive:!1,overlay:!0},Y=e=>{let{side:t=qo.side,fullscreen:o=qo.fullscreen,adaptive:a=qo.adaptive,overlay:i=qo.overlay,template:s,children:p,header:m,footer:f,id:h,...x}=e,g=h&&!s&&m?`${h}-title`:void 0;return wd("div",{className:"k-actionsheet-container",children:[i&&Na(St,{}),Na(Oe,{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:Na("div",{...x,id:h,role:"dialog","aria-modal":i?"true":void 0,"aria-labelledby":g,className:r(e.className,kn,{[`k-actionsheet-${t}`]:o===!1,"k-actionsheet-fullscreen":o===!0,"k-adaptive-actionsheet":a}),children:s||Na(Qt,{header:m,footer:f,adaptive:a,titleId:g,...e,children:p})})})]})};Y.states=Md;Y.options=Ad;Y.className=kn;Y.defaultOptions=qo;Y.moduleName=Jo;Y.folderName=ka;Y.ariaSpec={selector:".k-actionsheet",rules:[{selector:".k-actionsheet",attribute:"role=dialog",usage:"Announces the dialog role of the component."},{selector:".k-actionsheet",attribute:"aria-labelledby (when has title)",usage:"Associates the title of the action sheet."},{selector:".k-actionsheet",attribute:"aria-hidden=true/false (when hidden)",usage:"Announces the hidden state of the ActionSheet container."},{selector:".k-actionsheet",attribute:"aria-modal=true (when modal)",usage:"Announces that the action sheet is modal."},{selector:".k-actionsheet .k-actionsheet-title",attribute:"id",usage:"Used to associate the title with the action sheet wrapper element."}]};import{jsx as Cd}from"react/jsx-runtime";var Nn="k-actionsheet-container",Id=[],Td={},Ed={},Zt=e=>{let{children:t,...o}=e;return Cd("div",{...o,className:Nn,children:t})};Zt.states=Id;Zt.options=Td;Zt.className=Nn;Zt.defaultOptions=Ed;Zt.moduleName=Jo;Zt.folderName=ka;import{jsx as Od}from"react/jsx-runtime";var wr=e=>{let{...t}=e;return Od("div",{...t,className:r(e.className,"k-list-ul"),children:e.children})};import{Fragment as Pd,jsx as Yo,jsxs as Ir}from"react/jsx-runtime";var Tr="k-actionsheet-item",Bd=[l.hover,l.focus,l.selected,l.disabled],Lt=e=>{let{iconName:t,text:o,description:a,hover:i,focus:s,selected:p,disabled:m,...f}=e;return Ir("span",{...f,className:r(e.className,Tr,E(Tr,{hover:i,focus:s,selected:p,disabled:m})),children:[!e.children&&Yo(Pd,{children:Ir("span",{className:"k-actionsheet-action",children:[t&&Yo("span",{className:"k-icon-wrap",children:Yo(L,{className:"k-actionsheet-item-icon",icon:t})}),Ir("span",{className:"k-actionsheet-item-text",children:[o&&Yo("span",{className:"k-actionsheet-item-title",children:o}),a&&Yo("span",{className:"k-actionsheet-item-description",children:a})]})]})}),e.children]})};Lt.states=Bd;Lt.className=Tr;import{jsx as XN,jsxs as JN}from"react/jsx-runtime";import{jsx as ZN}from"react/jsx-runtime";import{jsx as oS}from"react/jsx-runtime";import{jsx as nS}from"react/jsx-runtime";import{jsx as pe,jsxs as Er}from"react/jsx-runtime";var Rd=Y.options,Kd=Y.states,Ln={...Y.defaultOptions,variant:"normal"},Dd=[{name:"normal",title:"Normal"},{name:"adaptive",title:"Adaptive"},{name:"fullScreen",title:"Full Screen"}],_d=[{name:"actions",title:"Titlebar Actions",type:"boolean"},{name:"subtitle",title:"Subtitle",type:"boolean"},{name:"footer",title:"Footer",type:"boolean"}],jt=e=>{let{variant:t,modifiers:o,...a}={...Ln,...e},i={},s=Er(wr,{children:[pe(Lt,{text:"Edit Item",description:"Click to edit",iconName:"edit-tools"}),pe(Lt,{text:"Add to Favorites",iconName:"heart"}),pe(Lt,{text:"Upload New",iconName:"upload",disabled:!0}),pe("hr",{className:"k-hr"}),pe(Lt,{text:"Cancel",iconName:"cancel"})]}),p="Choose from the items below",m="Select Item";return t==="fullScreen"&&(i.fullScreen=!0),Object.keys(o||{}).forEach(f=>{switch(f){case"actions":i.actionsStart=!!o?.[f],i.actionsEnd=!!o?.[f];break;case"subtitle":i.subtitle=o?.[f]?p:void 0;break;case"footer":i.footer=!!o?.[f];break;default:break}}),t==="adaptive"?pe(Y,{...a,adaptive:!0,fullscreen:i.fullScreen,header:pe(xe,{actionsStart:i.actionsStart?pe(d,{icon:"chevron-left",size:"large",fillMode:"flat"}):void 0,actionsEnd:i.actionsEnd?pe(d,{icon:"x",size:"large",fillMode:"flat"}):void 0,title:m,subtitle:i.subtitle}),footer:i.footer?Er(gt,{alignment:"stretched",children:[pe(d,{text:"Cancel",size:"large",themeColor:"base"}),pe(d,{text:"Apply",size:"large",themeColor:"primary"})]}):void 0,children:s}):pe(Y,{...a,fullscreen:i.fullScreen,header:pe(xe,{actionsStart:i.actionsStart?pe(d,{icon:"chevron-left",fillMode:"flat"}):void 0,actionsEnd:i.actionsEnd?pe(d,{icon:"x",fillMode:"flat"}):void 0,title:"Select Item",subtitle:i.subtitle}),footer:i.footer?Er(gt,{alignment:"stretched",children:[pe(d,{text:"Apply",themeColor:"primary"}),pe(d,{text:"Cancel",themeColor:"base"})]}):void 0,children:s})};jt.options=Rd;jt.states=Kd;jt.variants=Dd;jt.defaultOptions=Ln;jt.modifiers=_d;jt.className=Y.className;var Cr="slider",yn=Cr;import{jsx as eo,jsxs as Or}from"react/jsx-runtime";var Qo="k-slider",Hd=[l.hover,l.focus,l.active,l.disabled,l.readonly],zd={},De={type:"single",orientation:"horizontal",gradientType:"1d",readonly:!1,disabled:!1,handlePosition:"end",showButtons:!0,showTicks:!0,value:50,min:0,max:100},V=e=>{let{type:t=De.type,orientation:o=De.orientation,gradientType:a=De.gradientType,readonly:i=De.readonly,disabled:s=De.disabled,handlePosition:p=De.handlePosition,showButtons:m=De.showButtons,showTicks:f=De.showTicks,value:h=De.value,min:x=De.min,max:g=De.max,startValue:u,endValue:S,hover:N,focus:y,active:T,trackStyle:M,dir:D,...Z}=e,ue=(()=>{if(t==="gradient"&&a==="2d")return"undefined";if(o==="vertical")return"vertical"})(),fe,Me;return o==="horizontal"?(fe=D==="rtl"?"chevron-left":"chevron-right",Me=D==="rtl"?"chevron-right":"chevron-left"):o==="vertical"&&(fe="chevron-up",Me="chevron-down"),Or("div",{...Z,className:r(Qo,e.className,E(Qo,{readonly:i,disabled:s}),{[`k-slider-${o}`]:o,"k-colorgradient-slider":t==="gradient"}),dir:D,children:[m&&eo(d,{className:"k-button-decrease",rounded:"full",icon:Me,tabIndex:-1,title:"Decrease"}),Or("div",{className:"k-slider-track-wrap",children:[f&&eo("ul",{className:"k-reset k-slider-items","aria-hidden":"true",children:e.children}),Or("div",{className:"k-slider-track",style:M,children:[eo("div",{className:"k-slider-selection"}),t==="range"&&eo("span",{className:r("k-draghandle","k-draghandle-start",E(Qo,{hover:N,focus:y,active:T})),role:"slider",tabIndex:s?void 0:0,"aria-valuenow":u??x,"aria-valuemin":x,"aria-valuemax":S??g,"aria-orientation":ue,"aria-disabled":s?"true":void 0,"aria-readonly":i?"true":void 0,"aria-label":Z["aria-label"]?`${Z["aria-label"]} start`:"Range start"}),eo("span",{className:r("k-draghandle",`k-draghandle-${p}`,E(Qo,{hover:N,focus:y,active:T})),role:"slider",tabIndex:s?void 0:0,"aria-valuenow":t==="range"?S??g:h,"aria-valuemin":t==="range"?u??x:x,"aria-valuemax":g,"aria-orientation":ue,"aria-disabled":s?"true":void 0,"aria-readonly":i?"true":void 0,"aria-label":t==="range"?Z["aria-label"]?`${Z["aria-label"]} end`:"Range end":Z["aria-label"]})]})]}),m&&eo(d,{className:"k-button-increase",rounded:"full",icon:fe,tabIndex:-1,title:"Increase"})]})};V.states=Hd;V.options=zd;V.className=Qo;V.defaultOptions=De;V.moduleName=Cr;V.folderName=yn;V.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").'},{selector:".k-slider .k-slider-items",attribute:"aria-hidden=true",usage:"Hides the tick list from assistive technologies. Tick values are redundant with the drag handle value attributes."},{selector:".k-slider .k-tick",attribute:"role=presentation",usage:"Removes semantic meaning from individual tick elements. Ticks are visual-only markers."},{selector:".k-slider .k-tick",attribute:"title",usage:"Represents the value associated with the respective tick."}]};import{jsx as Mn}from"react/jsx-runtime";var An="k-tick",Fd=[],Ud={},wn={label:!1},I=e=>{let{style:t,label:o=wn.label,orientation:a,large:i,text:s,...p}=e;return Mn("li",{...p,role:"presentation",title:s||"Tick",className:r(e.className,An,{[`k-tick-${a}`]:a,"k-tick-large":i}),style:t,children:o&&Mn("span",{className:"k-label",children:s})})};I.states=Fd;I.options=Ud;I.className=An;I.defaultOptions=wn;import{Fragment as Gd,jsx as _e,jsxs as $d}from"react/jsx-runtime";var In=e=>_e(V,{"aria-label":e["aria-label"]||"Slider",children:$d(Gd,{children:[_e(I,{className:"k-first",label:!0,large:!0,text:"0"}),_e(I,{}),_e(I,{}),_e(I,{}),_e(I,{}),_e(I,{label:!0,large:!0,text:"5"}),_e(I,{}),_e(I,{}),_e(I,{}),_e(I,{}),_e(I,{className:"k-last",label:!0,large:!0,text:"10"})]}),...e});import{Fragment as Vd,jsx as He,jsxs as Wd}from"react/jsx-runtime";var Tn=e=>He(V,{children:Wd(Vd,{children:[He(I,{className:"k-first",label:!0,large:!0,text:"0"}),He(I,{}),He(I,{}),He(I,{}),He(I,{}),He(I,{label:!0,large:!0,text:"5"}),He(I,{}),He(I,{}),He(I,{}),He(I,{}),He(I,{className:"k-last",label:!0,large:!0,text:"10"})]}),"aria-label":e["aria-label"]||"Vertical slider",...e,orientation:"vertical"});import{Fragment as JS,jsx as XS,jsxs as qS}from"react/jsx-runtime";import{Fragment as e2,jsx as jS,jsxs as t2}from"react/jsx-runtime";import{jsx as Xd}from"react/jsx-runtime";var Br=e=>Xd(V,{type:"gradient",showButtons:!1,showTicks:!1,...e,"aria-label":e["aria-label"]||"Color slider"});import{jsx as Jd}from"react/jsx-runtime";var Pr=e=>Jd(V,{type:"gradient",orientation:"vertical",showButtons:!1,showTicks:!1,...e,"aria-label":e["aria-label"]||"Color slider"});import{Fragment as m2,jsx as c2,jsxs as u2}from"react/jsx-runtime";import{Fragment as v2,jsx as x2,jsxs as g2}from"react/jsx-runtime";import{jsx as je,jsxs as En}from"react/jsx-runtime";var qd=V.options,Yd=V.states,Cn={...V.defaultOptions,variant:"horizontal",label:!0},Qd=[{name:"horizontal",title:"Horizontal"},{name:"vertical",title:"Vertical"}],Zd=[{name:"label",title:"Labels"},{name:"tick",title:"Ticks"},{name:"button",title:"Side Buttons"}],to=e=>{let{variant:t,modifiers:o,...a}={...Cn,...e},i={};Object.keys(o||{}).forEach(h=>{switch(h){case"button":{i.showButtons=!!o?.[h];break}case"label":{i.label=!!o?.[h];break}case"tick":{i.showTicks=!!o?.[h];break}}});let{label:s=!0,showButtons:p,showTicks:m}=i,f={"--kendo-slider-start":0,"--kendo-slider-end":60};return t==="vertical"?En(Tn,{showTicks:m,showButtons:p,style:{height:"300px",...f},...a,children:[je(I,{label:s,large:!0,orientation:"vertical",text:"0",style:{position:"absolute",bottom:"0%"}}),je(I,{label:s,large:!0,orientation:"vertical",text:"2",style:{position:"absolute",bottom:"25%"}}),je(I,{label:s,large:!0,orientation:"vertical",text:"4",style:{position:"absolute",bottom:"50%"}}),je(I,{label:s,large:!0,orientation:"vertical",text:"6",style:{position:"absolute",bottom:"75%"}}),je(I,{label:s,large:!0,orientation:"vertical",text:"8",style:{position:"absolute",bottom:"100%"}})]}):En(In,{showTicks:m,showButtons:p,style:{width:"400px",...f},...a,children:[je(I,{label:s,large:!0,orientation:"horizontal",text:"0",style:{position:"absolute",left:"0%"}}),je(I,{label:s,large:!0,orientation:"horizontal",text:"2",style:{position:"absolute",left:"25%"}}),je(I,{label:s,large:!0,orientation:"horizontal",text:"4",style:{position:"absolute",left:"50%"}}),je(I,{label:s,large:!0,orientation:"horizontal",text:"6",style:{position:"absolute",left:"75%"}}),je(I,{label:s,large:!0,orientation:"horizontal",text:"8",style:{position:"absolute",left:"100%"}})]})};to.options=qd;to.states=Yd;to.variants=Qd;to.defaultOptions=Cn;to.modifiers=Zd;to.className=V.className;import{jsx as On,jsxs as ac}from"react/jsx-runtime";var Bn="k-spin-button",tc=[],oc={size:[c.undefined,c.small,c.medium,c.large],fillMode:[b.undefined,b.solid,b.flat,b.outline,b.clear,b.link]},Rr={increaseLabel:"Increase value",decreaseLabel:"Decrease value"},yt=e=>{let{size:t,fillMode:o,disabled:a,increaseLabel:i=Rr.increaseLabel,decreaseLabel:s=Rr.decreaseLabel,...p}=e;return ac("span",{...p,className:r(Bn,e.className),children:[On(d,{className:"k-spinner-increase",icon:"chevron-up",size:t,fillMode:o,disabled:a,"aria-label":i}),On(d,{className:"k-spinner-decrease",icon:"chevron-down",size:t,fillMode:o,disabled:a,"aria-label":s})]})};yt.states=tc;yt.options=oc;yt.className=Bn;yt.defaultOptions=Rr;yt.moduleName=null;yt.folderName=null;var Pn="numeric-textbox",Rn="numerictextbox";import{Fragment as Kn,jsx as rt,jsxs as Kr}from"react/jsx-runtime";var Dn="k-numerictextbox",rc=[l.hover,l.focus,l.valid,l.invalid,l.loading,l.required,l.disabled,l.readonly],ic={size:[c.undefined,c.small,c.medium,c.large],rounded:[v.undefined,v.none,v.small,v.medium,v.large,v.full],fillMode:[b.undefined,b.solid,b.flat,b.outline]},Sa={showSpinButton:!0,showClearButton:!0,separators:!0},z=e=>{let{size:t,rounded:o,fillMode:a,separators:i=Sa.separators,showClearButton:s=Sa.showClearButton,showSpinButton:p=Sa.showSpinButton,prefix:m,suffix:f,value:h,placeholder:x,hover:g,focus:u,valid:S,invalid:N,required:y,loading:T,disabled:M,readonly:D,id:Z,"aria-label":de,"aria-describedby":ue,...fe}=e;return Kr(j,{...fe,size:t,rounded:o,fillMode:a,hover:g,focus:u,valid:S,invalid:N,required:y,loading:T,disabled:M,readonly:D,className:r(e.className,Dn),children:[m&&Kr(Kn,{children:[rt(Be,{children:m}),i&&rt(Re,{})]}),rt(we,{id:Z,placeholder:x,value:h,role:"spinbutton",disabled:M,"aria-label":de,"aria-describedby":ue,"aria-invalid":N?"true":void 0}),rt(he,{valid:S,invalid:N,loading:T,disabled:M}),rt(Le,{loading:T,disabled:M}),s&&rt(Ae,{loading:T,disabled:M,readonly:D,value:h}),f&&Kr(Kn,{children:[i&&rt(Re,{}),rt(Pe,{children:f})]}),p&&rt(yt,{className:"k-input-spinner",size:t,fillMode:a,disabled:M})]})};z.states=rc;z.options=ic;z.className=Dn;z.defaultOptions=Sa;z.moduleName=Pn;z.folderName=Rn;z.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 Zo=z;import{jsx as nc}from"react/jsx-runtime";var _n=e=>nc(Zo,{...e});import _r from"react";import{jsx as Hn}from"react/jsx-runtime";var sc="k-list-group-sticky-header",Dr=e=>Hn("div",{className:r(sc,e.className),children:Hn("div",{className:"k-list-header-text",children:e.children})});import{jsx as pc}from"react/jsx-runtime";var lc="k-no-data",La=e=>{let{live:t,...o}=e;return pc("span",{...o,className:r(lc,e.className),"aria-live":t?"polite":void 0,children:e.children})};var Pt="list",oo=Pt;import{jsx as zn,jsxs as Fn}from"react/jsx-runtime";var Hr="k-list",dc=[],cc={size:[c.undefined,c.small,c.medium,c.large]},mc={},_=e=>{let{size:t,virtualization:o,children:a,header:i,optionLabel:s,customValue:p,noData:m,screenReaders:f,...h}=e,g=_r.Children.toArray(a)[0],u=g?.props?.children?_r.Children.count(g.props.children):_r.Children.count(a);return Fn("div",{...h,className:r(e.className,Hr,A(Hr,{size:t}),{"k-virtual-list":o}),children:[s,p,i&&zn(Dr,{children:i}),a||(m!==void 0?m:zn(La,{live:!0,children:"No data found."})),f&&a&&Fn(La,{className:"k-sr-only",live:!0,children:[u," items found."]})]})};_.states=dc;_.options=cc;_.className=Hr;_.defaultOptions=mc;_.moduleName=Pt;_.folderName=oo;_.ariaSpec={selector:".k-list",rules:[{selector:".k-list .k-no-data",attribute:"aria-live=polite",usage:'Announces "No data found" to screen readers.'}]};import{jsx as hc}from"react/jsx-runtime";var Un="k-list-container",uc=[],fc={},bc={},ao=e=>{let{...t}=e;return hc("div",{...t,className:r(e.className,Un),children:e.children})};ao.states=uc;ao.options=fc;ao.className=Un;ao.defaultOptions=bc;ao.moduleName=Pt;ao.folderName=oo;var Rt="checkbox",ro=Rt;import{jsx as Gn}from"react/jsx-runtime";var ya="k-checkbox",xc=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.checked,l.indeterminate],vc={size:[c.undefined,c.small,c.medium,c.large],rounded:[v.undefined,v.none,v.small,v.medium,v.large,v.full]},gc={},ze=e=>{let{id:t,checked:o,indeterminate:a,hover:i,focus:s,disabled:p,invalid:m,valid:f,required:h,size:x,rounded:g,wrapperRole:u,...S}=e;return Gn("span",{className:"k-checkbox-wrap",role:u,children:Gn("input",{...S,id:t,type:"checkbox",defaultChecked:o,required:h,disabled:p||void 0,"aria-invalid":m?"true":void 0,className:r(e.className,ya,A(ya,{size:x,rounded:g}),E(ya,{hover:i,focus:s,disabled:p,invalid:m,valid:f,indeterminate:a,checked:o}))})})};ze.states=xc;ze.options=vc;ze.className=ya;ze.defaultOptions=gc;ze.moduleName=Rt;ze.folderName=ro;ze.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 Xe=ze;import{jsx as Sc}from"react/jsx-runtime";var $n="k-checkbox-list",kc=[],Nc={},Vn={layout:"vertical"},ve=e=>{let{layout:t=Vn.layout,...o}=e;return Sc("ul",{...o,className:r(e.className,$n,{[`k-list-${t}`]:t}),children:e.children})};ve.states=kc;ve.options=Nc;ve.className=$n;ve.defaultOptions=Vn;ve.moduleName=Rt;ve.folderName=ro;import{jsx as Ac}from"react/jsx-runtime";var Wn="k-checkbox-list-item",Lc=[],yc={},Mc={},ge=e=>{let{...t}=e;return Ac("li",{...t,className:r(e.className,Wn),children:e.children})};ge.states=Lc;ge.options=yc;ge.className=Wn;ge.defaultOptions=Mc;ge.moduleName=Rt;ge.folderName=ro;import{Fragment as wc,jsx as Xn,jsxs as Ic}from"react/jsx-runtime";var it=({children:e="Label",id:t="cb-label-after",...o})=>Ic(wc,{children:[Xn(Xe,{id:t,...o}),Xn("label",{className:"k-checkbox-label",htmlFor:t,children:e})]});import{Fragment as GL,jsx as UL,jsxs as $L}from"react/jsx-runtime";import{Fragment as qL,jsx as JL,jsxs as YL}from"react/jsx-runtime";import{Fragment as ty,jsx as ey,jsxs as oy}from"react/jsx-runtime";import{jsx as ny}from"react/jsx-runtime";import{jsx as dy}from"react/jsx-runtime";import{jsx as fy}from"react/jsx-runtime";import{jsx as Fe,jsxs as Jn}from"react/jsx-runtime";var Tc=ve.options,Ec=ve.states,Cc={...ve.defaultOptions,variant:"vertical"},Oc=[{name:"vertical",title:"Vertical"},{name:"horizontal",title:"Horizontal"}],Bc=[],io=e=>{let{variant:t,...o}=e;return t==="horizontal"?Jn(ve,{layout:"horizontal",...o,children:[Fe(ge,{children:Fe(it,{id:P("cb"),defaultChecked:!0,children:"Label"})}),Fe(ge,{children:Fe(it,{id:P("cb"),children:"Label"})}),Fe(ge,{children:Fe(it,{id:P("cb"),children:"Label"})})]}):Jn(ve,{...o,children:[Fe(ge,{children:Fe(it,{id:P("cb"),defaultChecked:!0,children:"Label"})}),Fe(ge,{children:Fe(it,{id:P("cb"),children:"Label"})}),Fe(ge,{children:Fe(it,{id:P("cb"),children:"Label"})})]})};io.options=Tc;io.states=Ec;io.variants=Oc;io.defaultOptions=Cc;io.modifiers=Bc;io.className=ve.className;import{jsx as Hc}from"react/jsx-runtime";var Pc=Xe.options,Rc=Xe.states,Kc=Xe.defaultOptions,Dc=[],_c=[],no=e=>Hc(it,{id:P("checkbox"),...e,defaultChecked:!0,children:"Label"});no.options=Pc;no.states=Rc;no.variants=Dc;no.defaultOptions=Kc;no.modifiers=_c;no.className=Xe.className;import{jsx as Kt,jsxs as Gc}from"react/jsx-runtime";var zr="k-list-item",zc=[l.hover,l.focus,l.selected,l.disabled],Fc={},Uc={},O=e=>{let{text:t,groupLabel:o,group:a,iconName:i,iconClassName:s,showCheckbox:p,checked:m,hover:f,focus:h,selected:x,disabled:g,actions:u,description:S,id:N,...y}=e,T=t||e.children;return Gc("li",{...y,id:N,role:a?"presentation":"option",tabIndex:a?void 0:h?0:-1,"aria-selected":!a&&x?"true":a?void 0:"false","aria-disabled":!a&&g?"true":void 0,className:r(e.className,a?"k-list-group-item":zr,E(zr,{hover:f,focus:h,disabled:g,selected:x})),children:[p&&Kt(ze,{checked:m}),i&&Kt("span",{className:"k-list-item-icon-wrapper",children:Kt(L,{icon:i,className:r("k-list-item-icon",s)})}),Kt("span",{className:"k-list-item-text",children:T}),u&&Kt("div",{className:"k-list-item-actions",children:u}),S&&Kt("span",{className:"k-list-item-description",children:S}),o&&o!==""&&Kt("div",{className:"k-list-item-group-label",children:o})]})};O.states=zc;O.options=Fc;O.className=zr;O.defaultOptions=Uc;O.moduleName=Pt;O.folderName=oo;O.ariaSpec={selector:".k-list-item",rules:[{selector:".k-list-item",attribute:"role=option",usage:"Each list item is an option in the listbox."},{selector:".k-list-item",attribute:"id",usage:"ID for aria-activedescendant reference."},{selector:".k-list-item",attribute:"aria-selected (when selectable)",usage:"Indicates the selected state of the option."},{selector:".k-list-group-item",attribute:"role=presentation",usage:"Group headers are presentational, not selectable options."},{selector:".k-list-item-icon",attribute:"aria-hidden=true",usage:"Decorative icons are hidden from assistive technology."}]};import{jsx as Vc}from"react/jsx-runtime";var $c="k-list-ul",nt=e=>{let{children:t,role:o,id:a,...i}=e;return Vc("ul",{...i,id:a,role:o,className:r($c,e.className),children:t})};nt.ariaSpec={selector:".k-list-ul",rules:[{selector:'.k-list-ul[role="listbox"]',attribute:"role=listbox",usage:"For ungrouped lists, the UL has the listbox role."},{selector:'.k-list-ul[role="listbox"]',attribute:"aria-label or aria-labelledby (when has accessible name)",usage:"Accessible name for the listbox."},{selector:'.k-list-ul[role="group"]',attribute:"role=group",usage:"For grouped sublists under a group header."},{selector:'.k-list-ul[role="group"]',attribute:"aria-labelledby (when grouped)",usage:"References the group header ID."}]};import{jsx as Fr,jsxs as Xc}from"react/jsx-runtime";var Wc="k-list-content",U=e=>{let{virtualization:t,grouping:o,"aria-label":a,"aria-labelledby":i,listboxId:s,...p}=e;return Xc("div",{...p,className:r(Wc,e.className),role:o?"listbox":void 0,id:o?s:void 0,"aria-label":o?a:void 0,"aria-labelledby":o?i:void 0,children:[o?e.children:Fr(nt,{role:"listbox",id:s,"aria-label":a,"aria-labelledby":i,children:e.children}),t&&Fr("div",{className:"k-height-container",children:Fr("div",{})})]})};U.ariaSpec={selector:".k-list-content",rules:[{selector:'.k-list-content[role="listbox"]',attribute:"role=listbox",usage:"For grouped lists, the list content container has the listbox role."},{selector:'.k-list-content[role="listbox"]',attribute:"aria-label or aria-labelledby (when has accessible name)",usage:"Accessible name for the listbox."}]};import{Fragment as r1,jsx as a1,jsxs as i1}from"react/jsx-runtime";import{jsx as Ur,jsxs as qc}from"react/jsx-runtime";var Jc="k-list-group-item",Dt=e=>{let{groupIconName:t,...o}=e;return qc("li",{...o,role:"presentation",className:r(Jc,e.className),children:[t&&Ur("span",{className:"k-list-item-icon-wrapper",children:Ur(L,{icon:t,className:"k-list-item-icon"})}),Ur("span",{className:"k-list-item-text",children:e.children})]})};Dt.ariaSpec={selector:".k-list-group-item",rules:[{selector:".k-list-group-item",attribute:"role=presentation",usage:"Group headers are presentational, not selectable options."},{selector:".k-list-group-item",attribute:"id (when referenced)",usage:"ID for aria-labelledby on the parent group UL."}]};import{jsx as jc}from"react/jsx-runtime";var Gr="k-list-optionlabel",Yc=[l.hover,l.focus,l.selected,l.disabled],Qc={},Zc={},Ma=e=>{let{text:t,hover:o,focus:a,selected:i,disabled:s,...p}=e;return jc("div",{...p,className:r(Gr,E(Gr,{hover:o,focus:a,selected:i,disabled:s})),children:t})};Ma.states=Yc;Ma.options=Qc;Ma.className=Gr;Ma.defaultOptions=Zc;import{jsx as am}from"react/jsx-runtime";var $r="k-list-custom-value",em=[l.hover,l.focus,l.selected,l.disabled],tm={},om={},Mt=e=>{let{text:t,hover:o,focus:a,selected:i,disabled:s,...p}=e;return am("div",{...p,className:r($r,E($r,{hover:o,focus:a,selected:i,disabled:s})),children:t})};Mt.states=em;Mt.options=tm;Mt.className=$r;Mt.defaultOptions=om;import{Fragment as N1,jsx as k1,jsxs as S1}from"react/jsx-runtime";import{Fragment as I1,jsx as w1,jsxs as T1}from"react/jsx-runtime";import{Fragment as K1,jsx as P1,jsxs as R1}from"react/jsx-runtime";import{Fragment as G1,jsx as F1,jsxs as U1}from"react/jsx-runtime";import{jsx as X1}from"react/jsx-runtime";import{Fragment as j1,jsx as Z1,jsxs as eM}from"react/jsx-runtime";var qn="dropdown-list",Yn="dropdownlist";import{Fragment as nm,jsx as ke,jsxs as Vr}from"react/jsx-runtime";var Qn="k-dropdownlist",rm=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.loading,l.readonly],im={size:[c.undefined,c.small,c.medium,c.large],rounded:[v.undefined,v.none,v.small,v.medium,v.large,v.full],fillMode:[b.undefined,b.solid,b.flat,b.outline]},Wr={showValue:!0,arrowIconName:"chevron-down"},J=e=>{let{size:t,rounded:o,fillMode:a,arrowIconName:i=Wr.arrowIconName,showValue:s=Wr.showValue,valueIconName:p,prefix:m,suffix:f,value:h,placeholder:x,hover:g,focus:u,valid:S,invalid:N,required:y,loading:T,disabled:M,readonly:D,popup:Z,opened:de,adaptive:ue,adaptiveSettings:fe,adaptiveTitle:Me,adaptiveSubtitle:Ct,adaptiveFilter:Ua,id:ht,activeDescendant:ca,"aria-label":Ga,...$a}=e,kl=ht?`${ht}-listbox`:void 0,Si=ht?`${ht}-value`:void 0;return Vr(nm,{children:[Vr(Ye,{...$a,id:ht,size:t,rounded:o,fillMode:a,hover:g,focus:u,valid:S,invalid:N,required:y,loading:T,disabled:M,readonly:D,className:r(e.className,Qn,{"k-icon-picker":!s&&p}),role:"combobox","aria-haspopup":"listbox","aria-expanded":de?"true":"false","aria-controls":de?kl:void 0,"aria-activedescendant":de&&ca?ca:void 0,"aria-describedby":de?Si:void 0,"aria-disabled":M?"true":void 0,"aria-label":Ga,tabIndex:0,children:[ke(Be,{children:m}),ke(Bt,{placeholder:x,value:h,showValue:s,valueIconName:p,id:Si}),ke(he,{valid:S,invalid:N,loading:T,disabled:M}),ke(Le,{loading:T,disabled:M}),ke(Pe,{children:f}),ke(d,{className:"k-input-button",icon:i,size:e.size,fillMode:e.fillMode,"aria-label":x||"Toggle dropdown",tabIndex:-1})]}),de&&Z&&ke(X,{className:"k-list-container k-dropdownlist-popup",containerRole:"region",containerAriaLabel:"Dropdown suggestions",children:Z}),ue&&ke(Y,{adaptive:!0,...fe,header:ke(xe,{actionsEnd:ke(d,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply selection"}),filter:Ua,inputValue:h,inputPlaceholder:x,title:Me,subtitle:Ct}),children:ke("div",{className:"k-list-container",children:ke(_,{size:"large",children:Vr(U,{"aria-label":"Options",children:[ke(O,{text:"List item"}),ke(O,{text:"List item"}),ke(O,{text:"List item"})]})})})})]})};J.states=rm;J.options=im;J.className=Qn;J.defaultOptions=Wr;J.moduleName=qn;J.folderName=Yn;J.ariaSpec={rules:[{selector:".k-dropdownlist:not(.k-views-dropdown)",attribute:"role=combobox",usage:"Announces the dropdown element."},{selector:".k-dropdownlist:not(.k-views-dropdown)",attribute:"aria-haspopup=listbox",usage:"Indicates the presence of a listbox popup."},{selector:".k-dropdownlist:not(.k-views-dropdown)",attribute:"aria-expanded",usage:"Announces the visibility state of the popup."},{selector:".k-dropdownlist:not(.k-views-dropdown)",attribute:"aria-label",usage:"Accessible name for the dropdown."},{selector:".k-dropdownlist:not(.k-views-dropdown)",attribute:"tabindex=0",usage:"The element must be focusable."},{selector:".k-dropdownlist.k-disabled",attribute:"aria-disabled=true",usage:"Rendered when the dropdown is disabled."},{selector:".k-dropdownlist .k-input-button",attribute:"aria-label",usage:"Accessible name for the dropdown button."},{selector:".k-dropdownlist .k-input-button",attribute:"tabindex=-1",usage:"The button must not be focusable."},{selector:".k-dropdownlist-popup .k-list-content, .k-dropdownlist-popup .k-list-ul",attribute:"role=listbox",usage:"Popup list has listbox role."},{selector:'.k-dropdownlist-popup .k-list-ul[role="listbox"]',attribute:"aria-label or aria-labelledby",usage:"Popup listbox must have an accessible name. Consuming code is responsible for associating with the component label via aria-labelledby."},{selector:".k-dropdownlist-popup .k-list-item",attribute:"role=option",usage:"Each list item is an option."}]};import{jsx as BM}from"react/jsx-runtime";import{jsx as HM,jsxs as zM}from"react/jsx-runtime";import{Fragment as qM,jsx as XM,jsxs as JM}from"react/jsx-runtime";import{jsx as eA}from"react/jsx-runtime";import{jsx as nA,jsxs as sA}from"react/jsx-runtime";import{Fragment as hA,jsx as fA,jsxs as bA}from"react/jsx-runtime";import{jsx as NA}from"react/jsx-runtime";import{Fragment as mm,jsx as At,jsxs as Zn}from"react/jsx-runtime";var sm=J.states,lm=J.defaultOptions,pm=J.options,dm=[{name:"opened",title:"Opened"}],cm=[],lo=e=>{let{modifiers:t,...o}=e,a={},i=Zn(mm,{children:[At("div",{className:"k-list-filter",children:At(Ke,{})}),At(_,{style:{width:300},size:o.size,children:Zn(U,{children:[At(O,{children:"List item"}),At(O,{children:"List item"}),At(O,{children:"List item"})]})})]});return Object.keys(t||{}).forEach(s=>{s==="opened"&&(a.opened=!!t?.[s],a.popup=t?.[s]?i:void 0)}),At("div",{children:At(J,{placeholder:"Value",style:{width:300},...o,...a})})};lo.options=pm;lo.states=sm;lo.variants=cm;lo.defaultOptions=lm;lo.modifiers=dm;lo.className=J.className;import{Fragment as GA,jsx as UA}from"react/jsx-runtime";import{Fragment as qA,jsx as JA}from"react/jsx-runtime";import{jsx as jA}from"react/jsx-runtime";import{jsx as Xr}from"react/jsx-runtime";var um=z.states,fm=z.defaultOptions,bm=z.options,hm=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"},{name:"spin-button",title:"`Spin` Button"}],xm=[],po=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(i=>{switch(i){case"prefix":a.prefix=t?.[i]?Xr(J,{size:o.size,fillMode:"flat",value:"mm"}):void 0;break;case"suffix":a.suffix=t?.[i]?Xr(ur,{children:"mm"}):void 0;break;case"clear-button":a.showClearButton=t?.[i];break;case"spin-button":a.showSpinButton=t?.[i];break;default:break}}),Xr(_n,{value:"Value",style:{width:300},...o,...a})};po.options=bm;po.states=um;po.variants=xm;po.defaultOptions=fm;po.modifiers=hm;po.className=z.className;import{Fragment as jo,jsx as R,jsxs as ee}from"react/jsx-runtime";var jn="k-colorgradient-inputs",vm=[],gm={size:[c.undefined,c.small,c.medium,c.large]},es={mode:"rgba"},co=e=>{let{mode:t=es.mode,size:o,...a}=e;return ee("div",{...a,className:r(jn,"k-hstack"),children:[R("div",{className:"k-vstack",children:R(d,{fillMode:"flat",icon:"caret-alt-expand",className:"k-colorgradient-toggle-mode",size:o,"aria-label":"Toggle color input format"})}),t==="rgba"&&ee(jo,{children:[ee("div",{className:"k-vstack",children:[R(z,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Red channel"}),R("label",{className:"k-colorgradient-input-label",children:"R"})]}),ee("div",{className:"k-vstack",children:[R(z,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Green channel"}),R("label",{className:"k-colorgradient-input-label",children:"G"})]}),ee("div",{className:"k-vstack",children:[R(z,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Blue channel"}),R("label",{className:"k-colorgradient-input-label",children:"B"})]}),ee("div",{className:"k-vstack",children:[R(z,{showSpinButton:!1,showClearButton:!1,value:"1.00",size:o,"aria-label":"Alpha channel"}),R("label",{className:"k-colorgradient-input-label",children:"A"})]})]}),t==="rgb"&&ee(jo,{children:[ee("div",{className:"k-vstack",children:[R(z,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Red channel"}),R("label",{className:"k-colorgradient-input-label",children:"R"})]}),ee("div",{className:"k-vstack",children:[R(z,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Green channel"}),R("label",{className:"k-colorgradient-input-label",children:"G"})]}),ee("div",{className:"k-vstack",children:[R(z,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Blue channel"}),R("label",{className:"k-colorgradient-input-label",children:"B"})]})]}),t==="hsva"&&ee(jo,{children:[ee("div",{className:"k-vstack",children:[R(z,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Hue channel"}),R("label",{className:"k-colorgradient-input-label",children:"H"})]}),ee("div",{className:"k-vstack",children:[R(z,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Saturation channel"}),R("label",{className:"k-colorgradient-input-label",children:"S"})]}),ee("div",{className:"k-vstack",children:[R(z,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Value channel"}),R("label",{className:"k-colorgradient-input-label",children:"V"})]}),ee("div",{className:"k-vstack",children:[R(z,{showSpinButton:!1,showClearButton:!1,value:"1.00","aria-label":"Alpha channel"}),R("label",{className:"k-colorgradient-input-label",children:"A"})]})]}),t==="hsv"&&ee(jo,{children:[ee("div",{className:"k-vstack",children:[R(z,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Hue channel"}),R("label",{className:"k-colorgradient-input-label",children:"H"})]}),ee("div",{className:"k-vstack",children:[R(z,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Saturation channel"}),R("label",{className:"k-colorgradient-input-label",children:"S"})]}),ee("div",{className:"k-vstack",children:[R(z,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Value channel"}),R("label",{className:"k-colorgradient-input-label",children:"V"})]})]}),t==="hex"&&R(jo,{children:ee("div",{className:"k-vstack k-flex-1",children:[R(le,{showClearButton:!1,value:"#b88484AA",className:"k-hex-value"}),R("label",{className:"k-colorgradient-input-label",children:"HEX"})]})})]})};co.states=vm;co.options=gm;co.className=jn;co.defaultOptions=es;import{jsx as _t,jsxs as Ht}from"react/jsx-runtime";var ts="k-colorgradient-color-contrast",km=[],Nm={},Sm={},mo=()=>Ht("div",{className:r(ts,"k-vbox"),children:[Ht("div",{className:"k-contrast-ratio",children:[_t("span",{className:"k-contrast-ratio-text",children:"Contrast ratio: 7.1"}),Ht("span",{className:"k-contrast-validation !k-text-success",children:[_t(L,{icon:"check"}),_t(L,{icon:"check"})]})]}),Ht("div",{children:[_t("span",{children:"AA: 4.5"}),Ht("span",{className:"k-contrast-validation !k-text-success",children:["Pass",_t(L,{icon:"check"})]})]}),Ht("div",{children:[_t("span",{children:"AAA: 7.0"}),Ht("span",{className:"k-contrast-validation !k-text-error",children:["Fail",_t(L,{icon:"x"})]})]})]});mo.states=km;mo.options=Nm;mo.className=ts;mo.defaultOptions=Sm;var os="color-gradient",as="colorgradient";import{jsx as Ue,jsxs as ea}from"react/jsx-runtime";var Aa="k-colorgradient",Lm=[l.hover,l.focus,l.readonly,l.disabled],ym={size:[c.undefined,c.small,c.medium,c.large]},et={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"},ne=e=>{let{size:t,mode:o=et.mode,readonly:a=et.readonly,disabled:i=et.disabled,gradientStyle:s=et.gradientStyle,dragHandleStyle:p=et.dragHandleStyle,alphaStyle:m=et.alphaStyle,alphaStyleHorizontal:f=et.alphaStyleHorizontal,contrast:h=et.contrast,dir:x,hover:g,focus:u,hoverHandle:S,focusHandle:N,canvasOrientation:y=et.canvasOrientation,role:T,tabIndex:M,...D}=e;return ea("div",{...D,role:T??"textbox","aria-label":T==="none"?void 0:"Color gradient",tabIndex:M??0,"aria-disabled":i?"true":void 0,className:r(e.className,Aa,A(Aa,{size:t}),E(Aa,{hover:g,focus:u,readonly:a,disabled:i})),dir:x,children:[!y||y==="horizontal"&&ea("div",{className:"k-colorgradient-canvas k-hstack",children:[Ue("div",{className:"k-hsv-rectangle",style:s,children:Ue("div",{className:"k-hsv-gradient",children:Ue("div",{className:r("k-hsv-draghandle","k-draghandle",{"k-hover":S,"k-focus":N}),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})})}),ea("div",{className:"k-hsv-controls k-hstack",children:[Ue(Pr,{className:"k-hue-slider",hover:S,focus:N}),o!=="rgb"&&o!=="hsv"&&Ue(Pr,{className:"k-alpha-slider",hover:S,focus:N,trackStyle:m})]})]}),y==="vertical"&&ea("div",{className:"k-colorgradient-canvas k-vstack",children:[Ue("div",{className:"k-hsv-rectangle",style:s,children:Ue("div",{className:"k-hsv-gradient",children:Ue("div",{className:r("k-hsv-draghandle","k-draghandle",{"k-hover":S,"k-focus":N}),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})})}),ea("div",{className:"k-hsv-controls k-vstack",children:[Ue(Br,{className:"k-hue-slider",hover:S,focus:N}),o!=="rgb"&&o!=="hsv"&&Ue(Br,{className:"k-alpha-slider",hover:S,focus:N,trackStyle:f})]})]}),Ue(co,{mode:e.mode,size:t}),h&&Ue(mo,{})]})};ne.states=Lm;ne.options=ym;ne.className=Aa;ne.defaultOptions=et;ne.moduleName=os;ne.folderName=as;ne.ariaSpec={selector:".k-colorgradient",rules:[{selector:".k-colorgradient",attribute:"role=textbox",usage:"The focusable wrapper should be considered a textbox with a value that could be submitted."},{selector:".k-colorgradient",attribute:"aria-label or aria-labelledby",usage:"The component needs an accessible name including the currently selected value."},{selector:".k-colorgradient",attribute:"tabindex=0",usage:"The element must be focusable."},{selector:".k-colorgradient.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the ColorGradient is disabled."},{selector:".k-hsv-draghandle",attribute:"role=slider",usage:"The 2D draghandle must have slider role for ARIA-allowed attributes."},{selector:".k-hsv-draghandle",attribute:"aria-orientation=undefined",usage:"The implicit orientation for the slider must be removed for the 2D handle."},{selector:".k-hsv-draghandle",attribute:"aria-label",usage:"Must provide information about the purpose of the slider and the currently selected color."},{selector:".k-hsv-draghandle",attribute:"aria-valuetext",usage:"Must specify the values on both X and Y axis."},{selector:".k-hsv-draghandle",attribute:"aria-valuenow",usage:"Required by the slider role."},{selector:".k-hsv-draghandle",attribute:"aria-valuemin",usage:"Required by the slider role."},{selector:".k-hsv-draghandle",attribute:"aria-valuemax",usage:"Required by the slider role."},{selector:".k-numerictextbox>.k-input-inner",attribute:"aria-label",usage:"Must provide the name of the channel (red, green, blue, or alpha)."}]};import{jsx as Mm}from"react/jsx-runtime";var wa=e=>Mm(ne,{...e});import{jsx as _w}from"react/jsx-runtime";import{jsx as Uw}from"react/jsx-runtime";import{jsx as Jr}from"react/jsx-runtime";var Am=ne.options,wm=ne.states,Im={...ne.defaultOptions,variant:"rgba"},Tm=[{name:"rgba",title:"RGBA"},{name:"rgb",title:"RGB"},{name:"hex",title:"HEX"}],Em=[],uo=e=>{let{variant:t,...o}=e;switch(t){case"hex":return Jr(wa,{...o,mode:t});case"rgb":return Jr(wa,{...o,mode:t});default:return Jr(wa,{...o,mode:t})}};uo.options=Am;uo.states=wm;uo.variants=Tm;uo.defaultOptions=Im;uo.modifiers=Em;uo.className=ne.className;import{jsx as Cm}from"react/jsx-runtime";var qr=e=>Cm("tr",{role:"row",children:e.children});import{jsx as Pm}from"react/jsx-runtime";var Yr="k-colorpalette-tile",Om=[l.hover,l.focus,l.selected],Bm={},fo=e=>{let{color:t,tileSize:o,hover:a,focus:i,selected:s,...p}=e,m={backgroundColor:t,width:o?o+"px":"",height:o?o+"px":""};return Pm("td",{...p,role:"gridcell","aria-label":t,"aria-selected":s?"true":void 0,className:r(e.className,Yr,E(Yr,{hover:a,focus:i,selected:s})),style:m})};fo.states=Om;fo.options=Bm;fo.className=Yr;var rs="color-palette",is="colorpalette";import{jsx as ta}from"react/jsx-runtime";var Ia="k-colorpalette",Rm=[l.disabled],Km={size:[c.undefined,c.small,c.medium,c.large]},ns={columns:10},Ne=e=>{let{size:t,palette:o,columns:a=ns.columns,tileSize:i,disabled:s,...p}=e,m=[];if(o){let f=a||o.columns,h=o.colors?o.colors:o;Array.isArray(h)&&Array.from({length:Math.ceil(h.length/f)},(x,g)=>{let u=[];h.slice(g*f,(g+1)*f).map((N,y)=>{u.push(ta(fo,{color:N,tileSize:i},y))});let S=ta(qr,{children:u},g);m.push(S)})}return ta("div",{...p,role:"grid","aria-label":"Color palette",tabIndex:0,"aria-disabled":s?"true":void 0,className:r(e.className,Ia,E(Ia,{disabled:s}),A(Ia,{size:t})),children:ta("table",{className:"k-colorpalette-table",role:"none",children:ta("tbody",{children:m.length>0?m:e.children})})})};Ne.states=Rm;Ne.options=Km;Ne.className=Ia;Ne.defaultOptions=ns;Ne.moduleName=rs;Ne.folderName=is;Ne.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 Ta=Ne;var oa={basic:{colors:["#000000","#7f7f7f","#880015","#ed1c24","#ff7f27","#fff200","#22b14c","#00a2e8","#3f48cc","#a349a4","#ffffff","#c3c3c3","#b97a57","#ffaec9","#ffc90e","#efe4b0","#b5e61d","#99d9ea","#7092be","#c8bfe7"],columns:10},office:{colors:["#ffffff","#000000","#e6e6e6","#435569","#4371c4","#ed7e32","#a5a4a5","#febf04","#5a9bd5","#71ae48","#f2f2f3","#7f7f7f","#d1cece","#d5dde3","#dae1f4","#fce5d4","#deeded","#fff2cc","#deeaf6","#e1efd9","#d7d8d8","#585959","#aeabab","#adbaca","#b4c5e7","#f6caac","#dbdbdb","#ffe498","#bcd6ee","#c5e0b2","#bfbfc0","#3f3f3f","#767070","#8595b1","#8fabdb","#f5b183","#c9c8c9","#fed965","#9bc4e5","#a8d08d","#a5a5a6","#262625","#393939","#334050","#2e5496","#c45a11","#7b7b7a","#bf9000","#2f75b5","#548235","#7f7f7f","#0b0c0c","#161616","#222a34","#203764","#843d0b","#525252","#7f6000","#1d4d79","#375623"],columns:10},apex:{colors:["#ffffff","#000000","#c9c2d1","#69676d","#ceb966","#9cb084","#6bb1c9","#6585cf","#7e6bc9","#a379bb","#f2f2f2","#7f7f7f","#f4f2f5","#e0e0e2","#f5f1e0","#ebefe6","#e1eff4","#e0e6f5","#e5e1f4","#ece4f1","#d8d8d8","#595959","#e9e6ec","#c2c1c5","#ebe3c1","#d7dfcd","#c3dfe9","#c1ceeb","#cbc3e9","#dac9e3","#bfbfbf","#3f3f3f","#dedae3","#a4a3a8","#e1d5a3","#c3cfb5","#a6d0de","#a2b5e2","#b1a6de","#c7aed6","#a5a5a5","#262626","#9688a5","#4e4d51","#ae9638","#758c5a","#3d8da9","#365bb0","#533da9","#7d4d99","#7f7f7f","#0c0c0c","#635672","#343336","#746425","#4e5d3c","#295e70","#243c75","#372970","#533366"],columns:10},austin:{colors:["#ffffff","#000000","#caf278","#3e3d2d","#94c600","#71685a","#ff6700","#909465","#956b43","#fea022","#f2f2f2","#7f7f7f","#f4fce4","#dddcd0","#efffc0","#e3e1dc","#ffe0cb","#e8e9df","#ece1d6","#feecd2","#d8d8d8","#595959","#e9f9c9","#bbb9a1","#dfff82","#c8c3ba","#ffc299","#d2d4c0","#dac3ad","#fed9a6","#bfbfbf","#3f3f3f","#dff7ae","#ada598","#cfff43","#ada598","#ffa365","#bcbfa1","#c8a585","#fec67a","#a5a5a5","#262626","#a9ea25","#2e2d21","#6f9400","#544e43","#bf4d00","#6c6f4b","#6f5032","#d77b00","#7f7f7f","#0c0c0c","#74a50f","#1f1e16","#4a6300","#38342d","#7f3300","#484a32","#4a3521","#8f5200"],columns:10},clarity:{colors:["#ffffff","#292934","#f3f2dc","#d2533c","#93a299","#ad8f67","#726056","#4c5a6a","#808da0","#79463d","#f2f2f2","#e7e7ec","#e7e5b9","#f6dcd8","#e9ecea","#eee8e0","#e4dedb","#d8dde3","#e5e8ec","#e9d6d3","#d8d8d8","#c4c4d1","#d5d185","#edbab1","#d3d9d6","#ded2c2","#c9beb8","#b2bcc8","#ccd1d9","#d3aea7","#bfbfbf","#8a8aa3","#aca73b","#e4978a","#bec7c1","#cdbba3","#af9e94","#8c9bac","#b2bac6","#bd857c","#a5a5a5","#56566e","#56531d","#a43925","#6b7c72","#866b48","#554840","#39434f","#5c697b","#5a342d","#7f7f7f","#3b3b4b","#22210b","#6d2619","#47534c","#594730","#39302b","#262d35","#3d4652","#3c231e"],columns:10},slipstream:{colors:["#ffffff","#000000","#b4dcfa","#212745","#4e67c8","#5eccf3","#a7ea52","#5dceaf","#ff8021","#f14124","#f2f2f2","#7f7f7f","#8bc9f7","#c7cce4","#dbe0f4","#def4fc","#edfadc","#def5ef","#ffe5d2","#fcd9d3","#d8d8d8","#595959","#4facf3","#909aca","#b8c2e9","#beeafa","#dbf6b9","#beebdf","#ffcca6","#f9b3a7","#bfbfbf","#3f3f3f","#0d78c9","#5967af","#94a3de","#9ee0f7","#caf297","#9de1cf","#ffb279","#f68d7b","#a5a5a5","#262626","#063c64","#181d33","#31479f","#11b2eb","#81d319","#34ac8b","#d85c00","#c3260c","#7f7f7f","#0c0c0c","#021828","#101322","#202f6a","#0b769c","#568c11","#22725c","#903d00","#821908"],columns:10},metro:{colors:["#ffffff","#000000","#d6ecff","#4e5b6f","#7fd13b","#ea157a","#feb80a","#00addc","#738ac8","#1ab39f","#f2f2f2","#7f7f7f","#a7d6ff","#d9dde4","#e5f5d7","#fad0e4","#fef0cd","#c5f2ff","#e2e7f4","#c9f7f1","#d8d8d8","#595959","#60b5ff","#b3bcca","#cbecb0","#f6a1c9","#fee29c","#8be6ff","#c7d0e9","#94efe3","#bfbfbf","#3f3f3f","#007dea","#8d9baf","#b2e389","#f272af","#fed46b","#51d9ff","#aab8de","#5fe7d5","#a5a5a5","#262626","#003e75","#3a4453","#5ea226","#af0f5b","#c58c00","#0081a5","#425ea9","#138677","#7f7f7f","#0c0c0c","#00192e","#272d37","#3f6c19","#750a3d","#835d00","#00566e","#2c3f71","#0c594f"],columns:10},flow:{colors:["#ffffff","#000000","#dbf5f9","#04617b","#0f6fc6","#009dd9","#0bd0d9","#10cf9b","#7cca62","#a5c249","#f2f2f2","#7f7f7f","#b2e9f2","#b4ecfc","#c7e2fa","#c4eeff","#c9fafc","#c9faed","#e4f4df","#edf2da","#d8d8d8","#595959","#76d9e8","#6adafa","#90c6f6","#89deff","#93f5f9","#94f6db","#cae9c0","#dbe6b6","#bfbfbf","#3f3f3f","#21b2c8","#20c8f7","#59a9f2","#4fceff","#5df0f6","#5ff2ca","#b0dfa0","#c9da91","#a5a5a5","#262626","#105964","#02485c","#0b5394","#0075a2","#089ca2","#0b9b74","#54a838","#7e9532","#7f7f7f","#0c0c0c","#062328","#01303d","#073763","#004e6c","#05686c","#07674d","#387025","#546321"],columns:10},hardcover:{colors:["#ffffff","#000000","#ece9c6","#895d1d","#873624","#d6862d","#d0be40","#877f6c","#972109","#aeb795","#f2f2f2","#7f7f7f","#e1dca5","#f2e0c6","#f0d0c9","#f6e6d5","#f5f2d8","#e7e5e1","#fbc7bc","#eef0e9","#d8d8d8","#595959","#d0c974","#e6c28d","#e2a293","#eeceaa","#ece5b2","#cfccc3","#f78f7a","#dee2d4","#bfbfbf","#3f3f3f","#a29a36","#daa454","#d4735e","#e6b681","#e2d88c","#b7b2a5","#f35838","#ced3bf","#a5a5a5","#262626","#514d1b","#664515","#65281a","#a2641f","#a39428","#655f50","#711806","#879464","#7f7f7f","#0c0c0c","#201e0a","#442e0e","#431b11","#6c4315","#6d621a","#433f35","#4b1004","#5a6243"],columns:10},trek:{colors:["#ffffff","#000000","#fbeec9","#4e3b30","#f0a22e","#a5644e","#b58b80","#c3986d","#a19574","#c17529","#f2f2f2","#7f7f7f","#f7e09e","#e1d6cf","#fcecd5","#eddfda","#f0e7e5","#f3eae1","#ece9e3","#f5e3d1","#d8d8d8","#595959","#f3cc5f","#c4ad9f","#f9d9ab","#dcc0b6","#e1d0cc","#e7d5c4","#d9d4c7","#ebc7a3","#bfbfbf","#3f3f3f","#d29f0f","#a78470","#f6c781","#cba092","#d2b9b2","#dbc1a7","#c6bfab","#e1ac76","#a5a5a5","#262626","#694f07","#3a2c24","#c87d0e","#7b4b3a","#926255","#a17242","#7b7153","#90571e","#7f7f7f","#0c0c0c","#2a1f03","#271d18","#855309","#523226","#614138","#6b4c2c","#524b37","#603a14"],columns:10},verve:{colors:["#ffffff","#000000","#d2d2d2","#666666","#ff388c","#e40059","#9c007f","#68007f","#005bd3","#00349e","#f2f2f2","#7f7f7f","#bdbdbd","#e0e0e0","#ffd7e8","#ffc6dc","#ffb8f1","#f1b2ff","#c3dcff","#b8cfff","#d8d8d8","#595959","#9d9d9d","#c1c1c1","#ffafd1","#ff8eba","#ff71e4","#e365ff","#87baff","#72a0ff","#bfbfbf","#3f3f3f","#696969","#a3a3a3","#ff87ba","#ff5597","#ff2ad7","#d519ff","#4b98ff","#2b71ff","#a5a5a5","#262626","#343434","#4c4c4c","#e90062","#ab0042","#75005f","#4e005f","#00449e","#002676","#7f7f7f","#0c0c0c","#151515","#333333","#9b0041","#72002c","#4e003f","#34003f","#002d69","#00194f"],columns:10},monochrome:{colors:["#000000","#1a1a1a","#333333","#4d4d4d","#666666","#808080","#999999","#b3b3b3","#cccccc","#e6e6e6","#f2f2f2","#ffffff"],columns:12}};import{jsx as Dm}from"react/jsx-runtime";var ss=e=>Dm(Ta,{palette:oa.basic,...e});import{jsx as LI}from"react/jsx-runtime";import{jsx as TI,jsxs as EI}from"react/jsx-runtime";import{jsx as $m}from"react/jsx-runtime";var _m=Ne.options,Hm=Ne.states,zm={...Ne.defaultOptions,variant:"basic"},Fm=[{name:"basic",title:"Basic"},{name:"monochrome",title:"Monochrome"}],Um={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}},Gm=[],bo=e=>{let{variant:t="basic",...o}=e,a=Um[t];return $m(ss,{columns:a.columns,palette:a,...o})};bo.options=_m;bo.states=Hm;bo.variants=Fm;bo.defaultOptions=zm;bo.modifiers=Gm;bo.className=Ne.className;var ls="color-editor",ps="coloreditor";import{jsx as Ge,jsxs as ho}from"react/jsx-runtime";var Ea="k-coloreditor",Vm=[l.focus],Wm={size:[c.undefined,c.small,c.medium,c.large]},aa={view:"gradient",palette:oa.office,actionButtons:!0,canvasOrientation:"horizontal"},Q=e=>{let{size:t,view:o=aa.view,palette:a=aa.palette,color:i,currentColor:s,focus:p,focusView:m,dir:f,group:h,actionButtons:x=aa.actionButtons,canvasOrientation:g=aa.canvasOrientation,...u}=e;return ho("div",{...u,role:"textbox","aria-label":"Color editor",tabIndex:0,className:r(e.className,"k-flatcolorpicker",Ea,A(Ea,{size:t}),E(Ea,{focus:p})),dir:f,children:[ho("div",{className:"k-coloreditor-header k-hstack",children:[Ge("div",{className:"k-coloreditor-header-actions k-hstack",children:h&&ho(w,{fillMode:"flat",children:[Ge(d,{className:"k-group-start",size:t,fillMode:"flat",icon:"droplet-slider",selected:o==="gradient","aria-label":"Color gradient view"}),Ge(d,{className:"k-group-end",size:t,fillMode:"flat",icon:"palette",selected:o==="palette","aria-label":"Color palette view"})]})}),Ge("div",{className:"k-spacer"}),ho("div",{className:"k-coloreditor-header-actions k-hstack",children:[Ge(d,{fillMode:"flat",icon:"droplet-slash",size:t,"aria-label":"Reset color"}),ho("div",{className:"k-coloreditor-preview k-vstack",children:[Ge(vt,{className:"k-coloreditor-preview-color",color:i}),Ge(vt,{className:"k-coloreditor-current-color",color:s})]})]})]}),Ge("div",{className:"k-coloreditor-views k-vstack",children:o==="gradient"?Ge(ne,{focus:m,size:t,canvasOrientation:g,role:"none",tabIndex:-1}):Ge(Ne,{palette:a,size:t})}),x&&ho(Ze,{className:"k-coloreditor-footer",alignment:"start",children:[Ge(d,{themeColor:"primary",size:t,className:"k-coloreditor-apply",children:"Apply"}),Ge(d,{className:"k-coloreditor-cancel",size:t,children:"Cancel"})]})]})};Q.states=Vm;Q.options=Wm;Q.className=Ea;Q.defaultOptions=aa;Q.moduleName=ls;Q.folderName=ps;Q.ariaSpec={selector:".k-flatcolorpicker",rules:[{selector:".k-flatcolorpicker",attribute:"role=textbox",usage:"The focusable wrapper should be considered a textbox with a submittable value."},{selector:".k-flatcolorpicker",attribute:"aria-label or aria-labelledby",usage:"The component needs an accessible name including the currently selected value."},{selector:".k-flatcolorpicker",attribute:"tabindex=0",usage:"The element must be focusable."},{selector:".k-flatcolorpicker.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the FlatColorPicker is disabled."},{selector:".k-colorgradient",attribute:"role=none",usage:"The inner ColorGradient must have its role removed."},{selector:".k-colorgradient",attribute:"tabindex=-1",usage:"The inner ColorGradient must be removed from the page tab sequence."}]};var xo=Q;import{jsx as i0}from"react/jsx-runtime";import{jsx as p0}from"react/jsx-runtime";import{jsx as Xm}from"react/jsx-runtime";var ds=e=>Xm(xo,{group:!0,currentColor:"fuchsia",...e});import{jsx as Jm}from"react/jsx-runtime";var cs=e=>Jm(xo,{view:"palette",group:!0,currentColor:"fuchsia",...e});import{jsx as ms}from"react/jsx-runtime";var qm=Q.options,Ym=Q.states,Qm={...Q.defaultOptions,variant:"gradient"},Zm=[{name:"gradient",title:"Gradient"},{name:"palette",title:"Palette"}],jm=[],vo=e=>{let{variant:t,...o}=e;return t==="palette"?ms(cs,{...o,color:"white"}):ms(ds,{...o,color:"rgba(183, 118 , 118, 1.00)"})};vo.options=qm;vo.states=Ym;vo.variants=Zm;vo.defaultOptions=Qm;vo.modifiers=jm;vo.className=Q.className;var us="color-picker",fs="colorpicker";import{Fragment as ou,jsx as $e,jsxs as Qr}from"react/jsx-runtime";var bs="k-colorpicker",eu=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled],tu={size:[c.undefined,c.small,c.medium,c.large],rounded:[v.undefined,v.none,v.small,v.medium,v.large,v.full],fillMode:[b.undefined,b.solid,b.flat,b.outline]},hs={arrowIconName:"chevron-down"},ce=e=>{let{size:t,rounded:o,fillMode:a,arrowIconName:i=hs.arrowIconName,prefix:s,suffix:p,value:m,placeholder:f,hover:h,focus:x,valid:g,invalid:u,required:S,disabled:N,valueIconName:y,popup:T,opened:M,adaptive:D,adaptiveSettings:Z,adaptiveTitle:de,adaptiveSubtitle:ue,...fe}=e,Me="colorpicker-popup";return Qr(ou,{children:[Qr(Ye,{...fe,size:t,rounded:o,fillMode:a,hover:h,focus:x,valid:g,invalid:u,required:S,disabled:N,role:"combobox","aria-haspopup":"dialog","aria-expanded":M?"true":"false","aria-controls":M||D?Me:void 0,"aria-label":"Color picker",tabIndex:0,"aria-disabled":N?"true":void 0,className:r(e.className,bs,"k-icon-picker"),children:[$e(Be,{children:s}),$e(Bt,{placeholder:f,value:m,showValue:!1,valueIcon:$e(vt,{className:"k-value-icon",color:m,iconName:y}),valueIconName:y}),$e(Pe,{children:p}),$e(d,{className:"k-input-button",icon:i,size:t,fillMode:a,tabIndex:-1,"aria-label":"Open color picker",disabled:N})]}),M&&T&&$e(X,{id:Me,className:"k-colorpicker-popup",children:T}),D&&$e(Y,{adaptive:!0,id:Me,...Z,header:$e(xe,{actionsEnd:$e(d,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply"}),title:de,subtitle:ue}),footer:Qr(gt,{children:[$e(d,{text:"Cancel",size:"large"}),$e(d,{text:"Set",size:"large",themeColor:"primary"})]}),children:$e(Q,{canvasOrientation:"vertical",size:"large",actionButtons:!1,group:!0})})]})};ce.states=eu;ce.options=tu;ce.className=bs;ce.defaultOptions=hs;ce.moduleName=us;ce.folderName=fs;ce.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 st=ce;import{jsx as au}from"react/jsx-runtime";var Ca=e=>au(st,{...e});import{jsx as W0}from"react/jsx-runtime";import{jsx as Q0}from"react/jsx-runtime";import{jsx as tT}from"react/jsx-runtime";import{jsx as iT}from"react/jsx-runtime";import{jsx as pT}from"react/jsx-runtime";import{jsx as uT}from"react/jsx-runtime";import{jsx as zt}from"react/jsx-runtime";var ru=st.options,iu=st.states,xs={...st.defaultOptions,variant:"color"},nu=[{name:"color",title:"Color",default:!0},{name:"no color",title:"No color"},{name:"icon",title:"Icon"}],su=[{name:"opened",title:"Opened"}],go=e=>{let{variant:t,modifiers:o,...a}={...xs,...e},i={};Object.keys(o||{}).forEach(p=>{p==="opened"&&(i.opened=!!o?.[p],i.popup=o?.[p]?zt(Q,{size:a.size,color:"rgba(183, 118 , 118, 1.00)",group:!0}):"")});let s=i.opened?{width:"272px",height:"390px"}:{};switch(t){case"no color":return zt("div",{style:s,children:zt(Ca,{...a,...i})});case"icon":return zt("div",{style:s,children:zt(Ca,{value:"rgba(183, 118 , 118, 1.00)",valueIconName:"edit-tools",...a,...i})});default:return zt("div",{style:s,children:zt(Ca,{value:"rgba(183, 118 , 118, 1.00)",...a,...i})})}};go.options=ru;go.states=iu;go.variants=nu;go.defaultOptions=xs;go.modifiers=su;go.className=st.className;var Zr="combobox",vs=Zr;import{Fragment as jr,jsx as re,jsxs as ra}from"react/jsx-runtime";var gs="k-combobox",lu=[l.hover,l.focus,l.valid,l.invalid,l.loading,l.required,l.disabled,l.readonly],pu={size:[c.undefined,c.small,c.medium,c.large],rounded:[v.undefined,v.none,v.small,v.medium,v.large,v.full],fillMode:[b.undefined,b.solid,b.flat,b.outline]},ks={separators:!0},se=e=>{let{size:t,rounded:o,fillMode:a,separators:i=ks.separators,prefix:s,suffix:p,value:m,placeholder:f,hover:h,focus:x,valid:g,invalid:u,required:S,loading:N,disabled:y,popup:T,opened:M,readonly:D,adaptive:Z,adaptiveSettings:de,adaptiveTitle:ue,adaptiveSubtitle:fe,adaptiveCustomValue:Me,id:Ct,autocomplete:Ua,activeDescendant:ht,"aria-label":ca,...Ga}=e,$a=Ct?`${Ct}-listbox`:void 0;return ra(jr,{children:[ra(j,{...Ga,size:t,rounded:o,fillMode:a,hover:h,focus:x,valid:g,invalid:u,required:S,loading:N,disabled:y,readonly:D,className:r(e.className,gs),children:[s&&ra(jr,{children:[re(Be,{children:s}),i&&re(Re,{})]}),re(we,{id:Ct,placeholder:f,value:m,role:"combobox","aria-haspopup":"listbox","aria-expanded":M?"true":"false","aria-controls":M?$a:void 0,"aria-activedescendant":M&&ht?ht:void 0,"aria-autocomplete":Ua,"aria-invalid":u?"true":void 0,"aria-busy":N?"true":void 0,"aria-label":ca,disabled:y,readOnly:D}),re(he,{valid:g,invalid:u,loading:N,disabled:y}),re(Le,{loading:N,disabled:y}),re(Ae,{loading:N,disabled:y,readonly:D,value:m}),p&&ra(jr,{children:[i&&re(Re,{}),re(Pe,{children:p})]}),re(d,{className:"k-input-button",icon:"chevron-down",size:t,fillMode:a,"aria-label":"Open popup",tabIndex:-1,disabled:y})]}),M&&T&&re(X,{className:"k-list-container k-combobox-popup",containerRole:"region",containerAriaLabel:"Combobox suggestions",children:T}),Z&&re(Y,{adaptive:!0,id:Ct?`${Ct}-adaptive`:void 0,...de,header:re(xe,{actionsEnd:re(d,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply selection"}),input:!0,inputValue:m,inputPlaceholder:f,title:ue,subtitle:fe}),children:re("div",{className:"k-list-container",children:re(_,{customValue:Me?re(Mt,{text:`Use "${m}"`}):void 0,size:"large",children:ra(U,{"aria-label":ue||"Options",children:[re(O,{text:"List item"}),re(O,{text:"List item"}),re(O,{text:"List item"})]})})})})]})};se.states=lu;se.options=pu;se.className=gs;se.defaultOptions=ks;se.moduleName=Zr;se.folderName=vs;se.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-ul[role="listbox"], .k-combobox-popup .k-list-content[role="listbox"]',attribute:"aria-label or aria-labelledby",usage:"Popup listbox must have an accessible name. Consuming code is responsible for associating with the component label via aria-labelledby."},{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 Ie=se;import{jsx as du}from"react/jsx-runtime";var Ns=e=>du(Ie,{...e});import{jsx as qT,jsxs as YT}from"react/jsx-runtime";import{jsx as oE,jsxs as aE}from"react/jsx-runtime";import{jsx as pE,jsxs as dE}from"react/jsx-runtime";import{Fragment as hE,jsx as bE}from"react/jsx-runtime";import{Fragment as SE,jsx as NE}from"react/jsx-runtime";import{jsx as IE,jsxs as TE}from"react/jsx-runtime";import{Fragment as DE,jsx as RE,jsxs as KE}from"react/jsx-runtime";import{jsx as FE}from"react/jsx-runtime";import{jsx as VE}from"react/jsx-runtime";import{jsx as QE,jsxs as ZE}from"react/jsx-runtime";import{jsx as rC,jsxs as iC}from"react/jsx-runtime";import{jsx as wt,jsxs as hu}from"react/jsx-runtime";var cu=se.states,mu=se.defaultOptions,uu=se.options,fu=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"opened",title:"Opened"}],bu=[],ko=e=>{let{modifiers:t,...o}=e,a={},i=wt(_,{style:{width:300},size:o.size,children:hu(U,{children:[wt(O,{children:"List item"}),wt(O,{children:"List item"}),wt(O,{children:"List item"})]})});return Object.keys(t||{}).forEach(s=>{switch(s){case"prefix":a.prefix=t?.[s]?wt(L,{icon:"map-marker-target"}):void 0;break;case"suffix":a.suffix=t?.[s]?wt(xt,{size:o.size,icon:"copy",fillMode:"clear"}):void 0;break;case"opened":a.opened=!!t?.[s],a.popup=t?.[s]?i:void 0;break;default:break}}),wt("div",{children:wt(Ns,{value:"Value",style:{width:300},...o,...a})})};ko.options=uu;ko.states=cu;ko.variants=bu;ko.defaultOptions=mu;ko.modifiers=fu;ko.className=se.className;var ei="menu-button",Ss=ei;import{jsx as gu}from"react/jsx-runtime";var Ls="k-menu-button",xu=[l.hover,l.focus,l.active,l.selected,l.disabled],vu={size:[c.undefined,c.xsmall,c.small,c.medium,c.large],rounded:[v.undefined,v.none,v.small,v.medium,v.large,v.full],fillMode:[b.undefined,b.solid,b.flat,b.outline,b.clear,b.link],themeColor:[k.undefined,k.base,k.primary,k.secondary,k.tertiary,k.success,k.warning,k.error,k.info,k.inverse]},ti={showArrow:!0,arrowIconName:"chevron-down"},C=e=>{let{size:t,rounded:o,fillMode:a,themeColor:i,hover:s,focus:p,active:m,selected:f,disabled:h,icon:x,text:g,showArrow:u=ti.showArrow,arrowIconName:S=ti.arrowIconName,expanded:N,...y}=e;return gu(d,{...y,className:r(e.className,Ls),text:g,size:t,rounded:o,fillMode:a,themeColor:i,hover:s,focus:p,active:m,selected:f,disabled:h,icon:x,showArrow:u,arrowIconName:S,"aria-expanded":N?"true":"false",...!g&&x&&!e["aria-label"]&&{"aria-label":"Menu"},...h&&{"aria-disabled":"true"}})};C.states=xu;C.options=vu;C.className=Ls;C.defaultOptions=ti;C.moduleName=ei;C.folderName=Ss;C.ariaSpec={selector:".k-menu-button",rules:[{selector:".k-menu-button",attribute:"role=button or nodeName=button",usage:"Omitted if the button DOM element is used."},{selector:".k-menu-button",attribute:"aria-label (when icon-only)",usage:"Required when no text is visible in the button."},{selector:".k-menu-button",attribute:"aria-expanded=true/false",usage:"Announces the state of the popup visibility."},{selector:".k-menu-button",attribute:"aria-controls=.k-menu-group id (when open)",usage:"Points to the popup element. Builds a relationship between the button and the popup."},{selector:".k-menu-button.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the button is disabled."},{selector:".k-menu-group",attribute:"role=list",usage:"Announces the list role of the popup."},{selector:".k-menu-item",attribute:"role=listitem",usage:"Announces the listitem role of the popup items."}]};import{jsx as _C}from"react/jsx-runtime";import{jsx as UC}from"react/jsx-runtime";import{jsx as WC}from"react/jsx-runtime";var Te="menu",Ve=Te;import{jsx as ia,jsxs as ys}from"react/jsx-runtime";var oi="k-menu-item",ku=[l.hover,l.focus,l.active,l.selected,l.disabled],Nu={},Ms={iconPosition:"before"},W=e=>{let{hover:t,focus:o,active:a,selected:i,disabled:s,icon:p,text:m,first:f,last:h,showArrow:x,arrowIconName:g,iconPosition:u=Ms.iconPosition,dir:S,children:N,expanded:y,...T}=e,M=g;return M||(M=S==="rtl"?"chevron-left":"chevron-right"),ys("li",{...T,className:r(e.className,oi,"k-item",E(oi,{focus:o,disabled:s,hover:t,active:a,selected:i}),{"k-first":f,"k-last":h}),role:"menuitem",...x&&{"aria-haspopup":"menu"},...x&&{"aria-expanded":y?"true":"false"},...s&&{"aria-disabled":"true"},...o&&{tabIndex:0},children:[ys("span",{className:r("k-link k-menu-link"),children:[p&&u==="before"&&ia(L,{className:"k-menu-link-icon",icon:p}),ia("span",{className:"k-menu-link-text",children:m}),p&&u==="after"&&ia(L,{className:"k-menu-link-icon",icon:p}),x&&ia("span",{className:"k-menu-expand-arrow","aria-hidden":"true",children:ia(L,{icon:M})})]}),N]})};W.states=ku;W.options=Nu;W.className=oi;W.defaultOptions=Ms;W.moduleName=Te;W.folderName=Ve;import{jsx as na,jsxs as As}from"react/jsx-runtime";var ai="k-menu-item",Su=[l.hover,l.focus,l.active,l.selected,l.disabled],Lu={},ri={dir:"ltr",iconPosition:"before"},q=e=>{let{hover:t,focus:o,active:a,selected:i,disabled:s,icon:p,text:m,first:f,last:h,showArrow:x,arrowIconName:g,iconPosition:u=ri.iconPosition,dir:S=ri.dir,children:N,popup:y,expanded:T,...M}=e,D=g;return D||(D=S==="rtl"?"chevron-left":"chevron-right"),As("li",{...M,className:r(e.className,ai,"k-item",E(ai,{focus:o,disabled:s}),{"k-first":f,"k-last":h}),role:"menuitem",...x&&{"aria-haspopup":"menu"},...x&&{"aria-expanded":T?"true":"false"},...s&&{"aria-disabled":"true"},...o&&{tabIndex:0},children:[As("span",{className:r("k-link k-menu-link",E("k-menu-link",{hover:t,active:a,selected:i,disabled:s})),children:[p&&u==="before"&&na(L,{className:"k-menu-link-icon",icon:p}),na("span",{className:"k-menu-link-text",children:m}),p&&u==="after"&&na(L,{className:"k-menu-link-icon",icon:p}),x&&na("span",{className:"k-menu-expand-arrow","aria-hidden":"true",children:na(L,{icon:D})})]}),N,y]})};q.states=Su;q.options=Lu;q.className=ai;q.defaultOptions=ri;q.moduleName=Te;q.folderName=Ve;import{jsx as wu}from"react/jsx-runtime";var ws="k-menu-scroll-wrapper",yu=[],Mu={},Au={},Ft=e=>{let{className:t,children:o,orientation:a,...i}=e;return wu("div",{...i,className:r(t,ws,{"k-menu-scroll-wrapper-vertical":a==="vertical"}),children:o})};Ft.states=yu;Ft.options=Mu;Ft.className=ws;Ft.defaultOptions=Au;Ft.moduleName=Te;Ft.folderName=Ve;var Is=Ft;import{Fragment as ii,jsx as Ut,jsxs as Ba}from"react/jsx-runtime";var ni="k-menu",Iu=[],Tu={},Pa={orientation:"horizontal",header:!0,scrollButtonsPosition:"around"},te=e=>{let{children:t,orientation:o=Pa.orientation,header:a=Pa.header,scrollable:i,scrollButtonsPosition:s=Pa.scrollButtonsPosition,wrapperStyles:p,dir:m,popup:f,contextMenu:h,...x}=e,g={horizontal:{prev:m!=="rtl"?"left":"right",next:m!=="rtl"?"right":"left"},vertical:{prev:"up",next:"down"}},u=Ut("ul",{dir:m,...x,className:r(e.className,"k-reset",ni,{[`${ni}-${o}`]:o,"k-header":a}),role:h?"menu":"menubar",...o==="vertical"&&{"aria-orientation":"vertical"},children:t});return Ba(ii,{children:[i?Ba(Is,{orientation:o,style:p,dir:e.dir,children:[s==="start"&&Ba(ii,{children:[Ut(d,{fillMode:"flat",icon:`chevron-${g[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),Ut(d,{fillMode:"flat",icon:`chevron-${g[o].next}`,className:"k-menu-scroll-button k-menu-scroll-button-next",tabIndex:-1,"aria-label":"Scroll next"})]}),s==="around"&&Ut(d,{fillMode:"flat",icon:`chevron-${g[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),u,s==="end"&&Ba(ii,{children:[Ut(d,{fillMode:"flat",icon:`chevron-${g[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),Ut(d,{fillMode:"flat",icon:`chevron-${g[o].next}`,className:"k-menu-scroll-button k-menu-scroll-button-next",tabIndex:-1,"aria-label":"Scroll next"})]}),s==="around"&&Ut(d,{fillMode:"flat",icon:`chevron-${g[o].next}`,className:"k-menu-scroll-button k-menu-scroll-button-next",tabIndex:-1,"aria-label":"Scroll next"})]}):u,f]})};te.states=Iu;te.options=Tu;te.className=ni;te.defaultOptions=Pa;te.moduleName=Te;te.folderName=Ve;te.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",attribute:"aria-haspopup=menu (when present)",usage:"Indicates a popup menu is associated with the item."},{selector:".k-menu-item",attribute:"aria-expanded=true/false (when present)",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",attribute:"aria-controls=ul.k-menu-group id (when present)",usage:"Points to the ID of the submenu. Only present when the item controls a submenu element."},{selector:".k-menu-popup .k-menu-group",attribute:"id",usage:"Each nested menu has a deterministic id linked to the parent aria-controls."}]};import{jsx as Eu}from"react/jsx-runtime";var si="k-separator",Ts={orientation:"horizontal"},No=e=>{let{orientation:t=Ts.orientation,...o}=e;return Eu("li",{...o,className:r(e.className,"k-item",si,{[`${si}-${t}`]:t}),role:"separator"})};No.className=si;No.defaultOptions=Ts;No.moduleName=Te;No.folderName=Ve;import{Fragment as NO,jsx as SO}from"react/jsx-runtime";import{jsx as Pu}from"react/jsx-runtime";var li="k-menu-group",Cu=[],Ou={size:[c.undefined,c.small,c.medium,c.large]},Bu={},me=e=>{let{children:t,size:o,...a}=e;return Pu("ul",{...a,className:r(e.className,li,A(li,{size:o})),role:"menu",children:t})};me.states=Cu;me.options=Ou;me.className=li;me.defaultOptions=Bu;me.moduleName=Te;me.folderName=Ve;import{Fragment as Ru,jsx as So,jsxs as Ku}from"react/jsx-runtime";var pi=e=>So(te,{children:Ku(Ru,{children:[So(W,{first:!0,text:"Item 1"}),So(W,{showArrow:!0,arrowIconName:"chevron-down",text:"Item 2"}),So(W,{showArrow:!0,arrowIconName:"chevron-down",text:"Item 3"}),So(W,{text:"Item 4"}),So(W,{last:!0,text:"Item 5"})]}),...e});import{Fragment as KO,jsx as PO,jsxs as RO}from"react/jsx-runtime";import{Fragment as FO,jsx as zO,jsxs as UO}from"react/jsx-runtime";import{Fragment as XO,jsx as WO,jsxs as JO}from"react/jsx-runtime";import{Fragment as jO,jsx as ZO,jsxs as e5}from"react/jsx-runtime";import{jsx as Gt,jsxs as Fu}from"react/jsx-runtime";var Du=te.options,_u=te.states,Es={...te.defaultOptions,variant:"horizontal"},Hu=[{name:"horizontal",title:"Horizontal"},{name:"vertical",title:"Vertical"}],zu=[{name:"scrollable",title:"Scrollable"},{name:"opened",title:"Opened"}],Lo=e=>{let{variant:t,modifiers:o,...a}={...Es,...e},i={};return Object.keys(o||{}).forEach(s=>{switch(s){case"scrollable":i.scrollable=!!o?.[s];break;case"opened":i.opened=!!o?.[s],i.popup=Gt(X,{className:"k-menu-popup",children:Fu(me,{children:[Gt(q,{text:"Item 1"}),Gt(q,{text:"Item 2"}),Gt(No,{}),Gt(q,{text:"Item 3"})]})});break}}),t==="vertical"?Gt(pi,{...a,...i,orientation:"vertical",style:{width:"200px"}}):Gt(pi,{...a,...i})};Lo.options=Du;Lo.states=_u;Lo.variants=Hu;Lo.defaultOptions=Es;Lo.modifiers=zu;Lo.className=te.className;import{Fragment as O5,jsx as E5,jsxs as C5}from"react/jsx-runtime";import{jsx as K5}from"react/jsx-runtime";import{Fragment as Wu,jsx as tt,jsxs as Cs}from"react/jsx-runtime";var Uu=d.states,Os={...d.defaultOptions,variant:"text"},Gu=d.options,$u=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],Vu=[{name:"opened",title:"Opened"}],yo=e=>{let{variant:t,modifiers:o,...a}={...Os,...e},i={},s=tt(X,{className:"k-menu-popup",children:Cs(me,{size:a.size,children:[tt(q,{first:!0,text:"Menu Item"}),tt(q,{text:"Menu Item"}),tt(q,{last:!0,text:"Menu Item"})]})}),p;switch(t){case"icon-only":p=tt("div",{children:tt(C,{...a,...i,icon:"star"})});break;case"icon-and-text":p=tt("div",{children:tt(C,{...a,...i,icon:"star",children:"Dropdown Button"})});break;default:p=tt("div",{children:tt(C,{...a,...i,children:"Dropdown Button"})});break}return Cs(Wu,{children:[p,o?.opened&&s]})};yo.options=Gu;yo.states=Uu;yo.variants=$u;yo.defaultOptions=Os;yo.modifiers=Vu;yo.className=C.className;var di="split-button",Bs=di;import{Fragment as qu,jsx as ci,jsxs as Ps}from"react/jsx-runtime";var mi="k-split-button",Xu=[l.hover,l.focus,l.active,l.selected,l.disabled],Ju={size:[c.undefined,c.small,c.medium,c.large],rounded:[v.undefined,v.none,v.small,v.medium,v.large,v.full],fillMode:[b.undefined,b.solid,b.flat,b.outline,b.clear,b.link],themeColor:[k.undefined,k.base,k.primary,k.secondary,k.tertiary,k.success,k.warning,k.error,k.info,k.inverse]},Rs={arrowIconName:"chevron-down"},K=e=>{let{size:t,rounded:o,fillMode:a,themeColor:i,hover:s,focus:p,active:m,selected:f,disabled:h,icon:x,text:g,arrowIconName:u=Rs.arrowIconName,popup:S,opened:N,popupId:y,...T}=e;return Ps(qu,{children:[Ps("div",{...T,className:r(e.className,mi,"k-button-group",A(mi,{rounded:o})),children:[ci(d,{text:g,icon:x,size:t,rounded:o,fillMode:a,themeColor:i,hover:s,focus:p,active:m,selected:f,disabled:h,...!g&&!e.children&&x&&{"aria-label":"Action"},children:e.children}),ci(d,{className:"k-split-button-arrow",icon:u,size:t,rounded:o,fillMode:a,disabled:h,"aria-label":"Toggle dropdown","aria-expanded":N?"true":"false","aria-controls":N?y:void 0,tabIndex:-1,...h&&{"aria-disabled":"true"}})]}),N&&S&&ci(X,{className:"k-menu-popup",children:S})]})};K.states=Xu;K.options=Ju;K.className=mi;K.defaultOptions=Rs;K.moduleName=di;K.folderName=Bs;K.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 ui=K;import{jsx as Qu}from"react/jsx-runtime";var Yu="k-toolbar-separator",oe=e=>Qu("div",{className:r(Yu,e.className,"k-separator")});var lt="toolbar",It=lt;import{Fragment as fi,jsx as H,jsxs as Mo}from"react/jsx-runtime";var pt="k-toolbar",Zu=[l.focus],ju={size:[c.undefined,c.small,c.medium,c.large],fillMode:[b.undefined,b.solid,b.outline,b.flat]},ef={scrollButtons:"around"},$=e=>{let{size:t,fillMode:o,focus:a,resizable:i,scrollable:s,scrollButtons:p,scrollingPosition:m,section:f,...h}=e,x=[],g=(u,S)=>{let N=[];if(u.type===d&&u.props.className&&u.props.className.includes("k-toolbar-overflow-button"))N.push(H(d,{...u.props,className:`${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`));else if(u.type===d)N.push(H(d,{...u.props,className:`k-toolbar-button ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`));else if(u.type===Go)N.push(H(Go,{...u.props,className:`k-toolbar-button ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`));else if(u.type===xt)N.push(H(xt,{...u.props,className:`k-toolbar-button ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`));else if(u.type===C)N.push(H(C,{...u.props,className:`k-toolbar-menu-button ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`));else if(u.type===ui)N.push(H(ui,{...u.props,className:`k-toolbar-split-button ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`));else if(u.type===w||u.props.className&&u.props.className.includes("k-button-group")){let y=[];(Array.isArray(u.props.children)?u.props.children:[u.props.children]).forEach((M,D)=>{y.push(H(d,{...M.props,className:`${M.props.className?M.props.className:""}`},`${D}-${new Date().getTime()}`))}),N.push(H(w,{...u.props,className:`k-toolbar-button-group ${u.props.className?u.props.className:""}`,children:y},`${S}-${new Date().getTime()}`))}else u.type===se?N.push(H(se,{...u.props,className:`k-toolbar-combobox ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`)):u.type===J?N.push(H(J,{...u.props,className:`k-toolbar-dropdownlist ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`)):u.type===ce?N.push(H(ce,{...u.props,className:`k-toolbar-colorpicker ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`)):N.push(u);N.forEach(y=>{x.push(y)})};return e.children&&(Array.isArray(e.children)?e.children:[e.children]).forEach((S,N)=>{g(S,N)}),Mo("div",{...h,className:r(e.className,pt,A(pt,{size:t,fillMode:o}),E(pt,{focus:a}),{[`${pt}-resizable`]:i,[`${pt}-scrollable`]:s,[`${pt}-scrollable-overlay`]:s&&p==="hidden",[`${pt}-scrollable-${m}`]:m&&m!=="both",[`${pt}-section`]:f}),role:"toolbar","aria-label":"Toolbar",children:[!s&&x,s&&p==="hidden"&&H("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:x}),s&&p==="start"&&Mo(fi,{children:[Mo(w,{children:[H("span",{className:r("k-toolbar-prev","k-button",A("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:H(L,{className:"k-button-icon",icon:"chevron-left"})}),H("span",{className:r("k-toolbar-next","k-button",A("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:H(L,{className:"k-button-icon",icon:"chevron-right"})})]}),H(oe,{className:"k-toolbar-button-separator"}),H("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:x})]}),s&&p==="end"&&Mo(fi,{children:[H("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:x}),H(oe,{className:"k-toolbar-button-separator"}),Mo(w,{children:[H("span",{className:r("k-toolbar-prev","k-button",A("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:H(L,{className:"k-button-icon",icon:"chevron-left"})}),H("span",{className:r("k-toolbar-next","k-button",A("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:H(L,{className:"k-button-icon",icon:"chevron-right"})})]})]}),s&&(p==="around"||!p)&&Mo(fi,{children:[H("span",{className:r("k-toolbar-prev","k-button",A("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:H(L,{className:"k-button-icon",icon:"chevron-left"})}),H(oe,{className:"k-toolbar-button-separator"}),H("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:x}),H(oe,{className:"k-toolbar-button-separator"}),H("span",{className:r("k-toolbar-next","k-button",A("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:H(L,{className:"k-button-icon",icon:"chevron-right"})})]})]})};$.states=Zu;$.options=ju;$.className=pt;$.defaultOptions=ef;$.moduleName=lt;$.folderName=It;$.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"])',attribute:"aria-controls=.k-toolbar-popup .k-menu-group id (when present)",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",attribute:"aria-labelledby=.k-toolbar-overflow-button id (when present)",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"])',attribute:"aria-controls=.k-toolbar-popup .k-toolbar-items-list id (when present)",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",attribute:"aria-labelledby=.k-toolbar-overflow-button id (when present)",usage:"Associates the title of the section toggle button."}]};import{jsx as rf}from"react/jsx-runtime";var Ks="k-floating-toolbar",tf=[],of={},af={},Ao=e=>{let{...t}=e;return rf("div",{...t,className:r(e.className,Ks),children:e.children})};Ao.states=tf;Ao.options=of;Ao.className=Ks;Ao.defaultOptions=af;Ao.moduleName=lt;Ao.folderName=It;import{jsx as pf}from"react/jsx-runtime";var bi="k-toolbar-item",nf=[l.focus],sf={},lf={},dt=e=>{let{focus:t,...o}=e;return pf("div",{...o,className:r(e.className,bi,E(bi,{focus:t})),children:e.children})};dt.states=nf;dt.options=sf;dt.className=bi;dt.defaultOptions=lf;dt.moduleName=lt;dt.folderName=It;import{jsx as Ds}from"react/jsx-runtime";var _s="k-toolbar-popup",df=[],cf={size:[c.undefined,c.small,c.medium,c.large],fillMode:[b.undefined,b.solid,b.outline,b.flat]},mf={},$t=e=>{let{size:t,fillMode:o,section:a,...i}=e;return Ds(X,{...i,className:r(e.className,_s),children:a?Ds("span",{className:r("k-toolbar-items-list",A("k-toolbar-items-list",{size:t,fillMode:o})),role:"toolbar",children:e.children}):e.children})};$t.states=df;$t.options=cf;$t.className=_s;$t.defaultOptions=mf;$t.moduleName=lt;$t.folderName=It;var Ra=$t;import{jsx as H3}from"react/jsx-runtime";import{jsx as G3}from"react/jsx-runtime";import{jsx as X3}from"react/jsx-runtime";import{jsx as j3,jsxs as eB}from"react/jsx-runtime";import{jsx as rB}from"react/jsx-runtime";import{jsx as ct,jsxs as xf}from"react/jsx-runtime";var uf=K.states,Hs={...K.defaultOptions,variant:"text"},ff=K.options,bf=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],hf=[{name:"opened",title:"Opened"}],wo=e=>{let{variant:t,modifiers:o,...a}={...Hs,...e},i={},s=xf(me,{size:a.size,children:[ct(q,{first:!0,text:"Menu Item"}),ct(q,{text:"Menu Item"}),ct(q,{last:!0,text:"Menu Item"})]});switch(Object.keys(o||{}).forEach(p=>{p==="opened"&&(i.opened=!!o?.[p],i.popup=o?.[p]?s:"")}),t){case"icon-only":return ct("div",{children:ct(K,{...a,...i,icon:"star"})});case"icon-and-text":return ct("div",{children:ct(K,{...a,...i,icon:"star",children:"Split Button"})});default:return ct("div",{children:ct(K,{...a,...i,children:"Split Button"})})}};wo.options=ff;wo.states=uf;wo.variants=bf;wo.defaultOptions=Hs;wo.modifiers=hf;wo.className=K.className;import{jsx as Vt,jsxs as vf}from"react/jsx-runtime";var zs=e=>Vt($,{children:[Vt(d,{children:"Button"},"toolbar-button"),Vt(C,{text:"Menu button"},"toolbar-menu-button"),Vt(K,{children:"Split button"},"toolbar-split-button"),vf(w,{children:[Vt(d,{className:"k-group-start",icon:"align-left",children:"Left"}),Vt(d,{icon:"align-center",children:"Center"}),Vt(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...e});import{jsx as BB,jsxs as PB}from"react/jsx-runtime";import{jsx as Ee,jsxs as Fs}from"react/jsx-runtime";var Us=e=>Ee($,{scrollable:!0,...e,children:[Ee(d,{children:"Button"},"toolbar-button"),Ee(C,{text:"Menu button"},"toolbar-menu-button"),Ee(K,{children:"Split button"},"toolbar-split-button"),Fs(w,{children:[Ee(d,{className:"k-group-start",icon:"align-left",children:"Left"}),Ee(d,{icon:"align-center",children:"Center"}),Ee(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group"),Ee(d,{children:"Button"},"toolbar-button"),Ee(C,{text:"Menu button"},"toolbar-menu-button"),Ee(K,{children:"Split button"},"toolbar-split-button"),Fs(w,{children:[Ee(d,{className:"k-group-start",icon:"align-left",children:"Left"}),Ee(d,{icon:"align-center",children:"Center"}),Ee(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...e});import{jsx as Ce,jsxs as Gs}from"react/jsx-runtime";var $s=({scrollingPosition:e="start",...t})=>Ce($,{scrollable:!0,scrollButtons:"hidden",scrollingPosition:e,...t,children:[Ce(d,{children:"Button"},"toolbar-button"),Ce(C,{text:"Menu button"},"toolbar-menu-button"),Ce(K,{children:"Split button"},"toolbar-split-button"),Gs(w,{children:[Ce(d,{className:"k-group-start",icon:"align-left",children:"Left"}),Ce(d,{icon:"align-center",children:"Center"}),Ce(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group"),Ce(d,{children:"Button"},"toolbar-button"),Ce(C,{text:"Menu button"},"toolbar-menu-button"),Ce(K,{children:"Split button"},"toolbar-split-button"),Gs(w,{children:[Ce(d,{className:"k-group-start",icon:"align-left",children:"Left"}),Ce(d,{icon:"align-center",children:"Center"}),Ce(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...t});import{Fragment as gf,jsx as ye,jsxs as Ka}from"react/jsx-runtime";var Vs=({fillMode:e,size:t,...o})=>Ka(gf,{children:[ye($,{section:!0,fillMode:e,size:t,children:[ye(d,{fillMode:e,size:t,children:"Button"},"toolbar-button"),Ka(w,{fillMode:e,children:[ye(d,{className:"k-group-start",icon:"align-left",fillMode:e,size:t,children:"Left"}),ye(d,{icon:"align-center",fillMode:e,size:t,children:"Center"}),ye(d,{className:"k-group-end",icon:"align-right",fillMode:e,size:t,children:"Right"})]},"toolbar-button-group"),ye(oe,{className:"k-toolbar-button-separator"}),ye(d,{icon:"more-horizontal",className:"k-toolbar-overflow-button",fillMode:"flat",size:t,rounded:"none","aria-label":"More options","aria-expanded":"false"})],...o}),Ka(Ra,{size:t,fillMode:e,section:!0,...o,children:[ye(K,{fillMode:e,size:t,children:"Split button"},"toolbar-split-button"),ye(d,{fillMode:e,size:t,children:"Button"},"toolbar-button"),ye(oe,{}),ye(C,{text:"Menu button",fillMode:e,size:t},"toolbar-menu-button"),Ka(w,{fillMode:e,children:[ye(d,{className:"k-group-start",icon:"align-left",fillMode:e,size:t,children:"Left"}),ye(d,{icon:"align-center",fillMode:e,size:t,children:"Center"}),ye(d,{className:"k-group-end",icon:"align-right",fillMode:e,size:t,children:"Right"})]},"toolbar-button-group")]})]});import{Fragment as uP,jsx as cP,jsxs as mP}from"react/jsx-runtime";import{Fragment as yP,jsx as SP,jsxs as LP}from"react/jsx-runtime";import{jsx as Tt}from"react/jsx-runtime";var kf=$.options,Nf=$.states,Ws={...$.defaultOptions,variant:"default"},Sf=[{name:"default",title:"Default"},{name:"scrollable",title:"Scrollable"},{name:"overlay",title:"Overlay"},{name:"responsive",title:"Responsive"}],Lf=[],Io=e=>{let{variant:t,...o}={...Ws,...e};switch(t){case"responsive":return Tt("div",{children:Tt(Vs,{style:{width:"583px"},...o})});case"overlay":return Tt("div",{children:Tt($s,{style:{width:"583px"},...o,scrollingPosition:"start",scrollButtons:"hidden"})});case"scrollable":return Tt("div",{children:Tt(Us,{style:{width:"583px"},...o})});default:return Tt("div",{children:Tt(zs,{style:{width:"583px"},...o})})}};Io.options=kf;Io.states=Nf;Io.variants=Sf;Io.defaultOptions=Ws;Io.modifiers=Lf;Io.className=$.className;import{jsx as wf}from"react/jsx-runtime";var Xs="k-spreadsheet-toolbar",yf=[],Mf={},Af={},To=e=>{let{children:t,...o}=e;return wf($,{...o,resizable:!0,className:r(e.className,Xs),fillMode:"flat","aria-label":o["aria-label"]||"Spreadsheet toolbar",children:t})};To.states=yf;To.options=Mf;To.className=Xs;To.defaultOptions=Af;import{jsx as Cf}from"react/jsx-runtime";var Js="k-spreadsheet-menu",If=[],Tf={},Ef={},Eo=e=>{let{children:t,...o}=e;return Cf(te,{...o,className:r(e.className,Js),children:t})};Eo.states=If;Eo.options=Tf;Eo.className=Js;Eo.defaultOptions=Ef;import{jsx as B,jsxs as xi}from"react/jsx-runtime";var qs="k-spreadsheet-header",Of=[],Bf={},Pf=[B(d,{icon:"arrow-rotate-ccw",fillMode:"flat","aria-label":"Undo"},"undo"),B(d,{icon:"arrow-rotate-cw",fillMode:"flat","aria-label":"Redo"},"redo"),B(oe,{},"sep1"),B(d,{icon:"cut",fillMode:"flat","aria-label":"Cut"},"cut"),B(d,{icon:"copy",fillMode:"flat","aria-label":"Copy"},"copy"),B(d,{icon:"clipboard",fillMode:"flat","aria-label":"Paste"},"paste"),B(oe,{},"sep2"),B(J,{value:"Font Name",fillMode:"flat","aria-label":"Font name"},"fontname"),B(J,{value:"Font Size",fillMode:"flat","aria-label":"Font size"},"fontsize"),B(oe,{},"sep3"),xi(w,{fillMode:"flat",children:[B(d,{className:"k-group-start",icon:"font-grow",fillMode:"flat","aria-label":"Increase font size"}),B(d,{className:"k-group-end",icon:"font-shrink",fillMode:"flat","aria-label":"Decrease font size"})]},"fontgrow"),B(oe,{},"sep4"),xi(w,{fillMode:"flat",children:[B(d,{className:"k-group-start",icon:"bold",fillMode:"flat","aria-label":"Bold"}),B(d,{icon:"italic",fillMode:"flat","aria-label":"Italic"}),B(d,{icon:"underline",fillMode:"flat","aria-label":"Underline"}),B(d,{className:"k-group-end",icon:"strikethrough",fillMode:"flat","aria-label":"Strikethrough"})]},"fontstyle"),B(dt,{children:B(ce,{value:"red",valueIconName:"foreground-color",fillMode:"flat","aria-label":"Text color"})},"textcolor"),B(oe,{},"sep5"),B(dt,{children:B(ce,{value:"fuchsia",valueIconName:"droplet",fillMode:"flat","aria-label":"Background color"})},"bgcolor"),B(oe,{},"sep6"),B(C,{fillMode:"flat",icon:"borders-all",showArrow:!0,"aria-label":"Borders"},"borders"),B(oe,{},"sep7"),B(C,{fillMode:"flat",icon:"align-left",showArrow:!0,"aria-label":"Horizontal alignment"},"halign"),B(C,{fillMode:"flat",icon:"align-middle",showArrow:!0,"aria-label":"Vertical alignment"},"valign"),B(oe,{},"sep8"),B(d,{fillMode:"flat",icon:"text-wrap","aria-label":"Wrap text"},"wrap")],Rf=[B(W,{first:!0,text:"File"},"file"),B(W,{text:"Home",active:!0},"home"),B(W,{text:"Insert"},"insert"),B(W,{text:"Format"},"format"),B(W,{text:"Formulas"},"formulas"),B(W,{text:"Data"},"data"),B(W,{last:!0,text:"View"},"view")],hi={toolbarItems:Pf,menuItems:Rf},mt=e=>{let{toolbarItems:t=hi.toolbarItems,menuItems:o=hi.menuItems,...a}=e;return xi("div",{...a,className:r(qs,e.className),children:[B(Eo,{children:o}),B(To,{children:t})]})};mt.states=Of;mt.options=Bf;mt.className=qs;mt.defaultOptions=hi;import{Fragment as Qs,jsx as ie,jsxs as Da}from"react/jsx-runtime";var Ys="k-spreadsheet-action-bar",Kf=[],Df={},_f=Da(Qs,{children:[ie("span",{className:"k-syntax-startexp",children:"="}),ie("span",{className:"k-syntax-ref k-series-a",children:"B6"}),ie("span",{className:"k-syntax-op",children:"+"}),ie("span",{className:"k-syntax-ref k-series-b",children:"C6"}),ie("span",{className:"k-syntax-op",children:"+"}),ie("span",{className:"k-syntax-ref k-series-c",children:"C3"})]}),vi={formula:_f,cellName:"B6"},ut=e=>{let{formula:t=vi.formula,cellName:o=vi.cellName,formulaExpanded:a=!1,formulaListItems:i,...s}=e,p=a?P("spreadsheet-formula-list"):void 0,m=Da(Qs,{children:[ie("li",{className:"k-list-item",role:"menuitem",children:ie("span",{className:"k-list-item-text",children:"SUM"})}),ie("li",{className:"k-list-item",role:"menuitem",children:ie("span",{className:"k-list-item-text",children:"AVERAGE"})}),ie("li",{className:"k-list-item",role:"menuitem",children:ie("span",{className:"k-list-item-text",children:"COUNT"})})]});return Da("div",{...s,className:r(Ys,e.className),children:[ie("div",{className:"k-spreadsheet-name-editor",children:ie(se,{placeholder:o,fillMode:"flat","aria-label":"Name editor"})}),Da("div",{className:"k-spreadsheet-formula-bar",children:[ie("span",{className:"k-separator k-separator-vertical"}),ie(d,{icon:"formula-fx",fillMode:"flat","aria-label":"Formula"}),ie("span",{className:"k-separator k-separator-vertical"}),ie("div",{className:"k-spreadsheet-formula-input k-textbox k-input k-input-flat",role:"combobox",title:"Formula input","aria-haspopup":"menu","aria-expanded":a?"true":"false",...p&&{"aria-controls":p},children:t}),a&&ie("ul",{className:"k-spreadsheet-formula-list",id:p,role:"menu",children:i||m})]})]})};ut.states=Kf;ut.options=Df;ut.className=Ys;ut.defaultOptions=vi;import{jsx as Uf}from"react/jsx-runtime";var Zs="k-tabstrip-items",Hf=[],zf={},Ff={tabAlignment:"start"},sa=e=>{let{children:t,tabAlignment:o,orientation:a,...i}=e;return Uf("ul",{...i,className:r(e.className,Zs,"k-reset",`k-tabstrip-items-${o}`),role:"tablist",...a==="vertical"&&{"aria-orientation":"vertical"},children:t})};sa.states=Hf;sa.options=zf;sa.className=Zs;sa.defaultOptions=Ff;var js=sa;import{jsx as Vf}from"react/jsx-runtime";var el="k-tabstrip-items-wrapper",Gf=[],$f={},tl={orientation:"horizontal"},la=e=>{let{children:t,orientation:o=tl.orientation,...a}=e;return Vf("div",{...a,className:r(e.className,el,{"k-hstack":o==="horizontal","k-vstack":o==="vertical"}),children:t})};la.states=Gf;la.options=$f;la.className=el;la.defaultOptions=tl;var ol=la;var gi="tabstrip",al=gi;import{jsx as Je,jsxs as rl}from"react/jsx-runtime";var Et="k-tabstrip",Wf=[],Xf={size:[c.undefined,c.small,c.medium,c.large]},_a={position:"top",tabAlignment:"start",scrollButtons:"around"},ft=e=>{let{size:t,scrollable:o,children:a,tabStripItems:i,tabStripItemsId:s,position:p=_a.position,tabAlignment:m=_a.tabAlignment,scrollButtons:f=_a.scrollButtons,dir:h,scrollingPosition:x,overflow:g,...u}=e,S={top:{prev:h!=="rtl"?"left":"right",next:h!=="rtl"?"right":"left"},bottom:{prev:h!=="rtl"?"left":"right",next:h!=="rtl"?"right":"left"},right:{prev:"up",next:"down"},left:{prev:"up",next:"down"}},N={top:"horizontal",bottom:"horizontal",left:"vertical",right:"vertical"},y={start:"start",center:"center",end:"end",justify:"justify",stretched:"stretched"};return rl("div",{dir:h,...u,className:r(Et,e.className,{[`${Et}-${p}`]:p,[`${Et}-scrollable`]:o,[`${Et}-scrollable-overlay`]:o&&(f==="hidden"||!f),[`${Et}-scrollable-${x}`]:x&&x!=="both",[`${Et}-overflow`]:g},A(Et,{size:t})),children:[p==="bottom"&&a,rl(ol,{orientation:N[p],children:[o&&(f==="around"||f==="start")&&Je("span",{className:r("k-tabstrip-prev","k-button",A("k-button",{size:t,fillMode:b.flat}),"k-icon-button"),"aria-hidden":"true",children:Je(L,{className:"k-button-icon",icon:`chevron-${S[p].prev}`})}),o&&f==="start"&&Je("span",{className:r("k-tabstrip-next","k-button",A("k-button",{size:t,fillMode:b.flat}),"k-icon-button"),"aria-hidden":"true",children:Je(L,{className:"k-button-icon",icon:`chevron-${S[p].next}`})}),Je(js,{className:r({"k-tabstrip-items-scroll":o&&f==="hidden"}),tabAlignment:y[m],orientation:N[p],...s&&{id:s},children:i}),o&&f==="end"&&Je("span",{className:r("k-tabstrip-prev","k-button",A("k-button",{size:t,fillMode:b.flat}),"k-icon-button"),"aria-hidden":"true",children:Je(L,{className:"k-button-icon",icon:`chevron-${S[p].prev}`})}),o&&(f==="around"||f==="end")&&Je("span",{className:r("k-tabstrip-next","k-button",A("k-button",{size:t,fillMode:b.flat}),"k-icon-button"),"aria-hidden":"true",children:Je(L,{className:"k-button-icon",icon:`chevron-${S[p].next}`})}),g&&Je("div",{className:"k-tabstrip-actions k-hstack",children:Je(C,{className:"k-tabstrip-overflow-button",icon:"more-vertical",fillMode:"flat",size:t,showArrow:!1})})]}),p!=="bottom"&&a]})};ft.states=Wf;ft.options=Xf;ft.className=Et;ft.defaultOptions=_a;ft.moduleName=gi;ft.folderName=al;ft.ariaSpec={selector:".k-tabstrip",rules:[{selector:".k-tabstrip-items",attribute:"role=tablist",usage:"Indicates the tablist role for the ul element."},{selector:".k-tabstrip.k-tabstrip-left .k-tabstrip-items,.k-tabstrip.k-tabstrip-right .k-tabstrip-items",attribute:"aria-orientation=vertical",usage:"Indicates the orientation when vertical."},{selector:".k-tabstrip-item",attribute:"role=tab",usage:"The tab li element."},{selector:".k-tabstrip .k-tabstrip-item.k-active",attribute:"aria-selected=true",usage:"Announces the selected state of the tab."},{selector:".k-tabstrip-content",attribute:"role=tabpanel",usage:"The content div of the tab."},{selector:".k-tabstrip .k-tabstrip-item.k-active",attribute:"aria-controls (when present)",usage:"Announces the relation between the panel and active tab. Only present when tab controls a specific panel."},{selector:".k-tabstrip-content",attribute:"aria-hidden=true (when not active)",usage:"Only if the component implements a feature to control whether the content should be persisted."},{selector:".k-tabstrip-content",attribute:"aria-labelledby (when present)",usage:"Refers to the tab element that controls the panel. Only present when panel has an associated tab."},{selector:".k-tabstrip-scrollable .k-button",attribute:"aria-hidden=true",usage:"Scroll buttons are hidden from assistive technologies."}]};import{jsx as Ha,jsxs as ki}from"react/jsx-runtime";var Ni="k-tabstrip-item",Jf=[l.active,l.hover,l.disabled,l.focus],qf={},il={iconPosition:"before"},qe=e=>{let{dragging:t,active:o,hover:a,focus:i,disabled:s,children:p,first:m,last:f,closable:h,icon:x,iconPosition:g=il.iconPosition,value:u,actions:S,...N}=e;return ki("li",{...N,className:r(e.className,Ni,E(Ni,{hover:a,active:o,disabled:s,focus:i}),{"k-tabstrip-dragging":t,"k-first":m,"k-last":f}),role:"tab",...o&&{"aria-selected":"true"},...s&&{"aria-disabled":"true"},children:[ki("span",{className:"k-link",children:[x&&g==="before"&&Ha(L,{icon:x}),u&&Ha("span",{className:"k-link-text",children:u}),x&&g==="after"&&Ha(L,{icon:x})]}),(S||h)&&ki("span",{className:"k-item-actions",children:[S,h&&Ha(d,{as:"span",className:"k-remove-tab",icon:"x",fillMode:"flat",size:"xsmall",title:"Close","aria-hidden":"true"})]}),p]})};qe.states=Jf;qe.options=qf;qe.className=Ni;qe.item=il;import{Fragment as jf,jsx as Se,jsxs as ll}from"react/jsx-runtime";var nl="k-spreadsheet-sheets-bar",Yf=[],Qf={},Zf=ll(jf,{children:[Se(qe,{first:!0,active:!0,value:"Sheet 1",actions:Se(C,{showArrow:!1,size:"xsmall",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet1"),Se(qe,{value:"Sheet 2",actions:Se(C,{showArrow:!1,size:"xsmall",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet2"),Se(qe,{value:"Sheet 3",actions:Se(C,{showArrow:!1,size:"xsmall",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet3"),Se(qe,{value:"Sheet 4",actions:Se(C,{showArrow:!1,size:"xsmall",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet4"),Se(qe,{value:"Sheet 5",actions:Se(C,{showArrow:!1,size:"xsmall",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet5"),Se(qe,{last:!0,value:"Sheet 6",actions:Se(C,{showArrow:!1,size:"xsmall",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet6")]}),sl={tabStripItems:Zf},bt=e=>{let{tabStripItems:t=sl.tabStripItems,...o}=e,a=P("spreadsheet-sheets");return ll("div",{...o,className:r(nl,e.className),children:[Se(d,{className:"k-spreadsheet-sheet-add",fillMode:"flat",size:"xsmall",icon:"plus","aria-label":"Add new sheet","aria-controls":a}),Se(d,{className:"k-spreadsheet-sheets-menu",fillMode:"flat",size:"xsmall",icon:"menu","aria-label":"Sheets menu","aria-controls":a}),Se(ft,{className:"k-spreadsheet-sheets",tabStripItems:t,tabStripItemsId:a,position:"bottom",scrollable:!0,scrollButtons:"end"})]})};bt.states=Yf;bt.options=Qf;bt.className=nl;bt.defaultOptions=sl;import{jsx as G}from"react/jsx-runtime";var pl="k-spreadsheet-column-header",eb=[],tb={},dl={configureSelection:{A:"partial"}},Co=e=>{let{configureSelection:t=dl.configureSelection,...o}=e,a=[G("div",{style:{position:"absolute",left:"0px",width:"100px",height:"30px"},children:G("div",{className:"k-vertical-align-center",children:"A"})}),G("div",{style:{position:"absolute",left:"100px",width:"215px",height:"30px"},children:G("div",{className:"k-vertical-align-center",children:"B"})}),G("div",{style:{position:"absolute",left:"315px",width:"115px",height:"30px"},children:G("div",{className:"k-vertical-align-center",children:"C"})}),G("div",{style:{position:"absolute",left:"430px",width:"115px",height:"30px"},children:G("div",{className:"k-vertical-align-center",children:"D"})}),G("div",{style:{position:"absolute",left:"545px",width:"115px",height:"30px"},children:G("div",{className:"k-vertical-align-center",children:"E"})}),G("div",{style:{position:"absolute",left:"660px",width:"155px",height:"30px"},children:G("div",{className:"k-vertical-align-center",children:"F"})}),G("div",{style:{position:"absolute",left:"815px",width:"64px",height:"30px"},children:G("div",{className:"k-vertical-align-center",children:"G"})}),G("div",{style:{position:"absolute",left:"879px",width:"64px",height:"30px"},children:G("div",{className:"k-vertical-align-center",children:"H"})}),G("div",{style:{position:"absolute",left:"943px",width:"64px",height:"30px"},children:G("div",{className:"k-vertical-align-center",children:"I"})}),G("div",{style:{position:"absolute",left:"1007px",width:"64px",height:"30px"},children:G("div",{className:"k-vertical-align-center",children:"J"})}),G("div",{style:{position:"absolute",left:"1071px",width:"64px",height:"30px"},children:G("div",{className:"k-vertical-align-center",children:"K"})}),G("div",{style:{position:"absolute",left:"1135px",width:"64px",height:"30px"},children:G("div",{className:"k-vertical-align-center",children:"L"})})],s=t?((p,m)=>p.map((f,h)=>{let x=f.props.children.props.children;return G("div",{style:f.props.style,className:r({"k-selection-partial":m[x]==="partial","k-selection-full":m[x]==="full","k-selection-none":!m[x]}),children:f.props.children},h)}))(a,t):a;return G("div",{...o,className:r(pl,e.className),children:s})};Co.states=eb;Co.options=tb;Co.className=pl;Co.defaultOptions=dl;import{jsx as F}from"react/jsx-runtime";var cl="k-spreadsheet-row-header",ob=[],ab={},ml={configureSelection:{1:"partial"}},Oo=e=>{let{configureSelection:t=ml.configureSelection,...o}=e,a=[F("div",{style:{width:"30px",height:"70px"},children:F("div",{className:"k-vertical-align-center",children:"1"})}),F("div",{style:{width:"30px",height:"25px"},children:F("div",{className:"k-vertical-align-center",children:"2"})}),F("div",{style:{width:"30px",height:"30px"},children:F("div",{className:"k-vertical-align-center",children:"3"})}),F("div",{style:{width:"30px",height:"30px"},children:F("div",{className:"k-vertical-align-center",children:"4"})}),F("div",{style:{width:"30px",height:"30px"},children:F("div",{className:"k-vertical-align-center",children:"5"})}),F("div",{style:{width:"30px",height:"30px"},children:F("div",{className:"k-vertical-align-center",children:"6"})}),F("div",{style:{width:"30px",height:"30px"},children:F("div",{className:"k-vertical-align-center",children:"7"})}),F("div",{style:{width:"30px",height:"30px"},children:F("div",{className:"k-vertical-align-center",children:"8"})}),F("div",{style:{width:"30px",height:"30px"},children:F("div",{className:"k-vertical-align-center",children:"9"})}),F("div",{style:{width:"30px",height:"30px"},children:F("div",{className:"k-vertical-align-center",children:"10"})}),F("div",{style:{width:"30px",height:"30px"},children:F("div",{className:"k-vertical-align-center",children:"11"})}),F("div",{style:{width:"30px",height:"30px"},children:F("div",{className:"k-vertical-align-center",children:"12"})}),F("div",{style:{width:"30px",height:"30px"},children:F("div",{className:"k-vertical-align-center",children:"13"})})],s=t?((p,m)=>p.map((f,h)=>{let x=f.props.children.props.children;return F("div",{style:f.props.style,className:r({"k-selection-partial":m[x]==="partial","k-selection-full":m[x]==="full","k-selection-none":!m[x]}),children:f.props.children},h)}))(a,t):a;return F("div",{...o,className:r(cl,e.className),children:s})};Oo.states=ob;Oo.options=ab;Oo.className=cl;Oo.defaultOptions=ml;import*as fl from"react";import{jsx as ul}from"react/jsx-runtime";var bl="k-spreadsheet-data",rb=[],ib={},nb={},Bo=e=>{let{activeCellIndex:t,...o}=e,i=t?((p,m)=>p.map((f,h)=>h===m?ul("div",{style:f.props.style,className:r(f.props.className,"k-spreadsheet-active-cell"),children:f.props.children},h):f))(ir,t):ir,s=[...Gi,...i].map((p,m)=>p.key?p:fl.cloneElement(p,{key:m}));return ul("div",{...o,className:r(bl,e.className),children:s})};Bo.states=rb;Bo.options=ib;Bo.className=bl;Bo.defaultOptions=nb;var pa="spreadsheet",za=pa;import{jsx as db}from"react/jsx-runtime";var hl="k-spreadsheet",sb=[],lb={},pb={},We=e=>{let{children:t,...o}=e;return db("div",{...o,className:r(hl,e.className),role:"application",children:t})};We.states=sb;We.options=lb;We.className=hl;We.defaultOptions=pb;We.moduleName=pa;We.folderName=za;We.ariaSpec={selector:".k-spreadsheet",rules:[{selector:".k-spreadsheet",attribute:"role=application",usage:"Indicates the Spreadsheets' role as an application."},{selector:".k-spreadsheet-menu",attribute:"role=menubar",usage:"Follows Menu spec: announces the Menu menubar role."},{selector:".k-spreadsheet-menu .k-menu-item",attribute:"role=menuitem",usage:"Follows Menu spec: announces the Menu item role."},{selector:".k-spreadsheet-toolbar",attribute:"role=toolbar",usage:"Follows Toolbar spec: the component role."},{selector:".k-spreadsheet-toolbar",attribute:"aria-label or title",usage:"Each ToolBar must have a label specifying its purpose."},{selector:".k-spreadsheet-name-editor .k-combobox > .k-input-inner",attribute:"role=combobox",usage:"Follows ComboBox spec: identifies the input as a combobox."},{selector:".k-spreadsheet-formula-bar .k-spreadsheet-formula-input",attribute:"role=combobox",usage:"The focusable element of the component should have role combobox (an input with popup)."},{selector:".k-spreadsheet-formula-bar .k-spreadsheet-formula-input",attribute:"aria-haspopup=menu",usage:"Specifies that the formula input opens a popup."},{selector:".k-spreadsheet-formula-bar .k-spreadsheet-formula-input",attribute:"aria-controls=.k-spreadsheet-formula-list id (when present)",usage:"Points to the formulas list with role menu. Signifies that the formula input element controls the popup."},{selector:".k-spreadsheet-formula-bar .k-spreadsheet-formula-input",attribute:"aria-expanded=true/false",usage:"Announces the state of the popup visibility."},{selector:".k-spreadsheet-formula-bar .k-spreadsheet-formula-input",attribute:"title",usage:"The Formula input must have a title specifying its purpose."},{selector:".k-spreadsheet-formula-list",attribute:"id",usage:"Unique and deterministic id linked to the aria-controls attribute of the corresponding formula input."},{selector:".k-spreadsheet-formula-list",attribute:"role=menu",usage:"Announces the menu role of the popup."},{selector:".k-spreadsheet-formula-list .k-list-item",attribute:"role=menuitem",usage:"Announces the menuitem role of the popup items."},{selector:".k-spreadsheet-sheet-add",attribute:"role=button or nodeName=button",usage:"The add new sheet element is a button."},{selector:".k-spreadsheet-sheet-add",attribute:"aria-label or title",usage:"The add new sheet element must have a label as it does not have text content."},{selector:".k-spreadsheet-sheet-add",attribute:"aria-controls=.k-tabstrip-items id (when present)",usage:"Points to the ul element of the TabStrip that contains all tabs."},{selector:".k-spreadsheet-sheets-menu",attribute:"role=button or nodeName=button",usage:"Follows DropDownButton spec: omitted if the button DOM element is used."},{selector:".k-spreadsheet-sheets-menu",attribute:"aria-label or title",usage:"Follows DropDownButton spec: required when no text is visible."},{selector:".k-spreadsheet-sheets-menu",attribute:"aria-controls=.k-tabstrip-items id (when present)",usage:"Points to the ul element of the TabStrip that contains all tabs."},{selector:".k-spreadsheet-sheets .k-tabstrip-items",attribute:"role=tablist",usage:"Follows TabStrip spec: indicates the tablist role for the ul element."},{selector:".k-spreadsheet-sheets .k-tabstrip-item",attribute:"role=tab",usage:"Follows TabStrip spec: the tab li element."},{selector:".k-spreadsheet-sheets .k-tabstrip-item .k-menu-button",attribute:"aria-label or title",usage:"Follows DropDownButton spec: required when no text is visible in the tab menu button."}]};import{jsx as fb}from"react/jsx-runtime";var xl="k-spreadsheet-legacy",cb=[],mb={},ub={},Po=e=>{let{...t}=e;return fb("div",{...t,className:r(e.className,xl),children:e.children})};Po.states=cb;Po.options=mb;Po.className=xl;Po.defaultOptions=ub;Po.moduleName=pa;Po.folderName=za;import{Fragment as bb,jsx as Ro,jsxs as hb}from"react/jsx-runtime";var vl=e=>Ro(We,{children:hb(bb,{children:[Ro(mt,{}),Ro(ut,{}),Ro(ot,{selection:Ro("div",{className:"k-spreadsheet-selection k-single-selection",style:{width:"880px",height:"71px",top:"30px",left:"30px"}}),rowHeaderSelection:{1:"partial"},columnHeaderSelection:{A:"partial",B:"partial",C:"partial",D:"partial",E:"partial",F:"partial",G:"partial"},activeCellIndex:0}),Ro(bt,{})]}),...e});import{Fragment as IR,jsx as wR,jsxs as TR}from"react/jsx-runtime";import{jsx as da,jsxs as Sb}from"react/jsx-runtime";var xb={},vb=[],gb=[],kb={},Nb=[],Ko=()=>Sb(vl,{style:{height:"415px",width:"80%"},children:[da(mt,{}),da(ut,{}),da(ot,{selection:da("div",{className:"k-spreadsheet-selection k-single-selection",style:{width:"101px",height:"31px",top:"125px",left:"30px"}}),rowHeaderSelection:{3:"partial"},columnHeaderSelection:{A:"partial"},activeCellIndex:8}),da(bt,{})]});Ko.options=xb;Ko.states=vb;Ko.variants=gb;Ko.defaultOptions=kb;Ko.modifiers=Nb;Ko.className=We.className;import{jsx as ae,jsxs as Fa}from"react/jsx-runtime";var gl="k-spreadsheet-view",Lb=[],yb={},Mb={},ot=e=>{let{selectionHighlight:t,rowHeaderSelection:o,columnHeaderSelection:a,cellEditor:i,activeCellIndex:s,selection:p,filter:m,...f}=e;return Fa("div",{...f,className:r(gl,e.className),children:[Fa("div",{className:"k-spreadsheet-fixed-container",children:[Fa("div",{style:{top:0,left:0,height:"100%",width:"100%"},className:"k-spreadsheet-pane k-top k-left",children:[ae(Bo,{activeCellIndex:s,style:{position:"relative",left:"30px",top:"30px"}}),ae("div",{className:"k-selection-wrapper",children:p}),ae("div",{className:"k-auto-fill-wrapper"}),ae("div",{className:"k-selection-wrapper",children:t}),ae("div",{className:"k-filter-wrapper",children:m}),ae(Oo,{configureSelection:o,style:{width:"30px",top:"30px"}}),ae(Co,{configureSelection:a,style:{top:"0px",left:"30px",width:"1199px",height:"30px"}})]}),i,ae("div",{style:{width:"30px",height:"30px"},className:"k-spreadsheet-top-corner"})]}),ae("div",{className:"k-spreadsheet-scroller",children:ae("div",{className:"k-spreadsheet-view-size",style:{height:"6080px",width:"3663px"}})}),ae("div",{className:"k-spreadsheet-clipboard",children:Fa("table",{style:{left:"0px",top:"0px",height:"30px",width:"100px"},className:"kendo-clipboard-eb8ea401-ab97-4190-8fb2-b3b83b299a9f",role:"presentation",children:[ae("colgroup",{children:ae("col",{style:{width:"100px"}})}),ae("tbody",{children:ae("tr",{style:{height:"30px"},children:ae("td",{style:{backgroundColor:"rgb(255, 255, 255)",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",borderColor:"rgb(255, 255, 255)"},children:"216321"})})})]})}),!i&&ae("div",{className:"k-spreadsheet-cell-editor k-spreadsheet-formula-input","data-role":"formulainput",style:{whiteSpace:"pre"},children:"216321"}),ae(be,{content:"A1",style:{position:"absolute",display:"none"}}),ae("div",{className:"k-list-group-sticky-header",style:{display:"none"}}),ae("div",{className:"k-list-content k-list-scroller",unselectable:"on"})]})};ot.states=Lb;ot.options=yb;ot.className=gl;ot.defaultOptions=Mb;var r9=ot;export{gl as SPREADSHEETVIEW_CLASSNAME,ot as SpreadsheetView,r9 as default};
1
+ var r=(...e)=>e.filter(t=>t!==!0&&!!t).map(t=>Array.isArray(t)?r(...t):typeof t=="object"?Object.keys(t).map((o,a)=>t[a]||t[o]&&o||null).filter(o=>o!==null).join(" "):t).filter(t=>!!t).join(" ");var A=(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"}),E=(e,t)=>{let{valid:o,invalid:a,hover:i,focus:s,checked:p,active:m,selected:f,disabled:h,indeterminate:x,loading:g,empty:u,readonly:S,highlighted:N,...y}=t;return r({"k-valid":o,"k-invalid":a,"k-hover":i,"k-focus":s,"k-checked":p,"k-active":m,"k-selected":f,"k-disabled":h,"k-indeterminate":x&&!p,"k-loading":g,"k-empty":u,"k-readonly":S,"k-highlighted":N},Object.keys(y).reduce((T,M)=>(M.startsWith("k-")?T[M]=y[M]:T[`k-${M}`]=y[M],T),{}))};function Li(e,t){if(!t)return{};let o=Array.isArray(t)?t:[t];return Object.fromEntries(o.map(a=>[`k-${a}`,!0]))}var c={undefined:void 0,xsmall:"xsmall",small:"small",medium:"medium",large:"large",xlarge:"xlarge",xxlarge:"xxlarge",xxxlarge:"xxxlarge"},v={undefined:void 0,none:"none",small:"small",medium:"medium",large:"large",full:"full"},b={undefined:void 0,solid:"solid",flat:"flat",outline:"outline",clear:"clear",link:"link"},k={undefined:void 0,inherit:"inherit",base:"base",primary:"primary",secondary:"secondary",tertiary:"tertiary",info:"info",success:"success",warning:"warning",error:"error",inverse:"inverse"},l={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"},yi={calloutMap:{top:"n",bottom:"s",left:"w",right:"e"},orientationMap:{vertical:"vstack",horizontal:"hstack"}};var Va={};function P(e){return Va[e]=(Va[e]||0)+1,`k-${e}-${Va[e]}`}import{Fragment as yl,jsx as Mi}from"react/jsx-runtime";var Wa="k-font-icon",Nl=[],Sl={size:[c.undefined,c.xsmall,c.small,c.medium,c.large,c.xlarge,c.xxlarge,c.xxxlarge],themeColor:[k.undefined,k.base,k.primary,k.secondary,k.tertiary,k.success,k.warning,k.error,k.info]},Ll={},Do=e=>{let{size:t,themeColor:o,icon:a,rotate:i,flip:s,...p}=e;return a?Mi("span",{...p,className:r(e.className,Wa,A(Wa,{size:t}),{[`k-i-${a}`]:a,[`k-color-${o}`]:o,[`k-rotate-${i}`]:i,"k-flip-h":s==="h"||s==="both","k-flip-v":s==="v"||s==="both"}),"aria-hidden":"true"}):Mi(yl,{})};Do.states=Nl;Do.options=Sl;Do.className=Wa;Do.defaultOptions=Ll;var Ai=Do;import{Fragment as wl,jsx as ma}from"react/jsx-runtime";var Xa="k-svg-icon",Ml=[],Al={size:[c.undefined,c.xsmall,c.small,c.medium,c.large,c.xlarge,c.xxlarge,c.xxxlarge],themeColor:[k.undefined,k.base,k.primary,k.secondary,k.tertiary,k.success,k.warning,k.error,k.info]},wi={viewBox:"0 0 24 24"},_o=e=>{let{size:t,themeColor:o,rotate:a,flip:i,viewBox:s=wi.viewBox,icon:p,...m}=e;if(!p)return ma(wl,{});if(p==="none")return ma("span",{...m,className:r(e.className,Xa,A("k-icon",{size:t}),"k-none"),"aria-hidden":"true"});let f=typeof p=="object"&&p.name&&p.name;return ma("span",{...m,className:r(e.className,Xa,A("k-icon",{size:t}),{[`k-svg-i-${f}`]:f,[`k-color-${o}`]:o,[`k-rotate-${a}`]:a,"k-flip-h":i==="h"||i==="both","k-flip-v":i==="v"||i==="both"}),"aria-hidden":"true",children:ma("svg",{"aria-hidden":!0,focusable:!1,xmlns:"http://www.w3.org/2000/svg",viewBox:typeof p=="object"?p.viewBox:s,dangerouslySetInnerHTML:typeof p=="object"?{__html:p.content}:void 0,children:p?void 0:e.children})})};_o.states=Ml;_o.options=Al;_o.className=Xa;_o.defaultOptions=wi;var Ja=_o;import*as qa from"@progress/kendo-svg-icons";var Ii="icon",Ti="icons";import{useContext as Tl}from"react";import{createContext as Il}from"react";var Ei=Il({iconsType:"svg"});import{Fragment as Ci,jsx as Ho}from"react/jsx-runtime";var ua="k-icon",El=e=>e.replace(/([-_][a-z0-9])/gi,t=>t.toUpperCase().replace("-","").replace("_","")),Cl=[],Ol={size:[c.undefined,c.xsmall,c.small,c.medium,c.large,c.xlarge,c.xxlarge,c.xxxlarge],themeColor:[k.undefined,k.base,k.primary,k.secondary,k.tertiary,k.success,k.warning,k.error,k.info]},Ya={viewBox:"0 0 24 24",type:"svg"},L=e=>{let{iconsType:t}=Tl(Ei),{size:o,themeColor:a,icon:i,type:s=t||Ya.type,rotate:p,flip:m,viewBox:f=Ya.viewBox,...h}=e;if(!i)return Ho(Ci,{});if((t||s)==="svg"){if(i==="none")return Ho(Ja,{...h,className:r(e.className,ua),icon:i,size:o});let g=qa[i]?i:El(`${i}-icon`);return qa[g]?Ho(Ja,{...h,className:r(e.className,ua),icon:qa[g],size:o,themeColor:a,rotate:p,flip:m,viewBox:f}):Ho(Ci,{})}return Ho(Ai,{...h,className:r(e.className,ua),icon:i,size:o,themeColor:a,rotate:p,flip:m})};L.states=Cl;L.options=Ol;L.defaultOptions=Ya;L.className=ua;L.moduleName=Ii;L.folderName=Ti;L.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 Qa="tooltip",Oi=Qa;import{jsx as zo,jsxs as Bi}from"react/jsx-runtime";var Za="k-tooltip",Bl=[],Pl={themeColor:[k.undefined,k.base,k.inverse,k.info,k.success,k.warning,k.error]},Pi={closable:!1},be=e=>{let{closable:t=Pi.closable,callout:o,themeColor:a,title:i,content:s,icon:p,id:m=P("tooltip"),...f}=e;return Bi("div",{...f,className:r(e.className,Za,A(Za,{themeColor:a}),{"k-tooltip-closable":t}),role:"tooltip",id:m,children:[p&&zo(L,{className:"k-tooltip-icon",icon:p}),Bi("div",{className:"k-tooltip-content",children:[i&&zo("div",{className:"k-tooltip-title",children:i}),s]}),t&&zo("div",{className:"k-tooltip-button",role:"button","aria-label":"Close",tabIndex:0,children:zo(L,{icon:"x"})}),o&&zo("div",{className:r("k-callout",{[`k-callout-${yi.calloutMap[o]||o}`]:o})})]})};be.states=Bl;be.options=Pl;be.className=Za;be.defaultOptions=Pi;be.moduleName=Qa;be.folderName=Oi;be.ariaSpec={selector:".k-tooltip",implicitRole:"tooltip",rules:[{selector:".k-tooltip",attribute:"role=tooltip",usage:"Specifies the tooltip role of the tooltip container."},{selector:".k-tooltip",attribute:"id",usage:"The element needs an id to be associated with the aria-describedby attribute of the trigger element."},{selector:".k-tooltip .k-tooltip-button",attribute:"role=button",usage:"The close button needs an explicit button role."},{selector:".k-tooltip .k-tooltip-button",attribute:"aria-label",usage:"The close button needs an accessible name."}]};var ja=be;import{jsx as Rl}from"react/jsx-runtime";var Ri=e=>Rl(ja,{content:"Tooltip Content",...e});import{jsx as fh}from"react/jsx-runtime";var er="popup",Ki=er;import{jsx as Di}from"react/jsx-runtime";var _i="k-animation-container",Kl=[],Dl={},Hi={positionMode:"absolute"},Oe=e=>{let{positionMode:t=Hi.positionMode,animationStyle:o,offset:a,...i}=e;return Di("div",{...i,style:{...a,...e.style},className:r(e.className,_i,"k-animation-container-shown",{"k-animation-container-fixed":t==="fixed"}),children:Di("div",{className:"k-child-animation-container",style:o,children:e.children})})};Oe.states=Kl;Oe.options=Dl;Oe.className=_i;Oe.defaultOptions=Hi;Oe.moduleName=er;Oe.folderName=Ki;var tr="button",zi=tr;import{Fragment as Fl,jsx as Fo,jsxs as Fi}from"react/jsx-runtime";var Uo="k-button",_l=["icon-button"],Hl=[l.hover,l.focus,l.active,l.selected,l.disabled,l.generating],zl={size:[c.undefined,c.xsmall,c.small,c.medium,c.large],rounded:[v.undefined,v.none,v.small,v.medium,v.large,v.full],fillMode:[b.undefined,b.solid,b.flat,b.outline,b.clear,b.link],themeColor:[k.undefined,k.base,k.primary,k.secondary,k.tertiary,k.success,k.warning,k.error,k.info,k.inverse]},or={showArrow:!1,arrowIconName:"chevron-down"},d=e=>{let{as:t="button",size:o,rounded:a,fillMode:i,themeColor:s,showArrow:p=or.showArrow,arrowIconName:m=or.arrowIconName,variant:f,hover:h,focus:x,active:g,selected:u,disabled:S,togglable:N,ariaDisabled:y,icon:T,text:M,iconClassName:D,className:Z,...de}=e,ue=T!==void 0,fe=e.children!==void 0;return Fi(t,{className:r(Z,Uo,Li(Uo,f),A(Uo,{size:o,rounded:a,fillMode:i,themeColor:s}),E(Uo,{hover:h,focus:x,active:g,disabled:S||y,selected:u}),{"k-icon-button":!M&&!fe&&ue}),...de,"aria-pressed":N?u?"true":"false":void 0,"aria-disabled":y?"true":void 0,disabled:S||void 0,children:[T&&Fo(L,{className:r(D,"k-button-icon"),icon:T}),M?Fi(Fl,{children:[M&&Fo("span",{className:"k-button-text",children:M}),e.children]}):e.children&&Fo("span",{className:"k-button-text",children:e.children}),p&&Fo("span",{className:"k-menu-button-arrow k-button-arrow",children:Fo(L,{icon:m})})]})};d.states=Hl;d.options=zl;d.variants=_l;d.className=Uo;d.defaultOptions=or;d.moduleName=tr;d.folderName=zi;d.ariaSpec={selector:".k-button",rules:[{selector:".k-button",attribute:"role=button or nodeName=button",usage:"The button role is implicit from the native <button> element."},{selector:".k-button",attribute:"aria-label (when icon-only)",usage:"Required for icon-only buttons that have no visible text."},{selector:".k-button",attribute:"aria-pressed (when togglable)",usage:"Indicates the pressed state of a toggle button."},{selector:".k-button",attribute:"disabled (when disabled)",usage:"Rendered when the button is disabled."}]};import{jsx as Ul}from"react/jsx-runtime";var xt=e=>Ul(d,{icon:"folder",...e,"aria-label":e["aria-label"]||"Folder",children:void 0});import{jsx as Gl}from"react/jsx-runtime";var Go=e=>Gl(d,{icon:"folder",children:"Button",...e});import{jsx as $l}from"react/jsx-runtime";var Ot=e=>$l(d,{children:"Button",...e});import{jsx as ar}from"react/jsx-runtime";var Vl=d.options,Wl=d.states,Xl={...d.defaultOptions,variant:"text"},Jl=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],ql=[],Wt=e=>{let{variant:t,...o}=e;switch(t){case"icon-only":return ar(xt,{...o,icon:"star"});case"icon-and-text":return ar(Go,{...o,icon:"star",children:"Button"});default:return ar(Ot,{...o,children:"Button"})}};Wt.options=Vl;Wt.states=Wl;Wt.variants=Jl;Wt.defaultOptions=Xl;Wt.modifiers=ql;Wt.className=d.className;import{jsx as rr,jsxs as jl}from"react/jsx-runtime";var Yl={...be.options,closable:{type:"boolean"},callout:["none","top","bottom","left","right"]},Ql=be.states,Ui={...be.defaultOptions,callout:"top"},Zl=[],Xt=e=>{let{callout:t="top",...o}={...Ui,...e},a={none:{top:"-33px",left:"-17px",calloutDirection:null},right:{top:"2px",left:"61px",calloutDirection:"left"},left:{top:"2px",left:"-94px",calloutDirection:"right"},bottom:{top:"38px",left:"-17px",calloutDirection:"top"},top:{top:"-33px",left:"-17px",calloutDirection:"bottom"}},{top:i,left:s,calloutDirection:p}=a[t]||{};return jl("div",{style:{position:"absolute"},children:[rr(Oe,{style:{top:i,left:s},children:rr(Ri,{style:{width:"86px",textAlign:"center"},callout:p,content:"Content",...o})}),rr(d,{text:"Show"})]})};Xt.options=Yl;Xt.states=Ql;Xt.variants=Zl;Xt.defaultOptions=Ui;Xt.modifiers=[];Xt.className=be.className;import{jsx as n}from"react/jsx-runtime";var ir=[n("div",{className:"k-spreadsheet-cell k-spreadsheet-merged-cell",style:{left:"1px",top:"1px",width:"878px",height:"69px",background:"rgb(96, 181, 255)",outline:"rgb(86, 163, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"30px",whiteSpace:"pre",overflowWrap:"normal"},children:n("div",{className:"k-vertical-align-center",children:"Invoice #52 - 06/23/2015"})}),n("div",{style:{background:"rgb(167, 214, 255)",outline:"rgb(150, 193, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"1px",top:"71px",width:"99px",height:"24px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"ID"})}),n("div",{style:{background:"rgb(167, 214, 255)",outline:"rgb(150, 193, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"101px",top:"71px",width:"214px",height:"24px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"Product"})}),n("div",{style:{background:"rgb(167, 214, 255)",outline:"rgb(150, 193, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"316px",top:"71px",width:"114px",height:"24px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"Quantity"})}),n("div",{style:{background:"rgb(167, 214, 255)",outline:"rgb(150, 193, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"431px",top:"71px",width:"114px",height:"24px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"Price"})}),n("div",{style:{background:"rgb(167, 214, 255)",outline:"rgb(150, 193, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"546px",top:"71px",width:"114px",height:"24px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"Tax"})}),n("div",{style:{background:"rgb(167, 214, 255)",outline:"rgb(150, 193, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"661px",top:"71px",width:"154px",height:"24px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"Amount"})}),n("div",{style:{background:"rgb(167, 214, 255)",outline:"rgb(150, 193, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"816px",top:"71px",width:"63px",height:"24px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"1px",top:"96px",width:"99px",height:"29px"},className:"k-spreadsheet-cell k-left k-single",children:n("div",{className:"k-vertical-align-center",children:"216321"})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"left",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"101px",top:"96px",width:"214px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"Calzone"})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"316px",top:"96px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"1"})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"431px",top:"96px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$12.39"})})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"546px",top:"96px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$2.48"})})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"661px",top:"96px",width:"154px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$14.87"})})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"816px",top:"96px",width:"63px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"1px",top:"126px",width:"99px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"546897"})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"left",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"101px",top:"126px",width:"214px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"Margarita"})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"316px",top:"126px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"2"})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"431px",top:"126px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$8.79"})})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"546px",top:"126px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$3.52"})})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"661px",top:"126px",width:"154px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$21.10"})})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"816px",top:"126px",width:"63px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"1px",top:"156px",width:"99px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"456231"})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"left",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"101px",top:"156px",width:"214px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"Pollo Formaggio"})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"316px",top:"156px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"1"})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"431px",top:"156px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$13.99"})})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"546px",top:"156px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$2.80"})})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"661px",top:"156px",width:"154px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$16.79"})})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"816px",top:"156px",width:"63px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"1px",top:"186px",width:"99px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"455873"})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"left",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"101px",top:"186px",width:"214px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"Greek Salad"})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"316px",top:"186px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"1"})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"431px",top:"186px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$9.49"})})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"546px",top:"186px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$1.90"})})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"661px",top:"186px",width:"154px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$11.39"})})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"816px",top:"186px",width:"63px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"1px",top:"216px",width:"99px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"456892"})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"left",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"101px",top:"216px",width:"214px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"Spinach and Blue Cheese"})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"316px",top:"216px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"3"})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"431px",top:"216px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$11.49"})})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"546px",top:"216px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$6.89"})})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"661px",top:"216px",width:"154px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$41.36"})})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"816px",top:"216px",width:"63px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"1px",top:"246px",width:"99px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"546564"})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"left",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"101px",top:"246px",width:"214px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"Rigoletto"})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"316px",top:"246px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"1"})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"431px",top:"246px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$10.99"})})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"546px",top:"246px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$2.20"})})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"661px",top:"246px",width:"154px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$13.19"})})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"816px",top:"246px",width:"63px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"1px",top:"276px",width:"99px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"789455"})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"left",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"101px",top:"276px",width:"214px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"Creme Brulee"})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"316px",top:"276px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"5"})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"431px",top:"276px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$6.99"})})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"546px",top:"276px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$6.99"})})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"661px",top:"276px",width:"154px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$41.94"})})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"816px",top:"276px",width:"63px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"1px",top:"306px",width:"99px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"123002"})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"left",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"101px",top:"306px",width:"214px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"Radeberger Beer"})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"316px",top:"306px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"4"})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"431px",top:"306px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$4.99"})})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"546px",top:"306px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$3.99"})})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"661px",top:"306px",width:"154px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$23.95"})})}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"816px",top:"306px",width:"63px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"1px",top:"336px",width:"99px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"564896"})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"left",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"101px",top:"336px",width:"214px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"Budweiser Beer"})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"316px",top:"336px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:"3"})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"431px",top:"336px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$4.49"})})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"546px",top:"336px",width:"114px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$2.69"})})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"right",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"661px",top:"336px",width:"154px",height:"29px"},className:"k-spreadsheet-cell",children:n("div",{className:"k-vertical-align-center",children:n("span",{children:"$16.16"})})}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"816px",top:"336px",width:"63px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"1px",top:"366px",width:"99px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"101px",top:"366px",width:"214px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"316px",top:"366px",width:"114px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"431px",top:"366px",width:"114px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"546px",top:"366px",width:"114px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"661px",top:"366px",width:"154px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(229, 243, 255)",outline:"rgb(206, 219, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"816px",top:"366px",width:"63px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"1px",top:"396px",width:"99px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"101px",top:"396px",width:"214px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"316px",top:"396px",width:"114px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"431px",top:"396px",width:"114px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"546px",top:"396px",width:"114px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"661px",top:"396px",width:"154px",height:"29px"},className:"k-spreadsheet-cell"}),n("div",{style:{background:"rgb(255, 255, 255)",outline:"rgb(230, 230, 230) solid 1px",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",whiteSpace:"pre",overflowWrap:"normal",left:"816px",top:"396px",width:"63px",height:"29px"},className:"k-spreadsheet-cell"})],Gi=[n("div",{className:"k-spreadsheet-vaxis",style:{left:0,height:"405px"}}),n("div",{className:"k-spreadsheet-vaxis",style:{left:"100px",height:"405px"}}),n("div",{className:"k-spreadsheet-vaxis",style:{left:"315px",height:"405px"}}),n("div",{className:"k-spreadsheet-vaxis",style:{left:"430px",height:"405px"}}),n("div",{className:"k-spreadsheet-vaxis",style:{left:"545px",height:"405px"}}),n("div",{className:"k-spreadsheet-vaxis",style:{left:"660px",height:"405px"}}),n("div",{className:"k-spreadsheet-vaxis",style:{left:"815px",height:"405px"}}),n("div",{className:"k-spreadsheet-vaxis",style:{left:"879px",height:"405px"}}),n("div",{className:"k-spreadsheet-vaxis",style:{left:"943px",height:"405px"}}),n("div",{className:"k-spreadsheet-vaxis",style:{left:"1007px",height:"405px"}}),n("div",{className:"k-spreadsheet-vaxis",style:{left:"1071px",height:"405px"}}),n("div",{className:"k-spreadsheet-vaxis",style:{left:"1135px",height:"405px"}}),n("div",{className:"k-spreadsheet-vaxis",style:{left:"1199px",height:"405px"}}),n("div",{className:"k-spreadsheet-haxis",style:{top:"0px",width:"1199px"}}),n("div",{className:"k-spreadsheet-haxis",style:{top:"70px",width:"1199px"}}),n("div",{className:"k-spreadsheet-haxis",style:{top:"95px",width:"1199px"}}),n("div",{className:"k-spreadsheet-haxis",style:{top:"125px",width:"1199px"}}),n("div",{className:"k-spreadsheet-haxis",style:{top:"155px",width:"1199px"}}),n("div",{className:"k-spreadsheet-haxis",style:{top:"185px",width:"1199px"}}),n("div",{className:"k-spreadsheet-haxis",style:{top:"215px",width:"1199px"}}),n("div",{className:"k-spreadsheet-haxis",style:{top:"245px",width:"1199px"}}),n("div",{className:"k-spreadsheet-haxis",style:{top:"275px",width:"1199px"}}),n("div",{className:"k-spreadsheet-haxis",style:{top:"305px",width:"1199px"}}),n("div",{className:"k-spreadsheet-haxis",style:{top:"335px",width:"1199px"}}),n("div",{className:"k-spreadsheet-haxis",style:{top:"365px",width:"1199px"}}),n("div",{className:"k-spreadsheet-haxis",style:{top:"395px",width:"1199px"}}),n("div",{className:"k-spreadsheet-haxis",style:{top:"426px",width:"1199px"}}),n("div",{className:"k-spreadsheet-disabled-mask",style:{top:"1px",width:"878px",left:"1px",height:"69px"}})];var nr="button",$i=nr;import{jsx as ap}from"react/jsx-runtime";var $o="k-button-group",ep=[l.disabled],tp={fillMode:[b.undefined,b.solid,b.flat,b.outline,b.clear,b.link]},op={},w=e=>{let{fillMode:t,disabled:o,stretched:a,...i}=e;return ap("div",{role:"group",...i,className:r(e.className,$o,A($o,{fillMode:t}),E($o,{disabled:o}),{[`${$o}-stretched`]:a}),...o&&{"aria-disabled":"true"},children:e.children})};w.states=ep;w.options=tp;w.className=$o;w.defaultOptions=op;w.moduleName=nr;w.folderName=$i;w.ariaSpec={selector:".k-button-group",rules:[{selector:".k-button-group:not(.k-split-button)",attribute:"role=group",usage:"Sets the proper role for the group of buttons."},{selector:".k-button-group.k-disabled",attribute:"aria-disabled=true",usage:"The attribute is rendered only when the entire button group is disabled."},{selector:".k-button-group:not(.k-split-button):not(.k-scheduler-navigation):not(.k-zoom-control) .k-button",attribute:"aria-pressed (when selected)",usage:"Specifies the current state of the ButtonGroup. Only the selected button within the group will have this attribute set to true."}]};import{Fragment as kx,jsx as gx,jsxs as Nx}from"react/jsx-runtime";import{Fragment as wx,jsx as Ax,jsxs as Ix}from"react/jsx-runtime";import{Fragment as Px,jsx as Bx,jsxs as Rx}from"react/jsx-runtime";import{Fragment as Fx,jsx as zx,jsxs as Ux}from"react/jsx-runtime";import{Fragment as Jx,jsx as Xx,jsxs as qx}from"react/jsx-runtime";import{Fragment as tv,jsx as ev,jsxs as ov}from"react/jsx-runtime";import{jsx as at,jsxs as sr}from"react/jsx-runtime";var rp={...d.options,...w.options},ip=d.states,np={...d.defaultOptions,...w.defaultOptions,variant:"text-button"},sp=[{name:"icon-button",title:"Icon Only"},{name:"text-button",title:"Text"},{name:"icon-text-button",title:"Icon Text"}],lp=[],Jt=e=>{let{variant:t,className:o,...a}=e;return t==="icon-button"?sr(w,{fillMode:a.fillMode,className:o,children:[at(d,{...a,icon:"star"}),at(d,{...a,icon:"star"}),at(d,{...a,icon:"star"})]}):t==="icon-text-button"?sr(w,{fillMode:a.fillMode,className:o,children:[at(d,{...a,icon:"star",children:"First"}),at(d,{...a,icon:"star",children:"Middle"}),at(d,{...a,icon:"star",children:"Last"})]}):sr(w,{fillMode:a.fillMode,className:o,children:[at(d,{...a,children:"First"}),at(d,{...a,children:"Middle"}),at(d,{...a,children:"Last"})]})};Jt.options=rp;Jt.states=ip;Jt.variants=sp;Jt.defaultOptions=np;Jt.modifiers=lp;Jt.className=w.className;var Vo="input",fa=Vo;import{jsx as mp}from"react/jsx-runtime";var ba="k-input",pp=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.loading,l.readonly],dp={size:[c.undefined,c.small,c.medium,c.large],rounded:[v.undefined,v.none,v.small,v.medium,v.large,v.full],fillMode:[b.undefined,b.solid,b.flat,b.outline]},cp={},j=e=>{let{hover:t,focus:o,disabled:a,invalid:i,valid:s,loading:p,readonly:m,size:f,rounded:h,fillMode:x,...g}=e;return mp("span",{...g,className:r(e.className,ba,A(ba,{size:f,rounded:h,fillMode:x}),E(ba,{hover:t,focus:o,disabled:a,invalid:i,valid:s,loading:p,readonly:m}))})};j.states=pp;j.options=dp;j.className=ba;j.defaultOptions=cp;j.moduleName=Vo;j.folderName=fa;import{jsx as hp}from"react/jsx-runtime";var ha="k-picker",up=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.loading,l.readonly],fp={size:[c.undefined,c.small,c.medium,c.large],rounded:[v.undefined,v.none,v.small,v.medium,v.large,v.full],fillMode:[b.undefined,b.solid,b.flat,b.outline]},bp={},Ye=e=>{let{hover:t,focus:o,disabled:a,invalid:i,valid:s,loading:p,readonly:m,size:f,rounded:h,fillMode:x,...g}=e;return hp("span",{...g,className:r(e.className,ha,A(ha,{size:f,rounded:h,fillMode:x}),E(ha,{hover:t,focus:o,disabled:a,invalid:i,valid:s,loading:p,readonly:m})),children:e.children})};Ye.states=up;Ye.options=fp;Ye.className=ha;Ye.defaultOptions=bp;Ye.moduleName=Vo;Ye.folderName=fa;import{Fragment as gp,jsx as lr}from"react/jsx-runtime";var Vi="k-clear-value",xp=[l.disabled,l.loading,l.readonly],vp={},Ae=e=>{let{disabled:t,loading:o,readonly:a,value:i}=e;return t||a||o||!i?lr(gp,{}):lr("span",{className:r(e.className,Vi),children:lr(L,{icon:"x"})})};Ae.states=xp;Ae.options=vp;Ae.className=Vi;import{jsx as Sp}from"react/jsx-runtime";var pr="k-input-inner",kp=[],Np={},xa={type:"text",autocomplete:"off",value:"",placeholder:""},we=e=>{let{value:t=xa.value,type:o=xa.type,placeholder:a=xa.placeholder,autocomplete:i=xa.autocomplete,disabled:s,readOnly:p,...m}=e;return Sp("input",{...m,type:o,className:r(e.className,pr,A(pr,e)),placeholder:a,autoComplete:i,defaultValue:t,disabled:s||void 0,readOnly:p||void 0})};we.states=kp;we.options=Np;we.className=pr;import{jsx as Wi,jsxs as Mp}from"react/jsx-runtime";var dr="k-input-inner",Lp=[],yp={},Bt=e=>{let{value:t,placeholder:o,showValue:a,valueIcon:i,valueIconName:s,...p}=e;return Mp("span",{...p,className:r(e.className,dr,A(dr,e)),children:[i,!i&&s&&Wi(L,{className:"k-input-value-icon",icon:s}),a&&!t&&o,a&&t&&Wi("span",{className:"k-input-value-text",children:t})]})};Bt.states=Lp;Bt.options=yp;Bt.className=dr;import{jsx as Ip}from"react/jsx-runtime";var cr="k-input-inner",Ap=[],wp={},Xi={value:"",placeholder:""},mr=e=>{let{value:t=Xi.value,placeholder:o=Xi.placeholder,rows:a,disabled:i,...s}=e;return Ip("textarea",{...s,className:r(e.className,cr,A(cr,e)),placeholder:o,rows:a,defaultValue:t,disabled:i||void 0})};mr.states=Ap;mr.options=wp;mr.className=cr;import{Fragment as Ep,jsx as Ji}from"react/jsx-runtime";var qi="k-input-loading-icon",Tp=[l.disabled,l.loading],Le=e=>{let{disabled:t,loading:o}=e;return t||!o?Ji(Ep,{}):Ji("span",{className:r(e.className,qi,"k-icon k-i-loading")})};Le.states=Tp;Le.className=qi;import{Fragment as Bp,jsx as Yi}from"react/jsx-runtime";var Qi="k-input-validation-icon",Cp=[l.valid,l.invalid,l.disabled,l.loading],Op={},he=e=>{let{valid:t,invalid:o,disabled:a,loading:i}=e,s=o?"warning-circle":"check-circle";return a||i||!!!(t||o)?Yi(Bp,{}):Yi(L,{className:r(Qi),icon:s})};he.states=Cp;he.options=Op;he.className=Qi;import{Fragment as Kp,jsx as Zi}from"react/jsx-runtime";var Pp="k-input-prefix",Rp={direction:"horizontal"},Be=e=>{let{direction:t=Rp.direction,...o}=e;return e.children?Zi("span",{...o,className:r(Pp,e.className,{[`k-input-prefix-${t}`]:t}),children:e.children}):Zi(Kp,{})};import{Fragment as Hp,jsx as ji}from"react/jsx-runtime";var Dp="k-input-suffix",_p={direction:"horizontal"},Pe=e=>{let{direction:t=_p.direction,...o}=e;return e.children?ji("span",{...o,className:r(Dp,e.className,{[`k-input-suffix-${t}`]:t}),children:e.children}):ji(Hp,{})};import{jsx as og}from"react/jsx-runtime";import{jsx as Fp}from"react/jsx-runtime";var zp="k-input-suffix-text",ur=e=>{let{children:t,...o}=e;return Fp("span",{...o,className:r(zp,e.className),children:t})};import{jsx as Gp}from"react/jsx-runtime";var en="k-input-separator",Up={direction:"vertical"},Re=e=>{let{direction:t=Up.direction,...o}=e;return Gp("span",{...o,className:r(en,e.className,{[`${en}-${t}`]:t})})};import{Fragment as tn,jsx as Qe,jsxs as fr}from"react/jsx-runtime";var $p=j.states,Vp=j.defaultOptions,Wp=j.options,Xp=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"},{name:"validation-icon",title:"Validation Icon"},{name:"separators",title:"Separators"}],Jp=[],qt=e=>{let{modifiers:t,valid:o,invalid:a,loading:i,disabled:s,readonly:p,...m}=e,f=t?.prefix,h=t?.suffix,x=t?.["clear-button"],g=t?.["validation-icon"],u=t?.separators;return fr(j,{...m,valid:o,invalid:a,loading:i,disabled:s,readonly:p,style:{width:300},children:[f&&fr(tn,{children:[Qe(Be,{children:Qe(L,{icon:"lock"})}),u&&Qe(Re,{})]}),Qe(we,{placeholder:"Placeholder",value:"Value"}),g&&Qe(he,{valid:o,invalid:a,loading:i,disabled:s}),Qe(Le,{loading:i,disabled:s}),x&&Qe(Ae,{loading:i,disabled:s,readonly:p,value:"Value"}),h&&fr(tn,{children:[u&&Qe(Re,{}),Qe(Pe,{children:Qe(Ot,{size:m.size,fillMode:"clear",children:"Send"})})]})]})};qt.options=Wp;qt.states=$p;qt.variants=Jp;qt.defaultOptions=Vp;qt.modifiers=Xp;qt.className=j.className;import{jsx as on,jsxs as Qp}from"react/jsx-runtime";var an="k-color-preview",qp=[],Yp={},vt=e=>{let{color:t,iconName:o,...a}=e;return Qp("span",{...a,className:r(e.className,an,{"k-icon-color-preview":o,"k-no-color":!t}),children:[o&&on(L,{icon:o,className:"k-color-preview-icon"}),on("span",{className:"k-color-preview-mask",style:{backgroundColor:t}})]})};vt.states=qp;vt.options=Yp;vt.className=an;var br="popup",rn=br;import{jsx as nn}from"react/jsx-runtime";var sn="k-popup",Zp=[],jp={},ln={positionMode:"absolute"},X=e=>{let{offset:t,positionMode:o=ln.positionMode,animationStyle:a,containerClassName:i,containerRole:s,containerAriaLabel:p,...m}=e;return nn(Oe,{positionMode:o,offset:t,animationStyle:a,className:i,role:s,"aria-label":p,children:nn("div",{...m,className:r(e.className,sn),children:e.children})})};X.states=Zp;X.options=jp;X.className=sn;X.defaultOptions=ln;X.moduleName=br;X.folderName=rn;X.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 hr="action-buttons",pn=hr;import{jsx as od}from"react/jsx-runtime";var va="k-actions",ed=[],td={},xr={alignment:"start",orientation:"horizontal"},Ze=e=>{let{alignment:t=xr.alignment,orientation:o=xr.orientation,...a}=e;return od("div",{...a,className:r(va,{[`${va}-${t}`]:t,[`${va}-${o}`]:o},e.className),children:e.children})};Ze.states=ed;Ze.options=td;Ze.className=va;Ze.defaultOptions=xr;Ze.moduleName=hr;Ze.folderName=pn;import{jsx as rd}from"react/jsx-runtime";var ad="k-actionsheet-footer",dn={alignment:"stretched",orientation:"horizontal"},gt=e=>{let{alignment:t=dn.alignment,orientation:o=dn.orientation,template:a,as:i=a?"div":Ze,...s}=e;return rd(i,{...s,...!a&&{alignment:t,orientation:o},className:r(e.className,ad),children:e.children})};var vr="searchbox",cn=vr;import{jsx as Wo,jsxs as sd}from"react/jsx-runtime";var mn="k-searchbox",id=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.loading],nd={size:[c.undefined,c.small,c.medium,c.large],rounded:[v.undefined,v.none,v.small,v.medium,v.large,v.full],fillMode:[b.undefined,b.solid,b.flat,b.outline]},gr={showIcon:!0,icon:"search"},Ke=e=>{let{value:t,placeholder:o,size:a,rounded:i,fillMode:s,hover:p,focus:m,valid:f,invalid:h,required:x,loading:g,disabled:u,showIcon:S=gr.showIcon,icon:N=gr.icon,"aria-label":y,...T}=e;return sd(j,{...T,size:a,rounded:i,fillMode:s,hover:p,focus:m,valid:f,invalid:h,required:x,loading:g,disabled:u,className:r(e.className,mn),children:[S&&Wo(L,{className:"k-input-icon",icon:N}),Wo(we,{placeholder:o,value:t,"aria-label":y}),Wo(Le,{...e}),Wo(he,{...e}),Wo(Ae,{...e})]})};Ke.states=id;Ke.options=nd;Ke.className=mn;Ke.defaultOptions=gr;Ke.moduleName=vr;Ke.folderName=cn;import{jsx as kk}from"react/jsx-runtime";var kr="textbox",un=kr;import{Fragment as fn,jsx as kt,jsxs as Nr}from"react/jsx-runtime";var bn="k-textbox",ld=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.loading,l.readonly],pd={size:[c.undefined,c.small,c.medium,c.large],rounded:[v.undefined,v.none,v.small,v.medium,v.large,v.full],fillMode:[b.undefined,b.solid,b.flat,b.outline]},ga={showClearButton:!0,showValidationIcon:!0,separators:!0},le=e=>{let{size:t,rounded:o,fillMode:a,separators:i=ga.separators,showClearButton:s=ga.showClearButton,showValidationIcon:p=ga.showValidationIcon,prefix:m,suffix:f,type:h,value:x,placeholder:g,hover:u,focus:S,valid:N,invalid:y,required:T,loading:M,disabled:D,readonly:Z,id:de,"aria-label":ue,"aria-describedby":fe,...Me}=e;return Nr(j,{...Me,size:t,rounded:o,fillMode:a,hover:u,focus:S,valid:N,invalid:y,required:T,loading:M,disabled:D,readonly:Z,className:r(e.className,bn),children:[m&&Nr(fn,{children:[kt(Be,{children:m}),i&&kt(Re,{})]}),kt(we,{id:de,placeholder:g,value:x,type:h,disabled:D,"aria-label":ue,"aria-describedby":fe,"aria-invalid":y?"true":void 0}),p&&kt(he,{valid:N,invalid:y,loading:M,disabled:D}),kt(Le,{loading:M,disabled:D}),s&&kt(Ae,{loading:M,disabled:D,readonly:Z,value:x}),f&&Nr(fn,{children:[i&&kt(Re,{}),kt(Pe,{children:f})]})]})};le.states=ld;le.options=pd;le.className=bn;le.defaultOptions=ga;le.moduleName=kr;le.folderName=un;le.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 Xo=le;import{jsx as dd}from"react/jsx-runtime";var hn=e=>dd(Xo,{...e});import{Fragment as _k,jsx as Dk}from"react/jsx-runtime";import{Fragment as $k,jsx as Gk}from"react/jsx-runtime";import{jsx as Jk}from"react/jsx-runtime";import{jsx as Sr}from"react/jsx-runtime";var cd=le.states,md=le.defaultOptions,ud=le.options,fd=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"}],bd=[],Yt=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(i=>{switch(i){case"prefix":a.prefix=t?.[i]?Sr(L,{icon:"lock"}):void 0;break;case"suffix":a.suffix=t?.[i]?Sr(Ot,{size:o.size,fillMode:"clear",children:"Send"}):void 0;break;case"clear-button":a.showClearButton=t?.[i];break;default:break}}),Sr(hn,{value:"Value",style:{width:300},...o,...a})};Yt.options=ud;Yt.states=cd;Yt.variants=bd;Yt.defaultOptions=md;Yt.modifiers=fd;Yt.className=le.className;import{jsx as Nt,jsxs as Lr}from"react/jsx-runtime";var xn="k-actionsheet-titlebar",hd={},xe=e=>{let{title:t,subtitle:o,actionsStart:a,actionsEnd:i,filter:s,input:p,inputValue:m,inputPlaceholder:f,adaptive:h,titleId:x,children:g,...u}=e;return Lr("div",{...u,className:r(e.className,xn),children:[Lr("div",{className:"k-actionsheet-titlebar-group",children:[a&&Nt("div",{className:"k-actionsheet-actions",children:a}),!g&&Lr("div",{className:"k-actionsheet-title",id:x,children:[t&&Nt("div",{className:"k-text-center",children:t}),o&&Nt("div",{className:"k-actionsheet-subtitle k-text-center",children:o})]}),g&&Nt("div",{className:"k-actionsheet-title",id:x,children:g}),i&&Nt("div",{className:"k-actionsheet-actions",children:i})]}),(p||s)&&Nt("div",{className:"k-actionsheet-titlebar-group k-actionsheet-filter",children:p?Nt(le,{value:m,placeholder:f,size:h?"large":"medium","aria-label":t||f||"Input"}):Nt(Ke,{placeholder:"Filter",size:h?"large":"medium","aria-label":"Filter options"})})]})};xe.className=xn;xe.defaultOptions=hd;import{jsx as yr,jsxs as kd}from"react/jsx-runtime";var Mr="k-actionsheet-view",xd=[],vd={},gd={},Qt=e=>{let{adaptive:t,animated:o,children:a,header:i,footer:s,titleId:p,...m}=e,f=i?.type===xe&&yr(xe,{adaptive:t,titleId:p,...i?.props}),h=s?.type===gt&&yr(gt,{...s?.props});return kd("div",{...m,className:r(e.className,Mr,{[`${Mr}-animated`]:o}),children:[f,yr("div",{className:"k-actionsheet-content",children:a}),h]})};Qt.states=xd;Qt.options=vd;Qt.className=Mr;Qt.defaultOptions=gd;var Jo="action-sheet",ka=Jo;var Ar="overlay",vn=Ar;import{jsx as yd}from"react/jsx-runtime";var gn="k-overlay",Nd=[],Sd={},Ld={},St=e=>{let{...t}=e;return yd("div",{...t,className:r(e.className,gn),children:e.children})};St.states=Nd;St.options=Sd;St.className=gn;St.defaultOptions=Ld;St.moduleName=Ar;St.folderName=vn;import{jsx as Na,jsxs as wd}from"react/jsx-runtime";var kn="k-actionsheet",Md=[],Ad={},qo={side:"bottom",fullscreen:!1,adaptive:!1,overlay:!0},Y=e=>{let{side:t=qo.side,fullscreen:o=qo.fullscreen,adaptive:a=qo.adaptive,overlay:i=qo.overlay,template:s,children:p,header:m,footer:f,id:h,...x}=e,g=h&&!s&&m?`${h}-title`:void 0;return wd("div",{className:"k-actionsheet-container",children:[i&&Na(St,{}),Na(Oe,{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:Na("div",{...x,id:h,role:"dialog","aria-modal":i?"true":void 0,"aria-labelledby":g,className:r(e.className,kn,{[`k-actionsheet-${t}`]:o===!1,"k-actionsheet-fullscreen":o===!0,"k-adaptive-actionsheet":a}),children:s||Na(Qt,{header:m,footer:f,adaptive:a,titleId:g,...e,children:p})})})]})};Y.states=Md;Y.options=Ad;Y.className=kn;Y.defaultOptions=qo;Y.moduleName=Jo;Y.folderName=ka;Y.ariaSpec={selector:".k-actionsheet",rules:[{selector:".k-actionsheet",attribute:"role=dialog",usage:"Announces the dialog role of the component."},{selector:".k-actionsheet",attribute:"aria-labelledby (when has title)",usage:"Associates the title of the action sheet."},{selector:".k-actionsheet",attribute:"aria-hidden=true/false (when hidden)",usage:"Announces the hidden state of the ActionSheet container."},{selector:".k-actionsheet",attribute:"aria-modal=true (when modal)",usage:"Announces that the action sheet is modal."},{selector:".k-actionsheet .k-actionsheet-title",attribute:"id",usage:"Used to associate the title with the action sheet wrapper element."}]};import{jsx as Cd}from"react/jsx-runtime";var Nn="k-actionsheet-container",Id=[],Td={},Ed={},Zt=e=>{let{children:t,...o}=e;return Cd("div",{...o,className:Nn,children:t})};Zt.states=Id;Zt.options=Td;Zt.className=Nn;Zt.defaultOptions=Ed;Zt.moduleName=Jo;Zt.folderName=ka;import{jsx as Od}from"react/jsx-runtime";var wr=e=>{let{...t}=e;return Od("div",{...t,className:r(e.className,"k-list-ul"),children:e.children})};import{Fragment as Pd,jsx as Yo,jsxs as Ir}from"react/jsx-runtime";var Tr="k-actionsheet-item",Bd=[l.hover,l.focus,l.selected,l.disabled],Lt=e=>{let{iconName:t,text:o,description:a,hover:i,focus:s,selected:p,disabled:m,...f}=e;return Ir("span",{...f,className:r(e.className,Tr,E(Tr,{hover:i,focus:s,selected:p,disabled:m})),children:[!e.children&&Yo(Pd,{children:Ir("span",{className:"k-actionsheet-action",children:[t&&Yo("span",{className:"k-icon-wrap",children:Yo(L,{className:"k-actionsheet-item-icon",icon:t})}),Ir("span",{className:"k-actionsheet-item-text",children:[o&&Yo("span",{className:"k-actionsheet-item-title",children:o}),a&&Yo("span",{className:"k-actionsheet-item-description",children:a})]})]})}),e.children]})};Lt.states=Bd;Lt.className=Tr;import{jsx as XN,jsxs as JN}from"react/jsx-runtime";import{jsx as ZN}from"react/jsx-runtime";import{jsx as oS}from"react/jsx-runtime";import{jsx as nS}from"react/jsx-runtime";import{jsx as pe,jsxs as Er}from"react/jsx-runtime";var Rd=Y.options,Kd=Y.states,Ln={...Y.defaultOptions,variant:"normal"},Dd=[{name:"normal",title:"Normal"},{name:"adaptive",title:"Adaptive"},{name:"fullScreen",title:"Full Screen"}],_d=[{name:"actions",title:"Titlebar Actions",type:"boolean"},{name:"subtitle",title:"Subtitle",type:"boolean"},{name:"footer",title:"Footer",type:"boolean"}],jt=e=>{let{variant:t,modifiers:o,...a}={...Ln,...e},i={},s=Er(wr,{children:[pe(Lt,{text:"Edit Item",description:"Click to edit",iconName:"edit-tools"}),pe(Lt,{text:"Add to Favorites",iconName:"heart"}),pe(Lt,{text:"Upload New",iconName:"upload",disabled:!0}),pe("hr",{className:"k-hr"}),pe(Lt,{text:"Cancel",iconName:"cancel"})]}),p="Choose from the items below",m="Select Item";return t==="fullScreen"&&(i.fullScreen=!0),Object.keys(o||{}).forEach(f=>{switch(f){case"actions":i.actionsStart=!!o?.[f],i.actionsEnd=!!o?.[f];break;case"subtitle":i.subtitle=o?.[f]?p:void 0;break;case"footer":i.footer=!!o?.[f];break;default:break}}),t==="adaptive"?pe(Y,{...a,adaptive:!0,fullscreen:i.fullScreen,header:pe(xe,{actionsStart:i.actionsStart?pe(d,{icon:"chevron-left",size:"large",fillMode:"flat"}):void 0,actionsEnd:i.actionsEnd?pe(d,{icon:"x",size:"large",fillMode:"flat"}):void 0,title:m,subtitle:i.subtitle}),footer:i.footer?Er(gt,{alignment:"stretched",children:[pe(d,{text:"Cancel",size:"large",themeColor:"base"}),pe(d,{text:"Apply",size:"large",themeColor:"primary"})]}):void 0,children:s}):pe(Y,{...a,fullscreen:i.fullScreen,header:pe(xe,{actionsStart:i.actionsStart?pe(d,{icon:"chevron-left",fillMode:"flat"}):void 0,actionsEnd:i.actionsEnd?pe(d,{icon:"x",fillMode:"flat"}):void 0,title:"Select Item",subtitle:i.subtitle}),footer:i.footer?Er(gt,{alignment:"stretched",children:[pe(d,{text:"Apply",themeColor:"primary"}),pe(d,{text:"Cancel",themeColor:"base"})]}):void 0,children:s})};jt.options=Rd;jt.states=Kd;jt.variants=Dd;jt.defaultOptions=Ln;jt.modifiers=_d;jt.className=Y.className;var Cr="slider",yn=Cr;import{jsx as eo,jsxs as Or}from"react/jsx-runtime";var Qo="k-slider",Hd=[l.hover,l.focus,l.active,l.disabled,l.readonly],zd={},De={type:"single",orientation:"horizontal",gradientType:"1d",readonly:!1,disabled:!1,handlePosition:"end",showButtons:!0,showTicks:!0,value:50,min:0,max:100},V=e=>{let{type:t=De.type,orientation:o=De.orientation,gradientType:a=De.gradientType,readonly:i=De.readonly,disabled:s=De.disabled,handlePosition:p=De.handlePosition,showButtons:m=De.showButtons,showTicks:f=De.showTicks,value:h=De.value,min:x=De.min,max:g=De.max,startValue:u,endValue:S,hover:N,focus:y,active:T,trackStyle:M,dir:D,...Z}=e,ue=(()=>{if(t==="gradient"&&a==="2d")return"undefined";if(o==="vertical")return"vertical"})(),fe,Me;return o==="horizontal"?(fe=D==="rtl"?"chevron-left":"chevron-right",Me=D==="rtl"?"chevron-right":"chevron-left"):o==="vertical"&&(fe="chevron-up",Me="chevron-down"),Or("div",{...Z,className:r(Qo,e.className,E(Qo,{readonly:i,disabled:s}),{[`k-slider-${o}`]:o,"k-colorgradient-slider":t==="gradient"}),dir:D,children:[m&&eo(d,{className:"k-button-decrease",rounded:"full",icon:Me,tabIndex:-1,title:"Decrease"}),Or("div",{className:"k-slider-track-wrap",children:[f&&eo("ul",{className:"k-reset k-slider-items","aria-hidden":"true",children:e.children}),Or("div",{className:"k-slider-track",style:M,children:[eo("div",{className:"k-slider-selection"}),t==="range"&&eo("span",{className:r("k-draghandle","k-draghandle-start",E(Qo,{hover:N,focus:y,active:T})),role:"slider",tabIndex:s?void 0:0,"aria-valuenow":u??x,"aria-valuemin":x,"aria-valuemax":S??g,"aria-orientation":ue,"aria-disabled":s?"true":void 0,"aria-readonly":i?"true":void 0,"aria-label":Z["aria-label"]?`${Z["aria-label"]} start`:"Range start"}),eo("span",{className:r("k-draghandle",`k-draghandle-${p}`,E(Qo,{hover:N,focus:y,active:T})),role:"slider",tabIndex:s?void 0:0,"aria-valuenow":t==="range"?S??g:h,"aria-valuemin":t==="range"?u??x:x,"aria-valuemax":g,"aria-orientation":ue,"aria-disabled":s?"true":void 0,"aria-readonly":i?"true":void 0,"aria-label":t==="range"?Z["aria-label"]?`${Z["aria-label"]} end`:"Range end":Z["aria-label"]})]})]}),m&&eo(d,{className:"k-button-increase",rounded:"full",icon:fe,tabIndex:-1,title:"Increase"})]})};V.states=Hd;V.options=zd;V.className=Qo;V.defaultOptions=De;V.moduleName=Cr;V.folderName=yn;V.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").'},{selector:".k-slider .k-slider-items",attribute:"aria-hidden=true",usage:"Hides the tick list from assistive technologies. Tick values are redundant with the drag handle value attributes."},{selector:".k-slider .k-tick",attribute:"role=presentation",usage:"Removes semantic meaning from individual tick elements. Ticks are visual-only markers."},{selector:".k-slider .k-tick",attribute:"title",usage:"Represents the value associated with the respective tick."}]};import{jsx as Mn}from"react/jsx-runtime";var An="k-tick",Fd=[],Ud={},wn={label:!1},I=e=>{let{style:t,label:o=wn.label,orientation:a,large:i,text:s,...p}=e;return Mn("li",{...p,role:"presentation",title:s||"Tick",className:r(e.className,An,{[`k-tick-${a}`]:a,"k-tick-large":i}),style:t,children:o&&Mn("span",{className:"k-label",children:s})})};I.states=Fd;I.options=Ud;I.className=An;I.defaultOptions=wn;import{Fragment as Gd,jsx as _e,jsxs as $d}from"react/jsx-runtime";var In=e=>_e(V,{"aria-label":e["aria-label"]||"Slider",children:$d(Gd,{children:[_e(I,{className:"k-first",label:!0,large:!0,text:"0"}),_e(I,{}),_e(I,{}),_e(I,{}),_e(I,{}),_e(I,{label:!0,large:!0,text:"5"}),_e(I,{}),_e(I,{}),_e(I,{}),_e(I,{}),_e(I,{className:"k-last",label:!0,large:!0,text:"10"})]}),...e});import{Fragment as Vd,jsx as He,jsxs as Wd}from"react/jsx-runtime";var Tn=e=>He(V,{children:Wd(Vd,{children:[He(I,{className:"k-first",label:!0,large:!0,text:"0"}),He(I,{}),He(I,{}),He(I,{}),He(I,{}),He(I,{label:!0,large:!0,text:"5"}),He(I,{}),He(I,{}),He(I,{}),He(I,{}),He(I,{className:"k-last",label:!0,large:!0,text:"10"})]}),"aria-label":e["aria-label"]||"Vertical slider",...e,orientation:"vertical"});import{Fragment as JS,jsx as XS,jsxs as qS}from"react/jsx-runtime";import{Fragment as e2,jsx as jS,jsxs as t2}from"react/jsx-runtime";import{jsx as Xd}from"react/jsx-runtime";var Br=e=>Xd(V,{type:"gradient",showButtons:!1,showTicks:!1,...e,"aria-label":e["aria-label"]||"Color slider"});import{jsx as Jd}from"react/jsx-runtime";var Pr=e=>Jd(V,{type:"gradient",orientation:"vertical",showButtons:!1,showTicks:!1,...e,"aria-label":e["aria-label"]||"Color slider"});import{Fragment as m2,jsx as c2,jsxs as u2}from"react/jsx-runtime";import{Fragment as v2,jsx as x2,jsxs as g2}from"react/jsx-runtime";import{jsx as je,jsxs as En}from"react/jsx-runtime";var qd=V.options,Yd=V.states,Cn={...V.defaultOptions,variant:"horizontal",label:!0},Qd=[{name:"horizontal",title:"Horizontal"},{name:"vertical",title:"Vertical"}],Zd=[{name:"label",title:"Labels"},{name:"tick",title:"Ticks"},{name:"button",title:"Side Buttons"}],to=e=>{let{variant:t,modifiers:o,...a}={...Cn,...e},i={};Object.keys(o||{}).forEach(h=>{switch(h){case"button":{i.showButtons=!!o?.[h];break}case"label":{i.label=!!o?.[h];break}case"tick":{i.showTicks=!!o?.[h];break}}});let{label:s=!0,showButtons:p,showTicks:m}=i,f={"--kendo-slider-start":0,"--kendo-slider-end":60};return t==="vertical"?En(Tn,{showTicks:m,showButtons:p,style:{height:"300px",...f},...a,children:[je(I,{label:s,large:!0,orientation:"vertical",text:"0",style:{position:"absolute",bottom:"0%"}}),je(I,{label:s,large:!0,orientation:"vertical",text:"2",style:{position:"absolute",bottom:"25%"}}),je(I,{label:s,large:!0,orientation:"vertical",text:"4",style:{position:"absolute",bottom:"50%"}}),je(I,{label:s,large:!0,orientation:"vertical",text:"6",style:{position:"absolute",bottom:"75%"}}),je(I,{label:s,large:!0,orientation:"vertical",text:"8",style:{position:"absolute",bottom:"100%"}})]}):En(In,{showTicks:m,showButtons:p,style:{width:"400px",...f},...a,children:[je(I,{label:s,large:!0,orientation:"horizontal",text:"0",style:{position:"absolute",left:"0%"}}),je(I,{label:s,large:!0,orientation:"horizontal",text:"2",style:{position:"absolute",left:"25%"}}),je(I,{label:s,large:!0,orientation:"horizontal",text:"4",style:{position:"absolute",left:"50%"}}),je(I,{label:s,large:!0,orientation:"horizontal",text:"6",style:{position:"absolute",left:"75%"}}),je(I,{label:s,large:!0,orientation:"horizontal",text:"8",style:{position:"absolute",left:"100%"}})]})};to.options=qd;to.states=Yd;to.variants=Qd;to.defaultOptions=Cn;to.modifiers=Zd;to.className=V.className;import{jsx as On,jsxs as ac}from"react/jsx-runtime";var Bn="k-spin-button",tc=[],oc={size:[c.undefined,c.small,c.medium,c.large],fillMode:[b.undefined,b.solid,b.flat,b.outline,b.clear,b.link]},Rr={increaseLabel:"Increase value",decreaseLabel:"Decrease value"},yt=e=>{let{size:t,fillMode:o,disabled:a,increaseLabel:i=Rr.increaseLabel,decreaseLabel:s=Rr.decreaseLabel,...p}=e;return ac("span",{...p,className:r(Bn,e.className),children:[On(d,{className:"k-spinner-increase",icon:"chevron-up",size:t,fillMode:o,disabled:a,"aria-label":i}),On(d,{className:"k-spinner-decrease",icon:"chevron-down",size:t,fillMode:o,disabled:a,"aria-label":s})]})};yt.states=tc;yt.options=oc;yt.className=Bn;yt.defaultOptions=Rr;yt.moduleName=null;yt.folderName=null;var Pn="numeric-textbox",Rn="numerictextbox";import{Fragment as Kn,jsx as rt,jsxs as Kr}from"react/jsx-runtime";var Dn="k-numerictextbox",rc=[l.hover,l.focus,l.valid,l.invalid,l.loading,l.required,l.disabled,l.readonly],ic={size:[c.undefined,c.small,c.medium,c.large],rounded:[v.undefined,v.none,v.small,v.medium,v.large,v.full],fillMode:[b.undefined,b.solid,b.flat,b.outline]},Sa={showSpinButton:!0,showClearButton:!0,separators:!0},z=e=>{let{size:t,rounded:o,fillMode:a,separators:i=Sa.separators,showClearButton:s=Sa.showClearButton,showSpinButton:p=Sa.showSpinButton,prefix:m,suffix:f,value:h,placeholder:x,hover:g,focus:u,valid:S,invalid:N,required:y,loading:T,disabled:M,readonly:D,id:Z,"aria-label":de,"aria-describedby":ue,...fe}=e;return Kr(j,{...fe,size:t,rounded:o,fillMode:a,hover:g,focus:u,valid:S,invalid:N,required:y,loading:T,disabled:M,readonly:D,className:r(e.className,Dn),children:[m&&Kr(Kn,{children:[rt(Be,{children:m}),i&&rt(Re,{})]}),rt(we,{id:Z,placeholder:x,value:h,role:"spinbutton",disabled:M,"aria-label":de,"aria-describedby":ue,"aria-invalid":N?"true":void 0}),rt(he,{valid:S,invalid:N,loading:T,disabled:M}),rt(Le,{loading:T,disabled:M}),s&&rt(Ae,{loading:T,disabled:M,readonly:D,value:h}),f&&Kr(Kn,{children:[i&&rt(Re,{}),rt(Pe,{children:f})]}),p&&rt(yt,{className:"k-input-spinner",size:t,fillMode:a,disabled:M})]})};z.states=rc;z.options=ic;z.className=Dn;z.defaultOptions=Sa;z.moduleName=Pn;z.folderName=Rn;z.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 Zo=z;import{jsx as nc}from"react/jsx-runtime";var _n=e=>nc(Zo,{...e});import _r from"react";import{jsx as Hn}from"react/jsx-runtime";var sc="k-list-group-sticky-header",Dr=e=>Hn("div",{className:r(sc,e.className),children:Hn("div",{className:"k-list-header-text",children:e.children})});import{jsx as pc}from"react/jsx-runtime";var lc="k-no-data",La=e=>{let{live:t,...o}=e;return pc("span",{...o,className:r(lc,e.className),"aria-live":t?"polite":void 0,children:e.children})};var Pt="list",oo=Pt;import{jsx as zn,jsxs as Fn}from"react/jsx-runtime";var Hr="k-list",dc=[],cc={size:[c.undefined,c.small,c.medium,c.large]},mc={},_=e=>{let{size:t,virtualization:o,children:a,header:i,optionLabel:s,customValue:p,noData:m,screenReaders:f,...h}=e,g=_r.Children.toArray(a)[0],u=g?.props?.children?_r.Children.count(g.props.children):_r.Children.count(a);return Fn("div",{...h,className:r(e.className,Hr,A(Hr,{size:t}),{"k-virtual-list":o}),children:[s,p,i&&zn(Dr,{children:i}),a||(m!==void 0?m:zn(La,{live:!0,children:"No data found."})),f&&a&&Fn(La,{className:"k-sr-only",live:!0,children:[u," items found."]})]})};_.states=dc;_.options=cc;_.className=Hr;_.defaultOptions=mc;_.moduleName=Pt;_.folderName=oo;_.ariaSpec={selector:".k-list",rules:[{selector:".k-list .k-no-data",attribute:"aria-live=polite",usage:'Announces "No data found" to screen readers.'}]};import{jsx as hc}from"react/jsx-runtime";var Un="k-list-container",uc=[],fc={},bc={},ao=e=>{let{...t}=e;return hc("div",{...t,className:r(e.className,Un),children:e.children})};ao.states=uc;ao.options=fc;ao.className=Un;ao.defaultOptions=bc;ao.moduleName=Pt;ao.folderName=oo;var Rt="checkbox",ro=Rt;import{jsx as Gn}from"react/jsx-runtime";var ya="k-checkbox",xc=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.checked,l.indeterminate],vc={size:[c.undefined,c.small,c.medium,c.large],rounded:[v.undefined,v.none,v.small,v.medium,v.large,v.full]},gc={},ze=e=>{let{id:t,checked:o,indeterminate:a,hover:i,focus:s,disabled:p,invalid:m,valid:f,required:h,size:x,rounded:g,wrapperRole:u,...S}=e;return Gn("span",{className:"k-checkbox-wrap",role:u,children:Gn("input",{...S,id:t,type:"checkbox",defaultChecked:o,required:h,disabled:p||void 0,"aria-invalid":m?"true":void 0,className:r(e.className,ya,A(ya,{size:x,rounded:g}),E(ya,{hover:i,focus:s,disabled:p,invalid:m,valid:f,indeterminate:a,checked:o}))})})};ze.states=xc;ze.options=vc;ze.className=ya;ze.defaultOptions=gc;ze.moduleName=Rt;ze.folderName=ro;ze.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 Xe=ze;import{jsx as Sc}from"react/jsx-runtime";var $n="k-checkbox-list",kc=[],Nc={},Vn={layout:"vertical"},ve=e=>{let{layout:t=Vn.layout,...o}=e;return Sc("ul",{...o,className:r(e.className,$n,{[`k-list-${t}`]:t}),children:e.children})};ve.states=kc;ve.options=Nc;ve.className=$n;ve.defaultOptions=Vn;ve.moduleName=Rt;ve.folderName=ro;import{jsx as Ac}from"react/jsx-runtime";var Wn="k-checkbox-list-item",Lc=[],yc={},Mc={},ge=e=>{let{...t}=e;return Ac("li",{...t,className:r(e.className,Wn),children:e.children})};ge.states=Lc;ge.options=yc;ge.className=Wn;ge.defaultOptions=Mc;ge.moduleName=Rt;ge.folderName=ro;import{Fragment as wc,jsx as Xn,jsxs as Ic}from"react/jsx-runtime";var it=({children:e="Label",id:t="cb-label-after",...o})=>Ic(wc,{children:[Xn(Xe,{id:t,...o}),Xn("label",{className:"k-checkbox-label",htmlFor:t,children:e})]});import{Fragment as GL,jsx as UL,jsxs as $L}from"react/jsx-runtime";import{Fragment as qL,jsx as JL,jsxs as YL}from"react/jsx-runtime";import{Fragment as ty,jsx as ey,jsxs as oy}from"react/jsx-runtime";import{jsx as ny}from"react/jsx-runtime";import{jsx as dy}from"react/jsx-runtime";import{jsx as fy}from"react/jsx-runtime";import{jsx as Fe,jsxs as Jn}from"react/jsx-runtime";var Tc=ve.options,Ec=ve.states,Cc={...ve.defaultOptions,variant:"vertical"},Oc=[{name:"vertical",title:"Vertical"},{name:"horizontal",title:"Horizontal"}],Bc=[],io=e=>{let{variant:t,...o}=e;return t==="horizontal"?Jn(ve,{layout:"horizontal",...o,children:[Fe(ge,{children:Fe(it,{id:P("cb"),defaultChecked:!0,children:"Label"})}),Fe(ge,{children:Fe(it,{id:P("cb"),children:"Label"})}),Fe(ge,{children:Fe(it,{id:P("cb"),children:"Label"})})]}):Jn(ve,{...o,children:[Fe(ge,{children:Fe(it,{id:P("cb"),defaultChecked:!0,children:"Label"})}),Fe(ge,{children:Fe(it,{id:P("cb"),children:"Label"})}),Fe(ge,{children:Fe(it,{id:P("cb"),children:"Label"})})]})};io.options=Tc;io.states=Ec;io.variants=Oc;io.defaultOptions=Cc;io.modifiers=Bc;io.className=ve.className;import{jsx as Hc}from"react/jsx-runtime";var Pc=Xe.options,Rc=Xe.states,Kc=Xe.defaultOptions,Dc=[],_c=[],no=e=>Hc(it,{id:P("checkbox"),...e,defaultChecked:!0,children:"Label"});no.options=Pc;no.states=Rc;no.variants=Dc;no.defaultOptions=Kc;no.modifiers=_c;no.className=Xe.className;import{jsx as Kt,jsxs as Gc}from"react/jsx-runtime";var zr="k-list-item",zc=[l.hover,l.focus,l.selected,l.disabled],Fc={},Uc={},O=e=>{let{text:t,groupLabel:o,group:a,iconName:i,iconClassName:s,showCheckbox:p,checked:m,hover:f,focus:h,selected:x,disabled:g,actions:u,description:S,id:N,...y}=e,T=t||e.children;return Gc("li",{...y,id:N,role:a?"presentation":"option",tabIndex:a?void 0:h?0:-1,"aria-selected":!a&&x?"true":a?void 0:"false","aria-disabled":!a&&g?"true":void 0,className:r(e.className,a?"k-list-group-item":zr,E(zr,{hover:f,focus:h,disabled:g,selected:x})),children:[p&&Kt(ze,{checked:m}),i&&Kt("span",{className:"k-list-item-icon-wrapper",children:Kt(L,{icon:i,className:r("k-list-item-icon",s)})}),Kt("span",{className:"k-list-item-text",children:T}),u&&Kt("div",{className:"k-list-item-actions",children:u}),S&&Kt("span",{className:"k-list-item-description",children:S}),o&&o!==""&&Kt("div",{className:"k-list-item-group-label",children:o})]})};O.states=zc;O.options=Fc;O.className=zr;O.defaultOptions=Uc;O.moduleName=Pt;O.folderName=oo;O.ariaSpec={selector:".k-list-item",rules:[{selector:".k-list-item",attribute:"role=option",usage:"Each list item is an option in the listbox."},{selector:".k-list-item",attribute:"id",usage:"ID for aria-activedescendant reference."},{selector:".k-list-item",attribute:"aria-selected (when selectable)",usage:"Indicates the selected state of the option."},{selector:".k-list-group-item",attribute:"role=presentation",usage:"Group headers are presentational, not selectable options."},{selector:".k-list-item-icon",attribute:"aria-hidden=true",usage:"Decorative icons are hidden from assistive technology."}]};import{jsx as Vc}from"react/jsx-runtime";var $c="k-list-ul",nt=e=>{let{children:t,role:o,id:a,...i}=e;return Vc("ul",{...i,id:a,role:o,className:r($c,e.className),children:t})};nt.ariaSpec={selector:".k-list-ul",rules:[{selector:'.k-list-ul[role="listbox"]',attribute:"role=listbox",usage:"For ungrouped lists, the UL has the listbox role."},{selector:'.k-list-ul[role="listbox"]',attribute:"aria-label or aria-labelledby (when has accessible name)",usage:"Accessible name for the listbox."},{selector:'.k-list-ul[role="group"]',attribute:"role=group",usage:"For grouped sublists under a group header."},{selector:'.k-list-ul[role="group"]',attribute:"aria-labelledby (when grouped)",usage:"References the group header ID."}]};import{jsx as Fr,jsxs as Xc}from"react/jsx-runtime";var Wc="k-list-content",U=e=>{let{virtualization:t,grouping:o,"aria-label":a,"aria-labelledby":i,listboxId:s,...p}=e;return Xc("div",{...p,className:r(Wc,e.className),role:o?"listbox":void 0,id:o?s:void 0,"aria-label":o?a:void 0,"aria-labelledby":o?i:void 0,children:[o?e.children:Fr(nt,{role:"listbox",id:s,"aria-label":a,"aria-labelledby":i,children:e.children}),t&&Fr("div",{className:"k-height-container",children:Fr("div",{})})]})};U.ariaSpec={selector:".k-list-content",rules:[{selector:'.k-list-content[role="listbox"]',attribute:"role=listbox",usage:"For grouped lists, the list content container has the listbox role."},{selector:'.k-list-content[role="listbox"]',attribute:"aria-label or aria-labelledby (when has accessible name)",usage:"Accessible name for the listbox."}]};import{Fragment as r1,jsx as a1,jsxs as i1}from"react/jsx-runtime";import{jsx as Ur,jsxs as qc}from"react/jsx-runtime";var Jc="k-list-group-item",Dt=e=>{let{groupIconName:t,...o}=e;return qc("li",{...o,role:"presentation",className:r(Jc,e.className),children:[t&&Ur("span",{className:"k-list-item-icon-wrapper",children:Ur(L,{icon:t,className:"k-list-item-icon"})}),Ur("span",{className:"k-list-item-text",children:e.children})]})};Dt.ariaSpec={selector:".k-list-group-item",rules:[{selector:".k-list-group-item",attribute:"role=presentation",usage:"Group headers are presentational, not selectable options."},{selector:".k-list-group-item",attribute:"id (when referenced)",usage:"ID for aria-labelledby on the parent group UL."}]};import{jsx as jc}from"react/jsx-runtime";var Gr="k-list-optionlabel",Yc=[l.hover,l.focus,l.selected,l.disabled],Qc={},Zc={},Ma=e=>{let{text:t,hover:o,focus:a,selected:i,disabled:s,...p}=e;return jc("div",{...p,className:r(Gr,E(Gr,{hover:o,focus:a,selected:i,disabled:s})),children:t})};Ma.states=Yc;Ma.options=Qc;Ma.className=Gr;Ma.defaultOptions=Zc;import{jsx as am}from"react/jsx-runtime";var $r="k-list-custom-value",em=[l.hover,l.focus,l.selected,l.disabled],tm={},om={},Mt=e=>{let{text:t,hover:o,focus:a,selected:i,disabled:s,...p}=e;return am("div",{...p,className:r($r,E($r,{hover:o,focus:a,selected:i,disabled:s})),children:t})};Mt.states=em;Mt.options=tm;Mt.className=$r;Mt.defaultOptions=om;import{Fragment as N1,jsx as k1,jsxs as S1}from"react/jsx-runtime";import{Fragment as I1,jsx as w1,jsxs as T1}from"react/jsx-runtime";import{Fragment as K1,jsx as P1,jsxs as R1}from"react/jsx-runtime";import{Fragment as G1,jsx as F1,jsxs as U1}from"react/jsx-runtime";import{jsx as X1}from"react/jsx-runtime";import{Fragment as j1,jsx as Z1,jsxs as eM}from"react/jsx-runtime";var qn="dropdown-list",Yn="dropdownlist";import{Fragment as nm,jsx as ke,jsxs as Vr}from"react/jsx-runtime";var Qn="k-dropdownlist",rm=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.loading,l.readonly],im={size:[c.undefined,c.small,c.medium,c.large],rounded:[v.undefined,v.none,v.small,v.medium,v.large,v.full],fillMode:[b.undefined,b.solid,b.flat,b.outline]},Wr={showValue:!0,arrowIconName:"chevron-down"},J=e=>{let{size:t,rounded:o,fillMode:a,arrowIconName:i=Wr.arrowIconName,showValue:s=Wr.showValue,valueIconName:p,prefix:m,suffix:f,value:h,placeholder:x,hover:g,focus:u,valid:S,invalid:N,required:y,loading:T,disabled:M,readonly:D,popup:Z,opened:de,adaptive:ue,adaptiveSettings:fe,adaptiveTitle:Me,adaptiveSubtitle:Ct,adaptiveFilter:Ua,id:ht,activeDescendant:ca,"aria-label":Ga,...$a}=e,kl=ht?`${ht}-listbox`:void 0,Si=ht?`${ht}-value`:void 0;return Vr(nm,{children:[Vr(Ye,{...$a,id:ht,size:t,rounded:o,fillMode:a,hover:g,focus:u,valid:S,invalid:N,required:y,loading:T,disabled:M,readonly:D,className:r(e.className,Qn,{"k-icon-picker":!s&&p}),role:"combobox","aria-haspopup":"listbox","aria-expanded":de?"true":"false","aria-controls":de?kl:void 0,"aria-activedescendant":de&&ca?ca:void 0,"aria-describedby":de?Si:void 0,"aria-disabled":M?"true":void 0,"aria-label":Ga,tabIndex:0,children:[ke(Be,{children:m}),ke(Bt,{placeholder:x,value:h,showValue:s,valueIconName:p,id:Si}),ke(he,{valid:S,invalid:N,loading:T,disabled:M}),ke(Le,{loading:T,disabled:M}),ke(Pe,{children:f}),ke(d,{className:"k-input-button",icon:i,size:e.size,fillMode:e.fillMode,"aria-label":x||"Toggle dropdown",tabIndex:-1})]}),de&&Z&&ke(X,{className:"k-list-container k-dropdownlist-popup",containerRole:"region",containerAriaLabel:"Dropdown suggestions",children:Z}),ue&&ke(Y,{adaptive:!0,...fe,header:ke(xe,{actionsEnd:ke(d,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply selection"}),filter:Ua,inputValue:h,inputPlaceholder:x,title:Me,subtitle:Ct}),children:ke("div",{className:"k-list-container",children:ke(_,{size:"large",children:Vr(U,{"aria-label":"Options",children:[ke(O,{text:"List item"}),ke(O,{text:"List item"}),ke(O,{text:"List item"})]})})})})]})};J.states=rm;J.options=im;J.className=Qn;J.defaultOptions=Wr;J.moduleName=qn;J.folderName=Yn;J.ariaSpec={rules:[{selector:".k-dropdownlist:not(.k-views-dropdown)",attribute:"role=combobox",usage:"Announces the dropdown element."},{selector:".k-dropdownlist:not(.k-views-dropdown)",attribute:"aria-haspopup=listbox",usage:"Indicates the presence of a listbox popup."},{selector:".k-dropdownlist:not(.k-views-dropdown)",attribute:"aria-expanded",usage:"Announces the visibility state of the popup."},{selector:".k-dropdownlist:not(.k-views-dropdown)",attribute:"aria-label",usage:"Accessible name for the dropdown."},{selector:".k-dropdownlist:not(.k-views-dropdown)",attribute:"tabindex=0",usage:"The element must be focusable."},{selector:".k-dropdownlist.k-disabled",attribute:"aria-disabled=true",usage:"Rendered when the dropdown is disabled."},{selector:".k-dropdownlist .k-input-button",attribute:"aria-label",usage:"Accessible name for the dropdown button."},{selector:".k-dropdownlist .k-input-button",attribute:"tabindex=-1",usage:"The button must not be focusable."},{selector:".k-dropdownlist-popup .k-list-content, .k-dropdownlist-popup .k-list-ul",attribute:"role=listbox",usage:"Popup list has listbox role."},{selector:'.k-dropdownlist-popup .k-list-ul[role="listbox"]',attribute:"aria-label or aria-labelledby",usage:"Popup listbox must have an accessible name. Consuming code is responsible for associating with the component label via aria-labelledby."},{selector:".k-dropdownlist-popup .k-list-item",attribute:"role=option",usage:"Each list item is an option."}]};import{jsx as BM}from"react/jsx-runtime";import{jsx as HM,jsxs as zM}from"react/jsx-runtime";import{Fragment as qM,jsx as XM,jsxs as JM}from"react/jsx-runtime";import{jsx as eA}from"react/jsx-runtime";import{jsx as nA,jsxs as sA}from"react/jsx-runtime";import{Fragment as hA,jsx as fA,jsxs as bA}from"react/jsx-runtime";import{jsx as NA}from"react/jsx-runtime";import{Fragment as mm,jsx as At,jsxs as Zn}from"react/jsx-runtime";var sm=J.states,lm=J.defaultOptions,pm=J.options,dm=[{name:"opened",title:"Opened"}],cm=[],lo=e=>{let{modifiers:t,...o}=e,a={},i=Zn(mm,{children:[At("div",{className:"k-list-filter",children:At(Ke,{})}),At(_,{style:{width:300},size:o.size,children:Zn(U,{children:[At(O,{children:"List item"}),At(O,{children:"List item"}),At(O,{children:"List item"})]})})]});return Object.keys(t||{}).forEach(s=>{s==="opened"&&(a.opened=!!t?.[s],a.popup=t?.[s]?i:void 0)}),At("div",{children:At(J,{placeholder:"Value",style:{width:300},...o,...a})})};lo.options=pm;lo.states=sm;lo.variants=cm;lo.defaultOptions=lm;lo.modifiers=dm;lo.className=J.className;import{Fragment as GA,jsx as UA}from"react/jsx-runtime";import{Fragment as qA,jsx as JA}from"react/jsx-runtime";import{jsx as jA}from"react/jsx-runtime";import{jsx as Xr}from"react/jsx-runtime";var um=z.states,fm=z.defaultOptions,bm=z.options,hm=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"},{name:"spin-button",title:"`Spin` Button"}],xm=[],po=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(i=>{switch(i){case"prefix":a.prefix=t?.[i]?Xr(J,{size:o.size,fillMode:"flat",value:"mm"}):void 0;break;case"suffix":a.suffix=t?.[i]?Xr(ur,{children:"mm"}):void 0;break;case"clear-button":a.showClearButton=t?.[i];break;case"spin-button":a.showSpinButton=t?.[i];break;default:break}}),Xr(_n,{value:"Value",style:{width:300},...o,...a})};po.options=bm;po.states=um;po.variants=xm;po.defaultOptions=fm;po.modifiers=hm;po.className=z.className;import{Fragment as jo,jsx as R,jsxs as ee}from"react/jsx-runtime";var jn="k-colorgradient-inputs",vm=[],gm={size:[c.undefined,c.small,c.medium,c.large]},es={mode:"rgba"},co=e=>{let{mode:t=es.mode,size:o,...a}=e;return ee("div",{...a,className:r(jn,"k-hstack"),children:[R("div",{className:"k-vstack",children:R(d,{fillMode:"flat",icon:"caret-alt-expand",className:"k-colorgradient-toggle-mode",size:o,"aria-label":"Toggle color input format"})}),t==="rgba"&&ee(jo,{children:[ee("div",{className:"k-vstack",children:[R(z,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Red channel"}),R("label",{className:"k-colorgradient-input-label",children:"R"})]}),ee("div",{className:"k-vstack",children:[R(z,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Green channel"}),R("label",{className:"k-colorgradient-input-label",children:"G"})]}),ee("div",{className:"k-vstack",children:[R(z,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Blue channel"}),R("label",{className:"k-colorgradient-input-label",children:"B"})]}),ee("div",{className:"k-vstack",children:[R(z,{showSpinButton:!1,showClearButton:!1,value:"1.00",size:o,"aria-label":"Alpha channel"}),R("label",{className:"k-colorgradient-input-label",children:"A"})]})]}),t==="rgb"&&ee(jo,{children:[ee("div",{className:"k-vstack",children:[R(z,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Red channel"}),R("label",{className:"k-colorgradient-input-label",children:"R"})]}),ee("div",{className:"k-vstack",children:[R(z,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Green channel"}),R("label",{className:"k-colorgradient-input-label",children:"G"})]}),ee("div",{className:"k-vstack",children:[R(z,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Blue channel"}),R("label",{className:"k-colorgradient-input-label",children:"B"})]})]}),t==="hsva"&&ee(jo,{children:[ee("div",{className:"k-vstack",children:[R(z,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Hue channel"}),R("label",{className:"k-colorgradient-input-label",children:"H"})]}),ee("div",{className:"k-vstack",children:[R(z,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Saturation channel"}),R("label",{className:"k-colorgradient-input-label",children:"S"})]}),ee("div",{className:"k-vstack",children:[R(z,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Value channel"}),R("label",{className:"k-colorgradient-input-label",children:"V"})]}),ee("div",{className:"k-vstack",children:[R(z,{showSpinButton:!1,showClearButton:!1,value:"1.00","aria-label":"Alpha channel"}),R("label",{className:"k-colorgradient-input-label",children:"A"})]})]}),t==="hsv"&&ee(jo,{children:[ee("div",{className:"k-vstack",children:[R(z,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Hue channel"}),R("label",{className:"k-colorgradient-input-label",children:"H"})]}),ee("div",{className:"k-vstack",children:[R(z,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Saturation channel"}),R("label",{className:"k-colorgradient-input-label",children:"S"})]}),ee("div",{className:"k-vstack",children:[R(z,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Value channel"}),R("label",{className:"k-colorgradient-input-label",children:"V"})]})]}),t==="hex"&&R(jo,{children:ee("div",{className:"k-vstack k-flex-1",children:[R(le,{showClearButton:!1,value:"#b88484AA",className:"k-hex-value"}),R("label",{className:"k-colorgradient-input-label",children:"HEX"})]})})]})};co.states=vm;co.options=gm;co.className=jn;co.defaultOptions=es;import{jsx as _t,jsxs as Ht}from"react/jsx-runtime";var ts="k-colorgradient-color-contrast",km=[],Nm={},Sm={},mo=()=>Ht("div",{className:r(ts,"k-vbox"),children:[Ht("div",{className:"k-contrast-ratio",children:[_t("span",{className:"k-contrast-ratio-text",children:"Contrast ratio: 7.1"}),Ht("span",{className:"k-contrast-validation !k-text-success",children:[_t(L,{icon:"check"}),_t(L,{icon:"check"})]})]}),Ht("div",{children:[_t("span",{children:"AA: 4.5"}),Ht("span",{className:"k-contrast-validation !k-text-success",children:["Pass",_t(L,{icon:"check"})]})]}),Ht("div",{children:[_t("span",{children:"AAA: 7.0"}),Ht("span",{className:"k-contrast-validation !k-text-error",children:["Fail",_t(L,{icon:"x"})]})]})]});mo.states=km;mo.options=Nm;mo.className=ts;mo.defaultOptions=Sm;var os="color-gradient",as="colorgradient";import{jsx as Ue,jsxs as ea}from"react/jsx-runtime";var Aa="k-colorgradient",Lm=[l.hover,l.focus,l.readonly,l.disabled],ym={size:[c.undefined,c.small,c.medium,c.large]},et={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"},ne=e=>{let{size:t,mode:o=et.mode,readonly:a=et.readonly,disabled:i=et.disabled,gradientStyle:s=et.gradientStyle,dragHandleStyle:p=et.dragHandleStyle,alphaStyle:m=et.alphaStyle,alphaStyleHorizontal:f=et.alphaStyleHorizontal,contrast:h=et.contrast,dir:x,hover:g,focus:u,hoverHandle:S,focusHandle:N,canvasOrientation:y=et.canvasOrientation,role:T,tabIndex:M,...D}=e;return ea("div",{...D,role:T??"textbox","aria-label":T==="none"?void 0:"Color gradient",tabIndex:M??0,"aria-disabled":i?"true":void 0,className:r(e.className,Aa,A(Aa,{size:t}),E(Aa,{hover:g,focus:u,readonly:a,disabled:i})),dir:x,children:[!y||y==="horizontal"&&ea("div",{className:"k-colorgradient-canvas k-hstack",children:[Ue("div",{className:"k-hsv-rectangle",style:s,children:Ue("div",{className:"k-hsv-gradient",children:Ue("div",{className:r("k-hsv-draghandle","k-draghandle",{"k-hover":S,"k-focus":N}),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})})}),ea("div",{className:"k-hsv-controls k-hstack",children:[Ue(Pr,{className:"k-hue-slider",hover:S,focus:N}),o!=="rgb"&&o!=="hsv"&&Ue(Pr,{className:"k-alpha-slider",hover:S,focus:N,trackStyle:m})]})]}),y==="vertical"&&ea("div",{className:"k-colorgradient-canvas k-vstack",children:[Ue("div",{className:"k-hsv-rectangle",style:s,children:Ue("div",{className:"k-hsv-gradient",children:Ue("div",{className:r("k-hsv-draghandle","k-draghandle",{"k-hover":S,"k-focus":N}),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})})}),ea("div",{className:"k-hsv-controls k-vstack",children:[Ue(Br,{className:"k-hue-slider",hover:S,focus:N}),o!=="rgb"&&o!=="hsv"&&Ue(Br,{className:"k-alpha-slider",hover:S,focus:N,trackStyle:f})]})]}),Ue(co,{mode:e.mode,size:t}),h&&Ue(mo,{})]})};ne.states=Lm;ne.options=ym;ne.className=Aa;ne.defaultOptions=et;ne.moduleName=os;ne.folderName=as;ne.ariaSpec={selector:".k-colorgradient",rules:[{selector:".k-colorgradient",attribute:"role=textbox",usage:"The focusable wrapper should be considered a textbox with a value that could be submitted."},{selector:".k-colorgradient",attribute:"aria-label or aria-labelledby",usage:"The component needs an accessible name including the currently selected value."},{selector:".k-colorgradient",attribute:"tabindex=0",usage:"The element must be focusable."},{selector:".k-colorgradient.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the ColorGradient is disabled."},{selector:".k-hsv-draghandle",attribute:"role=slider",usage:"The 2D draghandle must have slider role for ARIA-allowed attributes."},{selector:".k-hsv-draghandle",attribute:"aria-orientation=undefined",usage:"The implicit orientation for the slider must be removed for the 2D handle."},{selector:".k-hsv-draghandle",attribute:"aria-label",usage:"Must provide information about the purpose of the slider and the currently selected color."},{selector:".k-hsv-draghandle",attribute:"aria-valuetext",usage:"Must specify the values on both X and Y axis."},{selector:".k-hsv-draghandle",attribute:"aria-valuenow",usage:"Required by the slider role."},{selector:".k-hsv-draghandle",attribute:"aria-valuemin",usage:"Required by the slider role."},{selector:".k-hsv-draghandle",attribute:"aria-valuemax",usage:"Required by the slider role."},{selector:".k-numerictextbox>.k-input-inner",attribute:"aria-label",usage:"Must provide the name of the channel (red, green, blue, or alpha)."}]};import{jsx as Mm}from"react/jsx-runtime";var wa=e=>Mm(ne,{...e});import{jsx as _w}from"react/jsx-runtime";import{jsx as Uw}from"react/jsx-runtime";import{jsx as Jr}from"react/jsx-runtime";var Am=ne.options,wm=ne.states,Im={...ne.defaultOptions,variant:"rgba"},Tm=[{name:"rgba",title:"RGBA"},{name:"rgb",title:"RGB"},{name:"hex",title:"HEX"}],Em=[],uo=e=>{let{variant:t,...o}=e;switch(t){case"hex":return Jr(wa,{...o,mode:t});case"rgb":return Jr(wa,{...o,mode:t});default:return Jr(wa,{...o,mode:t})}};uo.options=Am;uo.states=wm;uo.variants=Tm;uo.defaultOptions=Im;uo.modifiers=Em;uo.className=ne.className;import{jsx as Cm}from"react/jsx-runtime";var qr=e=>Cm("tr",{role:"row",children:e.children});import{jsx as Pm}from"react/jsx-runtime";var Yr="k-colorpalette-tile",Om=[l.hover,l.focus,l.selected],Bm={},fo=e=>{let{color:t,tileSize:o,hover:a,focus:i,selected:s,...p}=e,m={backgroundColor:t,width:o?o+"px":"",height:o?o+"px":""};return Pm("td",{...p,role:"gridcell","aria-label":t,"aria-selected":s?"true":void 0,className:r(e.className,Yr,E(Yr,{hover:a,focus:i,selected:s})),style:m})};fo.states=Om;fo.options=Bm;fo.className=Yr;var rs="color-palette",is="colorpalette";import{jsx as ta}from"react/jsx-runtime";var Ia="k-colorpalette",Rm=[l.disabled],Km={size:[c.undefined,c.small,c.medium,c.large]},ns={columns:10},Ne=e=>{let{size:t,palette:o,columns:a=ns.columns,tileSize:i,disabled:s,...p}=e,m=[];if(o){let f=a||o.columns,h=o.colors?o.colors:o;Array.isArray(h)&&Array.from({length:Math.ceil(h.length/f)},(x,g)=>{let u=[];h.slice(g*f,(g+1)*f).map((N,y)=>{u.push(ta(fo,{color:N,tileSize:i},y))});let S=ta(qr,{children:u},g);m.push(S)})}return ta("div",{...p,role:"grid","aria-label":"Color palette",tabIndex:0,"aria-disabled":s?"true":void 0,className:r(e.className,Ia,E(Ia,{disabled:s}),A(Ia,{size:t})),children:ta("table",{className:"k-colorpalette-table",role:"none",children:ta("tbody",{children:m.length>0?m:e.children})})})};Ne.states=Rm;Ne.options=Km;Ne.className=Ia;Ne.defaultOptions=ns;Ne.moduleName=rs;Ne.folderName=is;Ne.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 Ta=Ne;var oa={basic:{colors:["#000000","#7f7f7f","#880015","#ed1c24","#ff7f27","#fff200","#22b14c","#00a2e8","#3f48cc","#a349a4","#ffffff","#c3c3c3","#b97a57","#ffaec9","#ffc90e","#efe4b0","#b5e61d","#99d9ea","#7092be","#c8bfe7"],columns:10},office:{colors:["#ffffff","#000000","#e6e6e6","#435569","#4371c4","#ed7e32","#a5a4a5","#febf04","#5a9bd5","#71ae48","#f2f2f3","#7f7f7f","#d1cece","#d5dde3","#dae1f4","#fce5d4","#deeded","#fff2cc","#deeaf6","#e1efd9","#d7d8d8","#585959","#aeabab","#adbaca","#b4c5e7","#f6caac","#dbdbdb","#ffe498","#bcd6ee","#c5e0b2","#bfbfc0","#3f3f3f","#767070","#8595b1","#8fabdb","#f5b183","#c9c8c9","#fed965","#9bc4e5","#a8d08d","#a5a5a6","#262625","#393939","#334050","#2e5496","#c45a11","#7b7b7a","#bf9000","#2f75b5","#548235","#7f7f7f","#0b0c0c","#161616","#222a34","#203764","#843d0b","#525252","#7f6000","#1d4d79","#375623"],columns:10},apex:{colors:["#ffffff","#000000","#c9c2d1","#69676d","#ceb966","#9cb084","#6bb1c9","#6585cf","#7e6bc9","#a379bb","#f2f2f2","#7f7f7f","#f4f2f5","#e0e0e2","#f5f1e0","#ebefe6","#e1eff4","#e0e6f5","#e5e1f4","#ece4f1","#d8d8d8","#595959","#e9e6ec","#c2c1c5","#ebe3c1","#d7dfcd","#c3dfe9","#c1ceeb","#cbc3e9","#dac9e3","#bfbfbf","#3f3f3f","#dedae3","#a4a3a8","#e1d5a3","#c3cfb5","#a6d0de","#a2b5e2","#b1a6de","#c7aed6","#a5a5a5","#262626","#9688a5","#4e4d51","#ae9638","#758c5a","#3d8da9","#365bb0","#533da9","#7d4d99","#7f7f7f","#0c0c0c","#635672","#343336","#746425","#4e5d3c","#295e70","#243c75","#372970","#533366"],columns:10},austin:{colors:["#ffffff","#000000","#caf278","#3e3d2d","#94c600","#71685a","#ff6700","#909465","#956b43","#fea022","#f2f2f2","#7f7f7f","#f4fce4","#dddcd0","#efffc0","#e3e1dc","#ffe0cb","#e8e9df","#ece1d6","#feecd2","#d8d8d8","#595959","#e9f9c9","#bbb9a1","#dfff82","#c8c3ba","#ffc299","#d2d4c0","#dac3ad","#fed9a6","#bfbfbf","#3f3f3f","#dff7ae","#ada598","#cfff43","#ada598","#ffa365","#bcbfa1","#c8a585","#fec67a","#a5a5a5","#262626","#a9ea25","#2e2d21","#6f9400","#544e43","#bf4d00","#6c6f4b","#6f5032","#d77b00","#7f7f7f","#0c0c0c","#74a50f","#1f1e16","#4a6300","#38342d","#7f3300","#484a32","#4a3521","#8f5200"],columns:10},clarity:{colors:["#ffffff","#292934","#f3f2dc","#d2533c","#93a299","#ad8f67","#726056","#4c5a6a","#808da0","#79463d","#f2f2f2","#e7e7ec","#e7e5b9","#f6dcd8","#e9ecea","#eee8e0","#e4dedb","#d8dde3","#e5e8ec","#e9d6d3","#d8d8d8","#c4c4d1","#d5d185","#edbab1","#d3d9d6","#ded2c2","#c9beb8","#b2bcc8","#ccd1d9","#d3aea7","#bfbfbf","#8a8aa3","#aca73b","#e4978a","#bec7c1","#cdbba3","#af9e94","#8c9bac","#b2bac6","#bd857c","#a5a5a5","#56566e","#56531d","#a43925","#6b7c72","#866b48","#554840","#39434f","#5c697b","#5a342d","#7f7f7f","#3b3b4b","#22210b","#6d2619","#47534c","#594730","#39302b","#262d35","#3d4652","#3c231e"],columns:10},slipstream:{colors:["#ffffff","#000000","#b4dcfa","#212745","#4e67c8","#5eccf3","#a7ea52","#5dceaf","#ff8021","#f14124","#f2f2f2","#7f7f7f","#8bc9f7","#c7cce4","#dbe0f4","#def4fc","#edfadc","#def5ef","#ffe5d2","#fcd9d3","#d8d8d8","#595959","#4facf3","#909aca","#b8c2e9","#beeafa","#dbf6b9","#beebdf","#ffcca6","#f9b3a7","#bfbfbf","#3f3f3f","#0d78c9","#5967af","#94a3de","#9ee0f7","#caf297","#9de1cf","#ffb279","#f68d7b","#a5a5a5","#262626","#063c64","#181d33","#31479f","#11b2eb","#81d319","#34ac8b","#d85c00","#c3260c","#7f7f7f","#0c0c0c","#021828","#101322","#202f6a","#0b769c","#568c11","#22725c","#903d00","#821908"],columns:10},metro:{colors:["#ffffff","#000000","#d6ecff","#4e5b6f","#7fd13b","#ea157a","#feb80a","#00addc","#738ac8","#1ab39f","#f2f2f2","#7f7f7f","#a7d6ff","#d9dde4","#e5f5d7","#fad0e4","#fef0cd","#c5f2ff","#e2e7f4","#c9f7f1","#d8d8d8","#595959","#60b5ff","#b3bcca","#cbecb0","#f6a1c9","#fee29c","#8be6ff","#c7d0e9","#94efe3","#bfbfbf","#3f3f3f","#007dea","#8d9baf","#b2e389","#f272af","#fed46b","#51d9ff","#aab8de","#5fe7d5","#a5a5a5","#262626","#003e75","#3a4453","#5ea226","#af0f5b","#c58c00","#0081a5","#425ea9","#138677","#7f7f7f","#0c0c0c","#00192e","#272d37","#3f6c19","#750a3d","#835d00","#00566e","#2c3f71","#0c594f"],columns:10},flow:{colors:["#ffffff","#000000","#dbf5f9","#04617b","#0f6fc6","#009dd9","#0bd0d9","#10cf9b","#7cca62","#a5c249","#f2f2f2","#7f7f7f","#b2e9f2","#b4ecfc","#c7e2fa","#c4eeff","#c9fafc","#c9faed","#e4f4df","#edf2da","#d8d8d8","#595959","#76d9e8","#6adafa","#90c6f6","#89deff","#93f5f9","#94f6db","#cae9c0","#dbe6b6","#bfbfbf","#3f3f3f","#21b2c8","#20c8f7","#59a9f2","#4fceff","#5df0f6","#5ff2ca","#b0dfa0","#c9da91","#a5a5a5","#262626","#105964","#02485c","#0b5394","#0075a2","#089ca2","#0b9b74","#54a838","#7e9532","#7f7f7f","#0c0c0c","#062328","#01303d","#073763","#004e6c","#05686c","#07674d","#387025","#546321"],columns:10},hardcover:{colors:["#ffffff","#000000","#ece9c6","#895d1d","#873624","#d6862d","#d0be40","#877f6c","#972109","#aeb795","#f2f2f2","#7f7f7f","#e1dca5","#f2e0c6","#f0d0c9","#f6e6d5","#f5f2d8","#e7e5e1","#fbc7bc","#eef0e9","#d8d8d8","#595959","#d0c974","#e6c28d","#e2a293","#eeceaa","#ece5b2","#cfccc3","#f78f7a","#dee2d4","#bfbfbf","#3f3f3f","#a29a36","#daa454","#d4735e","#e6b681","#e2d88c","#b7b2a5","#f35838","#ced3bf","#a5a5a5","#262626","#514d1b","#664515","#65281a","#a2641f","#a39428","#655f50","#711806","#879464","#7f7f7f","#0c0c0c","#201e0a","#442e0e","#431b11","#6c4315","#6d621a","#433f35","#4b1004","#5a6243"],columns:10},trek:{colors:["#ffffff","#000000","#fbeec9","#4e3b30","#f0a22e","#a5644e","#b58b80","#c3986d","#a19574","#c17529","#f2f2f2","#7f7f7f","#f7e09e","#e1d6cf","#fcecd5","#eddfda","#f0e7e5","#f3eae1","#ece9e3","#f5e3d1","#d8d8d8","#595959","#f3cc5f","#c4ad9f","#f9d9ab","#dcc0b6","#e1d0cc","#e7d5c4","#d9d4c7","#ebc7a3","#bfbfbf","#3f3f3f","#d29f0f","#a78470","#f6c781","#cba092","#d2b9b2","#dbc1a7","#c6bfab","#e1ac76","#a5a5a5","#262626","#694f07","#3a2c24","#c87d0e","#7b4b3a","#926255","#a17242","#7b7153","#90571e","#7f7f7f","#0c0c0c","#2a1f03","#271d18","#855309","#523226","#614138","#6b4c2c","#524b37","#603a14"],columns:10},verve:{colors:["#ffffff","#000000","#d2d2d2","#666666","#ff388c","#e40059","#9c007f","#68007f","#005bd3","#00349e","#f2f2f2","#7f7f7f","#bdbdbd","#e0e0e0","#ffd7e8","#ffc6dc","#ffb8f1","#f1b2ff","#c3dcff","#b8cfff","#d8d8d8","#595959","#9d9d9d","#c1c1c1","#ffafd1","#ff8eba","#ff71e4","#e365ff","#87baff","#72a0ff","#bfbfbf","#3f3f3f","#696969","#a3a3a3","#ff87ba","#ff5597","#ff2ad7","#d519ff","#4b98ff","#2b71ff","#a5a5a5","#262626","#343434","#4c4c4c","#e90062","#ab0042","#75005f","#4e005f","#00449e","#002676","#7f7f7f","#0c0c0c","#151515","#333333","#9b0041","#72002c","#4e003f","#34003f","#002d69","#00194f"],columns:10},monochrome:{colors:["#000000","#1a1a1a","#333333","#4d4d4d","#666666","#808080","#999999","#b3b3b3","#cccccc","#e6e6e6","#f2f2f2","#ffffff"],columns:12}};import{jsx as Dm}from"react/jsx-runtime";var ss=e=>Dm(Ta,{palette:oa.basic,...e});import{jsx as LI}from"react/jsx-runtime";import{jsx as TI,jsxs as EI}from"react/jsx-runtime";import{jsx as $m}from"react/jsx-runtime";var _m=Ne.options,Hm=Ne.states,zm={...Ne.defaultOptions,variant:"basic"},Fm=[{name:"basic",title:"Basic"},{name:"monochrome",title:"Monochrome"}],Um={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}},Gm=[],bo=e=>{let{variant:t="basic",...o}=e,a=Um[t];return $m(ss,{columns:a.columns,palette:a,...o})};bo.options=_m;bo.states=Hm;bo.variants=Fm;bo.defaultOptions=zm;bo.modifiers=Gm;bo.className=Ne.className;var ls="color-editor",ps="coloreditor";import{jsx as Ge,jsxs as ho}from"react/jsx-runtime";var Ea="k-coloreditor",Vm=[l.focus],Wm={size:[c.undefined,c.small,c.medium,c.large]},aa={view:"gradient",palette:oa.office,actionButtons:!0,canvasOrientation:"horizontal"},Q=e=>{let{size:t,view:o=aa.view,palette:a=aa.palette,color:i,currentColor:s,focus:p,focusView:m,dir:f,group:h,actionButtons:x=aa.actionButtons,canvasOrientation:g=aa.canvasOrientation,...u}=e;return ho("div",{...u,role:"textbox","aria-label":"Color editor",tabIndex:0,className:r(e.className,"k-flatcolorpicker",Ea,A(Ea,{size:t}),E(Ea,{focus:p})),dir:f,children:[ho("div",{className:"k-coloreditor-header k-hstack",children:[Ge("div",{className:"k-coloreditor-header-actions k-hstack",children:h&&ho(w,{fillMode:"flat",children:[Ge(d,{className:"k-group-start",size:t,fillMode:"flat",icon:"droplet-slider",selected:o==="gradient","aria-label":"Color gradient view"}),Ge(d,{className:"k-group-end",size:t,fillMode:"flat",icon:"palette",selected:o==="palette","aria-label":"Color palette view"})]})}),Ge("div",{className:"k-spacer"}),ho("div",{className:"k-coloreditor-header-actions k-hstack",children:[Ge(d,{fillMode:"flat",icon:"droplet-slash",size:t,"aria-label":"Reset color"}),ho("div",{className:"k-coloreditor-preview k-vstack",children:[Ge(vt,{className:"k-coloreditor-preview-color",color:i}),Ge(vt,{className:"k-coloreditor-current-color",color:s})]})]})]}),Ge("div",{className:"k-coloreditor-views k-vstack",children:o==="gradient"?Ge(ne,{focus:m,size:t,canvasOrientation:g,role:"none",tabIndex:-1}):Ge(Ne,{palette:a,size:t})}),x&&ho(Ze,{className:"k-coloreditor-footer",alignment:"start",children:[Ge(d,{themeColor:"primary",size:t,className:"k-coloreditor-apply",children:"Apply"}),Ge(d,{className:"k-coloreditor-cancel",size:t,children:"Cancel"})]})]})};Q.states=Vm;Q.options=Wm;Q.className=Ea;Q.defaultOptions=aa;Q.moduleName=ls;Q.folderName=ps;Q.ariaSpec={selector:".k-flatcolorpicker",rules:[{selector:".k-flatcolorpicker",attribute:"role=textbox",usage:"The focusable wrapper should be considered a textbox with a submittable value."},{selector:".k-flatcolorpicker",attribute:"aria-label or aria-labelledby",usage:"The component needs an accessible name including the currently selected value."},{selector:".k-flatcolorpicker",attribute:"tabindex=0",usage:"The element must be focusable."},{selector:".k-flatcolorpicker.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the FlatColorPicker is disabled."},{selector:".k-colorgradient",attribute:"role=none",usage:"The inner ColorGradient must have its role removed."},{selector:".k-colorgradient",attribute:"tabindex=-1",usage:"The inner ColorGradient must be removed from the page tab sequence."}]};var xo=Q;import{jsx as i0}from"react/jsx-runtime";import{jsx as p0}from"react/jsx-runtime";import{jsx as Xm}from"react/jsx-runtime";var ds=e=>Xm(xo,{group:!0,currentColor:"fuchsia",...e});import{jsx as Jm}from"react/jsx-runtime";var cs=e=>Jm(xo,{view:"palette",group:!0,currentColor:"fuchsia",...e});import{jsx as ms}from"react/jsx-runtime";var qm=Q.options,Ym=Q.states,Qm={...Q.defaultOptions,variant:"gradient"},Zm=[{name:"gradient",title:"Gradient"},{name:"palette",title:"Palette"}],jm=[],vo=e=>{let{variant:t,...o}=e;return t==="palette"?ms(cs,{...o,color:"white"}):ms(ds,{...o,color:"rgba(183, 118 , 118, 1.00)"})};vo.options=qm;vo.states=Ym;vo.variants=Zm;vo.defaultOptions=Qm;vo.modifiers=jm;vo.className=Q.className;var us="color-picker",fs="colorpicker";import{Fragment as ou,jsx as $e,jsxs as Qr}from"react/jsx-runtime";var bs="k-colorpicker",eu=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled],tu={size:[c.undefined,c.small,c.medium,c.large],rounded:[v.undefined,v.none,v.small,v.medium,v.large,v.full],fillMode:[b.undefined,b.solid,b.flat,b.outline]},hs={arrowIconName:"chevron-down"},ce=e=>{let{size:t,rounded:o,fillMode:a,arrowIconName:i=hs.arrowIconName,prefix:s,suffix:p,value:m,placeholder:f,hover:h,focus:x,valid:g,invalid:u,required:S,disabled:N,valueIconName:y,popup:T,opened:M,adaptive:D,adaptiveSettings:Z,adaptiveTitle:de,adaptiveSubtitle:ue,...fe}=e,Me="colorpicker-popup";return Qr(ou,{children:[Qr(Ye,{...fe,size:t,rounded:o,fillMode:a,hover:h,focus:x,valid:g,invalid:u,required:S,disabled:N,role:"combobox","aria-haspopup":"dialog","aria-expanded":M?"true":"false","aria-controls":M||D?Me:void 0,"aria-label":"Color picker",tabIndex:0,"aria-disabled":N?"true":void 0,className:r(e.className,bs,"k-icon-picker"),children:[$e(Be,{children:s}),$e(Bt,{placeholder:f,value:m,showValue:!1,valueIcon:$e(vt,{className:"k-value-icon",color:m,iconName:y}),valueIconName:y}),$e(Pe,{children:p}),$e(d,{className:"k-input-button",icon:i,size:t,fillMode:a,tabIndex:-1,"aria-label":"Open color picker",disabled:N})]}),M&&T&&$e(X,{id:Me,className:"k-colorpicker-popup",children:T}),D&&$e(Y,{adaptive:!0,id:Me,...Z,header:$e(xe,{actionsEnd:$e(d,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply"}),title:de,subtitle:ue}),footer:Qr(gt,{children:[$e(d,{text:"Cancel",size:"large"}),$e(d,{text:"Set",size:"large",themeColor:"primary"})]}),children:$e(Q,{canvasOrientation:"vertical",size:"large",actionButtons:!1,group:!0})})]})};ce.states=eu;ce.options=tu;ce.className=bs;ce.defaultOptions=hs;ce.moduleName=us;ce.folderName=fs;ce.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 st=ce;import{jsx as au}from"react/jsx-runtime";var Ca=e=>au(st,{...e});import{jsx as W0}from"react/jsx-runtime";import{jsx as Q0}from"react/jsx-runtime";import{jsx as tT}from"react/jsx-runtime";import{jsx as iT}from"react/jsx-runtime";import{jsx as pT}from"react/jsx-runtime";import{jsx as uT}from"react/jsx-runtime";import{jsx as zt}from"react/jsx-runtime";var ru=st.options,iu=st.states,xs={...st.defaultOptions,variant:"color"},nu=[{name:"color",title:"Color",default:!0},{name:"no color",title:"No color"},{name:"icon",title:"Icon"}],su=[{name:"opened",title:"Opened"}],go=e=>{let{variant:t,modifiers:o,...a}={...xs,...e},i={};Object.keys(o||{}).forEach(p=>{p==="opened"&&(i.opened=!!o?.[p],i.popup=o?.[p]?zt(Q,{size:a.size,color:"rgba(183, 118 , 118, 1.00)",group:!0}):"")});let s=i.opened?{width:"272px",height:"390px"}:{};switch(t){case"no color":return zt("div",{style:s,children:zt(Ca,{...a,...i})});case"icon":return zt("div",{style:s,children:zt(Ca,{value:"rgba(183, 118 , 118, 1.00)",valueIconName:"edit-tools",...a,...i})});default:return zt("div",{style:s,children:zt(Ca,{value:"rgba(183, 118 , 118, 1.00)",...a,...i})})}};go.options=ru;go.states=iu;go.variants=nu;go.defaultOptions=xs;go.modifiers=su;go.className=st.className;var Zr="combobox",vs=Zr;import{Fragment as jr,jsx as re,jsxs as ra}from"react/jsx-runtime";var gs="k-combobox",lu=[l.hover,l.focus,l.valid,l.invalid,l.loading,l.required,l.disabled,l.readonly],pu={size:[c.undefined,c.small,c.medium,c.large],rounded:[v.undefined,v.none,v.small,v.medium,v.large,v.full],fillMode:[b.undefined,b.solid,b.flat,b.outline]},ks={separators:!0},se=e=>{let{size:t,rounded:o,fillMode:a,separators:i=ks.separators,prefix:s,suffix:p,value:m,placeholder:f,hover:h,focus:x,valid:g,invalid:u,required:S,loading:N,disabled:y,popup:T,opened:M,readonly:D,adaptive:Z,adaptiveSettings:de,adaptiveTitle:ue,adaptiveSubtitle:fe,adaptiveCustomValue:Me,id:Ct,autocomplete:Ua,activeDescendant:ht,"aria-label":ca,...Ga}=e,$a=Ct?`${Ct}-listbox`:void 0;return ra(jr,{children:[ra(j,{...Ga,size:t,rounded:o,fillMode:a,hover:h,focus:x,valid:g,invalid:u,required:S,loading:N,disabled:y,readonly:D,className:r(e.className,gs),children:[s&&ra(jr,{children:[re(Be,{children:s}),i&&re(Re,{})]}),re(we,{id:Ct,placeholder:f,value:m,role:"combobox","aria-haspopup":"listbox","aria-expanded":M?"true":"false","aria-controls":M?$a:void 0,"aria-activedescendant":M&&ht?ht:void 0,"aria-autocomplete":Ua,"aria-invalid":u?"true":void 0,"aria-busy":N?"true":void 0,"aria-label":ca,disabled:y,readOnly:D}),re(he,{valid:g,invalid:u,loading:N,disabled:y}),re(Le,{loading:N,disabled:y}),re(Ae,{loading:N,disabled:y,readonly:D,value:m}),p&&ra(jr,{children:[i&&re(Re,{}),re(Pe,{children:p})]}),re(d,{className:"k-input-button",icon:"chevron-down",size:t,fillMode:a,"aria-label":"Open popup",tabIndex:-1,disabled:y})]}),M&&T&&re(X,{className:"k-list-container k-combobox-popup",containerRole:"region",containerAriaLabel:"Combobox suggestions",children:T}),Z&&re(Y,{adaptive:!0,id:Ct?`${Ct}-adaptive`:void 0,...de,header:re(xe,{actionsEnd:re(d,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply selection"}),input:!0,inputValue:m,inputPlaceholder:f,title:ue,subtitle:fe}),children:re("div",{className:"k-list-container",children:re(_,{customValue:Me?re(Mt,{text:`Use "${m}"`}):void 0,size:"large",children:ra(U,{"aria-label":ue||"Options",children:[re(O,{text:"List item"}),re(O,{text:"List item"}),re(O,{text:"List item"})]})})})})]})};se.states=lu;se.options=pu;se.className=gs;se.defaultOptions=ks;se.moduleName=Zr;se.folderName=vs;se.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-ul[role="listbox"], .k-combobox-popup .k-list-content[role="listbox"]',attribute:"aria-label or aria-labelledby",usage:"Popup listbox must have an accessible name. Consuming code is responsible for associating with the component label via aria-labelledby."},{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 Ie=se;import{jsx as du}from"react/jsx-runtime";var Ns=e=>du(Ie,{...e});import{jsx as qT,jsxs as YT}from"react/jsx-runtime";import{jsx as oE,jsxs as aE}from"react/jsx-runtime";import{jsx as pE,jsxs as dE}from"react/jsx-runtime";import{Fragment as hE,jsx as bE}from"react/jsx-runtime";import{Fragment as SE,jsx as NE}from"react/jsx-runtime";import{jsx as IE,jsxs as TE}from"react/jsx-runtime";import{Fragment as DE,jsx as RE,jsxs as KE}from"react/jsx-runtime";import{jsx as FE}from"react/jsx-runtime";import{jsx as VE}from"react/jsx-runtime";import{jsx as QE,jsxs as ZE}from"react/jsx-runtime";import{jsx as rC,jsxs as iC}from"react/jsx-runtime";import{jsx as wt,jsxs as hu}from"react/jsx-runtime";var cu=se.states,mu=se.defaultOptions,uu=se.options,fu=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"opened",title:"Opened"}],bu=[],ko=e=>{let{modifiers:t,...o}=e,a={},i=wt(_,{style:{width:300},size:o.size,children:hu(U,{children:[wt(O,{children:"List item"}),wt(O,{children:"List item"}),wt(O,{children:"List item"})]})});return Object.keys(t||{}).forEach(s=>{switch(s){case"prefix":a.prefix=t?.[s]?wt(L,{icon:"map-marker-target"}):void 0;break;case"suffix":a.suffix=t?.[s]?wt(xt,{size:o.size,icon:"copy",fillMode:"clear"}):void 0;break;case"opened":a.opened=!!t?.[s],a.popup=t?.[s]?i:void 0;break;default:break}}),wt("div",{children:wt(Ns,{value:"Value",style:{width:300},...o,...a})})};ko.options=uu;ko.states=cu;ko.variants=bu;ko.defaultOptions=mu;ko.modifiers=fu;ko.className=se.className;var ei="menu-button",Ss=ei;import{jsx as gu}from"react/jsx-runtime";var Ls="k-menu-button",xu=[l.hover,l.focus,l.active,l.selected,l.disabled],vu={size:[c.undefined,c.xsmall,c.small,c.medium,c.large],rounded:[v.undefined,v.none,v.small,v.medium,v.large,v.full],fillMode:[b.undefined,b.solid,b.flat,b.outline,b.clear,b.link],themeColor:[k.undefined,k.base,k.primary,k.secondary,k.tertiary,k.success,k.warning,k.error,k.info,k.inverse]},ti={showArrow:!0,arrowIconName:"chevron-down"},C=e=>{let{size:t,rounded:o,fillMode:a,themeColor:i,hover:s,focus:p,active:m,selected:f,disabled:h,icon:x,text:g,showArrow:u=ti.showArrow,arrowIconName:S=ti.arrowIconName,expanded:N,...y}=e;return gu(d,{...y,className:r(e.className,Ls),text:g,size:t,rounded:o,fillMode:a,themeColor:i,hover:s,focus:p,active:m,selected:f,disabled:h,icon:x,showArrow:u,arrowIconName:S,"aria-expanded":N?"true":"false",...!g&&x&&!e["aria-label"]&&{"aria-label":"Menu"},...h&&{"aria-disabled":"true"}})};C.states=xu;C.options=vu;C.className=Ls;C.defaultOptions=ti;C.moduleName=ei;C.folderName=Ss;C.ariaSpec={selector:".k-menu-button",rules:[{selector:".k-menu-button",attribute:"role=button or nodeName=button",usage:"Omitted if the button DOM element is used."},{selector:".k-menu-button",attribute:"aria-label (when icon-only)",usage:"Required when no text is visible in the button."},{selector:".k-menu-button",attribute:"aria-expanded=true/false",usage:"Announces the state of the popup visibility."},{selector:".k-menu-button",attribute:"aria-controls=.k-menu-group id (when open)",usage:"Points to the popup element. Builds a relationship between the button and the popup."},{selector:".k-menu-button.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the button is disabled."},{selector:".k-menu-group",attribute:"role=list",usage:"Announces the list role of the popup."},{selector:".k-menu-item",attribute:"role=listitem",usage:"Announces the listitem role of the popup items."}]};import{jsx as _C}from"react/jsx-runtime";import{jsx as UC}from"react/jsx-runtime";import{jsx as WC}from"react/jsx-runtime";var Te="menu",Ve=Te;import{jsx as ia,jsxs as ys}from"react/jsx-runtime";var oi="k-menu-item",ku=[l.hover,l.focus,l.active,l.selected,l.disabled],Nu={},Ms={iconPosition:"before"},W=e=>{let{hover:t,focus:o,active:a,selected:i,disabled:s,icon:p,text:m,first:f,last:h,showArrow:x,arrowIconName:g,iconPosition:u=Ms.iconPosition,dir:S,children:N,expanded:y,...T}=e,M=g;return M||(M=S==="rtl"?"chevron-left":"chevron-right"),ys("li",{...T,className:r(e.className,oi,"k-item",E(oi,{focus:o,disabled:s,hover:t,active:a,selected:i}),{"k-first":f,"k-last":h}),role:"menuitem",...x&&{"aria-haspopup":"menu"},...x&&{"aria-expanded":y?"true":"false"},...s&&{"aria-disabled":"true"},...o&&{tabIndex:0},children:[ys("span",{className:r("k-link k-menu-link"),children:[p&&u==="before"&&ia(L,{className:"k-menu-link-icon",icon:p}),ia("span",{className:"k-menu-link-text",children:m}),p&&u==="after"&&ia(L,{className:"k-menu-link-icon",icon:p}),x&&ia("span",{className:"k-menu-expand-arrow","aria-hidden":"true",children:ia(L,{icon:M})})]}),N]})};W.states=ku;W.options=Nu;W.className=oi;W.defaultOptions=Ms;W.moduleName=Te;W.folderName=Ve;import{jsx as na,jsxs as As}from"react/jsx-runtime";var ai="k-menu-item",Su=[l.hover,l.focus,l.active,l.selected,l.disabled],Lu={},ri={dir:"ltr",iconPosition:"before"},q=e=>{let{hover:t,focus:o,active:a,selected:i,disabled:s,icon:p,text:m,first:f,last:h,showArrow:x,arrowIconName:g,iconPosition:u=ri.iconPosition,dir:S=ri.dir,children:N,popup:y,expanded:T,...M}=e,D=g;return D||(D=S==="rtl"?"chevron-left":"chevron-right"),As("li",{...M,className:r(e.className,ai,"k-item",E(ai,{focus:o,disabled:s}),{"k-first":f,"k-last":h}),role:"menuitem",...x&&{"aria-haspopup":"menu"},...x&&{"aria-expanded":T?"true":"false"},...s&&{"aria-disabled":"true"},...o&&{tabIndex:0},children:[As("span",{className:r("k-link k-menu-link",E("k-menu-link",{hover:t,active:a,selected:i,disabled:s})),children:[p&&u==="before"&&na(L,{className:"k-menu-link-icon",icon:p}),na("span",{className:"k-menu-link-text",children:m}),p&&u==="after"&&na(L,{className:"k-menu-link-icon",icon:p}),x&&na("span",{className:"k-menu-expand-arrow","aria-hidden":"true",children:na(L,{icon:D})})]}),N,y]})};q.states=Su;q.options=Lu;q.className=ai;q.defaultOptions=ri;q.moduleName=Te;q.folderName=Ve;import{jsx as wu}from"react/jsx-runtime";var ws="k-menu-scroll-wrapper",yu=[],Mu={},Au={},Ft=e=>{let{className:t,children:o,orientation:a,...i}=e;return wu("div",{...i,className:r(t,ws,{"k-menu-scroll-wrapper-vertical":a==="vertical"}),children:o})};Ft.states=yu;Ft.options=Mu;Ft.className=ws;Ft.defaultOptions=Au;Ft.moduleName=Te;Ft.folderName=Ve;var Is=Ft;import{Fragment as ii,jsx as Ut,jsxs as Ba}from"react/jsx-runtime";var ni="k-menu",Iu=[],Tu={},Pa={orientation:"horizontal",header:!0,scrollButtonsPosition:"around"},te=e=>{let{children:t,orientation:o=Pa.orientation,header:a=Pa.header,scrollable:i,scrollButtonsPosition:s=Pa.scrollButtonsPosition,wrapperStyles:p,dir:m,popup:f,contextMenu:h,...x}=e,g={horizontal:{prev:m!=="rtl"?"left":"right",next:m!=="rtl"?"right":"left"},vertical:{prev:"up",next:"down"}},u=Ut("ul",{dir:m,...x,className:r(e.className,"k-reset",ni,{[`${ni}-${o}`]:o,"k-header":a}),role:h?"menu":"menubar",...o==="vertical"&&{"aria-orientation":"vertical"},children:t});return Ba(ii,{children:[i?Ba(Is,{orientation:o,style:p,dir:e.dir,children:[s==="start"&&Ba(ii,{children:[Ut(d,{fillMode:"flat",icon:`chevron-${g[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),Ut(d,{fillMode:"flat",icon:`chevron-${g[o].next}`,className:"k-menu-scroll-button k-menu-scroll-button-next",tabIndex:-1,"aria-label":"Scroll next"})]}),s==="around"&&Ut(d,{fillMode:"flat",icon:`chevron-${g[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),u,s==="end"&&Ba(ii,{children:[Ut(d,{fillMode:"flat",icon:`chevron-${g[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),Ut(d,{fillMode:"flat",icon:`chevron-${g[o].next}`,className:"k-menu-scroll-button k-menu-scroll-button-next",tabIndex:-1,"aria-label":"Scroll next"})]}),s==="around"&&Ut(d,{fillMode:"flat",icon:`chevron-${g[o].next}`,className:"k-menu-scroll-button k-menu-scroll-button-next",tabIndex:-1,"aria-label":"Scroll next"})]}):u,f]})};te.states=Iu;te.options=Tu;te.className=ni;te.defaultOptions=Pa;te.moduleName=Te;te.folderName=Ve;te.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",attribute:"aria-haspopup=menu (when present)",usage:"Indicates a popup menu is associated with the item."},{selector:".k-menu-item",attribute:"aria-expanded=true/false (when present)",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",attribute:"aria-controls=ul.k-menu-group id (when present)",usage:"Points to the ID of the submenu. Only present when the item controls a submenu element."},{selector:".k-menu-popup .k-menu-group",attribute:"id",usage:"Each nested menu has a deterministic id linked to the parent aria-controls."}]};import{jsx as Eu}from"react/jsx-runtime";var si="k-separator",Ts={orientation:"horizontal"},No=e=>{let{orientation:t=Ts.orientation,...o}=e;return Eu("li",{...o,className:r(e.className,"k-item",si,{[`${si}-${t}`]:t}),role:"separator"})};No.className=si;No.defaultOptions=Ts;No.moduleName=Te;No.folderName=Ve;import{Fragment as NO,jsx as SO}from"react/jsx-runtime";import{jsx as Pu}from"react/jsx-runtime";var li="k-menu-group",Cu=[],Ou={size:[c.undefined,c.small,c.medium,c.large]},Bu={},me=e=>{let{children:t,size:o,...a}=e;return Pu("ul",{...a,className:r(e.className,li,A(li,{size:o})),role:"menu",children:t})};me.states=Cu;me.options=Ou;me.className=li;me.defaultOptions=Bu;me.moduleName=Te;me.folderName=Ve;import{Fragment as Ru,jsx as So,jsxs as Ku}from"react/jsx-runtime";var pi=e=>So(te,{children:Ku(Ru,{children:[So(W,{first:!0,text:"Item 1"}),So(W,{showArrow:!0,arrowIconName:"chevron-down",text:"Item 2"}),So(W,{showArrow:!0,arrowIconName:"chevron-down",text:"Item 3"}),So(W,{text:"Item 4"}),So(W,{last:!0,text:"Item 5"})]}),...e});import{Fragment as KO,jsx as PO,jsxs as RO}from"react/jsx-runtime";import{Fragment as FO,jsx as zO,jsxs as UO}from"react/jsx-runtime";import{Fragment as XO,jsx as WO,jsxs as JO}from"react/jsx-runtime";import{Fragment as jO,jsx as ZO,jsxs as e5}from"react/jsx-runtime";import{jsx as Gt,jsxs as Fu}from"react/jsx-runtime";var Du=te.options,_u=te.states,Es={...te.defaultOptions,variant:"horizontal"},Hu=[{name:"horizontal",title:"Horizontal"},{name:"vertical",title:"Vertical"}],zu=[{name:"scrollable",title:"Scrollable"},{name:"opened",title:"Opened"}],Lo=e=>{let{variant:t,modifiers:o,...a}={...Es,...e},i={};return Object.keys(o||{}).forEach(s=>{switch(s){case"scrollable":i.scrollable=!!o?.[s];break;case"opened":i.opened=!!o?.[s],i.popup=Gt(X,{className:"k-menu-popup",children:Fu(me,{children:[Gt(q,{text:"Item 1"}),Gt(q,{text:"Item 2"}),Gt(No,{}),Gt(q,{text:"Item 3"})]})});break}}),t==="vertical"?Gt(pi,{...a,...i,orientation:"vertical",style:{width:"200px"}}):Gt(pi,{...a,...i})};Lo.options=Du;Lo.states=_u;Lo.variants=Hu;Lo.defaultOptions=Es;Lo.modifiers=zu;Lo.className=te.className;import{Fragment as O5,jsx as E5,jsxs as C5}from"react/jsx-runtime";import{jsx as K5}from"react/jsx-runtime";import{Fragment as Wu,jsx as tt,jsxs as Cs}from"react/jsx-runtime";var Uu=d.states,Os={...d.defaultOptions,variant:"text"},Gu=d.options,$u=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],Vu=[{name:"opened",title:"Opened"}],yo=e=>{let{variant:t,modifiers:o,...a}={...Os,...e},i={},s=tt(X,{className:"k-menu-popup",children:Cs(me,{size:a.size,children:[tt(q,{first:!0,text:"Menu Item"}),tt(q,{text:"Menu Item"}),tt(q,{last:!0,text:"Menu Item"})]})}),p;switch(t){case"icon-only":p=tt("div",{children:tt(C,{...a,...i,icon:"star"})});break;case"icon-and-text":p=tt("div",{children:tt(C,{...a,...i,icon:"star",children:"Dropdown Button"})});break;default:p=tt("div",{children:tt(C,{...a,...i,children:"Dropdown Button"})});break}return Cs(Wu,{children:[p,o?.opened&&s]})};yo.options=Gu;yo.states=Uu;yo.variants=$u;yo.defaultOptions=Os;yo.modifiers=Vu;yo.className=C.className;var di="split-button",Bs=di;import{Fragment as qu,jsx as ci,jsxs as Ps}from"react/jsx-runtime";var mi="k-split-button",Xu=[l.hover,l.focus,l.active,l.selected,l.disabled],Ju={size:[c.undefined,c.small,c.medium,c.large],rounded:[v.undefined,v.none,v.small,v.medium,v.large,v.full],fillMode:[b.undefined,b.solid,b.flat,b.outline,b.clear,b.link],themeColor:[k.undefined,k.base,k.primary,k.secondary,k.tertiary,k.success,k.warning,k.error,k.info,k.inverse]},Rs={arrowIconName:"chevron-down"},K=e=>{let{size:t,rounded:o,fillMode:a,themeColor:i,hover:s,focus:p,active:m,selected:f,disabled:h,icon:x,text:g,arrowIconName:u=Rs.arrowIconName,popup:S,opened:N,popupId:y,...T}=e;return Ps(qu,{children:[Ps("div",{...T,className:r(e.className,mi,"k-button-group",A(mi,{rounded:o})),children:[ci(d,{text:g,icon:x,size:t,rounded:o,fillMode:a,themeColor:i,hover:s,focus:p,active:m,selected:f,disabled:h,...!g&&!e.children&&x&&{"aria-label":"Action"},children:e.children}),ci(d,{className:"k-split-button-arrow",icon:u,size:t,rounded:o,fillMode:a,disabled:h,"aria-label":"Toggle dropdown","aria-expanded":N?"true":"false","aria-controls":N?y:void 0,tabIndex:-1,...h&&{"aria-disabled":"true"}})]}),N&&S&&ci(X,{className:"k-menu-popup",children:S})]})};K.states=Xu;K.options=Ju;K.className=mi;K.defaultOptions=Rs;K.moduleName=di;K.folderName=Bs;K.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 ui=K;import{jsx as Qu}from"react/jsx-runtime";var Yu="k-toolbar-separator",oe=e=>Qu("div",{className:r(Yu,e.className,"k-separator")});var lt="toolbar",It=lt;import{Fragment as fi,jsx as H,jsxs as Mo}from"react/jsx-runtime";var pt="k-toolbar",Zu=[l.focus],ju={size:[c.undefined,c.small,c.medium,c.large],fillMode:[b.undefined,b.solid,b.outline,b.flat]},ef={scrollButtons:"around"},$=e=>{let{size:t,fillMode:o,focus:a,resizable:i,scrollable:s,scrollButtons:p,scrollingPosition:m,section:f,...h}=e,x=[],g=(u,S)=>{let N=[];if(u.type===d&&u.props.className&&u.props.className.includes("k-toolbar-overflow-button"))N.push(H(d,{...u.props,className:`${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`));else if(u.type===d)N.push(H(d,{...u.props,className:`k-toolbar-button ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`));else if(u.type===Go)N.push(H(Go,{...u.props,className:`k-toolbar-button ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`));else if(u.type===xt)N.push(H(xt,{...u.props,className:`k-toolbar-button ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`));else if(u.type===C)N.push(H(C,{...u.props,className:`k-toolbar-menu-button ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`));else if(u.type===ui)N.push(H(ui,{...u.props,className:`k-toolbar-split-button ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`));else if(u.type===w||u.props.className&&u.props.className.includes("k-button-group")){let y=[];(Array.isArray(u.props.children)?u.props.children:[u.props.children]).forEach((M,D)=>{y.push(H(d,{...M.props,className:`${M.props.className?M.props.className:""}`},`${D}-${new Date().getTime()}`))}),N.push(H(w,{...u.props,className:`k-toolbar-button-group ${u.props.className?u.props.className:""}`,children:y},`${S}-${new Date().getTime()}`))}else u.type===se?N.push(H(se,{...u.props,className:`k-toolbar-combobox ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`)):u.type===J?N.push(H(J,{...u.props,className:`k-toolbar-dropdownlist ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`)):u.type===ce?N.push(H(ce,{...u.props,className:`k-toolbar-colorpicker ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`)):N.push(u);N.forEach(y=>{x.push(y)})};return e.children&&(Array.isArray(e.children)?e.children:[e.children]).forEach((S,N)=>{g(S,N)}),Mo("div",{...h,className:r(e.className,pt,A(pt,{size:t,fillMode:o}),E(pt,{focus:a}),{[`${pt}-resizable`]:i,[`${pt}-scrollable`]:s,[`${pt}-scrollable-overlay`]:s&&p==="hidden",[`${pt}-scrollable-${m}`]:m&&m!=="both",[`${pt}-section`]:f}),role:"toolbar","aria-label":"Toolbar",children:[!s&&x,s&&p==="hidden"&&H("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:x}),s&&p==="start"&&Mo(fi,{children:[Mo(w,{children:[H("span",{className:r("k-toolbar-prev","k-button",A("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:H(L,{className:"k-button-icon",icon:"chevron-left"})}),H("span",{className:r("k-toolbar-next","k-button",A("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:H(L,{className:"k-button-icon",icon:"chevron-right"})})]}),H(oe,{className:"k-toolbar-button-separator"}),H("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:x})]}),s&&p==="end"&&Mo(fi,{children:[H("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:x}),H(oe,{className:"k-toolbar-button-separator"}),Mo(w,{children:[H("span",{className:r("k-toolbar-prev","k-button",A("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:H(L,{className:"k-button-icon",icon:"chevron-left"})}),H("span",{className:r("k-toolbar-next","k-button",A("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:H(L,{className:"k-button-icon",icon:"chevron-right"})})]})]}),s&&(p==="around"||!p)&&Mo(fi,{children:[H("span",{className:r("k-toolbar-prev","k-button",A("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:H(L,{className:"k-button-icon",icon:"chevron-left"})}),H(oe,{className:"k-toolbar-button-separator"}),H("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:x}),H(oe,{className:"k-toolbar-button-separator"}),H("span",{className:r("k-toolbar-next","k-button",A("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:H(L,{className:"k-button-icon",icon:"chevron-right"})})]})]})};$.states=Zu;$.options=ju;$.className=pt;$.defaultOptions=ef;$.moduleName=lt;$.folderName=It;$.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"])',attribute:"aria-controls=.k-toolbar-popup .k-menu-group id (when present)",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",attribute:"aria-labelledby=.k-toolbar-overflow-button id (when present)",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"])',attribute:"aria-controls=.k-toolbar-popup .k-toolbar-items-list id (when present)",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",attribute:"aria-labelledby=.k-toolbar-overflow-button id (when present)",usage:"Associates the title of the section toggle button."}]};import{jsx as rf}from"react/jsx-runtime";var Ks="k-floating-toolbar",tf=[],of={},af={},Ao=e=>{let{...t}=e;return rf("div",{...t,className:r(e.className,Ks),children:e.children})};Ao.states=tf;Ao.options=of;Ao.className=Ks;Ao.defaultOptions=af;Ao.moduleName=lt;Ao.folderName=It;import{jsx as pf}from"react/jsx-runtime";var bi="k-toolbar-item",nf=[l.focus],sf={},lf={},dt=e=>{let{focus:t,...o}=e;return pf("div",{...o,className:r(e.className,bi,E(bi,{focus:t})),children:e.children})};dt.states=nf;dt.options=sf;dt.className=bi;dt.defaultOptions=lf;dt.moduleName=lt;dt.folderName=It;import{jsx as Ds}from"react/jsx-runtime";var _s="k-toolbar-popup",df=[],cf={size:[c.undefined,c.small,c.medium,c.large],fillMode:[b.undefined,b.solid,b.outline,b.flat]},mf={},$t=e=>{let{size:t,fillMode:o,section:a,...i}=e;return Ds(X,{...i,className:r(e.className,_s),children:a?Ds("span",{className:r("k-toolbar-items-list",A("k-toolbar-items-list",{size:t,fillMode:o})),role:"toolbar",children:e.children}):e.children})};$t.states=df;$t.options=cf;$t.className=_s;$t.defaultOptions=mf;$t.moduleName=lt;$t.folderName=It;var Ra=$t;import{jsx as H3}from"react/jsx-runtime";import{jsx as G3}from"react/jsx-runtime";import{jsx as X3}from"react/jsx-runtime";import{jsx as j3,jsxs as eB}from"react/jsx-runtime";import{jsx as rB}from"react/jsx-runtime";import{jsx as ct,jsxs as xf}from"react/jsx-runtime";var uf=K.states,Hs={...K.defaultOptions,variant:"text"},ff=K.options,bf=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],hf=[{name:"opened",title:"Opened"}],wo=e=>{let{variant:t,modifiers:o,...a}={...Hs,...e},i={},s=xf(me,{size:a.size,children:[ct(q,{first:!0,text:"Menu Item"}),ct(q,{text:"Menu Item"}),ct(q,{last:!0,text:"Menu Item"})]});switch(Object.keys(o||{}).forEach(p=>{p==="opened"&&(i.opened=!!o?.[p],i.popup=o?.[p]?s:"")}),t){case"icon-only":return ct("div",{children:ct(K,{...a,...i,icon:"star"})});case"icon-and-text":return ct("div",{children:ct(K,{...a,...i,icon:"star",children:"Split Button"})});default:return ct("div",{children:ct(K,{...a,...i,children:"Split Button"})})}};wo.options=ff;wo.states=uf;wo.variants=bf;wo.defaultOptions=Hs;wo.modifiers=hf;wo.className=K.className;import{jsx as Vt,jsxs as vf}from"react/jsx-runtime";var zs=e=>Vt($,{children:[Vt(d,{children:"Button"},"toolbar-button"),Vt(C,{text:"Menu button"},"toolbar-menu-button"),Vt(K,{children:"Split button"},"toolbar-split-button"),vf(w,{children:[Vt(d,{className:"k-group-start",icon:"align-left",children:"Left"}),Vt(d,{icon:"align-center",children:"Center"}),Vt(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...e});import{jsx as BB,jsxs as PB}from"react/jsx-runtime";import{jsx as Ee,jsxs as Fs}from"react/jsx-runtime";var Us=e=>Ee($,{scrollable:!0,...e,children:[Ee(d,{children:"Button"},"toolbar-button"),Ee(C,{text:"Menu button"},"toolbar-menu-button"),Ee(K,{children:"Split button"},"toolbar-split-button"),Fs(w,{children:[Ee(d,{className:"k-group-start",icon:"align-left",children:"Left"}),Ee(d,{icon:"align-center",children:"Center"}),Ee(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group"),Ee(d,{children:"Button"},"toolbar-button"),Ee(C,{text:"Menu button"},"toolbar-menu-button"),Ee(K,{children:"Split button"},"toolbar-split-button"),Fs(w,{children:[Ee(d,{className:"k-group-start",icon:"align-left",children:"Left"}),Ee(d,{icon:"align-center",children:"Center"}),Ee(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...e});import{jsx as Ce,jsxs as Gs}from"react/jsx-runtime";var $s=({scrollingPosition:e="start",...t})=>Ce($,{scrollable:!0,scrollButtons:"hidden",scrollingPosition:e,...t,children:[Ce(d,{children:"Button"},"toolbar-button"),Ce(C,{text:"Menu button"},"toolbar-menu-button"),Ce(K,{children:"Split button"},"toolbar-split-button"),Gs(w,{children:[Ce(d,{className:"k-group-start",icon:"align-left",children:"Left"}),Ce(d,{icon:"align-center",children:"Center"}),Ce(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group"),Ce(d,{children:"Button"},"toolbar-button"),Ce(C,{text:"Menu button"},"toolbar-menu-button"),Ce(K,{children:"Split button"},"toolbar-split-button"),Gs(w,{children:[Ce(d,{className:"k-group-start",icon:"align-left",children:"Left"}),Ce(d,{icon:"align-center",children:"Center"}),Ce(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...t});import{Fragment as gf,jsx as ye,jsxs as Ka}from"react/jsx-runtime";var Vs=({fillMode:e,size:t,...o})=>Ka(gf,{children:[ye($,{section:!0,fillMode:e,size:t,children:[ye(d,{fillMode:e,size:t,children:"Button"},"toolbar-button"),Ka(w,{fillMode:e,children:[ye(d,{className:"k-group-start",icon:"align-left",fillMode:e,size:t,children:"Left"}),ye(d,{icon:"align-center",fillMode:e,size:t,children:"Center"}),ye(d,{className:"k-group-end",icon:"align-right",fillMode:e,size:t,children:"Right"})]},"toolbar-button-group"),ye(oe,{className:"k-toolbar-button-separator"}),ye(d,{icon:"more-horizontal",className:"k-toolbar-overflow-button",fillMode:"flat",size:t,rounded:"none","aria-label":"More options","aria-expanded":"false"})],...o}),Ka(Ra,{size:t,fillMode:e,section:!0,...o,children:[ye(K,{fillMode:e,size:t,children:"Split button"},"toolbar-split-button"),ye(d,{fillMode:e,size:t,children:"Button"},"toolbar-button"),ye(oe,{}),ye(C,{text:"Menu button",fillMode:e,size:t},"toolbar-menu-button"),Ka(w,{fillMode:e,children:[ye(d,{className:"k-group-start",icon:"align-left",fillMode:e,size:t,children:"Left"}),ye(d,{icon:"align-center",fillMode:e,size:t,children:"Center"}),ye(d,{className:"k-group-end",icon:"align-right",fillMode:e,size:t,children:"Right"})]},"toolbar-button-group")]})]});import{Fragment as uP,jsx as cP,jsxs as mP}from"react/jsx-runtime";import{Fragment as yP,jsx as SP,jsxs as LP}from"react/jsx-runtime";import{jsx as Tt}from"react/jsx-runtime";var kf=$.options,Nf=$.states,Ws={...$.defaultOptions,variant:"default"},Sf=[{name:"default",title:"Default"},{name:"scrollable",title:"Scrollable"},{name:"overlay",title:"Overlay"},{name:"responsive",title:"Responsive"}],Lf=[],Io=e=>{let{variant:t,...o}={...Ws,...e};switch(t){case"responsive":return Tt("div",{children:Tt(Vs,{style:{width:"583px"},...o})});case"overlay":return Tt("div",{children:Tt($s,{style:{width:"583px"},...o,scrollingPosition:"start",scrollButtons:"hidden"})});case"scrollable":return Tt("div",{children:Tt(Us,{style:{width:"583px"},...o})});default:return Tt("div",{children:Tt(zs,{style:{width:"583px"},...o})})}};Io.options=kf;Io.states=Nf;Io.variants=Sf;Io.defaultOptions=Ws;Io.modifiers=Lf;Io.className=$.className;import{jsx as wf}from"react/jsx-runtime";var Xs="k-spreadsheet-toolbar",yf=[],Mf={},Af={},To=e=>{let{children:t,...o}=e;return wf($,{...o,resizable:!0,className:r(e.className,Xs),fillMode:"flat","aria-label":o["aria-label"]||"Spreadsheet toolbar",children:t})};To.states=yf;To.options=Mf;To.className=Xs;To.defaultOptions=Af;import{jsx as Cf}from"react/jsx-runtime";var Js="k-spreadsheet-menu",If=[],Tf={},Ef={},Eo=e=>{let{children:t,...o}=e;return Cf(te,{...o,className:r(e.className,Js),children:t})};Eo.states=If;Eo.options=Tf;Eo.className=Js;Eo.defaultOptions=Ef;import{jsx as B,jsxs as xi}from"react/jsx-runtime";var qs="k-spreadsheet-header",Of=[],Bf={},Pf=[B(d,{icon:"arrow-rotate-ccw",fillMode:"flat","aria-label":"Undo"},"undo"),B(d,{icon:"arrow-rotate-cw",fillMode:"flat","aria-label":"Redo"},"redo"),B(oe,{},"sep1"),B(d,{icon:"cut",fillMode:"flat","aria-label":"Cut"},"cut"),B(d,{icon:"copy",fillMode:"flat","aria-label":"Copy"},"copy"),B(d,{icon:"clipboard",fillMode:"flat","aria-label":"Paste"},"paste"),B(oe,{},"sep2"),B(J,{value:"Font Name",fillMode:"flat","aria-label":"Font name"},"fontname"),B(J,{value:"Font Size",fillMode:"flat","aria-label":"Font size"},"fontsize"),B(oe,{},"sep3"),xi(w,{fillMode:"flat",children:[B(d,{className:"k-group-start",icon:"font-grow",fillMode:"flat","aria-label":"Increase font size"}),B(d,{className:"k-group-end",icon:"font-shrink",fillMode:"flat","aria-label":"Decrease font size"})]},"fontgrow"),B(oe,{},"sep4"),xi(w,{fillMode:"flat",children:[B(d,{className:"k-group-start",icon:"bold",fillMode:"flat","aria-label":"Bold"}),B(d,{icon:"italic",fillMode:"flat","aria-label":"Italic"}),B(d,{icon:"underline",fillMode:"flat","aria-label":"Underline"}),B(d,{className:"k-group-end",icon:"strikethrough",fillMode:"flat","aria-label":"Strikethrough"})]},"fontstyle"),B(dt,{children:B(ce,{value:"red",valueIconName:"foreground-color",fillMode:"flat","aria-label":"Text color"})},"textcolor"),B(oe,{},"sep5"),B(dt,{children:B(ce,{value:"fuchsia",valueIconName:"droplet",fillMode:"flat","aria-label":"Background color"})},"bgcolor"),B(oe,{},"sep6"),B(C,{fillMode:"flat",icon:"borders-all",showArrow:!0,"aria-label":"Borders"},"borders"),B(oe,{},"sep7"),B(C,{fillMode:"flat",icon:"align-left",showArrow:!0,"aria-label":"Horizontal alignment"},"halign"),B(C,{fillMode:"flat",icon:"align-middle",showArrow:!0,"aria-label":"Vertical alignment"},"valign"),B(oe,{},"sep8"),B(d,{fillMode:"flat",icon:"text-wrap-arrow","aria-label":"Wrap text"},"wrap")],Rf=[B(W,{first:!0,text:"File"},"file"),B(W,{text:"Home",active:!0},"home"),B(W,{text:"Insert"},"insert"),B(W,{text:"Format"},"format"),B(W,{text:"Formulas"},"formulas"),B(W,{text:"Data"},"data"),B(W,{last:!0,text:"View"},"view")],hi={toolbarItems:Pf,menuItems:Rf},mt=e=>{let{toolbarItems:t=hi.toolbarItems,menuItems:o=hi.menuItems,...a}=e;return xi("div",{...a,className:r(qs,e.className),children:[B(Eo,{children:o}),B(To,{children:t})]})};mt.states=Of;mt.options=Bf;mt.className=qs;mt.defaultOptions=hi;import{Fragment as Qs,jsx as ie,jsxs as Da}from"react/jsx-runtime";var Ys="k-spreadsheet-action-bar",Kf=[],Df={},_f=Da(Qs,{children:[ie("span",{className:"k-syntax-startexp",children:"="}),ie("span",{className:"k-syntax-ref k-series-a",children:"B6"}),ie("span",{className:"k-syntax-op",children:"+"}),ie("span",{className:"k-syntax-ref k-series-b",children:"C6"}),ie("span",{className:"k-syntax-op",children:"+"}),ie("span",{className:"k-syntax-ref k-series-c",children:"C3"})]}),vi={formula:_f,cellName:"B6"},ut=e=>{let{formula:t=vi.formula,cellName:o=vi.cellName,formulaExpanded:a=!1,formulaListItems:i,...s}=e,p=a?P("spreadsheet-formula-list"):void 0,m=Da(Qs,{children:[ie("li",{className:"k-list-item",role:"menuitem",children:ie("span",{className:"k-list-item-text",children:"SUM"})}),ie("li",{className:"k-list-item",role:"menuitem",children:ie("span",{className:"k-list-item-text",children:"AVERAGE"})}),ie("li",{className:"k-list-item",role:"menuitem",children:ie("span",{className:"k-list-item-text",children:"COUNT"})})]});return Da("div",{...s,className:r(Ys,e.className),children:[ie("div",{className:"k-spreadsheet-name-editor",children:ie(se,{placeholder:o,fillMode:"flat","aria-label":"Name editor"})}),Da("div",{className:"k-spreadsheet-formula-bar",children:[ie("span",{className:"k-separator k-separator-vertical"}),ie(d,{icon:"formula-fx",fillMode:"flat","aria-label":"Formula"}),ie("span",{className:"k-separator k-separator-vertical"}),ie("div",{className:"k-spreadsheet-formula-input k-textbox k-input k-input-flat",role:"combobox",title:"Formula input","aria-haspopup":"menu","aria-expanded":a?"true":"false",...p&&{"aria-controls":p},children:t}),a&&ie("ul",{className:"k-spreadsheet-formula-list",id:p,role:"menu",children:i||m})]})]})};ut.states=Kf;ut.options=Df;ut.className=Ys;ut.defaultOptions=vi;import{jsx as Uf}from"react/jsx-runtime";var Zs="k-tabstrip-items",Hf=[],zf={},Ff={tabAlignment:"start"},sa=e=>{let{children:t,tabAlignment:o,orientation:a,...i}=e;return Uf("ul",{...i,className:r(e.className,Zs,"k-reset",`k-tabstrip-items-${o}`),role:"tablist",...a==="vertical"&&{"aria-orientation":"vertical"},children:t})};sa.states=Hf;sa.options=zf;sa.className=Zs;sa.defaultOptions=Ff;var js=sa;import{jsx as Vf}from"react/jsx-runtime";var el="k-tabstrip-items-wrapper",Gf=[],$f={},tl={orientation:"horizontal"},la=e=>{let{children:t,orientation:o=tl.orientation,...a}=e;return Vf("div",{...a,className:r(e.className,el,{"k-hstack":o==="horizontal","k-vstack":o==="vertical"}),children:t})};la.states=Gf;la.options=$f;la.className=el;la.defaultOptions=tl;var ol=la;var gi="tabstrip",al=gi;import{jsx as Je,jsxs as rl}from"react/jsx-runtime";var Et="k-tabstrip",Wf=[],Xf={size:[c.undefined,c.small,c.medium,c.large]},_a={position:"top",tabAlignment:"start",scrollButtons:"around"},ft=e=>{let{size:t,scrollable:o,children:a,tabStripItems:i,tabStripItemsId:s,position:p=_a.position,tabAlignment:m=_a.tabAlignment,scrollButtons:f=_a.scrollButtons,dir:h,scrollingPosition:x,overflow:g,...u}=e,S={top:{prev:h!=="rtl"?"left":"right",next:h!=="rtl"?"right":"left"},bottom:{prev:h!=="rtl"?"left":"right",next:h!=="rtl"?"right":"left"},right:{prev:"up",next:"down"},left:{prev:"up",next:"down"}},N={top:"horizontal",bottom:"horizontal",left:"vertical",right:"vertical"},y={start:"start",center:"center",end:"end",justify:"justify",stretched:"stretched"};return rl("div",{dir:h,...u,className:r(Et,e.className,{[`${Et}-${p}`]:p,[`${Et}-scrollable`]:o,[`${Et}-scrollable-overlay`]:o&&(f==="hidden"||!f),[`${Et}-scrollable-${x}`]:x&&x!=="both",[`${Et}-overflow`]:g},A(Et,{size:t})),children:[p==="bottom"&&a,rl(ol,{orientation:N[p],children:[o&&(f==="around"||f==="start")&&Je("span",{className:r("k-tabstrip-prev","k-button",A("k-button",{size:t,fillMode:b.flat}),"k-icon-button"),"aria-hidden":"true",children:Je(L,{className:"k-button-icon",icon:`chevron-${S[p].prev}`})}),o&&f==="start"&&Je("span",{className:r("k-tabstrip-next","k-button",A("k-button",{size:t,fillMode:b.flat}),"k-icon-button"),"aria-hidden":"true",children:Je(L,{className:"k-button-icon",icon:`chevron-${S[p].next}`})}),Je(js,{className:r({"k-tabstrip-items-scroll":o&&f==="hidden"}),tabAlignment:y[m],orientation:N[p],...s&&{id:s},children:i}),o&&f==="end"&&Je("span",{className:r("k-tabstrip-prev","k-button",A("k-button",{size:t,fillMode:b.flat}),"k-icon-button"),"aria-hidden":"true",children:Je(L,{className:"k-button-icon",icon:`chevron-${S[p].prev}`})}),o&&(f==="around"||f==="end")&&Je("span",{className:r("k-tabstrip-next","k-button",A("k-button",{size:t,fillMode:b.flat}),"k-icon-button"),"aria-hidden":"true",children:Je(L,{className:"k-button-icon",icon:`chevron-${S[p].next}`})}),g&&Je("div",{className:"k-tabstrip-actions k-hstack",children:Je(C,{className:"k-tabstrip-overflow-button",icon:"more-vertical",fillMode:"flat",size:t,showArrow:!1})})]}),p!=="bottom"&&a]})};ft.states=Wf;ft.options=Xf;ft.className=Et;ft.defaultOptions=_a;ft.moduleName=gi;ft.folderName=al;ft.ariaSpec={selector:".k-tabstrip",rules:[{selector:".k-tabstrip-items",attribute:"role=tablist",usage:"Indicates the tablist role for the ul element."},{selector:".k-tabstrip.k-tabstrip-left .k-tabstrip-items,.k-tabstrip.k-tabstrip-right .k-tabstrip-items",attribute:"aria-orientation=vertical",usage:"Indicates the orientation when vertical."},{selector:".k-tabstrip-item",attribute:"role=tab",usage:"The tab li element."},{selector:".k-tabstrip .k-tabstrip-item.k-active",attribute:"aria-selected=true",usage:"Announces the selected state of the tab."},{selector:".k-tabstrip-content",attribute:"role=tabpanel",usage:"The content div of the tab."},{selector:".k-tabstrip .k-tabstrip-item.k-active",attribute:"aria-controls (when present)",usage:"Announces the relation between the panel and active tab. Only present when tab controls a specific panel."},{selector:".k-tabstrip-content",attribute:"aria-hidden=true (when not active)",usage:"Only if the component implements a feature to control whether the content should be persisted."},{selector:".k-tabstrip-content",attribute:"aria-labelledby (when present)",usage:"Refers to the tab element that controls the panel. Only present when panel has an associated tab."},{selector:".k-tabstrip-scrollable .k-button",attribute:"aria-hidden=true",usage:"Scroll buttons are hidden from assistive technologies."}]};import{jsx as Ha,jsxs as ki}from"react/jsx-runtime";var Ni="k-tabstrip-item",Jf=[l.active,l.hover,l.disabled,l.focus],qf={},il={iconPosition:"before"},qe=e=>{let{dragging:t,active:o,hover:a,focus:i,disabled:s,children:p,first:m,last:f,closable:h,icon:x,iconPosition:g=il.iconPosition,value:u,actions:S,...N}=e;return ki("li",{...N,className:r(e.className,Ni,E(Ni,{hover:a,active:o,disabled:s,focus:i}),{"k-tabstrip-dragging":t,"k-first":m,"k-last":f}),role:"tab",...o&&{"aria-selected":"true"},...s&&{"aria-disabled":"true"},children:[ki("span",{className:"k-link",children:[x&&g==="before"&&Ha(L,{icon:x}),u&&Ha("span",{className:"k-link-text",children:u}),x&&g==="after"&&Ha(L,{icon:x})]}),(S||h)&&ki("span",{className:"k-item-actions",children:[S,h&&Ha(d,{as:"span",className:"k-remove-tab",icon:"x",fillMode:"flat",size:"xsmall",title:"Close","aria-hidden":"true"})]}),p]})};qe.states=Jf;qe.options=qf;qe.className=Ni;qe.item=il;import{Fragment as jf,jsx as Se,jsxs as ll}from"react/jsx-runtime";var nl="k-spreadsheet-sheets-bar",Yf=[],Qf={},Zf=ll(jf,{children:[Se(qe,{first:!0,active:!0,value:"Sheet 1",actions:Se(C,{showArrow:!1,size:"small",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet1"),Se(qe,{value:"Sheet 2",actions:Se(C,{showArrow:!1,size:"small",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet2"),Se(qe,{value:"Sheet 3",actions:Se(C,{showArrow:!1,size:"small",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet3"),Se(qe,{value:"Sheet 4",actions:Se(C,{showArrow:!1,size:"small",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet4"),Se(qe,{value:"Sheet 5",actions:Se(C,{showArrow:!1,size:"small",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet5"),Se(qe,{last:!0,value:"Sheet 6",actions:Se(C,{showArrow:!1,size:"small",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet6")]}),sl={tabStripItems:Zf},bt=e=>{let{tabStripItems:t=sl.tabStripItems,...o}=e,a=P("spreadsheet-sheets");return ll("div",{...o,className:r(nl,e.className),children:[Se(d,{className:"k-spreadsheet-sheet-add",fillMode:"flat",size:"small",icon:"plus","aria-label":"Add new sheet","aria-controls":a}),Se(d,{className:"k-spreadsheet-sheets-menu",fillMode:"flat",size:"small",icon:"menu","aria-label":"Sheets menu","aria-controls":a}),Se(ft,{className:"k-spreadsheet-sheets",tabStripItems:t,tabStripItemsId:a,position:"bottom",scrollable:!0,scrollButtons:"end"})]})};bt.states=Yf;bt.options=Qf;bt.className=nl;bt.defaultOptions=sl;import{jsx as G}from"react/jsx-runtime";var pl="k-spreadsheet-column-header",eb=[],tb={},dl={configureSelection:{A:"partial"}},Co=e=>{let{configureSelection:t=dl.configureSelection,...o}=e,a=[G("div",{style:{position:"absolute",left:"0px",width:"100px",height:"30px"},children:G("div",{className:"k-vertical-align-center",children:"A"})}),G("div",{style:{position:"absolute",left:"100px",width:"215px",height:"30px"},children:G("div",{className:"k-vertical-align-center",children:"B"})}),G("div",{style:{position:"absolute",left:"315px",width:"115px",height:"30px"},children:G("div",{className:"k-vertical-align-center",children:"C"})}),G("div",{style:{position:"absolute",left:"430px",width:"115px",height:"30px"},children:G("div",{className:"k-vertical-align-center",children:"D"})}),G("div",{style:{position:"absolute",left:"545px",width:"115px",height:"30px"},children:G("div",{className:"k-vertical-align-center",children:"E"})}),G("div",{style:{position:"absolute",left:"660px",width:"155px",height:"30px"},children:G("div",{className:"k-vertical-align-center",children:"F"})}),G("div",{style:{position:"absolute",left:"815px",width:"64px",height:"30px"},children:G("div",{className:"k-vertical-align-center",children:"G"})}),G("div",{style:{position:"absolute",left:"879px",width:"64px",height:"30px"},children:G("div",{className:"k-vertical-align-center",children:"H"})}),G("div",{style:{position:"absolute",left:"943px",width:"64px",height:"30px"},children:G("div",{className:"k-vertical-align-center",children:"I"})}),G("div",{style:{position:"absolute",left:"1007px",width:"64px",height:"30px"},children:G("div",{className:"k-vertical-align-center",children:"J"})}),G("div",{style:{position:"absolute",left:"1071px",width:"64px",height:"30px"},children:G("div",{className:"k-vertical-align-center",children:"K"})}),G("div",{style:{position:"absolute",left:"1135px",width:"64px",height:"30px"},children:G("div",{className:"k-vertical-align-center",children:"L"})})],s=t?((p,m)=>p.map((f,h)=>{let x=f.props.children.props.children;return G("div",{style:f.props.style,className:r({"k-selection-partial":m[x]==="partial","k-selection-full":m[x]==="full","k-selection-none":!m[x]}),children:f.props.children},h)}))(a,t):a;return G("div",{...o,className:r(pl,e.className),children:s})};Co.states=eb;Co.options=tb;Co.className=pl;Co.defaultOptions=dl;import{jsx as F}from"react/jsx-runtime";var cl="k-spreadsheet-row-header",ob=[],ab={},ml={configureSelection:{1:"partial"}},Oo=e=>{let{configureSelection:t=ml.configureSelection,...o}=e,a=[F("div",{style:{width:"30px",height:"70px"},children:F("div",{className:"k-vertical-align-center",children:"1"})}),F("div",{style:{width:"30px",height:"25px"},children:F("div",{className:"k-vertical-align-center",children:"2"})}),F("div",{style:{width:"30px",height:"30px"},children:F("div",{className:"k-vertical-align-center",children:"3"})}),F("div",{style:{width:"30px",height:"30px"},children:F("div",{className:"k-vertical-align-center",children:"4"})}),F("div",{style:{width:"30px",height:"30px"},children:F("div",{className:"k-vertical-align-center",children:"5"})}),F("div",{style:{width:"30px",height:"30px"},children:F("div",{className:"k-vertical-align-center",children:"6"})}),F("div",{style:{width:"30px",height:"30px"},children:F("div",{className:"k-vertical-align-center",children:"7"})}),F("div",{style:{width:"30px",height:"30px"},children:F("div",{className:"k-vertical-align-center",children:"8"})}),F("div",{style:{width:"30px",height:"30px"},children:F("div",{className:"k-vertical-align-center",children:"9"})}),F("div",{style:{width:"30px",height:"30px"},children:F("div",{className:"k-vertical-align-center",children:"10"})}),F("div",{style:{width:"30px",height:"30px"},children:F("div",{className:"k-vertical-align-center",children:"11"})}),F("div",{style:{width:"30px",height:"30px"},children:F("div",{className:"k-vertical-align-center",children:"12"})}),F("div",{style:{width:"30px",height:"30px"},children:F("div",{className:"k-vertical-align-center",children:"13"})})],s=t?((p,m)=>p.map((f,h)=>{let x=f.props.children.props.children;return F("div",{style:f.props.style,className:r({"k-selection-partial":m[x]==="partial","k-selection-full":m[x]==="full","k-selection-none":!m[x]}),children:f.props.children},h)}))(a,t):a;return F("div",{...o,className:r(cl,e.className),children:s})};Oo.states=ob;Oo.options=ab;Oo.className=cl;Oo.defaultOptions=ml;import*as fl from"react";import{jsx as ul}from"react/jsx-runtime";var bl="k-spreadsheet-data",rb=[],ib={},nb={},Bo=e=>{let{activeCellIndex:t,...o}=e,i=t?((p,m)=>p.map((f,h)=>h===m?ul("div",{style:f.props.style,className:r(f.props.className,"k-spreadsheet-active-cell"),children:f.props.children},h):f))(ir,t):ir,s=[...Gi,...i].map((p,m)=>p.key?p:fl.cloneElement(p,{key:m}));return ul("div",{...o,className:r(bl,e.className),children:s})};Bo.states=rb;Bo.options=ib;Bo.className=bl;Bo.defaultOptions=nb;var pa="spreadsheet",za=pa;import{jsx as db}from"react/jsx-runtime";var hl="k-spreadsheet",sb=[],lb={},pb={},We=e=>{let{children:t,...o}=e;return db("div",{...o,className:r(hl,e.className),role:"application",children:t})};We.states=sb;We.options=lb;We.className=hl;We.defaultOptions=pb;We.moduleName=pa;We.folderName=za;We.ariaSpec={selector:".k-spreadsheet",rules:[{selector:".k-spreadsheet",attribute:"role=application",usage:"Indicates the Spreadsheets' role as an application."},{selector:".k-spreadsheet-menu",attribute:"role=menubar",usage:"Follows Menu spec: announces the Menu menubar role."},{selector:".k-spreadsheet-menu .k-menu-item",attribute:"role=menuitem",usage:"Follows Menu spec: announces the Menu item role."},{selector:".k-spreadsheet-toolbar",attribute:"role=toolbar",usage:"Follows Toolbar spec: the component role."},{selector:".k-spreadsheet-toolbar",attribute:"aria-label or title",usage:"Each ToolBar must have a label specifying its purpose."},{selector:".k-spreadsheet-name-editor .k-combobox > .k-input-inner",attribute:"role=combobox",usage:"Follows ComboBox spec: identifies the input as a combobox."},{selector:".k-spreadsheet-formula-bar .k-spreadsheet-formula-input",attribute:"role=combobox",usage:"The focusable element of the component should have role combobox (an input with popup)."},{selector:".k-spreadsheet-formula-bar .k-spreadsheet-formula-input",attribute:"aria-haspopup=menu",usage:"Specifies that the formula input opens a popup."},{selector:".k-spreadsheet-formula-bar .k-spreadsheet-formula-input",attribute:"aria-controls=.k-spreadsheet-formula-list id (when present)",usage:"Points to the formulas list with role menu. Signifies that the formula input element controls the popup."},{selector:".k-spreadsheet-formula-bar .k-spreadsheet-formula-input",attribute:"aria-expanded=true/false",usage:"Announces the state of the popup visibility."},{selector:".k-spreadsheet-formula-bar .k-spreadsheet-formula-input",attribute:"title",usage:"The Formula input must have a title specifying its purpose."},{selector:".k-spreadsheet-formula-list",attribute:"id",usage:"Unique and deterministic id linked to the aria-controls attribute of the corresponding formula input."},{selector:".k-spreadsheet-formula-list",attribute:"role=menu",usage:"Announces the menu role of the popup."},{selector:".k-spreadsheet-formula-list .k-list-item",attribute:"role=menuitem",usage:"Announces the menuitem role of the popup items."},{selector:".k-spreadsheet-sheet-add",attribute:"role=button or nodeName=button",usage:"The add new sheet element is a button."},{selector:".k-spreadsheet-sheet-add",attribute:"aria-label or title",usage:"The add new sheet element must have a label as it does not have text content."},{selector:".k-spreadsheet-sheet-add",attribute:"aria-controls=.k-tabstrip-items id (when present)",usage:"Points to the ul element of the TabStrip that contains all tabs."},{selector:".k-spreadsheet-sheets-menu",attribute:"role=button or nodeName=button",usage:"Follows DropDownButton spec: omitted if the button DOM element is used."},{selector:".k-spreadsheet-sheets-menu",attribute:"aria-label or title",usage:"Follows DropDownButton spec: required when no text is visible."},{selector:".k-spreadsheet-sheets-menu",attribute:"aria-controls=.k-tabstrip-items id (when present)",usage:"Points to the ul element of the TabStrip that contains all tabs."},{selector:".k-spreadsheet-sheets .k-tabstrip-items",attribute:"role=tablist",usage:"Follows TabStrip spec: indicates the tablist role for the ul element."},{selector:".k-spreadsheet-sheets .k-tabstrip-item",attribute:"role=tab",usage:"Follows TabStrip spec: the tab li element."},{selector:".k-spreadsheet-sheets .k-tabstrip-item .k-menu-button",attribute:"aria-label or title",usage:"Follows DropDownButton spec: required when no text is visible in the tab menu button."}]};import{jsx as fb}from"react/jsx-runtime";var xl="k-spreadsheet-legacy",cb=[],mb={},ub={},Po=e=>{let{...t}=e;return fb("div",{...t,className:r(e.className,xl),children:e.children})};Po.states=cb;Po.options=mb;Po.className=xl;Po.defaultOptions=ub;Po.moduleName=pa;Po.folderName=za;import{Fragment as bb,jsx as Ro,jsxs as hb}from"react/jsx-runtime";var vl=e=>Ro(We,{children:hb(bb,{children:[Ro(mt,{}),Ro(ut,{}),Ro(ot,{selection:Ro("div",{className:"k-spreadsheet-selection k-single-selection",style:{width:"880px",height:"71px",top:"30px",left:"30px"}}),rowHeaderSelection:{1:"partial"},columnHeaderSelection:{A:"partial",B:"partial",C:"partial",D:"partial",E:"partial",F:"partial",G:"partial"},activeCellIndex:0}),Ro(bt,{})]}),...e});import{Fragment as IR,jsx as wR,jsxs as TR}from"react/jsx-runtime";import{jsx as da,jsxs as Sb}from"react/jsx-runtime";var xb={},vb=[],gb=[],kb={},Nb=[],Ko=()=>Sb(vl,{style:{height:"415px",width:"80%"},children:[da(mt,{}),da(ut,{}),da(ot,{selection:da("div",{className:"k-spreadsheet-selection k-single-selection",style:{width:"101px",height:"31px",top:"125px",left:"30px"}}),rowHeaderSelection:{3:"partial"},columnHeaderSelection:{A:"partial"},activeCellIndex:8}),da(bt,{})]});Ko.options=xb;Ko.states=vb;Ko.variants=gb;Ko.defaultOptions=kb;Ko.modifiers=Nb;Ko.className=We.className;import{jsx as ae,jsxs as Fa}from"react/jsx-runtime";var gl="k-spreadsheet-view",Lb=[],yb={},Mb={},ot=e=>{let{selectionHighlight:t,rowHeaderSelection:o,columnHeaderSelection:a,cellEditor:i,activeCellIndex:s,selection:p,filter:m,...f}=e;return Fa("div",{...f,className:r(gl,e.className),children:[Fa("div",{className:"k-spreadsheet-fixed-container",children:[Fa("div",{style:{top:0,left:0,height:"100%",width:"100%"},className:"k-spreadsheet-pane k-top k-left",children:[ae(Bo,{activeCellIndex:s,style:{position:"relative",left:"30px",top:"30px"}}),ae("div",{className:"k-selection-wrapper",children:p}),ae("div",{className:"k-auto-fill-wrapper"}),ae("div",{className:"k-selection-wrapper",children:t}),ae("div",{className:"k-filter-wrapper",children:m}),ae(Oo,{configureSelection:o,style:{width:"30px",top:"30px"}}),ae(Co,{configureSelection:a,style:{top:"0px",left:"30px",width:"1199px",height:"30px"}})]}),i,ae("div",{style:{width:"30px",height:"30px"},className:"k-spreadsheet-top-corner"})]}),ae("div",{className:"k-spreadsheet-scroller",children:ae("div",{className:"k-spreadsheet-view-size",style:{height:"6080px",width:"3663px"}})}),ae("div",{className:"k-spreadsheet-clipboard",children:Fa("table",{style:{left:"0px",top:"0px",height:"30px",width:"100px"},className:"kendo-clipboard-eb8ea401-ab97-4190-8fb2-b3b83b299a9f",role:"presentation",children:[ae("colgroup",{children:ae("col",{style:{width:"100px"}})}),ae("tbody",{children:ae("tr",{style:{height:"30px"},children:ae("td",{style:{backgroundColor:"rgb(255, 255, 255)",color:"rgb(0, 62, 117)",fontFamily:"Arial",textAlign:"center",fontSize:"14px",borderColor:"rgb(255, 255, 255)"},children:"216321"})})})]})}),!i&&ae("div",{className:"k-spreadsheet-cell-editor k-spreadsheet-formula-input","data-role":"formulainput",style:{whiteSpace:"pre"},children:"216321"}),ae(be,{content:"A1",style:{position:"absolute",display:"none"}}),ae("div",{className:"k-list-group-sticky-header",style:{display:"none"}}),ae("div",{className:"k-list-content k-list-scroller",unselectable:"on"})]})};ot.states=Lb;ot.options=yb;ot.className=gl;ot.defaultOptions=Mb;var r9=ot;export{gl as SPREADSHEETVIEW_CLASSNAME,ot as SpreadsheetView,r9 as default};