@progress/kendo-react-layout 6.1.1-dev.202311151536 → 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.
- package/LICENSE.md +1 -1
- package/{dist/npm/actionsheet → actionsheet}/ActionSheet.d.ts +5 -1
- package/actionsheet/ActionSheetContent.d.ts +14 -0
- package/actionsheet/ActionSheetFooter.d.ts +14 -0
- package/actionsheet/ActionSheetHeader.d.ts +14 -0
- package/actionsheet/ActionSheetItem.d.ts +10 -0
- package/actionsheet/interfaces/ActionSheetChildrenProps.d.ts +17 -0
- package/{dist/npm/actionsheet → actionsheet}/interfaces/ActionSheetItemProps.d.ts +4 -1
- package/{dist/npm/appbar → appbar}/AppBar.d.ts +4 -0
- package/{dist/npm/appbar → appbar}/AppBarSection.d.ts +4 -0
- package/{dist/npm/appbar → appbar}/AppBarSpacer.d.ts +4 -0
- package/{dist/es/appbar → appbar}/interfaces/AppBarProps.d.ts +7 -3
- package/{dist/npm/appbar → appbar}/interfaces/AppBarSectionProps.d.ts +4 -0
- package/{dist/npm/appbar → appbar}/interfaces/AppBarSpacerProps.d.ts +4 -0
- package/{dist/es/bottomnavigation → bottomnavigation}/BottomNavigation.d.ts +4 -0
- package/{dist/npm/bottomnavigation → bottomnavigation}/BottomNavigationItem.d.ts +5 -1
- package/{dist/npm/bottomnavigation → bottomnavigation}/BottomNavigationItemProps.d.ts +4 -1
- package/{dist/es/bottomnavigation → bottomnavigation}/BottomNavigationProps.d.ts +8 -6
- package/{dist/npm/bottomnavigation → bottomnavigation}/models/events.d.ts +4 -0
- package/{dist/npm/bottomnavigation → bottomnavigation}/models/utils.d.ts +4 -0
- package/{dist/npm/breadcrumb → breadcrumb}/Breadcrumb.d.ts +4 -0
- package/{dist/npm/breadcrumb → breadcrumb}/BreadcrumbDelimiter.d.ts +4 -0
- package/{dist/npm/breadcrumb → breadcrumb}/BreadcrumbLink.d.ts +4 -0
- package/{dist/es/breadcrumb → breadcrumb}/BreadcrumbListItem.d.ts +4 -0
- package/{dist/npm/breadcrumb → breadcrumb}/BreadcrumbOrderedList.d.ts +4 -0
- package/card/Avatar.d.ts +7 -0
- package/card/Card.d.ts +8 -0
- package/card/CardActions.d.ts +7 -0
- package/card/CardBody.d.ts +7 -0
- package/card/CardFooter.d.ts +7 -0
- package/card/CardHeader.d.ts +7 -0
- package/card/CardImage.d.ts +7 -0
- package/card/CardSubtitle.d.ts +7 -0
- package/card/CardTitle.d.ts +7 -0
- package/{dist/npm/card → card}/interfaces/AvatarProps.d.ts +4 -1
- package/{dist/es/card → card}/interfaces/CardActionsProps.d.ts +4 -1
- package/card/interfaces/CardBodyProps.d.ts +18 -0
- package/card/interfaces/CardFooterProps.d.ts +18 -0
- package/card/interfaces/CardHandle.d.ts +18 -0
- package/card/interfaces/CardHeaderProps.d.ts +18 -0
- package/{dist/es/card → card}/interfaces/CardImageProps.d.ts +4 -1
- package/{dist/es/card → card}/interfaces/CardProps.d.ts +4 -1
- package/card/interfaces/CardSubtitleProps.d.ts +18 -0
- package/card/interfaces/CardTitleProps.d.ts +18 -0
- package/{dist/npm/card → card}/interfaces/Enums.d.ts +4 -0
- package/{dist/npm/contextmenu → contextmenu}/ContextMenu.d.ts +5 -1
- package/dist/cdn/js/kendo-react-layout.js +5 -1
- package/{dist/es/drawer → drawer}/Drawer.d.ts +4 -0
- package/{dist/es/drawer → drawer}/DrawerContent.d.ts +4 -0
- package/{dist/npm/drawer → drawer}/DrawerItem.d.ts +4 -0
- package/{dist/npm/drawer → drawer}/DrawerNavigation.d.ts +4 -0
- package/{dist/npm/drawer → drawer}/context/DrawerContext.d.ts +5 -1
- package/drawer/interfaces/DrawerAnimation.d.ts +18 -0
- package/{dist/es/drawer → drawer}/interfaces/DrawerContentProps.d.ts +4 -1
- package/drawer/interfaces/DrawerItemHandle.d.ts +21 -0
- package/{dist/es/drawer → drawer}/interfaces/DrawerItemProps.d.ts +4 -1
- package/{dist/npm/drawer → drawer}/interfaces/DrawerNavigationProps.d.ts +4 -1
- package/{dist/npm/drawer → drawer}/interfaces/DrawerProps.d.ts +4 -0
- package/{dist/es/drawer → drawer}/interfaces/DrawerSelectEvent.d.ts +4 -0
- package/expansionpanel/ExpansionPanel.d.ts +10 -0
- package/expansionpanel/ExpansionPanelContent.d.ts +9 -0
- package/expansionpanel/index.d.ts +7 -0
- package/{dist/es/expansionpanel → expansionpanel}/interfaces.d.ts +4 -1
- package/{dist/es/gridlayout → gridlayout}/GridLayout.d.ts +4 -0
- package/{dist/es/gridlayout → gridlayout}/GridLayoutItem.d.ts +4 -0
- package/gridlayout/interfaces/GridLayoutColumnProps.d.ts +13 -0
- package/{dist/npm/gridlayout → gridlayout}/interfaces/GridLayoutItemProps.d.ts +4 -0
- package/{dist/npm/gridlayout → gridlayout}/interfaces/GridLayoutProps.d.ts +4 -0
- package/gridlayout/interfaces/GridLayoutRowProps.d.ts +13 -0
- package/{dist/npm/main.d.ts → index.d.ts} +6 -2
- package/index.js +5 -0
- package/index.mjs +5012 -0
- package/{dist/es/menu → menu}/BaseMenuItemInternalProps.d.ts +4 -0
- package/{dist/es/menu → menu}/MenuProps.d.ts +4 -1
- package/{dist/es/menu → menu}/components/Menu.d.ts +5 -1
- package/{dist/es/menu → menu}/components/MenuItem.d.ts +4 -0
- package/{dist/es/menu → menu}/components/MenuItemArrow.d.ts +5 -1
- package/{dist/es/menu → menu}/components/MenuItemInternal.d.ts +24 -1
- package/{dist/es/menu → menu}/components/MenuItemLink.d.ts +5 -1
- package/{dist/npm/menu → menu}/consts.d.ts +4 -0
- package/{dist/es/menu → menu}/events.d.ts +4 -0
- package/{dist/es/menu → menu}/models/BaseMenuItem.d.ts +4 -1
- package/{dist/es/menu → menu}/models/MenuItemModel.d.ts +4 -0
- package/menu/utils/DirectionHolder.d.ts +15 -0
- package/{dist/npm/menu → menu}/utils/MouseOverHandler.d.ts +4 -0
- package/{dist/es/menu → menu}/utils/getNewItemIdUponKeyboardNavigation.d.ts +4 -0
- package/menu/utils/hoverDelay.d.ts +13 -0
- package/{dist/es/menu → menu}/utils/itemsIdsUtils.d.ts +4 -0
- package/{dist/npm/menu → menu}/utils/misc.d.ts +4 -0
- package/menu/utils/prepareInputItemsForInternalWork.d.ts +10 -0
- package/package-metadata.d.ts +9 -0
- package/package.json +31 -48
- package/{dist/es/panelbar → panelbar}/PanelBar.d.ts +6 -2
- package/{dist/npm/panelbar → panelbar}/PanelBarItem.d.ts +6 -2
- package/panelbar/interfaces/NavigationAction.d.ts +12 -0
- package/panelbar/interfaces/PanelBarItemClickEventArguments.d.ts +12 -0
- package/{dist/es/panelbar → panelbar}/interfaces/PanelBarItemProps.d.ts +4 -1
- package/{dist/es/panelbar → panelbar}/interfaces/PanelBarProps.d.ts +6 -3
- package/{dist/es/panelbar → panelbar}/interfaces/PanelBarSelectEventArguments.d.ts +4 -1
- package/panelbar/interfaces/RenderPanelBarItem.d.ts +19 -0
- package/{dist/es/panelbar → panelbar}/util.d.ts +5 -1
- package/{dist/es/splitter → splitter}/Splitter.d.ts +5 -1
- package/{dist/npm/splitter → splitter}/SplitterBar.d.ts +5 -1
- package/{dist/npm/splitter → splitter}/SplitterPane.d.ts +5 -1
- package/splitter/messages/index.d.ts +14 -0
- package/{dist/npm/stacklayout → stacklayout}/StackLayout.d.ts +4 -0
- package/{dist/es/stacklayout → stacklayout}/StackLayoutProps.d.ts +5 -1
- package/{dist/es/stepper → stepper}/Step.d.ts +4 -0
- package/{dist/es/stepper → stepper}/Stepper.d.ts +4 -0
- package/stepper/contants.d.ts +12 -0
- package/{dist/es/stepper → stepper}/context/StepperContext.d.ts +5 -1
- package/stepper/interfaces/StepChangeEvent.d.ts +15 -0
- package/stepper/interfaces/StepFocusEvent.d.ts +11 -0
- package/stepper/interfaces/StepHandle.d.ts +17 -0
- package/{dist/es/stepper → stepper}/interfaces/StepProps.d.ts +4 -0
- package/stepper/interfaces/StepperChangeEvent.d.ts +15 -0
- package/stepper/interfaces/StepperFocusEvent.d.ts +11 -0
- package/stepper/interfaces/StepperHandle.d.ts +17 -0
- package/{dist/npm/stepper → stepper}/interfaces/StepperProps.d.ts +4 -0
- package/stepper/messages/index.d.ts +19 -0
- package/{dist/es/tabstrip → tabstrip}/TabStrip.d.ts +5 -1
- package/{dist/npm/tabstrip → tabstrip}/TabStripContent.d.ts +5 -1
- package/{dist/es/tabstrip → tabstrip}/TabStripNavigation.d.ts +5 -1
- package/{dist/npm/tabstrip → tabstrip}/TabStripNavigationItem.d.ts +5 -1
- package/{dist/es/tabstrip → tabstrip}/TabStripTab.d.ts +4 -0
- package/{dist/es/tilelayout → tilelayout}/InternalTile.d.ts +6 -2
- package/{dist/es/tilelayout → tilelayout}/ResizeHandlers.d.ts +5 -1
- package/{dist/npm/tilelayout → tilelayout}/TileLayout.d.ts +6 -2
- package/{dist/es/tilelayout/interfaces/main.d.ts → tilelayout/interfaces/index.d.ts} +6 -3
- package/{dist/npm/timeline → timeline}/Timeline.d.ts +4 -0
- package/{dist/npm/timeline → timeline}/TimelineCard.d.ts +4 -0
- package/timeline/TimelineHorizontal.d.ts +7 -0
- package/{dist/es/timeline → timeline}/TimelineVertical.d.ts +4 -0
- package/{dist/npm/timeline → timeline}/utils.d.ts +4 -0
- package/about.md +0 -3
- package/dist/es/actionsheet/ActionSheet.d.ts +0 -134
- package/dist/es/actionsheet/ActionSheet.js +0 -267
- package/dist/es/actionsheet/ActionSheetContent.d.ts +0 -10
- package/dist/es/actionsheet/ActionSheetContent.js +0 -26
- package/dist/es/actionsheet/ActionSheetFooter.d.ts +0 -10
- package/dist/es/actionsheet/ActionSheetFooter.js +0 -26
- package/dist/es/actionsheet/ActionSheetHeader.d.ts +0 -10
- package/dist/es/actionsheet/ActionSheetHeader.js +0 -26
- package/dist/es/actionsheet/ActionSheetItem.d.ts +0 -6
- package/dist/es/actionsheet/ActionSheetItem.js +0 -38
- package/dist/es/actionsheet/interfaces/ActionSheetChildrenProps.d.ts +0 -13
- package/dist/es/actionsheet/interfaces/ActionSheetChildrenProps.js +0 -5
- package/dist/es/actionsheet/interfaces/ActionSheetItemProps.d.ts +0 -67
- package/dist/es/actionsheet/interfaces/ActionSheetItemProps.js +0 -1
- package/dist/es/appbar/AppBar.d.ts +0 -50
- package/dist/es/appbar/AppBar.js +0 -84
- package/dist/es/appbar/AppBarSection.d.ts +0 -49
- package/dist/es/appbar/AppBarSection.js +0 -58
- package/dist/es/appbar/AppBarSpacer.d.ts +0 -50
- package/dist/es/appbar/AppBarSpacer.js +0 -66
- package/dist/es/appbar/interfaces/AppBarProps.js +0 -1
- package/dist/es/appbar/interfaces/AppBarSectionProps.d.ts +0 -18
- package/dist/es/appbar/interfaces/AppBarSectionProps.js +0 -1
- package/dist/es/appbar/interfaces/AppBarSpacerProps.d.ts +0 -19
- package/dist/es/appbar/interfaces/AppBarSpacerProps.js +0 -1
- package/dist/es/bottomnavigation/BottomNavigation.js +0 -133
- package/dist/es/bottomnavigation/BottomNavigationItem.d.ts +0 -12
- package/dist/es/bottomnavigation/BottomNavigationItem.js +0 -53
- package/dist/es/bottomnavigation/BottomNavigationItemProps.d.ts +0 -61
- package/dist/es/bottomnavigation/BottomNavigationItemProps.js +0 -1
- package/dist/es/bottomnavigation/BottomNavigationProps.js +0 -1
- package/dist/es/bottomnavigation/models/events.d.ts +0 -20
- package/dist/es/bottomnavigation/models/events.js +0 -1
- package/dist/es/bottomnavigation/models/utils.d.ts +0 -36
- package/dist/es/bottomnavigation/models/utils.js +0 -36
- package/dist/es/breadcrumb/Breadcrumb.d.ts +0 -159
- package/dist/es/breadcrumb/Breadcrumb.js +0 -118
- package/dist/es/breadcrumb/BreadcrumbDelimiter.d.ts +0 -43
- package/dist/es/breadcrumb/BreadcrumbDelimiter.js +0 -32
- package/dist/es/breadcrumb/BreadcrumbLink.d.ts +0 -131
- package/dist/es/breadcrumb/BreadcrumbLink.js +0 -110
- package/dist/es/breadcrumb/BreadcrumbListItem.js +0 -36
- package/dist/es/breadcrumb/BreadcrumbOrderedList.d.ts +0 -55
- package/dist/es/breadcrumb/BreadcrumbOrderedList.js +0 -36
- package/dist/es/card/Avatar.d.ts +0 -3
- package/dist/es/card/Avatar.js +0 -39
- package/dist/es/card/Card.d.ts +0 -4
- package/dist/es/card/Card.js +0 -55
- package/dist/es/card/CardActions.d.ts +0 -3
- package/dist/es/card/CardActions.js +0 -23
- package/dist/es/card/CardBody.d.ts +0 -3
- package/dist/es/card/CardBody.js +0 -9
- package/dist/es/card/CardFooter.d.ts +0 -3
- package/dist/es/card/CardFooter.js +0 -9
- package/dist/es/card/CardHeader.d.ts +0 -3
- package/dist/es/card/CardHeader.js +0 -9
- package/dist/es/card/CardImage.d.ts +0 -3
- package/dist/es/card/CardImage.js +0 -22
- package/dist/es/card/CardSubtitle.d.ts +0 -3
- package/dist/es/card/CardSubtitle.js +0 -9
- package/dist/es/card/CardTitle.d.ts +0 -3
- package/dist/es/card/CardTitle.js +0 -9
- package/dist/es/card/interfaces/AvatarProps.d.ts +0 -85
- package/dist/es/card/interfaces/AvatarProps.js +0 -1
- package/dist/es/card/interfaces/CardActionsProps.js +0 -1
- package/dist/es/card/interfaces/CardBodyProps.d.ts +0 -15
- package/dist/es/card/interfaces/CardBodyProps.js +0 -1
- package/dist/es/card/interfaces/CardFooterProps.d.ts +0 -15
- package/dist/es/card/interfaces/CardFooterProps.js +0 -1
- package/dist/es/card/interfaces/CardHandle.d.ts +0 -14
- package/dist/es/card/interfaces/CardHandle.js +0 -1
- package/dist/es/card/interfaces/CardHeaderProps.d.ts +0 -15
- package/dist/es/card/interfaces/CardHeaderProps.js +0 -1
- package/dist/es/card/interfaces/CardImageProps.js +0 -1
- package/dist/es/card/interfaces/CardProps.js +0 -1
- package/dist/es/card/interfaces/CardSubtitleProps.d.ts +0 -15
- package/dist/es/card/interfaces/CardSubtitleProps.js +0 -1
- package/dist/es/card/interfaces/CardTitleProps.d.ts +0 -15
- package/dist/es/card/interfaces/CardTitleProps.js +0 -1
- package/dist/es/card/interfaces/Enums.d.ts +0 -23
- package/dist/es/card/interfaces/Enums.js +0 -27
- package/dist/es/contextmenu/ContextMenu.d.ts +0 -27
- package/dist/es/contextmenu/ContextMenu.js +0 -36
- package/dist/es/drawer/Drawer.js +0 -118
- package/dist/es/drawer/DrawerContent.js +0 -50
- package/dist/es/drawer/DrawerItem.d.ts +0 -32
- package/dist/es/drawer/DrawerItem.js +0 -101
- package/dist/es/drawer/DrawerNavigation.d.ts +0 -43
- package/dist/es/drawer/DrawerNavigation.js +0 -153
- package/dist/es/drawer/context/DrawerContext.d.ts +0 -20
- package/dist/es/drawer/context/DrawerContext.js +0 -16
- package/dist/es/drawer/interfaces/DrawerAnimation.d.ts +0 -14
- package/dist/es/drawer/interfaces/DrawerAnimation.js +0 -1
- package/dist/es/drawer/interfaces/DrawerContentProps.js +0 -1
- package/dist/es/drawer/interfaces/DrawerItemHandle.d.ts +0 -17
- package/dist/es/drawer/interfaces/DrawerItemHandle.js +0 -1
- package/dist/es/drawer/interfaces/DrawerItemProps.js +0 -1
- package/dist/es/drawer/interfaces/DrawerNavigationProps.d.ts +0 -18
- package/dist/es/drawer/interfaces/DrawerNavigationProps.js +0 -1
- package/dist/es/drawer/interfaces/DrawerProps.d.ts +0 -82
- package/dist/es/drawer/interfaces/DrawerProps.js +0 -1
- package/dist/es/drawer/interfaces/DrawerSelectEvent.js +0 -1
- package/dist/es/expansionpanel/ExpansionPanel.d.ts +0 -6
- package/dist/es/expansionpanel/ExpansionPanel.js +0 -76
- package/dist/es/expansionpanel/ExpansionPanelContent.d.ts +0 -5
- package/dist/es/expansionpanel/ExpansionPanelContent.js +0 -21
- package/dist/es/expansionpanel/index.d.ts +0 -3
- package/dist/es/expansionpanel/index.js +0 -3
- package/dist/es/expansionpanel/interfaces.js +0 -1
- package/dist/es/gridlayout/GridLayout.js +0 -92
- package/dist/es/gridlayout/GridLayoutItem.js +0 -60
- package/dist/es/gridlayout/interfaces/GridLayoutColumnProps.d.ts +0 -9
- package/dist/es/gridlayout/interfaces/GridLayoutColumnProps.js +0 -1
- package/dist/es/gridlayout/interfaces/GridLayoutItemProps.d.ts +0 -40
- package/dist/es/gridlayout/interfaces/GridLayoutItemProps.js +0 -1
- package/dist/es/gridlayout/interfaces/GridLayoutProps.d.ts +0 -95
- package/dist/es/gridlayout/interfaces/GridLayoutProps.js +0 -1
- package/dist/es/gridlayout/interfaces/GridLayoutRowProps.d.ts +0 -9
- package/dist/es/gridlayout/interfaces/GridLayoutRowProps.js +0 -1
- package/dist/es/main.d.ts +0 -94
- package/dist/es/main.js +0 -94
- package/dist/es/menu/BaseMenuItemInternalProps.js +0 -1
- package/dist/es/menu/MenuProps.js +0 -2
- package/dist/es/menu/components/Menu.js +0 -277
- package/dist/es/menu/components/MenuItem.js +0 -46
- package/dist/es/menu/components/MenuItemArrow.js +0 -78
- package/dist/es/menu/components/MenuItemInternal.js +0 -165
- package/dist/es/menu/components/MenuItemInternalsList.d.ts +0 -22
- package/dist/es/menu/components/MenuItemInternalsList.js +0 -48
- package/dist/es/menu/components/MenuItemLink.js +0 -49
- package/dist/es/menu/consts.d.ts +0 -54
- package/dist/es/menu/consts.js +0 -70
- package/dist/es/menu/events.js +0 -2
- package/dist/es/menu/models/BaseMenuItem.js +0 -3
- package/dist/es/menu/models/MenuItemModel.js +0 -1
- package/dist/es/menu/utils/DirectionHolder.d.ts +0 -11
- package/dist/es/menu/utils/DirectionHolder.js +0 -24
- package/dist/es/menu/utils/MouseOverHandler.d.ts +0 -17
- package/dist/es/menu/utils/MouseOverHandler.js +0 -65
- package/dist/es/menu/utils/getNewItemIdUponKeyboardNavigation.js +0 -202
- package/dist/es/menu/utils/hoverDelay.d.ts +0 -9
- package/dist/es/menu/utils/hoverDelay.js +0 -17
- package/dist/es/menu/utils/itemsIdsUtils.js +0 -119
- package/dist/es/menu/utils/misc.d.ts +0 -16
- package/dist/es/menu/utils/misc.js +0 -42
- package/dist/es/menu/utils/prepareInputItemsForInternalWork.d.ts +0 -6
- package/dist/es/menu/utils/prepareInputItemsForInternalWork.js +0 -105
- package/dist/es/package-metadata.d.ts +0 -5
- package/dist/es/package-metadata.js +0 -11
- package/dist/es/panelbar/PanelBar.js +0 -291
- package/dist/es/panelbar/PanelBarItem.d.ts +0 -48
- package/dist/es/panelbar/PanelBarItem.js +0 -153
- package/dist/es/panelbar/interfaces/NavigationAction.d.ts +0 -8
- package/dist/es/panelbar/interfaces/NavigationAction.js +0 -9
- package/dist/es/panelbar/interfaces/PanelBarItemClickEventArguments.d.ts +0 -8
- package/dist/es/panelbar/interfaces/PanelBarItemClickEventArguments.js +0 -1
- package/dist/es/panelbar/interfaces/PanelBarItemProps.js +0 -2
- package/dist/es/panelbar/interfaces/PanelBarProps.js +0 -1
- package/dist/es/panelbar/interfaces/PanelBarSelectEventArguments.js +0 -1
- package/dist/es/panelbar/interfaces/RenderPanelBarItem.d.ts +0 -16
- package/dist/es/panelbar/interfaces/RenderPanelBarItem.js +0 -1
- package/dist/es/panelbar/util.js +0 -197
- package/dist/es/splitter/Splitter.js +0 -383
- package/dist/es/splitter/SplitterBar.d.ts +0 -40
- package/dist/es/splitter/SplitterBar.js +0 -183
- package/dist/es/splitter/SplitterPane.d.ts +0 -53
- package/dist/es/splitter/SplitterPane.js +0 -46
- package/dist/es/splitter/messages/index.d.ts +0 -10
- package/dist/es/splitter/messages/index.js +0 -11
- package/dist/es/stacklayout/StackLayout.d.ts +0 -37
- package/dist/es/stacklayout/StackLayout.js +0 -87
- package/dist/es/stacklayout/StackLayoutProps.js +0 -1
- package/dist/es/stepper/Step.js +0 -141
- package/dist/es/stepper/Stepper.js +0 -224
- package/dist/es/stepper/contants.d.ts +0 -8
- package/dist/es/stepper/contants.js +0 -8
- package/dist/es/stepper/context/StepperContext.js +0 -11
- package/dist/es/stepper/interfaces/StepChangeEvent.d.ts +0 -11
- package/dist/es/stepper/interfaces/StepChangeEvent.js +0 -1
- package/dist/es/stepper/interfaces/StepFocusEvent.d.ts +0 -7
- package/dist/es/stepper/interfaces/StepFocusEvent.js +0 -1
- package/dist/es/stepper/interfaces/StepHandle.d.ts +0 -13
- package/dist/es/stepper/interfaces/StepHandle.js +0 -4
- package/dist/es/stepper/interfaces/StepProps.js +0 -1
- package/dist/es/stepper/interfaces/StepperChangeEvent.d.ts +0 -11
- package/dist/es/stepper/interfaces/StepperChangeEvent.js +0 -1
- package/dist/es/stepper/interfaces/StepperFocusEvent.d.ts +0 -7
- package/dist/es/stepper/interfaces/StepperFocusEvent.js +0 -1
- package/dist/es/stepper/interfaces/StepperHandle.d.ts +0 -13
- package/dist/es/stepper/interfaces/StepperHandle.js +0 -4
- package/dist/es/stepper/interfaces/StepperOnNavigateEvent.d.ts +0 -26
- package/dist/es/stepper/interfaces/StepperOnNavigateEvent.js +0 -16
- package/dist/es/stepper/interfaces/StepperProps.d.ts +0 -94
- package/dist/es/stepper/interfaces/StepperProps.js +0 -1
- package/dist/es/stepper/messages/index.d.ts +0 -15
- package/dist/es/stepper/messages/index.js +0 -16
- package/dist/es/tabstrip/TabStrip.js +0 -218
- package/dist/es/tabstrip/TabStripContent.d.ts +0 -50
- package/dist/es/tabstrip/TabStripContent.js +0 -95
- package/dist/es/tabstrip/TabStripNavigation.js +0 -257
- package/dist/es/tabstrip/TabStripNavigationItem.d.ts +0 -67
- package/dist/es/tabstrip/TabStripNavigationItem.js +0 -106
- package/dist/es/tabstrip/TabStripTab.js +0 -47
- package/dist/es/tilelayout/InternalTile.js +0 -331
- package/dist/es/tilelayout/ResizeHandlers.js +0 -59
- package/dist/es/tilelayout/TileLayout.d.ts +0 -149
- package/dist/es/tilelayout/TileLayout.js +0 -178
- package/dist/es/tilelayout/interfaces/main.js +0 -1
- package/dist/es/timeline/Timeline.d.ts +0 -98
- package/dist/es/timeline/Timeline.js +0 -37
- package/dist/es/timeline/TimelineCard.d.ts +0 -34
- package/dist/es/timeline/TimelineCard.js +0 -62
- package/dist/es/timeline/TimelineHorizontal.d.ts +0 -3
- package/dist/es/timeline/TimelineHorizontal.js +0 -291
- package/dist/es/timeline/TimelineVertical.js +0 -72
- package/dist/es/timeline/utils.d.ts +0 -15
- package/dist/es/timeline/utils.js +0 -26
- package/dist/npm/actionsheet/ActionSheet.js +0 -270
- package/dist/npm/actionsheet/ActionSheetContent.d.ts +0 -10
- package/dist/npm/actionsheet/ActionSheetContent.js +0 -30
- package/dist/npm/actionsheet/ActionSheetFooter.d.ts +0 -10
- package/dist/npm/actionsheet/ActionSheetFooter.js +0 -30
- package/dist/npm/actionsheet/ActionSheetHeader.d.ts +0 -10
- package/dist/npm/actionsheet/ActionSheetHeader.js +0 -30
- package/dist/npm/actionsheet/ActionSheetItem.d.ts +0 -6
- package/dist/npm/actionsheet/ActionSheetItem.js +0 -42
- package/dist/npm/actionsheet/interfaces/ActionSheetChildrenProps.d.ts +0 -13
- package/dist/npm/actionsheet/interfaces/ActionSheetChildrenProps.js +0 -6
- package/dist/npm/actionsheet/interfaces/ActionSheetItemProps.js +0 -2
- package/dist/npm/appbar/AppBar.js +0 -87
- package/dist/npm/appbar/AppBarSection.js +0 -61
- package/dist/npm/appbar/AppBarSpacer.js +0 -69
- package/dist/npm/appbar/interfaces/AppBarProps.d.ts +0 -79
- package/dist/npm/appbar/interfaces/AppBarProps.js +0 -2
- package/dist/npm/appbar/interfaces/AppBarSectionProps.js +0 -2
- package/dist/npm/appbar/interfaces/AppBarSpacerProps.js +0 -2
- package/dist/npm/bottomnavigation/BottomNavigation.d.ts +0 -38
- package/dist/npm/bottomnavigation/BottomNavigation.js +0 -136
- package/dist/npm/bottomnavigation/BottomNavigationItem.js +0 -56
- package/dist/npm/bottomnavigation/BottomNavigationItemProps.js +0 -2
- package/dist/npm/bottomnavigation/BottomNavigationProps.d.ts +0 -155
- package/dist/npm/bottomnavigation/BottomNavigationProps.js +0 -2
- package/dist/npm/bottomnavigation/models/events.js +0 -2
- package/dist/npm/bottomnavigation/models/utils.js +0 -39
- package/dist/npm/breadcrumb/Breadcrumb.js +0 -121
- package/dist/npm/breadcrumb/BreadcrumbDelimiter.js +0 -35
- package/dist/npm/breadcrumb/BreadcrumbLink.js +0 -113
- package/dist/npm/breadcrumb/BreadcrumbListItem.d.ts +0 -51
- package/dist/npm/breadcrumb/BreadcrumbListItem.js +0 -39
- package/dist/npm/breadcrumb/BreadcrumbOrderedList.js +0 -39
- package/dist/npm/card/Avatar.d.ts +0 -3
- package/dist/npm/card/Avatar.js +0 -43
- package/dist/npm/card/Card.d.ts +0 -4
- package/dist/npm/card/Card.js +0 -58
- package/dist/npm/card/CardActions.d.ts +0 -3
- package/dist/npm/card/CardActions.js +0 -27
- package/dist/npm/card/CardBody.d.ts +0 -3
- package/dist/npm/card/CardBody.js +0 -13
- package/dist/npm/card/CardFooter.d.ts +0 -3
- package/dist/npm/card/CardFooter.js +0 -13
- package/dist/npm/card/CardHeader.d.ts +0 -3
- package/dist/npm/card/CardHeader.js +0 -13
- package/dist/npm/card/CardImage.d.ts +0 -3
- package/dist/npm/card/CardImage.js +0 -26
- package/dist/npm/card/CardSubtitle.d.ts +0 -3
- package/dist/npm/card/CardSubtitle.js +0 -13
- package/dist/npm/card/CardTitle.d.ts +0 -3
- package/dist/npm/card/CardTitle.js +0 -13
- package/dist/npm/card/interfaces/AvatarProps.js +0 -2
- package/dist/npm/card/interfaces/CardActionsProps.d.ts +0 -35
- package/dist/npm/card/interfaces/CardActionsProps.js +0 -2
- package/dist/npm/card/interfaces/CardBodyProps.d.ts +0 -15
- package/dist/npm/card/interfaces/CardBodyProps.js +0 -2
- package/dist/npm/card/interfaces/CardFooterProps.d.ts +0 -15
- package/dist/npm/card/interfaces/CardFooterProps.js +0 -2
- package/dist/npm/card/interfaces/CardHandle.d.ts +0 -14
- package/dist/npm/card/interfaces/CardHandle.js +0 -2
- package/dist/npm/card/interfaces/CardHeaderProps.d.ts +0 -15
- package/dist/npm/card/interfaces/CardHeaderProps.js +0 -2
- package/dist/npm/card/interfaces/CardImageProps.d.ts +0 -19
- package/dist/npm/card/interfaces/CardImageProps.js +0 -2
- package/dist/npm/card/interfaces/CardProps.d.ts +0 -45
- package/dist/npm/card/interfaces/CardProps.js +0 -2
- package/dist/npm/card/interfaces/CardSubtitleProps.d.ts +0 -15
- package/dist/npm/card/interfaces/CardSubtitleProps.js +0 -2
- package/dist/npm/card/interfaces/CardTitleProps.d.ts +0 -15
- package/dist/npm/card/interfaces/CardTitleProps.js +0 -2
- package/dist/npm/card/interfaces/Enums.js +0 -30
- package/dist/npm/contextmenu/ContextMenu.js +0 -40
- package/dist/npm/drawer/Drawer.d.ts +0 -40
- package/dist/npm/drawer/Drawer.js +0 -121
- package/dist/npm/drawer/DrawerContent.d.ts +0 -39
- package/dist/npm/drawer/DrawerContent.js +0 -53
- package/dist/npm/drawer/DrawerItem.js +0 -104
- package/dist/npm/drawer/DrawerNavigation.js +0 -156
- package/dist/npm/drawer/context/DrawerContext.js +0 -19
- package/dist/npm/drawer/interfaces/DrawerAnimation.d.ts +0 -14
- package/dist/npm/drawer/interfaces/DrawerAnimation.js +0 -2
- package/dist/npm/drawer/interfaces/DrawerContentProps.d.ts +0 -18
- package/dist/npm/drawer/interfaces/DrawerContentProps.js +0 -2
- package/dist/npm/drawer/interfaces/DrawerItemHandle.d.ts +0 -17
- package/dist/npm/drawer/interfaces/DrawerItemHandle.js +0 -2
- package/dist/npm/drawer/interfaces/DrawerItemProps.d.ts +0 -61
- package/dist/npm/drawer/interfaces/DrawerItemProps.js +0 -2
- package/dist/npm/drawer/interfaces/DrawerNavigationProps.js +0 -2
- package/dist/npm/drawer/interfaces/DrawerProps.js +0 -2
- package/dist/npm/drawer/interfaces/DrawerSelectEvent.d.ts +0 -15
- package/dist/npm/drawer/interfaces/DrawerSelectEvent.js +0 -2
- package/dist/npm/expansionpanel/ExpansionPanel.d.ts +0 -6
- package/dist/npm/expansionpanel/ExpansionPanel.js +0 -79
- package/dist/npm/expansionpanel/ExpansionPanelContent.d.ts +0 -5
- package/dist/npm/expansionpanel/ExpansionPanelContent.js +0 -24
- package/dist/npm/expansionpanel/index.d.ts +0 -3
- package/dist/npm/expansionpanel/index.js +0 -19
- package/dist/npm/expansionpanel/interfaces.d.ts +0 -89
- package/dist/npm/expansionpanel/interfaces.js +0 -2
- package/dist/npm/gridlayout/GridLayout.d.ts +0 -39
- package/dist/npm/gridlayout/GridLayout.js +0 -95
- package/dist/npm/gridlayout/GridLayoutItem.d.ts +0 -38
- package/dist/npm/gridlayout/GridLayoutItem.js +0 -63
- package/dist/npm/gridlayout/interfaces/GridLayoutColumnProps.d.ts +0 -9
- package/dist/npm/gridlayout/interfaces/GridLayoutColumnProps.js +0 -2
- package/dist/npm/gridlayout/interfaces/GridLayoutItemProps.js +0 -2
- package/dist/npm/gridlayout/interfaces/GridLayoutProps.js +0 -2
- package/dist/npm/gridlayout/interfaces/GridLayoutRowProps.d.ts +0 -9
- package/dist/npm/gridlayout/interfaces/GridLayoutRowProps.js +0 -2
- package/dist/npm/main.js +0 -115
- package/dist/npm/menu/BaseMenuItemInternalProps.d.ts +0 -20
- package/dist/npm/menu/BaseMenuItemInternalProps.js +0 -2
- package/dist/npm/menu/MenuProps.d.ts +0 -68
- package/dist/npm/menu/MenuProps.js +0 -3
- package/dist/npm/menu/components/Menu.d.ts +0 -109
- package/dist/npm/menu/components/Menu.js +0 -280
- package/dist/npm/menu/components/MenuItem.d.ts +0 -29
- package/dist/npm/menu/components/MenuItem.js +0 -49
- package/dist/npm/menu/components/MenuItemArrow.d.ts +0 -46
- package/dist/npm/menu/components/MenuItemArrow.js +0 -81
- package/dist/npm/menu/components/MenuItemInternal.d.ts +0 -40
- package/dist/npm/menu/components/MenuItemInternal.js +0 -168
- package/dist/npm/menu/components/MenuItemInternalsList.d.ts +0 -22
- package/dist/npm/menu/components/MenuItemInternalsList.js +0 -51
- package/dist/npm/menu/components/MenuItemLink.d.ts +0 -30
- package/dist/npm/menu/components/MenuItemLink.js +0 -52
- package/dist/npm/menu/consts.js +0 -73
- package/dist/npm/menu/events.d.ts +0 -16
- package/dist/npm/menu/events.js +0 -3
- package/dist/npm/menu/models/BaseMenuItem.d.ts +0 -55
- package/dist/npm/menu/models/BaseMenuItem.js +0 -4
- package/dist/npm/menu/models/MenuItemModel.d.ts +0 -19
- package/dist/npm/menu/models/MenuItemModel.js +0 -2
- package/dist/npm/menu/utils/DirectionHolder.d.ts +0 -11
- package/dist/npm/menu/utils/DirectionHolder.js +0 -27
- package/dist/npm/menu/utils/MouseOverHandler.js +0 -68
- package/dist/npm/menu/utils/getNewItemIdUponKeyboardNavigation.d.ts +0 -7
- package/dist/npm/menu/utils/getNewItemIdUponKeyboardNavigation.js +0 -206
- package/dist/npm/menu/utils/hoverDelay.d.ts +0 -9
- package/dist/npm/menu/utils/hoverDelay.js +0 -22
- package/dist/npm/menu/utils/itemsIdsUtils.d.ts +0 -64
- package/dist/npm/menu/utils/itemsIdsUtils.js +0 -135
- package/dist/npm/menu/utils/misc.js +0 -49
- package/dist/npm/menu/utils/prepareInputItemsForInternalWork.d.ts +0 -6
- package/dist/npm/menu/utils/prepareInputItemsForInternalWork.js +0 -109
- package/dist/npm/package-metadata.d.ts +0 -5
- package/dist/npm/package-metadata.js +0 -14
- package/dist/npm/panelbar/PanelBar.d.ts +0 -77
- package/dist/npm/panelbar/PanelBar.js +0 -294
- package/dist/npm/panelbar/PanelBarItem.js +0 -156
- package/dist/npm/panelbar/interfaces/NavigationAction.d.ts +0 -8
- package/dist/npm/panelbar/interfaces/NavigationAction.js +0 -12
- package/dist/npm/panelbar/interfaces/PanelBarItemClickEventArguments.d.ts +0 -8
- package/dist/npm/panelbar/interfaces/PanelBarItemClickEventArguments.js +0 -2
- package/dist/npm/panelbar/interfaces/PanelBarItemProps.d.ts +0 -95
- package/dist/npm/panelbar/interfaces/PanelBarItemProps.js +0 -3
- package/dist/npm/panelbar/interfaces/PanelBarProps.d.ts +0 -63
- package/dist/npm/panelbar/interfaces/PanelBarProps.js +0 -2
- package/dist/npm/panelbar/interfaces/PanelBarSelectEventArguments.d.ts +0 -15
- package/dist/npm/panelbar/interfaces/PanelBarSelectEventArguments.js +0 -2
- package/dist/npm/panelbar/interfaces/RenderPanelBarItem.d.ts +0 -16
- package/dist/npm/panelbar/interfaces/RenderPanelBarItem.js +0 -2
- package/dist/npm/panelbar/util.d.ts +0 -52
- package/dist/npm/panelbar/util.js +0 -208
- package/dist/npm/splitter/Splitter.d.ts +0 -132
- package/dist/npm/splitter/Splitter.js +0 -386
- package/dist/npm/splitter/SplitterBar.js +0 -186
- package/dist/npm/splitter/SplitterPane.js +0 -49
- package/dist/npm/splitter/messages/index.d.ts +0 -10
- package/dist/npm/splitter/messages/index.js +0 -14
- package/dist/npm/stacklayout/StackLayout.js +0 -90
- package/dist/npm/stacklayout/StackLayoutProps.d.ts +0 -88
- package/dist/npm/stacklayout/StackLayoutProps.js +0 -2
- package/dist/npm/stepper/Step.d.ts +0 -23
- package/dist/npm/stepper/Step.js +0 -144
- package/dist/npm/stepper/Stepper.d.ts +0 -23
- package/dist/npm/stepper/Stepper.js +0 -227
- package/dist/npm/stepper/contants.d.ts +0 -8
- package/dist/npm/stepper/contants.js +0 -11
- package/dist/npm/stepper/context/StepperContext.d.ts +0 -23
- package/dist/npm/stepper/context/StepperContext.js +0 -14
- package/dist/npm/stepper/interfaces/StepChangeEvent.d.ts +0 -11
- package/dist/npm/stepper/interfaces/StepChangeEvent.js +0 -2
- package/dist/npm/stepper/interfaces/StepFocusEvent.d.ts +0 -7
- package/dist/npm/stepper/interfaces/StepFocusEvent.js +0 -2
- package/dist/npm/stepper/interfaces/StepHandle.d.ts +0 -13
- package/dist/npm/stepper/interfaces/StepHandle.js +0 -5
- package/dist/npm/stepper/interfaces/StepProps.d.ts +0 -79
- package/dist/npm/stepper/interfaces/StepProps.js +0 -2
- package/dist/npm/stepper/interfaces/StepperChangeEvent.d.ts +0 -11
- package/dist/npm/stepper/interfaces/StepperChangeEvent.js +0 -2
- package/dist/npm/stepper/interfaces/StepperFocusEvent.d.ts +0 -7
- package/dist/npm/stepper/interfaces/StepperFocusEvent.js +0 -2
- package/dist/npm/stepper/interfaces/StepperHandle.d.ts +0 -13
- package/dist/npm/stepper/interfaces/StepperHandle.js +0 -5
- package/dist/npm/stepper/interfaces/StepperOnNavigateEvent.d.ts +0 -26
- package/dist/npm/stepper/interfaces/StepperOnNavigateEvent.js +0 -19
- package/dist/npm/stepper/interfaces/StepperProps.js +0 -2
- package/dist/npm/stepper/messages/index.d.ts +0 -15
- package/dist/npm/stepper/messages/index.js +0 -19
- package/dist/npm/tabstrip/TabStrip.d.ts +0 -147
- package/dist/npm/tabstrip/TabStrip.js +0 -221
- package/dist/npm/tabstrip/TabStripContent.js +0 -98
- package/dist/npm/tabstrip/TabStripNavigation.d.ts +0 -98
- package/dist/npm/tabstrip/TabStripNavigation.js +0 -260
- package/dist/npm/tabstrip/TabStripNavigationItem.js +0 -109
- package/dist/npm/tabstrip/TabStripTab.d.ts +0 -38
- package/dist/npm/tabstrip/TabStripTab.js +0 -50
- package/dist/npm/tilelayout/InternalTile.d.ts +0 -90
- package/dist/npm/tilelayout/InternalTile.js +0 -334
- package/dist/npm/tilelayout/ResizeHandlers.d.ts +0 -20
- package/dist/npm/tilelayout/ResizeHandlers.js +0 -62
- package/dist/npm/tilelayout/TileLayout.js +0 -181
- package/dist/npm/tilelayout/interfaces/main.d.ts +0 -142
- package/dist/npm/tilelayout/interfaces/main.js +0 -2
- package/dist/npm/timeline/Timeline.js +0 -41
- package/dist/npm/timeline/TimelineCard.js +0 -66
- package/dist/npm/timeline/TimelineHorizontal.d.ts +0 -3
- package/dist/npm/timeline/TimelineHorizontal.js +0 -295
- package/dist/npm/timeline/TimelineVertical.d.ts +0 -12
- package/dist/npm/timeline/TimelineVertical.js +0 -76
- package/dist/npm/timeline/utils.js +0 -31
- package/dist/systemjs/kendo-react-layout.js +0 -1
- package/e2e-next/actionsheet.basic.tests.ts +0 -25
- package/e2e-next/appbar.basic.tests.ts +0 -24
- package/e2e-next/avatar.basic.tests.ts +0 -24
- package/e2e-next/bottomnav.basic.tests.ts +0 -24
- package/e2e-next/breadcrumb.basic.tests.ts +0 -24
- package/e2e-next/card.basic.tests.ts +0 -24
- package/e2e-next/contextmenu.basic.tests.ts +0 -25
- package/e2e-next/drawer.basic.tests.ts +0 -24
- package/e2e-next/expansionpanel.basic.tests.ts +0 -23
- package/e2e-next/gridlayout.basic.tests.ts +0 -24
- package/e2e-next/menu.basic.tests.ts +0 -24
- package/e2e-next/panelbar.basic.tests.ts +0 -24
- package/e2e-next/splitter.basic.tests.ts +0 -24
- package/e2e-next/stacklayout.basic.tests.ts +0 -24
- package/e2e-next/tabstrip.basic.tests.ts +0 -24
- package/e2e-next/tilelayout.basic.tests.ts +0 -24
- package/e2e-next/timeline.basic.tests.ts +0 -24
|
@@ -1,186 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.SplitterBar = void 0;
|
|
19
|
-
var React = require("react");
|
|
20
|
-
var kendo_react_common_1 = require("@progress/kendo-react-common");
|
|
21
|
-
var kendo_svg_icons_1 = require("@progress/kendo-svg-icons");
|
|
22
|
-
/**
|
|
23
|
-
* @hidden
|
|
24
|
-
*/
|
|
25
|
-
var SplitterBar = /** @class */ (function (_super) {
|
|
26
|
-
__extends(SplitterBar, _super);
|
|
27
|
-
function SplitterBar(props) {
|
|
28
|
-
var _this = _super.call(this, props) || this;
|
|
29
|
-
_this.draggable = null;
|
|
30
|
-
_this.onDrag = function (data, isFirst, isLast) {
|
|
31
|
-
var event = data.event;
|
|
32
|
-
var _a = _this.props, onDrag = _a.onDrag, index = _a.index;
|
|
33
|
-
var element = _this.draggable && _this.draggable.element;
|
|
34
|
-
if (element && !_this.isStatic && _this.isDraggable) {
|
|
35
|
-
onDrag(event, element, index, isFirst, isLast);
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
|
-
_this.onFocus = function () {
|
|
39
|
-
_this.setState({
|
|
40
|
-
focused: true
|
|
41
|
-
});
|
|
42
|
-
};
|
|
43
|
-
_this.onBlur = function () {
|
|
44
|
-
_this.setState({
|
|
45
|
-
focused: false
|
|
46
|
-
});
|
|
47
|
-
};
|
|
48
|
-
_this.onToggle = function (event) {
|
|
49
|
-
var _a = _this.props, onToggle = _a.onToggle, index = _a.index, prev = _a.prev, next = _a.next;
|
|
50
|
-
if (prev.collapsible || next.collapsible) {
|
|
51
|
-
onToggle(prev.collapsible ? index : index + 1, event);
|
|
52
|
-
}
|
|
53
|
-
};
|
|
54
|
-
_this.onPrevToggle = function (event) {
|
|
55
|
-
var _a = _this.props, onToggle = _a.onToggle, index = _a.index, prev = _a.prev;
|
|
56
|
-
if (prev.collapsible) {
|
|
57
|
-
onToggle(index, event);
|
|
58
|
-
}
|
|
59
|
-
};
|
|
60
|
-
_this.onNextToggle = function (event) {
|
|
61
|
-
var _a = _this.props, onToggle = _a.onToggle, index = _a.index, next = _a.next;
|
|
62
|
-
if (next.collapsible) {
|
|
63
|
-
onToggle(index + 1, event);
|
|
64
|
-
}
|
|
65
|
-
};
|
|
66
|
-
_this.onKeyDown = function (event) {
|
|
67
|
-
var keyCode = event && event.keyCode;
|
|
68
|
-
var isHorizontal = _this.isHorizontal;
|
|
69
|
-
var index = _this.props.index;
|
|
70
|
-
var element = _this.draggable && _this.draggable.element;
|
|
71
|
-
var onKeyboardResize = function (el, idx, offset) {
|
|
72
|
-
event.preventDefault();
|
|
73
|
-
_this.props.onKeyboardResize(el, idx, offset, event);
|
|
74
|
-
};
|
|
75
|
-
if (!element) {
|
|
76
|
-
return;
|
|
77
|
-
}
|
|
78
|
-
if (keyCode === kendo_react_common_1.Keys.enter) {
|
|
79
|
-
event.preventDefault();
|
|
80
|
-
_this.onToggle(event);
|
|
81
|
-
}
|
|
82
|
-
else if (_this.isDraggable) {
|
|
83
|
-
if (isHorizontal && keyCode === kendo_react_common_1.Keys.left) {
|
|
84
|
-
onKeyboardResize(element, index, -10);
|
|
85
|
-
}
|
|
86
|
-
else if (isHorizontal && keyCode === kendo_react_common_1.Keys.right) {
|
|
87
|
-
onKeyboardResize(element, index, 10);
|
|
88
|
-
}
|
|
89
|
-
else if (!isHorizontal && keyCode === kendo_react_common_1.Keys.up) {
|
|
90
|
-
onKeyboardResize(element, index, -10);
|
|
91
|
-
}
|
|
92
|
-
else if (!isHorizontal && keyCode === kendo_react_common_1.Keys.down) {
|
|
93
|
-
onKeyboardResize(element, index, 10);
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
};
|
|
97
|
-
_this.state = {
|
|
98
|
-
focused: false
|
|
99
|
-
};
|
|
100
|
-
return _this;
|
|
101
|
-
}
|
|
102
|
-
Object.defineProperty(SplitterBar.prototype, "isStatic", {
|
|
103
|
-
get: function () {
|
|
104
|
-
var _a = this.props, prev = _a.prev, next = _a.next;
|
|
105
|
-
var betweenResizablePanes = prev.resizable && next.resizable;
|
|
106
|
-
var nearCollapsiblePane = prev.collapsible || next.collapsible;
|
|
107
|
-
return !betweenResizablePanes && !nearCollapsiblePane;
|
|
108
|
-
},
|
|
109
|
-
enumerable: false,
|
|
110
|
-
configurable: true
|
|
111
|
-
});
|
|
112
|
-
Object.defineProperty(SplitterBar.prototype, "isDraggable", {
|
|
113
|
-
get: function () {
|
|
114
|
-
var _a = this.props, prev = _a.prev, next = _a.next;
|
|
115
|
-
var betweenResizablePanes = prev.resizable && next.resizable;
|
|
116
|
-
var nearCollapsedPane = prev.collapsed || next.collapsed;
|
|
117
|
-
return !!betweenResizablePanes && !nearCollapsedPane;
|
|
118
|
-
},
|
|
119
|
-
enumerable: false,
|
|
120
|
-
configurable: true
|
|
121
|
-
});
|
|
122
|
-
Object.defineProperty(SplitterBar.prototype, "isHorizontal", {
|
|
123
|
-
get: function () {
|
|
124
|
-
return this.props.orientation === 'horizontal';
|
|
125
|
-
},
|
|
126
|
-
enumerable: false,
|
|
127
|
-
configurable: true
|
|
128
|
-
});
|
|
129
|
-
SplitterBar.prototype.render = function () {
|
|
130
|
-
var _a;
|
|
131
|
-
var _this = this;
|
|
132
|
-
var isDraggable = this.isDraggable;
|
|
133
|
-
var isStatic = this.isStatic;
|
|
134
|
-
var isHorizontal = this.isHorizontal;
|
|
135
|
-
var barClasses = (0, kendo_react_common_1.classNames)('k-splitbar', (_a = {},
|
|
136
|
-
_a['k-focus'] = this.state.focused,
|
|
137
|
-
_a['k-splitbar-horizontal'] = isHorizontal,
|
|
138
|
-
_a['k-splitbar-vertical'] = !isHorizontal,
|
|
139
|
-
_a['k-splitbar-draggable-horizontal'] = isHorizontal && isDraggable,
|
|
140
|
-
_a['k-splitbar-draggable-vertical'] = !isHorizontal && isDraggable,
|
|
141
|
-
_a['k-splitbar-static-horizontal'] = isHorizontal && isStatic,
|
|
142
|
-
_a['k-splitbar-static-vertical'] = !isHorizontal && isStatic,
|
|
143
|
-
_a));
|
|
144
|
-
return (React.createElement(kendo_react_common_1.Draggable, { onPress: function (event) { return _this.onDrag(event, true, false); }, onDrag: function (event) { return _this.onDrag(event, false, false); }, onRelease: function (event) { return _this.onDrag(event, false, true); }, ref: function (component) { _this.draggable = component; } },
|
|
145
|
-
React.createElement("div", { tabIndex: isStatic ? -1 : 0, role: 'separator', "aria-valuenow": 0, "aria-label": this.props.ariaLabel, "aria-orientation": isHorizontal ? 'vertical' : undefined, className: barClasses, style: { touchAction: 'none' }, onFocus: this.onFocus, onBlur: this.onBlur, onDoubleClick: this.onToggle, onKeyDown: this.onKeyDown },
|
|
146
|
-
this.props.prev.collapsible && React.createElement("div", { className: 'k-collapse-prev', onClick: this.onPrevToggle },
|
|
147
|
-
React.createElement(kendo_react_common_1.IconWrap, { name: this.props.prev.collapsible
|
|
148
|
-
? isHorizontal
|
|
149
|
-
? this.props.prev.collapsed
|
|
150
|
-
? (this.props.isRtl ? 'caret-alt-left' : 'caret-alt-right')
|
|
151
|
-
: (this.props.isRtl ? 'caret-alt-right' : 'caret-alt-left')
|
|
152
|
-
: this.props.prev.collapsed
|
|
153
|
-
? 'caret-alt-down'
|
|
154
|
-
: 'caret-alt-up'
|
|
155
|
-
: undefined, icon: this.props.prev.collapsible
|
|
156
|
-
? isHorizontal
|
|
157
|
-
? this.props.prev.collapsed
|
|
158
|
-
? (this.props.isRtl ? kendo_svg_icons_1.caretAltLeftIcon : kendo_svg_icons_1.caretAltRightIcon)
|
|
159
|
-
: (this.props.isRtl ? kendo_svg_icons_1.caretAltRightIcon : kendo_svg_icons_1.caretAltLeftIcon)
|
|
160
|
-
: this.props.prev.collapsed
|
|
161
|
-
? kendo_svg_icons_1.caretAltDownIcon
|
|
162
|
-
: kendo_svg_icons_1.caretAltUpIcon
|
|
163
|
-
: undefined, size: 'xsmall' })),
|
|
164
|
-
React.createElement("div", { className: 'k-resize-handle' }),
|
|
165
|
-
this.props.next.collapsible && React.createElement("div", { className: 'k-collapse-next', onClick: this.onNextToggle },
|
|
166
|
-
React.createElement(kendo_react_common_1.IconWrap, { name: this.props.next.collapsible
|
|
167
|
-
? isHorizontal
|
|
168
|
-
? this.props.next.collapsed
|
|
169
|
-
? (this.props.isRtl ? 'caret-alt-right' : 'caret-alt-left')
|
|
170
|
-
: (this.props.isRtl ? 'caret-alt-left' : 'caret-alt-right')
|
|
171
|
-
: this.props.next.collapsed
|
|
172
|
-
? 'caret-alt-up'
|
|
173
|
-
: 'caret-alt-down'
|
|
174
|
-
: undefined, icon: this.props.next.collapsible
|
|
175
|
-
? isHorizontal
|
|
176
|
-
? this.props.next.collapsed
|
|
177
|
-
? (this.props.isRtl ? kendo_svg_icons_1.caretAltRightIcon : kendo_svg_icons_1.caretAltLeftIcon)
|
|
178
|
-
: (this.props.isRtl ? kendo_svg_icons_1.caretAltLeftIcon : kendo_svg_icons_1.caretAltRightIcon)
|
|
179
|
-
: this.props.next.collapsed
|
|
180
|
-
? kendo_svg_icons_1.caretAltUpIcon
|
|
181
|
-
: kendo_svg_icons_1.caretAltDownIcon
|
|
182
|
-
: undefined, size: 'xsmall' })))));
|
|
183
|
-
};
|
|
184
|
-
return SplitterBar;
|
|
185
|
-
}(React.Component));
|
|
186
|
-
exports.SplitterBar = SplitterBar;
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.SplitterPane = void 0;
|
|
19
|
-
var React = require("react");
|
|
20
|
-
var kendo_react_common_1 = require("@progress/kendo-react-common");
|
|
21
|
-
/**
|
|
22
|
-
* @hidden
|
|
23
|
-
*/
|
|
24
|
-
var SplitterPane = /** @class */ (function (_super) {
|
|
25
|
-
__extends(SplitterPane, _super);
|
|
26
|
-
function SplitterPane() {
|
|
27
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
28
|
-
}
|
|
29
|
-
SplitterPane.prototype.render = function () {
|
|
30
|
-
var _a;
|
|
31
|
-
var _b = this.props, id = _b.id, size = _b.size, collapsed = _b.collapsed, overlay = _b.overlay, containsSplitter = _b.containsSplitter, collapsible = _b.collapsible, resizable = _b.resizable, scrollable = _b.scrollable, keepMounted = _b.keepMounted;
|
|
32
|
-
var fixedSize = size && size.length > 0;
|
|
33
|
-
var style = {
|
|
34
|
-
flexBasis: size
|
|
35
|
-
};
|
|
36
|
-
var paneClasses = (0, kendo_react_common_1.classNames)('k-pane', (_a = {},
|
|
37
|
-
_a['k-hidden'] = collapsed,
|
|
38
|
-
_a['hidden'] = collapsed,
|
|
39
|
-
_a['k-pane-flex'] = containsSplitter,
|
|
40
|
-
_a['k-pane-static'] = !resizable && !collapsible || fixedSize,
|
|
41
|
-
_a['k-scrollable'] = scrollable,
|
|
42
|
-
_a));
|
|
43
|
-
return (React.createElement("div", { id: id, role: 'group', style: style, className: paneClasses },
|
|
44
|
-
!collapsed || keepMounted ? this.props.children : undefined,
|
|
45
|
-
overlay ? React.createElement("div", { className: 'k-splitter-overlay k-overlay' }) : undefined));
|
|
46
|
-
};
|
|
47
|
-
return SplitterPane;
|
|
48
|
-
}(React.Component));
|
|
49
|
-
exports.SplitterPane = SplitterPane;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var _a;
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.messages = exports.splitBarLabel = void 0;
|
|
5
|
-
/**
|
|
6
|
-
* @hidden
|
|
7
|
-
*/
|
|
8
|
-
exports.splitBarLabel = 'splitBarLabel';
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
exports.messages = (_a = {},
|
|
13
|
-
_a[exports.splitBarLabel] = 'split bar',
|
|
14
|
-
_a);
|
|
@@ -1,90 +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.StackLayout = 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
|
-
/**
|
|
21
|
-
* Represents the [KendoReact StackLayout component]({% slug overview_stacklayout %}).
|
|
22
|
-
* Arranges its inner elements horizontally, or vertically in a stack. Nesting stack layouts is supported to build more complex layouts.
|
|
23
|
-
*
|
|
24
|
-
* @example
|
|
25
|
-
* ```jsx
|
|
26
|
-
*
|
|
27
|
-
* const App = () => {
|
|
28
|
-
* return (
|
|
29
|
-
* <StackLayout
|
|
30
|
-
* orientation="vertical"
|
|
31
|
-
* align={{horizontal: 'stretch', vertical: 'stretch'}}
|
|
32
|
-
* gap={10}
|
|
33
|
-
* >
|
|
34
|
-
* <div>Box</div>
|
|
35
|
-
* <div>Box</div>
|
|
36
|
-
* <div>Box</div>
|
|
37
|
-
* <div>Box</div>
|
|
38
|
-
* </StackLayout>
|
|
39
|
-
* );
|
|
40
|
-
* };
|
|
41
|
-
* ReactDOM.render(<App />, document.querySelector('my-app'));
|
|
42
|
-
* ```
|
|
43
|
-
*/
|
|
44
|
-
exports.StackLayout = React.forwardRef(function (props, ref) {
|
|
45
|
-
(0, kendo_licensing_1.validatePackage)(package_metadata_1.packageMetadata);
|
|
46
|
-
var elementRef = React.useRef(null);
|
|
47
|
-
var getImperativeHandle = React.useCallback(function () { return ({
|
|
48
|
-
element: elementRef.current
|
|
49
|
-
}); }, []);
|
|
50
|
-
React.useImperativeHandle(ref, getImperativeHandle);
|
|
51
|
-
var className = props.className, style = props.style, id = props.id, children = props.children;
|
|
52
|
-
var layoutId = React.useMemo(function () { return (0, kendo_react_common_1.guid)(); }, []);
|
|
53
|
-
var orientation = React.useMemo(function () { return props.orientation || defaultProps.orientation; }, [props.orientation]);
|
|
54
|
-
var isHorizontal = orientation === 'horizontal';
|
|
55
|
-
var hAlign = React.useMemo(function () { return props.align && props.align.horizontal ? props.align.horizontal : defaultProps.hAlign; }, [props.align]);
|
|
56
|
-
var vAlign = React.useMemo(function () { return props.align && props.align.vertical ? props.align.vertical : defaultProps.vAlign; }, [props.align]);
|
|
57
|
-
var stackLayoutClasses = React.useMemo(function () { return (0, kendo_react_common_1.classNames)('k-stack-layout', {
|
|
58
|
-
'k-hstack': orientation === 'horizontal',
|
|
59
|
-
'k-vstack': orientation === 'vertical',
|
|
60
|
-
'k-justify-content-start': isHorizontal && hAlign === 'start' || !isHorizontal && vAlign === 'top',
|
|
61
|
-
'k-justify-content-center': isHorizontal && hAlign === 'center' || !isHorizontal && vAlign === 'middle',
|
|
62
|
-
'k-justify-content-end': isHorizontal && hAlign === 'end' || !isHorizontal && vAlign === 'bottom',
|
|
63
|
-
'k-justify-content-stretch': isHorizontal && hAlign === 'stretch' || !isHorizontal && vAlign === 'stretch',
|
|
64
|
-
'k-align-items-start': !isHorizontal && hAlign === 'start' || isHorizontal && vAlign === 'top',
|
|
65
|
-
'k-align-items-center': !isHorizontal && hAlign === 'center' || isHorizontal && vAlign === 'middle',
|
|
66
|
-
'k-align-items-end': !isHorizontal && hAlign === 'end' || isHorizontal && vAlign === 'bottom',
|
|
67
|
-
'k-align-items-stretch': !isHorizontal && hAlign === 'stretch' || isHorizontal && vAlign === 'stretch'
|
|
68
|
-
}, className); }, [orientation, isHorizontal, hAlign, vAlign, className]);
|
|
69
|
-
var stackLayoutStyles = __assign({ gap: "".concat(typeof props.gap === 'number' ? props.gap + 'px' : props.gap) }, style);
|
|
70
|
-
return (React.createElement("div", { ref: elementRef, className: stackLayoutClasses, style: stackLayoutStyles, id: id || layoutId }, children));
|
|
71
|
-
});
|
|
72
|
-
var defaultProps = {
|
|
73
|
-
orientation: 'horizontal',
|
|
74
|
-
hAlign: 'stretch',
|
|
75
|
-
vAlign: 'stretch'
|
|
76
|
-
};
|
|
77
|
-
exports.StackLayout.propTypes = {
|
|
78
|
-
className: PropTypes.string,
|
|
79
|
-
style: PropTypes.object,
|
|
80
|
-
children: PropTypes.any,
|
|
81
|
-
id: PropTypes.string,
|
|
82
|
-
orientation: PropTypes.oneOf(['horizontal', 'vertical']),
|
|
83
|
-
gap: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
84
|
-
align: PropTypes.shape({
|
|
85
|
-
vertical: PropTypes.oneOf(['top', 'middle', 'bottom', 'stretch']),
|
|
86
|
-
horizontal: PropTypes.oneOf(['start', 'center', 'end', 'stretch'])
|
|
87
|
-
})
|
|
88
|
-
};
|
|
89
|
-
exports.StackLayout.defaultProps = defaultProps;
|
|
90
|
-
exports.StackLayout.displayName = 'KendoReactStackLayout';
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
/**
|
|
3
|
-
* Represents the props of the [KendoReact StackLayout component]({% slug overview_stacklayout %}).
|
|
4
|
-
*/
|
|
5
|
-
export interface StackLayoutProps {
|
|
6
|
-
/**
|
|
7
|
-
* The React elements that will be rendered inside the StackLayout.
|
|
8
|
-
*/
|
|
9
|
-
children?: React.ReactNode;
|
|
10
|
-
/**
|
|
11
|
-
* Sets additional CSS classes to the StackLayout.
|
|
12
|
-
*/
|
|
13
|
-
className?: string;
|
|
14
|
-
/**
|
|
15
|
-
* Sets additional CSS styles to the StackLayout.
|
|
16
|
-
*/
|
|
17
|
-
style?: React.CSSProperties;
|
|
18
|
-
/**
|
|
19
|
-
* Sets the `id` property of the root StackLayout element.
|
|
20
|
-
*/
|
|
21
|
-
id?: string;
|
|
22
|
-
/**
|
|
23
|
-
* Specifies the gap between the inner elements ([see example]({% slug layout_stacklayout %}#toc-gaps)).
|
|
24
|
-
*/
|
|
25
|
-
gap?: number | string;
|
|
26
|
-
/**
|
|
27
|
-
* Specifies the orientation of the StackLayout.
|
|
28
|
-
* ([see example]({% slug layout_stacklayout %}#toc-orientation)).
|
|
29
|
-
*
|
|
30
|
-
* The possible values are:
|
|
31
|
-
* * (Default)`horizontal`
|
|
32
|
-
* * `vertical`
|
|
33
|
-
*/
|
|
34
|
-
orientation?: StackLayoutOrientation;
|
|
35
|
-
/**
|
|
36
|
-
* Specifies the horizontal and vertical alignment of the inner StackLayout elements.
|
|
37
|
-
* Demo ([here]({% slug layout_stacklayout %}#toc-horizontal-align)) and ([here]({% slug layout_stacklayout %}#toc-vertical-align)).
|
|
38
|
-
*
|
|
39
|
-
* The possible keys are:
|
|
40
|
-
* * `horizontal`—Defines the possible horizontal alignment of the inner StackLayout elements.
|
|
41
|
-
* * `start`—Uses the start point of the container.
|
|
42
|
-
* * `center`—Uses the central point of the container.
|
|
43
|
-
* * `end`—Uses the end point of the container.
|
|
44
|
-
* * (Default)`stretch`—Stretches the items to fill the width of the container.
|
|
45
|
-
* * `vertical`—Defines the possible vertical alignment of the inner StackLayout elements.
|
|
46
|
-
* * `top`—Uses the top point of the container.
|
|
47
|
-
* * `middle`—Uses the middle point of the container.
|
|
48
|
-
* * `bottom`—Uses the bottom point of the container.
|
|
49
|
-
* * (Default)`stretch`—Stretches the items to fill the height of the container.
|
|
50
|
-
*/
|
|
51
|
-
align?: StackLayoutAlign;
|
|
52
|
-
}
|
|
53
|
-
/**
|
|
54
|
-
* Specifies the orientation of the StackLayout ([see example]({% slug layout_stacklayout %}#toc-orientation)).
|
|
55
|
-
*
|
|
56
|
-
* The possible values are:
|
|
57
|
-
* * (Default)`horizontal`
|
|
58
|
-
* * `vertical`
|
|
59
|
-
*
|
|
60
|
-
*/
|
|
61
|
-
export declare type StackLayoutOrientation = 'horizontal' | 'vertical';
|
|
62
|
-
/**
|
|
63
|
-
* Specifies the horizontal and vertical alignment of the inner StackLayout elements.
|
|
64
|
-
*/
|
|
65
|
-
export interface StackLayoutAlign {
|
|
66
|
-
/**
|
|
67
|
-
* Defines the possible horizontal alignment of the inner StackLayout elements
|
|
68
|
-
* ([see example]({% slug layout_stacklayout %}#toc-horizontal-align)).
|
|
69
|
-
*
|
|
70
|
-
* The available values are:
|
|
71
|
-
* - `start`—Uses the start point of the container.
|
|
72
|
-
* - `center`—Uses the center point of the container.
|
|
73
|
-
* - `end`—Uses the end point of the container.
|
|
74
|
-
* - (Default)`stretch`—Stretches the items to fill the width of the container.
|
|
75
|
-
*/
|
|
76
|
-
horizontal?: 'start' | 'center' | 'end' | 'stretch';
|
|
77
|
-
/**
|
|
78
|
-
* Defines the possible vertical alignment of the inner StackLayout elements
|
|
79
|
-
* ([see example]({% slug layout_stacklayout %}#toc-vertical-align)).
|
|
80
|
-
*
|
|
81
|
-
* The available values are:
|
|
82
|
-
* - `top`—Uses the top point of the container.
|
|
83
|
-
* - `middle`—Uses the middle point of the container.
|
|
84
|
-
* - `bottom`—Uses the bottom point of the container.
|
|
85
|
-
* - (Default)`stretch`—Stretches the items to fill the height of the container.
|
|
86
|
-
*/
|
|
87
|
-
vertical?: 'top' | 'middle' | 'bottom' | 'stretch';
|
|
88
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { StepHandle } from './interfaces/StepHandle';
|
|
3
|
-
import { StepProps } from './interfaces/StepProps';
|
|
4
|
-
/**
|
|
5
|
-
* Represents the [KendoReact Step component]({% slug overview_stepper %}).
|
|
6
|
-
*
|
|
7
|
-
* @example
|
|
8
|
-
* ```jsx
|
|
9
|
-
* const steps = [
|
|
10
|
-
* { label: 'Step 1' },
|
|
11
|
-
* { label: 'Step 2' },
|
|
12
|
-
* { label: 'Step 3', optional: true }
|
|
13
|
-
* ];
|
|
14
|
-
*
|
|
15
|
-
* const App = () => {
|
|
16
|
-
* return (
|
|
17
|
-
* <Stepper items={steps} value={1}/>
|
|
18
|
-
* );
|
|
19
|
-
* };
|
|
20
|
-
* ReactDOM.render(<App />, document.querySelector('my-app'));
|
|
21
|
-
* ```
|
|
22
|
-
*/
|
|
23
|
-
export declare const Step: React.ForwardRefExoticComponent<Omit<StepProps, "ref"> & React.RefAttributes<StepHandle | null>>;
|
package/dist/npm/stepper/Step.js
DELETED
|
@@ -1,144 +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
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
14
|
-
var t = {};
|
|
15
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
16
|
-
t[p] = s[p];
|
|
17
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
18
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
19
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
20
|
-
t[p[i]] = s[p[i]];
|
|
21
|
-
}
|
|
22
|
-
return t;
|
|
23
|
-
};
|
|
24
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
-
exports.Step = void 0;
|
|
26
|
-
var React = require("react");
|
|
27
|
-
var PropTypes = require("prop-types");
|
|
28
|
-
var StepperContext_1 = require("./context/StepperContext");
|
|
29
|
-
var kendo_react_common_1 = require("@progress/kendo-react-common");
|
|
30
|
-
var kendo_react_intl_1 = require("@progress/kendo-react-intl");
|
|
31
|
-
var kendo_svg_icons_1 = require("@progress/kendo-svg-icons");
|
|
32
|
-
var contants_1 = require("./contants");
|
|
33
|
-
var messages_1 = require("./messages");
|
|
34
|
-
/**
|
|
35
|
-
* Represents the [KendoReact Step component]({% slug overview_stepper %}).
|
|
36
|
-
*
|
|
37
|
-
* @example
|
|
38
|
-
* ```jsx
|
|
39
|
-
* const steps = [
|
|
40
|
-
* { label: 'Step 1' },
|
|
41
|
-
* { label: 'Step 2' },
|
|
42
|
-
* { label: 'Step 3', optional: true }
|
|
43
|
-
* ];
|
|
44
|
-
*
|
|
45
|
-
* const App = () => {
|
|
46
|
-
* return (
|
|
47
|
-
* <Stepper items={steps} value={1}/>
|
|
48
|
-
* );
|
|
49
|
-
* };
|
|
50
|
-
* ReactDOM.render(<App />, document.querySelector('my-app'));
|
|
51
|
-
* ```
|
|
52
|
-
*/
|
|
53
|
-
exports.Step = React.forwardRef(function (props, target) {
|
|
54
|
-
var
|
|
55
|
-
// content
|
|
56
|
-
children = props.children, className = props.className, current = props.current, disabled = props.disabled, focused = props.focused, icon = props.icon, svgIcon = props.svgIcon, index = props.index, isValid = props.isValid, label = props.label, optional = props.optional, style = props.style, tabIndex = props.tabIndex, text = props.text, others = __rest(props, ["children", "className", "current", "disabled", "focused", "icon", "svgIcon", "index", "isValid", "label", "optional", "style", "tabIndex", "text"]);
|
|
57
|
-
var _a = React.useContext(StepperContext_1.StepperContext), animationDuration = _a.animationDuration, isVertical = _a.isVertical, item = _a.item, linear = _a.linear, mode = _a.mode, numOfSteps = _a.numOfSteps, value = _a.value, onChange = _a.onChange, onFocus = _a.onFocus, successIcon = _a.successIcon, errorIcon = _a.errorIcon, successSVGIcon = _a.successSVGIcon, errorSVGIcon = _a.errorSVGIcon;
|
|
58
|
-
var elementRef = React.useRef(null);
|
|
59
|
-
var focusElement = React.useCallback(function () {
|
|
60
|
-
if (elementRef.current) {
|
|
61
|
-
(0, kendo_react_common_1.focusFirstFocusableChild)(elementRef.current);
|
|
62
|
-
}
|
|
63
|
-
}, []);
|
|
64
|
-
var getImperativeHandle = React.useCallback(function () { return ({
|
|
65
|
-
element: elementRef.current,
|
|
66
|
-
focus: focusElement
|
|
67
|
-
}); }, [focusElement]);
|
|
68
|
-
React.useImperativeHandle(target, getImperativeHandle);
|
|
69
|
-
var allowClick = !linear || (index === value - 1 || index === value || index === value + 1);
|
|
70
|
-
var isInLabel = mode === 'labels' || (Boolean(icon) && Boolean(label));
|
|
71
|
-
var localizationService = (0, kendo_react_intl_1.useLocalization)();
|
|
72
|
-
var localizeMessage = function (message) {
|
|
73
|
-
return localizationService.toLanguageString(message, messages_1.messages[message]);
|
|
74
|
-
};
|
|
75
|
-
var optionalMessage = localizeMessage(messages_1.optionalText);
|
|
76
|
-
var progressAnimation = typeof animationDuration === 'number'
|
|
77
|
-
? animationDuration
|
|
78
|
-
: animationDuration !== false
|
|
79
|
-
? contants_1.DEFAULT_ANIMATION_DURATION
|
|
80
|
-
: contants_1.NO_ANIMATION;
|
|
81
|
-
var handleClick = React.useCallback(function (event) {
|
|
82
|
-
if (onChange && !disabled) {
|
|
83
|
-
(0, kendo_react_common_1.dispatchEvent)(onChange, event, getImperativeHandle(), { value: index });
|
|
84
|
-
}
|
|
85
|
-
}, [onChange, value, disabled]);
|
|
86
|
-
var handleFocus = React.useCallback(function (event) {
|
|
87
|
-
if (onFocus && !disabled) {
|
|
88
|
-
(0, kendo_react_common_1.dispatchEvent)(onFocus, event, getImperativeHandle(), undefined);
|
|
89
|
-
}
|
|
90
|
-
}, [onFocus, disabled]);
|
|
91
|
-
var itemClassNames = React.useMemo(function () { return (0, kendo_react_common_1.classNames)('k-step', {
|
|
92
|
-
'k-step-first': index === 0,
|
|
93
|
-
'k-step-last': numOfSteps && index === numOfSteps - 1,
|
|
94
|
-
'k-step-done': index < value,
|
|
95
|
-
'k-step-current': current,
|
|
96
|
-
'k-step-optional': optional,
|
|
97
|
-
'k-step-error': isValid !== undefined && !isValid,
|
|
98
|
-
'k-step-success': isValid
|
|
99
|
-
}, {
|
|
100
|
-
'k-disabled': disabled,
|
|
101
|
-
'k-focus': focused
|
|
102
|
-
}, className); }, [index, numOfSteps, value, current, optional, disabled, focused, isValid, className]);
|
|
103
|
-
var itemStyles = React.useMemo(function () { return (__assign({ maxWidth: !isVertical ? "calc(100% / ".concat(numOfSteps, ")") : undefined, maxHeight: isVertical ? "calc(100% / ".concat(numOfSteps, ")") : undefined, pointerEvents: !allowClick ? 'none' : undefined }, style)); }, [isVertical, numOfSteps, style, allowClick]);
|
|
104
|
-
var validationIconCustom = isValid ? successIcon : errorIcon;
|
|
105
|
-
var validationIcons = validationIconCustom ? (React.createElement("span", { className: 'k-step-indicator-icon ' + validationIconCustom, "aria-hidden": "true" })) : (React.createElement(kendo_react_common_1.IconWrap, { className: 'k-step-indicator-icon', name: isValid ? 'check-circle' : 'exclamation-circle', icon: isValid ? (successSVGIcon || kendo_svg_icons_1.checkOutlineIcon) : (errorSVGIcon || kendo_svg_icons_1.exclamationCircleIcon) }));
|
|
106
|
-
var stepIndicator = (React.createElement(React.Fragment, null, mode !== 'labels' ?
|
|
107
|
-
React.createElement("span", { className: "k-step-indicator", "aria-hidden": true, style: { transitionDuration: progressAnimation + 'ms' } }, (icon || svgIcon)
|
|
108
|
-
? !isInLabel && isValid !== undefined
|
|
109
|
-
? validationIcons
|
|
110
|
-
: React.createElement(kendo_react_common_1.IconWrap, { className: 'k-step-indicator-icon', name: icon ? (0, kendo_react_common_1.toIconName)(icon) : icon, icon: svgIcon })
|
|
111
|
-
: isValid !== undefined
|
|
112
|
-
? validationIcons
|
|
113
|
-
: React.createElement("span", { className: "k-step-indicator-text" }, text ? text : index + 1)) :
|
|
114
|
-
null));
|
|
115
|
-
var stepLabel = (React.createElement("span", { className: "k-step-label" },
|
|
116
|
-
label && React.createElement("span", { className: "k-step-text" }, label),
|
|
117
|
-
isInLabel && isValid !== undefined && validationIcons,
|
|
118
|
-
optional && React.createElement("span", { className: "k-step-label-optional" }, optionalMessage)));
|
|
119
|
-
var stepLink = (React.createElement(React.Fragment, null,
|
|
120
|
-
stepIndicator,
|
|
121
|
-
stepLabel));
|
|
122
|
-
return (React.createElement("li", __assign({ ref: elementRef, className: itemClassNames, style: itemStyles }, others),
|
|
123
|
-
React.createElement("a", { className: "k-step-link", title: label ? label : undefined, onClick: handleClick, onFocus: handleFocus, tabIndex: tabIndex ? tabIndex : focused ? 0 : -1, "aria-current": current, "aria-disabled": disabled || !allowClick || undefined, "aria-invalid": isValid !== undefined && !isValid || undefined }, !item ? stepLink : children)));
|
|
124
|
-
});
|
|
125
|
-
exports.Step.propTypes = {
|
|
126
|
-
children: PropTypes.any,
|
|
127
|
-
className: PropTypes.string,
|
|
128
|
-
// content: PropTypes.any,
|
|
129
|
-
current: PropTypes.bool,
|
|
130
|
-
disabled: PropTypes.bool,
|
|
131
|
-
icon: PropTypes.string,
|
|
132
|
-
index: PropTypes.number,
|
|
133
|
-
isValid: PropTypes.bool,
|
|
134
|
-
label: PropTypes.string,
|
|
135
|
-
optional: PropTypes.bool,
|
|
136
|
-
style: PropTypes.object,
|
|
137
|
-
tabIndex: PropTypes.number,
|
|
138
|
-
text: PropTypes.string
|
|
139
|
-
};
|
|
140
|
-
var defaultProps = {
|
|
141
|
-
tabIndex: 0
|
|
142
|
-
};
|
|
143
|
-
exports.Step.defaultProps = defaultProps;
|
|
144
|
-
exports.Step.displayName = 'KendoStep';
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { StepperProps } from './interfaces/StepperProps';
|
|
3
|
-
import { StepperHandle } from './interfaces/StepperHandle';
|
|
4
|
-
/**
|
|
5
|
-
* Represents the [KendoReact Stepper component]({% slug overview_stepper %}).
|
|
6
|
-
*
|
|
7
|
-
* @example
|
|
8
|
-
* ```jsx
|
|
9
|
-
* const steps = [
|
|
10
|
-
* { label: 'Step 1' },
|
|
11
|
-
* { label: 'Step 2' },
|
|
12
|
-
* { label: 'Step 3', optional: true }
|
|
13
|
-
* ];
|
|
14
|
-
*
|
|
15
|
-
* const App = () => {
|
|
16
|
-
* return (
|
|
17
|
-
* <Stepper items={steps} value={1} />
|
|
18
|
-
* );
|
|
19
|
-
* };
|
|
20
|
-
* ReactDOM.render(<App />, document.querySelector('my-app'));
|
|
21
|
-
* ```
|
|
22
|
-
*/
|
|
23
|
-
export declare const Stepper: React.ForwardRefExoticComponent<StepperProps & React.RefAttributes<StepperHandle | null>>;
|