@syncfusion/ej2-navigations 29.2.8 → 30.1.39

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 (222) hide show
  1. package/.eslintrc.json +2 -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 +117 -30
  6. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  7. package/dist/es6/ej2-navigations.es5.js +118 -30
  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 +1 -7
  14. package/src/context-menu/context-menu-model.d.ts +1 -1
  15. package/src/context-menu/context-menu.d.ts +1 -0
  16. package/src/context-menu/context-menu.js +11 -1
  17. package/src/sidebar/sidebar.js +5 -1
  18. package/src/stepper/stepper.js +6 -5
  19. package/src/tab/tab.js +3 -1
  20. package/src/toolbar/toolbar-model.d.ts +8 -1
  21. package/src/toolbar/toolbar.d.ts +19 -0
  22. package/src/toolbar/toolbar.js +69 -13
  23. package/src/treeview/treeview.js +24 -3
  24. package/styles/bds-lite.css +43 -3
  25. package/styles/bds.css +45 -5
  26. package/styles/bootstrap-dark-lite.css +45 -5
  27. package/styles/bootstrap-dark.css +49 -9
  28. package/styles/bootstrap-lite.css +45 -5
  29. package/styles/bootstrap.css +47 -7
  30. package/styles/bootstrap4-lite.css +46 -6
  31. package/styles/bootstrap4.css +48 -8
  32. package/styles/bootstrap5-dark-lite.css +39 -5
  33. package/styles/bootstrap5-dark.css +42 -8
  34. package/styles/bootstrap5-lite.css +40 -6
  35. package/styles/bootstrap5.3-lite.css +40 -6
  36. package/styles/bootstrap5.3.css +42 -8
  37. package/styles/bootstrap5.css +43 -9
  38. package/styles/breadcrumb/_layout.scss +14 -0
  39. package/styles/breadcrumb/bds.css +15 -0
  40. package/styles/breadcrumb/bootstrap-dark.css +15 -0
  41. package/styles/breadcrumb/bootstrap.css +15 -0
  42. package/styles/breadcrumb/bootstrap4.css +15 -0
  43. package/styles/breadcrumb/bootstrap5-dark.css +15 -0
  44. package/styles/breadcrumb/bootstrap5.3.css +15 -0
  45. package/styles/breadcrumb/bootstrap5.css +15 -0
  46. package/styles/breadcrumb/fabric-dark.css +15 -0
  47. package/styles/breadcrumb/fabric.css +15 -0
  48. package/styles/breadcrumb/fluent-dark.css +15 -0
  49. package/styles/breadcrumb/fluent.css +15 -0
  50. package/styles/breadcrumb/fluent2.css +15 -0
  51. package/styles/breadcrumb/highcontrast-light.css +15 -0
  52. package/styles/breadcrumb/highcontrast.css +15 -0
  53. package/styles/breadcrumb/material-dark.css +15 -0
  54. package/styles/breadcrumb/material.css +15 -0
  55. package/styles/breadcrumb/material3-dark.css +15 -0
  56. package/styles/breadcrumb/material3.css +15 -0
  57. package/styles/breadcrumb/tailwind-dark.css +15 -0
  58. package/styles/breadcrumb/tailwind.css +15 -0
  59. package/styles/breadcrumb/tailwind3.css +15 -0
  60. package/styles/context-menu/_layout.scss +5 -0
  61. package/styles/context-menu/bds.css +6 -0
  62. package/styles/context-menu/bootstrap-dark.css +6 -0
  63. package/styles/context-menu/bootstrap.css +6 -0
  64. package/styles/context-menu/bootstrap4.css +6 -0
  65. package/styles/context-menu/bootstrap5-dark.css +6 -0
  66. package/styles/context-menu/bootstrap5.3.css +6 -0
  67. package/styles/context-menu/bootstrap5.css +6 -0
  68. package/styles/context-menu/fabric-dark.css +6 -0
  69. package/styles/context-menu/fabric.css +6 -0
  70. package/styles/context-menu/fluent-dark.css +6 -0
  71. package/styles/context-menu/fluent.css +6 -0
  72. package/styles/context-menu/fluent2.css +6 -0
  73. package/styles/context-menu/highcontrast-light.css +6 -0
  74. package/styles/context-menu/highcontrast.css +6 -0
  75. package/styles/context-menu/material-dark.css +6 -0
  76. package/styles/context-menu/material.css +6 -0
  77. package/styles/context-menu/material3-dark.css +6 -0
  78. package/styles/context-menu/material3.css +6 -0
  79. package/styles/context-menu/tailwind-dark.css +6 -0
  80. package/styles/context-menu/tailwind.css +6 -0
  81. package/styles/context-menu/tailwind3.css +6 -0
  82. package/styles/fabric-dark-lite.css +43 -3
  83. package/styles/fabric-dark.css +45 -5
  84. package/styles/fabric-lite.css +44 -4
  85. package/styles/fabric.css +46 -6
  86. package/styles/fluent-dark-lite.css +50 -10
  87. package/styles/fluent-dark.css +53 -13
  88. package/styles/fluent-lite.css +50 -10
  89. package/styles/fluent.css +53 -13
  90. package/styles/fluent2-lite.css +43 -3
  91. package/styles/fluent2.css +45 -5
  92. package/styles/highcontrast-light-lite.css +43 -3
  93. package/styles/highcontrast-light.css +45 -5
  94. package/styles/highcontrast-lite.css +44 -4
  95. package/styles/highcontrast.css +46 -6
  96. package/styles/material-dark-lite.css +45 -5
  97. package/styles/material-dark.css +47 -7
  98. package/styles/material-lite.css +44 -4
  99. package/styles/material.css +46 -6
  100. package/styles/material3-dark-lite.css +43 -3
  101. package/styles/material3-dark.css +46 -7
  102. package/styles/material3-lite.css +43 -3
  103. package/styles/material3.css +46 -7
  104. package/styles/pager/_bds-definition.scss +1 -1
  105. package/styles/pager/_bigger.scss +0 -1
  106. package/styles/pager/_bootstrap-dark-definition.scss +1 -1
  107. package/styles/pager/_bootstrap-definition.scss +1 -1
  108. package/styles/pager/_bootstrap4-definition.scss +1 -1
  109. package/styles/pager/_bootstrap5-definition.scss +2 -2
  110. package/styles/pager/_bootstrap5.3-definition.scss +1 -1
  111. package/styles/pager/_fabric-dark-definition.scss +1 -1
  112. package/styles/pager/_fabric-definition.scss +1 -1
  113. package/styles/pager/_fluent-definition.scss +2 -2
  114. package/styles/pager/_fluent2-definition.scss +1 -1
  115. package/styles/pager/_fusionnew-definition.scss +1 -1
  116. package/styles/pager/_highcontrast-definition.scss +1 -1
  117. package/styles/pager/_highcontrast-light-definition.scss +1 -1
  118. package/styles/pager/_layout.scss +8 -0
  119. package/styles/pager/_material-dark-definition.scss +1 -1
  120. package/styles/pager/_material-definition.scss +1 -1
  121. package/styles/pager/_material3-definition.scss +1 -1
  122. package/styles/pager/_tailwind-definition.scss +1 -1
  123. package/styles/pager/_tailwind3-definition.scss +2 -2
  124. package/styles/pager/bds.css +13 -3
  125. package/styles/pager/bootstrap-dark.css +13 -3
  126. package/styles/pager/bootstrap.css +13 -3
  127. package/styles/pager/bootstrap4.css +13 -3
  128. package/styles/pager/bootstrap5-dark.css +8 -4
  129. package/styles/pager/bootstrap5.3.css +7 -3
  130. package/styles/pager/bootstrap5.css +8 -4
  131. package/styles/pager/fabric-dark.css +13 -3
  132. package/styles/pager/fabric.css +13 -3
  133. package/styles/pager/fluent-dark.css +14 -4
  134. package/styles/pager/fluent.css +14 -4
  135. package/styles/pager/fluent2.css +13 -3
  136. package/styles/pager/highcontrast-light.css +13 -3
  137. package/styles/pager/highcontrast.css +13 -3
  138. package/styles/pager/material-dark.css +13 -3
  139. package/styles/pager/material.css +13 -3
  140. package/styles/pager/material3-dark.css +13 -4
  141. package/styles/pager/material3.css +13 -4
  142. package/styles/pager/tailwind-dark.css +13 -3
  143. package/styles/pager/tailwind.css +13 -3
  144. package/styles/pager/tailwind3.css +14 -4
  145. package/styles/tab/_bootstrap-dark-definition.scss +3 -3
  146. package/styles/tab/_bootstrap-definition.scss +3 -3
  147. package/styles/tab/_bootstrap4-definition.scss +3 -3
  148. package/styles/tab/_bootstrap5-definition.scss +3 -3
  149. package/styles/tab/_bootstrap5.3-definition.scss +3 -3
  150. package/styles/tab/_fabric-definition.scss +1 -1
  151. package/styles/tab/_fluent-definition.scss +4 -4
  152. package/styles/tab/_highcontrast-definition.scss +1 -1
  153. package/styles/tab/_material-definition.scss +1 -1
  154. package/styles/tab/_tailwind-definition.scss +3 -3
  155. package/styles/tab/_tailwind3-definition.scss +3 -3
  156. package/styles/tab/bootstrap-dark.css +2 -2
  157. package/styles/tab/bootstrap.css +2 -2
  158. package/styles/tab/bootstrap4.css +3 -3
  159. package/styles/tab/bootstrap5-dark.css +2 -2
  160. package/styles/tab/bootstrap5.3.css +3 -3
  161. package/styles/tab/bootstrap5.css +3 -3
  162. package/styles/tab/fabric.css +1 -1
  163. package/styles/tab/fluent-dark.css +7 -7
  164. package/styles/tab/fluent.css +7 -7
  165. package/styles/tab/highcontrast.css +1 -1
  166. package/styles/tab/material.css +1 -1
  167. package/styles/tab/tailwind-dark.css +4 -4
  168. package/styles/tab/tailwind.css +4 -4
  169. package/styles/tab/tailwind3.css +3 -3
  170. package/styles/tailwind-dark-lite.css +47 -7
  171. package/styles/tailwind-dark.css +49 -9
  172. package/styles/tailwind-lite.css +47 -7
  173. package/styles/tailwind.css +49 -9
  174. package/styles/tailwind3-lite.css +46 -6
  175. package/styles/tailwind3.css +49 -9
  176. package/styles/toolbar/_bootstrap-dark-definition.scss +1 -1
  177. package/styles/toolbar/_layout.scss +13 -1
  178. package/styles/toolbar/_material-dark-definition.scss +2 -2
  179. package/styles/toolbar/bds.css +8 -2
  180. package/styles/toolbar/bootstrap-dark.css +10 -4
  181. package/styles/toolbar/bootstrap.css +8 -2
  182. package/styles/toolbar/bootstrap4.css +8 -2
  183. package/styles/toolbar/bootstrap5-dark.css +8 -2
  184. package/styles/toolbar/bootstrap5.3.css +8 -2
  185. package/styles/toolbar/bootstrap5.css +8 -2
  186. package/styles/toolbar/fabric-dark.css +8 -2
  187. package/styles/toolbar/fabric.css +8 -2
  188. package/styles/toolbar/fluent-dark.css +8 -2
  189. package/styles/toolbar/fluent.css +8 -2
  190. package/styles/toolbar/fluent2.css +8 -2
  191. package/styles/toolbar/highcontrast-light.css +8 -2
  192. package/styles/toolbar/highcontrast.css +8 -2
  193. package/styles/toolbar/material-dark.css +10 -4
  194. package/styles/toolbar/material.css +8 -2
  195. package/styles/toolbar/material3-dark.css +8 -2
  196. package/styles/toolbar/material3.css +8 -2
  197. package/styles/toolbar/tailwind-dark.css +8 -2
  198. package/styles/toolbar/tailwind.css +8 -2
  199. package/styles/toolbar/tailwind3.css +8 -2
  200. package/styles/treeview/_layout.scss +4 -0
  201. package/styles/treeview/_material3-definition.scss +1 -1
  202. package/styles/treeview/bds.css +3 -0
  203. package/styles/treeview/bootstrap-dark.css +3 -0
  204. package/styles/treeview/bootstrap.css +3 -0
  205. package/styles/treeview/bootstrap4.css +3 -0
  206. package/styles/treeview/bootstrap5-dark.css +3 -0
  207. package/styles/treeview/bootstrap5.3.css +3 -0
  208. package/styles/treeview/bootstrap5.css +3 -0
  209. package/styles/treeview/fabric-dark.css +3 -0
  210. package/styles/treeview/fabric.css +3 -0
  211. package/styles/treeview/fluent-dark.css +3 -0
  212. package/styles/treeview/fluent.css +3 -0
  213. package/styles/treeview/fluent2.css +3 -0
  214. package/styles/treeview/highcontrast-light.css +3 -0
  215. package/styles/treeview/highcontrast.css +3 -0
  216. package/styles/treeview/material-dark.css +3 -0
  217. package/styles/treeview/material.css +3 -0
  218. package/styles/treeview/material3-dark.css +4 -1
  219. package/styles/treeview/material3.css +4 -1
  220. package/styles/treeview/tailwind-dark.css +3 -0
  221. package/styles/treeview/tailwind.css +3 -0
  222. package/styles/treeview/tailwind3.css +3 -0
