Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@syncfusion/ej2-react-navigations

Package Overview
Dependencies
Maintainers
3
Versions
274
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-react-navigations - npm Package Compare versions

Comparing version 20.1.51 to 20.1.55

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

## 20.1.51 (2022-04-26)
### TreeView

@@ -7,0 +9,0 @@

2

dist/ej2-react-navigations.umd.min.js
/*!
* filename: ej2-react-navigations.umd.min.js
* version : 20.1.51
* version : 20.1.55
* Copyright Syncfusion Inc. 2001 - 2020. 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@20.1.48",
"_id": "@syncfusion/ej2-react-navigations@20.1.51",
"_inBundle": false,
"_integrity": "sha512-IRi9yC4CTjle6BzB1wrO4vuNNMAAbz4hN9EzeBmlJkZT5eGwxGSmdH5la4n3vDuJdXo9H8yWGfa5OS4XNuq0Vw==",
"_integrity": "sha512-tyIK+zXXFuy1hsHimTTO85hTKjfOWm/OZmm67ExN6gsptQXbxfgnM6SBZErpu8+KG/aZ+eH2K5+ZMOXSQhWYBw==",
"_location": "/@syncfusion/ej2-react-navigations",

@@ -22,4 +22,4 @@ "_phantomChildren": {},

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-navigations/-/ej2-react-navigations-20.1.48.tgz",
"_shasum": "5bbdcdee4e80a0206cb2d5c75f97ba058fe4a185",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-navigations/-/ej2-react-navigations-20.1.51.tgz",
"_shasum": "78c5045aac50851510115d94825758c34efae54f",
"_spec": "@syncfusion/ej2-react-navigations@*",

@@ -35,5 +35,5 @@ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~20.1.50",
"@syncfusion/ej2-navigations": "20.1.51",
"@syncfusion/ej2-react-base": "~20.1.47"
"@syncfusion/ej2-base": "~20.1.55",
"@syncfusion/ej2-navigations": "20.1.55",
"@syncfusion/ej2-react-base": "~20.1.55"
},

@@ -171,4 +171,4 @@ "deprecated": false,

},
"version": "20.1.51",
"version": "20.1.55",
"sideEffects": false
}

@@ -19,3 +19,5 @@ import { ComplexBase } from '@syncfusion/ej2-react-base';

*/
export declare class AccordionItemDirective extends ComplexBase<AccordionItemModel | AccordionItemDirTypecast, AccordionItemModel | AccordionItemDirTypecast> {
export declare class AccordionItemDirective extends ComplexBase<AccordionItemModel | AccordionItemDirTypecast & {
children?: React.ReactNode;
}, AccordionItemModel | AccordionItemDirTypecast> {
static moduleName: string;

@@ -22,0 +24,0 @@ }

@@ -15,3 +15,5 @@ import { ComplexBase } from '@syncfusion/ej2-react-base';

*/
export declare class BreadcrumbItemDirective extends ComplexBase<BreadcrumbItemModel, BreadcrumbItemModel> {
export declare class BreadcrumbItemDirective extends ComplexBase<BreadcrumbItemModel & {
children?: React.ReactNode;
}, BreadcrumbItemModel> {
static moduleName: string;

@@ -18,0 +20,0 @@ }

@@ -18,3 +18,5 @@ import { ComplexBase } from '@syncfusion/ej2-react-base';

*/
export declare class CarouselItemDirective extends ComplexBase<CarouselItemModel | CarouselItemDirTypecast, CarouselItemModel | CarouselItemDirTypecast> {
export declare class CarouselItemDirective extends ComplexBase<CarouselItemModel | CarouselItemDirTypecast & {
children?: React.ReactNode;
}, CarouselItemModel | CarouselItemDirTypecast> {
static moduleName: string;

@@ -21,0 +23,0 @@ }

import { ComplexBase } from '@syncfusion/ej2-react-base';
import { MenuItemModel } from '@syncfusion/ej2-navigations';
export declare class MenuItemDirective extends ComplexBase<MenuItemModel, MenuItemModel> {
export declare class MenuItemDirective extends ComplexBase<MenuItemModel & {
children?: React.ReactNode;
}, MenuItemModel> {
static moduleName: string;

@@ -5,0 +7,0 @@ }

@@ -20,3 +20,5 @@ import { ComplexBase } from '@syncfusion/ej2-react-base';

*/
export declare class TabItemDirective extends ComplexBase<TabItemModel | TabItemDirTypecast, TabItemModel | TabItemDirTypecast> {
export declare class TabItemDirective extends ComplexBase<TabItemModel | TabItemDirTypecast & {
children?: React.ReactNode;
}, TabItemModel | TabItemDirTypecast> {
static moduleName: string;

@@ -23,0 +25,0 @@ static complexTemplate: Object;

@@ -18,3 +18,5 @@ import { ComplexBase } from '@syncfusion/ej2-react-base';

*/
export declare class ItemDirective extends ComplexBase<ItemModel | ItemDirTypecast, ItemModel | ItemDirTypecast> {
export declare class ItemDirective extends ComplexBase<ItemModel | ItemDirTypecast & {
children?: React.ReactNode;
}, ItemModel | ItemDirTypecast> {
static moduleName: string;

@@ -21,0 +23,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc