@syncfusion/ej2-navigations 24.2.4 → 25.1.35

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
@@ -0,0 +1,30 @@
1
+ @include export-module('carousel-bds-icons') {
2
+ .e-carousel {
3
+
4
+ .e-previous-icon::before {
5
+ content: '\e765';
6
+ }
7
+
8
+ .e-next-icon::before {
9
+ content: '\e748';
10
+ }
11
+
12
+ .e-play-icon::before {
13
+ content: '\e70c';
14
+ }
15
+
16
+ .e-pause-icon::before {
17
+ content: '\e77b';
18
+ }
19
+
20
+ &.e-rtl {
21
+ .e-previous-icon::before {
22
+ content: '\e748';
23
+ }
24
+
25
+ .e-next-icon::before {
26
+ content: '\e765';
27
+ }
28
+ }
29
+ }
30
+ }
@@ -138,6 +138,12 @@
138
138
  .e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
139
139
  transform: rotate(180deg);
140
140
  }
141
+ .e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
142
+ .e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
143
+ .e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
144
+ line-height: 1;
145
+ padding-left: 3px;
146
+ }
141
147
  .e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
142
148
  .e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
143
149
  .e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
@@ -138,6 +138,12 @@
138
138
  .e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
139
139
  transform: rotate(180deg);
140
140
  }
141
+ .e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
142
+ .e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
143
+ .e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
144
+ line-height: 1;
145
+ padding-left: 3px;
146
+ }
141
147
  .e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
142
148
  .e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
143
149
  .e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
@@ -193,6 +193,12 @@
193
193
  .e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
194
194
  transform: rotate(180deg);
195
195
  }
196
+ .e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
197
+ .e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
198
+ .e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
199
+ line-height: 1;
200
+ padding-left: 3px;
201
+ }
196
202
  .e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
197
203
  .e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
198
204
  .e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
@@ -249,6 +249,12 @@
249
249
  .e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
250
250
  transform: rotate(180deg);
251
251
  }
252
+ .e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
253
+ .e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
254
+ .e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
255
+ line-height: 1;
256
+ padding-left: 3px;
257
+ }
252
258
  .e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
253
259
  .e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
254
260
  .e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
@@ -138,6 +138,12 @@
138
138
  .e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
139
139
  transform: rotate(180deg);
140
140
  }
141
+ .e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
142
+ .e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
143
+ .e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
144
+ line-height: 1;
145
+ padding-left: 3px;
146
+ }
141
147
  .e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
142
148
  .e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
143
149
  .e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
@@ -138,6 +138,12 @@
138
138
  .e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
139
139
  transform: rotate(180deg);
140
140
  }
141
+ .e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
142
+ .e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
143
+ .e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
144
+ line-height: 1;
145
+ padding-left: 3px;
146
+ }
141
147
  .e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
142
148
  .e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
143
149
  .e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
