@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
@@ -0,0 +1,92 @@
1
+ @include export-module('tab-bds-icons') {
2
+
3
+ /*! tab icons */
4
+ #{&}.e-tab {
5
+
6
+ .e-tab-header {
7
+
8
+ .e-close-icon::before {
9
+ content: '\e7e7';
10
+ position: relative;
11
+ }
12
+ }
13
+
14
+ &.e-vertical-icon .e-tab-header {
15
+
16
+ @media screen and (max-width: 480px) {
17
+
18
+ .e-popup-up-icon::before {
19
+ content: '\e776';
20
+ }
21
+
22
+ .e-popup-down-icon::before {
23
+ content: '\e729';
24
+ }
25
+ }
26
+ }
27
+
28
+ &.e-vertical-tab {
29
+
30
+ .e-tab-header {
31
+
32
+ .e-popup-up-icon {
33
+
34
+ &::before {
35
+ content: 'More';
36
+ }
37
+
38
+ &::after {
39
+ content: '\e776';
40
+ }
41
+ }
42
+
43
+ .e-popup-down-icon {
44
+
45
+ &::before {
46
+ content: 'More';
47
+ }
48
+
49
+ &::after {
50
+ content: '\e729';
51
+ }
52
+ }
53
+ }
54
+
55
+ &.e-icon-tab {
56
+
57
+ .e-tab-header {
58
+
59
+ .e-popup-up-icon {
60
+
61
+ &::before {
62
+ content: '';
63
+ }
64
+
65
+ &::after {
66
+ content: '\e776';
67
+ }
68
+ }
69
+
70
+ .e-popup-down-icon {
71
+
72
+ &::before {
73
+ content: '';
74
+ }
75
+
76
+ &::after {
77
+ content: '\e729';
78
+ }
79
+ }
80
+ }
81
+ }
82
+ }
83
+ }
84
+
85
+ .e-tab-clone-element {
86
+
87
+ .e-close-icon::before {
88
+ content: '\e7e7';
89
+ position: relative;
90
+ }
91
+ }
92
+ }
@@ -1492,8 +1492,8 @@
1492
1492
  .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 {
1493
1493
  padding: 4px 6px;
1494
1494
  }
1495
- .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
1496
- .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
1495
+ .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
1496
+ .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
1497
1497
  min-width: 49px;
1498
1498
  padding: 5px 6px;
1499
1499
  }
@@ -1677,6 +1677,19 @@
1677
1677
  white-space: nowrap;
1678
1678
  overflow: hidden;
1679
1679
  }
1680
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items {
1681
+ display: -ms-flexbox;
1682
+ display: flex;
1683
+ -ms-flex-wrap: nowrap;
1684
+ flex-wrap: nowrap;
1685
+ width: 100%;
1686
+ }
1687
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
1688
+ position: absolute;
1689
+ }
1690
+ .e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
1691
+ width: calc(100% - 28px);
1692
+ }
1680
1693
  .e-toolbar .e-blazor-toolbar-items {
1681
1694
  position: absolute;
1682
1695
  top: -9999px;
@@ -1781,6 +1794,12 @@
1781
1794
  min-height: 38px;
1782
1795
  vertical-align: middle;
1783
1796
  width: auto;
1797
+ -ms-flex: 0 0 auto;
1798
+ flex: 0 0 auto;
1799
+ }
1800
+ .e-toolbar .e-toolbar-item.e-spacer {
1801
+ -ms-flex-positive: 1;
1802
+ flex-grow: 1;
1784
1803
  }
1785
1804
  .e-toolbar .e-toolbar-item .e-tbar-btn {
1786
1805
  display: -ms-flexbox;
@@ -1831,7 +1850,7 @@
1831
1850
  font-size: 14px;
1832
1851
  padding: 4px;
1833
1852
  }
1834
- .e-toolbar .e-toolbar-item:not(.e-separator) {
1853
+ .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
1835
1854
  height: inherit;
1836
1855
  min-width: 28px;
1837
1856
  padding: 4px;
@@ -2124,6 +2143,9 @@
2124
2143
  .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
2125
2144
  display: table;
2126
2145
  }
