@syncfusion/ej2-navigations 24.2.4 → 25.1.35-579988

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 (137) hide show
  1. package/CHANGELOG.md +4 -34
  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 +154 -138
  6. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  7. package/dist/es6/ej2-navigations.es5.js +154 -138
  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 +12 -12
  13. package/src/accordion/accordion-model.d.ts +3 -2
  14. package/src/accordion/accordion.d.ts +3 -2
  15. package/src/accordion/accordion.js +7 -7
  16. package/src/breadcrumb/breadcrumb.js +2 -1
  17. package/src/common/menu-base-model.d.ts +3 -2
  18. package/src/common/menu-base.d.ts +3 -2
  19. package/src/common/menu-base.js +101 -101
  20. package/src/menu/menu-model.d.ts +3 -2
  21. package/src/menu/menu.d.ts +3 -2
  22. package/src/menu/menu.js +1 -1
  23. package/src/stepper/stepper.js +1 -2
  24. package/src/tab/tab-model.d.ts +7 -21
  25. package/src/tab/tab.d.ts +7 -21
  26. package/src/tab/tab.js +5 -5
  27. package/src/toolbar/toolbar.js +25 -7
  28. package/src/treeview/treeview-model.d.ts +4 -7
  29. package/src/treeview/treeview.d.ts +3 -3
  30. package/src/treeview/treeview.js +14 -16
  31. package/styles/accordion/_bds-definition.scss +180 -0
  32. package/styles/accordion/_material-definition.scss +1 -1
  33. package/styles/accordion/icons/_bds.scss +17 -0
  34. package/styles/accordion/material.css +1 -1
  35. package/styles/appbar/_bds-definition.scss +27 -0
  36. package/styles/bootstrap-dark.css +38 -8
  37. package/styles/bootstrap.css +34 -4
  38. package/styles/bootstrap4.css +38 -8
  39. package/styles/bootstrap5-dark.css +34 -4
  40. package/styles/bootstrap5.css +34 -4
  41. package/styles/breadcrumb/_bds-definition.scss +60 -0
  42. package/styles/breadcrumb/icons/_bds.scss +25 -0
  43. package/styles/carousel/_bds-definition.scss +27 -0
  44. package/styles/carousel/_layout.scss +5 -0
  45. package/styles/carousel/bootstrap-dark.css +6 -0
  46. package/styles/carousel/bootstrap.css +6 -0
  47. package/styles/carousel/bootstrap4.css +6 -0
  48. package/styles/carousel/bootstrap5-dark.css +6 -0
  49. package/styles/carousel/bootstrap5.css +6 -0
  50. package/styles/carousel/fabric-dark.css +6 -0
  51. package/styles/carousel/fabric.css +6 -0
  52. package/styles/carousel/fluent-dark.css +6 -0
  53. package/styles/carousel/fluent.css +6 -0
  54. package/styles/carousel/highcontrast-light.css +6 -0
  55. package/styles/carousel/highcontrast.css +6 -0
  56. package/styles/carousel/icons/_bds.scss +30 -0
  57. package/styles/carousel/material-dark.css +6 -0
  58. package/styles/carousel/material.css +6 -0
  59. package/styles/carousel/material3-dark.css +6 -0
  60. package/styles/carousel/material3.css +6 -0
  61. package/styles/carousel/tailwind-dark.css +6 -0
  62. package/styles/carousel/tailwind.css +6 -0
  63. package/styles/context-menu/_bds-definition.scss +65 -0
  64. package/styles/context-menu/icons/_bds.scss +33 -0
  65. package/styles/fabric-dark.css +34 -4
  66. package/styles/fabric.css +34 -4
  67. package/styles/fluent-dark.css +45 -15
  68. package/styles/fluent.css +45 -15
  69. package/styles/h-scroll/_bds-definition.scss +83 -0
  70. package/styles/h-scroll/icons/_bds.scss +49 -0
  71. package/styles/highcontrast-light.css +34 -4
  72. package/styles/highcontrast.css +34 -4
  73. package/styles/material-dark.css +34 -4
  74. package/styles/material.css +35 -5
  75. package/styles/material3-dark.css +34 -4
  76. package/styles/material3.css +34 -4
  77. package/styles/menu/_bds-definition.scss +66 -0
  78. package/styles/menu/icons/_bds.scss +134 -0
  79. package/styles/pager/_bds-definition.scss +152 -0
  80. package/styles/pager/icons/_bds.scss +50 -0
  81. package/styles/sidebar/_bds-definition.scss +45 -0
  82. package/styles/stepper/_bds-definition.scss +79 -0
  83. package/styles/stepper/_layout.scss +1 -0
  84. package/styles/stepper/bootstrap-dark.css +3 -0
  85. package/styles/stepper/bootstrap.css +3 -0
  86. package/styles/stepper/bootstrap4.css +3 -0
  87. package/styles/stepper/bootstrap5-dark.css +3 -0
  88. package/styles/stepper/bootstrap5.css +3 -0
  89. package/styles/stepper/fabric-dark.css +3 -0
  90. package/styles/stepper/fabric.css +3 -0
  91. package/styles/stepper/fluent-dark.css +3 -0
  92. package/styles/stepper/fluent.css +3 -0
  93. package/styles/stepper/highcontrast-light.css +3 -0
  94. package/styles/stepper/highcontrast.css +3 -0
  95. package/styles/stepper/icons/_bds.scss +5 -0
  96. package/styles/stepper/material-dark.css +3 -0
  97. package/styles/stepper/material.css +3 -0
  98. package/styles/stepper/material3-dark.css +3 -0
  99. package/styles/stepper/material3.css +3 -0
  100. package/styles/stepper/tailwind-dark.css +3 -0
  101. package/styles/stepper/tailwind.css +3 -0
  102. package/styles/tab/_bds-definition.scss +701 -0
  103. package/styles/tab/icons/_bds.scss +92 -0
  104. package/styles/tailwind-dark.css +36 -6
  105. package/styles/tailwind.css +34 -4
  106. package/styles/toolbar/_bds-definition.scss +215 -0
  107. package/styles/toolbar/_bootstrap-dark-definition.scss +3 -3
  108. package/styles/toolbar/_bootstrap4-definition.scss +3 -3
  109. package/styles/toolbar/_fluent-definition.scss +3 -3
  110. package/styles/toolbar/_layout.scss +39 -5
  111. package/styles/toolbar/bootstrap-dark.css +29 -8
  112. package/styles/toolbar/bootstrap.css +25 -4
  113. package/styles/toolbar/bootstrap4.css +29 -8
  114. package/styles/toolbar/bootstrap5-dark.css +25 -4
  115. package/styles/toolbar/bootstrap5.css +25 -4
  116. package/styles/toolbar/fabric-dark.css +25 -4
  117. package/styles/toolbar/fabric.css +25 -4
  118. package/styles/toolbar/fluent-dark.css +36 -15
  119. package/styles/toolbar/fluent.css +36 -15
  120. package/styles/toolbar/highcontrast-light.css +25 -4
  121. package/styles/toolbar/highcontrast.css +25 -4
  122. package/styles/toolbar/icons/_bds.scss +16 -0
  123. package/styles/toolbar/material-dark.css +25 -4
  124. package/styles/toolbar/material.css +25 -4
  125. package/styles/toolbar/material3-dark.css +25 -4
  126. package/styles/toolbar/material3.css +25 -4
  127. package/styles/toolbar/tailwind-dark.css +25 -4
  128. package/styles/toolbar/tailwind.css +25 -4
  129. package/styles/treeview/_bds-definition.scss +132 -0
  130. package/styles/treeview/_tailwind-definition.scss +1 -1
  131. package/styles/treeview/_theme.scss +1 -1
  132. package/styles/treeview/icons/_bds.scss +43 -0
  133. package/styles/treeview/tailwind-dark.css +2 -2
  134. package/styles/v-scroll/_bds-definition.scss +49 -0
  135. package/styles/v-scroll/icons/_bds.scss +27 -0
  136. package/.github/PULL_REQUEST_TEMPLATE/Bug.md +0 -63
  137. package/.github/PULL_REQUEST_TEMPLATE/feature.md +0 -39
