@syncfusion/ej2-react-navigations 23.1.43 → 23.2.4

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/CHANGELOG.md CHANGED
@@ -2,6 +2,22 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Menu
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#F519984` - The issue with "`hideItems` method not working properly in Menu" has been resolved.
10
+
11
+ ## 23.1.44 (2023-11-07)
12
+
13
+ ### TreeView
14
+
15
+ #### Bug fixes
16
+
17
+ - `#I511195` - An issue with the TreeView component's tooltip(title) not decoded properly like tree node text has been resolved.
18
+
19
+ ## 23.1.43 (2023-10-31)
20
+
5
21
  ### TreeView
6
22
 
7
23
  #### Bug fixes
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-navigations.min.js
3
- * version : 23.1.43
3
+ * version : 23.2.4
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-navigations.umd.min.js
3
- * version : 23.1.43
3
+ * version : 23.2.4
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-navigations@*",
3
- "_id": "@syncfusion/ej2-react-navigations@23.1.41",
3
+ "_id": "@syncfusion/ej2-react-navigations@23.1.44",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-08AIQ0+7DmQzcPM6TGf8b2n1rAlGE2Sbde+L8TWv9hx/bjJH3aOQYgsTyaV18284W3wXpzELzFIgz3AgAh/Otw==",
5
+ "_integrity": "sha512-ncE9FMp4e05rN+s6FU7vd3xOiYVSWN7DUqy7PyJLUOZ7v/qEUyotOZEjhzpQyVXSZwkurPXmSaF47ubhYI0kIw==",
6
6
  "_location": "/@syncfusion/ej2-react-navigations",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-navigations/-/ej2-react-navigations-23.1.41.tgz",
23
- "_shasum": "445098efad9e2e9cacbb9e3a21fe1ea5a1c3e4d8",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-navigations/-/ej2-react-navigations-23.1.44.tgz",
23
+ "_shasum": "d8010d771ee0c34f3ca0c8e8aa8506bc8d86c995",
24
24
  "_spec": "@syncfusion/ej2-react-navigations@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~23.1.41",
35
- "@syncfusion/ej2-navigations": "23.1.43",
36
- "@syncfusion/ej2-react-base": "~23.1.43"
34
+ "@syncfusion/ej2-base": "~23.2.4",
35
+ "@syncfusion/ej2-navigations": "23.2.4",
36
+ "@syncfusion/ej2-react-base": "~23.2.4"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for React",
@@ -66,6 +66,6 @@
66
66
  "type": "git",
67
67
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
68
68
  },
69
- "version": "23.1.43",
69
+ "version": "23.2.4",
70
70
  "sideEffects": false
71
71
  }
