@progress/kendo-react-common 9.2.0-develop.2 → 9.2.0-develop.4

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 (162) hide show
  1. package/Draggable.js +1 -1
  2. package/Draggable.mjs +1 -1
  3. package/Droppable.js +1 -1
  4. package/Droppable.mjs +1 -1
  5. package/FormComponent.js +1 -1
  6. package/FormComponent.mjs +1 -1
  7. package/LICENSE.md +1 -1
  8. package/README.md +1 -1
  9. package/apply-default-props.js +1 -1
  10. package/apply-default-props.mjs +1 -1
  11. package/browser-support.service.js +1 -1
  12. package/browser-support.service.mjs +1 -1
  13. package/canUseDOM.js +1 -1
  14. package/canUseDOM.mjs +1 -1
  15. package/canUseRef.js +1 -1
  16. package/canUseRef.mjs +1 -1
  17. package/classNames.js +1 -1
  18. package/classNames.mjs +1 -1
  19. package/clone.js +1 -1
  20. package/clone.mjs +1 -1
  21. package/constants/main.js +2 -2
  22. package/constants/main.mjs +4 -2
  23. package/contexts/ZIndexContext.js +1 -1
  24. package/contexts/ZIndexContext.mjs +1 -1
  25. package/dist/cdn/js/kendo-react-common.js +2 -2
  26. package/drag-n-drop/context/index.js +1 -1
  27. package/drag-n-drop/context/index.mjs +1 -1
  28. package/drag-n-drop/index.js +1 -1
  29. package/drag-n-drop/index.mjs +1 -1
  30. package/events/dispatchEvent.js +1 -1
  31. package/events/dispatchEvent.mjs +1 -1
  32. package/fieldList.js +1 -1
  33. package/fieldList.mjs +1 -1
  34. package/getActiveElement.js +1 -1
  35. package/getActiveElement.mjs +1 -1
  36. package/getTabIndex.js +1 -1
  37. package/getTabIndex.mjs +1 -1
  38. package/getter.js +1 -1
  39. package/getter.mjs +1 -1
  40. package/guid.js +1 -1
  41. package/guid.mjs +1 -1
  42. package/hasRelativeStackingContext.js +1 -1
  43. package/hasRelativeStackingContext.mjs +1 -1
  44. package/hocs/AsyncFocusBlur.js +1 -1
  45. package/hocs/AsyncFocusBlur.mjs +1 -1
  46. package/hocs/use-id-hoc.js +1 -1
  47. package/hocs/use-id-hoc.mjs +1 -1
  48. package/hocs/use-unstyled-hoc.js +1 -1
  49. package/hocs/use-unstyled-hoc.mjs +1 -1
  50. package/hocs/withPropsContext.js +1 -1
  51. package/hocs/withPropsContext.mjs +1 -1
  52. package/hooks/use-id.js +1 -1
  53. package/hooks/use-id.mjs +1 -1
  54. package/hooks/use-isomorphic-layout-effect.js +1 -1
  55. package/hooks/use-isomorphic-layout-effect.mjs +1 -1
  56. package/hooks/useAsyncFocusBlur.js +1 -1
  57. package/hooks/useAsyncFocusBlur.mjs +1 -1
  58. package/hooks/useCollection.js +1 -1
  59. package/hooks/useCollection.mjs +1 -1
  60. package/hooks/useControlledState.js +1 -1
  61. package/hooks/useControlledState.mjs +1 -1
  62. package/hooks/useCustomComponent.js +1 -1
  63. package/hooks/useCustomComponent.mjs +1 -1
  64. package/hooks/useDir.js +1 -1
  65. package/hooks/useDir.mjs +1 -1
  66. package/hooks/useDocument.js +1 -1
  67. package/hooks/useDocument.mjs +1 -1
  68. package/hooks/useDraggable.js +1 -1
  69. package/hooks/useDraggable.mjs +1 -1
  70. package/hooks/useDroppable.js +1 -1
  71. package/hooks/useDroppable.mjs +1 -1
  72. package/hooks/useInheritedState.js +1 -1
  73. package/hooks/useInheritedState.mjs +1 -1
  74. package/hooks/useMouse.js +1 -1
  75. package/hooks/useMouse.mjs +1 -1
  76. package/hooks/usePropsContext.js +1 -1
  77. package/hooks/usePropsContext.mjs +1 -1
  78. package/hooks/useRtl.js +1 -1
  79. package/hooks/useRtl.mjs +1 -1
  80. package/hooks/useWindow.js +1 -1
  81. package/hooks/useWindow.mjs +1 -1
  82. package/icons/Icon.js +1 -1
  83. package/icons/Icon.mjs +1 -1
  84. package/icons/IconWrap.js +1 -1
  85. package/icons/IconWrap.mjs +1 -1
  86. package/icons/IconsContext.js +1 -1
  87. package/icons/IconsContext.mjs +1 -1
  88. package/icons/SvgIcon.js +1 -1
  89. package/icons/SvgIcon.mjs +1 -1
  90. package/icons/constants.js +1 -1
  91. package/icons/constants.mjs +1 -1
  92. package/icons/utils.js +1 -1
  93. package/icons/utils.mjs +1 -1
  94. package/index.d.mts +7 -1
  95. package/index.d.ts +7 -1
  96. package/index.js +2 -2
  97. package/index.mjs +193 -191
  98. package/keys.js +1 -1
  99. package/keys.mjs +1 -1
  100. package/memoize.js +1 -1
  101. package/memoize.mjs +1 -1
  102. package/navigation.js +1 -1
  103. package/navigation.mjs +1 -1
  104. package/noop.js +1 -1
  105. package/noop.mjs +1 -1
  106. package/package.json +1 -1
  107. package/rowHeightService.js +1 -1
  108. package/rowHeightService.mjs +1 -1
  109. package/scrollbarWidth.js +1 -1
  110. package/scrollbarWidth.mjs +1 -1
  111. package/setter.js +1 -1
  112. package/setter.mjs +1 -1
  113. package/theme.js +1 -1
  114. package/theme.mjs +1 -1
  115. package/trappedFocus.js +1 -1
  116. package/trappedFocus.mjs +1 -1
  117. package/tree-utils/FieldsService.js +1 -1
  118. package/tree-utils/FieldsService.mjs +1 -1
  119. package/tree-utils/SortedPublicItemIds.js +1 -1
  120. package/tree-utils/SortedPublicItemIds.mjs +1 -1
  121. package/tree-utils/itemIdUtils.js +1 -1
  122. package/tree-utils/itemIdUtils.mjs +1 -1
  123. package/tree-utils/itemUtils.js +1 -1
  124. package/tree-utils/itemUtils.mjs +1 -1
  125. package/tree-utils/misc.js +1 -1
  126. package/tree-utils/misc.mjs +1 -1
  127. package/treeDataOperations.js +1 -1
  128. package/treeDataOperations.mjs +1 -1
  129. package/typography/Typography.js +1 -1
  130. package/typography/Typography.mjs +1 -1
  131. package/typography/constants.js +1 -1
  132. package/typography/constants.mjs +1 -1
  133. package/unstyled/animations.js +1 -1
  134. package/unstyled/animations.mjs +1 -1
  135. package/unstyled/buttons.js +1 -1
  136. package/unstyled/buttons.mjs +1 -1
  137. package/unstyled/dateinputs.js +1 -1
  138. package/unstyled/dateinputs.mjs +1 -1
  139. package/unstyled/dropdowns.js +1 -1
  140. package/unstyled/dropdowns.mjs +1 -1
  141. package/unstyled/form.js +1 -1
  142. package/unstyled/form.mjs +1 -1
  143. package/unstyled/grid.js +1 -1
  144. package/unstyled/grid.mjs +1 -1
  145. package/unstyled/icons.js +1 -1
  146. package/unstyled/icons.mjs +1 -1
  147. package/unstyled/inputs.js +1 -1
  148. package/unstyled/inputs.mjs +1 -1
  149. package/unstyled/interfaces/common.js +1 -1
  150. package/unstyled/interfaces/common.mjs +1 -1
  151. package/unstyled/json-classes.js +1 -1
  152. package/unstyled/json-classes.mjs +1 -1
  153. package/unstyled/labels.js +1 -1
  154. package/unstyled/labels.mjs +1 -1
  155. package/unstyled/main.js +1 -1
  156. package/unstyled/main.mjs +1 -1
  157. package/unstyled/popup.js +1 -1
  158. package/unstyled/popup.mjs +1 -1
  159. package/validate-package.js +1 -1
  160. package/validate-package.mjs +1 -1
  161. package/watermark/WatermarkOverlay.js +1 -1
  162. package/watermark/WatermarkOverlay.mjs +1 -1