package/styles/fluent.css CHANGED
@@ -1368,8 +1368,8 @@
1368
1368
  .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
1369
1369
  padding: 4px 6px;
1370
1370
  }
1371
- .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
1372
- .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
1371
+ .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
1372
+ .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
1373
1373
  min-width: 49px;
1374
1374
  padding: 0;
1375
1375
  }
@@ -1553,6 +1553,19 @@
1553
1553
  white-space: nowrap;
1554
1554
  overflow: hidden;
1555
1555
  }
1556
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items {
1557
+ display: -ms-flexbox;
1558
+ display: flex;
1559
+ -ms-flex-wrap: nowrap;
1560
+ flex-wrap: nowrap;
1561
+ width: 100%;
1562
+ }
1563
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
1564
+ position: absolute;
1565
+ }
1566
+ .e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
1567
+ width: calc(100% - 28px);
1568
+ }
1556
1569
  .e-toolbar .e-blazor-toolbar-items {
1557
1570
  position: absolute;
1558
1571
  top: -9999px;
@@ -1657,6 +1670,12 @@
1657
1670
  min-height: 38px;
1658
1671
  vertical-align: middle;
1659
1672
  width: auto;
1673
+ -ms-flex: 0 0 auto;
1674
+ flex: 0 0 auto;
1675
+ }
1676
+ .e-toolbar .e-toolbar-item.e-spacer {
1677
+ -ms-flex-positive: 1;
1678
+ flex-grow: 1;
1660
1679
  }
