@syncfusion/ej2-navigations 20.1.48 → 20.1.51

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.
Files changed (44) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/ej2-navigations.umd.min.js +2 -2
  3. package/dist/ej2-navigations.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-navigations.es2015.js +3 -3
  5. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  6. package/dist/es6/ej2-navigations.es5.js +3 -3
  7. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  8. package/dist/global/ej2-navigations.min.js +2 -2
  9. package/dist/global/ej2-navigations.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +7 -7
  12. package/src/tab/tab.js +2 -2
  13. package/src/treeview/treeview.js +1 -1
  14. package/styles/bootstrap-dark.css +1 -1
  15. package/styles/bootstrap.css +1 -1
  16. package/styles/bootstrap4.css +1 -1
  17. package/styles/bootstrap5-dark.css +1 -1
  18. package/styles/bootstrap5.css +1 -1
  19. package/styles/breadcrumb/_layout.scss +1 -1
  20. package/styles/breadcrumb/bootstrap-dark.css +1 -1
  21. package/styles/breadcrumb/bootstrap.css +1 -1
  22. package/styles/breadcrumb/bootstrap4.css +1 -1
  23. package/styles/breadcrumb/bootstrap5-dark.css +1 -1
  24. package/styles/breadcrumb/bootstrap5.css +1 -1
  25. package/styles/breadcrumb/fabric-dark.css +1 -1
  26. package/styles/breadcrumb/fabric.css +1 -1
  27. package/styles/breadcrumb/fluent-dark.css +1 -1
  28. package/styles/breadcrumb/fluent.css +1 -1
  29. package/styles/breadcrumb/highcontrast-light.css +1 -1
  30. package/styles/breadcrumb/highcontrast.css +1 -1
  31. package/styles/breadcrumb/material-dark.css +1 -1
  32. package/styles/breadcrumb/material.css +1 -1
  33. package/styles/breadcrumb/tailwind-dark.css +1 -1
  34. package/styles/breadcrumb/tailwind.css +1 -1
  35. package/styles/fabric-dark.css +1 -1
  36. package/styles/fabric.css +1 -1
  37. package/styles/fluent-dark.css +1 -1
  38. package/styles/fluent.css +1 -1
  39. package/styles/highcontrast-light.css +1 -1
  40. package/styles/highcontrast.css +1 -1
  41. package/styles/material-dark.css +1 -1
  42. package/styles/material.css +1 -1
  43. package/styles/tailwind-dark.css +1 -1
  44. package/styles/tailwind.css +1 -1
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 20.1.48
3
+ * version : 20.1.51
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@20.1.47",
3
+ "_id": "@syncfusion/ej2-navigations@20.1.48",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Miy9ZvkCao5E86FKpBLBNG6WZszmxQ9YLMqv1b8TP/psMex3S06WfpOQeE4dc5y6wAO6g4sswXhFa7lbrb2MwA==",
5
+ "_integrity": "sha512-H3R/hxCrlqznF1FsCc7FkePBLLvqh7Qlrjd4tIfByrnCmYM+VkkPYa4g7iaL2/LmkSP3j5OEHykqjxSr4FrulA==",
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-new/@syncfusion/ej2-navigations/-/ej2-navigations-20.1.47.tgz",
41
- "_shasum": "37190cb3a437899304df3a3e0ee92b9eaedc1e04",
40
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-20.1.48.tgz",
41
+ "_shasum": "b1a3b45369f91ea03e1d727104e8c4a0e8d5cc44",
42
42
  "_spec": "@syncfusion/ej2-navigations@*",
43
43
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
44
44
  "author": {
@@ -49,8 +49,8 @@
49
49
  },
50
50
  "bundleDependencies": false,