@@ -71,6 +71,9 @@
71
71
  padding-right: 0;
72
72
  padding-top: 5px;
73
73
  }
74
+ .e-pager div.e-parentmsgbar span.e-rightalign {
75
+ text-align: right;
76
+ }
74
77
  .e-pager .e-pagesizes {
75
78
  display: inline;
76
79
  }
@@ -296,6 +299,12 @@
296
299
  }
297
300
  @media (max-width: 769px) {
298
301
  .e-pager {
302
+ display: -webkit-box;
303
+ display: -ms-flexbox;
304
+ display: flex;
305
+ -webkit-box-align: center;
306
+ -ms-flex-align: center;
307
+ align-items: center;
299
308
  padding: 13px 0;
300
309
  }
301
310
  .e-pager div.e-parentmsgbar {
@@ -469,7 +478,8 @@
469
478
  .e-pager.e-rtl.e-rtl div.e-parentmsgbar {
470
479
  float: initial;
471
480
  margin-left: 0;
472
- margin-top: 10px;
481
+ margin-top: 0;
482
+ padding-top: 0;
473
483
  }
474
484
  .e-pager.e-rtl .e-parentmsgbar {
475
485
  float: right;
@@ -1614,6 +1624,9 @@
1614
1624
  .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1615
1625
  margin-right: 8px;
1616
1626
  }
1627
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1628
+ margin-left: 8px;
1629
+ }
1617
1630
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1618
1631
  padding: 4px;
1619
1632
  }