2146
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
2147
+ margin-right: 8px;
2148
+ }
2127
2149
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
2128
2150
  padding: 4px;
2129
2151
  }
@@ -2162,7 +2184,6 @@
2162
2184
  }
2163
2185
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
2164
2186
  margin-left: 0;
2165
- margin-right: 8px;
2166
2187
  }
2167
2188
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
2168
2189
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
@@ -3147,6 +3168,12 @@
3147
3168
  .e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
3148
3169
  transform: rotate(180deg);
3149
3170
  }
3171
+ .e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
3172
+ .e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
3173
+ .e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
3174
+ line-height: 1;
3175
+ padding-left: 3px;
3176
+ }
3150
3177
  .e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
3151
3178
  .e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
3152
3179
  .e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
@@ -8527,7 +8554,7 @@
8527
8554
  }
8528
8555
  .e-treeview .e-list-item.e-active.e-hover > .e-fullrow,
8529
8556
  .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
8530
- background-color: #4b5563;
8557
+ background-color: #353c46;
8531
8558
  border-color: #4b5563;
8532
8559
  }
8533
8560
  .e-treeview .e-list-item.e-editing.e-active > .e-fullrow,
@@ -8574,7 +8601,7 @@
8574
8601
  }
8575
8602
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content,
8576
8603
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
8577
- background-color: #4b5563;
8604
+ background-color: #353c46;
8578
8605
  border-color: #4b5563;
8579
8606
  }
8580
8607
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content,
@@ -10610,6 +10637,9 @@ ejs-sidebar {
10610
10637
  -ms-flex-direction: column;
10611
10638
  flex-direction: column;
10612
10639
  }
10640
+ .e-stepper.e-horizontal {
10641
+ display: block;
10642
+ }
10613
10643
  .e-stepper.e-horizontal .e-stepper-steps {
10614
10644
  -ms-flex-direction: row;
10615
10645
  flex-direction: row;
@@ -1492,8 +1492,8 @@
1492
1492
  .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 {
1493
1493
  padding: 4px 6px;
1494
1494
  }
1495
- .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
1496
- .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
1495
+ .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
1496
+ .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
1497
1497
  min-width: 49px;
1498
1498
  padding: 5px 6px;
1499
1499
  }
@@ -1677,6 +1677,19 @@
1677
1677
  white-space: nowrap;
1678
1678
  overflow: hidden;
1679
1679
  }
1680
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items {
1681
+ display: -ms-flexbox;
1682
+ display: flex;
1683
+ -ms-flex-wrap: nowrap;
1684
+ flex-wrap: nowrap;
1685
+ width: 100%;
1686
+ }
1687
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
1688
+ position: absolute;
1689
+ }
1690
+ .e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
1691
+ width: calc(100% - 28px);
1692
+ }
1680
1693
  .e-toolbar .e-blazor-toolbar-items {
1681
1694
  position: absolute;
1682
1695
  top: -9999px;
@@ -1781,6 +1794,12 @@
1781
1794
  min-height: 38px;
1782
1795
  vertical-align: middle;
1783
1796
  width: auto;
1797
+ -ms-flex: 0 0 auto;
1798
+ flex: 0 0 auto;
1799
+ }
1800
+ .e-toolbar .e-toolbar-item.e-spacer {
1801
+ -ms-flex-positive: 1;
1802
+ flex-grow: 1;
1784
1803
  }
1785
1804
  .e-toolbar .e-toolbar-item .e-tbar-btn {
1786
1805
  display: -ms-flexbox;
@@ -1831,7 +1850,7 @@
1831
1850
  font-size: 14px;
1832
1851
  padding: 4px;
1833
1852
  }