1661
1680
  .e-toolbar .e-toolbar-item .e-tbar-btn {
1662
1681
  display: -ms-flexbox;
@@ -1672,7 +1691,7 @@
1672
1691
  padding: 0 4px;
1673
1692
  border-radius: 2px;
1674
1693
  line-height: 22px;
1675
- border: none;
1694
+ border: 1px solid transparent;
1676
1695
  cursor: pointer;
1677
1696
  font-size: 18px;
1678
1697
  font-weight: 400;
@@ -1707,7 +1726,7 @@
1707
1726
  font-size: 14px;
1708
1727
  padding: 4px;
1709
1728
  }
1710
- .e-toolbar .e-toolbar-item:not(.e-separator) {
1729
+ .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
1711
1730
  height: inherit;
1712
1731
  min-width: 28px;
1713
1732
  padding: 0;
@@ -2000,6 +2019,9 @@
2000
2019
  .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
2001
2020
  display: table;
2002
2021
  }
2022
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
2023
+ margin-right: 8px;
2024
+ }
2003
2025
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
2004
2026
  padding: 4px;
2005
2027
  }
@@ -2038,7 +2060,6 @@
2038
2060
  }
2039
2061
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
2040
2062
  margin-left: 0;
2041
- margin-right: 8px;
2042
2063
  }
2043
2064
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
2044
2065
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
@@ -2090,7 +2111,7 @@
2090
2111
  background: transparent;
2091
2112
  box-shadow: none;
2092
2113
  color: #605e5c;
2093
- border: none;
2114
+ border: 1px solid transparent;
2094
2115
  }
2095
2116
  .e-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
2096
2117
  color: #605e5c;
@@ -2112,9 +2133,9 @@
2112
2133
  background: none;
2113
2134
  border-radius: 0;
2114
2135
  color: #201f1e;
2115
- border-color: #605e5c;
2136
+ border-color: transparent;
2116
2137
  border-style: solid;
2117
- border-width: 0;
2138
+ border-width: 1px;
2118
2139
  box-shadow: inset 0 0 0 1px;
2119
2140
  }
2120
2141
  .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
@@ -2127,7 +2148,7 @@
2127
2148
  background: #edebe9;
2128
2149
  border-color: #605e5c;
2129
2150
  border-style: solid;
2130
- border-width: 0;
2151
+ border-width: 1px;
2131
2152
  border-radius: 0;
2132
2153
  color: #201f1e;
2133
2154
  }
@@ -2147,7 +2168,7 @@
2147
2168
  background: #e1dfdd;
2148
2169
  border-color: #e1dfdd;
2149
2170
  border-style: solid;
2150
- border-width: 0;
2171
+ border-width: 1px;
2151
2172
  border-radius: 0;
2152
2173
  box-shadow: none;
2153
2174
  color: #201f1e;
@@ -2283,7 +2304,7 @@
2283
2304
  .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
2284
2305
  background: #e1dfdd;
2285
2306
  box-shadow: none;
2286
- border-color: #605e5c;
2307
+ border-color: transparent;
2287
2308
  border-style: solid;
2288
2309
  border-width: 0;
2289
2310
  }
@@ -2301,9 +2322,9 @@
2301
2322
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
2302
2323
  background: none;
2303
2324
  border-radius: 0;
