@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
@@ -67,6 +67,9 @@
67
67
  padding-right: 0;
68
68
  padding-top: 8px;
69
69
  }
70
+ .e-pager div.e-parentmsgbar span.e-rightalign {
71
+ text-align: right;
72
+ }
70
73
  .e-pager .e-pagesizes {
71
74
  display: inline;
72
75
  }
@@ -293,6 +296,12 @@
293
296
  }
294
297
  @media (max-width: 769px) {
295
298
  .e-pager {
299
+ display: -webkit-box;
300
+ display: -ms-flexbox;
301
+ display: flex;
302
+ -webkit-box-align: center;
303
+ -ms-flex-align: center;
304
+ align-items: center;
296
305
  padding: 13px 0;
297
306
  }
298
307
  .e-pager div.e-parentmsgbar {
@@ -466,7 +475,8 @@
466
475
  .e-pager.e-rtl.e-rtl div.e-parentmsgbar {
467
476
  float: initial;
468
477
  margin-left: 0;
469
- margin-top: 10px;
478
+ margin-top: 0;
479
+ padding-top: 0;
470
480
  }
471
481
  .e-pager.e-rtl .e-parentmsgbar {
472
482
  float: right;
@@ -1597,6 +1607,9 @@
1597
1607
  .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1598
1608
  margin-right: 8px;
1599
1609
  }
1610
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1611
+ margin-left: 8px;
1612
+ }
1600
1613
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1601
1614
  padding: 4px;
1602
1615
  }
@@ -1627,6 +1640,7 @@
1627
1640
  }
1628
1641
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1629
1642
  margin-left: 0;
1643
+ margin-right: 8px;
1630
1644
  }
1631
1645
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1632
1646
  margin-left: 8px;
@@ -1634,11 +1648,13 @@
1634
1648
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1635
1649
  margin-left: 0;
1636
1650
  }
1637
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
1651
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
1652
+ margin-right: 0;
1653
+ }
1638
1654
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
1639
1655
  margin-right: 0;
1656
+ margin-left: 8px;
1640
1657
  }
1641
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
1642
1658
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
1643
1659
  margin-right: 8px;
1644
1660
  }
@@ -2809,6 +2825,12 @@
2809
2825
  -webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
2810
2826
  box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
2811
2827
  }
2828
+ .e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
2829
+ .e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
2830
+ display: -webkit-box;
2831
+ display: -ms-flexbox;
2832
+ display: flex;
2833
+ }
2812
2834
  .e-contextmenu-wrapper ul.e-ul,
2813
2835
  .e-contextmenu-container ul.e-ul {
2814
2836
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
@@ -4572,13 +4594,13 @@
4572
4594
  padding: 0 12px;
4573
4595
  }
4574
4596
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
4575
- height: 32px;
4597
+ height: 44px;
4576
4598
  }
4577
4599
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
4578
- height: 32px;
4600
+ height: 44px;
4579
4601
  }
4580
4602
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
4581
- height: 32px;
4603
+ height: 44px;
4582
4604
  }
4583
4605
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
4584
4606
  height: 62px;
@@ -5556,18 +5578,18 @@
5556
5578
  color: #201f1e;
5557
5579
  }
5558
5580
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
5559
- background: #f3f2f1;
5581
+ background: #0078d4;
5560
5582
  border-color: unset;
5561
5583
  }
5562
5584
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
5563
- color: #3b3a39;
5585
+ color: #fff;
5564
5586
  }
5565
5587
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
5566
- color: #201f1e;
5588
+ color: #fff;
5567
5589
  }
5568
5590
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
5569
5591
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
5570
- color: #3b3a39;
5592
+ color: #fff;
5571
5593
  }
5572
5594
  .e-tab.e-background .e-tab-header {
5573
5595
  background: #0078d4;
@@ -6073,6 +6095,9 @@
6073
6095
  .e-treeview.e-virtualization .e-ul {
6074
6096
  overflow: unset;
6075
6097
  }
6098
+ .e-treeview .e-mask-parent {
6099
+ display: none;
6100
+ }
6076
6101
  .e-treeview > .e-ul {
6077
6102
  -webkit-overflow-scrolling: touch;
6078
6103
  overflow: auto;
@@ -7911,6 +7936,21 @@ ejs-sidebar {
7911
7936
  padding-right: 4px;
7912
7937
  }
7913
7938
 
7939
+ .e-breadcrumb-menu-item {
7940
+ position: absolute;
7941
+ width: 1px;
7942
+ height: 1px;
7943
+ margin: -1px;
7944
+ padding: 0;
7945
+ overflow: hidden;
7946
+ clip: rect(0, 0, 0, 0);
7947
+ border: 0;
7948
+ }
7949
+
7950
+ .e-hidden-popup {
7951
+ visibility: hidden;
7952
+ }
7953
+
7914
7954
  .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
7915
7955
  color: #605e5c;
7916
7956
  }
package/styles/fluent.css CHANGED
@@ -67,6 +67,9 @@
67
67
  padding-right: 0;
68
68
  padding-top: 8px;
69
69
  }