@@ -1644,6 +1657,7 @@
1644
1657
  }
1645
1658
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1646
1659
  margin-left: 0;
1660
+ margin-right: 8px;
1647
1661
  }
1648
1662
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1649
1663
  margin-left: 8px;
@@ -1651,11 +1665,13 @@
1651
1665
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1652
1666
  margin-left: 0;
1653
1667
  }
1654
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
1668
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
1669
+ margin-right: 0;
1670
+ }
1655
1671
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
1656
1672
  margin-right: 0;
1673
+ margin-left: 8px;
1657
1674
  }
1658
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
1659
1675
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
1660
1676
  margin-right: 8px;
1661
1677
  }
@@ -2877,6 +2893,12 @@
2877
2893
  -webkit-box-shadow: 0 0 4px 0 rgba(var(--color-sf-black), 0.1), 0 4px 6px -4px rgba(var(--color-sf-black), 0.1), 0 10px 15px -3px rgba(var(--color-sf-black), 0.1);
2878
2894
  box-shadow: 0 0 4px 0 rgba(var(--color-sf-black), 0.1), 0 4px 6px -4px rgba(var(--color-sf-black), 0.1), 0 10px 15px -3px rgba(var(--color-sf-black), 0.1);
2879
2895
  }
2896
+ .e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
2897
+ .e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
2898
+ display: -webkit-box;
2899
+ display: -ms-flexbox;
2900
+ display: flex;
2901
+ }
2880
2902
  .e-contextmenu-wrapper ul.e-ul,
