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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (160) hide show
  1. package/dist/cjs/chat/chat-message.js +1 -1
  2. package/dist/cjs/chat/chat.spec.js +1 -1
  3. package/dist/cjs/chat/demos/chat.js +1 -1
  4. package/dist/cjs/chat/templates/chat-empty.js +1 -1
  5. package/dist/cjs/chat/templates/chat-expandable.js +1 -1
  6. package/dist/cjs/chat/templates/chat-failed.js +1 -1
  7. package/dist/cjs/chat/templates/chat-message-skeleton.js +1 -1
  8. package/dist/cjs/chat/templates/chat-message-toolbar.js +1 -1
  9. package/dist/cjs/chat/templates/chat-normal.js +1 -1
  10. package/dist/cjs/chat/templates/chat-pinned.js +1 -1
  11. package/dist/cjs/chat/templates/chat-stop-response.js +1 -1
  12. package/dist/cjs/chat/templates/chat-textarea-file.js +1 -1
  13. package/dist/cjs/chat/templates/chat-typing.js +1 -1
  14. package/dist/cjs/chat/templates/chat-upload.js +1 -1
  15. package/dist/cjs/editor/demos/editor.js +1 -1
  16. package/dist/cjs/editor/templates/editor-normal.js +1 -1
  17. package/dist/cjs/editor/templates/editor-resizable.js +1 -1
  18. package/dist/cjs/editor/templates/editor-responsive-toolbar.js +1 -1
  19. package/dist/cjs/imageeditor/templates/imageeditor-crop.js +1 -1
  20. package/dist/cjs/imageeditor/templates/imageeditor-resize.js +1 -1
  21. package/dist/cjs/index.js +8 -8
  22. package/dist/cjs/prompt/demos/prompt.js +1 -1
  23. package/dist/cjs/prompt/templates/prompt-inline-input-only.js +1 -1
  24. package/dist/cjs/prompt/templates/prompt-inline.js +1 -1
  25. package/dist/cjs/prompt/templates/prompt-more-actions.js +1 -1
  26. package/dist/cjs/prompt/templates/prompt-normal.js +1 -1
  27. package/dist/cjs/prompt/templates/prompt-output.js +1 -1
  28. package/dist/cjs/prompt/templates/prompt-popup.js +1 -1
  29. package/dist/cjs/prompt/templates/prompt-settings.js +1 -1
  30. package/dist/cjs/prompt/templates/prompt-suggestions.js +1 -1
  31. package/dist/cjs/prompt-box/prompt-box.spec.js +1 -1
  32. package/dist/cjs/prompt-box/templates/prompt-box-auto-expanded.js +1 -1
  33. package/dist/cjs/prompt-box/templates/prompt-box-auto.js +1 -1
  34. package/dist/cjs/prompt-box/templates/prompt-box-multi.js +1 -1
  35. package/dist/cjs/prompt-box/templates/prompt-box-single.js +1 -1
  36. package/dist/cjs/prompt-box/templates/prompt-box-stop-response.js +1 -1
  37. package/dist/cjs/rating/demos/rating.js +1 -1
  38. package/dist/cjs/rating/rating-item.js +1 -1
  39. package/dist/cjs/rating/rating.spec.js +1 -1
  40. package/dist/cjs/rating/templates/rating-disabled.js +1 -1
  41. package/dist/cjs/rating/templates/rating-normal.js +1 -1
  42. package/dist/cjs/rating/templates/rating-readonly.js +1 -1
  43. package/dist/cjs/rating/templates/rating-with-label.js +1 -1
  44. package/dist/cjs/smart-box/smart-box-send-button.js +1 -1
  45. package/dist/cjs/smart-box/templates/smart-box-disabled-send.js +1 -1
  46. package/dist/cjs/smart-box/templates/smart-box-normal.js +1 -1
  47. package/dist/cjs/smart-box/templates/smart-box-opened-focused.js +1 -1
  48. package/dist/cjs/smart-box/templates/smart-box-processing.js +1 -1
  49. package/dist/cjs/speech-to-text-button/demos/speech-to-text-button.js +1 -1
  50. package/dist/cjs/speech-to-text-button/speech-to-text-button.spec.js +1 -1
  51. package/dist/cjs/speech-to-text-button/templates/speech-to-text-button-listening.js +1 -1
  52. package/dist/cjs/speech-to-text-button/templates/speech-to-text-button-normal.js +1 -1
  53. package/dist/cjs/spreadsheet/demos/spreadsheet.js +1 -1
  54. package/dist/cjs/spreadsheet/spreadsheet-header.js +1 -1
  55. package/dist/cjs/spreadsheet/spreadsheet-sheets-bar.js +1 -1
  56. package/dist/cjs/spreadsheet/spreadsheet-view.js +1 -1
  57. package/dist/cjs/spreadsheet/templates/spreadsheet-formula-open.js +1 -1
  58. package/dist/cjs/spreadsheet/templates/spreadsheet-normal.js +1 -1
  59. package/dist/esm/chat/chat-message.mjs +1 -1
  60. package/dist/esm/chat/chat.spec.mjs +1 -1
  61. package/dist/esm/chat/demos/chat.mjs +1 -1
  62. package/dist/esm/chat/templates/chat-empty.mjs +1 -1
  63. package/dist/esm/chat/templates/chat-expandable.mjs +1 -1
  64. package/dist/esm/chat/templates/chat-failed.mjs +1 -1
  65. package/dist/esm/chat/templates/chat-message-skeleton.mjs +1 -1
  66. package/dist/esm/chat/templates/chat-message-toolbar.mjs +1 -1
  67. package/dist/esm/chat/templates/chat-normal.mjs +1 -1
  68. package/dist/esm/chat/templates/chat-pinned.mjs +1 -1
  69. package/dist/esm/chat/templates/chat-stop-response.mjs +1 -1
  70. package/dist/esm/chat/templates/chat-textarea-file.mjs +1 -1
  71. package/dist/esm/chat/templates/chat-typing.mjs +1 -1
  72. package/dist/esm/chat/templates/chat-upload.mjs +1 -1
  73. package/dist/esm/editor/demos/editor.mjs +1 -1
  74. package/dist/esm/editor/templates/editor-normal.mjs +1 -1
  75. package/dist/esm/editor/templates/editor-resizable.mjs +1 -1
  76. package/dist/esm/editor/templates/editor-responsive-toolbar.mjs +1 -1
  77. package/dist/esm/imageeditor/templates/imageeditor-crop.mjs +1 -1
  78. package/dist/esm/imageeditor/templates/imageeditor-resize.mjs +1 -1
  79. package/dist/esm/index.mjs +8 -8
  80. package/dist/esm/prompt/demos/prompt.mjs +1 -1
  81. package/dist/esm/prompt/templates/prompt-inline-input-only.mjs +1 -1
  82. package/dist/esm/prompt/templates/prompt-inline.mjs +1 -1
  83. package/dist/esm/prompt/templates/prompt-more-actions.mjs +1 -1
  84. package/dist/esm/prompt/templates/prompt-normal.mjs +1 -1
  85. package/dist/esm/prompt/templates/prompt-output.mjs +1 -1
  86. package/dist/esm/prompt/templates/prompt-popup.mjs +1 -1
  87. package/dist/esm/prompt/templates/prompt-settings.mjs +1 -1
  88. package/dist/esm/prompt/templates/prompt-suggestions.mjs +1 -1
  89. package/dist/esm/prompt-box/prompt-box.spec.mjs +1 -1
  90. package/dist/esm/prompt-box/templates/prompt-box-auto-expanded.mjs +1 -1
  91. package/dist/esm/prompt-box/templates/prompt-box-auto.mjs +1 -1
  92. package/dist/esm/prompt-box/templates/prompt-box-multi.mjs +1 -1
  93. package/dist/esm/prompt-box/templates/prompt-box-single.mjs +1 -1
  94. package/dist/esm/prompt-box/templates/prompt-box-stop-response.mjs +1 -1
  95. package/dist/esm/rating/demos/rating.mjs +1 -1
  96. package/dist/esm/rating/rating-item.mjs +1 -1
  97. package/dist/esm/rating/rating.spec.mjs +1 -1
  98. package/dist/esm/rating/templates/rating-disabled.mjs +1 -1
  99. package/dist/esm/rating/templates/rating-normal.mjs +1 -1
  100. package/dist/esm/rating/templates/rating-readonly.mjs +1 -1
  101. package/dist/esm/rating/templates/rating-with-label.mjs +1 -1
  102. package/dist/esm/smart-box/smart-box-send-button.mjs +1 -1
  103. package/dist/esm/smart-box/templates/smart-box-disabled-send.mjs +1 -1
  104. package/dist/esm/smart-box/templates/smart-box-normal.mjs +1 -1
  105. package/dist/esm/smart-box/templates/smart-box-opened-focused.mjs +1 -1
  106. package/dist/esm/smart-box/templates/smart-box-processing.mjs +1 -1
  107. package/dist/esm/speech-to-text-button/demos/speech-to-text-button.mjs +1 -1
  108. package/dist/esm/speech-to-text-button/speech-to-text-button.spec.mjs +1 -1
  109. package/dist/esm/speech-to-text-button/templates/speech-to-text-button-listening.mjs +1 -1
  110. package/dist/esm/speech-to-text-button/templates/speech-to-text-button-normal.mjs +1 -1
  111. package/dist/esm/spreadsheet/demos/spreadsheet.mjs +1 -1
  112. package/dist/esm/spreadsheet/spreadsheet-header.mjs +1 -1
  113. package/dist/esm/spreadsheet/spreadsheet-sheets-bar.mjs +1 -1
  114. package/dist/esm/spreadsheet/spreadsheet-view.mjs +1 -1
  115. package/dist/esm/spreadsheet/templates/spreadsheet-formula-open.mjs +1 -1
  116. package/dist/esm/spreadsheet/templates/spreadsheet-normal.mjs +1 -1
  117. package/package.json +3 -3
  118. package/src/_preview/tests/preview-components.tsx +2 -2
  119. package/src/chat/chat-message.tsx +3 -3
  120. package/src/chat/chat.spec.tsx +2 -2
  121. package/src/chat/tests/chat-files-layout.tsx +8 -8
  122. package/src/chat/tests/chat-files-pin.tsx +2 -2
  123. package/src/chat/tests/chat-files.tsx +6 -6
  124. package/src/chat/tests/chat-message-toolbar.tsx +2 -2
  125. package/src/colorpicker/tests/colorpicker-size-rounded.tsx +34 -0
  126. package/src/drawer/tests/drawer-item-states.tsx +3 -3
  127. package/src/editor/demos/editor.tsx +1 -1
  128. package/src/editor/templates/editor-normal.tsx +1 -1
  129. package/src/editor/templates/editor-resizable.tsx +1 -1
  130. package/src/editor/templates/editor-responsive-toolbar.tsx +1 -1
  131. package/src/editor/tests/editor-table-wizard.tsx +1 -1
  132. package/src/editor/tests/editor.tsx +2 -2
  133. package/src/grid/tests/grid-assistant-window.tsx +4 -4
  134. package/src/grid/tests/grid-row-pinning-adaptive.tsx +1 -1
  135. package/src/grid/tests/grid-semantic-search-popup.tsx +10 -10
  136. package/src/grid/tests/grid-toolbar.tsx +2 -2
  137. package/src/imageeditor/templates/imageeditor-crop.tsx +1 -1
  138. package/src/imageeditor/templates/imageeditor-resize.tsx +1 -1
  139. package/src/prompt/demos/prompt.tsx +4 -4
  140. package/src/prompt/templates/prompt-inline.tsx +1 -1
  141. package/src/prompt/templates/prompt-output.tsx +4 -4
  142. package/src/prompt/tests/prompt-inline-response-generation.tsx +2 -2
  143. package/src/prompt-box/prompt-box.spec.tsx +1 -1
  144. package/src/prompt-box/tests/prompt-box-affixes.tsx +8 -8
  145. package/src/prompt-box/tests/prompt-box-files.tsx +2 -2
  146. package/src/rating/rating-item.tsx +20 -5
  147. package/src/smart-box/smart-box-send-button.tsx +1 -1
  148. package/src/smart-box/templates/smart-box-disabled-send.tsx +1 -1
  149. package/src/smart-box/templates/smart-box-normal.tsx +1 -1
  150. package/src/smart-box/templates/smart-box-opened-focused.tsx +1 -1
  151. package/src/smart-box/templates/smart-box-processing.tsx +1 -1
  152. package/src/speech-to-text-button/speech-to-text-button.spec.tsx +2 -2
  153. package/src/spreadsheet/spreadsheet-header.tsx +1 -1
  154. package/src/spreadsheet/spreadsheet-sheets-bar.tsx +8 -8
  155. package/src/spreadsheet/tests/spreadsheet-tools.tsx +1 -1
  156. package/src/toolbar/tests/toolbar-fill-modes.tsx +2 -2
  157. package/dist/types/loader/tests/loader-container-overlay.d.ts +0 -2
  158. package/src/colorpicker/tests/colorpicker-size.tsx +0 -28
  159. package/src/loader/tests/loader-container-overlay.tsx +0 -30
  160. /package/dist/types/colorpicker/tests/{colorpicker-size.d.ts → colorpicker-size-rounded.d.ts} +0 -0
@@ -1 +1 @@
1
- var gp=Object.create;var mr=Object.defineProperty;var vp=Object.getOwnPropertyDescriptor;var Cp=Object.getOwnPropertyNames;var Lp=Object.getPrototypeOf,Mp=Object.prototype.hasOwnProperty;var Sp=(e,t)=>{for(var o in t)mr(e,o,{get:t[o],enumerable:!0})},is=(e,t,o,a)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of Cp(t))!Mp.call(e,r)&&r!==o&&mr(e,r,{get:()=>t[r],enumerable:!(a=vp(t,r))||a.enumerable});return e};var Zr=(e,t,o)=>(o=e!=null?gp(Lp(e)):{},is(t||!e||!e.__esModule?mr(o,"default",{value:e,enumerable:!0}):o,e)),Ap=e=>is(mr({},"__esModule",{value:!0}),e);var GN={};Sp(GN,{PromptSuggestions:()=>UN});module.exports=Ap(GN);var n=(...e)=>e.filter(t=>t!==!0&&!!t).map(t=>Array.isArray(t)?n(...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 T=(e,t)=>n({[`${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"}),A=(e,t)=>{let{valid:o,invalid:a,hover:r,focus:s,checked:l,active:p,selected:h,disabled:x,indeterminate:g,loading:k,empty:m,readonly:C,highlighted:v,...M}=t;return n({"k-valid":o,"k-invalid":a,"k-hover":r,"k-focus":s,"k-checked":l,"k-active":p,"k-selected":h,"k-disabled":x,"k-indeterminate":g&&!l,"k-loading":k,"k-empty":m,"k-readonly":C,"k-highlighted":v},Object.keys(M).reduce((O,I)=>(I.startsWith("k-")?O[I]=M[I]:O[`k-${I}`]=M[I],O),{}))};function ss(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"},u={undefined:void 0,none:"none",small:"small",medium:"medium",large:"large",full:"full"},f={undefined:void 0,solid:"solid",flat:"flat",outline:"outline",clear:"clear",link:"link"},N={undefined:void 0,inherit:"inherit",base:"base",primary:"primary",secondary:"secondary",tertiary:"tertiary",info:"info",success:"success",warning:"warning",error:"error",inverse:"inverse"},i={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"},ls={calloutMap:{top:"n",bottom:"s",left:"w",right:"e"},orientationMap:{vertical:"vstack",horizontal:"hstack"}};var jr={};function y(e){return jr[e]=(jr[e]||0)+1,`k-${e}-${jr[e]}`}var en="action-buttons",ds=en;var cs=require("react/jsx-runtime"),ur="k-actions",Ip=[],Tp={},tn={alignment:"start",orientation:"horizontal"},U=e=>{let{alignment:t=tn.alignment,orientation:o=tn.orientation,...a}=e;return(0,cs.jsx)("div",{...a,className:n(ur,{[`${ur}-${t}`]:t,[`${ur}-${o}`]:o},e.className),children:e.children})};U.states=Ip;U.options=Tp;U.className=ur;U.defaultOptions=tn;U.moduleName=en;U.folderName=ds;var Ba=require("react/jsx-runtime"),on="k-font-icon",yp=[],Ep={size:[c.undefined,c.xsmall,c.small,c.medium,c.large,c.xlarge,c.xxlarge,c.xxxlarge],themeColor:[N.undefined,N.base,N.primary,N.secondary,N.tertiary,N.success,N.warning,N.error,N.info]},Op={},Pa=e=>{let{size:t,themeColor:o,icon:a,rotate:r,flip:s,...l}=e;return a?(0,Ba.jsx)("span",{...l,className:n(e.className,on,T(on,{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,Ba.jsx)(Ba.Fragment,{})};Pa.states=yp;Pa.options=Ep;Pa.className=on;Pa.defaultOptions=Op;var ps=Pa;var ho=require("react/jsx-runtime"),an="k-svg-icon",Bp=[],Pp={size:[c.undefined,c.xsmall,c.small,c.medium,c.large,c.xlarge,c.xxlarge,c.xxxlarge],themeColor:[N.undefined,N.base,N.primary,N.secondary,N.tertiary,N.success,N.warning,N.error,N.info]},ms={viewBox:"0 0 24 24"},wa=e=>{let{size:t,themeColor:o,rotate:a,flip:r,viewBox:s=ms.viewBox,icon:l,...p}=e;if(!l)return(0,ho.jsx)(ho.Fragment,{});if(l==="none")return(0,ho.jsx)("span",{...p,className:n(e.className,an,T("k-icon",{size:t}),"k-none"),"aria-hidden":"true"});let h=typeof l=="object"&&l.name&&l.name;return(0,ho.jsx)("span",{...p,className:n(e.className,an,T("k-icon",{size:t}),{[`k-svg-i-${h}`]:h,[`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,ho.jsx)("svg",{"aria-hidden":!0,focusable:!1,xmlns:"http://www.w3.org/2000/svg",viewBox:typeof l=="object"?l.viewBox:s,dangerouslySetInnerHTML:typeof l=="object"?{__html:l.content}:void 0,children:l?void 0:e.children})})};wa.states=Bp;wa.options=Pp;wa.className=an;wa.defaultOptions=ms;var rn=wa;var nn=Zr(require("@progress/kendo-svg-icons"));var us="icon",fs="icons";var xs=require("react");var bs=require("react"),hs=(0,bs.createContext)({iconsType:"svg"});var zt=require("react/jsx-runtime"),fr="k-icon",wp=e=>e.replace(/([-_][a-z0-9])/gi,t=>t.toUpperCase().replace("-","").replace("_","")),Rp=[],Kp={size:[c.undefined,c.xsmall,c.small,c.medium,c.large,c.xlarge,c.xxlarge,c.xxxlarge],themeColor:[N.undefined,N.base,N.primary,N.secondary,N.tertiary,N.success,N.warning,N.error,N.info]},sn={viewBox:"0 0 24 24",type:"svg"},L=e=>{let{iconsType:t}=(0,xs.useContext)(hs),{size:o,themeColor:a,icon:r,type:s=t||sn.type,rotate:l,flip:p,viewBox:h=sn.viewBox,...x}=e;if(!r)return(0,zt.jsx)(zt.Fragment,{});if((t||s)==="svg"){if(r==="none")return(0,zt.jsx)(rn,{...x,className:n(e.className,fr),icon:r,size:o});let k=nn[r]?r:wp(`${r}-icon`);return nn[k]?(0,zt.jsx)(rn,{...x,className:n(e.className,fr),icon:nn[k],size:o,themeColor:a,rotate:l,flip:p,viewBox:h}):(0,zt.jsx)(zt.Fragment,{})}return(0,zt.jsx)(ps,{...x,className:n(e.className,fr),icon:r,size:o,themeColor:a,rotate:l,flip:p})};L.states=Rp;L.options=Kp;L.defaultOptions=sn;L.className=fr;L.moduleName=us;L.folderName=fs;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 ln="button",Ns=ln;var Mt=require("react/jsx-runtime"),Ra="k-button",_p=["icon-button"],Dp=[i.hover,i.focus,i.active,i.selected,i.disabled,i.generating],Hp={size:[c.undefined,c.xsmall,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full],fillMode:[f.undefined,f.solid,f.flat,f.outline,f.clear,f.link],themeColor:[N.undefined,N.base,N.primary,N.secondary,N.tertiary,N.success,N.warning,N.error,N.info,N.inverse]},dn={showArrow:!1,arrowIconName:"chevron-down"},d=e=>{let{as:t="button",size:o,rounded:a,fillMode:r,themeColor:s,showArrow:l=dn.showArrow,arrowIconName:p=dn.arrowIconName,variant:h,hover:x,focus:g,active:k,selected:m,disabled:C,togglable:v,ariaDisabled:M,icon:O,text:I,iconClassName:K,className:Q,...xe}=e,ve=O!==void 0,Ce=e.children!==void 0;return(0,Mt.jsxs)(t,{className:n(Q,Ra,ss(Ra,h),T(Ra,{size:o,rounded:a,fillMode:r,themeColor:s}),A(Ra,{hover:x,focus:g,active:k,disabled:C||M,selected:m}),{"k-icon-button":!I&&!Ce&&ve}),...xe,"aria-pressed":v?m?"true":"false":void 0,"aria-disabled":M?"true":void 0,disabled:C||void 0,children:[O&&(0,Mt.jsx)(L,{className:n(K,"k-button-icon"),icon:O}),I?(0,Mt.jsxs)(Mt.Fragment,{children:[I&&(0,Mt.jsx)("span",{className:"k-button-text",children:I}),e.children]}):e.children&&(0,Mt.jsx)("span",{className:"k-button-text",children:e.children}),l&&(0,Mt.jsx)("span",{className:"k-menu-button-arrow k-button-arrow",children:(0,Mt.jsx)(L,{icon:p})})]})};d.states=Dp;d.options=Hp;d.variants=_p;d.className=Ra;d.defaultOptions=dn;d.moduleName=ln;d.folderName=Ns;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 ks=require("react/jsx-runtime"),X=e=>(0,ks.jsx)(d,{icon:"folder",...e,"aria-label":e["aria-label"]||"Folder",children:void 0});var gs=require("react/jsx-runtime"),G=e=>(0,gs.jsx)(d,{icon:"folder",children:"Button",...e});var vs=require("react/jsx-runtime"),xo=e=>(0,vs.jsx)(d,{children:"Button",...e});var br=require("react/jsx-runtime"),zp=d.options,Fp=d.states,Up={...d.defaultOptions,variant:"text"},Gp=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],Vp=[],Bo=e=>{let{variant:t,...o}=e;switch(t){case"icon-only":return(0,br.jsx)(X,{...o,icon:"star"});case"icon-and-text":return(0,br.jsx)(G,{...o,icon:"star",children:"Button"});default:return(0,br.jsx)(xo,{...o,children:"Button"})}};Bo.options=zp;Bo.states=Fp;Bo.variants=Gp;Bo.defaultOptions=Up;Bo.modifiers=Vp;Bo.className=d.className;var cn="button",Cs=cn;var Ls=require("react/jsx-runtime"),Ka="k-button-group",$p=[i.disabled],Xp={fillMode:[f.undefined,f.solid,f.flat,f.outline,f.clear,f.link]},qp={},w=e=>{let{fillMode:t,disabled:o,stretched:a,...r}=e;return(0,Ls.jsx)("div",{role:"group",...r,className:n(e.className,Ka,T(Ka,{fillMode:t}),A(Ka,{disabled:o}),{[`${Ka}-stretched`]:a}),...o&&{"aria-disabled":"true"},children:e.children})};w.states=$p;w.options=Xp;w.className=Ka;w.defaultOptions=qp;w.moduleName=cn;w.folderName=Cs;w.ariaSpec={selector:".k-button-group",rules:[{selector:".k-button-group:not(.k-split-button)",attribute:"role=group",usage:"Sets the proper role for the group of buttons."},{selector:".k-button-group.k-disabled",attribute:"aria-disabled=true",usage:"The attribute is rendered only when the entire button group is disabled."},{selector:".k-button-group:not(.k-split-button):not(.k-scheduler-navigation):not(.k-zoom-control) .k-button",attribute:"aria-pressed (when selected)",usage:"Specifies the current state of the ButtonGroup. Only the selected button within the group will have this attribute set to true."}]};var pn=require("react/jsx-runtime");var mn=require("react/jsx-runtime");var un=require("react/jsx-runtime");var fn=require("react/jsx-runtime");var bn=require("react/jsx-runtime");var hn=require("react/jsx-runtime");var Je=require("react/jsx-runtime"),Wp={...d.options,...w.options},Jp=d.states,Yp={...d.defaultOptions,...w.defaultOptions,variant:"text-button"},Qp=[{name:"icon-button",title:"Icon Only"},{name:"text-button",title:"Text"},{name:"icon-text-button",title:"Icon Text"}],Zp=[],Po=e=>{let{variant:t,className:o,...a}=e;return t==="icon-button"?(0,Je.jsxs)(w,{fillMode:a.fillMode,className:o,children:[(0,Je.jsx)(d,{...a,icon:"star"}),(0,Je.jsx)(d,{...a,icon:"star"}),(0,Je.jsx)(d,{...a,icon:"star"})]}):t==="icon-text-button"?(0,Je.jsxs)(w,{fillMode:a.fillMode,className:o,children:[(0,Je.jsx)(d,{...a,icon:"star",children:"First"}),(0,Je.jsx)(d,{...a,icon:"star",children:"Middle"}),(0,Je.jsx)(d,{...a,icon:"star",children:"Last"})]}):(0,Je.jsxs)(w,{fillMode:a.fillMode,className:o,children:[(0,Je.jsx)(d,{...a,children:"First"}),(0,Je.jsx)(d,{...a,children:"Middle"}),(0,Je.jsx)(d,{...a,children:"Last"})]})};Po.options=Wp;Po.states=Jp;Po.variants=Qp;Po.defaultOptions=Yp;Po.modifiers=Zp;Po.className=w.className;var _a="input",hr=_a;var Ms=require("react/jsx-runtime"),xr="k-input",jp=[i.hover,i.focus,i.valid,i.invalid,i.required,i.disabled,i.loading,i.readonly],em={size:[c.undefined,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full],fillMode:[f.undefined,f.solid,f.flat,f.outline]},tm={},ee=e=>{let{hover:t,focus:o,disabled:a,invalid:r,valid:s,loading:l,readonly:p,size:h,rounded:x,fillMode:g,...k}=e;return(0,Ms.jsx)("span",{...k,className:n(e.className,xr,T(xr,{size:h,rounded:x,fillMode:g}),A(xr,{hover:t,focus:o,disabled:a,invalid:r,valid:s,loading:l,readonly:p}))})};ee.states=jp;ee.options=em;ee.className=xr;ee.defaultOptions=tm;ee.moduleName=_a;ee.folderName=hr;var Ss=require("react/jsx-runtime"),Nr="k-picker",om=[i.hover,i.focus,i.valid,i.invalid,i.required,i.disabled,i.loading,i.readonly],am={size:[c.undefined,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full],fillMode:[f.undefined,f.solid,f.flat,f.outline]},rm={},Bt=e=>{let{hover:t,focus:o,disabled:a,invalid:r,valid:s,loading:l,readonly:p,size:h,rounded:x,fillMode:g,...k}=e;return(0,Ss.jsx)("span",{...k,className:n(e.className,Nr,T(Nr,{size:h,rounded:x,fillMode:g}),A(Nr,{hover:t,focus:o,disabled:a,invalid:r,valid:s,loading:l,readonly:p})),children:e.children})};Bt.states=om;Bt.options=am;Bt.className=Nr;Bt.defaultOptions=rm;Bt.moduleName=_a;Bt.folderName=hr;var wo=require("react/jsx-runtime"),As="k-clear-value",nm=[i.disabled,i.loading,i.readonly],im={},ot=e=>{let{disabled:t,loading:o,readonly:a,value:r}=e;return t||a||o||!r?(0,wo.jsx)(wo.Fragment,{}):(0,wo.jsx)("span",{className:n(e.className,As),children:(0,wo.jsx)(L,{icon:"x"})})};ot.states=nm;ot.options=im;ot.className=As;var Is=require("react/jsx-runtime"),xn="k-input-inner",sm=[],lm={},kr={type:"text",autocomplete:"off",value:"",placeholder:""},at=e=>{let{value:t=kr.value,type:o=kr.type,placeholder:a=kr.placeholder,autocomplete:r=kr.autocomplete,disabled:s,readOnly:l,...p}=e;return(0,Is.jsx)("input",{...p,type:o,className:n(e.className,xn,T(xn,e)),placeholder:a,autoComplete:r,defaultValue:t,disabled:s||void 0,readOnly:l||void 0})};at.states=sm;at.options=lm;at.className=xn;var Da=require("react/jsx-runtime"),Nn="k-input-inner",dm=[],cm={},No=e=>{let{value:t,placeholder:o,showValue:a,valueIcon:r,valueIconName:s,...l}=e;return(0,Da.jsxs)("span",{...l,className:n(e.className,Nn,T(Nn,e)),children:[r,!r&&s&&(0,Da.jsx)(L,{className:"k-input-value-icon",icon:s}),a&&!t&&o,a&&t&&(0,Da.jsx)("span",{className:"k-input-value-text",children:t})]})};No.states=dm;No.options=cm;No.className=Nn;var ys=require("react/jsx-runtime"),kn="k-input-inner",pm=[],mm={},Ts={value:"",placeholder:""},Ha=e=>{let{value:t=Ts.value,placeholder:o=Ts.placeholder,rows:a,disabled:r,...s}=e;return(0,ys.jsx)("textarea",{...s,className:n(e.className,kn,T(kn,e)),placeholder:o,rows:a,defaultValue:t,disabled:r||void 0})};Ha.states=pm;Ha.options=mm;Ha.className=kn;var za=require("react/jsx-runtime"),Es="k-input-loading-icon",um=[i.disabled,i.loading],Ye=e=>{let{disabled:t,loading:o}=e;return t||!o?(0,za.jsx)(za.Fragment,{}):(0,za.jsx)("span",{className:n(e.className,Es,"k-icon k-i-loading")})};Ye.states=um;Ye.className=Es;var Fa=require("react/jsx-runtime"),Os="k-input-validation-icon",fm=[i.valid,i.invalid,i.disabled,i.loading],bm={},ze=e=>{let{valid:t,invalid:o,disabled:a,loading:r}=e,s=o?"warning-circle":"check-circle";return a||r||!!!(t||o)?(0,Fa.jsx)(Fa.Fragment,{}):(0,Fa.jsx)(L,{className:n(Os),icon:s})};ze.states=fm;ze.options=bm;ze.className=Os;var Ua=require("react/jsx-runtime"),hm="k-input-prefix",xm={direction:"horizontal"},Qe=e=>{let{direction:t=xm.direction,...o}=e;return e.children?(0,Ua.jsx)("span",{...o,className:n(hm,e.className,{[`k-input-prefix-${t}`]:t}),children:e.children}):(0,Ua.jsx)(Ua.Fragment,{})};var Ga=require("react/jsx-runtime"),Nm="k-input-suffix",km={direction:"horizontal"},Ze=e=>{let{direction:t=km.direction,...o}=e;return e.children?(0,Ga.jsx)("span",{...o,className:n(Nm,e.className,{[`k-input-suffix-${t}`]:t}),children:e.children}):(0,Ga.jsx)(Ga.Fragment,{})};var gm=require("react/jsx-runtime");var Bs=require("react/jsx-runtime"),vm="k-input-suffix-text",gn=e=>{let{children:t,...o}=e;return(0,Bs.jsx)("span",{...o,className:n(vm,e.className),children:t})};var ws=require("react/jsx-runtime"),Ps="k-input-separator",Cm={direction:"vertical"},Fe=e=>{let{direction:t=Cm.direction,...o}=e;return(0,ws.jsx)("span",{...o,className:n(Ps,e.className,{[`${Ps}-${t}`]:t})})};var Ne=require("react/jsx-runtime"),Lm=ee.states,Mm=ee.defaultOptions,Sm=ee.options,Am=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"},{name:"validation-icon",title:"Validation Icon"},{name:"separators",title:"Separators"}],Im=[],Ro=e=>{let{modifiers:t,valid:o,invalid:a,loading:r,disabled:s,readonly:l,...p}=e,h=t==null?void 0:t.prefix,x=t==null?void 0:t.suffix,g=t==null?void 0:t["clear-button"],k=t==null?void 0:t["validation-icon"],m=t==null?void 0:t.separators;return(0,Ne.jsxs)(ee,{...p,valid:o,invalid:a,loading:r,disabled:s,readonly:l,style:{width:300},children:[h&&(0,Ne.jsxs)(Ne.Fragment,{children:[(0,Ne.jsx)(Qe,{children:(0,Ne.jsx)(L,{icon:"lock"})}),m&&(0,Ne.jsx)(Fe,{})]}),(0,Ne.jsx)(at,{placeholder:"Placeholder",value:"Value"}),k&&(0,Ne.jsx)(ze,{valid:o,invalid:a,loading:r,disabled:s}),(0,Ne.jsx)(Ye,{loading:r,disabled:s}),g&&(0,Ne.jsx)(ot,{loading:r,disabled:s,readonly:l,value:"Value"}),x&&(0,Ne.jsxs)(Ne.Fragment,{children:[m&&(0,Ne.jsx)(Fe,{}),(0,Ne.jsx)(Ze,{children:(0,Ne.jsx)(xo,{size:p.size,fillMode:"clear",children:"Send"})})]})]})};Ro.options=Sm;Ro.states=Lm;Ro.variants=Im;Ro.defaultOptions=Mm;Ro.modifiers=Am;Ro.className=ee.className;var Va=require("react/jsx-runtime"),Rs="k-color-preview",Tm=[],ym={},oo=e=>{let{color:t,iconName:o,...a}=e;return(0,Va.jsxs)("span",{...a,className:n(e.className,Rs,{"k-icon-color-preview":o,"k-no-color":!t}),children:[o&&(0,Va.jsx)(L,{icon:o,className:"k-color-preview-icon"}),(0,Va.jsx)("span",{className:"k-color-preview-mask",style:{backgroundColor:t}})]})};oo.states=Tm;oo.options=ym;oo.className=Rs;var vn="popup",Ks=vn;var Cn=require("react/jsx-runtime"),_s="k-animation-container",Em=[],Om={},Ds={positionMode:"absolute"},Pt=e=>{let{positionMode:t=Ds.positionMode,animationStyle:o,offset:a,...r}=e;return(0,Cn.jsx)("div",{...r,style:{...a,...e.style},className:n(e.className,_s,"k-animation-container-shown",{"k-animation-container-fixed":t==="fixed"}),children:(0,Cn.jsx)("div",{className:"k-child-animation-container",style:o,children:e.children})})};Pt.states=Em;Pt.options=Om;Pt.className=_s;Pt.defaultOptions=Ds;Pt.moduleName=vn;Pt.folderName=Ks;var Ln="popup",Hs=Ln;var Mn=require("react/jsx-runtime"),zs="k-popup",Bm=[],Pm={},Fs={positionMode:"absolute"},V=e=>{let{offset:t,positionMode:o=Fs.positionMode,animationStyle:a,containerClassName:r,containerRole:s,containerAriaLabel:l,...p}=e;return(0,Mn.jsx)(Pt,{positionMode:o,offset:t,animationStyle:a,className:r,role:s,"aria-label":l,children:(0,Mn.jsx)("div",{...p,className:n(e.className,zs),children:e.children})})};V.states=Bm;V.options=Pm;V.className=zs;V.defaultOptions=Fs;V.moduleName=Ln;V.folderName=Hs;V.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 Gs=require("react/jsx-runtime"),wm="k-actionsheet-footer",Us={alignment:"stretched",orientation:"horizontal"},ao=e=>{let{alignment:t=Us.alignment,orientation:o=Us.orientation,template:a,as:r=a?"div":U,...s}=e;return(0,Gs.jsx)(r,{...s,...!a&&{alignment:t,orientation:o},className:n(e.className,wm),children:e.children})};var Sn="searchbox",Vs=Sn;var ro=require("react/jsx-runtime"),$s="k-searchbox",Rm=[i.hover,i.focus,i.valid,i.invalid,i.required,i.disabled,i.loading],Km={size:[c.undefined,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full],fillMode:[f.undefined,f.solid,f.flat,f.outline]},An={showIcon:!0,icon:"search"},bt=e=>{let{value:t,placeholder:o,size:a,rounded:r,fillMode:s,hover:l,focus:p,valid:h,invalid:x,required:g,loading:k,disabled:m,showIcon:C=An.showIcon,icon:v=An.icon,"aria-label":M,...O}=e;return(0,ro.jsxs)(ee,{...O,size:a,rounded:r,fillMode:s,hover:l,focus:p,valid:h,invalid:x,required:g,loading:k,disabled:m,className:n(e.className,$s),children:[C&&(0,ro.jsx)(L,{className:"k-input-icon",icon:v}),(0,ro.jsx)(at,{placeholder:o,value:t,"aria-label":M}),(0,ro.jsx)(Ye,{...e}),(0,ro.jsx)(ze,{...e}),(0,ro.jsx)(ot,{...e})]})};bt.states=Rm;bt.options=Km;bt.className=$s;bt.defaultOptions=An;bt.moduleName=Sn;bt.folderName=Vs;var _m=require("react/jsx-runtime");var In="textbox",Xs=In;var Be=require("react/jsx-runtime"),qs="k-textbox",Dm=[i.hover,i.focus,i.valid,i.invalid,i.required,i.disabled,i.loading,i.readonly],Hm={size:[c.undefined,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full],fillMode:[f.undefined,f.solid,f.flat,f.outline]},gr={showClearButton:!0,showValidationIcon:!0,separators:!0},Le=e=>{let{size:t,rounded:o,fillMode:a,separators:r=gr.separators,showClearButton:s=gr.showClearButton,showValidationIcon:l=gr.showValidationIcon,prefix:p,suffix:h,type:x,value:g,placeholder:k,hover:m,focus:C,valid:v,invalid:M,required:O,loading:I,disabled:K,readonly:Q,id:xe,"aria-label":ve,"aria-describedby":Ce,...He}=e;return(0,Be.jsxs)(ee,{...He,size:t,rounded:o,fillMode:a,hover:m,focus:C,valid:v,invalid:M,required:O,loading:I,disabled:K,readonly:Q,className:n(e.className,qs),children:[p&&(0,Be.jsxs)(Be.Fragment,{children:[(0,Be.jsx)(Qe,{children:p}),r&&(0,Be.jsx)(Fe,{})]}),(0,Be.jsx)(at,{id:xe,placeholder:k,value:g,type:x,disabled:K,"aria-label":ve,"aria-describedby":Ce,"aria-invalid":M?"true":void 0}),l&&(0,Be.jsx)(ze,{valid:v,invalid:M,loading:I,disabled:K}),(0,Be.jsx)(Ye,{loading:I,disabled:K}),s&&(0,Be.jsx)(ot,{loading:I,disabled:K,readonly:Q,value:g}),h&&(0,Be.jsxs)(Be.Fragment,{children:[r&&(0,Be.jsx)(Fe,{}),(0,Be.jsx)(Ze,{children:h})]})]})};Le.states=Dm;Le.options=Hm;Le.className=qs;Le.defaultOptions=gr;Le.moduleName=In;Le.folderName=Xs;Le.ariaSpec={selector:".k-textbox",rules:[{selector:".k-textbox > .k-input-inner",attribute:"role=textbox or nodeName=input",usage:"Describes the role of the component."},{selector:".k-textbox > .k-input-inner",attribute:"label for or aria-label or aria-labelledby (when has accessible name)",usage:"The input requires an accessible name (provided by consuming app)."},{selector:".k-textbox > .k-input-inner",attribute:"aria-invalid=true (when invalid)",usage:"Rendered when the TextBox is in an invalid state."},{selector:".k-textbox > .k-input-inner",attribute:"aria-describedby (when has hint or error)",usage:"Points to the hint or error message for the input."},{selector:".k-textbox.k-disabled > .k-input-inner",attribute:"disabled=disabled or aria-disabled=true",usage:"Rendered when the TextBox is disabled."}]};var $a=Le;var Js=require("react/jsx-runtime"),Ws=e=>(0,Js.jsx)($a,{...e});var Ys=require("react/jsx-runtime");var Qs=require("react/jsx-runtime");var zm=require("react/jsx-runtime");var vr=require("react/jsx-runtime"),Fm=Le.states,Um=Le.defaultOptions,Gm=Le.options,Vm=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"}],$m=[],Ko=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(r=>{switch(r){case"prefix":a.prefix=t!=null&&t[r]?(0,vr.jsx)(L,{icon:"lock"}):void 0;break;case"suffix":a.suffix=t!=null&&t[r]?(0,vr.jsx)(xo,{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,vr.jsx)(Ws,{value:"Value",style:{width:300},...o,...a})};Ko.options=Gm;Ko.states=Fm;Ko.variants=$m;Ko.defaultOptions=Um;Ko.modifiers=Vm;Ko.className=Le.className;var rt=require("react/jsx-runtime"),Zs="k-actionsheet-titlebar",Xm={},Ue=e=>{let{title:t,subtitle:o,actionsStart:a,actionsEnd:r,filter:s,input:l,inputValue:p,inputPlaceholder:h,adaptive:x,titleId:g,children:k,...m}=e;return(0,rt.jsxs)("div",{...m,className:n(e.className,Zs),children:[(0,rt.jsxs)("div",{className:"k-actionsheet-titlebar-group",children:[a&&(0,rt.jsx)("div",{className:"k-actionsheet-actions",children:a}),!k&&(0,rt.jsxs)("div",{className:"k-actionsheet-title",id:g,children:[t&&(0,rt.jsx)("div",{className:"k-text-center",children:t}),o&&(0,rt.jsx)("div",{className:"k-actionsheet-subtitle k-text-center",children:o})]}),k&&(0,rt.jsx)("div",{className:"k-actionsheet-title",id:g,children:k}),r&&(0,rt.jsx)("div",{className:"k-actionsheet-actions",children:r})]}),(l||s)&&(0,rt.jsx)("div",{className:"k-actionsheet-titlebar-group k-actionsheet-filter",children:l?(0,rt.jsx)(Le,{value:p,placeholder:h,size:x?"large":"medium","aria-label":t||h||"Input"}):(0,rt.jsx)(bt,{placeholder:"Filter",size:x?"large":"medium","aria-label":"Filter options"})})]})};Ue.className=Zs;Ue.defaultOptions=Xm;var _o=require("react/jsx-runtime"),Tn="k-actionsheet-view",qm=[],Wm={},Jm={},Do=e=>{let{adaptive:t,animated:o,children:a,header:r,footer:s,titleId:l,...p}=e,h=(r==null?void 0:r.type)===Ue&&(0,_o.jsx)(Ue,{adaptive:t,titleId:l,...r==null?void 0:r.props}),x=(s==null?void 0:s.type)===ao&&(0,_o.jsx)(ao,{...s==null?void 0:s.props});return(0,_o.jsxs)("div",{...p,className:n(e.className,Tn,{[`${Tn}-animated`]:o}),children:[h,(0,_o.jsx)("div",{className:"k-actionsheet-content",children:a}),x]})};Do.states=qm;Do.options=Wm;Do.className=Tn;Do.defaultOptions=Jm;var Xa="action-sheet",Cr=Xa;var yn="overlay",js=yn;var tl=require("react/jsx-runtime"),el="k-overlay",Ym=[],Qm={},Zm={},no=e=>{let{...t}=e;return(0,tl.jsx)("div",{...t,className:n(e.className,el),children:e.children})};no.states=Ym;no.options=Qm;no.className=el;no.defaultOptions=Zm;no.moduleName=yn;no.folderName=js;var ko=require("react/jsx-runtime"),ol="k-actionsheet",jm=[],eu={},qa={side:"bottom",fullscreen:!1,adaptive:!1,overlay:!0},le=e=>{let{side:t=qa.side,fullscreen:o=qa.fullscreen,adaptive:a=qa.adaptive,overlay:r=qa.overlay,template:s,children:l,header:p,footer:h,id:x,...g}=e,k=x&&!s&&p?`${x}-title`:void 0;return(0,ko.jsxs)("div",{className:"k-actionsheet-container",children:[r&&(0,ko.jsx)(no,{}),(0,ko.jsx)(Pt,{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,ko.jsx)("div",{...g,id:x,role:"dialog","aria-modal":r?"true":void 0,"aria-labelledby":k,className:n(e.className,ol,{[`k-actionsheet-${t}`]:o===!1,"k-actionsheet-fullscreen":o===!0,"k-adaptive-actionsheet":a}),children:s||(0,ko.jsx)(Do,{header:p,footer:h,adaptive:a,titleId:k,...e,children:l})})})]})};le.states=jm;le.options=eu;le.className=ol;le.defaultOptions=qa;le.moduleName=Xa;le.folderName=Cr;le.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 rl=require("react/jsx-runtime"),al="k-actionsheet-container",tu=[],ou={},au={},Ho=e=>{let{children:t,...o}=e;return(0,rl.jsx)("div",{...o,className:al,children:t})};Ho.states=tu;Ho.options=ou;Ho.className=al;Ho.defaultOptions=au;Ho.moduleName=Xa;Ho.folderName=Cr;var nl=require("react/jsx-runtime"),En=e=>{let{...t}=e;return(0,nl.jsx)("div",{...t,className:n(e.className,"k-list-ul"),children:e.children})};var ht=require("react/jsx-runtime"),On="k-actionsheet-item",ru=[i.hover,i.focus,i.selected,i.disabled],io=e=>{let{iconName:t,text:o,description:a,hover:r,focus:s,selected:l,disabled:p,...h}=e;return(0,ht.jsxs)("span",{...h,className:n(e.className,On,A(On,{hover:r,focus:s,selected:l,disabled:p})),children:[!e.children&&(0,ht.jsx)(ht.Fragment,{children:(0,ht.jsxs)("span",{className:"k-actionsheet-action",children:[t&&(0,ht.jsx)("span",{className:"k-icon-wrap",children:(0,ht.jsx)(L,{className:"k-actionsheet-item-icon",icon:t})}),(0,ht.jsxs)("span",{className:"k-actionsheet-item-text",children:[o&&(0,ht.jsx)("span",{className:"k-actionsheet-item-title",children:o}),a&&(0,ht.jsx)("span",{className:"k-actionsheet-item-description",children:a})]})]})}),e.children]})};io.states=ru;io.className=On;var il=require("react/jsx-runtime");var nu=require("react/jsx-runtime");var iu=require("react/jsx-runtime");var su=require("react/jsx-runtime");var te=require("react/jsx-runtime"),lu=le.options,du=le.states,ll={...le.defaultOptions,variant:"normal"},cu=[{name:"normal",title:"Normal"},{name:"adaptive",title:"Adaptive"},{name:"fullScreen",title:"Full Screen"}],pu=[{name:"actions",title:"Titlebar Actions",type:"boolean"},{name:"subtitle",title:"Subtitle",type:"boolean"},{name:"footer",title:"Footer",type:"boolean"}],zo=e=>{let{variant:t,modifiers:o,...a}={...ll,...e},r={},s=(0,te.jsxs)(En,{children:[(0,te.jsx)(io,{text:"Edit Item",description:"Click to edit",iconName:"edit-tools"}),(0,te.jsx)(io,{text:"Add to Favorites",iconName:"heart"}),(0,te.jsx)(io,{text:"Upload New",iconName:"upload",disabled:!0}),(0,te.jsx)("hr",{className:"k-hr"}),(0,te.jsx)(io,{text:"Cancel",iconName:"cancel"})]}),l="Choose from the items below",p="Select Item";return t==="fullScreen"&&(r.fullScreen=!0),Object.keys(o||{}).forEach(h=>{switch(h){case"actions":r.actionsStart=!!(o!=null&&o[h]),r.actionsEnd=!!(o!=null&&o[h]);break;case"subtitle":r.subtitle=o!=null&&o[h]?l:void 0;break;case"footer":r.footer=!!(o!=null&&o[h]);break;default:break}}),t==="adaptive"?(0,te.jsx)(le,{...a,adaptive:!0,fullscreen:r.fullScreen,header:(0,te.jsx)(Ue,{actionsStart:r.actionsStart?(0,te.jsx)(d,{icon:"chevron-left",size:"large",fillMode:"flat"}):void 0,actionsEnd:r.actionsEnd?(0,te.jsx)(d,{icon:"x",size:"large",fillMode:"flat"}):void 0,title:p,subtitle:r.subtitle}),footer:r.footer?(0,te.jsxs)(ao,{alignment:"stretched",children:[(0,te.jsx)(d,{text:"Cancel",size:"large",themeColor:"base"}),(0,te.jsx)(d,{text:"Apply",size:"large",themeColor:"primary"})]}):void 0,children:s}):(0,te.jsx)(le,{...a,fullscreen:r.fullScreen,header:(0,te.jsx)(Ue,{actionsStart:r.actionsStart?(0,te.jsx)(d,{icon:"chevron-left",fillMode:"flat"}):void 0,actionsEnd:r.actionsEnd?(0,te.jsx)(d,{icon:"x",fillMode:"flat"}):void 0,title:"Select Item",subtitle:r.subtitle}),footer:r.footer?(0,te.jsxs)(ao,{alignment:"stretched",children:[(0,te.jsx)(d,{text:"Apply",themeColor:"primary"}),(0,te.jsx)(d,{text:"Cancel",themeColor:"base"})]}):void 0,children:s})};zo.options=lu;zo.states=du;zo.variants=cu;zo.defaultOptions=ll;zo.modifiers=pu;zo.className=le.className;var Bn="slider",dl=Bn;var St=require("react/jsx-runtime"),Wa="k-slider",mu=[i.hover,i.focus,i.active,i.disabled,i.readonly],uu={},xt={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=xt.type,orientation:o=xt.orientation,gradientType:a=xt.gradientType,readonly:r=xt.readonly,disabled:s=xt.disabled,handlePosition:l=xt.handlePosition,showButtons:p=xt.showButtons,showTicks:h=xt.showTicks,value:x=xt.value,min:g=xt.min,max:k=xt.max,startValue:m,endValue:C,hover:v,focus:M,active:O,trackStyle:I,dir:K,...Q}=e,ve=(()=>{if(t==="gradient"&&a==="2d")return"undefined";if(o==="vertical")return"vertical"})(),Ce,He;return o==="horizontal"?(Ce=K==="rtl"?"chevron-left":"chevron-right",He=K==="rtl"?"chevron-right":"chevron-left"):o==="vertical"&&(Ce="chevron-up",He="chevron-down"),(0,St.jsxs)("div",{...Q,className:n(Wa,e.className,A(Wa,{readonly:r,disabled:s}),{[`k-slider-${o}`]:o,"k-colorgradient-slider":t==="gradient"}),dir:K,children:[p&&(0,St.jsx)(d,{className:"k-button-decrease",rounded:"full",icon:He,tabIndex:-1,title:"Decrease"}),(0,St.jsxs)("div",{className:"k-slider-track-wrap",children:[h&&(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:I,children:[(0,St.jsx)("div",{className:"k-slider-selection"}),t==="range"&&(0,St.jsx)("span",{className:n("k-draghandle","k-draghandle-start",A(Wa,{hover:v,focus:M,active:O})),role:"slider",tabIndex:s?void 0:0,"aria-valuenow":m??g,"aria-valuemin":g,"aria-valuemax":C??k,"aria-orientation":ve,"aria-disabled":s?"true":void 0,"aria-readonly":r?"true":void 0,"aria-label":Q["aria-label"]?`${Q["aria-label"]} start`:"Range start"}),(0,St.jsx)("span",{className:n("k-draghandle",`k-draghandle-${l}`,A(Wa,{hover:v,focus:M,active:O})),role:"slider",tabIndex:s?void 0:0,"aria-valuenow":t==="range"?C??k:x,"aria-valuemin":t==="range"?m??g:g,"aria-valuemax":k,"aria-orientation":ve,"aria-disabled":s?"true":void 0,"aria-readonly":r?"true":void 0,"aria-label":t==="range"?Q["aria-label"]?`${Q["aria-label"]} end`:"Range end":Q["aria-label"]})]})]}),p&&(0,St.jsx)(d,{className:"k-button-increase",rounded:"full",icon:Ce,tabIndex:-1,title:"Increase"})]})};J.states=mu;J.options=uu;J.className=Wa;J.defaultOptions=xt;J.moduleName=Bn;J.folderName=dl;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 Pn=require("react/jsx-runtime"),cl="k-tick",fu=[],bu={},pl={label:!1},B=e=>{let{style:t,label:o=pl.label,orientation:a,large:r,text:s,...l}=e;return(0,Pn.jsx)("li",{...l,role:"presentation",title:s||"Tick",className:n(e.className,cl,{[`k-tick-${a}`]:a,"k-tick-large":r}),style:t,children:o&&(0,Pn.jsx)("span",{className:"k-label",children:s})})};B.states=fu;B.options=bu;B.className=cl;B.defaultOptions=pl;var Me=require("react/jsx-runtime"),ml=e=>(0,Me.jsx)(J,{"aria-label":e["aria-label"]||"Slider",children:(0,Me.jsxs)(Me.Fragment,{children:[(0,Me.jsx)(B,{className:"k-first",label:!0,large:!0,text:"0"}),(0,Me.jsx)(B,{}),(0,Me.jsx)(B,{}),(0,Me.jsx)(B,{}),(0,Me.jsx)(B,{}),(0,Me.jsx)(B,{label:!0,large:!0,text:"5"}),(0,Me.jsx)(B,{}),(0,Me.jsx)(B,{}),(0,Me.jsx)(B,{}),(0,Me.jsx)(B,{}),(0,Me.jsx)(B,{className:"k-last",label:!0,large:!0,text:"10"})]}),...e});var Se=require("react/jsx-runtime"),ul=e=>(0,Se.jsx)(J,{children:(0,Se.jsxs)(Se.Fragment,{children:[(0,Se.jsx)(B,{className:"k-first",label:!0,large:!0,text:"0"}),(0,Se.jsx)(B,{}),(0,Se.jsx)(B,{}),(0,Se.jsx)(B,{}),(0,Se.jsx)(B,{}),(0,Se.jsx)(B,{label:!0,large:!0,text:"5"}),(0,Se.jsx)(B,{}),(0,Se.jsx)(B,{}),(0,Se.jsx)(B,{}),(0,Se.jsx)(B,{}),(0,Se.jsx)(B,{className:"k-last",label:!0,large:!0,text:"10"})]}),"aria-label":e["aria-label"]||"Vertical slider",...e,orientation:"vertical"});var wn=require("react/jsx-runtime");var Rn=require("react/jsx-runtime");var fl=require("react/jsx-runtime"),Kn=e=>(0,fl.jsx)(J,{type:"gradient",showButtons:!1,showTicks:!1,...e,"aria-label":e["aria-label"]||"Color slider"});var bl=require("react/jsx-runtime"),_n=e=>(0,bl.jsx)(J,{type:"gradient",orientation:"vertical",showButtons:!1,showTicks:!1,...e,"aria-label":e["aria-label"]||"Color slider"});var Dn=require("react/jsx-runtime");var Hn=require("react/jsx-runtime");var je=require("react/jsx-runtime"),hu=J.options,xu=J.states,hl={...J.defaultOptions,variant:"horizontal",label:!0},Nu=[{name:"horizontal",title:"Horizontal"},{name:"vertical",title:"Vertical"}],ku=[{name:"label",title:"Labels"},{name:"tick",title:"Ticks"},{name:"button",title:"Side Buttons"}],Fo=e=>{let{variant:t,modifiers:o,...a}={...hl,...e},r={};Object.keys(o||{}).forEach(x=>{switch(x){case"button":{r.showButtons=!!(o!=null&&o[x]);break}case"label":{r.label=!!(o!=null&&o[x]);break}case"tick":{r.showTicks=!!(o!=null&&o[x]);break}}});let{label:s=!0,showButtons:l,showTicks:p}=r,h={"--kendo-slider-start":0,"--kendo-slider-end":60};return t==="vertical"?(0,je.jsxs)(ul,{showTicks:p,showButtons:l,style:{height:"300px",...h},...a,children:[(0,je.jsx)(B,{label:s,large:!0,orientation:"vertical",text:"0",style:{position:"absolute",bottom:"0%"}}),(0,je.jsx)(B,{label:s,large:!0,orientation:"vertical",text:"2",style:{position:"absolute",bottom:"25%"}}),(0,je.jsx)(B,{label:s,large:!0,orientation:"vertical",text:"4",style:{position:"absolute",bottom:"50%"}}),(0,je.jsx)(B,{label:s,large:!0,orientation:"vertical",text:"6",style:{position:"absolute",bottom:"75%"}}),(0,je.jsx)(B,{label:s,large:!0,orientation:"vertical",text:"8",style:{position:"absolute",bottom:"100%"}})]}):(0,je.jsxs)(ml,{showTicks:p,showButtons:l,style:{width:"400px",...h},...a,children:[(0,je.jsx)(B,{label:s,large:!0,orientation:"horizontal",text:"0",style:{position:"absolute",left:"0%"}}),(0,je.jsx)(B,{label:s,large:!0,orientation:"horizontal",text:"2",style:{position:"absolute",left:"25%"}}),(0,je.jsx)(B,{label:s,large:!0,orientation:"horizontal",text:"4",style:{position:"absolute",left:"50%"}}),(0,je.jsx)(B,{label:s,large:!0,orientation:"horizontal",text:"6",style:{position:"absolute",left:"75%"}}),(0,je.jsx)(B,{label:s,large:!0,orientation:"horizontal",text:"8",style:{position:"absolute",left:"100%"}})]})};Fo.options=hu;Fo.states=xu;Fo.variants=Nu;Fo.defaultOptions=hl;Fo.modifiers=ku;Fo.className=J.className;var Ja=require("react/jsx-runtime"),xl="k-spin-button",Cu=[],Lu={size:[c.undefined,c.small,c.medium,c.large],fillMode:[f.undefined,f.solid,f.flat,f.outline,f.clear,f.link]},zn={increaseLabel:"Increase value",decreaseLabel:"Decrease value"},so=e=>{let{size:t,fillMode:o,disabled:a,increaseLabel:r=zn.increaseLabel,decreaseLabel:s=zn.decreaseLabel,...l}=e;return(0,Ja.jsxs)("span",{...l,className:n(xl,e.className),children:[(0,Ja.jsx)(d,{className:"k-spinner-increase",icon:"chevron-up",size:t,fillMode:o,disabled:a,"aria-label":r}),(0,Ja.jsx)(d,{className:"k-spinner-decrease",icon:"chevron-down",size:t,fillMode:o,disabled:a,"aria-label":s})]})};so.states=Cu;so.options=Lu;so.className=xl;so.defaultOptions=zn;so.moduleName=null;so.folderName=null;var Nl="numeric-textbox",kl="numerictextbox";var Ae=require("react/jsx-runtime"),gl="k-numerictextbox",Mu=[i.hover,i.focus,i.valid,i.invalid,i.loading,i.required,i.disabled,i.readonly],Su={size:[c.undefined,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full],fillMode:[f.undefined,f.solid,f.flat,f.outline]},Lr={showSpinButton:!0,showClearButton:!0,separators:!0},$=e=>{let{size:t,rounded:o,fillMode:a,separators:r=Lr.separators,showClearButton:s=Lr.showClearButton,showSpinButton:l=Lr.showSpinButton,prefix:p,suffix:h,value:x,placeholder:g,hover:k,focus:m,valid:C,invalid:v,required:M,loading:O,disabled:I,readonly:K,id:Q,"aria-label":xe,"aria-describedby":ve,...Ce}=e;return(0,Ae.jsxs)(ee,{...Ce,size:t,rounded:o,fillMode:a,hover:k,focus:m,valid:C,invalid:v,required:M,loading:O,disabled:I,readonly:K,className:n(e.className,gl),children:[p&&(0,Ae.jsxs)(Ae.Fragment,{children:[(0,Ae.jsx)(Qe,{children:p}),r&&(0,Ae.jsx)(Fe,{})]}),(0,Ae.jsx)(at,{id:Q,placeholder:g,value:x,role:"spinbutton",disabled:I,"aria-label":xe,"aria-describedby":ve,"aria-invalid":v?"true":void 0}),(0,Ae.jsx)(ze,{valid:C,invalid:v,loading:O,disabled:I}),(0,Ae.jsx)(Ye,{loading:O,disabled:I}),s&&(0,Ae.jsx)(ot,{loading:O,disabled:I,readonly:K,value:x}),h&&(0,Ae.jsxs)(Ae.Fragment,{children:[r&&(0,Ae.jsx)(Fe,{}),(0,Ae.jsx)(Ze,{children:h})]}),l&&(0,Ae.jsx)(so,{className:"k-input-spinner",size:t,fillMode:a,disabled:I})]})};$.states=Mu;$.options=Su;$.className=gl;$.defaultOptions=Lr;$.moduleName=Nl;$.folderName=kl;$.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 Ya=$;var Cl=require("react/jsx-runtime"),vl=e=>(0,Cl.jsx)(Ya,{...e});var Sr=Zr(require("react"));var Fn=require("react/jsx-runtime"),Au="k-list-group-sticky-header",Un=e=>(0,Fn.jsx)("div",{className:n(Au,e.className),children:(0,Fn.jsx)("div",{className:"k-list-header-text",children:e.children})});var Ll=require("react/jsx-runtime"),Iu="k-no-data",Mr=e=>{let{live:t,...o}=e;return(0,Ll.jsx)("span",{...o,className:n(Iu,e.className),"aria-live":t?"polite":void 0,children:e.children})};var go="list",Uo=go;var Go=require("react/jsx-runtime"),Gn="k-list",Tu=[],yu={size:[c.undefined,c.small,c.medium,c.large]},Eu={},H=e=>{var C;let{size:t,virtualization:o,children:a,header:r,optionLabel:s,customValue:l,noData:p,screenReaders:h,...x}=e,k=Sr.default.Children.toArray(a)[0],m=(C=k==null?void 0:k.props)!=null&&C.children?Sr.default.Children.count(k.props.children):Sr.default.Children.count(a);return(0,Go.jsxs)("div",{...x,className:n(e.className,Gn,T(Gn,{size:t}),{"k-virtual-list":o}),children:[s,l,r&&(0,Go.jsx)(Un,{children:r}),a||(p!==void 0?p:(0,Go.jsx)(Mr,{live:!0,children:"No data found."})),h&&a&&(0,Go.jsxs)(Mr,{className:"k-sr-only",live:!0,children:[m," items found."]})]})};H.states=Tu;H.options=yu;H.className=Gn;H.defaultOptions=Eu;H.moduleName=go;H.folderName=Uo;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 Sl=require("react/jsx-runtime"),Ml="k-list-container",Ou=[],Bu={},Pu={},Vo=e=>{let{...t}=e;return(0,Sl.jsx)("div",{...t,className:n(e.className,Ml),children:e.children})};Vo.states=Ou;Vo.options=Bu;Vo.className=Ml;Vo.defaultOptions=Pu;Vo.moduleName=go;Vo.folderName=Uo;var vo="checkbox",$o=vo;var Vn=require("react/jsx-runtime"),Ar="k-checkbox",wu=[i.hover,i.focus,i.valid,i.invalid,i.required,i.disabled,i.checked,i.indeterminate],Ru={size:[c.undefined,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full]},Ku={},Nt=e=>{let{id:t,checked:o,indeterminate:a,hover:r,focus:s,disabled:l,invalid:p,valid:h,required:x,size:g,rounded:k,wrapperRole:m,...C}=e;return(0,Vn.jsx)("span",{className:"k-checkbox-wrap",role:m,children:(0,Vn.jsx)("input",{...C,id:t,type:"checkbox",defaultChecked:o,required:x,disabled:l||void 0,"aria-invalid":p?"true":void 0,className:n(e.className,Ar,T(Ar,{size:g,rounded:k}),A(Ar,{hover:r,focus:s,disabled:l,invalid:p,valid:h,indeterminate:a,checked:o}))})})};Nt.states=wu;Nt.options=Ru;Nt.className=Ar;Nt.defaultOptions=Ku;Nt.moduleName=vo;Nt.folderName=$o;Nt.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 At=Nt;var Tl=require("react/jsx-runtime"),Al="k-checkbox-list",_u=[],Du={},Il={layout:"vertical"},Ge=e=>{let{layout:t=Il.layout,...o}=e;return(0,Tl.jsx)("ul",{...o,className:n(e.className,Al,{[`k-list-${t}`]:t}),children:e.children})};Ge.states=_u;Ge.options=Du;Ge.className=Al;Ge.defaultOptions=Il;Ge.moduleName=vo;Ge.folderName=$o;var El=require("react/jsx-runtime"),yl="k-checkbox-list-item",Hu=[],zu={},Fu={},Ve=e=>{let{...t}=e;return(0,El.jsx)("li",{...t,className:n(e.className,yl),children:e.children})};Ve.states=Hu;Ve.options=zu;Ve.className=yl;Ve.defaultOptions=Fu;Ve.moduleName=vo;Ve.folderName=$o;var Co=require("react/jsx-runtime"),Ft=({children:e="Label",id:t="cb-label-after",...o})=>(0,Co.jsxs)(Co.Fragment,{children:[(0,Co.jsx)(At,{id:t,...o}),(0,Co.jsx)("label",{className:"k-checkbox-label",htmlFor:t,children:e})]});var $n=require("react/jsx-runtime");var Xn=require("react/jsx-runtime");var qn=require("react/jsx-runtime");var Uu=require("react/jsx-runtime");var Gu=require("react/jsx-runtime");var Vu=require("react/jsx-runtime");var Pe=require("react/jsx-runtime"),$u=Ge.options,Xu=Ge.states,qu={...Ge.defaultOptions,variant:"vertical"},Wu=[{name:"vertical",title:"Vertical"},{name:"horizontal",title:"Horizontal"}],Ju=[],Xo=e=>{let{variant:t,...o}=e;return t==="horizontal"?(0,Pe.jsxs)(Ge,{layout:"horizontal",...o,children:[(0,Pe.jsx)(Ve,{children:(0,Pe.jsx)(Ft,{id:y("cb"),defaultChecked:!0,children:"Label"})}),(0,Pe.jsx)(Ve,{children:(0,Pe.jsx)(Ft,{id:y("cb"),children:"Label"})}),(0,Pe.jsx)(Ve,{children:(0,Pe.jsx)(Ft,{id:y("cb"),children:"Label"})})]}):(0,Pe.jsxs)(Ge,{...o,children:[(0,Pe.jsx)(Ve,{children:(0,Pe.jsx)(Ft,{id:y("cb"),defaultChecked:!0,children:"Label"})}),(0,Pe.jsx)(Ve,{children:(0,Pe.jsx)(Ft,{id:y("cb"),children:"Label"})}),(0,Pe.jsx)(Ve,{children:(0,Pe.jsx)(Ft,{id:y("cb"),children:"Label"})})]})};Xo.options=$u;Xo.states=Xu;Xo.variants=Wu;Xo.defaultOptions=qu;Xo.modifiers=Ju;Xo.className=Ge.className;var Ol=require("react/jsx-runtime"),Yu=At.options,Qu=At.states,Zu=At.defaultOptions,ju=[],ef=[],qo=e=>(0,Ol.jsx)(Ft,{id:y("checkbox"),...e,defaultChecked:!0,children:"Label"});qo.options=Yu;qo.states=Qu;qo.variants=ju;qo.defaultOptions=Zu;qo.modifiers=ef;qo.className=At.className;var wt=require("react/jsx-runtime"),Wn="k-list-item",tf=[i.hover,i.focus,i.selected,i.disabled],of={},af={},R=e=>{let{text:t,groupLabel:o,group:a,iconName:r,iconClassName:s,showCheckbox:l,checked:p,hover:h,focus:x,selected:g,disabled:k,actions:m,description:C,id:v,...M}=e,O=t||e.children;return(0,wt.jsxs)("li",{...M,id:v,role:a?"presentation":"option",tabIndex:a?void 0:x?0:-1,"aria-selected":!a&&g?"true":a?void 0:"false","aria-disabled":!a&&k?"true":void 0,className:n(e.className,a?"k-list-group-item":Wn,A(Wn,{hover:h,focus:x,disabled:k,selected:g})),children:[l&&(0,wt.jsx)(Nt,{checked:p}),r&&(0,wt.jsx)("span",{className:"k-list-item-icon-wrapper",children:(0,wt.jsx)(L,{icon:r,className:n("k-list-item-icon",s)})}),(0,wt.jsx)("span",{className:"k-list-item-text",children:O}),m&&(0,wt.jsx)("div",{className:"k-list-item-actions",children:m}),C&&(0,wt.jsx)("span",{className:"k-list-item-description",children:C}),o&&o!==""&&(0,wt.jsx)("div",{className:"k-list-item-group-label",children:o})]})};R.states=tf;R.options=of;R.className=Wn;R.defaultOptions=af;R.moduleName=go;R.folderName=Uo;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 Bl=require("react/jsx-runtime"),rf="k-list-ul",Ut=e=>{let{children:t,role:o,id:a,...r}=e;return(0,Bl.jsx)("ul",{...r,id:a,role:o,className:n(rf,e.className),children:t})};Ut.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 Wo=require("react/jsx-runtime"),nf="k-list-content",q=e=>{let{virtualization:t,grouping:o,"aria-label":a,"aria-labelledby":r,listboxId:s,...l}=e;return(0,Wo.jsxs)("div",{...l,className:n(nf,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,Wo.jsx)(Ut,{role:"listbox",id:s,"aria-label":a,"aria-labelledby":r,children:e.children}),t&&(0,Wo.jsx)("div",{className:"k-height-container",children:(0,Wo.jsx)("div",{})})]})};q.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 Jn=require("react/jsx-runtime");var Jo=require("react/jsx-runtime"),sf="k-list-group-item",Lo=e=>{let{groupIconName:t,...o}=e;return(0,Jo.jsxs)("li",{...o,role:"presentation",className:n(sf,e.className),children:[t&&(0,Jo.jsx)("span",{className:"k-list-item-icon-wrapper",children:(0,Jo.jsx)(L,{icon:t,className:"k-list-item-icon"})}),(0,Jo.jsx)("span",{className:"k-list-item-text",children:e.children})]})};Lo.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 Pl=require("react/jsx-runtime"),Yn="k-list-optionlabel",lf=[i.hover,i.focus,i.selected,i.disabled],df={},cf={},Ir=e=>{let{text:t,hover:o,focus:a,selected:r,disabled:s,...l}=e;return(0,Pl.jsx)("div",{...l,className:n(Yn,A(Yn,{hover:o,focus:a,selected:r,disabled:s})),children:t})};Ir.states=lf;Ir.options=df;Ir.className=Yn;Ir.defaultOptions=cf;var wl=require("react/jsx-runtime"),Qn="k-list-custom-value",pf=[i.hover,i.focus,i.selected,i.disabled],mf={},uf={},lo=e=>{let{text:t,hover:o,focus:a,selected:r,disabled:s,...l}=e;return(0,wl.jsx)("div",{...l,className:n(Qn,A(Qn,{hover:o,focus:a,selected:r,disabled:s})),children:t})};lo.states=pf;lo.options=mf;lo.className=Qn;lo.defaultOptions=uf;var Zn=require("react/jsx-runtime");var jn=require("react/jsx-runtime");var ei=require("react/jsx-runtime");var ti=require("react/jsx-runtime");var ff=require("react/jsx-runtime");var oi=require("react/jsx-runtime");var Rl="dropdown-list",Kl="dropdownlist";var oe=require("react/jsx-runtime"),_l="k-dropdownlist",bf=[i.hover,i.focus,i.valid,i.invalid,i.required,i.disabled,i.loading,i.readonly],hf={size:[c.undefined,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full],fillMode:[f.undefined,f.solid,f.flat,f.outline]},ai={showValue:!0,arrowIconName:"chevron-down"},ue=e=>{let{size:t,rounded:o,fillMode:a,arrowIconName:r=ai.arrowIconName,showValue:s=ai.showValue,valueIconName:l,prefix:p,suffix:h,value:x,placeholder:g,hover:k,focus:m,valid:C,invalid:v,required:M,loading:O,disabled:I,readonly:K,popup:Q,opened:xe,adaptive:ve,adaptiveSettings:Ce,adaptiveTitle:He,adaptiveSubtitle:bo,adaptiveFilter:Jr,id:to,activeDescendant:pr,"aria-label":Yr,...Qr}=e,kp=to?`${to}-listbox`:void 0,ns=to?`${to}-value`:void 0;return(0,oe.jsxs)(oe.Fragment,{children:[(0,oe.jsxs)(Bt,{...Qr,id:to,size:t,rounded:o,fillMode:a,hover:k,focus:m,valid:C,invalid:v,required:M,loading:O,disabled:I,readonly:K,className:n(e.className,_l,{"k-icon-picker":!s&&l}),role:"combobox","aria-haspopup":"listbox","aria-expanded":xe?"true":"false","aria-controls":xe?kp:void 0,"aria-activedescendant":xe&&pr?pr:void 0,"aria-describedby":xe?ns:void 0,"aria-disabled":I?"true":void 0,"aria-label":Yr,tabIndex:0,children:[(0,oe.jsx)(Qe,{children:p}),(0,oe.jsx)(No,{placeholder:g,value:x,showValue:s,valueIconName:l,id:ns}),(0,oe.jsx)(ze,{valid:C,invalid:v,loading:O,disabled:I}),(0,oe.jsx)(Ye,{loading:O,disabled:I}),(0,oe.jsx)(Ze,{children:h}),(0,oe.jsx)(d,{className:"k-input-button",icon:r,size:e.size,fillMode:e.fillMode,"aria-label":g||"Toggle dropdown",tabIndex:-1})]}),xe&&Q&&(0,oe.jsx)(V,{className:"k-list-container k-dropdownlist-popup",containerRole:"region",containerAriaLabel:"Dropdown suggestions",children:Q}),ve&&(0,oe.jsx)(le,{adaptive:!0,...Ce,header:(0,oe.jsx)(Ue,{actionsEnd:(0,oe.jsx)(d,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply selection"}),filter:Jr,inputValue:x,inputPlaceholder:g,title:He,subtitle:bo}),children:(0,oe.jsx)("div",{className:"k-list-container",children:(0,oe.jsx)(H,{size:"large",children:(0,oe.jsxs)(q,{"aria-label":"Options",children:[(0,oe.jsx)(R,{text:"List item"}),(0,oe.jsx)(R,{text:"List item"}),(0,oe.jsx)(R,{text:"List item"})]})})})})]})};ue.states=bf;ue.options=hf;ue.className=_l;ue.defaultOptions=ai;ue.moduleName=Rl;ue.folderName=Kl;ue.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 xf=require("react/jsx-runtime");var Dl=require("react/jsx-runtime");var ri=require("react/jsx-runtime");var Nf=require("react/jsx-runtime");var Hl=require("react/jsx-runtime");var ni=require("react/jsx-runtime");var kf=require("react/jsx-runtime");var et=require("react/jsx-runtime"),gf=ue.states,vf=ue.defaultOptions,Cf=ue.options,Lf=[{name:"opened",title:"Opened"}],Mf=[],Qo=e=>{let{modifiers:t,...o}=e,a={},r=(0,et.jsxs)(et.Fragment,{children:[(0,et.jsx)("div",{className:"k-list-filter",children:(0,et.jsx)(bt,{})}),(0,et.jsx)(H,{style:{width:300},size:o.size,children:(0,et.jsxs)(q,{children:[(0,et.jsx)(R,{children:"List item"}),(0,et.jsx)(R,{children:"List item"}),(0,et.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,et.jsx)("div",{children:(0,et.jsx)(ue,{placeholder:"Value",style:{width:300},...o,...a})})};Qo.options=Cf;Qo.states=gf;Qo.variants=Mf;Qo.defaultOptions=vf;Qo.modifiers=Lf;Qo.className=ue.className;var zl=require("react/jsx-runtime");var Fl=require("react/jsx-runtime");var Sf=require("react/jsx-runtime");var Tr=require("react/jsx-runtime"),Af=$.states,If=$.defaultOptions,Tf=$.options,yf=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"},{name:"spin-button",title:"`Spin` Button"}],Ef=[],Zo=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(r=>{switch(r){case"prefix":a.prefix=t!=null&&t[r]?(0,Tr.jsx)(ue,{size:o.size,fillMode:"flat",value:"mm"}):void 0;break;case"suffix":a.suffix=t!=null&&t[r]?(0,Tr.jsx)(gn,{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,Tr.jsx)(vl,{value:"Value",style:{width:300},...o,...a})};Zo.options=Tf;Zo.states=Af;Zo.variants=Ef;Zo.defaultOptions=If;Zo.modifiers=yf;Zo.className=$.className;var S=require("react/jsx-runtime"),Ul="k-colorgradient-inputs",Of=[],Bf={size:[c.undefined,c.small,c.medium,c.large]},Gl={mode:"rgba"},jo=e=>{let{mode:t=Gl.mode,size:o,...a}=e;return(0,S.jsxs)("div",{...a,className:n(Ul,"k-hstack"),children:[(0,S.jsx)("div",{className:"k-vstack",children:(0,S.jsx)(d,{fillMode:"flat",icon:"caret-alt-expand",className:"k-colorgradient-toggle-mode",size:o,"aria-label":"Toggle color input format"})}),t==="rgba"&&(0,S.jsxs)(S.Fragment,{children:[(0,S.jsxs)("div",{className:"k-vstack",children:[(0,S.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Red channel"}),(0,S.jsx)("label",{className:"k-colorgradient-input-label",children:"R"})]}),(0,S.jsxs)("div",{className:"k-vstack",children:[(0,S.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Green channel"}),(0,S.jsx)("label",{className:"k-colorgradient-input-label",children:"G"})]}),(0,S.jsxs)("div",{className:"k-vstack",children:[(0,S.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Blue channel"}),(0,S.jsx)("label",{className:"k-colorgradient-input-label",children:"B"})]}),(0,S.jsxs)("div",{className:"k-vstack",children:[(0,S.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"1.00",size:o,"aria-label":"Alpha channel"}),(0,S.jsx)("label",{className:"k-colorgradient-input-label",children:"A"})]})]}),t==="rgb"&&(0,S.jsxs)(S.Fragment,{children:[(0,S.jsxs)("div",{className:"k-vstack",children:[(0,S.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Red channel"}),(0,S.jsx)("label",{className:"k-colorgradient-input-label",children:"R"})]}),(0,S.jsxs)("div",{className:"k-vstack",children:[(0,S.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Green channel"}),(0,S.jsx)("label",{className:"k-colorgradient-input-label",children:"G"})]}),(0,S.jsxs)("div",{className:"k-vstack",children:[(0,S.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Blue channel"}),(0,S.jsx)("label",{className:"k-colorgradient-input-label",children:"B"})]})]}),t==="hsva"&&(0,S.jsxs)(S.Fragment,{children:[(0,S.jsxs)("div",{className:"k-vstack",children:[(0,S.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Hue channel"}),(0,S.jsx)("label",{className:"k-colorgradient-input-label",children:"H"})]}),(0,S.jsxs)("div",{className:"k-vstack",children:[(0,S.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Saturation channel"}),(0,S.jsx)("label",{className:"k-colorgradient-input-label",children:"S"})]}),(0,S.jsxs)("div",{className:"k-vstack",children:[(0,S.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Value channel"}),(0,S.jsx)("label",{className:"k-colorgradient-input-label",children:"V"})]}),(0,S.jsxs)("div",{className:"k-vstack",children:[(0,S.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"1.00","aria-label":"Alpha channel"}),(0,S.jsx)("label",{className:"k-colorgradient-input-label",children:"A"})]})]}),t==="hsv"&&(0,S.jsxs)(S.Fragment,{children:[(0,S.jsxs)("div",{className:"k-vstack",children:[(0,S.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Hue channel"}),(0,S.jsx)("label",{className:"k-colorgradient-input-label",children:"H"})]}),(0,S.jsxs)("div",{className:"k-vstack",children:[(0,S.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Saturation channel"}),(0,S.jsx)("label",{className:"k-colorgradient-input-label",children:"S"})]}),(0,S.jsxs)("div",{className:"k-vstack",children:[(0,S.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Value channel"}),(0,S.jsx)("label",{className:"k-colorgradient-input-label",children:"V"})]})]}),t==="hex"&&(0,S.jsx)(S.Fragment,{children:(0,S.jsxs)("div",{className:"k-vstack k-flex-1",children:[(0,S.jsx)(Le,{showClearButton:!1,value:"#b88484AA",className:"k-hex-value"}),(0,S.jsx)("label",{className:"k-colorgradient-input-label",children:"HEX"})]})})]})};jo.states=Of;jo.options=Bf;jo.className=Ul;jo.defaultOptions=Gl;var we=require("react/jsx-runtime"),Vl="k-colorgradient-color-contrast",Pf=[],wf={},Rf={},ea=()=>(0,we.jsxs)("div",{className:n(Vl,"k-vbox"),children:[(0,we.jsxs)("div",{className:"k-contrast-ratio",children:[(0,we.jsx)("span",{className:"k-contrast-ratio-text",children:"Contrast ratio: 7.1"}),(0,we.jsxs)("span",{className:"k-contrast-validation !k-text-success",children:[(0,we.jsx)(L,{icon:"check"}),(0,we.jsx)(L,{icon:"check"})]})]}),(0,we.jsxs)("div",{children:[(0,we.jsx)("span",{children:"AA: 4.5"}),(0,we.jsxs)("span",{className:"k-contrast-validation !k-text-success",children:["Pass",(0,we.jsx)(L,{icon:"check"})]})]}),(0,we.jsxs)("div",{children:[(0,we.jsx)("span",{children:"AAA: 7.0"}),(0,we.jsxs)("span",{className:"k-contrast-validation !k-text-error",children:["Fail",(0,we.jsx)(L,{icon:"x"})]})]})]});ea.states=Pf;ea.options=wf;ea.className=Vl;ea.defaultOptions=Rf;var $l="color-gradient",Xl="colorgradient";var fe=require("react/jsx-runtime"),yr="k-colorgradient",Kf=[i.hover,i.focus,i.readonly,i.disabled],_f={size:[c.undefined,c.small,c.medium,c.large]},Rt={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"},ke=e=>{let{size:t,mode:o=Rt.mode,readonly:a=Rt.readonly,disabled:r=Rt.disabled,gradientStyle:s=Rt.gradientStyle,dragHandleStyle:l=Rt.dragHandleStyle,alphaStyle:p=Rt.alphaStyle,alphaStyleHorizontal:h=Rt.alphaStyleHorizontal,contrast:x=Rt.contrast,dir:g,hover:k,focus:m,hoverHandle:C,focusHandle:v,canvasOrientation:M=Rt.canvasOrientation,role:O,tabIndex:I,...K}=e;return(0,fe.jsxs)("div",{...K,role:O??"textbox","aria-label":O==="none"?void 0:"Color gradient",tabIndex:I??0,"aria-disabled":r?"true":void 0,className:n(e.className,yr,T(yr,{size:t}),A(yr,{hover:k,focus:m,readonly:a,disabled:r})),dir:g,children:[!M||M==="horizontal"&&(0,fe.jsxs)("div",{className:"k-colorgradient-canvas k-hstack",children:[(0,fe.jsx)("div",{className:"k-hsv-rectangle",style:s,children:(0,fe.jsx)("div",{className:"k-hsv-gradient",children:(0,fe.jsx)("div",{className:n("k-hsv-draghandle","k-draghandle",{"k-hover":C,"k-focus":v}),style:l,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,fe.jsxs)("div",{className:"k-hsv-controls k-hstack",children:[(0,fe.jsx)(_n,{className:"k-hue-slider",hover:C,focus:v}),o!=="rgb"&&o!=="hsv"&&(0,fe.jsx)(_n,{className:"k-alpha-slider",hover:C,focus:v,trackStyle:p})]})]}),M==="vertical"&&(0,fe.jsxs)("div",{className:"k-colorgradient-canvas k-vstack",children:[(0,fe.jsx)("div",{className:"k-hsv-rectangle",style:s,children:(0,fe.jsx)("div",{className:"k-hsv-gradient",children:(0,fe.jsx)("div",{className:n("k-hsv-draghandle","k-draghandle",{"k-hover":C,"k-focus":v}),style:l,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,fe.jsxs)("div",{className:"k-hsv-controls k-vstack",children:[(0,fe.jsx)(Kn,{className:"k-hue-slider",hover:C,focus:v}),o!=="rgb"&&o!=="hsv"&&(0,fe.jsx)(Kn,{className:"k-alpha-slider",hover:C,focus:v,trackStyle:h})]})]}),(0,fe.jsx)(jo,{mode:e.mode,size:t}),x&&(0,fe.jsx)(ea,{})]})};ke.states=Kf;ke.options=_f;ke.className=yr;ke.defaultOptions=Rt;ke.moduleName=$l;ke.folderName=Xl;ke.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 ql=require("react/jsx-runtime"),Er=e=>(0,ql.jsx)(ke,{...e});var Df=require("react/jsx-runtime");var Hf=require("react/jsx-runtime");var Or=require("react/jsx-runtime"),zf=ke.options,Ff=ke.states,Uf={...ke.defaultOptions,variant:"rgba"},Gf=[{name:"rgba",title:"RGBA"},{name:"rgb",title:"RGB"},{name:"hex",title:"HEX"}],Vf=[],ta=e=>{let{variant:t,...o}=e;switch(t){case"hex":return(0,Or.jsx)(Er,{...o,mode:t});case"rgb":return(0,Or.jsx)(Er,{...o,mode:t});default:return(0,Or.jsx)(Er,{...o,mode:t})}};ta.options=zf;ta.states=Ff;ta.variants=Gf;ta.defaultOptions=Uf;ta.modifiers=Vf;ta.className=ke.className;var Wl=require("react/jsx-runtime"),ii=e=>(0,Wl.jsx)("tr",{role:"row",children:e.children});var Jl=require("react/jsx-runtime"),si="k-colorpalette-tile",$f=[i.hover,i.focus,i.selected],Xf={},oa=e=>{let{color:t,tileSize:o,hover:a,focus:r,selected:s,...l}=e,p={backgroundColor:t,width:o?o+"px":"",height:o?o+"px":""};return(0,Jl.jsx)("td",{...l,role:"gridcell","aria-label":t,"aria-selected":s?"true":void 0,className:n(e.className,si,A(si,{hover:a,focus:r,selected:s})),style:p})};oa.states=$f;oa.options=Xf;oa.className=si;var Yl="color-palette",Ql="colorpalette";var aa=require("react/jsx-runtime"),Br="k-colorpalette",qf=[i.disabled],Wf={size:[c.undefined,c.small,c.medium,c.large]},Zl={columns:10},$e=e=>{let{size:t,palette:o,columns:a=Zl.columns,tileSize:r,disabled:s,...l}=e,p=[];if(o){let h=a||o.columns,x=o.colors?o.colors:o;Array.isArray(x)&&Array.from({length:Math.ceil(x.length/h)},(g,k)=>{let m=[];x.slice(k*h,(k+1)*h).map((v,M)=>{m.push((0,aa.jsx)(oa,{color:v,tileSize:r},M))});let C=(0,aa.jsx)(ii,{children:m},k);p.push(C)})}return(0,aa.jsx)("div",{...l,role:"grid","aria-label":"Color palette",tabIndex:0,"aria-disabled":s?"true":void 0,className:n(e.className,Br,A(Br,{disabled:s}),T(Br,{size:t})),children:(0,aa.jsx)("table",{className:"k-colorpalette-table",role:"none",children:(0,aa.jsx)("tbody",{children:p.length>0?p:e.children})})})};$e.states=qf;$e.options=Wf;$e.className=Br;$e.defaultOptions=Zl;$e.moduleName=Yl;$e.folderName=Ql;$e.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 Pr=$e;var Qa={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 ed=require("react/jsx-runtime"),jl=e=>(0,ed.jsx)(Pr,{palette:Qa.basic,...e});var Jf=require("react/jsx-runtime");var td=require("react/jsx-runtime");var od=require("react/jsx-runtime"),Yf=$e.options,Qf=$e.states,Zf={...$e.defaultOptions,variant:"basic"},jf=[{name:"basic",title:"Basic"},{name:"monochrome",title:"Monochrome"}],eb={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}},tb=[],ra=e=>{let{variant:t="basic",...o}=e,a=eb[t];return(0,od.jsx)(jl,{columns:a.columns,palette:a,...o})};ra.options=Yf;ra.states=Qf;ra.variants=jf;ra.defaultOptions=Zf;ra.modifiers=tb;ra.className=$e.className;var ad="color-editor",rd="coloreditor";var me=require("react/jsx-runtime"),wr="k-coloreditor",ob=[i.focus],ab={size:[c.undefined,c.small,c.medium,c.large]},Za={view:"gradient",palette:Qa.office,actionButtons:!0,canvasOrientation:"horizontal"},de=e=>{let{size:t,view:o=Za.view,palette:a=Za.palette,color:r,currentColor:s,focus:l,focusView:p,dir:h,group:x,actionButtons:g=Za.actionButtons,canvasOrientation:k=Za.canvasOrientation,...m}=e;return(0,me.jsxs)("div",{...m,role:"textbox","aria-label":"Color editor",tabIndex:0,className:n(e.className,"k-flatcolorpicker",wr,T(wr,{size:t}),A(wr,{focus:l})),dir:h,children:[(0,me.jsxs)("div",{className:"k-coloreditor-header k-hstack",children:[(0,me.jsx)("div",{className:"k-coloreditor-header-actions k-hstack",children:x&&(0,me.jsxs)(w,{fillMode:"flat",children:[(0,me.jsx)(d,{className:"k-group-start",size:t,fillMode:"flat",icon:"droplet-slider",selected:o==="gradient","aria-label":"Color gradient view"}),(0,me.jsx)(d,{className:"k-group-end",size:t,fillMode:"flat",icon:"palette",selected:o==="palette","aria-label":"Color palette view"})]})}),(0,me.jsx)("div",{className:"k-spacer"}),(0,me.jsxs)("div",{className:"k-coloreditor-header-actions k-hstack",children:[(0,me.jsx)(d,{fillMode:"flat",icon:"droplet-slash",size:t,"aria-label":"Reset color"}),(0,me.jsxs)("div",{className:"k-coloreditor-preview k-vstack",children:[(0,me.jsx)(oo,{className:"k-coloreditor-preview-color",color:r}),(0,me.jsx)(oo,{className:"k-coloreditor-current-color",color:s})]})]})]}),(0,me.jsx)("div",{className:"k-coloreditor-views k-vstack",children:o==="gradient"?(0,me.jsx)(ke,{focus:p,size:t,canvasOrientation:k,role:"none",tabIndex:-1}):(0,me.jsx)($e,{palette:a,size:t})}),g&&(0,me.jsxs)(U,{className:"k-coloreditor-footer",alignment:"start",children:[(0,me.jsx)(d,{themeColor:"primary",size:t,className:"k-coloreditor-apply",children:"Apply"}),(0,me.jsx)(d,{className:"k-coloreditor-cancel",size:t,children:"Cancel"})]})]})};de.states=ob;de.options=ab;de.className=wr;de.defaultOptions=Za;de.moduleName=ad;de.folderName=rd;de.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 na=de;var rb=require("react/jsx-runtime");var nb=require("react/jsx-runtime");var id=require("react/jsx-runtime"),nd=e=>(0,id.jsx)(na,{group:!0,currentColor:"fuchsia",...e});var ld=require("react/jsx-runtime"),sd=e=>(0,ld.jsx)(na,{view:"palette",group:!0,currentColor:"fuchsia",...e});var li=require("react/jsx-runtime"),ib=de.options,sb=de.states,lb={...de.defaultOptions,variant:"gradient"},db=[{name:"gradient",title:"Gradient"},{name:"palette",title:"Palette"}],cb=[],ia=e=>{let{variant:t,...o}=e;return t==="palette"?(0,li.jsx)(sd,{...o,color:"white"}):(0,li.jsx)(nd,{...o,color:"rgba(183, 118 , 118, 1.00)"})};ia.options=ib;ia.states=sb;ia.variants=db;ia.defaultOptions=lb;ia.modifiers=cb;ia.className=de.className;var dd="color-picker",cd="colorpicker";var be=require("react/jsx-runtime"),pd="k-colorpicker",pb=[i.hover,i.focus,i.valid,i.invalid,i.required,i.disabled],mb={size:[c.undefined,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full],fillMode:[f.undefined,f.solid,f.flat,f.outline]},md={arrowIconName:"chevron-down"},nt=e=>{let{size:t,rounded:o,fillMode:a,arrowIconName:r=md.arrowIconName,prefix:s,suffix:l,value:p,placeholder:h,hover:x,focus:g,valid:k,invalid:m,required:C,disabled:v,valueIconName:M,popup:O,opened:I,adaptive:K,adaptiveSettings:Q,adaptiveTitle:xe,adaptiveSubtitle:ve,...Ce}=e,He="colorpicker-popup";return(0,be.jsxs)(be.Fragment,{children:[(0,be.jsxs)(Bt,{...Ce,size:t,rounded:o,fillMode:a,hover:x,focus:g,valid:k,invalid:m,required:C,disabled:v,role:"combobox","aria-haspopup":"dialog","aria-expanded":I?"true":"false","aria-controls":I||K?He:void 0,"aria-label":"Color picker",tabIndex:0,"aria-disabled":v?"true":void 0,className:n(e.className,pd,"k-icon-picker"),children:[(0,be.jsx)(Qe,{children:s}),(0,be.jsx)(No,{placeholder:h,value:p,showValue:!1,valueIcon:(0,be.jsx)(oo,{className:"k-value-icon",color:p,iconName:M}),valueIconName:M}),(0,be.jsx)(Ze,{children:l}),(0,be.jsx)(d,{className:"k-input-button",icon:r,size:t,fillMode:a,tabIndex:-1,"aria-label":"Open color picker",disabled:v})]}),I&&O&&(0,be.jsx)(V,{id:He,className:"k-colorpicker-popup",children:O}),K&&(0,be.jsx)(le,{adaptive:!0,id:He,...Q,header:(0,be.jsx)(Ue,{actionsEnd:(0,be.jsx)(d,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply"}),title:xe,subtitle:ve}),footer:(0,be.jsxs)(ao,{children:[(0,be.jsx)(d,{text:"Cancel",size:"large"}),(0,be.jsx)(d,{text:"Set",size:"large",themeColor:"primary"})]}),children:(0,be.jsx)(de,{canvasOrientation:"vertical",size:"large",actionButtons:!1,group:!0})})]})};nt.states=pb;nt.options=mb;nt.className=pd;nt.defaultOptions=md;nt.moduleName=dd;nt.folderName=cd;nt.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 Gt=nt;var ud=require("react/jsx-runtime"),Rr=e=>(0,ud.jsx)(Gt,{...e});var ub=require("react/jsx-runtime");var fb=require("react/jsx-runtime");var bb=require("react/jsx-runtime");var hb=require("react/jsx-runtime");var xb=require("react/jsx-runtime");var Nb=require("react/jsx-runtime");var co=require("react/jsx-runtime"),kb=Gt.options,gb=Gt.states,fd={...Gt.defaultOptions,variant:"color"},vb=[{name:"color",title:"Color",default:!0},{name:"no color",title:"No color"},{name:"icon",title:"Icon"}],Cb=[{name:"opened",title:"Opened"}],sa=e=>{let{variant:t,modifiers:o,...a}={...fd,...e},r={};Object.keys(o||{}).forEach(l=>{l==="opened"&&(r.opened=!!(o!=null&&o[l]),r.popup=o!=null&&o[l]?(0,co.jsx)(de,{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,co.jsx)("div",{style:s,children:(0,co.jsx)(Rr,{...a,...r})});case"icon":return(0,co.jsx)("div",{style:s,children:(0,co.jsx)(Rr,{value:"rgba(183, 118 , 118, 1.00)",valueIconName:"edit-tools",...a,...r})});default:return(0,co.jsx)("div",{style:s,children:(0,co.jsx)(Rr,{value:"rgba(183, 118 , 118, 1.00)",...a,...r})})}};sa.options=kb;sa.states=gb;sa.variants=vb;sa.defaultOptions=fd;sa.modifiers=Cb;sa.className=Gt.className;var di="combobox",bd=di;var F=require("react/jsx-runtime"),hd="k-combobox",Lb=[i.hover,i.focus,i.valid,i.invalid,i.loading,i.required,i.disabled,i.readonly],Mb={size:[c.undefined,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full],fillMode:[f.undefined,f.solid,f.flat,f.outline]},xd={separators:!0},Re=e=>{let{size:t,rounded:o,fillMode:a,separators:r=xd.separators,prefix:s,suffix:l,value:p,placeholder:h,hover:x,focus:g,valid:k,invalid:m,required:C,loading:v,disabled:M,popup:O,opened:I,readonly:K,adaptive:Q,adaptiveSettings:xe,adaptiveTitle:ve,adaptiveSubtitle:Ce,adaptiveCustomValue:He,id:bo,autocomplete:Jr,activeDescendant:to,"aria-label":pr,...Yr}=e,Qr=bo?`${bo}-listbox`:void 0;return(0,F.jsxs)(F.Fragment,{children:[(0,F.jsxs)(ee,{...Yr,size:t,rounded:o,fillMode:a,hover:x,focus:g,valid:k,invalid:m,required:C,loading:v,disabled:M,readonly:K,className:n(e.className,hd),children:[s&&(0,F.jsxs)(F.Fragment,{children:[(0,F.jsx)(Qe,{children:s}),r&&(0,F.jsx)(Fe,{})]}),(0,F.jsx)(at,{id:bo,placeholder:h,value:p,role:"combobox","aria-haspopup":"listbox","aria-expanded":I?"true":"false","aria-controls":I?Qr:void 0,"aria-activedescendant":I&&to?to:void 0,"aria-autocomplete":Jr,"aria-invalid":m?"true":void 0,"aria-busy":v?"true":void 0,"aria-label":pr,disabled:M,readOnly:K}),(0,F.jsx)(ze,{valid:k,invalid:m,loading:v,disabled:M}),(0,F.jsx)(Ye,{loading:v,disabled:M}),(0,F.jsx)(ot,{loading:v,disabled:M,readonly:K,value:p}),l&&(0,F.jsxs)(F.Fragment,{children:[r&&(0,F.jsx)(Fe,{}),(0,F.jsx)(Ze,{children:l})]}),(0,F.jsx)(d,{className:"k-input-button",icon:"chevron-down",size:t,fillMode:a,"aria-label":"Open popup",tabIndex:-1,disabled:M})]}),I&&O&&(0,F.jsx)(V,{className:"k-list-container k-combobox-popup",containerRole:"region",containerAriaLabel:"Combobox suggestions",children:O}),Q&&(0,F.jsx)(le,{adaptive:!0,id:bo?`${bo}-adaptive`:void 0,...xe,header:(0,F.jsx)(Ue,{actionsEnd:(0,F.jsx)(d,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply selection"}),input:!0,inputValue:p,inputPlaceholder:h,title:ve,subtitle:Ce}),children:(0,F.jsx)("div",{className:"k-list-container",children:(0,F.jsx)(H,{customValue:He?(0,F.jsx)(lo,{text:`Use "${p}"`}):void 0,size:"large",children:(0,F.jsxs)(q,{"aria-label":ve||"Options",children:[(0,F.jsx)(R,{text:"List item"}),(0,F.jsx)(R,{text:"List item"}),(0,F.jsx)(R,{text:"List item"})]})})})})]})};Re.states=Lb;Re.options=Mb;Re.className=hd;Re.defaultOptions=xd;Re.moduleName=di;Re.folderName=bd;Re.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 it=Re;var kd=require("react/jsx-runtime"),Nd=e=>(0,kd.jsx)(it,{...e});var gd=require("react/jsx-runtime");var vd=require("react/jsx-runtime");var Cd=require("react/jsx-runtime");var Ld=require("react/jsx-runtime");var Md=require("react/jsx-runtime");var Sd=require("react/jsx-runtime");var ci=require("react/jsx-runtime");var Sb=require("react/jsx-runtime");var Ab=require("react/jsx-runtime");var Ad=require("react/jsx-runtime");var Id=require("react/jsx-runtime");var It=require("react/jsx-runtime"),Ib=Re.states,Tb=Re.defaultOptions,yb=Re.options,Eb=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"opened",title:"Opened"}],Ob=[],la=e=>{let{modifiers:t,...o}=e,a={},r=(0,It.jsx)(H,{style:{width:300},size:o.size,children:(0,It.jsxs)(q,{children:[(0,It.jsx)(R,{children:"List item"}),(0,It.jsx)(R,{children:"List item"}),(0,It.jsx)(R,{children:"List item"})]})});return Object.keys(t||{}).forEach(s=>{switch(s){case"prefix":a.prefix=t!=null&&t[s]?(0,It.jsx)(L,{icon:"map-marker-target"}):void 0;break;case"suffix":a.suffix=t!=null&&t[s]?(0,It.jsx)(X,{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,It.jsx)("div",{children:(0,It.jsx)(Nd,{value:"Value",style:{width:300},...o,...a})})};la.options=yb;la.states=Ib;la.variants=Ob;la.defaultOptions=Tb;la.modifiers=Eb;la.className=Re.className;var pi="menu-button",Td=pi;var Ed=require("react/jsx-runtime"),yd="k-menu-button",Bb=[i.hover,i.focus,i.active,i.selected,i.disabled],Pb={size:[c.undefined,c.xsmall,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full],fillMode:[f.undefined,f.solid,f.flat,f.outline,f.clear,f.link],themeColor:[N.undefined,N.base,N.primary,N.secondary,N.tertiary,N.success,N.warning,N.error,N.info,N.inverse]},mi={showArrow:!0,arrowIconName:"chevron-down"},W=e=>{let{size:t,rounded:o,fillMode:a,themeColor:r,hover:s,focus:l,active:p,selected:h,disabled:x,icon:g,text:k,showArrow:m=mi.showArrow,arrowIconName:C=mi.arrowIconName,expanded:v,...M}=e;return(0,Ed.jsx)(d,{...M,className:n(e.className,yd),text:k,size:t,rounded:o,fillMode:a,themeColor:r,hover:s,focus:l,active:p,selected:h,disabled:x,icon:g,showArrow:m,arrowIconName:C,"aria-expanded":v?"true":"false",...!k&&g&&!e["aria-label"]&&{"aria-label":"Menu"},...x&&{"aria-disabled":"true"}})};W.states=Bb;W.options=Pb;W.className=yd;W.defaultOptions=mi;W.moduleName=pi;W.folderName=Td;W.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 wb=require("react/jsx-runtime");var Rb=require("react/jsx-runtime");var Kb=require("react/jsx-runtime");var st="menu",kt=st;var Vt=require("react/jsx-runtime"),ui="k-menu-item",_b=[i.hover,i.focus,i.active,i.selected,i.disabled],Db={},Od={iconPosition:"before"},Ke=e=>{let{hover:t,focus:o,active:a,selected:r,disabled:s,icon:l,text:p,first:h,last:x,showArrow:g,arrowIconName:k,iconPosition:m=Od.iconPosition,dir:C,children:v,expanded:M,...O}=e,I=k;return I||(I=C==="rtl"?"chevron-left":"chevron-right"),(0,Vt.jsxs)("li",{...O,className:n(e.className,ui,"k-item",A(ui,{focus:o,disabled:s,hover:t,active:a,selected:r}),{"k-first":h,"k-last":x}),role:"menuitem",...g&&{"aria-haspopup":"menu"},...g&&{"aria-expanded":M?"true":"false"},...s&&{"aria-disabled":"true"},...o&&{tabIndex:0},children:[(0,Vt.jsxs)("span",{className:n("k-link k-menu-link"),children:[l&&m==="before"&&(0,Vt.jsx)(L,{className:"k-menu-link-icon",icon:l}),(0,Vt.jsx)("span",{className:"k-menu-link-text",children:p}),l&&m==="after"&&(0,Vt.jsx)(L,{className:"k-menu-link-icon",icon:l}),g&&(0,Vt.jsx)("span",{className:"k-menu-expand-arrow","aria-hidden":"true",children:(0,Vt.jsx)(L,{icon:I})})]}),v]})};Ke.states=_b;Ke.options=Db;Ke.className=ui;Ke.defaultOptions=Od;Ke.moduleName=st;Ke.folderName=kt;var $t=require("react/jsx-runtime"),fi="k-menu-item",Hb=[i.hover,i.focus,i.active,i.selected,i.disabled],zb={},bi={dir:"ltr",iconPosition:"before"},ae=e=>{let{hover:t,focus:o,active:a,selected:r,disabled:s,icon:l,text:p,first:h,last:x,showArrow:g,arrowIconName:k,iconPosition:m=bi.iconPosition,dir:C=bi.dir,children:v,popup:M,expanded:O,...I}=e,K=k;return K||(K=C==="rtl"?"chevron-left":"chevron-right"),(0,$t.jsxs)("li",{...I,className:n(e.className,fi,"k-item",A(fi,{focus:o,disabled:s}),{"k-first":h,"k-last":x}),role:"menuitem",...g&&{"aria-haspopup":"menu"},...g&&{"aria-expanded":O?"true":"false"},...s&&{"aria-disabled":"true"},...o&&{tabIndex:0},children:[(0,$t.jsxs)("span",{className:n("k-link k-menu-link",A("k-menu-link",{hover:t,active:a,selected:r,disabled:s})),children:[l&&m==="before"&&(0,$t.jsx)(L,{className:"k-menu-link-icon",icon:l}),(0,$t.jsx)("span",{className:"k-menu-link-text",children:p}),l&&m==="after"&&(0,$t.jsx)(L,{className:"k-menu-link-icon",icon:l}),g&&(0,$t.jsx)("span",{className:"k-menu-expand-arrow","aria-hidden":"true",children:(0,$t.jsx)(L,{icon:K})})]}),v,M]})};ae.states=Hb;ae.options=zb;ae.className=fi;ae.defaultOptions=bi;ae.moduleName=st;ae.folderName=kt;var wd=require("react/jsx-runtime"),Bd="k-menu-scroll-wrapper",Fb=[],Ub={},Gb={},Mo=e=>{let{className:t,children:o,orientation:a,...r}=e;return(0,wd.jsx)("div",{...r,className:n(t,Bd,{"k-menu-scroll-wrapper-vertical":a==="vertical"}),children:o})};Mo.states=Fb;Mo.options=Ub;Mo.className=Bd;Mo.defaultOptions=Gb;Mo.moduleName=st;Mo.folderName=kt;var Pd=Mo;var Ie=require("react/jsx-runtime"),hi="k-menu",Vb=[],$b={},_r={orientation:"horizontal",header:!0,scrollButtonsPosition:"around"},ge=e=>{let{children:t,orientation:o=_r.orientation,header:a=_r.header,scrollable:r,scrollButtonsPosition:s=_r.scrollButtonsPosition,wrapperStyles:l,dir:p,popup:h,contextMenu:x,...g}=e,k={horizontal:{prev:p!=="rtl"?"left":"right",next:p!=="rtl"?"right":"left"},vertical:{prev:"up",next:"down"}},m=(0,Ie.jsx)("ul",{dir:p,...g,className:n(e.className,"k-reset",hi,{[`${hi}-${o}`]:o,"k-header":a}),role:x?"menu":"menubar",...o==="vertical"&&{"aria-orientation":"vertical"},children:t});return(0,Ie.jsxs)(Ie.Fragment,{children:[r?(0,Ie.jsxs)(Pd,{orientation:o,style:l,dir:e.dir,children:[s==="start"&&(0,Ie.jsxs)(Ie.Fragment,{children:[(0,Ie.jsx)(d,{fillMode:"flat",icon:`chevron-${k[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),(0,Ie.jsx)(d,{fillMode:"flat",icon:`chevron-${k[o].next}`,className:"k-menu-scroll-button k-menu-scroll-button-next",tabIndex:-1,"aria-label":"Scroll next"})]}),s==="around"&&(0,Ie.jsx)(d,{fillMode:"flat",icon:`chevron-${k[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),m,s==="end"&&(0,Ie.jsxs)(Ie.Fragment,{children:[(0,Ie.jsx)(d,{fillMode:"flat",icon:`chevron-${k[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),(0,Ie.jsx)(d,{fillMode:"flat",icon:`chevron-${k[o].next}`,className:"k-menu-scroll-button k-menu-scroll-button-next",tabIndex:-1,"aria-label":"Scroll next"})]}),s==="around"&&(0,Ie.jsx)(d,{fillMode:"flat",icon:`chevron-${k[o].next}`,className:"k-menu-scroll-button k-menu-scroll-button-next",tabIndex:-1,"aria-label":"Scroll next"})]}):m,h]})};ge.states=Vb;ge.options=$b;ge.className=hi;ge.defaultOptions=_r;ge.moduleName=st;ge.folderName=kt;ge.ariaSpec={selector:".k-menu",rules:[{selector:".k-menu:not(.k-context-menu)",attribute:"role=menubar",usage:"Announces the Menu menubar role."},{selector:".k-menu.k-menu-vertical",attribute:"aria-orientation=vertical",usage:"Announces the Menu orientation when vertical."},{selector:".k-menu-item",attribute:"role=menuitem",usage:"Announces the Menu item role."},{selector:".k-menu-item",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 Kd=require("react/jsx-runtime"),xi="k-separator",Rd={orientation:"horizontal"},da=e=>{let{orientation:t=Rd.orientation,...o}=e;return(0,Kd.jsx)("li",{...o,className:n(e.className,"k-item",xi,{[`${xi}-${t}`]:t}),role:"separator"})};da.className=xi;da.defaultOptions=Rd;da.moduleName=st;da.folderName=kt;var _d=require("react/jsx-runtime");var Dd=require("react/jsx-runtime"),Ni="k-menu-group",Xb=[],qb={size:[c.undefined,c.small,c.medium,c.large]},Wb={},_e=e=>{let{children:t,size:o,...a}=e;return(0,Dd.jsx)("ul",{...a,className:n(e.className,Ni,T(Ni,{size:o})),role:"menu",children:t})};_e.states=Xb;_e.options=qb;_e.className=Ni;_e.defaultOptions=Wb;_e.moduleName=st;_e.folderName=kt;var Tt=require("react/jsx-runtime"),ki=e=>(0,Tt.jsx)(ge,{children:(0,Tt.jsxs)(Tt.Fragment,{children:[(0,Tt.jsx)(Ke,{first:!0,text:"Item 1"}),(0,Tt.jsx)(Ke,{showArrow:!0,arrowIconName:"chevron-down",text:"Item 2"}),(0,Tt.jsx)(Ke,{showArrow:!0,arrowIconName:"chevron-down",text:"Item 3"}),(0,Tt.jsx)(Ke,{text:"Item 4"}),(0,Tt.jsx)(Ke,{last:!0,text:"Item 5"})]}),...e});var gi=require("react/jsx-runtime");var vi=require("react/jsx-runtime");var Ci=require("react/jsx-runtime");var Li=require("react/jsx-runtime");var Kt=require("react/jsx-runtime"),Jb=ge.options,Yb=ge.states,Hd={...ge.defaultOptions,variant:"horizontal"},Qb=[{name:"horizontal",title:"Horizontal"},{name:"vertical",title:"Vertical"}],Zb=[{name:"scrollable",title:"Scrollable"},{name:"opened",title:"Opened"}],ca=e=>{let{variant:t,modifiers:o,...a}={...Hd,...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,Kt.jsx)(V,{className:"k-menu-popup",children:(0,Kt.jsxs)(_e,{children:[(0,Kt.jsx)(ae,{text:"Item 1"}),(0,Kt.jsx)(ae,{text:"Item 2"}),(0,Kt.jsx)(da,{}),(0,Kt.jsx)(ae,{text:"Item 3"})]})});break}}),t==="vertical"?(0,Kt.jsx)(ki,{...a,...r,orientation:"vertical",style:{width:"200px"}}):(0,Kt.jsx)(ki,{...a,...r})};ca.options=Jb;ca.states=Yb;ca.variants=Qb;ca.defaultOptions=Hd;ca.modifiers=Zb;ca.className=ge.className;var Mi=require("react/jsx-runtime");var jb=require("react/jsx-runtime");var De=require("react/jsx-runtime"),eh=d.states,zd={...d.defaultOptions,variant:"text"},th=d.options,oh=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],ah=[{name:"opened",title:"Opened"}],pa=e=>{let{variant:t,modifiers:o,...a}={...zd,...e},r={},s=(0,De.jsx)(V,{className:"k-menu-popup",children:(0,De.jsxs)(_e,{size:a.size,children:[(0,De.jsx)(ae,{first:!0,text:"Menu Item"}),(0,De.jsx)(ae,{text:"Menu Item"}),(0,De.jsx)(ae,{last:!0,text:"Menu Item"})]})}),l;switch(t){case"icon-only":l=(0,De.jsx)("div",{children:(0,De.jsx)(W,{...a,...r,icon:"star"})});break;case"icon-and-text":l=(0,De.jsx)("div",{children:(0,De.jsx)(W,{...a,...r,icon:"star",children:"Dropdown Button"})});break;default:l=(0,De.jsx)("div",{children:(0,De.jsx)(W,{...a,...r,children:"Dropdown Button"})});break}return(0,De.jsxs)(De.Fragment,{children:[l,(o==null?void 0:o.opened)&&s]})};pa.options=th;pa.states=eh;pa.variants=oh;pa.defaultOptions=zd;pa.modifiers=ah;pa.className=W.className;var Si="split-button",Fd=Si;var Xt=require("react/jsx-runtime"),Ai="k-split-button",rh=[i.hover,i.focus,i.active,i.selected,i.disabled],nh={size:[c.undefined,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full],fillMode:[f.undefined,f.solid,f.flat,f.outline,f.clear,f.link],themeColor:[N.undefined,N.base,N.primary,N.secondary,N.tertiary,N.success,N.warning,N.error,N.info,N.inverse]},Ud={arrowIconName:"chevron-down"},D=e=>{let{size:t,rounded:o,fillMode:a,themeColor:r,hover:s,focus:l,active:p,selected:h,disabled:x,icon:g,text:k,arrowIconName:m=Ud.arrowIconName,popup:C,opened:v,popupId:M,...O}=e;return(0,Xt.jsxs)(Xt.Fragment,{children:[(0,Xt.jsxs)("div",{...O,className:n(e.className,Ai,"k-button-group",T(Ai,{rounded:o})),children:[(0,Xt.jsx)(d,{text:k,icon:g,size:t,rounded:o,fillMode:a,themeColor:r,hover:s,focus:l,active:p,selected:h,disabled:x,...!k&&!e.children&&g&&{"aria-label":"Action"},children:e.children}),(0,Xt.jsx)(d,{className:"k-split-button-arrow",icon:m,size:t,rounded:o,fillMode:a,disabled:x,"aria-label":"Toggle dropdown","aria-expanded":v?"true":"false","aria-controls":v?M:void 0,tabIndex:-1,...x&&{"aria-disabled":"true"}})]}),v&&C&&(0,Xt.jsx)(V,{className:"k-menu-popup",children:C})]})};D.states=rh;D.options=nh;D.className=Ai;D.defaultOptions=Ud;D.moduleName=Si;D.folderName=Fd;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 Ii=D;var Gd=require("react/jsx-runtime"),ih="k-toolbar-separator",yt=e=>(0,Gd.jsx)("div",{className:n(ih,e.className,"k-separator")});var qt="toolbar",po=qt;var P=require("react/jsx-runtime"),Wt="k-toolbar",sh=[i.focus],lh={size:[c.undefined,c.small,c.medium,c.large],fillMode:[f.undefined,f.solid,f.outline,f.flat]},dh={scrollButtons:"around"},_=e=>{let{size:t,fillMode:o,focus:a,resizable:r,scrollable:s,scrollButtons:l,scrollingPosition:p,section:h,...x}=e,g=[],k=(m,C)=>{let v=[];if(m.type===d&&m.props.className&&m.props.className.includes("k-toolbar-overflow-button"))v.push((0,P.jsx)(d,{...m.props,className:`${m.props.className?m.props.className:""}`},`${C}-${new Date().getTime()}`));else if(m.type===d)v.push((0,P.jsx)(d,{...m.props,className:`k-toolbar-button ${m.props.className?m.props.className:""}`},`${C}-${new Date().getTime()}`));else if(m.type===G)v.push((0,P.jsx)(G,{...m.props,className:`k-toolbar-button ${m.props.className?m.props.className:""}`},`${C}-${new Date().getTime()}`));else if(m.type===X)v.push((0,P.jsx)(X,{...m.props,className:`k-toolbar-button ${m.props.className?m.props.className:""}`},`${C}-${new Date().getTime()}`));else if(m.type===W)v.push((0,P.jsx)(W,{...m.props,className:`k-toolbar-menu-button ${m.props.className?m.props.className:""}`},`${C}-${new Date().getTime()}`));else if(m.type===Ii)v.push((0,P.jsx)(Ii,{...m.props,className:`k-toolbar-split-button ${m.props.className?m.props.className:""}`},`${C}-${new Date().getTime()}`));else if(m.type===w||m.props.className&&m.props.className.includes("k-button-group")){let M=[];(Array.isArray(m.props.children)?m.props.children:[m.props.children]).forEach((I,K)=>{M.push((0,P.jsx)(d,{...I.props,className:`${I.props.className?I.props.className:""}`},`${K}-${new Date().getTime()}`))}),v.push((0,P.jsx)(w,{...m.props,className:`k-toolbar-button-group ${m.props.className?m.props.className:""}`,children:M},`${C}-${new Date().getTime()}`))}else m.type===Re?v.push((0,P.jsx)(Re,{...m.props,className:`k-toolbar-combobox ${m.props.className?m.props.className:""}`},`${C}-${new Date().getTime()}`)):m.type===ue?v.push((0,P.jsx)(ue,{...m.props,className:`k-toolbar-dropdownlist ${m.props.className?m.props.className:""}`},`${C}-${new Date().getTime()}`)):m.type===nt?v.push((0,P.jsx)(nt,{...m.props,className:`k-toolbar-colorpicker ${m.props.className?m.props.className:""}`},`${C}-${new Date().getTime()}`)):v.push(m);v.forEach(M=>{g.push(M)})};return e.children&&(Array.isArray(e.children)?e.children:[e.children]).forEach((C,v)=>{k(C,v)}),(0,P.jsxs)("div",{...x,className:n(e.className,Wt,T(Wt,{size:t,fillMode:o}),A(Wt,{focus:a}),{[`${Wt}-resizable`]:r,[`${Wt}-scrollable`]:s,[`${Wt}-scrollable-overlay`]:s&&l==="hidden",[`${Wt}-scrollable-${p}`]:p&&p!=="both",[`${Wt}-section`]:h}),role:"toolbar","aria-label":"Toolbar",children:[!s&&g,s&&l==="hidden"&&(0,P.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:g}),s&&l==="start"&&(0,P.jsxs)(P.Fragment,{children:[(0,P.jsxs)(w,{children:[(0,P.jsx)("span",{className:n("k-toolbar-prev","k-button",T("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,P.jsx)(L,{className:"k-button-icon",icon:"chevron-left"})}),(0,P.jsx)("span",{className:n("k-toolbar-next","k-button",T("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,P.jsx)(L,{className:"k-button-icon",icon:"chevron-right"})})]}),(0,P.jsx)(yt,{className:"k-toolbar-button-separator"}),(0,P.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:g})]}),s&&l==="end"&&(0,P.jsxs)(P.Fragment,{children:[(0,P.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:g}),(0,P.jsx)(yt,{className:"k-toolbar-button-separator"}),(0,P.jsxs)(w,{children:[(0,P.jsx)("span",{className:n("k-toolbar-prev","k-button",T("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,P.jsx)(L,{className:"k-button-icon",icon:"chevron-left"})}),(0,P.jsx)("span",{className:n("k-toolbar-next","k-button",T("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,P.jsx)(L,{className:"k-button-icon",icon:"chevron-right"})})]})]}),s&&(l==="around"||!l)&&(0,P.jsxs)(P.Fragment,{children:[(0,P.jsx)("span",{className:n("k-toolbar-prev","k-button",T("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,P.jsx)(L,{className:"k-button-icon",icon:"chevron-left"})}),(0,P.jsx)(yt,{className:"k-toolbar-button-separator"}),(0,P.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:g}),(0,P.jsx)(yt,{className:"k-toolbar-button-separator"}),(0,P.jsx)("span",{className:n("k-toolbar-next","k-button",T("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,P.jsx)(L,{className:"k-button-icon",icon:"chevron-right"})})]})]})};_.states=sh;_.options=lh;_.className=Wt;_.defaultOptions=dh;_.moduleName=qt;_.folderName=po;_.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 $d=require("react/jsx-runtime"),Vd="k-floating-toolbar",ch=[],ph={},mh={},ma=e=>{let{...t}=e;return(0,$d.jsx)("div",{...t,className:n(e.className,Vd),children:e.children})};ma.states=ch;ma.options=ph;ma.className=Vd;ma.defaultOptions=mh;ma.moduleName=qt;ma.folderName=po;var Xd=require("react/jsx-runtime"),Ti="k-toolbar-item",uh=[i.focus],fh={},bh={},ua=e=>{let{focus:t,...o}=e;return(0,Xd.jsx)("div",{...o,className:n(e.className,Ti,A(Ti,{focus:t})),children:e.children})};ua.states=uh;ua.options=fh;ua.className=Ti;ua.defaultOptions=bh;ua.moduleName=qt;ua.folderName=po;var yi=require("react/jsx-runtime"),qd="k-toolbar-popup",hh=[],xh={size:[c.undefined,c.small,c.medium,c.large],fillMode:[f.undefined,f.solid,f.outline,f.flat]},Nh={},So=e=>{let{size:t,fillMode:o,section:a,...r}=e;return(0,yi.jsx)(V,{...r,className:n(e.className,qd),children:a?(0,yi.jsx)("span",{className:n("k-toolbar-items-list",T("k-toolbar-items-list",{size:t,fillMode:o})),role:"toolbar",children:e.children}):e.children})};So.states=hh;So.options=xh;So.className=qd;So.defaultOptions=Nh;So.moduleName=qt;So.folderName=po;var Dr=So;var kh=require("react/jsx-runtime");var gh=require("react/jsx-runtime");var vh=require("react/jsx-runtime");var Wd=require("react/jsx-runtime");var Ch=require("react/jsx-runtime");var gt=require("react/jsx-runtime"),Lh=D.states,Jd={...D.defaultOptions,variant:"text"},Mh=D.options,Sh=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],Ah=[{name:"opened",title:"Opened"}],fa=e=>{let{variant:t,modifiers:o,...a}={...Jd,...e},r={},s=(0,gt.jsxs)(_e,{size:a.size,children:[(0,gt.jsx)(ae,{first:!0,text:"Menu Item"}),(0,gt.jsx)(ae,{text:"Menu Item"}),(0,gt.jsx)(ae,{last:!0,text:"Menu Item"})]});switch(Object.keys(o||{}).forEach(l=>{l==="opened"&&(r.opened=!!(o!=null&&o[l]),r.popup=o!=null&&o[l]?s:"")}),t){case"icon-only":return(0,gt.jsx)("div",{children:(0,gt.jsx)(D,{...a,...r,icon:"star"})});case"icon-and-text":return(0,gt.jsx)("div",{children:(0,gt.jsx)(D,{...a,...r,icon:"star",children:"Split Button"})});default:return(0,gt.jsx)("div",{children:(0,gt.jsx)(D,{...a,...r,children:"Split Button"})})}};fa.options=Mh;fa.states=Lh;fa.variants=Sh;fa.defaultOptions=Jd;fa.modifiers=Ah;fa.className=D.className;var _t=require("react/jsx-runtime"),Yd=e=>(0,_t.jsx)(_,{children:[(0,_t.jsx)(d,{children:"Button"},"toolbar-button"),(0,_t.jsx)(W,{text:"Menu button"},"toolbar-menu-button"),(0,_t.jsx)(D,{children:"Split button"},"toolbar-split-button"),(0,_t.jsxs)(w,{children:[(0,_t.jsx)(d,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,_t.jsx)(d,{icon:"align-center",children:"Center"}),(0,_t.jsx)(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...e});var Qd=require("react/jsx-runtime");var Te=require("react/jsx-runtime"),Zd=e=>(0,Te.jsx)(_,{scrollable:!0,...e,children:[(0,Te.jsx)(d,{children:"Button"},"toolbar-button"),(0,Te.jsx)(W,{text:"Menu button"},"toolbar-menu-button"),(0,Te.jsx)(D,{children:"Split button"},"toolbar-split-button"),(0,Te.jsxs)(w,{children:[(0,Te.jsx)(d,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,Te.jsx)(d,{icon:"align-center",children:"Center"}),(0,Te.jsx)(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group"),(0,Te.jsx)(d,{children:"Button"},"toolbar-button"),(0,Te.jsx)(W,{text:"Menu button"},"toolbar-menu-button"),(0,Te.jsx)(D,{children:"Split button"},"toolbar-split-button"),(0,Te.jsxs)(w,{children:[(0,Te.jsx)(d,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,Te.jsx)(d,{icon:"align-center",children:"Center"}),(0,Te.jsx)(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...e});var ye=require("react/jsx-runtime"),jd=({scrollingPosition:e="start",...t})=>(0,ye.jsx)(_,{scrollable:!0,scrollButtons:"hidden",scrollingPosition:e,...t,children:[(0,ye.jsx)(d,{children:"Button"},"toolbar-button"),(0,ye.jsx)(W,{text:"Menu button"},"toolbar-menu-button"),(0,ye.jsx)(D,{children:"Split button"},"toolbar-split-button"),(0,ye.jsxs)(w,{children:[(0,ye.jsx)(d,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,ye.jsx)(d,{icon:"align-center",children:"Center"}),(0,ye.jsx)(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group"),(0,ye.jsx)(d,{children:"Button"},"toolbar-button"),(0,ye.jsx)(W,{text:"Menu button"},"toolbar-menu-button"),(0,ye.jsx)(D,{children:"Split button"},"toolbar-split-button"),(0,ye.jsxs)(w,{children:[(0,ye.jsx)(d,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,ye.jsx)(d,{icon:"align-center",children:"Center"}),(0,ye.jsx)(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...t});var re=require("react/jsx-runtime"),ec=({fillMode:e,size:t,...o})=>(0,re.jsxs)(re.Fragment,{children:[(0,re.jsx)(_,{section:!0,fillMode:e,size:t,children:[(0,re.jsx)(d,{fillMode:e,size:t,children:"Button"},"toolbar-button"),(0,re.jsxs)(w,{fillMode:e,children:[(0,re.jsx)(d,{className:"k-group-start",icon:"align-left",fillMode:e,size:t,children:"Left"}),(0,re.jsx)(d,{icon:"align-center",fillMode:e,size:t,children:"Center"}),(0,re.jsx)(d,{className:"k-group-end",icon:"align-right",fillMode:e,size:t,children:"Right"})]},"toolbar-button-group"),(0,re.jsx)(yt,{className:"k-toolbar-button-separator"}),(0,re.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,re.jsxs)(Dr,{size:t,fillMode:e,section:!0,...o,children:[(0,re.jsx)(D,{fillMode:e,size:t,children:"Split button"},"toolbar-split-button"),(0,re.jsx)(d,{fillMode:e,size:t,children:"Button"},"toolbar-button"),(0,re.jsx)(yt,{}),(0,re.jsx)(W,{text:"Menu button",fillMode:e,size:t},"toolbar-menu-button"),(0,re.jsxs)(w,{fillMode:e,children:[(0,re.jsx)(d,{className:"k-group-start",icon:"align-left",fillMode:e,size:t,children:"Left"}),(0,re.jsx)(d,{icon:"align-center",fillMode:e,size:t,children:"Center"}),(0,re.jsx)(d,{className:"k-group-end",icon:"align-right",fillMode:e,size:t,children:"Right"})]},"toolbar-button-group")]})]});var Ei=require("react/jsx-runtime");var Oi=require("react/jsx-runtime");var Jt=require("react/jsx-runtime"),Ih=_.options,Th=_.states,tc={..._.defaultOptions,variant:"default"},yh=[{name:"default",title:"Default"},{name:"scrollable",title:"Scrollable"},{name:"overlay",title:"Overlay"},{name:"responsive",title:"Responsive"}],Eh=[],ba=e=>{let{variant:t,...o}={...tc,...e};switch(t){case"responsive":return(0,Jt.jsx)("div",{children:(0,Jt.jsx)(ec,{style:{width:"583px"},...o})});case"overlay":return(0,Jt.jsx)("div",{children:(0,Jt.jsx)(jd,{style:{width:"583px"},...o,scrollingPosition:"start",scrollButtons:"hidden"})});case"scrollable":return(0,Jt.jsx)("div",{children:(0,Jt.jsx)(Zd,{style:{width:"583px"},...o})});default:return(0,Jt.jsx)("div",{children:(0,Jt.jsx)(Yd,{style:{width:"583px"},...o})})}};ba.options=Ih;ba.states=Th;ba.variants=yh;ba.defaultOptions=tc;ba.modifiers=Eh;ba.className=_.className;var Bi="prompt",oc=Bi;var ja=require("react/jsx-runtime"),ac="k-prompt",Oh=[],Bh={},Ph={},Y=e=>{let{...t}=e;return(0,ja.jsx)("div",{...t,className:n(e.className,ac),children:(0,ja.jsx)(ja.Fragment,{children:e.children})})};Y.states=Oh;Y.options=Bh;Y.className=ac;Y.defaultOptions=Ph;Y.moduleName=Bi;Y.folderName=oc;Y.ariaSpec={selector:".k-prompt",rules:[{selector:".k-input-prefix > .k-button",attribute:"role=button or nodeName=button",usage:"The buttons must have appropriate role."},{selector:".k-input-prefix > .k-button",attribute:"aria-label or title",usage:"The buttons must be properly labelled."},{selector:".k-input-suffix > .k-button",attribute:"role=button or nodeName=button",usage:"The buttons must have appropriate role."},{selector:".k-input-suffix > .k-button",attribute:"aria-label or title",usage:"The buttons must be properly labelled."},{selector:".k-input-suffix > .k-prompt-send.k-disabled",attribute:"disabled",usage:"Announces send action as disabled if necessary."},{selector:".k-prompt-expander .k-button",attribute:"aria-controls (when present)",usage:"Points to the controlled element based on the given id."},{selector:".k-prompt-expander .k-button",attribute:"aria-expanded",usage:"Indicates the expanded state of the prompt expander content."},{selector:".k-prompt-expander .k-suggestion-group",attribute:"role=group",usage:"Indicates that the suggestion container element is a group."},{selector:".k-prompt-expander .k-suggestion",attribute:"role=button",usage:"Indicates that the suggestion element is a button."},{selector:".k-prompt-expander .k-suggestion",attribute:"aria-label or title",usage:"The suggestion elements must be properly labelled."},{selector:".k-prompt-expander .k-suggestion",attribute:"tabindex=0",usage:"The suggestion element should be focusable."}]};var rc=require("react/jsx-runtime"),wh="k-prompt-header",Et=e=>{let{...t}=e;return(0,rc.jsx)("div",{...t,className:n(e.className,wh),children:e.children})};var er=require("react/jsx-runtime"),Rh="k-prompt-content",lt=e=>{let{...t}=e;return(0,er.jsx)("div",{...t,className:n(e.className,Rh),children:(0,er.jsx)(er.Fragment,{children:e.children})})};var nc=require("react/jsx-runtime"),Kh="k-prompt-view",dt=e=>{let{...t}=e;return(0,nc.jsx)("div",{...t,className:n(e.className,Kh),children:e.children})};var tr=require("react/jsx-runtime"),_h="k-prompt-expander",or=e=>{let{title:t,children:o,expanded:a,...r}=e,s=y("prompt-expander-content");return(0,tr.jsxs)("div",{...r,className:n(e.className,_h),children:[(0,tr.jsx)(G,{fillMode:"flat",icon:a?"chevron-up":"chevron-down","aria-expanded":a?"true":"false","aria-controls":a?s:void 0,children:t}),a&&(0,tr.jsx)("div",{className:"k-prompt-expander-content",id:s,children:o})]})};var ic=require("react/jsx-runtime"),Dh="k-prompt-footer",Ao=e=>{let{...t}=e;return(0,ic.jsx)("div",{...t,className:n(e.className,Dh),children:e.children})};var Hh=require("react/jsx-runtime");var dc=require("react/jsx-runtime"),sc="k-prompt-send",lc={generating:!1},ha=e=>{let{generating:t=lc.generating,...o}=e;return(0,dc.jsx)(d,{...o,className:n(e.className,sc,{"k-generating":t}),icon:t?"stop-sm":"paper-plane",active:t,fillMode:"flat","aria-label":t?"Stop generating":"Send prompt"})};ha.states=d.states;ha.options=d.options;ha.className=sc;ha.defaultOptions=lc;var ar=require("react/jsx-runtime"),Hr="k-fab",Uh=[i.hover,i.focus,i.active,i.selected,i.disabled],Gh={size:[c.undefined,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full],themeColor:[N.undefined,N.base,N.primary,N.secondary,N.tertiary]},cc={type:"button"},ce=e=>{let{size:t,rounded:o,themeColor:a,text:r,icon:s,type:l=cc.type,position:p,hover:h,focus:x,active:g,selected:k,disabled:m,...C}=e;return(0,ar.jsxs)("button",{...C,type:l,className:n(e.className,Hr,T(Hr,{size:t,rounded:o,themeColor:a}),A(Hr,{hover:h,focus:x,active:g,disabled:m,selected:k}),{[`!k-pos-absolute k-${p}`]:p}),...!r&&s&&!e["aria-label"]&&{"aria-label":"Action"},...m&&{"aria-disabled":"true"},disabled:m||void 0,children:[s&&(0,ar.jsx)(L,{className:"k-fab-icon",icon:s}),r&&(0,ar.jsx)("span",{className:"k-fab-text",children:r})]})};ce.states=Uh;ce.options=Gh;ce.className=Hr;ce.defaultOptions=cc;ce.moduleName="fab";ce.folderName="fab";ce.ariaSpec={selector:".k-fab",rules:[{selector:".k-fab",attribute:"role=button or nodeName=button",usage:"Omitted if the <button> DOM element is used."},{selector:".k-fab",attribute:"aria-label or title (when icon-only)",usage:"The attribute must be present when no text is initially visible in the button."},{selector:".k-fab.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the button is disabled."}]};var mc=require("react/jsx-runtime"),Vh="k-fab-items",pc=e=>{let{position:t,...o}=e;return(0,mc.jsx)("ul",{...o,className:n(e.className,Vh,{[`k-fab-items-${t}`]:t}),children:e.children})};var rr=require("react/jsx-runtime"),uc="k-fab-item",$h=[i.hover,i.focus,i.active,i.disabled],Pi=e=>{let{text:t,icon:o,align:a,hover:r,focus:s,active:l,disabled:p,...h}=e;return(0,rr.jsxs)("li",{...h,className:n(e.className,uc,{[`k-text-${a}`]:a},A(uc,{hover:r,focus:s,active:l,disabled:p})),children:[(0,rr.jsx)("span",{className:"k-fab-item-text",children:t}),(0,rr.jsx)(L,{className:"k-fab-item-icon",icon:o})]})};Pi.states=$h;var Xh=require("react/jsx-runtime");var qh=require("react/jsx-runtime");var Wh=require("react/jsx-runtime");var Jh=require("react/jsx-runtime");var Yt=require("react/jsx-runtime"),Yh=ce.options,Qh=ce.states,Zh={...ce.defaultOptions,variant:"text"},jh=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],ex=[{name:"opened",title:"Opened"}],xa=e=>{let{variant:t,modifiers:o,...a}=e,{opened:r}=o||{},s=r?(0,Yt.jsx)("div",{className:"k-fab-popup k-popup k-popup-transparent",style:{position:"absolute",top:"calc(16px + 36px)",right:"calc(16px + calc(36px / 2) - calc(36px /2))"},children:(0,Yt.jsx)(pc,{position:"bottom",children:(0,Yt.jsx)(Pi,{text:"Item",icon:"pencil",align:"right"})})}):null,l;switch(t){case"icon-only":l=(0,Yt.jsx)(ce,{...a,icon:"star"});break;case"icon-and-text":l=(0,Yt.jsx)(ce,{...a,icon:"star",text:"Action"});break;default:l=(0,Yt.jsx)(ce,{...a,text:"Action"});break}return(0,Yt.jsxs)("span",{style:{position:"relative"},children:[l,s]})};xa.options=Yh;xa.states=Qh;xa.variants=jh;xa.defaultOptions=Zh;xa.modifiers=ex;xa.className=ce.className;var hc=require("react/jsx-runtime"),fc="k-prompt-stop-fab",bc={generating:!0},Io=e=>{let{generating:t=bc.generating,icon:o,...a}=e;return(0,hc.jsx)(ce,{...a,className:n(e.className,fc,{"k-generating":t}),style:{bottom:"16px",right:"16px"},position:"bottom-end",icon:t?"stop-sm":o,active:t,"aria-label":t?"Stop generating":"Action"})};Io.states=d.states;Io.options=d.options;Io.className=fc;Io.defaultOptions=bc;var wi="speech-to-text-button",xc=wi;var gc=require("react/jsx-runtime"),Nc="k-speech-to-text-button",kc={icon:"microphone-outline"},pe=e=>{let{listening:t=!1,icon:o=kc.icon,...a}=e;return(0,gc.jsx)(d,{...a,icon:t?"stop-sm":o,className:n(e.className,Nc,{"k-listening":t}),"aria-pressed":t?"true":"false","aria-label":t?"Stop listening":"Start listening"})};pe.states=d.states;pe.options=d.options;pe.className=Nc;pe.defaultOptions=kc;pe.moduleName=wi;pe.folderName=xc;pe.ariaSpec={selector:".k-speech-to-text-button",rules:[{selector:".k-button.k-speech-to-text-button",attribute:"role=button or nodeName=button",usage:"If the used element is not <button>, explicitly set its role to button."},{selector:".k-button.k-speech-to-text-button",attribute:"aria-pressed",usage:"Announces the toggle behaviour of the button."},{selector:".k-button.k-speech-to-text-button",attribute:"aria-label",usage:"Accessible name for the speech-to-text button."}]};var tx=require("react/jsx-runtime");var ox=require("react/jsx-runtime");var Cc=require("react/jsx-runtime"),ax=d.states,vc={...d.defaultOptions,variant:"normal"},rx={...d.options,fillMode:d.options.fillMode.filter(e=>e!=="clear"&&e!=="link")},nx=[],ix=[{name:"normal",title:"Normal"},{name:"listening",title:"Listening"}],Na=e=>{let{variant:t,...o}={...vc,...e},a={};return t==="listening"&&(a.listening=!0),(0,Cc.jsx)(pe,{...o,...a})};Na.options=rx;Na.states=ax;Na.variants=ix;Na.defaultOptions=vc;Na.modifiers=nx;Na.className=pe.className;var Ri="textarea",Lc=Ri;var ct=require("react/jsx-runtime"),Mc="k-textarea",sx=[i.hover,i.focus,i.valid,i.invalid,i.required,i.disabled],lx={size:[c.undefined,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full],fillMode:[f.undefined,f.solid,f.flat,f.outline]},ka={flow:"vertical",affixesOrientation:"horizontal",resize:"both",prefixSeparator:!0,suffixSeparator:!0},Z=e=>{let{size:t,rounded:o,fillMode:a,prefixSeparator:r=ka.prefixSeparator,suffixSeparator:s=ka.prefixSeparator,affixesOrientation:l=ka.affixesOrientation,flow:p=ka.flow,resize:h=ka.resize,prefix:x,suffix:g,rows:k,value:m,placeholder:C,hover:v,focus:M,valid:O,invalid:I,required:K,disabled:Q,id:xe,"aria-label":ve,"aria-describedby":Ce,...He}=e;return(0,ct.jsxs)(ee,{...He,size:t,rounded:o,fillMode:a,hover:v,focus:M,valid:O,invalid:I,required:K,disabled:Q,className:n(e.className,Mc,{"!k-flex-col":p==="vertical","!k-flex-row":p==="horizontal"}),children:[x&&(0,ct.jsxs)(ct.Fragment,{children:[(0,ct.jsx)(Qe,{className:n({"!k-align-items-start":p===l}),direction:l,children:x}),r&&(0,ct.jsx)(Fe,{direction:p==="horizontal"?"vertical":"horizontal"})]}),(0,ct.jsx)(Ha,{className:n("!k-overflow-auto",{"!k-flex-none":p==="vertical","k-resize-x":h==="x","k-resize-y":h==="y","k-resize":h==="both","k-resize-none":h==="none"}),value:m,placeholder:C,rows:k,disabled:Q,id:xe,"aria-label":ve,"aria-describedby":Ce,"aria-invalid":I?"true":void 0}),g&&(0,ct.jsxs)(ct.Fragment,{children:[s&&(0,ct.jsx)(Fe,{direction:p==="horizontal"?"vertical":"horizontal"}),(0,ct.jsx)(Ze,{className:n({"!k-align-items-start":p===l}),direction:l,children:g})]})]})};Z.states=sx;Z.options=lx;Z.className=Mc;Z.defaultOptions=ka;Z.moduleName=Ri;Z.folderName=Lc;Z.ariaSpec={selector:".k-textarea",rules:[{selector:".k-textarea > .k-input-inner",attribute:"role=textbox or nodeName=textarea",usage:"Describes the role of the component."},{selector:".k-textarea > .k-input-inner",attribute:"label for or aria-label or aria-labelledby (when has accessible name)",usage:"The textarea requires an accessible name (provided by consuming app)."},{selector:".k-textarea > .k-input-inner",attribute:"aria-multiline=true (when role=textbox)",usage:"Required on role=textbox to indicate multi-line behavior. Implicit on native <textarea>, so not needed there."},{selector:".k-textarea > .k-input-inner",attribute:"aria-invalid=true (when invalid)",usage:"Rendered only when the TextArea is in a form and announces the invalid state."},{selector:".k-textarea > .k-input-inner",attribute:"aria-describedby (when has hint or error)",usage:"Points to the hint or error message for the textarea."},{selector:".k-textarea.k-disabled > .k-input-inner",attribute:"disabled=disabled or aria-disabled=true",usage:"Rendered only when the TextArea is disabled."}]};var dx=require("react/jsx-runtime");var Sc=require("react/jsx-runtime");var Ac=require("react/jsx-runtime");var cx=require("react/jsx-runtime");var nr=require("react/jsx-runtime"),px=Z.options,mx=Z.states,Ic={...Z.defaultOptions,variant:"vertical"},ux=[{name:"vertical",title:"Flow vertical"},{name:"horizontal",title:"Flow horizontal"}],fx=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"}],ga=e=>{let{variant:t,modifiers:o,...a}={...Ic,...e},r={resize:"y"};return Object.keys(o||{}).forEach(s=>{switch(s){case"prefix":r.prefix=o!=null&&o[s]?(0,nr.jsx)(L,{icon:"comment"}):void 0;break;case"suffix":r.suffix=o!=null&&o[s]?(0,nr.jsx)(L,{icon:"volume-up"}):void 0;break;default:break}}),t==="horizontal"?(0,nr.jsx)(Z,{flow:"horizontal",placeholder:"Enter text...",style:{width:300},...a,...r}):(0,nr.jsx)(Z,{flow:"vertical",placeholder:"Enter text...",style:{width:300},...a,...r})};ga.options=px;ga.states=mx;ga.variants=ux;ga.defaultOptions=Ic;ga.modifiers=fx;ga.className=Z.className;var _i=require("react/jsx-runtime");var ir=require("react/jsx-runtime"),bx="k-chip-action";var Qt=e=>{let{type:t,...o}=e,a;switch(t){case"remove":a=(0,ir.jsx)(L,{icon:"x-circle",size:"small"});break;case"more":a=(0,ir.jsx)(L,{icon:"more-vertical",size:"small"});break;default:return(0,ir.jsx)(L,{icon:t,size:"small"})}return(0,ir.jsx)("span",{...o,className:n(e.className,bx,`k-chip-${t}-action`),children:a})};var Di="avatar",Tc=Di;var zi=require("react/jsx-runtime"),sr="k-avatar";var hx=[i.hover,i.focus,i.active,i.selected,i.disabled],xx={size:[c.undefined,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full],fillMode:[f.undefined,f.solid,f.outline],themeColor:[N.undefined,N.base,N.primary,N.secondary,N.tertiary]},Hi={type:"text",border:!1},Xe=e=>{let{size:t,rounded:o,fillMode:a,themeColor:r,type:s=Hi.type,border:l=Hi.border,...p}=e;return(0,zi.jsx)("div",{...p,className:n(e.className,sr,T(sr,{size:t,rounded:o,fillMode:a,themeColor:r}),{[`${sr}-bordered`]:l}),children:(0,zi.jsx)("span",{className:`${sr}-${s}`,children:e.children})})};Xe.states=hx;Xe.options=xx;Xe.className=sr;Xe.defaultOptions=Hi;Xe.moduleName=Di;Xe.folderName=Tc;Xe.ariaSpec={selector:".k-avatar",rules:[{selector:".k-avatar img",attribute:"alt",usage:"Images inside Avatar must have alt text for screen readers."}]};var To=Xe;var Ec=require("react/jsx-runtime"),yc=e=>(0,Ec.jsx)(To,{type:"icon",...e});var Bc=require("react/jsx-runtime"),Oc=e=>(0,Bc.jsx)(To,{type:"text",...e});var wc=require("react/jsx-runtime"),Pc=e=>(0,wc.jsx)(To,{type:"image",...e});var Nx=require("react/jsx-runtime");var va=require("react/jsx-runtime"),kx=Xe.options,gx=Xe.states,vx={...Xe.defaultOptions,variant:"image"},Cx=[{name:"image",title:"Image"},{name:"icon",title:"Icon Avatar"},{name:"text",title:"Text Avatar"}],Lx=[],Ca=e=>{let{variant:t,...o}=e;switch(t){case"icon":return(0,va.jsx)(yc,{...o,children:(0,va.jsx)(L,{icon:"star"})});case"text":return(0,va.jsx)(Oc,{...o,children:"JO"});default:return(0,va.jsx)(Pc,{...o,children:(0,va.jsx)("img",{src:"https://demos.telerik.com/kendo-ui/content/web/Customers/RICSU.jpg"})})}};Ca.options=kx;Ca.states=gx;Ca.variants=Cx;Ca.defaultOptions=vx;Ca.modifiers=Lx;Ca.className=Xe.className;var lr="chip",zr=lr;var Zt=require("react/jsx-runtime"),Fr="k-chip",Mx=[i.hover,i.focus,i.active,i.selected,i.disabled],Sx={size:[c.undefined,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full],fillMode:[f.undefined,f.solid,f.outline],themeColor:[N.undefined,N.base,N.success,N.warning,N.error,N.info]},Rc={avatarImage:"/packages/html/assets/avatar.jpg"},qe=e=>{let{size:t,rounded:o,fillMode:a,themeColor:r,text:s,icon:l,actions:p,showAvatar:h,avatarImage:x=Rc.avatarImage,hover:g,focus:k,active:m,selected:C,disabled:v,...M}=e;return(0,Zt.jsxs)("div",{...M,className:n(e.className,Fr,T(Fr,{size:t,rounded:o,fillMode:a,themeColor:r}),A(Fr,{hover:g,focus:k,active:m,disabled:v,selected:C})),role:e.role||"button","aria-pressed":e.role==="option"?void 0:C?"true":"false",...e.role==="option"&&C!==void 0&&{"aria-selected":C?"true":"false"},"aria-disabled":v?"true":void 0,children:[l&&(0,Zt.jsx)(L,{className:"k-chip-icon",icon:l,size:"small"}),h&&(0,Zt.jsx)(Xe,{className:"k-chip-avatar",type:"image",children:(0,Zt.jsx)("img",{src:x,alt:""})}),(0,Zt.jsx)("span",{className:"k-chip-content",children:e.children?e.children:s&&(0,Zt.jsx)("span",{className:"k-chip-label",children:s})}),p&&(0,Zt.jsx)("span",{className:"k-chip-actions",children:p})]})};qe.states=Mx;qe.options=Sx;qe.className=Fr;qe.defaultOptions=Rc;qe.moduleName=lr;qe.folderName=zr;qe.ariaSpec={selector:".k-chip",rules:[{selector:"*:not(.k-chip-list) > .k-chip",attribute:"role=button",usage:"Announces that the chip acts as a button when standalone."},{selector:"*:not(.k-chip-list) > .k-chip.k-selected",attribute:"aria-pressed=true",usage:"Announces that the Chip has been selected."},{selector:"*:not(.k-chip-list) > .k-chip:not(.k-selected)",attribute:"aria-pressed=false",usage:"Announces that the Chip has not been selected."},{selector:".k-chip",attribute:"aria-disabled=true (when disabled)",usage:"Announces that the Chip is disabled."}]};var vt=qe;var Kc=require("react/jsx-runtime"),Fi="k-chip-list",Ax=[],Ix={size:[c.undefined,c.small,c.medium,c.large]},Tx={},Ee=e=>{let{size:t,multiselectable:o,ariaLabel:a,...r}=e;return(0,Kc.jsx)("div",{...r,className:n(e.className,Fi,T(Fi,{size:t})),role:e.role||"listbox","aria-label":e.role==="none"?void 0:a||"chip list","aria-orientation":e.role==="none"?void 0:"horizontal","aria-multiselectable":o?"true":void 0,children:e.children})};Ee.states=Ax;Ee.options=Ix;Ee.className=Fi;Ee.defaultOptions=Tx;Ee.moduleName=lr;Ee.folderName=zr;Ee.ariaSpec={selector:".k-chip-list",rules:[{selector:".k-chip-list",attribute:"role=listbox",usage:"Announces the list role of the chip list."},{selector:".k-chip-list",attribute:"aria-label or aria-labelledby",usage:"Adds label to the ChipList element. ListBox element requires an accessible name."},{selector:".k-chip-list",attribute:"aria-orientation=horizontal",usage:"Specifies the horizontal orientation of the chiplist."},{selector:".k-chip-list",attribute:"aria-multiselectable=true (when multiple selection)",usage:"Announces the multiple selection ability of the chiplist."},{selector:".k-chip-list .k-chip",attribute:"role=option",usage:"Announces the chip is an option inner component of the chip list."},{selector:".k-chip-list .k-chip.k-selected",attribute:"aria-selected=true",usage:"Announces the chip is selected."},{selector:".k-chip-list .k-chip:not(.k-selected)",attribute:"aria-selected=false",usage:"Announces the chip is not selected."},{selector:".k-chip-list .k-chip:has(.k-i-x-circle), .k-chip-list .k-chip:has(.k-svg-i-x-circle)",attribute:"aria-keyshortcuts=Enter Delete",usage:"Announces the Delete action along with the default Enter key."}]};var yx=require("react/jsx-runtime");var Ex=require("react/jsx-runtime");var _c=require("react/jsx-runtime"),Ur=e=>(0,_c.jsx)(vt,{text:"text",...e});var Ox=require("react/jsx-runtime");var Bx=require("react/jsx-runtime");var Ui=require("react/jsx-runtime");var Dc=require("react/jsx-runtime");var Hc=require("react/jsx-runtime");var zc=require("react/jsx-runtime");var jt=require("react/jsx-runtime"),Px={...vt.options,...Ee.options},wx=[],Rx=Ee.states,Kx={...vt.defaultOptions,...Ee.defaultOptions},_x=[{name:"icon",title:"Icon",type:"boolean"},{name:"actions",title:"Actions",type:"boolean"},{name:"avatar",title:"Avatar",type:"boolean"}],La=e=>{let{modifiers:t,className:o,...a}=e,r=t==null?void 0:t.icon,s=t==null?void 0:t.actions,l=t==null?void 0:t.avatar;return(0,jt.jsxs)(Ee,{size:a.size,className:o,children:[(0,jt.jsx)(Ur,{...a,role:"option","aria-selected":"false","aria-pressed":void 0,icon:r?"star":void 0,actions:s?(0,jt.jsx)(Qt,{type:"remove"}):void 0,showAvatar:l,children:"Chip"}),(0,jt.jsx)(Ur,{...a,role:"option","aria-selected":"false","aria-pressed":void 0,icon:r?"star":void 0,actions:s?(0,jt.jsx)(Qt,{type:"remove"}):void 0,showAvatar:l,children:"Chip"}),(0,jt.jsx)(Ur,{...a,role:"option","aria-selected":"false","aria-pressed":void 0,icon:r?"star":void 0,actions:s?(0,jt.jsx)(Qt,{type:"remove"}):void 0,showAvatar:l,children:"Chip"})]})};La.options=Px;La.states=Rx;La.variants=wx;La.defaultOptions=Kx;La.modifiers=_x;La.className=Ee.className;var Gr=require("react/jsx-runtime"),Dx=qe.states,Hx=qe.defaultOptions,zx=qe.options,Fx=[],Ux=[{name:"icon",title:"Icon"},{name:"avatar",title:"Avatar"},{name:"remove-icon",title:"`Remove` Icon"},{name:"more-options",title:"`More options` Icon"}],Ma=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(r=>{switch(r){case"icon":a.icon=t!=null&&t[r]?"arrow-down":void 0;break;case"avatar":a.showAvatar=!!(t!=null&&t[r]),a.avatarImage=t!=null&&t[r]?"https://demos.telerik.com/kendo-ui/content/web/Customers/RICSU.jpg":void 0;break;case"more-options":a.actions||(a.actions=[]),a.actions[0]=t!=null&&t[r]?(0,Gr.jsx)(Qt,{type:"more"}):void 0;break;case"remove-icon":a.actions||(a.actions=[]),a.actions[1]=t!=null&&t[r]?(0,Gr.jsx)(Qt,{type:"remove"}):void 0;break;default:break}}),(0,Gr.jsx)(qe,{...o,...a,children:"Chip component"})};Ma.options=zx;Ma.states=Dx;Ma.variants=Fx;Ma.defaultOptions=Hx;Ma.modifiers=Ux;Ma.className=qe.className;var Gi=require("react/jsx-runtime");var Uc=require("react/jsx-runtime"),Gx="k-card-callout",Fc=e=>{let{callout:t,...o}=e;return(0,Uc.jsx)("span",{...o,className:n(e.className,Gx,{[`k-callout-${ls.calloutMap[t]||t}`]:t})})};var pt="card",Ct=pt;var yo=require("react/jsx-runtime"),Vi="k-card",Vx=[i.hover,i.focus,i.selected,i.disabled],$x={},Xx={},ne=e=>{let{orientation:t,callout:o,hover:a,focus:r,selected:s,disabled:l,...p}=e;return(0,yo.jsxs)("div",{...p,className:n(e.className,Vi,A(Vi,{hover:a,focus:r,disabled:l,selected:s}),{[`k-card-${t}`]:t,"k-card-with-callout":o}),children:[o&&o!=="true"&&(0,yo.jsx)(Fc,{callout:o}),(0,yo.jsx)(yo.Fragment,{children:e.children})]})};ne.states=Vx;ne.options=$x;ne.className=Vi;ne.defaultOptions=Xx;ne.moduleName=pt;ne.folderName=Ct;ne.ariaSpec={selector:".k-card",rules:[{selector:".k-card-list .k-card",attribute:"role=listitem",usage:"When the card is located in a list, it should have the listitem role."},{selector:".k-card-list .k-card",attribute:"tabindex=0",usage:"The card component is focusable when navigatable."},{selector:".k-card-list .k-card",attribute:"aria-describedby=.k-card-title id",usage:"Associate the card to the title element."},{selector:".k-card-list .k-card",attribute:"aria-keyshortcuts=Enter",usage:"Announces the bound Enter key that enables navigation inside the card."}]};var dr=require("react/jsx-runtime"),$i="k-card-list",qx=[],Wx={},Jx={},mo=e=>{let{...t}=e;return(0,dr.jsx)("div",{...t,className:n(e.className,$i,A($i,{})),role:"list",children:(0,dr.jsx)(dr.Fragment,{children:e.children})})};mo.states=qx;mo.options=Wx;mo.className=$i;mo.defaultOptions=Jx;mo.moduleName=pt;mo.folderName=Ct;mo.ariaSpec={selector:".k-card-list",rules:[{selector:".k-card-list",attribute:"role=list",usage:"The card list container announces its list role."},{selector:".k-card-list .k-card",attribute:"role=listitem",usage:"Each card in the list has the listitem role."},{selector:".k-card-list .k-card",attribute:"tabindex=0",usage:"The card is focusable when navigatable."},{selector:".k-card-list .k-card",attribute:"aria-describedby=.k-card-title id",usage:"Associate the card to its title element."},{selector:".k-card-list .k-card",attribute:"aria-keyshortcuts=Enter",usage:"Announces the Enter key for navigation inside the card."}]};var Vc=require("react/jsx-runtime"),Gc="k-card-group",Yx=[],Qx={},Zx={},Sa=e=>{let{...t}=e;return(0,Vc.jsx)("div",{...t,className:n(e.className,Gc),children:e.children})};Sa.states=Yx;Sa.options=Qx;Sa.className=Gc;Sa.defaultOptions=Zx;Sa.moduleName=pt;Sa.folderName=Ct;var $c=require("react/jsx-runtime"),Xi="k-card-wrap",jx=[i.focus,i.selected],eN={},tN={},Aa=e=>{let{focus:t,selected:o,...a}=e;return(0,$c.jsx)("div",{...a,className:n(e.className,Xi,A(Xi,{focus:t,selected:o})),children:e.children})};Aa.states=jx;Aa.options=eN;Aa.className=Xi;Aa.defaultOptions=tN;Aa.moduleName=pt;Aa.folderName=Ct;var Xc=require("react/jsx-runtime"),qi="k-card-title",oN=[i.hover,i.focus],Eo=e=>{let{hover:t,focus:o,...a}=e;return(0,Xc.jsx)("div",{...a,className:n(e.className,qi,A(qi,{hover:t,focus:o})),children:e.children})};Eo.states=oN;Eo.className=qi;var qc=require("react/jsx-runtime"),aN="k-card-subtitle",Vr=e=>{let{...t}=e;return(0,qc.jsx)("div",{...t,className:n(e.className,aN),children:e.children})};var uo=require("react/jsx-runtime"),Wc="k-card-media",Wi=e=>{let{src:t,...o}=e;return(0,uo.jsx)(uo.Fragment,{children:t?(0,uo.jsx)("img",{...o,className:n(e.className,Wc),src:t}):(0,uo.jsx)("span",{...o,className:n(e.className,Wc),children:(0,uo.jsx)(uo.Fragment,{children:e.children})})})};var Dt=require("react/jsx-runtime"),rN="k-card-header",eo=e=>{let{title:t,subtitle:o,details:a,...r}=e;return(0,Dt.jsxs)("div",{...r,className:n(e.className,rN),children:[t&&(0,Dt.jsx)(Eo,{children:t}),o&&(0,Dt.jsx)(Vr,{children:o}),(0,Dt.jsx)(Dt.Fragment,{children:e.children}),a&&(0,Dt.jsx)("span",{className:"k-card-header-actions",children:(0,Dt.jsx)(d,{className:"k-card-details",icon:"more-vertical",fillMode:"flat","aria-label":"Card details"})})]})};var Jc=require("react/jsx-runtime"),nN="k-card-footer",Ji=e=>{let{...t}=e;return(0,Jc.jsx)("div",{...t,className:n(e.className,nN),children:e.children})};var Ht=require("react/jsx-runtime"),iN="k-card-body",mt=e=>{let{title:t,subtitle:o,details:a,...r}=e;return(0,Ht.jsxs)("div",{...r,className:n(e.className,iN),children:[t&&(0,Ht.jsx)(Eo,{children:t}),o&&(0,Ht.jsx)(Vr,{children:o}),(0,Ht.jsx)(Ht.Fragment,{children:e.children}),a&&(0,Ht.jsx)("span",{className:"k-card-header-actions",children:(0,Ht.jsx)(d,{className:"k-card-details",icon:"more-vertical",fillMode:"flat","aria-label":"Card details"})})]})};var Qc=require("react/jsx-runtime"),Yc="k-card-deck",sN=[],lN={},dN={},Ia=e=>{let{...t}=e;return(0,Qc.jsx)("div",{...t,className:n(e.className,Yc),children:e.children})};Ia.states=sN;Ia.options=lN;Ia.className=Yc;Ia.defaultOptions=dN;Ia.moduleName=pt;Ia.folderName=Ct;var jc=require("react/jsx-runtime"),Zc="k-card-deck-scrollwrap",cN=[],pN={},mN={},Ta=e=>{let{...t}=e;return(0,jc.jsx)("div",{...t,className:n(e.className,Zc),children:e.children})};Ta.states=cN;Ta.options=pN;Ta.className=Zc;Ta.defaultOptions=mN;Ta.moduleName=pt;Ta.folderName=Ct;var Lt=require("react/jsx-runtime"),ep=e=>(0,Lt.jsx)(ne,{orientation:"vertical",children:(0,Lt.jsxs)(Lt.Fragment,{children:[(0,Lt.jsx)(eo,{children:"Card Header"}),(0,Lt.jsx)(mt,{children:(0,Lt.jsx)("p",{children:"Some quick example text to build on the card title and make up the bulk of the card's content."})}),(0,Lt.jsxs)(U,{className:"k-card-actions",children:[(0,Lt.jsx)(d,{fillMode:"flat",themeColor:"primary",children:"Action 1"}),(0,Lt.jsx)(d,{fillMode:"flat",themeColor:"primary",children:"Action 2"})]})]}),...e});var Ot=require("react/jsx-runtime"),tp=e=>(0,Ot.jsx)(ne,{orientation:"horizontal",children:(0,Ot.jsxs)(Ot.Fragment,{children:[(0,Ot.jsx)(mt,{title:"Card Title",children:(0,Ot.jsx)("p",{children:"Some quick example text to build on the card title and make up the bulk of the card's content."})}),(0,Ot.jsxs)(U,{orientation:"vertical",className:"k-card-actions",children:[(0,Ot.jsx)(d,{fillMode:"flat",themeColor:"primary",children:"Action 1"}),(0,Ot.jsx)(d,{fillMode:"flat",themeColor:"primary",children:"Action 2"})]})]}),...e});var op=require("react/jsx-runtime");var ie=require("react/jsx-runtime"),uN=ne.options,fN=ne.states,ap={...ne.defaultOptions,variant:"vertical"},bN=[{name:"vertical",title:"Vertical"},{name:"horizontal",title:"Horizontal"}],hN=[{name:"media",title:"Card with Media"},{name:"header",title:"Card with Header"},{name:"footer",title:"Card with Footer"}],ya=e=>{let{variant:t,modifiers:o,...a}={...ap,...e},r=!1,s=!1,l=!1;return Object.keys(o||{}).forEach(p=>{switch(p){case"media":{r=!!(o!=null&&o[p]);break}case"header":{s=!!(o!=null&&o[p]);break}case"footer":{l=!!(o!=null&&o[p]);break}}}),t==="horizontal"?(0,ie.jsxs)(tp,{style:{maxWidth:"420px"},...a,children:[r&&(0,ie.jsx)(Wi,{src:"https://demos.telerik.com/kendo-ui/content/web/cards/rome.jpg"}),(0,ie.jsxs)("div",{children:[s&&(0,ie.jsx)(eo,{title:"Header Title",subtitle:"Header Subtitle"}),(0,ie.jsx)(mt,{title:"Title",subtitle:"Subtitle",children:(0,ie.jsx)("p",{children:"Some quick example text to build on the card title and make up the bulk of the card's content."})}),l&&(0,ie.jsx)(Ji,{children:"Card Footer"})]}),(s||l)&&(0,ie.jsx)("span",{className:"k-separator k-separator-vertical"}),(0,ie.jsxs)(U,{orientation:"vertical",alignment:"stretched",className:"k-card-actions",children:[(0,ie.jsx)(d,{fillMode:"flat",themeColor:"primary",children:"Button"}),(0,ie.jsx)(d,{fillMode:"flat",themeColor:"primary",children:"Button"})]})]}):(0,ie.jsxs)(ep,{style:{maxHeight:"450px",width:"300px"},...a,children:[s&&(0,ie.jsx)(eo,{title:"Header Title",subtitle:"Header Subtitle"}),r&&(0,ie.jsx)(Wi,{src:"https://demos.telerik.com/kendo-ui/content/web/cards/rome.jpg"}),(0,ie.jsx)(mt,{title:"Title",subtitle:"Subtitle",children:(0,ie.jsx)("p",{children:"Some quick example text to build on the card title and make up the bulk of the card's content."})}),l&&(0,ie.jsx)(Ji,{children:"Card Footer"}),(0,ie.jsxs)(U,{className:"k-card-actions",children:[(0,ie.jsx)(d,{fillMode:"flat",themeColor:"primary",children:"Button"}),(0,ie.jsx)(d,{fillMode:"flat",themeColor:"primary",children:"Button"})]})]})};ya.options=uN;ya.states=fN;ya.variants=bN;ya.defaultOptions=ap;ya.modifiers=hN;ya.className=ne.className;var rp=require("react/jsx-runtime");var Yi="panelbar",np=Yi;var sp=require("react/jsx-runtime"),ip="k-panelbar",xN=[],NN={},kN={},Oe=e=>{let{activeDescendant:t,...o}=e;return(0,sp.jsx)("ul",{...o,className:n(e.className,ip),role:"tree","aria-activedescendant":t,children:e.children})};Oe.states=xN;Oe.options=NN;Oe.className=ip;Oe.defaultOptions=kN;Oe.moduleName=Yi;Oe.folderName=np;Oe.ariaSpec={selector:".k-panelbar",rules:[{selector:".k-panelbar",attribute:"role=tree",usage:"The root element of the PanelBar has role tree."},{selector:".k-panelbar",attribute:"aria-activedescendant (when present)",usage:"Points to the currently focused item in the PanelBar."},{selector:".k-panelbar-group",attribute:"role=group",usage:"The ul element that wraps child nodes."},{selector:".k-panelbar-item:not(.k-expanded) > .k-panelbar-group",attribute:"aria-hidden=true",usage:"Hides the group element from assistive technologies when its parent is not expanded."},{selector:".k-panelbar-item",attribute:"role=treeitem",usage:"The li element rendered for a PanelBar item."},{selector:".k-panelbar-item",attribute:"aria-expanded=true/false",usage:"Announces the expanded state of the item (if expandable)."},{selector:".k-panelbar-item",attribute:"aria-selected=true/false",usage:"Announces the selected state of the item."}]};var $r=Zr(require("react"));var fo=require("react/jsx-runtime"),lp="k-panelbar-item",gN=[i.hover,i.focus,i.selected,i.disabled],vN={},Xr={level:0,expanded:!1,text:"Item"},E=e=>{let{text:t=Xr.text,level:o=Xr.level,expanded:a=Xr.expanded,header:r,hover:s,focus:l,selected:p,disabled:h,icon:x,iconClass:g,ariaSelected:k,children:m,...C}=e,v=!!m;return(0,fo.jsxs)("li",{...C,className:n(e.className,lp,{"k-panelbar-header":r,[`k-level-${o}`]:o||o===0,"k-expanded":a}),role:"treeitem","aria-expanded":v?a?"true":"false":void 0,"aria-selected":k?"true":"false","aria-disabled":h?"true":void 0,children:[(0,fo.jsxs)("span",{className:n("k-link",A("k-link",{hover:s,focus:l,disabled:h,selected:p})),children:[x&&(0,fo.jsx)(L,{className:"k-panelbar-item-icon",icon:x}),g&&!x&&(0,fo.jsx)("span",{className:`k-panelbar-item-icon ${g}`}),(0,fo.jsx)("span",{className:"k-panelbar-item-text",children:t}),v&&(0,fo.jsx)(L,{className:n("k-panelbar-toggle",a?"k-panelbar-collapse":"k-panelbar-expand"),icon:`chevron-${a?"up":"down"}`})]}),a&&m,!a&&m&&$r.default.Children.map(m,M=>$r.default.isValidElement(M)?$r.default.cloneElement(M,{"aria-hidden":"true",style:{display:"none"}}):M)]})};E.states=gN;E.options=vN;E.className=lp;E.defaultOptions=Xr;var cp=require("react/jsx-runtime"),dp="k-panelbar-group",CN=[],LN={},MN={},We=e=>{let{ariaHidden:t,...o}=e;return(0,cp.jsx)("ul",{...o,className:n(e.className,dp),role:"group","aria-hidden":t?"true":void 0,children:e.children})};We.states=CN;We.options=LN;We.className=dp;We.defaultOptions=MN;var mp=require("react/jsx-runtime"),pp="k-panelbar-content",SN=[],AN={},IN={},he=e=>{let{...t}=e;return(0,mp.jsx)("div",{...t,className:n(e.className,pp),children:e.children})};he.states=SN;he.options=AN;he.className=pp;he.defaultOptions=IN;var ut=require("react/jsx-runtime"),cr=e=>{let t=y("pb-item"),o=y("pb-item"),a=y("pb-item"),r=y("pb-item");return(0,ut.jsx)(Oe,{children:(0,ut.jsxs)(ut.Fragment,{children:[(0,ut.jsx)(E,{header:!0,text:"Item 1",id:t,children:(0,ut.jsx)(he,{children:"content"})}),(0,ut.jsx)(E,{header:!0,text:"Item 2",id:o,children:(0,ut.jsx)(he,{children:"content"})}),(0,ut.jsx)(E,{header:!0,text:"Item 3",id:a,children:(0,ut.jsx)(he,{children:"content"})}),(0,ut.jsx)(E,{header:!0,text:"Item 4",id:r})]}),...e})};var Qi=require("react/jsx-runtime");var se=require("react/jsx-runtime"),up=e=>{let t=y("pb-item"),o=y("pb-item"),a=y("pb-item"),r=y("pb-item"),s=y("pb-child"),l=y("pb-child"),p=y("pb-child"),h=y("pb-child"),x=y("pb-child"),g=y("pb-child"),k=y("pb-child");return(0,se.jsx)(Oe,{activeDescendant:o,children:(0,se.jsxs)(se.Fragment,{children:[(0,se.jsx)(E,{header:!0,text:"Item 1",id:t,children:(0,se.jsx)(he,{children:"content"})}),(0,se.jsx)(E,{header:!0,expanded:!0,text:"Item 2",id:o,ariaSelected:!0,focus:!0,children:(0,se.jsxs)(We,{children:[(0,se.jsx)(E,{level:1,text:"Child 1",id:s}),(0,se.jsx)(E,{level:1,expanded:!0,text:"Child 2",id:l,children:(0,se.jsxs)(We,{children:[(0,se.jsx)(E,{level:2,text:"Child 2.1",id:p}),(0,se.jsx)(E,{level:2,text:"Child 2.2",id:h})]})}),(0,se.jsx)(E,{level:1,text:"Child 3",id:x,children:(0,se.jsx)(We,{children:(0,se.jsx)(E,{level:2,text:"Child 3.1",id:g})})}),(0,se.jsx)(E,{level:1,text:"Child 4",id:k})]})}),(0,se.jsx)(E,{header:!0,text:"Item 3",id:a,children:(0,se.jsx)(he,{children:"content"})}),(0,se.jsx)(E,{header:!0,text:"Item 4",id:r})]}),...e})};var z=require("react/jsx-runtime"),TN=Oe.options,yN=Oe.states,fp={...Oe.defaultOptions,variant:"normal"},EN=[{name:"normal",title:"Normal"},{name:"expand",title:"Expanded"}],ON=[{name:"icon",title:"Item icons"},{name:"disabled",title:"Disabled item"}],Ea=e=>{var l,p,h,x,g,k,m,C,v;let{variant:t,modifiers:o,...a}={...fp,...e},r={},s={folder:"folder",gear:"gear",file:"file",image:"image"};return Object.keys(o||{}).forEach(M=>{switch(M){case"icon":{r.icon=o!=null&&o[M]?s:void 0;break}case"disabled":r.disabled=!!(o!=null&&o[M])}}),t==="expand"?(0,z.jsx)(z.Fragment,{children:(0,z.jsxs)(up,{style:{width:"300px"},...a,children:[(0,z.jsx)(E,{icon:(l=r.icon)==null?void 0:l.gear,header:!0,text:"Item 1",children:(0,z.jsx)(he,{children:"content"})}),(0,z.jsx)(E,{icon:(p=r.icon)==null?void 0:p.folder,selected:!0,header:!0,expanded:!0,text:"Item 2",children:(0,z.jsxs)(We,{children:[(0,z.jsx)(E,{level:1,text:"Child 1"}),(0,z.jsx)(E,{level:1,expanded:!0,text:"Child 2",children:(0,z.jsxs)(We,{children:[(0,z.jsx)(E,{level:2,text:"Child 2.1"}),(0,z.jsx)(E,{icon:(h=r.icon)==null?void 0:h.image,level:2,text:"Child 2.2"})]})}),(0,z.jsx)(E,{disabled:r.disabled,level:1,text:"Child 3",children:(0,z.jsx)(he,{children:"content"})}),(0,z.jsx)(E,{level:1,text:"Child 4"})]})}),(0,z.jsx)(E,{icon:(x=r.icon)==null?void 0:x.folder,disabled:r.disabled,header:!0,text:"Item 3",children:(0,z.jsx)(he,{children:"content"})}),(0,z.jsx)(E,{icon:(g=r.icon)==null?void 0:g.file,header:!0,text:"Item 4"})]})}):(0,z.jsx)(z.Fragment,{children:(0,z.jsxs)(cr,{style:{width:"300px"},...a,children:[(0,z.jsx)(E,{icon:(k=r.icon)==null?void 0:k.gear,header:!0,text:"Item 1",children:(0,z.jsx)(he,{children:"content"})}),(0,z.jsx)(E,{icon:(m=r.icon)==null?void 0:m.folder,header:!0,text:"Item 2",children:(0,z.jsx)(he,{children:"content"})}),(0,z.jsx)(E,{icon:(C=r.icon)==null?void 0:C.folder,disabled:r.disabled,header:!0,text:"Item 3",children:(0,z.jsx)(he,{children:"content"})}),(0,z.jsx)(E,{icon:(v=r.icon)==null?void 0:v.file,header:!0,text:"Item 4"})]})})};Ea.options=TN;Ea.states=yN;Ea.variants=EN;Ea.defaultOptions=fp;Ea.modifiers=ON;Ea.className=Oe.className;var bp=require("react/jsx-runtime");var Zi=require("react/jsx-runtime");var ji=require("react/jsx-runtime");var es=require("react/jsx-runtime");var ts="suggestion",hp=ts;var Oo=require("react/jsx-runtime"),qr="k-suggestion-group",BN=[],PN={},xp={layout:"scrollable",scrollingPosition:"start"},ft=e=>{let{layout:t=xp.layout,scrollingPosition:o,...a}=e,r=(0,Oo.jsx)("div",{...a,className:n(qr,{"k-suggestion-group-scrollable":t=="scrollable",[`${qr}-scrollable-start`]:o==="start"||o==="both",[`${qr}-scrollable-end`]:o==="end"||o==="both"},e.className),role:"group",children:t==="scrollable"||t==="scrollButtons"?(0,Oo.jsx)("div",{className:"k-suggestions-scroll",children:e.children}):e.children});return t=="scrollButtons"?(0,Oo.jsxs)("div",{className:"k-suggestion-scrollwrap",children:[(0,Oo.jsx)(d,{fillMode:"flat",icon:"chevron-left",size:"xsmall","aria-label":"Scroll left"}),r,(0,Oo.jsx)(d,{fillMode:"flat",icon:"chevron-right",size:"xsmall","aria-label":"Scroll right"})]}):r};ft.states=BN;ft.options=PN;ft.className=qr;ft.defaultOptions=xp;ft.moduleName=ts;ft.folderName=hp;var Np=require("react/jsx-runtime"),Wr="k-suggestion",wN=[i.active,i.hover,i.focus],RN={themeColor:[N.undefined,N.base,N.primary,N.secondary,N.tertiary]},KN={text:"Suggestion"},tt=e=>{let{themeColor:t,active:o,hover:a,focus:r,text:s,...l}=e;return(0,Np.jsx)("span",{...l,className:n(e.className,Wr,A(Wr,{hover:a,active:o,focus:r}),T(Wr,{themeColor:t})),role:"button",tabIndex:0,"aria-label":s,children:s})};tt.states=wN;tt.options=RN;tt.className=Wr;tt.item=KN;var os=require("react/jsx-runtime");var as=require("react/jsx-runtime");var rs=require("react/jsx-runtime");var b=require("react/jsx-runtime"),_N=Y.options,DN=Y.states,HN={...Y.defaultOptions,variant:"ask"},zN=[{name:"ask",title:"Ask AI"},{name:"output",title:"Output"},{name:"more",title:"More Actions"}],FN=[{name:"stt",title:"SpeechToText"},{name:"suggestions",title:"Suggestions"}],Oa=e=>{let{variant:t,modifiers:o,...a}={...e},r=(0,b.jsx)(b.Fragment,{children:(0,b.jsxs)(ft,{layout:"wrap",children:[(0,b.jsx)(tt,{text:"Post for work-life balance importance"}),(0,b.jsx)(tt,{text:"Out of office"})]})}),s={suggestions:r,stt:!0};switch(Object.keys(o||{}).forEach(l=>{switch(l){case"suggestions":s.suggestions=!!(o!=null&&o[l]);break;case"stt":s.stt=!!(o!=null&&o[l]);break}}),t){case"more":return(0,b.jsx)(V,{className:"k-prompt-popup",children:(0,b.jsxs)(Y,{style:{width:"330px",height:"350px"},...a,children:[(0,b.jsx)(Et,{children:(0,b.jsxs)(_,{className:"k-toolbar-flat",children:[(0,b.jsx)(G,{fillMode:"flat",themeColor:"primary",icon:"sparkles",rounded:"full",children:"Ask AI"}),(0,b.jsx)(G,{fillMode:"flat",themeColor:"primary",icon:"comment",rounded:"full",children:"Output"}),(0,b.jsx)(X,{fillMode:"flat",themeColor:"primary",icon:"more-horizontal",rounded:"full",selected:!0})]})}),(0,b.jsx)(lt,{children:(0,b.jsx)(dt,{children:(0,b.jsxs)(cr,{children:[(0,b.jsx)(E,{header:!0,icon:"brush",text:"Change Formality",children:(0,b.jsxs)(We,{children:[(0,b.jsx)(E,{level:1,text:"Casual"}),(0,b.jsx)(E,{level:1,text:"Neutral"}),(0,b.jsx)(E,{level:1,text:"Formal"})]})}),(0,b.jsx)(E,{header:!0,expanded:!0,icon:"edit-tools",text:"Translate",children:(0,b.jsxs)(We,{children:[(0,b.jsx)(E,{level:1,text:"German"}),(0,b.jsx)(E,{level:1,text:"Spanish"})]})}),(0,b.jsx)(E,{header:!0,icon:"min-width",text:"Simplify"}),(0,b.jsx)(E,{header:!0,icon:"arrows-left-right",text:"Expand"})]})})})]})});case"output":return(0,b.jsx)(V,{className:"k-prompt-popup",children:(0,b.jsxs)(Y,{style:{width:"330px",height:"350px"},...a,children:[(0,b.jsx)(Et,{children:(0,b.jsxs)(_,{className:"k-toolbar-flat",children:[(0,b.jsx)(G,{fillMode:"flat",themeColor:"primary",icon:"sparkles",rounded:"full",children:"Ask AI"}),(0,b.jsx)(G,{fillMode:"flat",themeColor:"primary",icon:"comment",rounded:"full",selected:!0,children:"Output"}),(0,b.jsx)(X,{fillMode:"flat",themeColor:"primary",icon:"more-horizontal",rounded:"full"})]})}),(0,b.jsxs)(lt,{children:[(0,b.jsx)(Io,{}),(0,b.jsx)(dt,{children:(0,b.jsxs)("div",{className:"k-card-list",children:[(0,b.jsxs)(ne,{children:[(0,b.jsx)(eo,{title:"Generated with AI",subtitle:"Linked in post for work/life balance importance"}),(0,b.jsx)(mt,{children:(0,b.jsxs)("p",{children:["\u{1F31F} Embracing Work/Life Balance for Success \u{1F31F}",(0,b.jsx)("br",{}),(0,b.jsx)("br",{}),"Hello LinkedIn network! \u{1F44B} Today, let's talk about a key to our well-being: work/life balance. \u{1F310}\u2696\uFE0F",(0,b.jsx)("br",{}),(0,b.jsx)("br",{}),"In our fast-paced world, balancing professional and personal life is not just a luxury, it's a necessity for health and productivity. \u{1F4C8}\u{1F33F}",(0,b.jsx)("br",{}),(0,b.jsx)("br",{}),"\u2728 Key Points \u2728",(0,b.jsx)("br",{}),(0,b.jsx)("br",{}),"Enhances Productivity: Less burnout, more motivation. \u{1F680}",(0,b.jsx)("br",{}),"Boosts Creativity: New experiences = fresh ideas. \u{1F4A1}",(0,b.jsx)("br",{}),"Improves Health: Mental and physical benefits. \u{1F9D8}\u200D\u2642\uFE0F",(0,b.jsx)("br",{}),"Strengthens Relationships: Quality time matters. \u{1F91D}",(0,b.jsx)("br",{}),"Let's champion a culture where success and well-being go hand in hand. Share your work/life balance tips below! \u{1F447}",(0,b.jsx)("br",{}),(0,b.jsx)("br",{}),"#WorkLifeBalance #Productivity #WellBeing"]})}),(0,b.jsxs)(U,{className:"k-card-actions",alignment:"start",children:[(0,b.jsx)(G,{fillMode:"flat",themeColor:"primary",icon:"copy",children:"Copy"}),(0,b.jsx)(G,{fillMode:"flat",themeColor:"base",icon:"arrow-rotate-cw",children:"Retry"}),(0,b.jsx)("span",{className:"k-spacer"}),(0,b.jsx)(X,{fillMode:"flat",themeColor:"base",icon:"thumb-up-outline"}),(0,b.jsx)(X,{fillMode:"flat",themeColor:"base",icon:"thumb-down-outline"})]})]}),(0,b.jsxs)(ne,{children:[(0,b.jsx)(eo,{title:"Generated with AI",subtitle:"Out of Office"}),(0,b.jsx)(mt,{children:(0,b.jsxs)("p",{children:["Subject: Out of Office: [Your Name]",(0,b.jsx)("br",{}),(0,b.jsx)("br",{}),"Dear [Recipient's Name],",(0,b.jsx)("br",{}),(0,b.jsx)("br",{}),"I am currently out of the office until [Return Date] and won't have access to email. For urgent matters, please contact [Colleague's Name] at [Colleague's Email]. I'll respond to your email upon my return.",(0,b.jsx)("br",{}),(0,b.jsx)("br",{}),"Thank you,",(0,b.jsx)("br",{}),"[Your Name]"]})}),(0,b.jsxs)(U,{className:"k-card-actions",alignment:"start",children:[(0,b.jsx)(G,{fillMode:"flat",themeColor:"primary",icon:"copy",children:"Copy"}),(0,b.jsx)(G,{fillMode:"flat",themeColor:"base",icon:"arrow-rotate-cw",children:"Retry"}),(0,b.jsx)("span",{className:"k-spacer"}),(0,b.jsx)(X,{fillMode:"flat",themeColor:"base",icon:"thumb-up-outline"}),(0,b.jsx)(X,{fillMode:"flat",themeColor:"base",icon:"thumb-down-outline"})]})]})]})})]})]})});default:return(0,b.jsx)(V,{className:"k-prompt-popup",children:(0,b.jsxs)(Y,{style:{width:"330px",height:"350px"},...a,children:[(0,b.jsx)(Et,{children:(0,b.jsxs)(_,{className:"k-toolbar-flat",children:[(0,b.jsx)(G,{fillMode:"flat",themeColor:"primary",icon:"sparkles",rounded:"full",selected:!0,children:"Ask AI"}),(0,b.jsx)(G,{fillMode:"flat",themeColor:"primary",icon:"comment",rounded:"full",children:"Output"}),(0,b.jsx)(X,{fillMode:"flat",themeColor:"primary",icon:"more-horizontal",rounded:"full"})]})}),(0,b.jsx)(lt,{children:(0,b.jsxs)(dt,{children:[(0,b.jsx)(Z,{resize:"none",rows:2,placeholder:"Ask or generate content with AI",suffixSeparator:!1,suffix:(0,b.jsx)(b.Fragment,{children:s.stt?(0,b.jsx)(pe,{fillMode:"flat"}):null})}),(0,b.jsx)(or,{expanded:s.suggestions,title:"Suggestions",children:r})]})}),(0,b.jsx)(Ao,{children:(0,b.jsx)(U,{className:"k-prompt-actions",alignment:"start",children:(0,b.jsx)(G,{icon:"sparkles",themeColor:"primary",rounded:"full",children:"Generate"})})})]})})}};Oa.options=_N;Oa.states=DN;Oa.variants=zN;Oa.defaultOptions=HN;Oa.modifiers=FN;Oa.className=Y.className;var j=require("react/jsx-runtime"),UN=e=>(0,j.jsxs)(Y,{...e,children:[(0,j.jsx)(Et,{children:(0,j.jsxs)(_,{fillMode:"flat",children:[(0,j.jsx)(G,{fillMode:"flat",themeColor:"primary",icon:"sparkles",rounded:"full",selected:!0,children:"Ask AI"}),(0,j.jsx)(G,{fillMode:"flat",themeColor:"primary",icon:"comment",rounded:"full",children:"Output"}),(0,j.jsx)(X,{fillMode:"flat",themeColor:"primary",icon:"more-horizontal",rounded:"full","aria-label":"More actions"})]})}),(0,j.jsx)(lt,{children:(0,j.jsxs)(dt,{children:[(0,j.jsx)(Z,{resize:"y",rows:1,suffixSeparator:!1,placeholder:"Ask or generate content with AI","aria-label":"Ask or generate content with AI",suffix:(0,j.jsx)(j.Fragment,{children:(0,j.jsx)(pe,{fillMode:"flat"})})}),(0,j.jsx)(or,{expanded:!0,title:"Prompt Suggestions",children:(0,j.jsxs)(ft,{layout:"wrap",children:[(0,j.jsx)(tt,{text:"Suggestion 1"}),(0,j.jsx)(tt,{text:"Suggestion 2"}),(0,j.jsx)(tt,{text:"Reply with very very very very very very very long text"})]})})]})}),(0,j.jsx)(Ao,{children:(0,j.jsx)(U,{className:"k-prompt-actions",alignment:"start",children:(0,j.jsx)(G,{icon:"sparkles",themeColor:"primary",rounded:"full",children:"Generate"})})})]});
1
+ var gp=Object.create;var mr=Object.defineProperty;var vp=Object.getOwnPropertyDescriptor;var Cp=Object.getOwnPropertyNames;var Lp=Object.getPrototypeOf,Mp=Object.prototype.hasOwnProperty;var Sp=(e,t)=>{for(var o in t)mr(e,o,{get:t[o],enumerable:!0})},is=(e,t,o,a)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of Cp(t))!Mp.call(e,r)&&r!==o&&mr(e,r,{get:()=>t[r],enumerable:!(a=vp(t,r))||a.enumerable});return e};var Zr=(e,t,o)=>(o=e!=null?gp(Lp(e)):{},is(t||!e||!e.__esModule?mr(o,"default",{value:e,enumerable:!0}):o,e)),Ap=e=>is(mr({},"__esModule",{value:!0}),e);var GN={};Sp(GN,{PromptSuggestions:()=>UN});module.exports=Ap(GN);var n=(...e)=>e.filter(t=>t!==!0&&!!t).map(t=>Array.isArray(t)?n(...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 T=(e,t)=>n({[`${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"}),A=(e,t)=>{let{valid:o,invalid:a,hover:r,focus:s,checked:l,active:p,selected:h,disabled:x,indeterminate:g,loading:k,empty:m,readonly:C,highlighted:v,...M}=t;return n({"k-valid":o,"k-invalid":a,"k-hover":r,"k-focus":s,"k-checked":l,"k-active":p,"k-selected":h,"k-disabled":x,"k-indeterminate":g&&!l,"k-loading":k,"k-empty":m,"k-readonly":C,"k-highlighted":v},Object.keys(M).reduce((O,I)=>(I.startsWith("k-")?O[I]=M[I]:O[`k-${I}`]=M[I],O),{}))};function ss(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"},u={undefined:void 0,none:"none",small:"small",medium:"medium",large:"large",full:"full"},f={undefined:void 0,solid:"solid",flat:"flat",outline:"outline",clear:"clear",link:"link"},N={undefined:void 0,inherit:"inherit",base:"base",primary:"primary",secondary:"secondary",tertiary:"tertiary",info:"info",success:"success",warning:"warning",error:"error",inverse:"inverse"},i={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"},ls={calloutMap:{top:"n",bottom:"s",left:"w",right:"e"},orientationMap:{vertical:"vstack",horizontal:"hstack"}};var jr={};function y(e){return jr[e]=(jr[e]||0)+1,`k-${e}-${jr[e]}`}var en="action-buttons",ds=en;var cs=require("react/jsx-runtime"),ur="k-actions",Ip=[],Tp={},tn={alignment:"start",orientation:"horizontal"},U=e=>{let{alignment:t=tn.alignment,orientation:o=tn.orientation,...a}=e;return(0,cs.jsx)("div",{...a,className:n(ur,{[`${ur}-${t}`]:t,[`${ur}-${o}`]:o},e.className),children:e.children})};U.states=Ip;U.options=Tp;U.className=ur;U.defaultOptions=tn;U.moduleName=en;U.folderName=ds;var Ba=require("react/jsx-runtime"),on="k-font-icon",yp=[],Ep={size:[c.undefined,c.xsmall,c.small,c.medium,c.large,c.xlarge,c.xxlarge,c.xxxlarge],themeColor:[N.undefined,N.base,N.primary,N.secondary,N.tertiary,N.success,N.warning,N.error,N.info]},Op={},Pa=e=>{let{size:t,themeColor:o,icon:a,rotate:r,flip:s,...l}=e;return a?(0,Ba.jsx)("span",{...l,className:n(e.className,on,T(on,{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,Ba.jsx)(Ba.Fragment,{})};Pa.states=yp;Pa.options=Ep;Pa.className=on;Pa.defaultOptions=Op;var ps=Pa;var ho=require("react/jsx-runtime"),an="k-svg-icon",Bp=[],Pp={size:[c.undefined,c.xsmall,c.small,c.medium,c.large,c.xlarge,c.xxlarge,c.xxxlarge],themeColor:[N.undefined,N.base,N.primary,N.secondary,N.tertiary,N.success,N.warning,N.error,N.info]},ms={viewBox:"0 0 24 24"},wa=e=>{let{size:t,themeColor:o,rotate:a,flip:r,viewBox:s=ms.viewBox,icon:l,...p}=e;if(!l)return(0,ho.jsx)(ho.Fragment,{});if(l==="none")return(0,ho.jsx)("span",{...p,className:n(e.className,an,T("k-icon",{size:t}),"k-none"),"aria-hidden":"true"});let h=typeof l=="object"&&l.name&&l.name;return(0,ho.jsx)("span",{...p,className:n(e.className,an,T("k-icon",{size:t}),{[`k-svg-i-${h}`]:h,[`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,ho.jsx)("svg",{"aria-hidden":!0,focusable:!1,xmlns:"http://www.w3.org/2000/svg",viewBox:typeof l=="object"?l.viewBox:s,dangerouslySetInnerHTML:typeof l=="object"?{__html:l.content}:void 0,children:l?void 0:e.children})})};wa.states=Bp;wa.options=Pp;wa.className=an;wa.defaultOptions=ms;var rn=wa;var nn=Zr(require("@progress/kendo-svg-icons"));var us="icon",fs="icons";var xs=require("react");var bs=require("react"),hs=(0,bs.createContext)({iconsType:"svg"});var zt=require("react/jsx-runtime"),fr="k-icon",wp=e=>e.replace(/([-_][a-z0-9])/gi,t=>t.toUpperCase().replace("-","").replace("_","")),Rp=[],Kp={size:[c.undefined,c.xsmall,c.small,c.medium,c.large,c.xlarge,c.xxlarge,c.xxxlarge],themeColor:[N.undefined,N.base,N.primary,N.secondary,N.tertiary,N.success,N.warning,N.error,N.info]},sn={viewBox:"0 0 24 24",type:"svg"},L=e=>{let{iconsType:t}=(0,xs.useContext)(hs),{size:o,themeColor:a,icon:r,type:s=t||sn.type,rotate:l,flip:p,viewBox:h=sn.viewBox,...x}=e;if(!r)return(0,zt.jsx)(zt.Fragment,{});if((t||s)==="svg"){if(r==="none")return(0,zt.jsx)(rn,{...x,className:n(e.className,fr),icon:r,size:o});let k=nn[r]?r:wp(`${r}-icon`);return nn[k]?(0,zt.jsx)(rn,{...x,className:n(e.className,fr),icon:nn[k],size:o,themeColor:a,rotate:l,flip:p,viewBox:h}):(0,zt.jsx)(zt.Fragment,{})}return(0,zt.jsx)(ps,{...x,className:n(e.className,fr),icon:r,size:o,themeColor:a,rotate:l,flip:p})};L.states=Rp;L.options=Kp;L.defaultOptions=sn;L.className=fr;L.moduleName=us;L.folderName=fs;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 ln="button",Ns=ln;var Mt=require("react/jsx-runtime"),Ra="k-button",_p=["icon-button"],Dp=[i.hover,i.focus,i.active,i.selected,i.disabled,i.generating],Hp={size:[c.undefined,c.xsmall,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full],fillMode:[f.undefined,f.solid,f.flat,f.outline,f.clear,f.link],themeColor:[N.undefined,N.base,N.primary,N.secondary,N.tertiary,N.success,N.warning,N.error,N.info,N.inverse]},dn={showArrow:!1,arrowIconName:"chevron-down"},d=e=>{let{as:t="button",size:o,rounded:a,fillMode:r,themeColor:s,showArrow:l=dn.showArrow,arrowIconName:p=dn.arrowIconName,variant:h,hover:x,focus:g,active:k,selected:m,disabled:C,togglable:v,ariaDisabled:M,icon:O,text:I,iconClassName:K,className:Q,...xe}=e,ve=O!==void 0,Ce=e.children!==void 0;return(0,Mt.jsxs)(t,{className:n(Q,Ra,ss(Ra,h),T(Ra,{size:o,rounded:a,fillMode:r,themeColor:s}),A(Ra,{hover:x,focus:g,active:k,disabled:C||M,selected:m}),{"k-icon-button":!I&&!Ce&&ve}),...xe,"aria-pressed":v?m?"true":"false":void 0,"aria-disabled":M?"true":void 0,disabled:C||void 0,children:[O&&(0,Mt.jsx)(L,{className:n(K,"k-button-icon"),icon:O}),I?(0,Mt.jsxs)(Mt.Fragment,{children:[I&&(0,Mt.jsx)("span",{className:"k-button-text",children:I}),e.children]}):e.children&&(0,Mt.jsx)("span",{className:"k-button-text",children:e.children}),l&&(0,Mt.jsx)("span",{className:"k-menu-button-arrow k-button-arrow",children:(0,Mt.jsx)(L,{icon:p})})]})};d.states=Dp;d.options=Hp;d.variants=_p;d.className=Ra;d.defaultOptions=dn;d.moduleName=ln;d.folderName=Ns;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 ks=require("react/jsx-runtime"),X=e=>(0,ks.jsx)(d,{icon:"folder",...e,"aria-label":e["aria-label"]||"Folder",children:void 0});var gs=require("react/jsx-runtime"),G=e=>(0,gs.jsx)(d,{icon:"folder",children:"Button",...e});var vs=require("react/jsx-runtime"),xo=e=>(0,vs.jsx)(d,{children:"Button",...e});var br=require("react/jsx-runtime"),zp=d.options,Fp=d.states,Up={...d.defaultOptions,variant:"text"},Gp=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],Vp=[],Bo=e=>{let{variant:t,...o}=e;switch(t){case"icon-only":return(0,br.jsx)(X,{...o,icon:"star"});case"icon-and-text":return(0,br.jsx)(G,{...o,icon:"star",children:"Button"});default:return(0,br.jsx)(xo,{...o,children:"Button"})}};Bo.options=zp;Bo.states=Fp;Bo.variants=Gp;Bo.defaultOptions=Up;Bo.modifiers=Vp;Bo.className=d.className;var cn="button",Cs=cn;var Ls=require("react/jsx-runtime"),Ka="k-button-group",$p=[i.disabled],Xp={fillMode:[f.undefined,f.solid,f.flat,f.outline,f.clear,f.link]},qp={},w=e=>{let{fillMode:t,disabled:o,stretched:a,...r}=e;return(0,Ls.jsx)("div",{role:"group",...r,className:n(e.className,Ka,T(Ka,{fillMode:t}),A(Ka,{disabled:o}),{[`${Ka}-stretched`]:a}),...o&&{"aria-disabled":"true"},children:e.children})};w.states=$p;w.options=Xp;w.className=Ka;w.defaultOptions=qp;w.moduleName=cn;w.folderName=Cs;w.ariaSpec={selector:".k-button-group",rules:[{selector:".k-button-group:not(.k-split-button)",attribute:"role=group",usage:"Sets the proper role for the group of buttons."},{selector:".k-button-group.k-disabled",attribute:"aria-disabled=true",usage:"The attribute is rendered only when the entire button group is disabled."},{selector:".k-button-group:not(.k-split-button):not(.k-scheduler-navigation):not(.k-zoom-control) .k-button",attribute:"aria-pressed (when selected)",usage:"Specifies the current state of the ButtonGroup. Only the selected button within the group will have this attribute set to true."}]};var pn=require("react/jsx-runtime");var mn=require("react/jsx-runtime");var un=require("react/jsx-runtime");var fn=require("react/jsx-runtime");var bn=require("react/jsx-runtime");var hn=require("react/jsx-runtime");var Je=require("react/jsx-runtime"),Wp={...d.options,...w.options},Jp=d.states,Yp={...d.defaultOptions,...w.defaultOptions,variant:"text-button"},Qp=[{name:"icon-button",title:"Icon Only"},{name:"text-button",title:"Text"},{name:"icon-text-button",title:"Icon Text"}],Zp=[],Po=e=>{let{variant:t,className:o,...a}=e;return t==="icon-button"?(0,Je.jsxs)(w,{fillMode:a.fillMode,className:o,children:[(0,Je.jsx)(d,{...a,icon:"star"}),(0,Je.jsx)(d,{...a,icon:"star"}),(0,Je.jsx)(d,{...a,icon:"star"})]}):t==="icon-text-button"?(0,Je.jsxs)(w,{fillMode:a.fillMode,className:o,children:[(0,Je.jsx)(d,{...a,icon:"star",children:"First"}),(0,Je.jsx)(d,{...a,icon:"star",children:"Middle"}),(0,Je.jsx)(d,{...a,icon:"star",children:"Last"})]}):(0,Je.jsxs)(w,{fillMode:a.fillMode,className:o,children:[(0,Je.jsx)(d,{...a,children:"First"}),(0,Je.jsx)(d,{...a,children:"Middle"}),(0,Je.jsx)(d,{...a,children:"Last"})]})};Po.options=Wp;Po.states=Jp;Po.variants=Qp;Po.defaultOptions=Yp;Po.modifiers=Zp;Po.className=w.className;var _a="input",hr=_a;var Ms=require("react/jsx-runtime"),xr="k-input",jp=[i.hover,i.focus,i.valid,i.invalid,i.required,i.disabled,i.loading,i.readonly],em={size:[c.undefined,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full],fillMode:[f.undefined,f.solid,f.flat,f.outline]},tm={},ee=e=>{let{hover:t,focus:o,disabled:a,invalid:r,valid:s,loading:l,readonly:p,size:h,rounded:x,fillMode:g,...k}=e;return(0,Ms.jsx)("span",{...k,className:n(e.className,xr,T(xr,{size:h,rounded:x,fillMode:g}),A(xr,{hover:t,focus:o,disabled:a,invalid:r,valid:s,loading:l,readonly:p}))})};ee.states=jp;ee.options=em;ee.className=xr;ee.defaultOptions=tm;ee.moduleName=_a;ee.folderName=hr;var Ss=require("react/jsx-runtime"),Nr="k-picker",om=[i.hover,i.focus,i.valid,i.invalid,i.required,i.disabled,i.loading,i.readonly],am={size:[c.undefined,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full],fillMode:[f.undefined,f.solid,f.flat,f.outline]},rm={},Bt=e=>{let{hover:t,focus:o,disabled:a,invalid:r,valid:s,loading:l,readonly:p,size:h,rounded:x,fillMode:g,...k}=e;return(0,Ss.jsx)("span",{...k,className:n(e.className,Nr,T(Nr,{size:h,rounded:x,fillMode:g}),A(Nr,{hover:t,focus:o,disabled:a,invalid:r,valid:s,loading:l,readonly:p})),children:e.children})};Bt.states=om;Bt.options=am;Bt.className=Nr;Bt.defaultOptions=rm;Bt.moduleName=_a;Bt.folderName=hr;var wo=require("react/jsx-runtime"),As="k-clear-value",nm=[i.disabled,i.loading,i.readonly],im={},ot=e=>{let{disabled:t,loading:o,readonly:a,value:r}=e;return t||a||o||!r?(0,wo.jsx)(wo.Fragment,{}):(0,wo.jsx)("span",{className:n(e.className,As),children:(0,wo.jsx)(L,{icon:"x"})})};ot.states=nm;ot.options=im;ot.className=As;var Is=require("react/jsx-runtime"),xn="k-input-inner",sm=[],lm={},kr={type:"text",autocomplete:"off",value:"",placeholder:""},at=e=>{let{value:t=kr.value,type:o=kr.type,placeholder:a=kr.placeholder,autocomplete:r=kr.autocomplete,disabled:s,readOnly:l,...p}=e;return(0,Is.jsx)("input",{...p,type:o,className:n(e.className,xn,T(xn,e)),placeholder:a,autoComplete:r,defaultValue:t,disabled:s||void 0,readOnly:l||void 0})};at.states=sm;at.options=lm;at.className=xn;var Da=require("react/jsx-runtime"),Nn="k-input-inner",dm=[],cm={},No=e=>{let{value:t,placeholder:o,showValue:a,valueIcon:r,valueIconName:s,...l}=e;return(0,Da.jsxs)("span",{...l,className:n(e.className,Nn,T(Nn,e)),children:[r,!r&&s&&(0,Da.jsx)(L,{className:"k-input-value-icon",icon:s}),a&&!t&&o,a&&t&&(0,Da.jsx)("span",{className:"k-input-value-text",children:t})]})};No.states=dm;No.options=cm;No.className=Nn;var ys=require("react/jsx-runtime"),kn="k-input-inner",pm=[],mm={},Ts={value:"",placeholder:""},Ha=e=>{let{value:t=Ts.value,placeholder:o=Ts.placeholder,rows:a,disabled:r,...s}=e;return(0,ys.jsx)("textarea",{...s,className:n(e.className,kn,T(kn,e)),placeholder:o,rows:a,defaultValue:t,disabled:r||void 0})};Ha.states=pm;Ha.options=mm;Ha.className=kn;var za=require("react/jsx-runtime"),Es="k-input-loading-icon",um=[i.disabled,i.loading],Ye=e=>{let{disabled:t,loading:o}=e;return t||!o?(0,za.jsx)(za.Fragment,{}):(0,za.jsx)("span",{className:n(e.className,Es,"k-icon k-i-loading")})};Ye.states=um;Ye.className=Es;var Fa=require("react/jsx-runtime"),Os="k-input-validation-icon",fm=[i.valid,i.invalid,i.disabled,i.loading],bm={},ze=e=>{let{valid:t,invalid:o,disabled:a,loading:r}=e,s=o?"warning-circle":"check-circle";return a||r||!!!(t||o)?(0,Fa.jsx)(Fa.Fragment,{}):(0,Fa.jsx)(L,{className:n(Os),icon:s})};ze.states=fm;ze.options=bm;ze.className=Os;var Ua=require("react/jsx-runtime"),hm="k-input-prefix",xm={direction:"horizontal"},Qe=e=>{let{direction:t=xm.direction,...o}=e;return e.children?(0,Ua.jsx)("span",{...o,className:n(hm,e.className,{[`k-input-prefix-${t}`]:t}),children:e.children}):(0,Ua.jsx)(Ua.Fragment,{})};var Ga=require("react/jsx-runtime"),Nm="k-input-suffix",km={direction:"horizontal"},Ze=e=>{let{direction:t=km.direction,...o}=e;return e.children?(0,Ga.jsx)("span",{...o,className:n(Nm,e.className,{[`k-input-suffix-${t}`]:t}),children:e.children}):(0,Ga.jsx)(Ga.Fragment,{})};var gm=require("react/jsx-runtime");var Bs=require("react/jsx-runtime"),vm="k-input-suffix-text",gn=e=>{let{children:t,...o}=e;return(0,Bs.jsx)("span",{...o,className:n(vm,e.className),children:t})};var ws=require("react/jsx-runtime"),Ps="k-input-separator",Cm={direction:"vertical"},Fe=e=>{let{direction:t=Cm.direction,...o}=e;return(0,ws.jsx)("span",{...o,className:n(Ps,e.className,{[`${Ps}-${t}`]:t})})};var Ne=require("react/jsx-runtime"),Lm=ee.states,Mm=ee.defaultOptions,Sm=ee.options,Am=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"},{name:"validation-icon",title:"Validation Icon"},{name:"separators",title:"Separators"}],Im=[],Ro=e=>{let{modifiers:t,valid:o,invalid:a,loading:r,disabled:s,readonly:l,...p}=e,h=t==null?void 0:t.prefix,x=t==null?void 0:t.suffix,g=t==null?void 0:t["clear-button"],k=t==null?void 0:t["validation-icon"],m=t==null?void 0:t.separators;return(0,Ne.jsxs)(ee,{...p,valid:o,invalid:a,loading:r,disabled:s,readonly:l,style:{width:300},children:[h&&(0,Ne.jsxs)(Ne.Fragment,{children:[(0,Ne.jsx)(Qe,{children:(0,Ne.jsx)(L,{icon:"lock"})}),m&&(0,Ne.jsx)(Fe,{})]}),(0,Ne.jsx)(at,{placeholder:"Placeholder",value:"Value"}),k&&(0,Ne.jsx)(ze,{valid:o,invalid:a,loading:r,disabled:s}),(0,Ne.jsx)(Ye,{loading:r,disabled:s}),g&&(0,Ne.jsx)(ot,{loading:r,disabled:s,readonly:l,value:"Value"}),x&&(0,Ne.jsxs)(Ne.Fragment,{children:[m&&(0,Ne.jsx)(Fe,{}),(0,Ne.jsx)(Ze,{children:(0,Ne.jsx)(xo,{size:p.size,fillMode:"clear",children:"Send"})})]})]})};Ro.options=Sm;Ro.states=Lm;Ro.variants=Im;Ro.defaultOptions=Mm;Ro.modifiers=Am;Ro.className=ee.className;var Va=require("react/jsx-runtime"),Rs="k-color-preview",Tm=[],ym={},oo=e=>{let{color:t,iconName:o,...a}=e;return(0,Va.jsxs)("span",{...a,className:n(e.className,Rs,{"k-icon-color-preview":o,"k-no-color":!t}),children:[o&&(0,Va.jsx)(L,{icon:o,className:"k-color-preview-icon"}),(0,Va.jsx)("span",{className:"k-color-preview-mask",style:{backgroundColor:t}})]})};oo.states=Tm;oo.options=ym;oo.className=Rs;var vn="popup",Ks=vn;var Cn=require("react/jsx-runtime"),_s="k-animation-container",Em=[],Om={},Ds={positionMode:"absolute"},Pt=e=>{let{positionMode:t=Ds.positionMode,animationStyle:o,offset:a,...r}=e;return(0,Cn.jsx)("div",{...r,style:{...a,...e.style},className:n(e.className,_s,"k-animation-container-shown",{"k-animation-container-fixed":t==="fixed"}),children:(0,Cn.jsx)("div",{className:"k-child-animation-container",style:o,children:e.children})})};Pt.states=Em;Pt.options=Om;Pt.className=_s;Pt.defaultOptions=Ds;Pt.moduleName=vn;Pt.folderName=Ks;var Ln="popup",Hs=Ln;var Mn=require("react/jsx-runtime"),zs="k-popup",Bm=[],Pm={},Fs={positionMode:"absolute"},V=e=>{let{offset:t,positionMode:o=Fs.positionMode,animationStyle:a,containerClassName:r,containerRole:s,containerAriaLabel:l,...p}=e;return(0,Mn.jsx)(Pt,{positionMode:o,offset:t,animationStyle:a,className:r,role:s,"aria-label":l,children:(0,Mn.jsx)("div",{...p,className:n(e.className,zs),children:e.children})})};V.states=Bm;V.options=Pm;V.className=zs;V.defaultOptions=Fs;V.moduleName=Ln;V.folderName=Hs;V.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 Gs=require("react/jsx-runtime"),wm="k-actionsheet-footer",Us={alignment:"stretched",orientation:"horizontal"},ao=e=>{let{alignment:t=Us.alignment,orientation:o=Us.orientation,template:a,as:r=a?"div":U,...s}=e;return(0,Gs.jsx)(r,{...s,...!a&&{alignment:t,orientation:o},className:n(e.className,wm),children:e.children})};var Sn="searchbox",Vs=Sn;var ro=require("react/jsx-runtime"),$s="k-searchbox",Rm=[i.hover,i.focus,i.valid,i.invalid,i.required,i.disabled,i.loading],Km={size:[c.undefined,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full],fillMode:[f.undefined,f.solid,f.flat,f.outline]},An={showIcon:!0,icon:"search"},bt=e=>{let{value:t,placeholder:o,size:a,rounded:r,fillMode:s,hover:l,focus:p,valid:h,invalid:x,required:g,loading:k,disabled:m,showIcon:C=An.showIcon,icon:v=An.icon,"aria-label":M,...O}=e;return(0,ro.jsxs)(ee,{...O,size:a,rounded:r,fillMode:s,hover:l,focus:p,valid:h,invalid:x,required:g,loading:k,disabled:m,className:n(e.className,$s),children:[C&&(0,ro.jsx)(L,{className:"k-input-icon",icon:v}),(0,ro.jsx)(at,{placeholder:o,value:t,"aria-label":M}),(0,ro.jsx)(Ye,{...e}),(0,ro.jsx)(ze,{...e}),(0,ro.jsx)(ot,{...e})]})};bt.states=Rm;bt.options=Km;bt.className=$s;bt.defaultOptions=An;bt.moduleName=Sn;bt.folderName=Vs;var _m=require("react/jsx-runtime");var In="textbox",Xs=In;var Be=require("react/jsx-runtime"),qs="k-textbox",Dm=[i.hover,i.focus,i.valid,i.invalid,i.required,i.disabled,i.loading,i.readonly],Hm={size:[c.undefined,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full],fillMode:[f.undefined,f.solid,f.flat,f.outline]},gr={showClearButton:!0,showValidationIcon:!0,separators:!0},Le=e=>{let{size:t,rounded:o,fillMode:a,separators:r=gr.separators,showClearButton:s=gr.showClearButton,showValidationIcon:l=gr.showValidationIcon,prefix:p,suffix:h,type:x,value:g,placeholder:k,hover:m,focus:C,valid:v,invalid:M,required:O,loading:I,disabled:K,readonly:Q,id:xe,"aria-label":ve,"aria-describedby":Ce,...He}=e;return(0,Be.jsxs)(ee,{...He,size:t,rounded:o,fillMode:a,hover:m,focus:C,valid:v,invalid:M,required:O,loading:I,disabled:K,readonly:Q,className:n(e.className,qs),children:[p&&(0,Be.jsxs)(Be.Fragment,{children:[(0,Be.jsx)(Qe,{children:p}),r&&(0,Be.jsx)(Fe,{})]}),(0,Be.jsx)(at,{id:xe,placeholder:k,value:g,type:x,disabled:K,"aria-label":ve,"aria-describedby":Ce,"aria-invalid":M?"true":void 0}),l&&(0,Be.jsx)(ze,{valid:v,invalid:M,loading:I,disabled:K}),(0,Be.jsx)(Ye,{loading:I,disabled:K}),s&&(0,Be.jsx)(ot,{loading:I,disabled:K,readonly:Q,value:g}),h&&(0,Be.jsxs)(Be.Fragment,{children:[r&&(0,Be.jsx)(Fe,{}),(0,Be.jsx)(Ze,{children:h})]})]})};Le.states=Dm;Le.options=Hm;Le.className=qs;Le.defaultOptions=gr;Le.moduleName=In;Le.folderName=Xs;Le.ariaSpec={selector:".k-textbox",rules:[{selector:".k-textbox > .k-input-inner",attribute:"role=textbox or nodeName=input",usage:"Describes the role of the component."},{selector:".k-textbox > .k-input-inner",attribute:"label for or aria-label or aria-labelledby (when has accessible name)",usage:"The input requires an accessible name (provided by consuming app)."},{selector:".k-textbox > .k-input-inner",attribute:"aria-invalid=true (when invalid)",usage:"Rendered when the TextBox is in an invalid state."},{selector:".k-textbox > .k-input-inner",attribute:"aria-describedby (when has hint or error)",usage:"Points to the hint or error message for the input."},{selector:".k-textbox.k-disabled > .k-input-inner",attribute:"disabled=disabled or aria-disabled=true",usage:"Rendered when the TextBox is disabled."}]};var $a=Le;var Js=require("react/jsx-runtime"),Ws=e=>(0,Js.jsx)($a,{...e});var Ys=require("react/jsx-runtime");var Qs=require("react/jsx-runtime");var zm=require("react/jsx-runtime");var vr=require("react/jsx-runtime"),Fm=Le.states,Um=Le.defaultOptions,Gm=Le.options,Vm=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"}],$m=[],Ko=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(r=>{switch(r){case"prefix":a.prefix=t!=null&&t[r]?(0,vr.jsx)(L,{icon:"lock"}):void 0;break;case"suffix":a.suffix=t!=null&&t[r]?(0,vr.jsx)(xo,{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,vr.jsx)(Ws,{value:"Value",style:{width:300},...o,...a})};Ko.options=Gm;Ko.states=Fm;Ko.variants=$m;Ko.defaultOptions=Um;Ko.modifiers=Vm;Ko.className=Le.className;var rt=require("react/jsx-runtime"),Zs="k-actionsheet-titlebar",Xm={},Ue=e=>{let{title:t,subtitle:o,actionsStart:a,actionsEnd:r,filter:s,input:l,inputValue:p,inputPlaceholder:h,adaptive:x,titleId:g,children:k,...m}=e;return(0,rt.jsxs)("div",{...m,className:n(e.className,Zs),children:[(0,rt.jsxs)("div",{className:"k-actionsheet-titlebar-group",children:[a&&(0,rt.jsx)("div",{className:"k-actionsheet-actions",children:a}),!k&&(0,rt.jsxs)("div",{className:"k-actionsheet-title",id:g,children:[t&&(0,rt.jsx)("div",{className:"k-text-center",children:t}),o&&(0,rt.jsx)("div",{className:"k-actionsheet-subtitle k-text-center",children:o})]}),k&&(0,rt.jsx)("div",{className:"k-actionsheet-title",id:g,children:k}),r&&(0,rt.jsx)("div",{className:"k-actionsheet-actions",children:r})]}),(l||s)&&(0,rt.jsx)("div",{className:"k-actionsheet-titlebar-group k-actionsheet-filter",children:l?(0,rt.jsx)(Le,{value:p,placeholder:h,size:x?"large":"medium","aria-label":t||h||"Input"}):(0,rt.jsx)(bt,{placeholder:"Filter",size:x?"large":"medium","aria-label":"Filter options"})})]})};Ue.className=Zs;Ue.defaultOptions=Xm;var _o=require("react/jsx-runtime"),Tn="k-actionsheet-view",qm=[],Wm={},Jm={},Do=e=>{let{adaptive:t,animated:o,children:a,header:r,footer:s,titleId:l,...p}=e,h=(r==null?void 0:r.type)===Ue&&(0,_o.jsx)(Ue,{adaptive:t,titleId:l,...r==null?void 0:r.props}),x=(s==null?void 0:s.type)===ao&&(0,_o.jsx)(ao,{...s==null?void 0:s.props});return(0,_o.jsxs)("div",{...p,className:n(e.className,Tn,{[`${Tn}-animated`]:o}),children:[h,(0,_o.jsx)("div",{className:"k-actionsheet-content",children:a}),x]})};Do.states=qm;Do.options=Wm;Do.className=Tn;Do.defaultOptions=Jm;var Xa="action-sheet",Cr=Xa;var yn="overlay",js=yn;var tl=require("react/jsx-runtime"),el="k-overlay",Ym=[],Qm={},Zm={},no=e=>{let{...t}=e;return(0,tl.jsx)("div",{...t,className:n(e.className,el),children:e.children})};no.states=Ym;no.options=Qm;no.className=el;no.defaultOptions=Zm;no.moduleName=yn;no.folderName=js;var ko=require("react/jsx-runtime"),ol="k-actionsheet",jm=[],eu={},qa={side:"bottom",fullscreen:!1,adaptive:!1,overlay:!0},le=e=>{let{side:t=qa.side,fullscreen:o=qa.fullscreen,adaptive:a=qa.adaptive,overlay:r=qa.overlay,template:s,children:l,header:p,footer:h,id:x,...g}=e,k=x&&!s&&p?`${x}-title`:void 0;return(0,ko.jsxs)("div",{className:"k-actionsheet-container",children:[r&&(0,ko.jsx)(no,{}),(0,ko.jsx)(Pt,{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,ko.jsx)("div",{...g,id:x,role:"dialog","aria-modal":r?"true":void 0,"aria-labelledby":k,className:n(e.className,ol,{[`k-actionsheet-${t}`]:o===!1,"k-actionsheet-fullscreen":o===!0,"k-adaptive-actionsheet":a}),children:s||(0,ko.jsx)(Do,{header:p,footer:h,adaptive:a,titleId:k,...e,children:l})})})]})};le.states=jm;le.options=eu;le.className=ol;le.defaultOptions=qa;le.moduleName=Xa;le.folderName=Cr;le.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 rl=require("react/jsx-runtime"),al="k-actionsheet-container",tu=[],ou={},au={},Ho=e=>{let{children:t,...o}=e;return(0,rl.jsx)("div",{...o,className:al,children:t})};Ho.states=tu;Ho.options=ou;Ho.className=al;Ho.defaultOptions=au;Ho.moduleName=Xa;Ho.folderName=Cr;var nl=require("react/jsx-runtime"),En=e=>{let{...t}=e;return(0,nl.jsx)("div",{...t,className:n(e.className,"k-list-ul"),children:e.children})};var ht=require("react/jsx-runtime"),On="k-actionsheet-item",ru=[i.hover,i.focus,i.selected,i.disabled],io=e=>{let{iconName:t,text:o,description:a,hover:r,focus:s,selected:l,disabled:p,...h}=e;return(0,ht.jsxs)("span",{...h,className:n(e.className,On,A(On,{hover:r,focus:s,selected:l,disabled:p})),children:[!e.children&&(0,ht.jsx)(ht.Fragment,{children:(0,ht.jsxs)("span",{className:"k-actionsheet-action",children:[t&&(0,ht.jsx)("span",{className:"k-icon-wrap",children:(0,ht.jsx)(L,{className:"k-actionsheet-item-icon",icon:t})}),(0,ht.jsxs)("span",{className:"k-actionsheet-item-text",children:[o&&(0,ht.jsx)("span",{className:"k-actionsheet-item-title",children:o}),a&&(0,ht.jsx)("span",{className:"k-actionsheet-item-description",children:a})]})]})}),e.children]})};io.states=ru;io.className=On;var il=require("react/jsx-runtime");var nu=require("react/jsx-runtime");var iu=require("react/jsx-runtime");var su=require("react/jsx-runtime");var te=require("react/jsx-runtime"),lu=le.options,du=le.states,ll={...le.defaultOptions,variant:"normal"},cu=[{name:"normal",title:"Normal"},{name:"adaptive",title:"Adaptive"},{name:"fullScreen",title:"Full Screen"}],pu=[{name:"actions",title:"Titlebar Actions",type:"boolean"},{name:"subtitle",title:"Subtitle",type:"boolean"},{name:"footer",title:"Footer",type:"boolean"}],zo=e=>{let{variant:t,modifiers:o,...a}={...ll,...e},r={},s=(0,te.jsxs)(En,{children:[(0,te.jsx)(io,{text:"Edit Item",description:"Click to edit",iconName:"edit-tools"}),(0,te.jsx)(io,{text:"Add to Favorites",iconName:"heart"}),(0,te.jsx)(io,{text:"Upload New",iconName:"upload",disabled:!0}),(0,te.jsx)("hr",{className:"k-hr"}),(0,te.jsx)(io,{text:"Cancel",iconName:"cancel"})]}),l="Choose from the items below",p="Select Item";return t==="fullScreen"&&(r.fullScreen=!0),Object.keys(o||{}).forEach(h=>{switch(h){case"actions":r.actionsStart=!!(o!=null&&o[h]),r.actionsEnd=!!(o!=null&&o[h]);break;case"subtitle":r.subtitle=o!=null&&o[h]?l:void 0;break;case"footer":r.footer=!!(o!=null&&o[h]);break;default:break}}),t==="adaptive"?(0,te.jsx)(le,{...a,adaptive:!0,fullscreen:r.fullScreen,header:(0,te.jsx)(Ue,{actionsStart:r.actionsStart?(0,te.jsx)(d,{icon:"chevron-left",size:"large",fillMode:"flat"}):void 0,actionsEnd:r.actionsEnd?(0,te.jsx)(d,{icon:"x",size:"large",fillMode:"flat"}):void 0,title:p,subtitle:r.subtitle}),footer:r.footer?(0,te.jsxs)(ao,{alignment:"stretched",children:[(0,te.jsx)(d,{text:"Cancel",size:"large",themeColor:"base"}),(0,te.jsx)(d,{text:"Apply",size:"large",themeColor:"primary"})]}):void 0,children:s}):(0,te.jsx)(le,{...a,fullscreen:r.fullScreen,header:(0,te.jsx)(Ue,{actionsStart:r.actionsStart?(0,te.jsx)(d,{icon:"chevron-left",fillMode:"flat"}):void 0,actionsEnd:r.actionsEnd?(0,te.jsx)(d,{icon:"x",fillMode:"flat"}):void 0,title:"Select Item",subtitle:r.subtitle}),footer:r.footer?(0,te.jsxs)(ao,{alignment:"stretched",children:[(0,te.jsx)(d,{text:"Apply",themeColor:"primary"}),(0,te.jsx)(d,{text:"Cancel",themeColor:"base"})]}):void 0,children:s})};zo.options=lu;zo.states=du;zo.variants=cu;zo.defaultOptions=ll;zo.modifiers=pu;zo.className=le.className;var Bn="slider",dl=Bn;var St=require("react/jsx-runtime"),Wa="k-slider",mu=[i.hover,i.focus,i.active,i.disabled,i.readonly],uu={},xt={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=xt.type,orientation:o=xt.orientation,gradientType:a=xt.gradientType,readonly:r=xt.readonly,disabled:s=xt.disabled,handlePosition:l=xt.handlePosition,showButtons:p=xt.showButtons,showTicks:h=xt.showTicks,value:x=xt.value,min:g=xt.min,max:k=xt.max,startValue:m,endValue:C,hover:v,focus:M,active:O,trackStyle:I,dir:K,...Q}=e,ve=(()=>{if(t==="gradient"&&a==="2d")return"undefined";if(o==="vertical")return"vertical"})(),Ce,He;return o==="horizontal"?(Ce=K==="rtl"?"chevron-left":"chevron-right",He=K==="rtl"?"chevron-right":"chevron-left"):o==="vertical"&&(Ce="chevron-up",He="chevron-down"),(0,St.jsxs)("div",{...Q,className:n(Wa,e.className,A(Wa,{readonly:r,disabled:s}),{[`k-slider-${o}`]:o,"k-colorgradient-slider":t==="gradient"}),dir:K,children:[p&&(0,St.jsx)(d,{className:"k-button-decrease",rounded:"full",icon:He,tabIndex:-1,title:"Decrease"}),(0,St.jsxs)("div",{className:"k-slider-track-wrap",children:[h&&(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:I,children:[(0,St.jsx)("div",{className:"k-slider-selection"}),t==="range"&&(0,St.jsx)("span",{className:n("k-draghandle","k-draghandle-start",A(Wa,{hover:v,focus:M,active:O})),role:"slider",tabIndex:s?void 0:0,"aria-valuenow":m??g,"aria-valuemin":g,"aria-valuemax":C??k,"aria-orientation":ve,"aria-disabled":s?"true":void 0,"aria-readonly":r?"true":void 0,"aria-label":Q["aria-label"]?`${Q["aria-label"]} start`:"Range start"}),(0,St.jsx)("span",{className:n("k-draghandle",`k-draghandle-${l}`,A(Wa,{hover:v,focus:M,active:O})),role:"slider",tabIndex:s?void 0:0,"aria-valuenow":t==="range"?C??k:x,"aria-valuemin":t==="range"?m??g:g,"aria-valuemax":k,"aria-orientation":ve,"aria-disabled":s?"true":void 0,"aria-readonly":r?"true":void 0,"aria-label":t==="range"?Q["aria-label"]?`${Q["aria-label"]} end`:"Range end":Q["aria-label"]})]})]}),p&&(0,St.jsx)(d,{className:"k-button-increase",rounded:"full",icon:Ce,tabIndex:-1,title:"Increase"})]})};J.states=mu;J.options=uu;J.className=Wa;J.defaultOptions=xt;J.moduleName=Bn;J.folderName=dl;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 Pn=require("react/jsx-runtime"),cl="k-tick",fu=[],bu={},pl={label:!1},B=e=>{let{style:t,label:o=pl.label,orientation:a,large:r,text:s,...l}=e;return(0,Pn.jsx)("li",{...l,role:"presentation",title:s||"Tick",className:n(e.className,cl,{[`k-tick-${a}`]:a,"k-tick-large":r}),style:t,children:o&&(0,Pn.jsx)("span",{className:"k-label",children:s})})};B.states=fu;B.options=bu;B.className=cl;B.defaultOptions=pl;var Me=require("react/jsx-runtime"),ml=e=>(0,Me.jsx)(J,{"aria-label":e["aria-label"]||"Slider",children:(0,Me.jsxs)(Me.Fragment,{children:[(0,Me.jsx)(B,{className:"k-first",label:!0,large:!0,text:"0"}),(0,Me.jsx)(B,{}),(0,Me.jsx)(B,{}),(0,Me.jsx)(B,{}),(0,Me.jsx)(B,{}),(0,Me.jsx)(B,{label:!0,large:!0,text:"5"}),(0,Me.jsx)(B,{}),(0,Me.jsx)(B,{}),(0,Me.jsx)(B,{}),(0,Me.jsx)(B,{}),(0,Me.jsx)(B,{className:"k-last",label:!0,large:!0,text:"10"})]}),...e});var Se=require("react/jsx-runtime"),ul=e=>(0,Se.jsx)(J,{children:(0,Se.jsxs)(Se.Fragment,{children:[(0,Se.jsx)(B,{className:"k-first",label:!0,large:!0,text:"0"}),(0,Se.jsx)(B,{}),(0,Se.jsx)(B,{}),(0,Se.jsx)(B,{}),(0,Se.jsx)(B,{}),(0,Se.jsx)(B,{label:!0,large:!0,text:"5"}),(0,Se.jsx)(B,{}),(0,Se.jsx)(B,{}),(0,Se.jsx)(B,{}),(0,Se.jsx)(B,{}),(0,Se.jsx)(B,{className:"k-last",label:!0,large:!0,text:"10"})]}),"aria-label":e["aria-label"]||"Vertical slider",...e,orientation:"vertical"});var wn=require("react/jsx-runtime");var Rn=require("react/jsx-runtime");var fl=require("react/jsx-runtime"),Kn=e=>(0,fl.jsx)(J,{type:"gradient",showButtons:!1,showTicks:!1,...e,"aria-label":e["aria-label"]||"Color slider"});var bl=require("react/jsx-runtime"),_n=e=>(0,bl.jsx)(J,{type:"gradient",orientation:"vertical",showButtons:!1,showTicks:!1,...e,"aria-label":e["aria-label"]||"Color slider"});var Dn=require("react/jsx-runtime");var Hn=require("react/jsx-runtime");var je=require("react/jsx-runtime"),hu=J.options,xu=J.states,hl={...J.defaultOptions,variant:"horizontal",label:!0},Nu=[{name:"horizontal",title:"Horizontal"},{name:"vertical",title:"Vertical"}],ku=[{name:"label",title:"Labels"},{name:"tick",title:"Ticks"},{name:"button",title:"Side Buttons"}],Fo=e=>{let{variant:t,modifiers:o,...a}={...hl,...e},r={};Object.keys(o||{}).forEach(x=>{switch(x){case"button":{r.showButtons=!!(o!=null&&o[x]);break}case"label":{r.label=!!(o!=null&&o[x]);break}case"tick":{r.showTicks=!!(o!=null&&o[x]);break}}});let{label:s=!0,showButtons:l,showTicks:p}=r,h={"--kendo-slider-start":0,"--kendo-slider-end":60};return t==="vertical"?(0,je.jsxs)(ul,{showTicks:p,showButtons:l,style:{height:"300px",...h},...a,children:[(0,je.jsx)(B,{label:s,large:!0,orientation:"vertical",text:"0",style:{position:"absolute",bottom:"0%"}}),(0,je.jsx)(B,{label:s,large:!0,orientation:"vertical",text:"2",style:{position:"absolute",bottom:"25%"}}),(0,je.jsx)(B,{label:s,large:!0,orientation:"vertical",text:"4",style:{position:"absolute",bottom:"50%"}}),(0,je.jsx)(B,{label:s,large:!0,orientation:"vertical",text:"6",style:{position:"absolute",bottom:"75%"}}),(0,je.jsx)(B,{label:s,large:!0,orientation:"vertical",text:"8",style:{position:"absolute",bottom:"100%"}})]}):(0,je.jsxs)(ml,{showTicks:p,showButtons:l,style:{width:"400px",...h},...a,children:[(0,je.jsx)(B,{label:s,large:!0,orientation:"horizontal",text:"0",style:{position:"absolute",left:"0%"}}),(0,je.jsx)(B,{label:s,large:!0,orientation:"horizontal",text:"2",style:{position:"absolute",left:"25%"}}),(0,je.jsx)(B,{label:s,large:!0,orientation:"horizontal",text:"4",style:{position:"absolute",left:"50%"}}),(0,je.jsx)(B,{label:s,large:!0,orientation:"horizontal",text:"6",style:{position:"absolute",left:"75%"}}),(0,je.jsx)(B,{label:s,large:!0,orientation:"horizontal",text:"8",style:{position:"absolute",left:"100%"}})]})};Fo.options=hu;Fo.states=xu;Fo.variants=Nu;Fo.defaultOptions=hl;Fo.modifiers=ku;Fo.className=J.className;var Ja=require("react/jsx-runtime"),xl="k-spin-button",Cu=[],Lu={size:[c.undefined,c.small,c.medium,c.large],fillMode:[f.undefined,f.solid,f.flat,f.outline,f.clear,f.link]},zn={increaseLabel:"Increase value",decreaseLabel:"Decrease value"},so=e=>{let{size:t,fillMode:o,disabled:a,increaseLabel:r=zn.increaseLabel,decreaseLabel:s=zn.decreaseLabel,...l}=e;return(0,Ja.jsxs)("span",{...l,className:n(xl,e.className),children:[(0,Ja.jsx)(d,{className:"k-spinner-increase",icon:"chevron-up",size:t,fillMode:o,disabled:a,"aria-label":r}),(0,Ja.jsx)(d,{className:"k-spinner-decrease",icon:"chevron-down",size:t,fillMode:o,disabled:a,"aria-label":s})]})};so.states=Cu;so.options=Lu;so.className=xl;so.defaultOptions=zn;so.moduleName=null;so.folderName=null;var Nl="numeric-textbox",kl="numerictextbox";var Ae=require("react/jsx-runtime"),gl="k-numerictextbox",Mu=[i.hover,i.focus,i.valid,i.invalid,i.loading,i.required,i.disabled,i.readonly],Su={size:[c.undefined,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full],fillMode:[f.undefined,f.solid,f.flat,f.outline]},Lr={showSpinButton:!0,showClearButton:!0,separators:!0},$=e=>{let{size:t,rounded:o,fillMode:a,separators:r=Lr.separators,showClearButton:s=Lr.showClearButton,showSpinButton:l=Lr.showSpinButton,prefix:p,suffix:h,value:x,placeholder:g,hover:k,focus:m,valid:C,invalid:v,required:M,loading:O,disabled:I,readonly:K,id:Q,"aria-label":xe,"aria-describedby":ve,...Ce}=e;return(0,Ae.jsxs)(ee,{...Ce,size:t,rounded:o,fillMode:a,hover:k,focus:m,valid:C,invalid:v,required:M,loading:O,disabled:I,readonly:K,className:n(e.className,gl),children:[p&&(0,Ae.jsxs)(Ae.Fragment,{children:[(0,Ae.jsx)(Qe,{children:p}),r&&(0,Ae.jsx)(Fe,{})]}),(0,Ae.jsx)(at,{id:Q,placeholder:g,value:x,role:"spinbutton",disabled:I,"aria-label":xe,"aria-describedby":ve,"aria-invalid":v?"true":void 0}),(0,Ae.jsx)(ze,{valid:C,invalid:v,loading:O,disabled:I}),(0,Ae.jsx)(Ye,{loading:O,disabled:I}),s&&(0,Ae.jsx)(ot,{loading:O,disabled:I,readonly:K,value:x}),h&&(0,Ae.jsxs)(Ae.Fragment,{children:[r&&(0,Ae.jsx)(Fe,{}),(0,Ae.jsx)(Ze,{children:h})]}),l&&(0,Ae.jsx)(so,{className:"k-input-spinner",size:t,fillMode:a,disabled:I})]})};$.states=Mu;$.options=Su;$.className=gl;$.defaultOptions=Lr;$.moduleName=Nl;$.folderName=kl;$.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 Ya=$;var Cl=require("react/jsx-runtime"),vl=e=>(0,Cl.jsx)(Ya,{...e});var Sr=Zr(require("react"));var Fn=require("react/jsx-runtime"),Au="k-list-group-sticky-header",Un=e=>(0,Fn.jsx)("div",{className:n(Au,e.className),children:(0,Fn.jsx)("div",{className:"k-list-header-text",children:e.children})});var Ll=require("react/jsx-runtime"),Iu="k-no-data",Mr=e=>{let{live:t,...o}=e;return(0,Ll.jsx)("span",{...o,className:n(Iu,e.className),"aria-live":t?"polite":void 0,children:e.children})};var go="list",Uo=go;var Go=require("react/jsx-runtime"),Gn="k-list",Tu=[],yu={size:[c.undefined,c.small,c.medium,c.large]},Eu={},H=e=>{var C;let{size:t,virtualization:o,children:a,header:r,optionLabel:s,customValue:l,noData:p,screenReaders:h,...x}=e,k=Sr.default.Children.toArray(a)[0],m=(C=k==null?void 0:k.props)!=null&&C.children?Sr.default.Children.count(k.props.children):Sr.default.Children.count(a);return(0,Go.jsxs)("div",{...x,className:n(e.className,Gn,T(Gn,{size:t}),{"k-virtual-list":o}),children:[s,l,r&&(0,Go.jsx)(Un,{children:r}),a||(p!==void 0?p:(0,Go.jsx)(Mr,{live:!0,children:"No data found."})),h&&a&&(0,Go.jsxs)(Mr,{className:"k-sr-only",live:!0,children:[m," items found."]})]})};H.states=Tu;H.options=yu;H.className=Gn;H.defaultOptions=Eu;H.moduleName=go;H.folderName=Uo;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 Sl=require("react/jsx-runtime"),Ml="k-list-container",Ou=[],Bu={},Pu={},Vo=e=>{let{...t}=e;return(0,Sl.jsx)("div",{...t,className:n(e.className,Ml),children:e.children})};Vo.states=Ou;Vo.options=Bu;Vo.className=Ml;Vo.defaultOptions=Pu;Vo.moduleName=go;Vo.folderName=Uo;var vo="checkbox",$o=vo;var Vn=require("react/jsx-runtime"),Ar="k-checkbox",wu=[i.hover,i.focus,i.valid,i.invalid,i.required,i.disabled,i.checked,i.indeterminate],Ru={size:[c.undefined,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full]},Ku={},Nt=e=>{let{id:t,checked:o,indeterminate:a,hover:r,focus:s,disabled:l,invalid:p,valid:h,required:x,size:g,rounded:k,wrapperRole:m,...C}=e;return(0,Vn.jsx)("span",{className:"k-checkbox-wrap",role:m,children:(0,Vn.jsx)("input",{...C,id:t,type:"checkbox",defaultChecked:o,required:x,disabled:l||void 0,"aria-invalid":p?"true":void 0,className:n(e.className,Ar,T(Ar,{size:g,rounded:k}),A(Ar,{hover:r,focus:s,disabled:l,invalid:p,valid:h,indeterminate:a,checked:o}))})})};Nt.states=wu;Nt.options=Ru;Nt.className=Ar;Nt.defaultOptions=Ku;Nt.moduleName=vo;Nt.folderName=$o;Nt.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 At=Nt;var Tl=require("react/jsx-runtime"),Al="k-checkbox-list",_u=[],Du={},Il={layout:"vertical"},Ge=e=>{let{layout:t=Il.layout,...o}=e;return(0,Tl.jsx)("ul",{...o,className:n(e.className,Al,{[`k-list-${t}`]:t}),children:e.children})};Ge.states=_u;Ge.options=Du;Ge.className=Al;Ge.defaultOptions=Il;Ge.moduleName=vo;Ge.folderName=$o;var El=require("react/jsx-runtime"),yl="k-checkbox-list-item",Hu=[],zu={},Fu={},Ve=e=>{let{...t}=e;return(0,El.jsx)("li",{...t,className:n(e.className,yl),children:e.children})};Ve.states=Hu;Ve.options=zu;Ve.className=yl;Ve.defaultOptions=Fu;Ve.moduleName=vo;Ve.folderName=$o;var Co=require("react/jsx-runtime"),Ft=({children:e="Label",id:t="cb-label-after",...o})=>(0,Co.jsxs)(Co.Fragment,{children:[(0,Co.jsx)(At,{id:t,...o}),(0,Co.jsx)("label",{className:"k-checkbox-label",htmlFor:t,children:e})]});var $n=require("react/jsx-runtime");var Xn=require("react/jsx-runtime");var qn=require("react/jsx-runtime");var Uu=require("react/jsx-runtime");var Gu=require("react/jsx-runtime");var Vu=require("react/jsx-runtime");var Pe=require("react/jsx-runtime"),$u=Ge.options,Xu=Ge.states,qu={...Ge.defaultOptions,variant:"vertical"},Wu=[{name:"vertical",title:"Vertical"},{name:"horizontal",title:"Horizontal"}],Ju=[],Xo=e=>{let{variant:t,...o}=e;return t==="horizontal"?(0,Pe.jsxs)(Ge,{layout:"horizontal",...o,children:[(0,Pe.jsx)(Ve,{children:(0,Pe.jsx)(Ft,{id:y("cb"),defaultChecked:!0,children:"Label"})}),(0,Pe.jsx)(Ve,{children:(0,Pe.jsx)(Ft,{id:y("cb"),children:"Label"})}),(0,Pe.jsx)(Ve,{children:(0,Pe.jsx)(Ft,{id:y("cb"),children:"Label"})})]}):(0,Pe.jsxs)(Ge,{...o,children:[(0,Pe.jsx)(Ve,{children:(0,Pe.jsx)(Ft,{id:y("cb"),defaultChecked:!0,children:"Label"})}),(0,Pe.jsx)(Ve,{children:(0,Pe.jsx)(Ft,{id:y("cb"),children:"Label"})}),(0,Pe.jsx)(Ve,{children:(0,Pe.jsx)(Ft,{id:y("cb"),children:"Label"})})]})};Xo.options=$u;Xo.states=Xu;Xo.variants=Wu;Xo.defaultOptions=qu;Xo.modifiers=Ju;Xo.className=Ge.className;var Ol=require("react/jsx-runtime"),Yu=At.options,Qu=At.states,Zu=At.defaultOptions,ju=[],ef=[],qo=e=>(0,Ol.jsx)(Ft,{id:y("checkbox"),...e,defaultChecked:!0,children:"Label"});qo.options=Yu;qo.states=Qu;qo.variants=ju;qo.defaultOptions=Zu;qo.modifiers=ef;qo.className=At.className;var wt=require("react/jsx-runtime"),Wn="k-list-item",tf=[i.hover,i.focus,i.selected,i.disabled],of={},af={},R=e=>{let{text:t,groupLabel:o,group:a,iconName:r,iconClassName:s,showCheckbox:l,checked:p,hover:h,focus:x,selected:g,disabled:k,actions:m,description:C,id:v,...M}=e,O=t||e.children;return(0,wt.jsxs)("li",{...M,id:v,role:a?"presentation":"option",tabIndex:a?void 0:x?0:-1,"aria-selected":!a&&g?"true":a?void 0:"false","aria-disabled":!a&&k?"true":void 0,className:n(e.className,a?"k-list-group-item":Wn,A(Wn,{hover:h,focus:x,disabled:k,selected:g})),children:[l&&(0,wt.jsx)(Nt,{checked:p}),r&&(0,wt.jsx)("span",{className:"k-list-item-icon-wrapper",children:(0,wt.jsx)(L,{icon:r,className:n("k-list-item-icon",s)})}),(0,wt.jsx)("span",{className:"k-list-item-text",children:O}),m&&(0,wt.jsx)("div",{className:"k-list-item-actions",children:m}),C&&(0,wt.jsx)("span",{className:"k-list-item-description",children:C}),o&&o!==""&&(0,wt.jsx)("div",{className:"k-list-item-group-label",children:o})]})};R.states=tf;R.options=of;R.className=Wn;R.defaultOptions=af;R.moduleName=go;R.folderName=Uo;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 Bl=require("react/jsx-runtime"),rf="k-list-ul",Ut=e=>{let{children:t,role:o,id:a,...r}=e;return(0,Bl.jsx)("ul",{...r,id:a,role:o,className:n(rf,e.className),children:t})};Ut.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 Wo=require("react/jsx-runtime"),nf="k-list-content",q=e=>{let{virtualization:t,grouping:o,"aria-label":a,"aria-labelledby":r,listboxId:s,...l}=e;return(0,Wo.jsxs)("div",{...l,className:n(nf,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,Wo.jsx)(Ut,{role:"listbox",id:s,"aria-label":a,"aria-labelledby":r,children:e.children}),t&&(0,Wo.jsx)("div",{className:"k-height-container",children:(0,Wo.jsx)("div",{})})]})};q.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 Jn=require("react/jsx-runtime");var Jo=require("react/jsx-runtime"),sf="k-list-group-item",Lo=e=>{let{groupIconName:t,...o}=e;return(0,Jo.jsxs)("li",{...o,role:"presentation",className:n(sf,e.className),children:[t&&(0,Jo.jsx)("span",{className:"k-list-item-icon-wrapper",children:(0,Jo.jsx)(L,{icon:t,className:"k-list-item-icon"})}),(0,Jo.jsx)("span",{className:"k-list-item-text",children:e.children})]})};Lo.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 Pl=require("react/jsx-runtime"),Yn="k-list-optionlabel",lf=[i.hover,i.focus,i.selected,i.disabled],df={},cf={},Ir=e=>{let{text:t,hover:o,focus:a,selected:r,disabled:s,...l}=e;return(0,Pl.jsx)("div",{...l,className:n(Yn,A(Yn,{hover:o,focus:a,selected:r,disabled:s})),children:t})};Ir.states=lf;Ir.options=df;Ir.className=Yn;Ir.defaultOptions=cf;var wl=require("react/jsx-runtime"),Qn="k-list-custom-value",pf=[i.hover,i.focus,i.selected,i.disabled],mf={},uf={},lo=e=>{let{text:t,hover:o,focus:a,selected:r,disabled:s,...l}=e;return(0,wl.jsx)("div",{...l,className:n(Qn,A(Qn,{hover:o,focus:a,selected:r,disabled:s})),children:t})};lo.states=pf;lo.options=mf;lo.className=Qn;lo.defaultOptions=uf;var Zn=require("react/jsx-runtime");var jn=require("react/jsx-runtime");var ei=require("react/jsx-runtime");var ti=require("react/jsx-runtime");var ff=require("react/jsx-runtime");var oi=require("react/jsx-runtime");var Rl="dropdown-list",Kl="dropdownlist";var oe=require("react/jsx-runtime"),_l="k-dropdownlist",bf=[i.hover,i.focus,i.valid,i.invalid,i.required,i.disabled,i.loading,i.readonly],hf={size:[c.undefined,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full],fillMode:[f.undefined,f.solid,f.flat,f.outline]},ai={showValue:!0,arrowIconName:"chevron-down"},ue=e=>{let{size:t,rounded:o,fillMode:a,arrowIconName:r=ai.arrowIconName,showValue:s=ai.showValue,valueIconName:l,prefix:p,suffix:h,value:x,placeholder:g,hover:k,focus:m,valid:C,invalid:v,required:M,loading:O,disabled:I,readonly:K,popup:Q,opened:xe,adaptive:ve,adaptiveSettings:Ce,adaptiveTitle:He,adaptiveSubtitle:bo,adaptiveFilter:Jr,id:to,activeDescendant:pr,"aria-label":Yr,...Qr}=e,kp=to?`${to}-listbox`:void 0,ns=to?`${to}-value`:void 0;return(0,oe.jsxs)(oe.Fragment,{children:[(0,oe.jsxs)(Bt,{...Qr,id:to,size:t,rounded:o,fillMode:a,hover:k,focus:m,valid:C,invalid:v,required:M,loading:O,disabled:I,readonly:K,className:n(e.className,_l,{"k-icon-picker":!s&&l}),role:"combobox","aria-haspopup":"listbox","aria-expanded":xe?"true":"false","aria-controls":xe?kp:void 0,"aria-activedescendant":xe&&pr?pr:void 0,"aria-describedby":xe?ns:void 0,"aria-disabled":I?"true":void 0,"aria-label":Yr,tabIndex:0,children:[(0,oe.jsx)(Qe,{children:p}),(0,oe.jsx)(No,{placeholder:g,value:x,showValue:s,valueIconName:l,id:ns}),(0,oe.jsx)(ze,{valid:C,invalid:v,loading:O,disabled:I}),(0,oe.jsx)(Ye,{loading:O,disabled:I}),(0,oe.jsx)(Ze,{children:h}),(0,oe.jsx)(d,{className:"k-input-button",icon:r,size:e.size,fillMode:e.fillMode,"aria-label":g||"Toggle dropdown",tabIndex:-1})]}),xe&&Q&&(0,oe.jsx)(V,{className:"k-list-container k-dropdownlist-popup",containerRole:"region",containerAriaLabel:"Dropdown suggestions",children:Q}),ve&&(0,oe.jsx)(le,{adaptive:!0,...Ce,header:(0,oe.jsx)(Ue,{actionsEnd:(0,oe.jsx)(d,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply selection"}),filter:Jr,inputValue:x,inputPlaceholder:g,title:He,subtitle:bo}),children:(0,oe.jsx)("div",{className:"k-list-container",children:(0,oe.jsx)(H,{size:"large",children:(0,oe.jsxs)(q,{"aria-label":"Options",children:[(0,oe.jsx)(R,{text:"List item"}),(0,oe.jsx)(R,{text:"List item"}),(0,oe.jsx)(R,{text:"List item"})]})})})})]})};ue.states=bf;ue.options=hf;ue.className=_l;ue.defaultOptions=ai;ue.moduleName=Rl;ue.folderName=Kl;ue.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 xf=require("react/jsx-runtime");var Dl=require("react/jsx-runtime");var ri=require("react/jsx-runtime");var Nf=require("react/jsx-runtime");var Hl=require("react/jsx-runtime");var ni=require("react/jsx-runtime");var kf=require("react/jsx-runtime");var et=require("react/jsx-runtime"),gf=ue.states,vf=ue.defaultOptions,Cf=ue.options,Lf=[{name:"opened",title:"Opened"}],Mf=[],Qo=e=>{let{modifiers:t,...o}=e,a={},r=(0,et.jsxs)(et.Fragment,{children:[(0,et.jsx)("div",{className:"k-list-filter",children:(0,et.jsx)(bt,{})}),(0,et.jsx)(H,{style:{width:300},size:o.size,children:(0,et.jsxs)(q,{children:[(0,et.jsx)(R,{children:"List item"}),(0,et.jsx)(R,{children:"List item"}),(0,et.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,et.jsx)("div",{children:(0,et.jsx)(ue,{placeholder:"Value",style:{width:300},...o,...a})})};Qo.options=Cf;Qo.states=gf;Qo.variants=Mf;Qo.defaultOptions=vf;Qo.modifiers=Lf;Qo.className=ue.className;var zl=require("react/jsx-runtime");var Fl=require("react/jsx-runtime");var Sf=require("react/jsx-runtime");var Tr=require("react/jsx-runtime"),Af=$.states,If=$.defaultOptions,Tf=$.options,yf=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"clear-button",title:"`Clear` Button"},{name:"spin-button",title:"`Spin` Button"}],Ef=[],Zo=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(r=>{switch(r){case"prefix":a.prefix=t!=null&&t[r]?(0,Tr.jsx)(ue,{size:o.size,fillMode:"flat",value:"mm"}):void 0;break;case"suffix":a.suffix=t!=null&&t[r]?(0,Tr.jsx)(gn,{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,Tr.jsx)(vl,{value:"Value",style:{width:300},...o,...a})};Zo.options=Tf;Zo.states=Af;Zo.variants=Ef;Zo.defaultOptions=If;Zo.modifiers=yf;Zo.className=$.className;var S=require("react/jsx-runtime"),Ul="k-colorgradient-inputs",Of=[],Bf={size:[c.undefined,c.small,c.medium,c.large]},Gl={mode:"rgba"},jo=e=>{let{mode:t=Gl.mode,size:o,...a}=e;return(0,S.jsxs)("div",{...a,className:n(Ul,"k-hstack"),children:[(0,S.jsx)("div",{className:"k-vstack",children:(0,S.jsx)(d,{fillMode:"flat",icon:"caret-alt-expand",className:"k-colorgradient-toggle-mode",size:o,"aria-label":"Toggle color input format"})}),t==="rgba"&&(0,S.jsxs)(S.Fragment,{children:[(0,S.jsxs)("div",{className:"k-vstack",children:[(0,S.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Red channel"}),(0,S.jsx)("label",{className:"k-colorgradient-input-label",children:"R"})]}),(0,S.jsxs)("div",{className:"k-vstack",children:[(0,S.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Green channel"}),(0,S.jsx)("label",{className:"k-colorgradient-input-label",children:"G"})]}),(0,S.jsxs)("div",{className:"k-vstack",children:[(0,S.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132",size:o,"aria-label":"Blue channel"}),(0,S.jsx)("label",{className:"k-colorgradient-input-label",children:"B"})]}),(0,S.jsxs)("div",{className:"k-vstack",children:[(0,S.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"1.00",size:o,"aria-label":"Alpha channel"}),(0,S.jsx)("label",{className:"k-colorgradient-input-label",children:"A"})]})]}),t==="rgb"&&(0,S.jsxs)(S.Fragment,{children:[(0,S.jsxs)("div",{className:"k-vstack",children:[(0,S.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Red channel"}),(0,S.jsx)("label",{className:"k-colorgradient-input-label",children:"R"})]}),(0,S.jsxs)("div",{className:"k-vstack",children:[(0,S.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Green channel"}),(0,S.jsx)("label",{className:"k-colorgradient-input-label",children:"G"})]}),(0,S.jsxs)("div",{className:"k-vstack",children:[(0,S.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Blue channel"}),(0,S.jsx)("label",{className:"k-colorgradient-input-label",children:"B"})]})]}),t==="hsva"&&(0,S.jsxs)(S.Fragment,{children:[(0,S.jsxs)("div",{className:"k-vstack",children:[(0,S.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Hue channel"}),(0,S.jsx)("label",{className:"k-colorgradient-input-label",children:"H"})]}),(0,S.jsxs)("div",{className:"k-vstack",children:[(0,S.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Saturation channel"}),(0,S.jsx)("label",{className:"k-colorgradient-input-label",children:"S"})]}),(0,S.jsxs)("div",{className:"k-vstack",children:[(0,S.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Value channel"}),(0,S.jsx)("label",{className:"k-colorgradient-input-label",children:"V"})]}),(0,S.jsxs)("div",{className:"k-vstack",children:[(0,S.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"1.00","aria-label":"Alpha channel"}),(0,S.jsx)("label",{className:"k-colorgradient-input-label",children:"A"})]})]}),t==="hsv"&&(0,S.jsxs)(S.Fragment,{children:[(0,S.jsxs)("div",{className:"k-vstack",children:[(0,S.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Hue channel"}),(0,S.jsx)("label",{className:"k-colorgradient-input-label",children:"H"})]}),(0,S.jsxs)("div",{className:"k-vstack",children:[(0,S.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Saturation channel"}),(0,S.jsx)("label",{className:"k-colorgradient-input-label",children:"S"})]}),(0,S.jsxs)("div",{className:"k-vstack",children:[(0,S.jsx)($,{showSpinButton:!1,showClearButton:!1,value:"132","aria-label":"Value channel"}),(0,S.jsx)("label",{className:"k-colorgradient-input-label",children:"V"})]})]}),t==="hex"&&(0,S.jsx)(S.Fragment,{children:(0,S.jsxs)("div",{className:"k-vstack k-flex-1",children:[(0,S.jsx)(Le,{showClearButton:!1,value:"#b88484AA",className:"k-hex-value"}),(0,S.jsx)("label",{className:"k-colorgradient-input-label",children:"HEX"})]})})]})};jo.states=Of;jo.options=Bf;jo.className=Ul;jo.defaultOptions=Gl;var we=require("react/jsx-runtime"),Vl="k-colorgradient-color-contrast",Pf=[],wf={},Rf={},ea=()=>(0,we.jsxs)("div",{className:n(Vl,"k-vbox"),children:[(0,we.jsxs)("div",{className:"k-contrast-ratio",children:[(0,we.jsx)("span",{className:"k-contrast-ratio-text",children:"Contrast ratio: 7.1"}),(0,we.jsxs)("span",{className:"k-contrast-validation !k-text-success",children:[(0,we.jsx)(L,{icon:"check"}),(0,we.jsx)(L,{icon:"check"})]})]}),(0,we.jsxs)("div",{children:[(0,we.jsx)("span",{children:"AA: 4.5"}),(0,we.jsxs)("span",{className:"k-contrast-validation !k-text-success",children:["Pass",(0,we.jsx)(L,{icon:"check"})]})]}),(0,we.jsxs)("div",{children:[(0,we.jsx)("span",{children:"AAA: 7.0"}),(0,we.jsxs)("span",{className:"k-contrast-validation !k-text-error",children:["Fail",(0,we.jsx)(L,{icon:"x"})]})]})]});ea.states=Pf;ea.options=wf;ea.className=Vl;ea.defaultOptions=Rf;var $l="color-gradient",Xl="colorgradient";var fe=require("react/jsx-runtime"),yr="k-colorgradient",Kf=[i.hover,i.focus,i.readonly,i.disabled],_f={size:[c.undefined,c.small,c.medium,c.large]},Rt={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"},ke=e=>{let{size:t,mode:o=Rt.mode,readonly:a=Rt.readonly,disabled:r=Rt.disabled,gradientStyle:s=Rt.gradientStyle,dragHandleStyle:l=Rt.dragHandleStyle,alphaStyle:p=Rt.alphaStyle,alphaStyleHorizontal:h=Rt.alphaStyleHorizontal,contrast:x=Rt.contrast,dir:g,hover:k,focus:m,hoverHandle:C,focusHandle:v,canvasOrientation:M=Rt.canvasOrientation,role:O,tabIndex:I,...K}=e;return(0,fe.jsxs)("div",{...K,role:O??"textbox","aria-label":O==="none"?void 0:"Color gradient",tabIndex:I??0,"aria-disabled":r?"true":void 0,className:n(e.className,yr,T(yr,{size:t}),A(yr,{hover:k,focus:m,readonly:a,disabled:r})),dir:g,children:[!M||M==="horizontal"&&(0,fe.jsxs)("div",{className:"k-colorgradient-canvas k-hstack",children:[(0,fe.jsx)("div",{className:"k-hsv-rectangle",style:s,children:(0,fe.jsx)("div",{className:"k-hsv-gradient",children:(0,fe.jsx)("div",{className:n("k-hsv-draghandle","k-draghandle",{"k-hover":C,"k-focus":v}),style:l,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,fe.jsxs)("div",{className:"k-hsv-controls k-hstack",children:[(0,fe.jsx)(_n,{className:"k-hue-slider",hover:C,focus:v}),o!=="rgb"&&o!=="hsv"&&(0,fe.jsx)(_n,{className:"k-alpha-slider",hover:C,focus:v,trackStyle:p})]})]}),M==="vertical"&&(0,fe.jsxs)("div",{className:"k-colorgradient-canvas k-vstack",children:[(0,fe.jsx)("div",{className:"k-hsv-rectangle",style:s,children:(0,fe.jsx)("div",{className:"k-hsv-gradient",children:(0,fe.jsx)("div",{className:n("k-hsv-draghandle","k-draghandle",{"k-hover":C,"k-focus":v}),style:l,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,fe.jsxs)("div",{className:"k-hsv-controls k-vstack",children:[(0,fe.jsx)(Kn,{className:"k-hue-slider",hover:C,focus:v}),o!=="rgb"&&o!=="hsv"&&(0,fe.jsx)(Kn,{className:"k-alpha-slider",hover:C,focus:v,trackStyle:h})]})]}),(0,fe.jsx)(jo,{mode:e.mode,size:t}),x&&(0,fe.jsx)(ea,{})]})};ke.states=Kf;ke.options=_f;ke.className=yr;ke.defaultOptions=Rt;ke.moduleName=$l;ke.folderName=Xl;ke.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 ql=require("react/jsx-runtime"),Er=e=>(0,ql.jsx)(ke,{...e});var Df=require("react/jsx-runtime");var Hf=require("react/jsx-runtime");var Or=require("react/jsx-runtime"),zf=ke.options,Ff=ke.states,Uf={...ke.defaultOptions,variant:"rgba"},Gf=[{name:"rgba",title:"RGBA"},{name:"rgb",title:"RGB"},{name:"hex",title:"HEX"}],Vf=[],ta=e=>{let{variant:t,...o}=e;switch(t){case"hex":return(0,Or.jsx)(Er,{...o,mode:t});case"rgb":return(0,Or.jsx)(Er,{...o,mode:t});default:return(0,Or.jsx)(Er,{...o,mode:t})}};ta.options=zf;ta.states=Ff;ta.variants=Gf;ta.defaultOptions=Uf;ta.modifiers=Vf;ta.className=ke.className;var Wl=require("react/jsx-runtime"),ii=e=>(0,Wl.jsx)("tr",{role:"row",children:e.children});var Jl=require("react/jsx-runtime"),si="k-colorpalette-tile",$f=[i.hover,i.focus,i.selected],Xf={},oa=e=>{let{color:t,tileSize:o,hover:a,focus:r,selected:s,...l}=e,p={backgroundColor:t,width:o?o+"px":"",height:o?o+"px":""};return(0,Jl.jsx)("td",{...l,role:"gridcell","aria-label":t,"aria-selected":s?"true":void 0,className:n(e.className,si,A(si,{hover:a,focus:r,selected:s})),style:p})};oa.states=$f;oa.options=Xf;oa.className=si;var Yl="color-palette",Ql="colorpalette";var aa=require("react/jsx-runtime"),Br="k-colorpalette",qf=[i.disabled],Wf={size:[c.undefined,c.small,c.medium,c.large]},Zl={columns:10},$e=e=>{let{size:t,palette:o,columns:a=Zl.columns,tileSize:r,disabled:s,...l}=e,p=[];if(o){let h=a||o.columns,x=o.colors?o.colors:o;Array.isArray(x)&&Array.from({length:Math.ceil(x.length/h)},(g,k)=>{let m=[];x.slice(k*h,(k+1)*h).map((v,M)=>{m.push((0,aa.jsx)(oa,{color:v,tileSize:r},M))});let C=(0,aa.jsx)(ii,{children:m},k);p.push(C)})}return(0,aa.jsx)("div",{...l,role:"grid","aria-label":"Color palette",tabIndex:0,"aria-disabled":s?"true":void 0,className:n(e.className,Br,A(Br,{disabled:s}),T(Br,{size:t})),children:(0,aa.jsx)("table",{className:"k-colorpalette-table",role:"none",children:(0,aa.jsx)("tbody",{children:p.length>0?p:e.children})})})};$e.states=qf;$e.options=Wf;$e.className=Br;$e.defaultOptions=Zl;$e.moduleName=Yl;$e.folderName=Ql;$e.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 Pr=$e;var Qa={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 ed=require("react/jsx-runtime"),jl=e=>(0,ed.jsx)(Pr,{palette:Qa.basic,...e});var Jf=require("react/jsx-runtime");var td=require("react/jsx-runtime");var od=require("react/jsx-runtime"),Yf=$e.options,Qf=$e.states,Zf={...$e.defaultOptions,variant:"basic"},jf=[{name:"basic",title:"Basic"},{name:"monochrome",title:"Monochrome"}],eb={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}},tb=[],ra=e=>{let{variant:t="basic",...o}=e,a=eb[t];return(0,od.jsx)(jl,{columns:a.columns,palette:a,...o})};ra.options=Yf;ra.states=Qf;ra.variants=jf;ra.defaultOptions=Zf;ra.modifiers=tb;ra.className=$e.className;var ad="color-editor",rd="coloreditor";var me=require("react/jsx-runtime"),wr="k-coloreditor",ob=[i.focus],ab={size:[c.undefined,c.small,c.medium,c.large]},Za={view:"gradient",palette:Qa.office,actionButtons:!0,canvasOrientation:"horizontal"},de=e=>{let{size:t,view:o=Za.view,palette:a=Za.palette,color:r,currentColor:s,focus:l,focusView:p,dir:h,group:x,actionButtons:g=Za.actionButtons,canvasOrientation:k=Za.canvasOrientation,...m}=e;return(0,me.jsxs)("div",{...m,role:"textbox","aria-label":"Color editor",tabIndex:0,className:n(e.className,"k-flatcolorpicker",wr,T(wr,{size:t}),A(wr,{focus:l})),dir:h,children:[(0,me.jsxs)("div",{className:"k-coloreditor-header k-hstack",children:[(0,me.jsx)("div",{className:"k-coloreditor-header-actions k-hstack",children:x&&(0,me.jsxs)(w,{fillMode:"flat",children:[(0,me.jsx)(d,{className:"k-group-start",size:t,fillMode:"flat",icon:"droplet-slider",selected:o==="gradient","aria-label":"Color gradient view"}),(0,me.jsx)(d,{className:"k-group-end",size:t,fillMode:"flat",icon:"palette",selected:o==="palette","aria-label":"Color palette view"})]})}),(0,me.jsx)("div",{className:"k-spacer"}),(0,me.jsxs)("div",{className:"k-coloreditor-header-actions k-hstack",children:[(0,me.jsx)(d,{fillMode:"flat",icon:"droplet-slash",size:t,"aria-label":"Reset color"}),(0,me.jsxs)("div",{className:"k-coloreditor-preview k-vstack",children:[(0,me.jsx)(oo,{className:"k-coloreditor-preview-color",color:r}),(0,me.jsx)(oo,{className:"k-coloreditor-current-color",color:s})]})]})]}),(0,me.jsx)("div",{className:"k-coloreditor-views k-vstack",children:o==="gradient"?(0,me.jsx)(ke,{focus:p,size:t,canvasOrientation:k,role:"none",tabIndex:-1}):(0,me.jsx)($e,{palette:a,size:t})}),g&&(0,me.jsxs)(U,{className:"k-coloreditor-footer",alignment:"start",children:[(0,me.jsx)(d,{themeColor:"primary",size:t,className:"k-coloreditor-apply",children:"Apply"}),(0,me.jsx)(d,{className:"k-coloreditor-cancel",size:t,children:"Cancel"})]})]})};de.states=ob;de.options=ab;de.className=wr;de.defaultOptions=Za;de.moduleName=ad;de.folderName=rd;de.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 na=de;var rb=require("react/jsx-runtime");var nb=require("react/jsx-runtime");var id=require("react/jsx-runtime"),nd=e=>(0,id.jsx)(na,{group:!0,currentColor:"fuchsia",...e});var ld=require("react/jsx-runtime"),sd=e=>(0,ld.jsx)(na,{view:"palette",group:!0,currentColor:"fuchsia",...e});var li=require("react/jsx-runtime"),ib=de.options,sb=de.states,lb={...de.defaultOptions,variant:"gradient"},db=[{name:"gradient",title:"Gradient"},{name:"palette",title:"Palette"}],cb=[],ia=e=>{let{variant:t,...o}=e;return t==="palette"?(0,li.jsx)(sd,{...o,color:"white"}):(0,li.jsx)(nd,{...o,color:"rgba(183, 118 , 118, 1.00)"})};ia.options=ib;ia.states=sb;ia.variants=db;ia.defaultOptions=lb;ia.modifiers=cb;ia.className=de.className;var dd="color-picker",cd="colorpicker";var be=require("react/jsx-runtime"),pd="k-colorpicker",pb=[i.hover,i.focus,i.valid,i.invalid,i.required,i.disabled],mb={size:[c.undefined,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full],fillMode:[f.undefined,f.solid,f.flat,f.outline]},md={arrowIconName:"chevron-down"},nt=e=>{let{size:t,rounded:o,fillMode:a,arrowIconName:r=md.arrowIconName,prefix:s,suffix:l,value:p,placeholder:h,hover:x,focus:g,valid:k,invalid:m,required:C,disabled:v,valueIconName:M,popup:O,opened:I,adaptive:K,adaptiveSettings:Q,adaptiveTitle:xe,adaptiveSubtitle:ve,...Ce}=e,He="colorpicker-popup";return(0,be.jsxs)(be.Fragment,{children:[(0,be.jsxs)(Bt,{...Ce,size:t,rounded:o,fillMode:a,hover:x,focus:g,valid:k,invalid:m,required:C,disabled:v,role:"combobox","aria-haspopup":"dialog","aria-expanded":I?"true":"false","aria-controls":I||K?He:void 0,"aria-label":"Color picker",tabIndex:0,"aria-disabled":v?"true":void 0,className:n(e.className,pd,"k-icon-picker"),children:[(0,be.jsx)(Qe,{children:s}),(0,be.jsx)(No,{placeholder:h,value:p,showValue:!1,valueIcon:(0,be.jsx)(oo,{className:"k-value-icon",color:p,iconName:M}),valueIconName:M}),(0,be.jsx)(Ze,{children:l}),(0,be.jsx)(d,{className:"k-input-button",icon:r,size:t,fillMode:a,tabIndex:-1,"aria-label":"Open color picker",disabled:v})]}),I&&O&&(0,be.jsx)(V,{id:He,className:"k-colorpicker-popup",children:O}),K&&(0,be.jsx)(le,{adaptive:!0,id:He,...Q,header:(0,be.jsx)(Ue,{actionsEnd:(0,be.jsx)(d,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply"}),title:xe,subtitle:ve}),footer:(0,be.jsxs)(ao,{children:[(0,be.jsx)(d,{text:"Cancel",size:"large"}),(0,be.jsx)(d,{text:"Set",size:"large",themeColor:"primary"})]}),children:(0,be.jsx)(de,{canvasOrientation:"vertical",size:"large",actionButtons:!1,group:!0})})]})};nt.states=pb;nt.options=mb;nt.className=pd;nt.defaultOptions=md;nt.moduleName=dd;nt.folderName=cd;nt.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 Gt=nt;var ud=require("react/jsx-runtime"),Rr=e=>(0,ud.jsx)(Gt,{...e});var ub=require("react/jsx-runtime");var fb=require("react/jsx-runtime");var bb=require("react/jsx-runtime");var hb=require("react/jsx-runtime");var xb=require("react/jsx-runtime");var Nb=require("react/jsx-runtime");var co=require("react/jsx-runtime"),kb=Gt.options,gb=Gt.states,fd={...Gt.defaultOptions,variant:"color"},vb=[{name:"color",title:"Color",default:!0},{name:"no color",title:"No color"},{name:"icon",title:"Icon"}],Cb=[{name:"opened",title:"Opened"}],sa=e=>{let{variant:t,modifiers:o,...a}={...fd,...e},r={};Object.keys(o||{}).forEach(l=>{l==="opened"&&(r.opened=!!(o!=null&&o[l]),r.popup=o!=null&&o[l]?(0,co.jsx)(de,{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,co.jsx)("div",{style:s,children:(0,co.jsx)(Rr,{...a,...r})});case"icon":return(0,co.jsx)("div",{style:s,children:(0,co.jsx)(Rr,{value:"rgba(183, 118 , 118, 1.00)",valueIconName:"edit-tools",...a,...r})});default:return(0,co.jsx)("div",{style:s,children:(0,co.jsx)(Rr,{value:"rgba(183, 118 , 118, 1.00)",...a,...r})})}};sa.options=kb;sa.states=gb;sa.variants=vb;sa.defaultOptions=fd;sa.modifiers=Cb;sa.className=Gt.className;var di="combobox",bd=di;var F=require("react/jsx-runtime"),hd="k-combobox",Lb=[i.hover,i.focus,i.valid,i.invalid,i.loading,i.required,i.disabled,i.readonly],Mb={size:[c.undefined,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full],fillMode:[f.undefined,f.solid,f.flat,f.outline]},xd={separators:!0},Re=e=>{let{size:t,rounded:o,fillMode:a,separators:r=xd.separators,prefix:s,suffix:l,value:p,placeholder:h,hover:x,focus:g,valid:k,invalid:m,required:C,loading:v,disabled:M,popup:O,opened:I,readonly:K,adaptive:Q,adaptiveSettings:xe,adaptiveTitle:ve,adaptiveSubtitle:Ce,adaptiveCustomValue:He,id:bo,autocomplete:Jr,activeDescendant:to,"aria-label":pr,...Yr}=e,Qr=bo?`${bo}-listbox`:void 0;return(0,F.jsxs)(F.Fragment,{children:[(0,F.jsxs)(ee,{...Yr,size:t,rounded:o,fillMode:a,hover:x,focus:g,valid:k,invalid:m,required:C,loading:v,disabled:M,readonly:K,className:n(e.className,hd),children:[s&&(0,F.jsxs)(F.Fragment,{children:[(0,F.jsx)(Qe,{children:s}),r&&(0,F.jsx)(Fe,{})]}),(0,F.jsx)(at,{id:bo,placeholder:h,value:p,role:"combobox","aria-haspopup":"listbox","aria-expanded":I?"true":"false","aria-controls":I?Qr:void 0,"aria-activedescendant":I&&to?to:void 0,"aria-autocomplete":Jr,"aria-invalid":m?"true":void 0,"aria-busy":v?"true":void 0,"aria-label":pr,disabled:M,readOnly:K}),(0,F.jsx)(ze,{valid:k,invalid:m,loading:v,disabled:M}),(0,F.jsx)(Ye,{loading:v,disabled:M}),(0,F.jsx)(ot,{loading:v,disabled:M,readonly:K,value:p}),l&&(0,F.jsxs)(F.Fragment,{children:[r&&(0,F.jsx)(Fe,{}),(0,F.jsx)(Ze,{children:l})]}),(0,F.jsx)(d,{className:"k-input-button",icon:"chevron-down",size:t,fillMode:a,"aria-label":"Open popup",tabIndex:-1,disabled:M})]}),I&&O&&(0,F.jsx)(V,{className:"k-list-container k-combobox-popup",containerRole:"region",containerAriaLabel:"Combobox suggestions",children:O}),Q&&(0,F.jsx)(le,{adaptive:!0,id:bo?`${bo}-adaptive`:void 0,...xe,header:(0,F.jsx)(Ue,{actionsEnd:(0,F.jsx)(d,{icon:"check",themeColor:"primary",size:"large",fillMode:"flat","aria-label":"Apply selection"}),input:!0,inputValue:p,inputPlaceholder:h,title:ve,subtitle:Ce}),children:(0,F.jsx)("div",{className:"k-list-container",children:(0,F.jsx)(H,{customValue:He?(0,F.jsx)(lo,{text:`Use "${p}"`}):void 0,size:"large",children:(0,F.jsxs)(q,{"aria-label":ve||"Options",children:[(0,F.jsx)(R,{text:"List item"}),(0,F.jsx)(R,{text:"List item"}),(0,F.jsx)(R,{text:"List item"})]})})})})]})};Re.states=Lb;Re.options=Mb;Re.className=hd;Re.defaultOptions=xd;Re.moduleName=di;Re.folderName=bd;Re.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 it=Re;var kd=require("react/jsx-runtime"),Nd=e=>(0,kd.jsx)(it,{...e});var gd=require("react/jsx-runtime");var vd=require("react/jsx-runtime");var Cd=require("react/jsx-runtime");var Ld=require("react/jsx-runtime");var Md=require("react/jsx-runtime");var Sd=require("react/jsx-runtime");var ci=require("react/jsx-runtime");var Sb=require("react/jsx-runtime");var Ab=require("react/jsx-runtime");var Ad=require("react/jsx-runtime");var Id=require("react/jsx-runtime");var It=require("react/jsx-runtime"),Ib=Re.states,Tb=Re.defaultOptions,yb=Re.options,Eb=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"},{name:"opened",title:"Opened"}],Ob=[],la=e=>{let{modifiers:t,...o}=e,a={},r=(0,It.jsx)(H,{style:{width:300},size:o.size,children:(0,It.jsxs)(q,{children:[(0,It.jsx)(R,{children:"List item"}),(0,It.jsx)(R,{children:"List item"}),(0,It.jsx)(R,{children:"List item"})]})});return Object.keys(t||{}).forEach(s=>{switch(s){case"prefix":a.prefix=t!=null&&t[s]?(0,It.jsx)(L,{icon:"map-marker-target"}):void 0;break;case"suffix":a.suffix=t!=null&&t[s]?(0,It.jsx)(X,{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,It.jsx)("div",{children:(0,It.jsx)(Nd,{value:"Value",style:{width:300},...o,...a})})};la.options=yb;la.states=Ib;la.variants=Ob;la.defaultOptions=Tb;la.modifiers=Eb;la.className=Re.className;var pi="menu-button",Td=pi;var Ed=require("react/jsx-runtime"),yd="k-menu-button",Bb=[i.hover,i.focus,i.active,i.selected,i.disabled],Pb={size:[c.undefined,c.xsmall,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full],fillMode:[f.undefined,f.solid,f.flat,f.outline,f.clear,f.link],themeColor:[N.undefined,N.base,N.primary,N.secondary,N.tertiary,N.success,N.warning,N.error,N.info,N.inverse]},mi={showArrow:!0,arrowIconName:"chevron-down"},W=e=>{let{size:t,rounded:o,fillMode:a,themeColor:r,hover:s,focus:l,active:p,selected:h,disabled:x,icon:g,text:k,showArrow:m=mi.showArrow,arrowIconName:C=mi.arrowIconName,expanded:v,...M}=e;return(0,Ed.jsx)(d,{...M,className:n(e.className,yd),text:k,size:t,rounded:o,fillMode:a,themeColor:r,hover:s,focus:l,active:p,selected:h,disabled:x,icon:g,showArrow:m,arrowIconName:C,"aria-expanded":v?"true":"false",...!k&&g&&!e["aria-label"]&&{"aria-label":"Menu"},...x&&{"aria-disabled":"true"}})};W.states=Bb;W.options=Pb;W.className=yd;W.defaultOptions=mi;W.moduleName=pi;W.folderName=Td;W.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 wb=require("react/jsx-runtime");var Rb=require("react/jsx-runtime");var Kb=require("react/jsx-runtime");var st="menu",kt=st;var Vt=require("react/jsx-runtime"),ui="k-menu-item",_b=[i.hover,i.focus,i.active,i.selected,i.disabled],Db={},Od={iconPosition:"before"},Ke=e=>{let{hover:t,focus:o,active:a,selected:r,disabled:s,icon:l,text:p,first:h,last:x,showArrow:g,arrowIconName:k,iconPosition:m=Od.iconPosition,dir:C,children:v,expanded:M,...O}=e,I=k;return I||(I=C==="rtl"?"chevron-left":"chevron-right"),(0,Vt.jsxs)("li",{...O,className:n(e.className,ui,"k-item",A(ui,{focus:o,disabled:s,hover:t,active:a,selected:r}),{"k-first":h,"k-last":x}),role:"menuitem",...g&&{"aria-haspopup":"menu"},...g&&{"aria-expanded":M?"true":"false"},...s&&{"aria-disabled":"true"},...o&&{tabIndex:0},children:[(0,Vt.jsxs)("span",{className:n("k-link k-menu-link"),children:[l&&m==="before"&&(0,Vt.jsx)(L,{className:"k-menu-link-icon",icon:l}),(0,Vt.jsx)("span",{className:"k-menu-link-text",children:p}),l&&m==="after"&&(0,Vt.jsx)(L,{className:"k-menu-link-icon",icon:l}),g&&(0,Vt.jsx)("span",{className:"k-menu-expand-arrow","aria-hidden":"true",children:(0,Vt.jsx)(L,{icon:I})})]}),v]})};Ke.states=_b;Ke.options=Db;Ke.className=ui;Ke.defaultOptions=Od;Ke.moduleName=st;Ke.folderName=kt;var $t=require("react/jsx-runtime"),fi="k-menu-item",Hb=[i.hover,i.focus,i.active,i.selected,i.disabled],zb={},bi={dir:"ltr",iconPosition:"before"},ae=e=>{let{hover:t,focus:o,active:a,selected:r,disabled:s,icon:l,text:p,first:h,last:x,showArrow:g,arrowIconName:k,iconPosition:m=bi.iconPosition,dir:C=bi.dir,children:v,popup:M,expanded:O,...I}=e,K=k;return K||(K=C==="rtl"?"chevron-left":"chevron-right"),(0,$t.jsxs)("li",{...I,className:n(e.className,fi,"k-item",A(fi,{focus:o,disabled:s}),{"k-first":h,"k-last":x}),role:"menuitem",...g&&{"aria-haspopup":"menu"},...g&&{"aria-expanded":O?"true":"false"},...s&&{"aria-disabled":"true"},...o&&{tabIndex:0},children:[(0,$t.jsxs)("span",{className:n("k-link k-menu-link",A("k-menu-link",{hover:t,active:a,selected:r,disabled:s})),children:[l&&m==="before"&&(0,$t.jsx)(L,{className:"k-menu-link-icon",icon:l}),(0,$t.jsx)("span",{className:"k-menu-link-text",children:p}),l&&m==="after"&&(0,$t.jsx)(L,{className:"k-menu-link-icon",icon:l}),g&&(0,$t.jsx)("span",{className:"k-menu-expand-arrow","aria-hidden":"true",children:(0,$t.jsx)(L,{icon:K})})]}),v,M]})};ae.states=Hb;ae.options=zb;ae.className=fi;ae.defaultOptions=bi;ae.moduleName=st;ae.folderName=kt;var wd=require("react/jsx-runtime"),Bd="k-menu-scroll-wrapper",Fb=[],Ub={},Gb={},Mo=e=>{let{className:t,children:o,orientation:a,...r}=e;return(0,wd.jsx)("div",{...r,className:n(t,Bd,{"k-menu-scroll-wrapper-vertical":a==="vertical"}),children:o})};Mo.states=Fb;Mo.options=Ub;Mo.className=Bd;Mo.defaultOptions=Gb;Mo.moduleName=st;Mo.folderName=kt;var Pd=Mo;var Ie=require("react/jsx-runtime"),hi="k-menu",Vb=[],$b={},_r={orientation:"horizontal",header:!0,scrollButtonsPosition:"around"},ge=e=>{let{children:t,orientation:o=_r.orientation,header:a=_r.header,scrollable:r,scrollButtonsPosition:s=_r.scrollButtonsPosition,wrapperStyles:l,dir:p,popup:h,contextMenu:x,...g}=e,k={horizontal:{prev:p!=="rtl"?"left":"right",next:p!=="rtl"?"right":"left"},vertical:{prev:"up",next:"down"}},m=(0,Ie.jsx)("ul",{dir:p,...g,className:n(e.className,"k-reset",hi,{[`${hi}-${o}`]:o,"k-header":a}),role:x?"menu":"menubar",...o==="vertical"&&{"aria-orientation":"vertical"},children:t});return(0,Ie.jsxs)(Ie.Fragment,{children:[r?(0,Ie.jsxs)(Pd,{orientation:o,style:l,dir:e.dir,children:[s==="start"&&(0,Ie.jsxs)(Ie.Fragment,{children:[(0,Ie.jsx)(d,{fillMode:"flat",icon:`chevron-${k[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),(0,Ie.jsx)(d,{fillMode:"flat",icon:`chevron-${k[o].next}`,className:"k-menu-scroll-button k-menu-scroll-button-next",tabIndex:-1,"aria-label":"Scroll next"})]}),s==="around"&&(0,Ie.jsx)(d,{fillMode:"flat",icon:`chevron-${k[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),m,s==="end"&&(0,Ie.jsxs)(Ie.Fragment,{children:[(0,Ie.jsx)(d,{fillMode:"flat",icon:`chevron-${k[o].prev}`,className:"k-menu-scroll-button k-menu-scroll-button-prev",tabIndex:-1,"aria-label":"Scroll previous"}),(0,Ie.jsx)(d,{fillMode:"flat",icon:`chevron-${k[o].next}`,className:"k-menu-scroll-button k-menu-scroll-button-next",tabIndex:-1,"aria-label":"Scroll next"})]}),s==="around"&&(0,Ie.jsx)(d,{fillMode:"flat",icon:`chevron-${k[o].next}`,className:"k-menu-scroll-button k-menu-scroll-button-next",tabIndex:-1,"aria-label":"Scroll next"})]}):m,h]})};ge.states=Vb;ge.options=$b;ge.className=hi;ge.defaultOptions=_r;ge.moduleName=st;ge.folderName=kt;ge.ariaSpec={selector:".k-menu",rules:[{selector:".k-menu:not(.k-context-menu)",attribute:"role=menubar",usage:"Announces the Menu menubar role."},{selector:".k-menu.k-menu-vertical",attribute:"aria-orientation=vertical",usage:"Announces the Menu orientation when vertical."},{selector:".k-menu-item",attribute:"role=menuitem",usage:"Announces the Menu item role."},{selector:".k-menu-item",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 Kd=require("react/jsx-runtime"),xi="k-separator",Rd={orientation:"horizontal"},da=e=>{let{orientation:t=Rd.orientation,...o}=e;return(0,Kd.jsx)("li",{...o,className:n(e.className,"k-item",xi,{[`${xi}-${t}`]:t}),role:"separator"})};da.className=xi;da.defaultOptions=Rd;da.moduleName=st;da.folderName=kt;var _d=require("react/jsx-runtime");var Dd=require("react/jsx-runtime"),Ni="k-menu-group",Xb=[],qb={size:[c.undefined,c.small,c.medium,c.large]},Wb={},_e=e=>{let{children:t,size:o,...a}=e;return(0,Dd.jsx)("ul",{...a,className:n(e.className,Ni,T(Ni,{size:o})),role:"menu",children:t})};_e.states=Xb;_e.options=qb;_e.className=Ni;_e.defaultOptions=Wb;_e.moduleName=st;_e.folderName=kt;var Tt=require("react/jsx-runtime"),ki=e=>(0,Tt.jsx)(ge,{children:(0,Tt.jsxs)(Tt.Fragment,{children:[(0,Tt.jsx)(Ke,{first:!0,text:"Item 1"}),(0,Tt.jsx)(Ke,{showArrow:!0,arrowIconName:"chevron-down",text:"Item 2"}),(0,Tt.jsx)(Ke,{showArrow:!0,arrowIconName:"chevron-down",text:"Item 3"}),(0,Tt.jsx)(Ke,{text:"Item 4"}),(0,Tt.jsx)(Ke,{last:!0,text:"Item 5"})]}),...e});var gi=require("react/jsx-runtime");var vi=require("react/jsx-runtime");var Ci=require("react/jsx-runtime");var Li=require("react/jsx-runtime");var Kt=require("react/jsx-runtime"),Jb=ge.options,Yb=ge.states,Hd={...ge.defaultOptions,variant:"horizontal"},Qb=[{name:"horizontal",title:"Horizontal"},{name:"vertical",title:"Vertical"}],Zb=[{name:"scrollable",title:"Scrollable"},{name:"opened",title:"Opened"}],ca=e=>{let{variant:t,modifiers:o,...a}={...Hd,...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,Kt.jsx)(V,{className:"k-menu-popup",children:(0,Kt.jsxs)(_e,{children:[(0,Kt.jsx)(ae,{text:"Item 1"}),(0,Kt.jsx)(ae,{text:"Item 2"}),(0,Kt.jsx)(da,{}),(0,Kt.jsx)(ae,{text:"Item 3"})]})});break}}),t==="vertical"?(0,Kt.jsx)(ki,{...a,...r,orientation:"vertical",style:{width:"200px"}}):(0,Kt.jsx)(ki,{...a,...r})};ca.options=Jb;ca.states=Yb;ca.variants=Qb;ca.defaultOptions=Hd;ca.modifiers=Zb;ca.className=ge.className;var Mi=require("react/jsx-runtime");var jb=require("react/jsx-runtime");var De=require("react/jsx-runtime"),eh=d.states,zd={...d.defaultOptions,variant:"text"},th=d.options,oh=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],ah=[{name:"opened",title:"Opened"}],pa=e=>{let{variant:t,modifiers:o,...a}={...zd,...e},r={},s=(0,De.jsx)(V,{className:"k-menu-popup",children:(0,De.jsxs)(_e,{size:a.size,children:[(0,De.jsx)(ae,{first:!0,text:"Menu Item"}),(0,De.jsx)(ae,{text:"Menu Item"}),(0,De.jsx)(ae,{last:!0,text:"Menu Item"})]})}),l;switch(t){case"icon-only":l=(0,De.jsx)("div",{children:(0,De.jsx)(W,{...a,...r,icon:"star"})});break;case"icon-and-text":l=(0,De.jsx)("div",{children:(0,De.jsx)(W,{...a,...r,icon:"star",children:"Dropdown Button"})});break;default:l=(0,De.jsx)("div",{children:(0,De.jsx)(W,{...a,...r,children:"Dropdown Button"})});break}return(0,De.jsxs)(De.Fragment,{children:[l,(o==null?void 0:o.opened)&&s]})};pa.options=th;pa.states=eh;pa.variants=oh;pa.defaultOptions=zd;pa.modifiers=ah;pa.className=W.className;var Si="split-button",Fd=Si;var Xt=require("react/jsx-runtime"),Ai="k-split-button",rh=[i.hover,i.focus,i.active,i.selected,i.disabled],nh={size:[c.undefined,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full],fillMode:[f.undefined,f.solid,f.flat,f.outline,f.clear,f.link],themeColor:[N.undefined,N.base,N.primary,N.secondary,N.tertiary,N.success,N.warning,N.error,N.info,N.inverse]},Ud={arrowIconName:"chevron-down"},D=e=>{let{size:t,rounded:o,fillMode:a,themeColor:r,hover:s,focus:l,active:p,selected:h,disabled:x,icon:g,text:k,arrowIconName:m=Ud.arrowIconName,popup:C,opened:v,popupId:M,...O}=e;return(0,Xt.jsxs)(Xt.Fragment,{children:[(0,Xt.jsxs)("div",{...O,className:n(e.className,Ai,"k-button-group",T(Ai,{rounded:o})),children:[(0,Xt.jsx)(d,{text:k,icon:g,size:t,rounded:o,fillMode:a,themeColor:r,hover:s,focus:l,active:p,selected:h,disabled:x,...!k&&!e.children&&g&&{"aria-label":"Action"},children:e.children}),(0,Xt.jsx)(d,{className:"k-split-button-arrow",icon:m,size:t,rounded:o,fillMode:a,disabled:x,"aria-label":"Toggle dropdown","aria-expanded":v?"true":"false","aria-controls":v?M:void 0,tabIndex:-1,...x&&{"aria-disabled":"true"}})]}),v&&C&&(0,Xt.jsx)(V,{className:"k-menu-popup",children:C})]})};D.states=rh;D.options=nh;D.className=Ai;D.defaultOptions=Ud;D.moduleName=Si;D.folderName=Fd;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 Ii=D;var Gd=require("react/jsx-runtime"),ih="k-toolbar-separator",yt=e=>(0,Gd.jsx)("div",{className:n(ih,e.className,"k-separator")});var qt="toolbar",po=qt;var P=require("react/jsx-runtime"),Wt="k-toolbar",sh=[i.focus],lh={size:[c.undefined,c.small,c.medium,c.large],fillMode:[f.undefined,f.solid,f.outline,f.flat]},dh={scrollButtons:"around"},_=e=>{let{size:t,fillMode:o,focus:a,resizable:r,scrollable:s,scrollButtons:l,scrollingPosition:p,section:h,...x}=e,g=[],k=(m,C)=>{let v=[];if(m.type===d&&m.props.className&&m.props.className.includes("k-toolbar-overflow-button"))v.push((0,P.jsx)(d,{...m.props,className:`${m.props.className?m.props.className:""}`},`${C}-${new Date().getTime()}`));else if(m.type===d)v.push((0,P.jsx)(d,{...m.props,className:`k-toolbar-button ${m.props.className?m.props.className:""}`},`${C}-${new Date().getTime()}`));else if(m.type===G)v.push((0,P.jsx)(G,{...m.props,className:`k-toolbar-button ${m.props.className?m.props.className:""}`},`${C}-${new Date().getTime()}`));else if(m.type===X)v.push((0,P.jsx)(X,{...m.props,className:`k-toolbar-button ${m.props.className?m.props.className:""}`},`${C}-${new Date().getTime()}`));else if(m.type===W)v.push((0,P.jsx)(W,{...m.props,className:`k-toolbar-menu-button ${m.props.className?m.props.className:""}`},`${C}-${new Date().getTime()}`));else if(m.type===Ii)v.push((0,P.jsx)(Ii,{...m.props,className:`k-toolbar-split-button ${m.props.className?m.props.className:""}`},`${C}-${new Date().getTime()}`));else if(m.type===w||m.props.className&&m.props.className.includes("k-button-group")){let M=[];(Array.isArray(m.props.children)?m.props.children:[m.props.children]).forEach((I,K)=>{M.push((0,P.jsx)(d,{...I.props,className:`${I.props.className?I.props.className:""}`},`${K}-${new Date().getTime()}`))}),v.push((0,P.jsx)(w,{...m.props,className:`k-toolbar-button-group ${m.props.className?m.props.className:""}`,children:M},`${C}-${new Date().getTime()}`))}else m.type===Re?v.push((0,P.jsx)(Re,{...m.props,className:`k-toolbar-combobox ${m.props.className?m.props.className:""}`},`${C}-${new Date().getTime()}`)):m.type===ue?v.push((0,P.jsx)(ue,{...m.props,className:`k-toolbar-dropdownlist ${m.props.className?m.props.className:""}`},`${C}-${new Date().getTime()}`)):m.type===nt?v.push((0,P.jsx)(nt,{...m.props,className:`k-toolbar-colorpicker ${m.props.className?m.props.className:""}`},`${C}-${new Date().getTime()}`)):v.push(m);v.forEach(M=>{g.push(M)})};return e.children&&(Array.isArray(e.children)?e.children:[e.children]).forEach((C,v)=>{k(C,v)}),(0,P.jsxs)("div",{...x,className:n(e.className,Wt,T(Wt,{size:t,fillMode:o}),A(Wt,{focus:a}),{[`${Wt}-resizable`]:r,[`${Wt}-scrollable`]:s,[`${Wt}-scrollable-overlay`]:s&&l==="hidden",[`${Wt}-scrollable-${p}`]:p&&p!=="both",[`${Wt}-section`]:h}),role:"toolbar","aria-label":"Toolbar",children:[!s&&g,s&&l==="hidden"&&(0,P.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:g}),s&&l==="start"&&(0,P.jsxs)(P.Fragment,{children:[(0,P.jsxs)(w,{children:[(0,P.jsx)("span",{className:n("k-toolbar-prev","k-button",T("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,P.jsx)(L,{className:"k-button-icon",icon:"chevron-left"})}),(0,P.jsx)("span",{className:n("k-toolbar-next","k-button",T("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,P.jsx)(L,{className:"k-button-icon",icon:"chevron-right"})})]}),(0,P.jsx)(yt,{className:"k-toolbar-button-separator"}),(0,P.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:g})]}),s&&l==="end"&&(0,P.jsxs)(P.Fragment,{children:[(0,P.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:g}),(0,P.jsx)(yt,{className:"k-toolbar-button-separator"}),(0,P.jsxs)(w,{children:[(0,P.jsx)("span",{className:n("k-toolbar-prev","k-button",T("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,P.jsx)(L,{className:"k-button-icon",icon:"chevron-left"})}),(0,P.jsx)("span",{className:n("k-toolbar-next","k-button",T("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,P.jsx)(L,{className:"k-button-icon",icon:"chevron-right"})})]})]}),s&&(l==="around"||!l)&&(0,P.jsxs)(P.Fragment,{children:[(0,P.jsx)("span",{className:n("k-toolbar-prev","k-button",T("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,P.jsx)(L,{className:"k-button-icon",icon:"chevron-left"})}),(0,P.jsx)(yt,{className:"k-toolbar-button-separator"}),(0,P.jsx)("div",{className:"k-toolbar-items k-toolbar-items-scroll",children:g}),(0,P.jsx)(yt,{className:"k-toolbar-button-separator"}),(0,P.jsx)("span",{className:n("k-toolbar-next","k-button",T("k-button",{size:t,fillMode:o}),"k-icon-button"),"aria-hidden":"true",children:(0,P.jsx)(L,{className:"k-button-icon",icon:"chevron-right"})})]})]})};_.states=sh;_.options=lh;_.className=Wt;_.defaultOptions=dh;_.moduleName=qt;_.folderName=po;_.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 $d=require("react/jsx-runtime"),Vd="k-floating-toolbar",ch=[],ph={},mh={},ma=e=>{let{...t}=e;return(0,$d.jsx)("div",{...t,className:n(e.className,Vd),children:e.children})};ma.states=ch;ma.options=ph;ma.className=Vd;ma.defaultOptions=mh;ma.moduleName=qt;ma.folderName=po;var Xd=require("react/jsx-runtime"),Ti="k-toolbar-item",uh=[i.focus],fh={},bh={},ua=e=>{let{focus:t,...o}=e;return(0,Xd.jsx)("div",{...o,className:n(e.className,Ti,A(Ti,{focus:t})),children:e.children})};ua.states=uh;ua.options=fh;ua.className=Ti;ua.defaultOptions=bh;ua.moduleName=qt;ua.folderName=po;var yi=require("react/jsx-runtime"),qd="k-toolbar-popup",hh=[],xh={size:[c.undefined,c.small,c.medium,c.large],fillMode:[f.undefined,f.solid,f.outline,f.flat]},Nh={},So=e=>{let{size:t,fillMode:o,section:a,...r}=e;return(0,yi.jsx)(V,{...r,className:n(e.className,qd),children:a?(0,yi.jsx)("span",{className:n("k-toolbar-items-list",T("k-toolbar-items-list",{size:t,fillMode:o})),role:"toolbar",children:e.children}):e.children})};So.states=hh;So.options=xh;So.className=qd;So.defaultOptions=Nh;So.moduleName=qt;So.folderName=po;var Dr=So;var kh=require("react/jsx-runtime");var gh=require("react/jsx-runtime");var vh=require("react/jsx-runtime");var Wd=require("react/jsx-runtime");var Ch=require("react/jsx-runtime");var gt=require("react/jsx-runtime"),Lh=D.states,Jd={...D.defaultOptions,variant:"text"},Mh=D.options,Sh=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],Ah=[{name:"opened",title:"Opened"}],fa=e=>{let{variant:t,modifiers:o,...a}={...Jd,...e},r={},s=(0,gt.jsxs)(_e,{size:a.size,children:[(0,gt.jsx)(ae,{first:!0,text:"Menu Item"}),(0,gt.jsx)(ae,{text:"Menu Item"}),(0,gt.jsx)(ae,{last:!0,text:"Menu Item"})]});switch(Object.keys(o||{}).forEach(l=>{l==="opened"&&(r.opened=!!(o!=null&&o[l]),r.popup=o!=null&&o[l]?s:"")}),t){case"icon-only":return(0,gt.jsx)("div",{children:(0,gt.jsx)(D,{...a,...r,icon:"star"})});case"icon-and-text":return(0,gt.jsx)("div",{children:(0,gt.jsx)(D,{...a,...r,icon:"star",children:"Split Button"})});default:return(0,gt.jsx)("div",{children:(0,gt.jsx)(D,{...a,...r,children:"Split Button"})})}};fa.options=Mh;fa.states=Lh;fa.variants=Sh;fa.defaultOptions=Jd;fa.modifiers=Ah;fa.className=D.className;var _t=require("react/jsx-runtime"),Yd=e=>(0,_t.jsx)(_,{children:[(0,_t.jsx)(d,{children:"Button"},"toolbar-button"),(0,_t.jsx)(W,{text:"Menu button"},"toolbar-menu-button"),(0,_t.jsx)(D,{children:"Split button"},"toolbar-split-button"),(0,_t.jsxs)(w,{children:[(0,_t.jsx)(d,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,_t.jsx)(d,{icon:"align-center",children:"Center"}),(0,_t.jsx)(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...e});var Qd=require("react/jsx-runtime");var Te=require("react/jsx-runtime"),Zd=e=>(0,Te.jsx)(_,{scrollable:!0,...e,children:[(0,Te.jsx)(d,{children:"Button"},"toolbar-button"),(0,Te.jsx)(W,{text:"Menu button"},"toolbar-menu-button"),(0,Te.jsx)(D,{children:"Split button"},"toolbar-split-button"),(0,Te.jsxs)(w,{children:[(0,Te.jsx)(d,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,Te.jsx)(d,{icon:"align-center",children:"Center"}),(0,Te.jsx)(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group"),(0,Te.jsx)(d,{children:"Button"},"toolbar-button"),(0,Te.jsx)(W,{text:"Menu button"},"toolbar-menu-button"),(0,Te.jsx)(D,{children:"Split button"},"toolbar-split-button"),(0,Te.jsxs)(w,{children:[(0,Te.jsx)(d,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,Te.jsx)(d,{icon:"align-center",children:"Center"}),(0,Te.jsx)(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...e});var ye=require("react/jsx-runtime"),jd=({scrollingPosition:e="start",...t})=>(0,ye.jsx)(_,{scrollable:!0,scrollButtons:"hidden",scrollingPosition:e,...t,children:[(0,ye.jsx)(d,{children:"Button"},"toolbar-button"),(0,ye.jsx)(W,{text:"Menu button"},"toolbar-menu-button"),(0,ye.jsx)(D,{children:"Split button"},"toolbar-split-button"),(0,ye.jsxs)(w,{children:[(0,ye.jsx)(d,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,ye.jsx)(d,{icon:"align-center",children:"Center"}),(0,ye.jsx)(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group"),(0,ye.jsx)(d,{children:"Button"},"toolbar-button"),(0,ye.jsx)(W,{text:"Menu button"},"toolbar-menu-button"),(0,ye.jsx)(D,{children:"Split button"},"toolbar-split-button"),(0,ye.jsxs)(w,{children:[(0,ye.jsx)(d,{className:"k-group-start",icon:"align-left",children:"Left"}),(0,ye.jsx)(d,{icon:"align-center",children:"Center"}),(0,ye.jsx)(d,{className:"k-group-end",icon:"align-right",children:"Right"})]},"toolbar-button-group")],...t});var re=require("react/jsx-runtime"),ec=({fillMode:e,size:t,...o})=>(0,re.jsxs)(re.Fragment,{children:[(0,re.jsx)(_,{section:!0,fillMode:e,size:t,children:[(0,re.jsx)(d,{fillMode:e,size:t,children:"Button"},"toolbar-button"),(0,re.jsxs)(w,{fillMode:e,children:[(0,re.jsx)(d,{className:"k-group-start",icon:"align-left",fillMode:e,size:t,children:"Left"}),(0,re.jsx)(d,{icon:"align-center",fillMode:e,size:t,children:"Center"}),(0,re.jsx)(d,{className:"k-group-end",icon:"align-right",fillMode:e,size:t,children:"Right"})]},"toolbar-button-group"),(0,re.jsx)(yt,{className:"k-toolbar-button-separator"}),(0,re.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,re.jsxs)(Dr,{size:t,fillMode:e,section:!0,...o,children:[(0,re.jsx)(D,{fillMode:e,size:t,children:"Split button"},"toolbar-split-button"),(0,re.jsx)(d,{fillMode:e,size:t,children:"Button"},"toolbar-button"),(0,re.jsx)(yt,{}),(0,re.jsx)(W,{text:"Menu button",fillMode:e,size:t},"toolbar-menu-button"),(0,re.jsxs)(w,{fillMode:e,children:[(0,re.jsx)(d,{className:"k-group-start",icon:"align-left",fillMode:e,size:t,children:"Left"}),(0,re.jsx)(d,{icon:"align-center",fillMode:e,size:t,children:"Center"}),(0,re.jsx)(d,{className:"k-group-end",icon:"align-right",fillMode:e,size:t,children:"Right"})]},"toolbar-button-group")]})]});var Ei=require("react/jsx-runtime");var Oi=require("react/jsx-runtime");var Jt=require("react/jsx-runtime"),Ih=_.options,Th=_.states,tc={..._.defaultOptions,variant:"default"},yh=[{name:"default",title:"Default"},{name:"scrollable",title:"Scrollable"},{name:"overlay",title:"Overlay"},{name:"responsive",title:"Responsive"}],Eh=[],ba=e=>{let{variant:t,...o}={...tc,...e};switch(t){case"responsive":return(0,Jt.jsx)("div",{children:(0,Jt.jsx)(ec,{style:{width:"583px"},...o})});case"overlay":return(0,Jt.jsx)("div",{children:(0,Jt.jsx)(jd,{style:{width:"583px"},...o,scrollingPosition:"start",scrollButtons:"hidden"})});case"scrollable":return(0,Jt.jsx)("div",{children:(0,Jt.jsx)(Zd,{style:{width:"583px"},...o})});default:return(0,Jt.jsx)("div",{children:(0,Jt.jsx)(Yd,{style:{width:"583px"},...o})})}};ba.options=Ih;ba.states=Th;ba.variants=yh;ba.defaultOptions=tc;ba.modifiers=Eh;ba.className=_.className;var Bi="prompt",oc=Bi;var ja=require("react/jsx-runtime"),ac="k-prompt",Oh=[],Bh={},Ph={},Y=e=>{let{...t}=e;return(0,ja.jsx)("div",{...t,className:n(e.className,ac),children:(0,ja.jsx)(ja.Fragment,{children:e.children})})};Y.states=Oh;Y.options=Bh;Y.className=ac;Y.defaultOptions=Ph;Y.moduleName=Bi;Y.folderName=oc;Y.ariaSpec={selector:".k-prompt",rules:[{selector:".k-input-prefix > .k-button",attribute:"role=button or nodeName=button",usage:"The buttons must have appropriate role."},{selector:".k-input-prefix > .k-button",attribute:"aria-label or title",usage:"The buttons must be properly labelled."},{selector:".k-input-suffix > .k-button",attribute:"role=button or nodeName=button",usage:"The buttons must have appropriate role."},{selector:".k-input-suffix > .k-button",attribute:"aria-label or title",usage:"The buttons must be properly labelled."},{selector:".k-input-suffix > .k-prompt-send.k-disabled",attribute:"disabled",usage:"Announces send action as disabled if necessary."},{selector:".k-prompt-expander .k-button",attribute:"aria-controls (when present)",usage:"Points to the controlled element based on the given id."},{selector:".k-prompt-expander .k-button",attribute:"aria-expanded",usage:"Indicates the expanded state of the prompt expander content."},{selector:".k-prompt-expander .k-suggestion-group",attribute:"role=group",usage:"Indicates that the suggestion container element is a group."},{selector:".k-prompt-expander .k-suggestion",attribute:"role=button",usage:"Indicates that the suggestion element is a button."},{selector:".k-prompt-expander .k-suggestion",attribute:"aria-label or title",usage:"The suggestion elements must be properly labelled."},{selector:".k-prompt-expander .k-suggestion",attribute:"tabindex=0",usage:"The suggestion element should be focusable."}]};var rc=require("react/jsx-runtime"),wh="k-prompt-header",Et=e=>{let{...t}=e;return(0,rc.jsx)("div",{...t,className:n(e.className,wh),children:e.children})};var er=require("react/jsx-runtime"),Rh="k-prompt-content",lt=e=>{let{...t}=e;return(0,er.jsx)("div",{...t,className:n(e.className,Rh),children:(0,er.jsx)(er.Fragment,{children:e.children})})};var nc=require("react/jsx-runtime"),Kh="k-prompt-view",dt=e=>{let{...t}=e;return(0,nc.jsx)("div",{...t,className:n(e.className,Kh),children:e.children})};var tr=require("react/jsx-runtime"),_h="k-prompt-expander",or=e=>{let{title:t,children:o,expanded:a,...r}=e,s=y("prompt-expander-content");return(0,tr.jsxs)("div",{...r,className:n(e.className,_h),children:[(0,tr.jsx)(G,{fillMode:"flat",icon:a?"chevron-up":"chevron-down","aria-expanded":a?"true":"false","aria-controls":a?s:void 0,children:t}),a&&(0,tr.jsx)("div",{className:"k-prompt-expander-content",id:s,children:o})]})};var ic=require("react/jsx-runtime"),Dh="k-prompt-footer",Ao=e=>{let{...t}=e;return(0,ic.jsx)("div",{...t,className:n(e.className,Dh),children:e.children})};var Hh=require("react/jsx-runtime");var dc=require("react/jsx-runtime"),sc="k-prompt-send",lc={generating:!1},ha=e=>{let{generating:t=lc.generating,...o}=e;return(0,dc.jsx)(d,{...o,className:n(e.className,sc,{"k-generating":t}),icon:t?"stop-sm":"paper-plane",active:t,fillMode:"flat","aria-label":t?"Stop generating":"Send prompt"})};ha.states=d.states;ha.options=d.options;ha.className=sc;ha.defaultOptions=lc;var ar=require("react/jsx-runtime"),Hr="k-fab",Uh=[i.hover,i.focus,i.active,i.selected,i.disabled],Gh={size:[c.undefined,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full],themeColor:[N.undefined,N.base,N.primary,N.secondary,N.tertiary]},cc={type:"button"},ce=e=>{let{size:t,rounded:o,themeColor:a,text:r,icon:s,type:l=cc.type,position:p,hover:h,focus:x,active:g,selected:k,disabled:m,...C}=e;return(0,ar.jsxs)("button",{...C,type:l,className:n(e.className,Hr,T(Hr,{size:t,rounded:o,themeColor:a}),A(Hr,{hover:h,focus:x,active:g,disabled:m,selected:k}),{[`!k-pos-absolute k-${p}`]:p}),...!r&&s&&!e["aria-label"]&&{"aria-label":"Action"},...m&&{"aria-disabled":"true"},disabled:m||void 0,children:[s&&(0,ar.jsx)(L,{className:"k-fab-icon",icon:s}),r&&(0,ar.jsx)("span",{className:"k-fab-text",children:r})]})};ce.states=Uh;ce.options=Gh;ce.className=Hr;ce.defaultOptions=cc;ce.moduleName="fab";ce.folderName="fab";ce.ariaSpec={selector:".k-fab",rules:[{selector:".k-fab",attribute:"role=button or nodeName=button",usage:"Omitted if the <button> DOM element is used."},{selector:".k-fab",attribute:"aria-label or title (when icon-only)",usage:"The attribute must be present when no text is initially visible in the button."},{selector:".k-fab.k-disabled",attribute:"aria-disabled=true",usage:"Rendered only when the button is disabled."}]};var mc=require("react/jsx-runtime"),Vh="k-fab-items",pc=e=>{let{position:t,...o}=e;return(0,mc.jsx)("ul",{...o,className:n(e.className,Vh,{[`k-fab-items-${t}`]:t}),children:e.children})};var rr=require("react/jsx-runtime"),uc="k-fab-item",$h=[i.hover,i.focus,i.active,i.disabled],Pi=e=>{let{text:t,icon:o,align:a,hover:r,focus:s,active:l,disabled:p,...h}=e;return(0,rr.jsxs)("li",{...h,className:n(e.className,uc,{[`k-text-${a}`]:a},A(uc,{hover:r,focus:s,active:l,disabled:p})),children:[(0,rr.jsx)("span",{className:"k-fab-item-text",children:t}),(0,rr.jsx)(L,{className:"k-fab-item-icon",icon:o})]})};Pi.states=$h;var Xh=require("react/jsx-runtime");var qh=require("react/jsx-runtime");var Wh=require("react/jsx-runtime");var Jh=require("react/jsx-runtime");var Yt=require("react/jsx-runtime"),Yh=ce.options,Qh=ce.states,Zh={...ce.defaultOptions,variant:"text"},jh=[{name:"icon-only",title:"Icon Only"},{name:"icon-and-text",title:"Icon & Text"},{name:"text",title:"Text"}],ex=[{name:"opened",title:"Opened"}],xa=e=>{let{variant:t,modifiers:o,...a}=e,{opened:r}=o||{},s=r?(0,Yt.jsx)("div",{className:"k-fab-popup k-popup k-popup-transparent",style:{position:"absolute",top:"calc(16px + 36px)",right:"calc(16px + calc(36px / 2) - calc(36px /2))"},children:(0,Yt.jsx)(pc,{position:"bottom",children:(0,Yt.jsx)(Pi,{text:"Item",icon:"pencil",align:"right"})})}):null,l;switch(t){case"icon-only":l=(0,Yt.jsx)(ce,{...a,icon:"star"});break;case"icon-and-text":l=(0,Yt.jsx)(ce,{...a,icon:"star",text:"Action"});break;default:l=(0,Yt.jsx)(ce,{...a,text:"Action"});break}return(0,Yt.jsxs)("span",{style:{position:"relative"},children:[l,s]})};xa.options=Yh;xa.states=Qh;xa.variants=jh;xa.defaultOptions=Zh;xa.modifiers=ex;xa.className=ce.className;var hc=require("react/jsx-runtime"),fc="k-prompt-stop-fab",bc={generating:!0},Io=e=>{let{generating:t=bc.generating,icon:o,...a}=e;return(0,hc.jsx)(ce,{...a,className:n(e.className,fc,{"k-generating":t}),style:{bottom:"16px",right:"16px"},position:"bottom-end",icon:t?"stop-sm":o,active:t,"aria-label":t?"Stop generating":"Action"})};Io.states=d.states;Io.options=d.options;Io.className=fc;Io.defaultOptions=bc;var wi="speech-to-text-button",xc=wi;var gc=require("react/jsx-runtime"),Nc="k-speech-to-text-button",kc={icon:"microphone"},pe=e=>{let{listening:t=!1,icon:o=kc.icon,...a}=e;return(0,gc.jsx)(d,{...a,icon:t?"stop":o,className:n(e.className,Nc,{"k-listening":t}),"aria-pressed":t?"true":"false","aria-label":t?"Stop listening":"Start listening"})};pe.states=d.states;pe.options=d.options;pe.className=Nc;pe.defaultOptions=kc;pe.moduleName=wi;pe.folderName=xc;pe.ariaSpec={selector:".k-speech-to-text-button",rules:[{selector:".k-button.k-speech-to-text-button",attribute:"role=button or nodeName=button",usage:"If the used element is not <button>, explicitly set its role to button."},{selector:".k-button.k-speech-to-text-button",attribute:"aria-pressed",usage:"Announces the toggle behaviour of the button."},{selector:".k-button.k-speech-to-text-button",attribute:"aria-label",usage:"Accessible name for the speech-to-text button."}]};var tx=require("react/jsx-runtime");var ox=require("react/jsx-runtime");var Cc=require("react/jsx-runtime"),ax=d.states,vc={...d.defaultOptions,variant:"normal"},rx={...d.options,fillMode:d.options.fillMode.filter(e=>e!=="clear"&&e!=="link")},nx=[],ix=[{name:"normal",title:"Normal"},{name:"listening",title:"Listening"}],Na=e=>{let{variant:t,...o}={...vc,...e},a={};return t==="listening"&&(a.listening=!0),(0,Cc.jsx)(pe,{...o,...a})};Na.options=rx;Na.states=ax;Na.variants=ix;Na.defaultOptions=vc;Na.modifiers=nx;Na.className=pe.className;var Ri="textarea",Lc=Ri;var ct=require("react/jsx-runtime"),Mc="k-textarea",sx=[i.hover,i.focus,i.valid,i.invalid,i.required,i.disabled],lx={size:[c.undefined,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full],fillMode:[f.undefined,f.solid,f.flat,f.outline]},ka={flow:"vertical",affixesOrientation:"horizontal",resize:"both",prefixSeparator:!0,suffixSeparator:!0},Z=e=>{let{size:t,rounded:o,fillMode:a,prefixSeparator:r=ka.prefixSeparator,suffixSeparator:s=ka.prefixSeparator,affixesOrientation:l=ka.affixesOrientation,flow:p=ka.flow,resize:h=ka.resize,prefix:x,suffix:g,rows:k,value:m,placeholder:C,hover:v,focus:M,valid:O,invalid:I,required:K,disabled:Q,id:xe,"aria-label":ve,"aria-describedby":Ce,...He}=e;return(0,ct.jsxs)(ee,{...He,size:t,rounded:o,fillMode:a,hover:v,focus:M,valid:O,invalid:I,required:K,disabled:Q,className:n(e.className,Mc,{"!k-flex-col":p==="vertical","!k-flex-row":p==="horizontal"}),children:[x&&(0,ct.jsxs)(ct.Fragment,{children:[(0,ct.jsx)(Qe,{className:n({"!k-align-items-start":p===l}),direction:l,children:x}),r&&(0,ct.jsx)(Fe,{direction:p==="horizontal"?"vertical":"horizontal"})]}),(0,ct.jsx)(Ha,{className:n("!k-overflow-auto",{"!k-flex-none":p==="vertical","k-resize-x":h==="x","k-resize-y":h==="y","k-resize":h==="both","k-resize-none":h==="none"}),value:m,placeholder:C,rows:k,disabled:Q,id:xe,"aria-label":ve,"aria-describedby":Ce,"aria-invalid":I?"true":void 0}),g&&(0,ct.jsxs)(ct.Fragment,{children:[s&&(0,ct.jsx)(Fe,{direction:p==="horizontal"?"vertical":"horizontal"}),(0,ct.jsx)(Ze,{className:n({"!k-align-items-start":p===l}),direction:l,children:g})]})]})};Z.states=sx;Z.options=lx;Z.className=Mc;Z.defaultOptions=ka;Z.moduleName=Ri;Z.folderName=Lc;Z.ariaSpec={selector:".k-textarea",rules:[{selector:".k-textarea > .k-input-inner",attribute:"role=textbox or nodeName=textarea",usage:"Describes the role of the component."},{selector:".k-textarea > .k-input-inner",attribute:"label for or aria-label or aria-labelledby (when has accessible name)",usage:"The textarea requires an accessible name (provided by consuming app)."},{selector:".k-textarea > .k-input-inner",attribute:"aria-multiline=true (when role=textbox)",usage:"Required on role=textbox to indicate multi-line behavior. Implicit on native <textarea>, so not needed there."},{selector:".k-textarea > .k-input-inner",attribute:"aria-invalid=true (when invalid)",usage:"Rendered only when the TextArea is in a form and announces the invalid state."},{selector:".k-textarea > .k-input-inner",attribute:"aria-describedby (when has hint or error)",usage:"Points to the hint or error message for the textarea."},{selector:".k-textarea.k-disabled > .k-input-inner",attribute:"disabled=disabled or aria-disabled=true",usage:"Rendered only when the TextArea is disabled."}]};var dx=require("react/jsx-runtime");var Sc=require("react/jsx-runtime");var Ac=require("react/jsx-runtime");var cx=require("react/jsx-runtime");var nr=require("react/jsx-runtime"),px=Z.options,mx=Z.states,Ic={...Z.defaultOptions,variant:"vertical"},ux=[{name:"vertical",title:"Flow vertical"},{name:"horizontal",title:"Flow horizontal"}],fx=[{name:"prefix",title:"Prefix"},{name:"suffix",title:"Suffix"}],ga=e=>{let{variant:t,modifiers:o,...a}={...Ic,...e},r={resize:"y"};return Object.keys(o||{}).forEach(s=>{switch(s){case"prefix":r.prefix=o!=null&&o[s]?(0,nr.jsx)(L,{icon:"comment"}):void 0;break;case"suffix":r.suffix=o!=null&&o[s]?(0,nr.jsx)(L,{icon:"volume-up"}):void 0;break;default:break}}),t==="horizontal"?(0,nr.jsx)(Z,{flow:"horizontal",placeholder:"Enter text...",style:{width:300},...a,...r}):(0,nr.jsx)(Z,{flow:"vertical",placeholder:"Enter text...",style:{width:300},...a,...r})};ga.options=px;ga.states=mx;ga.variants=ux;ga.defaultOptions=Ic;ga.modifiers=fx;ga.className=Z.className;var _i=require("react/jsx-runtime");var ir=require("react/jsx-runtime"),bx="k-chip-action";var Qt=e=>{let{type:t,...o}=e,a;switch(t){case"remove":a=(0,ir.jsx)(L,{icon:"x-circle",size:"small"});break;case"more":a=(0,ir.jsx)(L,{icon:"more-vertical",size:"small"});break;default:return(0,ir.jsx)(L,{icon:t,size:"small"})}return(0,ir.jsx)("span",{...o,className:n(e.className,bx,`k-chip-${t}-action`),children:a})};var Di="avatar",Tc=Di;var zi=require("react/jsx-runtime"),sr="k-avatar";var hx=[i.hover,i.focus,i.active,i.selected,i.disabled],xx={size:[c.undefined,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full],fillMode:[f.undefined,f.solid,f.outline],themeColor:[N.undefined,N.base,N.primary,N.secondary,N.tertiary]},Hi={type:"text",border:!1},Xe=e=>{let{size:t,rounded:o,fillMode:a,themeColor:r,type:s=Hi.type,border:l=Hi.border,...p}=e;return(0,zi.jsx)("div",{...p,className:n(e.className,sr,T(sr,{size:t,rounded:o,fillMode:a,themeColor:r}),{[`${sr}-bordered`]:l}),children:(0,zi.jsx)("span",{className:`${sr}-${s}`,children:e.children})})};Xe.states=hx;Xe.options=xx;Xe.className=sr;Xe.defaultOptions=Hi;Xe.moduleName=Di;Xe.folderName=Tc;Xe.ariaSpec={selector:".k-avatar",rules:[{selector:".k-avatar img",attribute:"alt",usage:"Images inside Avatar must have alt text for screen readers."}]};var To=Xe;var Ec=require("react/jsx-runtime"),yc=e=>(0,Ec.jsx)(To,{type:"icon",...e});var Bc=require("react/jsx-runtime"),Oc=e=>(0,Bc.jsx)(To,{type:"text",...e});var wc=require("react/jsx-runtime"),Pc=e=>(0,wc.jsx)(To,{type:"image",...e});var Nx=require("react/jsx-runtime");var va=require("react/jsx-runtime"),kx=Xe.options,gx=Xe.states,vx={...Xe.defaultOptions,variant:"image"},Cx=[{name:"image",title:"Image"},{name:"icon",title:"Icon Avatar"},{name:"text",title:"Text Avatar"}],Lx=[],Ca=e=>{let{variant:t,...o}=e;switch(t){case"icon":return(0,va.jsx)(yc,{...o,children:(0,va.jsx)(L,{icon:"star"})});case"text":return(0,va.jsx)(Oc,{...o,children:"JO"});default:return(0,va.jsx)(Pc,{...o,children:(0,va.jsx)("img",{src:"https://demos.telerik.com/kendo-ui/content/web/Customers/RICSU.jpg"})})}};Ca.options=kx;Ca.states=gx;Ca.variants=Cx;Ca.defaultOptions=vx;Ca.modifiers=Lx;Ca.className=Xe.className;var lr="chip",zr=lr;var Zt=require("react/jsx-runtime"),Fr="k-chip",Mx=[i.hover,i.focus,i.active,i.selected,i.disabled],Sx={size:[c.undefined,c.small,c.medium,c.large],rounded:[u.undefined,u.none,u.small,u.medium,u.large,u.full],fillMode:[f.undefined,f.solid,f.outline],themeColor:[N.undefined,N.base,N.success,N.warning,N.error,N.info]},Rc={avatarImage:"/packages/html/assets/avatar.jpg"},qe=e=>{let{size:t,rounded:o,fillMode:a,themeColor:r,text:s,icon:l,actions:p,showAvatar:h,avatarImage:x=Rc.avatarImage,hover:g,focus:k,active:m,selected:C,disabled:v,...M}=e;return(0,Zt.jsxs)("div",{...M,className:n(e.className,Fr,T(Fr,{size:t,rounded:o,fillMode:a,themeColor:r}),A(Fr,{hover:g,focus:k,active:m,disabled:v,selected:C})),role:e.role||"button","aria-pressed":e.role==="option"?void 0:C?"true":"false",...e.role==="option"&&C!==void 0&&{"aria-selected":C?"true":"false"},"aria-disabled":v?"true":void 0,children:[l&&(0,Zt.jsx)(L,{className:"k-chip-icon",icon:l,size:"small"}),h&&(0,Zt.jsx)(Xe,{className:"k-chip-avatar",type:"image",children:(0,Zt.jsx)("img",{src:x,alt:""})}),(0,Zt.jsx)("span",{className:"k-chip-content",children:e.children?e.children:s&&(0,Zt.jsx)("span",{className:"k-chip-label",children:s})}),p&&(0,Zt.jsx)("span",{className:"k-chip-actions",children:p})]})};qe.states=Mx;qe.options=Sx;qe.className=Fr;qe.defaultOptions=Rc;qe.moduleName=lr;qe.folderName=zr;qe.ariaSpec={selector:".k-chip",rules:[{selector:"*:not(.k-chip-list) > .k-chip",attribute:"role=button",usage:"Announces that the chip acts as a button when standalone."},{selector:"*:not(.k-chip-list) > .k-chip.k-selected",attribute:"aria-pressed=true",usage:"Announces that the Chip has been selected."},{selector:"*:not(.k-chip-list) > .k-chip:not(.k-selected)",attribute:"aria-pressed=false",usage:"Announces that the Chip has not been selected."},{selector:".k-chip",attribute:"aria-disabled=true (when disabled)",usage:"Announces that the Chip is disabled."}]};var vt=qe;var Kc=require("react/jsx-runtime"),Fi="k-chip-list",Ax=[],Ix={size:[c.undefined,c.small,c.medium,c.large]},Tx={},Ee=e=>{let{size:t,multiselectable:o,ariaLabel:a,...r}=e;return(0,Kc.jsx)("div",{...r,className:n(e.className,Fi,T(Fi,{size:t})),role:e.role||"listbox","aria-label":e.role==="none"?void 0:a||"chip list","aria-orientation":e.role==="none"?void 0:"horizontal","aria-multiselectable":o?"true":void 0,children:e.children})};Ee.states=Ax;Ee.options=Ix;Ee.className=Fi;Ee.defaultOptions=Tx;Ee.moduleName=lr;Ee.folderName=zr;Ee.ariaSpec={selector:".k-chip-list",rules:[{selector:".k-chip-list",attribute:"role=listbox",usage:"Announces the list role of the chip list."},{selector:".k-chip-list",attribute:"aria-label or aria-labelledby",usage:"Adds label to the ChipList element. ListBox element requires an accessible name."},{selector:".k-chip-list",attribute:"aria-orientation=horizontal",usage:"Specifies the horizontal orientation of the chiplist."},{selector:".k-chip-list",attribute:"aria-multiselectable=true (when multiple selection)",usage:"Announces the multiple selection ability of the chiplist."},{selector:".k-chip-list .k-chip",attribute:"role=option",usage:"Announces the chip is an option inner component of the chip list."},{selector:".k-chip-list .k-chip.k-selected",attribute:"aria-selected=true",usage:"Announces the chip is selected."},{selector:".k-chip-list .k-chip:not(.k-selected)",attribute:"aria-selected=false",usage:"Announces the chip is not selected."},{selector:".k-chip-list .k-chip:has(.k-i-x-circle), .k-chip-list .k-chip:has(.k-svg-i-x-circle)",attribute:"aria-keyshortcuts=Enter Delete",usage:"Announces the Delete action along with the default Enter key."}]};var yx=require("react/jsx-runtime");var Ex=require("react/jsx-runtime");var _c=require("react/jsx-runtime"),Ur=e=>(0,_c.jsx)(vt,{text:"text",...e});var Ox=require("react/jsx-runtime");var Bx=require("react/jsx-runtime");var Ui=require("react/jsx-runtime");var Dc=require("react/jsx-runtime");var Hc=require("react/jsx-runtime");var zc=require("react/jsx-runtime");var jt=require("react/jsx-runtime"),Px={...vt.options,...Ee.options},wx=[],Rx=Ee.states,Kx={...vt.defaultOptions,...Ee.defaultOptions},_x=[{name:"icon",title:"Icon",type:"boolean"},{name:"actions",title:"Actions",type:"boolean"},{name:"avatar",title:"Avatar",type:"boolean"}],La=e=>{let{modifiers:t,className:o,...a}=e,r=t==null?void 0:t.icon,s=t==null?void 0:t.actions,l=t==null?void 0:t.avatar;return(0,jt.jsxs)(Ee,{size:a.size,className:o,children:[(0,jt.jsx)(Ur,{...a,role:"option","aria-selected":"false","aria-pressed":void 0,icon:r?"star":void 0,actions:s?(0,jt.jsx)(Qt,{type:"remove"}):void 0,showAvatar:l,children:"Chip"}),(0,jt.jsx)(Ur,{...a,role:"option","aria-selected":"false","aria-pressed":void 0,icon:r?"star":void 0,actions:s?(0,jt.jsx)(Qt,{type:"remove"}):void 0,showAvatar:l,children:"Chip"}),(0,jt.jsx)(Ur,{...a,role:"option","aria-selected":"false","aria-pressed":void 0,icon:r?"star":void 0,actions:s?(0,jt.jsx)(Qt,{type:"remove"}):void 0,showAvatar:l,children:"Chip"})]})};La.options=Px;La.states=Rx;La.variants=wx;La.defaultOptions=Kx;La.modifiers=_x;La.className=Ee.className;var Gr=require("react/jsx-runtime"),Dx=qe.states,Hx=qe.defaultOptions,zx=qe.options,Fx=[],Ux=[{name:"icon",title:"Icon"},{name:"avatar",title:"Avatar"},{name:"remove-icon",title:"`Remove` Icon"},{name:"more-options",title:"`More options` Icon"}],Ma=e=>{let{modifiers:t,...o}=e,a={};return Object.keys(t||{}).forEach(r=>{switch(r){case"icon":a.icon=t!=null&&t[r]?"arrow-down":void 0;break;case"avatar":a.showAvatar=!!(t!=null&&t[r]),a.avatarImage=t!=null&&t[r]?"https://demos.telerik.com/kendo-ui/content/web/Customers/RICSU.jpg":void 0;break;case"more-options":a.actions||(a.actions=[]),a.actions[0]=t!=null&&t[r]?(0,Gr.jsx)(Qt,{type:"more"}):void 0;break;case"remove-icon":a.actions||(a.actions=[]),a.actions[1]=t!=null&&t[r]?(0,Gr.jsx)(Qt,{type:"remove"}):void 0;break;default:break}}),(0,Gr.jsx)(qe,{...o,...a,children:"Chip component"})};Ma.options=zx;Ma.states=Dx;Ma.variants=Fx;Ma.defaultOptions=Hx;Ma.modifiers=Ux;Ma.className=qe.className;var Gi=require("react/jsx-runtime");var Uc=require("react/jsx-runtime"),Gx="k-card-callout",Fc=e=>{let{callout:t,...o}=e;return(0,Uc.jsx)("span",{...o,className:n(e.className,Gx,{[`k-callout-${ls.calloutMap[t]||t}`]:t})})};var pt="card",Ct=pt;var yo=require("react/jsx-runtime"),Vi="k-card",Vx=[i.hover,i.focus,i.selected,i.disabled],$x={},Xx={},ne=e=>{let{orientation:t,callout:o,hover:a,focus:r,selected:s,disabled:l,...p}=e;return(0,yo.jsxs)("div",{...p,className:n(e.className,Vi,A(Vi,{hover:a,focus:r,disabled:l,selected:s}),{[`k-card-${t}`]:t,"k-card-with-callout":o}),children:[o&&o!=="true"&&(0,yo.jsx)(Fc,{callout:o}),(0,yo.jsx)(yo.Fragment,{children:e.children})]})};ne.states=Vx;ne.options=$x;ne.className=Vi;ne.defaultOptions=Xx;ne.moduleName=pt;ne.folderName=Ct;ne.ariaSpec={selector:".k-card",rules:[{selector:".k-card-list .k-card",attribute:"role=listitem",usage:"When the card is located in a list, it should have the listitem role."},{selector:".k-card-list .k-card",attribute:"tabindex=0",usage:"The card component is focusable when navigatable."},{selector:".k-card-list .k-card",attribute:"aria-describedby=.k-card-title id",usage:"Associate the card to the title element."},{selector:".k-card-list .k-card",attribute:"aria-keyshortcuts=Enter",usage:"Announces the bound Enter key that enables navigation inside the card."}]};var dr=require("react/jsx-runtime"),$i="k-card-list",qx=[],Wx={},Jx={},mo=e=>{let{...t}=e;return(0,dr.jsx)("div",{...t,className:n(e.className,$i,A($i,{})),role:"list",children:(0,dr.jsx)(dr.Fragment,{children:e.children})})};mo.states=qx;mo.options=Wx;mo.className=$i;mo.defaultOptions=Jx;mo.moduleName=pt;mo.folderName=Ct;mo.ariaSpec={selector:".k-card-list",rules:[{selector:".k-card-list",attribute:"role=list",usage:"The card list container announces its list role."},{selector:".k-card-list .k-card",attribute:"role=listitem",usage:"Each card in the list has the listitem role."},{selector:".k-card-list .k-card",attribute:"tabindex=0",usage:"The card is focusable when navigatable."},{selector:".k-card-list .k-card",attribute:"aria-describedby=.k-card-title id",usage:"Associate the card to its title element."},{selector:".k-card-list .k-card",attribute:"aria-keyshortcuts=Enter",usage:"Announces the Enter key for navigation inside the card."}]};var Vc=require("react/jsx-runtime"),Gc="k-card-group",Yx=[],Qx={},Zx={},Sa=e=>{let{...t}=e;return(0,Vc.jsx)("div",{...t,className:n(e.className,Gc),children:e.children})};Sa.states=Yx;Sa.options=Qx;Sa.className=Gc;Sa.defaultOptions=Zx;Sa.moduleName=pt;Sa.folderName=Ct;var $c=require("react/jsx-runtime"),Xi="k-card-wrap",jx=[i.focus,i.selected],eN={},tN={},Aa=e=>{let{focus:t,selected:o,...a}=e;return(0,$c.jsx)("div",{...a,className:n(e.className,Xi,A(Xi,{focus:t,selected:o})),children:e.children})};Aa.states=jx;Aa.options=eN;Aa.className=Xi;Aa.defaultOptions=tN;Aa.moduleName=pt;Aa.folderName=Ct;var Xc=require("react/jsx-runtime"),qi="k-card-title",oN=[i.hover,i.focus],Eo=e=>{let{hover:t,focus:o,...a}=e;return(0,Xc.jsx)("div",{...a,className:n(e.className,qi,A(qi,{hover:t,focus:o})),children:e.children})};Eo.states=oN;Eo.className=qi;var qc=require("react/jsx-runtime"),aN="k-card-subtitle",Vr=e=>{let{...t}=e;return(0,qc.jsx)("div",{...t,className:n(e.className,aN),children:e.children})};var uo=require("react/jsx-runtime"),Wc="k-card-media",Wi=e=>{let{src:t,...o}=e;return(0,uo.jsx)(uo.Fragment,{children:t?(0,uo.jsx)("img",{...o,className:n(e.className,Wc),src:t}):(0,uo.jsx)("span",{...o,className:n(e.className,Wc),children:(0,uo.jsx)(uo.Fragment,{children:e.children})})})};var Dt=require("react/jsx-runtime"),rN="k-card-header",eo=e=>{let{title:t,subtitle:o,details:a,...r}=e;return(0,Dt.jsxs)("div",{...r,className:n(e.className,rN),children:[t&&(0,Dt.jsx)(Eo,{children:t}),o&&(0,Dt.jsx)(Vr,{children:o}),(0,Dt.jsx)(Dt.Fragment,{children:e.children}),a&&(0,Dt.jsx)("span",{className:"k-card-header-actions",children:(0,Dt.jsx)(d,{className:"k-card-details",icon:"more-vertical",fillMode:"flat","aria-label":"Card details"})})]})};var Jc=require("react/jsx-runtime"),nN="k-card-footer",Ji=e=>{let{...t}=e;return(0,Jc.jsx)("div",{...t,className:n(e.className,nN),children:e.children})};var Ht=require("react/jsx-runtime"),iN="k-card-body",mt=e=>{let{title:t,subtitle:o,details:a,...r}=e;return(0,Ht.jsxs)("div",{...r,className:n(e.className,iN),children:[t&&(0,Ht.jsx)(Eo,{children:t}),o&&(0,Ht.jsx)(Vr,{children:o}),(0,Ht.jsx)(Ht.Fragment,{children:e.children}),a&&(0,Ht.jsx)("span",{className:"k-card-header-actions",children:(0,Ht.jsx)(d,{className:"k-card-details",icon:"more-vertical",fillMode:"flat","aria-label":"Card details"})})]})};var Qc=require("react/jsx-runtime"),Yc="k-card-deck",sN=[],lN={},dN={},Ia=e=>{let{...t}=e;return(0,Qc.jsx)("div",{...t,className:n(e.className,Yc),children:e.children})};Ia.states=sN;Ia.options=lN;Ia.className=Yc;Ia.defaultOptions=dN;Ia.moduleName=pt;Ia.folderName=Ct;var jc=require("react/jsx-runtime"),Zc="k-card-deck-scrollwrap",cN=[],pN={},mN={},Ta=e=>{let{...t}=e;return(0,jc.jsx)("div",{...t,className:n(e.className,Zc),children:e.children})};Ta.states=cN;Ta.options=pN;Ta.className=Zc;Ta.defaultOptions=mN;Ta.moduleName=pt;Ta.folderName=Ct;var Lt=require("react/jsx-runtime"),ep=e=>(0,Lt.jsx)(ne,{orientation:"vertical",children:(0,Lt.jsxs)(Lt.Fragment,{children:[(0,Lt.jsx)(eo,{children:"Card Header"}),(0,Lt.jsx)(mt,{children:(0,Lt.jsx)("p",{children:"Some quick example text to build on the card title and make up the bulk of the card's content."})}),(0,Lt.jsxs)(U,{className:"k-card-actions",children:[(0,Lt.jsx)(d,{fillMode:"flat",themeColor:"primary",children:"Action 1"}),(0,Lt.jsx)(d,{fillMode:"flat",themeColor:"primary",children:"Action 2"})]})]}),...e});var Ot=require("react/jsx-runtime"),tp=e=>(0,Ot.jsx)(ne,{orientation:"horizontal",children:(0,Ot.jsxs)(Ot.Fragment,{children:[(0,Ot.jsx)(mt,{title:"Card Title",children:(0,Ot.jsx)("p",{children:"Some quick example text to build on the card title and make up the bulk of the card's content."})}),(0,Ot.jsxs)(U,{orientation:"vertical",className:"k-card-actions",children:[(0,Ot.jsx)(d,{fillMode:"flat",themeColor:"primary",children:"Action 1"}),(0,Ot.jsx)(d,{fillMode:"flat",themeColor:"primary",children:"Action 2"})]})]}),...e});var op=require("react/jsx-runtime");var ie=require("react/jsx-runtime"),uN=ne.options,fN=ne.states,ap={...ne.defaultOptions,variant:"vertical"},bN=[{name:"vertical",title:"Vertical"},{name:"horizontal",title:"Horizontal"}],hN=[{name:"media",title:"Card with Media"},{name:"header",title:"Card with Header"},{name:"footer",title:"Card with Footer"}],ya=e=>{let{variant:t,modifiers:o,...a}={...ap,...e},r=!1,s=!1,l=!1;return Object.keys(o||{}).forEach(p=>{switch(p){case"media":{r=!!(o!=null&&o[p]);break}case"header":{s=!!(o!=null&&o[p]);break}case"footer":{l=!!(o!=null&&o[p]);break}}}),t==="horizontal"?(0,ie.jsxs)(tp,{style:{maxWidth:"420px"},...a,children:[r&&(0,ie.jsx)(Wi,{src:"https://demos.telerik.com/kendo-ui/content/web/cards/rome.jpg"}),(0,ie.jsxs)("div",{children:[s&&(0,ie.jsx)(eo,{title:"Header Title",subtitle:"Header Subtitle"}),(0,ie.jsx)(mt,{title:"Title",subtitle:"Subtitle",children:(0,ie.jsx)("p",{children:"Some quick example text to build on the card title and make up the bulk of the card's content."})}),l&&(0,ie.jsx)(Ji,{children:"Card Footer"})]}),(s||l)&&(0,ie.jsx)("span",{className:"k-separator k-separator-vertical"}),(0,ie.jsxs)(U,{orientation:"vertical",alignment:"stretched",className:"k-card-actions",children:[(0,ie.jsx)(d,{fillMode:"flat",themeColor:"primary",children:"Button"}),(0,ie.jsx)(d,{fillMode:"flat",themeColor:"primary",children:"Button"})]})]}):(0,ie.jsxs)(ep,{style:{maxHeight:"450px",width:"300px"},...a,children:[s&&(0,ie.jsx)(eo,{title:"Header Title",subtitle:"Header Subtitle"}),r&&(0,ie.jsx)(Wi,{src:"https://demos.telerik.com/kendo-ui/content/web/cards/rome.jpg"}),(0,ie.jsx)(mt,{title:"Title",subtitle:"Subtitle",children:(0,ie.jsx)("p",{children:"Some quick example text to build on the card title and make up the bulk of the card's content."})}),l&&(0,ie.jsx)(Ji,{children:"Card Footer"}),(0,ie.jsxs)(U,{className:"k-card-actions",children:[(0,ie.jsx)(d,{fillMode:"flat",themeColor:"primary",children:"Button"}),(0,ie.jsx)(d,{fillMode:"flat",themeColor:"primary",children:"Button"})]})]})};ya.options=uN;ya.states=fN;ya.variants=bN;ya.defaultOptions=ap;ya.modifiers=hN;ya.className=ne.className;var rp=require("react/jsx-runtime");var Yi="panelbar",np=Yi;var sp=require("react/jsx-runtime"),ip="k-panelbar",xN=[],NN={},kN={},Oe=e=>{let{activeDescendant:t,...o}=e;return(0,sp.jsx)("ul",{...o,className:n(e.className,ip),role:"tree","aria-activedescendant":t,children:e.children})};Oe.states=xN;Oe.options=NN;Oe.className=ip;Oe.defaultOptions=kN;Oe.moduleName=Yi;Oe.folderName=np;Oe.ariaSpec={selector:".k-panelbar",rules:[{selector:".k-panelbar",attribute:"role=tree",usage:"The root element of the PanelBar has role tree."},{selector:".k-panelbar",attribute:"aria-activedescendant (when present)",usage:"Points to the currently focused item in the PanelBar."},{selector:".k-panelbar-group",attribute:"role=group",usage:"The ul element that wraps child nodes."},{selector:".k-panelbar-item:not(.k-expanded) > .k-panelbar-group",attribute:"aria-hidden=true",usage:"Hides the group element from assistive technologies when its parent is not expanded."},{selector:".k-panelbar-item",attribute:"role=treeitem",usage:"The li element rendered for a PanelBar item."},{selector:".k-panelbar-item",attribute:"aria-expanded=true/false",usage:"Announces the expanded state of the item (if expandable)."},{selector:".k-panelbar-item",attribute:"aria-selected=true/false",usage:"Announces the selected state of the item."}]};var $r=Zr(require("react"));var fo=require("react/jsx-runtime"),lp="k-panelbar-item",gN=[i.hover,i.focus,i.selected,i.disabled],vN={},Xr={level:0,expanded:!1,text:"Item"},E=e=>{let{text:t=Xr.text,level:o=Xr.level,expanded:a=Xr.expanded,header:r,hover:s,focus:l,selected:p,disabled:h,icon:x,iconClass:g,ariaSelected:k,children:m,...C}=e,v=!!m;return(0,fo.jsxs)("li",{...C,className:n(e.className,lp,{"k-panelbar-header":r,[`k-level-${o}`]:o||o===0,"k-expanded":a}),role:"treeitem","aria-expanded":v?a?"true":"false":void 0,"aria-selected":k?"true":"false","aria-disabled":h?"true":void 0,children:[(0,fo.jsxs)("span",{className:n("k-link",A("k-link",{hover:s,focus:l,disabled:h,selected:p})),children:[x&&(0,fo.jsx)(L,{className:"k-panelbar-item-icon",icon:x}),g&&!x&&(0,fo.jsx)("span",{className:`k-panelbar-item-icon ${g}`}),(0,fo.jsx)("span",{className:"k-panelbar-item-text",children:t}),v&&(0,fo.jsx)(L,{className:n("k-panelbar-toggle",a?"k-panelbar-collapse":"k-panelbar-expand"),icon:`chevron-${a?"up":"down"}`})]}),a&&m,!a&&m&&$r.default.Children.map(m,M=>$r.default.isValidElement(M)?$r.default.cloneElement(M,{"aria-hidden":"true",style:{display:"none"}}):M)]})};E.states=gN;E.options=vN;E.className=lp;E.defaultOptions=Xr;var cp=require("react/jsx-runtime"),dp="k-panelbar-group",CN=[],LN={},MN={},We=e=>{let{ariaHidden:t,...o}=e;return(0,cp.jsx)("ul",{...o,className:n(e.className,dp),role:"group","aria-hidden":t?"true":void 0,children:e.children})};We.states=CN;We.options=LN;We.className=dp;We.defaultOptions=MN;var mp=require("react/jsx-runtime"),pp="k-panelbar-content",SN=[],AN={},IN={},he=e=>{let{...t}=e;return(0,mp.jsx)("div",{...t,className:n(e.className,pp),children:e.children})};he.states=SN;he.options=AN;he.className=pp;he.defaultOptions=IN;var ut=require("react/jsx-runtime"),cr=e=>{let t=y("pb-item"),o=y("pb-item"),a=y("pb-item"),r=y("pb-item");return(0,ut.jsx)(Oe,{children:(0,ut.jsxs)(ut.Fragment,{children:[(0,ut.jsx)(E,{header:!0,text:"Item 1",id:t,children:(0,ut.jsx)(he,{children:"content"})}),(0,ut.jsx)(E,{header:!0,text:"Item 2",id:o,children:(0,ut.jsx)(he,{children:"content"})}),(0,ut.jsx)(E,{header:!0,text:"Item 3",id:a,children:(0,ut.jsx)(he,{children:"content"})}),(0,ut.jsx)(E,{header:!0,text:"Item 4",id:r})]}),...e})};var Qi=require("react/jsx-runtime");var se=require("react/jsx-runtime"),up=e=>{let t=y("pb-item"),o=y("pb-item"),a=y("pb-item"),r=y("pb-item"),s=y("pb-child"),l=y("pb-child"),p=y("pb-child"),h=y("pb-child"),x=y("pb-child"),g=y("pb-child"),k=y("pb-child");return(0,se.jsx)(Oe,{activeDescendant:o,children:(0,se.jsxs)(se.Fragment,{children:[(0,se.jsx)(E,{header:!0,text:"Item 1",id:t,children:(0,se.jsx)(he,{children:"content"})}),(0,se.jsx)(E,{header:!0,expanded:!0,text:"Item 2",id:o,ariaSelected:!0,focus:!0,children:(0,se.jsxs)(We,{children:[(0,se.jsx)(E,{level:1,text:"Child 1",id:s}),(0,se.jsx)(E,{level:1,expanded:!0,text:"Child 2",id:l,children:(0,se.jsxs)(We,{children:[(0,se.jsx)(E,{level:2,text:"Child 2.1",id:p}),(0,se.jsx)(E,{level:2,text:"Child 2.2",id:h})]})}),(0,se.jsx)(E,{level:1,text:"Child 3",id:x,children:(0,se.jsx)(We,{children:(0,se.jsx)(E,{level:2,text:"Child 3.1",id:g})})}),(0,se.jsx)(E,{level:1,text:"Child 4",id:k})]})}),(0,se.jsx)(E,{header:!0,text:"Item 3",id:a,children:(0,se.jsx)(he,{children:"content"})}),(0,se.jsx)(E,{header:!0,text:"Item 4",id:r})]}),...e})};var z=require("react/jsx-runtime"),TN=Oe.options,yN=Oe.states,fp={...Oe.defaultOptions,variant:"normal"},EN=[{name:"normal",title:"Normal"},{name:"expand",title:"Expanded"}],ON=[{name:"icon",title:"Item icons"},{name:"disabled",title:"Disabled item"}],Ea=e=>{var l,p,h,x,g,k,m,C,v;let{variant:t,modifiers:o,...a}={...fp,...e},r={},s={folder:"folder",gear:"gear",file:"file",image:"image"};return Object.keys(o||{}).forEach(M=>{switch(M){case"icon":{r.icon=o!=null&&o[M]?s:void 0;break}case"disabled":r.disabled=!!(o!=null&&o[M])}}),t==="expand"?(0,z.jsx)(z.Fragment,{children:(0,z.jsxs)(up,{style:{width:"300px"},...a,children:[(0,z.jsx)(E,{icon:(l=r.icon)==null?void 0:l.gear,header:!0,text:"Item 1",children:(0,z.jsx)(he,{children:"content"})}),(0,z.jsx)(E,{icon:(p=r.icon)==null?void 0:p.folder,selected:!0,header:!0,expanded:!0,text:"Item 2",children:(0,z.jsxs)(We,{children:[(0,z.jsx)(E,{level:1,text:"Child 1"}),(0,z.jsx)(E,{level:1,expanded:!0,text:"Child 2",children:(0,z.jsxs)(We,{children:[(0,z.jsx)(E,{level:2,text:"Child 2.1"}),(0,z.jsx)(E,{icon:(h=r.icon)==null?void 0:h.image,level:2,text:"Child 2.2"})]})}),(0,z.jsx)(E,{disabled:r.disabled,level:1,text:"Child 3",children:(0,z.jsx)(he,{children:"content"})}),(0,z.jsx)(E,{level:1,text:"Child 4"})]})}),(0,z.jsx)(E,{icon:(x=r.icon)==null?void 0:x.folder,disabled:r.disabled,header:!0,text:"Item 3",children:(0,z.jsx)(he,{children:"content"})}),(0,z.jsx)(E,{icon:(g=r.icon)==null?void 0:g.file,header:!0,text:"Item 4"})]})}):(0,z.jsx)(z.Fragment,{children:(0,z.jsxs)(cr,{style:{width:"300px"},...a,children:[(0,z.jsx)(E,{icon:(k=r.icon)==null?void 0:k.gear,header:!0,text:"Item 1",children:(0,z.jsx)(he,{children:"content"})}),(0,z.jsx)(E,{icon:(m=r.icon)==null?void 0:m.folder,header:!0,text:"Item 2",children:(0,z.jsx)(he,{children:"content"})}),(0,z.jsx)(E,{icon:(C=r.icon)==null?void 0:C.folder,disabled:r.disabled,header:!0,text:"Item 3",children:(0,z.jsx)(he,{children:"content"})}),(0,z.jsx)(E,{icon:(v=r.icon)==null?void 0:v.file,header:!0,text:"Item 4"})]})})};Ea.options=TN;Ea.states=yN;Ea.variants=EN;Ea.defaultOptions=fp;Ea.modifiers=ON;Ea.className=Oe.className;var bp=require("react/jsx-runtime");var Zi=require("react/jsx-runtime");var ji=require("react/jsx-runtime");var es=require("react/jsx-runtime");var ts="suggestion",hp=ts;var Oo=require("react/jsx-runtime"),qr="k-suggestion-group",BN=[],PN={},xp={layout:"scrollable",scrollingPosition:"start"},ft=e=>{let{layout:t=xp.layout,scrollingPosition:o,...a}=e,r=(0,Oo.jsx)("div",{...a,className:n(qr,{"k-suggestion-group-scrollable":t=="scrollable",[`${qr}-scrollable-start`]:o==="start"||o==="both",[`${qr}-scrollable-end`]:o==="end"||o==="both"},e.className),role:"group",children:t==="scrollable"||t==="scrollButtons"?(0,Oo.jsx)("div",{className:"k-suggestions-scroll",children:e.children}):e.children});return t=="scrollButtons"?(0,Oo.jsxs)("div",{className:"k-suggestion-scrollwrap",children:[(0,Oo.jsx)(d,{fillMode:"flat",icon:"chevron-left",size:"xsmall","aria-label":"Scroll left"}),r,(0,Oo.jsx)(d,{fillMode:"flat",icon:"chevron-right",size:"xsmall","aria-label":"Scroll right"})]}):r};ft.states=BN;ft.options=PN;ft.className=qr;ft.defaultOptions=xp;ft.moduleName=ts;ft.folderName=hp;var Np=require("react/jsx-runtime"),Wr="k-suggestion",wN=[i.active,i.hover,i.focus],RN={themeColor:[N.undefined,N.base,N.primary,N.secondary,N.tertiary]},KN={text:"Suggestion"},tt=e=>{let{themeColor:t,active:o,hover:a,focus:r,text:s,...l}=e;return(0,Np.jsx)("span",{...l,className:n(e.className,Wr,A(Wr,{hover:a,active:o,focus:r}),T(Wr,{themeColor:t})),role:"button",tabIndex:0,"aria-label":s,children:s})};tt.states=wN;tt.options=RN;tt.className=Wr;tt.item=KN;var os=require("react/jsx-runtime");var as=require("react/jsx-runtime");var rs=require("react/jsx-runtime");var b=require("react/jsx-runtime"),_N=Y.options,DN=Y.states,HN={...Y.defaultOptions,variant:"ask"},zN=[{name:"ask",title:"Ask AI"},{name:"output",title:"Output"},{name:"more",title:"More Actions"}],FN=[{name:"stt",title:"SpeechToText"},{name:"suggestions",title:"Suggestions"}],Oa=e=>{let{variant:t,modifiers:o,...a}={...e},r=(0,b.jsx)(b.Fragment,{children:(0,b.jsxs)(ft,{layout:"wrap",children:[(0,b.jsx)(tt,{text:"Post for work-life balance importance"}),(0,b.jsx)(tt,{text:"Out of office"})]})}),s={suggestions:r,stt:!0};switch(Object.keys(o||{}).forEach(l=>{switch(l){case"suggestions":s.suggestions=!!(o!=null&&o[l]);break;case"stt":s.stt=!!(o!=null&&o[l]);break}}),t){case"more":return(0,b.jsx)(V,{className:"k-prompt-popup",children:(0,b.jsxs)(Y,{style:{width:"330px",height:"350px"},...a,children:[(0,b.jsx)(Et,{children:(0,b.jsxs)(_,{className:"k-toolbar-flat",children:[(0,b.jsx)(G,{fillMode:"flat",themeColor:"primary",icon:"sparkles",rounded:"full",children:"Ask AI"}),(0,b.jsx)(G,{fillMode:"flat",themeColor:"primary",icon:"comment",rounded:"full",children:"Output"}),(0,b.jsx)(X,{fillMode:"flat",themeColor:"primary",icon:"more-horizontal",rounded:"full",selected:!0})]})}),(0,b.jsx)(lt,{children:(0,b.jsx)(dt,{children:(0,b.jsxs)(cr,{children:[(0,b.jsx)(E,{header:!0,icon:"brush",text:"Change Formality",children:(0,b.jsxs)(We,{children:[(0,b.jsx)(E,{level:1,text:"Casual"}),(0,b.jsx)(E,{level:1,text:"Neutral"}),(0,b.jsx)(E,{level:1,text:"Formal"})]})}),(0,b.jsx)(E,{header:!0,expanded:!0,icon:"edit-tools",text:"Translate",children:(0,b.jsxs)(We,{children:[(0,b.jsx)(E,{level:1,text:"German"}),(0,b.jsx)(E,{level:1,text:"Spanish"})]})}),(0,b.jsx)(E,{header:!0,icon:"min-width",text:"Simplify"}),(0,b.jsx)(E,{header:!0,icon:"arrows-left-right",text:"Expand"})]})})})]})});case"output":return(0,b.jsx)(V,{className:"k-prompt-popup",children:(0,b.jsxs)(Y,{style:{width:"330px",height:"350px"},...a,children:[(0,b.jsx)(Et,{children:(0,b.jsxs)(_,{className:"k-toolbar-flat",children:[(0,b.jsx)(G,{fillMode:"flat",themeColor:"primary",icon:"sparkles",rounded:"full",children:"Ask AI"}),(0,b.jsx)(G,{fillMode:"flat",themeColor:"primary",icon:"comment",rounded:"full",selected:!0,children:"Output"}),(0,b.jsx)(X,{fillMode:"flat",themeColor:"primary",icon:"more-horizontal",rounded:"full"})]})}),(0,b.jsxs)(lt,{children:[(0,b.jsx)(Io,{}),(0,b.jsx)(dt,{children:(0,b.jsxs)("div",{className:"k-card-list",children:[(0,b.jsxs)(ne,{children:[(0,b.jsx)(eo,{title:"Generated with AI",subtitle:"Linked in post for work/life balance importance"}),(0,b.jsx)(mt,{children:(0,b.jsxs)("p",{children:["\u{1F31F} Embracing Work/Life Balance for Success \u{1F31F}",(0,b.jsx)("br",{}),(0,b.jsx)("br",{}),"Hello LinkedIn network! \u{1F44B} Today, let's talk about a key to our well-being: work/life balance. \u{1F310}\u2696\uFE0F",(0,b.jsx)("br",{}),(0,b.jsx)("br",{}),"In our fast-paced world, balancing professional and personal life is not just a luxury, it's a necessity for health and productivity. \u{1F4C8}\u{1F33F}",(0,b.jsx)("br",{}),(0,b.jsx)("br",{}),"\u2728 Key Points \u2728",(0,b.jsx)("br",{}),(0,b.jsx)("br",{}),"Enhances Productivity: Less burnout, more motivation. \u{1F680}",(0,b.jsx)("br",{}),"Boosts Creativity: New experiences = fresh ideas. \u{1F4A1}",(0,b.jsx)("br",{}),"Improves Health: Mental and physical benefits. \u{1F9D8}\u200D\u2642\uFE0F",(0,b.jsx)("br",{}),"Strengthens Relationships: Quality time matters. \u{1F91D}",(0,b.jsx)("br",{}),"Let's champion a culture where success and well-being go hand in hand. Share your work/life balance tips below! \u{1F447}",(0,b.jsx)("br",{}),(0,b.jsx)("br",{}),"#WorkLifeBalance #Productivity #WellBeing"]})}),(0,b.jsxs)(U,{className:"k-card-actions",alignment:"start",children:[(0,b.jsx)(G,{fillMode:"flat",themeColor:"primary",icon:"copy",children:"Copy"}),(0,b.jsx)(G,{fillMode:"flat",themeColor:"base",icon:"arrow-rotate-cw",children:"Retry"}),(0,b.jsx)("span",{className:"k-spacer"}),(0,b.jsx)(X,{fillMode:"flat",themeColor:"base",icon:"thumb-up"}),(0,b.jsx)(X,{fillMode:"flat",themeColor:"base",icon:"thumb-down"})]})]}),(0,b.jsxs)(ne,{children:[(0,b.jsx)(eo,{title:"Generated with AI",subtitle:"Out of Office"}),(0,b.jsx)(mt,{children:(0,b.jsxs)("p",{children:["Subject: Out of Office: [Your Name]",(0,b.jsx)("br",{}),(0,b.jsx)("br",{}),"Dear [Recipient's Name],",(0,b.jsx)("br",{}),(0,b.jsx)("br",{}),"I am currently out of the office until [Return Date] and won't have access to email. For urgent matters, please contact [Colleague's Name] at [Colleague's Email]. I'll respond to your email upon my return.",(0,b.jsx)("br",{}),(0,b.jsx)("br",{}),"Thank you,",(0,b.jsx)("br",{}),"[Your Name]"]})}),(0,b.jsxs)(U,{className:"k-card-actions",alignment:"start",children:[(0,b.jsx)(G,{fillMode:"flat",themeColor:"primary",icon:"copy",children:"Copy"}),(0,b.jsx)(G,{fillMode:"flat",themeColor:"base",icon:"arrow-rotate-cw",children:"Retry"}),(0,b.jsx)("span",{className:"k-spacer"}),(0,b.jsx)(X,{fillMode:"flat",themeColor:"base",icon:"thumb-up"}),(0,b.jsx)(X,{fillMode:"flat",themeColor:"base",icon:"thumb-down"})]})]})]})})]})]})});default:return(0,b.jsx)(V,{className:"k-prompt-popup",children:(0,b.jsxs)(Y,{style:{width:"330px",height:"350px"},...a,children:[(0,b.jsx)(Et,{children:(0,b.jsxs)(_,{className:"k-toolbar-flat",children:[(0,b.jsx)(G,{fillMode:"flat",themeColor:"primary",icon:"sparkles",rounded:"full",selected:!0,children:"Ask AI"}),(0,b.jsx)(G,{fillMode:"flat",themeColor:"primary",icon:"comment",rounded:"full",children:"Output"}),(0,b.jsx)(X,{fillMode:"flat",themeColor:"primary",icon:"more-horizontal",rounded:"full"})]})}),(0,b.jsx)(lt,{children:(0,b.jsxs)(dt,{children:[(0,b.jsx)(Z,{resize:"none",rows:2,placeholder:"Ask or generate content with AI",suffixSeparator:!1,suffix:(0,b.jsx)(b.Fragment,{children:s.stt?(0,b.jsx)(pe,{fillMode:"flat"}):null})}),(0,b.jsx)(or,{expanded:s.suggestions,title:"Suggestions",children:r})]})}),(0,b.jsx)(Ao,{children:(0,b.jsx)(U,{className:"k-prompt-actions",alignment:"start",children:(0,b.jsx)(G,{icon:"sparkles",themeColor:"primary",rounded:"full",children:"Generate"})})})]})})}};Oa.options=_N;Oa.states=DN;Oa.variants=zN;Oa.defaultOptions=HN;Oa.modifiers=FN;Oa.className=Y.className;var j=require("react/jsx-runtime"),UN=e=>(0,j.jsxs)(Y,{...e,children:[(0,j.jsx)(Et,{children:(0,j.jsxs)(_,{fillMode:"flat",children:[(0,j.jsx)(G,{fillMode:"flat",themeColor:"primary",icon:"sparkles",rounded:"full",selected:!0,children:"Ask AI"}),(0,j.jsx)(G,{fillMode:"flat",themeColor:"primary",icon:"comment",rounded:"full",children:"Output"}),(0,j.jsx)(X,{fillMode:"flat",themeColor:"primary",icon:"more-horizontal",rounded:"full","aria-label":"More actions"})]})}),(0,j.jsx)(lt,{children:(0,j.jsxs)(dt,{children:[(0,j.jsx)(Z,{resize:"y",rows:1,suffixSeparator:!1,placeholder:"Ask or generate content with AI","aria-label":"Ask or generate content with AI",suffix:(0,j.jsx)(j.Fragment,{children:(0,j.jsx)(pe,{fillMode:"flat"})})}),(0,j.jsx)(or,{expanded:!0,title:"Prompt Suggestions",children:(0,j.jsxs)(ft,{layout:"wrap",children:[(0,j.jsx)(tt,{text:"Suggestion 1"}),(0,j.jsx)(tt,{text:"Suggestion 2"}),(0,j.jsx)(tt,{text:"Reply with very very very very very very very long text"})]})})]})}),(0,j.jsx)(Ao,{children:(0,j.jsx)(U,{className:"k-prompt-actions",alignment:"start",children:(0,j.jsx)(G,{icon:"sparkles",themeColor:"primary",rounded:"full",children:"Generate"})})})]});