@progress/kendo-themes-html 14.0.0-dev.5 → 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 (152) 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-view.js +1 -1
  56. package/dist/cjs/spreadsheet/templates/spreadsheet-formula-open.js +1 -1
  57. package/dist/cjs/spreadsheet/templates/spreadsheet-normal.js +1 -1
  58. package/dist/esm/chat/chat-message.mjs +1 -1
  59. package/dist/esm/chat/chat.spec.mjs +1 -1
  60. package/dist/esm/chat/demos/chat.mjs +1 -1
  61. package/dist/esm/chat/templates/chat-empty.mjs +1 -1
  62. package/dist/esm/chat/templates/chat-expandable.mjs +1 -1
  63. package/dist/esm/chat/templates/chat-failed.mjs +1 -1
  64. package/dist/esm/chat/templates/chat-message-skeleton.mjs +1 -1
  65. package/dist/esm/chat/templates/chat-message-toolbar.mjs +1 -1
  66. package/dist/esm/chat/templates/chat-normal.mjs +1 -1
  67. package/dist/esm/chat/templates/chat-pinned.mjs +1 -1
  68. package/dist/esm/chat/templates/chat-stop-response.mjs +1 -1
  69. package/dist/esm/chat/templates/chat-textarea-file.mjs +1 -1
  70. package/dist/esm/chat/templates/chat-typing.mjs +1 -1
  71. package/dist/esm/chat/templates/chat-upload.mjs +1 -1
  72. package/dist/esm/editor/demos/editor.mjs +1 -1
  73. package/dist/esm/editor/templates/editor-normal.mjs +1 -1
  74. package/dist/esm/editor/templates/editor-resizable.mjs +1 -1
  75. package/dist/esm/editor/templates/editor-responsive-toolbar.mjs +1 -1
  76. package/dist/esm/imageeditor/templates/imageeditor-crop.mjs +1 -1
  77. package/dist/esm/imageeditor/templates/imageeditor-resize.mjs +1 -1
  78. package/dist/esm/index.mjs +8 -8
  79. package/dist/esm/prompt/demos/prompt.mjs +1 -1
  80. package/dist/esm/prompt/templates/prompt-inline-input-only.mjs +1 -1
  81. package/dist/esm/prompt/templates/prompt-inline.mjs +1 -1
  82. package/dist/esm/prompt/templates/prompt-more-actions.mjs +1 -1
  83. package/dist/esm/prompt/templates/prompt-normal.mjs +1 -1
  84. package/dist/esm/prompt/templates/prompt-output.mjs +1 -1
  85. package/dist/esm/prompt/templates/prompt-popup.mjs +1 -1
  86. package/dist/esm/prompt/templates/prompt-settings.mjs +1 -1
  87. package/dist/esm/prompt/templates/prompt-suggestions.mjs +1 -1
  88. package/dist/esm/prompt-box/prompt-box.spec.mjs +1 -1
  89. package/dist/esm/prompt-box/templates/prompt-box-auto-expanded.mjs +1 -1
  90. package/dist/esm/prompt-box/templates/prompt-box-auto.mjs +1 -1
  91. package/dist/esm/prompt-box/templates/prompt-box-multi.mjs +1 -1
  92. package/dist/esm/prompt-box/templates/prompt-box-single.mjs +1 -1
  93. package/dist/esm/prompt-box/templates/prompt-box-stop-response.mjs +1 -1
  94. package/dist/esm/rating/demos/rating.mjs +1 -1
  95. package/dist/esm/rating/rating-item.mjs +1 -1
  96. package/dist/esm/rating/rating.spec.mjs +1 -1
  97. package/dist/esm/rating/templates/rating-disabled.mjs +1 -1
  98. package/dist/esm/rating/templates/rating-normal.mjs +1 -1
  99. package/dist/esm/rating/templates/rating-readonly.mjs +1 -1
  100. package/dist/esm/rating/templates/rating-with-label.mjs +1 -1
  101. package/dist/esm/smart-box/smart-box-send-button.mjs +1 -1
  102. package/dist/esm/smart-box/templates/smart-box-disabled-send.mjs +1 -1
  103. package/dist/esm/smart-box/templates/smart-box-normal.mjs +1 -1
  104. package/dist/esm/smart-box/templates/smart-box-opened-focused.mjs +1 -1
  105. package/dist/esm/smart-box/templates/smart-box-processing.mjs +1 -1
  106. package/dist/esm/speech-to-text-button/demos/speech-to-text-button.mjs +1 -1
  107. package/dist/esm/speech-to-text-button/speech-to-text-button.spec.mjs +1 -1
  108. package/dist/esm/speech-to-text-button/templates/speech-to-text-button-listening.mjs +1 -1
  109. package/dist/esm/speech-to-text-button/templates/speech-to-text-button-normal.mjs +1 -1
  110. package/dist/esm/spreadsheet/demos/spreadsheet.mjs +1 -1
  111. package/dist/esm/spreadsheet/spreadsheet-header.mjs +1 -1
  112. package/dist/esm/spreadsheet/spreadsheet-view.mjs +1 -1
  113. package/dist/esm/spreadsheet/templates/spreadsheet-formula-open.mjs +1 -1
  114. package/dist/esm/spreadsheet/templates/spreadsheet-normal.mjs +1 -1
  115. package/package.json +3 -3
  116. package/src/_preview/tests/preview-components.tsx +2 -2
  117. package/src/chat/chat-message.tsx +3 -3
  118. package/src/chat/chat.spec.tsx +2 -2
  119. package/src/chat/tests/chat-files-layout.tsx +8 -8
  120. package/src/chat/tests/chat-files-pin.tsx +2 -2
  121. package/src/chat/tests/chat-files.tsx +6 -6
  122. package/src/chat/tests/chat-message-toolbar.tsx +2 -2
  123. package/src/drawer/tests/drawer-item-states.tsx +3 -3
  124. package/src/editor/demos/editor.tsx +1 -1
  125. package/src/editor/templates/editor-normal.tsx +1 -1
  126. package/src/editor/templates/editor-resizable.tsx +1 -1
  127. package/src/editor/templates/editor-responsive-toolbar.tsx +1 -1
  128. package/src/editor/tests/editor-table-wizard.tsx +1 -1
  129. package/src/editor/tests/editor.tsx +2 -2
  130. package/src/grid/tests/grid-assistant-window.tsx +4 -4
  131. package/src/grid/tests/grid-row-pinning-adaptive.tsx +1 -1
  132. package/src/grid/tests/grid-semantic-search-popup.tsx +10 -10
  133. package/src/grid/tests/grid-toolbar.tsx +2 -2
  134. package/src/imageeditor/templates/imageeditor-crop.tsx +1 -1
  135. package/src/imageeditor/templates/imageeditor-resize.tsx +1 -1
  136. package/src/prompt/demos/prompt.tsx +4 -4
  137. package/src/prompt/templates/prompt-inline.tsx +1 -1
  138. package/src/prompt/templates/prompt-output.tsx +4 -4
  139. package/src/prompt/tests/prompt-inline-response-generation.tsx +2 -2
  140. package/src/prompt-box/prompt-box.spec.tsx +1 -1
  141. package/src/prompt-box/tests/prompt-box-affixes.tsx +8 -8
  142. package/src/prompt-box/tests/prompt-box-files.tsx +2 -2
  143. package/src/rating/rating-item.tsx +20 -5
  144. package/src/smart-box/smart-box-send-button.tsx +1 -1
  145. package/src/smart-box/templates/smart-box-disabled-send.tsx +1 -1
  146. package/src/smart-box/templates/smart-box-normal.tsx +1 -1
  147. package/src/smart-box/templates/smart-box-opened-focused.tsx +1 -1
  148. package/src/smart-box/templates/smart-box-processing.tsx +1 -1
  149. package/src/speech-to-text-button/speech-to-text-button.spec.tsx +2 -2
  150. package/src/spreadsheet/spreadsheet-header.tsx +1 -1
  151. package/src/spreadsheet/tests/spreadsheet-tools.tsx +1 -1
  152. package/src/toolbar/tests/toolbar-fill-modes.tsx +2 -2
@@ -1 +1 @@
1
- var Ap=Object.create;var ya=Object.defineProperty;var wp=Object.getOwnPropertyDescriptor;var Ip=Object.getOwnPropertyNames;var Tp=Object.getPrototypeOf,Ep=Object.prototype.hasOwnProperty;var Cp=(e,t)=>{for(var o in t)ya(e,o,{get:t[o],enumerable:!0})},Ji=(e,t,o,a)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of Ip(t))!Ep.call(e,r)&&r!==o&&ya(e,r,{get:()=>t[r],enumerable:!(a=wp(t,r))||a.enumerable});return e};var or=(e,t,o)=>(o=e!=null?Ap(Tp(e)):{},Ji(t||!e||!e.__esModule?ya(o,"default",{value:e,enumerable:!0}):o,e)),Op=e=>Ji(ya({},"__esModule",{value:!0}),e);var Rb={};Cp(Rb,{SpreadsheetNormal:()=>Wi});module.exports=Op(Rb);var i=(...e)=>e.filter(t=>t!==!0&&!!t).map(t=>Array.isArray(t)?i(...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 w=(e,t)=>i({[`${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"}),B=(e,t)=>{let{valid:o,invalid:a,hover:r,focus:s,checked:p,active:m,selected:f,disabled:h,indeterminate:x,loading:g,empty:u,readonly:S,highlighted:N,...M}=t;return i({"k-valid":o,"k-invalid":a,"k-hover":r,"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(M).reduce((O,A)=>(A.startsWith("k-")?O[A]=M[A]:O[`k-${A}`]=M[A],O),{}))};function qi(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 ar={};function K(e){return ar[e]=(ar[e]||0)+1,`k-${e}-${ar[e]}`}var jo="spreadsheet",Ma=jo;var Zi=require("react/jsx-runtime"),Qi="k-spreadsheet",Bp=[],Pp={},Rp={},Je=e=>{let{children:t,...o}=e;return(0,Zi.jsx)("div",{...o,className:i(Qi,e.className),role:"application",children:t})};Je.states=Bp;Je.options=Pp;Je.className=Qi;Je.defaultOptions=Rp;Je.moduleName=jo;Je.folderName=Ma;Je.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."}]};var ea=require("react/jsx-runtime"),rr="k-font-icon",Kp=[],Dp={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]},_p={},ta=e=>{let{size:t,themeColor:o,icon:a,rotate:r,flip:s,...p}=e;return a?(0,ea.jsx)("span",{...p,className:i(e.className,rr,w(rr,{size:t}),{[`k-i-${a}`]:a,[`k-color-${o}`]:o,[`k-rotate-${r}`]:r,"k-flip-h":s==="h"||s==="both","k-flip-v":s==="v"||s==="both"}),"aria-hidden":"true"}):(0,ea.jsx)(ea.Fragment,{})};ta.states=Kp;ta.options=Dp;ta.className=rr;ta.defaultOptions=_p;var ji=ta;var Yt=require("react/jsx-runtime"),ir="k-svg-icon",Hp=[],zp={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]},en={viewBox:"0 0 24 24"},oa=e=>{let{size:t,themeColor:o,rotate:a,flip:r,viewBox:s=en.viewBox,icon:p,...m}=e;if(!p)return(0,Yt.jsx)(Yt.Fragment,{});if(p==="none")return(0,Yt.jsx)("span",{...m,className:i(e.className,ir,w("k-icon",{size:t}),"k-none"),"aria-hidden":"true"});let f=typeof p=="object"&&p.name&&p.name;return(0,Yt.jsx)("span",{...m,className:i(e.className,ir,w("k-icon",{size:t}),{[`k-svg-i-${f}`]:f,[`k-color-${o}`]:o,[`k-rotate-${a}`]:a,"k-flip-h":r==="h"||r==="both","k-flip-v":r==="v"||r==="both"}),"aria-hidden":"true",children:(0,Yt.jsx)("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})})};oa.states=Hp;oa.options=zp;oa.className=ir;oa.defaultOptions=en;var nr=oa;var sr=or(require("@progress/kendo-svg-icons"));var tn="icon",on="icons";var nn=require("react");var an=require("react"),rn=(0,an.createContext)({iconsType:"svg"});var vt=require("react/jsx-runtime"),Aa="k-icon",Fp=e=>e.replace(/([-_][a-z0-9])/gi,t=>t.toUpperCase().replace("-","").replace("_","")),Up=[],Gp={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]},lr={viewBox:"0 0 24 24",type:"svg"},L=e=>{let{iconsType:t}=(0,nn.useContext)(rn),{size:o,themeColor:a,icon:r,type:s=t||lr.type,rotate:p,flip:m,viewBox:f=lr.viewBox,...h}=e;if(!r)return(0,vt.jsx)(vt.Fragment,{});if((t||s)==="svg"){if(r==="none")return(0,vt.jsx)(nr,{...h,className:i(e.className,Aa),icon:r,size:o});let g=sr[r]?r:Fp(`${r}-icon`);return sr[g]?(0,vt.jsx)(nr,{...h,className:i(e.className,Aa),icon:sr[g],size:o,themeColor:a,rotate:p,flip:m,viewBox:f}):(0,vt.jsx)(vt.Fragment,{})}return(0,vt.jsx)(ji,{...h,className:i(e.className,Aa),icon:r,size:o,themeColor:a,rotate:p,flip:m})};L.states=Up;L.options=Gp;L.defaultOptions=lr;L.className=Aa;L.moduleName=tn;L.folderName=on;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 pr="button",sn=pr;var it=require("react/jsx-runtime"),aa="k-button",$p=["icon-button"],Vp=[l.hover,l.focus,l.active,l.selected,l.disabled,l.generating],Wp={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]},dr={showArrow:!1,arrowIconName:"chevron-down"},d=e=>{let{as:t="button",size:o,rounded:a,fillMode:r,themeColor:s,showArrow:p=dr.showArrow,arrowIconName:m=dr.arrowIconName,variant:f,hover:h,focus:x,active:g,selected:u,disabled:S,togglable:N,ariaDisabled:M,icon:O,text:A,iconClassName:_,className:ie,...Se}=e,Te=O!==void 0,Ee=e.children!==void 0;return(0,it.jsxs)(t,{className:i(ie,aa,qi(aa,f),w(aa,{size:o,rounded:a,fillMode:r,themeColor:s}),B(aa,{hover:h,focus:x,active:g,disabled:S||M,selected:u}),{"k-icon-button":!A&&!Ee&&Te}),...Se,"aria-pressed":N?u?"true":"false":void 0,"aria-disabled":M?"true":void 0,disabled:S||void 0,children:[O&&(0,it.jsx)(L,{className:i(_,"k-button-icon"),icon:O}),A?(0,it.jsxs)(it.Fragment,{children:[A&&(0,it.jsx)("span",{className:"k-button-text",children:A}),e.children]}):e.children&&(0,it.jsx)("span",{className:"k-button-text",children:e.children}),p&&(0,it.jsx)("span",{className:"k-menu-button-arrow k-button-arrow",children:(0,it.jsx)(L,{icon:m})})]})};d.states=Vp;d.options=Wp;d.variants=$p;d.className=aa;d.defaultOptions=dr;d.moduleName=pr;d.folderName=sn;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 ra="input",wa=ra;var ln=require("react/jsx-runtime"),Ia="k-input",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]},qp={},ne=e=>{let{hover:t,focus:o,disabled:a,invalid:r,valid:s,loading:p,readonly:m,size:f,rounded:h,fillMode:x,...g}=e;return(0,ln.jsx)("span",{...g,className:i(e.className,Ia,w(Ia,{size:f,rounded:h,fillMode:x}),B(Ia,{hover:t,focus:o,disabled:a,invalid:r,valid:s,loading:p,readonly:m}))})};ne.states=Xp;ne.options=Jp;ne.className=Ia;ne.defaultOptions=qp;ne.moduleName=ra;ne.folderName=wa;var pn=require("react/jsx-runtime"),Ta="k-picker",Yp=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.loading,l.readonly],Qp={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]},Zp={},mt=e=>{let{hover:t,focus:o,disabled:a,invalid:r,valid:s,loading:p,readonly:m,size:f,rounded:h,fillMode:x,...g}=e;return(0,pn.jsx)("span",{...g,className:i(e.className,Ta,w(Ta,{size:f,rounded:h,fillMode:x}),B(Ta,{hover:t,focus:o,disabled:a,invalid:r,valid:s,loading:p,readonly:m})),children:e.children})};mt.states=Yp;mt.options=Qp;mt.className=Ta;mt.defaultOptions=Zp;mt.moduleName=ra;mt.folderName=wa;var no=require("react/jsx-runtime"),dn="k-clear-value",jp=[l.disabled,l.loading,l.readonly],ed={},Ge=e=>{let{disabled:t,loading:o,readonly:a,value:r}=e;return t||a||o||!r?(0,no.jsx)(no.Fragment,{}):(0,no.jsx)("span",{className:i(e.className,dn),children:(0,no.jsx)(L,{icon:"x"})})};Ge.states=jp;Ge.options=ed;Ge.className=dn;var cn=require("react/jsx-runtime"),cr="k-input-inner",td=[],od={},Ea={type:"text",autocomplete:"off",value:"",placeholder:""},$e=e=>{let{value:t=Ea.value,type:o=Ea.type,placeholder:a=Ea.placeholder,autocomplete:r=Ea.autocomplete,disabled:s,readOnly:p,...m}=e;return(0,cn.jsx)("input",{...m,type:o,className:i(e.className,cr,w(cr,e)),placeholder:a,autoComplete:r,defaultValue:t,disabled:s||void 0,readOnly:p||void 0})};$e.states=td;$e.options=od;$e.className=cr;var ia=require("react/jsx-runtime"),mr="k-input-inner",ad=[],rd={},Qt=e=>{let{value:t,placeholder:o,showValue:a,valueIcon:r,valueIconName:s,...p}=e;return(0,ia.jsxs)("span",{...p,className:i(e.className,mr,w(mr,e)),children:[r,!r&&s&&(0,ia.jsx)(L,{className:"k-input-value-icon",icon:s}),a&&!t&&o,a&&t&&(0,ia.jsx)("span",{className:"k-input-value-text",children:t})]})};Qt.states=ad;Qt.options=rd;Qt.className=mr;var un=require("react/jsx-runtime"),ur="k-input-inner",id=[],nd={},mn={value:"",placeholder:""},fr=e=>{let{value:t=mn.value,placeholder:o=mn.placeholder,rows:a,disabled:r,...s}=e;return(0,un.jsx)("textarea",{...s,className:i(e.className,ur,w(ur,e)),placeholder:o,rows:a,defaultValue:t,disabled:r||void 0})};fr.states=id;fr.options=nd;fr.className=ur;var na=require("react/jsx-runtime"),fn="k-input-loading-icon",sd=[l.disabled,l.loading],_e=e=>{let{disabled:t,loading:o}=e;return t||!o?(0,na.jsx)(na.Fragment,{}):(0,na.jsx)("span",{className:i(e.className,fn,"k-icon k-i-loading")})};_e.states=sd;_e.className=fn;var sa=require("react/jsx-runtime"),bn="k-input-validation-icon",ld=[l.valid,l.invalid,l.disabled,l.loading],pd={},Ce=e=>{let{valid:t,invalid:o,disabled:a,loading:r}=e,s=o?"warning-circle":"check-circle";return a||r||!!!(t||o)?(0,sa.jsx)(sa.Fragment,{}):(0,sa.jsx)(L,{className:i(bn),icon:s})};Ce.states=ld;Ce.options=pd;Ce.className=bn;var la=require("react/jsx-runtime"),dd="k-input-prefix",cd={direction:"horizontal"},qe=e=>{let{direction:t=cd.direction,...o}=e;return e.children?(0,la.jsx)("span",{...o,className:i(dd,e.className,{[`k-input-prefix-${t}`]:t}),children:e.children}):(0,la.jsx)(la.Fragment,{})};var pa=require("react/jsx-runtime"),md="k-input-suffix",ud={direction:"horizontal"},Ye=e=>{let{direction:t=ud.direction,...o}=e;return e.children?(0,pa.jsx)("span",{...o,className:i(md,e.className,{[`k-input-suffix-${t}`]:t}),children:e.children}):(0,pa.jsx)(pa.Fragment,{})};var fd=require("react/jsx-runtime");var hn=require("react/jsx-runtime"),bd="k-input-suffix-text",br=e=>{let{children:t,...o}=e;return(0,hn.jsx)("span",{...o,className:i(bd,e.className),children:t})};var vn=require("react/jsx-runtime"),xn="k-input-separator",hd={direction:"vertical"},Qe=e=>{let{direction:t=hd.direction,...o}=e;return(0,vn.jsx)("span",{...o,className:i(xn,e.className,{[`${xn}-${t}`]:t})})};var gn=require("react/jsx-runtime"),Zt=e=>(0,gn.jsx)(d,{children:"Button",...e});var me=require("react/jsx-runtime"),xd=ne.states,vd=ne.defaultOptions,gd=ne.options,kd=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"},{name:"validation-icon",title:"Validation Icon"},{name:"separators",title:"Separators"}],Nd=[],so=e=>{let{modifiers:t,valid:o,invalid:a,loading:r,disabled:s,readonly:p,...m}=e,f=t==null?void 0:t.prefix,h=t==null?void 0:t.suffix,x=t==null?void 0:t["clear-button"],g=t==null?void 0:t["validation-icon"],u=t==null?void 0:t.separators;return(0,me.jsxs)(ne,{...m,valid:o,invalid:a,loading:r,disabled:s,readonly:p,style:{width:300},children:[f&&(0,me.jsxs)(me.Fragment,{children:[(0,me.jsx)(qe,{children:(0,me.jsx)(L,{icon:"lock"})}),u&&(0,me.jsx)(Qe,{})]}),(0,me.jsx)($e,{placeholder:"Placeholder",value:"Value"}),g&&(0,me.jsx)(Ce,{valid:o,invalid:a,loading:r,disabled:s}),(0,me.jsx)(_e,{loading:r,disabled:s}),x&&(0,me.jsx)(Ge,{loading:r,disabled:s,readonly:p,value:"Value"}),h&&(0,me.jsxs)(me.Fragment,{children:[u&&(0,me.jsx)(Qe,{}),(0,me.jsx)(Ye,{children:(0,me.jsx)(Zt,{size:m.size,fillMode:"clear",children:"Send"})})]})]})};so.options=gd;so.states=xd;so.variants=Nd;so.defaultOptions=vd;so.modifiers=kd;so.className=ne.className;var kn=require("react/jsx-runtime"),Dt=e=>(0,kn.jsx)(d,{icon:"folder",...e,"aria-label":e["aria-label"]||"Folder",children:void 0});var Nn=require("react/jsx-runtime"),da=e=>(0,Nn.jsx)(d,{icon:"folder",children:"Button",...e});var Ca=require("react/jsx-runtime"),Sd=d.options,Ld=d.states,yd={...d.defaultOptions,variant:"text"},Md=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],Ad=[],lo=e=>{let{variant:t,...o}=e;switch(t){case"icon-only":return(0,Ca.jsx)(Dt,{...o,icon:"star"});case"icon-and-text":return(0,Ca.jsx)(da,{...o,icon:"star",children:"Button"});default:return(0,Ca.jsx)(Zt,{...o,children:"Button"})}};lo.options=Sd;lo.states=Ld;lo.variants=Md;lo.defaultOptions=yd;lo.modifiers=Ad;lo.className=d.className;var hr="popup",Sn=hr;var xr=require("react/jsx-runtime"),Ln="k-animation-container",wd=[],Id={},yn={positionMode:"absolute"},Ze=e=>{let{positionMode:t=yn.positionMode,animationStyle:o,offset:a,...r}=e;return(0,xr.jsx)("div",{...r,style:{...a,...e.style},className:i(e.className,Ln,"k-animation-container-shown",{"k-animation-container-fixed":t==="fixed"}),children:(0,xr.jsx)("div",{className:"k-child-animation-container",style:o,children:e.children})})};Ze.states=wd;Ze.options=Id;Ze.className=Ln;Ze.defaultOptions=yn;Ze.moduleName=hr;Ze.folderName=Sn;var vr="popup",Mn=vr;var gr=require("react/jsx-runtime"),An="k-popup",Td=[],Ed={},wn={positionMode:"absolute"},Y=e=>{let{offset:t,positionMode:o=wn.positionMode,animationStyle:a,containerClassName:r,containerRole:s,containerAriaLabel:p,...m}=e;return(0,gr.jsx)(Ze,{positionMode:o,offset:t,animationStyle:a,className:r,role:s,"aria-label":p,children:(0,gr.jsx)("div",{...m,className:i(e.className,An),children:e.children})})};Y.states=Td;Y.options=Ed;Y.className=An;Y.defaultOptions=wn;Y.moduleName=vr;Y.folderName=Mn;Y.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 kr="action-buttons",In=kr;var Tn=require("react/jsx-runtime"),Oa="k-actions",Cd=[],Od={},Nr={alignment:"start",orientation:"horizontal"},ut=e=>{let{alignment:t=Nr.alignment,orientation:o=Nr.orientation,...a}=e;return(0,Tn.jsx)("div",{...a,className:i(Oa,{[`${Oa}-${t}`]:t,[`${Oa}-${o}`]:o},e.className),children:e.children})};ut.states=Cd;ut.options=Od;ut.className=Oa;ut.defaultOptions=Nr;ut.moduleName=kr;ut.folderName=In;var Cn=require("react/jsx-runtime"),Bd="k-actionsheet-footer",En={alignment:"stretched",orientation:"horizontal"},_t=e=>{let{alignment:t=En.alignment,orientation:o=En.orientation,template:a,as:r=a?"div":ut,...s}=e;return(0,Cn.jsx)(r,{...s,...!a&&{alignment:t,orientation:o},className:i(e.className,Bd),children:e.children})};var Sr="searchbox",On=Sr;var Ht=require("react/jsx-runtime"),Bn="k-searchbox",Pd=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.loading],Rd={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]},Lr={showIcon:!0,icon:"search"},je=e=>{let{value:t,placeholder:o,size:a,rounded:r,fillMode:s,hover:p,focus:m,valid:f,invalid:h,required:x,loading:g,disabled:u,showIcon:S=Lr.showIcon,icon:N=Lr.icon,"aria-label":M,...O}=e;return(0,Ht.jsxs)(ne,{...O,size:a,rounded:r,fillMode:s,hover:p,focus:m,valid:f,invalid:h,required:x,loading:g,disabled:u,className:i(e.className,Bn),children:[S&&(0,Ht.jsx)(L,{className:"k-input-icon",icon:N}),(0,Ht.jsx)($e,{placeholder:o,value:t,"aria-label":M}),(0,Ht.jsx)(_e,{...e}),(0,Ht.jsx)(Ce,{...e}),(0,Ht.jsx)(Ge,{...e})]})};je.states=Pd;je.options=Rd;je.className=Bn;je.defaultOptions=Lr;je.moduleName=Sr;je.folderName=On;var Kd=require("react/jsx-runtime");var yr="textbox",Pn=yr;var Le=require("react/jsx-runtime"),Rn="k-textbox",Dd=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.loading,l.readonly],_d={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]},Ba={showClearButton:!0,showValidationIcon:!0,separators:!0},be=e=>{let{size:t,rounded:o,fillMode:a,separators:r=Ba.separators,showClearButton:s=Ba.showClearButton,showValidationIcon:p=Ba.showValidationIcon,prefix:m,suffix:f,type:h,value:x,placeholder:g,hover:u,focus:S,valid:N,invalid:M,required:O,loading:A,disabled:_,readonly:ie,id:Se,"aria-label":Te,"aria-describedby":Ee,...Ue}=e;return(0,Le.jsxs)(ne,{...Ue,size:t,rounded:o,fillMode:a,hover:u,focus:S,valid:N,invalid:M,required:O,loading:A,disabled:_,readonly:ie,className:i(e.className,Rn),children:[m&&(0,Le.jsxs)(Le.Fragment,{children:[(0,Le.jsx)(qe,{children:m}),r&&(0,Le.jsx)(Qe,{})]}),(0,Le.jsx)($e,{id:Se,placeholder:g,value:x,type:h,disabled:_,"aria-label":Te,"aria-describedby":Ee,"aria-invalid":M?"true":void 0}),p&&(0,Le.jsx)(Ce,{valid:N,invalid:M,loading:A,disabled:_}),(0,Le.jsx)(_e,{loading:A,disabled:_}),s&&(0,Le.jsx)(Ge,{loading:A,disabled:_,readonly:ie,value:x}),f&&(0,Le.jsxs)(Le.Fragment,{children:[r&&(0,Le.jsx)(Qe,{}),(0,Le.jsx)(Ye,{children:f})]})]})};be.states=Dd;be.options=_d;be.className=Rn;be.defaultOptions=Ba;be.moduleName=yr;be.folderName=Pn;be.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 ca=be;var Dn=require("react/jsx-runtime"),Kn=e=>(0,Dn.jsx)(ca,{...e});var _n=require("react/jsx-runtime");var Hn=require("react/jsx-runtime");var Hd=require("react/jsx-runtime");var Pa=require("react/jsx-runtime"),zd=be.states,Fd=be.defaultOptions,Ud=be.options,Gd=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"}],$d=[],po=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(r=>{switch(r){case"prefix":a.prefix=t!=null&&t[r]?(0,Pa.jsx)(L,{icon:"lock"}):void 0;break;case"suffix":a.suffix=t!=null&&t[r]?(0,Pa.jsx)(Zt,{size:o.size,fillMode:"clear",children:"Send"}):void 0;break;case"clear-button":a.showClearButton=t==null?void 0:t[r];break;default:break}}),(0,Pa.jsx)(Kn,{value:"Value",style:{width:300},...o,...a})};po.options=Ud;po.states=zd;po.variants=$d;po.defaultOptions=Fd;po.modifiers=Gd;po.className=be.className;var Ve=require("react/jsx-runtime"),zn="k-actionsheet-titlebar",Vd={},Oe=e=>{let{title:t,subtitle:o,actionsStart:a,actionsEnd:r,filter:s,input:p,inputValue:m,inputPlaceholder:f,adaptive:h,titleId:x,children:g,...u}=e;return(0,Ve.jsxs)("div",{...u,className:i(e.className,zn),children:[(0,Ve.jsxs)("div",{className:"k-actionsheet-titlebar-group",children:[a&&(0,Ve.jsx)("div",{className:"k-actionsheet-actions",children:a}),!g&&(0,Ve.jsxs)("div",{className:"k-actionsheet-title",id:x,children:[t&&(0,Ve.jsx)("div",{className:"k-text-center",children:t}),o&&(0,Ve.jsx)("div",{className:"k-actionsheet-subtitle k-text-center",children:o})]}),g&&(0,Ve.jsx)("div",{className:"k-actionsheet-title",id:x,children:g}),r&&(0,Ve.jsx)("div",{className:"k-actionsheet-actions",children:r})]}),(p||s)&&(0,Ve.jsx)("div",{className:"k-actionsheet-titlebar-group k-actionsheet-filter",children:p?(0,Ve.jsx)(be,{value:m,placeholder:f,size:h?"large":"medium","aria-label":t||f||"Input"}):(0,Ve.jsx)(je,{placeholder:"Filter",size:h?"large":"medium","aria-label":"Filter options"})})]})};Oe.className=zn;Oe.defaultOptions=Vd;var co=require("react/jsx-runtime"),Mr="k-actionsheet-view",Wd=[],Xd={},Jd={},mo=e=>{let{adaptive:t,animated:o,children:a,header:r,footer:s,titleId:p,...m}=e,f=(r==null?void 0:r.type)===Oe&&(0,co.jsx)(Oe,{adaptive:t,titleId:p,...r==null?void 0:r.props}),h=(s==null?void 0:s.type)===_t&&(0,co.jsx)(_t,{...s==null?void 0:s.props});return(0,co.jsxs)("div",{...m,className:i(e.className,Mr,{[`${Mr}-animated`]:o}),children:[f,(0,co.jsx)("div",{className:"k-actionsheet-content",children:a}),h]})};mo.states=Wd;mo.options=Xd;mo.className=Mr;mo.defaultOptions=Jd;var ma="action-sheet",Ra=ma;var Ar="overlay",Fn=Ar;var Gn=require("react/jsx-runtime"),Un="k-overlay",qd=[],Yd={},Qd={},zt=e=>{let{...t}=e;return(0,Gn.jsx)("div",{...t,className:i(e.className,Un),children:e.children})};zt.states=qd;zt.options=Yd;zt.className=Un;zt.defaultOptions=Qd;zt.moduleName=Ar;zt.folderName=Fn;var jt=require("react/jsx-runtime"),$n="k-actionsheet",Zd=[],jd={},ua={side:"bottom",fullscreen:!1,adaptive:!1,overlay:!0},oe=e=>{let{side:t=ua.side,fullscreen:o=ua.fullscreen,adaptive:a=ua.adaptive,overlay:r=ua.overlay,template:s,children:p,header:m,footer:f,id:h,...x}=e,g=h&&!s&&m?`${h}-title`:void 0;return(0,jt.jsxs)("div",{className:"k-actionsheet-container",children:[r&&(0,jt.jsx)(zt,{}),(0,jt.jsx)(Ze,{animationStyle:{[`${o===!0?"top":t}`]:0,[`${o===!0?"width":null}`]:"100%",[`${o===!0?"height":null}`]:"100%",[`${t==="top"||t==="bottom"?"width":null}`]:"100%",[`${t==="left"||t==="right"?"height":null}`]:"100%"},children:(0,jt.jsx)("div",{...x,id:h,role:"dialog","aria-modal":r?"true":void 0,"aria-labelledby":g,className:i(e.className,$n,{[`k-actionsheet-${t}`]:o===!1,"k-actionsheet-fullscreen":o===!0,"k-adaptive-actionsheet":a}),children:s||(0,jt.jsx)(mo,{header:m,footer:f,adaptive:a,titleId:g,...e,children:p})})})]})};oe.states=Zd;oe.options=jd;oe.className=$n;oe.defaultOptions=ua;oe.moduleName=ma;oe.folderName=Ra;oe.ariaSpec={selector:".k-actionsheet",rules:[{selector:".k-actionsheet",attribute:"role=dialog",usage:"Announces the dialog role of the component."},{selector:".k-actionsheet",attribute:"aria-labelledby (when has title)",usage:"Associates the title of the action sheet."},{selector:".k-actionsheet",attribute:"aria-hidden=true/false (when hidden)",usage:"Announces the hidden state of the ActionSheet container."},{selector:".k-actionsheet",attribute:"aria-modal=true (when modal)",usage:"Announces that the action sheet is modal."},{selector:".k-actionsheet .k-actionsheet-title",attribute:"id",usage:"Used to associate the title with the action sheet wrapper element."}]};var Wn=require("react/jsx-runtime"),Vn="k-actionsheet-container",ec=[],tc={},oc={},uo=e=>{let{children:t,...o}=e;return(0,Wn.jsx)("div",{...o,className:Vn,children:t})};uo.states=ec;uo.options=tc;uo.className=Vn;uo.defaultOptions=oc;uo.moduleName=ma;uo.folderName=Ra;var Xn=require("react/jsx-runtime"),wr=e=>{let{...t}=e;return(0,Xn.jsx)("div",{...t,className:i(e.className,"k-list-ul"),children:e.children})};var et=require("react/jsx-runtime"),Ir="k-actionsheet-item",ac=[l.hover,l.focus,l.selected,l.disabled],Ft=e=>{let{iconName:t,text:o,description:a,hover:r,focus:s,selected:p,disabled:m,...f}=e;return(0,et.jsxs)("span",{...f,className:i(e.className,Ir,B(Ir,{hover:r,focus:s,selected:p,disabled:m})),children:[!e.children&&(0,et.jsx)(et.Fragment,{children:(0,et.jsxs)("span",{className:"k-actionsheet-action",children:[t&&(0,et.jsx)("span",{className:"k-icon-wrap",children:(0,et.jsx)(L,{className:"k-actionsheet-item-icon",icon:t})}),(0,et.jsxs)("span",{className:"k-actionsheet-item-text",children:[o&&(0,et.jsx)("span",{className:"k-actionsheet-item-title",children:o}),a&&(0,et.jsx)("span",{className:"k-actionsheet-item-description",children:a})]})]})}),e.children]})};Ft.states=ac;Ft.className=Ir;var Jn=require("react/jsx-runtime");var rc=require("react/jsx-runtime");var ic=require("react/jsx-runtime");var nc=require("react/jsx-runtime");var Q=require("react/jsx-runtime"),sc=oe.options,lc=oe.states,Yn={...oe.defaultOptions,variant:"normal"},pc=[{name:"normal",title:"Normal"},{name:"adaptive",title:"Adaptive"},{name:"fullScreen",title:"Full Screen"}],dc=[{name:"actions",title:"Titlebar Actions",type:"boolean"},{name:"subtitle",title:"Subtitle",type:"boolean"},{name:"footer",title:"Footer",type:"boolean"}],fo=e=>{let{variant:t,modifiers:o,...a}={...Yn,...e},r={},s=(0,Q.jsxs)(wr,{children:[(0,Q.jsx)(Ft,{text:"Edit Item",description:"Click to edit",iconName:"edit-tools"}),(0,Q.jsx)(Ft,{text:"Add to Favorites",iconName:"heart"}),(0,Q.jsx)(Ft,{text:"Upload New",iconName:"upload",disabled:!0}),(0,Q.jsx)("hr",{className:"k-hr"}),(0,Q.jsx)(Ft,{text:"Cancel",iconName:"cancel"})]}),p="Choose from the items below",m="Select Item";return t==="fullScreen"&&(r.fullScreen=!0),Object.keys(o||{}).forEach(f=>{switch(f){case"actions":r.actionsStart=!!(o!=null&&o[f]),r.actionsEnd=!!(o!=null&&o[f]);break;case"subtitle":r.subtitle=o!=null&&o[f]?p:void 0;break;case"footer":r.footer=!!(o!=null&&o[f]);break;default:break}}),t==="adaptive"?(0,Q.jsx)(oe,{...a,adaptive:!0,fullscreen:r.fullScreen,header:(0,Q.jsx)(Oe,{actionsStart:r.actionsStart?(0,Q.jsx)(d,{icon:"chevron-left",size:"large",fillMode:"flat"}):void 0,actionsEnd:r.actionsEnd?(0,Q.jsx)(d,{icon:"x",size:"large",fillMode:"flat"}):void 0,title:m,subtitle:r.subtitle}),footer:r.footer?(0,Q.jsxs)(_t,{alignment:"stretched",children:[(0,Q.jsx)(d,{text:"Cancel",size:"large",themeColor:"base"}),(0,Q.jsx)(d,{text:"Apply",size:"large",themeColor:"primary"})]}):void 0,children:s}):(0,Q.jsx)(oe,{...a,fullscreen:r.fullScreen,header:(0,Q.jsx)(Oe,{actionsStart:r.actionsStart?(0,Q.jsx)(d,{icon:"chevron-left",fillMode:"flat"}):void 0,actionsEnd:r.actionsEnd?(0,Q.jsx)(d,{icon:"x",fillMode:"flat"}):void 0,title:"Select Item",subtitle:r.subtitle}),footer:r.footer?(0,Q.jsxs)(_t,{alignment:"stretched",children:[(0,Q.jsx)(d,{text:"Apply",themeColor:"primary"}),(0,Q.jsx)(d,{text:"Cancel",themeColor:"base"})]}):void 0,children:s})};fo.options=sc;fo.states=lc;fo.variants=pc;fo.defaultOptions=Yn;fo.modifiers=dc;fo.className=oe.className;var Da=or(require("react"));var Tr=require("react/jsx-runtime"),cc="k-list-group-sticky-header",Er=e=>(0,Tr.jsx)("div",{className:i(cc,e.className),children:(0,Tr.jsx)("div",{className:"k-list-header-text",children:e.children})});var Qn=require("react/jsx-runtime"),mc="k-no-data",Ka=e=>{let{live:t,...o}=e;return(0,Qn.jsx)("span",{...o,className:i(mc,e.className),"aria-live":t?"polite":void 0,children:e.children})};var eo="list",bo=eo;var ho=require("react/jsx-runtime"),Cr="k-list",uc=[],fc={size:[c.undefined,c.small,c.medium,c.large]},bc={},H=e=>{var S;let{size:t,virtualization:o,children:a,header:r,optionLabel:s,customValue:p,noData:m,screenReaders:f,...h}=e,g=Da.default.Children.toArray(a)[0],u=(S=g==null?void 0:g.props)!=null&&S.children?Da.default.Children.count(g.props.children):Da.default.Children.count(a);return(0,ho.jsxs)("div",{...h,className:i(e.className,Cr,w(Cr,{size:t}),{"k-virtual-list":o}),children:[s,p,r&&(0,ho.jsx)(Er,{children:r}),a||(m!==void 0?m:(0,ho.jsx)(Ka,{live:!0,children:"No data found."})),f&&a&&(0,ho.jsxs)(Ka,{className:"k-sr-only",live:!0,children:[u," items found."]})]})};H.states=uc;H.options=fc;H.className=Cr;H.defaultOptions=bc;H.moduleName=eo;H.folderName=bo;H.ariaSpec={selector:".k-list",rules:[{selector:".k-list .k-no-data",attribute:"aria-live=polite",usage:'Announces "No data found" to screen readers.'}]};var jn=require("react/jsx-runtime"),Zn="k-list-container",hc=[],xc={},vc={},xo=e=>{let{...t}=e;return(0,jn.jsx)("div",{...t,className:i(e.className,Zn),children:e.children})};xo.states=hc;xo.options=xc;xo.className=Zn;xo.defaultOptions=vc;xo.moduleName=eo;xo.folderName=bo;var to="checkbox",vo=to;var Or=require("react/jsx-runtime"),_a="k-checkbox",gc=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.checked,l.indeterminate],kc={size:[c.undefined,c.small,c.medium,c.large],rounded:[v.undefined,v.none,v.small,v.medium,v.large,v.full]},Nc={},tt=e=>{let{id:t,checked:o,indeterminate:a,hover:r,focus:s,disabled:p,invalid:m,valid:f,required:h,size:x,rounded:g,wrapperRole:u,...S}=e;return(0,Or.jsx)("span",{className:"k-checkbox-wrap",role:u,children:(0,Or.jsx)("input",{...S,id:t,type:"checkbox",defaultChecked:o,required:h,disabled:p||void 0,"aria-invalid":m?"true":void 0,className:i(e.className,_a,w(_a,{size:x,rounded:g}),B(_a,{hover:r,focus:s,disabled:p,invalid:m,valid:f,indeterminate:a,checked:o}))})})};tt.states=gc;tt.options=kc;tt.className=_a;tt.defaultOptions=Nc;tt.moduleName=to;tt.folderName=vo;tt.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 nt=tt;var os=require("react/jsx-runtime"),es="k-checkbox-list",Sc=[],Lc={},ts={layout:"vertical"},Be=e=>{let{layout:t=ts.layout,...o}=e;return(0,os.jsx)("ul",{...o,className:i(e.className,es,{[`k-list-${t}`]:t}),children:e.children})};Be.states=Sc;Be.options=Lc;Be.className=es;Be.defaultOptions=ts;Be.moduleName=to;Be.folderName=vo;var rs=require("react/jsx-runtime"),as="k-checkbox-list-item",yc=[],Mc={},Ac={},Pe=e=>{let{...t}=e;return(0,rs.jsx)("li",{...t,className:i(e.className,as),children:e.children})};Pe.states=yc;Pe.options=Mc;Pe.className=as;Pe.defaultOptions=Ac;Pe.moduleName=to;Pe.folderName=vo;var oo=require("react/jsx-runtime"),gt=({children:e="Label",id:t="cb-label-after",...o})=>(0,oo.jsxs)(oo.Fragment,{children:[(0,oo.jsx)(nt,{id:t,...o}),(0,oo.jsx)("label",{className:"k-checkbox-label",htmlFor:t,children:e})]});var Br=require("react/jsx-runtime");var Pr=require("react/jsx-runtime");var Rr=require("react/jsx-runtime");var wc=require("react/jsx-runtime");var Ic=require("react/jsx-runtime");var Tc=require("react/jsx-runtime");var ye=require("react/jsx-runtime"),Ec=Be.options,Cc=Be.states,Oc={...Be.defaultOptions,variant:"vertical"},Bc=[{name:"vertical",title:"Vertical"},{name:"horizontal",title:"Horizontal"}],Pc=[],go=e=>{let{variant:t,...o}=e;return t==="horizontal"?(0,ye.jsxs)(Be,{layout:"horizontal",...o,children:[(0,ye.jsx)(Pe,{children:(0,ye.jsx)(gt,{id:K("cb"),defaultChecked:!0,children:"Label"})}),(0,ye.jsx)(Pe,{children:(0,ye.jsx)(gt,{id:K("cb"),children:"Label"})}),(0,ye.jsx)(Pe,{children:(0,ye.jsx)(gt,{id:K("cb"),children:"Label"})})]}):(0,ye.jsxs)(Be,{...o,children:[(0,ye.jsx)(Pe,{children:(0,ye.jsx)(gt,{id:K("cb"),defaultChecked:!0,children:"Label"})}),(0,ye.jsx)(Pe,{children:(0,ye.jsx)(gt,{id:K("cb"),children:"Label"})}),(0,ye.jsx)(Pe,{children:(0,ye.jsx)(gt,{id:K("cb"),children:"Label"})})]})};go.options=Ec;go.states=Cc;go.variants=Bc;go.defaultOptions=Oc;go.modifiers=Pc;go.className=Be.className;var is=require("react/jsx-runtime"),Rc=nt.options,Kc=nt.states,Dc=nt.defaultOptions,_c=[],Hc=[],ko=e=>(0,is.jsx)(gt,{id:K("checkbox"),...e,defaultChecked:!0,children:"Label"});ko.options=Rc;ko.states=Kc;ko.variants=_c;ko.defaultOptions=Dc;ko.modifiers=Hc;ko.className=nt.className;var ft=require("react/jsx-runtime"),Kr="k-list-item",zc=[l.hover,l.focus,l.selected,l.disabled],Fc={},Uc={},R=e=>{let{text:t,groupLabel:o,group:a,iconName:r,iconClassName:s,showCheckbox:p,checked:m,hover:f,focus:h,selected:x,disabled:g,actions:u,description:S,id:N,...M}=e,O=t||e.children;return(0,ft.jsxs)("li",{...M,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:i(e.className,a?"k-list-group-item":Kr,B(Kr,{hover:f,focus:h,disabled:g,selected:x})),children:[p&&(0,ft.jsx)(tt,{checked:m}),r&&(0,ft.jsx)("span",{className:"k-list-item-icon-wrapper",children:(0,ft.jsx)(L,{icon:r,className:i("k-list-item-icon",s)})}),(0,ft.jsx)("span",{className:"k-list-item-text",children:O}),u&&(0,ft.jsx)("div",{className:"k-list-item-actions",children:u}),S&&(0,ft.jsx)("span",{className:"k-list-item-description",children:S}),o&&o!==""&&(0,ft.jsx)("div",{className:"k-list-item-group-label",children:o})]})};R.states=zc;R.options=Fc;R.className=Kr;R.defaultOptions=Uc;R.moduleName=eo;R.folderName=bo;R.ariaSpec={selector:".k-list-item",rules:[{selector:".k-list-item",attribute:"role=option",usage:"Each list item is an option in the listbox."},{selector:".k-list-item",attribute:"id",usage:"ID for aria-activedescendant reference."},{selector:".k-list-item",attribute:"aria-selected (when selectable)",usage:"Indicates the selected state of the option."},{selector:".k-list-group-item",attribute:"role=presentation",usage:"Group headers are presentational, not selectable options."},{selector:".k-list-item-icon",attribute:"aria-hidden=true",usage:"Decorative icons are hidden from assistive technology."}]};var ns=require("react/jsx-runtime"),Gc="k-list-ul",kt=e=>{let{children:t,role:o,id:a,...r}=e;return(0,ns.jsx)("ul",{...r,id:a,role:o,className:i(Gc,e.className),children:t})};kt.ariaSpec={selector:".k-list-ul",rules:[{selector:'.k-list-ul[role="listbox"]',attribute:"role=listbox",usage:"For ungrouped lists, the UL has the listbox role."},{selector:'.k-list-ul[role="listbox"]',attribute:"aria-label or aria-labelledby (when has accessible name)",usage:"Accessible name for the listbox."},{selector:'.k-list-ul[role="group"]',attribute:"role=group",usage:"For grouped sublists under a group header."},{selector:'.k-list-ul[role="group"]',attribute:"aria-labelledby (when grouped)",usage:"References the group header ID."}]};var No=require("react/jsx-runtime"),$c="k-list-content",V=e=>{let{virtualization:t,grouping:o,"aria-label":a,"aria-labelledby":r,listboxId:s,...p}=e;return(0,No.jsxs)("div",{...p,className:i($c,e.className),role:o?"listbox":void 0,id:o?s:void 0,"aria-label":o?a:void 0,"aria-labelledby":o?r:void 0,children:[o?e.children:(0,No.jsx)(kt,{role:"listbox",id:s,"aria-label":a,"aria-labelledby":r,children:e.children}),t&&(0,No.jsx)("div",{className:"k-height-container",children:(0,No.jsx)("div",{})})]})};V.ariaSpec={selector:".k-list-content",rules:[{selector:'.k-list-content[role="listbox"]',attribute:"role=listbox",usage:"For grouped lists, the list content container has the listbox role."},{selector:'.k-list-content[role="listbox"]',attribute:"aria-label or aria-labelledby (when has accessible name)",usage:"Accessible name for the listbox."}]};var Dr=require("react/jsx-runtime");var So=require("react/jsx-runtime"),Vc="k-list-group-item",ao=e=>{let{groupIconName:t,...o}=e;return(0,So.jsxs)("li",{...o,role:"presentation",className:i(Vc,e.className),children:[t&&(0,So.jsx)("span",{className:"k-list-item-icon-wrapper",children:(0,So.jsx)(L,{icon:t,className:"k-list-item-icon"})}),(0,So.jsx)("span",{className:"k-list-item-text",children:e.children})]})};ao.ariaSpec={selector:".k-list-group-item",rules:[{selector:".k-list-group-item",attribute:"role=presentation",usage:"Group headers are presentational, not selectable options."},{selector:".k-list-group-item",attribute:"id (when referenced)",usage:"ID for aria-labelledby on the parent group UL."}]};var ss=require("react/jsx-runtime"),_r="k-list-optionlabel",Wc=[l.hover,l.focus,l.selected,l.disabled],Xc={},Jc={},Ha=e=>{let{text:t,hover:o,focus:a,selected:r,disabled:s,...p}=e;return(0,ss.jsx)("div",{...p,className:i(_r,B(_r,{hover:o,focus:a,selected:r,disabled:s})),children:t})};Ha.states=Wc;Ha.options=Xc;Ha.className=_r;Ha.defaultOptions=Jc;var ls=require("react/jsx-runtime"),Hr="k-list-custom-value",qc=[l.hover,l.focus,l.selected,l.disabled],Yc={},Qc={},Ut=e=>{let{text:t,hover:o,focus:a,selected:r,disabled:s,...p}=e;return(0,ls.jsx)("div",{...p,className:i(Hr,B(Hr,{hover:o,focus:a,selected:r,disabled:s})),children:t})};Ut.states=qc;Ut.options=Yc;Ut.className=Hr;Ut.defaultOptions=Qc;var zr=require("react/jsx-runtime");var Fr=require("react/jsx-runtime");var Ur=require("react/jsx-runtime");var Gr=require("react/jsx-runtime");var Zc=require("react/jsx-runtime");var $r=require("react/jsx-runtime");var Vr="combobox",ps=Vr;var z=require("react/jsx-runtime"),ds="k-combobox",jc=[l.hover,l.focus,l.valid,l.invalid,l.loading,l.required,l.disabled,l.readonly],em={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]},cs={separators:!0},ue=e=>{let{size:t,rounded:o,fillMode:a,separators:r=cs.separators,prefix:s,suffix:p,value:m,placeholder:f,hover:h,focus:x,valid:g,invalid:u,required:S,loading:N,disabled:M,popup:O,opened:A,readonly:_,adaptive:ie,adaptiveSettings:Se,adaptiveTitle:Te,adaptiveSubtitle:Ee,adaptiveCustomValue:Ue,id:qt,autocomplete:ja,activeDescendant:Kt,"aria-label":La,...er}=e,tr=qt?`${qt}-listbox`:void 0;return(0,z.jsxs)(z.Fragment,{children:[(0,z.jsxs)(ne,{...er,size:t,rounded:o,fillMode:a,hover:h,focus:x,valid:g,invalid:u,required:S,loading:N,disabled:M,readonly:_,className:i(e.className,ds),children:[s&&(0,z.jsxs)(z.Fragment,{children:[(0,z.jsx)(qe,{children:s}),r&&(0,z.jsx)(Qe,{})]}),(0,z.jsx)($e,{id:qt,placeholder:f,value:m,role:"combobox","aria-haspopup":"listbox","aria-expanded":A?"true":"false","aria-controls":A?tr:void 0,"aria-activedescendant":A&&Kt?Kt:void 0,"aria-autocomplete":ja,"aria-invalid":u?"true":void 0,"aria-busy":N?"true":void 0,"aria-label":La,disabled:M,readOnly:_}),(0,z.jsx)(Ce,{valid:g,invalid:u,loading:N,disabled:M}),(0,z.jsx)(_e,{loading:N,disabled:M}),(0,z.jsx)(Ge,{loading:N,disabled:M,readonly:_,value:m}),p&&(0,z.jsxs)(z.Fragment,{children:[r&&(0,z.jsx)(Qe,{}),(0,z.jsx)(Ye,{children:p})]}),(0,z.jsx)(d,{className:"k-input-button",icon:"chevron-down",size:t,fillMode:a,"aria-label":"Open popup",tabIndex:-1,disabled:M})]}),A&&O&&(0,z.jsx)(Y,{className:"k-list-container k-combobox-popup",containerRole:"region",containerAriaLabel:"Combobox suggestions",children:O}),ie&&(0,z.jsx)(oe,{adaptive:!0,id:qt?`${qt}-adaptive`:void 0,...Se,header:(0,z.jsx)(Oe,{actionsEnd:(0,z.jsx)(d,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply selection"}),input:!0,inputValue:m,inputPlaceholder:f,title:Te,subtitle:Ee}),children:(0,z.jsx)("div",{className:"k-list-container",children:(0,z.jsx)(H,{customValue:Ue?(0,z.jsx)(Ut,{text:`Use "${m}"`}):void 0,size:"large",children:(0,z.jsxs)(V,{"aria-label":Te||"Options",children:[(0,z.jsx)(R,{text:"List item"}),(0,z.jsx)(R,{text:"List item"}),(0,z.jsx)(R,{text:"List item"})]})})})})]})};ue.states=jc;ue.options=em;ue.className=ds;ue.defaultOptions=cs;ue.moduleName=Vr;ue.folderName=ps;ue.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 We=ue;var U=require("react/jsx-runtime"),ms="k-spreadsheet-action-bar",tm=[],om={},am=(0,U.jsxs)(U.Fragment,{children:[(0,U.jsx)("span",{className:"k-syntax-startexp",children:"="}),(0,U.jsx)("span",{className:"k-syntax-ref k-series-a",children:"B6"}),(0,U.jsx)("span",{className:"k-syntax-op",children:"+"}),(0,U.jsx)("span",{className:"k-syntax-ref k-series-b",children:"C6"}),(0,U.jsx)("span",{className:"k-syntax-op",children:"+"}),(0,U.jsx)("span",{className:"k-syntax-ref k-series-c",children:"C3"})]}),Wr={formula:am,cellName:"B6"},Nt=e=>{let{formula:t=Wr.formula,cellName:o=Wr.cellName,formulaExpanded:a=!1,formulaListItems:r,...s}=e,p=a?K("spreadsheet-formula-list"):void 0,m=(0,U.jsxs)(U.Fragment,{children:[(0,U.jsx)("li",{className:"k-list-item",role:"menuitem",children:(0,U.jsx)("span",{className:"k-list-item-text",children:"SUM"})}),(0,U.jsx)("li",{className:"k-list-item",role:"menuitem",children:(0,U.jsx)("span",{className:"k-list-item-text",children:"AVERAGE"})}),(0,U.jsx)("li",{className:"k-list-item",role:"menuitem",children:(0,U.jsx)("span",{className:"k-list-item-text",children:"COUNT"})})]});return(0,U.jsxs)("div",{...s,className:i(ms,e.className),children:[(0,U.jsx)("div",{className:"k-spreadsheet-name-editor",children:(0,U.jsx)(ue,{placeholder:o,fillMode:"flat","aria-label":"Name editor"})}),(0,U.jsxs)("div",{className:"k-spreadsheet-formula-bar",children:[(0,U.jsx)("span",{className:"k-separator k-separator-vertical"}),(0,U.jsx)(d,{icon:"formula-fx",fillMode:"flat","aria-label":"Formula"}),(0,U.jsx)("span",{className:"k-separator k-separator-vertical"}),(0,U.jsx)("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&&(0,U.jsx)("ul",{className:"k-spreadsheet-formula-list",id:p,role:"menu",children:r||m})]})]})};Nt.states=tm;Nt.options=om;Nt.className=ms;Nt.defaultOptions=Wr;var Xr="button",us=Xr;var fs=require("react/jsx-runtime"),fa="k-button-group",rm=[l.disabled],im={fillMode:[b.undefined,b.solid,b.flat,b.outline,b.clear,b.link]},nm={},I=e=>{let{fillMode:t,disabled:o,stretched:a,...r}=e;return(0,fs.jsx)("div",{role:"group",...r,className:i(e.className,fa,w(fa,{fillMode:t}),B(fa,{disabled:o}),{[`${fa}-stretched`]:a}),...o&&{"aria-disabled":"true"},children:e.children})};I.states=rm;I.options=im;I.className=fa;I.defaultOptions=nm;I.moduleName=Xr;I.folderName=us;I.ariaSpec={selector:".k-button-group",rules:[{selector:".k-button-group:not(.k-split-button)",attribute:"role=group",usage:"Sets the proper role for the group of buttons."},{selector:".k-button-group.k-disabled",attribute:"aria-disabled=true",usage:"The attribute is rendered only when the entire button group is disabled."},{selector:".k-button-group:not(.k-split-button):not(.k-scheduler-navigation):not(.k-zoom-control) .k-button",attribute:"aria-pressed (when selected)",usage:"Specifies the current state of the ButtonGroup. Only the selected button within the group will have this attribute set to true."}]};var ba=require("react/jsx-runtime"),bs="k-color-preview",sm=[],lm={},Gt=e=>{let{color:t,iconName:o,...a}=e;return(0,ba.jsxs)("span",{...a,className:i(e.className,bs,{"k-icon-color-preview":o,"k-no-color":!t}),children:[o&&(0,ba.jsx)(L,{icon:o,className:"k-color-preview-icon"}),(0,ba.jsx)("span",{className:"k-color-preview-mask",style:{backgroundColor:t}})]})};Gt.states=sm;Gt.options=lm;Gt.className=bs;var Jr=require("react/jsx-runtime");var qr=require("react/jsx-runtime");var Yr=require("react/jsx-runtime");var Qr=require("react/jsx-runtime");var Zr=require("react/jsx-runtime");var jr=require("react/jsx-runtime");var He=require("react/jsx-runtime"),pm={...d.options,...I.options},dm=d.states,cm={...d.defaultOptions,...I.defaultOptions,variant:"text-button"},mm=[{name:"icon-button",title:"Icon Only"},{name:"text-button",title:"Text"},{name:"icon-text-button",title:"Icon Text"}],um=[],Lo=e=>{let{variant:t,className:o,...a}=e;return t==="icon-button"?(0,He.jsxs)(I,{fillMode:a.fillMode,className:o,children:[(0,He.jsx)(d,{...a,icon:"star"}),(0,He.jsx)(d,{...a,icon:"star"}),(0,He.jsx)(d,{...a,icon:"star"})]}):t==="icon-text-button"?(0,He.jsxs)(I,{fillMode:a.fillMode,className:o,children:[(0,He.jsx)(d,{...a,icon:"star",children:"First"}),(0,He.jsx)(d,{...a,icon:"star",children:"Middle"}),(0,He.jsx)(d,{...a,icon:"star",children:"Last"})]}):(0,He.jsxs)(I,{fillMode:a.fillMode,className:o,children:[(0,He.jsx)(d,{...a,children:"First"}),(0,He.jsx)(d,{...a,children:"Middle"}),(0,He.jsx)(d,{...a,children:"Last"})]})};Lo.options=pm;Lo.states=dm;Lo.variants=mm;Lo.defaultOptions=cm;Lo.modifiers=um;Lo.className=I.className;var ei="slider",hs=ei;var st=require("react/jsx-runtime"),ha="k-slider",fm=[l.hover,l.focus,l.active,l.disabled,l.readonly],bm={},ot={type:"single",orientation:"horizontal",gradientType:"1d",readonly:!1,disabled:!1,handlePosition:"end",showButtons:!0,showTicks:!0,value:50,min:0,max:100},J=e=>{let{type:t=ot.type,orientation:o=ot.orientation,gradientType:a=ot.gradientType,readonly:r=ot.readonly,disabled:s=ot.disabled,handlePosition:p=ot.handlePosition,showButtons:m=ot.showButtons,showTicks:f=ot.showTicks,value:h=ot.value,min:x=ot.min,max:g=ot.max,startValue:u,endValue:S,hover:N,focus:M,active:O,trackStyle:A,dir:_,...ie}=e,Te=(()=>{if(t==="gradient"&&a==="2d")return"undefined";if(o==="vertical")return"vertical"})(),Ee,Ue;return o==="horizontal"?(Ee=_==="rtl"?"chevron-left":"chevron-right",Ue=_==="rtl"?"chevron-right":"chevron-left"):o==="vertical"&&(Ee="chevron-up",Ue="chevron-down"),(0,st.jsxs)("div",{...ie,className:i(ha,e.className,B(ha,{readonly:r,disabled:s}),{[`k-slider-${o}`]:o,"k-colorgradient-slider":t==="gradient"}),dir:_,children:[m&&(0,st.jsx)(d,{className:"k-button-decrease",rounded:"full",icon:Ue,tabIndex:-1,title:"Decrease"}),(0,st.jsxs)("div",{className:"k-slider-track-wrap",children:[f&&(0,st.jsx)("ul",{className:"k-reset k-slider-items","aria-hidden":"true",children:e.children}),(0,st.jsxs)("div",{className:"k-slider-track",style:A,children:[(0,st.jsx)("div",{className:"k-slider-selection"}),t==="range"&&(0,st.jsx)("span",{className:i("k-draghandle","k-draghandle-start",B(ha,{hover:N,focus:M,active:O})),role:"slider",tabIndex:s?void 0:0,"aria-valuenow":u??x,"aria-valuemin":x,"aria-valuemax":S??g,"aria-orientation":Te,"aria-disabled":s?"true":void 0,"aria-readonly":r?"true":void 0,"aria-label":ie["aria-label"]?`${ie["aria-label"]} start`:"Range start"}),(0,st.jsx)("span",{className:i("k-draghandle",`k-draghandle-${p}`,B(ha,{hover:N,focus:M,active:O})),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":Te,"aria-disabled":s?"true":void 0,"aria-readonly":r?"true":void 0,"aria-label":t==="range"?ie["aria-label"]?`${ie["aria-label"]} end`:"Range end":ie["aria-label"]})]})]}),m&&(0,st.jsx)(d,{className:"k-button-increase",rounded:"full",icon:Ee,tabIndex:-1,title:"Increase"})]})};J.states=fm;J.options=bm;J.className=ha;J.defaultOptions=ot;J.moduleName=ei;J.folderName=hs;J.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."}]};var ti=require("react/jsx-runtime"),xs="k-tick",hm=[],xm={},vs={label:!1},T=e=>{let{style:t,label:o=vs.label,orientation:a,large:r,text:s,...p}=e;return(0,ti.jsx)("li",{...p,role:"presentation",title:s||"Tick",className:i(e.className,xs,{[`k-tick-${a}`]:a,"k-tick-large":r}),style:t,children:o&&(0,ti.jsx)("span",{className:"k-label",children:s})})};T.states=hm;T.options=xm;T.className=xs;T.defaultOptions=vs;var he=require("react/jsx-runtime"),gs=e=>(0,he.jsx)(J,{"aria-label":e["aria-label"]||"Slider",children:(0,he.jsxs)(he.Fragment,{children:[(0,he.jsx)(T,{className:"k-first",label:!0,large:!0,text:"0"}),(0,he.jsx)(T,{}),(0,he.jsx)(T,{}),(0,he.jsx)(T,{}),(0,he.jsx)(T,{}),(0,he.jsx)(T,{label:!0,large:!0,text:"5"}),(0,he.jsx)(T,{}),(0,he.jsx)(T,{}),(0,he.jsx)(T,{}),(0,he.jsx)(T,{}),(0,he.jsx)(T,{className:"k-last",label:!0,large:!0,text:"10"})]}),...e});var xe=require("react/jsx-runtime"),ks=e=>(0,xe.jsx)(J,{children:(0,xe.jsxs)(xe.Fragment,{children:[(0,xe.jsx)(T,{className:"k-first",label:!0,large:!0,text:"0"}),(0,xe.jsx)(T,{}),(0,xe.jsx)(T,{}),(0,xe.jsx)(T,{}),(0,xe.jsx)(T,{}),(0,xe.jsx)(T,{label:!0,large:!0,text:"5"}),(0,xe.jsx)(T,{}),(0,xe.jsx)(T,{}),(0,xe.jsx)(T,{}),(0,xe.jsx)(T,{}),(0,xe.jsx)(T,{className:"k-last",label:!0,large:!0,text:"10"})]}),"aria-label":e["aria-label"]||"Vertical slider",...e,orientation:"vertical"});var oi=require("react/jsx-runtime");var ai=require("react/jsx-runtime");var Ns=require("react/jsx-runtime"),ri=e=>(0,Ns.jsx)(J,{type:"gradient",showButtons:!1,showTicks:!1,...e,"aria-label":e["aria-label"]||"Color slider"});var Ss=require("react/jsx-runtime"),ii=e=>(0,Ss.jsx)(J,{type:"gradient",orientation:"vertical",showButtons:!1,showTicks:!1,...e,"aria-label":e["aria-label"]||"Color slider"});var ni=require("react/jsx-runtime");var si=require("react/jsx-runtime");var ze=require("react/jsx-runtime"),vm=J.options,gm=J.states,Ls={...J.defaultOptions,variant:"horizontal",label:!0},km=[{name:"horizontal",title:"Horizontal"},{name:"vertical",title:"Vertical"}],Nm=[{name:"label",title:"Labels"},{name:"tick",title:"Ticks"},{name:"button",title:"Side Buttons"}],yo=e=>{let{variant:t,modifiers:o,...a}={...Ls,...e},r={};Object.keys(o||{}).forEach(h=>{switch(h){case"button":{r.showButtons=!!(o!=null&&o[h]);break}case"label":{r.label=!!(o!=null&&o[h]);break}case"tick":{r.showTicks=!!(o!=null&&o[h]);break}}});let{label:s=!0,showButtons:p,showTicks:m}=r,f={"--kendo-slider-start":0,"--kendo-slider-end":60};return t==="vertical"?(0,ze.jsxs)(ks,{showTicks:m,showButtons:p,style:{height:"300px",...f},...a,children:[(0,ze.jsx)(T,{label:s,large:!0,orientation:"vertical",text:"0",style:{position:"absolute",bottom:"0%"}}),(0,ze.jsx)(T,{label:s,large:!0,orientation:"vertical",text:"2",style:{position:"absolute",bottom:"25%"}}),(0,ze.jsx)(T,{label:s,large:!0,orientation:"vertical",text:"4",style:{position:"absolute",bottom:"50%"}}),(0,ze.jsx)(T,{label:s,large:!0,orientation:"vertical",text:"6",style:{position:"absolute",bottom:"75%"}}),(0,ze.jsx)(T,{label:s,large:!0,orientation:"vertical",text:"8",style:{position:"absolute",bottom:"100%"}})]}):(0,ze.jsxs)(gs,{showTicks:m,showButtons:p,style:{width:"400px",...f},...a,children:[(0,ze.jsx)(T,{label:s,large:!0,orientation:"horizontal",text:"0",style:{position:"absolute",left:"0%"}}),(0,ze.jsx)(T,{label:s,large:!0,orientation:"horizontal",text:"2",style:{position:"absolute",left:"25%"}}),(0,ze.jsx)(T,{label:s,large:!0,orientation:"horizontal",text:"4",style:{position:"absolute",left:"50%"}}),(0,ze.jsx)(T,{label:s,large:!0,orientation:"horizontal",text:"6",style:{position:"absolute",left:"75%"}}),(0,ze.jsx)(T,{label:s,large:!0,orientation:"horizontal",text:"8",style:{position:"absolute",left:"100%"}})]})};yo.options=vm;yo.states=gm;yo.variants=km;yo.defaultOptions=Ls;yo.modifiers=Nm;yo.className=J.className;var xa=require("react/jsx-runtime"),ys="k-spin-button",ym=[],Mm={size:[c.undefined,c.small,c.medium,c.large],fillMode:[b.undefined,b.solid,b.flat,b.outline,b.clear,b.link]},li={increaseLabel:"Increase value",decreaseLabel:"Decrease value"},$t=e=>{let{size:t,fillMode:o,disabled:a,increaseLabel:r=li.increaseLabel,decreaseLabel:s=li.decreaseLabel,...p}=e;return(0,xa.jsxs)("span",{...p,className:i(ys,e.className),children:[(0,xa.jsx)(d,{className:"k-spinner-increase",icon:"chevron-up",size:t,fillMode:o,disabled:a,"aria-label":r}),(0,xa.jsx)(d,{className:"k-spinner-decrease",icon:"chevron-down",size:t,fillMode:o,disabled:a,"aria-label":s})]})};$t.states=ym;$t.options=Mm;$t.className=ys;$t.defaultOptions=li;$t.moduleName=null;$t.folderName=null;var Ms="numeric-textbox",As="numerictextbox";var ve=require("react/jsx-runtime"),ws="k-numerictextbox",Am=[l.hover,l.focus,l.valid,l.invalid,l.loading,l.required,l.disabled,l.readonly],wm={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]},za={showSpinButton:!0,showClearButton:!0,separators:!0},G=e=>{let{size:t,rounded:o,fillMode:a,separators:r=za.separators,showClearButton:s=za.showClearButton,showSpinButton:p=za.showSpinButton,prefix:m,suffix:f,value:h,placeholder:x,hover:g,focus:u,valid:S,invalid:N,required:M,loading:O,disabled:A,readonly:_,id:ie,"aria-label":Se,"aria-describedby":Te,...Ee}=e;return(0,ve.jsxs)(ne,{...Ee,size:t,rounded:o,fillMode:a,hover:g,focus:u,valid:S,invalid:N,required:M,loading:O,disabled:A,readonly:_,className:i(e.className,ws),children:[m&&(0,ve.jsxs)(ve.Fragment,{children:[(0,ve.jsx)(qe,{children:m}),r&&(0,ve.jsx)(Qe,{})]}),(0,ve.jsx)($e,{id:ie,placeholder:x,value:h,role:"spinbutton",disabled:A,"aria-label":Se,"aria-describedby":Te,"aria-invalid":N?"true":void 0}),(0,ve.jsx)(Ce,{valid:S,invalid:N,loading:O,disabled:A}),(0,ve.jsx)(_e,{loading:O,disabled:A}),s&&(0,ve.jsx)(Ge,{loading:O,disabled:A,readonly:_,value:h}),f&&(0,ve.jsxs)(ve.Fragment,{children:[r&&(0,ve.jsx)(Qe,{}),(0,ve.jsx)(Ye,{children:f})]}),p&&(0,ve.jsx)($t,{className:"k-input-spinner",size:t,fillMode:a,disabled:A})]})};G.states=Am;G.options=wm;G.className=ws;G.defaultOptions=za;G.moduleName=Ms;G.folderName=As;G.ariaSpec={selector:".k-numerictextbox",rules:[{selector:".k-numerictextbox > .k-input-inner",attribute:"role=spinbutton",usage:"Announces the spin button capabilities of the NumericTextBox."},{selector:".k-numerictextbox > .k-input-inner",attribute:"label for or aria-label or aria-labelledby (when has accessible name)",usage:"The input requires an accessible name (provided by consuming app)."},{selector:".k-numerictextbox > .k-input-inner",attribute:"aria-valuenow (when has value)",usage:"Announces the current value of the component."},{selector:".k-numerictextbox > .k-input-inner",attribute:"aria-valuemin (when has min)",usage:"Announces the minimum allowed value."},{selector:".k-numerictextbox > .k-input-inner",attribute:"aria-valuemax (when has max)",usage:"Announces the maximum allowed value."},{selector:".k-numerictextbox > .k-input-inner",attribute:"aria-invalid=true (when invalid)",usage:"Rendered when the NumericTextBox is in an invalid state."},{selector:".k-numerictextbox > .k-input-inner",attribute:"aria-describedby (when has hint or error)",usage:"Points to the hint or error message."},{selector:".k-numerictextbox.k-disabled > .k-input-inner",attribute:"disabled=disabled or aria-disabled=true",usage:"Rendered when the NumericTextBox is disabled."},{selector:".k-numerictextbox .k-spin-button > .k-button",attribute:"role=button or nodeName=button",usage:"Describes the role of the spin buttons."},{selector:".k-numerictextbox .k-spin-button > .k-button",attribute:"aria-label",usage:"The button element requires discernible text."},{selector:".k-numerictextbox.k-disabled .k-spin-button > .k-button",attribute:"disabled=disabled or aria-disabled=true",usage:"Rendered when the NumericTextBox is disabled."}]};var va=G;var Ts=require("react/jsx-runtime"),Is=e=>(0,Ts.jsx)(va,{...e});var Es="dropdown-list",Cs="dropdownlist";var Z=require("react/jsx-runtime"),Os="k-dropdownlist",Im=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.loading,l.readonly],Tm={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]},pi={showValue:!0,arrowIconName:"chevron-down"},j=e=>{let{size:t,rounded:o,fillMode:a,arrowIconName:r=pi.arrowIconName,showValue:s=pi.showValue,valueIconName:p,prefix:m,suffix:f,value:h,placeholder:x,hover:g,focus:u,valid:S,invalid:N,required:M,loading:O,disabled:A,readonly:_,popup:ie,opened:Se,adaptive:Te,adaptiveSettings:Ee,adaptiveTitle:Ue,adaptiveSubtitle:qt,adaptiveFilter:ja,id:Kt,activeDescendant:La,"aria-label":er,...tr}=e,Mp=Kt?`${Kt}-listbox`:void 0,Xi=Kt?`${Kt}-value`:void 0;return(0,Z.jsxs)(Z.Fragment,{children:[(0,Z.jsxs)(mt,{...tr,id:Kt,size:t,rounded:o,fillMode:a,hover:g,focus:u,valid:S,invalid:N,required:M,loading:O,disabled:A,readonly:_,className:i(e.className,Os,{"k-icon-picker":!s&&p}),role:"combobox","aria-haspopup":"listbox","aria-expanded":Se?"true":"false","aria-controls":Se?Mp:void 0,"aria-activedescendant":Se&&La?La:void 0,"aria-describedby":Se?Xi:void 0,"aria-disabled":A?"true":void 0,"aria-label":er,tabIndex:0,children:[(0,Z.jsx)(qe,{children:m}),(0,Z.jsx)(Qt,{placeholder:x,value:h,showValue:s,valueIconName:p,id:Xi}),(0,Z.jsx)(Ce,{valid:S,invalid:N,loading:O,disabled:A}),(0,Z.jsx)(_e,{loading:O,disabled:A}),(0,Z.jsx)(Ye,{children:f}),(0,Z.jsx)(d,{className:"k-input-button",icon:r,size:e.size,fillMode:e.fillMode,"aria-label":x||"Toggle dropdown",tabIndex:-1})]}),Se&&ie&&(0,Z.jsx)(Y,{className:"k-list-container k-dropdownlist-popup",containerRole:"region",containerAriaLabel:"Dropdown suggestions",children:ie}),Te&&(0,Z.jsx)(oe,{adaptive:!0,...Ee,header:(0,Z.jsx)(Oe,{actionsEnd:(0,Z.jsx)(d,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply selection"}),filter:ja,inputValue:h,inputPlaceholder:x,title:Ue,subtitle:qt}),children:(0,Z.jsx)("div",{className:"k-list-container",children:(0,Z.jsx)(H,{size:"large",children:(0,Z.jsxs)(V,{"aria-label":"Options",children:[(0,Z.jsx)(R,{text:"List item"}),(0,Z.jsx)(R,{text:"List item"}),(0,Z.jsx)(R,{text:"List item"})]})})})})]})};j.states=Im;j.options=Tm;j.className=Os;j.defaultOptions=pi;j.moduleName=Es;j.folderName=Cs;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."}]};var Em=require("react/jsx-runtime");var Bs=require("react/jsx-runtime");var di=require("react/jsx-runtime");var Cm=require("react/jsx-runtime");var Ps=require("react/jsx-runtime");var ci=require("react/jsx-runtime");var Om=require("react/jsx-runtime");var Fe=require("react/jsx-runtime"),Bm=j.states,Pm=j.defaultOptions,Rm=j.options,Km=[{name:"opened",title:"Opened"}],Dm=[],Ao=e=>{let{modifiers:t,...o}=e,a={},r=(0,Fe.jsxs)(Fe.Fragment,{children:[(0,Fe.jsx)("div",{className:"k-list-filter",children:(0,Fe.jsx)(je,{})}),(0,Fe.jsx)(H,{style:{width:300},size:o.size,children:(0,Fe.jsxs)(V,{children:[(0,Fe.jsx)(R,{children:"List item"}),(0,Fe.jsx)(R,{children:"List item"}),(0,Fe.jsx)(R,{children:"List item"})]})})]});return Object.keys(t||{}).forEach(s=>{s==="opened"&&(a.opened=!!(t!=null&&t[s]),a.popup=t!=null&&t[s]?r:void 0)}),(0,Fe.jsx)("div",{children:(0,Fe.jsx)(j,{placeholder:"Value",style:{width:300},...o,...a})})};Ao.options=Rm;Ao.states=Bm;Ao.variants=Dm;Ao.defaultOptions=Pm;Ao.modifiers=Km;Ao.className=j.className;var Rs=require("react/jsx-runtime");var Ks=require("react/jsx-runtime");var _m=require("react/jsx-runtime");var Fa=require("react/jsx-runtime"),Hm=G.states,zm=G.defaultOptions,Fm=G.options,Um=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"},{name:"spin-button",title:"`Spin` Button"}],Gm=[],wo=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(r=>{switch(r){case"prefix":a.prefix=t!=null&&t[r]?(0,Fa.jsx)(j,{size:o.size,fillMode:"flat",value:"mm"}):void 0;break;case"suffix":a.suffix=t!=null&&t[r]?(0,Fa.jsx)(br,{children:"mm"}):void 0;break;case"clear-button":a.showClearButton=t==null?void 0:t[r];break;case"spin-button":a.showSpinButton=t==null?void 0:t[r];break;default:break}}),(0,Fa.jsx)(Is,{value:"Value",style:{width:300},...o,...a})};wo.options=Fm;wo.states=Hm;wo.variants=Gm;wo.defaultOptions=zm;wo.modifiers=Um;wo.className=G.className;var y=require("react/jsx-runtime"),Ds="k-colorgradient-inputs",$m=[],Vm={size:[c.undefined,c.small,c.medium,c.large]},_s={mode:"rgba"},Io=e=>{let{mode:t=_s.mode,size:o,...a}=e;return(0,y.jsxs)("div",{...a,className:i(Ds,"k-hstack"),children:[(0,y.jsx)("div",{className:"k-vstack",children:(0,y.jsx)(d,{fillMode:"flat",icon:"caret-alt-expand",className:"k-colorgradient-toggle-mode",size:o,"aria-label":"Toggle color input format"})}),t==="rgba"&&(0,y.jsxs)(y.Fragment,{children:[(0,y.jsxs)("div",{className:"k-vstack",children:[(0,y.jsx)(G,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Red channel"}),(0,y.jsx)("label",{className:"k-colorgradient-input-label",children:"R"})]}),(0,y.jsxs)("div",{className:"k-vstack",children:[(0,y.jsx)(G,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Green channel"}),(0,y.jsx)("label",{className:"k-colorgradient-input-label",children:"G"})]}),(0,y.jsxs)("div",{className:"k-vstack",children:[(0,y.jsx)(G,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Blue channel"}),(0,y.jsx)("label",{className:"k-colorgradient-input-label",children:"B"})]}),(0,y.jsxs)("div",{className:"k-vstack",children:[(0,y.jsx)(G,{showSpinButton:!1,showClearButton:!1,value:"1.00",size:o,"aria-label":"Alpha channel"}),(0,y.jsx)("label",{className:"k-colorgradient-input-label",children:"A"})]})]}),t==="rgb"&&(0,y.jsxs)(y.Fragment,{children:[(0,y.jsxs)("div",{className:"k-vstack",children:[(0,y.jsx)(G,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Red channel"}),(0,y.jsx)("label",{className:"k-colorgradient-input-label",children:"R"})]}),(0,y.jsxs)("div",{className:"k-vstack",children:[(0,y.jsx)(G,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Green channel"}),(0,y.jsx)("label",{className:"k-colorgradient-input-label",children:"G"})]}),(0,y.jsxs)("div",{className:"k-vstack",children:[(0,y.jsx)(G,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Blue channel"}),(0,y.jsx)("label",{className:"k-colorgradient-input-label",children:"B"})]})]}),t==="hsva"&&(0,y.jsxs)(y.Fragment,{children:[(0,y.jsxs)("div",{className:"k-vstack",children:[(0,y.jsx)(G,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Hue channel"}),(0,y.jsx)("label",{className:"k-colorgradient-input-label",children:"H"})]}),(0,y.jsxs)("div",{className:"k-vstack",children:[(0,y.jsx)(G,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Saturation channel"}),(0,y.jsx)("label",{className:"k-colorgradient-input-label",children:"S"})]}),(0,y.jsxs)("div",{className:"k-vstack",children:[(0,y.jsx)(G,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Value channel"}),(0,y.jsx)("label",{className:"k-colorgradient-input-label",children:"V"})]}),(0,y.jsxs)("div",{className:"k-vstack",children:[(0,y.jsx)(G,{showSpinButton:!1,showClearButton:!1,value:"1.00","aria-label":"Alpha channel"}),(0,y.jsx)("label",{className:"k-colorgradient-input-label",children:"A"})]})]}),t==="hsv"&&(0,y.jsxs)(y.Fragment,{children:[(0,y.jsxs)("div",{className:"k-vstack",children:[(0,y.jsx)(G,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Hue channel"}),(0,y.jsx)("label",{className:"k-colorgradient-input-label",children:"H"})]}),(0,y.jsxs)("div",{className:"k-vstack",children:[(0,y.jsx)(G,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Saturation channel"}),(0,y.jsx)("label",{className:"k-colorgradient-input-label",children:"S"})]}),(0,y.jsxs)("div",{className:"k-vstack",children:[(0,y.jsx)(G,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Value channel"}),(0,y.jsx)("label",{className:"k-colorgradient-input-label",children:"V"})]})]}),t==="hex"&&(0,y.jsx)(y.Fragment,{children:(0,y.jsxs)("div",{className:"k-vstack k-flex-1",children:[(0,y.jsx)(be,{showClearButton:!1,value:"#b88484AA",className:"k-hex-value"}),(0,y.jsx)("label",{className:"k-colorgradient-input-label",children:"HEX"})]})})]})};Io.states=$m;Io.options=Vm;Io.className=Ds;Io.defaultOptions=_s;var Me=require("react/jsx-runtime"),Hs="k-colorgradient-color-contrast",Wm=[],Xm={},Jm={},To=()=>(0,Me.jsxs)("div",{className:i(Hs,"k-vbox"),children:[(0,Me.jsxs)("div",{className:"k-contrast-ratio",children:[(0,Me.jsx)("span",{className:"k-contrast-ratio-text",children:"Contrast ratio: 7.1"}),(0,Me.jsxs)("span",{className:"k-contrast-validation !k-text-success",children:[(0,Me.jsx)(L,{icon:"check"}),(0,Me.jsx)(L,{icon:"check"})]})]}),(0,Me.jsxs)("div",{children:[(0,Me.jsx)("span",{children:"AA: 4.5"}),(0,Me.jsxs)("span",{className:"k-contrast-validation !k-text-success",children:["Pass",(0,Me.jsx)(L,{icon:"check"})]})]}),(0,Me.jsxs)("div",{children:[(0,Me.jsx)("span",{children:"AAA: 7.0"}),(0,Me.jsxs)("span",{className:"k-contrast-validation !k-text-error",children:["Fail",(0,Me.jsx)(L,{icon:"x"})]})]})]});To.states=Wm;To.options=Xm;To.className=Hs;To.defaultOptions=Jm;var zs="color-gradient",Fs="colorgradient";var de=require("react/jsx-runtime"),Ua="k-colorgradient",qm=[l.hover,l.focus,l.readonly,l.disabled],Ym={size:[c.undefined,c.small,c.medium,c.large]},bt={mode:"rgba",readonly:!1,disabled:!1,contrast:!1,gradientStyle:{background:"rgb(255, 0, 0 )"},dragHandleStyle:{top:"50px",left:"73px"},alphaStyle:{background:"linear-gradient(to top, transparent, rgb(255, 0, 0))"},alphaStyleHorizontal:{background:"linear-gradient(to right, transparent, rgb(255, 0, 0))"},canvasOrientation:"horizontal"},fe=e=>{let{size:t,mode:o=bt.mode,readonly:a=bt.readonly,disabled:r=bt.disabled,gradientStyle:s=bt.gradientStyle,dragHandleStyle:p=bt.dragHandleStyle,alphaStyle:m=bt.alphaStyle,alphaStyleHorizontal:f=bt.alphaStyleHorizontal,contrast:h=bt.contrast,dir:x,hover:g,focus:u,hoverHandle:S,focusHandle:N,canvasOrientation:M=bt.canvasOrientation,role:O,tabIndex:A,..._}=e;return(0,de.jsxs)("div",{..._,role:O??"textbox","aria-label":O==="none"?void 0:"Color gradient",tabIndex:A??0,"aria-disabled":r?"true":void 0,className:i(e.className,Ua,w(Ua,{size:t}),B(Ua,{hover:g,focus:u,readonly:a,disabled:r})),dir:x,children:[!M||M==="horizontal"&&(0,de.jsxs)("div",{className:"k-colorgradient-canvas k-hstack",children:[(0,de.jsx)("div",{className:"k-hsv-rectangle",style:s,children:(0,de.jsx)("div",{className:"k-hsv-gradient",children:(0,de.jsx)("div",{className:i("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})})}),(0,de.jsxs)("div",{className:"k-hsv-controls k-hstack",children:[(0,de.jsx)(ii,{className:"k-hue-slider",hover:S,focus:N}),o!=="rgb"&&o!=="hsv"&&(0,de.jsx)(ii,{className:"k-alpha-slider",hover:S,focus:N,trackStyle:m})]})]}),M==="vertical"&&(0,de.jsxs)("div",{className:"k-colorgradient-canvas k-vstack",children:[(0,de.jsx)("div",{className:"k-hsv-rectangle",style:s,children:(0,de.jsx)("div",{className:"k-hsv-gradient",children:(0,de.jsx)("div",{className:i("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})})}),(0,de.jsxs)("div",{className:"k-hsv-controls k-vstack",children:[(0,de.jsx)(ri,{className:"k-hue-slider",hover:S,focus:N}),o!=="rgb"&&o!=="hsv"&&(0,de.jsx)(ri,{className:"k-alpha-slider",hover:S,focus:N,trackStyle:f})]})]}),(0,de.jsx)(Io,{mode:e.mode,size:t}),h&&(0,de.jsx)(To,{})]})};fe.states=qm;fe.options=Ym;fe.className=Ua;fe.defaultOptions=bt;fe.moduleName=zs;fe.folderName=Fs;fe.ariaSpec={selector:".k-colorgradient",rules:[{selector:".k-colorgradient",attribute:"role=textbox",usage:"The focusable wrapper should be considered a textbox with a value that could be submitted."},{selector:".k-colorgradient",attribute:"aria-label or aria-labelledby",usage:"The component needs an accessible name including the currently selected value."},{selector:".k-colorgradient",attribute:"tabindex=0",usage:"The element must be focusable."},{selector:".k-colorgradient.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the ColorGradient is disabled."},{selector:".k-hsv-draghandle",attribute:"role=slider",usage:"The 2D draghandle must have slider role for ARIA-allowed attributes."},{selector:".k-hsv-draghandle",attribute:"aria-orientation=undefined",usage:"The implicit orientation for the slider must be removed for the 2D handle."},{selector:".k-hsv-draghandle",attribute:"aria-label",usage:"Must provide information about the purpose of the slider and the currently selected color."},{selector:".k-hsv-draghandle",attribute:"aria-valuetext",usage:"Must specify the values on both X and Y axis."},{selector:".k-hsv-draghandle",attribute:"aria-valuenow",usage:"Required by the slider role."},{selector:".k-hsv-draghandle",attribute:"aria-valuemin",usage:"Required by the slider role."},{selector:".k-hsv-draghandle",attribute:"aria-valuemax",usage:"Required by the slider role."},{selector:".k-numerictextbox>.k-input-inner",attribute:"aria-label",usage:"Must provide the name of the channel (red, green, blue, or alpha)."}]};var Us=require("react/jsx-runtime"),Ga=e=>(0,Us.jsx)(fe,{...e});var Qm=require("react/jsx-runtime");var Zm=require("react/jsx-runtime");var $a=require("react/jsx-runtime"),jm=fe.options,eu=fe.states,tu={...fe.defaultOptions,variant:"rgba"},ou=[{name:"rgba",title:"RGBA"},{name:"rgb",title:"RGB"},{name:"hex",title:"HEX"}],au=[],Eo=e=>{let{variant:t,...o}=e;switch(t){case"hex":return(0,$a.jsx)(Ga,{...o,mode:t});case"rgb":return(0,$a.jsx)(Ga,{...o,mode:t});default:return(0,$a.jsx)(Ga,{...o,mode:t})}};Eo.options=jm;Eo.states=eu;Eo.variants=ou;Eo.defaultOptions=tu;Eo.modifiers=au;Eo.className=fe.className;var Gs=require("react/jsx-runtime"),mi=e=>(0,Gs.jsx)("tr",{role:"row",children:e.children});var $s=require("react/jsx-runtime"),ui="k-colorpalette-tile",ru=[l.hover,l.focus,l.selected],iu={},Co=e=>{let{color:t,tileSize:o,hover:a,focus:r,selected:s,...p}=e,m={backgroundColor:t,width:o?o+"px":"",height:o?o+"px":""};return(0,$s.jsx)("td",{...p,role:"gridcell","aria-label":t,"aria-selected":s?"true":void 0,className:i(e.className,ui,B(ui,{hover:a,focus:r,selected:s})),style:m})};Co.states=ru;Co.options=iu;Co.className=ui;var Vs="color-palette",Ws="colorpalette";var Oo=require("react/jsx-runtime"),Va="k-colorpalette",nu=[l.disabled],su={size:[c.undefined,c.small,c.medium,c.large]},Xs={columns:10},Re=e=>{let{size:t,palette:o,columns:a=Xs.columns,tileSize:r,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,M)=>{u.push((0,Oo.jsx)(Co,{color:N,tileSize:r},M))});let S=(0,Oo.jsx)(mi,{children:u},g);m.push(S)})}return(0,Oo.jsx)("div",{...p,role:"grid","aria-label":"Color palette",tabIndex:0,"aria-disabled":s?"true":void 0,className:i(e.className,Va,B(Va,{disabled:s}),w(Va,{size:t})),children:(0,Oo.jsx)("table",{className:"k-colorpalette-table",role:"none",children:(0,Oo.jsx)("tbody",{children:m.length>0?m:e.children})})})};Re.states=nu;Re.options=su;Re.className=Va;Re.defaultOptions=Xs;Re.moduleName=Vs;Re.folderName=Ws;Re.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 Wa=Re;var ga={basic:{colors:["#000000","#7f7f7f","#880015","#ed1c24","#ff7f27","#fff200","#22b14c","#00a2e8","#3f48cc","#a349a4","#ffffff","#c3c3c3","#b97a57","#ffaec9","#ffc90e","#efe4b0","#b5e61d","#99d9ea","#7092be","#c8bfe7"],columns:10},office:{colors:["#ffffff","#000000","#e6e6e6","#435569","#4371c4","#ed7e32","#a5a4a5","#febf04","#5a9bd5","#71ae48","#f2f2f3","#7f7f7f","#d1cece","#d5dde3","#dae1f4","#fce5d4","#deeded","#fff2cc","#deeaf6","#e1efd9","#d7d8d8","#585959","#aeabab","#adbaca","#b4c5e7","#f6caac","#dbdbdb","#ffe498","#bcd6ee","#c5e0b2","#bfbfc0","#3f3f3f","#767070","#8595b1","#8fabdb","#f5b183","#c9c8c9","#fed965","#9bc4e5","#a8d08d","#a5a5a6","#262625","#393939","#334050","#2e5496","#c45a11","#7b7b7a","#bf9000","#2f75b5","#548235","#7f7f7f","#0b0c0c","#161616","#222a34","#203764","#843d0b","#525252","#7f6000","#1d4d79","#375623"],columns:10},apex:{colors:["#ffffff","#000000","#c9c2d1","#69676d","#ceb966","#9cb084","#6bb1c9","#6585cf","#7e6bc9","#a379bb","#f2f2f2","#7f7f7f","#f4f2f5","#e0e0e2","#f5f1e0","#ebefe6","#e1eff4","#e0e6f5","#e5e1f4","#ece4f1","#d8d8d8","#595959","#e9e6ec","#c2c1c5","#ebe3c1","#d7dfcd","#c3dfe9","#c1ceeb","#cbc3e9","#dac9e3","#bfbfbf","#3f3f3f","#dedae3","#a4a3a8","#e1d5a3","#c3cfb5","#a6d0de","#a2b5e2","#b1a6de","#c7aed6","#a5a5a5","#262626","#9688a5","#4e4d51","#ae9638","#758c5a","#3d8da9","#365bb0","#533da9","#7d4d99","#7f7f7f","#0c0c0c","#635672","#343336","#746425","#4e5d3c","#295e70","#243c75","#372970","#533366"],columns:10},austin:{colors:["#ffffff","#000000","#caf278","#3e3d2d","#94c600","#71685a","#ff6700","#909465","#956b43","#fea022","#f2f2f2","#7f7f7f","#f4fce4","#dddcd0","#efffc0","#e3e1dc","#ffe0cb","#e8e9df","#ece1d6","#feecd2","#d8d8d8","#595959","#e9f9c9","#bbb9a1","#dfff82","#c8c3ba","#ffc299","#d2d4c0","#dac3ad","#fed9a6","#bfbfbf","#3f3f3f","#dff7ae","#ada598","#cfff43","#ada598","#ffa365","#bcbfa1","#c8a585","#fec67a","#a5a5a5","#262626","#a9ea25","#2e2d21","#6f9400","#544e43","#bf4d00","#6c6f4b","#6f5032","#d77b00","#7f7f7f","#0c0c0c","#74a50f","#1f1e16","#4a6300","#38342d","#7f3300","#484a32","#4a3521","#8f5200"],columns:10},clarity:{colors:["#ffffff","#292934","#f3f2dc","#d2533c","#93a299","#ad8f67","#726056","#4c5a6a","#808da0","#79463d","#f2f2f2","#e7e7ec","#e7e5b9","#f6dcd8","#e9ecea","#eee8e0","#e4dedb","#d8dde3","#e5e8ec","#e9d6d3","#d8d8d8","#c4c4d1","#d5d185","#edbab1","#d3d9d6","#ded2c2","#c9beb8","#b2bcc8","#ccd1d9","#d3aea7","#bfbfbf","#8a8aa3","#aca73b","#e4978a","#bec7c1","#cdbba3","#af9e94","#8c9bac","#b2bac6","#bd857c","#a5a5a5","#56566e","#56531d","#a43925","#6b7c72","#866b48","#554840","#39434f","#5c697b","#5a342d","#7f7f7f","#3b3b4b","#22210b","#6d2619","#47534c","#594730","#39302b","#262d35","#3d4652","#3c231e"],columns:10},slipstream:{colors:["#ffffff","#000000","#b4dcfa","#212745","#4e67c8","#5eccf3","#a7ea52","#5dceaf","#ff8021","#f14124","#f2f2f2","#7f7f7f","#8bc9f7","#c7cce4","#dbe0f4","#def4fc","#edfadc","#def5ef","#ffe5d2","#fcd9d3","#d8d8d8","#595959","#4facf3","#909aca","#b8c2e9","#beeafa","#dbf6b9","#beebdf","#ffcca6","#f9b3a7","#bfbfbf","#3f3f3f","#0d78c9","#5967af","#94a3de","#9ee0f7","#caf297","#9de1cf","#ffb279","#f68d7b","#a5a5a5","#262626","#063c64","#181d33","#31479f","#11b2eb","#81d319","#34ac8b","#d85c00","#c3260c","#7f7f7f","#0c0c0c","#021828","#101322","#202f6a","#0b769c","#568c11","#22725c","#903d00","#821908"],columns:10},metro:{colors:["#ffffff","#000000","#d6ecff","#4e5b6f","#7fd13b","#ea157a","#feb80a","#00addc","#738ac8","#1ab39f","#f2f2f2","#7f7f7f","#a7d6ff","#d9dde4","#e5f5d7","#fad0e4","#fef0cd","#c5f2ff","#e2e7f4","#c9f7f1","#d8d8d8","#595959","#60b5ff","#b3bcca","#cbecb0","#f6a1c9","#fee29c","#8be6ff","#c7d0e9","#94efe3","#bfbfbf","#3f3f3f","#007dea","#8d9baf","#b2e389","#f272af","#fed46b","#51d9ff","#aab8de","#5fe7d5","#a5a5a5","#262626","#003e75","#3a4453","#5ea226","#af0f5b","#c58c00","#0081a5","#425ea9","#138677","#7f7f7f","#0c0c0c","#00192e","#272d37","#3f6c19","#750a3d","#835d00","#00566e","#2c3f71","#0c594f"],columns:10},flow:{colors:["#ffffff","#000000","#dbf5f9","#04617b","#0f6fc6","#009dd9","#0bd0d9","#10cf9b","#7cca62","#a5c249","#f2f2f2","#7f7f7f","#b2e9f2","#b4ecfc","#c7e2fa","#c4eeff","#c9fafc","#c9faed","#e4f4df","#edf2da","#d8d8d8","#595959","#76d9e8","#6adafa","#90c6f6","#89deff","#93f5f9","#94f6db","#cae9c0","#dbe6b6","#bfbfbf","#3f3f3f","#21b2c8","#20c8f7","#59a9f2","#4fceff","#5df0f6","#5ff2ca","#b0dfa0","#c9da91","#a5a5a5","#262626","#105964","#02485c","#0b5394","#0075a2","#089ca2","#0b9b74","#54a838","#7e9532","#7f7f7f","#0c0c0c","#062328","#01303d","#073763","#004e6c","#05686c","#07674d","#387025","#546321"],columns:10},hardcover:{colors:["#ffffff","#000000","#ece9c6","#895d1d","#873624","#d6862d","#d0be40","#877f6c","#972109","#aeb795","#f2f2f2","#7f7f7f","#e1dca5","#f2e0c6","#f0d0c9","#f6e6d5","#f5f2d8","#e7e5e1","#fbc7bc","#eef0e9","#d8d8d8","#595959","#d0c974","#e6c28d","#e2a293","#eeceaa","#ece5b2","#cfccc3","#f78f7a","#dee2d4","#bfbfbf","#3f3f3f","#a29a36","#daa454","#d4735e","#e6b681","#e2d88c","#b7b2a5","#f35838","#ced3bf","#a5a5a5","#262626","#514d1b","#664515","#65281a","#a2641f","#a39428","#655f50","#711806","#879464","#7f7f7f","#0c0c0c","#201e0a","#442e0e","#431b11","#6c4315","#6d621a","#433f35","#4b1004","#5a6243"],columns:10},trek:{colors:["#ffffff","#000000","#fbeec9","#4e3b30","#f0a22e","#a5644e","#b58b80","#c3986d","#a19574","#c17529","#f2f2f2","#7f7f7f","#f7e09e","#e1d6cf","#fcecd5","#eddfda","#f0e7e5","#f3eae1","#ece9e3","#f5e3d1","#d8d8d8","#595959","#f3cc5f","#c4ad9f","#f9d9ab","#dcc0b6","#e1d0cc","#e7d5c4","#d9d4c7","#ebc7a3","#bfbfbf","#3f3f3f","#d29f0f","#a78470","#f6c781","#cba092","#d2b9b2","#dbc1a7","#c6bfab","#e1ac76","#a5a5a5","#262626","#694f07","#3a2c24","#c87d0e","#7b4b3a","#926255","#a17242","#7b7153","#90571e","#7f7f7f","#0c0c0c","#2a1f03","#271d18","#855309","#523226","#614138","#6b4c2c","#524b37","#603a14"],columns:10},verve:{colors:["#ffffff","#000000","#d2d2d2","#666666","#ff388c","#e40059","#9c007f","#68007f","#005bd3","#00349e","#f2f2f2","#7f7f7f","#bdbdbd","#e0e0e0","#ffd7e8","#ffc6dc","#ffb8f1","#f1b2ff","#c3dcff","#b8cfff","#d8d8d8","#595959","#9d9d9d","#c1c1c1","#ffafd1","#ff8eba","#ff71e4","#e365ff","#87baff","#72a0ff","#bfbfbf","#3f3f3f","#696969","#a3a3a3","#ff87ba","#ff5597","#ff2ad7","#d519ff","#4b98ff","#2b71ff","#a5a5a5","#262626","#343434","#4c4c4c","#e90062","#ab0042","#75005f","#4e005f","#00449e","#002676","#7f7f7f","#0c0c0c","#151515","#333333","#9b0041","#72002c","#4e003f","#34003f","#002d69","#00194f"],columns:10},monochrome:{colors:["#000000","#1a1a1a","#333333","#4d4d4d","#666666","#808080","#999999","#b3b3b3","#cccccc","#e6e6e6","#f2f2f2","#ffffff"],columns:12}};var qs=require("react/jsx-runtime"),Js=e=>(0,qs.jsx)(Wa,{palette:ga.basic,...e});var lu=require("react/jsx-runtime");var Ys=require("react/jsx-runtime");var Qs=require("react/jsx-runtime"),pu=Re.options,du=Re.states,cu={...Re.defaultOptions,variant:"basic"},mu=[{name:"basic",title:"Basic"},{name:"monochrome",title:"Monochrome"}],uu={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}},fu=[],Bo=e=>{let{variant:t="basic",...o}=e,a=uu[t];return(0,Qs.jsx)(Js,{columns:a.columns,palette:a,...o})};Bo.options=pu;Bo.states=du;Bo.variants=mu;Bo.defaultOptions=cu;Bo.modifiers=fu;Bo.className=Re.className;var Zs="color-editor",js="coloreditor";var se=require("react/jsx-runtime"),Xa="k-coloreditor",bu=[l.focus],hu={size:[c.undefined,c.small,c.medium,c.large]},ka={view:"gradient",palette:ga.office,actionButtons:!0,canvasOrientation:"horizontal"},ae=e=>{let{size:t,view:o=ka.view,palette:a=ka.palette,color:r,currentColor:s,focus:p,focusView:m,dir:f,group:h,actionButtons:x=ka.actionButtons,canvasOrientation:g=ka.canvasOrientation,...u}=e;return(0,se.jsxs)("div",{...u,role:"textbox","aria-label":"Color editor",tabIndex:0,className:i(e.className,"k-flatcolorpicker",Xa,w(Xa,{size:t}),B(Xa,{focus:p})),dir:f,children:[(0,se.jsxs)("div",{className:"k-coloreditor-header k-hstack",children:[(0,se.jsx)("div",{className:"k-coloreditor-header-actions k-hstack",children:h&&(0,se.jsxs)(I,{fillMode:"flat",children:[(0,se.jsx)(d,{className:"k-group-start",size:t,fillMode:"flat",icon:"droplet-slider",selected:o==="gradient","aria-label":"Color gradient view"}),(0,se.jsx)(d,{className:"k-group-end",size:t,fillMode:"flat",icon:"palette",selected:o==="palette","aria-label":"Color palette view"})]})}),(0,se.jsx)("div",{className:"k-spacer"}),(0,se.jsxs)("div",{className:"k-coloreditor-header-actions k-hstack",children:[(0,se.jsx)(d,{fillMode:"flat",icon:"droplet-slash",size:t,"aria-label":"Reset color"}),(0,se.jsxs)("div",{className:"k-coloreditor-preview k-vstack",children:[(0,se.jsx)(Gt,{className:"k-coloreditor-preview-color",color:r}),(0,se.jsx)(Gt,{className:"k-coloreditor-current-color",color:s})]})]})]}),(0,se.jsx)("div",{className:"k-coloreditor-views k-vstack",children:o==="gradient"?(0,se.jsx)(fe,{focus:m,size:t,canvasOrientation:g,role:"none",tabIndex:-1}):(0,se.jsx)(Re,{palette:a,size:t})}),x&&(0,se.jsxs)(ut,{className:"k-coloreditor-footer",alignment:"start",children:[(0,se.jsx)(d,{themeColor:"primary",size:t,className:"k-coloreditor-apply",children:"Apply"}),(0,se.jsx)(d,{className:"k-coloreditor-cancel",size:t,children:"Cancel"})]})]})};ae.states=bu;ae.options=hu;ae.className=Xa;ae.defaultOptions=ka;ae.moduleName=Zs;ae.folderName=js;ae.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 Po=ae;var xu=require("react/jsx-runtime");var vu=require("react/jsx-runtime");var tl=require("react/jsx-runtime"),el=e=>(0,tl.jsx)(Po,{group:!0,currentColor:"fuchsia",...e});var al=require("react/jsx-runtime"),ol=e=>(0,al.jsx)(Po,{view:"palette",group:!0,currentColor:"fuchsia",...e});var fi=require("react/jsx-runtime"),gu=ae.options,ku=ae.states,Nu={...ae.defaultOptions,variant:"gradient"},Su=[{name:"gradient",title:"Gradient"},{name:"palette",title:"Palette"}],Lu=[],Ro=e=>{let{variant:t,...o}=e;return t==="palette"?(0,fi.jsx)(ol,{...o,color:"white"}):(0,fi.jsx)(el,{...o,color:"rgba(183, 118 , 118, 1.00)"})};Ro.options=gu;Ro.states=ku;Ro.variants=Su;Ro.defaultOptions=Nu;Ro.modifiers=Lu;Ro.className=ae.className;var rl="color-picker",il="colorpicker";var ce=require("react/jsx-runtime"),nl="k-colorpicker",yu=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled],Mu={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]},sl={arrowIconName:"chevron-down"},Ae=e=>{let{size:t,rounded:o,fillMode:a,arrowIconName:r=sl.arrowIconName,prefix:s,suffix:p,value:m,placeholder:f,hover:h,focus:x,valid:g,invalid:u,required:S,disabled:N,valueIconName:M,popup:O,opened:A,adaptive:_,adaptiveSettings:ie,adaptiveTitle:Se,adaptiveSubtitle:Te,...Ee}=e,Ue="colorpicker-popup";return(0,ce.jsxs)(ce.Fragment,{children:[(0,ce.jsxs)(mt,{...Ee,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":A?"true":"false","aria-controls":A||_?Ue:void 0,"aria-label":"Color picker",tabIndex:0,"aria-disabled":N?"true":void 0,className:i(e.className,nl,"k-icon-picker"),children:[(0,ce.jsx)(qe,{children:s}),(0,ce.jsx)(Qt,{placeholder:f,value:m,showValue:!1,valueIcon:(0,ce.jsx)(Gt,{className:"k-value-icon",color:m,iconName:M}),valueIconName:M}),(0,ce.jsx)(Ye,{children:p}),(0,ce.jsx)(d,{className:"k-input-button",icon:r,size:t,fillMode:a,tabIndex:-1,"aria-label":"Open color picker",disabled:N})]}),A&&O&&(0,ce.jsx)(Y,{id:Ue,className:"k-colorpicker-popup",children:O}),_&&(0,ce.jsx)(oe,{adaptive:!0,id:Ue,...ie,header:(0,ce.jsx)(Oe,{actionsEnd:(0,ce.jsx)(d,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply"}),title:Se,subtitle:Te}),footer:(0,ce.jsxs)(_t,{children:[(0,ce.jsx)(d,{text:"Cancel",size:"large"}),(0,ce.jsx)(d,{text:"Set",size:"large",themeColor:"primary"})]}),children:(0,ce.jsx)(ae,{canvasOrientation:"vertical",size:"large",actionButtons:!1,group:!0})})]})};Ae.states=yu;Ae.options=Mu;Ae.className=nl;Ae.defaultOptions=sl;Ae.moduleName=rl;Ae.folderName=il;Ae.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=Ae;var bi="menu-button",ll=bi;var dl=require("react/jsx-runtime"),pl="k-menu-button",Au=[l.hover,l.focus,l.active,l.selected,l.disabled],wu={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]},hi={showArrow:!0,arrowIconName:"chevron-down"},P=e=>{let{size:t,rounded:o,fillMode:a,themeColor:r,hover:s,focus:p,active:m,selected:f,disabled:h,icon:x,text:g,showArrow:u=hi.showArrow,arrowIconName:S=hi.arrowIconName,expanded:N,...M}=e;return(0,dl.jsx)(d,{...M,className:i(e.className,pl),text:g,size:t,rounded:o,fillMode:a,themeColor:r,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"}})};P.states=Au;P.options=wu;P.className=pl;P.defaultOptions=hi;P.moduleName=bi;P.folderName=ll;P.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 Xe="menu",at=Xe;var Lt=require("react/jsx-runtime"),xi="k-menu-item",Iu=[l.hover,l.focus,l.active,l.selected,l.disabled],Tu={},cl={iconPosition:"before"},q=e=>{let{hover:t,focus:o,active:a,selected:r,disabled:s,icon:p,text:m,first:f,last:h,showArrow:x,arrowIconName:g,iconPosition:u=cl.iconPosition,dir:S,children:N,expanded:M,...O}=e,A=g;return A||(A=S==="rtl"?"chevron-left":"chevron-right"),(0,Lt.jsxs)("li",{...O,className:i(e.className,xi,"k-item",B(xi,{focus:o,disabled:s,hover:t,active:a,selected:r}),{"k-first":f,"k-last":h}),role:"menuitem",...x&&{"aria-haspopup":"menu"},...x&&{"aria-expanded":M?"true":"false"},...s&&{"aria-disabled":"true"},...o&&{tabIndex:0},children:[(0,Lt.jsxs)("span",{className:i("k-link k-menu-link"),children:[p&&u==="before"&&(0,Lt.jsx)(L,{className:"k-menu-link-icon",icon:p}),(0,Lt.jsx)("span",{className:"k-menu-link-text",children:m}),p&&u==="after"&&(0,Lt.jsx)(L,{className:"k-menu-link-icon",icon:p}),x&&(0,Lt.jsx)("span",{className:"k-menu-expand-arrow","aria-hidden":"true",children:(0,Lt.jsx)(L,{icon:A})})]}),N]})};q.states=Iu;q.options=Tu;q.className=xi;q.defaultOptions=cl;q.moduleName=Xe;q.folderName=at;var yt=require("react/jsx-runtime"),vi="k-menu-item",Eu=[l.hover,l.focus,l.active,l.selected,l.disabled],Cu={},gi={dir:"ltr",iconPosition:"before"},ee=e=>{let{hover:t,focus:o,active:a,selected:r,disabled:s,icon:p,text:m,first:f,last:h,showArrow:x,arrowIconName:g,iconPosition:u=gi.iconPosition,dir:S=gi.dir,children:N,popup:M,expanded:O,...A}=e,_=g;return _||(_=S==="rtl"?"chevron-left":"chevron-right"),(0,yt.jsxs)("li",{...A,className:i(e.className,vi,"k-item",B(vi,{focus:o,disabled:s}),{"k-first":f,"k-last":h}),role:"menuitem",...x&&{"aria-haspopup":"menu"},...x&&{"aria-expanded":O?"true":"false"},...s&&{"aria-disabled":"true"},...o&&{tabIndex:0},children:[(0,yt.jsxs)("span",{className:i("k-link k-menu-link",B("k-menu-link",{hover:t,active:a,selected:r,disabled:s})),children:[p&&u==="before"&&(0,yt.jsx)(L,{className:"k-menu-link-icon",icon:p}),(0,yt.jsx)("span",{className:"k-menu-link-text",children:m}),p&&u==="after"&&(0,yt.jsx)(L,{className:"k-menu-link-icon",icon:p}),x&&(0,yt.jsx)("span",{className:"k-menu-expand-arrow","aria-hidden":"true",children:(0,yt.jsx)(L,{icon:_})})]}),N,M]})};ee.states=Eu;ee.options=Cu;ee.className=vi;ee.defaultOptions=gi;ee.moduleName=Xe;ee.folderName=at;var fl=require("react/jsx-runtime"),ml="k-menu-scroll-wrapper",Ou=[],Bu={},Pu={},ro=e=>{let{className:t,children:o,orientation:a,...r}=e;return(0,fl.jsx)("div",{...r,className:i(t,ml,{"k-menu-scroll-wrapper-vertical":a==="vertical"}),children:o})};ro.states=Ou;ro.options=Bu;ro.className=ml;ro.defaultOptions=Pu;ro.moduleName=Xe;ro.folderName=at;var ul=ro;var ge=require("react/jsx-runtime"),ki="k-menu",Ru=[],Ku={},Ja={orientation:"horizontal",header:!0,scrollButtonsPosition:"around"},le=e=>{let{children:t,orientation:o=Ja.orientation,header:a=Ja.header,scrollable:r,scrollButtonsPosition:s=Ja.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=(0,ge.jsx)("ul",{dir:m,...x,className:i(e.className,"k-reset",ki,{[`${ki}-${o}`]:o,"k-header":a}),role:h?"menu":"menubar",...o==="vertical"&&{"aria-orientation":"vertical"},children:t});return(0,ge.jsxs)(ge.Fragment,{children:[r?(0,ge.jsxs)(ul,{orientation:o,style:p,dir:e.dir,children:[s==="start"&&(0,ge.jsxs)(ge.Fragment,{children:[(0,ge.jsx)(d,{fillMode:"flat",icon:`chevron-${g[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),(0,ge.jsx)(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"&&(0,ge.jsx)(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"&&(0,ge.jsxs)(ge.Fragment,{children:[(0,ge.jsx)(d,{fillMode:"flat",icon:`chevron-${g[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),(0,ge.jsx)(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"&&(0,ge.jsx)(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]})};le.states=Ru;le.options=Ku;le.className=ki;le.defaultOptions=Ja;le.moduleName=Xe;le.folderName=at;le.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."}]};var hl=require("react/jsx-runtime"),Ni="k-separator",bl={orientation:"horizontal"},Ko=e=>{let{orientation:t=bl.orientation,...o}=e;return(0,hl.jsx)("li",{...o,className:i(e.className,"k-item",Ni,{[`${Ni}-${t}`]:t}),role:"separator"})};Ko.className=Ni;Ko.defaultOptions=bl;Ko.moduleName=Xe;Ko.folderName=at;var xl=require("react/jsx-runtime");var vl=require("react/jsx-runtime"),Si="k-menu-group",Du=[],_u={size:[c.undefined,c.small,c.medium,c.large]},Hu={},we=e=>{let{children:t,size:o,...a}=e;return(0,vl.jsx)("ul",{...a,className:i(e.className,Si,w(Si,{size:o})),role:"menu",children:t})};we.states=Du;we.options=_u;we.className=Si;we.defaultOptions=Hu;we.moduleName=Xe;we.folderName=at;var lt=require("react/jsx-runtime"),Li=e=>(0,lt.jsx)(le,{children:(0,lt.jsxs)(lt.Fragment,{children:[(0,lt.jsx)(q,{first:!0,text:"Item 1"}),(0,lt.jsx)(q,{showArrow:!0,arrowIconName:"chevron-down",text:"Item 2"}),(0,lt.jsx)(q,{showArrow:!0,arrowIconName:"chevron-down",text:"Item 3"}),(0,lt.jsx)(q,{text:"Item 4"}),(0,lt.jsx)(q,{last:!0,text:"Item 5"})]}),...e});var yi=require("react/jsx-runtime");var Mi=require("react/jsx-runtime");var Ai=require("react/jsx-runtime");var wi=require("react/jsx-runtime");var ht=require("react/jsx-runtime"),zu=le.options,Fu=le.states,gl={...le.defaultOptions,variant:"horizontal"},Uu=[{name:"horizontal",title:"Horizontal"},{name:"vertical",title:"Vertical"}],Gu=[{name:"scrollable",title:"Scrollable"},{name:"opened",title:"Opened"}],Do=e=>{let{variant:t,modifiers:o,...a}={...gl,...e},r={};return Object.keys(o||{}).forEach(s=>{switch(s){case"scrollable":r.scrollable=!!(o!=null&&o[s]);break;case"opened":r.opened=!!(o!=null&&o[s]),r.popup=(0,ht.jsx)(Y,{className:"k-menu-popup",children:(0,ht.jsxs)(we,{children:[(0,ht.jsx)(ee,{text:"Item 1"}),(0,ht.jsx)(ee,{text:"Item 2"}),(0,ht.jsx)(Ko,{}),(0,ht.jsx)(ee,{text:"Item 3"})]})});break}}),t==="vertical"?(0,ht.jsx)(Li,{...a,...r,orientation:"vertical",style:{width:"200px"}}):(0,ht.jsx)(Li,{...a,...r})};Do.options=zu;Do.states=Fu;Do.variants=Uu;Do.defaultOptions=gl;Do.modifiers=Gu;Do.className=le.className;var Nl=require("react/jsx-runtime"),kl="k-spreadsheet-menu",$u=[],Vu={},Wu={},_o=e=>{let{children:t,...o}=e;return(0,Nl.jsx)(le,{...o,className:i(e.className,kl),children:t})};_o.states=$u;_o.options=Vu;_o.className=kl;_o.defaultOptions=Wu;var Sl=require("react/jsx-runtime"),qa=e=>(0,Sl.jsx)(St,{...e});var Xu=require("react/jsx-runtime");var Ju=require("react/jsx-runtime");var qu=require("react/jsx-runtime");var Yu=require("react/jsx-runtime");var Qu=require("react/jsx-runtime");var Zu=require("react/jsx-runtime");var Vt=require("react/jsx-runtime"),ju=St.options,ef=St.states,Ll={...St.defaultOptions,variant:"color"},tf=[{name:"color",title:"Color",default:!0},{name:"no color",title:"No color"},{name:"icon",title:"Icon"}],of=[{name:"opened",title:"Opened"}],Ho=e=>{let{variant:t,modifiers:o,...a}={...Ll,...e},r={};Object.keys(o||{}).forEach(p=>{p==="opened"&&(r.opened=!!(o!=null&&o[p]),r.popup=o!=null&&o[p]?(0,Vt.jsx)(ae,{size:a.size,color:"rgba(183, 118 , 118, 1.00)",group:!0}):"")});let s=r.opened?{width:"272px",height:"390px"}:{};switch(t){case"no color":return(0,Vt.jsx)("div",{style:s,children:(0,Vt.jsx)(qa,{...a,...r})});case"icon":return(0,Vt.jsx)("div",{style:s,children:(0,Vt.jsx)(qa,{value:"rgba(183, 118 , 118, 1.00)",valueIconName:"edit-tools",...a,...r})});default:return(0,Vt.jsx)("div",{style:s,children:(0,Vt.jsx)(qa,{value:"rgba(183, 118 , 118, 1.00)",...a,...r})})}};Ho.options=ju;Ho.states=ef;Ho.variants=tf;Ho.defaultOptions=Ll;Ho.modifiers=of;Ho.className=St.className;var Ml=require("react/jsx-runtime"),yl=e=>(0,Ml.jsx)(We,{...e});var Al=require("react/jsx-runtime");var wl=require("react/jsx-runtime");var Il=require("react/jsx-runtime");var Tl=require("react/jsx-runtime");var El=require("react/jsx-runtime");var Cl=require("react/jsx-runtime");var Ii=require("react/jsx-runtime");var af=require("react/jsx-runtime");var rf=require("react/jsx-runtime");var Ol=require("react/jsx-runtime");var Bl=require("react/jsx-runtime");var pt=require("react/jsx-runtime"),nf=ue.states,sf=ue.defaultOptions,lf=ue.options,pf=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"opened",title:"Opened"}],df=[],zo=e=>{let{modifiers:t,...o}=e,a={},r=(0,pt.jsx)(H,{style:{width:300},size:o.size,children:(0,pt.jsxs)(V,{children:[(0,pt.jsx)(R,{children:"List item"}),(0,pt.jsx)(R,{children:"List item"}),(0,pt.jsx)(R,{children:"List item"})]})});return Object.keys(t||{}).forEach(s=>{switch(s){case"prefix":a.prefix=t!=null&&t[s]?(0,pt.jsx)(L,{icon:"map-marker-target"}):void 0;break;case"suffix":a.suffix=t!=null&&t[s]?(0,pt.jsx)(Dt,{size:o.size,icon:"copy",fillMode:"clear"}):void 0;break;case"opened":a.opened=!!(t!=null&&t[s]),a.popup=t!=null&&t[s]?r:void 0;break;default:break}}),(0,pt.jsx)("div",{children:(0,pt.jsx)(yl,{value:"Value",style:{width:300},...o,...a})})};zo.options=lf;zo.states=nf;zo.variants=df;zo.defaultOptions=sf;zo.modifiers=pf;zo.className=ue.className;var cf=require("react/jsx-runtime");var mf=require("react/jsx-runtime");var uf=require("react/jsx-runtime");var Ti=require("react/jsx-runtime");var ff=require("react/jsx-runtime");var Ie=require("react/jsx-runtime"),bf=d.states,Pl={...d.defaultOptions,variant:"text"},hf=d.options,xf=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],vf=[{name:"opened",title:"Opened"}],Fo=e=>{let{variant:t,modifiers:o,...a}={...Pl,...e},r={},s=(0,Ie.jsx)(Y,{className:"k-menu-popup",children:(0,Ie.jsxs)(we,{size:a.size,children:[(0,Ie.jsx)(ee,{first:!0,text:"Menu Item"}),(0,Ie.jsx)(ee,{text:"Menu Item"}),(0,Ie.jsx)(ee,{last:!0,text:"Menu Item"})]})}),p;switch(t){case"icon-only":p=(0,Ie.jsx)("div",{children:(0,Ie.jsx)(P,{...a,...r,icon:"star"})});break;case"icon-and-text":p=(0,Ie.jsx)("div",{children:(0,Ie.jsx)(P,{...a,...r,icon:"star",children:"Dropdown Button"})});break;default:p=(0,Ie.jsx)("div",{children:(0,Ie.jsx)(P,{...a,...r,children:"Dropdown Button"})});break}return(0,Ie.jsxs)(Ie.Fragment,{children:[p,(o==null?void 0:o.opened)&&s]})};Fo.options=hf;Fo.states=bf;Fo.variants=xf;Fo.defaultOptions=Pl;Fo.modifiers=vf;Fo.className=P.className;var Ei="split-button",Rl=Ei;var Mt=require("react/jsx-runtime"),Ci="k-split-button",gf=[l.hover,l.focus,l.active,l.selected,l.disabled],kf={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]},Kl={arrowIconName:"chevron-down"},D=e=>{let{size:t,rounded:o,fillMode:a,themeColor:r,hover:s,focus:p,active:m,selected:f,disabled:h,icon:x,text:g,arrowIconName:u=Kl.arrowIconName,popup:S,opened:N,popupId:M,...O}=e;return(0,Mt.jsxs)(Mt.Fragment,{children:[(0,Mt.jsxs)("div",{...O,className:i(e.className,Ci,"k-button-group",w(Ci,{rounded:o})),children:[(0,Mt.jsx)(d,{text:g,icon:x,size:t,rounded:o,fillMode:a,themeColor:r,hover:s,focus:p,active:m,selected:f,disabled:h,...!g&&!e.children&&x&&{"aria-label":"Action"},children:e.children}),(0,Mt.jsx)(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?M:void 0,tabIndex:-1,...h&&{"aria-disabled":"true"}})]}),N&&S&&(0,Mt.jsx)(Y,{className:"k-menu-popup",children:S})]})};D.states=gf;D.options=kf;D.className=Ci;D.defaultOptions=Kl;D.moduleName=Ei;D.folderName=Rl;D.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 Oi=D;var Dl=require("react/jsx-runtime"),Nf="k-toolbar-separator",pe=e=>(0,Dl.jsx)("div",{className:i(Nf,e.className,"k-separator")});var At="toolbar",Wt=At;var E=require("react/jsx-runtime"),wt="k-toolbar",Sf=[l.focus],Lf={size:[c.undefined,c.small,c.medium,c.large],fillMode:[b.undefined,b.solid,b.outline,b.flat]},yf={scrollButtons:"around"},X=e=>{let{size:t,fillMode:o,focus:a,resizable:r,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((0,E.jsx)(d,{...u.props,className:`${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`));else if(u.type===d)N.push((0,E.jsx)(d,{...u.props,className:`k-toolbar-button ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`));else if(u.type===da)N.push((0,E.jsx)(da,{...u.props,className:`k-toolbar-button ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`));else if(u.type===Dt)N.push((0,E.jsx)(Dt,{...u.props,className:`k-toolbar-button ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`));else if(u.type===P)N.push((0,E.jsx)(P,{...u.props,className:`k-toolbar-menu-button ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`));else if(u.type===Oi)N.push((0,E.jsx)(Oi,{...u.props,className:`k-toolbar-split-button ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`));else if(u.type===I||u.props.className&&u.props.className.includes("k-button-group")){let M=[];(Array.isArray(u.props.children)?u.props.children:[u.props.children]).forEach((A,_)=>{M.push((0,E.jsx)(d,{...A.props,className:`${A.props.className?A.props.className:""}`},`${_}-${new Date().getTime()}`))}),N.push((0,E.jsx)(I,{...u.props,className:`k-toolbar-button-group ${u.props.className?u.props.className:""}`,children:M},`${S}-${new Date().getTime()}`))}else u.type===ue?N.push((0,E.jsx)(ue,{...u.props,className:`k-toolbar-combobox ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`)):u.type===j?N.push((0,E.jsx)(j,{...u.props,className:`k-toolbar-dropdownlist ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`)):u.type===Ae?N.push((0,E.jsx)(Ae,{...u.props,className:`k-toolbar-colorpicker ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`)):N.push(u);N.forEach(M=>{x.push(M)})};return e.children&&(Array.isArray(e.children)?e.children:[e.children]).forEach((S,N)=>{g(S,N)}),(0,E.jsxs)("div",{...h,className:i(e.className,wt,w(wt,{size:t,fillMode:o}),B(wt,{focus:a}),{[`${wt}-resizable`]:r,[`${wt}-scrollable`]:s,[`${wt}-scrollable-overlay`]:s&&p==="hidden",[`${wt}-scrollable-${m}`]:m&&m!=="both",[`${wt}-section`]:f}),role:"toolbar","aria-label":"Toolbar",children:[!s&&x,s&&p==="hidden"&&(0,E.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:x}),s&&p==="start"&&(0,E.jsxs)(E.Fragment,{children:[(0,E.jsxs)(I,{children:[(0,E.jsx)("span",{className:i("k-toolbar-prev","k-button",w("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,E.jsx)(L,{className:"k-button-icon",icon:"chevron-left"})}),(0,E.jsx)("span",{className:i("k-toolbar-next","k-button",w("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,E.jsx)(L,{className:"k-button-icon",icon:"chevron-right"})})]}),(0,E.jsx)(pe,{className:"k-toolbar-button-separator"}),(0,E.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:x})]}),s&&p==="end"&&(0,E.jsxs)(E.Fragment,{children:[(0,E.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:x}),(0,E.jsx)(pe,{className:"k-toolbar-button-separator"}),(0,E.jsxs)(I,{children:[(0,E.jsx)("span",{className:i("k-toolbar-prev","k-button",w("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,E.jsx)(L,{className:"k-button-icon",icon:"chevron-left"})}),(0,E.jsx)("span",{className:i("k-toolbar-next","k-button",w("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,E.jsx)(L,{className:"k-button-icon",icon:"chevron-right"})})]})]}),s&&(p==="around"||!p)&&(0,E.jsxs)(E.Fragment,{children:[(0,E.jsx)("span",{className:i("k-toolbar-prev","k-button",w("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,E.jsx)(L,{className:"k-button-icon",icon:"chevron-left"})}),(0,E.jsx)(pe,{className:"k-toolbar-button-separator"}),(0,E.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:x}),(0,E.jsx)(pe,{className:"k-toolbar-button-separator"}),(0,E.jsx)("span",{className:i("k-toolbar-next","k-button",w("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,E.jsx)(L,{className:"k-button-icon",icon:"chevron-right"})})]})]})};X.states=Sf;X.options=Lf;X.className=wt;X.defaultOptions=yf;X.moduleName=At;X.folderName=Wt;X.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."}]};var Hl=require("react/jsx-runtime"),_l="k-floating-toolbar",Mf=[],Af={},wf={},Uo=e=>{let{...t}=e;return(0,Hl.jsx)("div",{...t,className:i(e.className,_l),children:e.children})};Uo.states=Mf;Uo.options=Af;Uo.className=_l;Uo.defaultOptions=wf;Uo.moduleName=At;Uo.folderName=Wt;var zl=require("react/jsx-runtime"),Bi="k-toolbar-item",If=[l.focus],Tf={},Ef={},It=e=>{let{focus:t,...o}=e;return(0,zl.jsx)("div",{...o,className:i(e.className,Bi,B(Bi,{focus:t})),children:e.children})};It.states=If;It.options=Tf;It.className=Bi;It.defaultOptions=Ef;It.moduleName=At;It.folderName=Wt;var Pi=require("react/jsx-runtime"),Fl="k-toolbar-popup",Cf=[],Of={size:[c.undefined,c.small,c.medium,c.large],fillMode:[b.undefined,b.solid,b.outline,b.flat]},Bf={},io=e=>{let{size:t,fillMode:o,section:a,...r}=e;return(0,Pi.jsx)(Y,{...r,className:i(e.className,Fl),children:a?(0,Pi.jsx)("span",{className:i("k-toolbar-items-list",w("k-toolbar-items-list",{size:t,fillMode:o})),role:"toolbar",children:e.children}):e.children})};io.states=Cf;io.options=Of;io.className=Fl;io.defaultOptions=Bf;io.moduleName=At;io.folderName=Wt;var Qa=io;var Pf=require("react/jsx-runtime");var Rf=require("react/jsx-runtime");var Kf=require("react/jsx-runtime");var Ul=require("react/jsx-runtime");var Df=require("react/jsx-runtime");var rt=require("react/jsx-runtime"),_f=D.states,Gl={...D.defaultOptions,variant:"text"},Hf=D.options,zf=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],Ff=[{name:"opened",title:"Opened"}],Go=e=>{let{variant:t,modifiers:o,...a}={...Gl,...e},r={},s=(0,rt.jsxs)(we,{size:a.size,children:[(0,rt.jsx)(ee,{first:!0,text:"Menu Item"}),(0,rt.jsx)(ee,{text:"Menu Item"}),(0,rt.jsx)(ee,{last:!0,text:"Menu Item"})]});switch(Object.keys(o||{}).forEach(p=>{p==="opened"&&(r.opened=!!(o!=null&&o[p]),r.popup=o!=null&&o[p]?s:"")}),t){case"icon-only":return(0,rt.jsx)("div",{children:(0,rt.jsx)(D,{...a,...r,icon:"star"})});case"icon-and-text":return(0,rt.jsx)("div",{children:(0,rt.jsx)(D,{...a,...r,icon:"star",children:"Split Button"})});default:return(0,rt.jsx)("div",{children:(0,rt.jsx)(D,{...a,...r,children:"Split Button"})})}};Go.options=Hf;Go.states=_f;Go.variants=zf;Go.defaultOptions=Gl;Go.modifiers=Ff;Go.className=D.className;var xt=require("react/jsx-runtime"),$l=e=>(0,xt.jsx)(X,{children:[(0,xt.jsx)(d,{children:"Button"},"toolbar-button"),(0,xt.jsx)(P,{text:"Menu button"},"toolbar-menu-button"),(0,xt.jsx)(D,{children:"Split button"},"toolbar-split-button"),(0,xt.jsxs)(I,{children:[(0,xt.jsx)(d,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,xt.jsx)(d,{icon:"align-center",children:"Center"}),(0,xt.jsx)(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...e});var Vl=require("react/jsx-runtime");var ke=require("react/jsx-runtime"),Wl=e=>(0,ke.jsx)(X,{scrollable:!0,...e,children:[(0,ke.jsx)(d,{children:"Button"},"toolbar-button"),(0,ke.jsx)(P,{text:"Menu button"},"toolbar-menu-button"),(0,ke.jsx)(D,{children:"Split button"},"toolbar-split-button"),(0,ke.jsxs)(I,{children:[(0,ke.jsx)(d,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,ke.jsx)(d,{icon:"align-center",children:"Center"}),(0,ke.jsx)(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group"),(0,ke.jsx)(d,{children:"Button"},"toolbar-button"),(0,ke.jsx)(P,{text:"Menu button"},"toolbar-menu-button"),(0,ke.jsx)(D,{children:"Split button"},"toolbar-split-button"),(0,ke.jsxs)(I,{children:[(0,ke.jsx)(d,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,ke.jsx)(d,{icon:"align-center",children:"Center"}),(0,ke.jsx)(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...e});var Ne=require("react/jsx-runtime"),Xl=({scrollingPosition:e="start",...t})=>(0,Ne.jsx)(X,{scrollable:!0,scrollButtons:"hidden",scrollingPosition:e,...t,children:[(0,Ne.jsx)(d,{children:"Button"},"toolbar-button"),(0,Ne.jsx)(P,{text:"Menu button"},"toolbar-menu-button"),(0,Ne.jsx)(D,{children:"Split button"},"toolbar-split-button"),(0,Ne.jsxs)(I,{children:[(0,Ne.jsx)(d,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,Ne.jsx)(d,{icon:"align-center",children:"Center"}),(0,Ne.jsx)(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group"),(0,Ne.jsx)(d,{children:"Button"},"toolbar-button"),(0,Ne.jsx)(P,{text:"Menu button"},"toolbar-menu-button"),(0,Ne.jsx)(D,{children:"Split button"},"toolbar-split-button"),(0,Ne.jsxs)(I,{children:[(0,Ne.jsx)(d,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,Ne.jsx)(d,{icon:"align-center",children:"Center"}),(0,Ne.jsx)(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...t});var te=require("react/jsx-runtime"),Jl=({fillMode:e,size:t,...o})=>(0,te.jsxs)(te.Fragment,{children:[(0,te.jsx)(X,{section:!0,fillMode:e,size:t,children:[(0,te.jsx)(d,{fillMode:e,size:t,children:"Button"},"toolbar-button"),(0,te.jsxs)(I,{fillMode:e,children:[(0,te.jsx)(d,{className:"k-group-start",icon:"align-left",fillMode:e,size:t,children:"Left"}),(0,te.jsx)(d,{icon:"align-center",fillMode:e,size:t,children:"Center"}),(0,te.jsx)(d,{className:"k-group-end",icon:"align-right",fillMode:e,size:t,children:"Right"})]},"toolbar-button-group"),(0,te.jsx)(pe,{className:"k-toolbar-button-separator"}),(0,te.jsx)(d,{icon:"more-horizontal",className:"k-toolbar-overflow-button",fillMode:"flat",size:t,rounded:"none","aria-label":"More options","aria-expanded":"false"})],...o}),(0,te.jsxs)(Qa,{size:t,fillMode:e,section:!0,...o,children:[(0,te.jsx)(D,{fillMode:e,size:t,children:"Split button"},"toolbar-split-button"),(0,te.jsx)(d,{fillMode:e,size:t,children:"Button"},"toolbar-button"),(0,te.jsx)(pe,{}),(0,te.jsx)(P,{text:"Menu button",fillMode:e,size:t},"toolbar-menu-button"),(0,te.jsxs)(I,{fillMode:e,children:[(0,te.jsx)(d,{className:"k-group-start",icon:"align-left",fillMode:e,size:t,children:"Left"}),(0,te.jsx)(d,{icon:"align-center",fillMode:e,size:t,children:"Center"}),(0,te.jsx)(d,{className:"k-group-end",icon:"align-right",fillMode:e,size:t,children:"Right"})]},"toolbar-button-group")]})]});var Ri=require("react/jsx-runtime");var Ki=require("react/jsx-runtime");var Tt=require("react/jsx-runtime"),Uf=X.options,Gf=X.states,ql={...X.defaultOptions,variant:"default"},$f=[{name:"default",title:"Default"},{name:"scrollable",title:"Scrollable"},{name:"overlay",title:"Overlay"},{name:"responsive",title:"Responsive"}],Vf=[],$o=e=>{let{variant:t,...o}={...ql,...e};switch(t){case"responsive":return(0,Tt.jsx)("div",{children:(0,Tt.jsx)(Jl,{style:{width:"583px"},...o})});case"overlay":return(0,Tt.jsx)("div",{children:(0,Tt.jsx)(Xl,{style:{width:"583px"},...o,scrollingPosition:"start",scrollButtons:"hidden"})});case"scrollable":return(0,Tt.jsx)("div",{children:(0,Tt.jsx)(Wl,{style:{width:"583px"},...o})});default:return(0,Tt.jsx)("div",{children:(0,Tt.jsx)($l,{style:{width:"583px"},...o})})}};$o.options=Uf;$o.states=Gf;$o.variants=$f;$o.defaultOptions=ql;$o.modifiers=Vf;$o.className=X.className;var Ql=require("react/jsx-runtime"),Yl="k-spreadsheet-toolbar",Wf=[],Xf={},Jf={},Vo=e=>{let{children:t,...o}=e;return(0,Ql.jsx)(X,{...o,resizable:!0,className:i(e.className,Yl),fillMode:"flat","aria-label":o["aria-label"]||"Spreadsheet toolbar",children:t})};Vo.states=Wf;Vo.options=Xf;Vo.className=Yl;Vo.defaultOptions=Jf;var C=require("react/jsx-runtime"),Zl="k-spreadsheet-header",qf=[],Yf={},Qf=[(0,C.jsx)(d,{icon:"arrow-rotate-ccw",fillMode:"flat","aria-label":"Undo"},"undo"),(0,C.jsx)(d,{icon:"arrow-rotate-cw",fillMode:"flat","aria-label":"Redo"},"redo"),(0,C.jsx)(pe,{},"sep1"),(0,C.jsx)(d,{icon:"cut",fillMode:"flat","aria-label":"Cut"},"cut"),(0,C.jsx)(d,{icon:"copy",fillMode:"flat","aria-label":"Copy"},"copy"),(0,C.jsx)(d,{icon:"clipboard",fillMode:"flat","aria-label":"Paste"},"paste"),(0,C.jsx)(pe,{},"sep2"),(0,C.jsx)(j,{value:"Font Name",fillMode:"flat","aria-label":"Font name"},"fontname"),(0,C.jsx)(j,{value:"Font Size",fillMode:"flat","aria-label":"Font size"},"fontsize"),(0,C.jsx)(pe,{},"sep3"),(0,C.jsxs)(I,{fillMode:"flat",children:[(0,C.jsx)(d,{className:"k-group-start",icon:"font-grow",fillMode:"flat","aria-label":"Increase font size"}),(0,C.jsx)(d,{className:"k-group-end",icon:"font-shrink",fillMode:"flat","aria-label":"Decrease font size"})]},"fontgrow"),(0,C.jsx)(pe,{},"sep4"),(0,C.jsxs)(I,{fillMode:"flat",children:[(0,C.jsx)(d,{className:"k-group-start",icon:"bold",fillMode:"flat","aria-label":"Bold"}),(0,C.jsx)(d,{icon:"italic",fillMode:"flat","aria-label":"Italic"}),(0,C.jsx)(d,{icon:"underline",fillMode:"flat","aria-label":"Underline"}),(0,C.jsx)(d,{className:"k-group-end",icon:"strikethrough",fillMode:"flat","aria-label":"Strikethrough"})]},"fontstyle"),(0,C.jsx)(It,{children:(0,C.jsx)(Ae,{value:"red",valueIconName:"foreground-color",fillMode:"flat","aria-label":"Text color"})},"textcolor"),(0,C.jsx)(pe,{},"sep5"),(0,C.jsx)(It,{children:(0,C.jsx)(Ae,{value:"fuchsia",valueIconName:"droplet",fillMode:"flat","aria-label":"Background color"})},"bgcolor"),(0,C.jsx)(pe,{},"sep6"),(0,C.jsx)(P,{fillMode:"flat",icon:"borders-all",showArrow:!0,"aria-label":"Borders"},"borders"),(0,C.jsx)(pe,{},"sep7"),(0,C.jsx)(P,{fillMode:"flat",icon:"align-left",showArrow:!0,"aria-label":"Horizontal alignment"},"halign"),(0,C.jsx)(P,{fillMode:"flat",icon:"align-middle",showArrow:!0,"aria-label":"Vertical alignment"},"valign"),(0,C.jsx)(pe,{},"sep8"),(0,C.jsx)(d,{fillMode:"flat",icon:"text-wrap","aria-label":"Wrap text"},"wrap")],Zf=[(0,C.jsx)(q,{first:!0,text:"File"},"file"),(0,C.jsx)(q,{text:"Home",active:!0},"home"),(0,C.jsx)(q,{text:"Insert"},"insert"),(0,C.jsx)(q,{text:"Format"},"format"),(0,C.jsx)(q,{text:"Formulas"},"formulas"),(0,C.jsx)(q,{text:"Data"},"data"),(0,C.jsx)(q,{last:!0,text:"View"},"view")],Di={toolbarItems:Qf,menuItems:Zf},Et=e=>{let{toolbarItems:t=Di.toolbarItems,menuItems:o=Di.menuItems,...a}=e;return(0,C.jsxs)("div",{...a,className:i(Zl,e.className),children:[(0,C.jsx)(_o,{children:o}),(0,C.jsx)(Vo,{children:t})]})};Et.states=qf;Et.options=Yf;Et.className=Zl;Et.defaultOptions=Di;var tp=require("react/jsx-runtime"),jl="k-tabstrip-items",jf=[],eb={},tb={tabAlignment:"start"},Na=e=>{let{children:t,tabAlignment:o,orientation:a,...r}=e;return(0,tp.jsx)("ul",{...r,className:i(e.className,jl,"k-reset",`k-tabstrip-items-${o}`),role:"tablist",...a==="vertical"&&{"aria-orientation":"vertical"},children:t})};Na.states=jf;Na.options=eb;Na.className=jl;Na.defaultOptions=tb;var ep=Na;var ip=require("react/jsx-runtime"),op="k-tabstrip-items-wrapper",ob=[],ab={},ap={orientation:"horizontal"},Sa=e=>{let{children:t,orientation:o=ap.orientation,...a}=e;return(0,ip.jsx)("div",{...a,className:i(e.className,op,{"k-hstack":o==="horizontal","k-vstack":o==="vertical"}),children:t})};Sa.states=ob;Sa.options=ab;Sa.className=op;Sa.defaultOptions=ap;var rp=Sa;var _i="tabstrip",np=_i;var Ke=require("react/jsx-runtime"),Xt="k-tabstrip",rb=[],ib={size:[c.undefined,c.small,c.medium,c.large]},Za={position:"top",tabAlignment:"start",scrollButtons:"around"},Ct=e=>{let{size:t,scrollable:o,children:a,tabStripItems:r,tabStripItemsId:s,position:p=Za.position,tabAlignment:m=Za.tabAlignment,scrollButtons:f=Za.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"},M={start:"start",center:"center",end:"end",justify:"justify",stretched:"stretched"};return(0,Ke.jsxs)("div",{dir:h,...u,className:i(Xt,e.className,{[`${Xt}-${p}`]:p,[`${Xt}-scrollable`]:o,[`${Xt}-scrollable-overlay`]:o&&(f==="hidden"||!f),[`${Xt}-scrollable-${x}`]:x&&x!=="both",[`${Xt}-overflow`]:g},w(Xt,{size:t})),children:[p==="bottom"&&a,(0,Ke.jsxs)(rp,{orientation:N[p],children:[o&&(f==="around"||f==="start")&&(0,Ke.jsx)("span",{className:i("k-tabstrip-prev","k-button",w("k-button",{size:t,fillMode:b.flat}),"k-icon-button"),"aria-hidden":"true",children:(0,Ke.jsx)(L,{className:"k-button-icon",icon:`chevron-${S[p].prev}`})}),o&&f==="start"&&(0,Ke.jsx)("span",{className:i("k-tabstrip-next","k-button",w("k-button",{size:t,fillMode:b.flat}),"k-icon-button"),"aria-hidden":"true",children:(0,Ke.jsx)(L,{className:"k-button-icon",icon:`chevron-${S[p].next}`})}),(0,Ke.jsx)(ep,{className:i({"k-tabstrip-items-scroll":o&&f==="hidden"}),tabAlignment:M[m],orientation:N[p],...s&&{id:s},children:r}),o&&f==="end"&&(0,Ke.jsx)("span",{className:i("k-tabstrip-prev","k-button",w("k-button",{size:t,fillMode:b.flat}),"k-icon-button"),"aria-hidden":"true",children:(0,Ke.jsx)(L,{className:"k-button-icon",icon:`chevron-${S[p].prev}`})}),o&&(f==="around"||f==="end")&&(0,Ke.jsx)("span",{className:i("k-tabstrip-next","k-button",w("k-button",{size:t,fillMode:b.flat}),"k-icon-button"),"aria-hidden":"true",children:(0,Ke.jsx)(L,{className:"k-button-icon",icon:`chevron-${S[p].next}`})}),g&&(0,Ke.jsx)("div",{className:"k-tabstrip-actions k-hstack",children:(0,Ke.jsx)(P,{className:"k-tabstrip-overflow-button",icon:"more-vertical",fillMode:"flat",size:t,showArrow:!1})})]}),p!=="bottom"&&a]})};Ct.states=rb;Ct.options=ib;Ct.className=Xt;Ct.defaultOptions=Za;Ct.moduleName=_i;Ct.folderName=np;Ct.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."}]};var Ot=require("react/jsx-runtime"),Hi="k-tabstrip-item",nb=[l.active,l.hover,l.disabled,l.focus],sb={},sp={iconPosition:"before"},dt=e=>{let{dragging:t,active:o,hover:a,focus:r,disabled:s,children:p,first:m,last:f,closable:h,icon:x,iconPosition:g=sp.iconPosition,value:u,actions:S,...N}=e;return(0,Ot.jsxs)("li",{...N,className:i(e.className,Hi,B(Hi,{hover:a,active:o,disabled:s,focus:r}),{"k-tabstrip-dragging":t,"k-first":m,"k-last":f}),role:"tab",...o&&{"aria-selected":"true"},...s&&{"aria-disabled":"true"},children:[(0,Ot.jsxs)("span",{className:"k-link",children:[x&&g==="before"&&(0,Ot.jsx)(L,{icon:x}),u&&(0,Ot.jsx)("span",{className:"k-link-text",children:u}),x&&g==="after"&&(0,Ot.jsx)(L,{icon:x})]}),(S||h)&&(0,Ot.jsxs)("span",{className:"k-item-actions",children:[S,h&&(0,Ot.jsx)(d,{as:"span",className:"k-remove-tab",icon:"x",fillMode:"flat",size:"xsmall",title:"Close","aria-hidden":"true"})]}),p]})};dt.states=nb;dt.options=sb;dt.className=Hi;dt.item=sp;var re=require("react/jsx-runtime"),lp="k-spreadsheet-sheets-bar",lb=[],pb={},db=(0,re.jsxs)(re.Fragment,{children:[(0,re.jsx)(dt,{first:!0,active:!0,value:"Sheet 1",actions:(0,re.jsx)(P,{showArrow:!1,size:"small",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet1"),(0,re.jsx)(dt,{value:"Sheet 2",actions:(0,re.jsx)(P,{showArrow:!1,size:"small",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet2"),(0,re.jsx)(dt,{value:"Sheet 3",actions:(0,re.jsx)(P,{showArrow:!1,size:"small",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet3"),(0,re.jsx)(dt,{value:"Sheet 4",actions:(0,re.jsx)(P,{showArrow:!1,size:"small",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet4"),(0,re.jsx)(dt,{value:"Sheet 5",actions:(0,re.jsx)(P,{showArrow:!1,size:"small",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet5"),(0,re.jsx)(dt,{last:!0,value:"Sheet 6",actions:(0,re.jsx)(P,{showArrow:!1,size:"small",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet6")]}),pp={tabStripItems:db},Bt=e=>{let{tabStripItems:t=pp.tabStripItems,...o}=e,a=K("spreadsheet-sheets");return(0,re.jsxs)("div",{...o,className:i(lp,e.className),children:[(0,re.jsx)(d,{className:"k-spreadsheet-sheet-add",fillMode:"flat",size:"small",icon:"plus","aria-label":"Add new sheet","aria-controls":a}),(0,re.jsx)(d,{className:"k-spreadsheet-sheets-menu",fillMode:"flat",size:"small",icon:"menu","aria-label":"Sheets menu","aria-controls":a}),(0,re.jsx)(Ct,{className:"k-spreadsheet-sheets",tabStripItems:t,tabStripItemsId:a,position:"bottom",scrollable:!0,scrollButtons:"end"})]})};Bt.states=lb;Bt.options=pb;Bt.className=lp;Bt.defaultOptions=pp;var zi="tooltip",dp=zi;var Pt=require("react/jsx-runtime"),Fi="k-tooltip",cb=[],mb={themeColor:[k.undefined,k.base,k.inverse,k.info,k.success,k.warning,k.error]},cp={closable:!1},De=e=>{let{closable:t=cp.closable,callout:o,themeColor:a,title:r,content:s,icon:p,id:m=K("tooltip"),...f}=e;return(0,Pt.jsxs)("div",{...f,className:i(e.className,Fi,w(Fi,{themeColor:a}),{"k-tooltip-closable":t}),role:"tooltip",id:m,children:[p&&(0,Pt.jsx)(L,{className:"k-tooltip-icon",icon:p}),(0,Pt.jsxs)("div",{className:"k-tooltip-content",children:[r&&(0,Pt.jsx)("div",{className:"k-tooltip-title",children:r}),s]}),t&&(0,Pt.jsx)("div",{className:"k-tooltip-button",role:"button","aria-label":"Close",tabIndex:0,children:(0,Pt.jsx)(L,{icon:"x"})}),o&&(0,Pt.jsx)("div",{className:i("k-callout",{[`k-callout-${Yi.calloutMap[o]||o}`]:o})})]})};De.states=cb;De.options=mb;De.className=Fi;De.defaultOptions=cp;De.moduleName=zi;De.folderName=dp;De.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 Ui=De;var up=require("react/jsx-runtime"),mp=e=>(0,up.jsx)(Ui,{content:"Tooltip Content",...e});var ub=require("react/jsx-runtime");var Wo=require("react/jsx-runtime"),fb={...De.options,closable:{type:"boolean"},callout:["none","top","bottom","left","right"]},bb=De.states,fp={...De.defaultOptions,callout:"top"},hb=[],Xo=e=>{let{callout:t="top",...o}={...fp,...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:r,left:s,calloutDirection:p}=a[t]||{};return(0,Wo.jsxs)("div",{style:{position:"absolute"},children:[(0,Wo.jsx)(Ze,{style:{top:r,left:s},children:(0,Wo.jsx)(mp,{style:{width:"86px",textAlign:"center"},callout:p,content:"Content",...o})}),(0,Wo.jsx)(d,{text:"Show"})]})};Xo.options=fb;Xo.states=bb;Xo.variants=hb;Xo.defaultOptions=fp;Xo.modifiers=[];Xo.className=De.className;var n=require("react/jsx-runtime"),Gi=[(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"Invoice #52 - 06/23/2015"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"ID"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"Product"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"Quantity"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"Price"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"Tax"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"Amount"})}),(0,n.jsx)("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"}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"216321"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"Calzone"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"1"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$12.39"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$2.48"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$14.87"})})}),(0,n.jsx)("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"}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"546897"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"Margarita"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"2"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$8.79"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$3.52"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$21.10"})})}),(0,n.jsx)("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"}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"456231"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"Pollo Formaggio"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"1"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$13.99"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$2.80"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$16.79"})})}),(0,n.jsx)("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"}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"455873"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"Greek Salad"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"1"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$9.49"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$1.90"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$11.39"})})}),(0,n.jsx)("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"}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"456892"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"Spinach and Blue Cheese"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"3"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$11.49"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$6.89"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$41.36"})})}),(0,n.jsx)("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"}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"546564"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"Rigoletto"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"1"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$10.99"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$2.20"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$13.19"})})}),(0,n.jsx)("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"}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"789455"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"Creme Brulee"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"5"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$6.99"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$6.99"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$41.94"})})}),(0,n.jsx)("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"}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"123002"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"Radeberger Beer"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"4"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$4.99"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$3.99"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$23.95"})})}),(0,n.jsx)("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"}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"564896"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"Budweiser Beer"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"3"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$4.49"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$2.69"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$16.16"})})}),(0,n.jsx)("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"}),(0,n.jsx)("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"}),(0,n.jsx)("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"}),(0,n.jsx)("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"}),(0,n.jsx)("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"}),(0,n.jsx)("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"}),(0,n.jsx)("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"}),(0,n.jsx)("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"}),(0,n.jsx)("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"}),(0,n.jsx)("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"}),(0,n.jsx)("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"}),(0,n.jsx)("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"}),(0,n.jsx)("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"}),(0,n.jsx)("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"}),(0,n.jsx)("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"})],bp=[(0,n.jsx)("div",{className:"k-spreadsheet-vaxis",style:{left:0,height:"405px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-vaxis",style:{left:"100px",height:"405px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-vaxis",style:{left:"315px",height:"405px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-vaxis",style:{left:"430px",height:"405px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-vaxis",style:{left:"545px",height:"405px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-vaxis",style:{left:"660px",height:"405px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-vaxis",style:{left:"815px",height:"405px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-vaxis",style:{left:"879px",height:"405px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-vaxis",style:{left:"943px",height:"405px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-vaxis",style:{left:"1007px",height:"405px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-vaxis",style:{left:"1071px",height:"405px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-vaxis",style:{left:"1135px",height:"405px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-vaxis",style:{left:"1199px",height:"405px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-haxis",style:{top:"0px",width:"1199px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-haxis",style:{top:"70px",width:"1199px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-haxis",style:{top:"95px",width:"1199px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-haxis",style:{top:"125px",width:"1199px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-haxis",style:{top:"155px",width:"1199px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-haxis",style:{top:"185px",width:"1199px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-haxis",style:{top:"215px",width:"1199px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-haxis",style:{top:"245px",width:"1199px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-haxis",style:{top:"275px",width:"1199px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-haxis",style:{top:"305px",width:"1199px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-haxis",style:{top:"335px",width:"1199px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-haxis",style:{top:"365px",width:"1199px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-haxis",style:{top:"395px",width:"1199px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-haxis",style:{top:"426px",width:"1199px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-disabled-mask",style:{top:"1px",width:"878px",left:"1px",height:"69px"}})];var $=require("react/jsx-runtime"),hp="k-spreadsheet-column-header",xb=[],vb={},xp={configureSelection:{A:"partial"}},Jo=e=>{let{configureSelection:t=xp.configureSelection,...o}=e,a=[(0,$.jsx)("div",{style:{position:"absolute",left:"0px",width:"100px",height:"30px"},children:(0,$.jsx)("div",{className:"k-vertical-align-center",children:"A"})}),(0,$.jsx)("div",{style:{position:"absolute",left:"100px",width:"215px",height:"30px"},children:(0,$.jsx)("div",{className:"k-vertical-align-center",children:"B"})}),(0,$.jsx)("div",{style:{position:"absolute",left:"315px",width:"115px",height:"30px"},children:(0,$.jsx)("div",{className:"k-vertical-align-center",children:"C"})}),(0,$.jsx)("div",{style:{position:"absolute",left:"430px",width:"115px",height:"30px"},children:(0,$.jsx)("div",{className:"k-vertical-align-center",children:"D"})}),(0,$.jsx)("div",{style:{position:"absolute",left:"545px",width:"115px",height:"30px"},children:(0,$.jsx)("div",{className:"k-vertical-align-center",children:"E"})}),(0,$.jsx)("div",{style:{position:"absolute",left:"660px",width:"155px",height:"30px"},children:(0,$.jsx)("div",{className:"k-vertical-align-center",children:"F"})}),(0,$.jsx)("div",{style:{position:"absolute",left:"815px",width:"64px",height:"30px"},children:(0,$.jsx)("div",{className:"k-vertical-align-center",children:"G"})}),(0,$.jsx)("div",{style:{position:"absolute",left:"879px",width:"64px",height:"30px"},children:(0,$.jsx)("div",{className:"k-vertical-align-center",children:"H"})}),(0,$.jsx)("div",{style:{position:"absolute",left:"943px",width:"64px",height:"30px"},children:(0,$.jsx)("div",{className:"k-vertical-align-center",children:"I"})}),(0,$.jsx)("div",{style:{position:"absolute",left:"1007px",width:"64px",height:"30px"},children:(0,$.jsx)("div",{className:"k-vertical-align-center",children:"J"})}),(0,$.jsx)("div",{style:{position:"absolute",left:"1071px",width:"64px",height:"30px"},children:(0,$.jsx)("div",{className:"k-vertical-align-center",children:"K"})}),(0,$.jsx)("div",{style:{position:"absolute",left:"1135px",width:"64px",height:"30px"},children:(0,$.jsx)("div",{className:"k-vertical-align-center",children:"L"})})],s=t?((p,m)=>p.map((f,h)=>{let x=f.props.children.props.children;return(0,$.jsx)("div",{style:f.props.style,className:i({"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(0,$.jsx)("div",{...o,className:i(hp,e.className),children:s})};Jo.states=xb;Jo.options=vb;Jo.className=hp;Jo.defaultOptions=xp;var F=require("react/jsx-runtime"),vp="k-spreadsheet-row-header",gb=[],kb={},gp={configureSelection:{1:"partial"}},qo=e=>{let{configureSelection:t=gp.configureSelection,...o}=e,a=[(0,F.jsx)("div",{style:{width:"30px",height:"70px"},children:(0,F.jsx)("div",{className:"k-vertical-align-center",children:"1"})}),(0,F.jsx)("div",{style:{width:"30px",height:"25px"},children:(0,F.jsx)("div",{className:"k-vertical-align-center",children:"2"})}),(0,F.jsx)("div",{style:{width:"30px",height:"30px"},children:(0,F.jsx)("div",{className:"k-vertical-align-center",children:"3"})}),(0,F.jsx)("div",{style:{width:"30px",height:"30px"},children:(0,F.jsx)("div",{className:"k-vertical-align-center",children:"4"})}),(0,F.jsx)("div",{style:{width:"30px",height:"30px"},children:(0,F.jsx)("div",{className:"k-vertical-align-center",children:"5"})}),(0,F.jsx)("div",{style:{width:"30px",height:"30px"},children:(0,F.jsx)("div",{className:"k-vertical-align-center",children:"6"})}),(0,F.jsx)("div",{style:{width:"30px",height:"30px"},children:(0,F.jsx)("div",{className:"k-vertical-align-center",children:"7"})}),(0,F.jsx)("div",{style:{width:"30px",height:"30px"},children:(0,F.jsx)("div",{className:"k-vertical-align-center",children:"8"})}),(0,F.jsx)("div",{style:{width:"30px",height:"30px"},children:(0,F.jsx)("div",{className:"k-vertical-align-center",children:"9"})}),(0,F.jsx)("div",{style:{width:"30px",height:"30px"},children:(0,F.jsx)("div",{className:"k-vertical-align-center",children:"10"})}),(0,F.jsx)("div",{style:{width:"30px",height:"30px"},children:(0,F.jsx)("div",{className:"k-vertical-align-center",children:"11"})}),(0,F.jsx)("div",{style:{width:"30px",height:"30px"},children:(0,F.jsx)("div",{className:"k-vertical-align-center",children:"12"})}),(0,F.jsx)("div",{style:{width:"30px",height:"30px"},children:(0,F.jsx)("div",{className:"k-vertical-align-center",children:"13"})})],s=t?((p,m)=>p.map((f,h)=>{let x=f.props.children.props.children;return(0,F.jsx)("div",{style:f.props.style,className:i({"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(0,F.jsx)("div",{...o,className:i(vp,e.className),children:s})};qo.states=gb;qo.options=kb;qo.className=vp;qo.defaultOptions=gp;var kp=or(require("react"));var $i=require("react/jsx-runtime"),Np="k-spreadsheet-data",Nb=[],Sb={},Lb={},Yo=e=>{let{activeCellIndex:t,...o}=e,r=t?((p,m)=>p.map((f,h)=>h===m?(0,$i.jsx)("div",{style:f.props.style,className:i(f.props.className,"k-spreadsheet-active-cell"),children:f.props.children},h):f))(Gi,t):Gi,s=[...bp,...r].map((p,m)=>p.key?p:kp.cloneElement(p,{key:m}));return(0,$i.jsx)("div",{...o,className:i(Np,e.className),children:s})};Yo.states=Nb;Yo.options=Sb;Yo.className=Np;Yo.defaultOptions=Lb;var Lp=require("react/jsx-runtime"),Sp="k-spreadsheet-legacy",yb=[],Mb={},Ab={},Qo=e=>{let{...t}=e;return(0,Lp.jsx)("div",{...t,className:i(e.className,Sp),children:e.children})};Qo.states=yb;Qo.options=Mb;Qo.className=Sp;Qo.defaultOptions=Ab;Qo.moduleName=jo;Qo.folderName=Ma;var Vi=require("react/jsx-runtime");var Jt=require("react/jsx-runtime"),wb={},Ib=[],Tb=[],Eb={},Cb=[],Zo=()=>(0,Jt.jsxs)(Wi,{style:{height:"415px",width:"80%"},children:[(0,Jt.jsx)(Et,{}),(0,Jt.jsx)(Nt,{}),(0,Jt.jsx)(Rt,{selection:(0,Jt.jsx)("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}),(0,Jt.jsx)(Bt,{})]});Zo.options=wb;Zo.states=Ib;Zo.variants=Tb;Zo.defaultOptions=Eb;Zo.modifiers=Cb;Zo.className=Je.className;var W=require("react/jsx-runtime"),yp="k-spreadsheet-view",Ob=[],Bb={},Pb={},Rt=e=>{let{selectionHighlight:t,rowHeaderSelection:o,columnHeaderSelection:a,cellEditor:r,activeCellIndex:s,selection:p,filter:m,...f}=e;return(0,W.jsxs)("div",{...f,className:i(yp,e.className),children:[(0,W.jsxs)("div",{className:"k-spreadsheet-fixed-container",children:[(0,W.jsxs)("div",{style:{top:0,left:0,height:"100%",width:"100%"},className:"k-spreadsheet-pane k-top k-left",children:[(0,W.jsx)(Yo,{activeCellIndex:s,style:{position:"relative",left:"30px",top:"30px"}}),(0,W.jsx)("div",{className:"k-selection-wrapper",children:p}),(0,W.jsx)("div",{className:"k-auto-fill-wrapper"}),(0,W.jsx)("div",{className:"k-selection-wrapper",children:t}),(0,W.jsx)("div",{className:"k-filter-wrapper",children:m}),(0,W.jsx)(qo,{configureSelection:o,style:{width:"30px",top:"30px"}}),(0,W.jsx)(Jo,{configureSelection:a,style:{top:"0px",left:"30px",width:"1199px",height:"30px"}})]}),r,(0,W.jsx)("div",{style:{width:"30px",height:"30px"},className:"k-spreadsheet-top-corner"})]}),(0,W.jsx)("div",{className:"k-spreadsheet-scroller",children:(0,W.jsx)("div",{className:"k-spreadsheet-view-size",style:{height:"6080px",width:"3663px"}})}),(0,W.jsx)("div",{className:"k-spreadsheet-clipboard",children:(0,W.jsxs)("table",{style:{left:"0px",top:"0px",height:"30px",width:"100px"},className:"kendo-clipboard-eb8ea401-ab97-4190-8fb2-b3b83b299a9f",role:"presentation",children:[(0,W.jsx)("colgroup",{children:(0,W.jsx)("col",{style:{width:"100px"}})}),(0,W.jsx)("tbody",{children:(0,W.jsx)("tr",{style:{height:"30px"},children:(0,W.jsx)("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"})})})]})}),!r&&(0,W.jsx)("div",{className:"k-spreadsheet-cell-editor k-spreadsheet-formula-input","data-role":"formulainput",style:{whiteSpace:"pre"},children:"216321"}),(0,W.jsx)(De,{content:"A1",style:{position:"absolute",display:"none"}}),(0,W.jsx)("div",{className:"k-list-group-sticky-header",style:{display:"none"}}),(0,W.jsx)("div",{className:"k-list-content k-list-scroller",unselectable:"on"})]})};Rt.states=Ob;Rt.options=Bb;Rt.className=yp;Rt.defaultOptions=Pb;var ct=require("react/jsx-runtime"),Wi=e=>(0,ct.jsx)(Je,{children:(0,ct.jsxs)(ct.Fragment,{children:[(0,ct.jsx)(Et,{}),(0,ct.jsx)(Nt,{}),(0,ct.jsx)(Rt,{selection:(0,ct.jsx)("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}),(0,ct.jsx)(Bt,{})]}),...e});
1
+ var Ap=Object.create;var ya=Object.defineProperty;var wp=Object.getOwnPropertyDescriptor;var Ip=Object.getOwnPropertyNames;var Tp=Object.getPrototypeOf,Ep=Object.prototype.hasOwnProperty;var Cp=(e,t)=>{for(var o in t)ya(e,o,{get:t[o],enumerable:!0})},Ji=(e,t,o,a)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of Ip(t))!Ep.call(e,r)&&r!==o&&ya(e,r,{get:()=>t[r],enumerable:!(a=wp(t,r))||a.enumerable});return e};var or=(e,t,o)=>(o=e!=null?Ap(Tp(e)):{},Ji(t||!e||!e.__esModule?ya(o,"default",{value:e,enumerable:!0}):o,e)),Op=e=>Ji(ya({},"__esModule",{value:!0}),e);var Rb={};Cp(Rb,{SpreadsheetNormal:()=>Wi});module.exports=Op(Rb);var i=(...e)=>e.filter(t=>t!==!0&&!!t).map(t=>Array.isArray(t)?i(...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 w=(e,t)=>i({[`${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"}),B=(e,t)=>{let{valid:o,invalid:a,hover:r,focus:s,checked:p,active:m,selected:f,disabled:h,indeterminate:x,loading:g,empty:u,readonly:S,highlighted:N,...M}=t;return i({"k-valid":o,"k-invalid":a,"k-hover":r,"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(M).reduce((O,A)=>(A.startsWith("k-")?O[A]=M[A]:O[`k-${A}`]=M[A],O),{}))};function qi(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 ar={};function K(e){return ar[e]=(ar[e]||0)+1,`k-${e}-${ar[e]}`}var jo="spreadsheet",Ma=jo;var Zi=require("react/jsx-runtime"),Qi="k-spreadsheet",Bp=[],Pp={},Rp={},Je=e=>{let{children:t,...o}=e;return(0,Zi.jsx)("div",{...o,className:i(Qi,e.className),role:"application",children:t})};Je.states=Bp;Je.options=Pp;Je.className=Qi;Je.defaultOptions=Rp;Je.moduleName=jo;Je.folderName=Ma;Je.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."}]};var ea=require("react/jsx-runtime"),rr="k-font-icon",Kp=[],Dp={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]},_p={},ta=e=>{let{size:t,themeColor:o,icon:a,rotate:r,flip:s,...p}=e;return a?(0,ea.jsx)("span",{...p,className:i(e.className,rr,w(rr,{size:t}),{[`k-i-${a}`]:a,[`k-color-${o}`]:o,[`k-rotate-${r}`]:r,"k-flip-h":s==="h"||s==="both","k-flip-v":s==="v"||s==="both"}),"aria-hidden":"true"}):(0,ea.jsx)(ea.Fragment,{})};ta.states=Kp;ta.options=Dp;ta.className=rr;ta.defaultOptions=_p;var ji=ta;var Yt=require("react/jsx-runtime"),ir="k-svg-icon",Hp=[],zp={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]},en={viewBox:"0 0 24 24"},oa=e=>{let{size:t,themeColor:o,rotate:a,flip:r,viewBox:s=en.viewBox,icon:p,...m}=e;if(!p)return(0,Yt.jsx)(Yt.Fragment,{});if(p==="none")return(0,Yt.jsx)("span",{...m,className:i(e.className,ir,w("k-icon",{size:t}),"k-none"),"aria-hidden":"true"});let f=typeof p=="object"&&p.name&&p.name;return(0,Yt.jsx)("span",{...m,className:i(e.className,ir,w("k-icon",{size:t}),{[`k-svg-i-${f}`]:f,[`k-color-${o}`]:o,[`k-rotate-${a}`]:a,"k-flip-h":r==="h"||r==="both","k-flip-v":r==="v"||r==="both"}),"aria-hidden":"true",children:(0,Yt.jsx)("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})})};oa.states=Hp;oa.options=zp;oa.className=ir;oa.defaultOptions=en;var nr=oa;var sr=or(require("@progress/kendo-svg-icons"));var tn="icon",on="icons";var nn=require("react");var an=require("react"),rn=(0,an.createContext)({iconsType:"svg"});var vt=require("react/jsx-runtime"),Aa="k-icon",Fp=e=>e.replace(/([-_][a-z0-9])/gi,t=>t.toUpperCase().replace("-","").replace("_","")),Up=[],Gp={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]},lr={viewBox:"0 0 24 24",type:"svg"},L=e=>{let{iconsType:t}=(0,nn.useContext)(rn),{size:o,themeColor:a,icon:r,type:s=t||lr.type,rotate:p,flip:m,viewBox:f=lr.viewBox,...h}=e;if(!r)return(0,vt.jsx)(vt.Fragment,{});if((t||s)==="svg"){if(r==="none")return(0,vt.jsx)(nr,{...h,className:i(e.className,Aa),icon:r,size:o});let g=sr[r]?r:Fp(`${r}-icon`);return sr[g]?(0,vt.jsx)(nr,{...h,className:i(e.className,Aa),icon:sr[g],size:o,themeColor:a,rotate:p,flip:m,viewBox:f}):(0,vt.jsx)(vt.Fragment,{})}return(0,vt.jsx)(ji,{...h,className:i(e.className,Aa),icon:r,size:o,themeColor:a,rotate:p,flip:m})};L.states=Up;L.options=Gp;L.defaultOptions=lr;L.className=Aa;L.moduleName=tn;L.folderName=on;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 pr="button",sn=pr;var it=require("react/jsx-runtime"),aa="k-button",$p=["icon-button"],Vp=[l.hover,l.focus,l.active,l.selected,l.disabled,l.generating],Wp={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]},dr={showArrow:!1,arrowIconName:"chevron-down"},d=e=>{let{as:t="button",size:o,rounded:a,fillMode:r,themeColor:s,showArrow:p=dr.showArrow,arrowIconName:m=dr.arrowIconName,variant:f,hover:h,focus:x,active:g,selected:u,disabled:S,togglable:N,ariaDisabled:M,icon:O,text:A,iconClassName:_,className:ie,...Se}=e,Te=O!==void 0,Ee=e.children!==void 0;return(0,it.jsxs)(t,{className:i(ie,aa,qi(aa,f),w(aa,{size:o,rounded:a,fillMode:r,themeColor:s}),B(aa,{hover:h,focus:x,active:g,disabled:S||M,selected:u}),{"k-icon-button":!A&&!Ee&&Te}),...Se,"aria-pressed":N?u?"true":"false":void 0,"aria-disabled":M?"true":void 0,disabled:S||void 0,children:[O&&(0,it.jsx)(L,{className:i(_,"k-button-icon"),icon:O}),A?(0,it.jsxs)(it.Fragment,{children:[A&&(0,it.jsx)("span",{className:"k-button-text",children:A}),e.children]}):e.children&&(0,it.jsx)("span",{className:"k-button-text",children:e.children}),p&&(0,it.jsx)("span",{className:"k-menu-button-arrow k-button-arrow",children:(0,it.jsx)(L,{icon:m})})]})};d.states=Vp;d.options=Wp;d.variants=$p;d.className=aa;d.defaultOptions=dr;d.moduleName=pr;d.folderName=sn;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 ra="input",wa=ra;var ln=require("react/jsx-runtime"),Ia="k-input",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]},qp={},ne=e=>{let{hover:t,focus:o,disabled:a,invalid:r,valid:s,loading:p,readonly:m,size:f,rounded:h,fillMode:x,...g}=e;return(0,ln.jsx)("span",{...g,className:i(e.className,Ia,w(Ia,{size:f,rounded:h,fillMode:x}),B(Ia,{hover:t,focus:o,disabled:a,invalid:r,valid:s,loading:p,readonly:m}))})};ne.states=Xp;ne.options=Jp;ne.className=Ia;ne.defaultOptions=qp;ne.moduleName=ra;ne.folderName=wa;var pn=require("react/jsx-runtime"),Ta="k-picker",Yp=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.loading,l.readonly],Qp={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]},Zp={},mt=e=>{let{hover:t,focus:o,disabled:a,invalid:r,valid:s,loading:p,readonly:m,size:f,rounded:h,fillMode:x,...g}=e;return(0,pn.jsx)("span",{...g,className:i(e.className,Ta,w(Ta,{size:f,rounded:h,fillMode:x}),B(Ta,{hover:t,focus:o,disabled:a,invalid:r,valid:s,loading:p,readonly:m})),children:e.children})};mt.states=Yp;mt.options=Qp;mt.className=Ta;mt.defaultOptions=Zp;mt.moduleName=ra;mt.folderName=wa;var no=require("react/jsx-runtime"),dn="k-clear-value",jp=[l.disabled,l.loading,l.readonly],ed={},Ge=e=>{let{disabled:t,loading:o,readonly:a,value:r}=e;return t||a||o||!r?(0,no.jsx)(no.Fragment,{}):(0,no.jsx)("span",{className:i(e.className,dn),children:(0,no.jsx)(L,{icon:"x"})})};Ge.states=jp;Ge.options=ed;Ge.className=dn;var cn=require("react/jsx-runtime"),cr="k-input-inner",td=[],od={},Ea={type:"text",autocomplete:"off",value:"",placeholder:""},$e=e=>{let{value:t=Ea.value,type:o=Ea.type,placeholder:a=Ea.placeholder,autocomplete:r=Ea.autocomplete,disabled:s,readOnly:p,...m}=e;return(0,cn.jsx)("input",{...m,type:o,className:i(e.className,cr,w(cr,e)),placeholder:a,autoComplete:r,defaultValue:t,disabled:s||void 0,readOnly:p||void 0})};$e.states=td;$e.options=od;$e.className=cr;var ia=require("react/jsx-runtime"),mr="k-input-inner",ad=[],rd={},Qt=e=>{let{value:t,placeholder:o,showValue:a,valueIcon:r,valueIconName:s,...p}=e;return(0,ia.jsxs)("span",{...p,className:i(e.className,mr,w(mr,e)),children:[r,!r&&s&&(0,ia.jsx)(L,{className:"k-input-value-icon",icon:s}),a&&!t&&o,a&&t&&(0,ia.jsx)("span",{className:"k-input-value-text",children:t})]})};Qt.states=ad;Qt.options=rd;Qt.className=mr;var un=require("react/jsx-runtime"),ur="k-input-inner",id=[],nd={},mn={value:"",placeholder:""},fr=e=>{let{value:t=mn.value,placeholder:o=mn.placeholder,rows:a,disabled:r,...s}=e;return(0,un.jsx)("textarea",{...s,className:i(e.className,ur,w(ur,e)),placeholder:o,rows:a,defaultValue:t,disabled:r||void 0})};fr.states=id;fr.options=nd;fr.className=ur;var na=require("react/jsx-runtime"),fn="k-input-loading-icon",sd=[l.disabled,l.loading],_e=e=>{let{disabled:t,loading:o}=e;return t||!o?(0,na.jsx)(na.Fragment,{}):(0,na.jsx)("span",{className:i(e.className,fn,"k-icon k-i-loading")})};_e.states=sd;_e.className=fn;var sa=require("react/jsx-runtime"),bn="k-input-validation-icon",ld=[l.valid,l.invalid,l.disabled,l.loading],pd={},Ce=e=>{let{valid:t,invalid:o,disabled:a,loading:r}=e,s=o?"warning-circle":"check-circle";return a||r||!!!(t||o)?(0,sa.jsx)(sa.Fragment,{}):(0,sa.jsx)(L,{className:i(bn),icon:s})};Ce.states=ld;Ce.options=pd;Ce.className=bn;var la=require("react/jsx-runtime"),dd="k-input-prefix",cd={direction:"horizontal"},qe=e=>{let{direction:t=cd.direction,...o}=e;return e.children?(0,la.jsx)("span",{...o,className:i(dd,e.className,{[`k-input-prefix-${t}`]:t}),children:e.children}):(0,la.jsx)(la.Fragment,{})};var pa=require("react/jsx-runtime"),md="k-input-suffix",ud={direction:"horizontal"},Ye=e=>{let{direction:t=ud.direction,...o}=e;return e.children?(0,pa.jsx)("span",{...o,className:i(md,e.className,{[`k-input-suffix-${t}`]:t}),children:e.children}):(0,pa.jsx)(pa.Fragment,{})};var fd=require("react/jsx-runtime");var hn=require("react/jsx-runtime"),bd="k-input-suffix-text",br=e=>{let{children:t,...o}=e;return(0,hn.jsx)("span",{...o,className:i(bd,e.className),children:t})};var vn=require("react/jsx-runtime"),xn="k-input-separator",hd={direction:"vertical"},Qe=e=>{let{direction:t=hd.direction,...o}=e;return(0,vn.jsx)("span",{...o,className:i(xn,e.className,{[`${xn}-${t}`]:t})})};var gn=require("react/jsx-runtime"),Zt=e=>(0,gn.jsx)(d,{children:"Button",...e});var me=require("react/jsx-runtime"),xd=ne.states,vd=ne.defaultOptions,gd=ne.options,kd=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"},{name:"validation-icon",title:"Validation Icon"},{name:"separators",title:"Separators"}],Nd=[],so=e=>{let{modifiers:t,valid:o,invalid:a,loading:r,disabled:s,readonly:p,...m}=e,f=t==null?void 0:t.prefix,h=t==null?void 0:t.suffix,x=t==null?void 0:t["clear-button"],g=t==null?void 0:t["validation-icon"],u=t==null?void 0:t.separators;return(0,me.jsxs)(ne,{...m,valid:o,invalid:a,loading:r,disabled:s,readonly:p,style:{width:300},children:[f&&(0,me.jsxs)(me.Fragment,{children:[(0,me.jsx)(qe,{children:(0,me.jsx)(L,{icon:"lock"})}),u&&(0,me.jsx)(Qe,{})]}),(0,me.jsx)($e,{placeholder:"Placeholder",value:"Value"}),g&&(0,me.jsx)(Ce,{valid:o,invalid:a,loading:r,disabled:s}),(0,me.jsx)(_e,{loading:r,disabled:s}),x&&(0,me.jsx)(Ge,{loading:r,disabled:s,readonly:p,value:"Value"}),h&&(0,me.jsxs)(me.Fragment,{children:[u&&(0,me.jsx)(Qe,{}),(0,me.jsx)(Ye,{children:(0,me.jsx)(Zt,{size:m.size,fillMode:"clear",children:"Send"})})]})]})};so.options=gd;so.states=xd;so.variants=Nd;so.defaultOptions=vd;so.modifiers=kd;so.className=ne.className;var kn=require("react/jsx-runtime"),Dt=e=>(0,kn.jsx)(d,{icon:"folder",...e,"aria-label":e["aria-label"]||"Folder",children:void 0});var Nn=require("react/jsx-runtime"),da=e=>(0,Nn.jsx)(d,{icon:"folder",children:"Button",...e});var Ca=require("react/jsx-runtime"),Sd=d.options,Ld=d.states,yd={...d.defaultOptions,variant:"text"},Md=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],Ad=[],lo=e=>{let{variant:t,...o}=e;switch(t){case"icon-only":return(0,Ca.jsx)(Dt,{...o,icon:"star"});case"icon-and-text":return(0,Ca.jsx)(da,{...o,icon:"star",children:"Button"});default:return(0,Ca.jsx)(Zt,{...o,children:"Button"})}};lo.options=Sd;lo.states=Ld;lo.variants=Md;lo.defaultOptions=yd;lo.modifiers=Ad;lo.className=d.className;var hr="popup",Sn=hr;var xr=require("react/jsx-runtime"),Ln="k-animation-container",wd=[],Id={},yn={positionMode:"absolute"},Ze=e=>{let{positionMode:t=yn.positionMode,animationStyle:o,offset:a,...r}=e;return(0,xr.jsx)("div",{...r,style:{...a,...e.style},className:i(e.className,Ln,"k-animation-container-shown",{"k-animation-container-fixed":t==="fixed"}),children:(0,xr.jsx)("div",{className:"k-child-animation-container",style:o,children:e.children})})};Ze.states=wd;Ze.options=Id;Ze.className=Ln;Ze.defaultOptions=yn;Ze.moduleName=hr;Ze.folderName=Sn;var vr="popup",Mn=vr;var gr=require("react/jsx-runtime"),An="k-popup",Td=[],Ed={},wn={positionMode:"absolute"},Y=e=>{let{offset:t,positionMode:o=wn.positionMode,animationStyle:a,containerClassName:r,containerRole:s,containerAriaLabel:p,...m}=e;return(0,gr.jsx)(Ze,{positionMode:o,offset:t,animationStyle:a,className:r,role:s,"aria-label":p,children:(0,gr.jsx)("div",{...m,className:i(e.className,An),children:e.children})})};Y.states=Td;Y.options=Ed;Y.className=An;Y.defaultOptions=wn;Y.moduleName=vr;Y.folderName=Mn;Y.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 kr="action-buttons",In=kr;var Tn=require("react/jsx-runtime"),Oa="k-actions",Cd=[],Od={},Nr={alignment:"start",orientation:"horizontal"},ut=e=>{let{alignment:t=Nr.alignment,orientation:o=Nr.orientation,...a}=e;return(0,Tn.jsx)("div",{...a,className:i(Oa,{[`${Oa}-${t}`]:t,[`${Oa}-${o}`]:o},e.className),children:e.children})};ut.states=Cd;ut.options=Od;ut.className=Oa;ut.defaultOptions=Nr;ut.moduleName=kr;ut.folderName=In;var Cn=require("react/jsx-runtime"),Bd="k-actionsheet-footer",En={alignment:"stretched",orientation:"horizontal"},_t=e=>{let{alignment:t=En.alignment,orientation:o=En.orientation,template:a,as:r=a?"div":ut,...s}=e;return(0,Cn.jsx)(r,{...s,...!a&&{alignment:t,orientation:o},className:i(e.className,Bd),children:e.children})};var Sr="searchbox",On=Sr;var Ht=require("react/jsx-runtime"),Bn="k-searchbox",Pd=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.loading],Rd={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]},Lr={showIcon:!0,icon:"search"},je=e=>{let{value:t,placeholder:o,size:a,rounded:r,fillMode:s,hover:p,focus:m,valid:f,invalid:h,required:x,loading:g,disabled:u,showIcon:S=Lr.showIcon,icon:N=Lr.icon,"aria-label":M,...O}=e;return(0,Ht.jsxs)(ne,{...O,size:a,rounded:r,fillMode:s,hover:p,focus:m,valid:f,invalid:h,required:x,loading:g,disabled:u,className:i(e.className,Bn),children:[S&&(0,Ht.jsx)(L,{className:"k-input-icon",icon:N}),(0,Ht.jsx)($e,{placeholder:o,value:t,"aria-label":M}),(0,Ht.jsx)(_e,{...e}),(0,Ht.jsx)(Ce,{...e}),(0,Ht.jsx)(Ge,{...e})]})};je.states=Pd;je.options=Rd;je.className=Bn;je.defaultOptions=Lr;je.moduleName=Sr;je.folderName=On;var Kd=require("react/jsx-runtime");var yr="textbox",Pn=yr;var Le=require("react/jsx-runtime"),Rn="k-textbox",Dd=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.loading,l.readonly],_d={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]},Ba={showClearButton:!0,showValidationIcon:!0,separators:!0},be=e=>{let{size:t,rounded:o,fillMode:a,separators:r=Ba.separators,showClearButton:s=Ba.showClearButton,showValidationIcon:p=Ba.showValidationIcon,prefix:m,suffix:f,type:h,value:x,placeholder:g,hover:u,focus:S,valid:N,invalid:M,required:O,loading:A,disabled:_,readonly:ie,id:Se,"aria-label":Te,"aria-describedby":Ee,...Ue}=e;return(0,Le.jsxs)(ne,{...Ue,size:t,rounded:o,fillMode:a,hover:u,focus:S,valid:N,invalid:M,required:O,loading:A,disabled:_,readonly:ie,className:i(e.className,Rn),children:[m&&(0,Le.jsxs)(Le.Fragment,{children:[(0,Le.jsx)(qe,{children:m}),r&&(0,Le.jsx)(Qe,{})]}),(0,Le.jsx)($e,{id:Se,placeholder:g,value:x,type:h,disabled:_,"aria-label":Te,"aria-describedby":Ee,"aria-invalid":M?"true":void 0}),p&&(0,Le.jsx)(Ce,{valid:N,invalid:M,loading:A,disabled:_}),(0,Le.jsx)(_e,{loading:A,disabled:_}),s&&(0,Le.jsx)(Ge,{loading:A,disabled:_,readonly:ie,value:x}),f&&(0,Le.jsxs)(Le.Fragment,{children:[r&&(0,Le.jsx)(Qe,{}),(0,Le.jsx)(Ye,{children:f})]})]})};be.states=Dd;be.options=_d;be.className=Rn;be.defaultOptions=Ba;be.moduleName=yr;be.folderName=Pn;be.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 ca=be;var Dn=require("react/jsx-runtime"),Kn=e=>(0,Dn.jsx)(ca,{...e});var _n=require("react/jsx-runtime");var Hn=require("react/jsx-runtime");var Hd=require("react/jsx-runtime");var Pa=require("react/jsx-runtime"),zd=be.states,Fd=be.defaultOptions,Ud=be.options,Gd=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"}],$d=[],po=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(r=>{switch(r){case"prefix":a.prefix=t!=null&&t[r]?(0,Pa.jsx)(L,{icon:"lock"}):void 0;break;case"suffix":a.suffix=t!=null&&t[r]?(0,Pa.jsx)(Zt,{size:o.size,fillMode:"clear",children:"Send"}):void 0;break;case"clear-button":a.showClearButton=t==null?void 0:t[r];break;default:break}}),(0,Pa.jsx)(Kn,{value:"Value",style:{width:300},...o,...a})};po.options=Ud;po.states=zd;po.variants=$d;po.defaultOptions=Fd;po.modifiers=Gd;po.className=be.className;var Ve=require("react/jsx-runtime"),zn="k-actionsheet-titlebar",Vd={},Oe=e=>{let{title:t,subtitle:o,actionsStart:a,actionsEnd:r,filter:s,input:p,inputValue:m,inputPlaceholder:f,adaptive:h,titleId:x,children:g,...u}=e;return(0,Ve.jsxs)("div",{...u,className:i(e.className,zn),children:[(0,Ve.jsxs)("div",{className:"k-actionsheet-titlebar-group",children:[a&&(0,Ve.jsx)("div",{className:"k-actionsheet-actions",children:a}),!g&&(0,Ve.jsxs)("div",{className:"k-actionsheet-title",id:x,children:[t&&(0,Ve.jsx)("div",{className:"k-text-center",children:t}),o&&(0,Ve.jsx)("div",{className:"k-actionsheet-subtitle k-text-center",children:o})]}),g&&(0,Ve.jsx)("div",{className:"k-actionsheet-title",id:x,children:g}),r&&(0,Ve.jsx)("div",{className:"k-actionsheet-actions",children:r})]}),(p||s)&&(0,Ve.jsx)("div",{className:"k-actionsheet-titlebar-group k-actionsheet-filter",children:p?(0,Ve.jsx)(be,{value:m,placeholder:f,size:h?"large":"medium","aria-label":t||f||"Input"}):(0,Ve.jsx)(je,{placeholder:"Filter",size:h?"large":"medium","aria-label":"Filter options"})})]})};Oe.className=zn;Oe.defaultOptions=Vd;var co=require("react/jsx-runtime"),Mr="k-actionsheet-view",Wd=[],Xd={},Jd={},mo=e=>{let{adaptive:t,animated:o,children:a,header:r,footer:s,titleId:p,...m}=e,f=(r==null?void 0:r.type)===Oe&&(0,co.jsx)(Oe,{adaptive:t,titleId:p,...r==null?void 0:r.props}),h=(s==null?void 0:s.type)===_t&&(0,co.jsx)(_t,{...s==null?void 0:s.props});return(0,co.jsxs)("div",{...m,className:i(e.className,Mr,{[`${Mr}-animated`]:o}),children:[f,(0,co.jsx)("div",{className:"k-actionsheet-content",children:a}),h]})};mo.states=Wd;mo.options=Xd;mo.className=Mr;mo.defaultOptions=Jd;var ma="action-sheet",Ra=ma;var Ar="overlay",Fn=Ar;var Gn=require("react/jsx-runtime"),Un="k-overlay",qd=[],Yd={},Qd={},zt=e=>{let{...t}=e;return(0,Gn.jsx)("div",{...t,className:i(e.className,Un),children:e.children})};zt.states=qd;zt.options=Yd;zt.className=Un;zt.defaultOptions=Qd;zt.moduleName=Ar;zt.folderName=Fn;var jt=require("react/jsx-runtime"),$n="k-actionsheet",Zd=[],jd={},ua={side:"bottom",fullscreen:!1,adaptive:!1,overlay:!0},oe=e=>{let{side:t=ua.side,fullscreen:o=ua.fullscreen,adaptive:a=ua.adaptive,overlay:r=ua.overlay,template:s,children:p,header:m,footer:f,id:h,...x}=e,g=h&&!s&&m?`${h}-title`:void 0;return(0,jt.jsxs)("div",{className:"k-actionsheet-container",children:[r&&(0,jt.jsx)(zt,{}),(0,jt.jsx)(Ze,{animationStyle:{[`${o===!0?"top":t}`]:0,[`${o===!0?"width":null}`]:"100%",[`${o===!0?"height":null}`]:"100%",[`${t==="top"||t==="bottom"?"width":null}`]:"100%",[`${t==="left"||t==="right"?"height":null}`]:"100%"},children:(0,jt.jsx)("div",{...x,id:h,role:"dialog","aria-modal":r?"true":void 0,"aria-labelledby":g,className:i(e.className,$n,{[`k-actionsheet-${t}`]:o===!1,"k-actionsheet-fullscreen":o===!0,"k-adaptive-actionsheet":a}),children:s||(0,jt.jsx)(mo,{header:m,footer:f,adaptive:a,titleId:g,...e,children:p})})})]})};oe.states=Zd;oe.options=jd;oe.className=$n;oe.defaultOptions=ua;oe.moduleName=ma;oe.folderName=Ra;oe.ariaSpec={selector:".k-actionsheet",rules:[{selector:".k-actionsheet",attribute:"role=dialog",usage:"Announces the dialog role of the component."},{selector:".k-actionsheet",attribute:"aria-labelledby (when has title)",usage:"Associates the title of the action sheet."},{selector:".k-actionsheet",attribute:"aria-hidden=true/false (when hidden)",usage:"Announces the hidden state of the ActionSheet container."},{selector:".k-actionsheet",attribute:"aria-modal=true (when modal)",usage:"Announces that the action sheet is modal."},{selector:".k-actionsheet .k-actionsheet-title",attribute:"id",usage:"Used to associate the title with the action sheet wrapper element."}]};var Wn=require("react/jsx-runtime"),Vn="k-actionsheet-container",ec=[],tc={},oc={},uo=e=>{let{children:t,...o}=e;return(0,Wn.jsx)("div",{...o,className:Vn,children:t})};uo.states=ec;uo.options=tc;uo.className=Vn;uo.defaultOptions=oc;uo.moduleName=ma;uo.folderName=Ra;var Xn=require("react/jsx-runtime"),wr=e=>{let{...t}=e;return(0,Xn.jsx)("div",{...t,className:i(e.className,"k-list-ul"),children:e.children})};var et=require("react/jsx-runtime"),Ir="k-actionsheet-item",ac=[l.hover,l.focus,l.selected,l.disabled],Ft=e=>{let{iconName:t,text:o,description:a,hover:r,focus:s,selected:p,disabled:m,...f}=e;return(0,et.jsxs)("span",{...f,className:i(e.className,Ir,B(Ir,{hover:r,focus:s,selected:p,disabled:m})),children:[!e.children&&(0,et.jsx)(et.Fragment,{children:(0,et.jsxs)("span",{className:"k-actionsheet-action",children:[t&&(0,et.jsx)("span",{className:"k-icon-wrap",children:(0,et.jsx)(L,{className:"k-actionsheet-item-icon",icon:t})}),(0,et.jsxs)("span",{className:"k-actionsheet-item-text",children:[o&&(0,et.jsx)("span",{className:"k-actionsheet-item-title",children:o}),a&&(0,et.jsx)("span",{className:"k-actionsheet-item-description",children:a})]})]})}),e.children]})};Ft.states=ac;Ft.className=Ir;var Jn=require("react/jsx-runtime");var rc=require("react/jsx-runtime");var ic=require("react/jsx-runtime");var nc=require("react/jsx-runtime");var Q=require("react/jsx-runtime"),sc=oe.options,lc=oe.states,Yn={...oe.defaultOptions,variant:"normal"},pc=[{name:"normal",title:"Normal"},{name:"adaptive",title:"Adaptive"},{name:"fullScreen",title:"Full Screen"}],dc=[{name:"actions",title:"Titlebar Actions",type:"boolean"},{name:"subtitle",title:"Subtitle",type:"boolean"},{name:"footer",title:"Footer",type:"boolean"}],fo=e=>{let{variant:t,modifiers:o,...a}={...Yn,...e},r={},s=(0,Q.jsxs)(wr,{children:[(0,Q.jsx)(Ft,{text:"Edit Item",description:"Click to edit",iconName:"edit-tools"}),(0,Q.jsx)(Ft,{text:"Add to Favorites",iconName:"heart"}),(0,Q.jsx)(Ft,{text:"Upload New",iconName:"upload",disabled:!0}),(0,Q.jsx)("hr",{className:"k-hr"}),(0,Q.jsx)(Ft,{text:"Cancel",iconName:"cancel"})]}),p="Choose from the items below",m="Select Item";return t==="fullScreen"&&(r.fullScreen=!0),Object.keys(o||{}).forEach(f=>{switch(f){case"actions":r.actionsStart=!!(o!=null&&o[f]),r.actionsEnd=!!(o!=null&&o[f]);break;case"subtitle":r.subtitle=o!=null&&o[f]?p:void 0;break;case"footer":r.footer=!!(o!=null&&o[f]);break;default:break}}),t==="adaptive"?(0,Q.jsx)(oe,{...a,adaptive:!0,fullscreen:r.fullScreen,header:(0,Q.jsx)(Oe,{actionsStart:r.actionsStart?(0,Q.jsx)(d,{icon:"chevron-left",size:"large",fillMode:"flat"}):void 0,actionsEnd:r.actionsEnd?(0,Q.jsx)(d,{icon:"x",size:"large",fillMode:"flat"}):void 0,title:m,subtitle:r.subtitle}),footer:r.footer?(0,Q.jsxs)(_t,{alignment:"stretched",children:[(0,Q.jsx)(d,{text:"Cancel",size:"large",themeColor:"base"}),(0,Q.jsx)(d,{text:"Apply",size:"large",themeColor:"primary"})]}):void 0,children:s}):(0,Q.jsx)(oe,{...a,fullscreen:r.fullScreen,header:(0,Q.jsx)(Oe,{actionsStart:r.actionsStart?(0,Q.jsx)(d,{icon:"chevron-left",fillMode:"flat"}):void 0,actionsEnd:r.actionsEnd?(0,Q.jsx)(d,{icon:"x",fillMode:"flat"}):void 0,title:"Select Item",subtitle:r.subtitle}),footer:r.footer?(0,Q.jsxs)(_t,{alignment:"stretched",children:[(0,Q.jsx)(d,{text:"Apply",themeColor:"primary"}),(0,Q.jsx)(d,{text:"Cancel",themeColor:"base"})]}):void 0,children:s})};fo.options=sc;fo.states=lc;fo.variants=pc;fo.defaultOptions=Yn;fo.modifiers=dc;fo.className=oe.className;var Da=or(require("react"));var Tr=require("react/jsx-runtime"),cc="k-list-group-sticky-header",Er=e=>(0,Tr.jsx)("div",{className:i(cc,e.className),children:(0,Tr.jsx)("div",{className:"k-list-header-text",children:e.children})});var Qn=require("react/jsx-runtime"),mc="k-no-data",Ka=e=>{let{live:t,...o}=e;return(0,Qn.jsx)("span",{...o,className:i(mc,e.className),"aria-live":t?"polite":void 0,children:e.children})};var eo="list",bo=eo;var ho=require("react/jsx-runtime"),Cr="k-list",uc=[],fc={size:[c.undefined,c.small,c.medium,c.large]},bc={},H=e=>{var S;let{size:t,virtualization:o,children:a,header:r,optionLabel:s,customValue:p,noData:m,screenReaders:f,...h}=e,g=Da.default.Children.toArray(a)[0],u=(S=g==null?void 0:g.props)!=null&&S.children?Da.default.Children.count(g.props.children):Da.default.Children.count(a);return(0,ho.jsxs)("div",{...h,className:i(e.className,Cr,w(Cr,{size:t}),{"k-virtual-list":o}),children:[s,p,r&&(0,ho.jsx)(Er,{children:r}),a||(m!==void 0?m:(0,ho.jsx)(Ka,{live:!0,children:"No data found."})),f&&a&&(0,ho.jsxs)(Ka,{className:"k-sr-only",live:!0,children:[u," items found."]})]})};H.states=uc;H.options=fc;H.className=Cr;H.defaultOptions=bc;H.moduleName=eo;H.folderName=bo;H.ariaSpec={selector:".k-list",rules:[{selector:".k-list .k-no-data",attribute:"aria-live=polite",usage:'Announces "No data found" to screen readers.'}]};var jn=require("react/jsx-runtime"),Zn="k-list-container",hc=[],xc={},vc={},xo=e=>{let{...t}=e;return(0,jn.jsx)("div",{...t,className:i(e.className,Zn),children:e.children})};xo.states=hc;xo.options=xc;xo.className=Zn;xo.defaultOptions=vc;xo.moduleName=eo;xo.folderName=bo;var to="checkbox",vo=to;var Or=require("react/jsx-runtime"),_a="k-checkbox",gc=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.checked,l.indeterminate],kc={size:[c.undefined,c.small,c.medium,c.large],rounded:[v.undefined,v.none,v.small,v.medium,v.large,v.full]},Nc={},tt=e=>{let{id:t,checked:o,indeterminate:a,hover:r,focus:s,disabled:p,invalid:m,valid:f,required:h,size:x,rounded:g,wrapperRole:u,...S}=e;return(0,Or.jsx)("span",{className:"k-checkbox-wrap",role:u,children:(0,Or.jsx)("input",{...S,id:t,type:"checkbox",defaultChecked:o,required:h,disabled:p||void 0,"aria-invalid":m?"true":void 0,className:i(e.className,_a,w(_a,{size:x,rounded:g}),B(_a,{hover:r,focus:s,disabled:p,invalid:m,valid:f,indeterminate:a,checked:o}))})})};tt.states=gc;tt.options=kc;tt.className=_a;tt.defaultOptions=Nc;tt.moduleName=to;tt.folderName=vo;tt.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 nt=tt;var os=require("react/jsx-runtime"),es="k-checkbox-list",Sc=[],Lc={},ts={layout:"vertical"},Be=e=>{let{layout:t=ts.layout,...o}=e;return(0,os.jsx)("ul",{...o,className:i(e.className,es,{[`k-list-${t}`]:t}),children:e.children})};Be.states=Sc;Be.options=Lc;Be.className=es;Be.defaultOptions=ts;Be.moduleName=to;Be.folderName=vo;var rs=require("react/jsx-runtime"),as="k-checkbox-list-item",yc=[],Mc={},Ac={},Pe=e=>{let{...t}=e;return(0,rs.jsx)("li",{...t,className:i(e.className,as),children:e.children})};Pe.states=yc;Pe.options=Mc;Pe.className=as;Pe.defaultOptions=Ac;Pe.moduleName=to;Pe.folderName=vo;var oo=require("react/jsx-runtime"),gt=({children:e="Label",id:t="cb-label-after",...o})=>(0,oo.jsxs)(oo.Fragment,{children:[(0,oo.jsx)(nt,{id:t,...o}),(0,oo.jsx)("label",{className:"k-checkbox-label",htmlFor:t,children:e})]});var Br=require("react/jsx-runtime");var Pr=require("react/jsx-runtime");var Rr=require("react/jsx-runtime");var wc=require("react/jsx-runtime");var Ic=require("react/jsx-runtime");var Tc=require("react/jsx-runtime");var ye=require("react/jsx-runtime"),Ec=Be.options,Cc=Be.states,Oc={...Be.defaultOptions,variant:"vertical"},Bc=[{name:"vertical",title:"Vertical"},{name:"horizontal",title:"Horizontal"}],Pc=[],go=e=>{let{variant:t,...o}=e;return t==="horizontal"?(0,ye.jsxs)(Be,{layout:"horizontal",...o,children:[(0,ye.jsx)(Pe,{children:(0,ye.jsx)(gt,{id:K("cb"),defaultChecked:!0,children:"Label"})}),(0,ye.jsx)(Pe,{children:(0,ye.jsx)(gt,{id:K("cb"),children:"Label"})}),(0,ye.jsx)(Pe,{children:(0,ye.jsx)(gt,{id:K("cb"),children:"Label"})})]}):(0,ye.jsxs)(Be,{...o,children:[(0,ye.jsx)(Pe,{children:(0,ye.jsx)(gt,{id:K("cb"),defaultChecked:!0,children:"Label"})}),(0,ye.jsx)(Pe,{children:(0,ye.jsx)(gt,{id:K("cb"),children:"Label"})}),(0,ye.jsx)(Pe,{children:(0,ye.jsx)(gt,{id:K("cb"),children:"Label"})})]})};go.options=Ec;go.states=Cc;go.variants=Bc;go.defaultOptions=Oc;go.modifiers=Pc;go.className=Be.className;var is=require("react/jsx-runtime"),Rc=nt.options,Kc=nt.states,Dc=nt.defaultOptions,_c=[],Hc=[],ko=e=>(0,is.jsx)(gt,{id:K("checkbox"),...e,defaultChecked:!0,children:"Label"});ko.options=Rc;ko.states=Kc;ko.variants=_c;ko.defaultOptions=Dc;ko.modifiers=Hc;ko.className=nt.className;var ft=require("react/jsx-runtime"),Kr="k-list-item",zc=[l.hover,l.focus,l.selected,l.disabled],Fc={},Uc={},R=e=>{let{text:t,groupLabel:o,group:a,iconName:r,iconClassName:s,showCheckbox:p,checked:m,hover:f,focus:h,selected:x,disabled:g,actions:u,description:S,id:N,...M}=e,O=t||e.children;return(0,ft.jsxs)("li",{...M,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:i(e.className,a?"k-list-group-item":Kr,B(Kr,{hover:f,focus:h,disabled:g,selected:x})),children:[p&&(0,ft.jsx)(tt,{checked:m}),r&&(0,ft.jsx)("span",{className:"k-list-item-icon-wrapper",children:(0,ft.jsx)(L,{icon:r,className:i("k-list-item-icon",s)})}),(0,ft.jsx)("span",{className:"k-list-item-text",children:O}),u&&(0,ft.jsx)("div",{className:"k-list-item-actions",children:u}),S&&(0,ft.jsx)("span",{className:"k-list-item-description",children:S}),o&&o!==""&&(0,ft.jsx)("div",{className:"k-list-item-group-label",children:o})]})};R.states=zc;R.options=Fc;R.className=Kr;R.defaultOptions=Uc;R.moduleName=eo;R.folderName=bo;R.ariaSpec={selector:".k-list-item",rules:[{selector:".k-list-item",attribute:"role=option",usage:"Each list item is an option in the listbox."},{selector:".k-list-item",attribute:"id",usage:"ID for aria-activedescendant reference."},{selector:".k-list-item",attribute:"aria-selected (when selectable)",usage:"Indicates the selected state of the option."},{selector:".k-list-group-item",attribute:"role=presentation",usage:"Group headers are presentational, not selectable options."},{selector:".k-list-item-icon",attribute:"aria-hidden=true",usage:"Decorative icons are hidden from assistive technology."}]};var ns=require("react/jsx-runtime"),Gc="k-list-ul",kt=e=>{let{children:t,role:o,id:a,...r}=e;return(0,ns.jsx)("ul",{...r,id:a,role:o,className:i(Gc,e.className),children:t})};kt.ariaSpec={selector:".k-list-ul",rules:[{selector:'.k-list-ul[role="listbox"]',attribute:"role=listbox",usage:"For ungrouped lists, the UL has the listbox role."},{selector:'.k-list-ul[role="listbox"]',attribute:"aria-label or aria-labelledby (when has accessible name)",usage:"Accessible name for the listbox."},{selector:'.k-list-ul[role="group"]',attribute:"role=group",usage:"For grouped sublists under a group header."},{selector:'.k-list-ul[role="group"]',attribute:"aria-labelledby (when grouped)",usage:"References the group header ID."}]};var No=require("react/jsx-runtime"),$c="k-list-content",V=e=>{let{virtualization:t,grouping:o,"aria-label":a,"aria-labelledby":r,listboxId:s,...p}=e;return(0,No.jsxs)("div",{...p,className:i($c,e.className),role:o?"listbox":void 0,id:o?s:void 0,"aria-label":o?a:void 0,"aria-labelledby":o?r:void 0,children:[o?e.children:(0,No.jsx)(kt,{role:"listbox",id:s,"aria-label":a,"aria-labelledby":r,children:e.children}),t&&(0,No.jsx)("div",{className:"k-height-container",children:(0,No.jsx)("div",{})})]})};V.ariaSpec={selector:".k-list-content",rules:[{selector:'.k-list-content[role="listbox"]',attribute:"role=listbox",usage:"For grouped lists, the list content container has the listbox role."},{selector:'.k-list-content[role="listbox"]',attribute:"aria-label or aria-labelledby (when has accessible name)",usage:"Accessible name for the listbox."}]};var Dr=require("react/jsx-runtime");var So=require("react/jsx-runtime"),Vc="k-list-group-item",ao=e=>{let{groupIconName:t,...o}=e;return(0,So.jsxs)("li",{...o,role:"presentation",className:i(Vc,e.className),children:[t&&(0,So.jsx)("span",{className:"k-list-item-icon-wrapper",children:(0,So.jsx)(L,{icon:t,className:"k-list-item-icon"})}),(0,So.jsx)("span",{className:"k-list-item-text",children:e.children})]})};ao.ariaSpec={selector:".k-list-group-item",rules:[{selector:".k-list-group-item",attribute:"role=presentation",usage:"Group headers are presentational, not selectable options."},{selector:".k-list-group-item",attribute:"id (when referenced)",usage:"ID for aria-labelledby on the parent group UL."}]};var ss=require("react/jsx-runtime"),_r="k-list-optionlabel",Wc=[l.hover,l.focus,l.selected,l.disabled],Xc={},Jc={},Ha=e=>{let{text:t,hover:o,focus:a,selected:r,disabled:s,...p}=e;return(0,ss.jsx)("div",{...p,className:i(_r,B(_r,{hover:o,focus:a,selected:r,disabled:s})),children:t})};Ha.states=Wc;Ha.options=Xc;Ha.className=_r;Ha.defaultOptions=Jc;var ls=require("react/jsx-runtime"),Hr="k-list-custom-value",qc=[l.hover,l.focus,l.selected,l.disabled],Yc={},Qc={},Ut=e=>{let{text:t,hover:o,focus:a,selected:r,disabled:s,...p}=e;return(0,ls.jsx)("div",{...p,className:i(Hr,B(Hr,{hover:o,focus:a,selected:r,disabled:s})),children:t})};Ut.states=qc;Ut.options=Yc;Ut.className=Hr;Ut.defaultOptions=Qc;var zr=require("react/jsx-runtime");var Fr=require("react/jsx-runtime");var Ur=require("react/jsx-runtime");var Gr=require("react/jsx-runtime");var Zc=require("react/jsx-runtime");var $r=require("react/jsx-runtime");var Vr="combobox",ps=Vr;var z=require("react/jsx-runtime"),ds="k-combobox",jc=[l.hover,l.focus,l.valid,l.invalid,l.loading,l.required,l.disabled,l.readonly],em={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]},cs={separators:!0},ue=e=>{let{size:t,rounded:o,fillMode:a,separators:r=cs.separators,prefix:s,suffix:p,value:m,placeholder:f,hover:h,focus:x,valid:g,invalid:u,required:S,loading:N,disabled:M,popup:O,opened:A,readonly:_,adaptive:ie,adaptiveSettings:Se,adaptiveTitle:Te,adaptiveSubtitle:Ee,adaptiveCustomValue:Ue,id:qt,autocomplete:ja,activeDescendant:Kt,"aria-label":La,...er}=e,tr=qt?`${qt}-listbox`:void 0;return(0,z.jsxs)(z.Fragment,{children:[(0,z.jsxs)(ne,{...er,size:t,rounded:o,fillMode:a,hover:h,focus:x,valid:g,invalid:u,required:S,loading:N,disabled:M,readonly:_,className:i(e.className,ds),children:[s&&(0,z.jsxs)(z.Fragment,{children:[(0,z.jsx)(qe,{children:s}),r&&(0,z.jsx)(Qe,{})]}),(0,z.jsx)($e,{id:qt,placeholder:f,value:m,role:"combobox","aria-haspopup":"listbox","aria-expanded":A?"true":"false","aria-controls":A?tr:void 0,"aria-activedescendant":A&&Kt?Kt:void 0,"aria-autocomplete":ja,"aria-invalid":u?"true":void 0,"aria-busy":N?"true":void 0,"aria-label":La,disabled:M,readOnly:_}),(0,z.jsx)(Ce,{valid:g,invalid:u,loading:N,disabled:M}),(0,z.jsx)(_e,{loading:N,disabled:M}),(0,z.jsx)(Ge,{loading:N,disabled:M,readonly:_,value:m}),p&&(0,z.jsxs)(z.Fragment,{children:[r&&(0,z.jsx)(Qe,{}),(0,z.jsx)(Ye,{children:p})]}),(0,z.jsx)(d,{className:"k-input-button",icon:"chevron-down",size:t,fillMode:a,"aria-label":"Open popup",tabIndex:-1,disabled:M})]}),A&&O&&(0,z.jsx)(Y,{className:"k-list-container k-combobox-popup",containerRole:"region",containerAriaLabel:"Combobox suggestions",children:O}),ie&&(0,z.jsx)(oe,{adaptive:!0,id:qt?`${qt}-adaptive`:void 0,...Se,header:(0,z.jsx)(Oe,{actionsEnd:(0,z.jsx)(d,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply selection"}),input:!0,inputValue:m,inputPlaceholder:f,title:Te,subtitle:Ee}),children:(0,z.jsx)("div",{className:"k-list-container",children:(0,z.jsx)(H,{customValue:Ue?(0,z.jsx)(Ut,{text:`Use "${m}"`}):void 0,size:"large",children:(0,z.jsxs)(V,{"aria-label":Te||"Options",children:[(0,z.jsx)(R,{text:"List item"}),(0,z.jsx)(R,{text:"List item"}),(0,z.jsx)(R,{text:"List item"})]})})})})]})};ue.states=jc;ue.options=em;ue.className=ds;ue.defaultOptions=cs;ue.moduleName=Vr;ue.folderName=ps;ue.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 We=ue;var U=require("react/jsx-runtime"),ms="k-spreadsheet-action-bar",tm=[],om={},am=(0,U.jsxs)(U.Fragment,{children:[(0,U.jsx)("span",{className:"k-syntax-startexp",children:"="}),(0,U.jsx)("span",{className:"k-syntax-ref k-series-a",children:"B6"}),(0,U.jsx)("span",{className:"k-syntax-op",children:"+"}),(0,U.jsx)("span",{className:"k-syntax-ref k-series-b",children:"C6"}),(0,U.jsx)("span",{className:"k-syntax-op",children:"+"}),(0,U.jsx)("span",{className:"k-syntax-ref k-series-c",children:"C3"})]}),Wr={formula:am,cellName:"B6"},Nt=e=>{let{formula:t=Wr.formula,cellName:o=Wr.cellName,formulaExpanded:a=!1,formulaListItems:r,...s}=e,p=a?K("spreadsheet-formula-list"):void 0,m=(0,U.jsxs)(U.Fragment,{children:[(0,U.jsx)("li",{className:"k-list-item",role:"menuitem",children:(0,U.jsx)("span",{className:"k-list-item-text",children:"SUM"})}),(0,U.jsx)("li",{className:"k-list-item",role:"menuitem",children:(0,U.jsx)("span",{className:"k-list-item-text",children:"AVERAGE"})}),(0,U.jsx)("li",{className:"k-list-item",role:"menuitem",children:(0,U.jsx)("span",{className:"k-list-item-text",children:"COUNT"})})]});return(0,U.jsxs)("div",{...s,className:i(ms,e.className),children:[(0,U.jsx)("div",{className:"k-spreadsheet-name-editor",children:(0,U.jsx)(ue,{placeholder:o,fillMode:"flat","aria-label":"Name editor"})}),(0,U.jsxs)("div",{className:"k-spreadsheet-formula-bar",children:[(0,U.jsx)("span",{className:"k-separator k-separator-vertical"}),(0,U.jsx)(d,{icon:"formula-fx",fillMode:"flat","aria-label":"Formula"}),(0,U.jsx)("span",{className:"k-separator k-separator-vertical"}),(0,U.jsx)("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&&(0,U.jsx)("ul",{className:"k-spreadsheet-formula-list",id:p,role:"menu",children:r||m})]})]})};Nt.states=tm;Nt.options=om;Nt.className=ms;Nt.defaultOptions=Wr;var Xr="button",us=Xr;var fs=require("react/jsx-runtime"),fa="k-button-group",rm=[l.disabled],im={fillMode:[b.undefined,b.solid,b.flat,b.outline,b.clear,b.link]},nm={},I=e=>{let{fillMode:t,disabled:o,stretched:a,...r}=e;return(0,fs.jsx)("div",{role:"group",...r,className:i(e.className,fa,w(fa,{fillMode:t}),B(fa,{disabled:o}),{[`${fa}-stretched`]:a}),...o&&{"aria-disabled":"true"},children:e.children})};I.states=rm;I.options=im;I.className=fa;I.defaultOptions=nm;I.moduleName=Xr;I.folderName=us;I.ariaSpec={selector:".k-button-group",rules:[{selector:".k-button-group:not(.k-split-button)",attribute:"role=group",usage:"Sets the proper role for the group of buttons."},{selector:".k-button-group.k-disabled",attribute:"aria-disabled=true",usage:"The attribute is rendered only when the entire button group is disabled."},{selector:".k-button-group:not(.k-split-button):not(.k-scheduler-navigation):not(.k-zoom-control) .k-button",attribute:"aria-pressed (when selected)",usage:"Specifies the current state of the ButtonGroup. Only the selected button within the group will have this attribute set to true."}]};var ba=require("react/jsx-runtime"),bs="k-color-preview",sm=[],lm={},Gt=e=>{let{color:t,iconName:o,...a}=e;return(0,ba.jsxs)("span",{...a,className:i(e.className,bs,{"k-icon-color-preview":o,"k-no-color":!t}),children:[o&&(0,ba.jsx)(L,{icon:o,className:"k-color-preview-icon"}),(0,ba.jsx)("span",{className:"k-color-preview-mask",style:{backgroundColor:t}})]})};Gt.states=sm;Gt.options=lm;Gt.className=bs;var Jr=require("react/jsx-runtime");var qr=require("react/jsx-runtime");var Yr=require("react/jsx-runtime");var Qr=require("react/jsx-runtime");var Zr=require("react/jsx-runtime");var jr=require("react/jsx-runtime");var He=require("react/jsx-runtime"),pm={...d.options,...I.options},dm=d.states,cm={...d.defaultOptions,...I.defaultOptions,variant:"text-button"},mm=[{name:"icon-button",title:"Icon Only"},{name:"text-button",title:"Text"},{name:"icon-text-button",title:"Icon Text"}],um=[],Lo=e=>{let{variant:t,className:o,...a}=e;return t==="icon-button"?(0,He.jsxs)(I,{fillMode:a.fillMode,className:o,children:[(0,He.jsx)(d,{...a,icon:"star"}),(0,He.jsx)(d,{...a,icon:"star"}),(0,He.jsx)(d,{...a,icon:"star"})]}):t==="icon-text-button"?(0,He.jsxs)(I,{fillMode:a.fillMode,className:o,children:[(0,He.jsx)(d,{...a,icon:"star",children:"First"}),(0,He.jsx)(d,{...a,icon:"star",children:"Middle"}),(0,He.jsx)(d,{...a,icon:"star",children:"Last"})]}):(0,He.jsxs)(I,{fillMode:a.fillMode,className:o,children:[(0,He.jsx)(d,{...a,children:"First"}),(0,He.jsx)(d,{...a,children:"Middle"}),(0,He.jsx)(d,{...a,children:"Last"})]})};Lo.options=pm;Lo.states=dm;Lo.variants=mm;Lo.defaultOptions=cm;Lo.modifiers=um;Lo.className=I.className;var ei="slider",hs=ei;var st=require("react/jsx-runtime"),ha="k-slider",fm=[l.hover,l.focus,l.active,l.disabled,l.readonly],bm={},ot={type:"single",orientation:"horizontal",gradientType:"1d",readonly:!1,disabled:!1,handlePosition:"end",showButtons:!0,showTicks:!0,value:50,min:0,max:100},J=e=>{let{type:t=ot.type,orientation:o=ot.orientation,gradientType:a=ot.gradientType,readonly:r=ot.readonly,disabled:s=ot.disabled,handlePosition:p=ot.handlePosition,showButtons:m=ot.showButtons,showTicks:f=ot.showTicks,value:h=ot.value,min:x=ot.min,max:g=ot.max,startValue:u,endValue:S,hover:N,focus:M,active:O,trackStyle:A,dir:_,...ie}=e,Te=(()=>{if(t==="gradient"&&a==="2d")return"undefined";if(o==="vertical")return"vertical"})(),Ee,Ue;return o==="horizontal"?(Ee=_==="rtl"?"chevron-left":"chevron-right",Ue=_==="rtl"?"chevron-right":"chevron-left"):o==="vertical"&&(Ee="chevron-up",Ue="chevron-down"),(0,st.jsxs)("div",{...ie,className:i(ha,e.className,B(ha,{readonly:r,disabled:s}),{[`k-slider-${o}`]:o,"k-colorgradient-slider":t==="gradient"}),dir:_,children:[m&&(0,st.jsx)(d,{className:"k-button-decrease",rounded:"full",icon:Ue,tabIndex:-1,title:"Decrease"}),(0,st.jsxs)("div",{className:"k-slider-track-wrap",children:[f&&(0,st.jsx)("ul",{className:"k-reset k-slider-items","aria-hidden":"true",children:e.children}),(0,st.jsxs)("div",{className:"k-slider-track",style:A,children:[(0,st.jsx)("div",{className:"k-slider-selection"}),t==="range"&&(0,st.jsx)("span",{className:i("k-draghandle","k-draghandle-start",B(ha,{hover:N,focus:M,active:O})),role:"slider",tabIndex:s?void 0:0,"aria-valuenow":u??x,"aria-valuemin":x,"aria-valuemax":S??g,"aria-orientation":Te,"aria-disabled":s?"true":void 0,"aria-readonly":r?"true":void 0,"aria-label":ie["aria-label"]?`${ie["aria-label"]} start`:"Range start"}),(0,st.jsx)("span",{className:i("k-draghandle",`k-draghandle-${p}`,B(ha,{hover:N,focus:M,active:O})),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":Te,"aria-disabled":s?"true":void 0,"aria-readonly":r?"true":void 0,"aria-label":t==="range"?ie["aria-label"]?`${ie["aria-label"]} end`:"Range end":ie["aria-label"]})]})]}),m&&(0,st.jsx)(d,{className:"k-button-increase",rounded:"full",icon:Ee,tabIndex:-1,title:"Increase"})]})};J.states=fm;J.options=bm;J.className=ha;J.defaultOptions=ot;J.moduleName=ei;J.folderName=hs;J.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."}]};var ti=require("react/jsx-runtime"),xs="k-tick",hm=[],xm={},vs={label:!1},T=e=>{let{style:t,label:o=vs.label,orientation:a,large:r,text:s,...p}=e;return(0,ti.jsx)("li",{...p,role:"presentation",title:s||"Tick",className:i(e.className,xs,{[`k-tick-${a}`]:a,"k-tick-large":r}),style:t,children:o&&(0,ti.jsx)("span",{className:"k-label",children:s})})};T.states=hm;T.options=xm;T.className=xs;T.defaultOptions=vs;var he=require("react/jsx-runtime"),gs=e=>(0,he.jsx)(J,{"aria-label":e["aria-label"]||"Slider",children:(0,he.jsxs)(he.Fragment,{children:[(0,he.jsx)(T,{className:"k-first",label:!0,large:!0,text:"0"}),(0,he.jsx)(T,{}),(0,he.jsx)(T,{}),(0,he.jsx)(T,{}),(0,he.jsx)(T,{}),(0,he.jsx)(T,{label:!0,large:!0,text:"5"}),(0,he.jsx)(T,{}),(0,he.jsx)(T,{}),(0,he.jsx)(T,{}),(0,he.jsx)(T,{}),(0,he.jsx)(T,{className:"k-last",label:!0,large:!0,text:"10"})]}),...e});var xe=require("react/jsx-runtime"),ks=e=>(0,xe.jsx)(J,{children:(0,xe.jsxs)(xe.Fragment,{children:[(0,xe.jsx)(T,{className:"k-first",label:!0,large:!0,text:"0"}),(0,xe.jsx)(T,{}),(0,xe.jsx)(T,{}),(0,xe.jsx)(T,{}),(0,xe.jsx)(T,{}),(0,xe.jsx)(T,{label:!0,large:!0,text:"5"}),(0,xe.jsx)(T,{}),(0,xe.jsx)(T,{}),(0,xe.jsx)(T,{}),(0,xe.jsx)(T,{}),(0,xe.jsx)(T,{className:"k-last",label:!0,large:!0,text:"10"})]}),"aria-label":e["aria-label"]||"Vertical slider",...e,orientation:"vertical"});var oi=require("react/jsx-runtime");var ai=require("react/jsx-runtime");var Ns=require("react/jsx-runtime"),ri=e=>(0,Ns.jsx)(J,{type:"gradient",showButtons:!1,showTicks:!1,...e,"aria-label":e["aria-label"]||"Color slider"});var Ss=require("react/jsx-runtime"),ii=e=>(0,Ss.jsx)(J,{type:"gradient",orientation:"vertical",showButtons:!1,showTicks:!1,...e,"aria-label":e["aria-label"]||"Color slider"});var ni=require("react/jsx-runtime");var si=require("react/jsx-runtime");var ze=require("react/jsx-runtime"),vm=J.options,gm=J.states,Ls={...J.defaultOptions,variant:"horizontal",label:!0},km=[{name:"horizontal",title:"Horizontal"},{name:"vertical",title:"Vertical"}],Nm=[{name:"label",title:"Labels"},{name:"tick",title:"Ticks"},{name:"button",title:"Side Buttons"}],yo=e=>{let{variant:t,modifiers:o,...a}={...Ls,...e},r={};Object.keys(o||{}).forEach(h=>{switch(h){case"button":{r.showButtons=!!(o!=null&&o[h]);break}case"label":{r.label=!!(o!=null&&o[h]);break}case"tick":{r.showTicks=!!(o!=null&&o[h]);break}}});let{label:s=!0,showButtons:p,showTicks:m}=r,f={"--kendo-slider-start":0,"--kendo-slider-end":60};return t==="vertical"?(0,ze.jsxs)(ks,{showTicks:m,showButtons:p,style:{height:"300px",...f},...a,children:[(0,ze.jsx)(T,{label:s,large:!0,orientation:"vertical",text:"0",style:{position:"absolute",bottom:"0%"}}),(0,ze.jsx)(T,{label:s,large:!0,orientation:"vertical",text:"2",style:{position:"absolute",bottom:"25%"}}),(0,ze.jsx)(T,{label:s,large:!0,orientation:"vertical",text:"4",style:{position:"absolute",bottom:"50%"}}),(0,ze.jsx)(T,{label:s,large:!0,orientation:"vertical",text:"6",style:{position:"absolute",bottom:"75%"}}),(0,ze.jsx)(T,{label:s,large:!0,orientation:"vertical",text:"8",style:{position:"absolute",bottom:"100%"}})]}):(0,ze.jsxs)(gs,{showTicks:m,showButtons:p,style:{width:"400px",...f},...a,children:[(0,ze.jsx)(T,{label:s,large:!0,orientation:"horizontal",text:"0",style:{position:"absolute",left:"0%"}}),(0,ze.jsx)(T,{label:s,large:!0,orientation:"horizontal",text:"2",style:{position:"absolute",left:"25%"}}),(0,ze.jsx)(T,{label:s,large:!0,orientation:"horizontal",text:"4",style:{position:"absolute",left:"50%"}}),(0,ze.jsx)(T,{label:s,large:!0,orientation:"horizontal",text:"6",style:{position:"absolute",left:"75%"}}),(0,ze.jsx)(T,{label:s,large:!0,orientation:"horizontal",text:"8",style:{position:"absolute",left:"100%"}})]})};yo.options=vm;yo.states=gm;yo.variants=km;yo.defaultOptions=Ls;yo.modifiers=Nm;yo.className=J.className;var xa=require("react/jsx-runtime"),ys="k-spin-button",ym=[],Mm={size:[c.undefined,c.small,c.medium,c.large],fillMode:[b.undefined,b.solid,b.flat,b.outline,b.clear,b.link]},li={increaseLabel:"Increase value",decreaseLabel:"Decrease value"},$t=e=>{let{size:t,fillMode:o,disabled:a,increaseLabel:r=li.increaseLabel,decreaseLabel:s=li.decreaseLabel,...p}=e;return(0,xa.jsxs)("span",{...p,className:i(ys,e.className),children:[(0,xa.jsx)(d,{className:"k-spinner-increase",icon:"chevron-up",size:t,fillMode:o,disabled:a,"aria-label":r}),(0,xa.jsx)(d,{className:"k-spinner-decrease",icon:"chevron-down",size:t,fillMode:o,disabled:a,"aria-label":s})]})};$t.states=ym;$t.options=Mm;$t.className=ys;$t.defaultOptions=li;$t.moduleName=null;$t.folderName=null;var Ms="numeric-textbox",As="numerictextbox";var ve=require("react/jsx-runtime"),ws="k-numerictextbox",Am=[l.hover,l.focus,l.valid,l.invalid,l.loading,l.required,l.disabled,l.readonly],wm={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]},za={showSpinButton:!0,showClearButton:!0,separators:!0},G=e=>{let{size:t,rounded:o,fillMode:a,separators:r=za.separators,showClearButton:s=za.showClearButton,showSpinButton:p=za.showSpinButton,prefix:m,suffix:f,value:h,placeholder:x,hover:g,focus:u,valid:S,invalid:N,required:M,loading:O,disabled:A,readonly:_,id:ie,"aria-label":Se,"aria-describedby":Te,...Ee}=e;return(0,ve.jsxs)(ne,{...Ee,size:t,rounded:o,fillMode:a,hover:g,focus:u,valid:S,invalid:N,required:M,loading:O,disabled:A,readonly:_,className:i(e.className,ws),children:[m&&(0,ve.jsxs)(ve.Fragment,{children:[(0,ve.jsx)(qe,{children:m}),r&&(0,ve.jsx)(Qe,{})]}),(0,ve.jsx)($e,{id:ie,placeholder:x,value:h,role:"spinbutton",disabled:A,"aria-label":Se,"aria-describedby":Te,"aria-invalid":N?"true":void 0}),(0,ve.jsx)(Ce,{valid:S,invalid:N,loading:O,disabled:A}),(0,ve.jsx)(_e,{loading:O,disabled:A}),s&&(0,ve.jsx)(Ge,{loading:O,disabled:A,readonly:_,value:h}),f&&(0,ve.jsxs)(ve.Fragment,{children:[r&&(0,ve.jsx)(Qe,{}),(0,ve.jsx)(Ye,{children:f})]}),p&&(0,ve.jsx)($t,{className:"k-input-spinner",size:t,fillMode:a,disabled:A})]})};G.states=Am;G.options=wm;G.className=ws;G.defaultOptions=za;G.moduleName=Ms;G.folderName=As;G.ariaSpec={selector:".k-numerictextbox",rules:[{selector:".k-numerictextbox > .k-input-inner",attribute:"role=spinbutton",usage:"Announces the spin button capabilities of the NumericTextBox."},{selector:".k-numerictextbox > .k-input-inner",attribute:"label for or aria-label or aria-labelledby (when has accessible name)",usage:"The input requires an accessible name (provided by consuming app)."},{selector:".k-numerictextbox > .k-input-inner",attribute:"aria-valuenow (when has value)",usage:"Announces the current value of the component."},{selector:".k-numerictextbox > .k-input-inner",attribute:"aria-valuemin (when has min)",usage:"Announces the minimum allowed value."},{selector:".k-numerictextbox > .k-input-inner",attribute:"aria-valuemax (when has max)",usage:"Announces the maximum allowed value."},{selector:".k-numerictextbox > .k-input-inner",attribute:"aria-invalid=true (when invalid)",usage:"Rendered when the NumericTextBox is in an invalid state."},{selector:".k-numerictextbox > .k-input-inner",attribute:"aria-describedby (when has hint or error)",usage:"Points to the hint or error message."},{selector:".k-numerictextbox.k-disabled > .k-input-inner",attribute:"disabled=disabled or aria-disabled=true",usage:"Rendered when the NumericTextBox is disabled."},{selector:".k-numerictextbox .k-spin-button > .k-button",attribute:"role=button or nodeName=button",usage:"Describes the role of the spin buttons."},{selector:".k-numerictextbox .k-spin-button > .k-button",attribute:"aria-label",usage:"The button element requires discernible text."},{selector:".k-numerictextbox.k-disabled .k-spin-button > .k-button",attribute:"disabled=disabled or aria-disabled=true",usage:"Rendered when the NumericTextBox is disabled."}]};var va=G;var Ts=require("react/jsx-runtime"),Is=e=>(0,Ts.jsx)(va,{...e});var Es="dropdown-list",Cs="dropdownlist";var Z=require("react/jsx-runtime"),Os="k-dropdownlist",Im=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled,l.loading,l.readonly],Tm={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]},pi={showValue:!0,arrowIconName:"chevron-down"},j=e=>{let{size:t,rounded:o,fillMode:a,arrowIconName:r=pi.arrowIconName,showValue:s=pi.showValue,valueIconName:p,prefix:m,suffix:f,value:h,placeholder:x,hover:g,focus:u,valid:S,invalid:N,required:M,loading:O,disabled:A,readonly:_,popup:ie,opened:Se,adaptive:Te,adaptiveSettings:Ee,adaptiveTitle:Ue,adaptiveSubtitle:qt,adaptiveFilter:ja,id:Kt,activeDescendant:La,"aria-label":er,...tr}=e,Mp=Kt?`${Kt}-listbox`:void 0,Xi=Kt?`${Kt}-value`:void 0;return(0,Z.jsxs)(Z.Fragment,{children:[(0,Z.jsxs)(mt,{...tr,id:Kt,size:t,rounded:o,fillMode:a,hover:g,focus:u,valid:S,invalid:N,required:M,loading:O,disabled:A,readonly:_,className:i(e.className,Os,{"k-icon-picker":!s&&p}),role:"combobox","aria-haspopup":"listbox","aria-expanded":Se?"true":"false","aria-controls":Se?Mp:void 0,"aria-activedescendant":Se&&La?La:void 0,"aria-describedby":Se?Xi:void 0,"aria-disabled":A?"true":void 0,"aria-label":er,tabIndex:0,children:[(0,Z.jsx)(qe,{children:m}),(0,Z.jsx)(Qt,{placeholder:x,value:h,showValue:s,valueIconName:p,id:Xi}),(0,Z.jsx)(Ce,{valid:S,invalid:N,loading:O,disabled:A}),(0,Z.jsx)(_e,{loading:O,disabled:A}),(0,Z.jsx)(Ye,{children:f}),(0,Z.jsx)(d,{className:"k-input-button",icon:r,size:e.size,fillMode:e.fillMode,"aria-label":x||"Toggle dropdown",tabIndex:-1})]}),Se&&ie&&(0,Z.jsx)(Y,{className:"k-list-container k-dropdownlist-popup",containerRole:"region",containerAriaLabel:"Dropdown suggestions",children:ie}),Te&&(0,Z.jsx)(oe,{adaptive:!0,...Ee,header:(0,Z.jsx)(Oe,{actionsEnd:(0,Z.jsx)(d,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply selection"}),filter:ja,inputValue:h,inputPlaceholder:x,title:Ue,subtitle:qt}),children:(0,Z.jsx)("div",{className:"k-list-container",children:(0,Z.jsx)(H,{size:"large",children:(0,Z.jsxs)(V,{"aria-label":"Options",children:[(0,Z.jsx)(R,{text:"List item"}),(0,Z.jsx)(R,{text:"List item"}),(0,Z.jsx)(R,{text:"List item"})]})})})})]})};j.states=Im;j.options=Tm;j.className=Os;j.defaultOptions=pi;j.moduleName=Es;j.folderName=Cs;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."}]};var Em=require("react/jsx-runtime");var Bs=require("react/jsx-runtime");var di=require("react/jsx-runtime");var Cm=require("react/jsx-runtime");var Ps=require("react/jsx-runtime");var ci=require("react/jsx-runtime");var Om=require("react/jsx-runtime");var Fe=require("react/jsx-runtime"),Bm=j.states,Pm=j.defaultOptions,Rm=j.options,Km=[{name:"opened",title:"Opened"}],Dm=[],Ao=e=>{let{modifiers:t,...o}=e,a={},r=(0,Fe.jsxs)(Fe.Fragment,{children:[(0,Fe.jsx)("div",{className:"k-list-filter",children:(0,Fe.jsx)(je,{})}),(0,Fe.jsx)(H,{style:{width:300},size:o.size,children:(0,Fe.jsxs)(V,{children:[(0,Fe.jsx)(R,{children:"List item"}),(0,Fe.jsx)(R,{children:"List item"}),(0,Fe.jsx)(R,{children:"List item"})]})})]});return Object.keys(t||{}).forEach(s=>{s==="opened"&&(a.opened=!!(t!=null&&t[s]),a.popup=t!=null&&t[s]?r:void 0)}),(0,Fe.jsx)("div",{children:(0,Fe.jsx)(j,{placeholder:"Value",style:{width:300},...o,...a})})};Ao.options=Rm;Ao.states=Bm;Ao.variants=Dm;Ao.defaultOptions=Pm;Ao.modifiers=Km;Ao.className=j.className;var Rs=require("react/jsx-runtime");var Ks=require("react/jsx-runtime");var _m=require("react/jsx-runtime");var Fa=require("react/jsx-runtime"),Hm=G.states,zm=G.defaultOptions,Fm=G.options,Um=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"},{name:"spin-button",title:"`Spin` Button"}],Gm=[],wo=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(r=>{switch(r){case"prefix":a.prefix=t!=null&&t[r]?(0,Fa.jsx)(j,{size:o.size,fillMode:"flat",value:"mm"}):void 0;break;case"suffix":a.suffix=t!=null&&t[r]?(0,Fa.jsx)(br,{children:"mm"}):void 0;break;case"clear-button":a.showClearButton=t==null?void 0:t[r];break;case"spin-button":a.showSpinButton=t==null?void 0:t[r];break;default:break}}),(0,Fa.jsx)(Is,{value:"Value",style:{width:300},...o,...a})};wo.options=Fm;wo.states=Hm;wo.variants=Gm;wo.defaultOptions=zm;wo.modifiers=Um;wo.className=G.className;var y=require("react/jsx-runtime"),Ds="k-colorgradient-inputs",$m=[],Vm={size:[c.undefined,c.small,c.medium,c.large]},_s={mode:"rgba"},Io=e=>{let{mode:t=_s.mode,size:o,...a}=e;return(0,y.jsxs)("div",{...a,className:i(Ds,"k-hstack"),children:[(0,y.jsx)("div",{className:"k-vstack",children:(0,y.jsx)(d,{fillMode:"flat",icon:"caret-alt-expand",className:"k-colorgradient-toggle-mode",size:o,"aria-label":"Toggle color input format"})}),t==="rgba"&&(0,y.jsxs)(y.Fragment,{children:[(0,y.jsxs)("div",{className:"k-vstack",children:[(0,y.jsx)(G,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Red channel"}),(0,y.jsx)("label",{className:"k-colorgradient-input-label",children:"R"})]}),(0,y.jsxs)("div",{className:"k-vstack",children:[(0,y.jsx)(G,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Green channel"}),(0,y.jsx)("label",{className:"k-colorgradient-input-label",children:"G"})]}),(0,y.jsxs)("div",{className:"k-vstack",children:[(0,y.jsx)(G,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Blue channel"}),(0,y.jsx)("label",{className:"k-colorgradient-input-label",children:"B"})]}),(0,y.jsxs)("div",{className:"k-vstack",children:[(0,y.jsx)(G,{showSpinButton:!1,showClearButton:!1,value:"1.00",size:o,"aria-label":"Alpha channel"}),(0,y.jsx)("label",{className:"k-colorgradient-input-label",children:"A"})]})]}),t==="rgb"&&(0,y.jsxs)(y.Fragment,{children:[(0,y.jsxs)("div",{className:"k-vstack",children:[(0,y.jsx)(G,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Red channel"}),(0,y.jsx)("label",{className:"k-colorgradient-input-label",children:"R"})]}),(0,y.jsxs)("div",{className:"k-vstack",children:[(0,y.jsx)(G,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Green channel"}),(0,y.jsx)("label",{className:"k-colorgradient-input-label",children:"G"})]}),(0,y.jsxs)("div",{className:"k-vstack",children:[(0,y.jsx)(G,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Blue channel"}),(0,y.jsx)("label",{className:"k-colorgradient-input-label",children:"B"})]})]}),t==="hsva"&&(0,y.jsxs)(y.Fragment,{children:[(0,y.jsxs)("div",{className:"k-vstack",children:[(0,y.jsx)(G,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Hue channel"}),(0,y.jsx)("label",{className:"k-colorgradient-input-label",children:"H"})]}),(0,y.jsxs)("div",{className:"k-vstack",children:[(0,y.jsx)(G,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Saturation channel"}),(0,y.jsx)("label",{className:"k-colorgradient-input-label",children:"S"})]}),(0,y.jsxs)("div",{className:"k-vstack",children:[(0,y.jsx)(G,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Value channel"}),(0,y.jsx)("label",{className:"k-colorgradient-input-label",children:"V"})]}),(0,y.jsxs)("div",{className:"k-vstack",children:[(0,y.jsx)(G,{showSpinButton:!1,showClearButton:!1,value:"1.00","aria-label":"Alpha channel"}),(0,y.jsx)("label",{className:"k-colorgradient-input-label",children:"A"})]})]}),t==="hsv"&&(0,y.jsxs)(y.Fragment,{children:[(0,y.jsxs)("div",{className:"k-vstack",children:[(0,y.jsx)(G,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Hue channel"}),(0,y.jsx)("label",{className:"k-colorgradient-input-label",children:"H"})]}),(0,y.jsxs)("div",{className:"k-vstack",children:[(0,y.jsx)(G,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Saturation channel"}),(0,y.jsx)("label",{className:"k-colorgradient-input-label",children:"S"})]}),(0,y.jsxs)("div",{className:"k-vstack",children:[(0,y.jsx)(G,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Value channel"}),(0,y.jsx)("label",{className:"k-colorgradient-input-label",children:"V"})]})]}),t==="hex"&&(0,y.jsx)(y.Fragment,{children:(0,y.jsxs)("div",{className:"k-vstack k-flex-1",children:[(0,y.jsx)(be,{showClearButton:!1,value:"#b88484AA",className:"k-hex-value"}),(0,y.jsx)("label",{className:"k-colorgradient-input-label",children:"HEX"})]})})]})};Io.states=$m;Io.options=Vm;Io.className=Ds;Io.defaultOptions=_s;var Me=require("react/jsx-runtime"),Hs="k-colorgradient-color-contrast",Wm=[],Xm={},Jm={},To=()=>(0,Me.jsxs)("div",{className:i(Hs,"k-vbox"),children:[(0,Me.jsxs)("div",{className:"k-contrast-ratio",children:[(0,Me.jsx)("span",{className:"k-contrast-ratio-text",children:"Contrast ratio: 7.1"}),(0,Me.jsxs)("span",{className:"k-contrast-validation !k-text-success",children:[(0,Me.jsx)(L,{icon:"check"}),(0,Me.jsx)(L,{icon:"check"})]})]}),(0,Me.jsxs)("div",{children:[(0,Me.jsx)("span",{children:"AA: 4.5"}),(0,Me.jsxs)("span",{className:"k-contrast-validation !k-text-success",children:["Pass",(0,Me.jsx)(L,{icon:"check"})]})]}),(0,Me.jsxs)("div",{children:[(0,Me.jsx)("span",{children:"AAA: 7.0"}),(0,Me.jsxs)("span",{className:"k-contrast-validation !k-text-error",children:["Fail",(0,Me.jsx)(L,{icon:"x"})]})]})]});To.states=Wm;To.options=Xm;To.className=Hs;To.defaultOptions=Jm;var zs="color-gradient",Fs="colorgradient";var de=require("react/jsx-runtime"),Ua="k-colorgradient",qm=[l.hover,l.focus,l.readonly,l.disabled],Ym={size:[c.undefined,c.small,c.medium,c.large]},bt={mode:"rgba",readonly:!1,disabled:!1,contrast:!1,gradientStyle:{background:"rgb(255, 0, 0 )"},dragHandleStyle:{top:"50px",left:"73px"},alphaStyle:{background:"linear-gradient(to top, transparent, rgb(255, 0, 0))"},alphaStyleHorizontal:{background:"linear-gradient(to right, transparent, rgb(255, 0, 0))"},canvasOrientation:"horizontal"},fe=e=>{let{size:t,mode:o=bt.mode,readonly:a=bt.readonly,disabled:r=bt.disabled,gradientStyle:s=bt.gradientStyle,dragHandleStyle:p=bt.dragHandleStyle,alphaStyle:m=bt.alphaStyle,alphaStyleHorizontal:f=bt.alphaStyleHorizontal,contrast:h=bt.contrast,dir:x,hover:g,focus:u,hoverHandle:S,focusHandle:N,canvasOrientation:M=bt.canvasOrientation,role:O,tabIndex:A,..._}=e;return(0,de.jsxs)("div",{..._,role:O??"textbox","aria-label":O==="none"?void 0:"Color gradient",tabIndex:A??0,"aria-disabled":r?"true":void 0,className:i(e.className,Ua,w(Ua,{size:t}),B(Ua,{hover:g,focus:u,readonly:a,disabled:r})),dir:x,children:[!M||M==="horizontal"&&(0,de.jsxs)("div",{className:"k-colorgradient-canvas k-hstack",children:[(0,de.jsx)("div",{className:"k-hsv-rectangle",style:s,children:(0,de.jsx)("div",{className:"k-hsv-gradient",children:(0,de.jsx)("div",{className:i("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})})}),(0,de.jsxs)("div",{className:"k-hsv-controls k-hstack",children:[(0,de.jsx)(ii,{className:"k-hue-slider",hover:S,focus:N}),o!=="rgb"&&o!=="hsv"&&(0,de.jsx)(ii,{className:"k-alpha-slider",hover:S,focus:N,trackStyle:m})]})]}),M==="vertical"&&(0,de.jsxs)("div",{className:"k-colorgradient-canvas k-vstack",children:[(0,de.jsx)("div",{className:"k-hsv-rectangle",style:s,children:(0,de.jsx)("div",{className:"k-hsv-gradient",children:(0,de.jsx)("div",{className:i("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})})}),(0,de.jsxs)("div",{className:"k-hsv-controls k-vstack",children:[(0,de.jsx)(ri,{className:"k-hue-slider",hover:S,focus:N}),o!=="rgb"&&o!=="hsv"&&(0,de.jsx)(ri,{className:"k-alpha-slider",hover:S,focus:N,trackStyle:f})]})]}),(0,de.jsx)(Io,{mode:e.mode,size:t}),h&&(0,de.jsx)(To,{})]})};fe.states=qm;fe.options=Ym;fe.className=Ua;fe.defaultOptions=bt;fe.moduleName=zs;fe.folderName=Fs;fe.ariaSpec={selector:".k-colorgradient",rules:[{selector:".k-colorgradient",attribute:"role=textbox",usage:"The focusable wrapper should be considered a textbox with a value that could be submitted."},{selector:".k-colorgradient",attribute:"aria-label or aria-labelledby",usage:"The component needs an accessible name including the currently selected value."},{selector:".k-colorgradient",attribute:"tabindex=0",usage:"The element must be focusable."},{selector:".k-colorgradient.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the ColorGradient is disabled."},{selector:".k-hsv-draghandle",attribute:"role=slider",usage:"The 2D draghandle must have slider role for ARIA-allowed attributes."},{selector:".k-hsv-draghandle",attribute:"aria-orientation=undefined",usage:"The implicit orientation for the slider must be removed for the 2D handle."},{selector:".k-hsv-draghandle",attribute:"aria-label",usage:"Must provide information about the purpose of the slider and the currently selected color."},{selector:".k-hsv-draghandle",attribute:"aria-valuetext",usage:"Must specify the values on both X and Y axis."},{selector:".k-hsv-draghandle",attribute:"aria-valuenow",usage:"Required by the slider role."},{selector:".k-hsv-draghandle",attribute:"aria-valuemin",usage:"Required by the slider role."},{selector:".k-hsv-draghandle",attribute:"aria-valuemax",usage:"Required by the slider role."},{selector:".k-numerictextbox>.k-input-inner",attribute:"aria-label",usage:"Must provide the name of the channel (red, green, blue, or alpha)."}]};var Us=require("react/jsx-runtime"),Ga=e=>(0,Us.jsx)(fe,{...e});var Qm=require("react/jsx-runtime");var Zm=require("react/jsx-runtime");var $a=require("react/jsx-runtime"),jm=fe.options,eu=fe.states,tu={...fe.defaultOptions,variant:"rgba"},ou=[{name:"rgba",title:"RGBA"},{name:"rgb",title:"RGB"},{name:"hex",title:"HEX"}],au=[],Eo=e=>{let{variant:t,...o}=e;switch(t){case"hex":return(0,$a.jsx)(Ga,{...o,mode:t});case"rgb":return(0,$a.jsx)(Ga,{...o,mode:t});default:return(0,$a.jsx)(Ga,{...o,mode:t})}};Eo.options=jm;Eo.states=eu;Eo.variants=ou;Eo.defaultOptions=tu;Eo.modifiers=au;Eo.className=fe.className;var Gs=require("react/jsx-runtime"),mi=e=>(0,Gs.jsx)("tr",{role:"row",children:e.children});var $s=require("react/jsx-runtime"),ui="k-colorpalette-tile",ru=[l.hover,l.focus,l.selected],iu={},Co=e=>{let{color:t,tileSize:o,hover:a,focus:r,selected:s,...p}=e,m={backgroundColor:t,width:o?o+"px":"",height:o?o+"px":""};return(0,$s.jsx)("td",{...p,role:"gridcell","aria-label":t,"aria-selected":s?"true":void 0,className:i(e.className,ui,B(ui,{hover:a,focus:r,selected:s})),style:m})};Co.states=ru;Co.options=iu;Co.className=ui;var Vs="color-palette",Ws="colorpalette";var Oo=require("react/jsx-runtime"),Va="k-colorpalette",nu=[l.disabled],su={size:[c.undefined,c.small,c.medium,c.large]},Xs={columns:10},Re=e=>{let{size:t,palette:o,columns:a=Xs.columns,tileSize:r,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,M)=>{u.push((0,Oo.jsx)(Co,{color:N,tileSize:r},M))});let S=(0,Oo.jsx)(mi,{children:u},g);m.push(S)})}return(0,Oo.jsx)("div",{...p,role:"grid","aria-label":"Color palette",tabIndex:0,"aria-disabled":s?"true":void 0,className:i(e.className,Va,B(Va,{disabled:s}),w(Va,{size:t})),children:(0,Oo.jsx)("table",{className:"k-colorpalette-table",role:"none",children:(0,Oo.jsx)("tbody",{children:m.length>0?m:e.children})})})};Re.states=nu;Re.options=su;Re.className=Va;Re.defaultOptions=Xs;Re.moduleName=Vs;Re.folderName=Ws;Re.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 Wa=Re;var ga={basic:{colors:["#000000","#7f7f7f","#880015","#ed1c24","#ff7f27","#fff200","#22b14c","#00a2e8","#3f48cc","#a349a4","#ffffff","#c3c3c3","#b97a57","#ffaec9","#ffc90e","#efe4b0","#b5e61d","#99d9ea","#7092be","#c8bfe7"],columns:10},office:{colors:["#ffffff","#000000","#e6e6e6","#435569","#4371c4","#ed7e32","#a5a4a5","#febf04","#5a9bd5","#71ae48","#f2f2f3","#7f7f7f","#d1cece","#d5dde3","#dae1f4","#fce5d4","#deeded","#fff2cc","#deeaf6","#e1efd9","#d7d8d8","#585959","#aeabab","#adbaca","#b4c5e7","#f6caac","#dbdbdb","#ffe498","#bcd6ee","#c5e0b2","#bfbfc0","#3f3f3f","#767070","#8595b1","#8fabdb","#f5b183","#c9c8c9","#fed965","#9bc4e5","#a8d08d","#a5a5a6","#262625","#393939","#334050","#2e5496","#c45a11","#7b7b7a","#bf9000","#2f75b5","#548235","#7f7f7f","#0b0c0c","#161616","#222a34","#203764","#843d0b","#525252","#7f6000","#1d4d79","#375623"],columns:10},apex:{colors:["#ffffff","#000000","#c9c2d1","#69676d","#ceb966","#9cb084","#6bb1c9","#6585cf","#7e6bc9","#a379bb","#f2f2f2","#7f7f7f","#f4f2f5","#e0e0e2","#f5f1e0","#ebefe6","#e1eff4","#e0e6f5","#e5e1f4","#ece4f1","#d8d8d8","#595959","#e9e6ec","#c2c1c5","#ebe3c1","#d7dfcd","#c3dfe9","#c1ceeb","#cbc3e9","#dac9e3","#bfbfbf","#3f3f3f","#dedae3","#a4a3a8","#e1d5a3","#c3cfb5","#a6d0de","#a2b5e2","#b1a6de","#c7aed6","#a5a5a5","#262626","#9688a5","#4e4d51","#ae9638","#758c5a","#3d8da9","#365bb0","#533da9","#7d4d99","#7f7f7f","#0c0c0c","#635672","#343336","#746425","#4e5d3c","#295e70","#243c75","#372970","#533366"],columns:10},austin:{colors:["#ffffff","#000000","#caf278","#3e3d2d","#94c600","#71685a","#ff6700","#909465","#956b43","#fea022","#f2f2f2","#7f7f7f","#f4fce4","#dddcd0","#efffc0","#e3e1dc","#ffe0cb","#e8e9df","#ece1d6","#feecd2","#d8d8d8","#595959","#e9f9c9","#bbb9a1","#dfff82","#c8c3ba","#ffc299","#d2d4c0","#dac3ad","#fed9a6","#bfbfbf","#3f3f3f","#dff7ae","#ada598","#cfff43","#ada598","#ffa365","#bcbfa1","#c8a585","#fec67a","#a5a5a5","#262626","#a9ea25","#2e2d21","#6f9400","#544e43","#bf4d00","#6c6f4b","#6f5032","#d77b00","#7f7f7f","#0c0c0c","#74a50f","#1f1e16","#4a6300","#38342d","#7f3300","#484a32","#4a3521","#8f5200"],columns:10},clarity:{colors:["#ffffff","#292934","#f3f2dc","#d2533c","#93a299","#ad8f67","#726056","#4c5a6a","#808da0","#79463d","#f2f2f2","#e7e7ec","#e7e5b9","#f6dcd8","#e9ecea","#eee8e0","#e4dedb","#d8dde3","#e5e8ec","#e9d6d3","#d8d8d8","#c4c4d1","#d5d185","#edbab1","#d3d9d6","#ded2c2","#c9beb8","#b2bcc8","#ccd1d9","#d3aea7","#bfbfbf","#8a8aa3","#aca73b","#e4978a","#bec7c1","#cdbba3","#af9e94","#8c9bac","#b2bac6","#bd857c","#a5a5a5","#56566e","#56531d","#a43925","#6b7c72","#866b48","#554840","#39434f","#5c697b","#5a342d","#7f7f7f","#3b3b4b","#22210b","#6d2619","#47534c","#594730","#39302b","#262d35","#3d4652","#3c231e"],columns:10},slipstream:{colors:["#ffffff","#000000","#b4dcfa","#212745","#4e67c8","#5eccf3","#a7ea52","#5dceaf","#ff8021","#f14124","#f2f2f2","#7f7f7f","#8bc9f7","#c7cce4","#dbe0f4","#def4fc","#edfadc","#def5ef","#ffe5d2","#fcd9d3","#d8d8d8","#595959","#4facf3","#909aca","#b8c2e9","#beeafa","#dbf6b9","#beebdf","#ffcca6","#f9b3a7","#bfbfbf","#3f3f3f","#0d78c9","#5967af","#94a3de","#9ee0f7","#caf297","#9de1cf","#ffb279","#f68d7b","#a5a5a5","#262626","#063c64","#181d33","#31479f","#11b2eb","#81d319","#34ac8b","#d85c00","#c3260c","#7f7f7f","#0c0c0c","#021828","#101322","#202f6a","#0b769c","#568c11","#22725c","#903d00","#821908"],columns:10},metro:{colors:["#ffffff","#000000","#d6ecff","#4e5b6f","#7fd13b","#ea157a","#feb80a","#00addc","#738ac8","#1ab39f","#f2f2f2","#7f7f7f","#a7d6ff","#d9dde4","#e5f5d7","#fad0e4","#fef0cd","#c5f2ff","#e2e7f4","#c9f7f1","#d8d8d8","#595959","#60b5ff","#b3bcca","#cbecb0","#f6a1c9","#fee29c","#8be6ff","#c7d0e9","#94efe3","#bfbfbf","#3f3f3f","#007dea","#8d9baf","#b2e389","#f272af","#fed46b","#51d9ff","#aab8de","#5fe7d5","#a5a5a5","#262626","#003e75","#3a4453","#5ea226","#af0f5b","#c58c00","#0081a5","#425ea9","#138677","#7f7f7f","#0c0c0c","#00192e","#272d37","#3f6c19","#750a3d","#835d00","#00566e","#2c3f71","#0c594f"],columns:10},flow:{colors:["#ffffff","#000000","#dbf5f9","#04617b","#0f6fc6","#009dd9","#0bd0d9","#10cf9b","#7cca62","#a5c249","#f2f2f2","#7f7f7f","#b2e9f2","#b4ecfc","#c7e2fa","#c4eeff","#c9fafc","#c9faed","#e4f4df","#edf2da","#d8d8d8","#595959","#76d9e8","#6adafa","#90c6f6","#89deff","#93f5f9","#94f6db","#cae9c0","#dbe6b6","#bfbfbf","#3f3f3f","#21b2c8","#20c8f7","#59a9f2","#4fceff","#5df0f6","#5ff2ca","#b0dfa0","#c9da91","#a5a5a5","#262626","#105964","#02485c","#0b5394","#0075a2","#089ca2","#0b9b74","#54a838","#7e9532","#7f7f7f","#0c0c0c","#062328","#01303d","#073763","#004e6c","#05686c","#07674d","#387025","#546321"],columns:10},hardcover:{colors:["#ffffff","#000000","#ece9c6","#895d1d","#873624","#d6862d","#d0be40","#877f6c","#972109","#aeb795","#f2f2f2","#7f7f7f","#e1dca5","#f2e0c6","#f0d0c9","#f6e6d5","#f5f2d8","#e7e5e1","#fbc7bc","#eef0e9","#d8d8d8","#595959","#d0c974","#e6c28d","#e2a293","#eeceaa","#ece5b2","#cfccc3","#f78f7a","#dee2d4","#bfbfbf","#3f3f3f","#a29a36","#daa454","#d4735e","#e6b681","#e2d88c","#b7b2a5","#f35838","#ced3bf","#a5a5a5","#262626","#514d1b","#664515","#65281a","#a2641f","#a39428","#655f50","#711806","#879464","#7f7f7f","#0c0c0c","#201e0a","#442e0e","#431b11","#6c4315","#6d621a","#433f35","#4b1004","#5a6243"],columns:10},trek:{colors:["#ffffff","#000000","#fbeec9","#4e3b30","#f0a22e","#a5644e","#b58b80","#c3986d","#a19574","#c17529","#f2f2f2","#7f7f7f","#f7e09e","#e1d6cf","#fcecd5","#eddfda","#f0e7e5","#f3eae1","#ece9e3","#f5e3d1","#d8d8d8","#595959","#f3cc5f","#c4ad9f","#f9d9ab","#dcc0b6","#e1d0cc","#e7d5c4","#d9d4c7","#ebc7a3","#bfbfbf","#3f3f3f","#d29f0f","#a78470","#f6c781","#cba092","#d2b9b2","#dbc1a7","#c6bfab","#e1ac76","#a5a5a5","#262626","#694f07","#3a2c24","#c87d0e","#7b4b3a","#926255","#a17242","#7b7153","#90571e","#7f7f7f","#0c0c0c","#2a1f03","#271d18","#855309","#523226","#614138","#6b4c2c","#524b37","#603a14"],columns:10},verve:{colors:["#ffffff","#000000","#d2d2d2","#666666","#ff388c","#e40059","#9c007f","#68007f","#005bd3","#00349e","#f2f2f2","#7f7f7f","#bdbdbd","#e0e0e0","#ffd7e8","#ffc6dc","#ffb8f1","#f1b2ff","#c3dcff","#b8cfff","#d8d8d8","#595959","#9d9d9d","#c1c1c1","#ffafd1","#ff8eba","#ff71e4","#e365ff","#87baff","#72a0ff","#bfbfbf","#3f3f3f","#696969","#a3a3a3","#ff87ba","#ff5597","#ff2ad7","#d519ff","#4b98ff","#2b71ff","#a5a5a5","#262626","#343434","#4c4c4c","#e90062","#ab0042","#75005f","#4e005f","#00449e","#002676","#7f7f7f","#0c0c0c","#151515","#333333","#9b0041","#72002c","#4e003f","#34003f","#002d69","#00194f"],columns:10},monochrome:{colors:["#000000","#1a1a1a","#333333","#4d4d4d","#666666","#808080","#999999","#b3b3b3","#cccccc","#e6e6e6","#f2f2f2","#ffffff"],columns:12}};var qs=require("react/jsx-runtime"),Js=e=>(0,qs.jsx)(Wa,{palette:ga.basic,...e});var lu=require("react/jsx-runtime");var Ys=require("react/jsx-runtime");var Qs=require("react/jsx-runtime"),pu=Re.options,du=Re.states,cu={...Re.defaultOptions,variant:"basic"},mu=[{name:"basic",title:"Basic"},{name:"monochrome",title:"Monochrome"}],uu={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}},fu=[],Bo=e=>{let{variant:t="basic",...o}=e,a=uu[t];return(0,Qs.jsx)(Js,{columns:a.columns,palette:a,...o})};Bo.options=pu;Bo.states=du;Bo.variants=mu;Bo.defaultOptions=cu;Bo.modifiers=fu;Bo.className=Re.className;var Zs="color-editor",js="coloreditor";var se=require("react/jsx-runtime"),Xa="k-coloreditor",bu=[l.focus],hu={size:[c.undefined,c.small,c.medium,c.large]},ka={view:"gradient",palette:ga.office,actionButtons:!0,canvasOrientation:"horizontal"},ae=e=>{let{size:t,view:o=ka.view,palette:a=ka.palette,color:r,currentColor:s,focus:p,focusView:m,dir:f,group:h,actionButtons:x=ka.actionButtons,canvasOrientation:g=ka.canvasOrientation,...u}=e;return(0,se.jsxs)("div",{...u,role:"textbox","aria-label":"Color editor",tabIndex:0,className:i(e.className,"k-flatcolorpicker",Xa,w(Xa,{size:t}),B(Xa,{focus:p})),dir:f,children:[(0,se.jsxs)("div",{className:"k-coloreditor-header k-hstack",children:[(0,se.jsx)("div",{className:"k-coloreditor-header-actions k-hstack",children:h&&(0,se.jsxs)(I,{fillMode:"flat",children:[(0,se.jsx)(d,{className:"k-group-start",size:t,fillMode:"flat",icon:"droplet-slider",selected:o==="gradient","aria-label":"Color gradient view"}),(0,se.jsx)(d,{className:"k-group-end",size:t,fillMode:"flat",icon:"palette",selected:o==="palette","aria-label":"Color palette view"})]})}),(0,se.jsx)("div",{className:"k-spacer"}),(0,se.jsxs)("div",{className:"k-coloreditor-header-actions k-hstack",children:[(0,se.jsx)(d,{fillMode:"flat",icon:"droplet-slash",size:t,"aria-label":"Reset color"}),(0,se.jsxs)("div",{className:"k-coloreditor-preview k-vstack",children:[(0,se.jsx)(Gt,{className:"k-coloreditor-preview-color",color:r}),(0,se.jsx)(Gt,{className:"k-coloreditor-current-color",color:s})]})]})]}),(0,se.jsx)("div",{className:"k-coloreditor-views k-vstack",children:o==="gradient"?(0,se.jsx)(fe,{focus:m,size:t,canvasOrientation:g,role:"none",tabIndex:-1}):(0,se.jsx)(Re,{palette:a,size:t})}),x&&(0,se.jsxs)(ut,{className:"k-coloreditor-footer",alignment:"start",children:[(0,se.jsx)(d,{themeColor:"primary",size:t,className:"k-coloreditor-apply",children:"Apply"}),(0,se.jsx)(d,{className:"k-coloreditor-cancel",size:t,children:"Cancel"})]})]})};ae.states=bu;ae.options=hu;ae.className=Xa;ae.defaultOptions=ka;ae.moduleName=Zs;ae.folderName=js;ae.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 Po=ae;var xu=require("react/jsx-runtime");var vu=require("react/jsx-runtime");var tl=require("react/jsx-runtime"),el=e=>(0,tl.jsx)(Po,{group:!0,currentColor:"fuchsia",...e});var al=require("react/jsx-runtime"),ol=e=>(0,al.jsx)(Po,{view:"palette",group:!0,currentColor:"fuchsia",...e});var fi=require("react/jsx-runtime"),gu=ae.options,ku=ae.states,Nu={...ae.defaultOptions,variant:"gradient"},Su=[{name:"gradient",title:"Gradient"},{name:"palette",title:"Palette"}],Lu=[],Ro=e=>{let{variant:t,...o}=e;return t==="palette"?(0,fi.jsx)(ol,{...o,color:"white"}):(0,fi.jsx)(el,{...o,color:"rgba(183, 118 , 118, 1.00)"})};Ro.options=gu;Ro.states=ku;Ro.variants=Su;Ro.defaultOptions=Nu;Ro.modifiers=Lu;Ro.className=ae.className;var rl="color-picker",il="colorpicker";var ce=require("react/jsx-runtime"),nl="k-colorpicker",yu=[l.hover,l.focus,l.valid,l.invalid,l.required,l.disabled],Mu={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]},sl={arrowIconName:"chevron-down"},Ae=e=>{let{size:t,rounded:o,fillMode:a,arrowIconName:r=sl.arrowIconName,prefix:s,suffix:p,value:m,placeholder:f,hover:h,focus:x,valid:g,invalid:u,required:S,disabled:N,valueIconName:M,popup:O,opened:A,adaptive:_,adaptiveSettings:ie,adaptiveTitle:Se,adaptiveSubtitle:Te,...Ee}=e,Ue="colorpicker-popup";return(0,ce.jsxs)(ce.Fragment,{children:[(0,ce.jsxs)(mt,{...Ee,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":A?"true":"false","aria-controls":A||_?Ue:void 0,"aria-label":"Color picker",tabIndex:0,"aria-disabled":N?"true":void 0,className:i(e.className,nl,"k-icon-picker"),children:[(0,ce.jsx)(qe,{children:s}),(0,ce.jsx)(Qt,{placeholder:f,value:m,showValue:!1,valueIcon:(0,ce.jsx)(Gt,{className:"k-value-icon",color:m,iconName:M}),valueIconName:M}),(0,ce.jsx)(Ye,{children:p}),(0,ce.jsx)(d,{className:"k-input-button",icon:r,size:t,fillMode:a,tabIndex:-1,"aria-label":"Open color picker",disabled:N})]}),A&&O&&(0,ce.jsx)(Y,{id:Ue,className:"k-colorpicker-popup",children:O}),_&&(0,ce.jsx)(oe,{adaptive:!0,id:Ue,...ie,header:(0,ce.jsx)(Oe,{actionsEnd:(0,ce.jsx)(d,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply"}),title:Se,subtitle:Te}),footer:(0,ce.jsxs)(_t,{children:[(0,ce.jsx)(d,{text:"Cancel",size:"large"}),(0,ce.jsx)(d,{text:"Set",size:"large",themeColor:"primary"})]}),children:(0,ce.jsx)(ae,{canvasOrientation:"vertical",size:"large",actionButtons:!1,group:!0})})]})};Ae.states=yu;Ae.options=Mu;Ae.className=nl;Ae.defaultOptions=sl;Ae.moduleName=rl;Ae.folderName=il;Ae.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=Ae;var bi="menu-button",ll=bi;var dl=require("react/jsx-runtime"),pl="k-menu-button",Au=[l.hover,l.focus,l.active,l.selected,l.disabled],wu={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]},hi={showArrow:!0,arrowIconName:"chevron-down"},P=e=>{let{size:t,rounded:o,fillMode:a,themeColor:r,hover:s,focus:p,active:m,selected:f,disabled:h,icon:x,text:g,showArrow:u=hi.showArrow,arrowIconName:S=hi.arrowIconName,expanded:N,...M}=e;return(0,dl.jsx)(d,{...M,className:i(e.className,pl),text:g,size:t,rounded:o,fillMode:a,themeColor:r,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"}})};P.states=Au;P.options=wu;P.className=pl;P.defaultOptions=hi;P.moduleName=bi;P.folderName=ll;P.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 Xe="menu",at=Xe;var Lt=require("react/jsx-runtime"),xi="k-menu-item",Iu=[l.hover,l.focus,l.active,l.selected,l.disabled],Tu={},cl={iconPosition:"before"},q=e=>{let{hover:t,focus:o,active:a,selected:r,disabled:s,icon:p,text:m,first:f,last:h,showArrow:x,arrowIconName:g,iconPosition:u=cl.iconPosition,dir:S,children:N,expanded:M,...O}=e,A=g;return A||(A=S==="rtl"?"chevron-left":"chevron-right"),(0,Lt.jsxs)("li",{...O,className:i(e.className,xi,"k-item",B(xi,{focus:o,disabled:s,hover:t,active:a,selected:r}),{"k-first":f,"k-last":h}),role:"menuitem",...x&&{"aria-haspopup":"menu"},...x&&{"aria-expanded":M?"true":"false"},...s&&{"aria-disabled":"true"},...o&&{tabIndex:0},children:[(0,Lt.jsxs)("span",{className:i("k-link k-menu-link"),children:[p&&u==="before"&&(0,Lt.jsx)(L,{className:"k-menu-link-icon",icon:p}),(0,Lt.jsx)("span",{className:"k-menu-link-text",children:m}),p&&u==="after"&&(0,Lt.jsx)(L,{className:"k-menu-link-icon",icon:p}),x&&(0,Lt.jsx)("span",{className:"k-menu-expand-arrow","aria-hidden":"true",children:(0,Lt.jsx)(L,{icon:A})})]}),N]})};q.states=Iu;q.options=Tu;q.className=xi;q.defaultOptions=cl;q.moduleName=Xe;q.folderName=at;var yt=require("react/jsx-runtime"),vi="k-menu-item",Eu=[l.hover,l.focus,l.active,l.selected,l.disabled],Cu={},gi={dir:"ltr",iconPosition:"before"},ee=e=>{let{hover:t,focus:o,active:a,selected:r,disabled:s,icon:p,text:m,first:f,last:h,showArrow:x,arrowIconName:g,iconPosition:u=gi.iconPosition,dir:S=gi.dir,children:N,popup:M,expanded:O,...A}=e,_=g;return _||(_=S==="rtl"?"chevron-left":"chevron-right"),(0,yt.jsxs)("li",{...A,className:i(e.className,vi,"k-item",B(vi,{focus:o,disabled:s}),{"k-first":f,"k-last":h}),role:"menuitem",...x&&{"aria-haspopup":"menu"},...x&&{"aria-expanded":O?"true":"false"},...s&&{"aria-disabled":"true"},...o&&{tabIndex:0},children:[(0,yt.jsxs)("span",{className:i("k-link k-menu-link",B("k-menu-link",{hover:t,active:a,selected:r,disabled:s})),children:[p&&u==="before"&&(0,yt.jsx)(L,{className:"k-menu-link-icon",icon:p}),(0,yt.jsx)("span",{className:"k-menu-link-text",children:m}),p&&u==="after"&&(0,yt.jsx)(L,{className:"k-menu-link-icon",icon:p}),x&&(0,yt.jsx)("span",{className:"k-menu-expand-arrow","aria-hidden":"true",children:(0,yt.jsx)(L,{icon:_})})]}),N,M]})};ee.states=Eu;ee.options=Cu;ee.className=vi;ee.defaultOptions=gi;ee.moduleName=Xe;ee.folderName=at;var fl=require("react/jsx-runtime"),ml="k-menu-scroll-wrapper",Ou=[],Bu={},Pu={},ro=e=>{let{className:t,children:o,orientation:a,...r}=e;return(0,fl.jsx)("div",{...r,className:i(t,ml,{"k-menu-scroll-wrapper-vertical":a==="vertical"}),children:o})};ro.states=Ou;ro.options=Bu;ro.className=ml;ro.defaultOptions=Pu;ro.moduleName=Xe;ro.folderName=at;var ul=ro;var ge=require("react/jsx-runtime"),ki="k-menu",Ru=[],Ku={},Ja={orientation:"horizontal",header:!0,scrollButtonsPosition:"around"},le=e=>{let{children:t,orientation:o=Ja.orientation,header:a=Ja.header,scrollable:r,scrollButtonsPosition:s=Ja.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=(0,ge.jsx)("ul",{dir:m,...x,className:i(e.className,"k-reset",ki,{[`${ki}-${o}`]:o,"k-header":a}),role:h?"menu":"menubar",...o==="vertical"&&{"aria-orientation":"vertical"},children:t});return(0,ge.jsxs)(ge.Fragment,{children:[r?(0,ge.jsxs)(ul,{orientation:o,style:p,dir:e.dir,children:[s==="start"&&(0,ge.jsxs)(ge.Fragment,{children:[(0,ge.jsx)(d,{fillMode:"flat",icon:`chevron-${g[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),(0,ge.jsx)(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"&&(0,ge.jsx)(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"&&(0,ge.jsxs)(ge.Fragment,{children:[(0,ge.jsx)(d,{fillMode:"flat",icon:`chevron-${g[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),(0,ge.jsx)(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"&&(0,ge.jsx)(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]})};le.states=Ru;le.options=Ku;le.className=ki;le.defaultOptions=Ja;le.moduleName=Xe;le.folderName=at;le.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."}]};var hl=require("react/jsx-runtime"),Ni="k-separator",bl={orientation:"horizontal"},Ko=e=>{let{orientation:t=bl.orientation,...o}=e;return(0,hl.jsx)("li",{...o,className:i(e.className,"k-item",Ni,{[`${Ni}-${t}`]:t}),role:"separator"})};Ko.className=Ni;Ko.defaultOptions=bl;Ko.moduleName=Xe;Ko.folderName=at;var xl=require("react/jsx-runtime");var vl=require("react/jsx-runtime"),Si="k-menu-group",Du=[],_u={size:[c.undefined,c.small,c.medium,c.large]},Hu={},we=e=>{let{children:t,size:o,...a}=e;return(0,vl.jsx)("ul",{...a,className:i(e.className,Si,w(Si,{size:o})),role:"menu",children:t})};we.states=Du;we.options=_u;we.className=Si;we.defaultOptions=Hu;we.moduleName=Xe;we.folderName=at;var lt=require("react/jsx-runtime"),Li=e=>(0,lt.jsx)(le,{children:(0,lt.jsxs)(lt.Fragment,{children:[(0,lt.jsx)(q,{first:!0,text:"Item 1"}),(0,lt.jsx)(q,{showArrow:!0,arrowIconName:"chevron-down",text:"Item 2"}),(0,lt.jsx)(q,{showArrow:!0,arrowIconName:"chevron-down",text:"Item 3"}),(0,lt.jsx)(q,{text:"Item 4"}),(0,lt.jsx)(q,{last:!0,text:"Item 5"})]}),...e});var yi=require("react/jsx-runtime");var Mi=require("react/jsx-runtime");var Ai=require("react/jsx-runtime");var wi=require("react/jsx-runtime");var ht=require("react/jsx-runtime"),zu=le.options,Fu=le.states,gl={...le.defaultOptions,variant:"horizontal"},Uu=[{name:"horizontal",title:"Horizontal"},{name:"vertical",title:"Vertical"}],Gu=[{name:"scrollable",title:"Scrollable"},{name:"opened",title:"Opened"}],Do=e=>{let{variant:t,modifiers:o,...a}={...gl,...e},r={};return Object.keys(o||{}).forEach(s=>{switch(s){case"scrollable":r.scrollable=!!(o!=null&&o[s]);break;case"opened":r.opened=!!(o!=null&&o[s]),r.popup=(0,ht.jsx)(Y,{className:"k-menu-popup",children:(0,ht.jsxs)(we,{children:[(0,ht.jsx)(ee,{text:"Item 1"}),(0,ht.jsx)(ee,{text:"Item 2"}),(0,ht.jsx)(Ko,{}),(0,ht.jsx)(ee,{text:"Item 3"})]})});break}}),t==="vertical"?(0,ht.jsx)(Li,{...a,...r,orientation:"vertical",style:{width:"200px"}}):(0,ht.jsx)(Li,{...a,...r})};Do.options=zu;Do.states=Fu;Do.variants=Uu;Do.defaultOptions=gl;Do.modifiers=Gu;Do.className=le.className;var Nl=require("react/jsx-runtime"),kl="k-spreadsheet-menu",$u=[],Vu={},Wu={},_o=e=>{let{children:t,...o}=e;return(0,Nl.jsx)(le,{...o,className:i(e.className,kl),children:t})};_o.states=$u;_o.options=Vu;_o.className=kl;_o.defaultOptions=Wu;var Sl=require("react/jsx-runtime"),qa=e=>(0,Sl.jsx)(St,{...e});var Xu=require("react/jsx-runtime");var Ju=require("react/jsx-runtime");var qu=require("react/jsx-runtime");var Yu=require("react/jsx-runtime");var Qu=require("react/jsx-runtime");var Zu=require("react/jsx-runtime");var Vt=require("react/jsx-runtime"),ju=St.options,ef=St.states,Ll={...St.defaultOptions,variant:"color"},tf=[{name:"color",title:"Color",default:!0},{name:"no color",title:"No color"},{name:"icon",title:"Icon"}],of=[{name:"opened",title:"Opened"}],Ho=e=>{let{variant:t,modifiers:o,...a}={...Ll,...e},r={};Object.keys(o||{}).forEach(p=>{p==="opened"&&(r.opened=!!(o!=null&&o[p]),r.popup=o!=null&&o[p]?(0,Vt.jsx)(ae,{size:a.size,color:"rgba(183, 118 , 118, 1.00)",group:!0}):"")});let s=r.opened?{width:"272px",height:"390px"}:{};switch(t){case"no color":return(0,Vt.jsx)("div",{style:s,children:(0,Vt.jsx)(qa,{...a,...r})});case"icon":return(0,Vt.jsx)("div",{style:s,children:(0,Vt.jsx)(qa,{value:"rgba(183, 118 , 118, 1.00)",valueIconName:"edit-tools",...a,...r})});default:return(0,Vt.jsx)("div",{style:s,children:(0,Vt.jsx)(qa,{value:"rgba(183, 118 , 118, 1.00)",...a,...r})})}};Ho.options=ju;Ho.states=ef;Ho.variants=tf;Ho.defaultOptions=Ll;Ho.modifiers=of;Ho.className=St.className;var Ml=require("react/jsx-runtime"),yl=e=>(0,Ml.jsx)(We,{...e});var Al=require("react/jsx-runtime");var wl=require("react/jsx-runtime");var Il=require("react/jsx-runtime");var Tl=require("react/jsx-runtime");var El=require("react/jsx-runtime");var Cl=require("react/jsx-runtime");var Ii=require("react/jsx-runtime");var af=require("react/jsx-runtime");var rf=require("react/jsx-runtime");var Ol=require("react/jsx-runtime");var Bl=require("react/jsx-runtime");var pt=require("react/jsx-runtime"),nf=ue.states,sf=ue.defaultOptions,lf=ue.options,pf=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"opened",title:"Opened"}],df=[],zo=e=>{let{modifiers:t,...o}=e,a={},r=(0,pt.jsx)(H,{style:{width:300},size:o.size,children:(0,pt.jsxs)(V,{children:[(0,pt.jsx)(R,{children:"List item"}),(0,pt.jsx)(R,{children:"List item"}),(0,pt.jsx)(R,{children:"List item"})]})});return Object.keys(t||{}).forEach(s=>{switch(s){case"prefix":a.prefix=t!=null&&t[s]?(0,pt.jsx)(L,{icon:"map-marker-target"}):void 0;break;case"suffix":a.suffix=t!=null&&t[s]?(0,pt.jsx)(Dt,{size:o.size,icon:"copy",fillMode:"clear"}):void 0;break;case"opened":a.opened=!!(t!=null&&t[s]),a.popup=t!=null&&t[s]?r:void 0;break;default:break}}),(0,pt.jsx)("div",{children:(0,pt.jsx)(yl,{value:"Value",style:{width:300},...o,...a})})};zo.options=lf;zo.states=nf;zo.variants=df;zo.defaultOptions=sf;zo.modifiers=pf;zo.className=ue.className;var cf=require("react/jsx-runtime");var mf=require("react/jsx-runtime");var uf=require("react/jsx-runtime");var Ti=require("react/jsx-runtime");var ff=require("react/jsx-runtime");var Ie=require("react/jsx-runtime"),bf=d.states,Pl={...d.defaultOptions,variant:"text"},hf=d.options,xf=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],vf=[{name:"opened",title:"Opened"}],Fo=e=>{let{variant:t,modifiers:o,...a}={...Pl,...e},r={},s=(0,Ie.jsx)(Y,{className:"k-menu-popup",children:(0,Ie.jsxs)(we,{size:a.size,children:[(0,Ie.jsx)(ee,{first:!0,text:"Menu Item"}),(0,Ie.jsx)(ee,{text:"Menu Item"}),(0,Ie.jsx)(ee,{last:!0,text:"Menu Item"})]})}),p;switch(t){case"icon-only":p=(0,Ie.jsx)("div",{children:(0,Ie.jsx)(P,{...a,...r,icon:"star"})});break;case"icon-and-text":p=(0,Ie.jsx)("div",{children:(0,Ie.jsx)(P,{...a,...r,icon:"star",children:"Dropdown Button"})});break;default:p=(0,Ie.jsx)("div",{children:(0,Ie.jsx)(P,{...a,...r,children:"Dropdown Button"})});break}return(0,Ie.jsxs)(Ie.Fragment,{children:[p,(o==null?void 0:o.opened)&&s]})};Fo.options=hf;Fo.states=bf;Fo.variants=xf;Fo.defaultOptions=Pl;Fo.modifiers=vf;Fo.className=P.className;var Ei="split-button",Rl=Ei;var Mt=require("react/jsx-runtime"),Ci="k-split-button",gf=[l.hover,l.focus,l.active,l.selected,l.disabled],kf={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]},Kl={arrowIconName:"chevron-down"},D=e=>{let{size:t,rounded:o,fillMode:a,themeColor:r,hover:s,focus:p,active:m,selected:f,disabled:h,icon:x,text:g,arrowIconName:u=Kl.arrowIconName,popup:S,opened:N,popupId:M,...O}=e;return(0,Mt.jsxs)(Mt.Fragment,{children:[(0,Mt.jsxs)("div",{...O,className:i(e.className,Ci,"k-button-group",w(Ci,{rounded:o})),children:[(0,Mt.jsx)(d,{text:g,icon:x,size:t,rounded:o,fillMode:a,themeColor:r,hover:s,focus:p,active:m,selected:f,disabled:h,...!g&&!e.children&&x&&{"aria-label":"Action"},children:e.children}),(0,Mt.jsx)(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?M:void 0,tabIndex:-1,...h&&{"aria-disabled":"true"}})]}),N&&S&&(0,Mt.jsx)(Y,{className:"k-menu-popup",children:S})]})};D.states=gf;D.options=kf;D.className=Ci;D.defaultOptions=Kl;D.moduleName=Ei;D.folderName=Rl;D.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 Oi=D;var Dl=require("react/jsx-runtime"),Nf="k-toolbar-separator",pe=e=>(0,Dl.jsx)("div",{className:i(Nf,e.className,"k-separator")});var At="toolbar",Wt=At;var E=require("react/jsx-runtime"),wt="k-toolbar",Sf=[l.focus],Lf={size:[c.undefined,c.small,c.medium,c.large],fillMode:[b.undefined,b.solid,b.outline,b.flat]},yf={scrollButtons:"around"},X=e=>{let{size:t,fillMode:o,focus:a,resizable:r,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((0,E.jsx)(d,{...u.props,className:`${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`));else if(u.type===d)N.push((0,E.jsx)(d,{...u.props,className:`k-toolbar-button ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`));else if(u.type===da)N.push((0,E.jsx)(da,{...u.props,className:`k-toolbar-button ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`));else if(u.type===Dt)N.push((0,E.jsx)(Dt,{...u.props,className:`k-toolbar-button ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`));else if(u.type===P)N.push((0,E.jsx)(P,{...u.props,className:`k-toolbar-menu-button ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`));else if(u.type===Oi)N.push((0,E.jsx)(Oi,{...u.props,className:`k-toolbar-split-button ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`));else if(u.type===I||u.props.className&&u.props.className.includes("k-button-group")){let M=[];(Array.isArray(u.props.children)?u.props.children:[u.props.children]).forEach((A,_)=>{M.push((0,E.jsx)(d,{...A.props,className:`${A.props.className?A.props.className:""}`},`${_}-${new Date().getTime()}`))}),N.push((0,E.jsx)(I,{...u.props,className:`k-toolbar-button-group ${u.props.className?u.props.className:""}`,children:M},`${S}-${new Date().getTime()}`))}else u.type===ue?N.push((0,E.jsx)(ue,{...u.props,className:`k-toolbar-combobox ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`)):u.type===j?N.push((0,E.jsx)(j,{...u.props,className:`k-toolbar-dropdownlist ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`)):u.type===Ae?N.push((0,E.jsx)(Ae,{...u.props,className:`k-toolbar-colorpicker ${u.props.className?u.props.className:""}`},`${S}-${new Date().getTime()}`)):N.push(u);N.forEach(M=>{x.push(M)})};return e.children&&(Array.isArray(e.children)?e.children:[e.children]).forEach((S,N)=>{g(S,N)}),(0,E.jsxs)("div",{...h,className:i(e.className,wt,w(wt,{size:t,fillMode:o}),B(wt,{focus:a}),{[`${wt}-resizable`]:r,[`${wt}-scrollable`]:s,[`${wt}-scrollable-overlay`]:s&&p==="hidden",[`${wt}-scrollable-${m}`]:m&&m!=="both",[`${wt}-section`]:f}),role:"toolbar","aria-label":"Toolbar",children:[!s&&x,s&&p==="hidden"&&(0,E.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:x}),s&&p==="start"&&(0,E.jsxs)(E.Fragment,{children:[(0,E.jsxs)(I,{children:[(0,E.jsx)("span",{className:i("k-toolbar-prev","k-button",w("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,E.jsx)(L,{className:"k-button-icon",icon:"chevron-left"})}),(0,E.jsx)("span",{className:i("k-toolbar-next","k-button",w("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,E.jsx)(L,{className:"k-button-icon",icon:"chevron-right"})})]}),(0,E.jsx)(pe,{className:"k-toolbar-button-separator"}),(0,E.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:x})]}),s&&p==="end"&&(0,E.jsxs)(E.Fragment,{children:[(0,E.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:x}),(0,E.jsx)(pe,{className:"k-toolbar-button-separator"}),(0,E.jsxs)(I,{children:[(0,E.jsx)("span",{className:i("k-toolbar-prev","k-button",w("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,E.jsx)(L,{className:"k-button-icon",icon:"chevron-left"})}),(0,E.jsx)("span",{className:i("k-toolbar-next","k-button",w("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,E.jsx)(L,{className:"k-button-icon",icon:"chevron-right"})})]})]}),s&&(p==="around"||!p)&&(0,E.jsxs)(E.Fragment,{children:[(0,E.jsx)("span",{className:i("k-toolbar-prev","k-button",w("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,E.jsx)(L,{className:"k-button-icon",icon:"chevron-left"})}),(0,E.jsx)(pe,{className:"k-toolbar-button-separator"}),(0,E.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:x}),(0,E.jsx)(pe,{className:"k-toolbar-button-separator"}),(0,E.jsx)("span",{className:i("k-toolbar-next","k-button",w("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,E.jsx)(L,{className:"k-button-icon",icon:"chevron-right"})})]})]})};X.states=Sf;X.options=Lf;X.className=wt;X.defaultOptions=yf;X.moduleName=At;X.folderName=Wt;X.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."}]};var Hl=require("react/jsx-runtime"),_l="k-floating-toolbar",Mf=[],Af={},wf={},Uo=e=>{let{...t}=e;return(0,Hl.jsx)("div",{...t,className:i(e.className,_l),children:e.children})};Uo.states=Mf;Uo.options=Af;Uo.className=_l;Uo.defaultOptions=wf;Uo.moduleName=At;Uo.folderName=Wt;var zl=require("react/jsx-runtime"),Bi="k-toolbar-item",If=[l.focus],Tf={},Ef={},It=e=>{let{focus:t,...o}=e;return(0,zl.jsx)("div",{...o,className:i(e.className,Bi,B(Bi,{focus:t})),children:e.children})};It.states=If;It.options=Tf;It.className=Bi;It.defaultOptions=Ef;It.moduleName=At;It.folderName=Wt;var Pi=require("react/jsx-runtime"),Fl="k-toolbar-popup",Cf=[],Of={size:[c.undefined,c.small,c.medium,c.large],fillMode:[b.undefined,b.solid,b.outline,b.flat]},Bf={},io=e=>{let{size:t,fillMode:o,section:a,...r}=e;return(0,Pi.jsx)(Y,{...r,className:i(e.className,Fl),children:a?(0,Pi.jsx)("span",{className:i("k-toolbar-items-list",w("k-toolbar-items-list",{size:t,fillMode:o})),role:"toolbar",children:e.children}):e.children})};io.states=Cf;io.options=Of;io.className=Fl;io.defaultOptions=Bf;io.moduleName=At;io.folderName=Wt;var Qa=io;var Pf=require("react/jsx-runtime");var Rf=require("react/jsx-runtime");var Kf=require("react/jsx-runtime");var Ul=require("react/jsx-runtime");var Df=require("react/jsx-runtime");var rt=require("react/jsx-runtime"),_f=D.states,Gl={...D.defaultOptions,variant:"text"},Hf=D.options,zf=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],Ff=[{name:"opened",title:"Opened"}],Go=e=>{let{variant:t,modifiers:o,...a}={...Gl,...e},r={},s=(0,rt.jsxs)(we,{size:a.size,children:[(0,rt.jsx)(ee,{first:!0,text:"Menu Item"}),(0,rt.jsx)(ee,{text:"Menu Item"}),(0,rt.jsx)(ee,{last:!0,text:"Menu Item"})]});switch(Object.keys(o||{}).forEach(p=>{p==="opened"&&(r.opened=!!(o!=null&&o[p]),r.popup=o!=null&&o[p]?s:"")}),t){case"icon-only":return(0,rt.jsx)("div",{children:(0,rt.jsx)(D,{...a,...r,icon:"star"})});case"icon-and-text":return(0,rt.jsx)("div",{children:(0,rt.jsx)(D,{...a,...r,icon:"star",children:"Split Button"})});default:return(0,rt.jsx)("div",{children:(0,rt.jsx)(D,{...a,...r,children:"Split Button"})})}};Go.options=Hf;Go.states=_f;Go.variants=zf;Go.defaultOptions=Gl;Go.modifiers=Ff;Go.className=D.className;var xt=require("react/jsx-runtime"),$l=e=>(0,xt.jsx)(X,{children:[(0,xt.jsx)(d,{children:"Button"},"toolbar-button"),(0,xt.jsx)(P,{text:"Menu button"},"toolbar-menu-button"),(0,xt.jsx)(D,{children:"Split button"},"toolbar-split-button"),(0,xt.jsxs)(I,{children:[(0,xt.jsx)(d,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,xt.jsx)(d,{icon:"align-center",children:"Center"}),(0,xt.jsx)(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...e});var Vl=require("react/jsx-runtime");var ke=require("react/jsx-runtime"),Wl=e=>(0,ke.jsx)(X,{scrollable:!0,...e,children:[(0,ke.jsx)(d,{children:"Button"},"toolbar-button"),(0,ke.jsx)(P,{text:"Menu button"},"toolbar-menu-button"),(0,ke.jsx)(D,{children:"Split button"},"toolbar-split-button"),(0,ke.jsxs)(I,{children:[(0,ke.jsx)(d,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,ke.jsx)(d,{icon:"align-center",children:"Center"}),(0,ke.jsx)(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group"),(0,ke.jsx)(d,{children:"Button"},"toolbar-button"),(0,ke.jsx)(P,{text:"Menu button"},"toolbar-menu-button"),(0,ke.jsx)(D,{children:"Split button"},"toolbar-split-button"),(0,ke.jsxs)(I,{children:[(0,ke.jsx)(d,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,ke.jsx)(d,{icon:"align-center",children:"Center"}),(0,ke.jsx)(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...e});var Ne=require("react/jsx-runtime"),Xl=({scrollingPosition:e="start",...t})=>(0,Ne.jsx)(X,{scrollable:!0,scrollButtons:"hidden",scrollingPosition:e,...t,children:[(0,Ne.jsx)(d,{children:"Button"},"toolbar-button"),(0,Ne.jsx)(P,{text:"Menu button"},"toolbar-menu-button"),(0,Ne.jsx)(D,{children:"Split button"},"toolbar-split-button"),(0,Ne.jsxs)(I,{children:[(0,Ne.jsx)(d,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,Ne.jsx)(d,{icon:"align-center",children:"Center"}),(0,Ne.jsx)(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group"),(0,Ne.jsx)(d,{children:"Button"},"toolbar-button"),(0,Ne.jsx)(P,{text:"Menu button"},"toolbar-menu-button"),(0,Ne.jsx)(D,{children:"Split button"},"toolbar-split-button"),(0,Ne.jsxs)(I,{children:[(0,Ne.jsx)(d,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,Ne.jsx)(d,{icon:"align-center",children:"Center"}),(0,Ne.jsx)(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...t});var te=require("react/jsx-runtime"),Jl=({fillMode:e,size:t,...o})=>(0,te.jsxs)(te.Fragment,{children:[(0,te.jsx)(X,{section:!0,fillMode:e,size:t,children:[(0,te.jsx)(d,{fillMode:e,size:t,children:"Button"},"toolbar-button"),(0,te.jsxs)(I,{fillMode:e,children:[(0,te.jsx)(d,{className:"k-group-start",icon:"align-left",fillMode:e,size:t,children:"Left"}),(0,te.jsx)(d,{icon:"align-center",fillMode:e,size:t,children:"Center"}),(0,te.jsx)(d,{className:"k-group-end",icon:"align-right",fillMode:e,size:t,children:"Right"})]},"toolbar-button-group"),(0,te.jsx)(pe,{className:"k-toolbar-button-separator"}),(0,te.jsx)(d,{icon:"more-horizontal",className:"k-toolbar-overflow-button",fillMode:"flat",size:t,rounded:"none","aria-label":"More options","aria-expanded":"false"})],...o}),(0,te.jsxs)(Qa,{size:t,fillMode:e,section:!0,...o,children:[(0,te.jsx)(D,{fillMode:e,size:t,children:"Split button"},"toolbar-split-button"),(0,te.jsx)(d,{fillMode:e,size:t,children:"Button"},"toolbar-button"),(0,te.jsx)(pe,{}),(0,te.jsx)(P,{text:"Menu button",fillMode:e,size:t},"toolbar-menu-button"),(0,te.jsxs)(I,{fillMode:e,children:[(0,te.jsx)(d,{className:"k-group-start",icon:"align-left",fillMode:e,size:t,children:"Left"}),(0,te.jsx)(d,{icon:"align-center",fillMode:e,size:t,children:"Center"}),(0,te.jsx)(d,{className:"k-group-end",icon:"align-right",fillMode:e,size:t,children:"Right"})]},"toolbar-button-group")]})]});var Ri=require("react/jsx-runtime");var Ki=require("react/jsx-runtime");var Tt=require("react/jsx-runtime"),Uf=X.options,Gf=X.states,ql={...X.defaultOptions,variant:"default"},$f=[{name:"default",title:"Default"},{name:"scrollable",title:"Scrollable"},{name:"overlay",title:"Overlay"},{name:"responsive",title:"Responsive"}],Vf=[],$o=e=>{let{variant:t,...o}={...ql,...e};switch(t){case"responsive":return(0,Tt.jsx)("div",{children:(0,Tt.jsx)(Jl,{style:{width:"583px"},...o})});case"overlay":return(0,Tt.jsx)("div",{children:(0,Tt.jsx)(Xl,{style:{width:"583px"},...o,scrollingPosition:"start",scrollButtons:"hidden"})});case"scrollable":return(0,Tt.jsx)("div",{children:(0,Tt.jsx)(Wl,{style:{width:"583px"},...o})});default:return(0,Tt.jsx)("div",{children:(0,Tt.jsx)($l,{style:{width:"583px"},...o})})}};$o.options=Uf;$o.states=Gf;$o.variants=$f;$o.defaultOptions=ql;$o.modifiers=Vf;$o.className=X.className;var Ql=require("react/jsx-runtime"),Yl="k-spreadsheet-toolbar",Wf=[],Xf={},Jf={},Vo=e=>{let{children:t,...o}=e;return(0,Ql.jsx)(X,{...o,resizable:!0,className:i(e.className,Yl),fillMode:"flat","aria-label":o["aria-label"]||"Spreadsheet toolbar",children:t})};Vo.states=Wf;Vo.options=Xf;Vo.className=Yl;Vo.defaultOptions=Jf;var C=require("react/jsx-runtime"),Zl="k-spreadsheet-header",qf=[],Yf={},Qf=[(0,C.jsx)(d,{icon:"arrow-rotate-ccw",fillMode:"flat","aria-label":"Undo"},"undo"),(0,C.jsx)(d,{icon:"arrow-rotate-cw",fillMode:"flat","aria-label":"Redo"},"redo"),(0,C.jsx)(pe,{},"sep1"),(0,C.jsx)(d,{icon:"cut",fillMode:"flat","aria-label":"Cut"},"cut"),(0,C.jsx)(d,{icon:"copy",fillMode:"flat","aria-label":"Copy"},"copy"),(0,C.jsx)(d,{icon:"clipboard",fillMode:"flat","aria-label":"Paste"},"paste"),(0,C.jsx)(pe,{},"sep2"),(0,C.jsx)(j,{value:"Font Name",fillMode:"flat","aria-label":"Font name"},"fontname"),(0,C.jsx)(j,{value:"Font Size",fillMode:"flat","aria-label":"Font size"},"fontsize"),(0,C.jsx)(pe,{},"sep3"),(0,C.jsxs)(I,{fillMode:"flat",children:[(0,C.jsx)(d,{className:"k-group-start",icon:"font-grow",fillMode:"flat","aria-label":"Increase font size"}),(0,C.jsx)(d,{className:"k-group-end",icon:"font-shrink",fillMode:"flat","aria-label":"Decrease font size"})]},"fontgrow"),(0,C.jsx)(pe,{},"sep4"),(0,C.jsxs)(I,{fillMode:"flat",children:[(0,C.jsx)(d,{className:"k-group-start",icon:"bold",fillMode:"flat","aria-label":"Bold"}),(0,C.jsx)(d,{icon:"italic",fillMode:"flat","aria-label":"Italic"}),(0,C.jsx)(d,{icon:"underline",fillMode:"flat","aria-label":"Underline"}),(0,C.jsx)(d,{className:"k-group-end",icon:"strikethrough",fillMode:"flat","aria-label":"Strikethrough"})]},"fontstyle"),(0,C.jsx)(It,{children:(0,C.jsx)(Ae,{value:"red",valueIconName:"foreground-color",fillMode:"flat","aria-label":"Text color"})},"textcolor"),(0,C.jsx)(pe,{},"sep5"),(0,C.jsx)(It,{children:(0,C.jsx)(Ae,{value:"fuchsia",valueIconName:"droplet",fillMode:"flat","aria-label":"Background color"})},"bgcolor"),(0,C.jsx)(pe,{},"sep6"),(0,C.jsx)(P,{fillMode:"flat",icon:"borders-all",showArrow:!0,"aria-label":"Borders"},"borders"),(0,C.jsx)(pe,{},"sep7"),(0,C.jsx)(P,{fillMode:"flat",icon:"align-left",showArrow:!0,"aria-label":"Horizontal alignment"},"halign"),(0,C.jsx)(P,{fillMode:"flat",icon:"align-middle",showArrow:!0,"aria-label":"Vertical alignment"},"valign"),(0,C.jsx)(pe,{},"sep8"),(0,C.jsx)(d,{fillMode:"flat",icon:"text-wrap-arrow","aria-label":"Wrap text"},"wrap")],Zf=[(0,C.jsx)(q,{first:!0,text:"File"},"file"),(0,C.jsx)(q,{text:"Home",active:!0},"home"),(0,C.jsx)(q,{text:"Insert"},"insert"),(0,C.jsx)(q,{text:"Format"},"format"),(0,C.jsx)(q,{text:"Formulas"},"formulas"),(0,C.jsx)(q,{text:"Data"},"data"),(0,C.jsx)(q,{last:!0,text:"View"},"view")],Di={toolbarItems:Qf,menuItems:Zf},Et=e=>{let{toolbarItems:t=Di.toolbarItems,menuItems:o=Di.menuItems,...a}=e;return(0,C.jsxs)("div",{...a,className:i(Zl,e.className),children:[(0,C.jsx)(_o,{children:o}),(0,C.jsx)(Vo,{children:t})]})};Et.states=qf;Et.options=Yf;Et.className=Zl;Et.defaultOptions=Di;var tp=require("react/jsx-runtime"),jl="k-tabstrip-items",jf=[],eb={},tb={tabAlignment:"start"},Na=e=>{let{children:t,tabAlignment:o,orientation:a,...r}=e;return(0,tp.jsx)("ul",{...r,className:i(e.className,jl,"k-reset",`k-tabstrip-items-${o}`),role:"tablist",...a==="vertical"&&{"aria-orientation":"vertical"},children:t})};Na.states=jf;Na.options=eb;Na.className=jl;Na.defaultOptions=tb;var ep=Na;var ip=require("react/jsx-runtime"),op="k-tabstrip-items-wrapper",ob=[],ab={},ap={orientation:"horizontal"},Sa=e=>{let{children:t,orientation:o=ap.orientation,...a}=e;return(0,ip.jsx)("div",{...a,className:i(e.className,op,{"k-hstack":o==="horizontal","k-vstack":o==="vertical"}),children:t})};Sa.states=ob;Sa.options=ab;Sa.className=op;Sa.defaultOptions=ap;var rp=Sa;var _i="tabstrip",np=_i;var Ke=require("react/jsx-runtime"),Xt="k-tabstrip",rb=[],ib={size:[c.undefined,c.small,c.medium,c.large]},Za={position:"top",tabAlignment:"start",scrollButtons:"around"},Ct=e=>{let{size:t,scrollable:o,children:a,tabStripItems:r,tabStripItemsId:s,position:p=Za.position,tabAlignment:m=Za.tabAlignment,scrollButtons:f=Za.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"},M={start:"start",center:"center",end:"end",justify:"justify",stretched:"stretched"};return(0,Ke.jsxs)("div",{dir:h,...u,className:i(Xt,e.className,{[`${Xt}-${p}`]:p,[`${Xt}-scrollable`]:o,[`${Xt}-scrollable-overlay`]:o&&(f==="hidden"||!f),[`${Xt}-scrollable-${x}`]:x&&x!=="both",[`${Xt}-overflow`]:g},w(Xt,{size:t})),children:[p==="bottom"&&a,(0,Ke.jsxs)(rp,{orientation:N[p],children:[o&&(f==="around"||f==="start")&&(0,Ke.jsx)("span",{className:i("k-tabstrip-prev","k-button",w("k-button",{size:t,fillMode:b.flat}),"k-icon-button"),"aria-hidden":"true",children:(0,Ke.jsx)(L,{className:"k-button-icon",icon:`chevron-${S[p].prev}`})}),o&&f==="start"&&(0,Ke.jsx)("span",{className:i("k-tabstrip-next","k-button",w("k-button",{size:t,fillMode:b.flat}),"k-icon-button"),"aria-hidden":"true",children:(0,Ke.jsx)(L,{className:"k-button-icon",icon:`chevron-${S[p].next}`})}),(0,Ke.jsx)(ep,{className:i({"k-tabstrip-items-scroll":o&&f==="hidden"}),tabAlignment:M[m],orientation:N[p],...s&&{id:s},children:r}),o&&f==="end"&&(0,Ke.jsx)("span",{className:i("k-tabstrip-prev","k-button",w("k-button",{size:t,fillMode:b.flat}),"k-icon-button"),"aria-hidden":"true",children:(0,Ke.jsx)(L,{className:"k-button-icon",icon:`chevron-${S[p].prev}`})}),o&&(f==="around"||f==="end")&&(0,Ke.jsx)("span",{className:i("k-tabstrip-next","k-button",w("k-button",{size:t,fillMode:b.flat}),"k-icon-button"),"aria-hidden":"true",children:(0,Ke.jsx)(L,{className:"k-button-icon",icon:`chevron-${S[p].next}`})}),g&&(0,Ke.jsx)("div",{className:"k-tabstrip-actions k-hstack",children:(0,Ke.jsx)(P,{className:"k-tabstrip-overflow-button",icon:"more-vertical",fillMode:"flat",size:t,showArrow:!1})})]}),p!=="bottom"&&a]})};Ct.states=rb;Ct.options=ib;Ct.className=Xt;Ct.defaultOptions=Za;Ct.moduleName=_i;Ct.folderName=np;Ct.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."}]};var Ot=require("react/jsx-runtime"),Hi="k-tabstrip-item",nb=[l.active,l.hover,l.disabled,l.focus],sb={},sp={iconPosition:"before"},dt=e=>{let{dragging:t,active:o,hover:a,focus:r,disabled:s,children:p,first:m,last:f,closable:h,icon:x,iconPosition:g=sp.iconPosition,value:u,actions:S,...N}=e;return(0,Ot.jsxs)("li",{...N,className:i(e.className,Hi,B(Hi,{hover:a,active:o,disabled:s,focus:r}),{"k-tabstrip-dragging":t,"k-first":m,"k-last":f}),role:"tab",...o&&{"aria-selected":"true"},...s&&{"aria-disabled":"true"},children:[(0,Ot.jsxs)("span",{className:"k-link",children:[x&&g==="before"&&(0,Ot.jsx)(L,{icon:x}),u&&(0,Ot.jsx)("span",{className:"k-link-text",children:u}),x&&g==="after"&&(0,Ot.jsx)(L,{icon:x})]}),(S||h)&&(0,Ot.jsxs)("span",{className:"k-item-actions",children:[S,h&&(0,Ot.jsx)(d,{as:"span",className:"k-remove-tab",icon:"x",fillMode:"flat",size:"xsmall",title:"Close","aria-hidden":"true"})]}),p]})};dt.states=nb;dt.options=sb;dt.className=Hi;dt.item=sp;var re=require("react/jsx-runtime"),lp="k-spreadsheet-sheets-bar",lb=[],pb={},db=(0,re.jsxs)(re.Fragment,{children:[(0,re.jsx)(dt,{first:!0,active:!0,value:"Sheet 1",actions:(0,re.jsx)(P,{showArrow:!1,size:"small",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet1"),(0,re.jsx)(dt,{value:"Sheet 2",actions:(0,re.jsx)(P,{showArrow:!1,size:"small",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet2"),(0,re.jsx)(dt,{value:"Sheet 3",actions:(0,re.jsx)(P,{showArrow:!1,size:"small",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet3"),(0,re.jsx)(dt,{value:"Sheet 4",actions:(0,re.jsx)(P,{showArrow:!1,size:"small",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet4"),(0,re.jsx)(dt,{value:"Sheet 5",actions:(0,re.jsx)(P,{showArrow:!1,size:"small",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet5"),(0,re.jsx)(dt,{last:!0,value:"Sheet 6",actions:(0,re.jsx)(P,{showArrow:!1,size:"small",icon:"chevron-down",fillMode:"flat","aria-label":"Sheet options"})},"sheet6")]}),pp={tabStripItems:db},Bt=e=>{let{tabStripItems:t=pp.tabStripItems,...o}=e,a=K("spreadsheet-sheets");return(0,re.jsxs)("div",{...o,className:i(lp,e.className),children:[(0,re.jsx)(d,{className:"k-spreadsheet-sheet-add",fillMode:"flat",size:"small",icon:"plus","aria-label":"Add new sheet","aria-controls":a}),(0,re.jsx)(d,{className:"k-spreadsheet-sheets-menu",fillMode:"flat",size:"small",icon:"menu","aria-label":"Sheets menu","aria-controls":a}),(0,re.jsx)(Ct,{className:"k-spreadsheet-sheets",tabStripItems:t,tabStripItemsId:a,position:"bottom",scrollable:!0,scrollButtons:"end"})]})};Bt.states=lb;Bt.options=pb;Bt.className=lp;Bt.defaultOptions=pp;var zi="tooltip",dp=zi;var Pt=require("react/jsx-runtime"),Fi="k-tooltip",cb=[],mb={themeColor:[k.undefined,k.base,k.inverse,k.info,k.success,k.warning,k.error]},cp={closable:!1},De=e=>{let{closable:t=cp.closable,callout:o,themeColor:a,title:r,content:s,icon:p,id:m=K("tooltip"),...f}=e;return(0,Pt.jsxs)("div",{...f,className:i(e.className,Fi,w(Fi,{themeColor:a}),{"k-tooltip-closable":t}),role:"tooltip",id:m,children:[p&&(0,Pt.jsx)(L,{className:"k-tooltip-icon",icon:p}),(0,Pt.jsxs)("div",{className:"k-tooltip-content",children:[r&&(0,Pt.jsx)("div",{className:"k-tooltip-title",children:r}),s]}),t&&(0,Pt.jsx)("div",{className:"k-tooltip-button",role:"button","aria-label":"Close",tabIndex:0,children:(0,Pt.jsx)(L,{icon:"x"})}),o&&(0,Pt.jsx)("div",{className:i("k-callout",{[`k-callout-${Yi.calloutMap[o]||o}`]:o})})]})};De.states=cb;De.options=mb;De.className=Fi;De.defaultOptions=cp;De.moduleName=zi;De.folderName=dp;De.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 Ui=De;var up=require("react/jsx-runtime"),mp=e=>(0,up.jsx)(Ui,{content:"Tooltip Content",...e});var ub=require("react/jsx-runtime");var Wo=require("react/jsx-runtime"),fb={...De.options,closable:{type:"boolean"},callout:["none","top","bottom","left","right"]},bb=De.states,fp={...De.defaultOptions,callout:"top"},hb=[],Xo=e=>{let{callout:t="top",...o}={...fp,...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:r,left:s,calloutDirection:p}=a[t]||{};return(0,Wo.jsxs)("div",{style:{position:"absolute"},children:[(0,Wo.jsx)(Ze,{style:{top:r,left:s},children:(0,Wo.jsx)(mp,{style:{width:"86px",textAlign:"center"},callout:p,content:"Content",...o})}),(0,Wo.jsx)(d,{text:"Show"})]})};Xo.options=fb;Xo.states=bb;Xo.variants=hb;Xo.defaultOptions=fp;Xo.modifiers=[];Xo.className=De.className;var n=require("react/jsx-runtime"),Gi=[(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"Invoice #52 - 06/23/2015"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"ID"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"Product"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"Quantity"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"Price"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"Tax"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"Amount"})}),(0,n.jsx)("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"}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"216321"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"Calzone"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"1"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$12.39"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$2.48"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$14.87"})})}),(0,n.jsx)("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"}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"546897"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"Margarita"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"2"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$8.79"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$3.52"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$21.10"})})}),(0,n.jsx)("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"}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"456231"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"Pollo Formaggio"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"1"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$13.99"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$2.80"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$16.79"})})}),(0,n.jsx)("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"}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"455873"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"Greek Salad"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"1"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$9.49"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$1.90"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$11.39"})})}),(0,n.jsx)("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"}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"456892"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"Spinach and Blue Cheese"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"3"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$11.49"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$6.89"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$41.36"})})}),(0,n.jsx)("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"}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"546564"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"Rigoletto"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"1"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$10.99"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$2.20"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$13.19"})})}),(0,n.jsx)("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"}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"789455"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"Creme Brulee"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"5"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$6.99"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$6.99"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$41.94"})})}),(0,n.jsx)("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"}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"123002"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"Radeberger Beer"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"4"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$4.99"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$3.99"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$23.95"})})}),(0,n.jsx)("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"}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"564896"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"Budweiser Beer"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:"3"})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$4.49"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$2.69"})})}),(0,n.jsx)("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:(0,n.jsx)("div",{className:"k-vertical-align-center",children:(0,n.jsx)("span",{children:"$16.16"})})}),(0,n.jsx)("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"}),(0,n.jsx)("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"}),(0,n.jsx)("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"}),(0,n.jsx)("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"}),(0,n.jsx)("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"}),(0,n.jsx)("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"}),(0,n.jsx)("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"}),(0,n.jsx)("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"}),(0,n.jsx)("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"}),(0,n.jsx)("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"}),(0,n.jsx)("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"}),(0,n.jsx)("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"}),(0,n.jsx)("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"}),(0,n.jsx)("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"}),(0,n.jsx)("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"})],bp=[(0,n.jsx)("div",{className:"k-spreadsheet-vaxis",style:{left:0,height:"405px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-vaxis",style:{left:"100px",height:"405px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-vaxis",style:{left:"315px",height:"405px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-vaxis",style:{left:"430px",height:"405px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-vaxis",style:{left:"545px",height:"405px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-vaxis",style:{left:"660px",height:"405px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-vaxis",style:{left:"815px",height:"405px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-vaxis",style:{left:"879px",height:"405px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-vaxis",style:{left:"943px",height:"405px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-vaxis",style:{left:"1007px",height:"405px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-vaxis",style:{left:"1071px",height:"405px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-vaxis",style:{left:"1135px",height:"405px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-vaxis",style:{left:"1199px",height:"405px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-haxis",style:{top:"0px",width:"1199px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-haxis",style:{top:"70px",width:"1199px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-haxis",style:{top:"95px",width:"1199px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-haxis",style:{top:"125px",width:"1199px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-haxis",style:{top:"155px",width:"1199px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-haxis",style:{top:"185px",width:"1199px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-haxis",style:{top:"215px",width:"1199px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-haxis",style:{top:"245px",width:"1199px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-haxis",style:{top:"275px",width:"1199px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-haxis",style:{top:"305px",width:"1199px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-haxis",style:{top:"335px",width:"1199px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-haxis",style:{top:"365px",width:"1199px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-haxis",style:{top:"395px",width:"1199px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-haxis",style:{top:"426px",width:"1199px"}}),(0,n.jsx)("div",{className:"k-spreadsheet-disabled-mask",style:{top:"1px",width:"878px",left:"1px",height:"69px"}})];var $=require("react/jsx-runtime"),hp="k-spreadsheet-column-header",xb=[],vb={},xp={configureSelection:{A:"partial"}},Jo=e=>{let{configureSelection:t=xp.configureSelection,...o}=e,a=[(0,$.jsx)("div",{style:{position:"absolute",left:"0px",width:"100px",height:"30px"},children:(0,$.jsx)("div",{className:"k-vertical-align-center",children:"A"})}),(0,$.jsx)("div",{style:{position:"absolute",left:"100px",width:"215px",height:"30px"},children:(0,$.jsx)("div",{className:"k-vertical-align-center",children:"B"})}),(0,$.jsx)("div",{style:{position:"absolute",left:"315px",width:"115px",height:"30px"},children:(0,$.jsx)("div",{className:"k-vertical-align-center",children:"C"})}),(0,$.jsx)("div",{style:{position:"absolute",left:"430px",width:"115px",height:"30px"},children:(0,$.jsx)("div",{className:"k-vertical-align-center",children:"D"})}),(0,$.jsx)("div",{style:{position:"absolute",left:"545px",width:"115px",height:"30px"},children:(0,$.jsx)("div",{className:"k-vertical-align-center",children:"E"})}),(0,$.jsx)("div",{style:{position:"absolute",left:"660px",width:"155px",height:"30px"},children:(0,$.jsx)("div",{className:"k-vertical-align-center",children:"F"})}),(0,$.jsx)("div",{style:{position:"absolute",left:"815px",width:"64px",height:"30px"},children:(0,$.jsx)("div",{className:"k-vertical-align-center",children:"G"})}),(0,$.jsx)("div",{style:{position:"absolute",left:"879px",width:"64px",height:"30px"},children:(0,$.jsx)("div",{className:"k-vertical-align-center",children:"H"})}),(0,$.jsx)("div",{style:{position:"absolute",left:"943px",width:"64px",height:"30px"},children:(0,$.jsx)("div",{className:"k-vertical-align-center",children:"I"})}),(0,$.jsx)("div",{style:{position:"absolute",left:"1007px",width:"64px",height:"30px"},children:(0,$.jsx)("div",{className:"k-vertical-align-center",children:"J"})}),(0,$.jsx)("div",{style:{position:"absolute",left:"1071px",width:"64px",height:"30px"},children:(0,$.jsx)("div",{className:"k-vertical-align-center",children:"K"})}),(0,$.jsx)("div",{style:{position:"absolute",left:"1135px",width:"64px",height:"30px"},children:(0,$.jsx)("div",{className:"k-vertical-align-center",children:"L"})})],s=t?((p,m)=>p.map((f,h)=>{let x=f.props.children.props.children;return(0,$.jsx)("div",{style:f.props.style,className:i({"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(0,$.jsx)("div",{...o,className:i(hp,e.className),children:s})};Jo.states=xb;Jo.options=vb;Jo.className=hp;Jo.defaultOptions=xp;var F=require("react/jsx-runtime"),vp="k-spreadsheet-row-header",gb=[],kb={},gp={configureSelection:{1:"partial"}},qo=e=>{let{configureSelection:t=gp.configureSelection,...o}=e,a=[(0,F.jsx)("div",{style:{width:"30px",height:"70px"},children:(0,F.jsx)("div",{className:"k-vertical-align-center",children:"1"})}),(0,F.jsx)("div",{style:{width:"30px",height:"25px"},children:(0,F.jsx)("div",{className:"k-vertical-align-center",children:"2"})}),(0,F.jsx)("div",{style:{width:"30px",height:"30px"},children:(0,F.jsx)("div",{className:"k-vertical-align-center",children:"3"})}),(0,F.jsx)("div",{style:{width:"30px",height:"30px"},children:(0,F.jsx)("div",{className:"k-vertical-align-center",children:"4"})}),(0,F.jsx)("div",{style:{width:"30px",height:"30px"},children:(0,F.jsx)("div",{className:"k-vertical-align-center",children:"5"})}),(0,F.jsx)("div",{style:{width:"30px",height:"30px"},children:(0,F.jsx)("div",{className:"k-vertical-align-center",children:"6"})}),(0,F.jsx)("div",{style:{width:"30px",height:"30px"},children:(0,F.jsx)("div",{className:"k-vertical-align-center",children:"7"})}),(0,F.jsx)("div",{style:{width:"30px",height:"30px"},children:(0,F.jsx)("div",{className:"k-vertical-align-center",children:"8"})}),(0,F.jsx)("div",{style:{width:"30px",height:"30px"},children:(0,F.jsx)("div",{className:"k-vertical-align-center",children:"9"})}),(0,F.jsx)("div",{style:{width:"30px",height:"30px"},children:(0,F.jsx)("div",{className:"k-vertical-align-center",children:"10"})}),(0,F.jsx)("div",{style:{width:"30px",height:"30px"},children:(0,F.jsx)("div",{className:"k-vertical-align-center",children:"11"})}),(0,F.jsx)("div",{style:{width:"30px",height:"30px"},children:(0,F.jsx)("div",{className:"k-vertical-align-center",children:"12"})}),(0,F.jsx)("div",{style:{width:"30px",height:"30px"},children:(0,F.jsx)("div",{className:"k-vertical-align-center",children:"13"})})],s=t?((p,m)=>p.map((f,h)=>{let x=f.props.children.props.children;return(0,F.jsx)("div",{style:f.props.style,className:i({"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(0,F.jsx)("div",{...o,className:i(vp,e.className),children:s})};qo.states=gb;qo.options=kb;qo.className=vp;qo.defaultOptions=gp;var kp=or(require("react"));var $i=require("react/jsx-runtime"),Np="k-spreadsheet-data",Nb=[],Sb={},Lb={},Yo=e=>{let{activeCellIndex:t,...o}=e,r=t?((p,m)=>p.map((f,h)=>h===m?(0,$i.jsx)("div",{style:f.props.style,className:i(f.props.className,"k-spreadsheet-active-cell"),children:f.props.children},h):f))(Gi,t):Gi,s=[...bp,...r].map((p,m)=>p.key?p:kp.cloneElement(p,{key:m}));return(0,$i.jsx)("div",{...o,className:i(Np,e.className),children:s})};Yo.states=Nb;Yo.options=Sb;Yo.className=Np;Yo.defaultOptions=Lb;var Lp=require("react/jsx-runtime"),Sp="k-spreadsheet-legacy",yb=[],Mb={},Ab={},Qo=e=>{let{...t}=e;return(0,Lp.jsx)("div",{...t,className:i(e.className,Sp),children:e.children})};Qo.states=yb;Qo.options=Mb;Qo.className=Sp;Qo.defaultOptions=Ab;Qo.moduleName=jo;Qo.folderName=Ma;var Vi=require("react/jsx-runtime");var Jt=require("react/jsx-runtime"),wb={},Ib=[],Tb=[],Eb={},Cb=[],Zo=()=>(0,Jt.jsxs)(Wi,{style:{height:"415px",width:"80%"},children:[(0,Jt.jsx)(Et,{}),(0,Jt.jsx)(Nt,{}),(0,Jt.jsx)(Rt,{selection:(0,Jt.jsx)("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}),(0,Jt.jsx)(Bt,{})]});Zo.options=wb;Zo.states=Ib;Zo.variants=Tb;Zo.defaultOptions=Eb;Zo.modifiers=Cb;Zo.className=Je.className;var W=require("react/jsx-runtime"),yp="k-spreadsheet-view",Ob=[],Bb={},Pb={},Rt=e=>{let{selectionHighlight:t,rowHeaderSelection:o,columnHeaderSelection:a,cellEditor:r,activeCellIndex:s,selection:p,filter:m,...f}=e;return(0,W.jsxs)("div",{...f,className:i(yp,e.className),children:[(0,W.jsxs)("div",{className:"k-spreadsheet-fixed-container",children:[(0,W.jsxs)("div",{style:{top:0,left:0,height:"100%",width:"100%"},className:"k-spreadsheet-pane k-top k-left",children:[(0,W.jsx)(Yo,{activeCellIndex:s,style:{position:"relative",left:"30px",top:"30px"}}),(0,W.jsx)("div",{className:"k-selection-wrapper",children:p}),(0,W.jsx)("div",{className:"k-auto-fill-wrapper"}),(0,W.jsx)("div",{className:"k-selection-wrapper",children:t}),(0,W.jsx)("div",{className:"k-filter-wrapper",children:m}),(0,W.jsx)(qo,{configureSelection:o,style:{width:"30px",top:"30px"}}),(0,W.jsx)(Jo,{configureSelection:a,style:{top:"0px",left:"30px",width:"1199px",height:"30px"}})]}),r,(0,W.jsx)("div",{style:{width:"30px",height:"30px"},className:"k-spreadsheet-top-corner"})]}),(0,W.jsx)("div",{className:"k-spreadsheet-scroller",children:(0,W.jsx)("div",{className:"k-spreadsheet-view-size",style:{height:"6080px",width:"3663px"}})}),(0,W.jsx)("div",{className:"k-spreadsheet-clipboard",children:(0,W.jsxs)("table",{style:{left:"0px",top:"0px",height:"30px",width:"100px"},className:"kendo-clipboard-eb8ea401-ab97-4190-8fb2-b3b83b299a9f",role:"presentation",children:[(0,W.jsx)("colgroup",{children:(0,W.jsx)("col",{style:{width:"100px"}})}),(0,W.jsx)("tbody",{children:(0,W.jsx)("tr",{style:{height:"30px"},children:(0,W.jsx)("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"})})})]})}),!r&&(0,W.jsx)("div",{className:"k-spreadsheet-cell-editor k-spreadsheet-formula-input","data-role":"formulainput",style:{whiteSpace:"pre"},children:"216321"}),(0,W.jsx)(De,{content:"A1",style:{position:"absolute",display:"none"}}),(0,W.jsx)("div",{className:"k-list-group-sticky-header",style:{display:"none"}}),(0,W.jsx)("div",{className:"k-list-content k-list-scroller",unselectable:"on"})]})};Rt.states=Ob;Rt.options=Bb;Rt.className=yp;Rt.defaultOptions=Pb;var ct=require("react/jsx-runtime"),Wi=e=>(0,ct.jsx)(Je,{children:(0,ct.jsxs)(ct.Fragment,{children:[(0,ct.jsx)(Et,{}),(0,ct.jsx)(Nt,{}),(0,ct.jsx)(Rt,{selection:(0,ct.jsx)("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}),(0,ct.jsx)(Bt,{})]}),...e});