@progress/kendo-react-common 7.0.3-develop.1 → 7.0.3-develop.11

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 (84) hide show
  1. package/Draggable.d.ts +1 -1
  2. package/Droppable.d.ts +1 -1
  3. package/FormComponent.d.ts +1 -1
  4. package/LICENSE.md +1 -1
  5. package/NOTICE.txt +1 -1
  6. package/README.md +1 -1
  7. package/browser-support.service.d.ts +1 -1
  8. package/canUseDOM.d.ts +1 -1
  9. package/canUseRef.d.ts +1 -1
  10. package/classNames.d.ts +1 -1
  11. package/clone.d.ts +1 -1
  12. package/constants/index.d.ts +1 -1
  13. package/contexts/ZIndexContext.d.ts +1 -1
  14. package/dist/cdn/js/kendo-react-common.js +2 -2
  15. package/drag-n-drop/context/index.d.ts +1 -1
  16. package/drag-n-drop/index.d.ts +1 -1
  17. package/events/BaseEvent.d.ts +1 -1
  18. package/events/dispatchEvent.d.ts +1 -1
  19. package/fieldList.d.ts +1 -1
  20. package/focus.d.ts +1 -1
  21. package/getActiveElement.d.ts +1 -1
  22. package/getTabIndex.d.ts +1 -1
  23. package/getter.d.ts +1 -1
  24. package/guid.d.ts +1 -1
  25. package/hasRelativeStackingContext.d.ts +1 -1
  26. package/hocs/AsyncFocusBlur.d.ts +1 -1
  27. package/hocs/use-id-hoc.d.ts +1 -1
  28. package/hocs/withPropsContext.d.ts +1 -1
  29. package/hooks/index.d.ts +1 -1
  30. package/hooks/use-id.d.ts +1 -1
  31. package/hooks/use-isomorphic-layout-effect.d.ts +1 -1
  32. package/hooks/useAsyncFocusBlur.d.ts +1 -1
  33. package/hooks/useCollection.d.ts +1 -1
  34. package/hooks/useControlledState.d.ts +1 -1
  35. package/hooks/useCustomComponent.d.ts +1 -1
  36. package/hooks/useDir.d.ts +1 -1
  37. package/hooks/useDocument.d.ts +1 -1
  38. package/hooks/useDraggable.d.ts +1 -1
  39. package/hooks/useDroppable.d.ts +1 -1
  40. package/hooks/useInheritedState.d.ts +1 -1
  41. package/hooks/useMouse.d.ts +1 -1
  42. package/hooks/usePropsContext.d.ts +1 -1
  43. package/hooks/useRtl.d.ts +1 -1
  44. package/hooks/useWindow.d.ts +1 -1
  45. package/icons/BaseIconProps.d.ts +1 -1
  46. package/icons/Icon.d.ts +1 -1
  47. package/icons/IconWrap.d.ts +1 -1
  48. package/icons/IconsContext.d.ts +1 -1
  49. package/icons/SvgIcon.d.ts +1 -1
  50. package/icons/constants.d.ts +1 -1
  51. package/icons/models/flip.d.ts +1 -1
  52. package/icons/models/size.d.ts +1 -1
  53. package/icons/models/theme-color.d.ts +1 -1
  54. package/icons/utils.d.ts +1 -1
  55. package/index.d.mts +1 -1
  56. package/index.d.ts +1 -1
  57. package/index.js +2 -2
  58. package/index.mjs +8 -7
  59. package/keys.d.ts +1 -1
  60. package/memoize.d.ts +1 -1
  61. package/models/auto-scroll-options.d.ts +1 -1
  62. package/models/index.d.ts +1 -1
  63. package/models/kendoReactComponentBaseProps.d.ts +1 -1
  64. package/models/mouse.d.ts +1 -1
  65. package/models/pointer.d.ts +1 -1
  66. package/models/touch.d.ts +1 -1
  67. package/navigation.d.ts +1 -1
  68. package/noop.d.ts +1 -1
  69. package/package.json +2 -2
  70. package/scrollbarWidth.d.ts +1 -1
  71. package/setter.d.ts +1 -1
  72. package/theme.d.ts +1 -1
  73. package/tree-utils/FieldsService.d.ts +1 -1
  74. package/tree-utils/SortedPublicItemIds.d.ts +1 -1
  75. package/tree-utils/itemIdUtils.d.ts +1 -1
  76. package/tree-utils/itemUtils.d.ts +1 -1
  77. package/tree-utils/misc.d.ts +1 -1
  78. package/treeDataOperations.d.ts +1 -1
  79. package/typography/Typography.d.ts +1 -1
  80. package/typography/TypographyProps.d.ts +1 -1
  81. package/typography/constants.d.ts +1 -1
  82. package/typography/models/margin.d.ts +1 -1
  83. package/validate-package.d.ts +1 -1
  84. package/watermark/WatermarkOverlay.d.ts +1 -1