package/index.d.mts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -23,6 +23,12 @@ export declare const actions: {
23
23
  split: string;
24
24
  };
25
25
 
26
+ /** @hidden */
27
+ export declare const ADAPTIVE_MEDIUM_BREAKPOINT: number;
28
+
29
+ /** @hidden */
30
+ export declare const ADAPTIVE_SMALL_BREAKPOINT: number;
31
+
26
32
  /**
27
33
  * @hidden
28
34
  */
package/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -23,6 +23,12 @@ export declare const actions: {
23
23
  split: string;
24
24
  };
25
25
 
26
+ /** @hidden */
27
+ export declare const ADAPTIVE_MEDIUM_BREAKPOINT: number;
28
+
29
+ /** @hidden */
30
+ export declare const ADAPTIVE_SMALL_BREAKPOINT: number;
31
+
26
32
  /**
27
33
  * @hidden
28
34
  */
package/index.js CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const E=require("./tree-utils/itemIdUtils.js"),p=require("./contexts/ZIndexContext.js"),P=require("./browser-support.service.js"),S=require("./canUseDOM.js"),v=require("./canUseRef.js"),m=require("./classNames.js"),s=require("./clone.js"),o=require("./trappedFocus.js"),f=require("./FormComponent.js"),A=require("./getTabIndex.js"),y=require("./getter.js"),T=require("./guid.js"),I=require("./keys.js"),B=require("./noop.js"),C=require("./scrollbarWidth.js"),F=require("./setter.js"),i=require("./constants/main.js"),u=require("./treeDataOperations.js"),g=require("./validate-package.js"),L=require("./hasRelativeStackingContext.js"),M=require("./watermark/WatermarkOverlay.js"),w=require("./apply-default-props.js"),k=require("./events/dispatchEvent.js"),O=require("./hocs/AsyncFocusBlur.js"),q=require("./hocs/withPropsContext.js"),N=require("./hocs/use-id-hoc.js"),U=require("./hocs/use-unstyled-hoc.js"),R=require("./hooks/useDir.js"),W=require("./hooks/useAsyncFocusBlur.js"),_=require("./hooks/useRtl.js"),H=require("./hooks/useMouse.js"),G=require("./hooks/useCustomComponent.js"),j=require("./hooks/usePropsContext.js"),b=require("./hooks/useCollection.js"),V=require("./hooks/useDocument.js"),z=require("./hooks/useWindow.js"),Z=require("./hooks/use-id.js"),K=require("./hooks/use-isomorphic-layout-effect.js"),X=require("./icons/Icon.js"),Y=require("./icons/SvgIcon.js"),$=require("./icons/IconWrap.js"),J=require("./icons/IconsContext.js"),l=require("./icons/utils.js"),Q=require("./typography/Typography.js"),ee=require("./drag-n-drop/index.js"),te=require("./Draggable.js"),oe=require("./Droppable.js"),re=require("./hooks/useDraggable.js"),se=require("./hooks/useDroppable.js"),ne=require("./theme.js"),ie=require("./memoize.js"),ue=require("./navigation.js"),h=require("./getActiveElement.js"),ae=require("./tree-utils/FieldsService.js"),ce=require("./tree-utils/SortedPublicItemIds.js"),t=require("./tree-utils/itemUtils.js"),x=require("./tree-utils/misc.js"),le=require("./rowHeightService.js"),D=require("./unstyled/main.js"),de=require("./unstyled/animations.js"),pe=require("./unstyled/icons.js"),d=require("./unstyled/buttons.js"),a=require("./unstyled/dropdowns.js"),n=require("./unstyled/dateinputs.js"),r=require("./unstyled/inputs.js"),c=require("./unstyled/labels.js"),me=require("./unstyled/form.js"),Ie=require("./unstyled/popup.js"),Ce=require("./unstyled/grid.js"),e=require("./unstyled/json-classes.js");exports.treeIdUtils=E;exports.ZIndexContext=p.ZIndexContext;exports.useZIndexContext=p.useZIndexContext;exports.BrowserSupportService=P.BrowserSupportService;exports.canUseDOM=S.canUseDOM;exports.canUseRef=v.canUseRef;exports.classNames=m.classNames;exports.strippedClassNames=m.strippedClassNames;exports.clone=s.clone;exports.cloneArray=s.cloneArray;exports.cloneDate=s.cloneDate;exports.cloneObject=s.cloneObject;exports.cloneValue=s.cloneValue;exports.applyTrappedFocus=o.applyTrappedFocus;exports.disableNavigatableContainer=o.disableNavigatableContainer;exports.enableNavigatableContainer=o.enableNavigatableContainer;exports.firstFocusableChild=o.firstFocusableChild;exports.focusFirstFocusableChild=o.focusFirstFocusableChild;exports.focusLastFocusableChild=o.focusLastFocusableChild;exports.focusableChildren=o.focusableChildren;exports.keepFocusInContainer=o.keepFocusInContainer;exports.lastFocusableChild=o.lastFocusableChild;exports.FormComponent=f.FormComponent;exports.getTabIndex=A.getTabIndex;exports.getter=y.getter;exports.guid=T.guid;exports.KEYS=I.KEYS;exports.Keys=I.Keys;exports.noop=B.noop;exports.getScrollbarWidth=C.getScrollbarWidth;exports.setScrollbarWidth=C.setScrollbarWidth;exports.setter=F.setter;exports.FIELD_REGEX=i.FIELD_REGEX;exports.FOCUSABLE_ELEMENTS=i.FOCUSABLE_ELEMENTS;exports.FOCUSABLE_ELEMENTS_BASE=i.FOCUSABLE_ELEMENTS_BASE;exports.TABBABLE_ELEMENTS=i.TABBABLE_ELEMENTS;exports.extendDataItem=u.extendDataItem;exports.getItemPath=u.getItemPath;exports.mapTree=u.mapTree;exports.mapTreeItem=u.mapTreeItem;exports.shouldShowValidationUI=g.shouldShowValidationUI;exports.validatePackage=g.validatePackage;exports.hasRelativeStackingContext=L.hasRelativeStackingContext;exports.WatermarkOverlay=M.WatermarkOverlay;exports.applyDefaultProps=w.applyDefaultProps;exports.dispatchEvent=k.dispatchEvent;exports.AsyncFocusBlur=O.AsyncFocusBlur;exports.createPropsContext=q.createPropsContext;exports.withPropsContext=q.withPropsContext;exports.withIdHOC=N.withIdHOC;exports.withUnstyledHOC=U.withUnstyledHOC;exports.useDir=R.useDir;exports.useAsyncFocusBlur=W.useAsyncFocusBlur;exports.useRtl=_.useRtl;exports.useMouse=H.useMouse;exports.useCustomComponent=G.useCustomComponent;exports.usePropsContext=j.usePropsContext;exports.COLLECTION_ACTION=b.COLLECTION_ACTION;exports.useCollection=b.useCollection;exports.useDocument=V.useDocument;exports.useWindow=z.useWindow;exports.useId=Z.useId;exports.useIsomorphicLayoutEffect=K.useIsomorphicLayoutEffect;exports.Icon=X.Icon;exports.SvgIcon=Y.SvgIcon;exports.IconWrap=$.IconWrap;exports.IconsContext=J.IconsContext;exports.svgIconPropType=l.svgIconPropType;exports.toIconClass=l.toIconClass;exports.toIconName=l.toIconName;exports.Typography=Q.Typography;exports.DragAndDrop=ee.DragAndDrop;exports.Draggable=te.Draggable;exports.Droppable=oe.Droppable;exports.useDraggable=re.useDraggable;exports.useDroppable=se.useDroppable;exports.kendoThemeMaps=ne.kendoThemeMaps;exports.memoizeOne=ie.memoizeOne;exports.Navigation=ue.Navigation;exports.getActiveElement=h.getActiveElement;exports.getInnerActiveElement=h.getInnerActiveElement;exports.TreeFieldsService=ae.TreeFieldsService;exports.SortedPublicItemIds=ce.SortedPublicItemIds;exports.addItem=t.addItem;exports.areAllDirectChildrenChecked=t.areAllDirectChildrenChecked;exports.getAllDirectIndirectChildrenIds=t.getAllDirectIndirectChildrenIds;exports.getAllParents=t.getAllParents;exports.hasChildren=t.hasChildren;exports.isEnabledAndAllParentsEnabled=t.isEnabledAndAllParentsEnabled;exports.isItemExpandedAndWithChildren=t.isItemExpandedAndWithChildren;exports.removeItem=t.removeItem;exports.resolveItemId=t.resolveItemId;exports.resolveItemsIds=t.resolveItemsIds;exports.updateItem=t.updateItem;exports.getNestedValue=x.getNestedValue;exports.isArray=x.isArray;exports.RowHeightService=le.RowHeightService;exports.UnstyledContext=D.UnstyledContext;exports.useUnstyled=D.useUnstyled;exports.uAnimation=de.uAnimation;exports.uSvgIcon=pe.uSvgIcon;exports.uButton=d.uButton;exports.uButtonGroup=d.uButtonGroup;exports.uDropDownButton=d.uDropDownButton;exports.uComboBox=a.uComboBox;exports.uDropDownList=a.uDropDownList;exports.uDropDownsActionSheet=a.uDropDownsActionSheet;exports.uDropDownsBase=a.uDropDownsBase;exports.uCalendar=n.uCalendar;exports.uDateInput=n.uDateInput;exports.uDateTimePicker=n.uDateTimePicker;exports.uTime=n.uTime;exports.uTimePicker=n.uTimePicker;exports.radioButtonClasses=r.radioButtonClasses;exports.radioGroupClasses=r.radioGroupClasses;exports.uInput=r.uInput;exports.uMaskedTextBox=r.uMaskedTextBox;exports.uRadioButton=r.uRadioButton;exports.uRadioGroup=r.uRadioGroup;exports.uTextBox=r.uTextBox;exports.uError=c.uError;exports.uFloatingLabel=c.uFloatingLabel;exports.uHint=c.uHint;exports.uLabel=c.uLabel;exports.uForm=me.uForm;exports.uPopup=Ie.uPopup;exports.uGrid=Ce.uGrid;exports.actions=e.actions;exports.animationStyles=e.animationStyles;exports.base=e.base;exports.buttonPrefix=e.buttonPrefix;exports.calendarPrefix=e.calendarPrefix;exports.comboBoxPrefix=e.comboBoxPrefix;exports.components=e.components;exports.containers=e.containers;exports.cssUtils=e.cssUtils;exports.cursor=e.cursor;exports.dateInputs=e.dateInputs;exports.ddbPrefix=e.ddbPrefix;exports.dimensions=e.dimensions;exports.directionMap=e.directionMap;exports.dropDownListPrefix=e.dropDownListPrefix;exports.elements=e.elements;exports.fillModeMap=e.fillModeMap;exports.forms=e.forms;exports.grid=e.grid;exports.gridPrefix=e.gridPrefix;exports.icon=e.icon;exports.inputPrefix=e.inputPrefix;exports.inputs=e.inputs;exports.jsonTheme=e.jsonTheme;exports.labels=e.labels;exports.maskedPrefix=e.maskedPrefix;exports.orientationMap=e.orientationMap;exports.pickerPrefix=e.pickerPrefix;exports.popup=e.popup;exports.radioPrefix=e.radioPrefix;exports.roundedMap=e.roundedMap;exports.sizeMap=e.sizeMap;exports.states=e.states;exports.themeColorMap=e.themeColorMap;
8
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const E=require("./tree-utils/itemIdUtils.js"),p=require("./contexts/ZIndexContext.js"),P=require("./browser-support.service.js"),A=require("./canUseDOM.js"),T=require("./canUseRef.js"),m=require("./classNames.js"),n=require("./clone.js"),o=require("./trappedFocus.js"),S=require("./FormComponent.js"),v=require("./getTabIndex.js"),f=require("./getter.js"),B=require("./guid.js"),I=require("./keys.js"),y=require("./noop.js"),C=require("./scrollbarWidth.js"),F=require("./setter.js"),s=require("./constants/main.js"),u=require("./treeDataOperations.js"),g=require("./validate-package.js"),M=require("./hasRelativeStackingContext.js"),L=require("./watermark/WatermarkOverlay.js"),O=require("./apply-default-props.js"),w=require("./events/dispatchEvent.js"),N=require("./hocs/AsyncFocusBlur.js"),q=require("./hocs/withPropsContext.js"),k=require("./hocs/use-id-hoc.js"),U=require("./hocs/use-unstyled-hoc.js"),R=require("./hooks/useDir.js"),_=require("./hooks/useAsyncFocusBlur.js"),W=require("./hooks/useRtl.js"),H=require("./hooks/useMouse.js"),G=require("./hooks/useCustomComponent.js"),V=require("./hooks/usePropsContext.js"),b=require("./hooks/useCollection.js"),K=require("./hooks/useDocument.js"),j=require("./hooks/useWindow.js"),z=require("./hooks/use-id.js"),Z=require("./hooks/use-isomorphic-layout-effect.js"),X=require("./icons/Icon.js"),Y=require("./icons/SvgIcon.js"),$=require("./icons/IconWrap.js"),J=require("./icons/IconsContext.js"),l=require("./icons/utils.js"),Q=require("./typography/Typography.js"),ee=require("./drag-n-drop/index.js"),te=require("./Draggable.js"),oe=require("./Droppable.js"),re=require("./hooks/useDraggable.js"),se=require("./hooks/useDroppable.js"),ne=require("./theme.js"),ie=require("./memoize.js"),ue=require("./navigation.js"),D=require("./getActiveElement.js"),ae=require("./tree-utils/FieldsService.js"),ce=require("./tree-utils/SortedPublicItemIds.js"),t=require("./tree-utils/itemUtils.js"),h=require("./tree-utils/misc.js"),le=require("./rowHeightService.js"),x=require("./unstyled/main.js"),de=require("./unstyled/animations.js"),pe=require("./unstyled/icons.js"),d=require("./unstyled/buttons.js"),a=require("./unstyled/dropdowns.js"),i=require("./unstyled/dateinputs.js"),r=require("./unstyled/inputs.js"),c=require("./unstyled/labels.js"),me=require("./unstyled/form.js"),Ie=require("./unstyled/popup.js"),Ce=require("./unstyled/grid.js"),e=require("./unstyled/json-classes.js");exports.treeIdUtils=E;exports.ZIndexContext=p.ZIndexContext;exports.useZIndexContext=p.useZIndexContext;exports.BrowserSupportService=P.BrowserSupportService;exports.canUseDOM=A.canUseDOM;exports.canUseRef=T.canUseRef;exports.classNames=m.classNames;exports.strippedClassNames=m.strippedClassNames;exports.clone=n.clone;exports.cloneArray=n.cloneArray;exports.cloneDate=n.cloneDate;exports.cloneObject=n.cloneObject;exports.cloneValue=n.cloneValue;exports.applyTrappedFocus=o.applyTrappedFocus;exports.disableNavigatableContainer=o.disableNavigatableContainer;exports.enableNavigatableContainer=o.enableNavigatableContainer;exports.firstFocusableChild=o.firstFocusableChild;exports.focusFirstFocusableChild=o.focusFirstFocusableChild;exports.focusLastFocusableChild=o.focusLastFocusableChild;exports.focusableChildren=o.focusableChildren;exports.keepFocusInContainer=o.keepFocusInContainer;exports.lastFocusableChild=o.lastFocusableChild;exports.FormComponent=S.FormComponent;exports.getTabIndex=v.getTabIndex;exports.getter=f.getter;exports.guid=B.guid;exports.KEYS=I.KEYS;exports.Keys=I.Keys;exports.noop=y.noop;exports.getScrollbarWidth=C.getScrollbarWidth;exports.setScrollbarWidth=C.setScrollbarWidth;exports.setter=F.setter;exports.ADAPTIVE_MEDIUM_BREAKPOINT=s.ADAPTIVE_MEDIUM_BREAKPOINT;exports.ADAPTIVE_SMALL_BREAKPOINT=s.ADAPTIVE_SMALL_BREAKPOINT;exports.FIELD_REGEX=s.FIELD_REGEX;exports.FOCUSABLE_ELEMENTS=s.FOCUSABLE_ELEMENTS;exports.FOCUSABLE_ELEMENTS_BASE=s.FOCUSABLE_ELEMENTS_BASE;exports.TABBABLE_ELEMENTS=s.TABBABLE_ELEMENTS;exports.extendDataItem=u.extendDataItem;exports.getItemPath=u.getItemPath;exports.mapTree=u.mapTree;exports.mapTreeItem=u.mapTreeItem;exports.shouldShowValidationUI=g.shouldShowValidationUI;exports.validatePackage=g.validatePackage;exports.hasRelativeStackingContext=M.hasRelativeStackingContext;exports.WatermarkOverlay=L.WatermarkOverlay;exports.applyDefaultProps=O.applyDefaultProps;exports.dispatchEvent=w.dispatchEvent;exports.AsyncFocusBlur=N.AsyncFocusBlur;exports.createPropsContext=q.createPropsContext;exports.withPropsContext=q.withPropsContext;exports.withIdHOC=k.withIdHOC;exports.withUnstyledHOC=U.withUnstyledHOC;exports.useDir=R.useDir;exports.useAsyncFocusBlur=_.useAsyncFocusBlur;exports.useRtl=W.useRtl;exports.useMouse=H.useMouse;exports.useCustomComponent=G.useCustomComponent;exports.usePropsContext=V.usePropsContext;exports.COLLECTION_ACTION=b.COLLECTION_ACTION;exports.useCollection=b.useCollection;exports.useDocument=K.useDocument;exports.useWindow=j.useWindow;exports.useId=z.useId;exports.useIsomorphicLayoutEffect=Z.useIsomorphicLayoutEffect;exports.Icon=X.Icon;exports.SvgIcon=Y.SvgIcon;exports.IconWrap=$.IconWrap;exports.IconsContext=J.IconsContext;exports.svgIconPropType=l.svgIconPropType;exports.toIconClass=l.toIconClass;exports.toIconName=l.toIconName;exports.Typography=Q.Typography;exports.DragAndDrop=ee.DragAndDrop;exports.Draggable=te.Draggable;exports.Droppable=oe.Droppable;exports.useDraggable=re.useDraggable;exports.useDroppable=se.useDroppable;exports.kendoThemeMaps=ne.kendoThemeMaps;exports.memoizeOne=ie.memoizeOne;exports.Navigation=ue.Navigation;exports.getActiveElement=D.getActiveElement;exports.getInnerActiveElement=D.getInnerActiveElement;exports.TreeFieldsService=ae.TreeFieldsService;exports.SortedPublicItemIds=ce.SortedPublicItemIds;exports.addItem=t.addItem;exports.areAllDirectChildrenChecked=t.areAllDirectChildrenChecked;exports.getAllDirectIndirectChildrenIds=t.getAllDirectIndirectChildrenIds;exports.getAllParents=t.getAllParents;exports.hasChildren=t.hasChildren;exports.isEnabledAndAllParentsEnabled=t.isEnabledAndAllParentsEnabled;exports.isItemExpandedAndWithChildren=t.isItemExpandedAndWithChildren;exports.removeItem=t.removeItem;exports.resolveItemId=t.resolveItemId;exports.resolveItemsIds=t.resolveItemsIds;exports.updateItem=t.updateItem;exports.getNestedValue=h.getNestedValue;exports.isArray=h.isArray;exports.RowHeightService=le.RowHeightService;exports.UnstyledContext=x.UnstyledContext;exports.useUnstyled=x.useUnstyled;exports.uAnimation=de.uAnimation;exports.uSvgIcon=pe.uSvgIcon;exports.uButton=d.uButton;exports.uButtonGroup=d.uButtonGroup;exports.uDropDownButton=d.uDropDownButton;exports.uComboBox=a.uComboBox;exports.uDropDownList=a.uDropDownList;exports.uDropDownsActionSheet=a.uDropDownsActionSheet;exports.uDropDownsBase=a.uDropDownsBase;exports.uCalendar=i.uCalendar;exports.uDateInput=i.uDateInput;exports.uDateTimePicker=i.uDateTimePicker;exports.uTime=i.uTime;exports.uTimePicker=i.uTimePicker;exports.radioButtonClasses=r.radioButtonClasses;exports.radioGroupClasses=r.radioGroupClasses;exports.uInput=r.uInput;exports.uMaskedTextBox=r.uMaskedTextBox;exports.uRadioButton=r.uRadioButton;exports.uRadioGroup=r.uRadioGroup;exports.uTextBox=r.uTextBox;exports.uError=c.uError;exports.uFloatingLabel=c.uFloatingLabel;exports.uHint=c.uHint;exports.uLabel=c.uLabel;exports.uForm=me.uForm;exports.uPopup=Ie.uPopup;exports.uGrid=Ce.uGrid;exports.actions=e.actions;exports.animationStyles=e.animationStyles;exports.base=e.base;exports.buttonPrefix=e.buttonPrefix;exports.calendarPrefix=e.calendarPrefix;exports.comboBoxPrefix=e.comboBoxPrefix;exports.components=e.components;exports.containers=e.containers;exports.cssUtils=e.cssUtils;exports.cursor=e.cursor;exports.dateInputs=e.dateInputs;exports.ddbPrefix=e.ddbPrefix;exports.dimensions=e.dimensions;exports.directionMap=e.directionMap;exports.dropDownListPrefix=e.dropDownListPrefix;exports.elements=e.elements;exports.fillModeMap=e.fillModeMap;exports.forms=e.forms;exports.grid=e.grid;exports.gridPrefix=e.gridPrefix;exports.icon=e.icon;exports.inputPrefix=e.inputPrefix;exports.inputs=e.inputs;exports.jsonTheme=e.jsonTheme;exports.labels=e.labels;exports.maskedPrefix=e.maskedPrefix;exports.orientationMap=e.orientationMap;exports.pickerPrefix=e.pickerPrefix;exports.popup=e.popup;exports.radioPrefix=e.radioPrefix;exports.roundedMap=e.roundedMap;exports.sizeMap=e.sizeMap;exports.states=e.states;exports.themeColorMap=e.themeColorMap;
package/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -12,230 +12,232 @@ import { BrowserSupportService as s } from "./browser-support.service.mjs";
12
12
  import { canUseDOM as n } from "./canUseDOM.mjs";