1834
- .e-toolbar .e-toolbar-item:not(.e-separator) {
1853
+ .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
1835
1854
  height: inherit;
1836
1855
  min-width: 28px;
1837
1856
  padding: 4px;
@@ -2124,6 +2143,9 @@
2124
2143
  .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
2125
2144
  display: table;
2126
2145
  }
2146
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
2147
+ margin-right: 8px;
2148
+ }
2127
2149
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
2128
2150
  padding: 4px;
2129
2151
  }
@@ -2162,7 +2184,6 @@
2162
2184
  }
2163
2185
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
2164
2186
  margin-left: 0;
2165
- margin-right: 8px;
2166
2187
  }
2167
2188
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
2168
2189
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
@@ -3147,6 +3168,12 @@
3147
3168
  .e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
3148
3169
  transform: rotate(180deg);
3149
3170
  }
3171
+ .e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
3172
+ .e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
3173
+ .e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
3174
+ line-height: 1;
3175
+ padding-left: 3px;
3176
+ }
3150
3177
  .e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
3151
3178
  .e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
3152
3179
  .e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
@@ -10610,6 +10637,9 @@ ejs-sidebar {
10610
10637
  -ms-flex-direction: column;
10611
10638
  flex-direction: column;
10612
10639
  }
10640
+ .e-stepper.e-horizontal {
10641
+ display: block;
10642
+ }
10613
10643
  .e-stepper.e-horizontal .e-stepper-steps {
10614
10644
  -ms-flex-direction: row;
10615
10645
  flex-direction: row;
@@ -0,0 +1,215 @@
1
+ $tbar-skin: $skin-name !default;
2
+ $border-size: 0;
3
+ $border-type: solid;
4
+ $tbar-icons-bgr-font-size: 22px;
5
+ $tbar-separator-bgr-mrgn: 8px 6px;
6
+ $tbar-separator-vertical-bgr-mrgn: 5px 10px;
7
+ $tbar-radius: 0;
8
+ $tbar-separator-nrml-mrgn: 7px 4px;
9
+ $tbar-pop-radius: 4px;
10
+ $tbar-separator-vertical-nrml-mrgn: 3px 7px;
11
+ $tbar-border-size: $border-size;
12
+ $tbar-separator-border-type: $border-type;
13
+ $tbar-pop-box-shadow: $shadow-lg;
14
+ $tbar-hover-border-color: $icon-color;
15
+ $tbar-pressed-border: $tbar-hover-border-color;
16
+ $tbar-zero-value: 0 !default;
17
+ $tbar-border-radius: 4px !default;
18
+ $tbar-tab-highlight-color: rgba(0, 0, 0, 0) !default;
19
+ $tbar-border-nav-type: solid !default;
20
+ $tbar-btn-box-shadow: none !default;
21
+
22
+ $tbar-default-bg: $content-bg-color-alt2 !default;
23
+ $tbar-items-default-bg: $tbar-default-bg !default;
24
+ $tbar-default-font: $content-text-color !default;
25
+ $tbar-active-bg: $content-bg-color-alt3 !default;
26
+ $tbar-active-icon-color: $icon-color !default;
27
+ $tbar-press-bg: $content-bg-color-alt2 !default;
28
+ $tbar-btn-press-bg: $tbar-press-bg !default;
29
+ $tbar-press-border-color: $border-light !default;
30
+ $tbar-hover-bg: $content-bg-color-alt4 !default;
31
+ $tbar-hover-font: $content-text-color-alt2 !default;
32
+ $tbar-default-icon-color: $icon-color !default;
33
+ $tbar-pressed-bg: $content-bg-color-alt2 !default;
34
+ $tbar-pressed-font: $content-text-color-alt2 !default;
35
+ $tbar-select-font: $content-text-color-alt2 !default;
36
+ $tbar-default-icon-overlay: $content-text-color-alt2 !default;
37
+ $tbar-separator-border: $border-light !default;
38
+ $tbar-default-border: $border-light !default;
39
+ $tbar-hover-border-color: $icon-color !default;
40
+ $tbar-focus-border-color: $tbar-hover-border-color !default;
41
+ $tbar-focus-bg: $tbar-hover-bg !default;
42
+ $tbar-press-font: $content-text-color-alt2 !default;
43
+
44
+ $tbar-default-font-overlay: $content-text-color-alt2 !default;
45
+ $tbar-active-font-color: $tbar-press-font !default;
46
+ $tbar-border-nav-type: $border-light !default;
47
+ $tbar-border-nav-active-type: $border-light !default;
48
+ $tbar-btn-border: none !default;
49
+
50
+ $tbar-box-shadow: none !default;
51
+ $tbar-border-type: $border-type !default;
52
+ $tbar-separator-size: 1px !default;
53
+ $tba-horizontal-separator: 0 $tbar-separator-size 0 0 !default;
54
+ $tba-vertical-separator: 0 0 $tbar-separator-size 0 !default;
55
+ $tbar-popup-border-width: 0 0 0 1px !default;
56
+ $tbar-popup-rtl-border-width: 0 1px 0 0 !default;
57
+ $tbar-popup-vertical-border-width: $border-size 0 0 0 !default;
58
+ $tbar-popup-vertical-rtl-border-width: 0 0 $border-size 0 !default;
59
+ $tbar-nrml-size: 48px !default;
60
+ $tbar-bgr-size: 56px !default;
61
+ $tbar-nrml-items-size: 32px !default;
62
+ $tbar-bgr-items-size: 40px !default;
63
+ $tbar-nrml-item-size: 32px !default;
64
+ $tbar-item-height: 32px !default;
65
+ $tbar-item-nrml-minwidth: 28px !default;
66
+ $tbar-bgr-item-size: 49px !default;
67
+ $tbar-btn-font-size: $text-lg !default;
68
+ $tbar-btn-txt-font-size: $text-sm !default;
69
+ $tbar-item-pop-bg-color: $transparent !default;
70
+
71
+ $tbar-item-bgr-padding: 8px 4px !default;
72
+ $tbar-item-nrml-padding: 8px 4px !default;
73
+ $tbar-btn-nrml-padding: 0 4px !default;
74
+ $tbar-btn-bgr-padding: 0 8px !default;
75
+ $tbar-btn-bgr-focus-padding: 0 8px !default;
76
+ $tbar-btn-icn-nrml-padding: 4px !default;
77
+ $tbar-btn-icn-bgr-padding: 4px 6px !default;
78
+ $tbar-rtl-btn-icn-nrml-padding: 4px !default;
79
+ $tbar-rtl-btn-icn-bgr-padding: 4px 6px !default;
80
+ $tbar-btn-icn-right-bgr-padding: 4px 6px !default;
81
+ $tbar-btn-icn-right-nrml-padding: 4px !default;
82
+ $tbar-rtl-btn-icn-right-nrml-padding: 4px !default;
83
+ $tbar-rtl-btn-icn-right-bgr-padding: 4px 6px !default;
84
+ $btn-txt-nrml-padding: 8px 4px !default;
85
+ $btn-txt-bgr-padding: 8px 4px !default;
86
+ $btn-rtl-txt-nrml-padding: 8px 4px !default;
87
+ $btn-rtl-txt-bgr-padding: 8px 4px !default;
88
+
89
+ $tbar-pop-bg: $tbar-default-bg !default;
90
+ $tbar-item-pop-nrml-padding: 0 !default;
91
+ $tbar-item-pop-bgr-padding: 0 !default;
92
+ $tbar-pop-btn-bgr-padding: 8px 18px !default;
93
+ $tbar-pop-btn-nrml-padding: 6px 12px !default;
94
+ $tbar-pop-icon-bgr-padding: 0 6px 0 0 !default;
95
+ $tbar-pop-icon-nrml-padding: 0 4px 0 0 !default;
96
+ $tbar-pop-btn-txt-nrml-pad: 0 0 0 4px !default;
97
+ $tbar-pop-btn-txt-bgr-pad: 0 0 0 6px !default;
98
+
99
+ $tbar-nav-press-border: 0 !default;
100
+ $tbar-nav-hover-border: 1px solid $tbar-default-border !default;
101
+ $tbar-nav-focus-border: 0 !default;
102
+ $tbar-nav-pressed-box-shadow: none !default;
103
+ $tbar-btn-border-radius: 4px !default;
104
+ $tbar-btn-pressed-box-shadow: none !default;
105
+ $tbar-btn-nrml-mrgn: 0 !default;
106
+ $tbar-popup-padding: 0 !default;
107
+ $tbar-btn-nrml-minheight: 32px !default;
108
+ $tbar-btn-nrml-line-height: 1 !default;
109
+ $tbar-btn-icon-nrml-line-height: 14px !default;
110
+ $tbar-btn-bgr-minheight: 40px !default;
111
+ $tbar-btn-bgr-line-height: 1 !default;
112
+ $tbar-btn-icon-bgr-line-height: 17px !default;
113
+ $tbar-btn-nrml-minwidth: 32px !default;
114
+ $tbar-btn-weight: $font-weight-normal !default;
115
+ $tbar-btn-bgr-minwidth: 40px !default;
116
+ $tbar-separator-nrml-height: 24px !default;
117
+ $tbar-separator-bgr-height: 30px !default;
118
+ $tbar-separator-nrml-minheight: $tbar-separator-nrml-height !default;
119
+ $tbar-separator-bgr-minheight: $tbar-separator-bgr-height !default;
120
+ $tbar-btn-icon-nrml-width: 12px !default;
121
+ $tbar-btn-icon-nrml-height: 16px !default;
122
+ $tbar-right-item-line-height: 1 !default;
123
+ $tbar-btn-icon-bgr-width: 13px !default;
124
+ $tbar-nav-nrml-width: 28px !default;
125
+ $tbar-nav-bgr-width: 36px !default;
126
+ $tbar-item-nrml-mrgn: 8px !default;
127
+ $tbar-item-bgr-mrgn: 10px !default;
128
+ $tbar-btn-pop-nrml-minheight: 38px !default;
129
+ $tbar-btn-pop-bgr-minheight: 48px !default;
130
+ $tbar-multirow-items-mrgn-bigger: 12.5px !default;
131
+ $tbar-multirow-items-mrgn-small: 10px !default;
132
+ $tbar-multirow-item-top-btm-mrgn-bigger: 0 !default;
133
+ $tbar-multirow-item-top-btm-mrgn-small: 0 !default;
134
+
135
+ $tbar-bgr-btn-text-font-size: $text-base !default;
136
+ $tbar-bgr-btn-icon-font-size: 20px !default;
137
+ $tbar-bgr-btn-focus-padding: 0 8px !default;
138
+
139
+ $tbar-nrml-btn-border-radius: 4px !default;
140
+ $tbar-nrml-btn-focus-padding: 0 4px !default;
141
+ $tbar-nrml-btn-focus-outline: 0 !default;
142
+
143
+ $tbar-btn-icons-focus-color: $icon-color !default;
144
+ $tbar-btn-text-focus-color: $content-text-color !default;
145
+ $tbar-btn-focus-border-color: $tbar-focus-border-color !default;
146
+ $tbar-btn-hover-border-size: $tbar-border-size !default;
147
+ $tbar-btn-hover-active-icons-color: $icon-color !default;
148
+ $tbar-btn-hover-active-text-color: $content-text-color !default;
149
+ $tbar-btn-overlay-opacity: .5 !default;
150
+ $tbar-btn-active-bg: $tbar-press-bg !default;
151
+ $tbar-btn-active-icons-color: $icon-color !default;
152
+ $tbar-btn-active-text-color: $content-text-color !default;
153
+ $tbar-btn-text-color: $content-text-color !default;
154
+ $tbar-btn-pressed-text-color: $secondary-text-color-pressed !default;
155
+ $tbar-btn-pressed-focus-box-shadow: $shadow-sm !default;
156
+ $tbar-btn-pressed-bg: $secondary-bg-color-pressed !default;
157
+ $tbar-flat-btn-active-box-shadow: $shadow-sm !default;
158
+
159
+ $tbar-ext-btn-focus-padding: 0 4px !default;
160
+ $tbar-ext-btn-icon-padding: 8px 4px !default;
161
+ $tbar-ext-btn-icon-font-size: $text-base !default;
162
+ $tbar-ext-btn-focus-box-shadow: none !default;
163
+ $tbar-ext-btn-hover-border-color: $tbar-hover-border-color !default;
164
+ $tbar-ext-btn-border: none !default;
165
+
166
+ $tbar-popup-icon-font-size: $text-lg !default;
167
+ $tbar-popup-text-btn-icon-padding: 0 !default;
168
+ $tbar-popup-bgr-text-btn-icon-padding: 0 !default;
169
+ $tbar-popup-btn-border: none !default;
170
+ $tbar-popup-btn-border-radius: 4px !default;
171
+ $tbar-popup-bgr-height: 38px !default;
172
+ $tbar-popup-bgr-btn-icon-font-size: $text-base !default;
173
+ $tbar-popup-bgr-btn-text-font-size: $text-base !default;
174
+ $tbar-popup-nav-active-border-bottom-right-radius: 0 !default;
175
+ $tbar-popup-nav-active-bg: $tbar-default-bg !default;
176
+ $tbar-popup-nav-active-icons-color: $tbar-default-icon-color !default;
177
+ $tbar-popup-nav-hover-bg: $tbar-hover-bg !default;
178
+ $tbar-popup-nav-hover-color: $tbar-hover-font !default;
179
+ $tbar-popup-nav-hover-icons-color: $icon-color !default;
180
+ $tbar-popup-nav-hover-border-color: $tbar-default-border !default;
181
+ $tbar-popup-nav-hover-border-size: 0 0 0 1px !default;
182
+ $tbar-popup-nav-hover-active-bg: $tbar-hover-bg !default;
183
+ $tbar-popup-nav-hover-active-border-color: $tbar-default-border !default;
184
+ $tbar-popup-nav-hover-active-border-size: 0 !default;
185
+ $tbar-popup-nav-focus-bg: $tbar-hover-bg !default;
186
+ $tbar-popup-nav-focus-color: $tbar-hover-font !default;
187
+ $tbar-popup-nav-focus-border-color: $icon-color !default;
188
+ $tbar-popup-nav-focus-border-size: 0 !default;
189
+ $tbar-popup-btn-bg: $transparent !default;
190
+ $tbar-popup-btn-hover-bg: $tbar-hover-bg !default;
191
+ $tbar-popup-btn-hover-box-shadow: none !default;
192
+ $tbar-popup-btn-active-bg: transparent !default;
193
+ $tbar-popup-btn-active-box-shadow: none !default;
194
+ $tbar-popup-btn-focus-bg: $tbar-hover-bg !default;
195
+ $tbar-popup-btn-focus-box-shadow: none !default;
196
+ $tbar-popup-nav-pressed-icons-active-color: $tbar-active-font-color !default;
197
+ $tbar-popup-btn-focus-outline: 0 !default;
198
+ $tbar-popup-nav-pressed-border-color: $tbar-pressed-bg !default;
199
+ $tbar-popup-nav-pressed-border-size: 0 !default;
200
+ $tbar-popup-nav-pressed-focus-border-color: $tbar-pressed-bg !default;
201
+ $tbar-popup-nav-pressed-focus-border-size: 0 !default;
202
+ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
203
+
204
+ @mixin tbar-btn-animation {
205
+ content: '';
206
+ }
207
+
208
+ @mixin tbar-btn-animation-after {
209
+ content: '';
210
+ }
211
+
212
+ /* stylelint-disable */
213
+ .e-toolbar-pop {
214
+ padding: 6px !important;
215
+ }
@@ -59,7 +59,7 @@ $tbar-nav-press-border: 0 !default;
59
59
  $tbar-nav-hover-border: 1px solid $grey-99 !default;
60
60
  $tbar-nav-focus-border: 0 !default;
61
61
  $tbar-pressed-border: transparent !default;
62
- $tbar-btn-border: none !default;
62
+ $tbar-btn-border: 1px solid transparent !default;
63
63
 
64
64
  $tbar-nav-pressed-box-shadow: inset 0 4px 5px rgba($grey-base, .35) !default;
65
65
  $tbar-pop-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !default;
@@ -120,7 +120,7 @@ $tbar-separator-bgr-height: calc(100% - 12px) !default;
120
120
  $tbar-separator-bgr-mrgn: 6px 6px !default;
121
121
  $tbar-separator-nrml-mrgn: 5.5px 6px !default;
122
122
  $tbar-btn-bgr-padding: 1px 7px !default;
123
- $tbar-btn-bgr-focus-padding: 0 6px !default;
123
+ $tbar-btn-bgr-focus-padding: 0 7px !default;
124
124
  $tbar-btn-nrml-padding: 1px 2.5px !default;
125
125
  $tbar-icons-bgr-font-size: 14px !default;
126
126
  $tbar-multirow-items-mrgn-bigger: 15px !default;
@@ -133,7 +133,7 @@ $tbar-bgr-btn-icon-font-size: 16px !default;
133
133
  $tbar-bgr-btn-focus-padding: 0 6px !default;
134
134
 
135
135
  $tbar-nrml-btn-border-radius: 4px !default;
136
- $tbar-nrml-btn-focus-padding: 0 1.5px !default;
136
+ $tbar-nrml-btn-focus-padding: 0 2.5px !default;
137
137
  $tbar-nrml-btn-focus-outline: 0 !default;
138
138
 
139
139
  $tbar-btn-icons-focus-color: $grey-dark-font !default;
@@ -1,6 +1,6 @@
1
1
  $border-type: solid !default;
2
2
  $border-size: 1px !default;
3
- $tbar-btn-border: none !default;
3
+ $tbar-btn-border: 1px solid transparent !default;
4
4
  $tbar-skin: 'bootstrap4' !default;
5
5
  $tbar-zero-value: 0 !default;
6
6
  $tbar-separator-bgr-minheight: 36px !default;
@@ -125,7 +125,7 @@ $tbar-separator-nrml-mrgn: 5.5px 6px !default;
125
125
  $tbar-separator-vertical-bgr-mrgn: 6px !default;
126
126
  $tbar-separator-vertical-nrml-mrgn: 6px 5.5px !default;
127
127
  $tbar-btn-bgr-padding: 1.5px 5.5px !default;
128
- $tbar-btn-bgr-focus-padding: 0 4.5px !default;
128
+ $tbar-btn-bgr-focus-padding: 1.5px 5.5px !default;
129
129
  $tbar-btn-nrml-padding: 0 3px !default;
130
130
  $tbar-icons-bgr-font-size: 16px !default;
131
131
  $tbar-multirow-items-mrgn-bigger: 15px !default;
@@ -138,7 +138,7 @@ $tbar-bgr-btn-icon-font-size: 16px !default;
138
138
  $tbar-bgr-btn-focus-padding: 0 5.5px !default;
139
139
 
140
140
  $tbar-nrml-btn-border-radius: 4px !default;
141
- $tbar-nrml-btn-focus-padding: 0 2px !default;
141
+ $tbar-nrml-btn-focus-padding: 0 3px !default;
142
142
  $tbar-nrml-btn-focus-outline: 0 !default;
143
143
 
144
144
  $tbar-btn-icons-focus-color: inherit !default;
@@ -45,7 +45,7 @@ $tbar-default-font-overlay: $content-text-color !default;
45
45
  $tbar-active-font-color: $tbar-press-font !default;
46
46
  $tbar-border-nav-type: $border-light !default;
47
47
  $tbar-border-nav-active-type: $border-light !default;
48
- $tbar-btn-border: none !default;
48
+ $tbar-btn-border: 1px solid $transparent !default;
49
49
 
50
50
  $tbar-box-shadow: $shadow-sm !default;
51
51
  $tbar-border-type: $border-type !default;
@@ -142,8 +142,8 @@ $tbar-nrml-btn-focus-outline: none !default;
142
142
 
143
143
  $tbar-btn-icons-focus-color: $icon-color !default;
144
144
  $tbar-btn-text-focus-color: $content-text-color !default;
145
- $tbar-btn-focus-border-color: $tbar-focus-border-color !default;
146
- $tbar-btn-hover-border-size: $tbar-zero-value !default;
145
+ $tbar-btn-focus-border-color: $transparent !default;
146
+ $tbar-btn-hover-border-size: 1px !default;
147
147
  $tbar-btn-hover-active-icons-color: $icon-color !default;
148
148
  $tbar-btn-hover-active-text-color: $content-text-color !default;
149
149
  $tbar-btn-overlay-opacity: .5 !default;
@@ -98,7 +98,7 @@
98
98
  }
