@syncfusion/ej2-navigations 20.4.48 → 20.4.49

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 (71) hide show
  1. package/CHANGELOG.md +10 -2
  2. package/dist/ej2-navigations.min.js +2 -2
  3. package/dist/ej2-navigations.umd.min.js +2 -2
  4. package/dist/ej2-navigations.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-navigations.es2015.js +45 -15
  6. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  7. package/dist/es6/ej2-navigations.es5.js +46 -15
  8. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  9. package/dist/global/ej2-navigations.min.js +2 -2
  10. package/dist/global/ej2-navigations.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +7 -7
  13. package/src/carousel/carousel.js +2 -4
  14. package/src/common/menu-base.js +4 -5
  15. package/src/toolbar/toolbar.js +1 -1
  16. package/src/treeview/treeview.d.ts +1 -0
  17. package/src/treeview/treeview.js +39 -5
  18. package/styles/accordion/_theme.scss +4 -4
  19. package/styles/accordion/bootstrap-dark.css +3 -3
  20. package/styles/accordion/bootstrap.css +3 -3
  21. package/styles/accordion/bootstrap4.css +3 -3
  22. package/styles/accordion/bootstrap5-dark.css +3 -3
  23. package/styles/accordion/bootstrap5.css +3 -3
  24. package/styles/accordion/fabric-dark.css +3 -3
  25. package/styles/accordion/fabric.css +3 -3
  26. package/styles/accordion/fluent-dark.css +3 -3
  27. package/styles/accordion/fluent.css +3 -3
  28. package/styles/accordion/highcontrast-light.css +3 -3
  29. package/styles/accordion/highcontrast.css +3 -3
  30. package/styles/accordion/material-dark.css +3 -3
  31. package/styles/accordion/material.css +3 -3
  32. package/styles/accordion/tailwind-dark.css +3 -3
  33. package/styles/accordion/tailwind.css +3 -3
  34. package/styles/bootstrap-dark.css +4 -3
  35. package/styles/bootstrap.css +4 -3
  36. package/styles/bootstrap4.css +4 -3
  37. package/styles/bootstrap5-dark.css +4 -3
  38. package/styles/bootstrap5.css +4 -3
  39. package/styles/context-menu/_layout-mixin.scss +3 -1
  40. package/styles/context-menu/_layout.scss +3 -1
  41. package/styles/context-menu/fluent-dark.css +0 -14
  42. package/styles/context-menu/fluent.css +0 -14
  43. package/styles/fabric-dark.css +8 -7
  44. package/styles/fabric.css +8 -7
  45. package/styles/fluent-dark.css +5 -19
  46. package/styles/fluent.css +5 -19
  47. package/styles/highcontrast-light.css +4 -3
  48. package/styles/highcontrast.css +4 -3
  49. package/styles/material-dark.css +4 -3
  50. package/styles/material.css +4 -3
  51. package/styles/menu/_layout.scss +1 -0
  52. package/styles/menu/_theme.scss +1 -1
  53. package/styles/menu/bootstrap-dark.css +1 -0
  54. package/styles/menu/bootstrap.css +1 -0
  55. package/styles/menu/bootstrap4.css +1 -0
  56. package/styles/menu/bootstrap5-dark.css +1 -0
  57. package/styles/menu/bootstrap5.css +1 -0
  58. package/styles/menu/fabric-dark.css +5 -4
  59. package/styles/menu/fabric.css +5 -4
  60. package/styles/menu/fluent-dark.css +2 -2
  61. package/styles/menu/fluent.css +2 -2
  62. package/styles/menu/highcontrast-light.css +1 -0
  63. package/styles/menu/highcontrast.css +1 -0
  64. package/styles/menu/icons/_fabric-dark.scss +4 -4
  65. package/styles/menu/icons/_fabric.scss +4 -4
  66. package/styles/menu/material-dark.css +1 -0
  67. package/styles/menu/material.css +1 -0
  68. package/styles/menu/tailwind-dark.css +1 -0
  69. package/styles/menu/tailwind.css +1 -0
  70. package/styles/tailwind-dark.css +4 -3
  71. package/styles/tailwind.css +4 -3
@@ -83,7 +83,7 @@
83
83
  &.e-vertical {
84
84
  & .e-caret {
85
85
  &::before {
86
- content: '\e937';
86
+ content: '\e98f';
87
87
  }
88
88
  }
89
89
  }