2304
- border-color: #605e5c;
2325
+ border-color: transparent;
2305
2326
  border-style: solid;
2306
- border-width: 0;
2327
+ border-width: 1px;
2307
2328
  box-shadow: inset 0 0 0 1px;
2308
2329
  }
2309
2330
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
@@ -2311,7 +2332,7 @@
2311
2332
  border-radius: 0;
2312
2333
  border-color: #605e5c;
2313
2334
  border-style: solid;
2314
- border-width: 0;
2335
+ border-width: 1px;
2315
2336
  }
2316
2337
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
2317
2338
  background: #e1dfdd;
@@ -2319,7 +2340,7 @@
2319
2340
  box-shadow: none;
2320
2341
  border-color: #e1dfdd;
2321
2342
  border-style: solid;
2322
- border-width: 0;
2343
+ border-width: 1px;
2323
2344
  }
2324
2345
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
2325
2346
  border: solid #c8c6c4;
@@ -3023,6 +3044,12 @@
3023
3044
  .e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
3024
3045
  transform: rotate(180deg);
3025
3046
  }
3047
+ .e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
3048
+ .e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
3049
+ .e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
3050
+ line-height: 1;
3051
+ padding-left: 3px;
3052
+ }
3026
3053
  .e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
3027
3054
  .e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
3028
3055
  .e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
@@ -10444,6 +10471,9 @@ ejs-sidebar {
10444
10471
  -ms-flex-direction: column;
10445
10472
  flex-direction: column;
10446
10473
  }
