@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
@@ -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 { IconThemeColor } from './models/theme-color';
package/icons/Icon.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
  /**
@@ -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
  /**
package/icons/utils.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 PropTypes from 'prop-types';
package/index.d.mts 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 './index';
package/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 './contexts/ZIndexContext';
package/index.js 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
- "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const Ft=require("react"),tt=require("@progress/kendo-licensing"),Qt=require("react-dom"),g=require("prop-types"),q=require("@progress/kendo-draggable-common");function nt(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=nt(Ft),Xt=nt(Qt),Ee=r.createContext(0),Ut=()=>r.useContext(Ee);Ee.displayName="KendoReactZIndexContext";const Yt=()=>typeof document<"u"?document:{};class be{constructor(){this.scrollbar=0}get scrollbarWidth(){const t=Yt();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 K=!!(typeof window<"u"&&window.document&&window.document.createElement),Gt=e=>{var t;return!!(typeof e=="function"&&((t=e.prototype)!=null&&t.isReactComponent))},Jt=e=>!!(e.$$typeof&&typeof e.render=="function"),Zt=e=>typeof Comment!="string"&&(Gt(e)||Jt(e)),pe=(...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(" ")},rt=e=>e?new Date(e.getTime()):null;function qt(e){const t={};return xe(e,t),t}function xe(e,t){for(let n in e)if(e.hasOwnProperty(n)){const o=e[n];t[n]=ye(o,t[n])}}function ye(e,t){if(Array.isArray(e))return ot(e);if(e instanceof Date)return rt(e);if(r.isValidElement(e))return r.cloneElement(e,e.props);if(e&&typeof e=="object"){const n=t||{};return xe(e,n),n}else return e}function ot(e){return e.map(t=>ye(t,void 0))}const Wt=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 Vt{}const Kt=-1,_t=0,$t=(e,t,n)=>{const o=typeof e=="string"?parseInt(e):e;if(!Number.isNaN(o))return o!==void 0?o:t?n?void 0:Kt:_t},en=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g;function st(e){const t=[];return e.replace(en,function(n,o,s,l){t.push(o!==void 0?o:s||l)}),t}const Q={};Q.undefined=()=>{};function tn(e){if(Q[e])return Q[e];const t=st(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 me=()=>{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},nn={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},C=function(){},rn=()=>!K||!document.body?!1:new be().scrollbarWidth,on=()=>{if(!K||!document.body)return!1;let e=new be().scrollbarWidth;document.body.style.setProperty("--kendo-scrollbar-width",`${e}px`)},X={};X.undefined=e=>e;const sn=(e,t)=>t&&t.arrays&&!isNaN(Number(e))?[]:{};function ln(e){if(X[e])return X[e];const t=st(e);return X[e]=(n,o,s)=>{let l=n;const c=t.length-1;for(let i=0;i<c&&l;i++)l=l[t[i]]=l[t[i]]||sn(t[i+1],s);l[t[c]]=o},X[e]}function Ke(e,t,n){return n?{...e,[t]:n.length?[...n]:void 0}:e&&e[t]?[...e[t]]:[]}function lt(e,t,n){if(e[t]){let o=Ke(e,t).map(s=>lt(s,t,n));return n(Ke(e,t,o))}return n(e)}const cn=(e,t,n)=>[...e.map(o=>lt(o,t,n))],an=(e,t,n,o)=>{let s=e;const l=[];for(let f=0;f<t.length;f++)s=s[t[f]],s=Array.isArray(s)?s:s[n],l.push(s);const c=l.length>1?l[l.length-2]:e,i=t[t.length-1],h=o(c[i]);c.splice(i,1,h)},un=(e,t,n)=>Object.assign({},e,e[t]?{[t]:e[t].slice()}:{},n||{}),dn=(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},fn=["telerik.com","progress.com","stackblitz.io","csb.app"],hn=tt.validatePackage;function gn(e){return!fn.some(n=>{var o;return(o=globalThis.document)==null?void 0:o.location.hostname.endsWith(n)})&&!tt.validatePackage(e)}const mn=e=>{if(!K)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},vn="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 _e=!1;const Cn=()=>{const[e,t]=r.useState(!0),[n,o]=r.useState(!1);r.useEffect(()=>{_e||(o(!0),_e=!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:vn,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&&Xt.createPortal(l,document.body))};function En(e,t,n,o){if(e){const s={syntheticEvent:t,nativeEvent:t.nativeEvent,target:n};e.call(void 0,Object.assign(s,o))}}function ct({onFocus:e,onBlur:t,onSyncFocus:n,onSyncBlur:o}){const s=r.useRef(!1),l=r.useRef(0),c=r.useCallback(f=>{clearTimeout(l.current),l.current=window.setTimeout(()=>f())},[l]),i=r.useCallback((...f)=>{clearTimeout(l.current),n&&n.call(void 0,f[0]),!s.current&&(s.current=!0,e&&e.call(void 0,...f))},[s,e,n]),h=r.useCallback((...f)=>{o&&o.call(void 0,f[0]),c(()=>{s.current&&t&&(s.current=!1,t.call(void 0,...f))})},[s,c,t,o]);return r.useEffect(()=>()=>{clearTimeout(l.current)},[]),{onFocus:i,onBlur:h}}const bn=({children:e,onFocus:t,onBlur:n,onSyncFocus:o,onSyncBlur:s})=>{const l=ct({onFocus:t,onBlur:n,onSyncFocus:o,onSyncBlur:s});return r.createElement(r.Fragment,null,e.call(void 0,{...l}))},at=(e,t)=>r.useContext(e)(t),pn=()=>r.createContext(e=>e),xn=(e,t)=>r.forwardRef((n,o)=>{const s=at(e,n);return r.createElement(t,{...s,ref:o})}),it=typeof window<"u"?r.useLayoutEffect:r.useEffect;function ut(e){const[t,n]=r.useState(!1);r.useEffect(()=>{n(!0)},[]);const[o,s]=r.useState(()=>{if(e)return e;if(t)return me()});return it(()=>{o===void 0&&s(me())},[]),r.useId?e??r.useId():o}const yn=e=>r.forwardRef((t,n)=>{const o=ut(t.id);return r.createElement(e,{...t,id:o,ref:n})});function Dn(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 kn(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 dt=(e,t,n={})=>{const o=r.useCallback(u=>{n.onMouseDown&&n.onMouseDown.call(void 0,u),e.onMouseDown&&e.onMouseDown.call(void 0,{target:t.current,syntheticEvent:u})},[n.onMouseDown,e.onMouseDown,t]),s=r.useCallback(u=>{n.onMouseUp&&n.onMouseUp.call(void 0,u),e.onMouseUp&&e.onMouseUp.call(void 0,{target:t.current,syntheticEvent:u})},[n.onMouseUp,e.onMouseUp,t]),l=r.useCallback(u=>{n.onClick&&n.onClick.call(void 0,u),e.onClick&&e.onClick.call(void 0,{target:t.current,syntheticEvent:u})},[n.onClick,e.onClick,t]),c=r.useCallback(u=>{n.onDoubleClick&&n.onDoubleClick.call(void 0,u),e.onDoubleClick&&e.onDoubleClick.call(void 0,{target:t.current,syntheticEvent:u})},[n.onDoubleClick,e.onDoubleClick,t]),i=r.useCallback(u=>{n.onMouseEnter&&n.onMouseEnter.call(void 0,u),e.onMouseEnter&&e.onMouseEnter.call(void 0,{target:t.current,syntheticEvent:u})},[n.onMouseEnter,e.onMouseEnter,t]),h=r.useCallback(u=>{n.onMouseLeave&&n.onMouseLeave.call(void 0,u),e.onMouseLeave&&e.onMouseLeave.call(void 0,{target:t.current,syntheticEvent:u})},[n.onMouseLeave,e.onMouseLeave,t]),f=r.useCallback(u=>{n.onMouseMove&&n.onMouseMove.call(void 0,u),e.onMouseMove&&e.onMouseMove.call(void 0,{target:t.current,syntheticEvent:u})},[n.onMouseMove,e.onMouseMove,t]),d=r.useCallback(u=>{n.onMouseOut&&n.onMouseOut.call(void 0,u),e.onMouseOut&&e.onMouseOut.call(void 0,{target:t.current,syntheticEvent:u})},[n.onMouseOut,e.onMouseOut,t]),m=r.useCallback(u=>{n.onMouseOver&&n.onMouseOver.call(void 0,u),e.onMouseOver&&e.onMouseOver.call(void 0,{target:t.current,syntheticEvent:u})},[n.onMouseOver,e.onMouseOver,t]);return{onClick:l,onMouseUp:s,onMouseDown:o,onDoubleClick:c,onMouseEnter:i,onMouseLeave:h,onMouseMove:f,onMouseOut:d,onMouseOver:m}},An=e=>[e,{}];var B=(e=>(e[e.add=0]="add",e[e.remove=1]="remove",e))(B||{});const ve=(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]},ft=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])},In=e=>{const t=ft(e);return r.useCallback(()=>{const o=t();return o&&o.defaultView||window},[t])},ht={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"},Pn=e=>e.replace(/^k-i-/,""),gt=e=>"k-i-"+e,wn=g.shape({name:g.string.isRequired,content:g.string.isRequired,viewBox:g.string.isRequired}),Ce=(e,t)=>{const[n,o]=r.useContext(e),[s,l]=r.useState(t);return[n!==void 0?n:s,(...h)=>{n!==void 0?o(...h):l(h[0])}]},mt=r.createContext([void 0,C]),De=r.createContext([void 0,C]),vt=r.createContext([[],C,C]),ke=r.createContext([[],C,C]),On=2e3;function Ct(e,t,n={}){const{onPress:o=C,onRelease:s=C,onDragStart:l=C,onDrag:c=C,onDragEnd:i=C}=t,{hint:h=null,mouseOnly:f=!1,autoScroll:d=!0,scrollContainer:m=null}=n,[u,p]=r.useState(!1),[x,I]=r.useState(!1),[E]=Ce(De),[R,S]=Ce(mt),[T]=r.useContext(ke),[w,P,O]=r.useContext(vt),y=r.useRef({x:0,y:0}),ee=r.useRef(),te=r.useRef(!1),Se=r.useRef(),z=r.useRef(null),ne=r.useRef(!1),Me=r.useRef({x:0,y:0}),Re=r.useRef({x:0,y:0}),J=r.useRef({x:0,y:0}),Le=r.useRef({x:0,y:0}),Te=r.useRef({x:0,y:0}),Ne=r.useRef({x:0,y:0}),Rt=!!(typeof window<"u"&&window.PointerEvent),Be=!f&&Rt,L=r.useCallback(()=>e.current&&e.current.element?e.current.element:e.current,[e]),Lt=r.useCallback(()=>h&&h.current&&h.current.element?h.current.element:h?h.current:null,[h]),He=r.useCallback(()=>m&&m.current&&m.current.element?m.current.element:m?m.current:null,[m]),je=r.useCallback(()=>typeof d=="object"&&d.boundaryElementRef&&d.boundaryElementRef.current&&d.boundaryElementRef.current.element?d.boundaryElementRef.current.element:typeof d=="object"&&d.boundaryElementRef&&d.boundaryElementRef.current?d.boundaryElementRef.current:null,[d]),F=r.useRef(null);r.useImperativeHandle(F,()=>({element:L(),hint:Lt(),onPress:Tt,onDragStart:Bt,onDrag:Ht,onDragEnd:jt,onRelease:Nt,data:e.current}));const Z=r.useCallback(()=>{const a=L();return a&&a.ownerDocument||document},[L]),N=r.useCallback(()=>{const a=Z();return a&&a.defaultView||window},[Z]),ze=r.useCallback(()=>({drag:R?R.current:null,drop:E?E.current:null,drags:w.map(a=>a.current),drops:T.map(a=>a.current),pressed:u,ignoreMouse:te.current,scrollOffset:Te.current,offset:Me.current,pageOffset:Re.current,initialScrollOffset:Ne.current,clientOffset:J.current,initialClientOffset:Le.current,velocity:y.current,autoScroll:!!(typeof d=="object"?d.enabled!==!1:d),scrollableParent:je(),autoScrollDirection:typeof d=="object"?d.direction:{horizontal:!0,vertical:!0},isScrolling:x}),[R,E,w,T,u,d,je,x]),Fe=r.useCallback(a=>{p(a)},[]),Qe=r.useCallback(a=>{I(a)},[]),Xe=r.useCallback(a=>{y.current=a},[]),Ue=r.useCallback(a=>{Me.current=a},[]),Ye=r.useCallback(a=>{J.current=a},[]),Ge=r.useCallback(a=>{Re.current=a},[]),Je=r.useCallback(a=>{Le.current=a},[]),Ze=r.useCallback(a=>{Te.current=a},[]),qe=r.useCallback(a=>{Ne.current=a},[]),Tt=r.useCallback(a=>{o(a)},[o]),Nt=r.useCallback(a=>{s(a)},[s]),Bt=r.useCallback(a=>{S(F,{target:e.current,event:a}),l(a)},[S,e,l]),Ht=r.useCallback(a=>{c(a)},[c]),jt=r.useCallback(a=>{ne.current||(S(null,{target:e.current,event:a}),i(a))},[i,S,e]),v=r.useCallback(a=>{q.dispatchDragAndDrop(ze(),{event:a,payload:F.current},{onVelocityChange:Xe,onOffsetChange:Ue,onClientOffsetChange:Ye,onPageOffsetChange:Ge,onInitialClientOffsetChange:Je,onScrollOffsetChange:Ze,onInitialScrollOffsetChange:qe,onIsPressedChange:Fe,onIsScrollingChange:Qe})},[ze,Xe,Ue,Ge,Ye,Je,qe,Fe,Ze,Qe]),re=r.useCallback(a=>{v(a)},[v]),oe=r.useCallback(a=>{v(a)},[v]),se=r.useCallback(a=>{v(a)},[v]),le=r.useCallback(a=>{v(a)},[v]),ce=r.useCallback(a=>{v(a)},[v]),ae=r.useCallback(a=>{v(a)},[v]),ie=r.useCallback(a=>{v(a)},[v]),ue=r.useCallback(a=>{a.preventDefault(),v(a)},[v]),de=r.useCallback(a=>{a.preventDefault(),v(a)},[v]),fe=r.useCallback(a=>{a.preventDefault(),v(a)},[v]),he=r.useCallback(a=>{if(a.touches.length===0&&a.changedTouches.length===1){const b=N();te.current=!0,Se.current=b.setTimeout(()=>{te.current=!1},On)}v(a)},[v,N]),ge=r.useCallback(a=>{v(a)},[v]),We=r.useCallback(()=>{const a=L();if(a){const b=a.style.touchAction;return a.style.touchAction="none",()=>{a.style.touchAction=b}}},[L]),Ve=r.useCallback(()=>(P(F),()=>{O(F)}),[O,P]),zt=()=>{const a=N(),b=L(),k=Z();return Be?(b&&(z.current=q.getScrollableParent(b),z.current&&z.current.addEventListener("scroll",ge,{passive:!0}),b.addEventListener("pointerdown",re,{passive:!0})),u&&(k.addEventListener("pointermove",oe),k.addEventListener("pointerup",le,!0),k.addEventListener("contextmenu",ue),k.addEventListener("pointercancel",se,{passive:!0}))):(a.addEventListener("touchmove",C,{capture:!1,passive:!1}),b&&(b.addEventListener("mousedown",ce,{passive:!0}),f||(b.addEventListener("touchstart",de,{passive:!0}),u&&(b.addEventListener("touchmove",fe,{passive:!0}),b.addEventListener("touchend",he,{passive:!0})))),u&&(k.addEventListener("mousemove",ae,{passive:!0}),k.addEventListener("mouseup",ie,{passive:!0}))),()=>{z.current&&z.current.removeEventListener("scroll",ge),b&&(b.removeEventListener("pointerdown",re),b.removeEventListener("mousedown",ce),b.removeEventListener("touchstart",de),b.removeEventListener("touchmove",fe),b.removeEventListener("touchend",he)),k.removeEventListener("pointermove",oe),k.removeEventListener("pointerup",le,!0),k.removeEventListener("contextmenu",ue),k.removeEventListener("pointercancel",se),k.removeEventListener("mousemove",ae),k.removeEventListener("mouseup",ie),a.removeEventListener("touchmove",C),a.clearTimeout(Se.current)}};r.useEffect(()=>{const a=N();if(x){const b=He()||q.getScrollableParent(document.elementFromPoint(J.current.x,J.current.y));a.clearInterval(ee.current),ee.current=a.setInterval(()=>{q.autoScroll(b,{x:y.current.x,y:y.current.y})},50)}return()=>{a.clearInterval(ee.current)}},[L,He,N,x]),r.useEffect(We,[We]),r.useEffect(zt,[u,N,L,Z,f,Be,ue,ce,ae,ie,se,re,oe,le,he,fe,de,ge]),r.useEffect(()=>(ne.current=!1,()=>{ne.current=!0}),[]),r.useLayoutEffect(Ve,[Ve])}function Et(e,t={onDragEnter:C,onDragOver:C,onDragLeave:C,onDrop:C}){const{onDragEnter:n=C,onDragOver:o=C,onDragLeave:s=C,onDrop:l=C}=t,[,c]=Ce(De),[,i,h]=r.useContext(ke),f=r.useCallback(()=>e.current&&e.current.element?e.current.element:e.current,[e]),d=r.useRef(null);r.useImperativeHandle(d,()=>({element:f(),onDragEnter:m,onDragOver:u,onDragLeave:p,onDrop:x,data:e.current}));const m=r.useCallback(E=>{c(d,{target:e.current,event:E}),n(E)},[c,e,n]),u=r.useCallback(E=>{o(E)},[o]),p=r.useCallback(E=>{c(null,{target:e.current,event:E}),s(E)},[c,e,s]),x=r.useCallback(E=>{c(null,{target:e.current,event:E}),l(E)},[c,e,l]),I=r.useCallback(()=>(i(d),()=>{h(d)}),[h,i]);r.useLayoutEffect(I,[I])}const $e=(e,t,n)=>{const[o,s]=r.useState(t||e),l=r.useCallback((c,i)=>{s(c),n&&n.call(void 0,{...i,value:c})},[n,s]);return[t!==void 0?t:o,l]},_=r.forwardRef((e,t)=>{const{className:n,name:o,themeColor:s,size:l,flip:c,style:i,id:h,tabIndex:f,...d}=e,m=r.useRef(null),u=r.useRef(null);r.useImperativeHandle(m,()=>({element:u.current})),r.useImperativeHandle(t,()=>m.current);const p=r.useMemo(()=>l||et.size,[l]),x=r.useMemo(()=>c||et.flip,[c]),I=r.useMemo(()=>pe("k-icon","k-font-icon",o&&gt(o),{[`k-color-${s}`]:s,"k-flip-h":x==="horizontal"||x==="both","k-flip-v":x==="vertical"||x==="both"},ht[p],n),[o,s,p,x,n]),E=dt(e,m);return r.createElement("span",{ref:u,...d,...E,className:I,id:h,tabIndex:f,style:i,role:"presentation"})});_.propTypes={style:g.object,classNames:g.string,name:g.string,themeColor:g.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"]),size:g.oneOf(["default","xsmall","small","medium","large","xlarge","xxlarge","xxxlarge"]),flip:g.oneOf(["default","horizontal","vertical","both"])};const et={size:"default",flip:"default"};_.displayName="KendoIcon";const $=r.forwardRef((e,t)=>{const{children:n,className:o,svgClassName:s,icon:l,flip:c,id:i,tabIndex:h,size:f,style:d,svgStyle:m,themeColor:u,viewBox:p,name:x,onClick:I,...E}=e,R=r.useRef(null);r.useImperativeHandle(t,()=>({element:R.current}));const S=r.useMemo(()=>l?l.name:W.icon,[l]),T=r.useMemo(()=>f||W.size,[f]),w=r.useMemo(()=>c||W.flip,[c]),P=r.useMemo(()=>p||W.viewBox,[p]),O=r.useMemo(()=>pe("k-icon","k-svg-icon","k-svg-i-"+S,{[`k-color-${u}`]:u,"k-flip-h":w==="horizontal"||w==="both","k-flip-v":w==="vertical"||w==="both"},ht[T],o),[S,u,T,w,o]),y=r.useMemo(()=>e.width&&e.height?{width:e.width,height:e.height,...d}:e.width?{width:e.width,height:e.width,...d}:e.height?{width:e.height,height:e.height,...d}:{...d},[e.width,e.height,d]);return r.createElement("span",{className:O,style:y,ref:R,onClick:I},r.createElement("svg",{id:i,className:s,style:m,"aria-hidden":!0,tabIndex:h,focusable:!1,xmlns:"http://www.w3.org/2000/svg",viewBox:l?l.viewBox:P,dangerouslySetInnerHTML:l?{__html:l.content}:void 0,...E},l?void 0:n))});$.propTypes={style:g.object,classNames:g.string,children:g.any,icon:g.object,themeColor:g.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"]),size:g.oneOf(["default","xsmall","small","medium","large","xlarge","xxlarge","xxxlarge"]),flip:g.oneOf(["default","horizontal","vertical","both"])};const W={size:"default",flip:"default",icon:"",viewBox:"0 0 24 24"};$.displayName="KendoSvgIcon";const Ae=r.createContext({type:"svg"});Ae.displayName="KendoReactIconsContext";const bt=r.forwardRef((e,t)=>{var h,f;const{type:n,icons:o}=r.useContext(Ae),{icon:s,...l}=e;let c=n==="svg"?((h=e.icon)==null?void 0:h.name)||e.name:e.name||((f=e.icon)==null?void 0:f.name);c=c&&o&&o[c]&&typeof o[c]=="string"?o[c]:c;const i=c&&o&&o[c]&&typeof o[c]!="string"?o[c]:s;return n==="svg"&&i?r.createElement($,{...e,icon:i,ref:t}):r.createElement(_,{...l,name:c,ref:t})});bt.displayName="KendoIconWrap";const Sn={xsmall:"k-fs-xs",small:"k-fs-sm",medium:"k-fs-md",large:"k-fs-lg",xlarge:"k-fs-xl"},Mn={light:"k-font-weight-light",normal:"k-font-weight-normal",bold:"k-font-weight-bold"},Rn={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"},Ln={xsmall:"xs",small:"sm",medium:"md",large:"lg",xlarge:"xl",thin:"thin",hair:"hair"},Tn={top:"k-mt-",right:"k-mr-",bottom:"k-mb-",left:"k-ml-"},Nn={left:"k-text-left",right:"k-text-right",center:"k-text-center",justify:"k-text-justify"},Bn={lowercase:"k-text-lowercase",uppercase:"k-text-uppercase",capitalize:"k-text-capitalize"},Hn={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"},M=e=>{const t=r.forwardRef((n,o)=>{const{id:s,style:l,className:c,fontSize:i,fontWeight:h,textAlign:f,textTransform:d,themeColor:m,margin:u,...p}=n,x=r.useRef(null),I=r.useRef(null);r.useImperativeHandle(x,()=>({element:I.current,props:n})),r.useImperativeHandle(o,()=>x.current);const E=()=>`k-${e==="p"?"paragraph":e}`,R=e,S=(P,O)=>{const y=typeof O=="string"?Ln[O]:O;return`${Tn[P]}${y}`},T=()=>{if(u!==void 0){if(typeof u=="string")return[Rn[u]];if(typeof u=="number"&&u>=0&&u<=24)return[`k-m-${u}`];if(typeof u=="object"){const P=[];return Object.keys(u).forEach(y=>{u[y]!==null&&u[y]!==void 0&&P.push(S(y,u[y]))}),P.join(" ")}}},w=()=>[E(),Sn[i],Mn[h],Nn[f],Bn[d],Hn[m],T(),c].filter(y=>y!==void 0).join(" ");return r.createElement(R,{id:s,ref:I,className:w(),style:l,...p},n.children)});return t.propTypes={style:g.object,className:g.string,fontSize:g.oneOf(["xsmall","small","medium","large","xlarge"]),fontWeight:g.oneOf(["light","normal","bold"]),margin:g.oneOfType([g.number,g.object,g.oneOf(["xsmall","small","medium","large","xlarge","thin","hair"])]),textAlign:g.oneOf(["left","right","center","justify"]),textTransform:g.oneOf(["lowercase","uppercase","capitalize"]),themeColor:g.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"])},t.displayName=`KendoReactTypography${e.toUpperCase()}`,t},jn=M("h1"),zn=M("h2"),Fn=M("h3"),Qn=M("h4"),Xn=M("h5"),Un=M("h6"),Yn=M("p"),Gn=M("code"),Jn=M("pre"),Zn={h1:jn,h2:zn,h3:Fn,h4:Qn,h5:Xn,h6:Un,p:Yn,code:Gn,pre:Jn},pt=e=>{const[t,n]=$e(null,void 0),[o,s]=$e(null,void 0),[l,c]=ve([]),[i,h]=ve([]),f=p=>{c({type:B.add,item:p})},d=p=>{c({type:B.remove,item:p})},m=p=>{h({type:B.add,item:p})},u=p=>{h({type:B.remove,item:p})};return r.createElement(mt.Provider,{value:[t,n]},r.createElement(De.Provider,{value:[o,s]},r.createElement(vt.Provider,{value:[l,f,d]},r.createElement(ke.Provider,{value:[i,m,u]},e.children))))};pt.displayName="KendoReactDragAndDrop";const xt=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(d=>{e.onPress&&e.onPress({element:s(),target:o.current,event:d})},[s,e.onPress]),c=r.useCallback(d=>{e.onRelease&&e.onRelease({element:s(),target:o.current,event:d})},[s,e.onRelease]),i=r.useCallback(d=>{e.onDragStart&&e.onDragStart({element:s(),target:o.current,event:d})},[e,s]),h=r.useCallback(d=>{e.onDrag&&e.onDrag({element:s(),target:o.current,event:d})},[s,e.onDrag]),f=r.useCallback(d=>{e.onDragEnd&&e.onDragEnd({element:s(),target:o.current,event:d})},[s,e.onDragEnd]);return Ct(n,{onPress:l,onRelease:c,onDragStart:i,onDrag:h,onDragEnd:f},{mouseOnly:e.mouseOnly,autoScroll:e.autoScroll,hint:e.hint,scrollContainer:e.scrollContainer}),e.children?r.cloneElement(r.Children.only(e.children),{ref:n}):null});xt.displayName="KendoReactDraggable";const yt=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(f=>{e.onDragEnter&&e.onDragEnter({element:s(),target:o.current,event:f})},[e.onDragEnter,s]),c=r.useCallback(f=>{e.onDragOver&&e.onDragOver({element:s(),target:o.current,event:f})},[s,e.onDragOver]),i=r.useCallback(f=>{e.onDragLeave&&e.onDragLeave({element:s(),target:o.current,event:f})},[e.onDragLeave,s]),h=r.useCallback(f=>{e.onDrop&&e.onDrop({element:s(),target:o.current,event:f})},[e.onDrop,s]);return Et(n,{onDragEnter:l,onDragOver:c,onDragLeave:i,onDrop:h}),e.children?r.cloneElement(r.Children.only(e.children),{ref:n}):null});yt.displayName="KendoReactDroppable";const qn={sizeMap:{small:"sm",medium:"md",large:"lg"},roundedMap:{small:"sm",medium:"md",large:"lg"},orientationMap:{vertical:"vstack",horizontal:"hstack"}};function Wn(e,t){return e===t||Number.isNaN(e)&&Number.isNaN(t)}function Vn(e,t){if(e.length!==t.length)return!1;for(let n=0;n<e.length;n++)if(!Wn(e[n],t[n]))return!1;return!0}function Kn(e,t=Vn){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 _n=["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 $n{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 c=s[l%s.length];return this.focusElement(c,n),c},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 V=e=>{const t=e.shadowRoot,n=e.contentDocument;return t&&t.activeElement?V(t.activeElement):n&&n.activeElement?V(n.activeElement):e},er=e=>{if(!(!e||!e.activeElement))return V(e.activeElement)};function D(e,t){const n=(e||"").split(".");let o=t;return n.forEach(s=>{o=o?o[s]:void 0}),o}function tr(e){return e.length!==void 0}class nr{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 D(this.expandField,t)}selected(t){return D(this.selectField,t)}text(t){return D(this.textField,t)}disabled(t){return D(this.disableField,t)}hasChildren(t){return D(this.hasChildrenField,t)}children(t){const n=D(this.childrenField,t);return n||[]}checked(t){return D(this.checkField,t)}checkIndeterminate(t){return D(this.checkIndeterminateField,t)}focusId(t){return this.focusIdField&&D(this.focusIdField,t)}getChildrenField(){return this.childrenField}}const rr=5e4;class Dt{constructor(){this.objects=[]}init(t){let n;for(let o=0;o<t.length;o++)o%rr===0&&(n={},this.objects.push(n)),n[t[o]]=!0}hasId(t){return this.objects.some(n=>n[t])}}const U="",kt="0",A="_";function At(e,t,n){if(G(e))return t[Number(e)];{const o=t[Number(H(e))],s=o&&o[n]||[];return s.length?At(j(e),s,n):void 0}}function H(e){return Ie(e)?e:e.split(A)[0]}function j(e){if(Ie(e))return e;{const t=e.indexOf(A);return e.substring(t+1)}}function or(e){return Y("0",e)}function Y(e,t){return e=e.toString(),t?t+A+e:e}function It(e){const t=e.lastIndexOf(A);return t<0?U:e.substring(0,t)}function Ie(e){return e===U||e.indexOf(A)<0}function G(e){return e!==U&&e.indexOf(A)<0}function Pe(e){return e.split(A)}function we(e){const t=e.lastIndexOf(A);return t<0?e:e.substring(t+1)}function sr(e){return we(e)===kt}function lr(e,t){const n=t;e="r"+A+e,t="r"+A+t;const o=It(e)+A;if(t.startsWith(o)){const s=t.substring(o.length);if(s){const l=H(s);if(Number(we(e))<Number(l)){const c=o+(Number(l)-1).toString()+s.substring(l.length);return j(c)}}}return n}const cr=Object.freeze(Object.defineProperty({__proto__:null,EMPTY_ID:U,SEPARATOR:A,ZERO_LEVEL_ZERO_NODE_ID:kt,createId:Y,getAllShortIds:Pe,getDecrementedItemIdAfterRemoval:lr,getDirectParentId:It,getFirstChildId:or,getIdWithoutRootParentId:j,getItemById:At,getRootParentId:H,getShortId:we,isIdEmptyOrZeroLevel:Ie,isIdZeroLevel:G,isItemFirstFromSiblings:sr},Symbol.toStringTag,{value:"Module"}));function Oe(e,t){const n=D(t,e);return!!(n&&n.length)}function ar(e,t){return t.expanded(e)&&Oe(e,t.getChildrenField())}function ir(e,t,n,o){const s=Pt([e],t,n,o);return s.length?s[0]:void 0}function Pt(e,t,n,o){const s=[],l=new Dt;return l.init(e),Mt(l,t,n,U,s,o),s}function wt(e,t,n,o,s){const l=Number(H(t));if(l>=e.length)return e;let c=e,i=e[l];return i[o]||(c=e.slice(),i=c[l]=Object.assign({},i,{[o]:!0})),G(t)?n(i):i[s]&&(i[s]=wt(i[s],j(t),n,o,s)),c}function ur(e,t,n){const o=Pe(e);let s=t;for(let l=0;l<o.length;l++){const c=s[Number(o[l])];if(n.disabled(c))return!1;s=c[n.getChildrenField()]}return!0}function dr(e,t,n,o){return o?l(e):s(e,t);function s(c,i){let h=[];const f=c[n]||[];for(let d=0;d<f.length;d++){const m=Y(d,i);h.push(m),h=h.concat(s(f[d],m))}return h}function l(c){let i=[];const h=c[n]||[];for(let f=0;f<h.length;f++)i.push(D(o,h[f])),i=i.concat(l(h[f]));return i}}function fr(e,t,n,o,s){return(e[o]||[]).every((c,i)=>s.indexOf(n?D(n,c):Y(i,t))>-1)}function hr(e,t,n){const o=[],s=Pe(e);let l=n;for(let c=0;c<s.length-1&&l;c++){const i=l[Number(s[c])];o.push(i),l=i[t]}return o}function Ot(e,t,n){const o=n.slice();if(G(e))o.splice(Number(e),1);else{const s=Number(H(e)),l=o[s]={...o[s]};l[t]=Ot(j(e),t,l[t])}return o}function St(e,t,n,o,s){const l=s.slice();if(G(o))if(t==="child"){const c=l[Number(o)]={...l[Number(o)]};c[n]?(c[n]=c[n].slice(),c[n].push(e)):c[n]=[e]}else l.splice(Number(o)+(t==="after"?1:0),0,e);else{const c=Number(H(o)),i=l[c]={...l[c]};i[n]=St(e,t,n,j(o),i[n])}return l}function Mt(e,t,n,o,s,l){for(let c=0;c<n.length;c++){const i=n[c],h=Y(c,o);e.hasId(D(t,i))&&s.push(h),Oe(i,l)&&Mt(e,t,D(l,i),h,s,l)}}exports.AsyncFocusBlur=bn;exports.BrowserSupportService=be;exports.COLLECTION_ACTION=B;exports.DragAndDrop=pt;exports.Draggable=xt;exports.Droppable=yt;exports.FOCUSABLE_ELEMENTS=_n;exports.FormComponent=Vt;exports.Icon=_;exports.IconWrap=bt;exports.IconsContext=Ae;exports.Keys=nn;exports.Navigation=$n;exports.SortedPublicItemIds=Dt;exports.SvgIcon=$;exports.TreeFieldsService=nr;exports.Typography=Zn;exports.WatermarkOverlay=Cn;exports.ZIndexContext=Ee;exports.addItem=St;exports.areAllDirectChildrenChecked=fr;exports.canUseDOM=K;exports.canUseRef=Zt;exports.classNames=pe;exports.clone=qt;exports.cloneArray=ot;exports.cloneDate=rt;exports.cloneObject=xe;exports.cloneValue=ye;exports.createPropsContext=pn;exports.dispatchEvent=En;exports.extendDataItem=un;exports.focusFirstFocusableChild=Wt;exports.getActiveElement=er;exports.getAllDirectIndirectChildrenIds=dr;exports.getAllParents=hr;exports.getInnerActiveElement=V;exports.getItemPath=dn;exports.getNestedValue=D;exports.getScrollbarWidth=rn;exports.getTabIndex=$t;exports.getter=tn;exports.guid=me;exports.hasChildren=Oe;exports.hasRelativeStackingContext=mn;exports.isArray=tr;exports.isEnabledAndAllParentsEnabled=ur;exports.isItemExpandedAndWithChildren=ar;exports.kendoThemeMaps=qn;exports.mapTree=cn;exports.mapTreeItem=an;exports.memoizeOne=Kn;exports.noop=C;exports.removeItem=Ot;exports.resolveItemId=ir;exports.resolveItemsIds=Pt;exports.setScrollbarWidth=on;exports.setter=ln;exports.shouldShowValidationUI=gn;exports.svgIconPropType=wn;exports.toIconClass=gt;exports.toIconName=Pn;exports.treeIdUtils=cr;exports.updateItem=wt;exports.useAsyncFocusBlur=ct;exports.useCollection=ve;exports.useCustomComponent=An;exports.useDir=Dn;exports.useDocument=ft;exports.useDraggable=Ct;exports.useDroppable=Et;exports.useId=ut;exports.useIsomorphicLayoutEffect=it;exports.useMouse=dt;exports.usePropsContext=at;exports.useRtl=kn;exports.useWindow=In;exports.useZIndexContext=Ut;exports.validatePackage=hn;exports.withIdHOC=yn;exports.withPropsContext=xn;
5
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const Ft=require("react"),tt=require("@progress/kendo-licensing"),Qt=require("react-dom"),g=require("prop-types"),q=require("@progress/kendo-draggable-common");function nt(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=nt(Ft),Xt=nt(Qt),Ee=r.createContext(0),Ut=()=>r.useContext(Ee);Ee.displayName="KendoReactZIndexContext";const Yt=()=>typeof document!="undefined"?document:{};class be{constructor(){this.scrollbar=0}get scrollbarWidth(){const t=Yt();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 K=!!(typeof window!="undefined"&&window.document&&window.document.createElement),Gt=e=>{var t;return!!(typeof e=="function"&&((t=e.prototype)!=null&&t.isReactComponent))},Jt=e=>!!(e.$$typeof&&typeof e.render=="function"),Zt=e=>typeof Comment!="string"&&(Gt(e)||Jt(e)),pe=(...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(" ")},rt=e=>e?new Date(e.getTime()):null;function qt(e){const t={};return xe(e,t),t}function xe(e,t){for(let n in e)if(e.hasOwnProperty(n)){const o=e[n];t[n]=ye(o,t[n])}}function ye(e,t){if(Array.isArray(e))return ot(e);if(e instanceof Date)return rt(e);if(r.isValidElement(e))return r.cloneElement(e,e.props);if(e&&typeof e=="object"){const n=t||{};return xe(e,n),n}else return e}function ot(e){return e.map(t=>ye(t,void 0))}const Wt=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 Vt{}const Kt=-1,_t=0,$t=(e,t,n)=>{const o=typeof e=="string"?parseInt(e):e;if(!Number.isNaN(o))return o!==void 0?o:t?n?void 0:Kt:_t},en=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g;function st(e){const t=[];return e.replace(en,function(n,o,s,l){t.push(o!==void 0?o:s||l)}),t}const Q={};Q.undefined=()=>{};function tn(e){if(Q[e])return Q[e];const t=st(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 me=()=>{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},nn={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},C=function(){},rn=()=>!K||!document.body?!1:new be().scrollbarWidth,on=()=>{if(!K||!document.body)return!1;let e=new be().scrollbarWidth;document.body.style.setProperty("--kendo-scrollbar-width",`${e}px`)},X={};X.undefined=e=>e;const sn=(e,t)=>t&&t.arrays&&!isNaN(Number(e))?[]:{};function ln(e){if(X[e])return X[e];const t=st(e);return X[e]=(n,o,s)=>{let l=n;const c=t.length-1;for(let i=0;i<c&&l;i++)l=l[t[i]]=l[t[i]]||sn(t[i+1],s);l[t[c]]=o},X[e]}function Ke(e,t,n){return n?{...e,[t]:n.length?[...n]:void 0}:e&&e[t]?[...e[t]]:[]}function lt(e,t,n){if(e[t]){let o=Ke(e,t).map(s=>lt(s,t,n));return n(Ke(e,t,o))}return n(e)}const cn=(e,t,n)=>[...e.map(o=>lt(o,t,n))],an=(e,t,n,o)=>{let s=e;const l=[];for(let f=0;f<t.length;f++)s=s[t[f]],s=Array.isArray(s)?s:s[n],l.push(s);const c=l.length>1?l[l.length-2]:e,i=t[t.length-1],h=o(c[i]);c.splice(i,1,h)},un=(e,t,n)=>Object.assign({},e,e[t]?{[t]:e[t].slice()}:{},n||{}),dn=(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},fn=["telerik.com","progress.com","stackblitz.io","csb.app"],hn=tt.validatePackage;function gn(e){return!fn.some(n=>{var o;return(o=globalThis.document)==null?void 0:o.location.hostname.endsWith(n)})&&!tt.validatePackage(e)}const mn=e=>{if(!K)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},vn="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 _e=!1;const Cn=()=>{const[e,t]=r.useState(!0),[n,o]=r.useState(!1);r.useEffect(()=>{_e||(o(!0),_e=!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:vn,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&&Xt.createPortal(l,document.body))};function En(e,t,n,o){if(e){const s={syntheticEvent:t,nativeEvent:t.nativeEvent,target:n};e.call(void 0,Object.assign(s,o))}}function ct({onFocus:e,onBlur:t,onSyncFocus:n,onSyncBlur:o}){const s=r.useRef(!1),l=r.useRef(0),c=r.useCallback(f=>{clearTimeout(l.current),l.current=window.setTimeout(()=>f())},[l]),i=r.useCallback((...f)=>{clearTimeout(l.current),n&&n.call(void 0,f[0]),!s.current&&(s.current=!0,e&&e.call(void 0,...f))},[s,e,n]),h=r.useCallback((...f)=>{o&&o.call(void 0,f[0]),c(()=>{s.current&&t&&(s.current=!1,t.call(void 0,...f))})},[s,c,t,o]);return r.useEffect(()=>()=>{clearTimeout(l.current)},[]),{onFocus:i,onBlur:h}}const bn=({children:e,onFocus:t,onBlur:n,onSyncFocus:o,onSyncBlur:s})=>{const l=ct({onFocus:t,onBlur:n,onSyncFocus:o,onSyncBlur:s});return r.createElement(r.Fragment,null,e.call(void 0,{...l}))},at=(e,t)=>r.useContext(e)(t),pn=()=>r.createContext(e=>e),xn=(e,t)=>r.forwardRef((n,o)=>{const s=at(e,n);return r.createElement(t,{...s,ref:o})}),it=typeof window!="undefined"?r.useLayoutEffect:r.useEffect;function ut(e){const[t,n]=r.useState(!1);r.useEffect(()=>{n(!0)},[]);const[o,s]=r.useState(()=>{if(e)return e;if(t)return me()});return it(()=>{o===void 0&&s(me())},[]),r.useId?e!=null?e:r.useId():o}const yn=e=>r.forwardRef((t,n)=>{const o=ut(t.id);return r.createElement(e,{...t,id:o,ref:n})});function Dn(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 kn(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 dt=(e,t,n={})=>{const o=r.useCallback(u=>{n.onMouseDown&&n.onMouseDown.call(void 0,u),e.onMouseDown&&e.onMouseDown.call(void 0,{target:t.current,syntheticEvent:u})},[n.onMouseDown,e.onMouseDown,t]),s=r.useCallback(u=>{n.onMouseUp&&n.onMouseUp.call(void 0,u),e.onMouseUp&&e.onMouseUp.call(void 0,{target:t.current,syntheticEvent:u})},[n.onMouseUp,e.onMouseUp,t]),l=r.useCallback(u=>{n.onClick&&n.onClick.call(void 0,u),e.onClick&&e.onClick.call(void 0,{target:t.current,syntheticEvent:u})},[n.onClick,e.onClick,t]),c=r.useCallback(u=>{n.onDoubleClick&&n.onDoubleClick.call(void 0,u),e.onDoubleClick&&e.onDoubleClick.call(void 0,{target:t.current,syntheticEvent:u})},[n.onDoubleClick,e.onDoubleClick,t]),i=r.useCallback(u=>{n.onMouseEnter&&n.onMouseEnter.call(void 0,u),e.onMouseEnter&&e.onMouseEnter.call(void 0,{target:t.current,syntheticEvent:u})},[n.onMouseEnter,e.onMouseEnter,t]),h=r.useCallback(u=>{n.onMouseLeave&&n.onMouseLeave.call(void 0,u),e.onMouseLeave&&e.onMouseLeave.call(void 0,{target:t.current,syntheticEvent:u})},[n.onMouseLeave,e.onMouseLeave,t]),f=r.useCallback(u=>{n.onMouseMove&&n.onMouseMove.call(void 0,u),e.onMouseMove&&e.onMouseMove.call(void 0,{target:t.current,syntheticEvent:u})},[n.onMouseMove,e.onMouseMove,t]),d=r.useCallback(u=>{n.onMouseOut&&n.onMouseOut.call(void 0,u),e.onMouseOut&&e.onMouseOut.call(void 0,{target:t.current,syntheticEvent:u})},[n.onMouseOut,e.onMouseOut,t]),m=r.useCallback(u=>{n.onMouseOver&&n.onMouseOver.call(void 0,u),e.onMouseOver&&e.onMouseOver.call(void 0,{target:t.current,syntheticEvent:u})},[n.onMouseOver,e.onMouseOver,t]);return{onClick:l,onMouseUp:s,onMouseDown:o,onDoubleClick:c,onMouseEnter:i,onMouseLeave:h,onMouseMove:f,onMouseOut:d,onMouseOver:m}},An=e=>[e,{}];var B=(e=>(e[e.add=0]="add",e[e.remove=1]="remove",e))(B||{});const ve=(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]},ft=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])},In=e=>{const t=ft(e);return r.useCallback(()=>{const o=t();return o&&o.defaultView||window},[t])},ht={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"},Pn=e=>e.replace(/^k-i-/,""),gt=e=>"k-i-"+e,wn=g.shape({name:g.string.isRequired,content:g.string.isRequired,viewBox:g.string.isRequired}),Ce=(e,t)=>{const[n,o]=r.useContext(e),[s,l]=r.useState(t);return[n!==void 0?n:s,(...h)=>{n!==void 0?o(...h):l(h[0])}]},mt=r.createContext([void 0,C]),De=r.createContext([void 0,C]),vt=r.createContext([[],C,C]),ke=r.createContext([[],C,C]),On=2e3;function Ct(e,t,n={}){const{onPress:o=C,onRelease:s=C,onDragStart:l=C,onDrag:c=C,onDragEnd:i=C}=t,{hint:h=null,mouseOnly:f=!1,autoScroll:d=!0,scrollContainer:m=null}=n,[u,p]=r.useState(!1),[x,I]=r.useState(!1),[E]=Ce(De),[R,S]=Ce(mt),[T]=r.useContext(ke),[w,P,O]=r.useContext(vt),y=r.useRef({x:0,y:0}),ee=r.useRef(),te=r.useRef(!1),Se=r.useRef(),z=r.useRef(null),ne=r.useRef(!1),Me=r.useRef({x:0,y:0}),Re=r.useRef({x:0,y:0}),J=r.useRef({x:0,y:0}),Le=r.useRef({x:0,y:0}),Te=r.useRef({x:0,y:0}),Ne=r.useRef({x:0,y:0}),Rt=!!(typeof window!="undefined"&&window.PointerEvent),Be=!f&&Rt,L=r.useCallback(()=>e.current&&e.current.element?e.current.element:e.current,[e]),Lt=r.useCallback(()=>h&&h.current&&h.current.element?h.current.element:h?h.current:null,[h]),He=r.useCallback(()=>m&&m.current&&m.current.element?m.current.element:m?m.current:null,[m]),je=r.useCallback(()=>typeof d=="object"&&d.boundaryElementRef&&d.boundaryElementRef.current&&d.boundaryElementRef.current.element?d.boundaryElementRef.current.element:typeof d=="object"&&d.boundaryElementRef&&d.boundaryElementRef.current?d.boundaryElementRef.current:null,[d]),F=r.useRef(null);r.useImperativeHandle(F,()=>({element:L(),hint:Lt(),onPress:Tt,onDragStart:Bt,onDrag:Ht,onDragEnd:jt,onRelease:Nt,data:e.current}));const Z=r.useCallback(()=>{const a=L();return a&&a.ownerDocument||document},[L]),N=r.useCallback(()=>{const a=Z();return a&&a.defaultView||window},[Z]),ze=r.useCallback(()=>({drag:R?R.current:null,drop:E?E.current:null,drags:w.map(a=>a.current),drops:T.map(a=>a.current),pressed:u,ignoreMouse:te.current,scrollOffset:Te.current,offset:Me.current,pageOffset:Re.current,initialScrollOffset:Ne.current,clientOffset:J.current,initialClientOffset:Le.current,velocity:y.current,autoScroll:!!(typeof d=="object"?d.enabled!==!1:d),scrollableParent:je(),autoScrollDirection:typeof d=="object"?d.direction:{horizontal:!0,vertical:!0},isScrolling:x}),[R,E,w,T,u,d,je,x]),Fe=r.useCallback(a=>{p(a)},[]),Qe=r.useCallback(a=>{I(a)},[]),Xe=r.useCallback(a=>{y.current=a},[]),Ue=r.useCallback(a=>{Me.current=a},[]),Ye=r.useCallback(a=>{J.current=a},[]),Ge=r.useCallback(a=>{Re.current=a},[]),Je=r.useCallback(a=>{Le.current=a},[]),Ze=r.useCallback(a=>{Te.current=a},[]),qe=r.useCallback(a=>{Ne.current=a},[]),Tt=r.useCallback(a=>{o(a)},[o]),Nt=r.useCallback(a=>{s(a)},[s]),Bt=r.useCallback(a=>{S(F,{target:e.current,event:a}),l(a)},[S,e,l]),Ht=r.useCallback(a=>{c(a)},[c]),jt=r.useCallback(a=>{ne.current||(S(null,{target:e.current,event:a}),i(a))},[i,S,e]),v=r.useCallback(a=>{q.dispatchDragAndDrop(ze(),{event:a,payload:F.current},{onVelocityChange:Xe,onOffsetChange:Ue,onClientOffsetChange:Ye,onPageOffsetChange:Ge,onInitialClientOffsetChange:Je,onScrollOffsetChange:Ze,onInitialScrollOffsetChange:qe,onIsPressedChange:Fe,onIsScrollingChange:Qe})},[ze,Xe,Ue,Ge,Ye,Je,qe,Fe,Ze,Qe]),re=r.useCallback(a=>{v(a)},[v]),oe=r.useCallback(a=>{v(a)},[v]),se=r.useCallback(a=>{v(a)},[v]),le=r.useCallback(a=>{v(a)},[v]),ce=r.useCallback(a=>{v(a)},[v]),ae=r.useCallback(a=>{v(a)},[v]),ie=r.useCallback(a=>{v(a)},[v]),ue=r.useCallback(a=>{a.preventDefault(),v(a)},[v]),de=r.useCallback(a=>{a.preventDefault(),v(a)},[v]),fe=r.useCallback(a=>{a.preventDefault(),v(a)},[v]),he=r.useCallback(a=>{if(a.touches.length===0&&a.changedTouches.length===1){const b=N();te.current=!0,Se.current=b.setTimeout(()=>{te.current=!1},On)}v(a)},[v,N]),ge=r.useCallback(a=>{v(a)},[v]),We=r.useCallback(()=>{const a=L();if(a){const b=a.style.touchAction;return a.style.touchAction="none",()=>{a.style.touchAction=b}}},[L]),Ve=r.useCallback(()=>(P(F),()=>{O(F)}),[O,P]),zt=()=>{const a=N(),b=L(),k=Z();return Be?(b&&(z.current=q.getScrollableParent(b),z.current&&z.current.addEventListener("scroll",ge,{passive:!0}),b.addEventListener("pointerdown",re,{passive:!0})),u&&(k.addEventListener("pointermove",oe),k.addEventListener("pointerup",le,!0),k.addEventListener("contextmenu",ue),k.addEventListener("pointercancel",se,{passive:!0}))):(a.addEventListener("touchmove",C,{capture:!1,passive:!1}),b&&(b.addEventListener("mousedown",ce,{passive:!0}),f||(b.addEventListener("touchstart",de,{passive:!0}),u&&(b.addEventListener("touchmove",fe,{passive:!0}),b.addEventListener("touchend",he,{passive:!0})))),u&&(k.addEventListener("mousemove",ae,{passive:!0}),k.addEventListener("mouseup",ie,{passive:!0}))),()=>{z.current&&z.current.removeEventListener("scroll",ge),b&&(b.removeEventListener("pointerdown",re),b.removeEventListener("mousedown",ce),b.removeEventListener("touchstart",de),b.removeEventListener("touchmove",fe),b.removeEventListener("touchend",he)),k.removeEventListener("pointermove",oe),k.removeEventListener("pointerup",le,!0),k.removeEventListener("contextmenu",ue),k.removeEventListener("pointercancel",se),k.removeEventListener("mousemove",ae),k.removeEventListener("mouseup",ie),a.removeEventListener("touchmove",C),a.clearTimeout(Se.current)}};r.useEffect(()=>{const a=N();if(x){const b=He()||q.getScrollableParent(document.elementFromPoint(J.current.x,J.current.y));a.clearInterval(ee.current),ee.current=a.setInterval(()=>{q.autoScroll(b,{x:y.current.x,y:y.current.y})},50)}return()=>{a.clearInterval(ee.current)}},[L,He,N,x]),r.useEffect(We,[We]),r.useEffect(zt,[u,N,L,Z,f,Be,ue,ce,ae,ie,se,re,oe,le,he,fe,de,ge]),r.useEffect(()=>(ne.current=!1,()=>{ne.current=!0}),[]),r.useLayoutEffect(Ve,[Ve])}function Et(e,t={onDragEnter:C,onDragOver:C,onDragLeave:C,onDrop:C}){const{onDragEnter:n=C,onDragOver:o=C,onDragLeave:s=C,onDrop:l=C}=t,[,c]=Ce(De),[,i,h]=r.useContext(ke),f=r.useCallback(()=>e.current&&e.current.element?e.current.element:e.current,[e]),d=r.useRef(null);r.useImperativeHandle(d,()=>({element:f(),onDragEnter:m,onDragOver:u,onDragLeave:p,onDrop:x,data:e.current}));const m=r.useCallback(E=>{c(d,{target:e.current,event:E}),n(E)},[c,e,n]),u=r.useCallback(E=>{o(E)},[o]),p=r.useCallback(E=>{c(null,{target:e.current,event:E}),s(E)},[c,e,s]),x=r.useCallback(E=>{c(null,{target:e.current,event:E}),l(E)},[c,e,l]),I=r.useCallback(()=>(i(d),()=>{h(d)}),[h,i]);r.useLayoutEffect(I,[I])}const $e=(e,t,n)=>{const[o,s]=r.useState(t||e),l=r.useCallback((c,i)=>{s(c),n&&n.call(void 0,{...i,value:c})},[n,s]);return[t!==void 0?t:o,l]},_=r.forwardRef((e,t)=>{const{className:n,name:o,themeColor:s,size:l,flip:c,style:i,id:h,tabIndex:f,...d}=e,m=r.useRef(null),u=r.useRef(null);r.useImperativeHandle(m,()=>({element:u.current})),r.useImperativeHandle(t,()=>m.current);const p=r.useMemo(()=>l||et.size,[l]),x=r.useMemo(()=>c||et.flip,[c]),I=r.useMemo(()=>pe("k-icon","k-font-icon",o&&gt(o),{[`k-color-${s}`]:s,"k-flip-h":x==="horizontal"||x==="both","k-flip-v":x==="vertical"||x==="both"},ht[p],n),[o,s,p,x,n]),E=dt(e,m);return r.createElement("span",{ref:u,...d,...E,className:I,id:h,tabIndex:f,style:i,role:"presentation"})});_.propTypes={style:g.object,classNames:g.string,name:g.string,themeColor:g.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"]),size:g.oneOf(["default","xsmall","small","medium","large","xlarge","xxlarge","xxxlarge"]),flip:g.oneOf(["default","horizontal","vertical","both"])};const et={size:"default",flip:"default"};_.displayName="KendoIcon";const $=r.forwardRef((e,t)=>{const{children:n,className:o,svgClassName:s,icon:l,flip:c,id:i,tabIndex:h,size:f,style:d,svgStyle:m,themeColor:u,viewBox:p,name:x,onClick:I,...E}=e,R=r.useRef(null);r.useImperativeHandle(t,()=>({element:R.current}));const S=r.useMemo(()=>l?l.name:W.icon,[l]),T=r.useMemo(()=>f||W.size,[f]),w=r.useMemo(()=>c||W.flip,[c]),P=r.useMemo(()=>p||W.viewBox,[p]),O=r.useMemo(()=>pe("k-icon","k-svg-icon","k-svg-i-"+S,{[`k-color-${u}`]:u,"k-flip-h":w==="horizontal"||w==="both","k-flip-v":w==="vertical"||w==="both"},ht[T],o),[S,u,T,w,o]),y=r.useMemo(()=>e.width&&e.height?{width:e.width,height:e.height,...d}:e.width?{width:e.width,height:e.width,...d}:e.height?{width:e.height,height:e.height,...d}:{...d},[e.width,e.height,d]);return r.createElement("span",{className:O,style:y,ref:R,onClick:I,"aria-hidden":!0},r.createElement("svg",{id:i,className:s,style:m,"aria-hidden":!0,tabIndex:h,focusable:!1,xmlns:"http://www.w3.org/2000/svg",viewBox:l?l.viewBox:P,dangerouslySetInnerHTML:l?{__html:l.content}:void 0,...E},l?void 0:n))});$.propTypes={style:g.object,classNames:g.string,children:g.any,icon:g.object,themeColor:g.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"]),size:g.oneOf(["default","xsmall","small","medium","large","xlarge","xxlarge","xxxlarge"]),flip:g.oneOf(["default","horizontal","vertical","both"])};const W={size:"default",flip:"default",icon:"",viewBox:"0 0 24 24"};$.displayName="KendoSvgIcon";const Ae=r.createContext({type:"svg"});Ae.displayName="KendoReactIconsContext";const bt=r.forwardRef((e,t)=>{var h,f;const{type:n,icons:o}=r.useContext(Ae),{icon:s,...l}=e;let c=n==="svg"?((h=e.icon)==null?void 0:h.name)||e.name:e.name||((f=e.icon)==null?void 0:f.name);c=c&&o&&o[c]&&typeof o[c]=="string"?o[c]:c;const i=c&&o&&o[c]&&typeof o[c]!="string"?o[c]:s;return n==="svg"&&i?r.createElement($,{...e,icon:i,ref:t}):r.createElement(_,{...l,name:c,ref:t})});bt.displayName="KendoIconWrap";const Sn={xsmall:"k-fs-xs",small:"k-fs-sm",medium:"k-fs-md",large:"k-fs-lg",xlarge:"k-fs-xl"},Mn={light:"k-font-weight-light",normal:"k-font-weight-normal",bold:"k-font-weight-bold"},Rn={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"},Ln={xsmall:"xs",small:"sm",medium:"md",large:"lg",xlarge:"xl",thin:"thin",hair:"hair"},Tn={top:"k-mt-",right:"k-mr-",bottom:"k-mb-",left:"k-ml-"},Nn={left:"k-text-left",right:"k-text-right",center:"k-text-center",justify:"k-text-justify"},Bn={lowercase:"k-text-lowercase",uppercase:"k-text-uppercase",capitalize:"k-text-capitalize"},Hn={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"},M=e=>{const t=r.forwardRef((n,o)=>{const{id:s,style:l,className:c,fontSize:i,fontWeight:h,textAlign:f,textTransform:d,themeColor:m,margin:u,...p}=n,x=r.useRef(null),I=r.useRef(null);r.useImperativeHandle(x,()=>({element:I.current,props:n})),r.useImperativeHandle(o,()=>x.current);const E=()=>`k-${e==="p"?"paragraph":e}`,R=e,S=(P,O)=>{const y=typeof O=="string"?Ln[O]:O;return`${Tn[P]}${y}`},T=()=>{if(u!==void 0){if(typeof u=="string")return[Rn[u]];if(typeof u=="number"&&u>=0&&u<=24)return[`k-m-${u}`];if(typeof u=="object"){const P=[];return Object.keys(u).forEach(y=>{u[y]!==null&&u[y]!==void 0&&P.push(S(y,u[y]))}),P.join(" ")}}},w=()=>[E(),Sn[i],Mn[h],Nn[f],Bn[d],Hn[m],T(),c].filter(y=>y!==void 0).join(" ");return r.createElement(R,{id:s,ref:I,className:w(),style:l,...p},n.children)});return t.propTypes={style:g.object,className:g.string,fontSize:g.oneOf(["xsmall","small","medium","large","xlarge"]),fontWeight:g.oneOf(["light","normal","bold"]),margin:g.oneOfType([g.number,g.object,g.oneOf(["xsmall","small","medium","large","xlarge","thin","hair"])]),textAlign:g.oneOf(["left","right","center","justify"]),textTransform:g.oneOf(["lowercase","uppercase","capitalize"]),themeColor:g.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"])},t.displayName=`KendoReactTypography${e.toUpperCase()}`,t},jn=M("h1"),zn=M("h2"),Fn=M("h3"),Qn=M("h4"),Xn=M("h5"),Un=M("h6"),Yn=M("p"),Gn=M("code"),Jn=M("pre"),Zn={h1:jn,h2:zn,h3:Fn,h4:Qn,h5:Xn,h6:Un,p:Yn,code:Gn,pre:Jn},pt=e=>{const[t,n]=$e(null,void 0),[o,s]=$e(null,void 0),[l,c]=ve([]),[i,h]=ve([]),f=p=>{c({type:B.add,item:p})},d=p=>{c({type:B.remove,item:p})},m=p=>{h({type:B.add,item:p})},u=p=>{h({type:B.remove,item:p})};return r.createElement(mt.Provider,{value:[t,n]},r.createElement(De.Provider,{value:[o,s]},r.createElement(vt.Provider,{value:[l,f,d]},r.createElement(ke.Provider,{value:[i,m,u]},e.children))))};pt.displayName="KendoReactDragAndDrop";const xt=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(d=>{e.onPress&&e.onPress({element:s(),target:o.current,event:d})},[s,e.onPress]),c=r.useCallback(d=>{e.onRelease&&e.onRelease({element:s(),target:o.current,event:d})},[s,e.onRelease]),i=r.useCallback(d=>{e.onDragStart&&e.onDragStart({element:s(),target:o.current,event:d})},[e,s]),h=r.useCallback(d=>{e.onDrag&&e.onDrag({element:s(),target:o.current,event:d})},[s,e.onDrag]),f=r.useCallback(d=>{e.onDragEnd&&e.onDragEnd({element:s(),target:o.current,event:d})},[s,e.onDragEnd]);return Ct(n,{onPress:l,onRelease:c,onDragStart:i,onDrag:h,onDragEnd:f},{mouseOnly:e.mouseOnly,autoScroll:e.autoScroll,hint:e.hint,scrollContainer:e.scrollContainer}),e.children?r.cloneElement(r.Children.only(e.children),{ref:n}):null});xt.displayName="KendoReactDraggable";const yt=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(f=>{e.onDragEnter&&e.onDragEnter({element:s(),target:o.current,event:f})},[e.onDragEnter,s]),c=r.useCallback(f=>{e.onDragOver&&e.onDragOver({element:s(),target:o.current,event:f})},[s,e.onDragOver]),i=r.useCallback(f=>{e.onDragLeave&&e.onDragLeave({element:s(),target:o.current,event:f})},[e.onDragLeave,s]),h=r.useCallback(f=>{e.onDrop&&e.onDrop({element:s(),target:o.current,event:f})},[e.onDrop,s]);return Et(n,{onDragEnter:l,onDragOver:c,onDragLeave:i,onDrop:h}),e.children?r.cloneElement(r.Children.only(e.children),{ref:n}):null});yt.displayName="KendoReactDroppable";const qn={sizeMap:{small:"sm",medium:"md",large:"lg"},roundedMap:{small:"sm",medium:"md",large:"lg"},orientationMap:{vertical:"vstack",horizontal:"hstack"}};function Wn(e,t){return e===t||Number.isNaN(e)&&Number.isNaN(t)}function Vn(e,t){if(e.length!==t.length)return!1;for(let n=0;n<e.length;n++)if(!Wn(e[n],t[n]))return!1;return!0}function Kn(e,t=Vn){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 _n=["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 $n{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 c=s[l%s.length];return this.focusElement(c,n),c},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 V=e=>{const t=e.shadowRoot,n=e.contentDocument;return t&&t.activeElement?V(t.activeElement):n&&n.activeElement?V(n.activeElement):e},er=e=>{if(!(!e||!e.activeElement))return V(e.activeElement)};function D(e,t){const n=(e||"").split(".");let o=t;return n.forEach(s=>{o=o?o[s]:void 0}),o}function tr(e){return e.length!==void 0}class nr{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 D(this.expandField,t)}selected(t){return D(this.selectField,t)}text(t){return D(this.textField,t)}disabled(t){return D(this.disableField,t)}hasChildren(t){return D(this.hasChildrenField,t)}children(t){const n=D(this.childrenField,t);return n||[]}checked(t){return D(this.checkField,t)}checkIndeterminate(t){return D(this.checkIndeterminateField,t)}focusId(t){return this.focusIdField&&D(this.focusIdField,t)}getChildrenField(){return this.childrenField}}const rr=5e4;class Dt{constructor(){this.objects=[]}init(t){let n;for(let o=0;o<t.length;o++)o%rr===0&&(n={},this.objects.push(n)),n[t[o]]=!0}hasId(t){return this.objects.some(n=>n[t])}}const U="",kt="0",A="_";function At(e,t,n){if(G(e))return t[Number(e)];{const o=t[Number(H(e))],s=o&&o[n]||[];return s.length?At(j(e),s,n):void 0}}function H(e){return Ie(e)?e:e.split(A)[0]}function j(e){if(Ie(e))return e;{const t=e.indexOf(A);return e.substring(t+1)}}function or(e){return Y("0",e)}function Y(e,t){return e=e.toString(),t?t+A+e:e}function It(e){const t=e.lastIndexOf(A);return t<0?U:e.substring(0,t)}function Ie(e){return e===U||e.indexOf(A)<0}function G(e){return e!==U&&e.indexOf(A)<0}function Pe(e){return e.split(A)}function we(e){const t=e.lastIndexOf(A);return t<0?e:e.substring(t+1)}function sr(e){return we(e)===kt}function lr(e,t){const n=t;e="r"+A+e,t="r"+A+t;const o=It(e)+A;if(t.startsWith(o)){const s=t.substring(o.length);if(s){const l=H(s);if(Number(we(e))<Number(l)){const c=o+(Number(l)-1).toString()+s.substring(l.length);return j(c)}}}return n}const cr=Object.freeze(Object.defineProperty({__proto__:null,EMPTY_ID:U,SEPARATOR:A,ZERO_LEVEL_ZERO_NODE_ID:kt,createId:Y,getAllShortIds:Pe,getDecrementedItemIdAfterRemoval:lr,getDirectParentId:It,getFirstChildId:or,getIdWithoutRootParentId:j,getItemById:At,getRootParentId:H,getShortId:we,isIdEmptyOrZeroLevel:Ie,isIdZeroLevel:G,isItemFirstFromSiblings:sr},Symbol.toStringTag,{value:"Module"}));function Oe(e,t){const n=D(t,e);return!!(n&&n.length)}function ar(e,t){return t.expanded(e)&&Oe(e,t.getChildrenField())}function ir(e,t,n,o){const s=Pt([e],t,n,o);return s.length?s[0]:void 0}function Pt(e,t,n,o){const s=[],l=new Dt;return l.init(e),Mt(l,t,n,U,s,o),s}function wt(e,t,n,o,s){const l=Number(H(t));if(l>=e.length)return e;let c=e,i=e[l];return i[o]||(c=e.slice(),i=c[l]=Object.assign({},i,{[o]:!0})),G(t)?n(i):i[s]&&(i[s]=wt(i[s],j(t),n,o,s)),c}function ur(e,t,n){const o=Pe(e);let s=t;for(let l=0;l<o.length;l++){const c=s[Number(o[l])];if(n.disabled(c))return!1;s=c[n.getChildrenField()]}return!0}function dr(e,t,n,o){return o?l(e):s(e,t);function s(c,i){let h=[];const f=c[n]||[];for(let d=0;d<f.length;d++){const m=Y(d,i);h.push(m),h=h.concat(s(f[d],m))}return h}function l(c){let i=[];const h=c[n]||[];for(let f=0;f<h.length;f++)i.push(D(o,h[f])),i=i.concat(l(h[f]));return i}}function fr(e,t,n,o,s){return(e[o]||[]).every((c,i)=>s.indexOf(n?D(n,c):Y(i,t))>-1)}function hr(e,t,n){const o=[],s=Pe(e);let l=n;for(let c=0;c<s.length-1&&l;c++){const i=l[Number(s[c])];o.push(i),l=i[t]}return o}function Ot(e,t,n){const o=n.slice();if(G(e))o.splice(Number(e),1);else{const s=Number(H(e)),l=o[s]={...o[s]};l[t]=Ot(j(e),t,l[t])}return o}function St(e,t,n,o,s){const l=s.slice();if(G(o))if(t==="child"){const c=l[Number(o)]={...l[Number(o)]};c[n]?(c[n]=c[n].slice(),c[n].push(e)):c[n]=[e]}else l.splice(Number(o)+(t==="after"?1:0),0,e);else{const c=Number(H(o)),i=l[c]={...l[c]};i[n]=St(e,t,n,j(o),i[n])}return l}function Mt(e,t,n,o,s,l){for(let c=0;c<n.length;c++){const i=n[c],h=Y(c,o);e.hasId(D(t,i))&&s.push(h),Oe(i,l)&&Mt(e,t,D(l,i),h,s,l)}}exports.AsyncFocusBlur=bn;exports.BrowserSupportService=be;exports.COLLECTION_ACTION=B;exports.DragAndDrop=pt;exports.Draggable=xt;exports.Droppable=yt;exports.FOCUSABLE_ELEMENTS=_n;exports.FormComponent=Vt;exports.Icon=_;exports.IconWrap=bt;exports.IconsContext=Ae;exports.Keys=nn;exports.Navigation=$n;exports.SortedPublicItemIds=Dt;exports.SvgIcon=$;exports.TreeFieldsService=nr;exports.Typography=Zn;exports.WatermarkOverlay=Cn;exports.ZIndexContext=Ee;exports.addItem=St;exports.areAllDirectChildrenChecked=fr;exports.canUseDOM=K;exports.canUseRef=Zt;exports.classNames=pe;exports.clone=qt;exports.cloneArray=ot;exports.cloneDate=rt;exports.cloneObject=xe;exports.cloneValue=ye;exports.createPropsContext=pn;exports.dispatchEvent=En;exports.extendDataItem=un;exports.focusFirstFocusableChild=Wt;exports.getActiveElement=er;exports.getAllDirectIndirectChildrenIds=dr;exports.getAllParents=hr;exports.getInnerActiveElement=V;exports.getItemPath=dn;exports.getNestedValue=D;exports.getScrollbarWidth=rn;exports.getTabIndex=$t;exports.getter=tn;exports.guid=me;exports.hasChildren=Oe;exports.hasRelativeStackingContext=mn;exports.isArray=tr;exports.isEnabledAndAllParentsEnabled=ur;exports.isItemExpandedAndWithChildren=ar;exports.kendoThemeMaps=qn;exports.mapTree=cn;exports.mapTreeItem=an;exports.memoizeOne=Kn;exports.noop=C;exports.removeItem=Ot;exports.resolveItemId=ir;exports.resolveItemsIds=Pt;exports.setScrollbarWidth=on;exports.setter=ln;exports.shouldShowValidationUI=gn;exports.svgIconPropType=wn;exports.toIconClass=gt;exports.toIconName=Pn;exports.treeIdUtils=cr;exports.updateItem=wt;exports.useAsyncFocusBlur=ct;exports.useCollection=ve;exports.useCustomComponent=An;exports.useDir=Dn;exports.useDocument=ft;exports.useDraggable=Ct;exports.useDroppable=Et;exports.useId=ut;exports.useIsomorphicLayoutEffect=it;exports.useMouse=dt;exports.usePropsContext=at;exports.useRtl=kn;exports.useWindow=In;exports.useZIndexContext=Ut;exports.validatePackage=hn;exports.withIdHOC=yn;exports.withPropsContext=xn;
package/index.mjs 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
  "use client";
@@ -10,7 +10,7 @@ import g from "prop-types";
10
10
  import { dispatchDragAndDrop as xt, getScrollableParent as Fe, autoScroll as yt } from "@progress/kendo-draggable-common";
11
11
  const qe = r.createContext(0), An = () => r.useContext(qe);
12
12
  qe.displayName = "KendoReactZIndexContext";
13
- const pt = () => typeof document < "u" ? document : {};
13
+ const pt = () => typeof document != "undefined" ? document : {};
14
14
  class Ke {
15
15
  constructor() {
16
16
  this.scrollbar = 0;
@@ -25,7 +25,7 @@ class Ke {
25
25
  }
26
26
  }
27
27
  const fe = !!// from fbjs
28
- (typeof window < "u" && window.document && window.document.createElement), kt = (e) => {
28
+ (typeof window != "undefined" && window.document && window.document.createElement), kt = (e) => {
29
29
  var t;
30
30
  return !!(typeof e == "function" && ((t = e.prototype) != null && t.isReactComponent));
31
31
  }, Dt = (e) => !!(e.$$typeof && typeof e.render == "function"), wn = (e) => typeof Comment != "string" && (kt(e) || Dt(e)), We = (...e) => {
@@ -317,7 +317,7 @@ const Jn = ({
317
317
  }, Tt = (e, t) => r.useContext(e)(t), Un = () => r.createContext((e) => e), Zn = (e, t) => r.forwardRef((n, o) => {
318
318
  const s = Tt(e, n);
319
319
  return /* @__PURE__ */ r.createElement(t, { ...s, ref: o });