@@ -14,7 +14,7 @@ export interface AccordionTypecast {
14
14
  export declare class AccordionComponent extends Accordion {
15
15
  state: Readonly<{
16
16
  children?: React.ReactNode | React.ReactNode[];
17
- }> & Readonly<AccordionModel & DefaultHtmlAttributes | AccordionTypecast>;
17
+ }> & Readonly<AccordionModel | DefaultHtmlAttributes | AccordionTypecast>;
18
18
  setState: any;
19
19
  private getDefaultAttributes;
20
20
  initRenderCalled: boolean;
@@ -27,7 +27,7 @@ export declare class AccordionComponent extends Accordion {
27
27
  private immediateRender;
28
28
  props: Readonly<{
29
29
  children?: React.ReactNode | React.ReactNode[];
30
- }> & Readonly<AccordionModel & DefaultHtmlAttributes | AccordionTypecast>;
30
+ }> & Readonly<AccordionModel | DefaultHtmlAttributes | AccordionTypecast>;
31
31
  forceUpdate: (callBack?: () => any) => void;
32
32
  context: Object;
33
33
  portals: any;
@@ -10,7 +10,7 @@ import { DefaultHtmlAttributes } from '@syncfusion/ej2-react-base';
10
10
  export declare class AppBarComponent extends AppBar {
11
11
  state: Readonly<{
12
12
  children?: React.ReactNode | React.ReactNode[];
13
- }> & Readonly<AppBarModel & DefaultHtmlAttributes>;
13
+ }> & Readonly<AppBarModel | DefaultHtmlAttributes>;
14
14
  setState: any;
15
15
  private getDefaultAttributes;
16
16
  initRenderCalled: boolean;
@@ -20,7 +20,7 @@ export declare class AppBarComponent extends AppBar {
20
20
  private immediateRender;
21
21
  props: Readonly<{
22
22
  children?: React.ReactNode | React.ReactNode[];
23
- }> & Readonly<AppBarModel & DefaultHtmlAttributes>;
23
+ }> & Readonly<AppBarModel | DefaultHtmlAttributes>;
24
24
  forceUpdate: (callBack?: () => any) => void;
25
25
  context: Object;
26
26
  portals: any;
@@ -14,7 +14,7 @@ export interface BreadcrumbTypecast {
14
14
  export declare class BreadcrumbComponent extends Breadcrumb {
15
15
  state: Readonly<{
16
16
  children?: React.ReactNode | React.ReactNode[];
17
- }> & Readonly<BreadcrumbModel & DefaultHtmlAttributes | BreadcrumbTypecast>;
17
+ }> & Readonly<BreadcrumbModel | DefaultHtmlAttributes | BreadcrumbTypecast>;
18
18
  setState: any;
19
19
  private getDefaultAttributes;
20
20
  initRenderCalled: boolean;
@@ -27,7 +27,7 @@ export declare class BreadcrumbComponent extends Breadcrumb {
27
27
  private immediateRender;
28
28
  props: Readonly<{
29
29
  children?: React.ReactNode | React.ReactNode[];
30
- }> & Readonly<BreadcrumbModel & DefaultHtmlAttributes | BreadcrumbTypecast>;
30
+ }> & Readonly<BreadcrumbModel | DefaultHtmlAttributes | BreadcrumbTypecast>;
31
31
  forceUpdate: (callBack?: () => any) => void;
32
32
  context: Object;
33
33
  portals: any;
@@ -17,7 +17,7 @@ export interface CarouselTypecast {
17
17
  export declare class CarouselComponent extends Carousel {
18
18
  state: Readonly<{
19
19
  children?: React.ReactNode | React.ReactNode[];
20
- }> & Readonly<CarouselModel & DefaultHtmlAttributes | CarouselTypecast>;
20
+ }> & Readonly<CarouselModel | DefaultHtmlAttributes | CarouselTypecast>;
21
21
  setState: any;
22
22
  private getDefaultAttributes;
23
23
  initRenderCalled: boolean;
@@ -30,7 +30,7 @@ export declare class CarouselComponent extends Carousel {
30
30
  private immediateRender;
31
31
  props: Readonly<{
32
32
  children?: React.ReactNode | React.ReactNode[];
33
- }> & Readonly<CarouselModel & DefaultHtmlAttributes | CarouselTypecast>;
33
+ }> & Readonly<CarouselModel | DefaultHtmlAttributes | CarouselTypecast>;
34
34
  forceUpdate: (callBack?: () => any) => void;
35
35
  context: Object;
36
36
  portals: any;
@@ -11,7 +11,7 @@ import { DefaultHtmlAttributes } from '@syncfusion/ej2-react-base';
11
11
  export declare class ContextMenuComponent extends ContextMenu {
12
12
  state: Readonly<{
13
13
  children?: React.ReactNode | React.ReactNode[];
14
- }> & Readonly<ContextMenuModel & DefaultHtmlAttributes>;
14
+ }> & Readonly<ContextMenuModel | DefaultHtmlAttributes>;
15
15
  setState: any;
16
16
  private getDefaultAttributes;
17
17
  initRenderCalled: boolean;
@@ -21,7 +21,7 @@ export declare class ContextMenuComponent extends ContextMenu {
21
21
  private immediateRender;
22
22
  props: Readonly<{
23
23
  children?: React.ReactNode | React.ReactNode[];
24
- }> & Readonly<ContextMenuModel & DefaultHtmlAttributes>;
24
+ }> & Readonly<ContextMenuModel | DefaultHtmlAttributes>;
25
25
  forceUpdate: (callBack?: () => any) => void;
26
26
  context: Object;
27
27
  portals: any;
@@ -13,7 +13,7 @@ export interface MenuTypecast {
13
13
  export declare class MenuComponent extends Menu {
14
14
  state: Readonly<{
15
15
  children?: React.ReactNode | React.ReactNode[];
16
- }> & Readonly<MenuModel & DefaultHtmlAttributes | MenuTypecast>;
16
+ }> & Readonly<MenuModel | DefaultHtmlAttributes | MenuTypecast>;
17
17
  setState: any;
18
18
  private getDefaultAttributes;
19
19
  initRenderCalled: boolean;
@@ -26,7 +26,7 @@ export declare class MenuComponent extends Menu {
26
26
  private immediateRender;
27
27
  props: Readonly<{
28
28
  children?: React.ReactNode | React.ReactNode[];
29
- }> & Readonly<MenuModel & DefaultHtmlAttributes | MenuTypecast>;
29
+ }> & Readonly<MenuModel | DefaultHtmlAttributes | MenuTypecast>;
30
30
  forceUpdate: (callBack?: () => any) => void;
31
31
  context: Object;
32
32
  portals: any;
@@ -10,7 +10,7 @@ import { DefaultHtmlAttributes } from '@syncfusion/ej2-react-base';
10
10
  export declare class SidebarComponent extends Sidebar {
11
11
  state: Readonly<{
12
12
  children?: React.ReactNode | React.ReactNode[];
13
- }> & Readonly<SidebarModel & DefaultHtmlAttributes>;
13
+ }> & Readonly<SidebarModel | DefaultHtmlAttributes>;
14
14
  setState: any;
15
15
  private getDefaultAttributes;
16
16
  initRenderCalled: boolean;
@@ -20,7 +20,7 @@ export declare class SidebarComponent extends Sidebar {
20
20
  private immediateRender;
21
21
  props: Readonly<{
22
22
  children?: React.ReactNode | React.ReactNode[];
23
- }> & Readonly<SidebarModel & DefaultHtmlAttributes>;
23
+ }> & Readonly<SidebarModel | DefaultHtmlAttributes>;
24
24
  forceUpdate: (callBack?: () => any) => void;
25
25
  context: Object;
26
26
  portals: any;
@@ -10,7 +10,7 @@ import { DefaultHtmlAttributes } from '@syncfusion/ej2-react-base';
10
10
  export declare class TabComponent extends Tab {
11
11
  state: Readonly<{
12
12
  children?: React.ReactNode | React.ReactNode[];
13
- }> & Readonly<TabModel & DefaultHtmlAttributes>;
13
+ }> & Readonly<TabModel | DefaultHtmlAttributes>;
14
14
  setState: any;
15
15
  private getDefaultAttributes;
16
16
  initRenderCalled: boolean;
@@ -23,7 +23,7 @@ export declare class TabComponent extends Tab {
23
23
  private immediateRender;
24
24
  props: Readonly<{
25
25
  children?: React.ReactNode | React.ReactNode[];
26
- }> & Readonly<TabModel & DefaultHtmlAttributes>;
26
+ }> & Readonly<TabModel | DefaultHtmlAttributes>;
27
27
  forceUpdate: (callBack?: () => any) => void;
28
28
  context: Object;
29
29
  portals: any;
@@ -10,7 +10,7 @@ import { DefaultHtmlAttributes } from '@syncfusion/ej2-react-base';
10
10
  export declare class ToolbarComponent extends Toolbar {
11
11
  state: Readonly<{
12
12
  children?: React.ReactNode | React.ReactNode[];
13
- }> & Readonly<ToolbarModel & DefaultHtmlAttributes>;
13
+ }> & Readonly<ToolbarModel | DefaultHtmlAttributes>;
14
14
  setState: any;
15
15
  private getDefaultAttributes;
16
16
  initRenderCalled: boolean;
@@ -23,7 +23,7 @@ export declare class ToolbarComponent extends Toolbar {
23
23
  private immediateRender;
24
24
  props: Readonly<{
25
25
  children?: React.ReactNode | React.ReactNode[];
26
- }> & Readonly<ToolbarModel & DefaultHtmlAttributes>;
26
+ }> & Readonly<ToolbarModel | DefaultHtmlAttributes>;
27
27
  forceUpdate: (callBack?: () => any) => void;
28
28
  context: Object;
29
29
  portals: any;
@@ -13,7 +13,7 @@ export interface TreeViewTypecast {
13
13
  export declare class TreeViewComponent extends TreeView {
14
14
  state: Readonly<{
15
15
  children?: React.ReactNode | React.ReactNode[];
16
- }> & Readonly<TreeViewModel & DefaultHtmlAttributes | TreeViewTypecast>;
16
+ }> & Readonly<TreeViewModel | DefaultHtmlAttributes | TreeViewTypecast>;
17
17
  setState: any;
18
18
  private getDefaultAttributes;
19
19
  initRenderCalled: boolean;
@@ -23,7 +23,7 @@ export declare class TreeViewComponent extends TreeView {
23
23
  private immediateRender;
24
24
  props: Readonly<{
25
25
  children?: React.ReactNode | React.ReactNode[];
26
- }> & Readonly<TreeViewModel & DefaultHtmlAttributes | TreeViewTypecast>;
26
+ }> & Readonly<TreeViewModel | DefaultHtmlAttributes | TreeViewTypecast>;
27
27
  forceUpdate: (callBack?: () => any) => void;
28
28
  context: Object;
29
29
  portals: any;