10474
+ .e-stepper.e-horizontal {
10475
+ display: block;
10476
+ }
10447
10477
  .e-stepper.e-horizontal .e-stepper-steps {
10448
10478
  -ms-flex-direction: row;
10449
10479
  flex-direction: row;
@@ -0,0 +1,83 @@
1
+ /*! component's theme wise override definitions and variables */
2
+ $hscroll-skin: $skin-name !default;
3
+ $border-type: solid;
4
+ $hscroll-hover-font: $content-text-color-alt2 !default;
5
+ $hscroll-active-font-color: $content-text-color-alt2 !default;
6
+ $hscroll-default-bg: $content-bg-color-alt2 !default;
7
+ $hscroll-press-bg: $content-bg-color-alt2 !default;
8
+ $hscroll-active-bg: $content-bg-color-alt2 !default;
9
+ $hscroll-border-size: 1px !default;
10
+ $hscroll-nav-nrml-minheight: 38px !default;
11
+ $hscroll-nav-bgr-minheight: 48px !default;
12
+ $hscroll-mob-nav-nrml-width: 40px !default;
13
+ $hscroll-nav-nrml-width: 28px !default;
14
+ $hscroll-nav-bgr-width: 48px !default;
15
+ $hscroll-nrml-padding: 0 $hscroll-nav-nrml-width !default;
16
+ $hscroll-bgr-padding: 0 $hscroll-nav-bgr-width !default;
17
+ $hscroll-border-type: $border-type !default;
18
+ $hscroll-box-shadow: none !default;
19
+ $hscroll-hover-bg: $content-bg-color-alt3 !default;
20
+ $hscroll-hover-border-color: $border-light !default;
21
+ $hscroll-default-icon-color: $icon-color !default;
22
+ $hscroll-focus-border: 0 !default;
23
+ $hscroll-active-border: 0 !default;
24
+ $hscroll-hover-border: 0 !default;
25
+ $hscroll-active-box-shadow: none !default;
26
+ $hscroll-overlay-opacity: .5 !default;
27
+ $hscroll-overlay-bg: $content-bg-color-alt2 !default;
28
+ $hscroll-overlay-start: rgba($hscroll-overlay-bg, 0) !default;
29
+ $hscroll-overlay-end: rgba($hscroll-overlay-bg, 1) !default;
30
+ $hscroll-right-bg: linear-gradient(-270deg, $hscroll-overlay-start 0%, $hscroll-overlay-end 100%) !default;
31
+ $hscroll-left-bg: linear-gradient(-270deg, $hscroll-overlay-end 0%, $hscroll-overlay-start 100%) !default;
32
+
33
+ $hscroll-device-arrow-box-shadow: $shadow !default;
34
+ $hscroll-device-arrow-rtl-box-shadow: $shadow !default;
35
+ $hscroll-device-arrow-bg: $content-bg-color-alt2 !default;
36
+ $hscroll-device-arrow-border-size: 1px !default;
37
+ $hscroll-device-arrow-border-color: $border-light !default;
38
+ $hscroll-device-arrow-color: $icon-color !default;
39
+ $hscroll-device-arrow-size: 18px !default;
40
+ $hscroll-device-arrow-icon-size: 18px !default;
41
+ $hscroll-device-arrow-size-bigger: 22px !default;
42
+ $hscroll-device-arrow-width: 48px !default;
43
+
44
+ $hscroll-default-border: $hscroll-hover-border-color !default;
45
+ $hscroll-ribble-animation-border-frame: rgba(255, 255, 255, .5) !default;
46
+ $hscroll-ribble-animation-shadow-frame: 0 0 0 0 $hscroll-ribble-animation-border-frame !default;
47
+ $hscroll-ribble-animation-shadow-frame-end: 0 0 0 200px rgba(255, 255, 255, .12) !default;
48
+
49
+ $hscroll-nav-hover-press-bg: $hscroll-hover-bg !default;
50
+ $hscroll-nav-hover-icons-color: $hscroll-default-icon-color !default;
51
+ $hscroll-nav-focus-bg-color: $hscroll-hover-bg !default;
52
+ $hscroll-nav-focus-border: $hscroll-focus-border !default;
53
+ $hscroll-nav-active-color: $hscroll-default-icon-color !default;
54
+
55
+ @mixin hscroll-btn-animation {
56
+ background-color: transparent;
57
+ border-radius: 50%;
58
+ border-width: 1px;
59
+ box-sizing: border-box;
60
+ content: '';
61
+ height: 1px;
62
+ left: 50%;
63
+ position: absolute;
64
+ top: 50%;
65
+ visibility: hidden;
66
+ width: 1px;
67
+ }
68
+
69
+ @mixin hscroll-btn-animation-after {
70
+ animation: hscroll-popup-shadow .6s ease-out 0ms;
71
+ visibility: visible;
72
+ }
73
+
74
+ @keyframes hscroll-popup-shadow {
75
+ 0% {
76
+ border-color: $hscroll-ribble-animation-border-frame;
77
+ box-shadow: $hscroll-ribble-animation-shadow-frame;
78
+ }
79
+
80
+ 100% {
81
+ box-shadow: $hscroll-ribble-animation-shadow-frame-end;
82
+ }
83
+ }
@@ -0,0 +1,49 @@
1
+ @include export-module('hscroll-bds-icons') {
2
+
3
+ /*! hscroll icons */
4
+ #{&}.e-hscroll {
5
+
6
+ &.e-rtl {
7
+
8
+ &.e-scroll-device {
9
+
10
+ .e-nav-right-arrow::before {
11
+ content: '\e765';
12
+ }
13
+
14
+ .e-nav-left-arrow::before {
15
+ content: '\e748';
16
+ }
17
+ }
18
+
19
+ .e-nav-left-arrow::before {
20
+ content: '\e748';
21
+ }
22
+
23
+ .e-nav-right-arrow::before {
24
+ content: '\e765';
25
+ }
26
+ }
27
+
28
+ &.e-scroll-device {
29
+
30
+ .e-nav-right-arrow::before {
31
+ content: '\e748';
32
+ }
33
+
34
+ .e-nav-left-arrow::before {
35
+ content: '\e765';
36
+ }
37
+ }
38
+
39
+ .e-nav-left-arrow::before {
40
+ content: '\e765';
41
+ line-height: normal;
42
+ }
43
+
44
+ .e-nav-right-arrow::before {
45
+ content: '\e748';
46
+ line-height: normal;
47
+ }
48
+ }
49
+ }
@@ -1333,8 +1333,8 @@
1333
1333
  .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
1334
1334
  padding: 0 12px 0 0;
1335
1335
  }
1336
- .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
1337
- .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
1336
+ .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
1337
+ .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
1338
1338
  min-width: 49px;
1339
1339
  padding: 0 1.5px;
1340
1340
  }
@@ -1518,6 +1518,19 @@
1518
1518
  white-space: nowrap;
1519
1519
  overflow: hidden;
1520
1520
  }
