Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-navigations

Package Overview
Dependencies
Maintainers
2
Versions
270
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-navigations - npm Package Compare versions

Comparing version 15.4.22 to 15.4.23

dist/ej2-navigations.umd.min.js

24

CHANGELOG.md

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

### Common
#### New Features
- Added typing file for ES5 global scripts (dist/global/index.d.ts)
#### Breaking Changes
- Modified the module bundle file name for ES6 bundling
### Toolbar
#### Bug Fixes
- Issue with changing separate items property has been fixed.
- The Toolbar Popup and scrollable creation issue in non visible element is fixed.
- Dynamic Items updating with toolbar alignment is fixed.
- Removed unwanted space available in the Toolbar Popup mode initial time.
## 15.4.22-preview (2017-12-14)
### ContextMenu

@@ -7,0 +31,0 @@

18

package.json
{
"name": "@syncfusion/ej2-navigations",
"version": "15.4.22",
"version": "15.4.23",
"description": "Essential JS 2 Navigation Components",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"module": "dist/es6/index.js",
"main": "./dist/ej2-navigations.umd.min.js",
"module": "./dist/es6/ej2-navigations.es5.js",
"es2015": "./dist/es6/ej2-navigations.es2015.js",
"dependencies": {
"@syncfusion/ej2-base": "^15.4.21",
"@syncfusion/ej2-data": "^15.4.22",
"@syncfusion/ej2-buttons": "^15.4.22",
"@syncfusion/ej2-popups": "^15.4.22",
"@syncfusion/ej2-lists": "^15.4.22",
"@syncfusion/ej2-inputs": "^15.4.21"
"@syncfusion/ej2-base": "^15.4.23",
"@syncfusion/ej2-data": "^15.4.23",
"@syncfusion/ej2-buttons": "^15.4.23",
"@syncfusion/ej2-popups": "^15.4.23",
"@syncfusion/ej2-lists": "^15.4.23",
"@syncfusion/ej2-inputs": "^15.4.23"
},

@@ -16,0 +18,0 @@ "devDependencies": {

@@ -1,2 +0,2 @@

import { Component, EventHandler, Property, Event, EmitType, AnimationModel, KeyboardEvents, rippleEffect } from '@syncfusion/ej2-base';import { KeyboardEventArgs, BaseEventArgs, Effect, getUniqueID, compile as templateCompiler } from '@syncfusion/ej2-base';import { addClass, isVisible, closest, attributes, classList, detach, select } from '@syncfusion/ej2-base';import { INotifyPropertyChanged, NotifyPropertyChanges, CreateBuilder, ChildProperty, Collection, Animation } from '@syncfusion/ej2-base';import { createElement as buildTag, setStyleAttribute as setStyle, Complex } from '@syncfusion/ej2-base';import { isNullOrUndefined as isNOU, formatUnit } from '@syncfusion/ej2-base';import { AccordionHelper } from './accordion-builder';
import { Component, EventHandler, Property, Event, EmitType, AnimationModel, KeyboardEvents, rippleEffect } from '@syncfusion/ej2-base';import { KeyboardEventArgs, BaseEventArgs, Effect, getUniqueID, compile as templateCompiler } from '@syncfusion/ej2-base';import { addClass, isVisible, closest, attributes, classList, detach, select } from '@syncfusion/ej2-base';import { INotifyPropertyChanged, NotifyPropertyChanges, ChildProperty, Collection, Animation } from '@syncfusion/ej2-base';import { createElement as buildTag, setStyleAttribute as setStyle, Complex } from '@syncfusion/ej2-base';import { isNullOrUndefined as isNOU, formatUnit } from '@syncfusion/ej2-base';
import {AccordionEffect,ExpandMode,AccordionClickArgs,ExpandEventArgs} from "./accordion";

@@ -3,0 +3,0 @@ import {ComponentModel} from '@syncfusion/ej2-base';

@@ -5,3 +5,2 @@ import { Component, EmitType } from '@syncfusion/ej2-base';

import { AccordionModel, AccordionItemModel, AccordionAnimationSettingsModel, AccordionActionSettingsModel } from './accordion-model';
import { AccordionHelper } from './accordion-builder';
/**

@@ -315,2 +314,1 @@ * Specifies the option to expand single or multiple panel at a time.

}
export declare let accordionBuilder: AccordionHelper;

@@ -891,3 +891,2 @@ var __extends = (this && this.__extends) || (function () {

exports.Accordion = Accordion;
exports.accordionBuilder = ej2_base_4.CreateBuilder(Accordion);
});

@@ -1,2 +0,2 @@

import { Component, Property, Event, EmitType, closest, Collection, Complex, CreateBuilder, attributes } from '@syncfusion/ej2-base';import { INotifyPropertyChanged, NotifyPropertyChanges, ChildProperty, AnimationOptions, select, isVisible } from '@syncfusion/ej2-base';import { KeyboardEvents, KeyboardEventArgs, MouseEventArgs, Effect, Browser, formatUnit, DomElements, L10n } from '@syncfusion/ej2-base';import { createElement as buildTag, setStyleAttribute as setStyle, isNullOrUndefined as isNOU, selectAll } from '@syncfusion/ej2-base';import { EventHandler, rippleEffect, Touch, SwipeEventArgs, compile, Animation, AnimationModel, BaseEventArgs } from '@syncfusion/ej2-base';import { Popup } from '@syncfusion/ej2-popups';import { Toolbar, OverflowMode, ClickEventArgs } from '../toolbar/toolbar';import { TabHelper } from './tab-builder';
import { Component, Property, Event, EmitType, closest, Collection, Complex, attributes } from '@syncfusion/ej2-base';import { INotifyPropertyChanged, NotifyPropertyChanges, ChildProperty, AnimationOptions, select, isVisible } from '@syncfusion/ej2-base';import { KeyboardEvents, KeyboardEventArgs, MouseEventArgs, Effect, Browser, formatUnit, DomElements, L10n } from '@syncfusion/ej2-base';import { createElement as buildTag, setStyleAttribute as setStyle, isNullOrUndefined as isNOU, selectAll } from '@syncfusion/ej2-base';import { EventHandler, rippleEffect, Touch, SwipeEventArgs, compile, Animation, AnimationModel, BaseEventArgs } from '@syncfusion/ej2-base';import { Popup } from '@syncfusion/ej2-popups';import { Toolbar, OverflowMode, ClickEventArgs } from '../toolbar/toolbar';
import {TabEffect,headerPosition,heightStyles,SelectEventArgs,RemoveEventArgs} from "./tab";

@@ -3,0 +3,0 @@ import {ComponentModel} from '@syncfusion/ej2-base';

@@ -7,3 +7,2 @@ import { Component, EmitType } from '@syncfusion/ej2-base';

import { TabModel, TabItemModel, HeaderModel, TabActionSettingsModel, TabAnimationSettingsModel } from './tab-model';
import { TabHelper } from './tab-builder';
/**

@@ -411,2 +410,1 @@ * Options to set the orientation of Tab header.

}
export declare let tabBuilder: TabHelper;

@@ -1109,3 +1109,2 @@ var __extends = (this && this.__extends) || (function () {

exports.Tab = Tab;
exports.tabBuilder = ej2_base_1.CreateBuilder(Tab);
});

@@ -1,2 +0,2 @@

import { Component, EventHandler, Property, Event, EmitType, BaseEventArgs } from '@syncfusion/ej2-base';import { addClass, removeClass, isVisible, closest, attributes, detach, classList, KeyboardEvents } from '@syncfusion/ej2-base';import { createElement as buildTag, selectAll, setStyleAttribute as setStyle, KeyboardEventArgs } from '@syncfusion/ej2-base';import { isNullOrUndefined as isNOU, getUniqueID, formatUnit, Collection, compile as templateCompiler } from '@syncfusion/ej2-base';import { INotifyPropertyChanged, NotifyPropertyChanges, CreateBuilder, ChildProperty, Browser } from '@syncfusion/ej2-base';import { Popup } from '@syncfusion/ej2-popups';import { calculatePosition } from '@syncfusion/ej2-popups';import { Button, IconPosition } from '@syncfusion/ej2-buttons';import { HScroll } from '../common/h-scroll';import { ToolbarHelper } from './toolbar-builder';
import { Component, EventHandler, Property, Event, EmitType, BaseEventArgs } from '@syncfusion/ej2-base';import { addClass, removeClass, isVisible, closest, attributes, detach, classList, KeyboardEvents } from '@syncfusion/ej2-base';import { createElement as buildTag, selectAll, setStyleAttribute as setStyle, KeyboardEventArgs } from '@syncfusion/ej2-base';import { isNullOrUndefined as isNOU, getUniqueID, formatUnit, Collection, compile as templateCompiler } from '@syncfusion/ej2-base';import { INotifyPropertyChanged, NotifyPropertyChanges, ChildProperty, Browser } from '@syncfusion/ej2-base';import { Popup } from '@syncfusion/ej2-popups';import { calculatePosition } from '@syncfusion/ej2-popups';import { Button, IconPosition } from '@syncfusion/ej2-buttons';import { HScroll } from '../common/h-scroll';
import {OverflowOption,ItemType,DisplayMode,ItemAlign,OverflowMode,ClickEventArgs} from "./toolbar";

@@ -3,0 +3,0 @@ import {ComponentModel} from '@syncfusion/ej2-base';

import { Component, EmitType, BaseEventArgs } from '@syncfusion/ej2-base';
import { INotifyPropertyChanged, ChildProperty } from '@syncfusion/ej2-base';
import { ToolbarModel, ItemModel } from './toolbar-model';
import { ToolbarHelper } from './toolbar-builder';
/**

@@ -168,2 +167,3 @@ * Specifies the options for supporting element types of Toolbar command.

private activeEle;
private tbarItemsCol;
/**

@@ -279,2 +279,4 @@ * Contains the keyboard configuration of the Toolbar.

private ignoreEleFetch(index, innerEle);
private checkPopupRefresh(root, popEle);
private popupEleWidth(el);
private popupEleRefresh(width, popupEle, destroy);

@@ -324,2 +326,3 @@ private removePositioning();

protected getModuleName(): string;
private itemsRerender(newProp);
private resize();

@@ -335,2 +338,1 @@ /**

}
export declare let toolbarBuilder: ToolbarHelper;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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