13
13
  import { canUseRef as x } from "./canUseRef.mjs";
14
14
  import { classNames as l, strippedClassNames as u } from "./classNames.mjs";
15
- import { clone as c, cloneArray as I, cloneDate as C, cloneObject as h, cloneValue as b } from "./clone.mjs";
16
- import { applyTrappedFocus as D, disableNavigatableContainer as E, enableNavigatableContainer as P, firstFocusableChild as A, focusFirstFocusableChild as S, focusLastFocusableChild as T, focusableChildren as B, keepFocusInContainer as v, lastFocusableChild as y } from "./trappedFocus.mjs";
17
- import { FormComponent as L } from "./FormComponent.mjs";
18
- import { getTabIndex as w } from "./getTabIndex.mjs";
19
- import { getter as k } from "./getter.mjs";
20
- import { guid as U } from "./guid.mjs";
21
- import { KEYS as W, Keys as _ } from "./keys.mjs";
22
- import { noop as H } from "./noop.mjs";
23
- import { getScrollbarWidth as j, setScrollbarWidth as z } from "./scrollbarWidth.mjs";
15
+ import { clone as c, cloneArray as I, cloneDate as C, cloneObject as E, cloneValue as h } from "./clone.mjs";
16
+ import { applyTrappedFocus as b, disableNavigatableContainer as g, enableNavigatableContainer as A, firstFocusableChild as P, focusFirstFocusableChild as T, focusLastFocusableChild as B, focusableChildren as S, keepFocusInContainer as v, lastFocusableChild as L } from "./trappedFocus.mjs";
17
+ import { FormComponent as y } from "./FormComponent.mjs";
18
+ import { getTabIndex as N } from "./getTabIndex.mjs";
19
+ import { getter as w } from "./getter.mjs";
20
+ import { guid as k } from "./guid.mjs";
21
+ import { KEYS as R, Keys as W } from "./keys.mjs";
22
+ import { noop as V } from "./noop.mjs";
23
+ import { getScrollbarWidth as K, setScrollbarWidth as j } from "./scrollbarWidth.mjs";
24
24
  import { setter as Z } from "./setter.mjs";
