@syncfusion/ej2-navigations 25.1.41 → 25.2.3

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 (67) hide show
  1. package/CHANGELOG.md +16 -0
  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 +4 -3
  6. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  7. package/dist/es6/ej2-navigations.es5.js +4 -3
  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 +11 -11
  13. package/src/common/menu-base.js +2 -1
  14. package/src/treeview/treeview.js +2 -2
  15. package/styles/bootstrap-dark.css +7 -0
  16. package/styles/bootstrap.css +7 -0
  17. package/styles/bootstrap4.css +7 -0
  18. package/styles/bootstrap5-dark.css +7 -0
  19. package/styles/bootstrap5.css +7 -0
  20. package/styles/context-menu/_layout.scss +6 -0
  21. package/styles/context-menu/bootstrap-dark.css +6 -0
  22. package/styles/context-menu/bootstrap.css +6 -0
  23. package/styles/context-menu/bootstrap4.css +6 -0
  24. package/styles/context-menu/bootstrap5-dark.css +6 -0
  25. package/styles/context-menu/bootstrap5.css +6 -0
  26. package/styles/context-menu/fabric-dark.css +6 -0
  27. package/styles/context-menu/fabric.css +6 -0
  28. package/styles/context-menu/fluent-dark.css +6 -0
  29. package/styles/context-menu/fluent.css +6 -0
  30. package/styles/context-menu/highcontrast-light.css +6 -0
  31. package/styles/context-menu/highcontrast.css +6 -0
  32. package/styles/context-menu/material-dark.css +6 -0
  33. package/styles/context-menu/material.css +6 -0
  34. package/styles/context-menu/material3-dark.css +6 -0
  35. package/styles/context-menu/material3.css +6 -0
  36. package/styles/context-menu/tailwind-dark.css +6 -0
  37. package/styles/context-menu/tailwind.css +6 -0
  38. package/styles/fabric-dark.css +7 -0
  39. package/styles/fabric.css +7 -0
  40. package/styles/fluent-dark.css +7 -0
  41. package/styles/fluent.css +7 -0
  42. package/styles/highcontrast-light.css +7 -0
  43. package/styles/highcontrast.css +7 -0
  44. package/styles/material-dark.css +7 -0
  45. package/styles/material.css +7 -0
  46. package/styles/material3-dark.css +7 -0
  47. package/styles/material3.css +7 -0
  48. package/styles/tailwind-dark.css +7 -0
  49. package/styles/tailwind.css +7 -0
  50. package/styles/toolbar/_layout.scss +1 -0
  51. package/styles/toolbar/bootstrap-dark.css +1 -0
  52. package/styles/toolbar/bootstrap.css +1 -0
  53. package/styles/toolbar/bootstrap4.css +1 -0
  54. package/styles/toolbar/bootstrap5-dark.css +1 -0
  55. package/styles/toolbar/bootstrap5.css +1 -0
  56. package/styles/toolbar/fabric-dark.css +1 -0
  57. package/styles/toolbar/fabric.css +1 -0
  58. package/styles/toolbar/fluent-dark.css +1 -0
  59. package/styles/toolbar/fluent.css +1 -0
  60. package/styles/toolbar/highcontrast-light.css +1 -0
  61. package/styles/toolbar/highcontrast.css +1 -0
  62. package/styles/toolbar/material-dark.css +1 -0
  63. package/styles/toolbar/material.css +1 -0
  64. package/styles/toolbar/material3-dark.css +1 -0
  65. package/styles/toolbar/material3.css +1 -0
  66. package/styles/toolbar/tailwind-dark.css +1 -0
  67. package/styles/toolbar/tailwind.css +1 -0
@@ -2011,6 +2011,7 @@
2011
2011
  padding: 0 0 0 4px;
2012
2012
  }
2013
2013
  .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
2014
+ height: 38px;
2014
2015
  min-width: 34px;
2015
2016
  padding: 0;
2016
2017
  }
@@ -3634,6 +3635,12 @@
3634
3635
  padding-left: 36px;
3635
3636
  }
3636
3637
 
3638
+ .e-contextmenu-wrapper .e-menu-item {
3639
+ white-space: nowrap;
3640
+ overflow: hidden;
3641
+ text-overflow: ellipsis;
3642
+ }
3643
+
3637
3644
  /*! contextmenu theme */
3638
3645
  .e-contextmenu-wrapper ul,
3639
3646
  .e-contextmenu-container ul {
@@ -2011,6 +2011,7 @@
2011
2011
  padding: 0 0 0 4px;
2012
2012
  }
2013
2013
  .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
2014
+ height: 38px;
2014
2015
  min-width: 34px;
2015
2016
  padding: 0;