70
+ .e-pager div.e-parentmsgbar span.e-rightalign {
71
+ text-align: right;
72
+ }
70
73
  .e-pager .e-pagesizes {
71
74
  display: inline;
72
75
  }
@@ -293,6 +296,12 @@
293
296
  }
294
297
  @media (max-width: 769px) {
295
298
  .e-pager {
299
+ display: -webkit-box;
300
+ display: -ms-flexbox;
301
+ display: flex;
302
+ -webkit-box-align: center;
303
+ -ms-flex-align: center;
304
+ align-items: center;
296
305
  padding: 13px 0;
297
306
  }
298
307
  .e-pager div.e-parentmsgbar {
@@ -466,7 +475,8 @@
466
475
  .e-pager.e-rtl.e-rtl div.e-parentmsgbar {
467
476
  float: initial;
468
477
  margin-left: 0;
469
- margin-top: 10px;
478
+ margin-top: 0;
479
+ padding-top: 0;
470
480
  }
471
481
  .e-pager.e-rtl .e-parentmsgbar {
472
482
  float: right;
@@ -726,14 +736,14 @@
726
736
  .e-bigger .e-pager.e-rtl div.e-parentmsgbar,
727
737
  .e-pager.e-bigger.e-rtl div.e-parentmsgbar {
728
738
  margin-left: 0;
729
- margin-top: 10px;
739
+ margin-top: 0;
730
740
  }
731
741
  }
732
742
  @media (max-width: 769px) {
733
743
  .e-bigger .e-pager.e-rtl div.e-parentmsgbar,
734
744
  .e-pager.e-bigger.e-rtl div.e-parentmsgbar {
735
745
  margin-left: 0;
736
- margin-top: 10px;
746
+ margin-top: 0;
737
747
  }
738
748
  }
739
749
  .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,
@@ -787,7 +797,7 @@
787
797
  }
788
798
  .e-bigger .e-pager.e-adaptive div.e-parentmsgbar,
789
799
  .e-pager.e-bigger.e-adaptive div.e-parentmsgbar {
790
- margin-top: -5px;
800
+ margin-top: 0;
791
801
  }
792
802
  .e-bigger .e-pager.e-adaptive .e-pagerdropdown,
793
803
  .e-pager.e-bigger.e-adaptive .e-pagerdropdown {
@@ -1860,6 +1870,9 @@
1860
1870
  .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1861
1871
  margin-right: 8px;
1862
1872
  }
1873
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1874
+ margin-left: 8px;
1875
+ }
1863
1876
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1864
1877
  padding: 4px;
1865
1878
  }
@@ -1890,6 +1903,7 @@
1890
1903
  }
1891
1904
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1892
1905
  margin-left: 0;
1906
+ margin-right: 8px;
1893
1907
  }
1894
1908
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1895
1909
  margin-left: 8px;
@@ -1897,11 +1911,13 @@
1897
1911
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1898
1912
  margin-left: 0;
1899
1913
  }
1900
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
1914
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
1915
+ margin-right: 0;
1916
+ }
1901
1917
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
1902
1918
  margin-right: 0;
1919
+ margin-left: 8px;
1903
1920
  }
1904
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
1905
1921
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
1906
1922
  margin-right: 8px;
1907
1923
  }
@@ -3431,6 +3447,12 @@
3431
3447
  -webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
3432
3448
  box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
3433
3449
  }
3450
+ .e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
3451
+ .e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
3452
+ display: -webkit-box;
3453
+ display: -ms-flexbox;
3454
+ display: flex;
3455
+ }
3434
3456
  .e-contextmenu-wrapper ul.e-ul,
3435
3457
  .e-contextmenu-container ul.e-ul {
3436
3458
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
@@ -5240,13 +5262,13 @@
5240
5262
  padding: 0 12px;
5241
5263
  }
