@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]}`}var Do="spreadsheet",ma=Do;import{jsx as yl}from"react/jsx-runtime";var Mi="k-spreadsheet",Nl=[],Sl={},Ll={},Oe=e=>{let{children:t,...o}=e;return yl("div",{...o,className:r(Mi,e.className),role:"application",children:t})};Oe.states=Nl;Oe.options=Sl;Oe.className=Mi;Oe.defaultOptions=Ll;Oe.moduleName=Do;Oe.folderName=ma;Oe.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{Fragment as Il,jsx as Ai}from"react/jsx-runtime";var Wa="k-font-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]},wl={},_o=e=>{let{size:t,themeColor:o,icon:a,rotate:i,flip:s,...p}=e;return a?Ai("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"}):Ai(Il,{})};_o.states=Ml;_o.options=Al;_o.className=Wa;_o.defaultOptions=wl;var wi=_o;import{Fragment as Cl,jsx as ua}from"react/jsx-runtime";var Xa="k-svg-icon",Tl=[],El={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]},Ii={viewBox:"0 0 24 24"},Ho=e=>{let{size:t,themeColor:o,rotate:a,flip:i,viewBox:s=Ii.viewBox,icon:p,...m}=e;if(!p)return ua(Cl,{});if(p==="none")return ua("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 ua("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:ua("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})})};Ho.states=Tl;Ho.options=El;Ho.className=Xa;Ho.defaultOptions=Ii;var Ja=Ho;import*as qa from"@progress/kendo-svg-icons";var Ti="icon",Ei="icons";import{useContext as Bl}from"react";import{createContext as Ol}from"react";var Ci=Ol({iconsType:"svg"});import{Fragment as Oi,jsx as zo}from"react/jsx-runtime";var fa="k-icon",Pl=e=>e.replace(/([-_][a-z0-9])/gi,t=>t.toUpperCase().replace("-","").replace("_","")),Rl=[],Kl={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}=Bl(Ci),{size:o,themeColor:a,icon:i,type:s=t||Ya.type,rotate:p,flip:m,viewBox:f=Ya.viewBox,...h}=e;if(!i)return zo(Oi,{});if((t||s)==="svg"){if(i==="none")return zo(Ja,{...h,className:r(e.className,fa),icon:i,size:o});let g=qa[i]?i:Pl(`${i}-icon`);return qa[g]?zo(Ja,{...h,className:r(e.className,fa),icon:qa[g],size:o,themeColor:a,rotate:p,flip:m,viewBox:f}):zo(Oi,{})}return zo(wi,{...h,className:r(e.className,fa),icon:i,size:o,themeColor:a,rotate:p,flip:m})};L.states=Rl;L.options=Kl;L.defaultOptions=Ya;L.className=fa;L.moduleName=Ti;L.folderName=Ei;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="button",Bi=Qa;import{Fragment as zl,jsx as Fo,jsxs as Pi}from"react/jsx-runtime";var Uo="k-button",Dl=["icon-button"],_l=[l.hover,l.focus,l.active,l.selected,l.disabled,l.generating],Hl={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]},Za={showArrow:!1,arrowIconName:"chevron-down"},d=e=>{let{as:t="button",size:o,rounded:a,fillMode:i,themeColor:s,showArrow:p=Za.showArrow,arrowIconName:m=Za.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 Pi(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?Pi(zl,{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=_l;d.options=Hl;d.variants=Dl;d.className=Uo;d.defaultOptions=Za;d.moduleName=Qa;d.folderName=Bi;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."}]};var Go="input",ba=Go;import{jsx as $l}from"react/jsx-runtime";var ha="k-input",Fl=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.loading,l.readonly],Ul={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]},Gl={},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 $l("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}))})};j.states=Fl;j.options=Ul;j.className=ha;j.defaultOptions=Gl;j.moduleName=Go;j.folderName=ba;import{jsx as Jl}from"react/jsx-runtime";var xa="k-picker",Vl=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.loading,l.readonly],Wl={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]},Xl={},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 Jl("span",{...g,className:r(e.className,xa,A(xa,{size:f,rounded:h,fillMode:x}),E(xa,{hover:t,focus:o,disabled:a,invalid:i,valid:s,loading:p,readonly:m})),children:e.children})};Ye.states=Vl;Ye.options=Wl;Ye.className=xa;Ye.defaultOptions=Xl;Ye.moduleName=Go;Ye.folderName=ba;import{Fragment as Ql,jsx as ja}from"react/jsx-runtime";var Ri="k-clear-value",ql=[l.disabled,l.loading,l.readonly],Yl={},Ae=e=>{let{disabled:t,loading:o,readonly:a,value:i}=e;return t||a||o||!i?ja(Ql,{}):ja("span",{className:r(e.className,Ri),children:ja(L,{icon:"x"})})};Ae.states=ql;Ae.options=Yl;Ae.className=Ri;import{jsx as ep}from"react/jsx-runtime";var er="k-input-inner",Zl=[],jl={},va={type:"text",autocomplete:"off",value:"",placeholder:""},we=e=>{let{value:t=va.value,type:o=va.type,placeholder:a=va.placeholder,autocomplete:i=va.autocomplete,disabled:s,readOnly:p,...m}=e;return ep("input",{...m,type:o,className:r(e.className,er,A(er,e)),placeholder:a,autoComplete:i,defaultValue:t,disabled:s||void 0,readOnly:p||void 0})};we.states=Zl;we.options=jl;we.className=er;import{jsx as Ki,jsxs as ap}from"react/jsx-runtime";var tr="k-input-inner",tp=[],op={},Ot=e=>{let{value:t,placeholder:o,showValue:a,valueIcon:i,valueIconName:s,...p}=e;return ap("span",{...p,className:r(e.className,tr,A(tr,e)),children:[i,!i&&s&&Ki(L,{className:"k-input-value-icon",icon:s}),a&&!t&&o,a&&t&&Ki("span",{className:"k-input-value-text",children:t})]})};Ot.states=tp;Ot.options=op;Ot.className=tr;import{jsx as np}from"react/jsx-runtime";var or="k-input-inner",rp=[],ip={},Di={value:"",placeholder:""},ar=e=>{let{value:t=Di.value,placeholder:o=Di.placeholder,rows:a,disabled:i,...s}=e;return np("textarea",{...s,className:r(e.className,or,A(or,e)),placeholder:o,rows:a,defaultValue:t,disabled:i||void 0})};ar.states=rp;ar.options=ip;ar.className=or;import{Fragment as lp,jsx as _i}from"react/jsx-runtime";var Hi="k-input-loading-icon",sp=[l.disabled,l.loading],Le=e=>{let{disabled:t,loading:o}=e;return t||!o?_i(lp,{}):_i("span",{className:r(e.className,Hi,"k-icon k-i-loading")})};Le.states=sp;Le.className=Hi;import{Fragment as cp,jsx as zi}from"react/jsx-runtime";var Fi="k-input-validation-icon",pp=[l.valid,l.invalid,l.disabled,l.loading],dp={},be=e=>{let{valid:t,invalid:o,disabled:a,loading:i}=e,s=o?"warning-circle":"check-circle";return a||i||!!!(t||o)?zi(cp,{}):zi(L,{className:r(Fi),icon:s})};be.states=pp;be.options=dp;be.className=Fi;import{Fragment as fp,jsx as Ui}from"react/jsx-runtime";var mp="k-input-prefix",up={direction:"horizontal"},Be=e=>{let{direction:t=up.direction,...o}=e;return e.children?Ui("span",{...o,className:r(mp,e.className,{[`k-input-prefix-${t}`]:t}),children:e.children}):Ui(fp,{})};import{Fragment as xp,jsx as Gi}from"react/jsx-runtime";var bp="k-input-suffix",hp={direction:"horizontal"},Pe=e=>{let{direction:t=hp.direction,...o}=e;return e.children?Gi("span",{...o,className:r(bp,e.className,{[`k-input-suffix-${t}`]:t}),children:e.children}):Gi(xp,{})};import{jsx as Zh}from"react/jsx-runtime";import{jsx as gp}from"react/jsx-runtime";var vp="k-input-suffix-text",rr=e=>{let{children:t,...o}=e;return gp("span",{...o,className:r(vp,e.className),children:t})};import{jsx as Np}from"react/jsx-runtime";var $i="k-input-separator",kp={direction:"vertical"},Re=e=>{let{direction:t=kp.direction,...o}=e;return Np("span",{...o,className:r($i,e.className,{[`${$i}-${t}`]:t})})};import{jsx as Sp}from"react/jsx-runtime";var Bt=e=>Sp(d,{children:"Button",...e});import{Fragment as Vi,jsx as Qe,jsxs as ir}from"react/jsx-runtime";var Lp=j.states,yp=j.defaultOptions,Mp=j.options,Ap=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"},{name:"validation-icon",title:"Validation Icon"},{name:"separators",title:"Separators"}],wp=[],Wt=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 ir(j,{...m,valid:o,invalid:a,loading:i,disabled:s,readonly:p,style:{width:300},children:[f&&ir(Vi,{children:[Qe(Be,{children:Qe(L,{icon:"lock"})}),u&&Qe(Re,{})]}),Qe(we,{placeholder:"Placeholder",value:"Value"}),g&&Qe(be,{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&&ir(Vi,{children:[u&&Qe(Re,{}),Qe(Pe,{children:Qe(Bt,{size:m.size,fillMode:"clear",children:"Send"})})]})]})};Wt.options=Mp;Wt.states=Lp;Wt.variants=wp;Wt.defaultOptions=yp;Wt.modifiers=Ap;Wt.className=j.className;import{jsx as Ip}from"react/jsx-runtime";var xt=e=>Ip(d,{icon:"folder",...e,"aria-label":e["aria-label"]||"Folder",children:void 0});import{jsx as Tp}from"react/jsx-runtime";var $o=e=>Tp(d,{icon:"folder",children:"Button",...e});import{jsx as nr}from"react/jsx-runtime";var Ep=d.options,Cp=d.states,Op={...d.defaultOptions,variant:"text"},Bp=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],Pp=[],Xt=e=>{let{variant:t,...o}=e;switch(t){case"icon-only":return nr(xt,{...o,icon:"star"});case"icon-and-text":return nr($o,{...o,icon:"star",children:"Button"});default:return nr(Bt,{...o,children:"Button"})}};Xt.options=Ep;Xt.states=Cp;Xt.variants=Bp;Xt.defaultOptions=Op;Xt.modifiers=Pp;Xt.className=d.className;var sr="popup",Wi=sr;import{jsx as Xi}from"react/jsx-runtime";var Ji="k-animation-container",Rp=[],Kp={},qi={positionMode:"absolute"},Ke=e=>{let{positionMode:t=qi.positionMode,animationStyle:o,offset:a,...i}=e;return Xi("div",{...i,style:{...a,...e.style},className:r(e.className,Ji,"k-animation-container-shown",{"k-animation-container-fixed":t==="fixed"}),children:Xi("div",{className:"k-child-animation-container",style:o,children:e.children})})};Ke.states=Rp;Ke.options=Kp;Ke.className=Ji;Ke.defaultOptions=qi;Ke.moduleName=sr;Ke.folderName=Wi;var lr="popup",Yi=lr;import{jsx as Qi}from"react/jsx-runtime";var Zi="k-popup",Dp=[],_p={},ji={positionMode:"absolute"},X=e=>{let{offset:t,positionMode:o=ji.positionMode,animationStyle:a,containerClassName:i,containerRole:s,containerAriaLabel:p,...m}=e;return Qi(Ke,{positionMode:o,offset:t,animationStyle:a,className:i,role:s,"aria-label":p,children:Qi("div",{...m,className:r(e.className,Zi),children:e.children})})};X.states=Dp;X.options=_p;X.className=Zi;X.defaultOptions=ji;X.moduleName=lr;X.folderName=Yi;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 pr="action-buttons",en=pr;import{jsx as Fp}from"react/jsx-runtime";var ga="k-actions",Hp=[],zp={},dr={alignment:"start",orientation:"horizontal"},Ze=e=>{let{alignment:t=dr.alignment,orientation:o=dr.orientation,...a}=e;return Fp("div",{...a,className:r(ga,{[`${ga}-${t}`]:t,[`${ga}-${o}`]:o},e.className),children:e.children})};Ze.states=Hp;Ze.options=zp;Ze.className=ga;Ze.defaultOptions=dr;Ze.moduleName=pr;Ze.folderName=en;import{jsx as Gp}from"react/jsx-runtime";var Up="k-actionsheet-footer",tn={alignment:"stretched",orientation:"horizontal"},vt=e=>{let{alignment:t=tn.alignment,orientation:o=tn.orientation,template:a,as:i=a?"div":Ze,...s}=e;return Gp(i,{...s,...!a&&{alignment:t,orientation:o},className:r(e.className,Up),children:e.children})};var cr="searchbox",on=cr;import{jsx as Vo,jsxs as Wp}from"react/jsx-runtime";var an="k-searchbox",$p=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.loading],Vp={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]},mr={showIcon:!0,icon:"search"},De=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=mr.showIcon,icon:N=mr.icon,"aria-label":y,...T}=e;return Wp(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,an),children:[S&&Vo(L,{className:"k-input-icon",icon:N}),Vo(we,{placeholder:o,value:t,"aria-label":y}),Vo(Le,{...e}),Vo(be,{...e}),Vo(Ae,{...e})]})};De.states=$p;De.options=Vp;De.className=an;De.defaultOptions=mr;De.moduleName=cr;De.folderName=on;import{jsx as Hv}from"react/jsx-runtime";var ur="textbox",rn=ur;import{Fragment as nn,jsx as gt,jsxs as fr}from"react/jsx-runtime";var sn="k-textbox",Xp=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.loading,l.readonly],Jp={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]},ka={showClearButton:!0,showValidationIcon:!0,separators:!0},le=e=>{let{size:t,rounded:o,fillMode:a,separators:i=ka.separators,showClearButton:s=ka.showClearButton,showValidationIcon:p=ka.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 fr(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,sn),children:[m&&fr(nn,{children:[gt(Be,{children:m}),i&&gt(Re,{})]}),gt(we,{id:de,placeholder:g,value:x,type:h,disabled:D,"aria-label":ue,"aria-describedby":fe,"aria-invalid":y?"true":void 0}),p&&gt(be,{valid:N,invalid:y,loading:M,disabled:D}),gt(Le,{loading:M,disabled:D}),s&&gt(Ae,{loading:M,disabled:D,readonly:Z,value:x}),f&&fr(nn,{children:[i&&gt(Re,{}),gt(Pe,{children:f})]})]})};le.states=Xp;le.options=Jp;le.className=sn;le.defaultOptions=ka;le.moduleName=ur;le.folderName=rn;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 Wo=le;import{jsx as qp}from"react/jsx-runtime";var ln=e=>qp(Wo,{...e});import{Fragment as ag,jsx as og}from"react/jsx-runtime";import{Fragment as pg,jsx as lg}from"react/jsx-runtime";import{jsx as ug}from"react/jsx-runtime";import{jsx as br}from"react/jsx-runtime";var Yp=le.states,Qp=le.defaultOptions,Zp=le.options,jp=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"}],ed=[],Jt=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(i=>{switch(i){case"prefix":a.prefix=t?.[i]?br(L,{icon:"lock"}):void 0;break;case"suffix":a.suffix=t?.[i]?br(Bt,{size:o.size,fillMode:"clear",children:"Send"}):void 0;break;case"clear-button":a.showClearButton=t?.[i];break;default:break}}),br(ln,{value:"Value",style:{width:300},...o,...a})};Jt.options=Zp;Jt.states=Yp;Jt.variants=ed;Jt.defaultOptions=Qp;Jt.modifiers=jp;Jt.className=le.className;import{jsx as kt,jsxs as hr}from"react/jsx-runtime";var pn="k-actionsheet-titlebar",td={},he=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 hr("div",{...u,className:r(e.className,pn),children:[hr("div",{className:"k-actionsheet-titlebar-group",children:[a&&kt("div",{className:"k-actionsheet-actions",children:a}),!g&&hr("div",{className:"k-actionsheet-title",id:x,children:[t&&kt("div",{className:"k-text-center",children:t}),o&&kt("div",{className:"k-actionsheet-subtitle k-text-center",children:o})]}),g&&kt("div",{className:"k-actionsheet-title",id:x,children:g}),i&&kt("div",{className:"k-actionsheet-actions",children:i})]}),(p||s)&&kt("div",{className:"k-actionsheet-titlebar-group k-actionsheet-filter",children:p?kt(le,{value:m,placeholder:f,size:h?"large":"medium","aria-label":t||f||"Input"}):kt(De,{placeholder:"Filter",size:h?"large":"medium","aria-label":"Filter options"})})]})};he.className=pn;he.defaultOptions=td;import{jsx as xr,jsxs as id}from"react/jsx-runtime";var vr="k-actionsheet-view",od=[],ad={},rd={},qt=e=>{let{adaptive:t,animated:o,children:a,header:i,footer:s,titleId:p,...m}=e,f=i?.type===he&&xr(he,{adaptive:t,titleId:p,...i?.props}),h=s?.type===vt&&xr(vt,{...s?.props});return id("div",{...m,className:r(e.className,vr,{[`${vr}-animated`]:o}),children:[f,xr("div",{className:"k-actionsheet-content",children:a}),h]})};qt.states=od;qt.options=ad;qt.className=vr;qt.defaultOptions=rd;var Xo="action-sheet",Na=Xo;var gr="overlay",dn=gr;import{jsx as pd}from"react/jsx-runtime";var cn="k-overlay",nd=[],sd={},ld={},Nt=e=>{let{...t}=e;return pd("div",{...t,className:r(e.className,cn),children:e.children})};Nt.states=nd;Nt.options=sd;Nt.className=cn;Nt.defaultOptions=ld;Nt.moduleName=gr;Nt.folderName=dn;import{jsx as Sa,jsxs as md}from"react/jsx-runtime";var mn="k-actionsheet",dd=[],cd={},Jo={side:"bottom",fullscreen:!1,adaptive:!1,overlay:!0},Y=e=>{let{side:t=Jo.side,fullscreen:o=Jo.fullscreen,adaptive:a=Jo.adaptive,overlay:i=Jo.overlay,template:s,children:p,header:m,footer:f,id:h,...x}=e,g=h&&!s&&m?`${h}-title`:void 0;return md("div",{className:"k-actionsheet-container",children:[i&&Sa(Nt,{}),Sa(Ke,{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:Sa("div",{...x,id:h,role:"dialog","aria-modal":i?"true":void 0,"aria-labelledby":g,className:r(e.className,mn,{[`k-actionsheet-${t}`]:o===!1,"k-actionsheet-fullscreen":o===!0,"k-adaptive-actionsheet":a}),children:s||Sa(qt,{header:m,footer:f,adaptive:a,titleId:g,...e,children:p})})})]})};Y.states=dd;Y.options=cd;Y.className=mn;Y.defaultOptions=Jo;Y.moduleName=Xo;Y.folderName=Na;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 hd}from"react/jsx-runtime";var un="k-actionsheet-container",ud=[],fd={},bd={},Yt=e=>{let{children:t,...o}=e;return hd("div",{...o,className:un,children:t})};Yt.states=ud;Yt.options=fd;Yt.className=un;Yt.defaultOptions=bd;Yt.moduleName=Xo;Yt.folderName=Na;import{jsx as xd}from"react/jsx-runtime";var kr=e=>{let{...t}=e;return xd("div",{...t,className:r(e.className,"k-list-ul"),children:e.children})};import{Fragment as gd,jsx as qo,jsxs as Nr}from"react/jsx-runtime";var Sr="k-actionsheet-item",vd=[l.hover,l.focus,l.selected,l.disabled],St=e=>{let{iconName:t,text:o,description:a,hover:i,focus:s,selected:p,disabled:m,...f}=e;return Nr("span",{...f,className:r(e.className,Sr,E(Sr,{hover:i,focus:s,selected:p,disabled:m})),children:[!e.children&&qo(gd,{children:Nr("span",{className:"k-actionsheet-action",children:[t&&qo("span",{className:"k-icon-wrap",children:qo(L,{className:"k-actionsheet-item-icon",icon:t})}),Nr("span",{className:"k-actionsheet-item-text",children:[o&&qo("span",{className:"k-actionsheet-item-title",children:o}),a&&qo("span",{className:"k-actionsheet-item-description",children:a})]})]})}),e.children]})};St.states=vd;St.className=Sr;import{jsx as mk,jsxs as uk}from"react/jsx-runtime";import{jsx as xk}from"react/jsx-runtime";import{jsx as Nk}from"react/jsx-runtime";import{jsx as Mk}from"react/jsx-runtime";import{jsx as pe,jsxs as Lr}from"react/jsx-runtime";var kd=Y.options,Nd=Y.states,bn={...Y.defaultOptions,variant:"normal"},Sd=[{name:"normal",title:"Normal"},{name:"adaptive",title:"Adaptive"},{name:"fullScreen",title:"Full Screen"}],Ld=[{name:"actions",title:"Titlebar Actions",type:"boolean"},{name:"subtitle",title:"Subtitle",type:"boolean"},{name:"footer",title:"Footer",type:"boolean"}],Qt=e=>{let{variant:t,modifiers:o,...a}={...bn,...e},i={},s=Lr(kr,{children:[pe(St,{text:"Edit Item",description:"Click to edit",iconName:"edit-tools"}),pe(St,{text:"Add to Favorites",iconName:"heart"}),pe(St,{text:"Upload New",iconName:"upload",disabled:!0}),pe("hr",{className:"k-hr"}),pe(St,{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(he,{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?Lr(vt,{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(he,{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?Lr(vt,{alignment:"stretched",children:[pe(d,{text:"Apply",themeColor:"primary"}),pe(d,{text:"Cancel",themeColor:"base"})]}):void 0,children:s})};Qt.options=kd;Qt.states=Nd;Qt.variants=Sd;Qt.defaultOptions=bn;Qt.modifiers=Ld;Qt.className=Y.className;import Mr from"react";import{jsx as hn}from"react/jsx-runtime";var yd="k-list-group-sticky-header",yr=e=>hn("div",{className:r(yd,e.className),children:hn("div",{className:"k-list-header-text",children:e.children})});import{jsx as Ad}from"react/jsx-runtime";var Md="k-no-data",La=e=>{let{live:t,...o}=e;return Ad("span",{...o,className:r(Md,e.className),"aria-live":t?"polite":void 0,children:e.children})};var Pt="list",Zt=Pt;import{jsx as xn,jsxs as vn}from"react/jsx-runtime";var Ar="k-list",wd=[],Id={size:[c.undefined,c.small,c.medium,c.large]},Td={},_=e=>{let{size:t,virtualization:o,children:a,header:i,optionLabel:s,customValue:p,noData:m,screenReaders:f,...h}=e,g=Mr.Children.toArray(a)[0],u=g?.props?.children?Mr.Children.count(g.props.children):Mr.Children.count(a);return vn("div",{...h,className:r(e.className,Ar,A(Ar,{size:t}),{"k-virtual-list":o}),children:[s,p,i&&xn(yr,{children:i}),a||(m!==void 0?m:xn(La,{live:!0,children:"No data found."})),f&&a&&vn(La,{className:"k-sr-only",live:!0,children:[u," items found."]})]})};_.states=wd;_.options=Id;_.className=Ar;_.defaultOptions=Td;_.moduleName=Pt;_.folderName=Zt;_.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 Bd}from"react/jsx-runtime";var gn="k-list-container",Ed=[],Cd={},Od={},jt=e=>{let{...t}=e;return Bd("div",{...t,className:r(e.className,gn),children:e.children})};jt.states=Ed;jt.options=Cd;jt.className=gn;jt.defaultOptions=Od;jt.moduleName=Pt;jt.folderName=Zt;var Rt="checkbox",eo=Rt;import{jsx as kn}from"react/jsx-runtime";var ya="k-checkbox",Pd=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.checked,l.indeterminate],Rd={size:[c.undefined,c.small,c.medium,c.large],rounded:[v.undefined,v.none,v.small,v.medium,v.large,v.full]},Kd={},_e=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 kn("span",{className:"k-checkbox-wrap",role:u,children:kn("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}))})})};_e.states=Pd;_e.options=Rd;_e.className=ya;_e.defaultOptions=Kd;_e.moduleName=Rt;_e.folderName=eo;_e.ariaSpec={selector:".k-checkbox",rules:[{selector:".k-checkbox",attribute:"role=checkbox or type=checkbox",usage:"Announces the checkbox role of the element."},{selector:".k-checkbox",attribute:"label for or aria-label or aria-labelledby (when has accessible name)",usage:"The input requires an accessible name to which it will be assigned."},{selector:".k-checkbox",attribute:"aria-checked=true/false/mixed or checked",usage:"For native checkboxes the checked state is handled by the browser. aria-checked is used for custom implementations."},{selector:".k-checkbox",attribute:"aria-describedby (when has hint or error)",usage:"Points to the hint or error message for the checkbox."},{selector:".k-checkbox",attribute:"disabled or aria-disabled=true (when disabled)",usage:"For native checkboxes use the HTML disabled attribute. aria-disabled for custom implementations."},{selector:".k-invalid, .ng-invalid",attribute:"aria-invalid=true (when invalid)",usage:"Rendered only when the CheckBox is in a form and announces the invalid state."}]};var Xe=_e;import{jsx as Hd}from"react/jsx-runtime";var Nn="k-checkbox-list",Dd=[],_d={},Sn={layout:"vertical"},xe=e=>{let{layout:t=Sn.layout,...o}=e;return Hd("ul",{...o,className:r(e.className,Nn,{[`k-list-${t}`]:t}),children:e.children})};xe.states=Dd;xe.options=_d;xe.className=Nn;xe.defaultOptions=Sn;xe.moduleName=Rt;xe.folderName=eo;import{jsx as Gd}from"react/jsx-runtime";var Ln="k-checkbox-list-item",zd=[],Fd={},Ud={},ve=e=>{let{...t}=e;return Gd("li",{...t,className:r(e.className,Ln),children:e.children})};ve.states=zd;ve.options=Fd;ve.className=Ln;ve.defaultOptions=Ud;ve.moduleName=Rt;ve.folderName=eo;import{Fragment as $d,jsx as yn,jsxs as Vd}from"react/jsx-runtime";var ot=({children:e="Label",id:t="cb-label-after",...o})=>Vd($d,{children:[yn(Xe,{id:t,...o}),yn("label",{className:"k-checkbox-label",htmlFor:t,children:e})]});import{Fragment as PN,jsx as BN,jsxs as RN}from"react/jsx-runtime";import{Fragment as zN,jsx as HN,jsxs as FN}from"react/jsx-runtime";import{Fragment as WN,jsx as VN,jsxs as XN}from"react/jsx-runtime";import{jsx as QN}from"react/jsx-runtime";import{jsx as tS}from"react/jsx-runtime";import{jsx as iS}from"react/jsx-runtime";import{jsx as He,jsxs as Mn}from"react/jsx-runtime";var Wd=xe.options,Xd=xe.states,Jd={...xe.defaultOptions,variant:"vertical"},qd=[{name:"vertical",title:"Vertical"},{name:"horizontal",title:"Horizontal"}],Yd=[],to=e=>{let{variant:t,...o}=e;return t==="horizontal"?Mn(xe,{layout:"horizontal",...o,children:[He(ve,{children:He(ot,{id:P("cb"),defaultChecked:!0,children:"Label"})}),He(ve,{children:He(ot,{id:P("cb"),children:"Label"})}),He(ve,{children:He(ot,{id:P("cb"),children:"Label"})})]}):Mn(xe,{...o,children:[He(ve,{children:He(ot,{id:P("cb"),defaultChecked:!0,children:"Label"})}),He(ve,{children:He(ot,{id:P("cb"),children:"Label"})}),He(ve,{children:He(ot,{id:P("cb"),children:"Label"})})]})};to.options=Wd;to.states=Xd;to.variants=qd;to.defaultOptions=Jd;to.modifiers=Yd;to.className=xe.className;import{jsx as oc}from"react/jsx-runtime";var Qd=Xe.options,Zd=Xe.states,jd=Xe.defaultOptions,ec=[],tc=[],oo=e=>oc(ot,{id:P("checkbox"),...e,defaultChecked:!0,children:"Label"});oo.options=Qd;oo.states=Zd;oo.variants=ec;oo.defaultOptions=jd;oo.modifiers=tc;oo.className=Xe.className;import{jsx as Kt,jsxs as nc}from"react/jsx-runtime";var wr="k-list-item",ac=[l.hover,l.focus,l.selected,l.disabled],rc={},ic={},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 nc("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":wr,E(wr,{hover:f,focus:h,disabled:g,selected:x})),children:[p&&Kt(_e,{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=ac;O.options=rc;O.className=wr;O.defaultOptions=ic;O.moduleName=Pt;O.folderName=Zt;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 lc}from"react/jsx-runtime";var sc="k-list-ul",at=e=>{let{children:t,role:o,id:a,...i}=e;return lc("ul",{...i,id:a,role:o,className:r(sc,e.className),children:t})};at.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 Ir,jsxs as dc}from"react/jsx-runtime";var pc="k-list-content",U=e=>{let{virtualization:t,grouping:o,"aria-label":a,"aria-labelledby":i,listboxId:s,...p}=e;return dc("div",{...p,className:r(pc,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:Ir(at,{role:"listbox",id:s,"aria-label":a,"aria-labelledby":i,children:e.children}),t&&Ir("div",{className:"k-height-container",children:Ir("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 qS,jsx as JS,jsxs as YS}from"react/jsx-runtime";import{jsx as Tr,jsxs as mc}from"react/jsx-runtime";var cc="k-list-group-item",Dt=e=>{let{groupIconName:t,...o}=e;return mc("li",{...o,role:"presentation",className:r(cc,e.className),children:[t&&Tr("span",{className:"k-list-item-icon-wrapper",children:Tr(L,{icon:t,className:"k-list-item-icon"})}),Tr("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 hc}from"react/jsx-runtime";var Er="k-list-optionlabel",uc=[l.hover,l.focus,l.selected,l.disabled],fc={},bc={},Ma=e=>{let{text:t,hover:o,focus:a,selected:i,disabled:s,...p}=e;return hc("div",{...p,className:r(Er,E(Er,{hover:o,focus:a,selected:i,disabled:s})),children:t})};Ma.states=uc;Ma.options=fc;Ma.className=Er;Ma.defaultOptions=bc;import{jsx as kc}from"react/jsx-runtime";var Cr="k-list-custom-value",xc=[l.hover,l.focus,l.selected,l.disabled],vc={},gc={},Lt=e=>{let{text:t,hover:o,focus:a,selected:i,disabled:s,...p}=e;return kc("div",{...p,className:r(Cr,E(Cr,{hover:o,focus:a,selected:i,disabled:s})),children:t})};Lt.states=xc;Lt.options=vc;Lt.className=Cr;Lt.defaultOptions=gc;import{Fragment as m2,jsx as c2,jsxs as u2}from"react/jsx-runtime";import{Fragment as g2,jsx as v2,jsxs as k2}from"react/jsx-runtime";import{Fragment as w2,jsx as M2,jsxs as A2}from"react/jsx-runtime";import{Fragment as P2,jsx as O2,jsxs as B2}from"react/jsx-runtime";import{jsx as _2}from"react/jsx-runtime";import{Fragment as $2,jsx as G2,jsxs as V2}from"react/jsx-runtime";var Or="combobox",An=Or;import{Fragment as Br,jsx as re,jsxs as Yo}from"react/jsx-runtime";var wn="k-combobox",Nc=[l.hover,l.focus,l.valid,l.invalid,l.loading,l.required,l.disabled,l.readonly],Sc={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]},In={separators:!0},ne=e=>{let{size:t,rounded:o,fillMode:a,separators:i=In.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 Yo(Br,{children:[Yo(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,wn),children:[s&&Yo(Br,{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(be,{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&&Yo(Br,{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(he,{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(Lt,{text:`Use "${m}"`}):void 0,size:"large",children:Yo(U,{"aria-label":ue||"Options",children:[re(O,{text:"List item"}),re(O,{text:"List item"}),re(O,{text:"List item"})]})})})})]})};ne.states=Nc;ne.options=Sc;ne.className=wn;ne.defaultOptions=In;ne.moduleName=Or;ne.folderName=An;ne.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=ne;import{Fragment as En,jsx as ie,jsxs as Aa}from"react/jsx-runtime";var Tn="k-spreadsheet-action-bar",Lc=[],yc={},Mc=Aa(En,{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"})]}),Pr={formula:Mc,cellName:"B6"},rt=e=>{let{formula:t=Pr.formula,cellName:o=Pr.cellName,formulaExpanded:a=!1,formulaListItems:i,...s}=e,p=a?P("spreadsheet-formula-list"):void 0,m=Aa(En,{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 Aa("div",{...s,className:r(Tn,e.className),children:[ie("div",{className:"k-spreadsheet-name-editor",children:ie(ne,{placeholder:o,fillMode:"flat","aria-label":"Name editor"})}),Aa("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})]})]})};rt.states=Lc;rt.options=yc;rt.className=Tn;rt.defaultOptions=Pr;var Rr="button",Cn=Rr;import{jsx as Tc}from"react/jsx-runtime";var Qo="k-button-group",Ac=[l.disabled],wc={fillMode:[b.undefined,b.solid,b.flat,b.outline,b.clear,b.link]},Ic={},w=e=>{let{fillMode:t,disabled:o,stretched:a,...i}=e;return Tc("div",{role:"group",...i,className:r(e.className,Qo,A(Qo,{fillMode:t}),E(Qo,{disabled:o}),{[`${Qo}-stretched`]:a}),...o&&{"aria-disabled":"true"},children:e.children})};w.states=Ac;w.options=wc;w.className=Qo;w.defaultOptions=Ic;w.moduleName=Rr;w.folderName=Cn;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{jsx as On,jsxs as Oc}from"react/jsx-runtime";var Bn="k-color-preview",Ec=[],Cc={},yt=e=>{let{color:t,iconName:o,...a}=e;return Oc("span",{...a,className:r(e.className,Bn,{"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}})]})};yt.states=Ec;yt.options=Cc;yt.className=Bn;import{Fragment as FL,jsx as zL,jsxs as UL}from"react/jsx-runtime";import{Fragment as JL,jsx as XL,jsxs as qL}from"react/jsx-runtime";import{Fragment as ty,jsx as ey,jsxs as oy}from"react/jsx-runtime";import{Fragment as ly,jsx as sy,jsxs as py}from"react/jsx-runtime";import{Fragment as by,jsx as fy,jsxs as hy}from"react/jsx-runtime";import{Fragment as Sy,jsx as Ny,jsxs as Ly}from"react/jsx-runtime";import{jsx as it,jsxs as Kr}from"react/jsx-runtime";var Bc={...d.options,...w.options},Pc=d.states,Rc={...d.defaultOptions,...w.defaultOptions,variant:"text-button"},Kc=[{name:"icon-button",title:"Icon Only"},{name:"text-button",title:"Text"},{name:"icon-text-button",title:"Icon Text"}],Dc=[],ao=e=>{let{variant:t,className:o,...a}=e;return t==="icon-button"?Kr(w,{fillMode:a.fillMode,className:o,children:[it(d,{...a,icon:"star"}),it(d,{...a,icon:"star"}),it(d,{...a,icon:"star"})]}):t==="icon-text-button"?Kr(w,{fillMode:a.fillMode,className:o,children:[it(d,{...a,icon:"star",children:"First"}),it(d,{...a,icon:"star",children:"Middle"}),it(d,{...a,icon:"star",children:"Last"})]}):Kr(w,{fillMode:a.fillMode,className:o,children:[it(d,{...a,children:"First"}),it(d,{...a,children:"Middle"}),it(d,{...a,children:"Last"})]})};ao.options=Bc;ao.states=Pc;ao.variants=Kc;ao.defaultOptions=Rc;ao.modifiers=Dc;ao.className=w.className;var Dr="slider",Pn=Dr;import{jsx as ro,jsxs as _r}from"react/jsx-runtime";var Zo="k-slider",_c=[l.hover,l.focus,l.active,l.disabled,l.readonly],Hc={},ze={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=ze.type,orientation:o=ze.orientation,gradientType:a=ze.gradientType,readonly:i=ze.readonly,disabled:s=ze.disabled,handlePosition:p=ze.handlePosition,showButtons:m=ze.showButtons,showTicks:f=ze.showTicks,value:h=ze.value,min:x=ze.min,max:g=ze.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"),_r("div",{...Z,className:r(Zo,e.className,E(Zo,{readonly:i,disabled:s}),{[`k-slider-${o}`]:o,"k-colorgradient-slider":t==="gradient"}),dir:D,children:[m&&ro(d,{className:"k-button-decrease",rounded:"full",icon:Me,tabIndex:-1,title:"Decrease"}),_r("div",{className:"k-slider-track-wrap",children:[f&&ro("ul",{className:"k-reset k-slider-items","aria-hidden":"true",children:e.children}),_r("div",{className:"k-slider-track",style:M,children:[ro("div",{className:"k-slider-selection"}),t==="range"&&ro("span",{className:r("k-draghandle","k-draghandle-start",E(Zo,{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"}),ro("span",{className:r("k-draghandle",`k-draghandle-${p}`,E(Zo,{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&&ro(d,{className:"k-button-increase",rounded:"full",icon:fe,tabIndex:-1,title:"Increase"})]})};V.states=_c;V.options=Hc;V.className=Zo;V.defaultOptions=ze;V.moduleName=Dr;V.folderName=Pn;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 Rn}from"react/jsx-runtime";var Kn="k-tick",zc=[],Fc={},Dn={label:!1},I=e=>{let{style:t,label:o=Dn.label,orientation:a,large:i,text:s,...p}=e;return Rn("li",{...p,role:"presentation",title:s||"Tick",className:r(e.className,Kn,{[`k-tick-${a}`]:a,"k-tick-large":i}),style:t,children:o&&Rn("span",{className:"k-label",children:s})})};I.states=zc;I.options=Fc;I.className=Kn;I.defaultOptions=Dn;import{Fragment as Uc,jsx as Fe,jsxs as Gc}from"react/jsx-runtime";var _n=e=>Fe(V,{"aria-label":e["aria-label"]||"Slider",children:Gc(Uc,{children:[Fe(I,{className:"k-first",label:!0,large:!0,text:"0"}),Fe(I,{}),Fe(I,{}),Fe(I,{}),Fe(I,{}),Fe(I,{label:!0,large:!0,text:"5"}),Fe(I,{}),Fe(I,{}),Fe(I,{}),Fe(I,{}),Fe(I,{className:"k-last",label:!0,large:!0,text:"10"})]}),...e});import{Fragment as $c,jsx as Ue,jsxs as Vc}from"react/jsx-runtime";var Hn=e=>Ue(V,{children:Vc($c,{children:[Ue(I,{className:"k-first",label:!0,large:!0,text:"0"}),Ue(I,{}),Ue(I,{}),Ue(I,{}),Ue(I,{}),Ue(I,{label:!0,large:!0,text:"5"}),Ue(I,{}),Ue(I,{}),Ue(I,{}),Ue(I,{}),Ue(I,{className:"k-last",label:!0,large:!0,text:"10"})]}),"aria-label":e["aria-label"]||"Vertical slider",...e,orientation:"vertical"});import{Fragment as a1,jsx as o1,jsxs as r1}from"react/jsx-runtime";import{Fragment as p1,jsx as l1,jsxs as d1}from"react/jsx-runtime";import{jsx as Wc}from"react/jsx-runtime";var Hr=e=>Wc(V,{type:"gradient",showButtons:!1,showTicks:!1,...e,"aria-label":e["aria-label"]||"Color slider"});import{jsx as Xc}from"react/jsx-runtime";var zr=e=>Xc(V,{type:"gradient",orientation:"vertical",showButtons:!1,showTicks:!1,...e,"aria-label":e["aria-label"]||"Color slider"});import{Fragment as N1,jsx as k1,jsxs as S1}from"react/jsx-runtime";import{Fragment as w1,jsx as A1,jsxs as I1}from"react/jsx-runtime";import{jsx as je,jsxs as zn}from"react/jsx-runtime";var Jc=V.options,qc=V.states,Fn={...V.defaultOptions,variant:"horizontal",label:!0},Yc=[{name:"horizontal",title:"Horizontal"},{name:"vertical",title:"Vertical"}],Qc=[{name:"label",title:"Labels"},{name:"tick",title:"Ticks"},{name:"button",title:"Side Buttons"}],io=e=>{let{variant:t,modifiers:o,...a}={...Fn,...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"?zn(Hn,{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%"}})]}):zn(_n,{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%"}})]})};io.options=Jc;io.states=qc;io.variants=Yc;io.defaultOptions=Fn;io.modifiers=Qc;io.className=V.className;import{jsx as Un,jsxs as om}from"react/jsx-runtime";var Gn="k-spin-button",em=[],tm={size:[c.undefined,c.small,c.medium,c.large],fillMode:[b.undefined,b.solid,b.flat,b.outline,b.clear,b.link]},Fr={increaseLabel:"Increase value",decreaseLabel:"Decrease value"},Mt=e=>{let{size:t,fillMode:o,disabled:a,increaseLabel:i=Fr.increaseLabel,decreaseLabel:s=Fr.decreaseLabel,...p}=e;return om("span",{...p,className:r(Gn,e.className),children:[Un(d,{className:"k-spinner-increase",icon:"chevron-up",size:t,fillMode:o,disabled:a,"aria-label":i}),Un(d,{className:"k-spinner-decrease",icon:"chevron-down",size:t,fillMode:o,disabled:a,"aria-label":s})]})};Mt.states=em;Mt.options=tm;Mt.className=Gn;Mt.defaultOptions=Fr;Mt.moduleName=null;Mt.folderName=null;var $n="numeric-textbox",Vn="numerictextbox";import{Fragment as Wn,jsx as nt,jsxs as Ur}from"react/jsx-runtime";var Xn="k-numerictextbox",am=[l.hover,l.focus,l.valid,l.invalid,l.loading,l.required,l.disabled,l.readonly],rm={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]},wa={showSpinButton:!0,showClearButton:!0,separators:!0},z=e=>{let{size:t,rounded:o,fillMode:a,separators:i=wa.separators,showClearButton:s=wa.showClearButton,showSpinButton:p=wa.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 Ur(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,Xn),children:[m&&Ur(Wn,{children:[nt(Be,{children:m}),i&&nt(Re,{})]}),nt(we,{id:Z,placeholder:x,value:h,role:"spinbutton",disabled:M,"aria-label":de,"aria-describedby":ue,"aria-invalid":N?"true":void 0}),nt(be,{valid:S,invalid:N,loading:T,disabled:M}),nt(Le,{loading:T,disabled:M}),s&&nt(Ae,{loading:T,disabled:M,readonly:D,value:h}),f&&Ur(Wn,{children:[i&&nt(Re,{}),nt(Pe,{children:f})]}),p&&nt(Mt,{className:"k-input-spinner",size:t,fillMode:a,disabled:M})]})};z.states=am;z.options=rm;z.className=Xn;z.defaultOptions=wa;z.moduleName=$n;z.folderName=Vn;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 jo=z;import{jsx as im}from"react/jsx-runtime";var Jn=e=>im(jo,{...e});var qn="dropdown-list",Yn="dropdownlist";import{Fragment as lm,jsx as ge,jsxs as Gr}from"react/jsx-runtime";var Qn="k-dropdownlist",nm=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.loading,l.readonly],sm={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]},$r={showValue:!0,arrowIconName:"chevron-down"},J=e=>{let{size:t,rounded:o,fillMode:a,arrowIconName:i=$r.arrowIconName,showValue:s=$r.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 Gr(lm,{children:[Gr(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:[ge(Be,{children:m}),ge(Ot,{placeholder:x,value:h,showValue:s,valueIconName:p,id:Si}),ge(be,{valid:S,invalid:N,loading:T,disabled:M}),ge(Le,{loading:T,disabled:M}),ge(Pe,{children:f}),ge(d,{className:"k-input-button",icon:i,size:e.size,fillMode:e.fillMode,"aria-label":x||"Toggle dropdown",tabIndex:-1})]}),de&&Z&&ge(X,{className:"k-list-container k-dropdownlist-popup",containerRole:"region",containerAriaLabel:"Dropdown suggestions",children:Z}),ue&&ge(Y,{adaptive:!0,...fe,header:ge(he,{actionsEnd:ge(d,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply selection"}),filter:Ua,inputValue:h,inputPlaceholder:x,title:Me,subtitle:Ct}),children:ge("div",{className:"k-list-container",children:ge(_,{size:"large",children:Gr(U,{"aria-label":"Options",children:[ge(O,{text:"List item"}),ge(O,{text:"List item"}),ge(O,{text:"List item"})]})})})})]})};J.states=nm;J.options=sm;J.className=Qn;J.defaultOptions=$r;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 wM}from"react/jsx-runtime";import{jsx as BM,jsxs as PM}from"react/jsx-runtime";import{Fragment as GM,jsx as FM,jsxs as UM}from"react/jsx-runtime";import{jsx as JM}from"react/jsx-runtime";import{jsx as eA,jsxs as tA}from"react/jsx-runtime";import{Fragment as dA,jsx as lA,jsxs as pA}from"react/jsx-runtime";import{jsx as bA}from"react/jsx-runtime";import{Fragment as fm,jsx as At,jsxs as Zn}from"react/jsx-runtime";var pm=J.states,dm=J.defaultOptions,cm=J.options,mm=[{name:"opened",title:"Opened"}],um=[],so=e=>{let{modifiers:t,...o}=e,a={},i=Zn(fm,{children:[At("div",{className:"k-list-filter",children:At(De,{})}),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})})};so.options=cm;so.states=pm;so.variants=um;so.defaultOptions=dm;so.modifiers=mm;so.className=J.className;import{Fragment as DA,jsx as KA}from"react/jsx-runtime";import{Fragment as GA,jsx as UA}from"react/jsx-runtime";import{jsx as XA}from"react/jsx-runtime";import{jsx as Vr}from"react/jsx-runtime";var bm=z.states,hm=z.defaultOptions,xm=z.options,vm=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"},{name:"spin-button",title:"`Spin` Button"}],gm=[],lo=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(i=>{switch(i){case"prefix":a.prefix=t?.[i]?Vr(J,{size:o.size,fillMode:"flat",value:"mm"}):void 0;break;case"suffix":a.suffix=t?.[i]?Vr(rr,{children:"mm"}):void 0;break;case"clear-button":a.showClearButton=t?.[i];break;case"spin-button":a.showSpinButton=t?.[i];break;default:break}}),Vr(Jn,{value:"Value",style:{width:300},...o,...a})};lo.options=xm;lo.states=bm;lo.variants=gm;lo.defaultOptions=hm;lo.modifiers=vm;lo.className=z.className;import{Fragment as ea,jsx as R,jsxs as ee}from"react/jsx-runtime";var jn="k-colorgradient-inputs",km=[],Nm={size:[c.undefined,c.small,c.medium,c.large]},es={mode:"rgba"},po=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(ea,{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(ea,{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(ea,{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(ea,{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(ea,{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"})]})})]})};po.states=km;po.options=Nm;po.className=jn;po.defaultOptions=es;import{jsx as _t,jsxs as Ht}from"react/jsx-runtime";var ts="k-colorgradient-color-contrast",Sm=[],Lm={},ym={},co=()=>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"})]})]})]});co.states=Sm;co.options=Lm;co.className=ts;co.defaultOptions=ym;var os="color-gradient",as="colorgradient";import{jsx as Ge,jsxs as ta}from"react/jsx-runtime";var Ia="k-colorgradient",Mm=[l.hover,l.focus,l.readonly,l.disabled],Am={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"},se=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 ta("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,Ia,A(Ia,{size:t}),E(Ia,{hover:g,focus:u,readonly:a,disabled:i})),dir:x,children:[!y||y==="horizontal"&&ta("div",{className:"k-colorgradient-canvas k-hstack",children:[Ge("div",{className:"k-hsv-rectangle",style:s,children:Ge("div",{className:"k-hsv-gradient",children:Ge("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})})}),ta("div",{className:"k-hsv-controls k-hstack",children:[Ge(zr,{className:"k-hue-slider",hover:S,focus:N}),o!=="rgb"&&o!=="hsv"&&Ge(zr,{className:"k-alpha-slider",hover:S,focus:N,trackStyle:m})]})]}),y==="vertical"&&ta("div",{className:"k-colorgradient-canvas k-vstack",children:[Ge("div",{className:"k-hsv-rectangle",style:s,children:Ge("div",{className:"k-hsv-gradient",children:Ge("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})})}),ta("div",{className:"k-hsv-controls k-vstack",children:[Ge(Hr,{className:"k-hue-slider",hover:S,focus:N}),o!=="rgb"&&o!=="hsv"&&Ge(Hr,{className:"k-alpha-slider",hover:S,focus:N,trackStyle:f})]})]}),Ge(po,{mode:e.mode,size:t}),h&&Ge(co,{})]})};se.states=Mm;se.options=Am;se.className=Ia;se.defaultOptions=et;se.moduleName=os;se.folderName=as;se.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 wm}from"react/jsx-runtime";var Ta=e=>wm(se,{...e});import{jsx as Ow}from"react/jsx-runtime";import{jsx as Kw}from"react/jsx-runtime";import{jsx as Wr}from"react/jsx-runtime";var Im=se.options,Tm=se.states,Em={...se.defaultOptions,variant:"rgba"},Cm=[{name:"rgba",title:"RGBA"},{name:"rgb",title:"RGB"},{name:"hex",title:"HEX"}],Om=[],mo=e=>{let{variant:t,...o}=e;switch(t){case"hex":return Wr(Ta,{...o,mode:t});case"rgb":return Wr(Ta,{...o,mode:t});default:return Wr(Ta,{...o,mode:t})}};mo.options=Im;mo.states=Tm;mo.variants=Cm;mo.defaultOptions=Em;mo.modifiers=Om;mo.className=se.className;import{jsx as Bm}from"react/jsx-runtime";var Xr=e=>Bm("tr",{role:"row",children:e.children});import{jsx as Km}from"react/jsx-runtime";var Jr="k-colorpalette-tile",Pm=[l.hover,l.focus,l.selected],Rm={},uo=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 Km("td",{...p,role:"gridcell","aria-label":t,"aria-selected":s?"true":void 0,className:r(e.className,Jr,E(Jr,{hover:a,focus:i,selected:s})),style:m})};uo.states=Pm;uo.options=Rm;uo.className=Jr;var rs="color-palette",is="colorpalette";import{jsx as oa}from"react/jsx-runtime";var Ea="k-colorpalette",Dm=[l.disabled],_m={size:[c.undefined,c.small,c.medium,c.large]},ns={columns:10},ke=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(oa(uo,{color:N,tileSize:i},y))});let S=oa(Xr,{children:u},g);m.push(S)})}return oa("div",{...p,role:"grid","aria-label":"Color palette",tabIndex:0,"aria-disabled":s?"true":void 0,className:r(e.className,Ea,E(Ea,{disabled:s}),A(Ea,{size:t})),children:oa("table",{className:"k-colorpalette-table",role:"none",children:oa("tbody",{children:m.length>0?m:e.children})})})};ke.states=Dm;ke.options=_m;ke.className=Ea;ke.defaultOptions=ns;ke.moduleName=rs;ke.folderName=is;ke.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 Ca=ke;var aa={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 Hm}from"react/jsx-runtime";var ss=e=>Hm(Ca,{palette:aa.basic,...e});import{jsx as xI}from"react/jsx-runtime";import{jsx as LI,jsxs as yI}from"react/jsx-runtime";import{jsx as Wm}from"react/jsx-runtime";var zm=ke.options,Fm=ke.states,Um={...ke.defaultOptions,variant:"basic"},Gm=[{name:"basic",title:"Basic"},{name:"monochrome",title:"Monochrome"}],$m={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}},Vm=[],fo=e=>{let{variant:t="basic",...o}=e,a=$m[t];return Wm(ss,{columns:a.columns,palette:a,...o})};fo.options=zm;fo.states=Fm;fo.variants=Gm;fo.defaultOptions=Um;fo.modifiers=Vm;fo.className=ke.className;var ls="color-editor",ps="coloreditor";import{jsx as $e,jsxs as bo}from"react/jsx-runtime";var Oa="k-coloreditor",Xm=[l.focus],Jm={size:[c.undefined,c.small,c.medium,c.large]},ra={view:"gradient",palette:aa.office,actionButtons:!0,canvasOrientation:"horizontal"},Q=e=>{let{size:t,view:o=ra.view,palette:a=ra.palette,color:i,currentColor:s,focus:p,focusView:m,dir:f,group:h,actionButtons:x=ra.actionButtons,canvasOrientation:g=ra.canvasOrientation,...u}=e;return bo("div",{...u,role:"textbox","aria-label":"Color editor",tabIndex:0,className:r(e.className,"k-flatcolorpicker",Oa,A(Oa,{size:t}),E(Oa,{focus:p})),dir:f,children:[bo("div",{className:"k-coloreditor-header k-hstack",children:[$e("div",{className:"k-coloreditor-header-actions k-hstack",children:h&&bo(w,{fillMode:"flat",children:[$e(d,{className:"k-group-start",size:t,fillMode:"flat",icon:"droplet-slider",selected:o==="gradient","aria-label":"Color gradient view"}),$e(d,{className:"k-group-end",size:t,fillMode:"flat",icon:"palette",selected:o==="palette","aria-label":"Color palette view"})]})}),$e("div",{className:"k-spacer"}),bo("div",{className:"k-coloreditor-header-actions k-hstack",children:[$e(d,{fillMode:"flat",icon:"droplet-slash",size:t,"aria-label":"Reset color"}),bo("div",{className:"k-coloreditor-preview k-vstack",children:[$e(yt,{className:"k-coloreditor-preview-color",color:i}),$e(yt,{className:"k-coloreditor-current-color",color:s})]})]})]}),$e("div",{className:"k-coloreditor-views k-vstack",children:o==="gradient"?$e(se,{focus:m,size:t,canvasOrientation:g,role:"none",tabIndex:-1}):$e(ke,{palette:a,size:t})}),x&&bo(Ze,{className:"k-coloreditor-footer",alignment:"start",children:[$e(d,{themeColor:"primary",size:t,className:"k-coloreditor-apply",children:"Apply"}),$e(d,{className:"k-coloreditor-cancel",size:t,children:"Cancel"})]})]})};Q.states=Xm;Q.options=Jm;Q.className=Oa;Q.defaultOptions=ra;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 ho=Q;import{jsx as jI}from"react/jsx-runtime";import{jsx as a0}from"react/jsx-runtime";import{jsx as qm}from"react/jsx-runtime";var ds=e=>qm(ho,{group:!0,currentColor:"fuchsia",...e});import{jsx as Ym}from"react/jsx-runtime";var cs=e=>Ym(ho,{view:"palette",group:!0,currentColor:"fuchsia",...e});import{jsx as ms}from"react/jsx-runtime";var Qm=Q.options,Zm=Q.states,jm={...Q.defaultOptions,variant:"gradient"},eu=[{name:"gradient",title:"Gradient"},{name:"palette",title:"Palette"}],tu=[],xo=e=>{let{variant:t,...o}=e;return t==="palette"?ms(cs,{...o,color:"white"}):ms(ds,{...o,color:"rgba(183, 118 , 118, 1.00)"})};xo.options=Qm;xo.states=Zm;xo.variants=eu;xo.defaultOptions=jm;xo.modifiers=tu;xo.className=Q.className;var us="color-picker",fs="colorpicker";import{Fragment as ru,jsx as Ve,jsxs as qr}from"react/jsx-runtime";var bs="k-colorpicker",ou=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled],au={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(ru,{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:[Ve(Be,{children:s}),Ve(Ot,{placeholder:f,value:m,showValue:!1,valueIcon:Ve(yt,{className:"k-value-icon",color:m,iconName:y}),valueIconName:y}),Ve(Pe,{children:p}),Ve(d,{className:"k-input-button",icon:i,size:t,fillMode:a,tabIndex:-1,"aria-label":"Open color picker",disabled:N})]}),M&&T&&Ve(X,{id:Me,className:"k-colorpicker-popup",children:T}),D&&Ve(Y,{adaptive:!0,id:Me,...Z,header:Ve(he,{actionsEnd:Ve(d,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply"}),title:de,subtitle:ue}),footer:qr(vt,{children:[Ve(d,{text:"Cancel",size:"large"}),Ve(d,{text:"Set",size:"large",themeColor:"primary"})]}),children:Ve(Q,{canvasOrientation:"vertical",size:"large",actionButtons:!1,group:!0})})]})};ce.states=ou;ce.options=au;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;var Yr="menu-button",xs=Yr;import{jsx as su}from"react/jsx-runtime";var vs="k-menu-button",iu=[l.hover,l.focus,l.active,l.selected,l.disabled],nu={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]},Qr={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=Qr.showArrow,arrowIconName:S=Qr.arrowIconName,expanded:N,...y}=e;return su(d,{...y,className:r(e.className,vs),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=iu;C.options=nu;C.className=vs;C.defaultOptions=Qr;C.moduleName=Yr;C.folderName=xs;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."}]};var Te="menu",We=Te;import{jsx as ia,jsxs as gs}from"react/jsx-runtime";var Zr="k-menu-item",lu=[l.hover,l.focus,l.active,l.selected,l.disabled],pu={},ks={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=ks.iconPosition,dir:S,children:N,expanded:y,...T}=e,M=g;return M||(M=S==="rtl"?"chevron-left":"chevron-right"),gs("li",{...T,className:r(e.className,Zr,"k-item",E(Zr,{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:[gs("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=lu;W.options=pu;W.className=Zr;W.defaultOptions=ks;W.moduleName=Te;W.folderName=We;import{jsx as na,jsxs as Ns}from"react/jsx-runtime";var jr="k-menu-item",du=[l.hover,l.focus,l.active,l.selected,l.disabled],cu={},ei={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=ei.iconPosition,dir:S=ei.dir,children:N,popup:y,expanded:T,...M}=e,D=g;return D||(D=S==="rtl"?"chevron-left":"chevron-right"),Ns("li",{...M,className:r(e.className,jr,"k-item",E(jr,{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:[Ns("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=du;q.options=cu;q.className=jr;q.defaultOptions=ei;q.moduleName=Te;q.folderName=We;import{jsx as bu}from"react/jsx-runtime";var Ss="k-menu-scroll-wrapper",mu=[],uu={},fu={},zt=e=>{let{className:t,children:o,orientation:a,...i}=e;return bu("div",{...i,className:r(t,Ss,{"k-menu-scroll-wrapper-vertical":a==="vertical"}),children:o})};zt.states=mu;zt.options=uu;zt.className=Ss;zt.defaultOptions=fu;zt.moduleName=Te;zt.folderName=We;var Ls=zt;import{Fragment as ti,jsx as Ft,jsxs as Ba}from"react/jsx-runtime";var oi="k-menu",hu=[],xu={},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=Ft("ul",{dir:m,...x,className:r(e.className,"k-reset",oi,{[`${oi}-${o}`]:o,"k-header":a}),role:h?"menu":"menubar",...o==="vertical"&&{"aria-orientation":"vertical"},children:t});return Ba(ti,{children:[i?Ba(Ls,{orientation:o,style:p,dir:e.dir,children:[s==="start"&&Ba(ti,{children:[Ft(d,{fillMode:"flat",icon:`chevron-${g[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),Ft(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"&&Ft(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(ti,{children:[Ft(d,{fillMode:"flat",icon:`chevron-${g[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),Ft(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"&&Ft(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=hu;te.options=xu;te.className=oi;te.defaultOptions=Pa;te.moduleName=Te;te.folderName=We;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 vu}from"react/jsx-runtime";var ai="k-separator",ys={orientation:"horizontal"},vo=e=>{let{orientation:t=ys.orientation,...o}=e;return vu("li",{...o,className:r(e.className,"k-item",ai,{[`${ai}-${t}`]:t}),role:"separator"})};vo.className=ai;vo.defaultOptions=ys;vo.moduleName=Te;vo.folderName=We;import{Fragment as uT,jsx as fT}from"react/jsx-runtime";import{jsx as Su}from"react/jsx-runtime";var ri="k-menu-group",gu=[],ku={size:[c.undefined,c.small,c.medium,c.large]},Nu={},me=e=>{let{children:t,size:o,...a}=e;return Su("ul",{...a,className:r(e.className,ri,A(ri,{size:o})),role:"menu",children:t})};me.states=gu;me.options=ku;me.className=ri;me.defaultOptions=Nu;me.moduleName=Te;me.folderName=We;import{Fragment as Lu,jsx as go,jsxs as yu}from"react/jsx-runtime";var ii=e=>go(te,{children:yu(Lu,{children:[go(W,{first:!0,text:"Item 1"}),go(W,{showArrow:!0,arrowIconName:"chevron-down",text:"Item 2"}),go(W,{showArrow:!0,arrowIconName:"chevron-down",text:"Item 3"}),go(W,{text:"Item 4"}),go(W,{last:!0,text:"Item 5"})]}),...e});import{Fragment as IT,jsx as AT,jsxs as wT}from"react/jsx-runtime";import{Fragment as BT,jsx as OT,jsxs as PT}from"react/jsx-runtime";import{Fragment as HT,jsx as _T,jsxs as zT}from"react/jsx-runtime";import{Fragment as VT,jsx as $T,jsxs as WT}from"react/jsx-runtime";import{jsx as Ut,jsxs as Tu}from"react/jsx-runtime";var Mu=te.options,Au=te.states,Ms={...te.defaultOptions,variant:"horizontal"},wu=[{name:"horizontal",title:"Horizontal"},{name:"vertical",title:"Vertical"}],Iu=[{name:"scrollable",title:"Scrollable"},{name:"opened",title:"Opened"}],ko=e=>{let{variant:t,modifiers:o,...a}={...Ms,...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=Ut(X,{className:"k-menu-popup",children:Tu(me,{children:[Ut(q,{text:"Item 1"}),Ut(q,{text:"Item 2"}),Ut(vo,{}),Ut(q,{text:"Item 3"})]})});break}}),t==="vertical"?Ut(ii,{...a,...i,orientation:"vertical",style:{width:"200px"}}):Ut(ii,{...a,...i})};ko.options=Mu;ko.states=Au;ko.variants=wu;ko.defaultOptions=Ms;ko.modifiers=Iu;ko.className=te.className;import{jsx as Bu}from"react/jsx-runtime";var As="k-spreadsheet-menu",Eu=[],Cu={},Ou={},No=e=>{let{children:t,...o}=e;return Bu(te,{...o,className:r(e.className,As),children:t})};No.states=Eu;No.options=Cu;No.className=As;No.defaultOptions=Ou;import{jsx as Pu}from"react/jsx-runtime";var Ra=e=>Pu(st,{...e});import{jsx as IE}from"react/jsx-runtime";import{jsx as BE}from"react/jsx-runtime";import{jsx as DE}from"react/jsx-runtime";import{jsx as FE}from"react/jsx-runtime";import{jsx as VE}from"react/jsx-runtime";import{jsx as qE}from"react/jsx-runtime";import{jsx as Gt}from"react/jsx-runtime";var Ru=st.options,Ku=st.states,ws={...st.defaultOptions,variant:"color"},Du=[{name:"color",title:"Color",default:!0},{name:"no color",title:"No color"},{name:"icon",title:"Icon"}],_u=[{name:"opened",title:"Opened"}],So=e=>{let{variant:t,modifiers:o,...a}={...ws,...e},i={};Object.keys(o||{}).forEach(p=>{p==="opened"&&(i.opened=!!o?.[p],i.popup=o?.[p]?Gt(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 Gt("div",{style:s,children:Gt(Ra,{...a,...i})});case"icon":return Gt("div",{style:s,children:Gt(Ra,{value:"rgba(183, 118 , 118, 1.00)",valueIconName:"edit-tools",...a,...i})});default:return Gt("div",{style:s,children:Gt(Ra,{value:"rgba(183, 118 , 118, 1.00)",...a,...i})})}};So.options=Ru;So.states=Ku;So.variants=Du;So.defaultOptions=ws;So.modifiers=_u;So.className=st.className;import{jsx as Hu}from"react/jsx-runtime";var Is=e=>Hu(Ie,{...e});import{jsx as kC,jsxs as NC}from"react/jsx-runtime";import{jsx as wC,jsxs as IC}from"react/jsx-runtime";import{jsx as PC,jsxs as RC}from"react/jsx-runtime";import{Fragment as FC,jsx as zC}from"react/jsx-runtime";import{Fragment as XC,jsx as WC}from"react/jsx-runtime";import{jsx as jC,jsxs as eO}from"react/jsx-runtime";import{Fragment as lO,jsx as nO,jsxs as sO}from"react/jsx-runtime";import{jsx as mO}from"react/jsx-runtime";import{jsx as hO}from"react/jsx-runtime";import{jsx as SO,jsxs as LO}from"react/jsx-runtime";import{jsx as TO,jsxs as EO}from"react/jsx-runtime";import{jsx as wt,jsxs as Vu}from"react/jsx-runtime";var zu=ne.states,Fu=ne.defaultOptions,Uu=ne.options,Gu=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"opened",title:"Opened"}],$u=[],Lo=e=>{let{modifiers:t,...o}=e,a={},i=wt(_,{style:{width:300},size:o.size,children:Vu(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(Is,{value:"Value",style:{width:300},...o,...a})})};Lo.options=Uu;Lo.states=zu;Lo.variants=$u;Lo.defaultOptions=Fu;Lo.modifiers=Gu;Lo.className=ne.className;import{jsx as a5}from"react/jsx-runtime";import{jsx as s5}from"react/jsx-runtime";import{jsx as c5}from"react/jsx-runtime";import{Fragment as k5,jsx as v5,jsxs as g5}from"react/jsx-runtime";import{jsx as y5}from"react/jsx-runtime";import{Fragment as Yu,jsx as tt,jsxs as Ts}from"react/jsx-runtime";var Wu=d.states,Es={...d.defaultOptions,variant:"text"},Xu=d.options,Ju=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],qu=[{name:"opened",title:"Opened"}],yo=e=>{let{variant:t,modifiers:o,...a}={...Es,...e},i={},s=tt(X,{className:"k-menu-popup",children:Ts(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 Ts(Yu,{children:[p,o?.opened&&s]})};yo.options=Xu;yo.states=Wu;yo.variants=Ju;yo.defaultOptions=Es;yo.modifiers=qu;yo.className=C.className;var ni="split-button",Cs=ni;import{Fragment as ju,jsx as si,jsxs as Os}from"react/jsx-runtime";var li="k-split-button",Qu=[l.hover,l.focus,l.active,l.selected,l.disabled],Zu={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]},Bs={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=Bs.arrowIconName,popup:S,opened:N,popupId:y,...T}=e;return Os(ju,{children:[Os("div",{...T,className:r(e.className,li,"k-button-group",A(li,{rounded:o})),children:[si(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}),si(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&&si(X,{className:"k-menu-popup",children:S})]})};K.states=Qu;K.options=Zu;K.className=li;K.defaultOptions=Bs;K.moduleName=ni;K.folderName=Cs;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 pi=K;import{jsx as tf}from"react/jsx-runtime";var ef="k-toolbar-separator",oe=e=>tf("div",{className:r(ef,e.className,"k-separator")});var lt="toolbar",It=lt;import{Fragment as di,jsx as H,jsxs as Mo}from"react/jsx-runtime";var pt="k-toolbar",of=[l.focus],af={size:[c.undefined,c.small,c.medium,c.large],fillMode:[b.undefined,b.solid,b.outline,b.flat]},rf={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===$o)N.push(H($o,{...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===pi)N.push(H(pi,{...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===ne?N.push(H(ne,{...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(di,{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(di,{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(di,{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=of;$.options=af;$.className=pt;$.defaultOptions=rf;$.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 pf}from"react/jsx-runtime";var Ps="k-floating-toolbar",nf=[],sf={},lf={},Ao=e=>{let{...t}=e;return pf("div",{...t,className:r(e.className,Ps),children:e.children})};Ao.states=nf;Ao.options=sf;Ao.className=Ps;Ao.defaultOptions=lf;Ao.moduleName=lt;Ao.folderName=It;import{jsx as uf}from"react/jsx-runtime";var ci="k-toolbar-item",df=[l.focus],cf={},mf={},dt=e=>{let{focus:t,...o}=e;return uf("div",{...o,className:r(e.className,ci,E(ci,{focus:t})),children:e.children})};dt.states=df;dt.options=cf;dt.className=ci;dt.defaultOptions=mf;dt.moduleName=lt;dt.folderName=It;import{jsx as Rs}from"react/jsx-runtime";var Ks="k-toolbar-popup",ff=[],bf={size:[c.undefined,c.small,c.medium,c.large],fillMode:[b.undefined,b.solid,b.outline,b.flat]},hf={},$t=e=>{let{size:t,fillMode:o,section:a,...i}=e;return Rs(X,{...i,className:r(e.className,Ks),children:a?Rs("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=ff;$t.options=bf;$t.className=Ks;$t.defaultOptions=hf;$t.moduleName=lt;$t.folderName=It;var Da=$t;import{jsx as w3}from"react/jsx-runtime";import{jsx as C3}from"react/jsx-runtime";import{jsx as R3}from"react/jsx-runtime";import{jsx as F3,jsxs as U3}from"react/jsx-runtime";import{jsx as W3}from"react/jsx-runtime";import{jsx as ct,jsxs as Nf}from"react/jsx-runtime";var xf=K.states,Ds={...K.defaultOptions,variant:"text"},vf=K.options,gf=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],kf=[{name:"opened",title:"Opened"}],wo=e=>{let{variant:t,modifiers:o,...a}={...Ds,...e},i={},s=Nf(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=vf;wo.states=xf;wo.variants=gf;wo.defaultOptions=Ds;wo.modifiers=kf;wo.className=K.className;import{jsx as Vt,jsxs as Sf}from"react/jsx-runtime";var _s=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"),Sf(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 NB,jsxs as SB}from"react/jsx-runtime";import{jsx as Ee,jsxs as Hs}from"react/jsx-runtime";var zs=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"),Hs(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"),Hs(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 Fs}from"react/jsx-runtime";var Us=({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"),Fs(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"),Fs(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 Lf,jsx as ye,jsxs as _a}from"react/jsx-runtime";var Gs=({fillMode:e,size:t,...o})=>_a(Lf,{children:[ye($,{section:!0,fillMode:e,size:t,children:[ye(d,{fillMode:e,size:t,children:"Button"},"toolbar-button"),_a(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}),_a(Da,{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"),_a(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 tP,jsx as jB,jsxs as eP}from"react/jsx-runtime";import{Fragment as mP,jsx as dP,jsxs as cP}from"react/jsx-runtime";import{jsx as Tt}from"react/jsx-runtime";var yf=$.options,Mf=$.states,$s={...$.defaultOptions,variant:"default"},Af=[{name:"default",title:"Default"},{name:"scrollable",title:"Scrollable"},{name:"overlay",title:"Overlay"},{name:"responsive",title:"Responsive"}],wf=[],Io=e=>{let{variant:t,...o}={...$s,...e};switch(t){case"responsive":return Tt("div",{children:Tt(Gs,{style:{width:"583px"},...o})});case"overlay":return Tt("div",{children:Tt(Us,{style:{width:"583px"},...o,scrollingPosition:"start",scrollButtons:"hidden"})});case"scrollable":return Tt("div",{children:Tt(zs,{style:{width:"583px"},...o})});default:return Tt("div",{children:Tt(_s,{style:{width:"583px"},...o})})}};Io.options=yf;Io.states=Mf;Io.variants=Af;Io.defaultOptions=$s;Io.modifiers=wf;Io.className=$.className;import{jsx as Cf}from"react/jsx-runtime";var Vs="k-spreadsheet-toolbar",If=[],Tf={},Ef={},To=e=>{let{children:t,...o}=e;return Cf($,{...o,resizable:!0,className:r(e.className,Vs),fillMode:"flat","aria-label":o["aria-label"]||"Spreadsheet toolbar",children:t})};To.states=If;To.options=Tf;To.className=Vs;To.defaultOptions=Ef;import{jsx as B,jsxs as ui}from"react/jsx-runtime";var Ws="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"),ui(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"),ui(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")],mi={toolbarItems:Pf,menuItems:Rf},mt=e=>{let{toolbarItems:t=mi.toolbarItems,menuItems:o=mi.menuItems,...a}=e;return ui("div",{...a,className:r(Ws,e.className),children:[B(No,{children:o}),B(To,{children:t})]})};mt.states=Of;mt.options=Bf;mt.className=Ws;mt.defaultOptions=mi;import{jsx as Hf}from"react/jsx-runtime";var Xs="k-tabstrip-items",Kf=[],Df={},_f={tabAlignment:"start"},sa=e=>{let{children:t,tabAlignment:o,orientation:a,...i}=e;return Hf("ul",{...i,className:r(e.className,Xs,"k-reset",`k-tabstrip-items-${o}`),role:"tablist",...a==="vertical"&&{"aria-orientation":"vertical"},children:t})};sa.states=Kf;sa.options=Df;sa.className=Xs;sa.defaultOptions=_f;var Js=sa;import{jsx as Uf}from"react/jsx-runtime";var qs="k-tabstrip-items-wrapper",zf=[],Ff={},Ys={orientation:"horizontal"},la=e=>{let{children:t,orientation:o=Ys.orientation,...a}=e;return Uf("div",{...a,className:r(e.className,qs,{"k-hstack":o==="horizontal","k-vstack":o==="vertical"}),children:t})};la.states=zf;la.options=Ff;la.className=qs;la.defaultOptions=Ys;var Qs=la;var fi="tabstrip",Zs=fi;import{jsx as Je,jsxs as js}from"react/jsx-runtime";var Et="k-tabstrip",Gf=[],$f={size:[c.undefined,c.small,c.medium,c.large]},Ha={position:"top",tabAlignment:"start",scrollButtons:"around"},ut=e=>{let{size:t,scrollable:o,children:a,tabStripItems:i,tabStripItemsId:s,position:p=Ha.position,tabAlignment:m=Ha.tabAlignment,scrollButtons:f=Ha.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 js("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,js(Qs,{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]})};ut.states=Gf;ut.options=$f;ut.className=Et;ut.defaultOptions=Ha;ut.moduleName=fi;ut.folderName=Zs;ut.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 za,jsxs as bi}from"react/jsx-runtime";var hi="k-tabstrip-item",Vf=[l.active,l.hover,l.disabled,l.focus],Wf={},el={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=el.iconPosition,value:u,actions:S,...N}=e;return bi("li",{...N,className:r(e.className,hi,E(hi,{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:[bi("span",{className:"k-link",children:[x&&g==="before"&&za(L,{icon:x}),u&&za("span",{className:"k-link-text",children:u}),x&&g==="after"&&za(L,{icon:x})]}),(S||h)&&bi("span",{className:"k-item-actions",children:[S,h&&za(d,{as:"span",className:"k-remove-tab",icon:"x",fillMode:"flat",size:"xsmall",title:"Close","aria-hidden":"true"})]}),p]})};qe.states=Vf;qe.options=Wf;qe.className=hi;qe.item=el;import{Fragment as Yf,jsx as Ne,jsxs as al}from"react/jsx-runtime";var tl="k-spreadsheet-sheets-bar",Xf=[],Jf={},qf=al(Yf,{children:[Ne(qe,{first:!0,active:!0,value:"Sheet 1",actions:Ne(C,{showArrow:!1,size:"xsmall",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet1"),Ne(qe,{value:"Sheet 2",actions:Ne(C,{showArrow:!1,size:"xsmall",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet2"),Ne(qe,{value:"Sheet 3",actions:Ne(C,{showArrow:!1,size:"xsmall",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet3"),Ne(qe,{value:"Sheet 4",actions:Ne(C,{showArrow:!1,size:"xsmall",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet4"),Ne(qe,{value:"Sheet 5",actions:Ne(C,{showArrow:!1,size:"xsmall",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet5"),Ne(qe,{last:!0,value:"Sheet 6",actions:Ne(C,{showArrow:!1,size:"xsmall",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet6")]}),ol={tabStripItems:qf},ft=e=>{let{tabStripItems:t=ol.tabStripItems,...o}=e,a=P("spreadsheet-sheets");return al("div",{...o,className:r(tl,e.className),children:[Ne(d,{className:"k-spreadsheet-sheet-add",fillMode:"flat",size:"xsmall",icon:"plus","aria-label":"Add new sheet","aria-controls":a}),Ne(d,{className:"k-spreadsheet-sheets-menu",fillMode:"flat",size:"xsmall",icon:"menu","aria-label":"Sheets menu","aria-controls":a}),Ne(ut,{className:"k-spreadsheet-sheets",tabStripItems:t,tabStripItemsId:a,position:"bottom",scrollable:!0,scrollButtons:"end"})]})};ft.states=Xf;ft.options=Jf;ft.className=tl;ft.defaultOptions=ol;var xi="tooltip",rl=xi;import{jsx as pa,jsxs as il}from"react/jsx-runtime";var vi="k-tooltip",Qf=[],Zf={themeColor:[k.undefined,k.base,k.inverse,k.info,k.success,k.warning,k.error]},nl={closable:!1},Se=e=>{let{closable:t=nl.closable,callout:o,themeColor:a,title:i,content:s,icon:p,id:m=P("tooltip"),...f}=e;return il("div",{...f,className:r(e.className,vi,A(vi,{themeColor:a}),{"k-tooltip-closable":t}),role:"tooltip",id:m,children:[p&&pa(L,{className:"k-tooltip-icon",icon:p}),il("div",{className:"k-tooltip-content",children:[i&&pa("div",{className:"k-tooltip-title",children:i}),s]}),t&&pa("div",{className:"k-tooltip-button",role:"button","aria-label":"Close",tabIndex:0,children:pa(L,{icon:"x"})}),o&&pa("div",{className:r("k-callout",{[`k-callout-${yi.calloutMap[o]||o}`]:o})})]})};Se.states=Qf;Se.options=Zf;Se.className=vi;Se.defaultOptions=nl;Se.moduleName=xi;Se.folderName=rl;Se.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 gi=Se;import{jsx as jf}from"react/jsx-runtime";var sl=e=>jf(gi,{content:"Tooltip Content",...e});import{jsx as _6}from"react/jsx-runtime";import{jsx as ki,jsxs as ab}from"react/jsx-runtime";var eb={...Se.options,closable:{type:"boolean"},callout:["none","top","bottom","left","right"]},tb=Se.states,ll={...Se.defaultOptions,callout:"top"},ob=[],Eo=e=>{let{callout:t="top",...o}={...ll,...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 ab("div",{style:{position:"absolute"},children:[ki(Ke,{style:{top:i,left:s},children:ki(sl,{style:{width:"86px",textAlign:"center"},callout:p,content:"Content",...o})}),ki(d,{text:"Show"})]})};Eo.options=eb;Eo.states=tb;Eo.variants=ob;Eo.defaultOptions=ll;Eo.modifiers=[];Eo.className=Se.className;import{jsx as n}from"react/jsx-runtime";var Ni=[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"})],pl=[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"}})];import{jsx as G}from"react/jsx-runtime";var dl="k-spreadsheet-column-header",rb=[],ib={},cl={configureSelection:{A:"partial"}},Co=e=>{let{configureSelection:t=cl.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(dl,e.className),children:s})};Co.states=rb;Co.options=ib;Co.className=dl;Co.defaultOptions=cl;import{jsx as F}from"react/jsx-runtime";var ml="k-spreadsheet-row-header",nb=[],sb={},ul={configureSelection:{1:"partial"}},Oo=e=>{let{configureSelection:t=ul.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(ml,e.className),children:s})};Oo.states=nb;Oo.options=sb;Oo.className=ml;Oo.defaultOptions=ul;import*as bl from"react";import{jsx as fl}from"react/jsx-runtime";var hl="k-spreadsheet-data",lb=[],pb={},db={},Bo=e=>{let{activeCellIndex:t,...o}=e,i=t?((p,m)=>p.map((f,h)=>h===m?fl("div",{style:f.props.style,className:r(f.props.className,"k-spreadsheet-active-cell"),children:f.props.children},h):f))(Ni,t):Ni,s=[...pl,...i].map((p,m)=>p.key?p:bl.cloneElement(p,{key:m}));return fl("div",{...o,className:r(hl,e.className),children:s})};Bo.states=lb;Bo.options=pb;Bo.className=hl;Bo.defaultOptions=db;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=Do;Po.folderName=ma;import{Fragment as NR,jsx as kR,jsxs as SR}from"react/jsx-runtime";import{jsx as da,jsxs as kb}from"react/jsx-runtime";var bb={},hb=[],xb=[],vb={},gb=[],Ro=()=>kb(vl,{style:{height:"415px",width:"80%"},children:[da(mt,{}),da(rt,{}),da(bt,{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(ft,{})]});Ro.options=bb;Ro.states=hb;Ro.variants=xb;Ro.defaultOptions=vb;Ro.modifiers=gb;Ro.className=Oe.className;import{jsx as ae,jsxs as Fa}from"react/jsx-runtime";var gl="k-spreadsheet-view",Nb=[],Sb={},Lb={},bt=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(Se,{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"})]})};bt.states=Nb;bt.options=Sb;bt.className=gl;bt.defaultOptions=Lb;import{Fragment as yb,jsx as Ko,jsxs as Mb}from"react/jsx-runtime";var vl=e=>Ko(Oe,{children:Mb(yb,{children:[Ko(mt,{}),Ko(rt,{}),Ko(bt,{selection:Ko("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}),Ko(ft,{})]}),...e});export{vl as SpreadsheetNormal};
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]}`}var Do="spreadsheet",ma=Do;import{jsx as yl}from"react/jsx-runtime";var Mi="k-spreadsheet",Nl=[],Sl={},Ll={},Oe=e=>{let{children:t,...o}=e;return yl("div",{...o,className:r(Mi,e.className),role:"application",children:t})};Oe.states=Nl;Oe.options=Sl;Oe.className=Mi;Oe.defaultOptions=Ll;Oe.moduleName=Do;Oe.folderName=ma;Oe.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{Fragment as Il,jsx as Ai}from"react/jsx-runtime";var Wa="k-font-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]},wl={},_o=e=>{let{size:t,themeColor:o,icon:a,rotate:i,flip:s,...p}=e;return a?Ai("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"}):Ai(Il,{})};_o.states=Ml;_o.options=Al;_o.className=Wa;_o.defaultOptions=wl;var wi=_o;import{Fragment as Cl,jsx as ua}from"react/jsx-runtime";var Xa="k-svg-icon",Tl=[],El={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]},Ii={viewBox:"0 0 24 24"},Ho=e=>{let{size:t,themeColor:o,rotate:a,flip:i,viewBox:s=Ii.viewBox,icon:p,...m}=e;if(!p)return ua(Cl,{});if(p==="none")return ua("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 ua("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:ua("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})})};Ho.states=Tl;Ho.options=El;Ho.className=Xa;Ho.defaultOptions=Ii;var Ja=Ho;import*as qa from"@progress/kendo-svg-icons";var Ti="icon",Ei="icons";import{useContext as Bl}from"react";import{createContext as Ol}from"react";var Ci=Ol({iconsType:"svg"});import{Fragment as Oi,jsx as zo}from"react/jsx-runtime";var fa="k-icon",Pl=e=>e.replace(/([-_][a-z0-9])/gi,t=>t.toUpperCase().replace("-","").replace("_","")),Rl=[],Kl={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}=Bl(Ci),{size:o,themeColor:a,icon:i,type:s=t||Ya.type,rotate:p,flip:m,viewBox:f=Ya.viewBox,...h}=e;if(!i)return zo(Oi,{});if((t||s)==="svg"){if(i==="none")return zo(Ja,{...h,className:r(e.className,fa),icon:i,size:o});let g=qa[i]?i:Pl(`${i}-icon`);return qa[g]?zo(Ja,{...h,className:r(e.className,fa),icon:qa[g],size:o,themeColor:a,rotate:p,flip:m,viewBox:f}):zo(Oi,{})}return zo(wi,{...h,className:r(e.className,fa),icon:i,size:o,themeColor:a,rotate:p,flip:m})};L.states=Rl;L.options=Kl;L.defaultOptions=Ya;L.className=fa;L.moduleName=Ti;L.folderName=Ei;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="button",Bi=Qa;import{Fragment as zl,jsx as Fo,jsxs as Pi}from"react/jsx-runtime";var Uo="k-button",Dl=["icon-button"],_l=[l.hover,l.focus,l.active,l.selected,l.disabled,l.generating],Hl={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]},Za={showArrow:!1,arrowIconName:"chevron-down"},d=e=>{let{as:t="button",size:o,rounded:a,fillMode:i,themeColor:s,showArrow:p=Za.showArrow,arrowIconName:m=Za.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 Pi(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?Pi(zl,{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=_l;d.options=Hl;d.variants=Dl;d.className=Uo;d.defaultOptions=Za;d.moduleName=Qa;d.folderName=Bi;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."}]};var Go="input",ba=Go;import{jsx as $l}from"react/jsx-runtime";var ha="k-input",Fl=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.loading,l.readonly],Ul={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]},Gl={},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 $l("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}))})};j.states=Fl;j.options=Ul;j.className=ha;j.defaultOptions=Gl;j.moduleName=Go;j.folderName=ba;import{jsx as Jl}from"react/jsx-runtime";var xa="k-picker",Vl=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.loading,l.readonly],Wl={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]},Xl={},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 Jl("span",{...g,className:r(e.className,xa,A(xa,{size:f,rounded:h,fillMode:x}),E(xa,{hover:t,focus:o,disabled:a,invalid:i,valid:s,loading:p,readonly:m})),children:e.children})};Ye.states=Vl;Ye.options=Wl;Ye.className=xa;Ye.defaultOptions=Xl;Ye.moduleName=Go;Ye.folderName=ba;import{Fragment as Ql,jsx as ja}from"react/jsx-runtime";var Ri="k-clear-value",ql=[l.disabled,l.loading,l.readonly],Yl={},Ae=e=>{let{disabled:t,loading:o,readonly:a,value:i}=e;return t||a||o||!i?ja(Ql,{}):ja("span",{className:r(e.className,Ri),children:ja(L,{icon:"x"})})};Ae.states=ql;Ae.options=Yl;Ae.className=Ri;import{jsx as ep}from"react/jsx-runtime";var er="k-input-inner",Zl=[],jl={},va={type:"text",autocomplete:"off",value:"",placeholder:""},we=e=>{let{value:t=va.value,type:o=va.type,placeholder:a=va.placeholder,autocomplete:i=va.autocomplete,disabled:s,readOnly:p,...m}=e;return ep("input",{...m,type:o,className:r(e.className,er,A(er,e)),placeholder:a,autoComplete:i,defaultValue:t,disabled:s||void 0,readOnly:p||void 0})};we.states=Zl;we.options=jl;we.className=er;import{jsx as Ki,jsxs as ap}from"react/jsx-runtime";var tr="k-input-inner",tp=[],op={},Ot=e=>{let{value:t,placeholder:o,showValue:a,valueIcon:i,valueIconName:s,...p}=e;return ap("span",{...p,className:r(e.className,tr,A(tr,e)),children:[i,!i&&s&&Ki(L,{className:"k-input-value-icon",icon:s}),a&&!t&&o,a&&t&&Ki("span",{className:"k-input-value-text",children:t})]})};Ot.states=tp;Ot.options=op;Ot.className=tr;import{jsx as np}from"react/jsx-runtime";var or="k-input-inner",rp=[],ip={},Di={value:"",placeholder:""},ar=e=>{let{value:t=Di.value,placeholder:o=Di.placeholder,rows:a,disabled:i,...s}=e;return np("textarea",{...s,className:r(e.className,or,A(or,e)),placeholder:o,rows:a,defaultValue:t,disabled:i||void 0})};ar.states=rp;ar.options=ip;ar.className=or;import{Fragment as lp,jsx as _i}from"react/jsx-runtime";var Hi="k-input-loading-icon",sp=[l.disabled,l.loading],Le=e=>{let{disabled:t,loading:o}=e;return t||!o?_i(lp,{}):_i("span",{className:r(e.className,Hi,"k-icon k-i-loading")})};Le.states=sp;Le.className=Hi;import{Fragment as cp,jsx as zi}from"react/jsx-runtime";var Fi="k-input-validation-icon",pp=[l.valid,l.invalid,l.disabled,l.loading],dp={},be=e=>{let{valid:t,invalid:o,disabled:a,loading:i}=e,s=o?"warning-circle":"check-circle";return a||i||!!!(t||o)?zi(cp,{}):zi(L,{className:r(Fi),icon:s})};be.states=pp;be.options=dp;be.className=Fi;import{Fragment as fp,jsx as Ui}from"react/jsx-runtime";var mp="k-input-prefix",up={direction:"horizontal"},Be=e=>{let{direction:t=up.direction,...o}=e;return e.children?Ui("span",{...o,className:r(mp,e.className,{[`k-input-prefix-${t}`]:t}),children:e.children}):Ui(fp,{})};import{Fragment as xp,jsx as Gi}from"react/jsx-runtime";var bp="k-input-suffix",hp={direction:"horizontal"},Pe=e=>{let{direction:t=hp.direction,...o}=e;return e.children?Gi("span",{...o,className:r(bp,e.className,{[`k-input-suffix-${t}`]:t}),children:e.children}):Gi(xp,{})};import{jsx as Zh}from"react/jsx-runtime";import{jsx as gp}from"react/jsx-runtime";var vp="k-input-suffix-text",rr=e=>{let{children:t,...o}=e;return gp("span",{...o,className:r(vp,e.className),children:t})};import{jsx as Np}from"react/jsx-runtime";var $i="k-input-separator",kp={direction:"vertical"},Re=e=>{let{direction:t=kp.direction,...o}=e;return Np("span",{...o,className:r($i,e.className,{[`${$i}-${t}`]:t})})};import{jsx as Sp}from"react/jsx-runtime";var Bt=e=>Sp(d,{children:"Button",...e});import{Fragment as Vi,jsx as Qe,jsxs as ir}from"react/jsx-runtime";var Lp=j.states,yp=j.defaultOptions,Mp=j.options,Ap=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"},{name:"validation-icon",title:"Validation Icon"},{name:"separators",title:"Separators"}],wp=[],Wt=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 ir(j,{...m,valid:o,invalid:a,loading:i,disabled:s,readonly:p,style:{width:300},children:[f&&ir(Vi,{children:[Qe(Be,{children:Qe(L,{icon:"lock"})}),u&&Qe(Re,{})]}),Qe(we,{placeholder:"Placeholder",value:"Value"}),g&&Qe(be,{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&&ir(Vi,{children:[u&&Qe(Re,{}),Qe(Pe,{children:Qe(Bt,{size:m.size,fillMode:"clear",children:"Send"})})]})]})};Wt.options=Mp;Wt.states=Lp;Wt.variants=wp;Wt.defaultOptions=yp;Wt.modifiers=Ap;Wt.className=j.className;import{jsx as Ip}from"react/jsx-runtime";var xt=e=>Ip(d,{icon:"folder",...e,"aria-label":e["aria-label"]||"Folder",children:void 0});import{jsx as Tp}from"react/jsx-runtime";var $o=e=>Tp(d,{icon:"folder",children:"Button",...e});import{jsx as nr}from"react/jsx-runtime";var Ep=d.options,Cp=d.states,Op={...d.defaultOptions,variant:"text"},Bp=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],Pp=[],Xt=e=>{let{variant:t,...o}=e;switch(t){case"icon-only":return nr(xt,{...o,icon:"star"});case"icon-and-text":return nr($o,{...o,icon:"star",children:"Button"});default:return nr(Bt,{...o,children:"Button"})}};Xt.options=Ep;Xt.states=Cp;Xt.variants=Bp;Xt.defaultOptions=Op;Xt.modifiers=Pp;Xt.className=d.className;var sr="popup",Wi=sr;import{jsx as Xi}from"react/jsx-runtime";var Ji="k-animation-container",Rp=[],Kp={},qi={positionMode:"absolute"},Ke=e=>{let{positionMode:t=qi.positionMode,animationStyle:o,offset:a,...i}=e;return Xi("div",{...i,style:{...a,...e.style},className:r(e.className,Ji,"k-animation-container-shown",{"k-animation-container-fixed":t==="fixed"}),children:Xi("div",{className:"k-child-animation-container",style:o,children:e.children})})};Ke.states=Rp;Ke.options=Kp;Ke.className=Ji;Ke.defaultOptions=qi;Ke.moduleName=sr;Ke.folderName=Wi;var lr="popup",Yi=lr;import{jsx as Qi}from"react/jsx-runtime";var Zi="k-popup",Dp=[],_p={},ji={positionMode:"absolute"},X=e=>{let{offset:t,positionMode:o=ji.positionMode,animationStyle:a,containerClassName:i,containerRole:s,containerAriaLabel:p,...m}=e;return Qi(Ke,{positionMode:o,offset:t,animationStyle:a,className:i,role:s,"aria-label":p,children:Qi("div",{...m,className:r(e.className,Zi),children:e.children})})};X.states=Dp;X.options=_p;X.className=Zi;X.defaultOptions=ji;X.moduleName=lr;X.folderName=Yi;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 pr="action-buttons",en=pr;import{jsx as Fp}from"react/jsx-runtime";var ga="k-actions",Hp=[],zp={},dr={alignment:"start",orientation:"horizontal"},Ze=e=>{let{alignment:t=dr.alignment,orientation:o=dr.orientation,...a}=e;return Fp("div",{...a,className:r(ga,{[`${ga}-${t}`]:t,[`${ga}-${o}`]:o},e.className),children:e.children})};Ze.states=Hp;Ze.options=zp;Ze.className=ga;Ze.defaultOptions=dr;Ze.moduleName=pr;Ze.folderName=en;import{jsx as Gp}from"react/jsx-runtime";var Up="k-actionsheet-footer",tn={alignment:"stretched",orientation:"horizontal"},vt=e=>{let{alignment:t=tn.alignment,orientation:o=tn.orientation,template:a,as:i=a?"div":Ze,...s}=e;return Gp(i,{...s,...!a&&{alignment:t,orientation:o},className:r(e.className,Up),children:e.children})};var cr="searchbox",on=cr;import{jsx as Vo,jsxs as Wp}from"react/jsx-runtime";var an="k-searchbox",$p=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.loading],Vp={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]},mr={showIcon:!0,icon:"search"},De=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=mr.showIcon,icon:N=mr.icon,"aria-label":y,...T}=e;return Wp(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,an),children:[S&&Vo(L,{className:"k-input-icon",icon:N}),Vo(we,{placeholder:o,value:t,"aria-label":y}),Vo(Le,{...e}),Vo(be,{...e}),Vo(Ae,{...e})]})};De.states=$p;De.options=Vp;De.className=an;De.defaultOptions=mr;De.moduleName=cr;De.folderName=on;import{jsx as Hv}from"react/jsx-runtime";var ur="textbox",rn=ur;import{Fragment as nn,jsx as gt,jsxs as fr}from"react/jsx-runtime";var sn="k-textbox",Xp=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.loading,l.readonly],Jp={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]},ka={showClearButton:!0,showValidationIcon:!0,separators:!0},le=e=>{let{size:t,rounded:o,fillMode:a,separators:i=ka.separators,showClearButton:s=ka.showClearButton,showValidationIcon:p=ka.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 fr(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,sn),children:[m&&fr(nn,{children:[gt(Be,{children:m}),i&&gt(Re,{})]}),gt(we,{id:de,placeholder:g,value:x,type:h,disabled:D,"aria-label":ue,"aria-describedby":fe,"aria-invalid":y?"true":void 0}),p&&gt(be,{valid:N,invalid:y,loading:M,disabled:D}),gt(Le,{loading:M,disabled:D}),s&&gt(Ae,{loading:M,disabled:D,readonly:Z,value:x}),f&&fr(nn,{children:[i&&gt(Re,{}),gt(Pe,{children:f})]})]})};le.states=Xp;le.options=Jp;le.className=sn;le.defaultOptions=ka;le.moduleName=ur;le.folderName=rn;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 Wo=le;import{jsx as qp}from"react/jsx-runtime";var ln=e=>qp(Wo,{...e});import{Fragment as ag,jsx as og}from"react/jsx-runtime";import{Fragment as pg,jsx as lg}from"react/jsx-runtime";import{jsx as ug}from"react/jsx-runtime";import{jsx as br}from"react/jsx-runtime";var Yp=le.states,Qp=le.defaultOptions,Zp=le.options,jp=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"}],ed=[],Jt=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(i=>{switch(i){case"prefix":a.prefix=t?.[i]?br(L,{icon:"lock"}):void 0;break;case"suffix":a.suffix=t?.[i]?br(Bt,{size:o.size,fillMode:"clear",children:"Send"}):void 0;break;case"clear-button":a.showClearButton=t?.[i];break;default:break}}),br(ln,{value:"Value",style:{width:300},...o,...a})};Jt.options=Zp;Jt.states=Yp;Jt.variants=ed;Jt.defaultOptions=Qp;Jt.modifiers=jp;Jt.className=le.className;import{jsx as kt,jsxs as hr}from"react/jsx-runtime";var pn="k-actionsheet-titlebar",td={},he=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 hr("div",{...u,className:r(e.className,pn),children:[hr("div",{className:"k-actionsheet-titlebar-group",children:[a&&kt("div",{className:"k-actionsheet-actions",children:a}),!g&&hr("div",{className:"k-actionsheet-title",id:x,children:[t&&kt("div",{className:"k-text-center",children:t}),o&&kt("div",{className:"k-actionsheet-subtitle k-text-center",children:o})]}),g&&kt("div",{className:"k-actionsheet-title",id:x,children:g}),i&&kt("div",{className:"k-actionsheet-actions",children:i})]}),(p||s)&&kt("div",{className:"k-actionsheet-titlebar-group k-actionsheet-filter",children:p?kt(le,{value:m,placeholder:f,size:h?"large":"medium","aria-label":t||f||"Input"}):kt(De,{placeholder:"Filter",size:h?"large":"medium","aria-label":"Filter options"})})]})};he.className=pn;he.defaultOptions=td;import{jsx as xr,jsxs as id}from"react/jsx-runtime";var vr="k-actionsheet-view",od=[],ad={},rd={},qt=e=>{let{adaptive:t,animated:o,children:a,header:i,footer:s,titleId:p,...m}=e,f=i?.type===he&&xr(he,{adaptive:t,titleId:p,...i?.props}),h=s?.type===vt&&xr(vt,{...s?.props});return id("div",{...m,className:r(e.className,vr,{[`${vr}-animated`]:o}),children:[f,xr("div",{className:"k-actionsheet-content",children:a}),h]})};qt.states=od;qt.options=ad;qt.className=vr;qt.defaultOptions=rd;var Xo="action-sheet",Na=Xo;var gr="overlay",dn=gr;import{jsx as pd}from"react/jsx-runtime";var cn="k-overlay",nd=[],sd={},ld={},Nt=e=>{let{...t}=e;return pd("div",{...t,className:r(e.className,cn),children:e.children})};Nt.states=nd;Nt.options=sd;Nt.className=cn;Nt.defaultOptions=ld;Nt.moduleName=gr;Nt.folderName=dn;import{jsx as Sa,jsxs as md}from"react/jsx-runtime";var mn="k-actionsheet",dd=[],cd={},Jo={side:"bottom",fullscreen:!1,adaptive:!1,overlay:!0},Y=e=>{let{side:t=Jo.side,fullscreen:o=Jo.fullscreen,adaptive:a=Jo.adaptive,overlay:i=Jo.overlay,template:s,children:p,header:m,footer:f,id:h,...x}=e,g=h&&!s&&m?`${h}-title`:void 0;return md("div",{className:"k-actionsheet-container",children:[i&&Sa(Nt,{}),Sa(Ke,{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:Sa("div",{...x,id:h,role:"dialog","aria-modal":i?"true":void 0,"aria-labelledby":g,className:r(e.className,mn,{[`k-actionsheet-${t}`]:o===!1,"k-actionsheet-fullscreen":o===!0,"k-adaptive-actionsheet":a}),children:s||Sa(qt,{header:m,footer:f,adaptive:a,titleId:g,...e,children:p})})})]})};Y.states=dd;Y.options=cd;Y.className=mn;Y.defaultOptions=Jo;Y.moduleName=Xo;Y.folderName=Na;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 hd}from"react/jsx-runtime";var un="k-actionsheet-container",ud=[],fd={},bd={},Yt=e=>{let{children:t,...o}=e;return hd("div",{...o,className:un,children:t})};Yt.states=ud;Yt.options=fd;Yt.className=un;Yt.defaultOptions=bd;Yt.moduleName=Xo;Yt.folderName=Na;import{jsx as xd}from"react/jsx-runtime";var kr=e=>{let{...t}=e;return xd("div",{...t,className:r(e.className,"k-list-ul"),children:e.children})};import{Fragment as gd,jsx as qo,jsxs as Nr}from"react/jsx-runtime";var Sr="k-actionsheet-item",vd=[l.hover,l.focus,l.selected,l.disabled],St=e=>{let{iconName:t,text:o,description:a,hover:i,focus:s,selected:p,disabled:m,...f}=e;return Nr("span",{...f,className:r(e.className,Sr,E(Sr,{hover:i,focus:s,selected:p,disabled:m})),children:[!e.children&&qo(gd,{children:Nr("span",{className:"k-actionsheet-action",children:[t&&qo("span",{className:"k-icon-wrap",children:qo(L,{className:"k-actionsheet-item-icon",icon:t})}),Nr("span",{className:"k-actionsheet-item-text",children:[o&&qo("span",{className:"k-actionsheet-item-title",children:o}),a&&qo("span",{className:"k-actionsheet-item-description",children:a})]})]})}),e.children]})};St.states=vd;St.className=Sr;import{jsx as mk,jsxs as uk}from"react/jsx-runtime";import{jsx as xk}from"react/jsx-runtime";import{jsx as Nk}from"react/jsx-runtime";import{jsx as Mk}from"react/jsx-runtime";import{jsx as pe,jsxs as Lr}from"react/jsx-runtime";var kd=Y.options,Nd=Y.states,bn={...Y.defaultOptions,variant:"normal"},Sd=[{name:"normal",title:"Normal"},{name:"adaptive",title:"Adaptive"},{name:"fullScreen",title:"Full Screen"}],Ld=[{name:"actions",title:"Titlebar Actions",type:"boolean"},{name:"subtitle",title:"Subtitle",type:"boolean"},{name:"footer",title:"Footer",type:"boolean"}],Qt=e=>{let{variant:t,modifiers:o,...a}={...bn,...e},i={},s=Lr(kr,{children:[pe(St,{text:"Edit Item",description:"Click to edit",iconName:"edit-tools"}),pe(St,{text:"Add to Favorites",iconName:"heart"}),pe(St,{text:"Upload New",iconName:"upload",disabled:!0}),pe("hr",{className:"k-hr"}),pe(St,{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(he,{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?Lr(vt,{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(he,{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?Lr(vt,{alignment:"stretched",children:[pe(d,{text:"Apply",themeColor:"primary"}),pe(d,{text:"Cancel",themeColor:"base"})]}):void 0,children:s})};Qt.options=kd;Qt.states=Nd;Qt.variants=Sd;Qt.defaultOptions=bn;Qt.modifiers=Ld;Qt.className=Y.className;import Mr from"react";import{jsx as hn}from"react/jsx-runtime";var yd="k-list-group-sticky-header",yr=e=>hn("div",{className:r(yd,e.className),children:hn("div",{className:"k-list-header-text",children:e.children})});import{jsx as Ad}from"react/jsx-runtime";var Md="k-no-data",La=e=>{let{live:t,...o}=e;return Ad("span",{...o,className:r(Md,e.className),"aria-live":t?"polite":void 0,children:e.children})};var Pt="list",Zt=Pt;import{jsx as xn,jsxs as vn}from"react/jsx-runtime";var Ar="k-list",wd=[],Id={size:[c.undefined,c.small,c.medium,c.large]},Td={},_=e=>{let{size:t,virtualization:o,children:a,header:i,optionLabel:s,customValue:p,noData:m,screenReaders:f,...h}=e,g=Mr.Children.toArray(a)[0],u=g?.props?.children?Mr.Children.count(g.props.children):Mr.Children.count(a);return vn("div",{...h,className:r(e.className,Ar,A(Ar,{size:t}),{"k-virtual-list":o}),children:[s,p,i&&xn(yr,{children:i}),a||(m!==void 0?m:xn(La,{live:!0,children:"No data found."})),f&&a&&vn(La,{className:"k-sr-only",live:!0,children:[u," items found."]})]})};_.states=wd;_.options=Id;_.className=Ar;_.defaultOptions=Td;_.moduleName=Pt;_.folderName=Zt;_.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 Bd}from"react/jsx-runtime";var gn="k-list-container",Ed=[],Cd={},Od={},jt=e=>{let{...t}=e;return Bd("div",{...t,className:r(e.className,gn),children:e.children})};jt.states=Ed;jt.options=Cd;jt.className=gn;jt.defaultOptions=Od;jt.moduleName=Pt;jt.folderName=Zt;var Rt="checkbox",eo=Rt;import{jsx as kn}from"react/jsx-runtime";var ya="k-checkbox",Pd=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.checked,l.indeterminate],Rd={size:[c.undefined,c.small,c.medium,c.large],rounded:[v.undefined,v.none,v.small,v.medium,v.large,v.full]},Kd={},_e=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 kn("span",{className:"k-checkbox-wrap",role:u,children:kn("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}))})})};_e.states=Pd;_e.options=Rd;_e.className=ya;_e.defaultOptions=Kd;_e.moduleName=Rt;_e.folderName=eo;_e.ariaSpec={selector:".k-checkbox",rules:[{selector:".k-checkbox",attribute:"role=checkbox or type=checkbox",usage:"Announces the checkbox role of the element."},{selector:".k-checkbox",attribute:"label for or aria-label or aria-labelledby (when has accessible name)",usage:"The input requires an accessible name to which it will be assigned."},{selector:".k-checkbox",attribute:"aria-checked=true/false/mixed or checked",usage:"For native checkboxes the checked state is handled by the browser. aria-checked is used for custom implementations."},{selector:".k-checkbox",attribute:"aria-describedby (when has hint or error)",usage:"Points to the hint or error message for the checkbox."},{selector:".k-checkbox",attribute:"disabled or aria-disabled=true (when disabled)",usage:"For native checkboxes use the HTML disabled attribute. aria-disabled for custom implementations."},{selector:".k-invalid, .ng-invalid",attribute:"aria-invalid=true (when invalid)",usage:"Rendered only when the CheckBox is in a form and announces the invalid state."}]};var Xe=_e;import{jsx as Hd}from"react/jsx-runtime";var Nn="k-checkbox-list",Dd=[],_d={},Sn={layout:"vertical"},xe=e=>{let{layout:t=Sn.layout,...o}=e;return Hd("ul",{...o,className:r(e.className,Nn,{[`k-list-${t}`]:t}),children:e.children})};xe.states=Dd;xe.options=_d;xe.className=Nn;xe.defaultOptions=Sn;xe.moduleName=Rt;xe.folderName=eo;import{jsx as Gd}from"react/jsx-runtime";var Ln="k-checkbox-list-item",zd=[],Fd={},Ud={},ve=e=>{let{...t}=e;return Gd("li",{...t,className:r(e.className,Ln),children:e.children})};ve.states=zd;ve.options=Fd;ve.className=Ln;ve.defaultOptions=Ud;ve.moduleName=Rt;ve.folderName=eo;import{Fragment as $d,jsx as yn,jsxs as Vd}from"react/jsx-runtime";var ot=({children:e="Label",id:t="cb-label-after",...o})=>Vd($d,{children:[yn(Xe,{id:t,...o}),yn("label",{className:"k-checkbox-label",htmlFor:t,children:e})]});import{Fragment as PN,jsx as BN,jsxs as RN}from"react/jsx-runtime";import{Fragment as zN,jsx as HN,jsxs as FN}from"react/jsx-runtime";import{Fragment as WN,jsx as VN,jsxs as XN}from"react/jsx-runtime";import{jsx as QN}from"react/jsx-runtime";import{jsx as tS}from"react/jsx-runtime";import{jsx as iS}from"react/jsx-runtime";import{jsx as He,jsxs as Mn}from"react/jsx-runtime";var Wd=xe.options,Xd=xe.states,Jd={...xe.defaultOptions,variant:"vertical"},qd=[{name:"vertical",title:"Vertical"},{name:"horizontal",title:"Horizontal"}],Yd=[],to=e=>{let{variant:t,...o}=e;return t==="horizontal"?Mn(xe,{layout:"horizontal",...o,children:[He(ve,{children:He(ot,{id:P("cb"),defaultChecked:!0,children:"Label"})}),He(ve,{children:He(ot,{id:P("cb"),children:"Label"})}),He(ve,{children:He(ot,{id:P("cb"),children:"Label"})})]}):Mn(xe,{...o,children:[He(ve,{children:He(ot,{id:P("cb"),defaultChecked:!0,children:"Label"})}),He(ve,{children:He(ot,{id:P("cb"),children:"Label"})}),He(ve,{children:He(ot,{id:P("cb"),children:"Label"})})]})};to.options=Wd;to.states=Xd;to.variants=qd;to.defaultOptions=Jd;to.modifiers=Yd;to.className=xe.className;import{jsx as oc}from"react/jsx-runtime";var Qd=Xe.options,Zd=Xe.states,jd=Xe.defaultOptions,ec=[],tc=[],oo=e=>oc(ot,{id:P("checkbox"),...e,defaultChecked:!0,children:"Label"});oo.options=Qd;oo.states=Zd;oo.variants=ec;oo.defaultOptions=jd;oo.modifiers=tc;oo.className=Xe.className;import{jsx as Kt,jsxs as nc}from"react/jsx-runtime";var wr="k-list-item",ac=[l.hover,l.focus,l.selected,l.disabled],rc={},ic={},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 nc("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":wr,E(wr,{hover:f,focus:h,disabled:g,selected:x})),children:[p&&Kt(_e,{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=ac;O.options=rc;O.className=wr;O.defaultOptions=ic;O.moduleName=Pt;O.folderName=Zt;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 lc}from"react/jsx-runtime";var sc="k-list-ul",at=e=>{let{children:t,role:o,id:a,...i}=e;return lc("ul",{...i,id:a,role:o,className:r(sc,e.className),children:t})};at.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 Ir,jsxs as dc}from"react/jsx-runtime";var pc="k-list-content",U=e=>{let{virtualization:t,grouping:o,"aria-label":a,"aria-labelledby":i,listboxId:s,...p}=e;return dc("div",{...p,className:r(pc,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:Ir(at,{role:"listbox",id:s,"aria-label":a,"aria-labelledby":i,children:e.children}),t&&Ir("div",{className:"k-height-container",children:Ir("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 qS,jsx as JS,jsxs as YS}from"react/jsx-runtime";import{jsx as Tr,jsxs as mc}from"react/jsx-runtime";var cc="k-list-group-item",Dt=e=>{let{groupIconName:t,...o}=e;return mc("li",{...o,role:"presentation",className:r(cc,e.className),children:[t&&Tr("span",{className:"k-list-item-icon-wrapper",children:Tr(L,{icon:t,className:"k-list-item-icon"})}),Tr("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 hc}from"react/jsx-runtime";var Er="k-list-optionlabel",uc=[l.hover,l.focus,l.selected,l.disabled],fc={},bc={},Ma=e=>{let{text:t,hover:o,focus:a,selected:i,disabled:s,...p}=e;return hc("div",{...p,className:r(Er,E(Er,{hover:o,focus:a,selected:i,disabled:s})),children:t})};Ma.states=uc;Ma.options=fc;Ma.className=Er;Ma.defaultOptions=bc;import{jsx as kc}from"react/jsx-runtime";var Cr="k-list-custom-value",xc=[l.hover,l.focus,l.selected,l.disabled],vc={},gc={},Lt=e=>{let{text:t,hover:o,focus:a,selected:i,disabled:s,...p}=e;return kc("div",{...p,className:r(Cr,E(Cr,{hover:o,focus:a,selected:i,disabled:s})),children:t})};Lt.states=xc;Lt.options=vc;Lt.className=Cr;Lt.defaultOptions=gc;import{Fragment as m2,jsx as c2,jsxs as u2}from"react/jsx-runtime";import{Fragment as g2,jsx as v2,jsxs as k2}from"react/jsx-runtime";import{Fragment as w2,jsx as M2,jsxs as A2}from"react/jsx-runtime";import{Fragment as P2,jsx as O2,jsxs as B2}from"react/jsx-runtime";import{jsx as _2}from"react/jsx-runtime";import{Fragment as $2,jsx as G2,jsxs as V2}from"react/jsx-runtime";var Or="combobox",An=Or;import{Fragment as Br,jsx as re,jsxs as Yo}from"react/jsx-runtime";var wn="k-combobox",Nc=[l.hover,l.focus,l.valid,l.invalid,l.loading,l.required,l.disabled,l.readonly],Sc={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]},In={separators:!0},ne=e=>{let{size:t,rounded:o,fillMode:a,separators:i=In.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 Yo(Br,{children:[Yo(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,wn),children:[s&&Yo(Br,{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(be,{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&&Yo(Br,{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(he,{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(Lt,{text:`Use "${m}"`}):void 0,size:"large",children:Yo(U,{"aria-label":ue||"Options",children:[re(O,{text:"List item"}),re(O,{text:"List item"}),re(O,{text:"List item"})]})})})})]})};ne.states=Nc;ne.options=Sc;ne.className=wn;ne.defaultOptions=In;ne.moduleName=Or;ne.folderName=An;ne.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=ne;import{Fragment as En,jsx as ie,jsxs as Aa}from"react/jsx-runtime";var Tn="k-spreadsheet-action-bar",Lc=[],yc={},Mc=Aa(En,{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"})]}),Pr={formula:Mc,cellName:"B6"},rt=e=>{let{formula:t=Pr.formula,cellName:o=Pr.cellName,formulaExpanded:a=!1,formulaListItems:i,...s}=e,p=a?P("spreadsheet-formula-list"):void 0,m=Aa(En,{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 Aa("div",{...s,className:r(Tn,e.className),children:[ie("div",{className:"k-spreadsheet-name-editor",children:ie(ne,{placeholder:o,fillMode:"flat","aria-label":"Name editor"})}),Aa("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})]})]})};rt.states=Lc;rt.options=yc;rt.className=Tn;rt.defaultOptions=Pr;var Rr="button",Cn=Rr;import{jsx as Tc}from"react/jsx-runtime";var Qo="k-button-group",Ac=[l.disabled],wc={fillMode:[b.undefined,b.solid,b.flat,b.outline,b.clear,b.link]},Ic={},w=e=>{let{fillMode:t,disabled:o,stretched:a,...i}=e;return Tc("div",{role:"group",...i,className:r(e.className,Qo,A(Qo,{fillMode:t}),E(Qo,{disabled:o}),{[`${Qo}-stretched`]:a}),...o&&{"aria-disabled":"true"},children:e.children})};w.states=Ac;w.options=wc;w.className=Qo;w.defaultOptions=Ic;w.moduleName=Rr;w.folderName=Cn;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{jsx as On,jsxs as Oc}from"react/jsx-runtime";var Bn="k-color-preview",Ec=[],Cc={},yt=e=>{let{color:t,iconName:o,...a}=e;return Oc("span",{...a,className:r(e.className,Bn,{"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}})]})};yt.states=Ec;yt.options=Cc;yt.className=Bn;import{Fragment as FL,jsx as zL,jsxs as UL}from"react/jsx-runtime";import{Fragment as JL,jsx as XL,jsxs as qL}from"react/jsx-runtime";import{Fragment as ty,jsx as ey,jsxs as oy}from"react/jsx-runtime";import{Fragment as ly,jsx as sy,jsxs as py}from"react/jsx-runtime";import{Fragment as by,jsx as fy,jsxs as hy}from"react/jsx-runtime";import{Fragment as Sy,jsx as Ny,jsxs as Ly}from"react/jsx-runtime";import{jsx as it,jsxs as Kr}from"react/jsx-runtime";var Bc={...d.options,...w.options},Pc=d.states,Rc={...d.defaultOptions,...w.defaultOptions,variant:"text-button"},Kc=[{name:"icon-button",title:"Icon Only"},{name:"text-button",title:"Text"},{name:"icon-text-button",title:"Icon Text"}],Dc=[],ao=e=>{let{variant:t,className:o,...a}=e;return t==="icon-button"?Kr(w,{fillMode:a.fillMode,className:o,children:[it(d,{...a,icon:"star"}),it(d,{...a,icon:"star"}),it(d,{...a,icon:"star"})]}):t==="icon-text-button"?Kr(w,{fillMode:a.fillMode,className:o,children:[it(d,{...a,icon:"star",children:"First"}),it(d,{...a,icon:"star",children:"Middle"}),it(d,{...a,icon:"star",children:"Last"})]}):Kr(w,{fillMode:a.fillMode,className:o,children:[it(d,{...a,children:"First"}),it(d,{...a,children:"Middle"}),it(d,{...a,children:"Last"})]})};ao.options=Bc;ao.states=Pc;ao.variants=Kc;ao.defaultOptions=Rc;ao.modifiers=Dc;ao.className=w.className;var Dr="slider",Pn=Dr;import{jsx as ro,jsxs as _r}from"react/jsx-runtime";var Zo="k-slider",_c=[l.hover,l.focus,l.active,l.disabled,l.readonly],Hc={},ze={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=ze.type,orientation:o=ze.orientation,gradientType:a=ze.gradientType,readonly:i=ze.readonly,disabled:s=ze.disabled,handlePosition:p=ze.handlePosition,showButtons:m=ze.showButtons,showTicks:f=ze.showTicks,value:h=ze.value,min:x=ze.min,max:g=ze.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"),_r("div",{...Z,className:r(Zo,e.className,E(Zo,{readonly:i,disabled:s}),{[`k-slider-${o}`]:o,"k-colorgradient-slider":t==="gradient"}),dir:D,children:[m&&ro(d,{className:"k-button-decrease",rounded:"full",icon:Me,tabIndex:-1,title:"Decrease"}),_r("div",{className:"k-slider-track-wrap",children:[f&&ro("ul",{className:"k-reset k-slider-items","aria-hidden":"true",children:e.children}),_r("div",{className:"k-slider-track",style:M,children:[ro("div",{className:"k-slider-selection"}),t==="range"&&ro("span",{className:r("k-draghandle","k-draghandle-start",E(Zo,{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"}),ro("span",{className:r("k-draghandle",`k-draghandle-${p}`,E(Zo,{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&&ro(d,{className:"k-button-increase",rounded:"full",icon:fe,tabIndex:-1,title:"Increase"})]})};V.states=_c;V.options=Hc;V.className=Zo;V.defaultOptions=ze;V.moduleName=Dr;V.folderName=Pn;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 Rn}from"react/jsx-runtime";var Kn="k-tick",zc=[],Fc={},Dn={label:!1},I=e=>{let{style:t,label:o=Dn.label,orientation:a,large:i,text:s,...p}=e;return Rn("li",{...p,role:"presentation",title:s||"Tick",className:r(e.className,Kn,{[`k-tick-${a}`]:a,"k-tick-large":i}),style:t,children:o&&Rn("span",{className:"k-label",children:s})})};I.states=zc;I.options=Fc;I.className=Kn;I.defaultOptions=Dn;import{Fragment as Uc,jsx as Fe,jsxs as Gc}from"react/jsx-runtime";var _n=e=>Fe(V,{"aria-label":e["aria-label"]||"Slider",children:Gc(Uc,{children:[Fe(I,{className:"k-first",label:!0,large:!0,text:"0"}),Fe(I,{}),Fe(I,{}),Fe(I,{}),Fe(I,{}),Fe(I,{label:!0,large:!0,text:"5"}),Fe(I,{}),Fe(I,{}),Fe(I,{}),Fe(I,{}),Fe(I,{className:"k-last",label:!0,large:!0,text:"10"})]}),...e});import{Fragment as $c,jsx as Ue,jsxs as Vc}from"react/jsx-runtime";var Hn=e=>Ue(V,{children:Vc($c,{children:[Ue(I,{className:"k-first",label:!0,large:!0,text:"0"}),Ue(I,{}),Ue(I,{}),Ue(I,{}),Ue(I,{}),Ue(I,{label:!0,large:!0,text:"5"}),Ue(I,{}),Ue(I,{}),Ue(I,{}),Ue(I,{}),Ue(I,{className:"k-last",label:!0,large:!0,text:"10"})]}),"aria-label":e["aria-label"]||"Vertical slider",...e,orientation:"vertical"});import{Fragment as a1,jsx as o1,jsxs as r1}from"react/jsx-runtime";import{Fragment as p1,jsx as l1,jsxs as d1}from"react/jsx-runtime";import{jsx as Wc}from"react/jsx-runtime";var Hr=e=>Wc(V,{type:"gradient",showButtons:!1,showTicks:!1,...e,"aria-label":e["aria-label"]||"Color slider"});import{jsx as Xc}from"react/jsx-runtime";var zr=e=>Xc(V,{type:"gradient",orientation:"vertical",showButtons:!1,showTicks:!1,...e,"aria-label":e["aria-label"]||"Color slider"});import{Fragment as N1,jsx as k1,jsxs as S1}from"react/jsx-runtime";import{Fragment as w1,jsx as A1,jsxs as I1}from"react/jsx-runtime";import{jsx as je,jsxs as zn}from"react/jsx-runtime";var Jc=V.options,qc=V.states,Fn={...V.defaultOptions,variant:"horizontal",label:!0},Yc=[{name:"horizontal",title:"Horizontal"},{name:"vertical",title:"Vertical"}],Qc=[{name:"label",title:"Labels"},{name:"tick",title:"Ticks"},{name:"button",title:"Side Buttons"}],io=e=>{let{variant:t,modifiers:o,...a}={...Fn,...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"?zn(Hn,{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%"}})]}):zn(_n,{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%"}})]})};io.options=Jc;io.states=qc;io.variants=Yc;io.defaultOptions=Fn;io.modifiers=Qc;io.className=V.className;import{jsx as Un,jsxs as om}from"react/jsx-runtime";var Gn="k-spin-button",em=[],tm={size:[c.undefined,c.small,c.medium,c.large],fillMode:[b.undefined,b.solid,b.flat,b.outline,b.clear,b.link]},Fr={increaseLabel:"Increase value",decreaseLabel:"Decrease value"},Mt=e=>{let{size:t,fillMode:o,disabled:a,increaseLabel:i=Fr.increaseLabel,decreaseLabel:s=Fr.decreaseLabel,...p}=e;return om("span",{...p,className:r(Gn,e.className),children:[Un(d,{className:"k-spinner-increase",icon:"chevron-up",size:t,fillMode:o,disabled:a,"aria-label":i}),Un(d,{className:"k-spinner-decrease",icon:"chevron-down",size:t,fillMode:o,disabled:a,"aria-label":s})]})};Mt.states=em;Mt.options=tm;Mt.className=Gn;Mt.defaultOptions=Fr;Mt.moduleName=null;Mt.folderName=null;var $n="numeric-textbox",Vn="numerictextbox";import{Fragment as Wn,jsx as nt,jsxs as Ur}from"react/jsx-runtime";var Xn="k-numerictextbox",am=[l.hover,l.focus,l.valid,l.invalid,l.loading,l.required,l.disabled,l.readonly],rm={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]},wa={showSpinButton:!0,showClearButton:!0,separators:!0},z=e=>{let{size:t,rounded:o,fillMode:a,separators:i=wa.separators,showClearButton:s=wa.showClearButton,showSpinButton:p=wa.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 Ur(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,Xn),children:[m&&Ur(Wn,{children:[nt(Be,{children:m}),i&&nt(Re,{})]}),nt(we,{id:Z,placeholder:x,value:h,role:"spinbutton",disabled:M,"aria-label":de,"aria-describedby":ue,"aria-invalid":N?"true":void 0}),nt(be,{valid:S,invalid:N,loading:T,disabled:M}),nt(Le,{loading:T,disabled:M}),s&&nt(Ae,{loading:T,disabled:M,readonly:D,value:h}),f&&Ur(Wn,{children:[i&&nt(Re,{}),nt(Pe,{children:f})]}),p&&nt(Mt,{className:"k-input-spinner",size:t,fillMode:a,disabled:M})]})};z.states=am;z.options=rm;z.className=Xn;z.defaultOptions=wa;z.moduleName=$n;z.folderName=Vn;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 jo=z;import{jsx as im}from"react/jsx-runtime";var Jn=e=>im(jo,{...e});var qn="dropdown-list",Yn="dropdownlist";import{Fragment as lm,jsx as ge,jsxs as Gr}from"react/jsx-runtime";var Qn="k-dropdownlist",nm=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.loading,l.readonly],sm={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]},$r={showValue:!0,arrowIconName:"chevron-down"},J=e=>{let{size:t,rounded:o,fillMode:a,arrowIconName:i=$r.arrowIconName,showValue:s=$r.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 Gr(lm,{children:[Gr(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:[ge(Be,{children:m}),ge(Ot,{placeholder:x,value:h,showValue:s,valueIconName:p,id:Si}),ge(be,{valid:S,invalid:N,loading:T,disabled:M}),ge(Le,{loading:T,disabled:M}),ge(Pe,{children:f}),ge(d,{className:"k-input-button",icon:i,size:e.size,fillMode:e.fillMode,"aria-label":x||"Toggle dropdown",tabIndex:-1})]}),de&&Z&&ge(X,{className:"k-list-container k-dropdownlist-popup",containerRole:"region",containerAriaLabel:"Dropdown suggestions",children:Z}),ue&&ge(Y,{adaptive:!0,...fe,header:ge(he,{actionsEnd:ge(d,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply selection"}),filter:Ua,inputValue:h,inputPlaceholder:x,title:Me,subtitle:Ct}),children:ge("div",{className:"k-list-container",children:ge(_,{size:"large",children:Gr(U,{"aria-label":"Options",children:[ge(O,{text:"List item"}),ge(O,{text:"List item"}),ge(O,{text:"List item"})]})})})})]})};J.states=nm;J.options=sm;J.className=Qn;J.defaultOptions=$r;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 wM}from"react/jsx-runtime";import{jsx as BM,jsxs as PM}from"react/jsx-runtime";import{Fragment as GM,jsx as FM,jsxs as UM}from"react/jsx-runtime";import{jsx as JM}from"react/jsx-runtime";import{jsx as eA,jsxs as tA}from"react/jsx-runtime";import{Fragment as dA,jsx as lA,jsxs as pA}from"react/jsx-runtime";import{jsx as bA}from"react/jsx-runtime";import{Fragment as fm,jsx as At,jsxs as Zn}from"react/jsx-runtime";var pm=J.states,dm=J.defaultOptions,cm=J.options,mm=[{name:"opened",title:"Opened"}],um=[],so=e=>{let{modifiers:t,...o}=e,a={},i=Zn(fm,{children:[At("div",{className:"k-list-filter",children:At(De,{})}),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})})};so.options=cm;so.states=pm;so.variants=um;so.defaultOptions=dm;so.modifiers=mm;so.className=J.className;import{Fragment as DA,jsx as KA}from"react/jsx-runtime";import{Fragment as GA,jsx as UA}from"react/jsx-runtime";import{jsx as XA}from"react/jsx-runtime";import{jsx as Vr}from"react/jsx-runtime";var bm=z.states,hm=z.defaultOptions,xm=z.options,vm=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"},{name:"spin-button",title:"`Spin` Button"}],gm=[],lo=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(i=>{switch(i){case"prefix":a.prefix=t?.[i]?Vr(J,{size:o.size,fillMode:"flat",value:"mm"}):void 0;break;case"suffix":a.suffix=t?.[i]?Vr(rr,{children:"mm"}):void 0;break;case"clear-button":a.showClearButton=t?.[i];break;case"spin-button":a.showSpinButton=t?.[i];break;default:break}}),Vr(Jn,{value:"Value",style:{width:300},...o,...a})};lo.options=xm;lo.states=bm;lo.variants=gm;lo.defaultOptions=hm;lo.modifiers=vm;lo.className=z.className;import{Fragment as ea,jsx as R,jsxs as ee}from"react/jsx-runtime";var jn="k-colorgradient-inputs",km=[],Nm={size:[c.undefined,c.small,c.medium,c.large]},es={mode:"rgba"},po=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(ea,{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(ea,{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(ea,{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(ea,{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(ea,{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"})]})})]})};po.states=km;po.options=Nm;po.className=jn;po.defaultOptions=es;import{jsx as _t,jsxs as Ht}from"react/jsx-runtime";var ts="k-colorgradient-color-contrast",Sm=[],Lm={},ym={},co=()=>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"})]})]})]});co.states=Sm;co.options=Lm;co.className=ts;co.defaultOptions=ym;var os="color-gradient",as="colorgradient";import{jsx as Ge,jsxs as ta}from"react/jsx-runtime";var Ia="k-colorgradient",Mm=[l.hover,l.focus,l.readonly,l.disabled],Am={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"},se=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 ta("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,Ia,A(Ia,{size:t}),E(Ia,{hover:g,focus:u,readonly:a,disabled:i})),dir:x,children:[!y||y==="horizontal"&&ta("div",{className:"k-colorgradient-canvas k-hstack",children:[Ge("div",{className:"k-hsv-rectangle",style:s,children:Ge("div",{className:"k-hsv-gradient",children:Ge("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})})}),ta("div",{className:"k-hsv-controls k-hstack",children:[Ge(zr,{className:"k-hue-slider",hover:S,focus:N}),o!=="rgb"&&o!=="hsv"&&Ge(zr,{className:"k-alpha-slider",hover:S,focus:N,trackStyle:m})]})]}),y==="vertical"&&ta("div",{className:"k-colorgradient-canvas k-vstack",children:[Ge("div",{className:"k-hsv-rectangle",style:s,children:Ge("div",{className:"k-hsv-gradient",children:Ge("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})})}),ta("div",{className:"k-hsv-controls k-vstack",children:[Ge(Hr,{className:"k-hue-slider",hover:S,focus:N}),o!=="rgb"&&o!=="hsv"&&Ge(Hr,{className:"k-alpha-slider",hover:S,focus:N,trackStyle:f})]})]}),Ge(po,{mode:e.mode,size:t}),h&&Ge(co,{})]})};se.states=Mm;se.options=Am;se.className=Ia;se.defaultOptions=et;se.moduleName=os;se.folderName=as;se.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 wm}from"react/jsx-runtime";var Ta=e=>wm(se,{...e});import{jsx as Ow}from"react/jsx-runtime";import{jsx as Kw}from"react/jsx-runtime";import{jsx as Wr}from"react/jsx-runtime";var Im=se.options,Tm=se.states,Em={...se.defaultOptions,variant:"rgba"},Cm=[{name:"rgba",title:"RGBA"},{name:"rgb",title:"RGB"},{name:"hex",title:"HEX"}],Om=[],mo=e=>{let{variant:t,...o}=e;switch(t){case"hex":return Wr(Ta,{...o,mode:t});case"rgb":return Wr(Ta,{...o,mode:t});default:return Wr(Ta,{...o,mode:t})}};mo.options=Im;mo.states=Tm;mo.variants=Cm;mo.defaultOptions=Em;mo.modifiers=Om;mo.className=se.className;import{jsx as Bm}from"react/jsx-runtime";var Xr=e=>Bm("tr",{role:"row",children:e.children});import{jsx as Km}from"react/jsx-runtime";var Jr="k-colorpalette-tile",Pm=[l.hover,l.focus,l.selected],Rm={},uo=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 Km("td",{...p,role:"gridcell","aria-label":t,"aria-selected":s?"true":void 0,className:r(e.className,Jr,E(Jr,{hover:a,focus:i,selected:s})),style:m})};uo.states=Pm;uo.options=Rm;uo.className=Jr;var rs="color-palette",is="colorpalette";import{jsx as oa}from"react/jsx-runtime";var Ea="k-colorpalette",Dm=[l.disabled],_m={size:[c.undefined,c.small,c.medium,c.large]},ns={columns:10},ke=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(oa(uo,{color:N,tileSize:i},y))});let S=oa(Xr,{children:u},g);m.push(S)})}return oa("div",{...p,role:"grid","aria-label":"Color palette",tabIndex:0,"aria-disabled":s?"true":void 0,className:r(e.className,Ea,E(Ea,{disabled:s}),A(Ea,{size:t})),children:oa("table",{className:"k-colorpalette-table",role:"none",children:oa("tbody",{children:m.length>0?m:e.children})})})};ke.states=Dm;ke.options=_m;ke.className=Ea;ke.defaultOptions=ns;ke.moduleName=rs;ke.folderName=is;ke.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 Ca=ke;var aa={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 Hm}from"react/jsx-runtime";var ss=e=>Hm(Ca,{palette:aa.basic,...e});import{jsx as xI}from"react/jsx-runtime";import{jsx as LI,jsxs as yI}from"react/jsx-runtime";import{jsx as Wm}from"react/jsx-runtime";var zm=ke.options,Fm=ke.states,Um={...ke.defaultOptions,variant:"basic"},Gm=[{name:"basic",title:"Basic"},{name:"monochrome",title:"Monochrome"}],$m={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}},Vm=[],fo=e=>{let{variant:t="basic",...o}=e,a=$m[t];return Wm(ss,{columns:a.columns,palette:a,...o})};fo.options=zm;fo.states=Fm;fo.variants=Gm;fo.defaultOptions=Um;fo.modifiers=Vm;fo.className=ke.className;var ls="color-editor",ps="coloreditor";import{jsx as $e,jsxs as bo}from"react/jsx-runtime";var Oa="k-coloreditor",Xm=[l.focus],Jm={size:[c.undefined,c.small,c.medium,c.large]},ra={view:"gradient",palette:aa.office,actionButtons:!0,canvasOrientation:"horizontal"},Q=e=>{let{size:t,view:o=ra.view,palette:a=ra.palette,color:i,currentColor:s,focus:p,focusView:m,dir:f,group:h,actionButtons:x=ra.actionButtons,canvasOrientation:g=ra.canvasOrientation,...u}=e;return bo("div",{...u,role:"textbox","aria-label":"Color editor",tabIndex:0,className:r(e.className,"k-flatcolorpicker",Oa,A(Oa,{size:t}),E(Oa,{focus:p})),dir:f,children:[bo("div",{className:"k-coloreditor-header k-hstack",children:[$e("div",{className:"k-coloreditor-header-actions k-hstack",children:h&&bo(w,{fillMode:"flat",children:[$e(d,{className:"k-group-start",size:t,fillMode:"flat",icon:"droplet-slider",selected:o==="gradient","aria-label":"Color gradient view"}),$e(d,{className:"k-group-end",size:t,fillMode:"flat",icon:"palette",selected:o==="palette","aria-label":"Color palette view"})]})}),$e("div",{className:"k-spacer"}),bo("div",{className:"k-coloreditor-header-actions k-hstack",children:[$e(d,{fillMode:"flat",icon:"droplet-slash",size:t,"aria-label":"Reset color"}),bo("div",{className:"k-coloreditor-preview k-vstack",children:[$e(yt,{className:"k-coloreditor-preview-color",color:i}),$e(yt,{className:"k-coloreditor-current-color",color:s})]})]})]}),$e("div",{className:"k-coloreditor-views k-vstack",children:o==="gradient"?$e(se,{focus:m,size:t,canvasOrientation:g,role:"none",tabIndex:-1}):$e(ke,{palette:a,size:t})}),x&&bo(Ze,{className:"k-coloreditor-footer",alignment:"start",children:[$e(d,{themeColor:"primary",size:t,className:"k-coloreditor-apply",children:"Apply"}),$e(d,{className:"k-coloreditor-cancel",size:t,children:"Cancel"})]})]})};Q.states=Xm;Q.options=Jm;Q.className=Oa;Q.defaultOptions=ra;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 ho=Q;import{jsx as jI}from"react/jsx-runtime";import{jsx as a0}from"react/jsx-runtime";import{jsx as qm}from"react/jsx-runtime";var ds=e=>qm(ho,{group:!0,currentColor:"fuchsia",...e});import{jsx as Ym}from"react/jsx-runtime";var cs=e=>Ym(ho,{view:"palette",group:!0,currentColor:"fuchsia",...e});import{jsx as ms}from"react/jsx-runtime";var Qm=Q.options,Zm=Q.states,jm={...Q.defaultOptions,variant:"gradient"},eu=[{name:"gradient",title:"Gradient"},{name:"palette",title:"Palette"}],tu=[],xo=e=>{let{variant:t,...o}=e;return t==="palette"?ms(cs,{...o,color:"white"}):ms(ds,{...o,color:"rgba(183, 118 , 118, 1.00)"})};xo.options=Qm;xo.states=Zm;xo.variants=eu;xo.defaultOptions=jm;xo.modifiers=tu;xo.className=Q.className;var us="color-picker",fs="colorpicker";import{Fragment as ru,jsx as Ve,jsxs as qr}from"react/jsx-runtime";var bs="k-colorpicker",ou=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled],au={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(ru,{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:[Ve(Be,{children:s}),Ve(Ot,{placeholder:f,value:m,showValue:!1,valueIcon:Ve(yt,{className:"k-value-icon",color:m,iconName:y}),valueIconName:y}),Ve(Pe,{children:p}),Ve(d,{className:"k-input-button",icon:i,size:t,fillMode:a,tabIndex:-1,"aria-label":"Open color picker",disabled:N})]}),M&&T&&Ve(X,{id:Me,className:"k-colorpicker-popup",children:T}),D&&Ve(Y,{adaptive:!0,id:Me,...Z,header:Ve(he,{actionsEnd:Ve(d,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply"}),title:de,subtitle:ue}),footer:qr(vt,{children:[Ve(d,{text:"Cancel",size:"large"}),Ve(d,{text:"Set",size:"large",themeColor:"primary"})]}),children:Ve(Q,{canvasOrientation:"vertical",size:"large",actionButtons:!1,group:!0})})]})};ce.states=ou;ce.options=au;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;var Yr="menu-button",xs=Yr;import{jsx as su}from"react/jsx-runtime";var vs="k-menu-button",iu=[l.hover,l.focus,l.active,l.selected,l.disabled],nu={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]},Qr={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=Qr.showArrow,arrowIconName:S=Qr.arrowIconName,expanded:N,...y}=e;return su(d,{...y,className:r(e.className,vs),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=iu;C.options=nu;C.className=vs;C.defaultOptions=Qr;C.moduleName=Yr;C.folderName=xs;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."}]};var Te="menu",We=Te;import{jsx as ia,jsxs as gs}from"react/jsx-runtime";var Zr="k-menu-item",lu=[l.hover,l.focus,l.active,l.selected,l.disabled],pu={},ks={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=ks.iconPosition,dir:S,children:N,expanded:y,...T}=e,M=g;return M||(M=S==="rtl"?"chevron-left":"chevron-right"),gs("li",{...T,className:r(e.className,Zr,"k-item",E(Zr,{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:[gs("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=lu;W.options=pu;W.className=Zr;W.defaultOptions=ks;W.moduleName=Te;W.folderName=We;import{jsx as na,jsxs as Ns}from"react/jsx-runtime";var jr="k-menu-item",du=[l.hover,l.focus,l.active,l.selected,l.disabled],cu={},ei={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=ei.iconPosition,dir:S=ei.dir,children:N,popup:y,expanded:T,...M}=e,D=g;return D||(D=S==="rtl"?"chevron-left":"chevron-right"),Ns("li",{...M,className:r(e.className,jr,"k-item",E(jr,{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:[Ns("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=du;q.options=cu;q.className=jr;q.defaultOptions=ei;q.moduleName=Te;q.folderName=We;import{jsx as bu}from"react/jsx-runtime";var Ss="k-menu-scroll-wrapper",mu=[],uu={},fu={},zt=e=>{let{className:t,children:o,orientation:a,...i}=e;return bu("div",{...i,className:r(t,Ss,{"k-menu-scroll-wrapper-vertical":a==="vertical"}),children:o})};zt.states=mu;zt.options=uu;zt.className=Ss;zt.defaultOptions=fu;zt.moduleName=Te;zt.folderName=We;var Ls=zt;import{Fragment as ti,jsx as Ft,jsxs as Ba}from"react/jsx-runtime";var oi="k-menu",hu=[],xu={},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=Ft("ul",{dir:m,...x,className:r(e.className,"k-reset",oi,{[`${oi}-${o}`]:o,"k-header":a}),role:h?"menu":"menubar",...o==="vertical"&&{"aria-orientation":"vertical"},children:t});return Ba(ti,{children:[i?Ba(Ls,{orientation:o,style:p,dir:e.dir,children:[s==="start"&&Ba(ti,{children:[Ft(d,{fillMode:"flat",icon:`chevron-${g[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),Ft(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"&&Ft(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(ti,{children:[Ft(d,{fillMode:"flat",icon:`chevron-${g[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),Ft(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"&&Ft(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=hu;te.options=xu;te.className=oi;te.defaultOptions=Pa;te.moduleName=Te;te.folderName=We;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 vu}from"react/jsx-runtime";var ai="k-separator",ys={orientation:"horizontal"},vo=e=>{let{orientation:t=ys.orientation,...o}=e;return vu("li",{...o,className:r(e.className,"k-item",ai,{[`${ai}-${t}`]:t}),role:"separator"})};vo.className=ai;vo.defaultOptions=ys;vo.moduleName=Te;vo.folderName=We;import{Fragment as uT,jsx as fT}from"react/jsx-runtime";import{jsx as Su}from"react/jsx-runtime";var ri="k-menu-group",gu=[],ku={size:[c.undefined,c.small,c.medium,c.large]},Nu={},me=e=>{let{children:t,size:o,...a}=e;return Su("ul",{...a,className:r(e.className,ri,A(ri,{size:o})),role:"menu",children:t})};me.states=gu;me.options=ku;me.className=ri;me.defaultOptions=Nu;me.moduleName=Te;me.folderName=We;import{Fragment as Lu,jsx as go,jsxs as yu}from"react/jsx-runtime";var ii=e=>go(te,{children:yu(Lu,{children:[go(W,{first:!0,text:"Item 1"}),go(W,{showArrow:!0,arrowIconName:"chevron-down",text:"Item 2"}),go(W,{showArrow:!0,arrowIconName:"chevron-down",text:"Item 3"}),go(W,{text:"Item 4"}),go(W,{last:!0,text:"Item 5"})]}),...e});import{Fragment as IT,jsx as AT,jsxs as wT}from"react/jsx-runtime";import{Fragment as BT,jsx as OT,jsxs as PT}from"react/jsx-runtime";import{Fragment as HT,jsx as _T,jsxs as zT}from"react/jsx-runtime";import{Fragment as VT,jsx as $T,jsxs as WT}from"react/jsx-runtime";import{jsx as Ut,jsxs as Tu}from"react/jsx-runtime";var Mu=te.options,Au=te.states,Ms={...te.defaultOptions,variant:"horizontal"},wu=[{name:"horizontal",title:"Horizontal"},{name:"vertical",title:"Vertical"}],Iu=[{name:"scrollable",title:"Scrollable"},{name:"opened",title:"Opened"}],ko=e=>{let{variant:t,modifiers:o,...a}={...Ms,...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=Ut(X,{className:"k-menu-popup",children:Tu(me,{children:[Ut(q,{text:"Item 1"}),Ut(q,{text:"Item 2"}),Ut(vo,{}),Ut(q,{text:"Item 3"})]})});break}}),t==="vertical"?Ut(ii,{...a,...i,orientation:"vertical",style:{width:"200px"}}):Ut(ii,{...a,...i})};ko.options=Mu;ko.states=Au;ko.variants=wu;ko.defaultOptions=Ms;ko.modifiers=Iu;ko.className=te.className;import{jsx as Bu}from"react/jsx-runtime";var As="k-spreadsheet-menu",Eu=[],Cu={},Ou={},No=e=>{let{children:t,...o}=e;return Bu(te,{...o,className:r(e.className,As),children:t})};No.states=Eu;No.options=Cu;No.className=As;No.defaultOptions=Ou;import{jsx as Pu}from"react/jsx-runtime";var Ra=e=>Pu(st,{...e});import{jsx as IE}from"react/jsx-runtime";import{jsx as BE}from"react/jsx-runtime";import{jsx as DE}from"react/jsx-runtime";import{jsx as FE}from"react/jsx-runtime";import{jsx as VE}from"react/jsx-runtime";import{jsx as qE}from"react/jsx-runtime";import{jsx as Gt}from"react/jsx-runtime";var Ru=st.options,Ku=st.states,ws={...st.defaultOptions,variant:"color"},Du=[{name:"color",title:"Color",default:!0},{name:"no color",title:"No color"},{name:"icon",title:"Icon"}],_u=[{name:"opened",title:"Opened"}],So=e=>{let{variant:t,modifiers:o,...a}={...ws,...e},i={};Object.keys(o||{}).forEach(p=>{p==="opened"&&(i.opened=!!o?.[p],i.popup=o?.[p]?Gt(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 Gt("div",{style:s,children:Gt(Ra,{...a,...i})});case"icon":return Gt("div",{style:s,children:Gt(Ra,{value:"rgba(183, 118 , 118, 1.00)",valueIconName:"edit-tools",...a,...i})});default:return Gt("div",{style:s,children:Gt(Ra,{value:"rgba(183, 118 , 118, 1.00)",...a,...i})})}};So.options=Ru;So.states=Ku;So.variants=Du;So.defaultOptions=ws;So.modifiers=_u;So.className=st.className;import{jsx as Hu}from"react/jsx-runtime";var Is=e=>Hu(Ie,{...e});import{jsx as kC,jsxs as NC}from"react/jsx-runtime";import{jsx as wC,jsxs as IC}from"react/jsx-runtime";import{jsx as PC,jsxs as RC}from"react/jsx-runtime";import{Fragment as FC,jsx as zC}from"react/jsx-runtime";import{Fragment as XC,jsx as WC}from"react/jsx-runtime";import{jsx as jC,jsxs as eO}from"react/jsx-runtime";import{Fragment as lO,jsx as nO,jsxs as sO}from"react/jsx-runtime";import{jsx as mO}from"react/jsx-runtime";import{jsx as hO}from"react/jsx-runtime";import{jsx as SO,jsxs as LO}from"react/jsx-runtime";import{jsx as TO,jsxs as EO}from"react/jsx-runtime";import{jsx as wt,jsxs as Vu}from"react/jsx-runtime";var zu=ne.states,Fu=ne.defaultOptions,Uu=ne.options,Gu=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"opened",title:"Opened"}],$u=[],Lo=e=>{let{modifiers:t,...o}=e,a={},i=wt(_,{style:{width:300},size:o.size,children:Vu(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(Is,{value:"Value",style:{width:300},...o,...a})})};Lo.options=Uu;Lo.states=zu;Lo.variants=$u;Lo.defaultOptions=Fu;Lo.modifiers=Gu;Lo.className=ne.className;import{jsx as a5}from"react/jsx-runtime";import{jsx as s5}from"react/jsx-runtime";import{jsx as c5}from"react/jsx-runtime";import{Fragment as k5,jsx as v5,jsxs as g5}from"react/jsx-runtime";import{jsx as y5}from"react/jsx-runtime";import{Fragment as Yu,jsx as tt,jsxs as Ts}from"react/jsx-runtime";var Wu=d.states,Es={...d.defaultOptions,variant:"text"},Xu=d.options,Ju=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],qu=[{name:"opened",title:"Opened"}],yo=e=>{let{variant:t,modifiers:o,...a}={...Es,...e},i={},s=tt(X,{className:"k-menu-popup",children:Ts(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 Ts(Yu,{children:[p,o?.opened&&s]})};yo.options=Xu;yo.states=Wu;yo.variants=Ju;yo.defaultOptions=Es;yo.modifiers=qu;yo.className=C.className;var ni="split-button",Cs=ni;import{Fragment as ju,jsx as si,jsxs as Os}from"react/jsx-runtime";var li="k-split-button",Qu=[l.hover,l.focus,l.active,l.selected,l.disabled],Zu={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]},Bs={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=Bs.arrowIconName,popup:S,opened:N,popupId:y,...T}=e;return Os(ju,{children:[Os("div",{...T,className:r(e.className,li,"k-button-group",A(li,{rounded:o})),children:[si(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}),si(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&&si(X,{className:"k-menu-popup",children:S})]})};K.states=Qu;K.options=Zu;K.className=li;K.defaultOptions=Bs;K.moduleName=ni;K.folderName=Cs;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 pi=K;import{jsx as tf}from"react/jsx-runtime";var ef="k-toolbar-separator",oe=e=>tf("div",{className:r(ef,e.className,"k-separator")});var lt="toolbar",It=lt;import{Fragment as di,jsx as H,jsxs as Mo}from"react/jsx-runtime";var pt="k-toolbar",of=[l.focus],af={size:[c.undefined,c.small,c.medium,c.large],fillMode:[b.undefined,b.solid,b.outline,b.flat]},rf={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===$o)N.push(H($o,{...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===pi)N.push(H(pi,{...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===ne?N.push(H(ne,{...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(di,{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(di,{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(di,{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=of;$.options=af;$.className=pt;$.defaultOptions=rf;$.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 pf}from"react/jsx-runtime";var Ps="k-floating-toolbar",nf=[],sf={},lf={},Ao=e=>{let{...t}=e;return pf("div",{...t,className:r(e.className,Ps),children:e.children})};Ao.states=nf;Ao.options=sf;Ao.className=Ps;Ao.defaultOptions=lf;Ao.moduleName=lt;Ao.folderName=It;import{jsx as uf}from"react/jsx-runtime";var ci="k-toolbar-item",df=[l.focus],cf={},mf={},dt=e=>{let{focus:t,...o}=e;return uf("div",{...o,className:r(e.className,ci,E(ci,{focus:t})),children:e.children})};dt.states=df;dt.options=cf;dt.className=ci;dt.defaultOptions=mf;dt.moduleName=lt;dt.folderName=It;import{jsx as Rs}from"react/jsx-runtime";var Ks="k-toolbar-popup",ff=[],bf={size:[c.undefined,c.small,c.medium,c.large],fillMode:[b.undefined,b.solid,b.outline,b.flat]},hf={},$t=e=>{let{size:t,fillMode:o,section:a,...i}=e;return Rs(X,{...i,className:r(e.className,Ks),children:a?Rs("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=ff;$t.options=bf;$t.className=Ks;$t.defaultOptions=hf;$t.moduleName=lt;$t.folderName=It;var Da=$t;import{jsx as w3}from"react/jsx-runtime";import{jsx as C3}from"react/jsx-runtime";import{jsx as R3}from"react/jsx-runtime";import{jsx as F3,jsxs as U3}from"react/jsx-runtime";import{jsx as W3}from"react/jsx-runtime";import{jsx as ct,jsxs as Nf}from"react/jsx-runtime";var xf=K.states,Ds={...K.defaultOptions,variant:"text"},vf=K.options,gf=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],kf=[{name:"opened",title:"Opened"}],wo=e=>{let{variant:t,modifiers:o,...a}={...Ds,...e},i={},s=Nf(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=vf;wo.states=xf;wo.variants=gf;wo.defaultOptions=Ds;wo.modifiers=kf;wo.className=K.className;import{jsx as Vt,jsxs as Sf}from"react/jsx-runtime";var _s=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"),Sf(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 NB,jsxs as SB}from"react/jsx-runtime";import{jsx as Ee,jsxs as Hs}from"react/jsx-runtime";var zs=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"),Hs(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"),Hs(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 Fs}from"react/jsx-runtime";var Us=({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"),Fs(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"),Fs(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 Lf,jsx as ye,jsxs as _a}from"react/jsx-runtime";var Gs=({fillMode:e,size:t,...o})=>_a(Lf,{children:[ye($,{section:!0,fillMode:e,size:t,children:[ye(d,{fillMode:e,size:t,children:"Button"},"toolbar-button"),_a(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}),_a(Da,{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"),_a(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 tP,jsx as jB,jsxs as eP}from"react/jsx-runtime";import{Fragment as mP,jsx as dP,jsxs as cP}from"react/jsx-runtime";import{jsx as Tt}from"react/jsx-runtime";var yf=$.options,Mf=$.states,$s={...$.defaultOptions,variant:"default"},Af=[{name:"default",title:"Default"},{name:"scrollable",title:"Scrollable"},{name:"overlay",title:"Overlay"},{name:"responsive",title:"Responsive"}],wf=[],Io=e=>{let{variant:t,...o}={...$s,...e};switch(t){case"responsive":return Tt("div",{children:Tt(Gs,{style:{width:"583px"},...o})});case"overlay":return Tt("div",{children:Tt(Us,{style:{width:"583px"},...o,scrollingPosition:"start",scrollButtons:"hidden"})});case"scrollable":return Tt("div",{children:Tt(zs,{style:{width:"583px"},...o})});default:return Tt("div",{children:Tt(_s,{style:{width:"583px"},...o})})}};Io.options=yf;Io.states=Mf;Io.variants=Af;Io.defaultOptions=$s;Io.modifiers=wf;Io.className=$.className;import{jsx as Cf}from"react/jsx-runtime";var Vs="k-spreadsheet-toolbar",If=[],Tf={},Ef={},To=e=>{let{children:t,...o}=e;return Cf($,{...o,resizable:!0,className:r(e.className,Vs),fillMode:"flat","aria-label":o["aria-label"]||"Spreadsheet toolbar",children:t})};To.states=If;To.options=Tf;To.className=Vs;To.defaultOptions=Ef;import{jsx as B,jsxs as ui}from"react/jsx-runtime";var Ws="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"),ui(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"),ui(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")],mi={toolbarItems:Pf,menuItems:Rf},mt=e=>{let{toolbarItems:t=mi.toolbarItems,menuItems:o=mi.menuItems,...a}=e;return ui("div",{...a,className:r(Ws,e.className),children:[B(No,{children:o}),B(To,{children:t})]})};mt.states=Of;mt.options=Bf;mt.className=Ws;mt.defaultOptions=mi;import{jsx as Hf}from"react/jsx-runtime";var Xs="k-tabstrip-items",Kf=[],Df={},_f={tabAlignment:"start"},sa=e=>{let{children:t,tabAlignment:o,orientation:a,...i}=e;return Hf("ul",{...i,className:r(e.className,Xs,"k-reset",`k-tabstrip-items-${o}`),role:"tablist",...a==="vertical"&&{"aria-orientation":"vertical"},children:t})};sa.states=Kf;sa.options=Df;sa.className=Xs;sa.defaultOptions=_f;var Js=sa;import{jsx as Uf}from"react/jsx-runtime";var qs="k-tabstrip-items-wrapper",zf=[],Ff={},Ys={orientation:"horizontal"},la=e=>{let{children:t,orientation:o=Ys.orientation,...a}=e;return Uf("div",{...a,className:r(e.className,qs,{"k-hstack":o==="horizontal","k-vstack":o==="vertical"}),children:t})};la.states=zf;la.options=Ff;la.className=qs;la.defaultOptions=Ys;var Qs=la;var fi="tabstrip",Zs=fi;import{jsx as Je,jsxs as js}from"react/jsx-runtime";var Et="k-tabstrip",Gf=[],$f={size:[c.undefined,c.small,c.medium,c.large]},Ha={position:"top",tabAlignment:"start",scrollButtons:"around"},ut=e=>{let{size:t,scrollable:o,children:a,tabStripItems:i,tabStripItemsId:s,position:p=Ha.position,tabAlignment:m=Ha.tabAlignment,scrollButtons:f=Ha.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 js("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,js(Qs,{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]})};ut.states=Gf;ut.options=$f;ut.className=Et;ut.defaultOptions=Ha;ut.moduleName=fi;ut.folderName=Zs;ut.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 za,jsxs as bi}from"react/jsx-runtime";var hi="k-tabstrip-item",Vf=[l.active,l.hover,l.disabled,l.focus],Wf={},el={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=el.iconPosition,value:u,actions:S,...N}=e;return bi("li",{...N,className:r(e.className,hi,E(hi,{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:[bi("span",{className:"k-link",children:[x&&g==="before"&&za(L,{icon:x}),u&&za("span",{className:"k-link-text",children:u}),x&&g==="after"&&za(L,{icon:x})]}),(S||h)&&bi("span",{className:"k-item-actions",children:[S,h&&za(d,{as:"span",className:"k-remove-tab",icon:"x",fillMode:"flat",size:"xsmall",title:"Close","aria-hidden":"true"})]}),p]})};qe.states=Vf;qe.options=Wf;qe.className=hi;qe.item=el;import{Fragment as Yf,jsx as Ne,jsxs as al}from"react/jsx-runtime";var tl="k-spreadsheet-sheets-bar",Xf=[],Jf={},qf=al(Yf,{children:[Ne(qe,{first:!0,active:!0,value:"Sheet 1",actions:Ne(C,{showArrow:!1,size:"small",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet1"),Ne(qe,{value:"Sheet 2",actions:Ne(C,{showArrow:!1,size:"small",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet2"),Ne(qe,{value:"Sheet 3",actions:Ne(C,{showArrow:!1,size:"small",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet3"),Ne(qe,{value:"Sheet 4",actions:Ne(C,{showArrow:!1,size:"small",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet4"),Ne(qe,{value:"Sheet 5",actions:Ne(C,{showArrow:!1,size:"small",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet5"),Ne(qe,{last:!0,value:"Sheet 6",actions:Ne(C,{showArrow:!1,size:"small",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet6")]}),ol={tabStripItems:qf},ft=e=>{let{tabStripItems:t=ol.tabStripItems,...o}=e,a=P("spreadsheet-sheets");return al("div",{...o,className:r(tl,e.className),children:[Ne(d,{className:"k-spreadsheet-sheet-add",fillMode:"flat",size:"small",icon:"plus","aria-label":"Add new sheet","aria-controls":a}),Ne(d,{className:"k-spreadsheet-sheets-menu",fillMode:"flat",size:"small",icon:"menu","aria-label":"Sheets menu","aria-controls":a}),Ne(ut,{className:"k-spreadsheet-sheets",tabStripItems:t,tabStripItemsId:a,position:"bottom",scrollable:!0,scrollButtons:"end"})]})};ft.states=Xf;ft.options=Jf;ft.className=tl;ft.defaultOptions=ol;var xi="tooltip",rl=xi;import{jsx as pa,jsxs as il}from"react/jsx-runtime";var vi="k-tooltip",Qf=[],Zf={themeColor:[k.undefined,k.base,k.inverse,k.info,k.success,k.warning,k.error]},nl={closable:!1},Se=e=>{let{closable:t=nl.closable,callout:o,themeColor:a,title:i,content:s,icon:p,id:m=P("tooltip"),...f}=e;return il("div",{...f,className:r(e.className,vi,A(vi,{themeColor:a}),{"k-tooltip-closable":t}),role:"tooltip",id:m,children:[p&&pa(L,{className:"k-tooltip-icon",icon:p}),il("div",{className:"k-tooltip-content",children:[i&&pa("div",{className:"k-tooltip-title",children:i}),s]}),t&&pa("div",{className:"k-tooltip-button",role:"button","aria-label":"Close",tabIndex:0,children:pa(L,{icon:"x"})}),o&&pa("div",{className:r("k-callout",{[`k-callout-${yi.calloutMap[o]||o}`]:o})})]})};Se.states=Qf;Se.options=Zf;Se.className=vi;Se.defaultOptions=nl;Se.moduleName=xi;Se.folderName=rl;Se.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 gi=Se;import{jsx as jf}from"react/jsx-runtime";var sl=e=>jf(gi,{content:"Tooltip Content",...e});import{jsx as _6}from"react/jsx-runtime";import{jsx as ki,jsxs as ab}from"react/jsx-runtime";var eb={...Se.options,closable:{type:"boolean"},callout:["none","top","bottom","left","right"]},tb=Se.states,ll={...Se.defaultOptions,callout:"top"},ob=[],Eo=e=>{let{callout:t="top",...o}={...ll,...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 ab("div",{style:{position:"absolute"},children:[ki(Ke,{style:{top:i,left:s},children:ki(sl,{style:{width:"86px",textAlign:"center"},callout:p,content:"Content",...o})}),ki(d,{text:"Show"})]})};Eo.options=eb;Eo.states=tb;Eo.variants=ob;Eo.defaultOptions=ll;Eo.modifiers=[];Eo.className=Se.className;import{jsx as n}from"react/jsx-runtime";var Ni=[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"})],pl=[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"}})];import{jsx as G}from"react/jsx-runtime";var dl="k-spreadsheet-column-header",rb=[],ib={},cl={configureSelection:{A:"partial"}},Co=e=>{let{configureSelection:t=cl.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(dl,e.className),children:s})};Co.states=rb;Co.options=ib;Co.className=dl;Co.defaultOptions=cl;import{jsx as F}from"react/jsx-runtime";var ml="k-spreadsheet-row-header",nb=[],sb={},ul={configureSelection:{1:"partial"}},Oo=e=>{let{configureSelection:t=ul.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(ml,e.className),children:s})};Oo.states=nb;Oo.options=sb;Oo.className=ml;Oo.defaultOptions=ul;import*as bl from"react";import{jsx as fl}from"react/jsx-runtime";var hl="k-spreadsheet-data",lb=[],pb={},db={},Bo=e=>{let{activeCellIndex:t,...o}=e,i=t?((p,m)=>p.map((f,h)=>h===m?fl("div",{style:f.props.style,className:r(f.props.className,"k-spreadsheet-active-cell"),children:f.props.children},h):f))(Ni,t):Ni,s=[...pl,...i].map((p,m)=>p.key?p:bl.cloneElement(p,{key:m}));return fl("div",{...o,className:r(hl,e.className),children:s})};Bo.states=lb;Bo.options=pb;Bo.className=hl;Bo.defaultOptions=db;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=Do;Po.folderName=ma;import{Fragment as NR,jsx as kR,jsxs as SR}from"react/jsx-runtime";import{jsx as da,jsxs as kb}from"react/jsx-runtime";var bb={},hb=[],xb=[],vb={},gb=[],Ro=()=>kb(vl,{style:{height:"415px",width:"80%"},children:[da(mt,{}),da(rt,{}),da(bt,{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(ft,{})]});Ro.options=bb;Ro.states=hb;Ro.variants=xb;Ro.defaultOptions=vb;Ro.modifiers=gb;Ro.className=Oe.className;import{jsx as ae,jsxs as Fa}from"react/jsx-runtime";var gl="k-spreadsheet-view",Nb=[],Sb={},Lb={},bt=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(Se,{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"})]})};bt.states=Nb;bt.options=Sb;bt.className=gl;bt.defaultOptions=Lb;import{Fragment as yb,jsx as Ko,jsxs as Mb}from"react/jsx-runtime";var vl=e=>Ko(Oe,{children:Mb(yb,{children:[Ko(mt,{}),Ko(rt,{}),Ko(bt,{selection:Ko("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}),Ko(ft,{})]}),...e});export{vl as SpreadsheetNormal};