@progress/kendo-react-common 7.0.3-develop.4 → 7.0.3-develop.5

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