package/Draggable.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
package/Droppable.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
package/LICENSE.md CHANGED
@@ -8,4 +8,4 @@ This is commercial software. To use it, you need to agree to the [**End User Lic
8
8
 
9
9
  All available KendoReact commercial licenses may be obtained at the [KendoReact website](https://www.telerik.com/kendo-react-ui/pricing).
10
10
 
11
- *Copyright © 2023 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.*
11
+ *Copyright © 2024 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.*
package/NOTICE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Progress KendoReact 2023
1
+ Progress KendoReact 2024
2
2
 
3
3
  Copyright © 2018-2023 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
4
4
 
package/README.md CHANGED
@@ -62,6 +62,6 @@ High-level component overview pages
62
62
  * [React Icon & SvgIcon Components](https://www.telerik.com/kendo-react-ui/icon-svgicon)
63
63
  * [React Typography Component](https://www.telerik.com/kendo-react-ui/typography)
64
64
 
65
- *Copyright © 2023 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.*
65
+ *Copyright © 2024 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.*
66
66
 
67
67
  *Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.*
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
package/canUseDOM.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
package/canUseRef.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
package/classNames.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
package/clone.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- (function(c,F){typeof exports=="object"&&typeof module<"u"?F(exports,require("react"),require("@progress/kendo-licensing"),require("react-dom"),require("prop-types"),require("@progress/kendo-draggable-common")):typeof define=="function"&&define.amd?define(["exports","react","@progress/kendo-licensing","react-dom","prop-types","@progress/kendo-draggable-common"],F):(c=typeof globalThis<"u"?globalThis:c||self,F(c.KendoReactCommon={},c.React,c.KendoLicensing,c.ReactDOM,c.PropTypes,c.KendoDraggableCommon))})(this,function(c,F,Re,Nt,m,q){"use strict";"use client";function Le(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const o=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,o.get?o:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const r=Le(F),Bt=Le(Nt),ne=r.createContext(0),Ht=()=>r.useContext(ne);ne.displayName="KendoReactZIndexContext";const Tt=()=>typeof document<"u"?document:{};class re{constructor(){this.scrollbar=0}get scrollbarWidth(){const t=Tt();if(!this.scrollbar&&t&&t.createElement){const n=t.createElement("div");n.style.cssText="overflow:scroll;overflow-x:hidden;zoom:1;clear:both;display:block",n.innerHTML="&nbsp;",t.body.appendChild(n),this.scrollbar=n.offsetWidth-n.scrollWidth,t.body.removeChild(n)}return this.scrollbar}}const W=!!(typeof window<"u"&&window.document&&window.document.createElement),jt=e=>{var t;return!!(typeof e=="function"&&((t=e.prototype)!=null&&t.isReactComponent))},zt=e=>!!(e.$$typeof&&typeof e.render=="function"),Ft=e=>typeof Comment!="string"&&(jt(e)||zt(e)),oe=(...e)=>{const t={},n=s=>typeof s=="object"?Object.keys(s).forEach(l=>{t[l]=s[l]}):t[s]=!0,o=s=>s.filter(l=>l!==!0&&!!l).map(l=>Array.isArray(l)?o(l):n(l));return o(e),Object.keys(t).map(s=>t[s]&&s||null).filter(s=>s!==null).join(" ")},Ne=e=>e?new Date(e.getTime()):null;function Qt(e){const t={};return se(e,t),t}function se(e,t){for(let n in e)if(e.hasOwnProperty(n)){const o=e[n];t[n]=le(o,t[n])}}function le(e,t){if(Array.isArray(e))return Be(e);if(e instanceof Date)return Ne(e);if(r.isValidElement(e))return r.cloneElement(e,e.props);if(e&&typeof e=="object"){const n=t||{};return se(e,n),n}else return e}function Be(e){return e.map(t=>le(t,void 0))}const Xt=e=>{if(e){if((e instanceof HTMLInputElement||e.tabIndex!==-1)&&e.focus){e.focus();return}const t=e.querySelector('input, [tabindex]:not([tabindex="-1"])');t&&t.focus&&t.focus()}};class Ut{}const Yt=-1,Gt=0,Jt=(e,t,n)=>{const o=typeof e=="string"?parseInt(e):e;if(!Number.isNaN(o))return o!==void 0?o:t?n?void 0:Yt:Gt},Zt=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g;function He(e){const t=[];return e.replace(Zt,function(n,o,s,l){t.push(o!==void 0?o:s||l)}),t}const Q={};Q.undefined=()=>{};function qt(e){if(Q[e])return Q[e];const t=He(e);return Q[e]=function(n){let o=n;for(let s=0;s<t.length&&o;s++)o=o[t[s]];return o},Q[e]}const ce=()=>{let e="",t,n;for(t=0;t<32;t++)n=Math.random()*16|0,(t===8||t===12||t===16||t===20)&&(e+="-"),e+=(t===12?4:t===16?n&3|8:n).toString(16);return e},Wt={backspace:8,tab:9,enter:13,shift:16,esc:27,space:32,pageUp:33,pageDown:34,end:35,home:36,left:37,up:38,right:39,down:40,delete:46},E=function(){},Kt=()=>!W||!document.body?!1:new re().scrollbarWidth,Vt=()=>{if(!W||!document.body)return!1;let e=new re().scrollbarWidth;document.body.style.setProperty("--kendo-scrollbar-width",`${e}px`)},X={};X.undefined=e=>e;const _t=(e,t)=>t&&t.arrays&&!isNaN(Number(e))?[]:{};function $t(e){if(X[e])return X[e];const t=He(e);return X[e]=(n,o,s)=>{let l=n;const a=t.length-1;for(let u=0;u<a&&l;u++)l=l[t[u]]=l[t[u]]||_t(t[u+1],s);l[t[a]]=o},X[e]}function Te(e,t,n){return n?{...e,[t]:n.length?[...n]:void 0}:e&&e[t]?[...e[t]]:[]}function je(e,t,n){if(e[t]){let o=Te(e,t).map(s=>je(s,t,n));return n(Te(e,t,o))}return n(e)}const en=(e,t,n)=>[...e.map(o=>je(o,t,n))],tn=(e,t,n,o)=>{let s=e;const l=[];for(let h=0;h<t.length;h++)s=s[t[h]],s=Array.isArray(s)?s:s[n],l.push(s);const a=l.length>1?l[l.length-2]:e,u=t[t.length-1],g=o(a[u]);a.splice(u,1,g)},nn=(e,t,n)=>Object.assign({},e,e[t]?{[t]:e[t].slice()}:{},n||{}),rn=(e,t,n)=>{const o=[],s=[...t];if(s.length){let l=e[s.shift()||0];for(o.push(l);s.length&&n;)l=l[n][s.shift()||0],o.push(l)}return o},on=["telerik.com","progress.com","stackblitz.io","csb.app"],sn=Re.validatePackage;function ln(e){return!on.some(n=>{var o;return(o=globalThis.document)==null?void 0:o.location.hostname.endsWith(n)})&&!Re.validatePackage(e)}const cn=e=>{if(!W)return!1;const t=e?e.ownerDocument:document;if(!t||!t.body)return!1;const n=10,o=t.createElement("div");o.style.transform="matrix(10, 0, 0, 10, 0, 0)";const s=t.createElement("div");s.appendChild(t.createTextNode("child")),s.style.position="fixed",s.style.top=n+"px",o.appendChild(s),t.body.appendChild(o);const l=s.getBoundingClientRect().top!==n;return t.body.removeChild(o),l},an="https://www.telerik.com/kendo-react-ui/components/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-banner";let ze=!1;const un=()=>{const[e,t]=r.useState(!0),[n,o]=r.useState(!1);r.useEffect(()=>{ze||(o(!0),ze=!0)},[]);const s=()=>{t(!1)},l=r.createElement(r.Fragment,null,e&&r.createElement("div",{style:{display:"flex",justifyContent:"center",alignItems:"center",position:"fixed",top:"16px",right:"16px",padding:"12px",borderRadius:"4px",boxShadow:"0px 4px 5px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px 0px rgba(0, 0, 0, 0.03)",fontSize:"14px",fontWeight:400,lineHeight:"20px",backgroundColor:"#FFC000",color:"#1E1E1E",zIndex:999}},r.createElement("span",{style:{display:"flex",alignSelf:"center",marginRight:"8px"}},r.createElement("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},r.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8 1L0 15H16L8 1ZM7 6V11H9V6H7ZM7 14V12H9V14H7Z",fill:"#1E1E1E"}))),r.createElement("span",null,"No valid license found for KendoReact. Learn how to activate your license."),r.createElement("div",{style:{display:"flex",alignItems:"center",marginLeft:"24px"}},r.createElement("a",{href:an,style:{marginRight:"8px",display:"flex"}},r.createElement("button",{title:"Learn More",style:{display:"inline-flex",position:"relative",border:"none",borderRadius:"4px",padding:"5px",backgroundColor:"transparent",transition:"color 0.2s ease-in-out",outline:"none",cursor:"pointer"}},r.createElement("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},r.createElement("path",{d:"M15 8C15 11.8656 11.8656 15 8 15C4.13437 15 1 11.8656 1 8C1 4.13437 4.13437 1 8 1C11.8656 1 15 4.13437 15 8ZM14 8C14 4.6875 11.3125 2 8 2C4.6875 2 2 4.6875 2 8C2 11.3125 4.6875 14 8 14C11.3125 14 14 11.3125 14 8ZM11 6C11 7.4125 10.2687 8.05937 9.73125 8.53125C9.25937 8.94688 9 9.17813 9 10H7C7 8.275 7.84688 7.525 8.40938 7.03125C8.84062 6.65312 9 6.50938 9 6C9 5.45 8.55 5 8 5C7.45 5 7 5.45 7 6H5C5 4.34375 6.34375 3 8 3C9.65625 3 11 4.34375 11 6ZM9 13V11H7V13H9Z",fill:"#1E1E1E"})))),r.createElement("button",{title:"Close",style:{display:"inline-flex",position:"relative",border:"none",borderRadius:"4px",padding:"5px",backgroundColor:"transparent",transition:"color 0.2s ease-in-out",outline:"none",cursor:"pointer"},onClick:s},r.createElement("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},r.createElement("path",{d:"M13 4.41562L9.41563 8L13 11.5844L11.5844 13L8 9.41563L4.41562 13L3 11.5844L6.58437 8L3 4.41562L4.41562 3L8 6.58437L11.5844 3L13 4.41562Z",fill:"#1E1E1E"}))))));return r.createElement(r.Fragment,null,r.createElement("div",{style:{position:"absolute",width:"100%",height:"100%",top:0,left:0,right:0,bottom:0,opacity:.12,zIndex:101,pointerEvents:"none",backgroundImage:"url('data:image/png;base64,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')"}}),n&&Bt.createPortal(l,document.body))};function dn(e,t,n,o){if(e){const s={syntheticEvent:t,nativeEvent:t.nativeEvent,target:n};e.call(void 0,Object.assign(s,o))}}function Fe({onFocus:e,onBlur:t,onSyncFocus:n,onSyncBlur:o}){const s=r.useRef(!1),l=r.useRef(0),a=r.useCallback(h=>{clearTimeout(l.current),l.current=window.setTimeout(()=>h())},[l]),u=r.useCallback((...h)=>{clearTimeout(l.current),n&&n.call(void 0,h[0]),!s.current&&(s.current=!0,e&&e.call(void 0,...h))},[s,e,n]),g=r.useCallback((...h)=>{o&&o.call(void 0,h[0]),a(()=>{s.current&&t&&(s.current=!1,t.call(void 0,...h))})},[s,a,t,o]);return r.useEffect(()=>()=>{clearTimeout(l.current)},[]),{onFocus:u,onBlur:g}}const fn=({children:e,onFocus:t,onBlur:n,onSyncFocus:o,onSyncBlur:s})=>{const l=Fe({onFocus:t,onBlur:n,onSyncFocus:o,onSyncBlur:s});return r.createElement(r.Fragment,null,e.call(void 0,{...l}))},Qe=(e,t)=>r.useContext(e)(t),hn=()=>r.createContext(e=>e),gn=(e,t)=>r.forwardRef((n,o)=>{const s=Qe(e,n);return r.createElement(t,{...s,ref:o})}),Xe=typeof window<"u"?r.useLayoutEffect:r.useEffect;function Ue(e){const[t,n]=r.useState(!1);r.useEffect(()=>{n(!0)},[]);const[o,s]=r.useState(()=>{if(e)return e;if(t)return ce()});return Xe(()=>{o===void 0&&s(ce())},[]),r.useId?e??r.useId():o}const mn=e=>r.forwardRef((t,n)=>{const o=Ue(t.id);return r.createElement(e,{...t,id:o,ref:n})});function vn(e,t,n){const[o,s]=r.useState(t);return r.useEffect(()=>{if(!o&&window&&e.current){const l=window.getComputedStyle(e.current).direction;l&&s(l)}},n),o}function Cn(e,t,n){const[o,s]=r.useState(t);return r.useEffect(()=>{if(!o&&window&&e.current){const l=window.getComputedStyle(e.current).direction;l&&s(l)}},n),o}const Ye=(e,t,n={})=>{const o=r.useCallback(d=>{n.onMouseDown&&n.onMouseDown.call(void 0,d),e.onMouseDown&&e.onMouseDown.call(void 0,{target:t.current,syntheticEvent:d})},[n.onMouseDown,e.onMouseDown,t]),s=r.useCallback(d=>{n.onMouseUp&&n.onMouseUp.call(void 0,d),e.onMouseUp&&e.onMouseUp.call(void 0,{target:t.current,syntheticEvent:d})},[n.onMouseUp,e.onMouseUp,t]),l=r.useCallback(d=>{n.onClick&&n.onClick.call(void 0,d),e.onClick&&e.onClick.call(void 0,{target:t.current,syntheticEvent:d})},[n.onClick,e.onClick,t]),a=r.useCallback(d=>{n.onDoubleClick&&n.onDoubleClick.call(void 0,d),e.onDoubleClick&&e.onDoubleClick.call(void 0,{target:t.current,syntheticEvent:d})},[n.onDoubleClick,e.onDoubleClick,t]),u=r.useCallback(d=>{n.onMouseEnter&&n.onMouseEnter.call(void 0,d),e.onMouseEnter&&e.onMouseEnter.call(void 0,{target:t.current,syntheticEvent:d})},[n.onMouseEnter,e.onMouseEnter,t]),g=r.useCallback(d=>{n.onMouseLeave&&n.onMouseLeave.call(void 0,d),e.onMouseLeave&&e.onMouseLeave.call(void 0,{target:t.current,syntheticEvent:d})},[n.onMouseLeave,e.onMouseLeave,t]),h=r.useCallback(d=>{n.onMouseMove&&n.onMouseMove.call(void 0,d),e.onMouseMove&&e.onMouseMove.call(void 0,{target:t.current,syntheticEvent:d})},[n.onMouseMove,e.onMouseMove,t]),f=r.useCallback(d=>{n.onMouseOut&&n.onMouseOut.call(void 0,d),e.onMouseOut&&e.onMouseOut.call(void 0,{target:t.current,syntheticEvent:d})},[n.onMouseOut,e.onMouseOut,t]),v=r.useCallback(d=>{n.onMouseOver&&n.onMouseOver.call(void 0,d),e.onMouseOver&&e.onMouseOver.call(void 0,{target:t.current,syntheticEvent:d})},[n.onMouseOver,e.onMouseOver,t]);return{onClick:l,onMouseUp:s,onMouseDown:o,onDoubleClick:a,onMouseEnter:u,onMouseLeave:g,onMouseMove:h,onMouseOut:f,onMouseOver:v}},En=e=>[e,{}];var H=(e=>(e[e.add=0]="add",e[e.remove=1]="remove",e))(H||{});const ae=(e=[])=>{const t=r.useRef(e),n=r.useCallback(o=>{switch(o.type){case 0:t.current.push(o.item);break;case 1:{const s=t.current.indexOf(o.item);t.current.splice(s,1);break}}},[]);return[t.current,n]},Ge=e=>{const t=r.useCallback(()=>e.current&&e.current.element?e.current.element:e.current,[e]);return r.useCallback(()=>{const o=t();return o&&o.ownerDocument||document},[t])},bn=e=>{const t=Ge(e);return r.useCallback(()=>{const o=t();return o&&o.defaultView||window},[t])},Je={default:"",xsmall:"k-icon-xs",small:"k-icon-sm",medium:"k-icon-md",large:"k-icon-lg",xlarge:"k-icon-xl",xxlarge:"k-icon-xxl",xxxlarge:"k-icon-xxxl"},Dn=e=>e.replace(/^k-i-/,""),Ze=e=>"k-i-"+e,kn=m.shape({name:m.string.isRequired,content:m.string.isRequired,viewBox:m.string.isRequired}),ie=(e,t)=>{const[n,o]=r.useContext(e),[s,l]=r.useState(t);return[n!==void 0?n:s,(...g)=>{n!==void 0?o(...g):l(g[0])}]},qe=r.createContext([void 0,E]),ue=r.createContext([void 0,E]),We=r.createContext([[],E,E]),de=r.createContext([[],E,E]),yn=2e3;function Ke(e,t,n={}){const{onPress:o=E,onRelease:s=E,onDragStart:l=E,onDrag:a=E,onDragEnd:u=E}=t,{hint:g=null,mouseOnly:h=!1,autoScroll:f=!0,scrollContainer:v=null}=n,[d,k]=r.useState(!1),[y,O]=r.useState(!1),[b]=ie(ue),[L,R]=ie(qe),[B]=r.useContext(de),[M,S,P]=r.useContext(We),I=r.useRef({x:0,y:0}),Ce=r.useRef(),Ee=r.useRef(!1),ht=r.useRef(),J=r.useRef(null),be=r.useRef(!1),gt=r.useRef({x:0,y:0}),mt=r.useRef({x:0,y:0}),ee=r.useRef({x:0,y:0}),vt=r.useRef({x:0,y:0}),Ct=r.useRef({x:0,y:0}),Et=r.useRef({x:0,y:0}),cr=!!(typeof window<"u"&&window.PointerEvent),bt=!h&&cr,N=r.useCallback(()=>e.current&&e.current.element?e.current.element:e.current,[e]),ar=r.useCallback(()=>g&&g.current&&g.current.element?g.current.element:g?g.current:null,[g]),Dt=r.useCallback(()=>v&&v.current&&v.current.element?v.current.element:v?v.current:null,[v]),kt=r.useCallback(()=>typeof f=="object"&&f.boundaryElementRef&&f.boundaryElementRef.current&&f.boundaryElementRef.current.element?f.boundaryElementRef.current.element:typeof f=="object"&&f.boundaryElementRef&&f.boundaryElementRef.current?f.boundaryElementRef.current:null,[f]),Z=r.useRef(null);r.useImperativeHandle(Z,()=>({element:N(),hint:ar(),onPress:ir,onDragStart:dr,onDrag:fr,onDragEnd:hr,onRelease:ur,data:e.current}));const te=r.useCallback(()=>{const i=N();return i&&i.ownerDocument||document},[N]),z=r.useCallback(()=>{const i=te();return i&&i.defaultView||window},[te]),yt=r.useCallback(()=>({drag:L?L.current:null,drop:b?b.current:null,drags:M.map(i=>i.current),drops:B.map(i=>i.current),pressed:d,ignoreMouse:Ee.current,scrollOffset:Ct.current,offset:gt.current,pageOffset:mt.current,initialScrollOffset:Et.current,clientOffset:ee.current,initialClientOffset:vt.current,velocity:I.current,autoScroll:!!(typeof f=="object"?f.enabled!==!1:f),scrollableParent:kt(),autoScrollDirection:typeof f=="object"?f.direction:{horizontal:!0,vertical:!0},isScrolling:y}),[L,b,M,B,d,f,kt,y]),At=r.useCallback(i=>{k(i)},[]),It=r.useCallback(i=>{O(i)},[]),xt=r.useCallback(i=>{I.current=i},[]),wt=r.useCallback(i=>{gt.current=i},[]),Ot=r.useCallback(i=>{ee.current=i},[]),St=r.useCallback(i=>{mt.current=i},[]),Mt=r.useCallback(i=>{vt.current=i},[]),Pt=r.useCallback(i=>{Ct.current=i},[]),pt=r.useCallback(i=>{Et.current=i},[]),ir=r.useCallback(i=>{o(i)},[o]),ur=r.useCallback(i=>{s(i)},[s]),dr=r.useCallback(i=>{R(Z,{target:e.current,event:i}),l(i)},[R,e,l]),fr=r.useCallback(i=>{a(i)},[a]),hr=r.useCallback(i=>{be.current||(R(null,{target:e.current,event:i}),u(i))},[u,R,e]),C=r.useCallback(i=>{q.dispatchDragAndDrop(yt(),{event:i,payload:Z.current},{onVelocityChange:xt,onOffsetChange:wt,onClientOffsetChange:Ot,onPageOffsetChange:St,onInitialClientOffsetChange:Mt,onScrollOffsetChange:Pt,onInitialScrollOffsetChange:pt,onIsPressedChange:At,onIsScrollingChange:It})},[yt,xt,wt,St,Ot,Mt,pt,At,Pt,It]),De=r.useCallback(i=>{C(i)},[C]),ke=r.useCallback(i=>{C(i)},[C]),ye=r.useCallback(i=>{C(i)},[C]),Ae=r.useCallback(i=>{C(i)},[C]),Ie=r.useCallback(i=>{C(i)},[C]),xe=r.useCallback(i=>{C(i)},[C]),we=r.useCallback(i=>{C(i)},[C]),Oe=r.useCallback(i=>{i.preventDefault(),C(i)},[C]),Se=r.useCallback(i=>{i.preventDefault(),C(i)},[C]),Me=r.useCallback(i=>{i.preventDefault(),C(i)},[C]),Pe=r.useCallback(i=>{if(i.touches.length===0&&i.changedTouches.length===1){const D=z();Ee.current=!0,ht.current=D.setTimeout(()=>{Ee.current=!1},yn)}C(i)},[C,z]),pe=r.useCallback(i=>{C(i)},[C]),Rt=r.useCallback(()=>{const i=N();if(i){const D=i.style.touchAction;return i.style.touchAction="none",()=>{i.style.touchAction=D}}},[N]),Lt=r.useCallback(()=>(S(Z),()=>{P(Z)}),[P,S]),gr=()=>{const i=z(),D=N(),w=te();return bt?(D&&(J.current=q.getScrollableParent(D),J.current&&J.current.addEventListener("scroll",pe,{passive:!0}),D.addEventListener("pointerdown",De,{passive:!0})),d&&(w.addEventListener("pointermove",ke),w.addEventListener("pointerup",Ae,!0),w.addEventListener("contextmenu",Oe),w.addEventListener("pointercancel",ye,{passive:!0}))):(i.addEventListener("touchmove",E,{capture:!1,passive:!1}),D&&(D.addEventListener("mousedown",Ie,{passive:!0}),h||(D.addEventListener("touchstart",Se,{passive:!0}),d&&(D.addEventListener("touchmove",Me,{passive:!0}),D.addEventListener("touchend",Pe,{passive:!0})))),d&&(w.addEventListener("mousemove",xe,{passive:!0}),w.addEventListener("mouseup",we,{passive:!0}))),()=>{J.current&&J.current.removeEventListener("scroll",pe),D&&(D.removeEventListener("pointerdown",De),D.removeEventListener("mousedown",Ie),D.removeEventListener("touchstart",Se),D.removeEventListener("touchmove",Me),D.removeEventListener("touchend",Pe)),w.removeEventListener("pointermove",ke),w.removeEventListener("pointerup",Ae,!0),w.removeEventListener("contextmenu",Oe),w.removeEventListener("pointercancel",ye),w.removeEventListener("mousemove",xe),w.removeEventListener("mouseup",we),i.removeEventListener("touchmove",E),i.clearTimeout(ht.current)}};r.useEffect(()=>{const i=z();if(y){const D=Dt()||q.getScrollableParent(document.elementFromPoint(ee.current.x,ee.current.y));i.clearInterval(Ce.current),Ce.current=i.setInterval(()=>{q.autoScroll(D,{x:I.current.x,y:I.current.y})},50)}return()=>{i.clearInterval(Ce.current)}},[N,Dt,z,y]),r.useEffect(Rt,[Rt]),r.useEffect(gr,[d,z,N,te,h,bt,Oe,Ie,xe,we,ye,De,ke,Ae,Pe,Me,Se,pe]),r.useEffect(()=>(be.current=!1,()=>{be.current=!0}),[]),r.useLayoutEffect(Lt,[Lt])}function Ve(e,t={onDragEnter:E,onDragOver:E,onDragLeave:E,onDrop:E}){const{onDragEnter:n=E,onDragOver:o=E,onDragLeave:s=E,onDrop:l=E}=t,[,a]=ie(ue),[,u,g]=r.useContext(de),h=r.useCallback(()=>e.current&&e.current.element?e.current.element:e.current,[e]),f=r.useRef(null);r.useImperativeHandle(f,()=>({element:h(),onDragEnter:v,onDragOver:d,onDragLeave:k,onDrop:y,data:e.current}));const v=r.useCallback(b=>{a(f,{target:e.current,event:b}),n(b)},[a,e,n]),d=r.useCallback(b=>{o(b)},[o]),k=r.useCallback(b=>{a(null,{target:e.current,event:b}),s(b)},[a,e,s]),y=r.useCallback(b=>{a(null,{target:e.current,event:b}),l(b)},[a,e,l]),O=r.useCallback(()=>(u(f),()=>{g(f)}),[g,u]);r.useLayoutEffect(O,[O])}const _e=(e,t,n)=>{const[o,s]=r.useState(t||e),l=r.useCallback((a,u)=>{s(a),n&&n.call(void 0,{...u,value:a})},[n,s]);return[t!==void 0?t:o,l]},K=r.forwardRef((e,t)=>{const{className:n,name:o,themeColor:s,size:l,flip:a,style:u,id:g,tabIndex:h,...f}=e,v=r.useRef(null),d=r.useRef(null);r.useImperativeHandle(v,()=>({element:d.current})),r.useImperativeHandle(t,()=>v.current);const k=r.useMemo(()=>l||$e.size,[l]),y=r.useMemo(()=>a||$e.flip,[a]),O=r.useMemo(()=>oe("k-icon","k-font-icon",o&&Ze(o),{[`k-color-${s}`]:s,"k-flip-h":y==="horizontal"||y==="both","k-flip-v":y==="vertical"||y==="both"},Je[k],n),[o,s,k,y,n]),b=Ye(e,v);return r.createElement("span",{ref:d,...f,...b,className:O,id:g,tabIndex:h,style:u,role:"presentation"})});K.propTypes={style:m.object,classNames:m.string,name:m.string,themeColor:m.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"]),size:m.oneOf(["default","xsmall","small","medium","large","xlarge","xxlarge","xxxlarge"]),flip:m.oneOf(["default","horizontal","vertical","both"])};const $e={size:"default",flip:"default"};K.displayName="KendoIcon";const V=r.forwardRef((e,t)=>{const{children:n,className:o,svgClassName:s,icon:l,flip:a,id:u,tabIndex:g,size:h,style:f,svgStyle:v,themeColor:d,viewBox:k,name:y,onClick:O,...b}=e,L=r.useRef(null);r.useImperativeHandle(t,()=>({element:L.current}));const R=r.useMemo(()=>l?l.name:_.icon,[l]),B=r.useMemo(()=>h||_.size,[h]),M=r.useMemo(()=>a||_.flip,[a]),S=r.useMemo(()=>k||_.viewBox,[k]),P=r.useMemo(()=>oe("k-icon","k-svg-icon","k-svg-i-"+R,{[`k-color-${d}`]:d,"k-flip-h":M==="horizontal"||M==="both","k-flip-v":M==="vertical"||M==="both"},Je[B],o),[R,d,B,M,o]),I=r.useMemo(()=>e.width&&e.height?{width:e.width,height:e.height,...f}:e.width?{width:e.width,height:e.width,...f}:e.height?{width:e.height,height:e.height,...f}:{...f},[e.width,e.height,f]);return r.createElement("span",{className:P,style:I,ref:L,onClick:O},r.createElement("svg",{id:u,className:s,style:v,"aria-hidden":!0,tabIndex:g,focusable:!1,xmlns:"http://www.w3.org/2000/svg",viewBox:l?l.viewBox:S,dangerouslySetInnerHTML:l?{__html:l.content}:void 0,...b},l?void 0:n))});V.propTypes={style:m.object,classNames:m.string,children:m.any,icon:m.object,themeColor:m.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"]),size:m.oneOf(["default","xsmall","small","medium","large","xlarge","xxlarge","xxxlarge"]),flip:m.oneOf(["default","horizontal","vertical","both"])};const _={size:"default",flip:"default",icon:"",viewBox:"0 0 24 24"};V.displayName="KendoSvgIcon";const fe=r.createContext({type:"svg"});fe.displayName="KendoReactIconsContext";const et=r.forwardRef((e,t)=>{var g,h;const{type:n,icons:o}=r.useContext(fe),{icon:s,...l}=e;let a=n==="svg"?((g=e.icon)==null?void 0:g.name)||e.name:e.name||((h=e.icon)==null?void 0:h.name);a=a&&o&&o[a]&&typeof o[a]=="string"?o[a]:a;const u=a&&o&&o[a]&&typeof o[a]!="string"?o[a]:s;return n==="svg"&&u?r.createElement(V,{...e,icon:u,ref:t}):r.createElement(K,{...l,name:a,ref:t})});et.displayName="KendoIconWrap";const An={xsmall:"k-fs-xs",small:"k-fs-sm",medium:"k-fs-md",large:"k-fs-lg",xlarge:"k-fs-xl"},In={light:"k-font-weight-light",normal:"k-font-weight-normal",bold:"k-font-weight-bold"},xn={xsmall:"k-m-xs",small:"k-m-sm",medium:"k-m-md",large:"k-m-lg",xlarge:"k-m-xl",thin:"k-m-thin",hair:"k-m-hair"},wn={xsmall:"xs",small:"sm",medium:"md",large:"lg",xlarge:"xl",thin:"thin",hair:"hair"},On={top:"k-mt-",right:"k-mr-",bottom:"k-mb-",left:"k-ml-"},Sn={left:"k-text-left",right:"k-text-right",center:"k-text-center",justify:"k-text-justify"},Mn={lowercase:"k-text-lowercase",uppercase:"k-text-uppercase",capitalize:"k-text-capitalize"},Pn={inherit:"k-color-inherit",primary:"k-color-primary",secondary:"k-color-secondary",tertiary:"k-color-tertiary",info:"k-color-info",success:"k-color-success",warning:"k-color-warning",error:"k-color-error",dark:"k-color-dark",light:"k-color-light",inverse:"k-color-inverse"},p=e=>{const t=r.forwardRef((n,o)=>{const{id:s,style:l,className:a,fontSize:u,fontWeight:g,textAlign:h,textTransform:f,themeColor:v,margin:d,...k}=n,y=r.useRef(null),O=r.useRef(null);r.useImperativeHandle(y,()=>({element:O.current,props:n})),r.useImperativeHandle(o,()=>y.current);const b=()=>`k-${e==="p"?"paragraph":e}`,L=e,R=(S,P)=>{const I=typeof P=="string"?wn[P]:P;return`${On[S]}${I}`},B=()=>{if(d!==void 0){if(typeof d=="string")return[xn[d]];if(typeof d=="number"&&d>=0&&d<=24)return[`k-m-${d}`];if(typeof d=="object"){const S=[];return Object.keys(d).forEach(I=>{d[I]!==null&&d[I]!==void 0&&S.push(R(I,d[I]))}),S.join(" ")}}},M=()=>[b(),An[u],In[g],Sn[h],Mn[f],Pn[v],B(),a].filter(I=>I!==void 0).join(" ");return r.createElement(L,{id:s,ref:O,className:M(),style:l,...k},n.children)});return t.propTypes={style:m.object,className:m.string,fontSize:m.oneOf(["xsmall","small","medium","large","xlarge"]),fontWeight:m.oneOf(["light","normal","bold"]),margin:m.oneOfType([m.number,m.object,m.oneOf(["xsmall","small","medium","large","xlarge","thin","hair"])]),textAlign:m.oneOf(["left","right","center","justify"]),textTransform:m.oneOf(["lowercase","uppercase","capitalize"]),themeColor:m.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"])},t.displayName=`KendoReactTypography${e.toUpperCase()}`,t},pn=p("h1"),Rn=p("h2"),Ln=p("h3"),Nn=p("h4"),Bn=p("h5"),Hn=p("h6"),Tn=p("p"),jn=p("code"),zn=p("pre"),Fn={h1:pn,h2:Rn,h3:Ln,h4:Nn,h5:Bn,h6:Hn,p:Tn,code:jn,pre:zn},tt=e=>{const[t,n]=_e(null,void 0),[o,s]=_e(null,void 0),[l,a]=ae([]),[u,g]=ae([]),h=k=>{a({type:H.add,item:k})},f=k=>{a({type:H.remove,item:k})},v=k=>{g({type:H.add,item:k})},d=k=>{g({type:H.remove,item:k})};return r.createElement(qe.Provider,{value:[t,n]},r.createElement(ue.Provider,{value:[o,s]},r.createElement(We.Provider,{value:[l,h,f]},r.createElement(de.Provider,{value:[u,v,d]},e.children))))};tt.displayName="KendoReactDragAndDrop";const nt=r.forwardRef((e,t)=>{const n=r.useRef(null),o=r.useRef(null),s=r.useCallback(()=>n.current&&n.current.element?n.current.element:n.current,[n]);r.useImperativeHandle(o,()=>({element:s()||null})),r.useImperativeHandle(t,()=>o.current),r.useImperativeHandle(e.childRef,()=>n.current);const l=r.useCallback(f=>{e.onPress&&e.onPress({element:s(),target:o.current,event:f})},[s,e.onPress]),a=r.useCallback(f=>{e.onRelease&&e.onRelease({element:s(),target:o.current,event:f})},[s,e.onRelease]),u=r.useCallback(f=>{e.onDragStart&&e.onDragStart({element:s(),target:o.current,event:f})},[e,s]),g=r.useCallback(f=>{e.onDrag&&e.onDrag({element:s(),target:o.current,event:f})},[s,e.onDrag]),h=r.useCallback(f=>{e.onDragEnd&&e.onDragEnd({element:s(),target:o.current,event:f})},[s,e.onDragEnd]);return Ke(n,{onPress:l,onRelease:a,onDragStart:u,onDrag:g,onDragEnd:h},{mouseOnly:e.mouseOnly,autoScroll:e.autoScroll,hint:e.hint,scrollContainer:e.scrollContainer}),e.children?r.cloneElement(r.Children.only(e.children),{ref:n}):null});nt.displayName="KendoReactDraggable";const rt=r.forwardRef((e,t)=>{const n=r.useRef(null),o=r.useRef(null),s=r.useCallback(()=>n.current&&n.current.element?n.current.element:n.current,[n]);r.useImperativeHandle(o,()=>({element:s()||void 0})),r.useImperativeHandle(t,()=>o.current),r.useImperativeHandle(e.childRef,()=>n.current);const l=r.useCallback(h=>{e.onDragEnter&&e.onDragEnter({element:s(),target:o.current,event:h})},[e.onDragEnter,s]),a=r.useCallback(h=>{e.onDragOver&&e.onDragOver({element:s(),target:o.current,event:h})},[s,e.onDragOver]),u=r.useCallback(h=>{e.onDragLeave&&e.onDragLeave({element:s(),target:o.current,event:h})},[e.onDragLeave,s]),g=r.useCallback(h=>{e.onDrop&&e.onDrop({element:s(),target:o.current,event:h})},[e.onDrop,s]);return Ve(n,{onDragEnter:l,onDragOver:a,onDragLeave:u,onDrop:g}),e.children?r.cloneElement(r.Children.only(e.children),{ref:n}):null});rt.displayName="KendoReactDroppable";const Qn={sizeMap:{small:"sm",medium:"md",large:"lg"},roundedMap:{small:"sm",medium:"md",large:"lg"},orientationMap:{vertical:"vstack",horizontal:"hstack"}};function Xn(e,t){return e===t||Number.isNaN(e)&&Number.isNaN(t)}function Un(e,t){if(e.length!==t.length)return!1;for(let n=0;n<e.length;n++)if(!Xn(e[n],t[n]))return!1;return!0}function Yn(e,t=Un){let n=null;function o(...s){if(n&&n.lastThis===this&&t(s,n.lastArgs))return n.lastResult;const l=e.apply(this,s);return n={lastResult:l,lastArgs:s,lastThis:this},l}return o.clear=function(){n=null},o}const Gn=["input:not([disabled]):not([type=hidden])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","a[href]","area[href]","summary","iframe","object","embed","audio[controls]","video[controls]","[contenteditable]"];class Jn{constructor(t){this.rovingTabIndex=!0,this.update=()=>{},this.focusNextIndex=(n,o)=>{const s=this.elements;let l=s.indexOf(n)+o;l=l<0?s.length-1:l;const a=s[l%s.length];return this.focusElement(a,n),a},this.tabIndex=t.tabIndex||0,this.root=t.root,this.selectors=t.selectors,this.focusOptions=t.focusOptions||{preventScroll:!0},this.rovingTabIndex=t.rovingTabIndex!==void 0?t.rovingTabIndex:!0,this.mouseEvents=t.mouseEvents||{},this.keyboardEvents=t.keyboardEvents||{}}get elements(){return this.root.current?Array.from(this.root.current.querySelectorAll(this.selectors.join(","))):[]}get first(){return this.root.current&&this.root.current.querySelector(this.selectors.join(","))||null}get last(){const t=this.elements;return t[t.length-1]||null}get current(){return this.elements.find(t=>t.matches(":focus"))||null}focusNext(t){return this.focusNextIndex(t,1)}focusPrevious(t){return this.focusNextIndex(t,-1)}triggerKeyboardEvent(t,n){const o=t.target instanceof Element&&t.target.closest(this.selectors.join(",")),s=t.key===" "?"Space":t.key,l=t.nativeEvent.type;o&&this.keyboardEvents[l][s]&&this.keyboardEvents[l][s].call(void 0,o,this,t,n)}triggerMouseEvent(t){const n=t.target instanceof Element&&t.target.closest(this.selectors.join(",")),o=t.nativeEvent.type;n&&this.mouseEvents[o].call(void 0,n,this,t)}focusElement(t,n){t&&(n&&(this.rovingTabIndex&&n.removeAttribute("tabindex"),n.classList.remove("k-focus")),this.rovingTabIndex&&t.setAttribute("tabindex",String(this.tabIndex)),t.focus(this.focusOptions))}}const $=e=>{const t=e.shadowRoot,n=e.contentDocument;return t&&t.activeElement?$(t.activeElement):n&&n.activeElement?$(n.activeElement):e},Zn=e=>{if(!(!e||!e.activeElement))return $(e.activeElement)};function A(e,t){const n=(e||"").split(".");let o=t;return n.forEach(s=>{o=o?o[s]:void 0}),o}function qn(e){return e.length!==void 0}class Wn{constructor(t){this.expandField=t.expandField,this.selectField=t.selectField,this.hasChildrenField=t.hasChildrenField,this.childrenField=t.childrenField,this.textField=t.textField,this.disableField=t.disableField,this.checkField=t.checkField,this.checkIndeterminateField=t.checkIndeterminateField,this.focusIdField=t.focusIdField}expanded(t){return A(this.expandField,t)}selected(t){return A(this.selectField,t)}text(t){return A(this.textField,t)}disabled(t){return A(this.disableField,t)}hasChildren(t){return A(this.hasChildrenField,t)}children(t){const n=A(this.childrenField,t);return n||[]}checked(t){return A(this.checkField,t)}checkIndeterminate(t){return A(this.checkIndeterminateField,t)}focusId(t){return this.focusIdField&&A(this.focusIdField,t)}getChildrenField(){return this.childrenField}}const Kn=5e4;class ot{constructor(){this.objects=[]}init(t){let n;for(let o=0;o<t.length;o++)o%Kn===0&&(n={},this.objects.push(n)),n[t[o]]=!0}hasId(t){return this.objects.some(n=>n[t])}}const U="",st="0",x="_";function lt(e,t,n){if(G(e))return t[Number(e)];{const o=t[Number(T(e))],s=o&&o[n]||[];return s.length?lt(j(e),s,n):void 0}}function T(e){return he(e)?e:e.split(x)[0]}function j(e){if(he(e))return e;{const t=e.indexOf(x);return e.substring(t+1)}}function Vn(e){return Y("0",e)}function Y(e,t){return e=e.toString(),t?t+x+e:e}function ct(e){const t=e.lastIndexOf(x);return t<0?U:e.substring(0,t)}function he(e){return e===U||e.indexOf(x)<0}function G(e){return e!==U&&e.indexOf(x)<0}function ge(e){return e.split(x)}function me(e){const t=e.lastIndexOf(x);return t<0?e:e.substring(t+1)}function _n(e){return me(e)===st}function $n(e,t){const n=t;e="r"+x+e,t="r"+x+t;const o=ct(e)+x;if(t.startsWith(o)){const s=t.substring(o.length);if(s){const l=T(s);if(Number(me(e))<Number(l)){const a=o+(Number(l)-1).toString()+s.substring(l.length);return j(a)}}}return n}const er=Object.freeze(Object.defineProperty({__proto__:null,EMPTY_ID:U,SEPARATOR:x,ZERO_LEVEL_ZERO_NODE_ID:st,createId:Y,getAllShortIds:ge,getDecrementedItemIdAfterRemoval:$n,getDirectParentId:ct,getFirstChildId:Vn,getIdWithoutRootParentId:j,getItemById:lt,getRootParentId:T,getShortId:me,isIdEmptyOrZeroLevel:he,isIdZeroLevel:G,isItemFirstFromSiblings:_n},Symbol.toStringTag,{value:"Module"}));function ve(e,t){const n=A(t,e);return!!(n&&n.length)}function tr(e,t){return t.expanded(e)&&ve(e,t.getChildrenField())}function nr(e,t,n,o){const s=at([e],t,n,o);return s.length?s[0]:void 0}function at(e,t,n,o){const s=[],l=new ot;return l.init(e),ft(l,t,n,U,s,o),s}function it(e,t,n,o,s){const l=Number(T(t));if(l>=e.length)return e;let a=e,u=e[l];return u[o]||(a=e.slice(),u=a[l]=Object.assign({},u,{[o]:!0})),G(t)?n(u):u[s]&&(u[s]=it(u[s],j(t),n,o,s)),a}function rr(e,t,n){const o=ge(e);let s=t;for(let l=0;l<o.length;l++){const a=s[Number(o[l])];if(n.disabled(a))return!1;s=a[n.getChildrenField()]}return!0}function or(e,t,n,o){return o?l(e):s(e,t);function s(a,u){let g=[];const h=a[n]||[];for(let f=0;f<h.length;f++){const v=Y(f,u);g.push(v),g=g.concat(s(h[f],v))}return g}function l(a){let u=[];const g=a[n]||[];for(let h=0;h<g.length;h++)u.push(A(o,g[h])),u=u.concat(l(g[h]));return u}}function sr(e,t,n,o,s){return(e[o]||[]).every((a,u)=>s.indexOf(n?A(n,a):Y(u,t))>-1)}function lr(e,t,n){const o=[],s=ge(e);let l=n;for(let a=0;a<s.length-1&&l;a++){const u=l[Number(s[a])];o.push(u),l=u[t]}return o}function ut(e,t,n){const o=n.slice();if(G(e))o.splice(Number(e),1);else{const s=Number(T(e)),l=o[s]={...o[s]};l[t]=ut(j(e),t,l[t])}return o}function dt(e,t,n,o,s){const l=s.slice();if(G(o))if(t==="child"){const a=l[Number(o)]={...l[Number(o)]};a[n]?(a[n]=a[n].slice(),a[n].push(e)):a[n]=[e]}else l.splice(Number(o)+(t==="after"?1:0),0,e);else{const a=Number(T(o)),u=l[a]={...l[a]};u[n]=dt(e,t,n,j(o),u[n])}return l}function ft(e,t,n,o,s,l){for(let a=0;a<n.length;a++){const u=n[a],g=Y(a,o);e.hasId(A(t,u))&&s.push(g),ve(u,l)&&ft(e,t,A(l,u),g,s,l)}}c.AsyncFocusBlur=fn,c.BrowserSupportService=re,c.COLLECTION_ACTION=H,c.DragAndDrop=tt,c.Draggable=nt,c.Droppable=rt,c.FOCUSABLE_ELEMENTS=Gn,c.FormComponent=Ut,c.Icon=K,c.IconWrap=et,c.IconsContext=fe,c.Keys=Wt,c.Navigation=Jn,c.SortedPublicItemIds=ot,c.SvgIcon=V,c.TreeFieldsService=Wn,c.Typography=Fn,c.WatermarkOverlay=un,c.ZIndexContext=ne,c.addItem=dt,c.areAllDirectChildrenChecked=sr,c.canUseDOM=W,c.canUseRef=Ft,c.classNames=oe,c.clone=Qt,c.cloneArray=Be,c.cloneDate=Ne,c.cloneObject=se,c.cloneValue=le,c.createPropsContext=hn,c.dispatchEvent=dn,c.extendDataItem=nn,c.focusFirstFocusableChild=Xt,c.getActiveElement=Zn,c.getAllDirectIndirectChildrenIds=or,c.getAllParents=lr,c.getInnerActiveElement=$,c.getItemPath=rn,c.getNestedValue=A,c.getScrollbarWidth=Kt,c.getTabIndex=Jt,c.getter=qt,c.guid=ce,c.hasChildren=ve,c.hasRelativeStackingContext=cn,c.isArray=qn,c.isEnabledAndAllParentsEnabled=rr,c.isItemExpandedAndWithChildren=tr,c.kendoThemeMaps=Qn,c.mapTree=en,c.mapTreeItem=tn,c.memoizeOne=Yn,c.noop=E,c.removeItem=ut,c.resolveItemId=nr,c.resolveItemsIds=at,c.setScrollbarWidth=Vt,c.setter=$t,c.shouldShowValidationUI=ln,c.svgIconPropType=kn,c.toIconClass=Ze,c.toIconName=Dn,c.treeIdUtils=er,c.updateItem=it,c.useAsyncFocusBlur=Fe,c.useCollection=ae,c.useCustomComponent=En,c.useDir=vn,c.useDocument=Ge,c.useDraggable=Ke,c.useDroppable=Ve,c.useId=Ue,c.useIsomorphicLayoutEffect=Xe,c.useMouse=Ye,c.usePropsContext=Qe,c.useRtl=Cn,c.useWindow=bn,c.useZIndexContext=Ht,c.validatePackage=sn,c.withIdHOC=mn,c.withPropsContext=gn,Object.defineProperty(c,Symbol.toStringTag,{value:"Module"})});
5
+ (function(c,F){typeof exports=="object"&&typeof module!="undefined"?F(exports,require("react"),require("@progress/kendo-licensing"),require("react-dom"),require("prop-types"),require("@progress/kendo-draggable-common")):typeof define=="function"&&define.amd?define(["exports","react","@progress/kendo-licensing","react-dom","prop-types","@progress/kendo-draggable-common"],F):(c=typeof globalThis!="undefined"?globalThis:c||self,F(c.KendoReactCommon={},c.React,c.KendoLicensing,c.ReactDOM,c.PropTypes,c.KendoDraggableCommon))})(this,function(c,F,Re,Nt,m,q){"use strict";"use client";function Le(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const o=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,o.get?o:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const r=Le(F),Bt=Le(Nt),ne=r.createContext(0),Ht=()=>r.useContext(ne);ne.displayName="KendoReactZIndexContext";const Tt=()=>typeof document!="undefined"?document:{};class re{constructor(){this.scrollbar=0}get scrollbarWidth(){const t=Tt();if(!this.scrollbar&&t&&t.createElement){const n=t.createElement("div");n.style.cssText="overflow:scroll;overflow-x:hidden;zoom:1;clear:both;display:block",n.innerHTML="&nbsp;",t.body.appendChild(n),this.scrollbar=n.offsetWidth-n.scrollWidth,t.body.removeChild(n)}return this.scrollbar}}const W=!!(typeof window!="undefined"&&window.document&&window.document.createElement),jt=e=>{var t;return!!(typeof e=="function"&&((t=e.prototype)!=null&&t.isReactComponent))},zt=e=>!!(e.$$typeof&&typeof e.render=="function"),Ft=e=>typeof Comment!="string"&&(jt(e)||zt(e)),oe=(...e)=>{const t={},n=s=>typeof s=="object"?Object.keys(s).forEach(l=>{t[l]=s[l]}):t[s]=!0,o=s=>s.filter(l=>l!==!0&&!!l).map(l=>Array.isArray(l)?o(l):n(l));return o(e),Object.keys(t).map(s=>t[s]&&s||null).filter(s=>s!==null).join(" ")},Ne=e=>e?new Date(e.getTime()):null;function Qt(e){const t={};return se(e,t),t}function se(e,t){for(let n in e)if(e.hasOwnProperty(n)){const o=e[n];t[n]=le(o,t[n])}}function le(e,t){if(Array.isArray(e))return Be(e);if(e instanceof Date)return Ne(e);if(r.isValidElement(e))return r.cloneElement(e,e.props);if(e&&typeof e=="object"){const n=t||{};return se(e,n),n}else return e}function Be(e){return e.map(t=>le(t,void 0))}const Xt=e=>{if(e){if((e instanceof HTMLInputElement||e.tabIndex!==-1)&&e.focus){e.focus();return}const t=e.querySelector('input, [tabindex]:not([tabindex="-1"])');t&&t.focus&&t.focus()}};class Ut{}const Yt=-1,Gt=0,Jt=(e,t,n)=>{const o=typeof e=="string"?parseInt(e):e;if(!Number.isNaN(o))return o!==void 0?o:t?n?void 0:Yt:Gt},Zt=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g;function He(e){const t=[];return e.replace(Zt,function(n,o,s,l){t.push(o!==void 0?o:s||l)}),t}const Q={};Q.undefined=()=>{};function qt(e){if(Q[e])return Q[e];const t=He(e);return Q[e]=function(n){let o=n;for(let s=0;s<t.length&&o;s++)o=o[t[s]];return o},Q[e]}const ce=()=>{let e="",t,n;for(t=0;t<32;t++)n=Math.random()*16|0,(t===8||t===12||t===16||t===20)&&(e+="-"),e+=(t===12?4:t===16?n&3|8:n).toString(16);return e},Wt={backspace:8,tab:9,enter:13,shift:16,esc:27,space:32,pageUp:33,pageDown:34,end:35,home:36,left:37,up:38,right:39,down:40,delete:46},E=function(){},Kt=()=>!W||!document.body?!1:new re().scrollbarWidth,Vt=()=>{if(!W||!document.body)return!1;let e=new re().scrollbarWidth;document.body.style.setProperty("--kendo-scrollbar-width",`${e}px`)},X={};X.undefined=e=>e;const _t=(e,t)=>t&&t.arrays&&!isNaN(Number(e))?[]:{};function $t(e){if(X[e])return X[e];const t=He(e);return X[e]=(n,o,s)=>{let l=n;const a=t.length-1;for(let u=0;u<a&&l;u++)l=l[t[u]]=l[t[u]]||_t(t[u+1],s);l[t[a]]=o},X[e]}function Te(e,t,n){return n?{...e,[t]:n.length?[...n]:void 0}:e&&e[t]?[...e[t]]:[]}function je(e,t,n){if(e[t]){let o=Te(e,t).map(s=>je(s,t,n));return n(Te(e,t,o))}return n(e)}const en=(e,t,n)=>[...e.map(o=>je(o,t,n))],tn=(e,t,n,o)=>{let s=e;const l=[];for(let h=0;h<t.length;h++)s=s[t[h]],s=Array.isArray(s)?s:s[n],l.push(s);const a=l.length>1?l[l.length-2]:e,u=t[t.length-1],g=o(a[u]);a.splice(u,1,g)},nn=(e,t,n)=>Object.assign({},e,e[t]?{[t]:e[t].slice()}:{},n||{}),rn=(e,t,n)=>{const o=[],s=[...t];if(s.length){let l=e[s.shift()||0];for(o.push(l);s.length&&n;)l=l[n][s.shift()||0],o.push(l)}return o},on=["telerik.com","progress.com","stackblitz.io","csb.app"],sn=Re.validatePackage;function ln(e){return!on.some(n=>{var o;return(o=globalThis.document)==null?void 0:o.location.hostname.endsWith(n)})&&!Re.validatePackage(e)}const cn=e=>{if(!W)return!1;const t=e?e.ownerDocument:document;if(!t||!t.body)return!1;const n=10,o=t.createElement("div");o.style.transform="matrix(10, 0, 0, 10, 0, 0)";const s=t.createElement("div");s.appendChild(t.createTextNode("child")),s.style.position="fixed",s.style.top=n+"px",o.appendChild(s),t.body.appendChild(o);const l=s.getBoundingClientRect().top!==n;return t.body.removeChild(o),l},an="https://www.telerik.com/kendo-react-ui/components/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-banner";let ze=!1;const un=()=>{const[e,t]=r.useState(!0),[n,o]=r.useState(!1);r.useEffect(()=>{ze||(o(!0),ze=!0)},[]);const s=()=>{t(!1)},l=r.createElement(r.Fragment,null,e&&r.createElement("div",{style:{display:"flex",justifyContent:"center",alignItems:"center",position:"fixed",top:"16px",right:"16px",padding:"12px",borderRadius:"4px",boxShadow:"0px 4px 5px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px 0px rgba(0, 0, 0, 0.03)",fontSize:"14px",fontWeight:400,lineHeight:"20px",backgroundColor:"#FFC000",color:"#1E1E1E",zIndex:999}},r.createElement("span",{style:{display:"flex",alignSelf:"center",marginRight:"8px"}},r.createElement("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},r.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8 1L0 15H16L8 1ZM7 6V11H9V6H7ZM7 14V12H9V14H7Z",fill:"#1E1E1E"}))),r.createElement("span",null,"No valid license found for KendoReact. Learn how to activate your license."),r.createElement("div",{style:{display:"flex",alignItems:"center",marginLeft:"24px"}},r.createElement("a",{href:an,style:{marginRight:"8px",display:"flex"}},r.createElement("button",{title:"Learn More",style:{display:"inline-flex",position:"relative",border:"none",borderRadius:"4px",padding:"5px",backgroundColor:"transparent",transition:"color 0.2s ease-in-out",outline:"none",cursor:"pointer"}},r.createElement("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},r.createElement("path",{d:"M15 8C15 11.8656 11.8656 15 8 15C4.13437 15 1 11.8656 1 8C1 4.13437 4.13437 1 8 1C11.8656 1 15 4.13437 15 8ZM14 8C14 4.6875 11.3125 2 8 2C4.6875 2 2 4.6875 2 8C2 11.3125 4.6875 14 8 14C11.3125 14 14 11.3125 14 8ZM11 6C11 7.4125 10.2687 8.05937 9.73125 8.53125C9.25937 8.94688 9 9.17813 9 10H7C7 8.275 7.84688 7.525 8.40938 7.03125C8.84062 6.65312 9 6.50938 9 6C9 5.45 8.55 5 8 5C7.45 5 7 5.45 7 6H5C5 4.34375 6.34375 3 8 3C9.65625 3 11 4.34375 11 6ZM9 13V11H7V13H9Z",fill:"#1E1E1E"})))),r.createElement("button",{title:"Close",style:{display:"inline-flex",position:"relative",border:"none",borderRadius:"4px",padding:"5px",backgroundColor:"transparent",transition:"color 0.2s ease-in-out",outline:"none",cursor:"pointer"},onClick:s},r.createElement("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},r.createElement("path",{d:"M13 4.41562L9.41563 8L13 11.5844L11.5844 13L8 9.41563L4.41562 13L3 11.5844L6.58437 8L3 4.41562L4.41562 3L8 6.58437L11.5844 3L13 4.41562Z",fill:"#1E1E1E"}))))));return r.createElement(r.Fragment,null,r.createElement("div",{style:{position:"absolute",width:"100%",height:"100%",top:0,left:0,right:0,bottom:0,opacity:.12,zIndex:101,pointerEvents:"none",backgroundImage:"url('data:image/png;base64,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')"}}),n&&Bt.createPortal(l,document.body))};function dn(e,t,n,o){if(e){const s={syntheticEvent:t,nativeEvent:t.nativeEvent,target:n};e.call(void 0,Object.assign(s,o))}}function Fe({onFocus:e,onBlur:t,onSyncFocus:n,onSyncBlur:o}){const s=r.useRef(!1),l=r.useRef(0),a=r.useCallback(h=>{clearTimeout(l.current),l.current=window.setTimeout(()=>h())},[l]),u=r.useCallback((...h)=>{clearTimeout(l.current),n&&n.call(void 0,h[0]),!s.current&&(s.current=!0,e&&e.call(void 0,...h))},[s,e,n]),g=r.useCallback((...h)=>{o&&o.call(void 0,h[0]),a(()=>{s.current&&t&&(s.current=!1,t.call(void 0,...h))})},[s,a,t,o]);return r.useEffect(()=>()=>{clearTimeout(l.current)},[]),{onFocus:u,onBlur:g}}const fn=({children:e,onFocus:t,onBlur:n,onSyncFocus:o,onSyncBlur:s})=>{const l=Fe({onFocus:t,onBlur:n,onSyncFocus:o,onSyncBlur:s});return r.createElement(r.Fragment,null,e.call(void 0,{...l}))},Qe=(e,t)=>r.useContext(e)(t),hn=()=>r.createContext(e=>e),gn=(e,t)=>r.forwardRef((n,o)=>{const s=Qe(e,n);return r.createElement(t,{...s,ref:o})}),Xe=typeof window!="undefined"?r.useLayoutEffect:r.useEffect;function Ue(e){const[t,n]=r.useState(!1);r.useEffect(()=>{n(!0)},[]);const[o,s]=r.useState(()=>{if(e)return e;if(t)return ce()});return Xe(()=>{o===void 0&&s(ce())},[]),r.useId?e!=null?e:r.useId():o}const mn=e=>r.forwardRef((t,n)=>{const o=Ue(t.id);return r.createElement(e,{...t,id:o,ref:n})});function vn(e,t,n){const[o,s]=r.useState(t);return r.useEffect(()=>{if(!o&&window&&e.current){const l=window.getComputedStyle(e.current).direction;l&&s(l)}},n),o}function Cn(e,t,n){const[o,s]=r.useState(t);return r.useEffect(()=>{if(!o&&window&&e.current){const l=window.getComputedStyle(e.current).direction;l&&s(l)}},n),o}const Ye=(e,t,n={})=>{const o=r.useCallback(d=>{n.onMouseDown&&n.onMouseDown.call(void 0,d),e.onMouseDown&&e.onMouseDown.call(void 0,{target:t.current,syntheticEvent:d})},[n.onMouseDown,e.onMouseDown,t]),s=r.useCallback(d=>{n.onMouseUp&&n.onMouseUp.call(void 0,d),e.onMouseUp&&e.onMouseUp.call(void 0,{target:t.current,syntheticEvent:d})},[n.onMouseUp,e.onMouseUp,t]),l=r.useCallback(d=>{n.onClick&&n.onClick.call(void 0,d),e.onClick&&e.onClick.call(void 0,{target:t.current,syntheticEvent:d})},[n.onClick,e.onClick,t]),a=r.useCallback(d=>{n.onDoubleClick&&n.onDoubleClick.call(void 0,d),e.onDoubleClick&&e.onDoubleClick.call(void 0,{target:t.current,syntheticEvent:d})},[n.onDoubleClick,e.onDoubleClick,t]),u=r.useCallback(d=>{n.onMouseEnter&&n.onMouseEnter.call(void 0,d),e.onMouseEnter&&e.onMouseEnter.call(void 0,{target:t.current,syntheticEvent:d})},[n.onMouseEnter,e.onMouseEnter,t]),g=r.useCallback(d=>{n.onMouseLeave&&n.onMouseLeave.call(void 0,d),e.onMouseLeave&&e.onMouseLeave.call(void 0,{target:t.current,syntheticEvent:d})},[n.onMouseLeave,e.onMouseLeave,t]),h=r.useCallback(d=>{n.onMouseMove&&n.onMouseMove.call(void 0,d),e.onMouseMove&&e.onMouseMove.call(void 0,{target:t.current,syntheticEvent:d})},[n.onMouseMove,e.onMouseMove,t]),f=r.useCallback(d=>{n.onMouseOut&&n.onMouseOut.call(void 0,d),e.onMouseOut&&e.onMouseOut.call(void 0,{target:t.current,syntheticEvent:d})},[n.onMouseOut,e.onMouseOut,t]),v=r.useCallback(d=>{n.onMouseOver&&n.onMouseOver.call(void 0,d),e.onMouseOver&&e.onMouseOver.call(void 0,{target:t.current,syntheticEvent:d})},[n.onMouseOver,e.onMouseOver,t]);return{onClick:l,onMouseUp:s,onMouseDown:o,onDoubleClick:a,onMouseEnter:u,onMouseLeave:g,onMouseMove:h,onMouseOut:f,onMouseOver:v}},En=e=>[e,{}];var H=(e=>(e[e.add=0]="add",e[e.remove=1]="remove",e))(H||{});const ae=(e=[])=>{const t=r.useRef(e),n=r.useCallback(o=>{switch(o.type){case 0:t.current.push(o.item);break;case 1:{const s=t.current.indexOf(o.item);t.current.splice(s,1);break}}},[]);return[t.current,n]},Ge=e=>{const t=r.useCallback(()=>e.current&&e.current.element?e.current.element:e.current,[e]);return r.useCallback(()=>{const o=t();return o&&o.ownerDocument||document},[t])},bn=e=>{const t=Ge(e);return r.useCallback(()=>{const o=t();return o&&o.defaultView||window},[t])},Je={default:"",xsmall:"k-icon-xs",small:"k-icon-sm",medium:"k-icon-md",large:"k-icon-lg",xlarge:"k-icon-xl",xxlarge:"k-icon-xxl",xxxlarge:"k-icon-xxxl"},Dn=e=>e.replace(/^k-i-/,""),Ze=e=>"k-i-"+e,kn=m.shape({name:m.string.isRequired,content:m.string.isRequired,viewBox:m.string.isRequired}),ie=(e,t)=>{const[n,o]=r.useContext(e),[s,l]=r.useState(t);return[n!==void 0?n:s,(...g)=>{n!==void 0?o(...g):l(g[0])}]},qe=r.createContext([void 0,E]),ue=r.createContext([void 0,E]),We=r.createContext([[],E,E]),de=r.createContext([[],E,E]),yn=2e3;function Ke(e,t,n={}){const{onPress:o=E,onRelease:s=E,onDragStart:l=E,onDrag:a=E,onDragEnd:u=E}=t,{hint:g=null,mouseOnly:h=!1,autoScroll:f=!0,scrollContainer:v=null}=n,[d,k]=r.useState(!1),[y,O]=r.useState(!1),[b]=ie(ue),[L,R]=ie(qe),[B]=r.useContext(de),[M,S,P]=r.useContext(We),I=r.useRef({x:0,y:0}),Ce=r.useRef(),Ee=r.useRef(!1),ht=r.useRef(),J=r.useRef(null),be=r.useRef(!1),gt=r.useRef({x:0,y:0}),mt=r.useRef({x:0,y:0}),ee=r.useRef({x:0,y:0}),vt=r.useRef({x:0,y:0}),Ct=r.useRef({x:0,y:0}),Et=r.useRef({x:0,y:0}),cr=!!(typeof window!="undefined"&&window.PointerEvent),bt=!h&&cr,N=r.useCallback(()=>e.current&&e.current.element?e.current.element:e.current,[e]),ar=r.useCallback(()=>g&&g.current&&g.current.element?g.current.element:g?g.current:null,[g]),Dt=r.useCallback(()=>v&&v.current&&v.current.element?v.current.element:v?v.current:null,[v]),kt=r.useCallback(()=>typeof f=="object"&&f.boundaryElementRef&&f.boundaryElementRef.current&&f.boundaryElementRef.current.element?f.boundaryElementRef.current.element:typeof f=="object"&&f.boundaryElementRef&&f.boundaryElementRef.current?f.boundaryElementRef.current:null,[f]),Z=r.useRef(null);r.useImperativeHandle(Z,()=>({element:N(),hint:ar(),onPress:ir,onDragStart:dr,onDrag:fr,onDragEnd:hr,onRelease:ur,data:e.current}));const te=r.useCallback(()=>{const i=N();return i&&i.ownerDocument||document},[N]),z=r.useCallback(()=>{const i=te();return i&&i.defaultView||window},[te]),yt=r.useCallback(()=>({drag:L?L.current:null,drop:b?b.current:null,drags:M.map(i=>i.current),drops:B.map(i=>i.current),pressed:d,ignoreMouse:Ee.current,scrollOffset:Ct.current,offset:gt.current,pageOffset:mt.current,initialScrollOffset:Et.current,clientOffset:ee.current,initialClientOffset:vt.current,velocity:I.current,autoScroll:!!(typeof f=="object"?f.enabled!==!1:f),scrollableParent:kt(),autoScrollDirection:typeof f=="object"?f.direction:{horizontal:!0,vertical:!0},isScrolling:y}),[L,b,M,B,d,f,kt,y]),At=r.useCallback(i=>{k(i)},[]),It=r.useCallback(i=>{O(i)},[]),xt=r.useCallback(i=>{I.current=i},[]),wt=r.useCallback(i=>{gt.current=i},[]),Ot=r.useCallback(i=>{ee.current=i},[]),St=r.useCallback(i=>{mt.current=i},[]),Mt=r.useCallback(i=>{vt.current=i},[]),Pt=r.useCallback(i=>{Ct.current=i},[]),pt=r.useCallback(i=>{Et.current=i},[]),ir=r.useCallback(i=>{o(i)},[o]),ur=r.useCallback(i=>{s(i)},[s]),dr=r.useCallback(i=>{R(Z,{target:e.current,event:i}),l(i)},[R,e,l]),fr=r.useCallback(i=>{a(i)},[a]),hr=r.useCallback(i=>{be.current||(R(null,{target:e.current,event:i}),u(i))},[u,R,e]),C=r.useCallback(i=>{q.dispatchDragAndDrop(yt(),{event:i,payload:Z.current},{onVelocityChange:xt,onOffsetChange:wt,onClientOffsetChange:Ot,onPageOffsetChange:St,onInitialClientOffsetChange:Mt,onScrollOffsetChange:Pt,onInitialScrollOffsetChange:pt,onIsPressedChange:At,onIsScrollingChange:It})},[yt,xt,wt,St,Ot,Mt,pt,At,Pt,It]),De=r.useCallback(i=>{C(i)},[C]),ke=r.useCallback(i=>{C(i)},[C]),ye=r.useCallback(i=>{C(i)},[C]),Ae=r.useCallback(i=>{C(i)},[C]),Ie=r.useCallback(i=>{C(i)},[C]),xe=r.useCallback(i=>{C(i)},[C]),we=r.useCallback(i=>{C(i)},[C]),Oe=r.useCallback(i=>{i.preventDefault(),C(i)},[C]),Se=r.useCallback(i=>{i.preventDefault(),C(i)},[C]),Me=r.useCallback(i=>{i.preventDefault(),C(i)},[C]),Pe=r.useCallback(i=>{if(i.touches.length===0&&i.changedTouches.length===1){const D=z();Ee.current=!0,ht.current=D.setTimeout(()=>{Ee.current=!1},yn)}C(i)},[C,z]),pe=r.useCallback(i=>{C(i)},[C]),Rt=r.useCallback(()=>{const i=N();if(i){const D=i.style.touchAction;return i.style.touchAction="none",()=>{i.style.touchAction=D}}},[N]),Lt=r.useCallback(()=>(S(Z),()=>{P(Z)}),[P,S]),gr=()=>{const i=z(),D=N(),w=te();return bt?(D&&(J.current=q.getScrollableParent(D),J.current&&J.current.addEventListener("scroll",pe,{passive:!0}),D.addEventListener("pointerdown",De,{passive:!0})),d&&(w.addEventListener("pointermove",ke),w.addEventListener("pointerup",Ae,!0),w.addEventListener("contextmenu",Oe),w.addEventListener("pointercancel",ye,{passive:!0}))):(i.addEventListener("touchmove",E,{capture:!1,passive:!1}),D&&(D.addEventListener("mousedown",Ie,{passive:!0}),h||(D.addEventListener("touchstart",Se,{passive:!0}),d&&(D.addEventListener("touchmove",Me,{passive:!0}),D.addEventListener("touchend",Pe,{passive:!0})))),d&&(w.addEventListener("mousemove",xe,{passive:!0}),w.addEventListener("mouseup",we,{passive:!0}))),()=>{J.current&&J.current.removeEventListener("scroll",pe),D&&(D.removeEventListener("pointerdown",De),D.removeEventListener("mousedown",Ie),D.removeEventListener("touchstart",Se),D.removeEventListener("touchmove",Me),D.removeEventListener("touchend",Pe)),w.removeEventListener("pointermove",ke),w.removeEventListener("pointerup",Ae,!0),w.removeEventListener("contextmenu",Oe),w.removeEventListener("pointercancel",ye),w.removeEventListener("mousemove",xe),w.removeEventListener("mouseup",we),i.removeEventListener("touchmove",E),i.clearTimeout(ht.current)}};r.useEffect(()=>{const i=z();if(y){const D=Dt()||q.getScrollableParent(document.elementFromPoint(ee.current.x,ee.current.y));i.clearInterval(Ce.current),Ce.current=i.setInterval(()=>{q.autoScroll(D,{x:I.current.x,y:I.current.y})},50)}return()=>{i.clearInterval(Ce.current)}},[N,Dt,z,y]),r.useEffect(Rt,[Rt]),r.useEffect(gr,[d,z,N,te,h,bt,Oe,Ie,xe,we,ye,De,ke,Ae,Pe,Me,Se,pe]),r.useEffect(()=>(be.current=!1,()=>{be.current=!0}),[]),r.useLayoutEffect(Lt,[Lt])}function Ve(e,t={onDragEnter:E,onDragOver:E,onDragLeave:E,onDrop:E}){const{onDragEnter:n=E,onDragOver:o=E,onDragLeave:s=E,onDrop:l=E}=t,[,a]=ie(ue),[,u,g]=r.useContext(de),h=r.useCallback(()=>e.current&&e.current.element?e.current.element:e.current,[e]),f=r.useRef(null);r.useImperativeHandle(f,()=>({element:h(),onDragEnter:v,onDragOver:d,onDragLeave:k,onDrop:y,data:e.current}));const v=r.useCallback(b=>{a(f,{target:e.current,event:b}),n(b)},[a,e,n]),d=r.useCallback(b=>{o(b)},[o]),k=r.useCallback(b=>{a(null,{target:e.current,event:b}),s(b)},[a,e,s]),y=r.useCallback(b=>{a(null,{target:e.current,event:b}),l(b)},[a,e,l]),O=r.useCallback(()=>(u(f),()=>{g(f)}),[g,u]);r.useLayoutEffect(O,[O])}const _e=(e,t,n)=>{const[o,s]=r.useState(t||e),l=r.useCallback((a,u)=>{s(a),n&&n.call(void 0,{...u,value:a})},[n,s]);return[t!==void 0?t:o,l]},K=r.forwardRef((e,t)=>{const{className:n,name:o,themeColor:s,size:l,flip:a,style:u,id:g,tabIndex:h,...f}=e,v=r.useRef(null),d=r.useRef(null);r.useImperativeHandle(v,()=>({element:d.current})),r.useImperativeHandle(t,()=>v.current);const k=r.useMemo(()=>l||$e.size,[l]),y=r.useMemo(()=>a||$e.flip,[a]),O=r.useMemo(()=>oe("k-icon","k-font-icon",o&&Ze(o),{[`k-color-${s}`]:s,"k-flip-h":y==="horizontal"||y==="both","k-flip-v":y==="vertical"||y==="both"},Je[k],n),[o,s,k,y,n]),b=Ye(e,v);return r.createElement("span",{ref:d,...f,...b,className:O,id:g,tabIndex:h,style:u,role:"presentation"})});K.propTypes={style:m.object,classNames:m.string,name:m.string,themeColor:m.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"]),size:m.oneOf(["default","xsmall","small","medium","large","xlarge","xxlarge","xxxlarge"]),flip:m.oneOf(["default","horizontal","vertical","both"])};const $e={size:"default",flip:"default"};K.displayName="KendoIcon";const V=r.forwardRef((e,t)=>{const{children:n,className:o,svgClassName:s,icon:l,flip:a,id:u,tabIndex:g,size:h,style:f,svgStyle:v,themeColor:d,viewBox:k,name:y,onClick:O,...b}=e,L=r.useRef(null);r.useImperativeHandle(t,()=>({element:L.current}));const R=r.useMemo(()=>l?l.name:_.icon,[l]),B=r.useMemo(()=>h||_.size,[h]),M=r.useMemo(()=>a||_.flip,[a]),S=r.useMemo(()=>k||_.viewBox,[k]),P=r.useMemo(()=>oe("k-icon","k-svg-icon","k-svg-i-"+R,{[`k-color-${d}`]:d,"k-flip-h":M==="horizontal"||M==="both","k-flip-v":M==="vertical"||M==="both"},Je[B],o),[R,d,B,M,o]),I=r.useMemo(()=>e.width&&e.height?{width:e.width,height:e.height,...f}:e.width?{width:e.width,height:e.width,...f}:e.height?{width:e.height,height:e.height,...f}:{...f},[e.width,e.height,f]);return r.createElement("span",{className:P,style:I,ref:L,onClick:O,"aria-hidden":!0},r.createElement("svg",{id:u,className:s,style:v,"aria-hidden":!0,tabIndex:g,focusable:!1,xmlns:"http://www.w3.org/2000/svg",viewBox:l?l.viewBox:S,dangerouslySetInnerHTML:l?{__html:l.content}:void 0,...b},l?void 0:n))});V.propTypes={style:m.object,classNames:m.string,children:m.any,icon:m.object,themeColor:m.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"]),size:m.oneOf(["default","xsmall","small","medium","large","xlarge","xxlarge","xxxlarge"]),flip:m.oneOf(["default","horizontal","vertical","both"])};const _={size:"default",flip:"default",icon:"",viewBox:"0 0 24 24"};V.displayName="KendoSvgIcon";const fe=r.createContext({type:"svg"});fe.displayName="KendoReactIconsContext";const et=r.forwardRef((e,t)=>{var g,h;const{type:n,icons:o}=r.useContext(fe),{icon:s,...l}=e;let a=n==="svg"?((g=e.icon)==null?void 0:g.name)||e.name:e.name||((h=e.icon)==null?void 0:h.name);a=a&&o&&o[a]&&typeof o[a]=="string"?o[a]:a;const u=a&&o&&o[a]&&typeof o[a]!="string"?o[a]:s;return n==="svg"&&u?r.createElement(V,{...e,icon:u,ref:t}):r.createElement(K,{...l,name:a,ref:t})});et.displayName="KendoIconWrap";const An={xsmall:"k-fs-xs",small:"k-fs-sm",medium:"k-fs-md",large:"k-fs-lg",xlarge:"k-fs-xl"},In={light:"k-font-weight-light",normal:"k-font-weight-normal",bold:"k-font-weight-bold"},xn={xsmall:"k-m-xs",small:"k-m-sm",medium:"k-m-md",large:"k-m-lg",xlarge:"k-m-xl",thin:"k-m-thin",hair:"k-m-hair"},wn={xsmall:"xs",small:"sm",medium:"md",large:"lg",xlarge:"xl",thin:"thin",hair:"hair"},On={top:"k-mt-",right:"k-mr-",bottom:"k-mb-",left:"k-ml-"},Sn={left:"k-text-left",right:"k-text-right",center:"k-text-center",justify:"k-text-justify"},Mn={lowercase:"k-text-lowercase",uppercase:"k-text-uppercase",capitalize:"k-text-capitalize"},Pn={inherit:"k-color-inherit",primary:"k-color-primary",secondary:"k-color-secondary",tertiary:"k-color-tertiary",info:"k-color-info",success:"k-color-success",warning:"k-color-warning",error:"k-color-error",dark:"k-color-dark",light:"k-color-light",inverse:"k-color-inverse"},p=e=>{const t=r.forwardRef((n,o)=>{const{id:s,style:l,className:a,fontSize:u,fontWeight:g,textAlign:h,textTransform:f,themeColor:v,margin:d,...k}=n,y=r.useRef(null),O=r.useRef(null);r.useImperativeHandle(y,()=>({element:O.current,props:n})),r.useImperativeHandle(o,()=>y.current);const b=()=>`k-${e==="p"?"paragraph":e}`,L=e,R=(S,P)=>{const I=typeof P=="string"?wn[P]:P;return`${On[S]}${I}`},B=()=>{if(d!==void 0){if(typeof d=="string")return[xn[d]];if(typeof d=="number"&&d>=0&&d<=24)return[`k-m-${d}`];if(typeof d=="object"){const S=[];return Object.keys(d).forEach(I=>{d[I]!==null&&d[I]!==void 0&&S.push(R(I,d[I]))}),S.join(" ")}}},M=()=>[b(),An[u],In[g],Sn[h],Mn[f],Pn[v],B(),a].filter(I=>I!==void 0).join(" ");return r.createElement(L,{id:s,ref:O,className:M(),style:l,...k},n.children)});return t.propTypes={style:m.object,className:m.string,fontSize:m.oneOf(["xsmall","small","medium","large","xlarge"]),fontWeight:m.oneOf(["light","normal","bold"]),margin:m.oneOfType([m.number,m.object,m.oneOf(["xsmall","small","medium","large","xlarge","thin","hair"])]),textAlign:m.oneOf(["left","right","center","justify"]),textTransform:m.oneOf(["lowercase","uppercase","capitalize"]),themeColor:m.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"])},t.displayName=`KendoReactTypography${e.toUpperCase()}`,t},pn=p("h1"),Rn=p("h2"),Ln=p("h3"),Nn=p("h4"),Bn=p("h5"),Hn=p("h6"),Tn=p("p"),jn=p("code"),zn=p("pre"),Fn={h1:pn,h2:Rn,h3:Ln,h4:Nn,h5:Bn,h6:Hn,p:Tn,code:jn,pre:zn},tt=e=>{const[t,n]=_e(null,void 0),[o,s]=_e(null,void 0),[l,a]=ae([]),[u,g]=ae([]),h=k=>{a({type:H.add,item:k})},f=k=>{a({type:H.remove,item:k})},v=k=>{g({type:H.add,item:k})},d=k=>{g({type:H.remove,item:k})};return r.createElement(qe.Provider,{value:[t,n]},r.createElement(ue.Provider,{value:[o,s]},r.createElement(We.Provider,{value:[l,h,f]},r.createElement(de.Provider,{value:[u,v,d]},e.children))))};tt.displayName="KendoReactDragAndDrop";const nt=r.forwardRef((e,t)=>{const n=r.useRef(null),o=r.useRef(null),s=r.useCallback(()=>n.current&&n.current.element?n.current.element:n.current,[n]);r.useImperativeHandle(o,()=>({element:s()||null})),r.useImperativeHandle(t,()=>o.current),r.useImperativeHandle(e.childRef,()=>n.current);const l=r.useCallback(f=>{e.onPress&&e.onPress({element:s(),target:o.current,event:f})},[s,e.onPress]),a=r.useCallback(f=>{e.onRelease&&e.onRelease({element:s(),target:o.current,event:f})},[s,e.onRelease]),u=r.useCallback(f=>{e.onDragStart&&e.onDragStart({element:s(),target:o.current,event:f})},[e,s]),g=r.useCallback(f=>{e.onDrag&&e.onDrag({element:s(),target:o.current,event:f})},[s,e.onDrag]),h=r.useCallback(f=>{e.onDragEnd&&e.onDragEnd({element:s(),target:o.current,event:f})},[s,e.onDragEnd]);return Ke(n,{onPress:l,onRelease:a,onDragStart:u,onDrag:g,onDragEnd:h},{mouseOnly:e.mouseOnly,autoScroll:e.autoScroll,hint:e.hint,scrollContainer:e.scrollContainer}),e.children?r.cloneElement(r.Children.only(e.children),{ref:n}):null});nt.displayName="KendoReactDraggable";const rt=r.forwardRef((e,t)=>{const n=r.useRef(null),o=r.useRef(null),s=r.useCallback(()=>n.current&&n.current.element?n.current.element:n.current,[n]);r.useImperativeHandle(o,()=>({element:s()||void 0})),r.useImperativeHandle(t,()=>o.current),r.useImperativeHandle(e.childRef,()=>n.current);const l=r.useCallback(h=>{e.onDragEnter&&e.onDragEnter({element:s(),target:o.current,event:h})},[e.onDragEnter,s]),a=r.useCallback(h=>{e.onDragOver&&e.onDragOver({element:s(),target:o.current,event:h})},[s,e.onDragOver]),u=r.useCallback(h=>{e.onDragLeave&&e.onDragLeave({element:s(),target:o.current,event:h})},[e.onDragLeave,s]),g=r.useCallback(h=>{e.onDrop&&e.onDrop({element:s(),target:o.current,event:h})},[e.onDrop,s]);return Ve(n,{onDragEnter:l,onDragOver:a,onDragLeave:u,onDrop:g}),e.children?r.cloneElement(r.Children.only(e.children),{ref:n}):null});rt.displayName="KendoReactDroppable";const Qn={sizeMap:{small:"sm",medium:"md",large:"lg"},roundedMap:{small:"sm",medium:"md",large:"lg"},orientationMap:{vertical:"vstack",horizontal:"hstack"}};function Xn(e,t){return e===t||Number.isNaN(e)&&Number.isNaN(t)}function Un(e,t){if(e.length!==t.length)return!1;for(let n=0;n<e.length;n++)if(!Xn(e[n],t[n]))return!1;return!0}function Yn(e,t=Un){let n=null;function o(...s){if(n&&n.lastThis===this&&t(s,n.lastArgs))return n.lastResult;const l=e.apply(this,s);return n={lastResult:l,lastArgs:s,lastThis:this},l}return o.clear=function(){n=null},o}const Gn=["input:not([disabled]):not([type=hidden])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","a[href]","area[href]","summary","iframe","object","embed","audio[controls]","video[controls]","[contenteditable]"];class Jn{constructor(t){this.rovingTabIndex=!0,this.update=()=>{},this.focusNextIndex=(n,o)=>{const s=this.elements;let l=s.indexOf(n)+o;l=l<0?s.length-1:l;const a=s[l%s.length];return this.focusElement(a,n),a},this.tabIndex=t.tabIndex||0,this.root=t.root,this.selectors=t.selectors,this.focusOptions=t.focusOptions||{preventScroll:!0},this.rovingTabIndex=t.rovingTabIndex!==void 0?t.rovingTabIndex:!0,this.mouseEvents=t.mouseEvents||{},this.keyboardEvents=t.keyboardEvents||{}}get elements(){return this.root.current?Array.from(this.root.current.querySelectorAll(this.selectors.join(","))):[]}get first(){return this.root.current&&this.root.current.querySelector(this.selectors.join(","))||null}get last(){const t=this.elements;return t[t.length-1]||null}get current(){return this.elements.find(t=>t.matches(":focus"))||null}focusNext(t){return this.focusNextIndex(t,1)}focusPrevious(t){return this.focusNextIndex(t,-1)}triggerKeyboardEvent(t,n){const o=t.target instanceof Element&&t.target.closest(this.selectors.join(",")),s=t.key===" "?"Space":t.key,l=t.nativeEvent.type;o&&this.keyboardEvents[l][s]&&this.keyboardEvents[l][s].call(void 0,o,this,t,n)}triggerMouseEvent(t){const n=t.target instanceof Element&&t.target.closest(this.selectors.join(",")),o=t.nativeEvent.type;n&&this.mouseEvents[o].call(void 0,n,this,t)}focusElement(t,n){t&&(n&&(this.rovingTabIndex&&n.removeAttribute("tabindex"),n.classList.remove("k-focus")),this.rovingTabIndex&&t.setAttribute("tabindex",String(this.tabIndex)),t.focus(this.focusOptions))}}const $=e=>{const t=e.shadowRoot,n=e.contentDocument;return t&&t.activeElement?$(t.activeElement):n&&n.activeElement?$(n.activeElement):e},Zn=e=>{if(!(!e||!e.activeElement))return $(e.activeElement)};function A(e,t){const n=(e||"").split(".");let o=t;return n.forEach(s=>{o=o?o[s]:void 0}),o}function qn(e){return e.length!==void 0}class Wn{constructor(t){this.expandField=t.expandField,this.selectField=t.selectField,this.hasChildrenField=t.hasChildrenField,this.childrenField=t.childrenField,this.textField=t.textField,this.disableField=t.disableField,this.checkField=t.checkField,this.checkIndeterminateField=t.checkIndeterminateField,this.focusIdField=t.focusIdField}expanded(t){return A(this.expandField,t)}selected(t){return A(this.selectField,t)}text(t){return A(this.textField,t)}disabled(t){return A(this.disableField,t)}hasChildren(t){return A(this.hasChildrenField,t)}children(t){const n=A(this.childrenField,t);return n||[]}checked(t){return A(this.checkField,t)}checkIndeterminate(t){return A(this.checkIndeterminateField,t)}focusId(t){return this.focusIdField&&A(this.focusIdField,t)}getChildrenField(){return this.childrenField}}const Kn=5e4;class ot{constructor(){this.objects=[]}init(t){let n;for(let o=0;o<t.length;o++)o%Kn===0&&(n={},this.objects.push(n)),n[t[o]]=!0}hasId(t){return this.objects.some(n=>n[t])}}const U="",st="0",x="_";function lt(e,t,n){if(G(e))return t[Number(e)];{const o=t[Number(T(e))],s=o&&o[n]||[];return s.length?lt(j(e),s,n):void 0}}function T(e){return he(e)?e:e.split(x)[0]}function j(e){if(he(e))return e;{const t=e.indexOf(x);return e.substring(t+1)}}function Vn(e){return Y("0",e)}function Y(e,t){return e=e.toString(),t?t+x+e:e}function ct(e){const t=e.lastIndexOf(x);return t<0?U:e.substring(0,t)}function he(e){return e===U||e.indexOf(x)<0}function G(e){return e!==U&&e.indexOf(x)<0}function ge(e){return e.split(x)}function me(e){const t=e.lastIndexOf(x);return t<0?e:e.substring(t+1)}function _n(e){return me(e)===st}function $n(e,t){const n=t;e="r"+x+e,t="r"+x+t;const o=ct(e)+x;if(t.startsWith(o)){const s=t.substring(o.length);if(s){const l=T(s);if(Number(me(e))<Number(l)){const a=o+(Number(l)-1).toString()+s.substring(l.length);return j(a)}}}return n}const er=Object.freeze(Object.defineProperty({__proto__:null,EMPTY_ID:U,SEPARATOR:x,ZERO_LEVEL_ZERO_NODE_ID:st,createId:Y,getAllShortIds:ge,getDecrementedItemIdAfterRemoval:$n,getDirectParentId:ct,getFirstChildId:Vn,getIdWithoutRootParentId:j,getItemById:lt,getRootParentId:T,getShortId:me,isIdEmptyOrZeroLevel:he,isIdZeroLevel:G,isItemFirstFromSiblings:_n},Symbol.toStringTag,{value:"Module"}));function ve(e,t){const n=A(t,e);return!!(n&&n.length)}function tr(e,t){return t.expanded(e)&&ve(e,t.getChildrenField())}function nr(e,t,n,o){const s=at([e],t,n,o);return s.length?s[0]:void 0}function at(e,t,n,o){const s=[],l=new ot;return l.init(e),ft(l,t,n,U,s,o),s}function it(e,t,n,o,s){const l=Number(T(t));if(l>=e.length)return e;let a=e,u=e[l];return u[o]||(a=e.slice(),u=a[l]=Object.assign({},u,{[o]:!0})),G(t)?n(u):u[s]&&(u[s]=it(u[s],j(t),n,o,s)),a}function rr(e,t,n){const o=ge(e);let s=t;for(let l=0;l<o.length;l++){const a=s[Number(o[l])];if(n.disabled(a))return!1;s=a[n.getChildrenField()]}return!0}function or(e,t,n,o){return o?l(e):s(e,t);function s(a,u){let g=[];const h=a[n]||[];for(let f=0;f<h.length;f++){const v=Y(f,u);g.push(v),g=g.concat(s(h[f],v))}return g}function l(a){let u=[];const g=a[n]||[];for(let h=0;h<g.length;h++)u.push(A(o,g[h])),u=u.concat(l(g[h]));return u}}function sr(e,t,n,o,s){return(e[o]||[]).every((a,u)=>s.indexOf(n?A(n,a):Y(u,t))>-1)}function lr(e,t,n){const o=[],s=ge(e);let l=n;for(let a=0;a<s.length-1&&l;a++){const u=l[Number(s[a])];o.push(u),l=u[t]}return o}function ut(e,t,n){const o=n.slice();if(G(e))o.splice(Number(e),1);else{const s=Number(T(e)),l=o[s]={...o[s]};l[t]=ut(j(e),t,l[t])}return o}function dt(e,t,n,o,s){const l=s.slice();if(G(o))if(t==="child"){const a=l[Number(o)]={...l[Number(o)]};a[n]?(a[n]=a[n].slice(),a[n].push(e)):a[n]=[e]}else l.splice(Number(o)+(t==="after"?1:0),0,e);else{const a=Number(T(o)),u=l[a]={...l[a]};u[n]=dt(e,t,n,j(o),u[n])}return l}function ft(e,t,n,o,s,l){for(let a=0;a<n.length;a++){const u=n[a],g=Y(a,o);e.hasId(A(t,u))&&s.push(g),ve(u,l)&&ft(e,t,A(l,u),g,s,l)}}c.AsyncFocusBlur=fn,c.BrowserSupportService=re,c.COLLECTION_ACTION=H,c.DragAndDrop=tt,c.Draggable=nt,c.Droppable=rt,c.FOCUSABLE_ELEMENTS=Gn,c.FormComponent=Ut,c.Icon=K,c.IconWrap=et,c.IconsContext=fe,c.Keys=Wt,c.Navigation=Jn,c.SortedPublicItemIds=ot,c.SvgIcon=V,c.TreeFieldsService=Wn,c.Typography=Fn,c.WatermarkOverlay=un,c.ZIndexContext=ne,c.addItem=dt,c.areAllDirectChildrenChecked=sr,c.canUseDOM=W,c.canUseRef=Ft,c.classNames=oe,c.clone=Qt,c.cloneArray=Be,c.cloneDate=Ne,c.cloneObject=se,c.cloneValue=le,c.createPropsContext=hn,c.dispatchEvent=dn,c.extendDataItem=nn,c.focusFirstFocusableChild=Xt,c.getActiveElement=Zn,c.getAllDirectIndirectChildrenIds=or,c.getAllParents=lr,c.getInnerActiveElement=$,c.getItemPath=rn,c.getNestedValue=A,c.getScrollbarWidth=Kt,c.getTabIndex=Jt,c.getter=qt,c.guid=ce,c.hasChildren=ve,c.hasRelativeStackingContext=cn,c.isArray=qn,c.isEnabledAndAllParentsEnabled=rr,c.isItemExpandedAndWithChildren=tr,c.kendoThemeMaps=Qn,c.mapTree=en,c.mapTreeItem=tn,c.memoizeOne=Yn,c.noop=E,c.removeItem=ut,c.resolveItemId=nr,c.resolveItemsIds=at,c.setScrollbarWidth=Vt,c.setter=$t,c.shouldShowValidationUI=ln,c.svgIconPropType=kn,c.toIconClass=Ze,c.toIconName=Dn,c.treeIdUtils=er,c.updateItem=it,c.useAsyncFocusBlur=Fe,c.useCollection=ae,c.useCustomComponent=En,c.useDir=vn,c.useDocument=Ge,c.useDraggable=Ke,c.useDroppable=Ve,c.useId=Ue,c.useIsomorphicLayoutEffect=Xe,c.useMouse=Ye,c.usePropsContext=Qe,c.useRtl=Cn,c.useWindow=bn,c.useZIndexContext=Ht,c.validatePackage=sn,c.withIdHOC=mn,c.withPropsContext=gn,Object.defineProperty(c,Symbol.toStringTag,{value:"Module"})});
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { BaseEvent } from './BaseEvent';
package/fieldList.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
package/focus.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
package/getTabIndex.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
package/getter.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
package/guid.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /** @hidden */
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
package/hooks/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export * from './useMouse';
package/hooks/use-id.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /** @hidden */
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /** @hidden */
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /** @hidden */
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
package/hooks/useDir.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
package/hooks/useRtl.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';