51
51
  "dependencies": {
52
- "@syncfusion/ej2-base": "~20.1.48",
53
- "@syncfusion/ej2-buttons": "~20.1.47",
52
+ "@syncfusion/ej2-base": "~20.1.50",
53
+ "@syncfusion/ej2-buttons": "~20.1.50",
54
54
  "@syncfusion/ej2-data": "~20.1.47",
55
55
  "@syncfusion/ej2-inputs": "~20.1.48",
56
56
  "@syncfusion/ej2-lists": "~20.1.47",
@@ -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": "20.1.48",
162
+ "version": "20.1.51",
163
163
  "sideEffects": false
164
164
  }
package/src/tab/tab.js CHANGED
@@ -1847,8 +1847,8 @@ var Tab = /** @class */ (function (_super) {
1847
1847
  var textValue_1;
1848
1848
  items.forEach(function (item, place) {
1849
1849
  textValue_1 = item.headerTemplate || item.header.text;
1850
- if (!(isNOU(item.headerTemplate || item.header) ||
1851
- isNOU(textValue_1) || (textValue_1.length === 0) && isNOU(item.header.iconCss))) {
1850
+ if (!(isNOU(item.headerTemplate || item.header) || isNOU(textValue_1) ||
1851
+ (textValue_1.length === 0) && !isNOU(item.header) && isNOU(item.header.iconCss))) {
1852
1852
  _this.items.splice((index + i_1), 0, item);
1853
1853
  i_1++;
1854
1854
  }
@@ -716,7 +716,7 @@ var TreeView = /** @class */ (function (_super) {
716
716
  this.validNodes.push(checkedChild);
717
717
  }
718
718
  var subChildItems = getValue(this.fields.child.toString(), childItems[index]);
719
- if (subChildItems) {
719
+ if (subChildItems && subChildItems.length) {
720
720
  this.parentCheckData.push(treeData);
721
721
  this.updateChildCheckState(subChildItems, childItems[index]);
722
722
  }
@@ -9937,7 +9937,7 @@ ejs-sidebar {
9937
9937
  -ms-flex-positive: 1;
9938
9938
  flex-grow: 1;
9939
9939
  -ms-flex-pack: end;
9940
- justify-content: end;
9940
+ justify-content: flex-end;
9941
9941
  }
9942
9942
 
9943
9943
  .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
@@ -9956,7 +9956,7 @@ ejs-sidebar {
9956
9956
  -ms-flex-positive: 1;
9957
9957
  flex-grow: 1;
9958
9958
  -ms-flex-pack: end;
9959
- justify-content: end;
9959
+ justify-content: flex-end;
9960
9960
  }
9961
9961
 
9962
9962
  .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
@@ -10265,7 +10265,7 @@ ejs-sidebar {
10265
10265
  -ms-flex-positive: 1;
10266
10266
  flex-grow: 1;
10267
10267
  -ms-flex-pack: end;
10268
- justify-content: end;
10268
+ justify-content: flex-end;
10269
10269
  }
10270
10270
 
10271
10271
  .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
@@ -10237,7 +10237,7 @@ ejs-sidebar {
10237
10237
  -ms-flex-positive: 1;
10238
10238
  flex-grow: 1;
10239
10239
  -ms-flex-pack: end;
10240
- justify-content: end;
10240
+ justify-content: flex-end;
10241
10241
  }
10242
10242
 
10243
10243
  .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
@@ -10237,7 +10237,7 @@ ejs-sidebar {
10237
10237
  -ms-flex-positive: 1;
10238
10238
  flex-grow: 1;
10239
10239
  -ms-flex-pack: end;
10240
- justify-content: end;
10240
+ justify-content: flex-end;
10241
10241
  }
10242
10242
 
10243
10243
  .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
@@ -341,7 +341,7 @@
341
341
  .e-breadcrumb-icon {
342
342
  display: flex;
343
343
  flex-grow: 1;
344
- justify-content: end;
344
+ justify-content: flex-end;
345
345
  }
346
346
  }
347
347
 
@@ -263,7 +263,7 @@
263
263
  -ms-flex-positive: 1;
264
264
  flex-grow: 1;
265
265
  -ms-flex-pack: end;
266
- justify-content: end;
266
+ justify-content: flex-end;
267
267
  }
268
268
 
269
269
  .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
@@ -263,7 +263,7 @@
263
263
  -ms-flex-positive: 1;
264
264
  flex-grow: 1;
265
265
  -ms-flex-pack: end;
266
- justify-content: end;
266
+ justify-content: flex-end;
267
267
  }
268
268
 
269
269
  .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
@@ -263,7 +263,7 @@
263
263
  -ms-flex-positive: 1;
264
264
  flex-grow: 1;
265
265
  -ms-flex-pack: end;
266
- justify-content: end;
266
+ justify-content: flex-end;
267
267
  }
268
268
 
269
269
  .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
@@ -282,7 +282,7 @@
282
282
  -ms-flex-positive: 1;
283
283
  flex-grow: 1;
284
284
  -ms-flex-pack: end;
285
- justify-content: end;
285
+ justify-content: flex-end;
286
286
  }
287
287
 
288
288
  .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
@@ -282,7 +282,7 @@
282
282
  -ms-flex-positive: 1;
283
283
  flex-grow: 1;
284
284
  -ms-flex-pack: end;
285
- justify-content: end;
285
+ justify-content: flex-end;
286
286
  }
287
287
 
288
288
  .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
@@ -265,7 +265,7 @@
265
265
  -ms-flex-positive: 1;
266
266
  flex-grow: 1;
267
267
  -ms-flex-pack: end;
268
- justify-content: end;
268
+ justify-content: flex-end;
269
269
  }