320
- }), Nt = typeof window < "u" ? r.useLayoutEffect : r.useEffect;
320
+ }), Nt = typeof window != "undefined" ? r.useLayoutEffect : r.useEffect;
321
321
  function Ht(e) {
322
322
  const [t, n] = r.useState(!1);
323
323
  r.useEffect(() => {
@@ -331,7 +331,7 @@ function Ht(e) {
331
331
  });
332
332
  return Nt(() => {
333
333
  o === void 0 && s(Xe());
334
- }, []), r.useId ? e ?? r.useId() : o;
334
+ }, []), r.useId ? e != null ? e : r.useId() : o;
335
335
  }
336
336
  const Vn = (e) => r.forwardRef((t, n) => {
337
337
  const o = Ht(t.id);
@@ -520,7 +520,7 @@ function Ft(e, t, n = {}) {
520
520
  mouseOnly: f = !1,
521
521
  autoScroll: d = !0,
522
522
  scrollContainer: m = null
523
- } = n, [u, x] = r.useState(!1), [y, w] = r.useState(!1), [E] = ue(he), [R, M] = ue(rt), [T] = r.useContext(ge), [I, P, O] = r.useContext(ot), p = r.useRef({ x: 0, y: 0 }), q = r.useRef(), K = r.useRef(!1), xe = r.useRef(), j = r.useRef(null), W = r.useRef(!1), ye = r.useRef({ x: 0, y: 0 }), pe = r.useRef({ x: 0, y: 0 }), U = r.useRef({ x: 0, y: 0 }), ke = r.useRef({ x: 0, y: 0 }), De = r.useRef({ x: 0, y: 0 }), Ae = r.useRef({ x: 0, y: 0 }), dt = !!(typeof window < "u" && window.PointerEvent), we = !f && dt, L = r.useCallback(
523
+ } = n, [u, x] = r.useState(!1), [y, w] = r.useState(!1), [E] = ue(he), [R, M] = ue(rt), [T] = r.useContext(ge), [I, P, O] = r.useContext(ot), p = r.useRef({ x: 0, y: 0 }), q = r.useRef(), K = r.useRef(!1), xe = r.useRef(), j = r.useRef(null), W = r.useRef(!1), ye = r.useRef({ x: 0, y: 0 }), pe = r.useRef({ x: 0, y: 0 }), U = r.useRef({ x: 0, y: 0 }), ke = r.useRef({ x: 0, y: 0 }), De = r.useRef({ x: 0, y: 0 }), Ae = r.useRef({ x: 0, y: 0 }), dt = !!(typeof window != "undefined" && window.PointerEvent), we = !f && dt, L = r.useCallback(
524
524
  () => e.current && e.current.element ? e.current.element : e.current,
525
525
  [e]
526
526
  ), ft = r.useCallback(
@@ -992,7 +992,8 @@ const ve = r.forwardRef((e, t) => {
992
992
  className: O,
993
993
  style: p,
994
994
  ref: R,
995
- onClick: w
995
+ onClick: w,
996
+ "aria-hidden": !0
996
997
  },
997
998
  /* @__PURE__ */ r.createElement(
998
999
  "svg",
package/keys.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/memoize.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
  type EqualityFn<TFunc extends (...args: any[]) => any> = (newArgs: Parameters<TFunc>, lastArgs: Parameters<TFunc>) => boolean;
@@ -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/models/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 './mouse';
@@ -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/models/mouse.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';
package/models/touch.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/navigation.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/noop.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-common",
3
- "version": "7.0.3-develop.1",
3
+ "version": "7.0.3-develop.11",
4
4
  "description": "React Common package delivers common utilities that can be used with the KendoReact UI components. KendoReact Common Utilities package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -23,7 +23,7 @@
23
23
  "sideEffects": false,
24
24
  "peerDependencies": {
25
25
  "@progress/kendo-licensing": "^1.3.4",
26
- "@progress/kendo-svg-icons": "^2.0.0",
26
+ "@progress/kendo-svg-icons": "^2.1.0",
27
27
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
28
28
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
29
29
  },
@@ -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/setter.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/theme.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
  /**
@@ -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 { TreeFieldsService } from './FieldsService';
@@ -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
5
  import { KendoReactComponentBaseProps } from '../models/kendoReactComponentBaseProps';
@@ -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
  /**