2881
2903
  .e-contextmenu-container ul.e-ul {
2882
2904
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
@@ -5645,18 +5667,18 @@
5645
5667
  color: var(--color-sf-content-text-color-alt1);
5646
5668
  }
5647
5669
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
5648
- background: rgba(var(--color-sf-content-bg-color-alt2), 0.8);
5670
+ background: var(--color-sf-primary);
5649
5671
  border-color: var(--color-sf-icon-color);
5650
5672
  }
5651
5673
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
5652
5674
  color: var(--color-sf-content-bg-color-alt5);
5653
5675
  }
5654
5676
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
5655
- color: var(--color-sf-content-bg-color-alt5);
5677
+ color: var(--color-sf-primary-text-color);
5656
5678
  }
5657
5679
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
5658
5680
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
5659
- color: var(--color-sf-content-text-color);
5681
+ color: var(--color-sf-primary-text);
5660
5682
  }
5661
5683
  .e-tab.e-background .e-tab-header {
5662
5684
  background: var(--color-sf-primary);
@@ -6178,6 +6200,9 @@
6178
6200
  .e-treeview.e-virtualization .e-ul {
6179
6201
  overflow: unset;
6180
6202
  }
6203
+ .e-treeview .e-mask-parent {
6204
+ display: none;
6205
+ }
6181
6206
  .e-treeview > .e-ul {
6182
6207
  -webkit-overflow-scrolling: touch;
6183
6208
  overflow: auto;
@@ -8068,6 +8093,21 @@ ejs-sidebar {
8068
8093
  text-decoration: none;
8069
8094
  }
8070
8095
 
8096
+ .e-breadcrumb-menu-item {
8097
+ position: absolute;
8098
+ width: 1px;
8099
+ height: 1px;
8100
+ margin: -1px;
8101
+ padding: 0;
8102
+ overflow: hidden;
8103
+ clip: rect(0, 0, 0, 0);
8104
+ border: 0;
8105
+ }
8106
+
8107
+ .e-hidden-popup {
8108
+ visibility: hidden;
8109
+ }
8110
+
8071
8111
  .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
8072
8112
  color: var(--color-sf-content-text-color-alt3);
8073
8113
  }
@@ -71,6 +71,9 @@
71
71
  padding-right: 0;
72
72
  padding-top: 5px;
73
73
  }