1521
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items {
1522
+ display: -ms-flexbox;
1523
+ display: flex;
1524
+ -ms-flex-wrap: nowrap;
1525
+ flex-wrap: nowrap;
1526
+ width: 100%;
1527
+ }
1528
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
1529
+ position: absolute;
1530
+ }
1531
+ .e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
1532
+ width: calc(100% - 40px);
1533
+ }
1521
1534
  .e-toolbar .e-blazor-toolbar-items {
1522
1535
  position: absolute;
1523
1536
  top: -9999px;
@@ -1622,6 +1635,12 @@
1622
1635
  min-height: 39px;
1623
1636
  vertical-align: middle;
1624
1637
  width: auto;
1638
+ -ms-flex: 0 0 auto;
1639
+ flex: 0 0 auto;
1640
+ }
1641
+ .e-toolbar .e-toolbar-item.e-spacer {
1642
+ -ms-flex-positive: 1;
1643
+ flex-grow: 1;
1625
1644
  }
1626
1645
  .e-toolbar .e-toolbar-item .e-tbar-btn {
1627
1646
  display: -ms-flexbox;
@@ -1672,7 +1691,7 @@
1672
1691
  font-size: 14px;
1673
1692
  padding: 0 12px 0 8px;
1674
1693
  }
1675
- .e-toolbar .e-toolbar-item:not(.e-separator) {
1694
+ .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
1676
1695
  height: inherit;
1677
1696
  min-width: 34px;
1678
1697
  padding: 0 1px;
@@ -1965,6 +1984,9 @@
1965
1984
  .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
1966
1985
  display: table;
1967
1986
  }
1987
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1988
+ margin-right: 3px;
1989
+ }
1968
1990
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1969
1991
  padding: 0 12px 0 0;
1970
1992
  }
@@ -2003,7 +2025,6 @@
2003
2025
  }
2004
2026
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
2005
2027
  margin-left: 0;
2006
- margin-right: 3px;
2007
2028
  }
2008
2029
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
2009
2030
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
@@ -2987,6 +3008,12 @@
2987
3008
  .e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
2988
3009
  transform: rotate(180deg);
2989
3010
  }
3011
+ .e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
3012
+ .e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
3013
+ .e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
3014
+ line-height: 1;
3015
+ padding-left: 3px;
3016
+ }
2990
3017
  .e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
2991
3018
  .e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
2992
3019
  .e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
@@ -10301,6 +10328,9 @@ ejs-sidebar {
10301
10328
  -ms-flex-direction: column;
10302
10329
  flex-direction: column;
10303
10330
  }
10331
+ .e-stepper.e-horizontal {
10332
+ display: block;
10333
+ }
10304
10334
  .e-stepper.e-horizontal .e-stepper-steps {
10305
10335
  -ms-flex-direction: row;
10306
10336
  flex-direction: row;
@@ -1335,8 +1335,8 @@
1335
1335
  .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
1336
1336
  padding: 0 12px 0 0;
1337
1337
  }
1338
- .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
1339
- .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
1338
+ .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
1339
+ .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
1340
1340
  min-width: 49px;
1341
1341
  padding: 0 1.5px;
1342
1342
  }
@@ -1520,6 +1520,19 @@
1520
1520
  white-space: nowrap;
1521
1521
  overflow: hidden;
1522
1522
  }
1523
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items {
1524
+ display: -ms-flexbox;
1525
+ display: flex;
1526
+ -ms-flex-wrap: nowrap;
1527
+ flex-wrap: nowrap;
1528
+ width: 100%;
1529
+ }
1530
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
1531
+ position: absolute;
1532
+ }
1533
+ .e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
1534
+ width: calc(100% - 40px);
1535
+ }
1523
1536
  .e-toolbar .e-blazor-toolbar-items {
1524
1537
  position: absolute;
1525
1538
  top: -9999px;
@@ -1624,6 +1637,12 @@
1624
1637
  min-height: 39px;
1625
1638
  vertical-align: middle;
1626
1639
  width: auto;
1640
+ -ms-flex: 0 0 auto;
1641
+ flex: 0 0 auto;
1642
+ }
1643
+ .e-toolbar .e-toolbar-item.e-spacer {
1644
+ -ms-flex-positive: 1;
1645
+ flex-grow: 1;
1627
1646
  }
1628
1647
  .e-toolbar .e-toolbar-item .e-tbar-btn {
1629
1648
  display: -ms-flexbox;
@@ -1674,7 +1693,7 @@
1674
1693
  font-size: 14px;
1675
1694
  padding: 0 12px 0 8px;
1676
1695
  }
