@syncfusion/ej2-navigations 20.1.57 → 20.1.61

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 (57) hide show
  1. package/CHANGELOG.md +22 -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 +36 -7
  5. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  6. package/dist/es6/ej2-navigations.es5.js +38 -9
  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 +9 -9
  12. package/src/sidebar/sidebar.d.ts +1 -0
  13. package/src/sidebar/sidebar.js +6 -2
  14. package/src/tab/tab.js +15 -4
  15. package/src/treeview/treeview.js +17 -2
  16. package/styles/bootstrap-dark.css +1 -2
  17. package/styles/bootstrap.css +4 -9
  18. package/styles/bootstrap4.css +3 -6
  19. package/styles/bootstrap5-dark.css +4 -7
  20. package/styles/bootstrap5.css +4 -7
  21. package/styles/carousel/bootstrap-dark.css +1 -2
  22. package/styles/carousel/bootstrap.css +1 -2
  23. package/styles/carousel/bootstrap4.css +1 -2
  24. package/styles/carousel/bootstrap5-dark.css +1 -2
  25. package/styles/carousel/bootstrap5.css +1 -2
  26. package/styles/carousel/fabric-dark.css +1 -2
  27. package/styles/carousel/fabric.css +1 -2
  28. package/styles/carousel/fluent-dark.css +1 -2
  29. package/styles/carousel/fluent.css +1 -2
  30. package/styles/carousel/highcontrast-light.css +1 -2
  31. package/styles/carousel/highcontrast.css +1 -2
  32. package/styles/carousel/material-dark.css +1 -2
  33. package/styles/carousel/material.css +1 -2
  34. package/styles/carousel/tailwind-dark.css +1 -2
  35. package/styles/carousel/tailwind.css +1 -2
  36. package/styles/fabric-dark.css +1 -2
  37. package/styles/fabric.css +1 -2
  38. package/styles/fluent-dark.css +1 -2
  39. package/styles/fluent.css +1 -2
  40. package/styles/highcontrast-light.css +1 -2
  41. package/styles/highcontrast.css +1 -2
  42. package/styles/material-dark.css +1 -2
  43. package/styles/material.css +1 -2
  44. package/styles/menu/bootstrap.css +1 -2
  45. package/styles/menu/bootstrap4.css +1 -2
  46. package/styles/tab/bootstrap.css +1 -2
  47. package/styles/tab/bootstrap5-dark.css +1 -2
  48. package/styles/tab/bootstrap5.css +1 -2
  49. package/styles/tailwind-dark.css +1 -2
  50. package/styles/tailwind.css +1 -2
  51. package/styles/toolbar/bootstrap.css +1 -3
  52. package/styles/toolbar/bootstrap4.css +1 -2
  53. package/styles/toolbar/bootstrap5-dark.css +1 -2
  54. package/styles/toolbar/bootstrap5.css +1 -2
  55. package/styles/treeview/_bootstrap5-definition.scss +1 -1
  56. package/styles/treeview/bootstrap5-dark.css +1 -1
  57. package/styles/treeview/bootstrap5.css +1 -1
@@ -2000,8 +2000,7 @@
2000
2000
  width: 100%;
2001
2001
  }
2002
2002
  .e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item {
2003
- -webkit-backface-visibility: hidden;
2004
- backface-visibility: hidden;
2003
+ backface-visibility: hidden;
2005
2004
  display: none;
2006
2005
  float: left;
2007
2006
  height: 100%;
@@ -2000,8 +2000,7 @@
2000
2000
  width: 100%;
2001
2001
  }
2002
2002
  .e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item {
2003
- -webkit-backface-visibility: hidden;
2004
- backface-visibility: hidden;
2003
+ backface-visibility: hidden;
2005
2004
  display: none;
2006
2005
  float: left;
2007
2006
  height: 100%;
@@ -1,6 +1,4 @@
1
- /*! component's theme wise override definitions and variables */
2
- /*! component's theme wise override definitions and variables */
3
- /*! component's theme wise override definitions and variables */
1
+ /*! component's theme wise override definitions and variables */ /*! component's theme wise override definitions and variables */ /*! component's theme wise override definitions and variables */
4
2
  /*! toolbar icons */
5
3
  .e-toolbar .e-popup-down-icon::before {
6
4
  content: "\e83d";
@@ -1,5 +1,4 @@
1
- /*! component's theme wise override definitions and variables */
2
- /*! component's theme wise override definitions and variables */
1
+ /*! component's theme wise override definitions and variables */ /*! component's theme wise override definitions and variables */
3
2
  /*! toolbar icons */
4
3
  .e-toolbar .e-popup-down-icon::before {
5
4
  content: "\e744";
@@ -8,8 +8,7 @@
8
8
  box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
9
9
  }
10
10
  }
11
- /*! component's theme wise override definitions and variables */
12
- /*! Toolbar's bootstrap5 theme wise override definitions and variables */
11
+ /*! component's theme wise override definitions and variables */ /*! Toolbar's bootstrap5 theme wise override definitions and variables */
13
12
  /*! toolbar icons */
14
13
  .e-toolbar .e-popup-down-icon::before {
15
14
  content: "\e729";
@@ -8,8 +8,7 @@
8
8
  box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
9
9
  }
10
10
  }
11
- /*! component's theme wise override definitions and variables */
12
- /*! Toolbar's bootstrap5 theme wise override definitions and variables */
11
+ /*! component's theme wise override definitions and variables */ /*! Toolbar's bootstrap5 theme wise override definitions and variables */
13
12
  /*! toolbar icons */
14
13
  .e-toolbar .e-popup-down-icon::before {
15
14
  content: "\e729";
@@ -13,7 +13,7 @@ $treeview-rtl-child-ul-padding: 0 20px 0 0 !default;
13
13
  $treeview-text-wrap-padding: 0 0 0 20px !default;
14
14
  $treeview-rtl-text-wrap-padding: 0 20px 0 0 !default;
15
15
  $treeview-icon-size: 20px !default;
16
- $treeview-icon-margin: 0 0 0 -20px !default;
16
+ $treeview-icon-margin: 0 2px 0 -25px !default;
17
17
  $treeview-rtl-icon-margin: 0 -20px 0 0 !default;
18
18
  $treeview-icon-padding: 0px !default;
19
19
  $treeview-text-padding: 0 8px !default;
@@ -443,7 +443,7 @@
443
443
  .e-treeview .e-icon-expandable {
444
444
  display: inline-block;
445
445
  height: 20px;
446
- margin: 0 0 0 -20px;
446
+ margin: 0 2px 0 -25px;
447
447
  vertical-align: middle;
448
448
  width: 20px;
449
449
  }
@@ -443,7 +443,7 @@
443
443
  .e-treeview .e-icon-expandable {
444
444
  display: inline-block;
445
445
  height: 20px;
446
- margin: 0 0 0 -20px;
446
+ margin: 0 2px 0 -25px;
447
447
  vertical-align: middle;
448
448
  width: 20px;
449
449
  }