5242
5264
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
5243
- height: 32px;
5265
+ height: 44px;
5244
5266
  }
5245
5267
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
5246
- height: 32px;
5268
+ height: 44px;
5247
5269
  }
5248
5270
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
5249
- height: 32px;
5271
+ height: 44px;
5250
5272
  }
5251
5273
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
5252
5274
  height: 62px;
@@ -6224,18 +6246,18 @@
6224
6246
  color: #201f1e;
6225
6247
  }
6226
6248
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
6227
- background: #f3f2f1;
6249
+ background: #0078d4;
6228
6250
  border-color: unset;
6229
6251
  }
6230
6252
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
6231
- color: #3b3a39;
6253
+ color: #fff;
6232
6254
  }
6233
6255
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
6234
- color: #201f1e;
6256
+ color: #fff;
6235
6257
  }
6236
6258
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
6237
6259
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
6238
- color: #3b3a39;
6260
+ color: #fff;
6239
6261
  }
6240
6262
  .e-tab.e-background .e-tab-header {
6241
6263
  background: #0078d4;
@@ -7942,6 +7964,9 @@
7942
7964
  .e-treeview.e-virtualization .e-ul {
7943
7965
  overflow: unset;
7944
7966
  }
7967
+ .e-treeview .e-mask-parent {
7968
+ display: none;
7969
+ }
7945
7970
  .e-treeview > .e-ul {
7946
7971
  -webkit-overflow-scrolling: touch;
7947
7972
  overflow: auto;
@@ -10364,6 +10389,21 @@ ejs-sidebar {
10364
10389
  padding-right: 4px;
10365
10390
  }
10366
10391
 
10392
+ .e-breadcrumb-menu-item {
10393
+ position: absolute;
10394
+ width: 1px;
10395
+ height: 1px;
10396
+ margin: -1px;
10397
+ padding: 0;
10398
+ overflow: hidden;
10399
+ clip: rect(0, 0, 0, 0);
10400
+ border: 0;
10401
+ }
10402
+
10403
+ .e-hidden-popup {
10404
+ visibility: hidden;
10405
+ }
10406
+
10367
10407
  .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
10368
10408
  color: #605e5c;
10369
10409
  }
@@ -74,6 +74,9 @@
74
74
  padding-top: 6px;
75
75
  line-height: 20px;
76
76
  }
77
+ .e-pager div.e-parentmsgbar span.e-rightalign {
78
+ text-align: right;
79
+ }
77
80
  .e-pager .e-pagesizes {
78
81
  display: inline;
79
82
  }
@@ -317,6 +320,12 @@
317
320
  }
318
321
  @media (max-width: 769px) {
319
322
  .e-pager {
323
+ display: -webkit-box;
324
+ display: -ms-flexbox;
325
+ display: flex;
326
+ -webkit-box-align: center;
327
+ -ms-flex-align: center;
328
+ align-items: center;
320
329
  padding: 11px 0;
321
330
  }
322
331
  .e-pager div.e-parentmsgbar {
@@ -488,7 +497,8 @@
488
497
  .e-pager.e-rtl.e-rtl div.e-parentmsgbar {
489
498
  float: initial;
490
499
  margin-left: 0;
491
- margin-top: 10px;
500
+ margin-top: 0;
501
+ padding-top: 0;
492
502
  }
493
503
  .e-pager.e-rtl .e-parentmsgbar {
494
504
  float: right;
@@ -1651,6 +1661,9 @@
1651
1661
  .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1652
1662
  margin-right: 8px;
1653
1663
  }
1664
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1665
+ margin-left: 8px;
1666
+ }
1654
1667
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1655
1668
  padding: 8px 4px;
1656
1669
  }
@@ -1681,6 +1694,7 @@
1681
1694
  }
1682
1695
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1683
1696
  margin-left: 0;
1697
+ margin-right: 8px;
1684
1698
  }
1685
1699
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1686
1700
  margin-left: 8px;
@@ -1688,11 +1702,13 @@
1688
1702
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1689
1703
  margin-left: 0;
1690
1704
  }
1691
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
1705
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
1706
+ margin-right: 0;
1707
+ }
1692
1708
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
1693
1709
  margin-right: 0;
1710
+ margin-left: 8px;
1694
1711
  }
1695
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
1696
1712
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
1697
1713
  margin-right: 8px;
1698
1714
  }
@@ -2915,6 +2931,12 @@
2915
2931
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
2916
2932
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
2917
2933
  }
