@progress/kendo-react-layout 9.4.0-develop.2 → 9.4.0-develop.21
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/NOTICE.txt +40 -51
- package/actionsheet/ActionSheet.js +1 -1
- package/actionsheet/ActionSheet.mjs +0 -1
- package/actionsheet/ActionSheetContent.js +1 -1
- package/actionsheet/ActionSheetContent.mjs +5 -6
- package/actionsheet/ActionSheetFooter.js +1 -1
- package/actionsheet/ActionSheetFooter.mjs +0 -1
- package/actionsheet/ActionSheetHeader.js +1 -1
- package/actionsheet/ActionSheetHeader.mjs +7 -8
- package/actionsheet/ActionSheetItem.js +1 -1
- package/actionsheet/ActionSheetItem.mjs +0 -1
- package/appbar/AppBar.js +1 -1
- package/appbar/AppBar.mjs +10 -11
- package/appbar/AppBarSection.js +1 -1
- package/appbar/AppBarSection.mjs +11 -12
- package/appbar/AppBarSpacer.js +1 -1
- package/appbar/AppBarSpacer.mjs +3 -4
- package/bottomnavigation/BottomNavigation.js +1 -1
- package/bottomnavigation/BottomNavigation.mjs +23 -24
- package/bottomnavigation/BottomNavigationItem.js +1 -1
- package/bottomnavigation/BottomNavigationItem.mjs +11 -12
- package/bottomnavigation/models/utils.js +1 -1
- package/bottomnavigation/models/utils.mjs +4 -5
- package/breadcrumb/Breadcrumb.js +1 -1
- package/breadcrumb/Breadcrumb.mjs +0 -1
- package/breadcrumb/BreadcrumbDelimiter.js +1 -1
- package/breadcrumb/BreadcrumbDelimiter.mjs +0 -1
- package/breadcrumb/BreadcrumbLink.js +1 -1
- package/breadcrumb/BreadcrumbLink.mjs +0 -1
- package/breadcrumb/BreadcrumbListItem.js +1 -1
- package/breadcrumb/BreadcrumbListItem.mjs +0 -1
- package/breadcrumb/BreadcrumbOrderedList.js +1 -1
- package/breadcrumb/BreadcrumbOrderedList.mjs +6 -7
- package/card/Avatar.js +1 -1
- package/card/Avatar.mjs +0 -1
- package/card/Card.js +1 -1
- package/card/Card.mjs +0 -1
- package/card/CardActions.js +1 -1
- package/card/CardActions.mjs +4 -5
- package/card/CardBody.js +1 -1
- package/card/CardBody.mjs +4 -5
- package/card/CardFooter.js +1 -1
- package/card/CardFooter.mjs +0 -1
- package/card/CardHeader.js +1 -1
- package/card/CardHeader.mjs +0 -1
- package/card/CardImage.js +1 -1
- package/card/CardImage.mjs +3 -4
- package/card/CardSubtitle.js +1 -1
- package/card/CardSubtitle.mjs +0 -1
- package/card/CardTitle.js +1 -1
- package/card/CardTitle.mjs +4 -5
- package/card/interfaces/Enums.js +1 -1
- package/card/interfaces/Enums.mjs +4 -5
- package/contextmenu/ContextMenu.js +1 -1
- package/contextmenu/ContextMenu.mjs +0 -1
- package/dist/cdn/js/kendo-react-layout.js +8 -1
- package/drawer/Drawer.js +1 -1
- package/drawer/Drawer.mjs +6 -7
- package/drawer/DrawerContent.js +1 -1
- package/drawer/DrawerContent.mjs +0 -1
- package/drawer/DrawerItem.js +1 -1
- package/drawer/DrawerItem.mjs +4 -5
- package/drawer/DrawerNavigation.js +1 -1
- package/drawer/DrawerNavigation.mjs +0 -1
- package/drawer/context/DrawerContext.js +1 -1
- package/drawer/context/DrawerContext.mjs +2 -3
- package/expansionpanel/ExpansionPanel.js +1 -1
- package/expansionpanel/ExpansionPanel.mjs +21 -22
- package/expansionpanel/ExpansionPanelContent.js +1 -1
- package/expansionpanel/ExpansionPanelContent.mjs +0 -1
- package/gridlayout/GridLayout.js +1 -1
- package/gridlayout/GridLayout.mjs +9 -10
- package/gridlayout/GridLayoutItem.js +1 -1
- package/gridlayout/GridLayoutItem.mjs +0 -1
- package/index.d.mts +92 -16
- package/index.d.ts +92 -16
- package/index.js +2 -1
- package/menu/components/Menu.js +1 -1
- package/menu/components/Menu.mjs +0 -1
- package/menu/components/MenuItem.js +1 -1
- package/menu/components/MenuItem.mjs +2 -3
- package/menu/components/MenuItemArrow.js +1 -1
- package/menu/components/MenuItemArrow.mjs +0 -1
- package/menu/components/MenuItemInternal.js +1 -1
- package/menu/components/MenuItemInternal.mjs +24 -18
- package/menu/components/MenuItemLink.js +1 -1
- package/menu/components/MenuItemLink.mjs +0 -1
- package/menu/consts.js +1 -1
- package/menu/consts.mjs +0 -1
- package/menu/utils/DirectionHolder.js +1 -1
- package/menu/utils/DirectionHolder.mjs +0 -1
- package/menu/utils/MouseOverHandler.js +1 -1
- package/menu/utils/MouseOverHandler.mjs +0 -1
- package/menu/utils/getNewItemIdUponKeyboardNavigation.js +1 -1
- package/menu/utils/getNewItemIdUponKeyboardNavigation.mjs +0 -1
- package/menu/utils/hoverDelay.js +1 -1
- package/menu/utils/hoverDelay.mjs +0 -1
- package/menu/utils/itemsIdsUtils.js +1 -1
- package/menu/utils/itemsIdsUtils.mjs +0 -1
- package/menu/utils/misc.js +1 -1
- package/menu/utils/misc.mjs +11 -12
- package/menu/utils/prepareInputItemsForInternalWork.js +1 -1
- package/menu/utils/prepareInputItemsForInternalWork.mjs +3 -4
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -3
- package/package.json +7 -7
- package/panelbar/PanelBar.js +1 -1
- package/panelbar/PanelBar.mjs +33 -34
- package/panelbar/PanelBarItem.js +1 -1
- package/panelbar/PanelBarItem.mjs +0 -1
- package/panelbar/interfaces/NavigationAction.js +1 -1
- package/panelbar/interfaces/NavigationAction.mjs +0 -1
- package/panelbar/util.js +1 -1
- package/panelbar/util.mjs +18 -19
- package/splitter/Splitter.js +1 -1
- package/splitter/Splitter.mjs +0 -1
- package/splitter/SplitterBar.js +1 -1
- package/splitter/SplitterBar.mjs +0 -1
- package/splitter/SplitterPane.js +1 -1
- package/splitter/SplitterPane.mjs +9 -10
- package/splitter/messages/index.js +1 -1
- package/splitter/messages/index.mjs +2 -3
- package/stacklayout/StackLayout.js +1 -1
- package/stacklayout/StackLayout.mjs +3 -4
- package/stepper/Step.js +1 -1
- package/stepper/Step.mjs +15 -16
- package/stepper/Stepper.js +1 -1
- package/stepper/Stepper.mjs +0 -1
- package/stepper/contants.js +1 -1
- package/stepper/contants.mjs +0 -1
- package/stepper/context/StepperContext.js +1 -1
- package/stepper/context/StepperContext.mjs +0 -1
- package/stepper/messages/index.js +1 -1
- package/stepper/messages/index.mjs +0 -1
- package/tabstrip/TabStrip.js +1 -1
- package/tabstrip/TabStrip.mjs +110 -79
- package/tabstrip/TabStripContent.js +1 -1
- package/tabstrip/TabStripContent.mjs +0 -1
- package/tabstrip/TabStripNavigation.js +1 -1
- package/tabstrip/TabStripNavigation.mjs +110 -117
- package/tabstrip/TabStripNavigationItem.js +1 -1
- package/tabstrip/TabStripNavigationItem.mjs +7 -8
- package/tabstrip/TabStripTab.js +1 -1
- package/tabstrip/TabStripTab.mjs +4 -5
- package/tabstrip/messages/index.js +1 -1
- package/tabstrip/messages/index.mjs +0 -1
- package/tilelayout/InternalTile.js +1 -1
- package/tilelayout/InternalTile.mjs +0 -1
- package/tilelayout/ResizeHandlers.js +1 -1
- package/tilelayout/ResizeHandlers.mjs +10 -11
- package/tilelayout/TileLayout.js +1 -1
- package/tilelayout/TileLayout.mjs +0 -1
- package/timeline/Timeline.js +1 -1
- package/timeline/Timeline.mjs +17 -18
- package/timeline/TimelineCard.js +1 -1
- package/timeline/TimelineCard.mjs +4 -5
- package/timeline/TimelineHorizontal.js +1 -1
- package/timeline/TimelineHorizontal.mjs +0 -1
- package/timeline/TimelineVertical.js +1 -1
- package/timeline/TimelineVertical.mjs +0 -1
- package/timeline/utils.js +1 -1
- package/timeline/utils.mjs +6 -7
|
@@ -5,11 +5,10 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"
|
|
9
|
-
var E = /* @__PURE__ */ ((r) => (r.TEXT = "text", r.IMAGE = "image", r.ICON = "icon", r))(E || {}), e = /* @__PURE__ */ ((r) => (r.HORIZONTAL = "horizontal", r.VERTICAL = "vertical", r))(e || {}), R = /* @__PURE__ */ ((r) => (r.DEFAULT = "default", r.primary = "primary", r.INFO = "info", r.SUCCESS = "success", r.WARNING = "warning", r.ERROR = "error", r))(R || {}), n = /* @__PURE__ */ ((r) => (r.START = "start", r.CENTER = "center", r.END = "end", r.STRETCHED = "stretched", r))(n || {});
|
|
8
|
+
var E = /* @__PURE__ */ ((r) => (r.TEXT = "text", r.IMAGE = "image", r.ICON = "icon", r))(E || {}), R = /* @__PURE__ */ ((r) => (r.HORIZONTAL = "horizontal", r.VERTICAL = "vertical", r))(R || {}), e = /* @__PURE__ */ ((r) => (r.DEFAULT = "default", r.primary = "primary", r.INFO = "info", r.SUCCESS = "success", r.WARNING = "warning", r.ERROR = "error", r))(e || {}), N = /* @__PURE__ */ ((r) => (r.START = "start", r.CENTER = "center", r.END = "end", r.STRETCHED = "stretched", r))(N || {});
|
|
10
9
|
export {
|
|
11
10
|
E as avatarType,
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
N as cardActionsLayout,
|
|
12
|
+
R as cardOrientation,
|
|
13
|
+
e as cardType
|
|
15
14
|
};
|
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react"),u=require("@progress/kendo-react-common"),l=require("@progress/kendo-react-popup"),m=require("../menu/components/Menu.js");function i(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const o in e)if(o!=="default"){const t=Object.getOwnPropertyDescriptor(e,o);Object.defineProperty(n,o,t.get?t:{enumerable:!0,get:()=>e[o]})}}return n.default=e,Object.freeze(n)}const c=i(a),r=e=>{const n=c.useRef(null);return c.useEffect(()=>{e.show&&setTimeout(()=>{const o=n.current&&n.current.element,t=o&&o.querySelector(".k-menu-item"),s=u.getActiveElement(t&&t.ownerDocument);t&&t!==s&&t.focus()})},[e.show]),c.createElement(l.Popup,{show:e.show,offset:e.offset,popupClass:"k-menu-popup k-overflow-visible",animate:!1},c.createElement(m.Menu,{vertical:!0,...e,ref:n,className:u.classNames("k-context-menu",e.className),onClose:e.onClose,role:"menu"},e.children))};r.displayName="KendoReactContextMenu";exports.ContextMenu=r;
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import * as n from "react";
|
|
10
9
|
import { getActiveElement as s, classNames as u } from "@progress/kendo-react-common";
|
|
11
10
|
import { Popup as l } from "@progress/kendo-react-popup";
|