74
+ .e-pager div.e-parentmsgbar span.e-rightalign {
75
+ text-align: right;
76
+ }
74
77
  .e-pager .e-pagesizes {
75
78
  display: inline;
76
79
  }
@@ -296,6 +299,12 @@
296
299
  }
297
300
  @media (max-width: 769px) {
298
301
  .e-pager {
302
+ display: -webkit-box;
303
+ display: -ms-flexbox;
304
+ display: flex;
305
+ -webkit-box-align: center;
306
+ -ms-flex-align: center;
307
+ align-items: center;
299
308
  padding: 13px 0;
300
309
  }
301
310
  .e-pager div.e-parentmsgbar {
@@ -469,7 +478,8 @@
469
478
  .e-pager.e-rtl.e-rtl div.e-parentmsgbar {
470
479
  float: initial;
471
480
  margin-left: 0;
472
- margin-top: 10px;
481
+ margin-top: 0;
482
+ padding-top: 0;
473
483
  }
474
484
  .e-pager.e-rtl .e-parentmsgbar {
475
485
  float: right;
@@ -752,14 +762,14 @@
752
762
  .e-bigger .e-pager.e-rtl div.e-parentmsgbar,
753
763
  .e-pager.e-bigger.e-rtl div.e-parentmsgbar {
754
764
  margin-left: 0;
755
- margin-top: 10px;
765
+ margin-top: 0;
756
766
  }
757
767
  }
758
768
  @media (max-width: 769px) {
759
769
  .e-bigger .e-pager.e-rtl div.e-parentmsgbar,
760
770
  .e-pager.e-bigger.e-rtl div.e-parentmsgbar {
761
771
  margin-left: 0;
762
- margin-top: 10px;
772
+ margin-top: 0;
763
773
  }
764
774
  }
765
775
  .e-bigger .e-pager.e-rtl .e-pp.e-spacing.e-numericitem, .e-bigger .e-pager.e-rtl .e-np.e-spacing.e-numericitem, .e-bigger .e-pager.e-rtl .e-pp.e-spacing.e-numericitem:hover, .e-bigger .e-pager.e-rtl .e-np.e-spacing.e-numericitem:hover,
@@ -831,7 +841,7 @@
831
841
  }
832
842
  .e-bigger .e-pager.e-adaptive div.e-parentmsgbar,
833
843
  .e-pager.e-bigger.e-adaptive div.e-parentmsgbar {
834
- margin-top: -5px;
844
+ margin-top: 0;
835
845
  }
836
846
  .e-bigger .e-pager.e-adaptive .e-pagerdropdown,
837
847
  .e-pager.e-bigger.e-adaptive .e-pagerdropdown {
@@ -1932,6 +1942,9 @@
1932
1942
  .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1933
1943
  margin-right: 8px;
1934
1944
  }
1945
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1946
+ margin-left: 8px;
1947
+ }
1935
1948
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1936
1949
  padding: 4px;
1937
1950
  }
@@ -1962,6 +1975,7 @@
1962
1975
  }
1963
1976
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1964
1977
  margin-left: 0;
1978
+ margin-right: 8px;
1965
1979
  }
1966
1980
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1967
1981
  margin-left: 8px;
@@ -1969,11 +1983,13 @@
1969
1983
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1970
1984
  margin-left: 0;
1971
1985
  }
1972
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
1986
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
1987
+ margin-right: 0;
1988
+ }
1973
1989
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
1974
1990
  margin-right: 0;
1991
+ margin-left: 8px;
1975
1992
  }
1976
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
1977
1993
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
1978
1994
  margin-right: 8px;
1979
1995
  }