25
- import { FIELD_REGEX as Y, FOCUSABLE_ELEMENTS as q, FOCUSABLE_ELEMENTS_BASE as J, TABBABLE_ELEMENTS as Q } from "./constants/main.mjs";
26
- import { extendDataItem as ee, getItemPath as oe, mapTree as re, mapTreeItem as te } from "./treeDataOperations.mjs";
27
- import { shouldShowValidationUI as ae, validatePackage as se } from "./validate-package.mjs";
28
- import { hasRelativeStackingContext as ne } from "./hasRelativeStackingContext.mjs";
29
- import { WatermarkOverlay as xe } from "./watermark/WatermarkOverlay.mjs";
30
- import { applyDefaultProps as le } from "./apply-default-props.mjs";
31
- import { dispatchEvent as de } from "./events/dispatchEvent.mjs";
32
- import { AsyncFocusBlur as Ie } from "./hocs/AsyncFocusBlur.mjs";
33
- import { createPropsContext as he, withPropsContext as be } from "./hocs/withPropsContext.mjs";
34
- import { withIdHOC as De } from "./hocs/use-id-hoc.mjs";
35
- import { withUnstyledHOC as Pe } from "./hocs/use-unstyled-hoc.mjs";
25
+ import { ADAPTIVE_MEDIUM_BREAKPOINT as Y, ADAPTIVE_SMALL_BREAKPOINT as q, FIELD_REGEX as J, FOCUSABLE_ELEMENTS as Q, FOCUSABLE_ELEMENTS_BASE as $, TABBABLE_ELEMENTS as ee } from "./constants/main.mjs";
26
+ import { extendDataItem as re, getItemPath as te, mapTree as pe, mapTreeItem as ae } from "./treeDataOperations.mjs";
27
+ import { shouldShowValidationUI as me, validatePackage as ne } from "./validate-package.mjs";
28
+ import { hasRelativeStackingContext as xe } from "./hasRelativeStackingContext.mjs";
29
+ import { WatermarkOverlay as le } from "./watermark/WatermarkOverlay.mjs";
30
+ import { applyDefaultProps as de } from "./apply-default-props.mjs";
31
+ import { dispatchEvent as Ie } from "./events/dispatchEvent.mjs";
32
+ import { AsyncFocusBlur as Ee } from "./hocs/AsyncFocusBlur.mjs";
33
+ import { createPropsContext as De, withPropsContext as be } from "./hocs/withPropsContext.mjs";
34
+ import { withIdHOC as Ae } from "./hocs/use-id-hoc.mjs";
35
+ import { withUnstyledHOC as Te } from "./hocs/use-unstyled-hoc.mjs";
36
36
  import { useDir as Se } from "./hooks/useDir.mjs";
