@syncfusion/ej2-navigations
Advanced tools
Comparing version 1.0.19 to 1.0.22
export * from './common/index'; | ||
export * from './toolbar/index'; | ||
export * from './accordion/index'; | ||
export * from './context-menu/index'; | ||
export * from './tab/index'; | ||
export * from './treeview/index'; |
@@ -643,3 +643,3 @@ var __extends = (this && this.__extends) || (function () { | ||
setStyle(popObj.element, { height: 'auto', maxHeight: '' }); | ||
popObj.element.style.maxHeight = popObj.element.clientHeight + 'px'; | ||
popObj.element.style.maxHeight = popObj.element.offsetHeight + 'px'; | ||
var popupElePos = popupEle.offsetTop + popupEle.offsetHeight + calculatePosition(toolEle).top; | ||
@@ -1163,2 +1163,3 @@ var popIcon = popupNav.firstElementChild; | ||
var dom = buildTag('button', { className: CLS_TBARBTN }); | ||
dom.setAttribute('type', 'button'); | ||
var textStr = item.text; | ||
@@ -1165,0 +1166,0 @@ var iconCss; |
{ | ||
"name": "@syncfusion/ej2-navigations", | ||
"version": "1.0.19", | ||
"version": "1.0.22", | ||
"description": "Essential JS 2 Navigation Components", | ||
@@ -9,5 +9,7 @@ "author": "Syncfusion Inc.", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "^1.0.19", | ||
"@syncfusion/ej2-buttons": "^1.0.19", | ||
"@syncfusion/ej2-popups": "^1.0.17" | ||
"@syncfusion/ej2-base": "^1.0.22", | ||
"@syncfusion/ej2-data": "^1.0.19", | ||
"@syncfusion/ej2-buttons": "^1.0.22", | ||
"@syncfusion/ej2-popups": "^1.0.22", | ||
"@syncfusion/ej2-lists": "^1.0.19" | ||
}, | ||
@@ -30,3 +32,21 @@ "devDependencies": { | ||
"toolbar-customization", | ||
"command-buttons" | ||
"command-buttons", | ||
"accordion", | ||
"panelbar", | ||
"ejTab", | ||
"tab", | ||
"TabStrip", | ||
"Scrollable Tab", | ||
"Mutlirow Tab", | ||
"Header orientation", | ||
"close tab", | ||
"Tab wizard", | ||
"Tab with menu", | ||
"ejAccordion", | ||
"Accordion", | ||
"Multiple open panel bar", | ||
"Multiple open Accordion", | ||
"Panel Bar", | ||
"Collapsible panel bar", | ||
"AJAX Load accordion" | ||
], | ||
@@ -33,0 +53,0 @@ "repository": { |
# Overview | ||
Displays a group of command buttons arranged horizontally.It comes with full support and is available under commercial and community licenses – please visit www.syncfusion.com to get started. | ||
A package of Essential JS 2 navigation components. It comes with full support and is available under commercial and community licenses – please visit www.syncfusion.com to get started. | ||
## Resources | ||
* [Demos](http://ej2.syncfusion.com/demos/#/toolbar/default.html) | ||
* [Toolbar Demos](http://ej2.syncfusion.com/demos/#/material/toolbar/default.html) | ||
* [Accordion Demos](http://ej2.syncfusion.com/demos/#/material/accordion/default.html) | ||
* [Tab Demos](http://ej2.syncfusion.com/demos/#/material/tab/default.html) | ||
* [ContextMenu Demos](http://ej2.syncfusion.com/demos/#/material/material/context-menu/context-menu.html) | ||
* [TreeView](http://ej2.syncfusion.com/demos/#/material/treeview/default.html) | ||
@@ -9,0 +13,0 @@ ## Changelog |
@@ -6,1 +6,5 @@ /** | ||
export * from './toolbar/index'; | ||
export * from './accordion/index'; | ||
export * from './context-menu/index'; | ||
export * from './tab/index'; | ||
export * from './treeview/index'; |
@@ -1,2 +0,2 @@ | ||
define(["require", "exports", "./common/index", "./toolbar/index"], function (require, exports, index_1, index_2) { | ||
define(["require", "exports", "./common/index", "./toolbar/index", "./accordion/index", "./context-menu/index", "./tab/index", "./treeview/index"], function (require, exports, index_1, index_2, index_3, index_4, index_5, index_6) { | ||
"use strict"; | ||
@@ -9,2 +9,6 @@ function __export(m) { | ||
__export(index_2); | ||
__export(index_3); | ||
__export(index_4); | ||
__export(index_5); | ||
__export(index_6); | ||
}); |
@@ -637,3 +637,3 @@ var __extends = (this && this.__extends) || (function () { | ||
ej2_base_3.setStyleAttribute(popObj.element, { height: 'auto', maxHeight: '' }); | ||
popObj.element.style.maxHeight = popObj.element.clientHeight + 'px'; | ||
popObj.element.style.maxHeight = popObj.element.offsetHeight + 'px'; | ||
var popupElePos = popupEle.offsetTop + popupEle.offsetHeight + ej2_popups_2.calculatePosition(toolEle).top; | ||
@@ -1157,2 +1157,3 @@ var popIcon = popupNav.firstElementChild; | ||
var dom = ej2_base_3.createElement('button', { className: CLS_TBARBTN }); | ||
dom.setAttribute('type', 'button'); | ||
var textStr = item.text; | ||
@@ -1159,0 +1160,0 @@ var iconCss; |
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 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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
16153928
165
160098
15
5
1
+ Added@syncfusion/ej2-data@^1.0.19
+ Added@syncfusion/ej2-data@1.0.19(transitive)
+ Added@syncfusion/ej2-lists@1.0.19(transitive)
Updated@syncfusion/ej2-base@^1.0.22