@@ -3571,6 +3587,12 @@
3571
3587
  -webkit-box-shadow: 0 0 4px 0 rgba(var(--color-sf-black), 0.1), 0 4px 6px -4px rgba(var(--color-sf-black), 0.1), 0 10px 15px -3px rgba(var(--color-sf-black), 0.1);
3572
3588
  box-shadow: 0 0 4px 0 rgba(var(--color-sf-black), 0.1), 0 4px 6px -4px rgba(var(--color-sf-black), 0.1), 0 10px 15px -3px rgba(var(--color-sf-black), 0.1);
3573
3589
  }
3590
+ .e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
3591
+ .e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
3592
+ display: -webkit-box;
3593
+ display: -ms-flexbox;
3594
+ display: flex;
3595
+ }
3574
3596
  .e-contextmenu-wrapper ul.e-ul,
3575
3597
  .e-contextmenu-container ul.e-ul {
3576
3598
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
@@ -6413,18 +6435,18 @@
6413
6435
  color: var(--color-sf-content-text-color-alt1);
6414
6436
  }
6415
6437
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
6416
- background: rgba(var(--color-sf-content-bg-color-alt2), 0.8);
6438
+ background: var(--color-sf-primary);
6417
6439
  border-color: var(--color-sf-icon-color);
6418
6440
  }
6419
6441
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
6420
6442
  color: var(--color-sf-content-bg-color-alt5);
6421
6443
  }
6422
6444
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
6423
- color: var(--color-sf-content-bg-color-alt5);
6445
+ color: var(--color-sf-primary-text-color);
6424
6446
  }
6425
6447
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
6426
6448
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
6427
- color: var(--color-sf-content-text-color);
6449
+ color: var(--color-sf-primary-text);
6428
6450
  }
6429
6451
  .e-tab.e-background .e-tab-header {
6430
6452
  background: var(--color-sf-primary);
@@ -8147,6 +8169,9 @@
8147
8169
  .e-treeview.e-virtualization .e-ul {
8148
8170
  overflow: unset;
8149
8171
  }
8172
+ .e-treeview .e-mask-parent {
8173
+ display: none;
8174
+ }
8150
8175
  .e-treeview > .e-ul {
8151
8176
  -webkit-overflow-scrolling: touch;
8152
8177
  overflow: auto;
@@ -10560,6 +10585,21 @@ ejs-sidebar {
10560
10585
  text-decoration: none;
10561
10586
  }
10562
10587
 
10588
+ .e-breadcrumb-menu-item {
10589
+ position: absolute;
10590
+ width: 1px;
10591
+ height: 1px;
10592
+ margin: -1px;
10593
+ padding: 0;
10594
+ overflow: hidden;
10595
+ clip: rect(0, 0, 0, 0);
10596
+ border: 0;
10597
+ }
10598
+
10599
+ .e-hidden-popup {
10600
+ visibility: hidden;
10601
+ }
10602
+
10563
10603
  .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
10564
10604
  color: var(--color-sf-content-text-color-alt3);
10565
10605
  }
@@ -113,7 +113,7 @@ $tbar-item-nrml-minwidth: 30px !default;
113
113
  $tbar-separator-bgr-height: calc(100% - 12px) !default;
114
114
  $tbar-separator-bgr-mrgn: 6px 6px !default;
115
115
  $tbar-separator-nrml-mrgn: 5.5px 6px !default;
116
- $tbar-btn-bgr-padding: 1px 7px !default;
116
+ $tbar-btn-bgr-padding: 0 7px !default;
117
117
  $tbar-btn-bgr-focus-padding: 0 7px !default;
118
118
  $tbar-btn-nrml-padding: 1px 2.5px !default;
119
119
  $tbar-icons-bgr-font-size: 14px !default;
@@ -634,6 +634,10 @@
634
634
  .e-toolbar-item:first-child {
635
635
  margin-right: $tbar-item-nrml-mrgn;
636
636
  }
637
+
638
+ .e-toolbar-item:last-child {
639
+ margin-left: $tbar-item-nrml-mrgn;
640
+ }
637
641
  }
638
642
  }
639
643
 
@@ -696,6 +700,7 @@
696
700
 
697
701
  &:first-child {
698
702
  margin-left: 0;
703
+ margin-right: $tbar-item-nrml-mrgn;
699
704
  }
700
705
 