37
- import { useAsyncFocusBlur as Be } from "./hooks/useAsyncFocusBlur.mjs";
37
+ import { useAsyncFocusBlur as Le } from "./hooks/useAsyncFocusBlur.mjs";
38
38
  import { useRtl as ye } from "./hooks/useRtl.mjs";
39
- import { useMouse as Le } from "./hooks/useMouse.mjs";
39
+ import { useMouse as Ne } from "./hooks/useMouse.mjs";
40
40
  import { useCustomComponent as we } from "./hooks/useCustomComponent.mjs";
41
41
  import { usePropsContext as ke } from "./hooks/usePropsContext.mjs";
42
- import { COLLECTION_ACTION as Ue, useCollection as Re } from "./hooks/useCollection.mjs";
43
- import { useDocument as _e } from "./hooks/useDocument.mjs";
44
- import { useWindow as He } from "./hooks/useWindow.mjs";
45
- import { useId as je } from "./hooks/use-id.mjs";
46
- import { useIsomorphicLayoutEffect as Ke } from "./hooks/use-isomorphic-layout-effect.mjs";
47
- import { Icon as Xe } from "./icons/Icon.mjs";
48
- import { SvgIcon as qe } from "./icons/SvgIcon.mjs";
49
- import { IconWrap as Qe } from "./icons/IconWrap.mjs";
50
- import { IconsContext as eo } from "./icons/IconsContext.mjs";
51
- import { svgIconPropType as ro, toIconClass as to, toIconName as po } from "./icons/utils.mjs";
52
- import { Typography as so } from "./typography/Typography.mjs";
53
- import { DragAndDrop as no } from "./drag-n-drop/index.mjs";
54
- import { Draggable as xo } from "./Draggable.mjs";
55
- import { Droppable as lo } from "./Droppable.mjs";
56
- import { useDraggable as co } from "./hooks/useDraggable.mjs";
57
- import { useDroppable as Co } from "./hooks/useDroppable.mjs";
42
+ import { COLLECTION_ACTION as Re, useCollection as We } from "./hooks/useCollection.mjs";
43
+ import { useDocument as Ve } from "./hooks/useDocument.mjs";
44
+ import { useWindow as Ke } from "./hooks/useWindow.mjs";
45
+ import { useId as ze } from "./hooks/use-id.mjs";
46
+ import { useIsomorphicLayoutEffect as Xe } from "./hooks/use-isomorphic-layout-effect.mjs";
47
+ import { Icon as qe } from "./icons/Icon.mjs";
48
+ import { SvgIcon as Qe } from "./icons/SvgIcon.mjs";
49
+ import { IconWrap as eo } from "./icons/IconWrap.mjs";
50
+ import { IconsContext as ro } from "./icons/IconsContext.mjs";
51
+ import { svgIconPropType as po, toIconClass as ao, toIconName as so } from "./icons/utils.mjs";
52
+ import { Typography as no } from "./typography/Typography.mjs";
53
+ import { DragAndDrop as xo } from "./drag-n-drop/index.mjs";
54
+ import { Draggable as lo } from "./Draggable.mjs";
55
+ import { Droppable as co } from "./Droppable.mjs";
56
+ import { useDraggable as Co } from "./hooks/useDraggable.mjs";
57
+ import { useDroppable as ho } from "./hooks/useDroppable.mjs";
58
58
  import { kendoThemeMaps as bo } from "./theme.mjs";