99
99
  }
100
100
 
101
- &:not(.e-separator) {
101
+ &:not(.e-separator):not(.e-spacer) {
102
102
  min-width: $tbar-bgr-item-size;
103
103
  padding: $tbar-item-bgr-padding;
104
104
  }
@@ -312,7 +312,7 @@
312
312
  }
313
313
  }
314
314
  }
315
-
315
+
316
316
  .e-toolbar {
317
317
  border-radius: $tbar-radius;
318
318
  display: block;
@@ -323,6 +323,27 @@
323
323
  white-space: nowrap;
324
324
  overflow: hidden;
325
325
 
326
+ &.e-spacer-toolbar {
327
+
328
+ .e-toolbar-items {
329
+ display: flex;
330
+ flex-wrap: nowrap;
331
+ width: 100%;
332
+
333
+ &:not(.e-toolbar-multirow) {
334
+ position: absolute;
335
+ }
336
+ }
337
+
338
+ &.e-pop-mode {
339
+
340
+ .e-toolbar-items {
341
+ width: calc(100% - $tbar-nav-nrml-width);
342
+ }
343
+ }
344
+ }
345
+
346
+
326
347
  .e-blazor-toolbar-items {
327
348
  position: absolute;
328
349
  top: -9999px;
@@ -460,6 +481,11 @@
460
481
  min-height: $tbar-nrml-item-size;
461
482
  vertical-align: middle;
462
483
  width: auto;
484
+ flex: 0 0 auto;
485
+
486
+ &.e-spacer {
487
+ flex-grow: 1;
488
+ }
463
489
 
464
490
  .e-tbar-btn {
465
491
  display: flex;
@@ -520,7 +546,7 @@
520
546
  }
521
547
  }
522
548
 
523
- &:not(.e-separator) {
549
+ &:not(.e-separator):not(.e-spacer) {
524
550
  height: inherit;
525
551
  min-width: $tbar-item-nrml-minwidth;
526
552
  padding: $tbar-item-nrml-padding;
@@ -890,6 +916,16 @@
890
916
 
891
917
  &.e-rtl {
892
918
 
919
+ &:not(.e-spacer-toolbar) {
920
+
921
+ .e-toolbar-items:not(.e-tbar-pos) {
922
+
923
+ .e-toolbar-item:first-child {
924
+ margin-right: $tbar-item-nrml-mrgn;
925
+ }
926
+ }
927
+ }
928
+
893
929
  .e-toolbar-item {
894
930
 
895
931
  .e-tbar-btn {
@@ -961,10 +997,8 @@
961
997
  }
962
998
 
963
999
  &:not(.e-tbar-pos) {
964
-
965
1000
  .e-toolbar-item:first-child {
966
1001
  margin-left: 0;
967
- margin-right: $tbar-item-nrml-mrgn;
968
1002
  }
969
1003
  }
970
1004