@syncfusion/ej2-navigations 28.1.36 → 28.1.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ej2-navigations.min.js +10 -1
- package/dist/ej2-navigations.umd.min.js +10 -1
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +4 -0
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +4 -0
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +10 -1
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +9 -0
- package/package.json +6 -6
- package/src/tab/tab.js +4 -0
package/dist/global/index.d.ts
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* filename: index.d.ts
|
|
3
|
+
* version : 28.1.37
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
|
|
5
|
+
* Use of this code is subject to the terms of our license.
|
|
6
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
+
* applicable laws.
|
|
9
|
+
*/
|
|
1
10
|
import * as _navigations from '@syncfusion/ej2-navigations';
|
|
2
11
|
|
|
3
12
|
export declare namespace ej {
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"_from": "@syncfusion/ej2-navigations@*",
|
|
3
3
|
"_id": "@syncfusion/ej2-navigations@28.1.35",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-DfoiKu0Ty+W9EEEdLGr+dOBgL49Swh2Atz6fR4L8J6o6KMJYYtoj9OrfZuN20hP5i5WrCVbbu8/ORFHYL6RWTQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-navigations",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"/@syncfusion/ej2-vue-navigations"
|
|
38
38
|
],
|
|
39
39
|
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-28.1.35.tgz",
|
|
40
|
-
"_shasum": "
|
|
40
|
+
"_shasum": "685ff5b2d985a4c45b82f43fbb9b78c8f0a8a289",
|
|
41
41
|
"_spec": "@syncfusion/ej2-navigations@*",
|
|
42
42
|
"_where": "/jenkins/workspace/elease-automation_release_28.1.1/packages/included",
|
|
43
43
|
"author": {
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
"bundleDependencies": false,
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@syncfusion/ej2-base": "~28.1.33",
|
|
52
|
-
"@syncfusion/ej2-buttons": "~28.1.
|
|
52
|
+
"@syncfusion/ej2-buttons": "~28.1.37",
|
|
53
53
|
"@syncfusion/ej2-data": "~28.1.33",
|
|
54
|
-
"@syncfusion/ej2-inputs": "~28.1.
|
|
55
|
-
"@syncfusion/ej2-lists": "~28.1.
|
|
54
|
+
"@syncfusion/ej2-inputs": "~28.1.37",
|
|
55
|
+
"@syncfusion/ej2-lists": "~28.1.37",
|
|
56
56
|
"@syncfusion/ej2-popups": "~28.1.33"
|
|
57
57
|
},
|
|
58
58
|
"deprecated": false,
|
|
@@ -158,6 +158,6 @@
|
|
|
158
158
|
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
159
159
|
},
|
|
160
160
|
"typings": "index.d.ts",
|
|
161
|
-
"version": "28.1.
|
|
161
|
+
"version": "28.1.37",
|
|
162
162
|
"sideEffects": false
|
|
163
163
|
}
|
package/src/tab/tab.js
CHANGED
|
@@ -2456,6 +2456,10 @@ var Tab = /** @class */ (function (_super) {
|
|
|
2456
2456
|
* @returns {void}
|
|
2457
2457
|
*/
|
|
2458
2458
|
Tab.prototype.refreshActiveTabBorder = function () {
|
|
2459
|
+
if (this.heightAdjustMode === 'None' && this.height !== 'auto' && this.cntEle && !this.isVertical()) {
|
|
2460
|
+
var hdrEle = this.getTabHeader();
|
|
2461
|
+
setStyle(this.cntEle, { 'height': (this.element.clientHeight - hdrEle.offsetHeight) + 'px' });
|
|
2462
|
+
}
|
|
2459
2463
|
var activeEle = select('.' + CLS_TB_ITEM + '.' + CLS_TB_POPUP + '.' + CLS_ACTIVE, this.element);
|
|
2460
2464
|
if (!isNOU(activeEle) && this.reorderActiveTab) {
|
|
2461
2465
|
this.select(this.getEleIndex(activeEle));
|