59
- import { memoizeOne as Do } from "./memoize.mjs";
60
- import { Navigation as Po } from "./navigation.mjs";
61
- import { getActiveElement as So, getInnerActiveElement as To } from "./getActiveElement.mjs";
62
- import { TreeFieldsService as vo } from "./tree-utils/FieldsService.mjs";
59
+ import { memoizeOne as Ao } from "./memoize.mjs";
60
+ import { Navigation as To } from "./navigation.mjs";
61
+ import { getActiveElement as So, getInnerActiveElement as vo } from "./getActiveElement.mjs";
62
+ import { TreeFieldsService as Mo } from "./tree-utils/FieldsService.mjs";
63
63
  import { SortedPublicItemIds as Fo } from "./tree-utils/SortedPublicItemIds.mjs";
64
- import { addItem as Mo, areAllDirectChildrenChecked as wo, getAllDirectIndirectChildrenIds as No, getAllParents as ko, hasChildren as Oo, isEnabledAndAllParentsEnabled as Uo, isItemExpandedAndWithChildren as Ro, removeItem as Wo, resolveItemId as _o, resolveItemsIds as Go, updateItem as Ho } from "./tree-utils/itemUtils.mjs";
65
- import { getNestedValue as jo, isArray as zo } from "./tree-utils/misc.mjs";
66
- import { RowHeightService as Zo } from "./rowHeightService.mjs";
67
- import { UnstyledContext as Yo, useUnstyled as qo } from "./unstyled/main.mjs";
68
- import { uAnimation as Qo } from "./unstyled/animations.mjs";
69
- import { uSvgIcon as er } from "./unstyled/icons.mjs";
70
- import { uButton as rr, uButtonGroup as tr, uDropDownButton as pr } from "./unstyled/buttons.mjs";
71
- import { uComboBox as sr, uDropDownList as mr, uDropDownsActionSheet as nr, uDropDownsBase as ir } from "./unstyled/dropdowns.mjs";
72
- import { uCalendar as fr, uDateInput as lr, uDateTimePicker as ur, uTime as dr, uTimePicker as cr } from "./unstyled/dateinputs.mjs";
73
- import { radioButtonClasses as Cr, radioGroupClasses as hr, uInput as br, uMaskedTextBox as gr, uRadioButton as Dr, uRadioGroup as Er, uTextBox as Pr } from "./unstyled/inputs.mjs";
74
- import { uError as Sr, uFloatingLabel as Tr, uHint as Br, uLabel as vr } from "./unstyled/labels.mjs";
64
+ import { addItem as Oo, areAllDirectChildrenChecked as wo, getAllDirectIndirectChildrenIds as Uo, getAllParents as ko, hasChildren as _o, isEnabledAndAllParentsEnabled as Ro, isItemExpandedAndWithChildren as Wo, removeItem as Go, resolveItemId as Vo, resolveItemsIds as Ho, updateItem as Ko } from "./tree-utils/itemUtils.mjs";
65
+ import { getNestedValue as zo, isArray as Zo } from "./tree-utils/misc.mjs";
66
+ import { RowHeightService as Yo } from "./rowHeightService.mjs";
67
+ import { UnstyledContext as Jo, useUnstyled as Qo } from "./unstyled/main.mjs";
68
+ import { uAnimation as er } from "./unstyled/animations.mjs";
69
+ import { uSvgIcon as rr } from "./unstyled/icons.mjs";
70
+ import { uButton as pr, uButtonGroup as ar, uDropDownButton as sr } from "./unstyled/buttons.mjs";
71
+ import { uComboBox as nr, uDropDownList as ir, uDropDownsActionSheet as xr, uDropDownsBase as fr } from "./unstyled/dropdowns.mjs";
72
+ import { uCalendar as ur, uDateInput as dr, uDateTimePicker as cr, uTime as Ir, uTimePicker as Cr } from "./unstyled/dateinputs.mjs";
73
+ import { radioButtonClasses as hr, radioGroupClasses as Dr, uInput as br, uMaskedTextBox as gr, uRadioButton as Ar, uRadioGroup as Pr, uTextBox as Tr } from "./unstyled/inputs.mjs";
74
+ import { uError as Sr, uFloatingLabel as vr, uHint as Lr, uLabel as Mr } from "./unstyled/labels.mjs";
75
75
  import { uForm as Fr } from "./unstyled/form.mjs";