2016
2017
  }
@@ -3634,6 +3635,12 @@
3634
3635
  padding-left: 36px;
3635
3636
  }
3636
3637
 
3638
+ .e-contextmenu-wrapper .e-menu-item {
3639
+ white-space: nowrap;
3640
+ overflow: hidden;
3641
+ text-overflow: ellipsis;
3642
+ }
3643
+
3637
3644
  /*! contextmenu theme */
3638
3645
  .e-contextmenu-wrapper ul,
3639
3646
  .e-contextmenu-container ul {
@@ -751,6 +751,7 @@
751
751
  }
752
752
 
753
753
  &:not(.e-separator) {
754
+ height: $tbar-item-height;
754
755
  min-width: 34px;
755
756
  padding: $tbar-item-pop-nrml-padding;
756
757
  }
@@ -620,6 +620,7 @@
620
620
  padding: 0 12px 0 15px;
621
621
  }
622
622
  .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
623
+ height: auto;
623
624
  min-width: 34px;
624
625
  padding: 0;
625
626
  }
@@ -621,6 +621,7 @@
621
621
  padding: 0 12px 0 15px;
622
622
  }
623
623
  .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
624
+ height: auto;
624
625
  min-width: 34px;
625
626
  padding: 0;
626
627
  }
@@ -621,6 +621,7 @@
621
621
  padding: 0 5px 0 4px;
622
622
  }
623
623
  .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
624
+ height: auto;
624
625
  min-width: 34px;
625
626
  padding: 0;
626
627
  }
@@ -632,6 +632,7 @@
632
632
  padding: 0 0 0 4px;
633
633
  }
634
634
  .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
635
+ height: 38px;
635
636
  min-width: 34px;
636
637
  padding: 0;
637
638
  }
@@ -632,6 +632,7 @@
632
632
  padding: 0 0 0 4px;
633
633
  }
634
634
  .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
635
+ height: 38px;
635
636
  min-width: 34px;
636
637
  padding: 0;
637
638
  }
@@ -620,6 +620,7 @@
620
620
  padding: 0 10px;
621
621
  }
622
622
  .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
623
+ height: auto;
623
624
  min-width: 34px;
624
625
  padding: 0;
625
626
  }
@@ -621,6 +621,7 @@
621
621
  padding: 0 10px;
622
622
  }
623
623
  .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
624
+ height: auto;
624
625
  min-width: 34px;
625
626
  padding: 0;
626
627
  }
@@ -631,6 +631,7 @@
631
631
  padding: 4px;
632
632
  }
633
633
  .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
634
+ height: auto;
634
635
  min-width: 34px;
635
636
  padding: 0;
636
637
  }
@@ -631,6 +631,7 @@
631
631
  padding: 4px;
632
632
  }
633
633
  .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
634
+ height: auto;
634
635
  min-width: 34px;
635
636
  padding: 0;
636
637
  }
@@ -620,6 +620,7 @@
620
620
  padding: 0 10px;
621
621
  }
622
622
  .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
623
+ height: auto;
623
624
  min-width: 34px;
624
625
  padding: 0;
625
626
  }
@@ -621,6 +621,7 @@
621
621
  padding: 0 10px;
622
622
  }
623
623
  .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
624
+ height: auto;
624
625
  min-width: 34px;
625
626
  padding: 0;
626
627
  }
@@ -647,6 +647,7 @@
647
647
  padding: 0;
648
648
  }
649
649
  .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
650
+ height: auto;
650
651
  min-width: 34px;
651
652
  padding: 0;
652
653
  }
@@ -650,6 +650,7 @@
650
650
  padding: 0;
651
651
  }
652
652
  .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
653
+ height: 36px;
653
654
  min-width: 34px;
654
655
  padding: 0;
655
656
  }
@@ -687,6 +687,7 @@
687
687
  padding: 0 0 0 8px;
688
688
  }
689
689
  .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
690
+ height: 32px;
690
691
  min-width: 34px;
691
692
  padding: 0;
692
693
  }
@@ -743,6 +743,7 @@
743
743
  padding: 0 0 0 8px;
744
744
  }
745
745
  .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
746
+ height: 32px;
746
747
  min-width: 34px;
747
748
  padding: 0;
748
749
  }
@@ -631,6 +631,7 @@
631
631
  padding: 0 0 0 4px;
632
632
  }
633
633
  .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
634
+ height: 38px;
634
635
  min-width: 34px;
635
636
  padding: 0;
636
637
  }
@@ -631,6 +631,7 @@
631
631
  padding: 0 0 0 4px;
632
632
  }
633
633
  .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
634
+ height: 38px;
634
635
  min-width: 34px;
635
636
  padding: 0;
636
637
  }