@progress/kendo-react-layout 14.4.1-develop.8 → 14.4.1
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.
- package/actionsheet/ActionSheet.d.ts +1 -1
- package/actionsheet/ActionSheetContent.d.ts +1 -1
- package/actionsheet/ActionSheetFooter.d.ts +1 -1
- package/actionsheet/ActionSheetHeader.d.ts +1 -1
- package/actionsheet/ActionSheetItem.d.ts +1 -1
- package/appbar/AppBar.d.ts +1 -1
- package/appbar/AppBarSection.d.ts +1 -1
- package/appbar/AppBarSpacer.d.ts +1 -1
- package/bottomnavigation/BottomNavigation.d.ts +1 -1
- package/bottomnavigation/BottomNavigationProps.d.ts +2 -2
- package/card/Avatar.d.ts +1 -1
- package/card/Card.d.ts +2 -2
- package/card/CardActions.d.ts +1 -1
- package/card/CardBody.d.ts +1 -1
- package/card/CardFooter.d.ts +1 -1
- package/card/CardHeader.d.ts +1 -1
- package/card/CardImage.d.ts +1 -1
- package/card/CardSubtitle.d.ts +1 -1
- package/card/CardTitle.d.ts +1 -1
- package/card/interfaces/CardHandle.d.ts +1 -1
- package/contextmenu/ContextMenu.d.ts +2 -2
- package/dist/cdn/js/kendo-react-layout.js +1 -1
- package/drawer/Drawer.d.ts +1 -1
- package/drawer/DrawerContent.d.ts +1 -1
- package/drawer/DrawerItem.d.ts +2 -2
- package/drawer/DrawerNavigation.d.ts +1 -1
- package/drawer/context/DrawerContext.d.ts +2 -2
- package/drawer/interfaces/DrawerProps.d.ts +3 -3
- package/expansionpanel/ExpansionPanel.d.ts +1 -1
- package/expansionpanel/index.d.ts +1 -1
- package/gridlayout/GridLayout.d.ts +1 -1
- package/gridlayout/GridLayoutItem.d.ts +1 -1
- package/gridlayout/interfaces/GridLayoutProps.d.ts +2 -2
- package/index.d.mts +39 -39
- package/index.d.ts +39 -39
- package/menu/MenuProps.d.ts +2 -2
- package/menu/components/Menu.d.ts +1 -1
- package/menu/components/MenuItem.d.ts +1 -1
- package/menu/components/MenuItemInternal.d.ts +2 -2
- package/menu/events.d.ts +1 -1
- package/menu/models/MenuItemModel.d.ts +1 -1
- package/menu/utils/getNewItemIdUponKeyboardNavigation.d.ts +1 -1
- package/menu/utils/hoverDelay.d.ts +1 -1
- package/menu/utils/prepareInputItemsForInternalWork.d.ts +1 -1
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +8 -8
- package/panelbar/PanelBarItem.d.ts +1 -1
- package/panelbar/interfaces/PanelBarItemHandle.d.ts +1 -1
- package/panelbar/interfaces/PanelBarSelectEventArguments.d.ts +1 -1
- package/panelbar/util.d.ts +2 -2
- package/stacklayout/StackLayout.d.ts +1 -1
- package/stepper/Step.d.ts +2 -2
- package/stepper/Stepper.d.ts +2 -2
- package/stepper/context/StepperContext.d.ts +3 -3
- package/stepper/interfaces/StepChangeEvent.d.ts +1 -1
- package/stepper/interfaces/StepFocusEvent.d.ts +1 -1
- package/stepper/interfaces/StepperChangeEvent.d.ts +1 -1
- package/stepper/interfaces/StepperFocusEvent.d.ts +1 -1
- package/stepper/interfaces/StepperOnNavigateEvent.d.ts +1 -1
- package/stepper/interfaces/StepperProps.d.ts +3 -3
package/drawer/Drawer.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { DrawerProps } from './interfaces/DrawerProps
|
|
8
|
+
import { DrawerProps } from './interfaces/DrawerProps';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* The Drawer ref.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { DrawerContentProps } from './interfaces/DrawerContentProps
|
|
8
|
+
import { DrawerContentProps } from './interfaces/DrawerContentProps';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* The DrawerContent ref.
|
package/drawer/DrawerItem.d.ts
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { DrawerItemHandle } from './interfaces/DrawerItemHandle
|
|
9
|
-
import { DrawerItemProps } from './interfaces/DrawerItemProps
|
|
8
|
+
import { DrawerItemHandle } from './interfaces/DrawerItemHandle';
|
|
9
|
+
import { DrawerItemProps } from './interfaces/DrawerItemProps';
|
|
10
10
|
import * as React from 'react';
|
|
11
11
|
/**
|
|
12
12
|
* Represents the [KendoReact Drawer component](https://www.telerik.com/kendo-react-ui/components/layout/drawer).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { DrawerNavigationProps } from './interfaces/DrawerNavigationProps
|
|
8
|
+
import { DrawerNavigationProps } from './interfaces/DrawerNavigationProps';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { DrawerAnimation } from '../interfaces/DrawerAnimation
|
|
9
|
-
import { DrawerItemProps } from '../interfaces/DrawerItemProps
|
|
8
|
+
import { DrawerAnimation } from '../interfaces/DrawerAnimation';
|
|
9
|
+
import { DrawerItemProps } from '../interfaces/DrawerItemProps';
|
|
10
10
|
import * as React from 'react';
|
|
11
11
|
/** @hidden */
|
|
12
12
|
export type DrawerContextType = {
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { DrawerSelectEvent } from './DrawerSelectEvent
|
|
9
|
-
import { DrawerAnimation } from '../interfaces/DrawerAnimation
|
|
10
|
-
import { DrawerItemProps } from './DrawerItemProps
|
|
8
|
+
import { DrawerSelectEvent } from './DrawerSelectEvent';
|
|
9
|
+
import { DrawerAnimation } from '../interfaces/DrawerAnimation';
|
|
10
|
+
import { DrawerItemProps } from './DrawerItemProps';
|
|
11
11
|
import * as React from 'react';
|
|
12
12
|
/**
|
|
13
13
|
* The properties of the [KendoReact Drawer component](https://www.telerik.com/kendo-react-ui/components/layout/drawer).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { ExpansionPanelHandle, ExpansionPanelProps } from './interfaces
|
|
8
|
+
import { ExpansionPanelHandle, ExpansionPanelProps } from './interfaces';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the [KendoReact ExpansionPanel component](https://www.telerik.com/kendo-react-ui/components/layout/expansionpanel).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { GridLayoutProps } from './interfaces/GridLayoutProps
|
|
8
|
+
import { GridLayoutProps } from './interfaces/GridLayoutProps';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the Object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom)
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { GridLayoutItemProps } from './interfaces/GridLayoutItemProps
|
|
8
|
+
import { GridLayoutItemProps } from './interfaces/GridLayoutItemProps';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the Object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom)
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { GridLayoutColumnProps } from './GridLayoutColumnProps
|
|
9
|
-
import { GridLayoutRowProps } from './GridLayoutRowProps
|
|
8
|
+
import { GridLayoutColumnProps } from './GridLayoutColumnProps';
|
|
9
|
+
import { GridLayoutRowProps } from './GridLayoutRowProps';
|
|
10
10
|
import * as React from 'react';
|
|
11
11
|
/**
|
|
12
12
|
* Represents the props of the [KendoReact GridLayout component](https://www.telerik.com/kendo-react-ui/components/layout/gridlayout).
|
package/index.d.mts
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { Menu as MenuClassComponent, MenuState, MenuHandle } from './menu/components/Menu.js';
|
|
9
|
-
import { MenuProps } from './menu/MenuProps
|
|
9
|
+
import { MenuProps } from './menu/MenuProps';
|
|
10
10
|
import { TabStrip as TabStripClassComponent, TabStripScrollableProps, TabStripSelectEventArguments, TabStripProps } from './tabstrip/TabStrip.js';
|
|
11
11
|
import { MenuItemInternalsList } from './menu/components/MenuItemInternal.js';
|
|
12
12
|
import { downArrowName, leftArrowName, rightArrowName } from './menu/components/MenuItemArrow.js';
|
|
@@ -23,16 +23,16 @@ export * from './tabstrip/TabStripTab.js';
|
|
|
23
23
|
export * from './panelbar/PanelBar.js';
|
|
24
24
|
export * from './panelbar/PanelBarItem.js';
|
|
25
25
|
export * from './panelbar/util.js';
|
|
26
|
-
export * from './panelbar/interfaces/PanelBarProps
|
|
27
|
-
export * from './panelbar/interfaces/PanelBarItemProps
|
|
28
|
-
export * from './panelbar/interfaces/RenderPanelBarItem
|
|
29
|
-
export * from './panelbar/interfaces/PanelBarSelectEventArguments
|
|
30
|
-
export * from './panelbar/interfaces/PanelBarItemHandle
|
|
26
|
+
export * from './panelbar/interfaces/PanelBarProps';
|
|
27
|
+
export * from './panelbar/interfaces/PanelBarItemProps';
|
|
28
|
+
export * from './panelbar/interfaces/RenderPanelBarItem';
|
|
29
|
+
export * from './panelbar/interfaces/PanelBarSelectEventArguments';
|
|
30
|
+
export * from './panelbar/interfaces/PanelBarItemHandle';
|
|
31
31
|
export * from './menu/components/MenuItemLink.js';
|
|
32
32
|
export * from './menu/components/MenuItem.js';
|
|
33
33
|
export * from './menu/components/MenuItemArrow.js';
|
|
34
|
-
export * from './menu/models/MenuItemModel
|
|
35
|
-
export * from './menu/events
|
|
34
|
+
export * from './menu/models/MenuItemModel';
|
|
35
|
+
export * from './menu/events';
|
|
36
36
|
export * from './splitter/Splitter.js';
|
|
37
37
|
export * from './splitter/SplitterPane.js';
|
|
38
38
|
export * from './card/Card.js';
|
|
@@ -43,54 +43,54 @@ export * from './card/CardActions.js';
|
|
|
43
43
|
export * from './card/CardImage.js';
|
|
44
44
|
export * from './card/CardSubtitle.js';
|
|
45
45
|
export * from './card/CardFooter.js';
|
|
46
|
-
export * from './card/interfaces/CardProps
|
|
47
|
-
export * from './card/interfaces/CardHandle
|
|
48
|
-
export * from './card/interfaces/AvatarProps
|
|
49
|
-
export * from './card/interfaces/CardActionsProps
|
|
46
|
+
export * from './card/interfaces/CardProps';
|
|
47
|
+
export * from './card/interfaces/CardHandle';
|
|
48
|
+
export * from './card/interfaces/AvatarProps';
|
|
49
|
+
export * from './card/interfaces/CardActionsProps';
|
|
50
50
|
export * from './card/interfaces/Enums.js';
|
|
51
51
|
export * from './card/Avatar.js';
|
|
52
52
|
export * from './drawer/Drawer.js';
|
|
53
|
-
export * from './drawer/interfaces/DrawerProps
|
|
53
|
+
export * from './drawer/interfaces/DrawerProps';
|
|
54
54
|
export * from './drawer/DrawerNavigation.js';
|
|
55
|
-
export * from './drawer/interfaces/DrawerNavigationProps
|
|
55
|
+
export * from './drawer/interfaces/DrawerNavigationProps';
|
|
56
56
|
export * from './drawer/DrawerContent.js';
|
|
57
|
-
export * from './drawer/interfaces/DrawerContentProps
|
|
57
|
+
export * from './drawer/interfaces/DrawerContentProps';
|
|
58
58
|
export * from './drawer/DrawerItem.js';
|
|
59
|
-
export * from './drawer/interfaces/DrawerItemHandle
|
|
60
|
-
export * from './drawer/interfaces/DrawerItemProps
|
|
61
|
-
export * from './drawer/interfaces/DrawerSelectEvent
|
|
62
|
-
export * from './drawer/interfaces/DrawerAnimation
|
|
59
|
+
export * from './drawer/interfaces/DrawerItemHandle';
|
|
60
|
+
export * from './drawer/interfaces/DrawerItemProps';
|
|
61
|
+
export * from './drawer/interfaces/DrawerSelectEvent';
|
|
62
|
+
export * from './drawer/interfaces/DrawerAnimation';
|
|
63
63
|
export * from './stepper/Stepper.js';
|
|
64
|
-
export * from './stepper/interfaces/StepperProps
|
|
65
|
-
export * from './stepper/interfaces/StepperHandle
|
|
66
|
-
export * from './stepper/interfaces/StepperChangeEvent
|
|
67
|
-
export * from './stepper/interfaces/StepperFocusEvent
|
|
64
|
+
export * from './stepper/interfaces/StepperProps';
|
|
65
|
+
export * from './stepper/interfaces/StepperHandle';
|
|
66
|
+
export * from './stepper/interfaces/StepperChangeEvent';
|
|
67
|
+
export * from './stepper/interfaces/StepperFocusEvent';
|
|
68
68
|
export * from './stepper/Step.js';
|
|
69
|
-
export * from './stepper/interfaces/StepProps
|
|
70
|
-
export * from './stepper/interfaces/StepHandle
|
|
71
|
-
export * from './stepper/interfaces/StepChangeEvent
|
|
72
|
-
export * from './stepper/interfaces/StepFocusEvent
|
|
69
|
+
export * from './stepper/interfaces/StepProps';
|
|
70
|
+
export * from './stepper/interfaces/StepHandle';
|
|
71
|
+
export * from './stepper/interfaces/StepChangeEvent';
|
|
72
|
+
export * from './stepper/interfaces/StepFocusEvent';
|
|
73
73
|
export * from './appbar/AppBar.js';
|
|
74
|
-
export * from './appbar/interfaces/AppBarProps
|
|
74
|
+
export * from './appbar/interfaces/AppBarProps';
|
|
75
75
|
export * from './appbar/AppBarSection.js';
|
|
76
|
-
export * from './appbar/interfaces/AppBarSectionProps
|
|
76
|
+
export * from './appbar/interfaces/AppBarSectionProps';
|
|
77
77
|
export * from './appbar/AppBarSpacer.js';
|
|
78
|
-
export * from './appbar/interfaces/AppBarSpacerProps
|
|
78
|
+
export * from './appbar/interfaces/AppBarSpacerProps';
|
|
79
79
|
export * from './tilelayout/TileLayout.js';
|
|
80
80
|
export * from './tilelayout/interfaces//index.js';
|
|
81
81
|
export * from './bottomnavigation/BottomNavigation.js';
|
|
82
|
-
export * from './bottomnavigation/BottomNavigationProps
|
|
82
|
+
export * from './bottomnavigation/BottomNavigationProps';
|
|
83
83
|
export * from './bottomnavigation/BottomNavigationItem.js';
|
|
84
|
-
export * from './bottomnavigation/BottomNavigationItemProps
|
|
85
|
-
export * from './bottomnavigation/models/events
|
|
84
|
+
export * from './bottomnavigation/BottomNavigationItemProps';
|
|
85
|
+
export * from './bottomnavigation/models/events';
|
|
86
86
|
export * from './stacklayout/StackLayout.js';
|
|
87
|
-
export * from './stacklayout/StackLayoutProps
|
|
87
|
+
export * from './stacklayout/StackLayoutProps';
|
|
88
88
|
export * from './gridlayout/GridLayout.js';
|
|
89
89
|
export * from './gridlayout/GridLayoutItem.js';
|
|
90
|
-
export * from './gridlayout/interfaces/GridLayoutProps
|
|
91
|
-
export * from './gridlayout/interfaces/GridLayoutItemProps
|
|
92
|
-
export * from './gridlayout/interfaces/GridLayoutRowProps
|
|
93
|
-
export * from './gridlayout/interfaces/GridLayoutColumnProps
|
|
90
|
+
export * from './gridlayout/interfaces/GridLayoutProps';
|
|
91
|
+
export * from './gridlayout/interfaces/GridLayoutItemProps';
|
|
92
|
+
export * from './gridlayout/interfaces/GridLayoutRowProps';
|
|
93
|
+
export * from './gridlayout/interfaces/GridLayoutColumnProps';
|
|
94
94
|
export * from './breadcrumb/Breadcrumb.js';
|
|
95
95
|
export * from './breadcrumb/BreadcrumbOrderedList.js';
|
|
96
96
|
export * from './breadcrumb/BreadcrumbListItem.js';
|
|
@@ -98,7 +98,7 @@ export * from './breadcrumb/BreadcrumbDelimiter.js';
|
|
|
98
98
|
export * from './breadcrumb/BreadcrumbLink.js';
|
|
99
99
|
export * from './actionsheet/ActionSheet.js';
|
|
100
100
|
export * from './actionsheet/ActionSheetItem.js';
|
|
101
|
-
export * from './actionsheet/interfaces/ActionSheetItemProps
|
|
101
|
+
export * from './actionsheet/interfaces/ActionSheetItemProps';
|
|
102
102
|
export * from './actionsheet/ActionSheetView.js';
|
|
103
103
|
export * from './actionsheet/ActionSheetHeader.js';
|
|
104
104
|
export * from './actionsheet/ActionSheetContent.js';
|
package/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { Menu as MenuClassComponent, MenuState, MenuHandle } from './menu/components/Menu.js';
|
|
9
|
-
import { MenuProps } from './menu/MenuProps
|
|
9
|
+
import { MenuProps } from './menu/MenuProps';
|
|
10
10
|
import { TabStrip as TabStripClassComponent, TabStripScrollableProps, TabStripSelectEventArguments, TabStripProps } from './tabstrip/TabStrip.js';
|
|
11
11
|
import { MenuItemInternalsList } from './menu/components/MenuItemInternal.js';
|
|
12
12
|
import { downArrowName, leftArrowName, rightArrowName } from './menu/components/MenuItemArrow.js';
|
|
@@ -23,16 +23,16 @@ export * from './tabstrip/TabStripTab.js';
|
|
|
23
23
|
export * from './panelbar/PanelBar.js';
|
|
24
24
|
export * from './panelbar/PanelBarItem.js';
|
|
25
25
|
export * from './panelbar/util.js';
|
|
26
|
-
export * from './panelbar/interfaces/PanelBarProps
|
|
27
|
-
export * from './panelbar/interfaces/PanelBarItemProps
|
|
28
|
-
export * from './panelbar/interfaces/RenderPanelBarItem
|
|
29
|
-
export * from './panelbar/interfaces/PanelBarSelectEventArguments
|
|
30
|
-
export * from './panelbar/interfaces/PanelBarItemHandle
|
|
26
|
+
export * from './panelbar/interfaces/PanelBarProps';
|
|
27
|
+
export * from './panelbar/interfaces/PanelBarItemProps';
|
|
28
|
+
export * from './panelbar/interfaces/RenderPanelBarItem';
|
|
29
|
+
export * from './panelbar/interfaces/PanelBarSelectEventArguments';
|
|
30
|
+
export * from './panelbar/interfaces/PanelBarItemHandle';
|
|
31
31
|
export * from './menu/components/MenuItemLink.js';
|
|
32
32
|
export * from './menu/components/MenuItem.js';
|
|
33
33
|
export * from './menu/components/MenuItemArrow.js';
|
|
34
|
-
export * from './menu/models/MenuItemModel
|
|
35
|
-
export * from './menu/events
|
|
34
|
+
export * from './menu/models/MenuItemModel';
|
|
35
|
+
export * from './menu/events';
|
|
36
36
|
export * from './splitter/Splitter.js';
|
|
37
37
|
export * from './splitter/SplitterPane.js';
|
|
38
38
|
export * from './card/Card.js';
|
|
@@ -43,54 +43,54 @@ export * from './card/CardActions.js';
|
|
|
43
43
|
export * from './card/CardImage.js';
|
|
44
44
|
export * from './card/CardSubtitle.js';
|
|
45
45
|
export * from './card/CardFooter.js';
|
|
46
|
-
export * from './card/interfaces/CardProps
|
|
47
|
-
export * from './card/interfaces/CardHandle
|
|
48
|
-
export * from './card/interfaces/AvatarProps
|
|
49
|
-
export * from './card/interfaces/CardActionsProps
|
|
46
|
+
export * from './card/interfaces/CardProps';
|
|
47
|
+
export * from './card/interfaces/CardHandle';
|
|
48
|
+
export * from './card/interfaces/AvatarProps';
|
|
49
|
+
export * from './card/interfaces/CardActionsProps';
|
|
50
50
|
export * from './card/interfaces/Enums.js';
|
|
51
51
|
export * from './card/Avatar.js';
|
|
52
52
|
export * from './drawer/Drawer.js';
|
|
53
|
-
export * from './drawer/interfaces/DrawerProps
|
|
53
|
+
export * from './drawer/interfaces/DrawerProps';
|
|
54
54
|
export * from './drawer/DrawerNavigation.js';
|
|
55
|
-
export * from './drawer/interfaces/DrawerNavigationProps
|
|
55
|
+
export * from './drawer/interfaces/DrawerNavigationProps';
|
|
56
56
|
export * from './drawer/DrawerContent.js';
|
|
57
|
-
export * from './drawer/interfaces/DrawerContentProps
|
|
57
|
+
export * from './drawer/interfaces/DrawerContentProps';
|
|
58
58
|
export * from './drawer/DrawerItem.js';
|
|
59
|
-
export * from './drawer/interfaces/DrawerItemHandle
|
|
60
|
-
export * from './drawer/interfaces/DrawerItemProps
|
|
61
|
-
export * from './drawer/interfaces/DrawerSelectEvent
|
|
62
|
-
export * from './drawer/interfaces/DrawerAnimation
|
|
59
|
+
export * from './drawer/interfaces/DrawerItemHandle';
|
|
60
|
+
export * from './drawer/interfaces/DrawerItemProps';
|
|
61
|
+
export * from './drawer/interfaces/DrawerSelectEvent';
|
|
62
|
+
export * from './drawer/interfaces/DrawerAnimation';
|
|
63
63
|
export * from './stepper/Stepper.js';
|
|
64
|
-
export * from './stepper/interfaces/StepperProps
|
|
65
|
-
export * from './stepper/interfaces/StepperHandle
|
|
66
|
-
export * from './stepper/interfaces/StepperChangeEvent
|
|
67
|
-
export * from './stepper/interfaces/StepperFocusEvent
|
|
64
|
+
export * from './stepper/interfaces/StepperProps';
|
|
65
|
+
export * from './stepper/interfaces/StepperHandle';
|
|
66
|
+
export * from './stepper/interfaces/StepperChangeEvent';
|
|
67
|
+
export * from './stepper/interfaces/StepperFocusEvent';
|
|
68
68
|
export * from './stepper/Step.js';
|
|
69
|
-
export * from './stepper/interfaces/StepProps
|
|
70
|
-
export * from './stepper/interfaces/StepHandle
|
|
71
|
-
export * from './stepper/interfaces/StepChangeEvent
|
|
72
|
-
export * from './stepper/interfaces/StepFocusEvent
|
|
69
|
+
export * from './stepper/interfaces/StepProps';
|
|
70
|
+
export * from './stepper/interfaces/StepHandle';
|
|
71
|
+
export * from './stepper/interfaces/StepChangeEvent';
|
|
72
|
+
export * from './stepper/interfaces/StepFocusEvent';
|
|
73
73
|
export * from './appbar/AppBar.js';
|
|
74
|
-
export * from './appbar/interfaces/AppBarProps
|
|
74
|
+
export * from './appbar/interfaces/AppBarProps';
|
|
75
75
|
export * from './appbar/AppBarSection.js';
|
|
76
|
-
export * from './appbar/interfaces/AppBarSectionProps
|
|
76
|
+
export * from './appbar/interfaces/AppBarSectionProps';
|
|
77
77
|
export * from './appbar/AppBarSpacer.js';
|
|
78
|
-
export * from './appbar/interfaces/AppBarSpacerProps
|
|
78
|
+
export * from './appbar/interfaces/AppBarSpacerProps';
|
|
79
79
|
export * from './tilelayout/TileLayout.js';
|
|
80
80
|
export * from './tilelayout/interfaces//index.js';
|
|
81
81
|
export * from './bottomnavigation/BottomNavigation.js';
|
|
82
|
-
export * from './bottomnavigation/BottomNavigationProps
|
|
82
|
+
export * from './bottomnavigation/BottomNavigationProps';
|
|
83
83
|
export * from './bottomnavigation/BottomNavigationItem.js';
|
|
84
|
-
export * from './bottomnavigation/BottomNavigationItemProps
|
|
85
|
-
export * from './bottomnavigation/models/events
|
|
84
|
+
export * from './bottomnavigation/BottomNavigationItemProps';
|
|
85
|
+
export * from './bottomnavigation/models/events';
|
|
86
86
|
export * from './stacklayout/StackLayout.js';
|
|
87
|
-
export * from './stacklayout/StackLayoutProps
|
|
87
|
+
export * from './stacklayout/StackLayoutProps';
|
|
88
88
|
export * from './gridlayout/GridLayout.js';
|
|
89
89
|
export * from './gridlayout/GridLayoutItem.js';
|
|
90
|
-
export * from './gridlayout/interfaces/GridLayoutProps
|
|
91
|
-
export * from './gridlayout/interfaces/GridLayoutItemProps
|
|
92
|
-
export * from './gridlayout/interfaces/GridLayoutRowProps
|
|
93
|
-
export * from './gridlayout/interfaces/GridLayoutColumnProps
|
|
90
|
+
export * from './gridlayout/interfaces/GridLayoutProps';
|
|
91
|
+
export * from './gridlayout/interfaces/GridLayoutItemProps';
|
|
92
|
+
export * from './gridlayout/interfaces/GridLayoutRowProps';
|
|
93
|
+
export * from './gridlayout/interfaces/GridLayoutColumnProps';
|
|
94
94
|
export * from './breadcrumb/Breadcrumb.js';
|
|
95
95
|
export * from './breadcrumb/BreadcrumbOrderedList.js';
|
|
96
96
|
export * from './breadcrumb/BreadcrumbListItem.js';
|
|
@@ -98,7 +98,7 @@ export * from './breadcrumb/BreadcrumbDelimiter.js';
|
|
|
98
98
|
export * from './breadcrumb/BreadcrumbLink.js';
|
|
99
99
|
export * from './actionsheet/ActionSheet.js';
|
|
100
100
|
export * from './actionsheet/ActionSheetItem.js';
|
|
101
|
-
export * from './actionsheet/interfaces/ActionSheetItemProps
|
|
101
|
+
export * from './actionsheet/interfaces/ActionSheetItemProps';
|
|
102
102
|
export * from './actionsheet/ActionSheetView.js';
|
|
103
103
|
export * from './actionsheet/ActionSheetHeader.js';
|
|
104
104
|
export * from './actionsheet/ActionSheetContent.js';
|
package/menu/MenuProps.d.ts
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { MenuItemModel } from './models/MenuItemModel
|
|
9
|
-
import { MenuSelectEvent, MenuCloseEvent } from './events
|
|
8
|
+
import { MenuItemModel } from './models/MenuItemModel';
|
|
9
|
+
import { MenuSelectEvent, MenuCloseEvent } from './events';
|
|
10
10
|
import { PopupAnimation } from '@progress/kendo-react-popup';
|
|
11
11
|
/**
|
|
12
12
|
* The properties of the [KendoReact Menu component](https://www.telerik.com/kendo-react-ui/components/layout/menu).
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { default as PropTypes } from 'prop-types';
|
|
9
|
-
import { MenuProps } from '../MenuProps
|
|
9
|
+
import { MenuProps } from '../MenuProps';
|
|
10
10
|
import * as React from 'react';
|
|
11
11
|
/**
|
|
12
12
|
* @hidden
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { default as PropTypes } from 'prop-types';
|
|
9
|
-
import { BaseMenuItem } from '../models/BaseMenuItem
|
|
9
|
+
import { BaseMenuItem } from '../models/BaseMenuItem';
|
|
10
10
|
import * as React from 'react';
|
|
11
11
|
/**
|
|
12
12
|
* The properties of the KendoReact MenuItem component ([more information and examples](https://www.telerik.com/kendo-react-ui/components/layout/menu/items/items)).
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { MenuItemInternalModel } from '../models/MenuItemModel
|
|
8
|
+
import { MenuItemInternalModel } from '../models/MenuItemModel';
|
|
9
9
|
import { PopupAnimation } from '@progress/kendo-react-popup';
|
|
10
|
-
import { BaseMenuItemInternalProps } from './../BaseMenuItemInternalProps
|
|
10
|
+
import { BaseMenuItemInternalProps } from './../BaseMenuItemInternalProps';
|
|
11
11
|
import * as React from 'react';
|
|
12
12
|
/**
|
|
13
13
|
* @hidden
|
package/menu/events.d.ts
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { Menu } from './components/Menu.js';
|
|
9
|
-
import { MenuItemModel } from './models/MenuItemModel
|
|
9
|
+
import { MenuItemModel } from './models/MenuItemModel';
|
|
10
10
|
import { BaseEvent } from '@progress/kendo-react-common';
|
|
11
11
|
import { PopupCloseEvent } from '@progress/kendo-react-popup';
|
|
12
12
|
/**
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { BaseMenuItem } from './BaseMenuItem
|
|
8
|
+
import { BaseMenuItem } from './BaseMenuItem';
|
|
9
9
|
/**
|
|
10
10
|
* The interface for describing items that can be passed to the `items` property of the Menu as an alternative to passing them as children.
|
|
11
11
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { MenuItemInternalModel } from '../models/MenuItemModel
|
|
8
|
+
import { MenuItemInternalModel } from '../models/MenuItemModel';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
* Returns the `itemId` (string) for applicable key codes even when the id has not changed.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { MenuProps } from '../MenuProps
|
|
8
|
+
import { MenuProps } from '../MenuProps';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { MenuItemModel } from '../models/MenuItemModel
|
|
8
|
+
import { MenuItemModel } from '../models/MenuItemModel';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
package/package-metadata.js
CHANGED
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=Object.freeze({name:"@progress/kendo-react-layout",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate:
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=Object.freeze({name:"@progress/kendo-react-layout",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate: 1777886164,version:"14.4.1",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"});exports.packageMetadata=e;
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = Object.freeze({
|
|
|
7
7
|
productName: 'KendoReact',
|
|
8
8
|
productCode: 'KENDOUIREACT',
|
|
9
9
|
productCodes: ['KENDOUIREACT'],
|
|
10
|
-
publishDate:
|
|
11
|
-
version: '14.4.1
|
|
10
|
+
publishDate: 1777886164,
|
|
11
|
+
version: '14.4.1',
|
|
12
12
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/components/my-license/'
|
|
13
13
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-layout",
|
|
3
|
-
"version": "14.4.1
|
|
3
|
+
"version": "14.4.1",
|
|
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",
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"sideEffects": false,
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"@progress/kendo-licensing": "^1.7.2",
|
|
29
|
-
"@progress/kendo-react-animation": "14.4.1
|
|
30
|
-
"@progress/kendo-react-buttons": "14.4.1
|
|
31
|
-
"@progress/kendo-react-common": "14.4.1
|
|
32
|
-
"@progress/kendo-react-intl": "14.4.1
|
|
33
|
-
"@progress/kendo-react-popup": "14.4.1
|
|
34
|
-
"@progress/kendo-react-progressbars": "14.4.1
|
|
29
|
+
"@progress/kendo-react-animation": "14.4.1",
|
|
30
|
+
"@progress/kendo-react-buttons": "14.4.1",
|
|
31
|
+
"@progress/kendo-react-common": "14.4.1",
|
|
32
|
+
"@progress/kendo-react-intl": "14.4.1",
|
|
33
|
+
"@progress/kendo-react-popup": "14.4.1",
|
|
34
|
+
"@progress/kendo-react-progressbars": "14.4.1",
|
|
35
35
|
"@progress/kendo-svg-icons": "^4.0.0",
|
|
36
36
|
"react": "^18.0.0 || ^19.0.0",
|
|
37
37
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"package": {
|
|
77
77
|
"productName": "KendoReact",
|
|
78
78
|
"productCode": "KENDOUIREACT",
|
|
79
|
-
"publishDate":
|
|
79
|
+
"publishDate": 1777886164,
|
|
80
80
|
"licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
81
81
|
}
|
|
82
82
|
},
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { PanelBarItemProps } from '../index.js';
|
|
9
|
-
import { PanelBarItemHandle } from './interfaces/PanelBarItemHandle
|
|
9
|
+
import { PanelBarItemHandle } from './interfaces/PanelBarItemHandle';
|
|
10
10
|
import * as React from 'react';
|
|
11
11
|
/**
|
|
12
12
|
* Represents the PanelBarItem component.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { PanelBarItemProps } from './PanelBarItemProps
|
|
8
|
+
import { PanelBarItemProps } from './PanelBarItemProps';
|
|
9
9
|
/**
|
|
10
10
|
* Represents the handle of the PanelBarItem component.
|
|
11
11
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { PanelBarItemProps } from '../interfaces/PanelBarItemProps
|
|
8
|
+
import { PanelBarItemProps } from '../interfaces/PanelBarItemProps';
|
|
9
9
|
/**
|
|
10
10
|
* The arguments that are passed to the `onSelect` callback function.
|
|
11
11
|
*/
|
package/panelbar/util.d.ts
CHANGED
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { PanelBarState } from './PanelBar.js';
|
|
9
|
-
import { RenderPanelBarItem } from './interfaces/RenderPanelBarItem
|
|
9
|
+
import { RenderPanelBarItem } from './interfaces/RenderPanelBarItem';
|
|
10
10
|
import { PanelBarItemProps } from '../index.js';
|
|
11
|
-
import { PanelBarExpandMode } from './interfaces/PanelBarProps
|
|
11
|
+
import { PanelBarExpandMode } from './interfaces/PanelBarProps';
|
|
12
12
|
import { NavigationAction } from './interfaces/NavigationAction.js';
|
|
13
13
|
import * as React from 'react';
|
|
14
14
|
/**
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { StackLayoutProps } from './StackLayoutProps
|
|
8
|
+
import { StackLayoutProps } from './StackLayoutProps';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the Object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom)
|
package/stepper/Step.d.ts
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { StepHandle } from './interfaces/StepHandle
|
|
9
|
-
import { StepProps } from './interfaces/StepProps
|
|
8
|
+
import { StepHandle } from './interfaces/StepHandle';
|
|
9
|
+
import { StepProps } from './interfaces/StepProps';
|
|
10
10
|
import * as React from 'react';
|
|
11
11
|
/**
|
|
12
12
|
* Represents the [KendoReact Step component](https://www.telerik.com/kendo-react-ui/components/layout/stepper).
|
package/stepper/Stepper.d.ts
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { StepperProps } from './interfaces/StepperProps
|
|
9
|
-
import { StepperHandle } from './interfaces/StepperHandle
|
|
8
|
+
import { StepperProps } from './interfaces/StepperProps';
|
|
9
|
+
import { StepperHandle } from './interfaces/StepperHandle';
|
|
10
10
|
import * as React from 'react';
|
|
11
11
|
/**
|
|
12
12
|
* Represents the [KendoReact Stepper component](https://www.telerik.com/kendo-react-ui/components/layout/stepper).
|