@progress/kendo-react-layout 7.0.3-develop.3 → 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 (137) hide show
  1. package/LICENSE.md +1 -1
  2. package/NOTICE.txt +1 -1
  3. package/README.md +1 -1
  4. package/actionsheet/ActionSheet.d.ts +1 -1
  5. package/actionsheet/ActionSheetContent.d.ts +1 -1
  6. package/actionsheet/ActionSheetFooter.d.ts +1 -1
  7. package/actionsheet/ActionSheetHeader.d.ts +1 -1
  8. package/actionsheet/ActionSheetItem.d.ts +1 -1
  9. package/actionsheet/interfaces/ActionSheetChildrenProps.d.ts +1 -1
  10. package/actionsheet/interfaces/ActionSheetItemProps.d.ts +1 -1
  11. package/appbar/AppBar.d.ts +1 -1
  12. package/appbar/AppBarSection.d.ts +1 -1
  13. package/appbar/AppBarSpacer.d.ts +1 -1
  14. package/appbar/interfaces/AppBarProps.d.ts +1 -1
  15. package/appbar/interfaces/AppBarSectionProps.d.ts +1 -1
  16. package/appbar/interfaces/AppBarSpacerProps.d.ts +1 -1
  17. package/bottomnavigation/BottomNavigation.d.ts +1 -1
  18. package/bottomnavigation/BottomNavigationItem.d.ts +1 -1
  19. package/bottomnavigation/BottomNavigationItemProps.d.ts +1 -1
  20. package/bottomnavigation/BottomNavigationProps.d.ts +1 -1
  21. package/bottomnavigation/models/events.d.ts +1 -1
  22. package/bottomnavigation/models/utils.d.ts +1 -1
  23. package/breadcrumb/Breadcrumb.d.ts +1 -1
  24. package/breadcrumb/BreadcrumbDelimiter.d.ts +1 -1
  25. package/breadcrumb/BreadcrumbLink.d.ts +1 -1
  26. package/breadcrumb/BreadcrumbListItem.d.ts +1 -1
  27. package/breadcrumb/BreadcrumbOrderedList.d.ts +1 -1
  28. package/card/Avatar.d.ts +1 -1
  29. package/card/Card.d.ts +1 -1
  30. package/card/CardActions.d.ts +1 -1
  31. package/card/CardBody.d.ts +1 -1
  32. package/card/CardFooter.d.ts +1 -1
  33. package/card/CardHeader.d.ts +1 -1
  34. package/card/CardImage.d.ts +1 -1
  35. package/card/CardSubtitle.d.ts +1 -1
  36. package/card/CardTitle.d.ts +1 -1
  37. package/card/interfaces/AvatarProps.d.ts +1 -1
  38. package/card/interfaces/CardActionsProps.d.ts +1 -1
  39. package/card/interfaces/CardBodyProps.d.ts +1 -1
  40. package/card/interfaces/CardFooterProps.d.ts +1 -1
  41. package/card/interfaces/CardHandle.d.ts +1 -1
  42. package/card/interfaces/CardHeaderProps.d.ts +1 -1
  43. package/card/interfaces/CardImageProps.d.ts +1 -1
  44. package/card/interfaces/CardProps.d.ts +1 -1
  45. package/card/interfaces/CardSubtitleProps.d.ts +1 -1
  46. package/card/interfaces/CardTitleProps.d.ts +1 -1
  47. package/card/interfaces/Enums.d.ts +1 -1
  48. package/contextmenu/ContextMenu.d.ts +1 -1
  49. package/dist/cdn/js/kendo-react-layout.js +2 -2
  50. package/drawer/Drawer.d.ts +1 -1
  51. package/drawer/DrawerContent.d.ts +1 -1
  52. package/drawer/DrawerItem.d.ts +1 -1
  53. package/drawer/DrawerNavigation.d.ts +1 -1
  54. package/drawer/context/DrawerContext.d.ts +1 -1
  55. package/drawer/interfaces/DrawerAnimation.d.ts +1 -1
  56. package/drawer/interfaces/DrawerContentProps.d.ts +1 -1
  57. package/drawer/interfaces/DrawerItemHandle.d.ts +1 -1
  58. package/drawer/interfaces/DrawerItemProps.d.ts +1 -1
  59. package/drawer/interfaces/DrawerNavigationProps.d.ts +1 -1
  60. package/drawer/interfaces/DrawerProps.d.ts +1 -1
  61. package/drawer/interfaces/DrawerSelectEvent.d.ts +1 -1
  62. package/expansionpanel/ExpansionPanel.d.ts +1 -1
  63. package/expansionpanel/ExpansionPanelContent.d.ts +1 -1
  64. package/expansionpanel/index.d.ts +1 -1
  65. package/expansionpanel/interfaces.d.ts +1 -1
  66. package/gridlayout/GridLayout.d.ts +1 -1
  67. package/gridlayout/GridLayoutItem.d.ts +1 -1
  68. package/gridlayout/interfaces/GridLayoutColumnProps.d.ts +1 -1
  69. package/gridlayout/interfaces/GridLayoutItemProps.d.ts +1 -1
  70. package/gridlayout/interfaces/GridLayoutProps.d.ts +1 -1
  71. package/gridlayout/interfaces/GridLayoutRowProps.d.ts +1 -1
  72. package/index.d.mts +1 -1
  73. package/index.d.ts +1 -1
  74. package/index.js +2 -2
  75. package/index.mjs +6 -5
  76. package/menu/BaseMenuItemInternalProps.d.ts +1 -1
  77. package/menu/MenuProps.d.ts +1 -1
  78. package/menu/components/Menu.d.ts +1 -1
  79. package/menu/components/MenuItem.d.ts +1 -1
  80. package/menu/components/MenuItemArrow.d.ts +1 -1
  81. package/menu/components/MenuItemInternal.d.ts +1 -1
  82. package/menu/components/MenuItemLink.d.ts +1 -1
  83. package/menu/consts.d.ts +1 -1
  84. package/menu/events.d.ts +1 -1
  85. package/menu/models/BaseMenuItem.d.ts +1 -1
  86. package/menu/models/MenuItemModel.d.ts +1 -1
  87. package/menu/utils/DirectionHolder.d.ts +1 -1
  88. package/menu/utils/MouseOverHandler.d.ts +1 -1
  89. package/menu/utils/getNewItemIdUponKeyboardNavigation.d.ts +1 -1
  90. package/menu/utils/hoverDelay.d.ts +1 -1
  91. package/menu/utils/itemsIdsUtils.d.ts +1 -1
  92. package/menu/utils/misc.d.ts +1 -1
  93. package/menu/utils/prepareInputItemsForInternalWork.d.ts +1 -1
  94. package/package-metadata.d.ts +1 -1
  95. package/package.json +7 -7
  96. package/panelbar/PanelBar.d.ts +1 -1
  97. package/panelbar/PanelBarItem.d.ts +1 -1
  98. package/panelbar/interfaces/NavigationAction.d.ts +1 -1
  99. package/panelbar/interfaces/PanelBarItemClickEventArguments.d.ts +1 -1
  100. package/panelbar/interfaces/PanelBarItemProps.d.ts +1 -1
  101. package/panelbar/interfaces/PanelBarProps.d.ts +1 -1
  102. package/panelbar/interfaces/PanelBarSelectEventArguments.d.ts +1 -1
  103. package/panelbar/interfaces/RenderPanelBarItem.d.ts +1 -1
  104. package/panelbar/util.d.ts +1 -1
  105. package/splitter/Splitter.d.ts +1 -1
  106. package/splitter/SplitterBar.d.ts +1 -1
  107. package/splitter/SplitterPane.d.ts +1 -1
  108. package/splitter/messages/index.d.ts +1 -1
  109. package/stacklayout/StackLayout.d.ts +1 -1
  110. package/stacklayout/StackLayoutProps.d.ts +1 -1
  111. package/stepper/Step.d.ts +1 -1
  112. package/stepper/Stepper.d.ts +1 -1
  113. package/stepper/contants.d.ts +1 -1
  114. package/stepper/context/StepperContext.d.ts +1 -1
  115. package/stepper/interfaces/StepChangeEvent.d.ts +1 -1
  116. package/stepper/interfaces/StepFocusEvent.d.ts +1 -1
  117. package/stepper/interfaces/StepHandle.d.ts +1 -1
  118. package/stepper/interfaces/StepProps.d.ts +1 -1
  119. package/stepper/interfaces/StepperChangeEvent.d.ts +1 -1
  120. package/stepper/interfaces/StepperFocusEvent.d.ts +1 -1
  121. package/stepper/interfaces/StepperHandle.d.ts +1 -1
  122. package/stepper/interfaces/StepperProps.d.ts +1 -1
  123. package/stepper/messages/index.d.ts +1 -1
  124. package/tabstrip/TabStrip.d.ts +1 -1
  125. package/tabstrip/TabStripContent.d.ts +1 -1
  126. package/tabstrip/TabStripNavigation.d.ts +1 -1
  127. package/tabstrip/TabStripNavigationItem.d.ts +1 -1
  128. package/tabstrip/TabStripTab.d.ts +1 -1
  129. package/tilelayout/InternalTile.d.ts +1 -1
  130. package/tilelayout/ResizeHandlers.d.ts +1 -1
  131. package/tilelayout/TileLayout.d.ts +1 -1
  132. package/tilelayout/interfaces/index.d.ts +1 -1
  133. package/timeline/Timeline.d.ts +1 -1
  134. package/timeline/TimelineCard.d.ts +1 -1
  135. package/timeline/TimelineHorizontal.d.ts +1 -1
  136. package/timeline/TimelineVertical.d.ts +1 -1
  137. package/timeline/utils.d.ts +1 -1
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";
@@ -622,7 +622,7 @@ const K = {
622
622
  name: "@progress/kendo-react-layout",
623
623
  productName: "KendoReact",
624
624
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
625
- publishDate: 1703065533,
625
+ publishDate: 1704295630,
626
626
  version: "",
627
627
  licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
628
628
  }, _t = {
@@ -2101,9 +2101,10 @@ const Nn = (e) => {
2101
2101
  style: s.style,
2102
2102
  className: k(
2103
2103
  "k-card-actions",
2104
+ "k-actions",
2104
2105
  s.className,
2105
- `k-card-actions-${s.layout}`,
2106
- s.orientation !== Pe.VERTICAL ? "k-card-actions-horizontal" : "k-card-actions-vertical"
2106
+ `k-actions-${s.layout}`,
2107
+ s.orientation !== Pe.VERTICAL ? "k-actions-horizontal" : "k-actions-vertical"
2107
2108
  )
2108
2109
  },
2109
2110
  s.children
@@ -2123,7 +2124,7 @@ const wn = (e) => {
2123
2124
  {
2124
2125
  style: s.style,
2125
2126
  className: k(
2126
- "k-card-image",
2127
+ "k-card-media",
2127
2128
  s.className
2128
2129
  ),
2129
2130
  src: s.src,
@@ -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 { MenuItemModel } from './models/MenuItemModel';
@@ -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/menu/consts.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/menu/events.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 { Menu } from './components/Menu';
@@ -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 { SVGIcon } from '@progress/kendo-react-common';
@@ -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 { BaseMenuItem } from './BaseMenuItem';
@@ -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 { MenuItemInternalModel } from '../models/MenuItemModel';
@@ -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 { MenuProps } from '../MenuProps';
@@ -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 { PackageMetadata } from '@progress/kendo-licensing';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-layout",
3
- "version": "7.0.3-develop.3",
3
+ "version": "7.0.3-develop.5",
4
4
  "description": "React Layout components enable you to create a perceptive and intuitive layout of web projects. KendoReact Layout package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -23,12 +23,12 @@
23
23
  "sideEffects": false,
24
24
  "peerDependencies": {
25
25
  "@progress/kendo-licensing": "^1.3.4",
26
- "@progress/kendo-react-animation": "7.0.3-develop.3",
27
- "@progress/kendo-react-common": "7.0.3-develop.3",
28
- "@progress/kendo-react-intl": "7.0.3-develop.3",
29
- "@progress/kendo-react-popup": "7.0.3-develop.3",
30
- "@progress/kendo-react-progressbars": "7.0.3-develop.3",
31
- "@progress/kendo-svg-icons": "^2.0.0",
26
+ "@progress/kendo-react-animation": "7.0.3-develop.5",
27
+ "@progress/kendo-react-common": "7.0.3-develop.5",
28
+ "@progress/kendo-react-intl": "7.0.3-develop.5",
29
+ "@progress/kendo-react-popup": "7.0.3-develop.5",
30
+ "@progress/kendo-react-progressbars": "7.0.3-develop.5",
31
+ "@progress/kendo-svg-icons": "^2.1.0",
32
32
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
33
33
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
34
34
  },
@@ -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
  import { PanelBarItem } from '../PanelBarItem';
@@ -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 { SVGIcon } from '@progress/kendo-react-common';
@@ -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 { PanelBarSelectEventArguments } from '../..';
@@ -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 { PanelBarItemProps } from '../interfaces/PanelBarItemProps';
@@ -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 { PanelBarState } from '../PanelBar';
@@ -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
  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/stepper/Step.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
  /**
@@ -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 { StepHandle } from './StepHandle';
@@ -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 { StepHandle } from './StepHandle';
@@ -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 { SVGIcon } from '@progress/kendo-react-common';
@@ -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 { StepperHandle } from '../interfaces/StepperHandle';
@@ -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 { StepperHandle } from '../interfaces/StepperHandle';
@@ -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
  /**
@@ -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';
@@ -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 '@progress/kendo-react-common';
@@ -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 { TimelineEventProps } from './Timeline';