@progress/kendo-react-layout 13.3.0-develop.1 → 13.3.0-develop.3
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/dist/cdn/js/kendo-react-layout.js +1 -1
- package/index.d.mts +164 -164
- package/index.d.ts +164 -164
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +8 -8
package/index.d.mts
CHANGED
|
@@ -21,7 +21,7 @@ import { RefAttributes } from 'react';
|
|
|
21
21
|
import { SVGIcon } from '@progress/kendo-react-common';
|
|
22
22
|
|
|
23
23
|
/**
|
|
24
|
-
* Represents the [KendoReact ActionSheet](
|
|
24
|
+
* Represents the [KendoReact ActionSheet](https://www.telerik.com/kendo-react-ui/components/layout/actionsheet) component.
|
|
25
25
|
*/
|
|
26
26
|
export declare const ActionSheet: React_2.ForwardRefExoticComponent<ActionSheetProps & React_2.RefAttributes<ActionSheetHandle | null>>;
|
|
27
27
|
|
|
@@ -407,7 +407,7 @@ export declare const ActionSheetViewDisplayName = "ActionSheetView";
|
|
|
407
407
|
export declare const addYearsFlags: (eventsData: TimelineEventProps[]) => (TimelineEventProps | yearFlagProps)[];
|
|
408
408
|
|
|
409
409
|
/**
|
|
410
|
-
* Represents the [KendoReact AppBar component](
|
|
410
|
+
* Represents the [KendoReact AppBar component](https://www.telerik.com/kendo-react-ui/components/layout/appbar).
|
|
411
411
|
* Used to display information, actions, branding titles and additional navigation on the current screen.
|
|
412
412
|
*
|
|
413
413
|
* @example
|
|
@@ -456,7 +456,7 @@ export declare interface AppBarHandle {
|
|
|
456
456
|
}
|
|
457
457
|
|
|
458
458
|
/**
|
|
459
|
-
* Specifies the AppBar position ([see example](
|
|
459
|
+
* Specifies the AppBar position ([see example](https://www.telerik.com/kendo-react-ui/components/layout/appbar/positioning#toc-position)).
|
|
460
460
|
*
|
|
461
461
|
* * The possible values are:
|
|
462
462
|
* * 'top' (Default)
|
|
@@ -466,7 +466,7 @@ export declare interface AppBarHandle {
|
|
|
466
466
|
export declare type AppBarPosition = 'top' | 'bottom';
|
|
467
467
|
|
|
468
468
|
/**
|
|
469
|
-
* Specifies the AppBar position mode ([see example](
|
|
469
|
+
* Specifies the AppBar position mode ([see example](https://www.telerik.com/kendo-react-ui/components/layout/appbar/positioning#toc-position-mode)).
|
|
470
470
|
*
|
|
471
471
|
* * The possible values are:
|
|
472
472
|
* * 'static' (Default)
|
|
@@ -476,7 +476,7 @@ export declare type AppBarPosition = 'top' | 'bottom';
|
|
|
476
476
|
export declare type AppBarPositionMode = 'static' | 'sticky' | 'fixed';
|
|
477
477
|
|
|
478
478
|
/**
|
|
479
|
-
* Represents the props of the [KendoReact AppBar component](
|
|
479
|
+
* Represents the props of the [KendoReact AppBar component](https://www.telerik.com/kendo-react-ui/components/layout/appbar).
|
|
480
480
|
* Used to display information, actions, branding titles and additional navigation on the current screen.
|
|
481
481
|
*/
|
|
482
482
|
export declare interface AppBarProps {
|
|
@@ -519,7 +519,7 @@ export declare interface AppBarProps {
|
|
|
519
519
|
*/
|
|
520
520
|
id?: string;
|
|
521
521
|
/**
|
|
522
|
-
* Specifies the AppBar position ([see example](
|
|
522
|
+
* Specifies the AppBar position ([see example](https://www.telerik.com/kendo-react-ui/components/layout/appbar/positioning#toc-position)).
|
|
523
523
|
*
|
|
524
524
|
* * The possible values are:
|
|
525
525
|
* * 'top' (Default)
|
|
@@ -534,7 +534,7 @@ export declare interface AppBarProps {
|
|
|
534
534
|
*/
|
|
535
535
|
position?: AppBarPosition;
|
|
536
536
|
/**
|
|
537
|
-
* Specifies the AppBar position mode ([see example](
|
|
537
|
+
* Specifies the AppBar position mode ([see example](https://www.telerik.com/kendo-react-ui/components/layout/appbar/positioning#toc-position-mode)).
|
|
538
538
|
*
|
|
539
539
|
* * The possible values are:
|
|
540
540
|
* * 'static' (Default)
|
|
@@ -550,7 +550,7 @@ export declare interface AppBarProps {
|
|
|
550
550
|
*/
|
|
551
551
|
positionMode?: AppBarPositionMode;
|
|
552
552
|
/**
|
|
553
|
-
* Specifies the AppBar theme color ([see example](
|
|
553
|
+
* Specifies the AppBar theme color ([see example](https://www.telerik.com/kendo-react-ui/components/layout/appbar/appearance)).
|
|
554
554
|
*
|
|
555
555
|
* * The possible values are:
|
|
556
556
|
* * `light` (Default)
|
|
@@ -576,7 +576,7 @@ export declare interface AppBarProps {
|
|
|
576
576
|
}
|
|
577
577
|
|
|
578
578
|
/**
|
|
579
|
-
* Represents the [KendoReact AppBarSection component](
|
|
579
|
+
* Represents the [KendoReact AppBarSection component](https://www.telerik.com/kendo-react-ui/components/layout/appbar/content-arrangement#toc-sections).
|
|
580
580
|
*
|
|
581
581
|
* @example
|
|
582
582
|
* ```jsx
|
|
@@ -624,7 +624,7 @@ export declare interface AppBarSectionHandle {
|
|
|
624
624
|
}
|
|
625
625
|
|
|
626
626
|
/**
|
|
627
|
-
* Represents the props of the [KendoReact AppBarSection component](
|
|
627
|
+
* Represents the props of the [KendoReact AppBarSection component](https://www.telerik.com/kendo-react-ui/components/layout/appbar/content-arrangement#toc-sections).
|
|
628
628
|
*/
|
|
629
629
|
export declare interface AppBarSectionProps {
|
|
630
630
|
/**
|
|
@@ -642,7 +642,7 @@ export declare interface AppBarSectionProps {
|
|
|
642
642
|
}
|
|
643
643
|
|
|
644
644
|
/**
|
|
645
|
-
* Represents the [KendoReact AppBarSpacer component](
|
|
645
|
+
* Represents the [KendoReact AppBarSpacer component](https://www.telerik.com/kendo-react-ui/components/layout/appbar/content-arrangement#toc-spacings).
|
|
646
646
|
* Used to give additional white space between the AppBar sections and provides a way for customizing its width.
|
|
647
647
|
*
|
|
648
648
|
* @example
|
|
@@ -691,7 +691,7 @@ export declare interface AppBarSpacerHandle {
|
|
|
691
691
|
}
|
|
692
692
|
|
|
693
693
|
/**
|
|
694
|
-
* Represents the props of the [KendoReact AppBarSpacer component](
|
|
694
|
+
* Represents the props of the [KendoReact AppBarSpacer component](https://www.telerik.com/kendo-react-ui/components/layout/appbar/content-arrangement#toc-spacings).
|
|
695
695
|
* Used to give additional white space between the AppBar sections and provides a way for customizing its width.
|
|
696
696
|
*/
|
|
697
697
|
export declare interface AppBarSpacerProps {
|
|
@@ -710,7 +710,7 @@ export declare interface AppBarSpacerProps {
|
|
|
710
710
|
}
|
|
711
711
|
|
|
712
712
|
/**
|
|
713
|
-
* Specifies the AppBar theme color ([see example](
|
|
713
|
+
* Specifies the AppBar theme color ([see example](https://www.telerik.com/kendo-react-ui/components/layout/appbar/appearance)).
|
|
714
714
|
*
|
|
715
715
|
* * The possible values are:
|
|
716
716
|
* * `light` (Default)
|
|
@@ -879,43 +879,43 @@ export declare enum avatarType {
|
|
|
879
879
|
*/
|
|
880
880
|
declare interface BaseMenuItem {
|
|
881
881
|
/**
|
|
882
|
-
* Specifies the item text ([see example](
|
|
882
|
+
* Specifies the item text ([see example](https://www.telerik.com/kendo-react-ui/components/layout/menu/items/properties#toc-text)).
|
|
883
883
|
*/
|
|
884
884
|
text?: string;
|
|
885
885
|
/**
|
|
886
|
-
* Specifies a URL which is rendered as a `href` attribute on the item link ([see example](
|
|
886
|
+
* Specifies a URL which is rendered as a `href` attribute on the item link ([see example](https://www.telerik.com/kendo-react-ui/components/layout/menu/items/properties#toc-url)).
|
|
887
887
|
*/
|
|
888
888
|
url?: string;
|
|
889
889
|
/**
|
|
890
|
-
* Specifies the name of the [font icon](
|
|
890
|
+
* Specifies the name of the [font icon](https://www.telerik.com/kendo-react-ui/components/styling/icons#toc-list-of-font-icons) that will be rendered for the item ([see example](https://www.telerik.com/kendo-react-ui/components/layout/menu/items/properties#toc-icon)).
|
|
891
891
|
*/
|
|
892
892
|
icon?: string;
|
|
893
893
|
/**
|
|
894
|
-
* Specifies the SVG icon that will be rendered for the item ([see example](
|
|
894
|
+
* Specifies the SVG icon that will be rendered for the item ([see example](https://www.telerik.com/kendo-react-ui/components/layout/menu/items/properties#toc-icon)).
|
|
895
895
|
*/
|
|
896
896
|
svgIcon?: SVGIcon;
|
|
897
897
|
/**
|
|
898
|
-
* Specifies if the item is disabled ([see example](
|
|
898
|
+
* Specifies if the item is disabled ([see example](https://www.telerik.com/kendo-react-ui/components/layout/menu/items/properties#toc-disabled-items)).
|
|
899
899
|
*/
|
|
900
900
|
disabled?: boolean;
|
|
901
901
|
/**
|
|
902
|
-
* The additional CSS classes that will be rendered on the item ([see example](
|
|
902
|
+
* The additional CSS classes that will be rendered on the item ([see example](https://www.telerik.com/kendo-react-ui/components/layout/menu/items/properties#toc-styles-and-classes)).
|
|
903
903
|
*/
|
|
904
904
|
cssClass?: string;
|
|
905
905
|
/**
|
|
906
|
-
* The CSS styles that will be rendered on the item ([see example](
|
|
906
|
+
* The CSS styles that will be rendered on the item ([see example](https://www.telerik.com/kendo-react-ui/components/layout/menu/items/properties#toc-styles-and-classes)).
|
|
907
907
|
*/
|
|
908
908
|
cssStyle?: React.CSSProperties;
|
|
909
909
|
/**
|
|
910
|
-
* A React functional or class component which is used for rendering the innermost part of the Menu item ([see example](
|
|
910
|
+
* A React functional or class component which is used for rendering the innermost part of the Menu item ([see example](https://www.telerik.com/kendo-react-ui/components/layout/menu/items/rendering#toc-items)). By default, the innermost item part includes only the text for the item.
|
|
911
911
|
*/
|
|
912
912
|
render?: any;
|
|
913
913
|
/**
|
|
914
|
-
* A React functional or class component which is used for rendering the link of the item ([see example](
|
|
914
|
+
* A React functional or class component which is used for rendering the link of the item ([see example](https://www.telerik.com/kendo-react-ui/components/layout/menu/items/rendering#toc-links)). The item link is a part of the visual representation of the item which, by default, includes an arrow, icon, and text.
|
|
915
915
|
*/
|
|
916
916
|
linkRender?: any;
|
|
917
917
|
/**
|
|
918
|
-
* A React functional or class component which is used for rendering content instead of the item children ([see example](
|
|
918
|
+
* A React functional or class component which is used for rendering content instead of the item children ([see example](https://www.telerik.com/kendo-react-ui/components/layout/menu/items/rendering#toc-content)).
|
|
919
919
|
*/
|
|
920
920
|
contentRender?: any;
|
|
921
921
|
/**
|
|
@@ -955,7 +955,7 @@ declare interface BaseMenuItemInternalProps {
|
|
|
955
955
|
}
|
|
956
956
|
|
|
957
957
|
/**
|
|
958
|
-
* Represents the [KendoReact BottomNavigation component](
|
|
958
|
+
* Represents the [KendoReact BottomNavigation component](https://www.telerik.com/kendo-react-ui/components/layout/bottomnavigation).
|
|
959
959
|
* Used to switch between primary destinations in an application.
|
|
960
960
|
*
|
|
961
961
|
* @example
|
|
@@ -984,7 +984,7 @@ export declare interface BottomNavigationEvent extends BaseEvent<BottomNavigatio
|
|
|
984
984
|
|
|
985
985
|
/**
|
|
986
986
|
* The BottomNavigation fill style
|
|
987
|
-
* ([see example](
|
|
987
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/bottomnavigation/appearance#toc-fill)).
|
|
988
988
|
*
|
|
989
989
|
* The possible values are:
|
|
990
990
|
* * `flat`(Default) — Sets the theme color as the text color. The background will be white.
|
|
@@ -1009,13 +1009,13 @@ export declare interface BottomNavigationHandle {
|
|
|
1009
1009
|
}
|
|
1010
1010
|
|
|
1011
1011
|
/**
|
|
1012
|
-
* Represents the [KendoReact BottomNavigationItem component](
|
|
1012
|
+
* Represents the [KendoReact BottomNavigationItem component](https://www.telerik.com/kendo-react-ui/components/layout/bottomnavigation).
|
|
1013
1013
|
*/
|
|
1014
1014
|
export declare const BottomNavigationItem: React_2.ForwardRefExoticComponent<Omit<BottomNavigationItemProps, "ref"> & React_2.RefAttributes<BottomNavigationItemHandle | null>>;
|
|
1015
1015
|
|
|
1016
1016
|
/**
|
|
1017
1017
|
* Specifies how the icon and text label are positioned in each BottomNavigation item
|
|
1018
|
-
* ([see example](
|
|
1018
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/bottomnavigation/content-types#toc-item-flow)).
|
|
1019
1019
|
*
|
|
1020
1020
|
* The possible values are:
|
|
1021
1021
|
* * `vertical`(Default) — Renders the text below the icon.
|
|
@@ -1145,7 +1145,7 @@ export declare interface BottomNavigationItemProps {
|
|
|
1145
1145
|
|
|
1146
1146
|
/**
|
|
1147
1147
|
* Specifies the BottomNavigation position and behavior when the page is scrolled
|
|
1148
|
-
* ([see example](
|
|
1148
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/bottomnavigation/positioning#toc-position-mode)).
|
|
1149
1149
|
*
|
|
1150
1150
|
* The possible values are:
|
|
1151
1151
|
* * `fixed`(Default) — The BottomNavigation always stays at the bottom of the viewport, regardless of the page scroll position.
|
|
@@ -1156,7 +1156,7 @@ export declare interface BottomNavigationItemProps {
|
|
|
1156
1156
|
export declare type BottomNavigationPositionMode = 'sticky' | 'fixed';
|
|
1157
1157
|
|
|
1158
1158
|
/**
|
|
1159
|
-
* Represents the props of the [KendoReact BottomNavigation component](
|
|
1159
|
+
* Represents the props of the [KendoReact BottomNavigation component](https://www.telerik.com/kendo-react-ui/components/layout/bottomnavigation).
|
|
1160
1160
|
*/
|
|
1161
1161
|
export declare interface BottomNavigationProps {
|
|
1162
1162
|
/**
|
|
@@ -1197,7 +1197,7 @@ export declare interface BottomNavigationProps {
|
|
|
1197
1197
|
dir?: string;
|
|
1198
1198
|
/**
|
|
1199
1199
|
* Specifies the BottomNavigation theme color
|
|
1200
|
-
* ([see example](
|
|
1200
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/bottomnavigation/appearance#toc-theme-color)).
|
|
1201
1201
|
*
|
|
1202
1202
|
* The possible values are:
|
|
1203
1203
|
* * `primary` (Default) — Applies coloring based on the primary theme color.
|
|
@@ -1221,7 +1221,7 @@ export declare interface BottomNavigationProps {
|
|
|
1221
1221
|
themeColor?: BottomNavigationThemeColor;
|
|
1222
1222
|
/**
|
|
1223
1223
|
* The BottomNavigation fill style
|
|
1224
|
-
* ([see example](
|
|
1224
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/bottomnavigation/appearance#toc-fill)).
|
|
1225
1225
|
*
|
|
1226
1226
|
* The possible values are:
|
|
1227
1227
|
* * `flat`(Default) — Sets the theme color as the text color. The background will be white.
|
|
@@ -1232,7 +1232,7 @@ export declare interface BottomNavigationProps {
|
|
|
1232
1232
|
fillMode?: BottomNavigationFill;
|
|
1233
1233
|
/**
|
|
1234
1234
|
* Specifies the BottomNavigation position and behavior when the page is scrolled
|
|
1235
|
-
* ([see example](
|
|
1235
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/bottomnavigation/positioning#toc-position-mode)).
|
|
1236
1236
|
*
|
|
1237
1237
|
* The possible values are:
|
|
1238
1238
|
* * `fixed`(Default) — The BottomNavigation always stays at the bottom of the viewport, regardless of the page scroll position.
|
|
@@ -1250,7 +1250,7 @@ export declare interface BottomNavigationProps {
|
|
|
1250
1250
|
positionMode?: BottomNavigationPositionMode;
|
|
1251
1251
|
/**
|
|
1252
1252
|
* Specifies how the icon and text label are positioned in each BottomNavigation item
|
|
1253
|
-
* ([see example](
|
|
1253
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/bottomnavigation/content-types#toc-item-flow)).
|
|
1254
1254
|
*
|
|
1255
1255
|
* The possible values are:
|
|
1256
1256
|
* * `vertical`(Default) — Renders the text below the icon.
|
|
@@ -1287,7 +1287,7 @@ export declare interface BottomNavigationProps {
|
|
|
1287
1287
|
*/
|
|
1288
1288
|
disabled?: boolean;
|
|
1289
1289
|
/**
|
|
1290
|
-
* The collection of items that will be rendered in the BottomNavigation ([see example](
|
|
1290
|
+
* The collection of items that will be rendered in the BottomNavigation ([see example](https://www.telerik.com/kendo-react-ui/components/layout/bottomnavigation)).
|
|
1291
1291
|
*
|
|
1292
1292
|
* @example
|
|
1293
1293
|
* ```jsx
|
|
@@ -1298,7 +1298,7 @@ export declare interface BottomNavigationProps {
|
|
|
1298
1298
|
items?: Array<BottomNavigationItemProps>;
|
|
1299
1299
|
/**
|
|
1300
1300
|
* Overrides the default component's content responsible for visualizing a single item
|
|
1301
|
-
* ([see example](
|
|
1301
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/bottomnavigation/custom-rendering#toc-custom-rendering)).
|
|
1302
1302
|
*
|
|
1303
1303
|
* @example
|
|
1304
1304
|
* ```jsx
|
|
@@ -1309,7 +1309,7 @@ export declare interface BottomNavigationProps {
|
|
|
1309
1309
|
item?: React.ComponentType<BottomNavigationItemProps>;
|
|
1310
1310
|
/**
|
|
1311
1311
|
* Fires when a BottomNavigation item is about to be rendered
|
|
1312
|
-
* ([see example](
|
|
1312
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/bottomnavigation/custom-rendering#toc-item-render-property)).
|
|
1313
1313
|
* Used to override the default appearance of the items.
|
|
1314
1314
|
*/
|
|
1315
1315
|
itemRender?: (span: React.ReactElement<HTMLSpanElement>, itemProps: BottomNavigationItemProps) => React.ReactNode;
|
|
@@ -1349,7 +1349,7 @@ export declare interface BottomNavigationSelectEvent extends BaseEvent<BottomNav
|
|
|
1349
1349
|
|
|
1350
1350
|
/**
|
|
1351
1351
|
* Specifies the BottomNavigation theme color.
|
|
1352
|
-
* ([see example](
|
|
1352
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/bottomnavigation/appearance#toc-theme-color)).
|
|
1353
1353
|
*
|
|
1354
1354
|
* The possible values are:
|
|
1355
1355
|
* * `primary` (Default) — Applies coloring based on the primary theme color.
|
|
@@ -1390,7 +1390,7 @@ export declare interface BreadcrumbDelimiterHandle {
|
|
|
1390
1390
|
}
|
|
1391
1391
|
|
|
1392
1392
|
/**
|
|
1393
|
-
* Represents the props of [BreadcrumbDelimiter](
|
|
1393
|
+
* Represents the props of [BreadcrumbDelimiter](https://www.telerik.com/kendo-react-ui/components/layout/api/breadcrumbdelimiter) component.
|
|
1394
1394
|
*/
|
|
1395
1395
|
export declare interface BreadcrumbDelimiterProps {
|
|
1396
1396
|
/**
|
|
@@ -1522,7 +1522,7 @@ export declare interface BreadcrumbLinkMouseEvent extends BaseEvent<BreadcrumbLi
|
|
|
1522
1522
|
}
|
|
1523
1523
|
|
|
1524
1524
|
/**
|
|
1525
|
-
* Represents the properties of [BreadcrumbLink](
|
|
1525
|
+
* Represents the properties of [BreadcrumbLink](https://www.telerik.com/kendo-react-ui/components/layout/api/breadcrumblink) component.
|
|
1526
1526
|
*/
|
|
1527
1527
|
export declare interface BreadcrumbLinkProps {
|
|
1528
1528
|
/**
|
|
@@ -1607,7 +1607,7 @@ export declare interface BreadcrumbListItemHandle {
|
|
|
1607
1607
|
}
|
|
1608
1608
|
|
|
1609
1609
|
/**
|
|
1610
|
-
* Represents the properties of [BreadcrumbListItem](
|
|
1610
|
+
* Represents the properties of [BreadcrumbListItem](https://www.telerik.com/kendo-react-ui/components/layout/api/breadcrumblistitem) component.
|
|
1611
1611
|
*/
|
|
1612
1612
|
export declare interface BreadcrumbListItemProps {
|
|
1613
1613
|
/**
|
|
@@ -1656,7 +1656,7 @@ export declare interface BreadcrumbOrderedListHandle {
|
|
|
1656
1656
|
}
|
|
1657
1657
|
|
|
1658
1658
|
/**
|
|
1659
|
-
* Represents the properties of [BreadcrumbOrderedList](
|
|
1659
|
+
* Represents the properties of [BreadcrumbOrderedList](https://www.telerik.com/kendo-react-ui/components/layout/api/breadcrumborderedlist) component.
|
|
1660
1660
|
*/
|
|
1661
1661
|
export declare interface BreadcrumbOrderedListProps {
|
|
1662
1662
|
/**
|
|
@@ -1694,7 +1694,7 @@ export declare interface BreadcrumbOrderedListProps {
|
|
|
1694
1694
|
}
|
|
1695
1695
|
|
|
1696
1696
|
/**
|
|
1697
|
-
* Represents the props of [Breadcrumb](
|
|
1697
|
+
* Represents the props of [Breadcrumb](https://www.telerik.com/kendo-react-ui/components/layout/api/breadcrumb) component.
|
|
1698
1698
|
*/
|
|
1699
1699
|
export declare interface BreadcrumbProps {
|
|
1700
1700
|
/**
|
|
@@ -2276,7 +2276,7 @@ export declare enum cardType {
|
|
|
2276
2276
|
export declare const contentDisplayName = "ActionSheetContent";
|
|
2277
2277
|
|
|
2278
2278
|
/**
|
|
2279
|
-
* Represents the [KendoReact ContextMenu component](
|
|
2279
|
+
* Represents the [KendoReact ContextMenu component](https://www.telerik.com/kendo-react-ui/components/layout/contextmenu).
|
|
2280
2280
|
*/
|
|
2281
2281
|
export declare const ContextMenu: {
|
|
2282
2282
|
(props: ContextMenuProps): JSX.Element;
|
|
@@ -2284,7 +2284,7 @@ export declare const ContextMenu: {
|
|
|
2284
2284
|
};
|
|
2285
2285
|
|
|
2286
2286
|
/**
|
|
2287
|
-
* The props of the [KendoReact ContextMenu component](
|
|
2287
|
+
* The props of the [KendoReact ContextMenu component](https://www.telerik.com/kendo-react-ui/components/layout/contextmenu).
|
|
2288
2288
|
*/
|
|
2289
2289
|
export declare interface ContextMenuProps extends Omit<MenuProps, 'onClose' | 'openOnClick' | 'hoverOpenDelay' | 'hoverCloseDelay'> {
|
|
2290
2290
|
/**
|
|
@@ -2349,7 +2349,7 @@ export declare interface DataModel {
|
|
|
2349
2349
|
export declare const downArrowName = "caret-alt-down";
|
|
2350
2350
|
|
|
2351
2351
|
/**
|
|
2352
|
-
* Represents the [KendoReact Drawer component](
|
|
2352
|
+
* Represents the [KendoReact Drawer component](https://www.telerik.com/kendo-react-ui/components/layout/drawer).
|
|
2353
2353
|
*
|
|
2354
2354
|
* @example
|
|
2355
2355
|
* ```jsx
|
|
@@ -2389,13 +2389,13 @@ export declare interface DrawerAnimation {
|
|
|
2389
2389
|
*/
|
|
2390
2390
|
type?: 'slide';
|
|
2391
2391
|
/**
|
|
2392
|
-
* Specifies the duration of the Drawer animation ([see example](
|
|
2392
|
+
* Specifies the duration of the Drawer animation ([see example](https://www.telerik.com/kendo-react-ui/components/layout/drawer/display_modes#toc-expand-modes)) .
|
|
2393
2393
|
*/
|
|
2394
2394
|
duration: number;
|
|
2395
2395
|
}
|
|
2396
2396
|
|
|
2397
2397
|
/**
|
|
2398
|
-
* Represents the [KendoReact Drawer component](
|
|
2398
|
+
* Represents the [KendoReact Drawer component](https://www.telerik.com/kendo-react-ui/components/layout/drawer).
|
|
2399
2399
|
*
|
|
2400
2400
|
* @example
|
|
2401
2401
|
* ```jsx
|
|
@@ -2436,7 +2436,7 @@ export declare interface DrawerContentHandle {
|
|
|
2436
2436
|
}
|
|
2437
2437
|
|
|
2438
2438
|
/**
|
|
2439
|
-
* The properties of the [KendoReact DrawerContent component](
|
|
2439
|
+
* The properties of the [KendoReact DrawerContent component](https://www.telerik.com/kendo-react-ui/components/layout/drawer).
|
|
2440
2440
|
*/
|
|
2441
2441
|
export declare interface DrawerContentProps {
|
|
2442
2442
|
/**
|
|
@@ -2468,7 +2468,7 @@ export declare interface DrawerHandle {
|
|
|
2468
2468
|
}
|
|
2469
2469
|
|
|
2470
2470
|
/**
|
|
2471
|
-
* Represents the [KendoReact Drawer component](
|
|
2471
|
+
* Represents the [KendoReact Drawer component](https://www.telerik.com/kendo-react-ui/components/layout/drawer).
|
|
2472
2472
|
*
|
|
2473
2473
|
* @example
|
|
2474
2474
|
* ```jsx
|
|
@@ -2636,7 +2636,7 @@ export declare interface DrawerItemProps {
|
|
|
2636
2636
|
}
|
|
2637
2637
|
|
|
2638
2638
|
/**
|
|
2639
|
-
* Represents the [KendoReact Drawer component](
|
|
2639
|
+
* Represents the [KendoReact Drawer component](https://www.telerik.com/kendo-react-ui/components/layout/drawer).
|
|
2640
2640
|
*
|
|
2641
2641
|
* @example
|
|
2642
2642
|
* ```jsx
|
|
@@ -2678,7 +2678,7 @@ export declare interface DrawerNavigationHandle {
|
|
|
2678
2678
|
}
|
|
2679
2679
|
|
|
2680
2680
|
/**
|
|
2681
|
-
* The properties of the [KendoReact DrawerNavigation component](
|
|
2681
|
+
* The properties of the [KendoReact DrawerNavigation component](https://www.telerik.com/kendo-react-ui/components/layout/drawer).
|
|
2682
2682
|
*/
|
|
2683
2683
|
export declare interface DrawerNavigationProps {
|
|
2684
2684
|
/**
|
|
@@ -2696,7 +2696,7 @@ export declare interface DrawerNavigationProps {
|
|
|
2696
2696
|
}
|
|
2697
2697
|
|
|
2698
2698
|
/**
|
|
2699
|
-
* The properties of the [KendoReact Drawer component](
|
|
2699
|
+
* The properties of the [KendoReact Drawer component](https://www.telerik.com/kendo-react-ui/components/layout/drawer).
|
|
2700
2700
|
*/
|
|
2701
2701
|
export declare interface DrawerProps {
|
|
2702
2702
|
/**
|
|
@@ -2712,7 +2712,7 @@ export declare interface DrawerProps {
|
|
|
2712
2712
|
animation?: boolean | DrawerAnimation;
|
|
2713
2713
|
/**
|
|
2714
2714
|
* Specifies the state of the Drawer
|
|
2715
|
-
* ([see example](
|
|
2715
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/drawer/expanded_state)).
|
|
2716
2716
|
*
|
|
2717
2717
|
* Example:
|
|
2718
2718
|
* ```jsx
|
|
@@ -2747,7 +2747,7 @@ export declare interface DrawerProps {
|
|
|
2747
2747
|
dir?: string;
|
|
2748
2748
|
/**
|
|
2749
2749
|
* Specifies the mode in which the Drawer will be displayed
|
|
2750
|
-
* ([see example](
|
|
2750
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/drawer/display_modes#toc-expand-modes)).
|
|
2751
2751
|
*
|
|
2752
2752
|
* Example:
|
|
2753
2753
|
* ```jsx
|
|
@@ -2759,7 +2759,7 @@ export declare interface DrawerProps {
|
|
|
2759
2759
|
mode?: 'overlay' | 'push';
|
|
2760
2760
|
/**
|
|
2761
2761
|
* Specifies the position of the Drawer
|
|
2762
|
-
* ([see example](
|
|
2762
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/drawer/positioning)).
|
|
2763
2763
|
*
|
|
2764
2764
|
* Example:
|
|
2765
2765
|
* ```jsx
|
|
@@ -2784,7 +2784,7 @@ export declare interface DrawerProps {
|
|
|
2784
2784
|
tabIndex?: number;
|
|
2785
2785
|
/**
|
|
2786
2786
|
* Enables the mini (compact) view of the Drawer which is displayed when the component is collapsed
|
|
2787
|
-
* ([see example](
|
|
2787
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/drawer/display_modes#toc-mini-view)).
|
|
2788
2788
|
*
|
|
2789
2789
|
* Example:
|
|
2790
2790
|
* ```jsx
|
|
@@ -2817,7 +2817,7 @@ export declare interface DrawerProps {
|
|
|
2817
2817
|
width?: number;
|
|
2818
2818
|
/**
|
|
2819
2819
|
* The collection of items that will be rendered in the Drawer
|
|
2820
|
-
* ([see example](
|
|
2820
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/drawer)).
|
|
2821
2821
|
*
|
|
2822
2822
|
* Example:
|
|
2823
2823
|
* ```jsx
|
|
@@ -2827,7 +2827,7 @@ export declare interface DrawerProps {
|
|
|
2827
2827
|
items?: Array<DrawerItemProps>;
|
|
2828
2828
|
/**
|
|
2829
2829
|
* Overrides the default component responsible for visualizing a single item
|
|
2830
|
-
* ([see example](
|
|
2830
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/drawer/custom_rendering)).
|
|
2831
2831
|
*
|
|
2832
2832
|
* Example:
|
|
2833
2833
|
* ```jsx
|
|
@@ -2889,7 +2889,7 @@ export declare interface EventDataProps {
|
|
|
2889
2889
|
}
|
|
2890
2890
|
|
|
2891
2891
|
/**
|
|
2892
|
-
* Represents the [KendoReact ExpansionPanel component](
|
|
2892
|
+
* Represents the [KendoReact ExpansionPanel component](https://www.telerik.com/kendo-react-ui/components/layout/expansionpanel).
|
|
2893
2893
|
*/
|
|
2894
2894
|
export declare const ExpansionPanel: React_2.ForwardRefExoticComponent<ExpansionPanelProps & React_2.RefAttributes<ExpansionPanelHandle | null>>;
|
|
2895
2895
|
|
|
@@ -3028,7 +3028,7 @@ export declare const getFocusedChild: (flattenChildren: any, step: number, event
|
|
|
3028
3028
|
export declare const getInitialState: (props: any, expandMode: PanelBarExpandMode, result?: PanelBarState, parentExpanded?: boolean, parentPrivateKey?: string[]) => PanelBarState;
|
|
3029
3029
|
|
|
3030
3030
|
/**
|
|
3031
|
-
* Represents the [KendoReact GridLayout component](
|
|
3031
|
+
* Represents the [KendoReact GridLayout component](https://www.telerik.com/kendo-react-ui/components/layout/gridlayout).
|
|
3032
3032
|
* Arranges the contents of the component in rows and columns in a grid structure.
|
|
3033
3033
|
*
|
|
3034
3034
|
* @example
|
|
@@ -3081,11 +3081,11 @@ export declare interface GridLayoutAlign {
|
|
|
3081
3081
|
}
|
|
3082
3082
|
|
|
3083
3083
|
/**
|
|
3084
|
-
* Represents the props of the [KendoReact GridLayout column](
|
|
3084
|
+
* Represents the props of the [KendoReact GridLayout column](https://www.telerik.com/kendo-react-ui/components/layout/gridlayout).
|
|
3085
3085
|
*/
|
|
3086
3086
|
export declare interface GridLayoutColumnProps {
|
|
3087
3087
|
/**
|
|
3088
|
-
* Specifies the width of the GridLayout column ([see example](
|
|
3088
|
+
* Specifies the width of the GridLayout column ([see example](https://www.telerik.com/kendo-react-ui/components/layout/gridlayout#kendoreact-gridlayout-overview)).
|
|
3089
3089
|
*
|
|
3090
3090
|
* Example:
|
|
3091
3091
|
* ```jsx
|
|
@@ -3121,7 +3121,7 @@ export declare interface GridLayoutHandle {
|
|
|
3121
3121
|
}
|
|
3122
3122
|
|
|
3123
3123
|
/**
|
|
3124
|
-
* Represents the [KendoReact GridLayoutItem component](
|
|
3124
|
+
* Represents the [KendoReact GridLayoutItem component](https://www.telerik.com/kendo-react-ui/components/layout/gridlayout).
|
|
3125
3125
|
*
|
|
3126
3126
|
* @example
|
|
3127
3127
|
* ```jsx
|
|
@@ -3158,11 +3158,11 @@ export declare interface GridLayoutItemHandle {
|
|
|
3158
3158
|
}
|
|
3159
3159
|
|
|
3160
3160
|
/**
|
|
3161
|
-
* Represents the props of the [KendoReact GridLayoutItem component](
|
|
3161
|
+
* Represents the props of the [KendoReact GridLayoutItem component](https://www.telerik.com/kendo-react-ui/components/layout/gridlayout).
|
|
3162
3162
|
*/
|
|
3163
3163
|
export declare interface GridLayoutItemProps {
|
|
3164
3164
|
/**
|
|
3165
|
-
* The React elements that will be rendered inside the GridLayoutItem ([see example](
|
|
3165
|
+
* The React elements that will be rendered inside the GridLayoutItem ([see example](https://www.telerik.com/kendo-react-ui/components/layout/gridlayout/items#toc-items)).
|
|
3166
3166
|
*
|
|
3167
3167
|
* Example:
|
|
3168
3168
|
* ```jsx
|
|
@@ -3171,7 +3171,7 @@ export declare interface GridLayoutItemProps {
|
|
|
3171
3171
|
*/
|
|
3172
3172
|
children?: React_2.ReactNode;
|
|
3173
3173
|
/**
|
|
3174
|
-
* Sets additional CSS classes to the GridLayoutItem ([see example](
|
|
3174
|
+
* Sets additional CSS classes to the GridLayoutItem ([see example](https://www.telerik.com/kendo-react-ui/components/layout/gridlayout/items#toc-items)).
|
|
3175
3175
|
*
|
|
3176
3176
|
* Example:
|
|
3177
3177
|
* ```jsx
|
|
@@ -3180,7 +3180,7 @@ export declare interface GridLayoutItemProps {
|
|
|
3180
3180
|
*/
|
|
3181
3181
|
className?: string;
|
|
3182
3182
|
/**
|
|
3183
|
-
* Sets additional CSS styles to the GridLayoutItem ([see example](
|
|
3183
|
+
* Sets additional CSS styles to the GridLayoutItem ([see example](https://www.telerik.com/kendo-react-ui/components/layout/gridlayout/items#toc-items)).
|
|
3184
3184
|
*
|
|
3185
3185
|
* Example:
|
|
3186
3186
|
* ```jsx
|
|
@@ -3189,7 +3189,7 @@ export declare interface GridLayoutItemProps {
|
|
|
3189
3189
|
*/
|
|
3190
3190
|
style?: React_2.CSSProperties;
|
|
3191
3191
|
/**
|
|
3192
|
-
* Sets the `id` property of the root GridLayoutItem element ([see example](
|
|
3192
|
+
* Sets the `id` property of the root GridLayoutItem element ([see example](https://www.telerik.com/kendo-react-ui/components/layout/gridlayout/items#toc-items)).
|
|
3193
3193
|
*
|
|
3194
3194
|
* Example:
|
|
3195
3195
|
* ```jsx
|
|
@@ -3198,7 +3198,7 @@ export declare interface GridLayoutItemProps {
|
|
|
3198
3198
|
*/
|
|
3199
3199
|
id?: string;
|
|
3200
3200
|
/**
|
|
3201
|
-
* Defines the column line from which the element will start ([see example](
|
|
3201
|
+
* Defines the column line from which the element will start ([see example](https://www.telerik.com/kendo-react-ui/components/layout/gridlayout/items#toc-items)).
|
|
3202
3202
|
*
|
|
3203
3203
|
* Example:
|
|
3204
3204
|
* ```jsx
|
|
@@ -3207,7 +3207,7 @@ export declare interface GridLayoutItemProps {
|
|
|
3207
3207
|
*/
|
|
3208
3208
|
col?: number;
|
|
3209
3209
|
/**
|
|
3210
|
-
* Specifies the number of columns over which the element will span ([see example](
|
|
3210
|
+
* Specifies the number of columns over which the element will span ([see example](https://www.telerik.com/kendo-react-ui/components/layout/gridlayout/items#toc-items)).
|
|
3211
3211
|
* Defaults to `1`.
|
|
3212
3212
|
*
|
|
3213
3213
|
* Example:
|
|
@@ -3217,7 +3217,7 @@ export declare interface GridLayoutItemProps {
|
|
|
3217
3217
|
*/
|
|
3218
3218
|
colSpan?: number;
|
|
3219
3219
|
/**
|
|
3220
|
-
* Defines the row line from which the element will start ([see example](
|
|
3220
|
+
* Defines the row line from which the element will start ([see example](https://www.telerik.com/kendo-react-ui/components/layout/gridlayout/items#toc-items)).
|
|
3221
3221
|
*
|
|
3222
3222
|
* Example:
|
|
3223
3223
|
* ```jsx
|
|
@@ -3226,7 +3226,7 @@ export declare interface GridLayoutItemProps {
|
|
|
3226
3226
|
*/
|
|
3227
3227
|
row?: number;
|
|
3228
3228
|
/**
|
|
3229
|
-
* Specifies the number of rows over which the element will span ([see example](
|
|
3229
|
+
* Specifies the number of rows over which the element will span ([see example](https://www.telerik.com/kendo-react-ui/components/layout/gridlayout/items#toc-items)).
|
|
3230
3230
|
* Defaults to `1`.
|
|
3231
3231
|
*
|
|
3232
3232
|
* Example:
|
|
@@ -3238,11 +3238,11 @@ export declare interface GridLayoutItemProps {
|
|
|
3238
3238
|
}
|
|
3239
3239
|
|
|
3240
3240
|
/**
|
|
3241
|
-
* Represents the props of the [KendoReact GridLayout component](
|
|
3241
|
+
* Represents the props of the [KendoReact GridLayout component](https://www.telerik.com/kendo-react-ui/components/layout/gridlayout).
|
|
3242
3242
|
*/
|
|
3243
3243
|
export declare interface GridLayoutProps {
|
|
3244
3244
|
/**
|
|
3245
|
-
* The React elements that will be rendered inside the GridLayout ([see example](
|
|
3245
|
+
* The React elements that will be rendered inside the GridLayout ([see example](https://www.telerik.com/kendo-react-ui/components/layout/gridlayout#toc-children)).
|
|
3246
3246
|
*
|
|
3247
3247
|
* Example:
|
|
3248
3248
|
* ```jsx
|
|
@@ -3254,7 +3254,7 @@ export declare interface GridLayoutProps {
|
|
|
3254
3254
|
*/
|
|
3255
3255
|
children?: React_2.ReactNode;
|
|
3256
3256
|
/**
|
|
3257
|
-
* Sets additional CSS classes to the GridLayout ([see example](
|
|
3257
|
+
* Sets additional CSS classes to the GridLayout ([see example](https://www.telerik.com/kendo-react-ui/components/layout/gridlayout#toc-classname)).
|
|
3258
3258
|
*
|
|
3259
3259
|
* Example:
|
|
3260
3260
|
* ```jsx
|
|
@@ -3263,7 +3263,7 @@ export declare interface GridLayoutProps {
|
|
|
3263
3263
|
*/
|
|
3264
3264
|
className?: string;
|
|
3265
3265
|
/**
|
|
3266
|
-
* Sets additional CSS styles to the GridLayout ([see example](
|
|
3266
|
+
* Sets additional CSS styles to the GridLayout ([see example](https://www.telerik.com/kendo-react-ui/components/layout/gridlayout#toc-style)).
|
|
3267
3267
|
*
|
|
3268
3268
|
* Example:
|
|
3269
3269
|
* ```jsx
|
|
@@ -3272,7 +3272,7 @@ export declare interface GridLayoutProps {
|
|
|
3272
3272
|
*/
|
|
3273
3273
|
style?: React_2.CSSProperties;
|
|
3274
3274
|
/**
|
|
3275
|
-
* Sets the `id` property of the root GridLayout element ([see example](
|
|
3275
|
+
* Sets the `id` property of the root GridLayout element ([see example](https://www.telerik.com/kendo-react-ui/components/layout/gridlayout#toc-id)).
|
|
3276
3276
|
*
|
|
3277
3277
|
* Example:
|
|
3278
3278
|
* ```jsx
|
|
@@ -3281,7 +3281,7 @@ export declare interface GridLayoutProps {
|
|
|
3281
3281
|
*/
|
|
3282
3282
|
id?: string;
|
|
3283
3283
|
/**
|
|
3284
|
-
* Specifies the gaps between the elements ([see example](
|
|
3284
|
+
* Specifies the gaps between the elements ([see example](https://www.telerik.com/kendo-react-ui/components/layout/gridlayout/layout#toc-gaps)).
|
|
3285
3285
|
*
|
|
3286
3286
|
* * The possible keys are:
|
|
3287
3287
|
* * `rows`
|
|
@@ -3294,7 +3294,7 @@ export declare interface GridLayoutProps {
|
|
|
3294
3294
|
*/
|
|
3295
3295
|
gap?: GridLayoutGap;
|
|
3296
3296
|
/**
|
|
3297
|
-
* Specifies the horizontal and vertical alignment of the inner GridLayout elements ([see example](
|
|
3297
|
+
* Specifies the horizontal and vertical alignment of the inner GridLayout elements ([see example](https://www.telerik.com/kendo-react-ui/components/layout/gridlayout/layout#horizontal-alignment)).
|
|
3298
3298
|
*
|
|
3299
3299
|
* The possible keys are:
|
|
3300
3300
|
* * `horizontal`—Defines the possible horizontal alignment of the inner GridLayout elements.
|
|
@@ -3315,7 +3315,7 @@ export declare interface GridLayoutProps {
|
|
|
3315
3315
|
*/
|
|
3316
3316
|
align?: GridLayoutAlign;
|
|
3317
3317
|
/**
|
|
3318
|
-
* Specifies the default number of columns and their widths ([see example](
|
|
3318
|
+
* Specifies the default number of columns and their widths ([see example](https://www.telerik.com/kendo-react-ui/components/layout/gridlayout/layout#toc-rows-and-columns)).
|
|
3319
3319
|
*
|
|
3320
3320
|
* Example:
|
|
3321
3321
|
* ```jsx
|
|
@@ -3324,7 +3324,7 @@ export declare interface GridLayoutProps {
|
|
|
3324
3324
|
*/
|
|
3325
3325
|
cols?: GridLayoutColumnProps[];
|
|
3326
3326
|
/**
|
|
3327
|
-
* Specifies the default number of rows and their height ([see example](
|
|
3327
|
+
* Specifies the default number of rows and their height ([see example](https://www.telerik.com/kendo-react-ui/components/layout/gridlayout/layout#toc-rows-and-columns)).
|
|
3328
3328
|
*
|
|
3329
3329
|
* Example:
|
|
3330
3330
|
* ```jsx
|
|
@@ -3335,11 +3335,11 @@ export declare interface GridLayoutProps {
|
|
|
3335
3335
|
}
|
|
3336
3336
|
|
|
3337
3337
|
/**
|
|
3338
|
-
* Represents the props of the [KendoReact GridLayout row](
|
|
3338
|
+
* Represents the props of the [KendoReact GridLayout row](https://www.telerik.com/kendo-react-ui/components/layout/gridlayout).
|
|
3339
3339
|
*/
|
|
3340
3340
|
export declare interface GridLayoutRowProps {
|
|
3341
3341
|
/**
|
|
3342
|
-
* Specifies the height of the GridLayout row ([see example](
|
|
3342
|
+
* Specifies the height of the GridLayout row ([see example](https://www.telerik.com/kendo-react-ui/components/layout/gridlayout#kendoreact-gridlayout-overview)).
|
|
3343
3343
|
*
|
|
3344
3344
|
* Example:
|
|
3345
3345
|
* ```jsx
|
|
@@ -3373,7 +3373,7 @@ export declare const leftArrowName = "caret-alt-left";
|
|
|
3373
3373
|
export declare const Menu: ForwardRefExoticComponent<MenuProps & RefAttributes<any>>;
|
|
3374
3374
|
|
|
3375
3375
|
/**
|
|
3376
|
-
* Represents the [KendoReact Menu component](
|
|
3376
|
+
* Represents the [KendoReact Menu component](https://www.telerik.com/kendo-react-ui/components/layout/menu).
|
|
3377
3377
|
*
|
|
3378
3378
|
* @remarks
|
|
3379
3379
|
* Supported children components are: {@link MenuItem}.
|
|
@@ -3648,18 +3648,18 @@ export declare interface MenuItemModel extends BaseMenuItem {
|
|
|
3648
3648
|
}
|
|
3649
3649
|
|
|
3650
3650
|
/**
|
|
3651
|
-
* The properties of the KendoReact MenuItem component ([more information and examples](
|
|
3651
|
+
* The properties of the KendoReact MenuItem component ([more information and examples](https://www.telerik.com/kendo-react-ui/components/layout/menu/items/items)).
|
|
3652
3652
|
*/
|
|
3653
3653
|
export declare interface MenuItemProps extends BaseMenuItem {
|
|
3654
3654
|
}
|
|
3655
3655
|
|
|
3656
3656
|
/**
|
|
3657
|
-
* The properties of the [KendoReact Menu component](
|
|
3657
|
+
* The properties of the [KendoReact Menu component](https://www.telerik.com/kendo-react-ui/components/layout/menu).
|
|
3658
3658
|
*/
|
|
3659
3659
|
export declare interface MenuProps {
|
|
3660
3660
|
/**
|
|
3661
3661
|
* Specifies whether the Menu will be vertical
|
|
3662
|
-
* ([see example](
|
|
3662
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/menu/vertical)).
|
|
3663
3663
|
*
|
|
3664
3664
|
* @example
|
|
3665
3665
|
* ```jsx
|
|
@@ -3731,7 +3731,7 @@ export declare interface MenuProps {
|
|
|
3731
3731
|
dir?: string;
|
|
3732
3732
|
/**
|
|
3733
3733
|
* Specifies the delay in milliseconds before the Menu items are closed on
|
|
3734
|
-
* item mouse-leave ([see example](
|
|
3734
|
+
* item mouse-leave ([see example](https://www.telerik.com/kendo-react-ui/components/layout/menu/open-close#toc-delay-on-hover)).
|
|
3735
3735
|
* Used to avoid accidental closure on leaving.
|
|
3736
3736
|
*
|
|
3737
3737
|
* @example
|
|
@@ -3744,7 +3744,7 @@ export declare interface MenuProps {
|
|
|
3744
3744
|
hoverOpenDelay?: number;
|
|
3745
3745
|
/**
|
|
3746
3746
|
* Specifies the delay in milliseconds before the Menu items are closed on item mouse-leave
|
|
3747
|
-
* ([see example](
|
|
3747
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/menu/open-close#toc-delay-on-hover)).
|
|
3748
3748
|
*
|
|
3749
3749
|
* @example
|
|
3750
3750
|
* ```jsx
|
|
@@ -3767,7 +3767,7 @@ export declare interface MenuProps {
|
|
|
3767
3767
|
openOnClick?: boolean;
|
|
3768
3768
|
/**
|
|
3769
3769
|
* A React functional or class component which is used for rendering the innermost part of
|
|
3770
|
-
* the Menu item ([see example](
|
|
3770
|
+
* the Menu item ([see example](https://www.telerik.com/kendo-react-ui/components/layout/menu/items/rendering#toc-items)).
|
|
3771
3771
|
* By default, the innermost item part includes only the text for the item.
|
|
3772
3772
|
*
|
|
3773
3773
|
* @example
|
|
@@ -3779,7 +3779,7 @@ export declare interface MenuProps {
|
|
|
3779
3779
|
itemRender?: any;
|
|
3780
3780
|
/**
|
|
3781
3781
|
* A React functional or class component which is used for rendering the link of the item
|
|
3782
|
-
* ([see example](
|
|
3782
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/menu/items/rendering#toc-links)).
|
|
3783
3783
|
* The item link is a part of the visual representation of the item which, by default, includes an arrow, icon, and text.
|
|
3784
3784
|
*
|
|
3785
3785
|
* @example
|
|
@@ -3871,7 +3871,7 @@ declare enum NavigationAction {
|
|
|
3871
3871
|
}
|
|
3872
3872
|
|
|
3873
3873
|
/**
|
|
3874
|
-
* Represents the [KendoReact PanelBar component](
|
|
3874
|
+
* Represents the [KendoReact PanelBar component](https://www.telerik.com/kendo-react-ui/components/layout/panelbar).
|
|
3875
3875
|
*
|
|
3876
3876
|
* @remarks
|
|
3877
3877
|
* Supported children components are: {@link PanelBarItem}.
|
|
@@ -4004,7 +4004,7 @@ declare interface PanelBarItemClickEventArguments {
|
|
|
4004
4004
|
*/
|
|
4005
4005
|
export declare interface PanelBarItemProps {
|
|
4006
4006
|
/**
|
|
4007
|
-
* Allows individual animation control over the child ([see example](
|
|
4007
|
+
* Allows individual animation control over the child ([see example](https://www.telerik.com/kendo-react-ui/components/layout/panelbar/animations)). By default, it is controlled by the PanelBar component.
|
|
4008
4008
|
*/
|
|
4009
4009
|
animation?: boolean;
|
|
4010
4010
|
/**
|
|
@@ -4021,14 +4021,14 @@ export declare interface PanelBarItemProps {
|
|
|
4021
4021
|
headerClassName?: string;
|
|
4022
4022
|
/**
|
|
4023
4023
|
* Sets the initial expanded state of the PanelBarItem
|
|
4024
|
-
* ([see example](
|
|
4024
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/panelbar/items/states#toc-expanded-items)). Controlled by the PanelBar component.
|
|
4025
4025
|
*
|
|
4026
4026
|
* @default false
|
|
4027
4027
|
*/
|
|
4028
4028
|
expanded?: boolean;
|
|
4029
4029
|
/**
|
|
4030
4030
|
* Sets the disabled state of the PanelBarItem
|
|
4031
|
-
* ([see example](
|
|
4031
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/panelbar/items/states#toc-disabled-items)).
|
|
4032
4032
|
*
|
|
4033
4033
|
* @default false
|
|
4034
4034
|
*/
|
|
@@ -4043,34 +4043,34 @@ export declare interface PanelBarItemProps {
|
|
|
4043
4043
|
level?: number;
|
|
4044
4044
|
/**
|
|
4045
4045
|
* Defines an icon that will be rendered next to the title
|
|
4046
|
-
* ([see example](
|
|
4046
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/panelbar/items/titles#toc-adding-icons)).
|
|
4047
4047
|
*/
|
|
4048
4048
|
icon?: string;
|
|
4049
4049
|
/**
|
|
4050
4050
|
* Defines an SVG icon that will be rendered next to the title
|
|
4051
|
-
* ([see example](
|
|
4051
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/panelbar/items/titles#toc-adding-icons)).
|
|
4052
4052
|
*/
|
|
4053
4053
|
svgIcon?: SVGIcon;
|
|
4054
4054
|
/**
|
|
4055
4055
|
* Defines an icon with a custom CSS class that will be rendered next to the title
|
|
4056
|
-
* ([see example](
|
|
4056
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/panelbar/items/titles#toc-adding-icons)).
|
|
4057
4057
|
*/
|
|
4058
4058
|
iconClass?: string;
|
|
4059
4059
|
/**
|
|
4060
4060
|
* Defines the location of the image that will be displayed next to the title
|
|
4061
|
-
* ([see example](
|
|
4061
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/panelbar/items/titles#toc-adding-images)).
|
|
4062
4062
|
*/
|
|
4063
4063
|
imageUrl?: string;
|
|
4064
4064
|
/**
|
|
4065
4065
|
* Sets the initial selected state of the PanelBarItem. Controlled by the PanelBarItem component
|
|
4066
|
-
* ([see example](
|
|
4066
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/panelbar/items/states#toc-selected-items)).
|
|
4067
4067
|
*
|
|
4068
4068
|
* @default false
|
|
4069
4069
|
*/
|
|
4070
4070
|
selected?: boolean;
|
|
4071
4071
|
/**
|
|
4072
4072
|
* Sets the title of the PanelBar item
|
|
4073
|
-
* ([see example](
|
|
4073
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/panelbar/items/titles#toc-getting-started)).
|
|
4074
4074
|
*/
|
|
4075
4075
|
title?: React.ReactNode;
|
|
4076
4076
|
/**
|
|
@@ -4091,7 +4091,7 @@ export declare interface PanelBarItemProps {
|
|
|
4091
4091
|
content?: any;
|
|
4092
4092
|
/**
|
|
4093
4093
|
* Used to identify the PanelBarItems inside the PanelBar
|
|
4094
|
-
* ([see example](
|
|
4094
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/panelbar/controlling-state)). Does not depend on the state of the PanelBarItem.
|
|
4095
4095
|
*/
|
|
4096
4096
|
uniquePrivateKey?: string;
|
|
4097
4097
|
/**
|
|
@@ -4114,7 +4114,7 @@ declare interface PanelBarItemState {
|
|
|
4114
4114
|
}
|
|
4115
4115
|
|
|
4116
4116
|
/**
|
|
4117
|
-
* Represents the props of the [KendoReact PanelBar component](
|
|
4117
|
+
* Represents the props of the [KendoReact PanelBar component](https://www.telerik.com/kendo-react-ui/components/layout/panelbar).
|
|
4118
4118
|
*/
|
|
4119
4119
|
export declare interface PanelBarProps {
|
|
4120
4120
|
/**
|
|
@@ -4150,7 +4150,7 @@ export declare interface PanelBarProps {
|
|
|
4150
4150
|
*/
|
|
4151
4151
|
animation?: boolean;
|
|
4152
4152
|
/**
|
|
4153
|
-
* Sets the expand mode of the PanelBar ([see example](
|
|
4153
|
+
* Sets the expand mode of the PanelBar ([see example](https://www.telerik.com/kendo-react-ui/components/layout/panelbar/expand-modes)).
|
|
4154
4154
|
*
|
|
4155
4155
|
* The available modes are:
|
|
4156
4156
|
* - `"single"`—Allows you to expand only one item at a time. The expanding of an item collapses the item that was previously expanded.
|
|
@@ -4223,7 +4223,7 @@ export declare interface PanelBarProps {
|
|
|
4223
4223
|
*/
|
|
4224
4224
|
isControlled?: boolean;
|
|
4225
4225
|
/**
|
|
4226
|
-
* Fires each time the user makes a selection ([see example](
|
|
4226
|
+
* Fires each time the user makes a selection ([see example](https://www.telerik.com/kendo-react-ui/components/layout/panelbar/controlling-state)).
|
|
4227
4227
|
*
|
|
4228
4228
|
* @example
|
|
4229
4229
|
* ```jsx
|
|
@@ -4272,7 +4272,7 @@ export declare interface PanelBarState {
|
|
|
4272
4272
|
export declare namespace PanelBarUtils {
|
|
4273
4273
|
/**
|
|
4274
4274
|
* Maps a collection of PanelBarItemProps to PanelBarItem components
|
|
4275
|
-
* ([see example](
|
|
4275
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/panelbar/customization)).
|
|
4276
4276
|
* Contained in the `PanelBarUtils` object.
|
|
4277
4277
|
*
|
|
4278
4278
|
* @param items - A collection of PanelBarItemProps.
|
|
@@ -4322,7 +4322,7 @@ declare type ScrollButtonsPosition = 'split' | 'start' | 'end' | 'around' | 'bef
|
|
|
4322
4322
|
export declare const sortEventList: (eventList: TimelineEventProps[]) => TimelineEventProps[];
|
|
4323
4323
|
|
|
4324
4324
|
/**
|
|
4325
|
-
* Represents the [KendoReact Splitter component](
|
|
4325
|
+
* Represents the [KendoReact Splitter component](https://www.telerik.com/kendo-react-ui/components/layout/splitter).
|
|
4326
4326
|
*
|
|
4327
4327
|
* @example
|
|
4328
4328
|
* ```jsx
|
|
@@ -4471,20 +4471,20 @@ export declare interface SplitterPaneExtendedProps extends SplitterPaneProps {
|
|
|
4471
4471
|
*/
|
|
4472
4472
|
export declare interface SplitterPaneProps extends KendoReactComponentBaseProps {
|
|
4473
4473
|
/**
|
|
4474
|
-
* Sets the size of the pane ([see example](
|
|
4474
|
+
* Sets the size of the pane ([see example](https://www.telerik.com/kendo-react-ui/components/layout/splitter/panes#toc-dimensions)). Has to be between the `min` and `max` properties.
|
|
4475
4475
|
*/
|
|
4476
4476
|
size?: string;
|
|
4477
4477
|
/**
|
|
4478
|
-
* Sets the minimum possible size of the pane ([see example](
|
|
4478
|
+
* Sets the minimum possible size of the pane ([see example](https://www.telerik.com/kendo-react-ui/components/layout/splitter/panes#toc-dimensions)).
|
|
4479
4479
|
*/
|
|
4480
4480
|
min?: string;
|
|
4481
4481
|
/**
|
|
4482
|
-
* Sets the maximum possible size of the pane ([see example](
|
|
4482
|
+
* Sets the maximum possible size of the pane ([see example](https://www.telerik.com/kendo-react-ui/components/layout/splitter/panes#toc-dimensions)).
|
|
4483
4483
|
*/
|
|
4484
4484
|
max?: string;
|
|
4485
4485
|
/**
|
|
4486
4486
|
* Specifies if the user is allowed to resize the pane and provide space for other panes
|
|
4487
|
-
* ([see example](
|
|
4487
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/splitter/panes#toc-resizing)).
|
|
4488
4488
|
* If `resizable` is not specified, the resizing of the pane will be enabled.
|
|
4489
4489
|
*
|
|
4490
4490
|
* @default true
|
|
@@ -4492,21 +4492,21 @@ export declare interface SplitterPaneProps extends KendoReactComponentBaseProps
|
|
|
4492
4492
|
resizable?: boolean;
|
|
4493
4493
|
/**
|
|
4494
4494
|
* Specifies if the user is allowed to hide the pane and provide space for other panes
|
|
4495
|
-
* ([see example](
|
|
4495
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/splitter/panes#toc-collapsing)).
|
|
4496
4496
|
*
|
|
4497
4497
|
* @default false
|
|
4498
4498
|
*/
|
|
4499
4499
|
collapsible?: boolean;
|
|
4500
4500
|
/**
|
|
4501
4501
|
* Specifies the pane collapsed state
|
|
4502
|
-
* ([see example](
|
|
4502
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/splitter/panes#toc-collapsing)).
|
|
4503
4503
|
*
|
|
4504
4504
|
* @default false
|
|
4505
4505
|
*/
|
|
4506
4506
|
collapsed?: boolean;
|
|
4507
4507
|
/**
|
|
4508
4508
|
* Specifies if overflowing content is scrollable or hidden
|
|
4509
|
-
* ([see example](
|
|
4509
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/splitter/panes#toc-scrolling)).
|
|
4510
4510
|
* If `scrollable` is not specified, the content will be scrollable.
|
|
4511
4511
|
*
|
|
4512
4512
|
* @default true
|
|
@@ -4525,7 +4525,7 @@ export declare interface SplitterPaneProps extends KendoReactComponentBaseProps
|
|
|
4525
4525
|
*/
|
|
4526
4526
|
export declare interface SplitterProps extends KendoReactComponentBaseProps {
|
|
4527
4527
|
/**
|
|
4528
|
-
* Sets the options of the Splitter panes ([more information and examples](
|
|
4528
|
+
* Sets the options of the Splitter panes ([more information and examples](https://www.telerik.com/kendo-react-ui/components/layout/splitter/panes)). Can be used for controlled state.
|
|
4529
4529
|
*
|
|
4530
4530
|
* @example
|
|
4531
4531
|
* ```jsx
|
|
@@ -4534,7 +4534,7 @@ export declare interface SplitterProps extends KendoReactComponentBaseProps {
|
|
|
4534
4534
|
*/
|
|
4535
4535
|
panes?: SplitterPaneProps[];
|
|
4536
4536
|
/**
|
|
4537
|
-
* Sets the initial options of the Splitter panes ([more information and examples](
|
|
4537
|
+
* Sets the initial options of the Splitter panes ([more information and examples](https://www.telerik.com/kendo-react-ui/components/layout/splitter/panes)). Can be used for uncontrolled state.
|
|
4538
4538
|
*
|
|
4539
4539
|
* @example
|
|
4540
4540
|
* ```jsx
|
|
@@ -4544,7 +4544,7 @@ export declare interface SplitterProps extends KendoReactComponentBaseProps {
|
|
|
4544
4544
|
defaultPanes?: SplitterPaneProps[];
|
|
4545
4545
|
/**
|
|
4546
4546
|
* Specifies the orientation of the panes within the Splitter
|
|
4547
|
-
* ([more information and examples](
|
|
4547
|
+
* ([more information and examples](https://www.telerik.com/kendo-react-ui/components/layout/splitter/orientation)).
|
|
4548
4548
|
* Panes in a horizontal Splitter are placed horizontally. Panes in a vertical Splitter are placed vertically.
|
|
4549
4549
|
*
|
|
4550
4550
|
* @example
|
|
@@ -4581,7 +4581,7 @@ export declare interface SplitterState {
|
|
|
4581
4581
|
}
|
|
4582
4582
|
|
|
4583
4583
|
/**
|
|
4584
|
-
* Represents the [KendoReact StackLayout component](
|
|
4584
|
+
* Represents the [KendoReact StackLayout component](https://www.telerik.com/kendo-react-ui/components/layout/stacklayout).
|
|
4585
4585
|
* Arranges its inner elements horizontally, or vertically in a stack. Nesting stack layouts is supported to build more complex layouts.
|
|
4586
4586
|
*
|
|
4587
4587
|
* @example
|
|
@@ -4611,7 +4611,7 @@ export declare const StackLayout: React_2.ForwardRefExoticComponent<StackLayoutP
|
|
|
4611
4611
|
export declare interface StackLayoutAlign {
|
|
4612
4612
|
/**
|
|
4613
4613
|
* Defines the possible horizontal alignment of the inner StackLayout elements
|
|
4614
|
-
* ([see example](
|
|
4614
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/stacklayout/layout#toc-horizontal-alignment)).
|
|
4615
4615
|
*
|
|
4616
4616
|
* The available values are:
|
|
4617
4617
|
* - `start`—Uses the start point of the container.
|
|
@@ -4622,7 +4622,7 @@ export declare interface StackLayoutAlign {
|
|
|
4622
4622
|
horizontal?: 'start' | 'center' | 'end' | 'stretch';
|
|
4623
4623
|
/**
|
|
4624
4624
|
* Defines the possible vertical alignment of the inner StackLayout elements
|
|
4625
|
-
* ([see example](
|
|
4625
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/stacklayout/layout#toc-vertical-alignment)).
|
|
4626
4626
|
*
|
|
4627
4627
|
* The available values are:
|
|
4628
4628
|
* - `top`—Uses the top point of the container.
|
|
@@ -4645,7 +4645,7 @@ export declare interface StackLayoutHandle {
|
|
|
4645
4645
|
}
|
|
4646
4646
|
|
|
4647
4647
|
/**
|
|
4648
|
-
* Specifies the StackLayout orientation ([see example](
|
|
4648
|
+
* Specifies the StackLayout orientation ([see example](https://www.telerik.com/kendo-react-ui/components/layout/stacklayout/layout#toc-orientation)).
|
|
4649
4649
|
*
|
|
4650
4650
|
* The possible values are:
|
|
4651
4651
|
* * (Default)`horizontal`
|
|
@@ -4655,7 +4655,7 @@ export declare interface StackLayoutHandle {
|
|
|
4655
4655
|
export declare type StackLayoutOrientation = 'horizontal' | 'vertical';
|
|
4656
4656
|
|
|
4657
4657
|
/**
|
|
4658
|
-
* Represents the props of the [KendoReact StackLayout component](
|
|
4658
|
+
* Represents the props of the [KendoReact StackLayout component](https://www.telerik.com/kendo-react-ui/components/layout/stacklayout).
|
|
4659
4659
|
*/
|
|
4660
4660
|
export declare interface StackLayoutProps {
|
|
4661
4661
|
/**
|
|
@@ -4675,12 +4675,12 @@ export declare interface StackLayoutProps {
|
|
|
4675
4675
|
*/
|
|
4676
4676
|
id?: string;
|
|
4677
4677
|
/**
|
|
4678
|
-
* Specifies the gap between the inner elements ([see example](
|
|
4678
|
+
* Specifies the gap between the inner elements ([see example](https://www.telerik.com/kendo-react-ui/components/layout/stacklayout/layout#toc-gaps)).
|
|
4679
4679
|
*/
|
|
4680
4680
|
gap?: number | string;
|
|
4681
4681
|
/**
|
|
4682
4682
|
* Specifies the StackLayout orientation.
|
|
4683
|
-
* ([see example](
|
|
4683
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/stacklayout/layout#toc-orientation)).
|
|
4684
4684
|
*
|
|
4685
4685
|
* The possible values are:
|
|
4686
4686
|
* * (Default)`horizontal`
|
|
@@ -4691,7 +4691,7 @@ export declare interface StackLayoutProps {
|
|
|
4691
4691
|
orientation?: StackLayoutOrientation;
|
|
4692
4692
|
/**
|
|
4693
4693
|
* Specifies the horizontal and vertical alignment of the inner StackLayout elements.
|
|
4694
|
-
* Demo ([here](
|
|
4694
|
+
* Demo ([here](https://www.telerik.com/kendo-react-ui/components/layout/stacklayout/layout#toc-horizontal-alignment)) and ([here](https://www.telerik.com/kendo-react-ui/components/layout/stacklayout/layout#toc-vertical-alignment)).
|
|
4695
4695
|
*
|
|
4696
4696
|
* The possible keys are:
|
|
4697
4697
|
* * `horizontal`—Defines the possible horizontal alignment of the inner StackLayout elements.
|
|
@@ -4714,7 +4714,7 @@ export declare interface StackLayoutProps {
|
|
|
4714
4714
|
declare type StateScrollPosition = 'start' | 'end' | 'top' | 'bottom' | 'middle' | null;
|
|
4715
4715
|
|
|
4716
4716
|
/**
|
|
4717
|
-
* Represents the [KendoReact Step component](
|
|
4717
|
+
* Represents the [KendoReact Step component](https://www.telerik.com/kendo-react-ui/components/layout/stepper).
|
|
4718
4718
|
*
|
|
4719
4719
|
* @example
|
|
4720
4720
|
* ```jsx
|
|
@@ -4764,7 +4764,7 @@ export declare interface StepHandle {
|
|
|
4764
4764
|
}
|
|
4765
4765
|
|
|
4766
4766
|
/**
|
|
4767
|
-
* Represents the [KendoReact Stepper component](
|
|
4767
|
+
* Represents the [KendoReact Stepper component](https://www.telerik.com/kendo-react-ui/components/layout/stepper).
|
|
4768
4768
|
*
|
|
4769
4769
|
* @example
|
|
4770
4770
|
* ```jsx
|
|
@@ -4814,7 +4814,7 @@ export declare interface StepperHandle {
|
|
|
4814
4814
|
}
|
|
4815
4815
|
|
|
4816
4816
|
/**
|
|
4817
|
-
* Represents the props of the [KendoReact Stepper component](
|
|
4817
|
+
* Represents the props of the [KendoReact Stepper component](https://www.telerik.com/kendo-react-ui/components/layout/stepper).
|
|
4818
4818
|
*/
|
|
4819
4819
|
export declare interface StepperProps {
|
|
4820
4820
|
/**
|
|
@@ -4890,7 +4890,7 @@ export declare interface StepperProps {
|
|
|
4890
4890
|
*/
|
|
4891
4891
|
errorSVGIcon?: SVGIcon;
|
|
4892
4892
|
/**
|
|
4893
|
-
* Overrides the default component responsible for rendering a single step ([see example](
|
|
4893
|
+
* Overrides the default component responsible for rendering a single step ([see example](https://www.telerik.com/kendo-react-ui/components/layout/stepper/custom_rendering)).
|
|
4894
4894
|
*
|
|
4895
4895
|
* @example
|
|
4896
4896
|
* ```jsx
|
|
@@ -4900,7 +4900,7 @@ export declare interface StepperProps {
|
|
|
4900
4900
|
*/
|
|
4901
4901
|
item?: React_2.ComponentType<StepProps>;
|
|
4902
4902
|
/**
|
|
4903
|
-
* The collection of steps rendered in the Stepper ([see example](
|
|
4903
|
+
* The collection of steps rendered in the Stepper ([see example](https://www.telerik.com/kendo-react-ui/components/layout/stepper)).
|
|
4904
4904
|
*
|
|
4905
4905
|
* @example
|
|
4906
4906
|
* ```jsx
|
|
@@ -4909,7 +4909,7 @@ export declare interface StepperProps {
|
|
|
4909
4909
|
*/
|
|
4910
4910
|
items: Array<StepProps>;
|
|
4911
4911
|
/**
|
|
4912
|
-
* Specifies whether the Stepper enforces a linear flow ([see example](
|
|
4912
|
+
* Specifies whether the Stepper enforces a linear flow ([see example](https://www.telerik.com/kendo-react-ui/components/layout/stepper/linear_mode)).
|
|
4913
4913
|
*
|
|
4914
4914
|
* @default false
|
|
4915
4915
|
*
|
|
@@ -4920,7 +4920,7 @@ export declare interface StepperProps {
|
|
|
4920
4920
|
*/
|
|
4921
4921
|
linear?: boolean;
|
|
4922
4922
|
/**
|
|
4923
|
-
* Specifies the Stepper display mode ([see example](
|
|
4923
|
+
* Specifies the Stepper display mode ([see example](https://www.telerik.com/kendo-react-ui/components/layout/stepper/display_modes)).
|
|
4924
4924
|
*
|
|
4925
4925
|
* The possible values are:
|
|
4926
4926
|
* * (Default) `steps`—Renders step indicators and optional labels.
|
|
@@ -4935,7 +4935,7 @@ export declare interface StepperProps {
|
|
|
4935
4935
|
*/
|
|
4936
4936
|
mode?: 'steps' | 'labels';
|
|
4937
4937
|
/**
|
|
4938
|
-
* Specifies the Stepper orientation ([see example](
|
|
4938
|
+
* Specifies the Stepper orientation ([see example](https://www.telerik.com/kendo-react-ui/components/layout/stepper/orientation)).
|
|
4939
4939
|
*
|
|
4940
4940
|
* The possible values are:
|
|
4941
4941
|
* * (Default) `horizontal`
|
|
@@ -5019,7 +5019,7 @@ export declare interface StepperProps {
|
|
|
5019
5019
|
}
|
|
5020
5020
|
|
|
5021
5021
|
/**
|
|
5022
|
-
* Represents the props of the [KendoReact Step component](
|
|
5022
|
+
* Represents the props of the [KendoReact Step component](https://www.telerik.com/kendo-react-ui/components/layout/stepper).
|
|
5023
5023
|
*/
|
|
5024
5024
|
export declare interface StepProps {
|
|
5025
5025
|
/**
|
|
@@ -5048,7 +5048,7 @@ export declare interface StepProps {
|
|
|
5048
5048
|
[customProp: string]: any;
|
|
5049
5049
|
/**
|
|
5050
5050
|
* Specifies if the Step is disabled
|
|
5051
|
-
* ([see example](
|
|
5051
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/stepper/display_modes)).
|
|
5052
5052
|
*
|
|
5053
5053
|
* @default false
|
|
5054
5054
|
*/
|
|
@@ -5056,13 +5056,13 @@ export declare interface StepProps {
|
|
|
5056
5056
|
/**
|
|
5057
5057
|
* Defines the name for an existing icon in a KendoReact theme.
|
|
5058
5058
|
* The icon is rendered inside the Step indicator by a `span.k-icon` element
|
|
5059
|
-
* ([see example](
|
|
5059
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/stepper/display_modes)).
|
|
5060
5060
|
*/
|
|
5061
5061
|
icon?: string;
|
|
5062
5062
|
/**
|
|
5063
5063
|
* Defines the SVG icon.
|
|
5064
5064
|
* The icon is rendered inside the Step indicator
|
|
5065
|
-
* ([see example](
|
|
5065
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/stepper/display_modes)).
|
|
5066
5066
|
*/
|
|
5067
5067
|
svgIcon?: SVGIcon;
|
|
5068
5068
|
/**
|
|
@@ -5071,19 +5071,19 @@ export declare interface StepProps {
|
|
|
5071
5071
|
index?: number;
|
|
5072
5072
|
/**
|
|
5073
5073
|
* Specifies the Step validity
|
|
5074
|
-
* ([see example](
|
|
5074
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/stepper/display_modes)).
|
|
5075
5075
|
*
|
|
5076
5076
|
* @default true
|
|
5077
5077
|
*/
|
|
5078
5078
|
isValid?: boolean;
|
|
5079
5079
|
/**
|
|
5080
5080
|
* Specifies the label of the Step
|
|
5081
|
-
* ([see example](
|
|
5081
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/stepper/display_modes)).
|
|
5082
5082
|
*/
|
|
5083
5083
|
label?: string;
|
|
5084
5084
|
/**
|
|
5085
5085
|
* Specifies if the Step is optional. The validation is not applied to these steps
|
|
5086
|
-
* ([see example](
|
|
5086
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/stepper/display_modes)).
|
|
5087
5087
|
*
|
|
5088
5088
|
* @default false
|
|
5089
5089
|
*/
|
|
@@ -5100,7 +5100,7 @@ export declare interface StepProps {
|
|
|
5100
5100
|
tabIndex?: number;
|
|
5101
5101
|
/**
|
|
5102
5102
|
* Specifies the text content of the Step indicator
|
|
5103
|
-
* ([see example](
|
|
5103
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/stepper/display_modes)).
|
|
5104
5104
|
*/
|
|
5105
5105
|
text?: string;
|
|
5106
5106
|
}
|
|
@@ -5461,7 +5461,7 @@ export declare interface TabStripNavigationProps {
|
|
|
5461
5461
|
}
|
|
5462
5462
|
|
|
5463
5463
|
/**
|
|
5464
|
-
* Represents the props of the [KendoReact TabStrip component](
|
|
5464
|
+
* Represents the props of the [KendoReact TabStrip component](https://www.telerik.com/kendo-react-ui/components/layout/tabstrip).
|
|
5465
5465
|
*/
|
|
5466
5466
|
export declare interface TabStripProps extends KendoReactComponentBaseProps, TabStripScrollableProps {
|
|
5467
5467
|
/**
|
|
@@ -5474,7 +5474,7 @@ export declare interface TabStripProps extends KendoReactComponentBaseProps, Tab
|
|
|
5474
5474
|
*/
|
|
5475
5475
|
animation?: boolean;
|
|
5476
5476
|
/**
|
|
5477
|
-
* Sets the index of the selected TabStripTab component ([see example](
|
|
5477
|
+
* Sets the index of the selected TabStripTab component ([see example](https://www.telerik.com/kendo-react-ui/components/layout/tabstrip/tabs#toc-tabs-on-initial-loading)).
|
|
5478
5478
|
*
|
|
5479
5479
|
* @example
|
|
5480
5480
|
* ```jsx
|
|
@@ -5574,7 +5574,7 @@ export declare interface TabStripProps extends KendoReactComponentBaseProps, Tab
|
|
|
5574
5574
|
/**
|
|
5575
5575
|
* @default false
|
|
5576
5576
|
* Defines if all component tabs will be rendered by default. Defaults to `false`.
|
|
5577
|
-
* If set to `false`, the component will render only the currently selected tab. This can be useful when the content of the tabs is heavy and you want to improve the initial loading time. Check also the [keepTabsMounted](
|
|
5577
|
+
* If set to `false`, the component will render only the currently selected tab. This can be useful when the content of the tabs is heavy and you want to improve the initial loading time. Check also the [keepTabsMounted](https://www.telerik.com/kendo-react-ui/components/layout/api/tabstripprops#toc-keeptabsmounted) prop.
|
|
5578
5578
|
*
|
|
5579
5579
|
* @example
|
|
5580
5580
|
* ```jsx
|
|
@@ -5680,7 +5680,7 @@ export declare class TabStripTab extends React_2.Component<TabStripTabProps, {}>
|
|
|
5680
5680
|
*/
|
|
5681
5681
|
export declare interface TabStripTabProps {
|
|
5682
5682
|
/**
|
|
5683
|
-
* Defines whether a TabStripTab is disabled ([see example](
|
|
5683
|
+
* Defines whether a TabStripTab is disabled ([see example](https://www.telerik.com/kendo-react-ui/components/layout/tabstrip/tabs#toc-disabled-items)).
|
|
5684
5684
|
*
|
|
5685
5685
|
* @default false
|
|
5686
5686
|
*/
|
|
@@ -5690,7 +5690,7 @@ export declare interface TabStripTabProps {
|
|
|
5690
5690
|
*/
|
|
5691
5691
|
children?: React_2.ReactNode;
|
|
5692
5692
|
/**
|
|
5693
|
-
* Sets the TabStripTab title ([see example](
|
|
5693
|
+
* Sets the TabStripTab title ([see example](https://www.telerik.com/kendo-react-ui/components/layout/tabstrip/tabs#toc-titles)).
|
|
5694
5694
|
*/
|
|
5695
5695
|
title?: React_2.ReactNode;
|
|
5696
5696
|
/**
|
|
@@ -5700,7 +5700,7 @@ export declare interface TabStripTabProps {
|
|
|
5700
5700
|
}
|
|
5701
5701
|
|
|
5702
5702
|
/**
|
|
5703
|
-
* Represents the [KendoReact TileLayout component](
|
|
5703
|
+
* Represents the [KendoReact TileLayout component](https://www.telerik.com/kendo-react-ui/components/layout/tilelayout).
|
|
5704
5704
|
*/
|
|
5705
5705
|
export declare class TileLayout extends React_2.Component<TileLayoutProps, TileLayoutState> {
|
|
5706
5706
|
/**
|
|
@@ -5798,7 +5798,7 @@ export declare interface TileLayoutGap {
|
|
|
5798
5798
|
export declare interface TileLayoutItem {
|
|
5799
5799
|
/**
|
|
5800
5800
|
* The TileLayoutItem position which is used when the TileLayout is in uncontrolled mode
|
|
5801
|
-
* ([see example](
|
|
5801
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/tilelayout/tiles#toc-position-and-dimensions)).
|
|
5802
5802
|
*/
|
|
5803
5803
|
defaultPosition?: TilePosition;
|
|
5804
5804
|
/**
|
|
@@ -5819,22 +5819,22 @@ export declare interface TileLayoutItem {
|
|
|
5819
5819
|
hintClassName?: string;
|
|
5820
5820
|
/**
|
|
5821
5821
|
* Sets the TileLayoutItem title in the header
|
|
5822
|
-
* ([see example](
|
|
5822
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/tilelayout/tiles)).
|
|
5823
5823
|
*/
|
|
5824
5824
|
header?: React.ReactNode;
|
|
5825
5825
|
/**
|
|
5826
5826
|
* Sets the TileLayoutItem content in the body
|
|
5827
|
-
* ([see example](
|
|
5827
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/tilelayout/tiles)).
|
|
5828
5828
|
*/
|
|
5829
5829
|
body?: React.ReactNode;
|
|
5830
5830
|
/**
|
|
5831
5831
|
* Overrides the default rendering of the TileLayoutItem
|
|
5832
|
-
* ([see example](
|
|
5832
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/tilelayout/tiles#toc-custom-rendering)).
|
|
5833
5833
|
*/
|
|
5834
5834
|
item?: React.ReactNode;
|
|
5835
5835
|
/**
|
|
5836
5836
|
* Specifies if the user can resize the TileLayoutItem and in which direction
|
|
5837
|
-
* ([see example](
|
|
5837
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/tilelayout/tiles#toc-resizing)).
|
|
5838
5838
|
* If `resizable` is not specified, the resizing of the TileLayoutItem is enabled for both directions.
|
|
5839
5839
|
*
|
|
5840
5840
|
* @default true
|
|
@@ -5842,7 +5842,7 @@ export declare interface TileLayoutItem {
|
|
|
5842
5842
|
resizable?: TileResizeMode;
|
|
5843
5843
|
/**
|
|
5844
5844
|
* Specifies if the user can reorder the TileLayoutItem by dragging and dropping it
|
|
5845
|
-
* ([see example](
|
|
5845
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/tilelayout/tiles#toc-reordering)).
|
|
5846
5846
|
* If `reorderable` is not specified, the dragging functionality of the TileLayoutItem is enabled.
|
|
5847
5847
|
*
|
|
5848
5848
|
* @default true
|
|
@@ -5851,7 +5851,7 @@ export declare interface TileLayoutItem {
|
|
|
5851
5851
|
}
|
|
5852
5852
|
|
|
5853
5853
|
/**
|
|
5854
|
-
* Represents the props of the [TileLayout](
|
|
5854
|
+
* Represents the props of the [TileLayout](https://www.telerik.com/kendo-react-ui/components/layout/tilelayout) component.
|
|
5855
5855
|
*/
|
|
5856
5856
|
export declare interface TileLayoutProps {
|
|
5857
5857
|
/**
|
|
@@ -5891,7 +5891,7 @@ export declare interface TileLayoutProps {
|
|
|
5891
5891
|
*/
|
|
5892
5892
|
dir?: string;
|
|
5893
5893
|
/**
|
|
5894
|
-
* Specifies the gaps between the tiles ([see example](
|
|
5894
|
+
* Specifies the gaps between the tiles ([see example](https://www.telerik.com/kendo-react-ui/components/layout/tilelayout#toc-tilelayout-configuration-options)).
|
|
5895
5895
|
*
|
|
5896
5896
|
* * The possible keys are:
|
|
5897
5897
|
* * `rows`
|
|
@@ -5904,7 +5904,7 @@ export declare interface TileLayoutProps {
|
|
|
5904
5904
|
*/
|
|
5905
5905
|
gap?: TileLayoutGap;
|
|
5906
5906
|
/**
|
|
5907
|
-
* Specifies the default number of columns ([see example](
|
|
5907
|
+
* Specifies the default number of columns ([see example](https://www.telerik.com/kendo-react-ui/components/layout/tilelayout#toc-tilelayout-configuration-options)).
|
|
5908
5908
|
*
|
|
5909
5909
|
* @example
|
|
5910
5910
|
* ```jsx
|
|
@@ -5913,7 +5913,7 @@ export declare interface TileLayoutProps {
|
|
|
5913
5913
|
*/
|
|
5914
5914
|
columns?: number;
|
|
5915
5915
|
/**
|
|
5916
|
-
* Specifies the default width of the columns ([see example](
|
|
5916
|
+
* Specifies the default width of the columns ([see example](https://www.telerik.com/kendo-react-ui/components/layout/tilelayout#toc-tilelayout-configuration-options)).
|
|
5917
5917
|
*
|
|
5918
5918
|
* @example
|
|
5919
5919
|
* ```jsx
|
|
@@ -5922,7 +5922,7 @@ export declare interface TileLayoutProps {
|
|
|
5922
5922
|
*/
|
|
5923
5923
|
columnWidth?: number | string;
|
|
5924
5924
|
/**
|
|
5925
|
-
* Specifies the default height of the rows ([see example](
|
|
5925
|
+
* Specifies the default height of the rows ([see example](https://www.telerik.com/kendo-react-ui/components/layout/tilelayout#toc-tilelayout-configuration-options)).
|
|
5926
5926
|
*
|
|
5927
5927
|
* @example
|
|
5928
5928
|
* ```jsx
|
|
@@ -5941,7 +5941,7 @@ export declare interface TileLayoutProps {
|
|
|
5941
5941
|
dataItemKey?: string;
|
|
5942
5942
|
/**
|
|
5943
5943
|
* The collection of items that will be rendered in the TileLayout
|
|
5944
|
-
* ([see example](
|
|
5944
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/tilelayout#toc-tilelayout-configuration-options)).
|
|
5945
5945
|
*
|
|
5946
5946
|
* @example
|
|
5947
5947
|
* ```jsx
|
|
@@ -5951,7 +5951,7 @@ export declare interface TileLayoutProps {
|
|
|
5951
5951
|
items?: TileLayoutItem[];
|
|
5952
5952
|
/**
|
|
5953
5953
|
* The list of tiles' positions which are used when the TileLayout is in controlled mode
|
|
5954
|
-
* ([see example](
|
|
5954
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/tilelayout/tiles#toc-controlling-the-position)).
|
|
5955
5955
|
*
|
|
5956
5956
|
* @example
|
|
5957
5957
|
* ```jsx
|
|
@@ -5961,7 +5961,7 @@ export declare interface TileLayoutProps {
|
|
|
5961
5961
|
positions?: TilePosition[];
|
|
5962
5962
|
/**
|
|
5963
5963
|
* Fires when the user repositions the tile by either dragging or resizing
|
|
5964
|
-
* ([see example](
|
|
5964
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/tilelayout/tiles#toc-controlling-the-position)).
|
|
5965
5965
|
*
|
|
5966
5966
|
* @example
|
|
5967
5967
|
* ```jsx
|
|
@@ -5975,7 +5975,7 @@ export declare interface TileLayoutProps {
|
|
|
5975
5975
|
*
|
|
5976
5976
|
* @default column
|
|
5977
5977
|
*
|
|
5978
|
-
* ([see example](
|
|
5978
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/tilelayout/auto-flows)).
|
|
5979
5979
|
*
|
|
5980
5980
|
* @example
|
|
5981
5981
|
* ```jsx
|
|
@@ -6048,14 +6048,14 @@ export declare interface TilePosition {
|
|
|
6048
6048
|
|
|
6049
6049
|
/**
|
|
6050
6050
|
* Specifies if the user can resize the TileLayoutItem and in which direction
|
|
6051
|
-
* ([see example](
|
|
6051
|
+
* ([see example](https://www.telerik.com/kendo-react-ui/components/layout/tilelayout/tiles#toc-resizing)).
|
|
6052
6052
|
* If `resizable` is not specified, the resizing of the TileLayoutItem is enabled for both directions.
|
|
6053
6053
|
*/
|
|
6054
6054
|
export declare type TileResizeMode = 'horizontal' | 'vertical' | boolean;
|
|
6055
6055
|
|
|
6056
6056
|
/**
|
|
6057
6057
|
* Specifies the strict position of each tile.
|
|
6058
|
-
* Used in the [TileLayoutRepositionEvent](
|
|
6058
|
+
* Used in the [TileLayoutRepositionEvent](https://www.telerik.com/kendo-react-ui/components/layout/api/tilelayoutrepositionevent).
|
|
6059
6059
|
*/
|
|
6060
6060
|
export declare interface TileStrictPosition extends TilePosition {
|
|
6061
6061
|
/**
|