1677
- .e-toolbar .e-toolbar-item:not(.e-separator) {
1696
+ .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
1678
1697
  height: inherit;
1679
1698
  min-width: 34px;
1680
1699
  padding: 0 1px;
@@ -1967,6 +1986,9 @@
1967
1986
  .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
1968
1987
  display: table;
1969
1988
  }
1989
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1990
+ margin-right: 3px;
1991
+ }
1970
1992
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1971
1993
  padding: 0 12px 0 0;
1972
1994
  }
@@ -2005,7 +2027,6 @@
2005
2027
  }
2006
2028
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
2007
2029
  margin-left: 0;
2008
- margin-right: 3px;
2009
2030
  }
2010
2031
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
2011
2032
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
@@ -2990,6 +3011,12 @@
2990
3011
  .e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
2991
3012
  transform: rotate(180deg);
2992
3013
  }
3014
+ .e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
3015
+ .e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
3016
+ .e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
3017
+ line-height: 1;
3018
+ padding-left: 3px;
3019
+ }
2993
3020
  .e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
2994
3021
  .e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
2995
3022
  .e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
@@ -10335,6 +10362,9 @@ ejs-sidebar {
10335
10362
  -ms-flex-direction: column;
10336
10363
  flex-direction: column;
10337
10364
  }
10365
+ .e-stepper.e-horizontal {
10366
+ display: block;
10367
+ }
10338
10368
  .e-stepper.e-horizontal .e-stepper-steps {
10339
10369
  -ms-flex-direction: row;
10340
10370
  flex-direction: row;
@@ -1400,8 +1400,8 @@
1400
1400
  .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
1401
1401
  padding: 0;
1402
1402
  }
1403
- .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
1404
- .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
1403
+ .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
1404
+ .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
1405
1405
  min-width: 48px;
1406
1406
  padding: 5px;
1407
1407
  }
@@ -1585,6 +1585,19 @@
1585
1585
  white-space: nowrap;
1586
1586
  overflow: hidden;
1587
1587
  }
1588
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items {
1589
+ display: -ms-flexbox;
1590
+ display: flex;
1591
+ -ms-flex-wrap: nowrap;
1592
+ flex-wrap: nowrap;
1593
+ width: 100%;
1594
+ }
1595
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
1596
+ position: absolute;
1597
+ }
1598
+ .e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
1599
+ width: calc(100% - 32px);
1600
+ }
1588
1601
  .e-toolbar .e-blazor-toolbar-items {
1589
1602
  position: absolute;
1590
1603
  top: -9999px;
@@ -1689,6 +1702,12 @@
1689
1702
  min-height: 42px;
1690
1703
  vertical-align: middle;
1691
1704
  width: auto;
1705
+ -ms-flex: 0 0 auto;
1706
+ flex: 0 0 auto;
1707
+ }
1708
+ .e-toolbar .e-toolbar-item.e-spacer {
1709
+ -ms-flex-positive: 1;
1710
+ flex-grow: 1;
1692
1711
  }
1693
1712
  .e-toolbar .e-toolbar-item .e-tbar-btn {
1694
1713
  display: -ms-flexbox;
@@ -1739,7 +1758,7 @@
1739
1758
  font-size: 14px;
1740
1759
  padding: 0 2px 0 2px;
1741
1760
  }
1742
- .e-toolbar .e-toolbar-item:not(.e-separator) {
1761
+ .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
1743
1762
  height: inherit;
1744
1763
  min-width: 34px;
1745
1764
  padding: 3.5px;
@@ -2032,6 +2051,9 @@
2032
2051
  .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
2033
2052
  display: table;
2034
2053
  }
2054
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
2055
+ margin-right: 3px;
2056
+ }
2035
2057
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
2036
2058
  padding: 0;
2037
2059
  }
@@ -2070,7 +2092,6 @@
2070
2092
  }
2071
2093
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
2072
2094
  margin-left: 0;
2073
- margin-right: 3px;
2074
2095
  }
2075
2096
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
2076
2097
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
@@ -3065,6 +3086,12 @@
3065
3086
  .e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
3066
3087
  transform: rotate(180deg);
3067
3088
  }
