🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@syncfusion/ej2-angular-navigations

Package Overview
Dependencies
Maintainers
2
Versions
379
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version

to
16.4.53

schematics/generators/accordion-default/index.d.ts

25

CHANGELOG.md

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

### Accordion
#### Bug Fixes
- Resolved the issue with accessing Accordion item object in clicked event arguments.
#### New Features
- Schematic samples are added by feature wise for `Accordion` component.
### Tab
#### New Features
- Schematic samples are added by feature wise for `Tab` component.
### Toolbar
#### New Features
- Schematic samples are added by feature wise for `Toolbar` component.
## 16.4.52 (2019-02-05)
### Sidebar

@@ -15,2 +39,3 @@

- Sidebar with type `Auto` will always expand on initial rendering, irrespective of `enableDock` and `isOpen` properties.
- When dynamically changing the type property of the Sidebar with invalid property value (For ex:`Pushs`), will reset the type of the Sidebar to its default type as `Auto`.

@@ -17,0 +42,0 @@ ### Menu

2

dist/ej2-angular-navigations.umd.min.js
/*!
* filename: ej2-angular-navigations.umd.min.js
* version : 16.4.52
* version : 16.4.53
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

{
"name": "@syncfusion/ej2-angular-navigations",
"version": "16.4.52",
"version": "16.4.53",
"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 Angular",

@@ -11,3 +11,3 @@ "author": "Syncfusion Inc.",

"@syncfusion/ej2-angular-base": "~16.4.52",
"@syncfusion/ej2-navigations": "16.4.52"
"@syncfusion/ej2-navigations": "16.4.53"
},

@@ -14,0 +14,0 @@ "devDependencies": {

@@ -9,2 +9,22 @@ {

},
"accordion-default": {
"description": "Create an Angular component with EJ2 undefined with default",
"factory": "./generators/accordion-default",
"schema": "./generators/accordion-default/schema.json"
},
"accordion-html-template": {
"description": "Create an Angular component with EJ2 undefined with html-template",
"factory": "./generators/accordion-html-template",
"schema": "./generators/accordion-html-template/schema.json"
},
"accordion-multiple-expand": {
"description": "Create an Angular component with EJ2 undefined with multiple-expand",
"factory": "./generators/accordion-multiple-expand",
"schema": "./generators/accordion-multiple-expand/schema.json"
},
"accordion-nested": {
"description": "Create an Angular component with EJ2 undefined with nested",
"factory": "./generators/accordion-nested",
"schema": "./generators/accordion-nested/schema.json"
},
"contextmenu-default": {

@@ -40,2 +60,62 @@ "description": "Create an Angular component with EJ2 contextmenu",

},
"tab-html-template": {
"description": "Create an Angular Tab component with HTML template",
"factory": "./generators/tab-html-template",
"schema": "./generators/tab-html-template/schema.json"
},
"tab-icon": {
"description": "Create an Angular Tab component with an icon",
"factory": "./generators/tab-icon",
"schema": "./generators/tab-icon/schema.json"
},
"tab-nested": {
"description": "Create an Angular Tab component with nested tabs",
"factory": "./generators/tab-nested",
"schema": "./generators/tab-nested/schema.json"
},
"tab-popup": {
"description": "Create an Angular Tab component with popup mode",
"factory": "./generators/tab-popup",
"schema": "./generators/tab-popup/schema.json"
},
"tab-scrollable": {
"description": "Create an Angular Tab component with scrollable mode",
"factory": "./generators/tab-scrollable",
"schema": "./generators/tab-scrollable/schema.json"
},
"tab-vertical": {
"description": "Create an Angular Tab component with vertical orientation",
"factory": "./generators/tab-vertical",
"schema": "./generators/tab-vertical/schema.json"
},
"toolbar-alignment": {
"description": "Create an Angular Toolbar component with alignment",
"factory": "./generators/toolbar-alignment",
"schema": "./generators/toolbar-alignment/schema.json"
},
"toolbar-extended": {
"description": "Create an Angular Toolbar component with extended mode",
"factory": "./generators/toolbar-extended",
"schema": "./generators/toolbar-extended/schema.json"
},
"toolbar-html-template": {
"description": "Create an Angular Toolbar component with HTML template",
"factory": "./generators/toolbar-html-template",
"schema": "./generators/toolbar-html-template/schema.json"
},
"toolbar-multi-row": {
"description": "Create an Angular Toolbar component with multi-row mode",
"factory": "./generators/toolbar-multi-row",
"schema": "./generators/toolbar-multi-row/schema.json"
},
"toolbar-popup": {
"description": "Create an Angular Toolbar component with popup mode",
"factory": "./generators/toolbar-popup",
"schema": "./generators/toolbar-popup/schema.json"
},
"toolbar-scrollable": {
"description": "Create an Angular Toolbar component with scrollable mode",
"factory": "./generators/toolbar-scrollable",
"schema": "./generators/toolbar-scrollable/schema.json"
},
"treeview-checkbox": {

@@ -42,0 +122,0 @@ "description": "Create an Angular component with EJ2 treeview with checkbox",

export declare const pkgName = "@syncfusion/ej2-angular-navigations";
export declare const pkgVer = "^16.4.47";
export declare const pkgVer = "^16.4.52";
export declare const moduleName = "AccordionModule, ToolbarModule, ContextMenuModule, TabModule, TreeViewModule, SidebarModule, MenuModule";
export declare const themeVer = "~16.4.47";
export declare const themeVer = "~16.4.52";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pkgName = '@syncfusion/ej2-angular-navigations';
exports.pkgVer = '^16.4.47';
exports.pkgVer = '^16.4.52';
exports.moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, TabModule, TreeViewModule, SidebarModule, MenuModule';
exports.themeVer = '~16.4.47';
exports.themeVer = '~16.4.52';