270
270
 
271
271
  .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
@@ -265,7 +265,7 @@
265
265
  -ms-flex-positive: 1;
266
266
  flex-grow: 1;
267
267
  -ms-flex-pack: end;
268
- justify-content: end;
268
+ justify-content: flex-end;
269
269
  }
270
270
 
271
271
  .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
@@ -260,7 +260,7 @@
260
260
  -ms-flex-positive: 1;
261
261
  flex-grow: 1;
262
262
  -ms-flex-pack: end;
263
- justify-content: end;
263
+ justify-content: flex-end;
264
264
  }
265
265
 
266
266
  .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
@@ -260,7 +260,7 @@
260
260
  -ms-flex-positive: 1;
261
261
  flex-grow: 1;
262
262
  -ms-flex-pack: end;
263
- justify-content: end;
263
+ justify-content: flex-end;
264
264
  }
265
265
 
266
266
  .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
@@ -265,7 +265,7 @@
265
265
  -ms-flex-positive: 1;
266
266
  flex-grow: 1;
267
267
  -ms-flex-pack: end;
268
- justify-content: end;
268
+ justify-content: flex-end;
269
269
  }
270
270
 
271
271
  .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
@@ -265,7 +265,7 @@
265
265
  -ms-flex-positive: 1;
266
266
  flex-grow: 1;
267
267
  -ms-flex-pack: end;
268
- justify-content: end;
268
+ justify-content: flex-end;
269
269
  }
270
270
 
271
271
  .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
@@ -257,7 +257,7 @@
257
257
  -ms-flex-positive: 1;
258
258
  flex-grow: 1;
259
259
  -ms-flex-pack: end;
260
- justify-content: end;
260
+ justify-content: flex-end;
261
261
  }
262
262
 
263
263
  .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
@@ -257,7 +257,7 @@
257
257
  -ms-flex-positive: 1;
258
258
  flex-grow: 1;
259
259
  -ms-flex-pack: end;
260
- justify-content: end;
260
+ justify-content: flex-end;
261
261
  }
262
262
 
263
263
  .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
@@ -273,7 +273,7 @@
273
273
  -ms-flex-positive: 1;
274
274
  flex-grow: 1;
275
275
  -ms-flex-pack: end;
276
- justify-content: end;
276
+ justify-content: flex-end;
277
277
  }
278
278
 
279
279
  .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