@@ -91,7 +91,7 @@
91
91
  &.e-ul {
92
92
  & .e-caret {
93
93
  &::before {
94
- content: '\e937';
94
+ content: '\e98f';
95
95
  }
96
96
  }
97
97
  }
@@ -104,7 +104,7 @@
104
104
  &.e-vertical {
105
105
  & .e-caret {
106
106
  &::before {
107
- content: '\e937';
107
+ content: '\e98f';
108
108
  }
109
109
  }
110
110
  }
@@ -112,7 +112,7 @@
112
112
  &.e-ul {
113
113
  & .e-caret {
114
114
  &::before {
115
- content: '\e937';
115
+ content: '\e98f';
116
116
  }
117
117
  }
118
118
  }
@@ -202,6 +202,7 @@
202
202
  line-height: 42px;
203
203
  margin-right: 8px;
204
204
  text-align: center;
205
+ margin-bottom: 4px;
205
206
  }
206
207
  .e-menu-wrapper ul .e-menu-item .e-caret,
207
208
  .e-menu-container ul .e-menu-item .e-caret {
@@ -204,6 +204,7 @@
204
204
  line-height: 42px;
205
205
  margin-right: 8px;
206
206
  text-align: center;
207
+ margin-bottom: 4px;
207
208
  }
208
209
  .e-menu-wrapper ul .e-menu-item .e-caret,
209
210
  .e-menu-container ul .e-menu-item .e-caret {
@@ -195,6 +195,7 @@
195
195
  line-height: 38px;
196
196
  margin-right: 8px;
197
197
  text-align: center;
198
+ margin-bottom: 4px;
198
199
  }
199
200
  .e-menu-wrapper ul .e-menu-item .e-caret,
200
201
  .e-menu-container ul .e-menu-item .e-caret {
@@ -195,6 +195,7 @@
195
195
  line-height: 38px;
196
196
  margin-right: 8px;
197
197
  text-align: center;
198
+ margin-bottom: 4px;
198
199
  }
199
200
  .e-menu-wrapper ul .e-menu-item .e-caret,
200
201
  .e-menu-container ul .e-menu-item .e-caret {
@@ -2947,15 +2947,15 @@
2947
2947
  border: 1px solid #4b5563;
2948
2948
  border-radius: 0;
2949
2949
  }
2950
- .e-accordion .e-active {
2951
- background: #1f2937;
2952
- }
2953
2950
  .e-accordion .e-acrdn-item {
2954
2951
  border-color: #4b5563;
2955
2952
  border-style: solid;
2956
2953
  border-width: 0 0 1px 0;
2957
2954
  border-radius: 4px 4px 0 0;
2958
2955
  }
2956
+ .e-accordion .e-acrdn-item.e-active {
2957
+ background: #1f2937;
2958
+ }
2959
2959
  .e-accordion .e-acrdn-item.e-select:last-child {
2960
2960
  border-bottom: 0;
2961
2961
  border-radius: 0 0 4px 4px;
@@ -9066,6 +9066,7 @@ ejs-sidebar {
9066
9066
  line-height: 38px;
9067
9067
  margin-right: 8px;
9068
9068
  text-align: center;
9069
+ margin-bottom: 4px;
9069
9070
  }
9070
9071
  .e-menu-wrapper ul .e-menu-item .e-caret,
9071
9072
  .e-menu-container ul .e-menu-item .e-caret {
@@ -2947,15 +2947,15 @@
2947
2947
  border: 1px solid #e5e7eb;
2948
2948
  border-radius: 0;
2949
2949
  }
2950
- .e-accordion .e-active {
2951
- background: #fff;
2952
- }
2953
2950
  .e-accordion .e-acrdn-item {
2954
2951
  border-color: #e5e7eb;
2955
2952
  border-style: solid;
2956
2953
  border-width: 0 0 1px 0;
2957
2954
  border-radius: 4px 4px 0 0;
2958
2955
  }
2956
+ .e-accordion .e-acrdn-item.e-active {
2957
+ background: #fff;
2958
+ }
2959
2959
  .e-accordion .e-acrdn-item.e-select:last-child {
2960
2960
  border-bottom: 0;
2961
2961
  border-radius: 0 0 4px 4px;
@@ -9066,6 +9066,7 @@ ejs-sidebar {
9066
9066
  line-height: 38px;
9067
9067
  margin-right: 8px;
9068
9068
  text-align: center;
9069
+ margin-bottom: 4px;
9069
9070
  }
9070
9071
  .e-menu-wrapper ul .e-menu-item .e-caret,
9071
9072
  .e-menu-container ul .e-menu-item .e-caret {