@progress/kendo-react-layout 6.1.1 → 7.0.0-develop.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.
Files changed (592) hide show
  1. package/LICENSE.md +1 -1
  2. package/{dist/npm/actionsheet → actionsheet}/ActionSheet.d.ts +5 -1
  3. package/actionsheet/ActionSheetContent.d.ts +14 -0
  4. package/actionsheet/ActionSheetFooter.d.ts +14 -0
  5. package/actionsheet/ActionSheetHeader.d.ts +14 -0
  6. package/actionsheet/ActionSheetItem.d.ts +10 -0
  7. package/actionsheet/interfaces/ActionSheetChildrenProps.d.ts +17 -0
  8. package/{dist/npm/actionsheet → actionsheet}/interfaces/ActionSheetItemProps.d.ts +4 -1
  9. package/{dist/npm/appbar → appbar}/AppBar.d.ts +4 -0
  10. package/{dist/npm/appbar → appbar}/AppBarSection.d.ts +4 -0
  11. package/{dist/npm/appbar → appbar}/AppBarSpacer.d.ts +4 -0
  12. package/{dist/es/appbar → appbar}/interfaces/AppBarProps.d.ts +7 -3
  13. package/{dist/npm/appbar → appbar}/interfaces/AppBarSectionProps.d.ts +4 -0
  14. package/{dist/npm/appbar → appbar}/interfaces/AppBarSpacerProps.d.ts +4 -0
  15. package/{dist/es/bottomnavigation → bottomnavigation}/BottomNavigation.d.ts +4 -0
  16. package/{dist/npm/bottomnavigation → bottomnavigation}/BottomNavigationItem.d.ts +5 -1
  17. package/{dist/npm/bottomnavigation → bottomnavigation}/BottomNavigationItemProps.d.ts +4 -1
  18. package/{dist/es/bottomnavigation → bottomnavigation}/BottomNavigationProps.d.ts +8 -6
  19. package/{dist/npm/bottomnavigation → bottomnavigation}/models/events.d.ts +4 -0
  20. package/{dist/npm/bottomnavigation → bottomnavigation}/models/utils.d.ts +4 -0
  21. package/{dist/npm/breadcrumb → breadcrumb}/Breadcrumb.d.ts +4 -0
  22. package/{dist/npm/breadcrumb → breadcrumb}/BreadcrumbDelimiter.d.ts +4 -0
  23. package/{dist/npm/breadcrumb → breadcrumb}/BreadcrumbLink.d.ts +4 -0
  24. package/{dist/es/breadcrumb → breadcrumb}/BreadcrumbListItem.d.ts +4 -0
  25. package/{dist/npm/breadcrumb → breadcrumb}/BreadcrumbOrderedList.d.ts +4 -0
  26. package/card/Avatar.d.ts +7 -0
  27. package/card/Card.d.ts +8 -0
  28. package/card/CardActions.d.ts +7 -0
  29. package/card/CardBody.d.ts +7 -0
  30. package/card/CardFooter.d.ts +7 -0
  31. package/card/CardHeader.d.ts +7 -0
  32. package/card/CardImage.d.ts +7 -0
  33. package/card/CardSubtitle.d.ts +7 -0
  34. package/card/CardTitle.d.ts +7 -0
  35. package/{dist/npm/card → card}/interfaces/AvatarProps.d.ts +4 -1
  36. package/{dist/es/card → card}/interfaces/CardActionsProps.d.ts +4 -1
  37. package/card/interfaces/CardBodyProps.d.ts +18 -0
  38. package/card/interfaces/CardFooterProps.d.ts +18 -0
  39. package/card/interfaces/CardHandle.d.ts +18 -0
  40. package/card/interfaces/CardHeaderProps.d.ts +18 -0
  41. package/{dist/es/card → card}/interfaces/CardImageProps.d.ts +4 -1
  42. package/{dist/es/card → card}/interfaces/CardProps.d.ts +4 -1
  43. package/card/interfaces/CardSubtitleProps.d.ts +18 -0
  44. package/card/interfaces/CardTitleProps.d.ts +18 -0
  45. package/{dist/npm/card → card}/interfaces/Enums.d.ts +4 -0
  46. package/{dist/npm/contextmenu → contextmenu}/ContextMenu.d.ts +5 -1
  47. package/dist/cdn/js/kendo-react-layout.js +5 -1
  48. package/{dist/es/drawer → drawer}/Drawer.d.ts +4 -0
  49. package/{dist/es/drawer → drawer}/DrawerContent.d.ts +4 -0
  50. package/{dist/npm/drawer → drawer}/DrawerItem.d.ts +4 -0
  51. package/{dist/npm/drawer → drawer}/DrawerNavigation.d.ts +4 -0
  52. package/{dist/npm/drawer → drawer}/context/DrawerContext.d.ts +5 -1
  53. package/drawer/interfaces/DrawerAnimation.d.ts +18 -0
  54. package/{dist/es/drawer → drawer}/interfaces/DrawerContentProps.d.ts +4 -1
  55. package/drawer/interfaces/DrawerItemHandle.d.ts +21 -0
  56. package/{dist/es/drawer → drawer}/interfaces/DrawerItemProps.d.ts +4 -1
  57. package/{dist/npm/drawer → drawer}/interfaces/DrawerNavigationProps.d.ts +4 -1
  58. package/{dist/npm/drawer → drawer}/interfaces/DrawerProps.d.ts +4 -0
  59. package/{dist/es/drawer → drawer}/interfaces/DrawerSelectEvent.d.ts +4 -0
  60. package/expansionpanel/ExpansionPanel.d.ts +10 -0
  61. package/expansionpanel/ExpansionPanelContent.d.ts +9 -0
  62. package/expansionpanel/index.d.ts +7 -0
  63. package/{dist/es/expansionpanel → expansionpanel}/interfaces.d.ts +4 -1
  64. package/{dist/es/gridlayout → gridlayout}/GridLayout.d.ts +4 -0
  65. package/{dist/es/gridlayout → gridlayout}/GridLayoutItem.d.ts +4 -0
  66. package/gridlayout/interfaces/GridLayoutColumnProps.d.ts +13 -0
  67. package/{dist/npm/gridlayout → gridlayout}/interfaces/GridLayoutItemProps.d.ts +4 -0
  68. package/{dist/npm/gridlayout → gridlayout}/interfaces/GridLayoutProps.d.ts +4 -0
  69. package/gridlayout/interfaces/GridLayoutRowProps.d.ts +13 -0
  70. package/{dist/npm/main.d.ts → index.d.ts} +6 -2
  71. package/index.js +5 -0
  72. package/index.mjs +5012 -0
  73. package/{dist/es/menu → menu}/BaseMenuItemInternalProps.d.ts +4 -0
  74. package/{dist/es/menu → menu}/MenuProps.d.ts +4 -1
  75. package/{dist/es/menu → menu}/components/Menu.d.ts +5 -1
  76. package/{dist/es/menu → menu}/components/MenuItem.d.ts +4 -0
  77. package/{dist/es/menu → menu}/components/MenuItemArrow.d.ts +5 -1
  78. package/{dist/es/menu → menu}/components/MenuItemInternal.d.ts +24 -1
  79. package/{dist/es/menu → menu}/components/MenuItemLink.d.ts +5 -1
  80. package/{dist/npm/menu → menu}/consts.d.ts +4 -0
  81. package/{dist/es/menu → menu}/events.d.ts +4 -0
  82. package/{dist/es/menu → menu}/models/BaseMenuItem.d.ts +4 -1
  83. package/{dist/es/menu → menu}/models/MenuItemModel.d.ts +4 -0
  84. package/menu/utils/DirectionHolder.d.ts +15 -0
  85. package/{dist/npm/menu → menu}/utils/MouseOverHandler.d.ts +4 -0
  86. package/{dist/es/menu → menu}/utils/getNewItemIdUponKeyboardNavigation.d.ts +4 -0
  87. package/menu/utils/hoverDelay.d.ts +13 -0
  88. package/{dist/es/menu → menu}/utils/itemsIdsUtils.d.ts +4 -0
  89. package/{dist/npm/menu → menu}/utils/misc.d.ts +4 -0
  90. package/menu/utils/prepareInputItemsForInternalWork.d.ts +10 -0
  91. package/package-metadata.d.ts +9 -0
  92. package/package.json +31 -48
  93. package/{dist/es/panelbar → panelbar}/PanelBar.d.ts +6 -2
  94. package/{dist/npm/panelbar → panelbar}/PanelBarItem.d.ts +6 -2
  95. package/panelbar/interfaces/NavigationAction.d.ts +12 -0
  96. package/panelbar/interfaces/PanelBarItemClickEventArguments.d.ts +12 -0
  97. package/{dist/es/panelbar → panelbar}/interfaces/PanelBarItemProps.d.ts +4 -1
  98. package/{dist/es/panelbar → panelbar}/interfaces/PanelBarProps.d.ts +6 -3
  99. package/{dist/es/panelbar → panelbar}/interfaces/PanelBarSelectEventArguments.d.ts +4 -1
  100. package/panelbar/interfaces/RenderPanelBarItem.d.ts +19 -0
  101. package/{dist/es/panelbar → panelbar}/util.d.ts +5 -1
  102. package/{dist/es/splitter → splitter}/Splitter.d.ts +5 -1
  103. package/{dist/npm/splitter → splitter}/SplitterBar.d.ts +5 -1
  104. package/{dist/npm/splitter → splitter}/SplitterPane.d.ts +5 -1
  105. package/splitter/messages/index.d.ts +14 -0
  106. package/{dist/npm/stacklayout → stacklayout}/StackLayout.d.ts +4 -0
  107. package/{dist/es/stacklayout → stacklayout}/StackLayoutProps.d.ts +5 -1
  108. package/{dist/es/stepper → stepper}/Step.d.ts +4 -0
  109. package/{dist/es/stepper → stepper}/Stepper.d.ts +4 -0
  110. package/stepper/contants.d.ts +12 -0
  111. package/{dist/es/stepper → stepper}/context/StepperContext.d.ts +5 -1
  112. package/stepper/interfaces/StepChangeEvent.d.ts +15 -0
  113. package/stepper/interfaces/StepFocusEvent.d.ts +11 -0
  114. package/stepper/interfaces/StepHandle.d.ts +17 -0
  115. package/{dist/es/stepper → stepper}/interfaces/StepProps.d.ts +4 -0
  116. package/stepper/interfaces/StepperChangeEvent.d.ts +15 -0
  117. package/stepper/interfaces/StepperFocusEvent.d.ts +11 -0
  118. package/stepper/interfaces/StepperHandle.d.ts +17 -0
  119. package/{dist/npm/stepper → stepper}/interfaces/StepperProps.d.ts +4 -0
  120. package/stepper/messages/index.d.ts +19 -0
  121. package/{dist/es/tabstrip → tabstrip}/TabStrip.d.ts +5 -1
  122. package/{dist/npm/tabstrip → tabstrip}/TabStripContent.d.ts +5 -1
  123. package/{dist/es/tabstrip → tabstrip}/TabStripNavigation.d.ts +5 -1
  124. package/{dist/npm/tabstrip → tabstrip}/TabStripNavigationItem.d.ts +5 -1
  125. package/{dist/es/tabstrip → tabstrip}/TabStripTab.d.ts +4 -0
  126. package/{dist/es/tilelayout → tilelayout}/InternalTile.d.ts +6 -2
  127. package/{dist/es/tilelayout → tilelayout}/ResizeHandlers.d.ts +5 -1
  128. package/{dist/npm/tilelayout → tilelayout}/TileLayout.d.ts +6 -2
  129. package/{dist/es/tilelayout/interfaces/main.d.ts → tilelayout/interfaces/index.d.ts} +6 -3
  130. package/{dist/npm/timeline → timeline}/Timeline.d.ts +4 -0
  131. package/{dist/npm/timeline → timeline}/TimelineCard.d.ts +4 -0
  132. package/timeline/TimelineHorizontal.d.ts +7 -0
  133. package/{dist/es/timeline → timeline}/TimelineVertical.d.ts +4 -0
  134. package/{dist/npm/timeline → timeline}/utils.d.ts +4 -0
  135. package/about.md +0 -3
  136. package/dist/es/actionsheet/ActionSheet.d.ts +0 -134
  137. package/dist/es/actionsheet/ActionSheet.js +0 -267
  138. package/dist/es/actionsheet/ActionSheetContent.d.ts +0 -10
  139. package/dist/es/actionsheet/ActionSheetContent.js +0 -26
  140. package/dist/es/actionsheet/ActionSheetFooter.d.ts +0 -10
  141. package/dist/es/actionsheet/ActionSheetFooter.js +0 -26
  142. package/dist/es/actionsheet/ActionSheetHeader.d.ts +0 -10
  143. package/dist/es/actionsheet/ActionSheetHeader.js +0 -26
  144. package/dist/es/actionsheet/ActionSheetItem.d.ts +0 -6
  145. package/dist/es/actionsheet/ActionSheetItem.js +0 -38
  146. package/dist/es/actionsheet/interfaces/ActionSheetChildrenProps.d.ts +0 -13
  147. package/dist/es/actionsheet/interfaces/ActionSheetChildrenProps.js +0 -5
  148. package/dist/es/actionsheet/interfaces/ActionSheetItemProps.d.ts +0 -67
  149. package/dist/es/actionsheet/interfaces/ActionSheetItemProps.js +0 -1
  150. package/dist/es/appbar/AppBar.d.ts +0 -50
  151. package/dist/es/appbar/AppBar.js +0 -84
  152. package/dist/es/appbar/AppBarSection.d.ts +0 -49
  153. package/dist/es/appbar/AppBarSection.js +0 -58
  154. package/dist/es/appbar/AppBarSpacer.d.ts +0 -50
  155. package/dist/es/appbar/AppBarSpacer.js +0 -66
  156. package/dist/es/appbar/interfaces/AppBarProps.js +0 -1
  157. package/dist/es/appbar/interfaces/AppBarSectionProps.d.ts +0 -18
  158. package/dist/es/appbar/interfaces/AppBarSectionProps.js +0 -1
  159. package/dist/es/appbar/interfaces/AppBarSpacerProps.d.ts +0 -19
  160. package/dist/es/appbar/interfaces/AppBarSpacerProps.js +0 -1
  161. package/dist/es/bottomnavigation/BottomNavigation.js +0 -133
  162. package/dist/es/bottomnavigation/BottomNavigationItem.d.ts +0 -12
  163. package/dist/es/bottomnavigation/BottomNavigationItem.js +0 -53
  164. package/dist/es/bottomnavigation/BottomNavigationItemProps.d.ts +0 -61
  165. package/dist/es/bottomnavigation/BottomNavigationItemProps.js +0 -1
  166. package/dist/es/bottomnavigation/BottomNavigationProps.js +0 -1
  167. package/dist/es/bottomnavigation/models/events.d.ts +0 -20
  168. package/dist/es/bottomnavigation/models/events.js +0 -1
  169. package/dist/es/bottomnavigation/models/utils.d.ts +0 -36
  170. package/dist/es/bottomnavigation/models/utils.js +0 -36
  171. package/dist/es/breadcrumb/Breadcrumb.d.ts +0 -159
  172. package/dist/es/breadcrumb/Breadcrumb.js +0 -118
  173. package/dist/es/breadcrumb/BreadcrumbDelimiter.d.ts +0 -43
  174. package/dist/es/breadcrumb/BreadcrumbDelimiter.js +0 -32
  175. package/dist/es/breadcrumb/BreadcrumbLink.d.ts +0 -131
  176. package/dist/es/breadcrumb/BreadcrumbLink.js +0 -110
  177. package/dist/es/breadcrumb/BreadcrumbListItem.js +0 -36
  178. package/dist/es/breadcrumb/BreadcrumbOrderedList.d.ts +0 -55
  179. package/dist/es/breadcrumb/BreadcrumbOrderedList.js +0 -36
  180. package/dist/es/card/Avatar.d.ts +0 -3
  181. package/dist/es/card/Avatar.js +0 -39
  182. package/dist/es/card/Card.d.ts +0 -4
  183. package/dist/es/card/Card.js +0 -55
  184. package/dist/es/card/CardActions.d.ts +0 -3
  185. package/dist/es/card/CardActions.js +0 -23
  186. package/dist/es/card/CardBody.d.ts +0 -3
  187. package/dist/es/card/CardBody.js +0 -9
  188. package/dist/es/card/CardFooter.d.ts +0 -3
  189. package/dist/es/card/CardFooter.js +0 -9
  190. package/dist/es/card/CardHeader.d.ts +0 -3
  191. package/dist/es/card/CardHeader.js +0 -9
  192. package/dist/es/card/CardImage.d.ts +0 -3
  193. package/dist/es/card/CardImage.js +0 -22
  194. package/dist/es/card/CardSubtitle.d.ts +0 -3
  195. package/dist/es/card/CardSubtitle.js +0 -9
  196. package/dist/es/card/CardTitle.d.ts +0 -3
  197. package/dist/es/card/CardTitle.js +0 -9
  198. package/dist/es/card/interfaces/AvatarProps.d.ts +0 -85
  199. package/dist/es/card/interfaces/AvatarProps.js +0 -1
  200. package/dist/es/card/interfaces/CardActionsProps.js +0 -1
  201. package/dist/es/card/interfaces/CardBodyProps.d.ts +0 -15
  202. package/dist/es/card/interfaces/CardBodyProps.js +0 -1
  203. package/dist/es/card/interfaces/CardFooterProps.d.ts +0 -15
  204. package/dist/es/card/interfaces/CardFooterProps.js +0 -1
  205. package/dist/es/card/interfaces/CardHandle.d.ts +0 -14
  206. package/dist/es/card/interfaces/CardHandle.js +0 -1
  207. package/dist/es/card/interfaces/CardHeaderProps.d.ts +0 -15
  208. package/dist/es/card/interfaces/CardHeaderProps.js +0 -1
  209. package/dist/es/card/interfaces/CardImageProps.js +0 -1
  210. package/dist/es/card/interfaces/CardProps.js +0 -1
  211. package/dist/es/card/interfaces/CardSubtitleProps.d.ts +0 -15
  212. package/dist/es/card/interfaces/CardSubtitleProps.js +0 -1
  213. package/dist/es/card/interfaces/CardTitleProps.d.ts +0 -15
  214. package/dist/es/card/interfaces/CardTitleProps.js +0 -1
  215. package/dist/es/card/interfaces/Enums.d.ts +0 -23
  216. package/dist/es/card/interfaces/Enums.js +0 -27
  217. package/dist/es/contextmenu/ContextMenu.d.ts +0 -27
  218. package/dist/es/contextmenu/ContextMenu.js +0 -36
  219. package/dist/es/drawer/Drawer.js +0 -118
  220. package/dist/es/drawer/DrawerContent.js +0 -50
  221. package/dist/es/drawer/DrawerItem.d.ts +0 -32
  222. package/dist/es/drawer/DrawerItem.js +0 -101
  223. package/dist/es/drawer/DrawerNavigation.d.ts +0 -43
  224. package/dist/es/drawer/DrawerNavigation.js +0 -153
  225. package/dist/es/drawer/context/DrawerContext.d.ts +0 -20
  226. package/dist/es/drawer/context/DrawerContext.js +0 -16
  227. package/dist/es/drawer/interfaces/DrawerAnimation.d.ts +0 -14
  228. package/dist/es/drawer/interfaces/DrawerAnimation.js +0 -1
  229. package/dist/es/drawer/interfaces/DrawerContentProps.js +0 -1
  230. package/dist/es/drawer/interfaces/DrawerItemHandle.d.ts +0 -17
  231. package/dist/es/drawer/interfaces/DrawerItemHandle.js +0 -1
  232. package/dist/es/drawer/interfaces/DrawerItemProps.js +0 -1
  233. package/dist/es/drawer/interfaces/DrawerNavigationProps.d.ts +0 -18
  234. package/dist/es/drawer/interfaces/DrawerNavigationProps.js +0 -1
  235. package/dist/es/drawer/interfaces/DrawerProps.d.ts +0 -82
  236. package/dist/es/drawer/interfaces/DrawerProps.js +0 -1
  237. package/dist/es/drawer/interfaces/DrawerSelectEvent.js +0 -1
  238. package/dist/es/expansionpanel/ExpansionPanel.d.ts +0 -6
  239. package/dist/es/expansionpanel/ExpansionPanel.js +0 -76
  240. package/dist/es/expansionpanel/ExpansionPanelContent.d.ts +0 -5
  241. package/dist/es/expansionpanel/ExpansionPanelContent.js +0 -21
  242. package/dist/es/expansionpanel/index.d.ts +0 -3
  243. package/dist/es/expansionpanel/index.js +0 -3
  244. package/dist/es/expansionpanel/interfaces.js +0 -1
  245. package/dist/es/gridlayout/GridLayout.js +0 -92
  246. package/dist/es/gridlayout/GridLayoutItem.js +0 -60
  247. package/dist/es/gridlayout/interfaces/GridLayoutColumnProps.d.ts +0 -9
  248. package/dist/es/gridlayout/interfaces/GridLayoutColumnProps.js +0 -1
  249. package/dist/es/gridlayout/interfaces/GridLayoutItemProps.d.ts +0 -40
  250. package/dist/es/gridlayout/interfaces/GridLayoutItemProps.js +0 -1
  251. package/dist/es/gridlayout/interfaces/GridLayoutProps.d.ts +0 -95
  252. package/dist/es/gridlayout/interfaces/GridLayoutProps.js +0 -1
  253. package/dist/es/gridlayout/interfaces/GridLayoutRowProps.d.ts +0 -9
  254. package/dist/es/gridlayout/interfaces/GridLayoutRowProps.js +0 -1
  255. package/dist/es/main.d.ts +0 -94
  256. package/dist/es/main.js +0 -94
  257. package/dist/es/menu/BaseMenuItemInternalProps.js +0 -1
  258. package/dist/es/menu/MenuProps.js +0 -2
  259. package/dist/es/menu/components/Menu.js +0 -277
  260. package/dist/es/menu/components/MenuItem.js +0 -46
  261. package/dist/es/menu/components/MenuItemArrow.js +0 -78
  262. package/dist/es/menu/components/MenuItemInternal.js +0 -165
  263. package/dist/es/menu/components/MenuItemInternalsList.d.ts +0 -22
  264. package/dist/es/menu/components/MenuItemInternalsList.js +0 -48
  265. package/dist/es/menu/components/MenuItemLink.js +0 -49
  266. package/dist/es/menu/consts.d.ts +0 -54
  267. package/dist/es/menu/consts.js +0 -70
  268. package/dist/es/menu/events.js +0 -2
  269. package/dist/es/menu/models/BaseMenuItem.js +0 -3
  270. package/dist/es/menu/models/MenuItemModel.js +0 -1
  271. package/dist/es/menu/utils/DirectionHolder.d.ts +0 -11
  272. package/dist/es/menu/utils/DirectionHolder.js +0 -24
  273. package/dist/es/menu/utils/MouseOverHandler.d.ts +0 -17
  274. package/dist/es/menu/utils/MouseOverHandler.js +0 -65
  275. package/dist/es/menu/utils/getNewItemIdUponKeyboardNavigation.js +0 -202
  276. package/dist/es/menu/utils/hoverDelay.d.ts +0 -9
  277. package/dist/es/menu/utils/hoverDelay.js +0 -17
  278. package/dist/es/menu/utils/itemsIdsUtils.js +0 -119
  279. package/dist/es/menu/utils/misc.d.ts +0 -16
  280. package/dist/es/menu/utils/misc.js +0 -42
  281. package/dist/es/menu/utils/prepareInputItemsForInternalWork.d.ts +0 -6
  282. package/dist/es/menu/utils/prepareInputItemsForInternalWork.js +0 -105
  283. package/dist/es/package-metadata.d.ts +0 -5
  284. package/dist/es/package-metadata.js +0 -11
  285. package/dist/es/panelbar/PanelBar.js +0 -291
  286. package/dist/es/panelbar/PanelBarItem.d.ts +0 -48
  287. package/dist/es/panelbar/PanelBarItem.js +0 -153
  288. package/dist/es/panelbar/interfaces/NavigationAction.d.ts +0 -8
  289. package/dist/es/panelbar/interfaces/NavigationAction.js +0 -9
  290. package/dist/es/panelbar/interfaces/PanelBarItemClickEventArguments.d.ts +0 -8
  291. package/dist/es/panelbar/interfaces/PanelBarItemClickEventArguments.js +0 -1
  292. package/dist/es/panelbar/interfaces/PanelBarItemProps.js +0 -2
  293. package/dist/es/panelbar/interfaces/PanelBarProps.js +0 -1
  294. package/dist/es/panelbar/interfaces/PanelBarSelectEventArguments.js +0 -1
  295. package/dist/es/panelbar/interfaces/RenderPanelBarItem.d.ts +0 -16
  296. package/dist/es/panelbar/interfaces/RenderPanelBarItem.js +0 -1
  297. package/dist/es/panelbar/util.js +0 -197
  298. package/dist/es/splitter/Splitter.js +0 -383
  299. package/dist/es/splitter/SplitterBar.d.ts +0 -40
  300. package/dist/es/splitter/SplitterBar.js +0 -183
  301. package/dist/es/splitter/SplitterPane.d.ts +0 -53
  302. package/dist/es/splitter/SplitterPane.js +0 -46
  303. package/dist/es/splitter/messages/index.d.ts +0 -10
  304. package/dist/es/splitter/messages/index.js +0 -11
  305. package/dist/es/stacklayout/StackLayout.d.ts +0 -37
  306. package/dist/es/stacklayout/StackLayout.js +0 -87
  307. package/dist/es/stacklayout/StackLayoutProps.js +0 -1
  308. package/dist/es/stepper/Step.js +0 -141
  309. package/dist/es/stepper/Stepper.js +0 -224
  310. package/dist/es/stepper/contants.d.ts +0 -8
  311. package/dist/es/stepper/contants.js +0 -8
  312. package/dist/es/stepper/context/StepperContext.js +0 -11
  313. package/dist/es/stepper/interfaces/StepChangeEvent.d.ts +0 -11
  314. package/dist/es/stepper/interfaces/StepChangeEvent.js +0 -1
  315. package/dist/es/stepper/interfaces/StepFocusEvent.d.ts +0 -7
  316. package/dist/es/stepper/interfaces/StepFocusEvent.js +0 -1
  317. package/dist/es/stepper/interfaces/StepHandle.d.ts +0 -13
  318. package/dist/es/stepper/interfaces/StepHandle.js +0 -4
  319. package/dist/es/stepper/interfaces/StepProps.js +0 -1
  320. package/dist/es/stepper/interfaces/StepperChangeEvent.d.ts +0 -11
  321. package/dist/es/stepper/interfaces/StepperChangeEvent.js +0 -1
  322. package/dist/es/stepper/interfaces/StepperFocusEvent.d.ts +0 -7
  323. package/dist/es/stepper/interfaces/StepperFocusEvent.js +0 -1
  324. package/dist/es/stepper/interfaces/StepperHandle.d.ts +0 -13
  325. package/dist/es/stepper/interfaces/StepperHandle.js +0 -4
  326. package/dist/es/stepper/interfaces/StepperOnNavigateEvent.d.ts +0 -26
  327. package/dist/es/stepper/interfaces/StepperOnNavigateEvent.js +0 -16
  328. package/dist/es/stepper/interfaces/StepperProps.d.ts +0 -94
  329. package/dist/es/stepper/interfaces/StepperProps.js +0 -1
  330. package/dist/es/stepper/messages/index.d.ts +0 -15
  331. package/dist/es/stepper/messages/index.js +0 -16
  332. package/dist/es/tabstrip/TabStrip.js +0 -218
  333. package/dist/es/tabstrip/TabStripContent.d.ts +0 -50
  334. package/dist/es/tabstrip/TabStripContent.js +0 -95
  335. package/dist/es/tabstrip/TabStripNavigation.js +0 -257
  336. package/dist/es/tabstrip/TabStripNavigationItem.d.ts +0 -67
  337. package/dist/es/tabstrip/TabStripNavigationItem.js +0 -106
  338. package/dist/es/tabstrip/TabStripTab.js +0 -47
  339. package/dist/es/tilelayout/InternalTile.js +0 -331
  340. package/dist/es/tilelayout/ResizeHandlers.js +0 -59
  341. package/dist/es/tilelayout/TileLayout.d.ts +0 -149
  342. package/dist/es/tilelayout/TileLayout.js +0 -178
  343. package/dist/es/tilelayout/interfaces/main.js +0 -1
  344. package/dist/es/timeline/Timeline.d.ts +0 -98
  345. package/dist/es/timeline/Timeline.js +0 -37
  346. package/dist/es/timeline/TimelineCard.d.ts +0 -34
  347. package/dist/es/timeline/TimelineCard.js +0 -62
  348. package/dist/es/timeline/TimelineHorizontal.d.ts +0 -3
  349. package/dist/es/timeline/TimelineHorizontal.js +0 -291
  350. package/dist/es/timeline/TimelineVertical.js +0 -72
  351. package/dist/es/timeline/utils.d.ts +0 -15
  352. package/dist/es/timeline/utils.js +0 -26
  353. package/dist/npm/actionsheet/ActionSheet.js +0 -270
  354. package/dist/npm/actionsheet/ActionSheetContent.d.ts +0 -10
  355. package/dist/npm/actionsheet/ActionSheetContent.js +0 -30
  356. package/dist/npm/actionsheet/ActionSheetFooter.d.ts +0 -10
  357. package/dist/npm/actionsheet/ActionSheetFooter.js +0 -30
  358. package/dist/npm/actionsheet/ActionSheetHeader.d.ts +0 -10
  359. package/dist/npm/actionsheet/ActionSheetHeader.js +0 -30
  360. package/dist/npm/actionsheet/ActionSheetItem.d.ts +0 -6
  361. package/dist/npm/actionsheet/ActionSheetItem.js +0 -42
  362. package/dist/npm/actionsheet/interfaces/ActionSheetChildrenProps.d.ts +0 -13
  363. package/dist/npm/actionsheet/interfaces/ActionSheetChildrenProps.js +0 -6
  364. package/dist/npm/actionsheet/interfaces/ActionSheetItemProps.js +0 -2
  365. package/dist/npm/appbar/AppBar.js +0 -87
  366. package/dist/npm/appbar/AppBarSection.js +0 -61
  367. package/dist/npm/appbar/AppBarSpacer.js +0 -69
  368. package/dist/npm/appbar/interfaces/AppBarProps.d.ts +0 -79
  369. package/dist/npm/appbar/interfaces/AppBarProps.js +0 -2
  370. package/dist/npm/appbar/interfaces/AppBarSectionProps.js +0 -2
  371. package/dist/npm/appbar/interfaces/AppBarSpacerProps.js +0 -2
  372. package/dist/npm/bottomnavigation/BottomNavigation.d.ts +0 -38
  373. package/dist/npm/bottomnavigation/BottomNavigation.js +0 -136
  374. package/dist/npm/bottomnavigation/BottomNavigationItem.js +0 -56
  375. package/dist/npm/bottomnavigation/BottomNavigationItemProps.js +0 -2
  376. package/dist/npm/bottomnavigation/BottomNavigationProps.d.ts +0 -155
  377. package/dist/npm/bottomnavigation/BottomNavigationProps.js +0 -2
  378. package/dist/npm/bottomnavigation/models/events.js +0 -2
  379. package/dist/npm/bottomnavigation/models/utils.js +0 -39
  380. package/dist/npm/breadcrumb/Breadcrumb.js +0 -121
  381. package/dist/npm/breadcrumb/BreadcrumbDelimiter.js +0 -35
  382. package/dist/npm/breadcrumb/BreadcrumbLink.js +0 -113
  383. package/dist/npm/breadcrumb/BreadcrumbListItem.d.ts +0 -51
  384. package/dist/npm/breadcrumb/BreadcrumbListItem.js +0 -39
  385. package/dist/npm/breadcrumb/BreadcrumbOrderedList.js +0 -39
  386. package/dist/npm/card/Avatar.d.ts +0 -3
  387. package/dist/npm/card/Avatar.js +0 -43
  388. package/dist/npm/card/Card.d.ts +0 -4
  389. package/dist/npm/card/Card.js +0 -58
  390. package/dist/npm/card/CardActions.d.ts +0 -3
  391. package/dist/npm/card/CardActions.js +0 -27
  392. package/dist/npm/card/CardBody.d.ts +0 -3
  393. package/dist/npm/card/CardBody.js +0 -13
  394. package/dist/npm/card/CardFooter.d.ts +0 -3
  395. package/dist/npm/card/CardFooter.js +0 -13
  396. package/dist/npm/card/CardHeader.d.ts +0 -3
  397. package/dist/npm/card/CardHeader.js +0 -13
  398. package/dist/npm/card/CardImage.d.ts +0 -3
  399. package/dist/npm/card/CardImage.js +0 -26
  400. package/dist/npm/card/CardSubtitle.d.ts +0 -3
  401. package/dist/npm/card/CardSubtitle.js +0 -13
  402. package/dist/npm/card/CardTitle.d.ts +0 -3
  403. package/dist/npm/card/CardTitle.js +0 -13
  404. package/dist/npm/card/interfaces/AvatarProps.js +0 -2
  405. package/dist/npm/card/interfaces/CardActionsProps.d.ts +0 -35
  406. package/dist/npm/card/interfaces/CardActionsProps.js +0 -2
  407. package/dist/npm/card/interfaces/CardBodyProps.d.ts +0 -15
  408. package/dist/npm/card/interfaces/CardBodyProps.js +0 -2
  409. package/dist/npm/card/interfaces/CardFooterProps.d.ts +0 -15
  410. package/dist/npm/card/interfaces/CardFooterProps.js +0 -2
  411. package/dist/npm/card/interfaces/CardHandle.d.ts +0 -14
  412. package/dist/npm/card/interfaces/CardHandle.js +0 -2
  413. package/dist/npm/card/interfaces/CardHeaderProps.d.ts +0 -15
  414. package/dist/npm/card/interfaces/CardHeaderProps.js +0 -2
  415. package/dist/npm/card/interfaces/CardImageProps.d.ts +0 -19
  416. package/dist/npm/card/interfaces/CardImageProps.js +0 -2
  417. package/dist/npm/card/interfaces/CardProps.d.ts +0 -45
  418. package/dist/npm/card/interfaces/CardProps.js +0 -2
  419. package/dist/npm/card/interfaces/CardSubtitleProps.d.ts +0 -15
  420. package/dist/npm/card/interfaces/CardSubtitleProps.js +0 -2
  421. package/dist/npm/card/interfaces/CardTitleProps.d.ts +0 -15
  422. package/dist/npm/card/interfaces/CardTitleProps.js +0 -2
  423. package/dist/npm/card/interfaces/Enums.js +0 -30
  424. package/dist/npm/contextmenu/ContextMenu.js +0 -40
  425. package/dist/npm/drawer/Drawer.d.ts +0 -40
  426. package/dist/npm/drawer/Drawer.js +0 -121
  427. package/dist/npm/drawer/DrawerContent.d.ts +0 -39
  428. package/dist/npm/drawer/DrawerContent.js +0 -53
  429. package/dist/npm/drawer/DrawerItem.js +0 -104
  430. package/dist/npm/drawer/DrawerNavigation.js +0 -156
  431. package/dist/npm/drawer/context/DrawerContext.js +0 -19
  432. package/dist/npm/drawer/interfaces/DrawerAnimation.d.ts +0 -14
  433. package/dist/npm/drawer/interfaces/DrawerAnimation.js +0 -2
  434. package/dist/npm/drawer/interfaces/DrawerContentProps.d.ts +0 -18
  435. package/dist/npm/drawer/interfaces/DrawerContentProps.js +0 -2
  436. package/dist/npm/drawer/interfaces/DrawerItemHandle.d.ts +0 -17
  437. package/dist/npm/drawer/interfaces/DrawerItemHandle.js +0 -2
  438. package/dist/npm/drawer/interfaces/DrawerItemProps.d.ts +0 -61
  439. package/dist/npm/drawer/interfaces/DrawerItemProps.js +0 -2
  440. package/dist/npm/drawer/interfaces/DrawerNavigationProps.js +0 -2
  441. package/dist/npm/drawer/interfaces/DrawerProps.js +0 -2
  442. package/dist/npm/drawer/interfaces/DrawerSelectEvent.d.ts +0 -15
  443. package/dist/npm/drawer/interfaces/DrawerSelectEvent.js +0 -2
  444. package/dist/npm/expansionpanel/ExpansionPanel.d.ts +0 -6
  445. package/dist/npm/expansionpanel/ExpansionPanel.js +0 -79
  446. package/dist/npm/expansionpanel/ExpansionPanelContent.d.ts +0 -5
  447. package/dist/npm/expansionpanel/ExpansionPanelContent.js +0 -24
  448. package/dist/npm/expansionpanel/index.d.ts +0 -3
  449. package/dist/npm/expansionpanel/index.js +0 -19
  450. package/dist/npm/expansionpanel/interfaces.d.ts +0 -89
  451. package/dist/npm/expansionpanel/interfaces.js +0 -2
  452. package/dist/npm/gridlayout/GridLayout.d.ts +0 -39
  453. package/dist/npm/gridlayout/GridLayout.js +0 -95
  454. package/dist/npm/gridlayout/GridLayoutItem.d.ts +0 -38
  455. package/dist/npm/gridlayout/GridLayoutItem.js +0 -63
  456. package/dist/npm/gridlayout/interfaces/GridLayoutColumnProps.d.ts +0 -9
  457. package/dist/npm/gridlayout/interfaces/GridLayoutColumnProps.js +0 -2
  458. package/dist/npm/gridlayout/interfaces/GridLayoutItemProps.js +0 -2
  459. package/dist/npm/gridlayout/interfaces/GridLayoutProps.js +0 -2
  460. package/dist/npm/gridlayout/interfaces/GridLayoutRowProps.d.ts +0 -9
  461. package/dist/npm/gridlayout/interfaces/GridLayoutRowProps.js +0 -2
  462. package/dist/npm/main.js +0 -115
  463. package/dist/npm/menu/BaseMenuItemInternalProps.d.ts +0 -20
  464. package/dist/npm/menu/BaseMenuItemInternalProps.js +0 -2
  465. package/dist/npm/menu/MenuProps.d.ts +0 -68
  466. package/dist/npm/menu/MenuProps.js +0 -3
  467. package/dist/npm/menu/components/Menu.d.ts +0 -109
  468. package/dist/npm/menu/components/Menu.js +0 -280
  469. package/dist/npm/menu/components/MenuItem.d.ts +0 -29
  470. package/dist/npm/menu/components/MenuItem.js +0 -49
  471. package/dist/npm/menu/components/MenuItemArrow.d.ts +0 -46
  472. package/dist/npm/menu/components/MenuItemArrow.js +0 -81
  473. package/dist/npm/menu/components/MenuItemInternal.d.ts +0 -40
  474. package/dist/npm/menu/components/MenuItemInternal.js +0 -168
  475. package/dist/npm/menu/components/MenuItemInternalsList.d.ts +0 -22
  476. package/dist/npm/menu/components/MenuItemInternalsList.js +0 -51
  477. package/dist/npm/menu/components/MenuItemLink.d.ts +0 -30
  478. package/dist/npm/menu/components/MenuItemLink.js +0 -52
  479. package/dist/npm/menu/consts.js +0 -73
  480. package/dist/npm/menu/events.d.ts +0 -16
  481. package/dist/npm/menu/events.js +0 -3
  482. package/dist/npm/menu/models/BaseMenuItem.d.ts +0 -55
  483. package/dist/npm/menu/models/BaseMenuItem.js +0 -4
  484. package/dist/npm/menu/models/MenuItemModel.d.ts +0 -19
  485. package/dist/npm/menu/models/MenuItemModel.js +0 -2
  486. package/dist/npm/menu/utils/DirectionHolder.d.ts +0 -11
  487. package/dist/npm/menu/utils/DirectionHolder.js +0 -27
  488. package/dist/npm/menu/utils/MouseOverHandler.js +0 -68
  489. package/dist/npm/menu/utils/getNewItemIdUponKeyboardNavigation.d.ts +0 -7
  490. package/dist/npm/menu/utils/getNewItemIdUponKeyboardNavigation.js +0 -206
  491. package/dist/npm/menu/utils/hoverDelay.d.ts +0 -9
  492. package/dist/npm/menu/utils/hoverDelay.js +0 -22
  493. package/dist/npm/menu/utils/itemsIdsUtils.d.ts +0 -64
  494. package/dist/npm/menu/utils/itemsIdsUtils.js +0 -135
  495. package/dist/npm/menu/utils/misc.js +0 -49
  496. package/dist/npm/menu/utils/prepareInputItemsForInternalWork.d.ts +0 -6
  497. package/dist/npm/menu/utils/prepareInputItemsForInternalWork.js +0 -109
  498. package/dist/npm/package-metadata.d.ts +0 -5
  499. package/dist/npm/package-metadata.js +0 -14
  500. package/dist/npm/panelbar/PanelBar.d.ts +0 -77
  501. package/dist/npm/panelbar/PanelBar.js +0 -294
  502. package/dist/npm/panelbar/PanelBarItem.js +0 -156
  503. package/dist/npm/panelbar/interfaces/NavigationAction.d.ts +0 -8
  504. package/dist/npm/panelbar/interfaces/NavigationAction.js +0 -12
  505. package/dist/npm/panelbar/interfaces/PanelBarItemClickEventArguments.d.ts +0 -8
  506. package/dist/npm/panelbar/interfaces/PanelBarItemClickEventArguments.js +0 -2
  507. package/dist/npm/panelbar/interfaces/PanelBarItemProps.d.ts +0 -95
  508. package/dist/npm/panelbar/interfaces/PanelBarItemProps.js +0 -3
  509. package/dist/npm/panelbar/interfaces/PanelBarProps.d.ts +0 -63
  510. package/dist/npm/panelbar/interfaces/PanelBarProps.js +0 -2
  511. package/dist/npm/panelbar/interfaces/PanelBarSelectEventArguments.d.ts +0 -15
  512. package/dist/npm/panelbar/interfaces/PanelBarSelectEventArguments.js +0 -2
  513. package/dist/npm/panelbar/interfaces/RenderPanelBarItem.d.ts +0 -16
  514. package/dist/npm/panelbar/interfaces/RenderPanelBarItem.js +0 -2
  515. package/dist/npm/panelbar/util.d.ts +0 -52
  516. package/dist/npm/panelbar/util.js +0 -208
  517. package/dist/npm/splitter/Splitter.d.ts +0 -132
  518. package/dist/npm/splitter/Splitter.js +0 -386
  519. package/dist/npm/splitter/SplitterBar.js +0 -186
  520. package/dist/npm/splitter/SplitterPane.js +0 -49
  521. package/dist/npm/splitter/messages/index.d.ts +0 -10
  522. package/dist/npm/splitter/messages/index.js +0 -14
  523. package/dist/npm/stacklayout/StackLayout.js +0 -90
  524. package/dist/npm/stacklayout/StackLayoutProps.d.ts +0 -88
  525. package/dist/npm/stacklayout/StackLayoutProps.js +0 -2
  526. package/dist/npm/stepper/Step.d.ts +0 -23
  527. package/dist/npm/stepper/Step.js +0 -144
  528. package/dist/npm/stepper/Stepper.d.ts +0 -23
  529. package/dist/npm/stepper/Stepper.js +0 -227
  530. package/dist/npm/stepper/contants.d.ts +0 -8
  531. package/dist/npm/stepper/contants.js +0 -11
  532. package/dist/npm/stepper/context/StepperContext.d.ts +0 -23
  533. package/dist/npm/stepper/context/StepperContext.js +0 -14
  534. package/dist/npm/stepper/interfaces/StepChangeEvent.d.ts +0 -11
  535. package/dist/npm/stepper/interfaces/StepChangeEvent.js +0 -2
  536. package/dist/npm/stepper/interfaces/StepFocusEvent.d.ts +0 -7
  537. package/dist/npm/stepper/interfaces/StepFocusEvent.js +0 -2
  538. package/dist/npm/stepper/interfaces/StepHandle.d.ts +0 -13
  539. package/dist/npm/stepper/interfaces/StepHandle.js +0 -5
  540. package/dist/npm/stepper/interfaces/StepProps.d.ts +0 -79
  541. package/dist/npm/stepper/interfaces/StepProps.js +0 -2
  542. package/dist/npm/stepper/interfaces/StepperChangeEvent.d.ts +0 -11
  543. package/dist/npm/stepper/interfaces/StepperChangeEvent.js +0 -2
  544. package/dist/npm/stepper/interfaces/StepperFocusEvent.d.ts +0 -7
  545. package/dist/npm/stepper/interfaces/StepperFocusEvent.js +0 -2
  546. package/dist/npm/stepper/interfaces/StepperHandle.d.ts +0 -13
  547. package/dist/npm/stepper/interfaces/StepperHandle.js +0 -5
  548. package/dist/npm/stepper/interfaces/StepperOnNavigateEvent.d.ts +0 -26
  549. package/dist/npm/stepper/interfaces/StepperOnNavigateEvent.js +0 -19
  550. package/dist/npm/stepper/interfaces/StepperProps.js +0 -2
  551. package/dist/npm/stepper/messages/index.d.ts +0 -15
  552. package/dist/npm/stepper/messages/index.js +0 -19
  553. package/dist/npm/tabstrip/TabStrip.d.ts +0 -147
  554. package/dist/npm/tabstrip/TabStrip.js +0 -221
  555. package/dist/npm/tabstrip/TabStripContent.js +0 -98
  556. package/dist/npm/tabstrip/TabStripNavigation.d.ts +0 -98
  557. package/dist/npm/tabstrip/TabStripNavigation.js +0 -260
  558. package/dist/npm/tabstrip/TabStripNavigationItem.js +0 -109
  559. package/dist/npm/tabstrip/TabStripTab.d.ts +0 -38
  560. package/dist/npm/tabstrip/TabStripTab.js +0 -50
  561. package/dist/npm/tilelayout/InternalTile.d.ts +0 -90
  562. package/dist/npm/tilelayout/InternalTile.js +0 -334
  563. package/dist/npm/tilelayout/ResizeHandlers.d.ts +0 -20
  564. package/dist/npm/tilelayout/ResizeHandlers.js +0 -62
  565. package/dist/npm/tilelayout/TileLayout.js +0 -181
  566. package/dist/npm/tilelayout/interfaces/main.d.ts +0 -142
  567. package/dist/npm/tilelayout/interfaces/main.js +0 -2
  568. package/dist/npm/timeline/Timeline.js +0 -41
  569. package/dist/npm/timeline/TimelineCard.js +0 -66
  570. package/dist/npm/timeline/TimelineHorizontal.d.ts +0 -3
  571. package/dist/npm/timeline/TimelineHorizontal.js +0 -295
  572. package/dist/npm/timeline/TimelineVertical.d.ts +0 -12
  573. package/dist/npm/timeline/TimelineVertical.js +0 -76
  574. package/dist/npm/timeline/utils.js +0 -31
  575. package/dist/systemjs/kendo-react-layout.js +0 -1
  576. package/e2e-next/actionsheet.basic.tests.ts +0 -25
  577. package/e2e-next/appbar.basic.tests.ts +0 -24
  578. package/e2e-next/avatar.basic.tests.ts +0 -24
  579. package/e2e-next/bottomnav.basic.tests.ts +0 -24
  580. package/e2e-next/breadcrumb.basic.tests.ts +0 -24
  581. package/e2e-next/card.basic.tests.ts +0 -24
  582. package/e2e-next/contextmenu.basic.tests.ts +0 -25
  583. package/e2e-next/drawer.basic.tests.ts +0 -24
  584. package/e2e-next/expansionpanel.basic.tests.ts +0 -23
  585. package/e2e-next/gridlayout.basic.tests.ts +0 -24
  586. package/e2e-next/menu.basic.tests.ts +0 -24
  587. package/e2e-next/panelbar.basic.tests.ts +0 -24
  588. package/e2e-next/splitter.basic.tests.ts +0 -24
  589. package/e2e-next/stacklayout.basic.tests.ts +0 -24
  590. package/e2e-next/tabstrip.basic.tests.ts +0 -24
  591. package/e2e-next/tilelayout.basic.tests.ts +0 -24
  592. package/e2e-next/timeline.basic.tests.ts +0 -24