@@ -273,7 +273,7 @@
273
273
  -ms-flex-positive: 1;
274
274
  flex-grow: 1;
275
275
  -ms-flex-pack: end;
276
- justify-content: end;
276
+ justify-content: flex-end;
277
277
  }
278
278
 
279
279
  .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
@@ -9947,7 +9947,7 @@ ejs-sidebar {
9947
9947
  -ms-flex-positive: 1;
9948
9948
  flex-grow: 1;
9949
9949
  -ms-flex-pack: end;
9950
- justify-content: end;
9950
+ justify-content: flex-end;
9951
9951
  }
9952
9952
 
9953
9953
  .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
package/styles/fabric.css CHANGED
@@ -9957,7 +9957,7 @@ ejs-sidebar {
9957
9957
  -ms-flex-positive: 1;
9958
9958
  flex-grow: 1;
9959
9959
  -ms-flex-pack: end;
9960
- justify-content: end;
9960
+ justify-content: flex-end;
9961
9961
  }
9962
9962
 
9963
9963
  .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
@@ -10079,7 +10079,7 @@ ejs-sidebar {
10079
10079
  -ms-flex-positive: 1;
10080
10080
  flex-grow: 1;
10081
10081
  -ms-flex-pack: end;
10082
- justify-content: end;
10082
+ justify-content: flex-end;
10083
10083
  }
10084
10084
 
10085
10085
  .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
package/styles/fluent.css CHANGED
@@ -10079,7 +10079,7 @@ ejs-sidebar {
10079
10079
  -ms-flex-positive: 1;
10080
10080
  flex-grow: 1;
10081
10081
  -ms-flex-pack: end;
10082
- justify-content: end;
10082
+ justify-content: flex-end;
10083
10083
  }
10084
10084
 
10085
10085
  .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
@@ -10293,7 +10293,7 @@ ejs-sidebar {
10293
10293
  -ms-flex-positive: 1;
10294
10294
  flex-grow: 1;
10295
10295
  -ms-flex-pack: end;
10296
- justify-content: end;
10296
+ justify-content: flex-end;
10297
10297
  }
10298
10298
 
10299
10299
  .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
@@ -10322,7 +10322,7 @@ ejs-sidebar {
10322
10322
  -ms-flex-positive: 1;
10323
10323
  flex-grow: 1;
10324
10324
  -ms-flex-pack: end;
10325
- justify-content: end;
10325
+ justify-content: flex-end;
10326
10326
  }
10327
10327
 
10328
10328
  .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
@@ -9798,7 +9798,7 @@ ejs-sidebar {
9798
9798
  -ms-flex-positive: 1;
9799
9799
  flex-grow: 1;
9800
9800
  -ms-flex-pack: end;
9801
- justify-content: end;
9801
+ justify-content: flex-end;
9802
9802
  }
9803
9803
 
9804
9804
  .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
@@ -9815,7 +9815,7 @@ ejs-sidebar {
9815
9815
  -ms-flex-positive: 1;
9816
9816
  flex-grow: 1;
9817
9817
  -ms-flex-pack: end;
9818
- justify-content: end;
9818
+ justify-content: flex-end;
9819
9819
  }
9820
9820
 
9821
9821
  .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
@@ -9905,7 +9905,7 @@ ejs-sidebar {
9905
9905
  -ms-flex-positive: 1;
9906
9906
  flex-grow: 1;
9907
9907
  -ms-flex-pack: end;
9908
- justify-content: end;
9908
+ justify-content: flex-end;
9909
9909
  }
9910
9910
 
9911
9911
  .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
@@ -9905,7 +9905,7 @@ ejs-sidebar {
9905
9905
  -ms-flex-positive: 1;
9906
9906
  flex-grow: 1;
9907
9907
  -ms-flex-pack: end;
9908
- justify-content: end;
9908
+ justify-content: flex-end;
9909
9909
  }
9910
9910
 
9911
9911
  .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,