@syncfusion/ej2-navigations 19.3.53 → 19.3.54

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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 19.3.53
3
+ * version : 19.3.54
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-navigations@*",
3
- "_id": "@syncfusion/ej2-navigations@19.3.46",
3
+ "_id": "@syncfusion/ej2-navigations@19.3.53",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-ozY9dc0GGqTcNMpbhJCv8MrWV3MgYWHQeVTFadfFnBMqMhwzn6fyNEK73MJrNcfE+nSwjUbz7Dqj8e5K+d/Uaw==",
5
+ "_integrity": "sha512-W+iY46QKyyO2BsX/Bbso1/57mqqNxh2AQOifeI9Xpy08QlAy9b3VzRwCXyUfnxjXxCch+OOaVFW67+Dz6cteYw==",
6
6
  "_location": "/@syncfusion/ej2-navigations",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -37,8 +37,8 @@
37
37
  "/@syncfusion/ej2-spreadsheet",
38
38
  "/@syncfusion/ej2-vue-navigations"
39
39
  ],
40
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-navigations/-/ej2-navigations-19.3.46.tgz",
41
- "_shasum": "4eeb182a28336382e07bc63c924eb03b3e061c56",
40
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-navigations/-/ej2-navigations-19.3.53.tgz",
41
+ "_shasum": "384c384d332aaeba0e4cc90439c4a65ac5f62c5c",
42
42
  "_spec": "@syncfusion/ej2-navigations@*",
43
43
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
44
44
  "author": {
@@ -49,7 +49,7 @@
49
49
  },
50
50
  "bundleDependencies": false,
51
51
  "dependencies": {
52
- "@syncfusion/ej2-base": "~19.3.53",
52
+ "@syncfusion/ej2-base": "~19.3.54",
53
53
  "@syncfusion/ej2-buttons": "~19.3.53",
54
54
  "@syncfusion/ej2-data": "~19.3.53",
55
55
  "@syncfusion/ej2-inputs": "~19.3.53",
@@ -159,6 +159,6 @@
159
159
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
160
160
  },
161
161
  "typings": "index.d.ts",
162
- "version": "19.3.53",
162
+ "version": "19.3.54",
163
163
  "sideEffects": false
164
164
  }
package/src/tab/tab.js CHANGED
@@ -481,7 +481,7 @@ var Tab = /** @class */ (function (_super) {
481
481
  };
482
482
  Tab.prototype.parseObject = function (items, index) {
483
483
  var _this = this;
484
- var tbCount = selectAll('.' + CLS_TB_ITEM, this.element).length;
484
+ var tbCount = selectAll('.e-tab-header .' + CLS_TB_ITEM, this.element).length;
485
485
  var tItems = [];
486
486
  var txtWrapEle;
487
487
  var spliceArray = [];
@@ -1390,7 +1390,7 @@ var Tab = /** @class */ (function (_super) {
1390
1390
  var hdr = this.element.querySelectorAll('.' + CLS_TB_ITEM)[index];
1391
1391
  var itemIndex = void 0;
1392
1392
  if (hdr && !isNOU(hdr.id) && hdr.id !== '') {
1393
- var num = (hdr.id.indexOf('_'));
1393
+ var num = (hdr.id.lastIndexOf('_'));
1394
1394
  itemIndex = parseInt(hdr.id.substring(num + 1), 10);
1395
1395
  }
1396
1396
  else {
@@ -1754,7 +1754,7 @@ var Tab = /** @class */ (function (_super) {
1754
1754
  this.reRenderItems();
1755
1755
  }
1756
1756
  else {
1757
- var itemsCount = selectAll('.' + CLS_TB_ITEM, this.element).length;
1757
+ var itemsCount = selectAll('.e-tab-header .' + CLS_TB_ITEM, this.element).length;
1758
1758
  if (itemsCount !== 0) {
1759
1759
  lastEleIndex = this.lastIndex + 1;
1760
1760
  }
@@ -6210,7 +6210,7 @@
6210
6210
 
6211
6211
  /*! tab theme */
6212
6212
  .e-tab {
6213
- background: #212529;
6213
+ background: transparent;
6214
6214
  border: none;
6215
6215
  }
6216
6216
 
@@ -6210,7 +6210,7 @@
6210
6210
 
6211
6211
  /*! tab theme */
6212
6212
  .e-tab {
6213
- background: #fff;
6213
+ background: transparent;
6214
6214
  border: none;
6215
6215
  }
6216
6216
 
@@ -41,7 +41,7 @@ $tab-hover-border-color: $border-light !default;
41
41
  $tab-disable-border-color: rgba($border-light, .38) !default;
42
42
  $tab-alt-border-color: $primary-text-color !default;
43
43
  $tab-alt-disable-border-color: $border-light !default;
44
- $tab-bg-color: $content-bg-color !default;
44
+ $tab-bg-color: $transparent !default;
45
45
  $tab-border: none !default;
46
46
  $tab-focused-wrap-focus-border-color: $icon-color !default;
47
47
  $tab-alt-hdr-bg-color: $primary !default;
@@ -3411,7 +3411,7 @@
3411
3411
 
3412
3412
  /*! tab theme */
3413
3413
  .e-tab {
3414
- background: #212529;
3414
+ background: transparent;
3415
3415
  border: none;
3416
3416
  }
3417
3417
 
@@ -3411,7 +3411,7 @@
3411
3411
 
3412
3412
  /*! tab theme */
3413
3413
  .e-tab {
3414
- background: #fff;
3414
+ background: transparent;
3415
3415
  border: none;
3416
3416
  }
3417
3417