76
- import { uPopup as Mr } from "./unstyled/popup.mjs";
77
- import { uGrid as Nr } from "./unstyled/grid.mjs";
78
- import { actions as Or, animationStyles as Ur, base as Rr, buttonPrefix as Wr, calendarPrefix as _r, comboBoxPrefix as Gr, components as Hr, containers as Vr, cssUtils as jr, cursor as zr, dateInputs as Kr, ddbPrefix as Zr, dimensions as Xr, directionMap as Yr, dropDownListPrefix as qr, elements as Jr, fillModeMap as Qr, forms as $r, grid as et, gridPrefix as ot, icon as rt, inputPrefix as tt, inputs as pt, jsonTheme as at, labels as st, maskedPrefix as mt, orientationMap as nt, pickerPrefix as it, popup as xt, radioPrefix as ft, roundedMap as lt, sizeMap as ut, states as dt, themeColorMap as ct } from "./unstyled/json-classes.mjs";
76
+ import { uPopup as Or } from "./unstyled/popup.mjs";
77
+ import { uGrid as Ur } from "./unstyled/grid.mjs";
78
+ import { actions as _r, animationStyles as Rr, base as Wr, buttonPrefix as Gr, calendarPrefix as Vr, comboBoxPrefix as Hr, components as Kr, containers as jr, cssUtils as zr, cursor as Zr, dateInputs as Xr, ddbPrefix as Yr, dimensions as qr, directionMap as Jr, dropDownListPrefix as Qr, elements as $r, fillModeMap as et, forms as ot, grid as rt, gridPrefix as tt, icon as pt, inputPrefix as at, inputs as st, jsonTheme as mt, labels as nt, maskedPrefix as it, orientationMap as xt, pickerPrefix as ft, popup as lt, radioPrefix as ut, roundedMap as dt, sizeMap as ct, states as It, themeColorMap as Ct } from "./unstyled/json-classes.mjs";
79
79
  export {
80
- Ie as AsyncFocusBlur,
80
+ Y as ADAPTIVE_MEDIUM_BREAKPOINT,
81
+ q as ADAPTIVE_SMALL_BREAKPOINT,
82
+ Ee as AsyncFocusBlur,
81
83
  s as BrowserSupportService,
82
- Ue as COLLECTION_ACTION,
83
- no as DragAndDrop,
84
- xo as Draggable,
85
- lo as Droppable,
86
- Y as FIELD_REGEX,
87
- q as FOCUSABLE_ELEMENTS,
88
- J as FOCUSABLE_ELEMENTS_BASE,
89
- L as FormComponent,
90
- Xe as Icon,
91
- Qe as IconWrap,
92
- eo as IconsContext,
93
- W as KEYS,
94
- _ as Keys,
95
- Po as Navigation,
96
- Zo as RowHeightService,
84
+ Re as COLLECTION_ACTION,
85
+ xo as DragAndDrop,
86
+ lo as Draggable,
87
+ co as Droppable,
88
+ J as FIELD_REGEX,
89
+ Q as FOCUSABLE_ELEMENTS,
90
+ $ as FOCUSABLE_ELEMENTS_BASE,
91
+ y as FormComponent,
92
+ qe as Icon,
93
+ eo as IconWrap,
94
+ ro as IconsContext,
95
+ R as KEYS,
96
+ W as Keys,
97
+ To as Navigation,
98
+ Yo as RowHeightService,
97
99
  Fo as SortedPublicItemIds,
98
- qe as SvgIcon,
99
- Q as TABBABLE_ELEMENTS,
100
- vo as TreeFieldsService,
101
- so as Typography,
102
- Yo as UnstyledContext,
103
- xe as WatermarkOverlay,
100
+ Qe as SvgIcon,
101
+ ee as TABBABLE_ELEMENTS,
102
+ Mo as TreeFieldsService,
103
+ no as Typography,
104
+ Jo as UnstyledContext,
105
+ le as WatermarkOverlay,
104
106
  t as ZIndexContext,
105
- Or as actions,
106
- Mo as addItem,
107
- Ur as animationStyles,
108
- le as applyDefaultProps,
109
- D as applyTrappedFocus,
107
+ _r as actions,
108
+ Oo as addItem,
109
+ Rr as animationStyles,
110
+ de as applyDefaultProps,
111
+ b as applyTrappedFocus,
110
112
  wo as areAllDirectChildrenChecked,
111
- Rr as base,
112
- Wr as buttonPrefix,
113
- _r as calendarPrefix,
113
+ Wr as base,
114
+ Gr as buttonPrefix,
115
+ Vr as calendarPrefix,
114
116
  n as canUseDOM,
115
117
  x as canUseRef,
116
118
  l as classNames,
117
119
  c as clone,
118
120
  I as cloneArray,
119
121
  C as cloneDate,
120
- h as cloneObject,
121
- b as cloneValue,
122
- Gr as comboBoxPrefix,
123
- Hr as components,
124
- Vr as containers,
125
- he as createPropsContext,
126
- jr as cssUtils,
127
- zr as cursor,
128
- Kr as dateInputs,
129
- Zr as ddbPrefix,
130
- Xr as dimensions,
131
- Yr as directionMap,
132
- E as disableNavigatableContainer,
133
- de as dispatchEvent,
134
- qr as dropDownListPrefix,
135
- Jr as elements,
136
- P as enableNavigatableContainer,
137
- ee as extendDataItem,
138
- Qr as fillModeMap,
139
- A as firstFocusableChild,
140
- S as focusFirstFocusableChild,
141
- T as focusLastFocusableChild,
142
- B as focusableChildren,
143
- $r as forms,
122
+ E as cloneObject,
123
+ h as cloneValue,
124
+ Hr as comboBoxPrefix,
125
+ Kr as components,
126
+ jr as containers,
127
+ De as createPropsContext,
128
+ zr as cssUtils,
129
+ Zr as cursor,
130
+ Xr as dateInputs,
131
+ Yr as ddbPrefix,
132
+ qr as dimensions,
133
+ Jr as directionMap,
134
+ g as disableNavigatableContainer,
135
+ Ie as dispatchEvent,
136
+ Qr as dropDownListPrefix,
137
+ $r as elements,
138
+ A as enableNavigatableContainer,
139
+ re as extendDataItem,
140
+ et as fillModeMap,
141
+ P as firstFocusableChild,
142
+ T as focusFirstFocusableChild,
143
+ B as focusLastFocusableChild,
144
+ S as focusableChildren,
145
+ ot as forms,
144
146
  So as getActiveElement,
145
- No as getAllDirectIndirectChildrenIds,
147
+ Uo as getAllDirectIndirectChildrenIds,
146
148
  ko as getAllParents,
147
- To as getInnerActiveElement,
148
- oe as getItemPath,
149
- jo as getNestedValue,
150
- j as getScrollbarWidth,
151
- w as getTabIndex,
152
- k as getter,
153
- et as grid,
154
- ot as gridPrefix,
155
- U as guid,
156
- Oo as hasChildren,
157
- ne as hasRelativeStackingContext,
158
- rt as icon,
159
- tt as inputPrefix,
160
- pt as inputs,
161
- zo as isArray,
162
- Uo as isEnabledAndAllParentsEnabled,
163
- Ro as isItemExpandedAndWithChildren,
164
- at as jsonTheme,
149
+ vo as getInnerActiveElement,
150
+ te as getItemPath,
151
+ zo as getNestedValue,
152
+ K as getScrollbarWidth,
153
+ N as getTabIndex,
154
+ w as getter,
155
+ rt as grid,
156
+ tt as gridPrefix,
157
+ k as guid,
158
+ _o as hasChildren,
159
+ xe as hasRelativeStackingContext,
160
+ pt as icon,
161
+ at as inputPrefix,
162
+ st as inputs,
163
+ Zo as isArray,
164
+ Ro as isEnabledAndAllParentsEnabled,
165
+ Wo as isItemExpandedAndWithChildren,
166
+ mt as jsonTheme,
165
167
  v as keepFocusInContainer,
166
168
  bo as kendoThemeMaps,
167
- st as labels,
168
- y as lastFocusableChild,
169
- re as mapTree,
170
- te as mapTreeItem,
171
- mt as maskedPrefix,
172
- Do as memoizeOne,
173
- H as noop,
174
- nt as orientationMap,
175
- it as pickerPrefix,
176
- xt as popup,
177
- Cr as radioButtonClasses,
178
- hr as radioGroupClasses,
179
- ft as radioPrefix,
180
- Wo as removeItem,
181
- _o as resolveItemId,
182
- Go as resolveItemsIds,
183
- lt as roundedMap,
184
- z as setScrollbarWidth,
169
+ nt as labels,
170
+ L as lastFocusableChild,
171
+ pe as mapTree,
172
+ ae as mapTreeItem,
173
+ it as maskedPrefix,
174
+ Ao as memoizeOne,
175
+ V as noop,
176
+ xt as orientationMap,
177
+ ft as pickerPrefix,
178
+ lt as popup,
179
+ hr as radioButtonClasses,
180
+ Dr as radioGroupClasses,
181
+ ut as radioPrefix,
182
+ Go as removeItem,
183
+ Vo as resolveItemId,
184
+ Ho as resolveItemsIds,
185
+ dt as roundedMap,
186
+ j as setScrollbarWidth,
185
187
  Z as setter,
186
- ae as shouldShowValidationUI,
187
- ut as sizeMap,
188
- dt as states,
188
+ me as shouldShowValidationUI,
189
+ ct as sizeMap,
190
+ It as states,
189
191
  u as strippedClassNames,
190
- ro as svgIconPropType,
191
- ct as themeColorMap,
192
- to as toIconClass,
193
- po as toIconName,
192
+ po as svgIconPropType,
193
+ Ct as themeColorMap,
194
+ ao as toIconClass,
195
+ so as toIconName,
194
196
  e as treeIdUtils,
195
- Qo as uAnimation,
196
- rr as uButton,
197
- tr as uButtonGroup,
198
- fr as uCalendar,
199
- sr as uComboBox,
200
- lr as uDateInput,
201
- ur as uDateTimePicker,
202
- pr as uDropDownButton,
203
- mr as uDropDownList,
204
- nr as uDropDownsActionSheet,
205
- ir as uDropDownsBase,
197
+ er as uAnimation,
198
+ pr as uButton,
199
+ ar as uButtonGroup,
200
+ ur as uCalendar,
201
+ nr as uComboBox,
202
+ dr as uDateInput,
203
+ cr as uDateTimePicker,
204
+ sr as uDropDownButton,
205
+ ir as uDropDownList,
206
+ xr as uDropDownsActionSheet,
207
+ fr as uDropDownsBase,
206
208
  Sr as uError,
207
- Tr as uFloatingLabel,
209
+ vr as uFloatingLabel,
208
210
  Fr as uForm,
209
- Nr as uGrid,
210
- Br as uHint,
211
+ Ur as uGrid,
212
+ Lr as uHint,
211
213
  br as uInput,
212
- vr as uLabel,
214
+ Mr as uLabel,
213
215
  gr as uMaskedTextBox,
214
- Mr as uPopup,
215
- Dr as uRadioButton,
216
- Er as uRadioGroup,
217
- er as uSvgIcon,
218
- Pr as uTextBox,
219
- dr as uTime,
220
- cr as uTimePicker,
221
- Ho as updateItem,
222
- Be as useAsyncFocusBlur,
223
- Re as useCollection,
216
+ Or as uPopup,
217
+ Ar as uRadioButton,
218
+ Pr as uRadioGroup,
219
+ rr as uSvgIcon,
220
+ Tr as uTextBox,
221
+ Ir as uTime,
222
+ Cr as uTimePicker,
223
+ Ko as updateItem,
224
+ Le as useAsyncFocusBlur,
225
+ We as useCollection,
224
226
  we as useCustomComponent,
225
227
  Se as useDir,
226
- _e as useDocument,
227
- co as useDraggable,
228
- Co as useDroppable,
229
- je as useId,
230
- Ke as useIsomorphicLayoutEffect,
231
- Le as useMouse,
228
+ Ve as useDocument,
229
+ Co as useDraggable,
230
+ ho as useDroppable,
231
+ ze as useId,
232
+ Xe as useIsomorphicLayoutEffect,
233
+ Ne as useMouse,
232
234
  ke as usePropsContext,
233
235
  ye as useRtl,
234
- qo as useUnstyled,
235
- He as useWindow,
236
+ Qo as useUnstyled,
237
+ Ke as useWindow,
236
238
  p as useZIndexContext,
237
- se as validatePackage,
238
- De as withIdHOC,
239
+ ne as validatePackage,
240
+ Ae as withIdHOC,
239
241
  be as withPropsContext,
240
- Pe as withUnstyledHOC
242
+ Te as withUnstyledHOC
241
243
  };
package/keys.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
package/keys.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
package/memoize.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
package/memoize.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
package/navigation.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
package/navigation.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
package/noop.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
package/noop.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-common",
3
- "version": "9.2.0-develop.2",
3
+ "version": "9.2.0-develop.4",
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",