3089
+ .e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
3090
+ .e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
3091
+ .e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
3092
+ line-height: 1;
3093
+ padding-left: 3px;
3094
+ }
3068
3095
  .e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
3069
3096
  .e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
3070
3097
  .e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
@@ -10424,6 +10451,9 @@ ejs-sidebar {
10424
10451
  -ms-flex-direction: column;
10425
10452
  flex-direction: column;
10426
10453
  }
10454
+ .e-stepper.e-horizontal {
10455
+ display: block;
10456
+ }
10427
10457
  .e-stepper.e-horizontal .e-stepper-steps {
10428
10458
  -ms-flex-direction: row;
10429
10459
  flex-direction: row;
@@ -1405,8 +1405,8 @@
1405
1405
  .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
1406
1406
  padding: 0;
1407
1407
  }
1408
- .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
1409
- .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
1408
+ .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
1409
+ .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
1410
1410
  min-width: 48px;
1411
1411
  padding: 5px;
1412
1412
  }
@@ -1590,6 +1590,19 @@
1590
1590
  white-space: nowrap;
1591
1591
  overflow: hidden;
1592
1592
  }
1593
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items {
1594
+ display: -ms-flexbox;
1595
+ display: flex;
1596
+ -ms-flex-wrap: nowrap;
1597
+ flex-wrap: nowrap;
1598
+ width: 100%;
1599
+ }
1600
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
1601
+ position: absolute;
1602
+ }
1603
+ .e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
1604
+ width: calc(100% - 32px);
1605
+ }
1593
1606
  .e-toolbar .e-blazor-toolbar-items {
1594
1607
  position: absolute;
1595
1608
  top: -9999px;
@@ -1694,6 +1707,12 @@
1694
1707
  min-height: 42px;
1695
1708
  vertical-align: middle;
1696
1709
  width: auto;
1710
+ -ms-flex: 0 0 auto;
1711
+ flex: 0 0 auto;
1712
+ }
1713
+ .e-toolbar .e-toolbar-item.e-spacer {
1714
+ -ms-flex-positive: 1;
1715
+ flex-grow: 1;
1697
1716
  }
1698
1717
  .e-toolbar .e-toolbar-item .e-tbar-btn {
1699
1718
  display: -ms-flexbox;
@@ -1744,7 +1763,7 @@
1744
1763
  font-size: 14px;
1745
1764
  padding: 0 2px 0 2px;
1746
1765
  }
1747
- .e-toolbar .e-toolbar-item:not(.e-separator) {
1766
+ .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
1748
1767
  height: inherit;
1749
1768
  min-width: 34px;
1750
1769
  padding: 3.5px;
@@ -2037,6 +2056,9 @@
2037
2056
  .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
2038
2057
  display: table;
2039
2058
  }
2059
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
2060
+ margin-right: 3px;
2061
+ }
2040
2062
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
2041
2063
  padding: 0;
2042
2064
  }
@@ -2075,7 +2097,6 @@
2075
2097
  }
2076
2098
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
2077
2099
  margin-left: 0;
2078
- margin-right: 3px;
2079
2100
  }
2080
2101
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
2081
2102
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
@@ -2922,7 +2943,7 @@
2922
2943
  color: rgba(0, 0, 0, 0.87);
2923
2944
  }
2924
2945
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-header-content {
2925
- color: rgba(0, 0, 0, 0.54);
2946
+ color: rgba(0, 0, 0, 0.87);
2926
2947
  }
2927
2948
  .e-accordion .e-acrdn-item .e-toggle-icon {
2928
2949
  color: rgba(0, 0, 0, 0.54);
@@ -3071,6 +3092,12 @@
3071
3092
  .e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
3072
3093
  transform: rotate(180deg);
3073
3094
  }
3095
+ .e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
3096
+ .e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
3097
+ .e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
3098
+ line-height: 1;
3099
+ padding-left: 3px;
3100
+ }
3074
3101
  .e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
3075
3102
  .e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
3076
3103
  .e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
@@ -10444,6 +10471,9 @@ ejs-sidebar {
10444
10471
  -ms-flex-direction: column;
10445
10472
  flex-direction: column;
10446
10473
  }
10474
+ .e-stepper.e-horizontal {
10475
+ display: block;
10476
+ }
10447
10477
  .e-stepper.e-horizontal .e-stepper-steps {
10448
10478
  -ms-flex-direction: row;
10449
10479
  flex-direction: row;