@syncfusion/ej2-navigations
Advanced tools
Comparing version 22.1.36 to 22.1.38
@@ -5,2 +5,16 @@ # Changelog | ||
### Toolbar | ||
#### Bug Fixes | ||
- `#I477200` - An issue with toolbar items flickered while hovering in bootstrap theme has been fixed. | ||
### Toolbar | ||
#### Bug Fixes | ||
- `#I477752` - An issue with alignment while mobile orientation change has been fixed. | ||
## 22.1.36 (2023-06-28) | ||
### Tab | ||
@@ -7,0 +21,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 22.1.36 | ||
* version : 22.1.38 | ||
* 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-navigations@*", | ||
"_id": "@syncfusion/ej2-navigations@21.1.36", | ||
"_id": "@syncfusion/ej2-navigations@22.1.36", | ||
"_inBundle": false, | ||
"_integrity": "sha512-kuDhJ0tq4OGygx4SRNJ7iPQRmkrWPsn7EQFkjKYQiWCcd+tNz1hRWDYcFiyOD3f1AUXDJm5Gx/aC7imfL7h3ig==", | ||
"_integrity": "sha512-iwyGdFKhNWT87685f3EXNa1Sd6Y7FwwsPQVYZXSiw4R7B4cF4HjOVKls5HIL55eNwk4b/jHvMv0lRJAjGGsU/Q==", | ||
"_location": "/@syncfusion/ej2-navigations", | ||
@@ -42,4 +42,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-21.1.36.tgz", | ||
"_shasum": "1bed90328df6d3b9320eaa08b2260f6e886aa348", | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-22.1.36.tgz", | ||
"_shasum": "fcc4a08271c57a350afa32a3db3c70996e600732", | ||
"_spec": "@syncfusion/ej2-navigations@*", | ||
@@ -55,8 +55,8 @@ "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~22.1.34", | ||
"@syncfusion/ej2-buttons": "~21.1.36", | ||
"@syncfusion/ej2-data": "~22.1.36", | ||
"@syncfusion/ej2-inputs": "~22.1.34", | ||
"@syncfusion/ej2-base": "~22.1.38", | ||
"@syncfusion/ej2-buttons": "~22.1.38", | ||
"@syncfusion/ej2-data": "~22.1.38", | ||
"@syncfusion/ej2-inputs": "~22.1.38", | ||
"@syncfusion/ej2-lists": "~22.1.34", | ||
"@syncfusion/ej2-popups": "~22.1.36" | ||
"@syncfusion/ej2-popups": "~22.1.38" | ||
}, | ||
@@ -166,4 +166,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "22.1.36", | ||
"version": "22.1.38", | ||
"sideEffects": false | ||
} |
@@ -1107,2 +1107,3 @@ var __extends = (this && this.__extends) || (function () { | ||
EventHandler.clearEvents(this.element); | ||
EventHandler.clearEvents(this.itemsContainer); | ||
}; | ||
@@ -1208,4 +1209,5 @@ /** | ||
[].slice.call(this.element.children).forEach(function (ele) { _this.element.removeChild(ele); }); | ||
removeClass([this.element], [CLS_CAROUSEL, this.cssClass, CLS_RTL]); | ||
removeClass([this.element], [CLS_CAROUSEL, this.cssClass, CLS_RTL, CLS_SWIPE]); | ||
['tabindex', 'role', 'style'].forEach(function (attr) { _this.element.removeAttribute(attr); }); | ||
this.itemsContainer = null; | ||
_super.prototype.destroy.call(this); | ||
@@ -1212,0 +1214,0 @@ }; |
@@ -254,2 +254,3 @@ import { Component, EmitType, BaseEventArgs } from '@syncfusion/ej2-base'; | ||
private resizeContext; | ||
private orientationChangeContext; | ||
/** | ||
@@ -499,2 +500,3 @@ * Contains the keyboard configuration of the Toolbar. | ||
private resize; | ||
private orientationChange; | ||
private extendedOpen; | ||
@@ -501,0 +503,0 @@ private updateHideEleTabIndex; |
@@ -401,2 +401,3 @@ import { Component, EmitType, isUndefined, Browser, compile, isNullOrUndefined } from '@syncfusion/ej2-base';import { Property, INotifyPropertyChanged, NotifyPropertyChanges, ChildProperty, Complex } from '@syncfusion/ej2-base';import { Event, EventHandler, KeyboardEvents, KeyboardEventArgs } from '@syncfusion/ej2-base';import { rippleEffect, Effect, Animation, AnimationOptions, RippleOptions, remove } from '@syncfusion/ej2-base';import { Draggable, DragEventArgs, Droppable, DropEventArgs } from '@syncfusion/ej2-base';import { getElement } from '@syncfusion/ej2-base';import { addClass, removeClass, closest, matches, detach, select, selectAll, isVisible, append } from '@syncfusion/ej2-base';import { DataManager, Query } from '@syncfusion/ej2-data';import { isNullOrUndefined as isNOU, Touch, TapEventArgs, getValue, setValue, extend, merge, attributes } from '@syncfusion/ej2-base';import { ListBase, ListBaseOptions, AriaAttributesMapping, FieldsMapping } from '@syncfusion/ej2-lists';import { createCheckBox, rippleMouseHandler } from '@syncfusion/ej2-buttons';import { Input, InputObject } from '@syncfusion/ej2-inputs';import { createSpinner, showSpinner, hideSpinner } from '@syncfusion/ej2-popups'; | ||
* @vueType string | function | ||
* @aspType string | ||
*/ | ||
@@ -403,0 +404,0 @@ nodeTemplate?: string | Function; |
@@ -775,2 +775,3 @@ import { Component, EmitType } from '@syncfusion/ej2-base'; | ||
* @vueType string | function | ||
* @aspType string | ||
*/ | ||
@@ -777,0 +778,0 @@ nodeTemplate: string | Function; |
Sorry, the diff of this file is too big to display
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 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
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
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
22910647
412534
- Removed@syncfusion/ej2-base@21.1.40(transitive)
- Removed@syncfusion/ej2-buttons@21.1.42(transitive)
- Removed@syncfusion/ej2-icons@21.1.37(transitive)