@syncfusion/ej2-react-navigations
Advanced tools
Comparing version 23.1.44 to 23.2.4
@@ -5,2 +5,10 @@ # Changelog | ||
### Menu | ||
#### Bug Fixes | ||
- `#F519984` - The issue with "`hideItems` method not working properly in Menu" has been resolved. | ||
## 23.1.44 (2023-11-07) | ||
### TreeView | ||
@@ -7,0 +15,0 @@ |
/*! | ||
* filename: ej2-react-navigations.min.js | ||
* version : 23.1.44 | ||
* version : 23.2.4 | ||
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
/*! | ||
* filename: ej2-react-navigations.umd.min.js | ||
* version : 23.1.44 | ||
* version : 23.2.4 | ||
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-react-navigations@*", | ||
"_id": "@syncfusion/ej2-react-navigations@23.1.43", | ||
"_id": "@syncfusion/ej2-react-navigations@23.1.44", | ||
"_inBundle": false, | ||
"_integrity": "sha512-qyrPp1T4DPEkhCrkuoHANxmAYiT4sQ5zGoEGiK+IMurnYwivfwdtyQ6A/f3aDuS4z/pvhi+j3jrfcVy+i9CYCA==", | ||
"_integrity": "sha512-ncE9FMp4e05rN+s6FU7vd3xOiYVSWN7DUqy7PyJLUOZ7v/qEUyotOZEjhzpQyVXSZwkurPXmSaF47ubhYI0kIw==", | ||
"_location": "/@syncfusion/ej2-react-navigations", | ||
@@ -22,4 +22,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-navigations/-/ej2-react-navigations-23.1.43.tgz", | ||
"_shasum": "835a09f178a8802df433795e8c1d6c99e23f73d4", | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-navigations/-/ej2-react-navigations-23.1.44.tgz", | ||
"_shasum": "d8010d771ee0c34f3ca0c8e8aa8506bc8d86c995", | ||
"_spec": "@syncfusion/ej2-react-navigations@*", | ||
@@ -35,5 +35,5 @@ "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~23.1.41", | ||
"@syncfusion/ej2-navigations": "23.1.44", | ||
"@syncfusion/ej2-react-base": "~23.1.43" | ||
"@syncfusion/ej2-base": "~23.2.4", | ||
"@syncfusion/ej2-navigations": "23.2.4", | ||
"@syncfusion/ej2-react-base": "~23.2.4" | ||
}, | ||
@@ -71,4 +71,4 @@ "deprecated": false, | ||
}, | ||
"version": "23.1.44", | ||
"version": "23.2.4", | ||
"sideEffects": false | ||
} |
@@ -17,3 +17,3 @@ import * as React from 'react'; | ||
children?: React.ReactNode | React.ReactNode[]; | ||
}> & Readonly<AccordionModel & DefaultHtmlAttributes | AccordionTypecast>; | ||
}> & Readonly<AccordionModel | DefaultHtmlAttributes | AccordionTypecast>; | ||
setState: any; | ||
@@ -31,3 +31,3 @@ private getDefaultAttributes; | ||
children?: React.ReactNode | React.ReactNode[]; | ||
}> & Readonly<AccordionModel & DefaultHtmlAttributes | AccordionTypecast>; | ||
}> & Readonly<AccordionModel | DefaultHtmlAttributes | AccordionTypecast>; | ||
forceUpdate: (callBack?: () => any) => void; | ||
@@ -34,0 +34,0 @@ context: Object; |
@@ -13,3 +13,3 @@ import * as React from 'react'; | ||
children?: React.ReactNode | React.ReactNode[]; | ||
}> & Readonly<AppBarModel & DefaultHtmlAttributes>; | ||
}> & Readonly<AppBarModel | DefaultHtmlAttributes>; | ||
setState: any; | ||
@@ -24,3 +24,3 @@ private getDefaultAttributes; | ||
children?: React.ReactNode | React.ReactNode[]; | ||
}> & Readonly<AppBarModel & DefaultHtmlAttributes>; | ||
}> & Readonly<AppBarModel | DefaultHtmlAttributes>; | ||
forceUpdate: (callBack?: () => any) => void; | ||
@@ -27,0 +27,0 @@ context: Object; |
@@ -17,3 +17,3 @@ import * as React from 'react'; | ||
children?: React.ReactNode | React.ReactNode[]; | ||
}> & Readonly<BreadcrumbModel & DefaultHtmlAttributes | BreadcrumbTypecast>; | ||
}> & Readonly<BreadcrumbModel | DefaultHtmlAttributes | BreadcrumbTypecast>; | ||
setState: any; | ||
@@ -31,3 +31,3 @@ private getDefaultAttributes; | ||
children?: React.ReactNode | React.ReactNode[]; | ||
}> & Readonly<BreadcrumbModel & DefaultHtmlAttributes | BreadcrumbTypecast>; | ||
}> & Readonly<BreadcrumbModel | DefaultHtmlAttributes | BreadcrumbTypecast>; | ||
forceUpdate: (callBack?: () => any) => void; | ||
@@ -34,0 +34,0 @@ context: Object; |
@@ -20,3 +20,3 @@ import * as React from 'react'; | ||
children?: React.ReactNode | React.ReactNode[]; | ||
}> & Readonly<CarouselModel & DefaultHtmlAttributes | CarouselTypecast>; | ||
}> & Readonly<CarouselModel | DefaultHtmlAttributes | CarouselTypecast>; | ||
setState: any; | ||
@@ -34,3 +34,3 @@ private getDefaultAttributes; | ||
children?: React.ReactNode | React.ReactNode[]; | ||
}> & Readonly<CarouselModel & DefaultHtmlAttributes | CarouselTypecast>; | ||
}> & Readonly<CarouselModel | DefaultHtmlAttributes | CarouselTypecast>; | ||
forceUpdate: (callBack?: () => any) => void; | ||
@@ -37,0 +37,0 @@ context: Object; |
@@ -14,3 +14,3 @@ import * as React from 'react'; | ||
children?: React.ReactNode | React.ReactNode[]; | ||
}> & Readonly<ContextMenuModel & DefaultHtmlAttributes>; | ||
}> & Readonly<ContextMenuModel | DefaultHtmlAttributes>; | ||
setState: any; | ||
@@ -25,3 +25,3 @@ private getDefaultAttributes; | ||
children?: React.ReactNode | React.ReactNode[]; | ||
}> & Readonly<ContextMenuModel & DefaultHtmlAttributes>; | ||
}> & Readonly<ContextMenuModel | DefaultHtmlAttributes>; | ||
forceUpdate: (callBack?: () => any) => void; | ||
@@ -28,0 +28,0 @@ context: Object; |
@@ -16,3 +16,3 @@ import * as React from 'react'; | ||
children?: React.ReactNode | React.ReactNode[]; | ||
}> & Readonly<MenuModel & DefaultHtmlAttributes | MenuTypecast>; | ||
}> & Readonly<MenuModel | DefaultHtmlAttributes | MenuTypecast>; | ||
setState: any; | ||
@@ -30,3 +30,3 @@ private getDefaultAttributes; | ||
children?: React.ReactNode | React.ReactNode[]; | ||
}> & Readonly<MenuModel & DefaultHtmlAttributes | MenuTypecast>; | ||
}> & Readonly<MenuModel | DefaultHtmlAttributes | MenuTypecast>; | ||
forceUpdate: (callBack?: () => any) => void; | ||
@@ -33,0 +33,0 @@ context: Object; |
@@ -13,3 +13,3 @@ import * as React from 'react'; | ||
children?: React.ReactNode | React.ReactNode[]; | ||
}> & Readonly<SidebarModel & DefaultHtmlAttributes>; | ||
}> & Readonly<SidebarModel | DefaultHtmlAttributes>; | ||
setState: any; | ||
@@ -24,3 +24,3 @@ private getDefaultAttributes; | ||
children?: React.ReactNode | React.ReactNode[]; | ||
}> & Readonly<SidebarModel & DefaultHtmlAttributes>; | ||
}> & Readonly<SidebarModel | DefaultHtmlAttributes>; | ||
forceUpdate: (callBack?: () => any) => void; | ||
@@ -27,0 +27,0 @@ context: Object; |
@@ -13,3 +13,3 @@ import * as React from 'react'; | ||
children?: React.ReactNode | React.ReactNode[]; | ||
}> & Readonly<TabModel & DefaultHtmlAttributes>; | ||
}> & Readonly<TabModel | DefaultHtmlAttributes>; | ||
setState: any; | ||
@@ -27,3 +27,3 @@ private getDefaultAttributes; | ||
children?: React.ReactNode | React.ReactNode[]; | ||
}> & Readonly<TabModel & DefaultHtmlAttributes>; | ||
}> & Readonly<TabModel | DefaultHtmlAttributes>; | ||
forceUpdate: (callBack?: () => any) => void; | ||
@@ -30,0 +30,0 @@ context: Object; |
@@ -13,3 +13,3 @@ import * as React from 'react'; | ||
children?: React.ReactNode | React.ReactNode[]; | ||
}> & Readonly<ToolbarModel & DefaultHtmlAttributes>; | ||
}> & Readonly<ToolbarModel | DefaultHtmlAttributes>; | ||
setState: any; | ||
@@ -27,3 +27,3 @@ private getDefaultAttributes; | ||
children?: React.ReactNode | React.ReactNode[]; | ||
}> & Readonly<ToolbarModel & DefaultHtmlAttributes>; | ||
}> & Readonly<ToolbarModel | DefaultHtmlAttributes>; | ||
forceUpdate: (callBack?: () => any) => void; | ||
@@ -30,0 +30,0 @@ context: Object; |
@@ -16,3 +16,3 @@ import * as React from 'react'; | ||
children?: React.ReactNode | React.ReactNode[]; | ||
}> & Readonly<TreeViewModel & DefaultHtmlAttributes | TreeViewTypecast>; | ||
}> & Readonly<TreeViewModel | DefaultHtmlAttributes | TreeViewTypecast>; | ||
setState: any; | ||
@@ -27,3 +27,3 @@ private getDefaultAttributes; | ||
children?: React.ReactNode | React.ReactNode[]; | ||
}> & Readonly<TreeViewModel & DefaultHtmlAttributes | TreeViewTypecast>; | ||
}> & Readonly<TreeViewModel | DefaultHtmlAttributes | TreeViewTypecast>; | ||
forceUpdate: (callBack?: () => any) => void; | ||
@@ -30,0 +30,0 @@ context: Object; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12416022
10
+ Added@syncfusion/ej2-base@23.2.6(transitive)
+ Added@syncfusion/ej2-buttons@23.2.7(transitive)
+ Added@syncfusion/ej2-data@23.2.4(transitive)
+ Added@syncfusion/ej2-icons@23.2.4(transitive)
+ Added@syncfusion/ej2-inputs@23.2.4(transitive)
+ Added@syncfusion/ej2-lists@23.2.4(transitive)
+ Added@syncfusion/ej2-navigations@23.2.4(transitive)
+ Added@syncfusion/ej2-popups@23.2.4(transitive)
+ Added@syncfusion/ej2-react-base@23.2.5(transitive)
+ Added@syncfusion/ej2-splitbuttons@23.2.4(transitive)
- Removed@syncfusion/ej2-base@23.1.43(transitive)
- Removed@syncfusion/ej2-buttons@23.1.43(transitive)
- Removed@syncfusion/ej2-data@23.1.44(transitive)
- Removed@syncfusion/ej2-icons@23.1.36(transitive)
- Removed@syncfusion/ej2-inputs@23.1.43(transitive)
- Removed@syncfusion/ej2-lists@23.1.43(transitive)
- Removed@syncfusion/ej2-navigations@23.1.44(transitive)
- Removed@syncfusion/ej2-popups@23.1.45(transitive)
- Removed@syncfusion/ej2-react-base@23.1.44(transitive)
- Removed@syncfusion/ej2-splitbuttons@23.1.43(transitive)
Updated@syncfusion/ej2-base@~23.2.4