701
706
  &:last-child {
@@ -712,11 +717,18 @@
712
717
 
713
718
  &:first-child {
714
719
 
715
- > .e-toolbar-item:last-child,
720
+ > .e-toolbar-item:last-child {
721
+
722
+ &:last-child {
723
+ margin-right: 0;
724
+ }
725
+ }
726
+
716
727
  > .e-toolbar-right .e-toolbar-item {
717
728
 
718
729
  &:last-child {
719
730
  margin-right: 0;
731
+ margin-left: $tbar-item-nrml-mrgn;
720
732
  }
721
733
 
722
734
  &:first-child {
@@ -9,8 +9,8 @@ $tbar-btn-bgr-line-height: 35px !default;
9
9
  $tbar-btn-icon-bgr-line-height: 34px !default;
10
10
  $tbar-icons-bgr-font-size: 14px !default;
11
11
  $tbar-btn-nrml-minheight: 0 !default;
12
- $tbar-btn-nrml-line-height: 25px !default;
13
- $tbar-btn-icon-nrml-line-height: 25px !default;
12
+ $tbar-btn-nrml-line-height: 24px !default;
13
+ $tbar-btn-icon-nrml-line-height: 24px !default;
14
14
  $tbar-pop-icon-nrml-padding: 0 !default;
15
15
  $tbar-pop-btn-txt-nrml-pad: 0 !default;
16
16
  $tbar-btn-icn-nrml-padding: 0 !default;
@@ -619,6 +619,9 @@
619
619
  .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
620
620
  margin-right: 8px;
621
621
  }
622
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
623
+ margin-left: 8px;
624
+ }
622
625
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
623
626
  padding: 4px;
624
627
  }
@@ -649,6 +652,7 @@
649
652
  }
650
653
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
651
654
  margin-left: 0;
655
+ margin-right: 8px;
652
656
  }
653
657
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
654
658
  margin-left: 8px;
@@ -656,11 +660,13 @@
656
660
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
657
661
  margin-left: 0;
658
662
  }
659
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
663
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
664
+ margin-right: 0;
665
+ }
660
666
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
661
667
  margin-right: 0;
668
+ margin-left: 8px;
662
669
  }
663
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
664
670
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
665
671
  margin-right: 8px;
666
672
  }
@@ -531,6 +531,9 @@
531
531
  .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
532
532
  margin-right: 15px;
533
533
  }
534
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
535
+ margin-left: 15px;
536
+ }
534
537
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
535
538
  padding: 0 12px 0 0;
536
539
  }
@@ -561,6 +564,7 @@
561
564
  }
562
565
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
563
566
  margin-left: 0;
567
+ margin-right: 15px;
564
568
  }
565
569
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
566
570
  margin-left: 15px;
@@ -568,11 +572,13 @@
568
572
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
569
573
  margin-left: 0;
570
574
  }
571
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
575
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
576
+ margin-right: 0;
577
+ }
572
578
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
573
579
  margin-right: 0;
580
+ margin-left: 15px;
574
581
  }
575
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
576
582
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
577
583
  margin-right: 15px;
578
584
  }
@@ -939,7 +945,7 @@
939
945
  .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control {
940
946
  min-height: 34px;
941
947
  min-width: 0;
942
- padding: 1px 7px;
948
+ padding: 0 7px;
943
949
  line-height: 34px;
944
950
  }
945
951
  .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
@@ -1064,7 +1070,7 @@
1064
1070
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1065
1071
  min-height: 34px;
1066
1072
  min-width: 0;
1067
- padding: 1px 7px;
1073
+ padding: 0 7px;
1068
1074
  }
1069
1075
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
1070
1076
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
@@ -533,6 +533,9 @@
533
533
  .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
534
534
  margin-right: 3px;
535
535
  }
536
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
537
+ margin-left: 3px;
538
+ }
536
539
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
537
540
  padding: 0 12px 0 0;
538
541
  }
@@ -563,6 +566,7 @@
563
566
  }
564
567
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
565
568
  margin-left: 0;
569
+ margin-right: 3px;
566
570
  }
567
571
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
568
572
  margin-left: 3px;
@@ -570,11 +574,13 @@
570
574
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
571
575
  margin-left: 0;
572
576
  }
573
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
577
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
578
+ margin-right: 0;
579
+ }
574
580
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
575
581
  margin-right: 0;
582
+ margin-left: 3px;
576
583
  }
577
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
578
584
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
579
585
  margin-right: 3px;
580
586
  }
@@ -533,6 +533,9 @@
533
533
  .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
534
534
  margin-right: 12px;
535
535
  }
536
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
537
+ margin-left: 12px;
538
+ }
536
539
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
537
540
  padding: 0 4px 0 6px;
538
541
  }
@@ -563,6 +566,7 @@
563
566
  }
564
567
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
565
568
  margin-left: 0;
569
+ margin-right: 12px;
566
570
  }