2934
+ .e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
2935
+ .e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
2936
+ display: -webkit-box;
2937
+ display: -ms-flexbox;
2938
+ display: flex;
2939
+ }
2918
2940
  .e-contextmenu-wrapper ul.e-ul,
2919
2941
  .e-contextmenu-container ul.e-ul {
2920
2942
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
@@ -6496,6 +6518,9 @@
6496
6518
  .e-treeview.e-virtualization .e-ul {
6497
6519
  overflow: unset;
6498
6520
  }
6521
+ .e-treeview .e-mask-parent {
6522
+ display: none;
6523
+ }
6499
6524
  .e-treeview > .e-ul {
6500
6525
  -webkit-overflow-scrolling: touch;
6501
6526
  overflow: auto;
@@ -8463,6 +8488,21 @@ ejs-sidebar {
8463
8488
  background-color: var(--color-sf-content-bg-color-pressed) !important; /* stylelint-disable-line declaration-no-important */
8464
8489
  }
8465
8490
 
8491
+ .e-breadcrumb-menu-item {
8492
+ position: absolute;
8493
+ width: 1px;
8494
+ height: 1px;
8495
+ margin: -1px;
8496
+ padding: 0;
8497
+ overflow: hidden;
8498
+ clip: rect(0, 0, 0, 0);
8499
+ border: 0;
8500
+ }
8501
+
8502
+ .e-hidden-popup {
8503
+ visibility: hidden;
8504
+ }
8505
+
8466
8506
  .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
8467
8507
  color: var(--color-sf-content-text-color-alt1);
8468
8508
  }
@@ -74,6 +74,9 @@
74
74
  padding-top: 6px;
75
75
  line-height: 20px;
76
76
  }
77
+ .e-pager div.e-parentmsgbar span.e-rightalign {
78
+ text-align: right;
79
+ }
77
80
  .e-pager .e-pagesizes {
78
81
  display: inline;
79
82
  }
@@ -317,6 +320,12 @@
317
320
  }
318
321
  @media (max-width: 769px) {
319
322
  .e-pager {
323
+ display: -webkit-box;
324
+ display: -ms-flexbox;
325
+ display: flex;
326
+ -webkit-box-align: center;
327
+ -ms-flex-align: center;
328
+ align-items: center;
320
329
  padding: 11px 0;
321
330
  }
322
331
  .e-pager div.e-parentmsgbar {
@@ -488,7 +497,8 @@
488
497
  .e-pager.e-rtl.e-rtl div.e-parentmsgbar {
489
498
  float: initial;
490
499
  margin-left: 0;
491
- margin-top: 10px;
500
+ margin-top: 0;
501
+ padding-top: 0;
492
502
  }
493
503
  .e-pager.e-rtl .e-parentmsgbar {
494
504
  float: right;
@@ -775,14 +785,14 @@
775
785
  .e-bigger .e-pager.e-rtl div.e-parentmsgbar,
776
786
  .e-pager.e-bigger.e-rtl div.e-parentmsgbar {
777
787
  margin-left: 0;
778
- margin-top: 10px;
788
+ margin-top: 0;
779
789
  }
780
790
  }
781
791
  @media (max-width: 769px) {
782
792
  .e-bigger .e-pager.e-rtl div.e-parentmsgbar,
783
793
  .e-pager.e-bigger.e-rtl div.e-parentmsgbar {
784
794
  margin-left: 0;
785
- margin-top: 10px;
795
+ margin-top: 0;
786
796
  }
787
797
  }
788
798
  .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,
@@ -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: 8px 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
  }
@@ -3555,6 +3571,12 @@
3555
3571
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
3556
3572
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
3557
3573
  }
3574
+ .e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
3575
+ .e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
3576
+ display: -webkit-box;
3577
+ display: -ms-flexbox;
3578
+ display: flex;
3579
+ }
3558
3580
  .e-contextmenu-wrapper ul.e-ul,