@@ -0,0 +1,65 @@
1
+ //layout variables
2
+ $cmenu-back-icon: '\e977' !default;
3
+ $cmenu-back-icon-margin: 8px !default;
4
+ $cmenu-bigger-caret-font-size: $text-base !default;
5
+ $cmenu-bigger-font-size: $text-base !default;
6
+ $cmenu-bigger-li-height: 36px !default;
7
+ $cmenu-bigger-li-padding: 0 16px !default;
8
+ $cmenu-bigger-max-width: 280px !default;
9
+ $cmenu-bigger-min-width: 112px !default;
10
+ $cmenu-caret-blank-icon: 14px !default;
11
+ $cmenu-caret-font-size: $text-base !default;
12
+ $cmenu-caret-icon: '\e956' !default;
13
+ $cmenu-caret-icon-rtl: '\e937' !default;
14
+ $cmenu-caret-li-padding: 36px !default;
15
+ $cmenu-caret-right: 7px !default;
16
+ $cmenu-icon-margin-right: 8px !default;
17
+ $cmenu-icon-bigger-margin-right: 12px !default;
18
+ $cmenu-li-height: 32px !default;
19
+ $cmenu-li-padding: 0 12px !default;
20
+ $cmenu-li-right-padding: 12px !default;
21
+ $cmenu-li-border-width: 1px !default;
22
+ $cmenu-max-width: 240px !default;
23
+ $cmenu-icon-font-size: $text-lg !default;
24
+ $cmenu-icon-bigger-font-size: 22px !default;
25
+ $cmenu-min-width: 120px !default;
26
+ $cmenu-parent-ul-box-shadow: $shadow-lg !default;
27
+ $cmenu-seperator-bigger-padding: 4px 0 !default;
28
+ $cmenu-seperator-padding: 4px 0 !default;
29
+ $cmenu-ul-border: 1px solid $border-light !default;
30
+ $cmenu-ul-border-radius: 8px !default;
31
+ $cmenu-ul-padding: 4px 6px !default;
32
+ $cmenu-ul-bigger-padding: 4px 6px !default;
33
+ $cmenu-caret-color: $content-text-color-focus !default;
34
+ $cmenu-color: $content-text-color !default;
35
+ $cmenu-disable-text: rgba($content-text-color, .65) !default;
36
+ $cmenu-font-size: $text-sm !default;
37
+ $cmenu-font-weight: $font-weight-normal !default;
38
+ $cmenu-li-bgcolor: $content-bg-color-focus !default;
39
+ $cmenu-li-border-color: $border-light !default;
40
+ $cmenu-li-border-style: solid !default;
41
+ $cmenu-li-selection-bgcolor: $content-bg-color-focus !default;
42
+ $cmenu-li-selection-font-color: $content-text-color-focus !default;
43
+ $cmenu-li-hover-outline-offset: 0 !default;
44
+ $cmenu-li-selected-outline: 0 solid $cmenu-li-selection-bgcolor !default;
45
+ $cmenu-li-selected-outline-offset: 0 !default;
46
+ $cmenu-icon-color: $icon-color !default;
47
+ $cmenu-icon-disabled-color: rgba($icon-color, .65) !default;
48
+ $cmenu-selected-color: $content-text-color-focus !default;
49
+ $cmenu-sub-ul-box-shadow: $shadow-lg !default;
50
+ $cmenu-ul-bgcolor: $flyout-bg-color !default;
51
+ $cmenu-li-hover-outline: 0 solid $cmenu-li-border-color !default;
52
+ $cmenu-caret-hover-color: $cmenu-caret-color !default;
53
+ $cmenu-hover-icon-color: $cmenu-icon-color !default;
54
+
55
+ /* stylelint-disable */
56
+ .e-contextmenu-wrapper,
57
+ .e-contextmenu-container {
58
+ @at-root {
59
+ & ul {
60
+ &.e-contextmenu {
61
+ padding: 4px 6px !important;
62
+ }
63
+ }
64
+ }
65
+ }
@@ -0,0 +1,33 @@
1
+ @include export-module('context-menu-bds-icons') {
2
+
3
+ /*! contextmenu layout */
4
+ .e-contextmenu-wrapper,
5
+ .e-contextmenu-container {
6
+ @at-root {
7
+ & ul {
8
+ & .e-menu-item {
9
+ & .e-previous {
10
+ &::before {
11
+ content: '\e773';
12
+ }
13
+ }
14
+
15
+ & .e-caret {
16
+ &::before {
17
+ content: '\e748';
18
+ }
19
+ }
20
+ }
21
+ }
22
+ }
23
+ }
24
+
25
+ .e-rtl.e-contextmenu-wrapper .e-menu-item,
26
+ .e-rtl.e-contextmenu-container .e-menu-item {
27
+ & .e-caret {
28
+ &::before {
29
+ content: '\e765';
30
+ }
31
+ }
32
+ }
33
+ }
@@ -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 {
@@ -10300,6 +10327,9 @@ ejs-sidebar {
10300
10327
  -ms-flex-direction: column;
10301
10328
  flex-direction: column;
10302
10329
  }
10330
+ .e-stepper.e-horizontal {
10331
+ display: block;
10332
+ }
10303
10333
  .e-stepper.e-horizontal .e-stepper-steps {
10304
10334
  -ms-flex-direction: row;
10305
10335
  flex-direction: row;
package/styles/fabric.css CHANGED
@@ -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 {
@@ -10311,6 +10338,9 @@ ejs-sidebar {
10311
10338
  -ms-flex-direction: column;
10312
10339
  flex-direction: column;
10313
10340
  }
10341
+ .e-stepper.e-horizontal {
10342
+ display: block;
10343
+ }
10314
10344
  .e-stepper.e-horizontal .e-stepper-steps {
10315
10345
  -ms-flex-direction: row;
10316
10346
  flex-direction: row;
@@ -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: #a19f9d;
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: #a19f9d;
@@ -2112,9 +2133,9 @@
2112
2133
  background: none;
2113
2134
  border-radius: 0;
2114
2135
  color: #f3f2f1;
2115
- border-color: #a19f9d;
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: #292827;
2128
2149
  border-color: #a19f9d;
2129
2150
  border-style: solid;
2130
- border-width: 0;
2151
+ border-width: 1px;
2131
2152
  border-radius: 0;
2132
2153
  color: #f3f2f1;
2133
2154
  }
@@ -2147,7 +2168,7 @@
2147
2168
  background: #323130;
2148
2169
  border-color: #323130;
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: #f3f2f1;
@@ -2283,7 +2304,7 @@
2283
2304
  .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
2284
2305
  background: #323130;
2285
2306
  box-shadow: none;
2286
- border-color: #a19f9d;
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: #a19f9d;
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: #a19f9d;
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: #323130;
@@ -2319,7 +2340,7 @@
2319
2340
  box-shadow: none;
2320
2341
  border-color: #323130;
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 #797775;
@@ -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;