567
571
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
568
572
  margin-left: 12px;
@@ -570,11 +574,13 @@
570
574
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
571
575
  margin-left: 0;
572
576
  }
573
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
577
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
578
+ margin-right: 0;
579
+ }
574
580
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
575
581
  margin-right: 0;
582
+ margin-left: 12px;
576
583
  }
577
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
578
584
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
579
585
  margin-right: 12px;
580
586
  }
@@ -557,6 +557,9 @@
557
557
  .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
558
558
  margin-right: 8px;
559
559
  }
560
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
561
+ margin-left: 8px;
562
+ }
560
563
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
561
564
  padding: 4px;
562
565
  }
@@ -587,6 +590,7 @@
587
590
  }
588
591
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
589
592
  margin-left: 0;
593
+ margin-right: 8px;
590
594
  }
591
595
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
592
596
  margin-left: 8px;
@@ -594,11 +598,13 @@
594
598
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
595
599
  margin-left: 0;
596
600
  }
597
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
601
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
602
+ margin-right: 0;
603
+ }
598
604
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
599
605
  margin-right: 0;
606
+ margin-left: 8px;
600
607
  }
601
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
602
608
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
603
609
  margin-right: 8px;
604
610
  }
@@ -561,6 +561,9 @@
561
561
  .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
562
562
  margin-right: 8px;
563
563
  }
564
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
565
+ margin-left: 8px;
566
+ }
564
567
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
565
568
  padding: 4px;
566
569
  }
@@ -591,6 +594,7 @@
591
594
  }
592
595
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
593
596
  margin-left: 0;
597
+ margin-right: 8px;
594
598
  }
595
599
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
596
600
  margin-left: 8px;
@@ -598,11 +602,13 @@
598
602
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
599
603
  margin-left: 0;
600
604
  }
601
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
605
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
606
+ margin-right: 0;
607
+ }
602
608
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
603
609
  margin-right: 0;
610
+ margin-left: 8px;
604
611
  }
605
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
606
612
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
607
613
  margin-right: 8px;
608
614
  }
@@ -557,6 +557,9 @@
557
557
  .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
558
558
  margin-right: 8px;
559
559
  }
560
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
561
+ margin-left: 8px;
562
+ }
560
563
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
561
564
  padding: 4px;
562
565
  }
@@ -587,6 +590,7 @@
587
590
  }
588
591
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
589
592
  margin-left: 0;
593
+ margin-right: 8px;
590
594
  }
591
595
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
592
596
  margin-left: 8px;
@@ -594,11 +598,13 @@
594
598
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
595
599
  margin-left: 0;
596
600
  }
597
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
601
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
602
+ margin-right: 0;
603
+ }
598
604
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
599
605
  margin-right: 0;
606
+ margin-left: 8px;
600
607
  }
601
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
602
608
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
603
609
  margin-right: 8px;
604
610
  }
@@ -531,6 +531,9 @@
531
531
  .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
532
532
  margin-right: 3px;
533
533
  }
534
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
535
+ margin-left: 3px;
536
+ }
534
537
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
535
538
  padding: 0 12px 0 0;
536
539
  }
@@ -561,6 +564,7 @@
561
564
  }
562
565
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
563
566
  margin-left: 0;
567
+ margin-right: 3px;
564
568
  }
565
569
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
566
570
  margin-left: 3px;
@@ -568,11 +572,13 @@
568
572
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
569
573
  margin-left: 0;
570
574
  }
571
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
575
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
576
+ margin-right: 0;
577
+ }
572
578
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
573
579
  margin-right: 0;
580
+ margin-left: 3px;
574
581
  }
575
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
576
582
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
577
583
  margin-right: 3px;
578
584
  }
@@ -532,6 +532,9 @@
532
532
  .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
533
533
  margin-right: 3px;
534
534
  }
535
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
536
+ margin-left: 3px;
537
+ }
535
538
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
536
539
  padding: 0 12px 0 0;
537
540
  }
@@ -562,6 +565,7 @@
562
565
  }
563
566
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
564
567
  margin-left: 0;
568
+ margin-right: 3px;
565
569
  }
566
570
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
567
571
  margin-left: 3px;
@@ -569,11 +573,13 @@
569
573
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
570
574
  margin-left: 0;
571
575
  }
572
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
576
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
577
+ margin-right: 0;
578
+ }
573
579
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
574
580
  margin-right: 0;
581
+ margin-left: 3px;
575
582
  }
576
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
577
583
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
578
584
  margin-right: 3px;
579
585
  }