@@ -1,136 +0,0 @@
1
- "use strict";
2
- var __assign = (this && this.__assign) || function () {
3
- __assign = Object.assign || function(t) {
4
- for (var s, i = 1, n = arguments.length; i < n; i++) {
5
- s = arguments[i];
6
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
- t[p] = s[p];
8
- }
9
- return t;
10
- };
11
- return __assign.apply(this, arguments);
12
- };
13
- Object.defineProperty(exports, "__esModule", { value: true });
14
- exports.BottomNavigation = void 0;
15
- var React = require("react");
16
- var PropTypes = require("prop-types");
17
- var kendo_react_common_1 = require("@progress/kendo-react-common");
18
- var package_metadata_1 = require("../package-metadata");
19
- var kendo_react_common_2 = require("@progress/kendo-react-common");
20
- var utils_1 = require("./models/utils");
21
- var BottomNavigationItem_1 = require("./BottomNavigationItem");
22
- /**
23
- * Represents the [KendoReact BottomNavigation component]({% slug overview_bottomnavigation %}).
24
- * Used to switch between primary destinations in an application.
25
- *
26
- * @example
27
- * ```jsx
28
- * const items = [
29
- * { text: 'Photos', icon: 'photo', selected: true },
30
- * { text: 'Albums', icon: 'folder' },
31
- * { text: 'Search', icon: 'search' },
32
- * { text: 'More', icon: 'more-horizontal' },
33
- * ];
34
- *
35
- * const App = () => {
36
- * return (
37
- * <BottomNavigation items={items} />
38
- * );
39
- * };
40
- * ReactDOM.render(<App />, document.querySelector('my-app'));
41
- * ```
42
- */
43
- exports.BottomNavigation = React.forwardRef(function (props, ref) {
44
- (0, kendo_react_common_1.validatePackage)(package_metadata_1.packageMetadata);
45
- var elementRef = React.useRef(null);
46
- var focusElement = React.useCallback(function () {
47
- if (elementRef.current) {
48
- (0, kendo_react_common_2.focusFirstFocusableChild)(elementRef.current);
49
- }
50
- }, []);
51
- var getImperativeHandle = React.useCallback(function () { return ({
52
- element: elementRef.current,
53
- focus: focusElement
54
- }); }, [focusElement]);
55
- React.useImperativeHandle(ref, getImperativeHandle);
56
- var _a = props.positionMode, positionMode = _a === void 0 ? defaultProps.positionMode : _a, _b = props.itemFlow, itemFlow = _b === void 0 ? defaultProps.itemFlow : _b, _c = props.border, border = _c === void 0 ? defaultProps.border : _c, className = props.className, items = props.items, item = props.item, itemRender = props.itemRender, disabled = props.disabled, style = props.style, id = props.id, onSelect = props.onSelect, onKeyDown = props.onKeyDown;
57
- var navId = React.useMemo(function () { return (0, kendo_react_common_2.guid)(); }, []);
58
- var dir = (0, kendo_react_common_2.useDir)(elementRef, props.dir);
59
- var fillMode = React.useMemo(function () {
60
- if (props.fillMode === null) {
61
- return null;
62
- }
63
- else if (props.fill === null) {
64
- return null;
65
- }
66
- else {
67
- return props.fill || props.fillMode || defaultProps.fillMode;
68
- }
69
- }, [props.fillMode, props.fill]);
70
- var themeColor = React.useMemo(function () { return props.themeColor || defaultProps.themeColor; }, [props.themeColor]);
71
- var navClasses = React.useMemo(function () {
72
- var _a;
73
- return (0, kendo_react_common_2.classNames)('k-bottom-nav', utils_1.POSITION_MODE_CLASSES[positionMode], utils_1.ITEM_FLOW_CLASSES[itemFlow], (_a = {},
74
- _a["k-bottom-nav-".concat(fillMode)] = fillMode,
75
- _a["k-bottom-nav-".concat(fillMode, "-").concat(themeColor)] = Boolean(fillMode && themeColor),
76
- _a['k-bottom-nav-border'] = border,
77
- _a['k-disabled'] = disabled,
78
- _a), className);
79
- }, [positionMode, themeColor, fillMode, itemFlow, border, disabled, className]);
80
- var dispatchSelectEvent = React.useCallback(function (dispatchedEvent, index) {
81
- if (!items) {
82
- return;
83
- }
84
- if (!items[index].disabled && onSelect) {
85
- (0, kendo_react_common_2.dispatchEvent)(onSelect, dispatchedEvent, getImperativeHandle(), {
86
- itemTarget: items[index],
87
- itemIndex: index
88
- });
89
- }
90
- }, [items, onSelect]);
91
- var handleSelect = React.useCallback(function (event, clickedItemIndex) {
92
- dispatchSelectEvent(event, clickedItemIndex);
93
- }, [dispatchSelectEvent]);
94
- var handleKeyDown = React.useCallback(function (event, clickedItemIndex) {
95
- switch (event.keyCode) {
96
- case kendo_react_common_2.Keys.enter:
97
- case kendo_react_common_2.Keys.space:
98
- dispatchSelectEvent(event, clickedItemIndex);
99
- event.preventDefault();
100
- break;
101
- default:
102
- break;
103
- }
104
- (0, kendo_react_common_2.dispatchEvent)(onKeyDown, event, getImperativeHandle(), undefined);
105
- }, [dispatchSelectEvent, onKeyDown]);
106
- return (React.createElement("nav", { ref: elementRef, className: navClasses, style: style, id: id || navId, dir: dir }, items && (items.map(function (element, index) {
107
- return (React.createElement(BottomNavigationItem_1.BottomNavigationItem, __assign({}, element, { key: index, index: index, id: "".concat(id || navId, "-").concat(index), disabled: disabled || element.disabled, selected: element.selected, dataItem: element, item: item, render: itemRender, onSelect: handleSelect, onKeyDown: handleKeyDown })));
108
- }))));
109
- });
110
- var defaultProps = {
111
- themeColor: 'primary',
112
- fillMode: 'flat',
113
- itemFlow: 'vertical',
114
- positionMode: 'fixed',
115
- border: true
116
- };
117
- exports.BottomNavigation.propTypes = {
118
- className: PropTypes.string,
119
- style: PropTypes.object,
120
- id: PropTypes.string,
121
- dir: PropTypes.string,
122
- themeColor: PropTypes.oneOf([
123
- 'primary', 'secondary', 'tertiary',
124
- 'info', 'success', 'warning',
125
- 'error', 'dark', 'light', 'inverse'
126
- ]),
127
- fill: PropTypes.oneOf(['solid', 'flat']),
128
- fillMode: PropTypes.oneOf(['solid', 'flat']),
129
- itemFlow: PropTypes.oneOf(['vertical', 'horizontal']),
130
- border: PropTypes.bool,
131
- disabled: PropTypes.bool,
132
- selected: PropTypes.number,
133
- onSelect: PropTypes.func
134
- };
135
- exports.BottomNavigation.defaultProps = defaultProps;
136
- exports.BottomNavigation.displayName = 'KendoReactBottomNavigation';
@@ -1,56 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BottomNavigationItem = void 0;
4
- var React = require("react");
5
- var PropTypes = require("prop-types");
6
- var kendo_react_common_1 = require("@progress/kendo-react-common");
7
- var package_metadata_1 = require("../package-metadata");
8
- var kendo_react_common_2 = require("@progress/kendo-react-common");
9
- /**
10
- * Represents the [KendoReact BottomNavigationItem component]({% slug overview_bottomnavigation %}).
11
- */
12
- exports.BottomNavigationItem = React.forwardRef(function (props, ref) {
13
- (0, kendo_react_common_1.validatePackage)(package_metadata_1.packageMetadata);
14
- var elementRef = React.useRef(null);
15
- React.useImperativeHandle(ref, function () { return ({
16
- element: elementRef.current
17
- }); });
18
- var className = props.className, style = props.style, selected = props.selected, disabled = props.disabled, item = props.item, render = props.render, dataItem = props.dataItem, icon = props.icon, svgIcon = props.svgIcon, text = props.text, id = props.id, onSelect = props.onSelect, onKeyDown = props.onKeyDown, index = props.index, tabIndex = props.tabIndex;
19
- var itemClasses = React.useMemo(function () { return (0, kendo_react_common_2.classNames)('k-bottom-nav-item', {
20
- 'k-selected': selected,
21
- 'k-disabled': disabled
22
- }, className); }, [selected, disabled, className]);
23
- var handleClick = React.useCallback(function (event) {
24
- if (onSelect && index !== undefined && !disabled) {
25
- onSelect(event, index);
26
- }
27
- }, [onSelect, index, disabled]);
28
- var handleKeyDown = React.useCallback(function (event) {
29
- if (onKeyDown && index !== undefined && !disabled) {
30
- onKeyDown(event, index);
31
- }
32
- }, [onKeyDown, index, disabled]);
33
- var renderer = render;
34
- var ItemComp = item;
35
- var bottomNavItem = (React.createElement("span", { ref: elementRef, className: itemClasses, style: style, role: 'link', id: id, tabIndex: tabIndex, onClick: handleClick, onKeyDown: handleKeyDown, "aria-current": selected, "aria-disabled": disabled }, ItemComp ? React.createElement(ItemComp, { itemIndex: index, item: dataItem }) :
36
- (React.createElement(React.Fragment, null,
37
- (icon || svgIcon) && React.createElement(kendo_react_common_1.IconWrap, { className: 'k-bottom-nav-item-icon', name: icon, icon: svgIcon, size: 'xlarge' }),
38
- text && React.createElement("span", { className: 'k-bottom-nav-item-text', style: { userSelect: 'none' } }, text)))));
39
- return renderer !== undefined ? renderer.call(undefined, bottomNavItem, props) : bottomNavItem;
40
- });
41
- var defaultProps = {
42
- tabIndex: 0
43
- };
44
- exports.BottomNavigationItem.propTypes = {
45
- className: PropTypes.string,
46
- style: PropTypes.object,
47
- id: PropTypes.string,
48
- disabled: PropTypes.bool,
49
- selected: PropTypes.bool,
50
- icon: PropTypes.string,
51
- svgIcon: kendo_react_common_1.svgIconPropType,
52
- text: PropTypes.string,
53
- tabIndex: PropTypes.number
54
- };
55
- exports.BottomNavigationItem.defaultProps = defaultProps;
56
- exports.BottomNavigationItem.displayName = 'KendoReactBottomNavigationItem';
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,155 +0,0 @@
1
- /// <reference types="react" />
2
- import { BottomNavigationItemProps } from './BottomNavigationItemProps';
3
- import { BottomNavigationEvent, BottomNavigationSelectEvent } from './models/events';
4
- /**
5
- * Represents the props of the [KendoReact BottomNavigation component]({% slug overview_bottomnavigation %}).
6
- */
7
- export interface BottomNavigationProps {
8
- /**
9
- * Sets additional CSS classes to the BottomNavigation.
10
- */
11
- className?: string;
12
- /**
13
- * Sets additional CSS styles to the BottomNavigation.
14
- */
15
- style?: React.CSSProperties;
16
- /**
17
- * Sets the `id` property of the root BottomNavigation element.
18
- */
19
- id?: string;
20
- /**
21
- * Represents the `dir` HTML attribute. This is used to switch from LTR to RTL.
22
- */
23
- dir?: string;
24
- /**
25
- * Specifies the theme color of the BottomNavigation
26
- * ([see example]({% slug appearance_bottomnavigation %}#toc-theme-color)).
27
- *
28
- * The possible values are:
29
- * * `primary` (Default) &mdash; Applies coloring based on the primary theme color.
30
- * * `secondary` &mdash; Applies coloring based on the secondary theme color.
31
- * * `tertiary` &mdash; Applies coloring based on the tertiary theme color.
32
- * * `info` &mdash; Applies coloring based on the info theme color.
33
- * * `success` &mdash; Applies coloring based on the success theme color.
34
- * * `warning` &mdash; Applies coloring based on the warning theme color.
35
- * * `error` &mdash; Applies coloring based on the error theme color.
36
- * * `dark` &mdash; Applies coloring based on the dark theme color.
37
- * * `light` &mdash; Applies coloring based on the light theme color.
38
- * * `inverse` &mdash; Applies coloring based on the inverted theme color.
39
- */
40
- themeColor?: BottomNavigationThemeColor;
41
- /**
42
- * **Deprecated**. Use `fillMode` prop instead.
43
- *
44
- * @deprecated
45
- *
46
- */
47
- fill?: BottomNavigationFill;
48
- /**
49
- * The fill style of the BottomNavigation
50
- * ([see example]({% slug appearance_bottomnavigation %}#toc-fill)).
51
- *
52
- * The possible values are:
53
- * * `flat`(Default) &mdash; Sets the theme color as the text color. The background will be white.
54
- * * `solid` &mdash; Sets the theme color as a background color.
55
- */
56
- fillMode?: BottomNavigationFill;
57
- /**
58
- * Specifies the position and behavior of the BottomNavigation when the page is scrolled
59
- * ([see example]({% slug positioning_bottomnavigation %}#toc-position-mode)).
60
- *
61
- * The possible values are:
62
- * * `fixed`(Default) &mdash; The BottomNavigation always stays at the bottom of the viewport, regardless of the page scroll position.
63
- * * `sticky` &mdash; Positions the BottomNavigation based on the user's scroll position. A sticky element toggles between static
64
- * and fixed CSS [`position`](https://developer.mozilla.org/en-US/docs/Web/CSS/position) property, depending on the scroll position.
65
- * It is positioned static until a given offset position is met in the viewport - then it "sticks" in place like `fixed` positionMode.
66
- */
67
- positionMode?: BottomNavigationPositionMode;
68
- /**
69
- * Specifies how the icon and text label are positioned in each item of the BottomNavigation
70
- * ([see example]({% slug content_types_bottomnavigation %}#toc-item-flow)).
71
- *
72
- * The possible values are:
73
- * * `vertical`(Default) &mdash; Renders the text below the icon.
74
- * * `horizontal` &mdash; Renders the text and the icon on the same line.
75
- */
76
- itemFlow?: BottomNavigationItemFlow;
77
- /**
78
- * Sets a border to the BottomNavigation.
79
- */
80
- border?: boolean;
81
- /**
82
- * Disables the whole BottomNavigation.
83
- */
84
- disabled?: boolean;
85
- /**
86
- * The collection of items that will be rendered in the BottomNavigation ([see example]({% slug overview_bottomnavigation %})).
87
- */
88
- items?: Array<BottomNavigationItemProps>;
89
- /**
90
- * Overrides the default component's content responsible for visualizing a single item
91
- * ([see example]({% slug custom_rendering_bottomnavigation %}#toc-custom-rendering)).
92
- */
93
- item?: React.ComponentType<BottomNavigationItemProps>;
94
- /**
95
- * Fires when a BottomNavigation item is about to be rendered
96
- * ([see example]({% slug custom_rendering_bottomnavigation %}#toc-item-render-property)).
97
- * Used to override the default appearance of the items.
98
- */
99
- itemRender?: (span: React.ReactElement<HTMLSpanElement>, itemProps: BottomNavigationItemProps) => React.ReactNode;
100
- /**
101
- * Fires when a BottomNavigation item is selected.
102
- */
103
- onSelect?: (event: BottomNavigationSelectEvent) => void;
104
- /**
105
- * Triggered on `onKeyDown` event.
106
- */
107
- onKeyDown?: (event: BottomNavigationEvent) => void;
108
- }
109
- /**
110
- * The fill style of the BottomNavigation
111
- * ([see example]({% slug appearance_bottomnavigation %}#toc-fill)).
112
- *
113
- * The possible values are:
114
- * * `flat`(Default) &mdash; Sets the theme color as the text color. The background will be white.
115
- * * `solid` &mdash; Sets the theme color as a background color.
116
- *
117
- */
118
- export declare type BottomNavigationFill = 'solid' | 'flat';
119
- /**
120
- * Specifies how the icon and text label are positioned in each item of the BottomNavigation
121
- * ([see example]({% slug content_types_bottomnavigation %}#toc-item-flow)).
122
- *
123
- * The possible values are:
124
- * * `vertical`(Default) &mdash; Renders the text below the icon.
125
- * * `horizontal` &mdash; Renders the text and the icon on the same line.
126
- */
127
- export declare type BottomNavigationItemFlow = 'vertical' | 'horizontal';
128
- /**
129
- * Specifies the theme color of the BottomNavigationThemeColor.
130
- * ([see example]({% slug appearance_bottomnavigation %}#toc-theme-color)).
131
- *
132
- * The possible values are:
133
- * * `primary` (Default) &mdash; Applies coloring based on the primary theme color.
134
- * * `secondary` &mdash; Applies coloring based on the secondary theme color.
135
- * * `tertiary` &mdash; Applies coloring based on the tertiary theme color.
136
- * * `info` &mdash; Applies coloring based on the info theme color.
137
- * * `success` &mdash; Applies coloring based on the success theme color.
138
- * * `warning` &mdash; Applies coloring based on the warning theme color.
139
- * * `error` &mdash; Applies coloring based on the error theme color.
140
- * * `dark` &mdash; Applies coloring based on the dark theme color.
141
- * * `light` &mdash; Applies coloring based on the light theme color.
142
- * * `inverse` &mdash; Applies coloring based on the inverted theme color.
143
- */
144
- export declare type BottomNavigationThemeColor = 'primary' | 'secondary' | 'tertiary' | 'info' | 'success' | 'warning' | 'error' | 'dark' | 'light' | 'inverse';
145
- /**
146
- * Specifies the position and behavior of the BottomNavigation when the page is scrolled
147
- * ([see example]({% slug positioning_bottomnavigation %}#toc-position-mode)).
148
- *
149
- * The possible values are:
150
- * * `fixed`(Default) &mdash; The BottomNavigation always stays at the bottom of the viewport, regardless of the page scroll position.
151
- * * `sticky` &mdash; Positions the BottomNavigation based on the user's scroll position. A sticky element toggles between
152
- * static and fixed CSS [`position`](https://developer.mozilla.org/en-US/docs/Web/CSS/position) property, depending on the scroll position.
153
- * It is positioned static until a given offset position is met in the viewport - then it "sticks" in place like `fixed` positionMode.
154
- */
155
- export declare type BottomNavigationPositionMode = 'sticky' | 'fixed';
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,39 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.POSITION_MODE_CLASSES = exports.ITEM_FLOW_CLASSES = exports.FILL_CLASSES = exports.THEME_COLOR_CLASSES = void 0;
4
- /**
5
- * @hidden
6
- */
7
- exports.THEME_COLOR_CLASSES = {
8
- 'primary': 'k-bottom-nav-primary',
9
- 'secondary': 'k-bottom-nav-secondary',
10
- 'tertiary': 'k-bottom-nav-tertiary',
11
- 'info': 'k-bottom-nav-info',
12
- 'success': 'k-bottom-nav-success',
13
- 'warning': 'k-bottom-nav-warning',
14
- 'error': 'k-bottom-nav-error',
15
- 'dark': 'k-bottom-nav-dark',
16
- 'light': 'k-bottom-nav-light',
17
- 'inverse': 'k-bottom-nav-inverse'
18
- };
19
- /**
20
- * @hidden
21
- */
22
- exports.FILL_CLASSES = {
23
- 'flat': 'k-bottom-nav-flat',
24
- 'solid': 'k-bottom-nav-solid'
25
- };
26
- /**
27
- * @hidden
28
- */
29
- exports.ITEM_FLOW_CLASSES = {
30
- 'vertical': 'k-bottom-nav-item-flow-vertical',
31
- 'horizontal': 'k-bottom-nav-item-flow-horizontal'
32
- };
33
- /**
34
- * @hidden
35
- */
36
- exports.POSITION_MODE_CLASSES = {
37
- 'fixed': 'k-pos-fixed',
38
- 'sticky': 'k-pos-sticky'
39
- };
@@ -1,121 +0,0 @@
1
- "use strict";
2
- var __assign = (this && this.__assign) || function () {
3
- __assign = Object.assign || function(t) {
4
- for (var s, i = 1, n = arguments.length; i < n; i++) {
5
- s = arguments[i];
6
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
- t[p] = s[p];
8
- }
9
- return t;
10
- };
11
- return __assign.apply(this, arguments);
12
- };
13
- Object.defineProperty(exports, "__esModule", { value: true });
14
- exports.Breadcrumb = void 0;
15
- var React = require("react");
16
- var PropTypes = require("prop-types");
17
- var kendo_licensing_1 = require("@progress/kendo-licensing");
18
- var package_metadata_1 = require("../package-metadata");
19
- var kendo_react_common_1 = require("@progress/kendo-react-common");
20
- var BreadcrumbListItem_1 = require("./BreadcrumbListItem");
21
- var BreadcrumbDelimiter_1 = require("./BreadcrumbDelimiter");
22
- var BreadcrumbLink_1 = require("./BreadcrumbLink");
23
- var BreadcrumbOrderedList_1 = require("./BreadcrumbOrderedList");
24
- /**
25
- * Represents the Breadcrumb component.
26
- */
27
- exports.Breadcrumb = React.forwardRef(function (props, ref) {
28
- var _a;
29
- (0, kendo_licensing_1.validatePackage)(package_metadata_1.packageMetadata);
30
- var target = React.useRef(null);
31
- var breadcrumbRef = React.useRef(null);
32
- var OrderedListComponent = React.useMemo(function () { return props.breadcrumbOrderedList || BreadcrumbOrderedList_1.BreadcrumbOrderedList; }, [props.breadcrumbOrderedList]);
33
- var ListItemComponent = React.useMemo(function () { return props.breadcrumbListItem || BreadcrumbListItem_1.BreadcrumbListItem; }, [props.breadcrumbListItem]);
34
- var DelimiterComponent = React.useMemo(function () { return props.breadcrumbDelimiter || BreadcrumbDelimiter_1.BreadcrumbDelimiter; }, [props.breadcrumbDelimiter]);
35
- var LinkComponent = React.useMemo(function () { return props.breadcrumbLink || BreadcrumbLink_1.BreadcrumbLink; }, [props.breadcrumbLink]);
36
- var focus = React.useCallback(function () {
37
- if (breadcrumbRef.current) {
38
- breadcrumbRef.current.focus();
39
- }
40
- }, [breadcrumbRef]);
41
- var disabled = React.useMemo(function () { return props.disabled || false; }, [props.disabled]);
42
- React.useImperativeHandle(target, function () { return ({
43
- element: breadcrumbRef.current,
44
- focus: focus,
45
- props: props
46
- }); });
47
- React.useImperativeHandle(ref, function () { return target.current; });
48
- var dir = (0, kendo_react_common_1.useDir)(breadcrumbRef, props.dir);
49
- var handleItemSelect = function (event) {
50
- if (target.current) {
51
- (0, kendo_react_common_1.dispatchEvent)(props.onItemSelect, event, event.target, { id: event.target.id });
52
- }
53
- };
54
- var handleKeyDown = function (event) {
55
- if (target.current) {
56
- (0, kendo_react_common_1.dispatchEvent)(props.onKeyDown, event, event.target, { id: event.target.id });
57
- }
58
- };
59
- var valueField = (props.valueField || defaultProps.valueField);
60
- var iconField = (props.iconField || defaultProps.iconField);
61
- var iconClassField = (props.iconClassField || defaultProps.iconClassField);
62
- var textField = (props.textField || defaultProps.textField);
63
- var size = props.size || 'medium';
64
- return (React.createElement("nav", { "aria-label": props.ariaLabel, id: props.id, style: props.style, ref: breadcrumbRef, dir: dir, className: (0, kendo_react_common_1.classNames)('k-breadcrumb k-breadcrumb-wrap', (_a = {
65
- 'k-rtl': dir === 'rtl',
66
- 'k-disabled': disabled,
67
- 'k-breadcrumb-md': !props.size
68
- },
69
- _a["k-breadcrumb-".concat(kendo_react_common_1.kendoThemeMaps.sizeMap[size] || size)] = size,
70
- _a), props.className) },
71
- React.createElement(OrderedListComponent, { rootItem: true },
72
- React.createElement(React.Fragment, null, props.data.map(function (item, index, data) {
73
- var key = item[valueField];
74
- if (index === 0) {
75
- return (React.createElement(ListItemComponent, { key: key, isFirstItem: true, isLastItem: data.length - 1 === index },
76
- React.createElement(LinkComponent, __assign({ isLast: data.length - 1 === index, isFirst: true, id: String(key), icon: item[iconField] || undefined, iconClass: item[iconClassField] ? String(item[iconClassField]) : undefined, text: item[textField] ? String(item[textField]) : undefined, disabled: item.disabled || false, onItemSelect: handleItemSelect, onKeyDown: handleKeyDown }, props))));
77
- }
78
- }))),
79
- React.createElement(OrderedListComponent, { rootItem: false },
80
- React.createElement(React.Fragment, null, props.data.map(function (item, index, data) {
81
- var key = item[valueField];
82
- if (index !== 0) {
83
- return (React.createElement(ListItemComponent, { key: key, isFirstItem: false, isLastItem: data.length - 1 === index },
84
- React.createElement(DelimiterComponent, { dir: dir }),
85
- React.createElement(LinkComponent, __assign({ isLast: data.length - 1 === index, isFirst: false, id: String(key), icon: item[iconField] || undefined, iconClass: item[iconClassField] ? String(item[iconClassField]) : undefined, text: item[textField] ? String(item[textField]) : undefined, disabled: item.disabled || false, onItemSelect: handleItemSelect, onKeyDown: handleKeyDown }, props))));
86
- }
87
- })))));
88
- });
89
- var propTypes = {
90
- id: PropTypes.string,
91
- style: PropTypes.object,
92
- className: PropTypes.string,
93
- breadcrumbOrderedList: PropTypes.elementType,
94
- breadcrumbListItem: PropTypes.elementType,
95
- breadcrumbDelimiter: PropTypes.elementType,
96
- breadcrumbLink: PropTypes.elementType,
97
- data: PropTypes.arrayOf(PropTypes.shape({
98
- id: PropTypes.string,
99
- text: PropTypes.string,
100
- icon: PropTypes.any,
101
- iconClass: PropTypes.string
102
- })),
103
- dir: PropTypes.oneOf(['ltr', 'rtl']),
104
- disabled: PropTypes.bool,
105
- valueField: PropTypes.string,
106
- textField: PropTypes.string,
107
- iconField: PropTypes.string,
108
- iconClassField: PropTypes.string,
109
- onItemSelect: PropTypes.func,
110
- ariaLabel: PropTypes.string
111
- };
112
- var defaultProps = {
113
- valueField: 'id',
114
- textField: 'text',
115
- iconField: 'icon',
116
- iconClassField: 'iconClass'
117
- };
118
- exports.Breadcrumb.displayName = 'KendoReactBreadcrumb';
119
- // TODO: delete casting when @types/react is updated!
120
- exports.Breadcrumb.propTypes = propTypes;
121
- exports.Breadcrumb.defaultProps = defaultProps;
@@ -1,35 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BreadcrumbDelimiter = void 0;
4
- var React = require("react");
5
- var PropTypes = require("prop-types");
6
- var kendo_licensing_1 = require("@progress/kendo-licensing");
7
- var kendo_react_common_1 = require("@progress/kendo-react-common");
8
- var kendo_svg_icons_1 = require("@progress/kendo-svg-icons");
9
- var package_metadata_1 = require("../package-metadata");
10
- /**
11
- * Represents the BreadcrumbDelimiter component.
12
- */
13
- exports.BreadcrumbDelimiter = React.forwardRef(function (props, ref) {
14
- (0, kendo_licensing_1.validatePackage)(package_metadata_1.packageMetadata);
15
- var target = React.useRef(null);
16
- var breadcrumbDelimiterRef = React.useRef(null);
17
- React.useImperativeHandle(target, function () {
18
- var _a;
19
- return ({
20
- element: ((_a = breadcrumbDelimiterRef.current) === null || _a === void 0 ? void 0 : _a.element) || null,
21
- props: props
22
- });
23
- });
24
- React.useImperativeHandle(ref, function () { return target.current; });
25
- return (React.createElement(kendo_react_common_1.IconWrap, { ref: breadcrumbDelimiterRef, id: props.id, "aria-hidden": true, tabIndex: props.tabIndex, style: props.style, name: props.dir === 'rtl' ? 'chevron-left' : 'chevron-right', icon: props.dir === 'rtl' ? kendo_svg_icons_1.chevronLeftIcon : kendo_svg_icons_1.chevronRightIcon, className: "k-breadcrumb-delimiter-icon", size: 'xsmall' }));
26
- });
27
- var propTypes = {
28
- id: PropTypes.string,
29
- className: PropTypes.string,
30
- style: PropTypes.object,
31
- tabIndex: PropTypes.number,
32
- dir: PropTypes.string
33
- };
34
- exports.BreadcrumbDelimiter.displayName = 'KendoReactBreadcrumbDelimiter';
35
- exports.BreadcrumbDelimiter.propTypes = propTypes;
@@ -1,113 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BreadcrumbLink = void 0;
4
- var React = require("react");
5
- var PropTypes = require("prop-types");
6
- var kendo_licensing_1 = require("@progress/kendo-licensing");
7
- var kendo_react_common_1 = require("@progress/kendo-react-common");
8
- var package_metadata_1 = require("../package-metadata");
9
- /**
10
- * Represents the [BreadcrumbLink](% slug api_layout_breadcrumblink %) component.
11
- *
12
- * @example
13
- * ```jsx
14
- * import { Breadcrumb, BreadcrumbLink } from '@progress/kendo-react-layout';
15
- * const items = [
16
- * {
17
- * id: 'home',
18
- * text: 'Home',
19
- * iconClass: 'k-i-home',
20
- * },
21
- * {
22
- * id: 'products',
23
- * text: 'Products',
24
- * },
25
- * {
26
- * id: 'computer',
27
- * text: 'Computer',
28
- * }
29
- * ];
30
- *
31
- * const App = () => {
32
- * const [data,setData] = React.useState(items);
33
- * const handleItemSelect = (event, id) => {
34
- * const itemIndex = data.findIndex((curValue) => curValue.id === id);
35
- * const newData = data.slice(0, itemIndex + 1);
36
- * setData(newData);
37
- * };
38
- *
39
- * const CustomLink = (data) => {
40
- * return (
41
- * <BreadcrumbLink
42
- * id={data.id}
43
- * text={data.text}
44
- * onItemSelect={(event) => handleItemSelect(event, data.id)}
45
- * />
46
- * );
47
- * };
48
- *
49
- * return (
50
- * <Breadcrumb
51
- * data={data}
52
- * breadcrumbLink={(items) => CustomLink(items)}
53
- * />
54
- * )}
55
- *
56
- * ReactDOM.render(<App />, document.querySelector('my-app'));
57
- * ```
58
- */
59
- exports.BreadcrumbLink = React.forwardRef(function (props, ref) {
60
- (0, kendo_licensing_1.validatePackage)(package_metadata_1.packageMetadata);
61
- var target = React.useRef(null);
62
- var linkRef = React.useRef(null);
63
- var focus = React.useCallback(function () {
64
- if (linkRef.current) {
65
- linkRef.current.focus();
66
- }
67
- }, [linkRef]);
68
- React.useImperativeHandle(target, function () { return ({
69
- element: linkRef.current,
70
- focus: focus,
71
- props: props
72
- }); });
73
- React.useImperativeHandle(ref, function () { return target.current; });
74
- var handleItemSelect = React.useCallback(function (event) {
75
- if (props.id) {
76
- (0, kendo_react_common_1.dispatchEvent)(props.onItemSelect, event, event.target, { id: props.id });
77
- }
78
- }, [props.onItemSelect]);
79
- var handleKeyDown = React.useCallback(function (event) {
80
- if (props.id) {
81
- (0, kendo_react_common_1.dispatchEvent)(props.onKeyDown, event, event.target, { id: props.id });
82
- }
83
- }, [props.onKeyDown]);
84
- return (React.createElement("span", { "aria-current": props.ariaCurrent ? props.ariaCurrent : props.isLast, role: 'link', id: props.id, ref: linkRef, style: props.style, dir: (0, kendo_react_common_1.useDir)(linkRef, props.dir), tabIndex: (0, kendo_react_common_1.getTabIndex)(props.tabIndex, props.disabled), className: (0, kendo_react_common_1.classNames)({
85
- 'k-breadcrumb-root-link': props.isFirst,
86
- 'k-breadcrumb-link': !props.isFirst,
87
- 'k-breadcrumb-icontext-link': props.iconClass !== undefined && props.text,
88
- 'k-breadcrumb-icon-link': props.iconClass !== undefined && !props.text,
89
- 'k-disabled': props.disabled
90
- }), onClick: handleItemSelect, onKeyDown: handleKeyDown },
91
- props.iconClass
92
- ?
93
- React.createElement("span", { className: (0, kendo_react_common_1.classNames)('k-icon', props.iconClass) })
94
- : props.icon ? props.icon : '',
95
- props.text &&
96
- React.createElement("span", { className: "k-breadcrumb-item-text" }, props.text)));
97
- });
98
- var propTypes = {
99
- id: PropTypes.string,
100
- className: PropTypes.string,
101
- tabIndex: PropTypes.number,
102
- style: PropTypes.object,
103
- dir: PropTypes.string,
104
- disabled: PropTypes.bool,
105
- text: PropTypes.string,
106
- icon: PropTypes.node,
107
- iconClass: PropTypes.string,
108
- onClick: PropTypes.func,
109
- ariaCurrent: PropTypes.bool
110
- };
111
- exports.BreadcrumbLink.displayName = 'KendoReactBreadcrumbLink';
112
- // TODO: delete casting when @types/react is updated!
113
- exports.BreadcrumbLink.propTypes = propTypes;