3559
3581
  .e-contextmenu-container ul.e-ul {
3560
3582
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
@@ -8421,6 +8443,9 @@
8421
8443
  .e-treeview.e-virtualization .e-ul {
8422
8444
  overflow: unset;
8423
8445
  }
8446
+ .e-treeview .e-mask-parent {
8447
+ display: none;
8448
+ }
8424
8449
  .e-treeview > .e-ul {
8425
8450
  -webkit-overflow-scrolling: touch;
8426
8451
  overflow: auto;
@@ -10952,6 +10977,21 @@ ejs-sidebar {
10952
10977
  background-color: var(--color-sf-content-bg-color-pressed) !important; /* stylelint-disable-line declaration-no-important */
10953
10978
  }
10954
10979
 
10980
+ .e-breadcrumb-menu-item {
10981
+ position: absolute;
10982
+ width: 1px;
10983
+ height: 1px;
10984
+ margin: -1px;
10985
+ padding: 0;
10986
+ overflow: hidden;
10987
+ clip: rect(0, 0, 0, 0);
10988
+ border: 0;
10989
+ }
10990
+
10991
+ .e-hidden-popup {
10992
+ visibility: hidden;
10993
+ }
10994
+
10955
10995
  .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
10956
10996
  color: var(--color-sf-content-text-color-alt1);
10957
10997
  }
@@ -67,6 +67,9 @@
67
67
  padding-right: 10px;
68
68
  padding-top: 9px;
69
69
  }
70
+ .e-pager div.e-parentmsgbar span.e-rightalign {
71
+ text-align: right;
72
+ }
70
73
  .e-pager .e-pagesizes {
71
74
  display: inline;
72
75
  }
@@ -291,6 +294,12 @@
291
294
  }
292
295
  @media (max-width: 769px) {
293
296
  .e-pager {
297
+ display: -webkit-box;
298
+ display: -ms-flexbox;
299
+ display: flex;
300
+ -webkit-box-align: center;
301
+ -ms-flex-align: center;
302
+ align-items: center;
294
303
  padding: 13px 0;
295
304
  }
296
305
  .e-pager div.e-parentmsgbar {
@@ -464,7 +473,8 @@
464
473
  .e-pager.e-rtl.e-rtl div.e-parentmsgbar {
465
474
  float: initial;
466
475
  margin-left: 0;
467
- margin-top: 6px;
476
+ margin-top: 0;
477
+ padding-top: 0;
468
478
  }
469
479
  .e-pager.e-rtl .e-parentmsgbar {
470
480
  float: right;
@@ -1557,6 +1567,9 @@
1557
1567
  .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1558
1568
  margin-right: 3px;
1559
1569
  }
1570
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1571
+ margin-left: 3px;
1572
+ }
1560
1573
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1561
1574
  padding: 0 12px 0 0;
1562
1575
  }
@@ -1587,6 +1600,7 @@
1587
1600
  }
1588
1601
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1589
1602
  margin-left: 0;
1603
+ margin-right: 3px;
1590
1604
  }
1591
1605
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1592
1606
  margin-left: 3px;
@@ -1594,11 +1608,13 @@
1594
1608
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1595
1609
  margin-left: 0;
1596
1610
  }
1597
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
1611
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
1612
+ margin-right: 0;
1613
+ }
1598
1614
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
1599
1615
  margin-right: 0;
1616
+ margin-left: 3px;
1600
1617
  }
1601
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
1602
1618
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
1603
1619
  margin-right: 3px;
1604
1620
  }
@@ -2769,6 +2785,12 @@
2769
2785
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2);
2770
2786
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2);
2771
2787
  }
2788
+ .e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
2789
+ .e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
2790
+ display: -webkit-box;
2791
+ display: -ms-flexbox;
2792
+ display: flex;
2793
+ }
2772
2794
  .e-contextmenu-wrapper ul.e-ul,
2773
2795
  .e-contextmenu-container ul.e-ul {
2774
2796
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
@@ -6027,6 +6049,9 @@
6027
6049
  .e-treeview.e-virtualization .e-ul {
6028
6050
  overflow: unset;
6029
6051
  }
6052
+ .e-treeview .e-mask-parent {
6053
+ display: none;
6054
+ }
6030
6055
  .e-treeview > .e-ul {
6031
6056
  -webkit-overflow-scrolling: touch;
6032
6057
  overflow: auto;
@@ -7852,6 +7877,21 @@ ejs-sidebar {
7852
7877
  padding-right: 4px;
7853
7878
  }
7854
7879
 
7880
+ .e-breadcrumb-menu-item {
7881
+ position: absolute;
7882
+ width: 1px;
7883
+ height: 1px;
7884
+ margin: -1px;
7885
+ padding: 0;
7886
+ overflow: hidden;
7887
+ clip: rect(0, 0, 0, 0);
7888
+ border: 0;
7889
+ }
7890
+
7891
+ .e-hidden-popup {
7892
+ visibility: hidden;
7893
+ }
7894
+
7855
7895
  .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
7856
7896
  color: #000;
7857
7897
  }