@syncfusion/ej2-navigations 20.3.60 → 20.4.38

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 (226) hide show
  1. package/.eslintrc.json +16 -1
  2. package/CHANGELOG.md +17 -0
  3. package/dist/ej2-navigations.min.js +2 -2
  4. package/dist/ej2-navigations.umd.min.js +2 -2
  5. package/dist/ej2-navigations.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-navigations.es2015.js +253 -205
  7. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  8. package/dist/es6/ej2-navigations.es5.js +250 -202
  9. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  10. package/dist/global/ej2-navigations.min.js +2 -2
  11. package/dist/global/ej2-navigations.min.js.map +1 -1
  12. package/dist/global/index.d.ts +1 -1
  13. package/package.json +11 -11
  14. package/src/accordion/accordion.js +20 -19
  15. package/src/appbar/appbar-model.d.ts +15 -15
  16. package/src/appbar/appbar.d.ts +15 -15
  17. package/src/appbar/appbar.js +3 -3
  18. package/src/breadcrumb/breadcrumb-model.d.ts +1 -1
  19. package/src/breadcrumb/breadcrumb.js +10 -5
  20. package/src/carousel/carousel.js +10 -10
  21. package/src/common/menu-base.js +9 -5
  22. package/src/menu/menu.js +2 -2
  23. package/src/sidebar/sidebar.d.ts +1 -0
  24. package/src/sidebar/sidebar.js +6 -2
  25. package/src/tab/tab-model.d.ts +9 -0
  26. package/src/tab/tab.d.ts +9 -0
  27. package/src/tab/tab.js +28 -18
  28. package/src/toolbar/toolbar-model.d.ts +9 -0
  29. package/src/toolbar/toolbar.d.ts +11 -0
  30. package/src/toolbar/toolbar.js +132 -123
  31. package/src/treeview/treeview-model.d.ts +133 -45
  32. package/src/treeview/treeview.d.ts +135 -48
  33. package/src/treeview/treeview.js +30 -14
  34. package/styles/accordion/_bootstrap-dark-definition.scss +100 -0
  35. package/styles/accordion/_bootstrap-definition.scss +100 -0
  36. package/styles/accordion/_bootstrap4-definition.scss +95 -1
  37. package/styles/accordion/_bootstrap5-definition.scss +99 -3
  38. package/styles/accordion/_fabric-dark-definition.scss +100 -0
  39. package/styles/accordion/_fabric-definition.scss +100 -0
  40. package/styles/accordion/_fluent-definition.scss +98 -2
  41. package/styles/accordion/_fusionnew-definition.scss +99 -3
  42. package/styles/accordion/_highcontrast-definition.scss +98 -3
  43. package/styles/accordion/_highcontrast-light-definition.scss +98 -3
  44. package/styles/accordion/_layout.scss +25 -91
  45. package/styles/accordion/_material-dark-definition.scss +100 -0
  46. package/styles/accordion/_material-definition.scss +100 -0
  47. package/styles/accordion/_material3-definition.scss +99 -3
  48. package/styles/accordion/_tailwind-definition.scss +99 -2
  49. package/styles/accordion/_theme.scss +184 -345
  50. package/styles/accordion/bootstrap-dark.css +202 -16
  51. package/styles/accordion/bootstrap.css +202 -16
  52. package/styles/accordion/bootstrap4.css +171 -17
  53. package/styles/accordion/bootstrap5-dark.css +202 -13
  54. package/styles/accordion/bootstrap5.css +202 -13
  55. package/styles/accordion/fabric-dark.css +209 -11
  56. package/styles/accordion/fabric.css +209 -11
  57. package/styles/accordion/fluent-dark.css +217 -5
  58. package/styles/accordion/fluent.css +217 -5
  59. package/styles/accordion/highcontrast-light.css +186 -52
  60. package/styles/accordion/highcontrast.css +186 -52
  61. package/styles/accordion/material-dark.css +210 -16
  62. package/styles/accordion/material.css +209 -15
  63. package/styles/accordion/tailwind-dark.css +199 -8
  64. package/styles/accordion/tailwind.css +199 -8
  65. package/styles/bootstrap-dark.css +999 -145
  66. package/styles/bootstrap.css +986 -132
  67. package/styles/bootstrap4.css +888 -167
  68. package/styles/bootstrap5-dark.css +949 -179
  69. package/styles/bootstrap5.css +949 -179
  70. package/styles/context-menu/_layout.scss +0 -3
  71. package/styles/context-menu/bootstrap5-dark.css +0 -1
  72. package/styles/context-menu/bootstrap5.css +0 -1
  73. package/styles/context-menu/fluent-dark.css +0 -1
  74. package/styles/context-menu/fluent.css +0 -1
  75. package/styles/context-menu/tailwind-dark.css +0 -1
  76. package/styles/context-menu/tailwind.css +0 -1
  77. package/styles/fabric-dark.css +1068 -232
  78. package/styles/fabric.css +1067 -231
  79. package/styles/fluent-dark.css +1014 -123
  80. package/styles/fluent.css +1012 -121
  81. package/styles/h-scroll/_bootstrap-dark-definition.scss +8 -0
  82. package/styles/h-scroll/_bootstrap-definition.scss +8 -0
  83. package/styles/h-scroll/_bootstrap4-definition.scss +8 -0
  84. package/styles/h-scroll/_bootstrap5-definition.scss +8 -0
  85. package/styles/h-scroll/_fabric-dark-definition.scss +8 -0
  86. package/styles/h-scroll/_fabric-definition.scss +8 -0
  87. package/styles/h-scroll/_fluent-definition.scss +8 -0
  88. package/styles/h-scroll/_fusionnew-definition.scss +8 -0
  89. package/styles/h-scroll/_highcontrast-definition.scss +6 -1
  90. package/styles/h-scroll/_highcontrast-light-definition.scss +6 -1
  91. package/styles/h-scroll/_layout.scss +1 -4
  92. package/styles/h-scroll/_material-dark-definition.scss +8 -0
  93. package/styles/h-scroll/_material-definition.scss +8 -0
  94. package/styles/h-scroll/_material3-definition.scss +8 -0
  95. package/styles/h-scroll/_tailwind-definition.scss +8 -0
  96. package/styles/h-scroll/_theme.scss +12 -40
  97. package/styles/h-scroll/bootstrap-dark.css +13 -0
  98. package/styles/h-scroll/bootstrap.css +13 -0
  99. package/styles/h-scroll/bootstrap4.css +7 -0
  100. package/styles/h-scroll/bootstrap5-dark.css +12 -0
  101. package/styles/h-scroll/bootstrap5.css +12 -0
  102. package/styles/h-scroll/fabric-dark.css +15 -2
  103. package/styles/h-scroll/fabric.css +15 -2
  104. package/styles/h-scroll/fluent-dark.css +13 -0
  105. package/styles/h-scroll/fluent.css +13 -0
  106. package/styles/h-scroll/highcontrast-light.css +8 -7
  107. package/styles/h-scroll/highcontrast.css +10 -9
  108. package/styles/h-scroll/icons/_fabric-dark.scss +2 -2
  109. package/styles/h-scroll/icons/_fabric.scss +2 -2
  110. package/styles/h-scroll/icons/_highcontrast.scss +2 -2
  111. package/styles/h-scroll/material-dark.css +13 -2
  112. package/styles/h-scroll/material.css +13 -2
  113. package/styles/h-scroll/tailwind-dark.css +12 -0
  114. package/styles/h-scroll/tailwind.css +12 -0
  115. package/styles/highcontrast-light.css +918 -369
  116. package/styles/highcontrast.css +925 -370
  117. package/styles/material-dark.css +1184 -114
  118. package/styles/material.css +1162 -92
  119. package/styles/menu/_theme.scss +1 -1
  120. package/styles/menu/fluent-dark.css +1 -1
  121. package/styles/menu/fluent.css +1 -1
  122. package/styles/tab/_bootstrap-dark-definition.scss +271 -15
  123. package/styles/tab/_bootstrap-definition.scss +266 -9
  124. package/styles/tab/_bootstrap4-definition.scss +266 -9
  125. package/styles/tab/_bootstrap5-definition.scss +270 -13
  126. package/styles/tab/_fabric-dark-definition.scss +270 -13
  127. package/styles/tab/_fabric-definition.scss +270 -13
  128. package/styles/tab/_fluent-definition.scss +269 -12
  129. package/styles/tab/_fusionnew-definition.scss +268 -11
  130. package/styles/tab/_highcontrast-definition.scss +271 -14
  131. package/styles/tab/_highcontrast-light-definition.scss +271 -14
  132. package/styles/tab/_layout.scss +295 -988
  133. package/styles/tab/_material-dark-definition.scss +266 -9
  134. package/styles/tab/_material-definition.scss +266 -9
  135. package/styles/tab/_material3-definition.scss +268 -11
  136. package/styles/tab/_tailwind-definition.scss +267 -10
  137. package/styles/tab/_theme.scss +305 -843
  138. package/styles/tab/bootstrap-dark.css +587 -109
  139. package/styles/tab/bootstrap.css +574 -96
  140. package/styles/tab/bootstrap4.css +546 -114
  141. package/styles/tab/bootstrap5-dark.css +523 -134
  142. package/styles/tab/bootstrap5.css +523 -134
  143. package/styles/tab/fabric-dark.css +614 -199
  144. package/styles/tab/fabric.css +612 -197
  145. package/styles/tab/fluent-dark.css +546 -102
  146. package/styles/tab/fluent.css +546 -102
  147. package/styles/tab/highcontrast-light.css +520 -250
  148. package/styles/tab/highcontrast.css +520 -244
  149. package/styles/tab/icons/_bootstrap-dark.scss +0 -33
  150. package/styles/tab/icons/_bootstrap.scss +0 -33
  151. package/styles/tab/icons/_bootstrap4.scss +0 -26
  152. package/styles/tab/icons/_bootstrap5.scss +0 -37
  153. package/styles/tab/icons/_fabric-dark.scss +0 -33
  154. package/styles/tab/icons/_fabric.scss +0 -33
  155. package/styles/tab/icons/_fluent.scss +0 -33
  156. package/styles/tab/icons/_fusionnew.scss +0 -37
  157. package/styles/tab/icons/_highcontrast-light.scss +0 -37
  158. package/styles/tab/icons/_highcontrast.scss +0 -26
  159. package/styles/tab/icons/_material-dark.scss +0 -37
  160. package/styles/tab/icons/_material.scss +0 -37
  161. package/styles/tab/icons/_material3.scss +0 -37
  162. package/styles/tab/icons/_tailwind.scss +0 -37
  163. package/styles/tab/material-dark.css +705 -54
  164. package/styles/tab/material.css +705 -54
  165. package/styles/tab/tailwind-dark.css +706 -71
  166. package/styles/tab/tailwind.css +706 -71
  167. package/styles/tailwind-dark.css +1145 -99
  168. package/styles/tailwind.css +1144 -98
  169. package/styles/toolbar/_bootstrap-dark-definition.scss +93 -0
  170. package/styles/toolbar/_bootstrap-definition.scss +93 -0
  171. package/styles/toolbar/_bootstrap4-definition.scss +94 -1
  172. package/styles/toolbar/_bootstrap5-definition.scss +94 -8
  173. package/styles/toolbar/_fabric-dark-definition.scss +92 -3
  174. package/styles/toolbar/_fabric-definition.scss +92 -3
  175. package/styles/toolbar/_fluent-definition.scss +96 -8
  176. package/styles/toolbar/_fusionnew-definition.scss +94 -8
  177. package/styles/toolbar/_highcontrast-definition.scss +93 -4
  178. package/styles/toolbar/_highcontrast-light-definition.scss +93 -4
  179. package/styles/toolbar/_layout.scss +48 -177
  180. package/styles/toolbar/_material-dark-definition.scss +93 -0
  181. package/styles/toolbar/_material-definition.scss +93 -0
  182. package/styles/toolbar/_material3-definition.scss +94 -8
  183. package/styles/toolbar/_tailwind-definition.scss +94 -6
  184. package/styles/toolbar/_theme.scss +169 -278
  185. package/styles/toolbar/bootstrap-dark.css +196 -19
  186. package/styles/toolbar/bootstrap.css +196 -19
  187. package/styles/toolbar/bootstrap4.css +164 -36
  188. package/styles/toolbar/bootstrap5-dark.css +210 -29
  189. package/styles/toolbar/bootstrap5.css +210 -29
  190. package/styles/toolbar/fabric-dark.css +219 -9
  191. package/styles/toolbar/fabric.css +220 -10
  192. package/styles/toolbar/fluent-dark.css +233 -10
  193. package/styles/toolbar/fluent.css +233 -10
  194. package/styles/toolbar/highcontrast-light.css +199 -43
  195. package/styles/toolbar/highcontrast.css +200 -44
  196. package/styles/toolbar/material-dark.css +233 -19
  197. package/styles/toolbar/material.css +233 -19
  198. package/styles/toolbar/tailwind-dark.css +224 -15
  199. package/styles/toolbar/tailwind.css +223 -14
  200. package/styles/treeview/_material-definition.scss +1 -1
  201. package/styles/treeview/_theme.scss +11 -1
  202. package/styles/treeview/fluent-dark.css +2 -2
  203. package/styles/treeview/material.css +2 -2
  204. package/styles/treeview/tailwind.css +2 -2
  205. package/styles/v-scroll/_highcontrast-definition.scss +0 -1
  206. package/styles/v-scroll/_highcontrast-light-definition.scss +0 -1
  207. package/styles/v-scroll/_theme.scss +0 -26
  208. package/styles/v-scroll/bootstrap5-dark.css +2 -2
  209. package/styles/v-scroll/bootstrap5.css +2 -2
  210. package/styles/v-scroll/fabric-dark.css +2 -2
  211. package/styles/v-scroll/fabric.css +2 -2
  212. package/styles/v-scroll/fluent-dark.css +2 -2
  213. package/styles/v-scroll/fluent.css +2 -2
  214. package/styles/v-scroll/highcontrast-light.css +2 -14
  215. package/styles/v-scroll/highcontrast.css +2 -14
  216. package/styles/v-scroll/icons/_bootstrap5.scss +2 -2
  217. package/styles/v-scroll/icons/_fabric-dark.scss +2 -2
  218. package/styles/v-scroll/icons/_fabric.scss +2 -2
  219. package/styles/v-scroll/icons/_fluent.scss +2 -2
  220. package/styles/v-scroll/icons/_fusionnew.scss +2 -2
  221. package/styles/v-scroll/icons/_highcontrast-light.scss +2 -2
  222. package/styles/v-scroll/icons/_highcontrast.scss +2 -2
  223. package/styles/v-scroll/icons/_material3.scss +2 -2
  224. package/styles/v-scroll/icons/_tailwind.scss +2 -2
  225. package/styles/v-scroll/tailwind-dark.css +2 -2
  226. package/styles/v-scroll/tailwind.css +2 -2
@@ -8,10 +8,8 @@
8
8
  min-height: $tbar-bgr-size;
9
9
 
10
10
  .e-tbar-btn {
11
- @if $tbar-skin == 'bootstrap4' {
12
- .e-tbar-btn-text {
13
- font-size: $tbar-icons-bgr-font-size;
14
- }
11
+ .e-tbar-btn-text {
12
+ font-size: $tbar-bgr-btn-text-font-size;
15
13
  }
16
14
  }
17
15
 
@@ -19,10 +17,7 @@
19
17
  font-size: $tbar-icons-bgr-font-size;
20
18
 
21
19
  &.e-btn-icon {
22
-
23
- @if $tbar-skin == 'bootstrap4' {
24
- font-size: $tbar-icons-bgr-font-size;
25
- }
20
+ font-size: $tbar-bgr-btn-icon-font-size;
26
21
  }
27
22
  }
28
23
 
@@ -118,9 +113,6 @@
118
113
  line-height: $tbar-btn-icon-bgr-line-height;
119
114
  min-height: $tbar-btn-icon-bgr-height;
120
115
  min-width: $tbar-btn-icon-bgr-width;
121
- @if $tbar-skin == 'bootstrap5' {
122
- padding-bottom: 4px;
123
- }
124
116
  }
125
117
  }
126
118
 
@@ -128,19 +120,13 @@
128
120
 
129
121
  .e-tbar-btn-text {
130
122
  line-height: $tbar-btn-txt-line-height;
131
-
132
- @if $tbar-skin == 'tailwind' or $tbar-skin == 'bootstrap5' {
133
- font-size: 16px;
134
- }
135
123
  }
136
124
  }
137
125
 
138
126
  .e-toolbar-pop {
139
127
 
140
128
  .e-toolbar-item {
141
- @if $tbar-skin == 'material' {
142
- height: 48px;
143
- }
129
+ height: $tbar-popup-bgr-height;
144
130
 
145
131
  &:not(.e-separator) {
146
132
  min-width: 48px;
@@ -149,35 +135,22 @@
149
135
 
150
136
  .e-tbar-btn .e-icons.e-btn-icon {
151
137
  min-width: $tbar-btn-icon-bgr-width;
152
-
153
- @if $tbar-skin == 'tailwind' or $tbar-skin == 'bootstrap5' {
154
- font-size: 16px;
155
- }
138
+ font-size: $tbar-popup-bgr-btn-icon-font-size;
156
139
  }
157
140
 
158
141
  .e-tbar-btn.e-btn {
159
142
  min-height: $tbar-btn-pop-bgr-minheight;
160
143
  padding: $tbar-pop-btn-bgr-padding;
161
- @if $tbar-skin == 'bootstrap' {
162
- line-height: 34px;
163
- }
144
+ line-height: $tbar-popup-bgr-btn-line-height;
164
145
 
165
146
  .e-icons.e-btn-icon {
166
147
  margin-left: $tbar-zero-value;
167
148
  padding: $tbar-pop-icon-bgr-padding;
168
149
  }
169
150
 
170
- .e-icon-left {
171
- @if $tbar-skin == 'material' {
172
- padding-right: 16px;
173
- }
174
- }
175
-
176
151
  .e-tbar-btn-text {
177
152
  padding: $tbar-pop-btn-txt-bgr-pad;
178
- @if $tbar-skin == 'tailwind' or $tbar-skin == 'bootstrap5' {
179
- font-size: 16px;
180
- }
153
+ font-size: $tbar-popup-bgr-btn-text-font-size;
181
154
  }
182
155
  }
183
156
  }
@@ -192,9 +165,7 @@
192
165
  white-space: normal;
193
166
 
194
167
  .e-toolbar-item:not(.e-separator) {
195
- @if $tbar-skin == 'fabric' or $tbar-skin == 'highcontrast' {
196
- margin: $tbar-multirow-item-top-btm-mrgn-bigger;
197
- }
168
+ margin: $tbar-multirow-item-top-btm-mrgn-bigger;
198
169
  }
199
170
 
200
171
  .e-toolbar-item.e-separator.e-multirow-separator,
@@ -256,9 +227,7 @@
256
227
 
257
228
  &:not(.e-separator) {
258
229
  min-width: $tbar-bgr-item-size;
259
- @if ($tbar-skin != 'FluentUI') {
260
- padding: $tbar-item-bgr-padding;
261
- }
230
+ padding: $tbar-item-bgr-padding;
262
231
  }
263
232
 
264
233
  &.e-separator {
@@ -275,12 +244,7 @@
275
244
  &.e-tbtn-txt {
276
245
 
277
246
  .e-icons.e-btn-icon {
278
- @if $tbar-skin == 'bootstrap5' {
279
- padding-bottom: $tbar-big-pop-padding-bottom;
280
- }
281
- @else {
282
- padding: $tbar-zero-value;
283
- }
247
+ padding: $tbar-popup-bgr-text-btn-icon-padding;
284
248
  }
285
249
  }
286
250
  }
@@ -293,15 +257,12 @@
293
257
  min-height: $tbar-btn-bgr-minheight;
294
258
  min-width: $tbar-btn-bgr-minwidth;
295
259
  padding: $tbar-btn-bgr-padding;
260
+ line-height: $tbar-bgr-btn-line-height;
296
261
 
297
- @if $tbar-skin == 'bootstrap' or $tbar-skin == 'bootstrap4' {
298
- line-height: 34px;
299
-
300
- &:focus,
301
- &:hover,
302
- &:active {
303
- padding: $tbar-btn-bgr-focus-padding;
304
- }
262
+ &:focus,
263
+ &:hover,
264
+ &:active {
265
+ padding: $tbar-btn-bgr-focus-padding;
305
266
  }
306
267
 
307
268
  &.e-tbtn-txt {
@@ -330,10 +291,6 @@
330
291
  padding-left: $tbar-item-bgr-mrgn;
331
292
  padding-right: $tbar-item-bgr-mrgn;
332
293
  padding-top: 0;
333
-
334
- @if $tbar-skin != 'material' {
335
- margin-left: -1px;
336
- }
337
294
  }
338
295
 
339
296
  .e-toolbar-extended.e-popup-close {
@@ -354,14 +311,9 @@
354
311
  white-space: normal;
355
312
 
356
313
  .e-toolbar-item:not(.e-separator) {
357
-
358
- @if $tbar-skin == 'fabric' or $tbar-skin == 'highcontrast' {
359
- margin: $tbar-item-bgr-padding-bigger;
360
- }
314
+ margin: $tbar-bgr-item-margin;
361
315
  min-width: $tbar-bgr-item-size;
362
- @if ($tbar-skin != 'FluentUI') {
363
- padding: $tbar-item-bgr-padding;
364
- }
316
+ padding: $tbar-item-bgr-padding;
365
317
  }
366
318
 
367
319
  .e-toolbar-item.e-separator.e-extended-separator {
@@ -394,19 +346,10 @@
394
346
  min-width: $tbar-btn-bgr-minwidth;
395
347
  padding: $tbar-btn-bgr-padding;
396
348
 
397
- @if $tbar-skin == 'bootstrap' {
398
- &:hover,
399
- &:focus,
400
- &:active {
401
- padding: 0 6px;
402
- }
403
- }
404
- @if $tbar-skin == 'bootstrap4' {
405
- &:hover,
406
- &:focus,
407
- &:active {
408
- padding: 0 5.5px;
409
- }
349
+ &:hover,
350
+ &:focus,
351
+ &:active {
352
+ padding: $tbar-bgr-btn-focus-padding;
410
353
  }
411
354
  }
412
355
 
@@ -438,9 +381,6 @@
438
381
 
439
382
  .e-toolbar-extended {
440
383
  padding-right: $tbar-item-bgr-mrgn;
441
- @if $tbar-skin != 'material' {
442
- margin-left: 0;
443
- }
444
384
  }
445
385
  }
446
386
 
@@ -508,10 +448,7 @@
508
448
 
509
449
  .e-toolbar-extended {
510
450
  padding-right: $tbar-item-nrml-mrgn;
511
-
512
- @if $tbar-skin != 'material' {
513
- margin-left: 0;
514
- }
451
+ margin-left: 0;
515
452
 
516
453
  .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
517
454
  padding-left: 0;
@@ -547,10 +484,7 @@
547
484
  padding-left: $tbar-item-nrml-mrgn;
548
485
  padding-right: $tbar-item-nrml-mrgn;
549
486
  padding-top: 0;
550
-
551
- @if $tbar-skin != 'material' {
552
- margin-left: -1px;
553
- }
487
+ margin-left: -1px;
554
488
 
555
489
  .e-toolbar-item.e-toolbar-text .e-tbar-btn-text {
556
490
  display: none;
@@ -575,15 +509,10 @@
575
509
  white-space: normal;
576
510
 
577
511
  .e-toolbar-item:not(.e-separator) {
578
-
579
- @if $tbar-skin == 'fabric' or $tbar-skin == 'highcontrast' {
580
- margin: $tbar-item-nrml-padding-small;
581
- }
512
+ margin: $tbar-ext-btn-margin;
582
513
  height: 100%;
583
514
  min-width: $tbar-item-nrml-minwidth;
584
- @if ($tbar-skin != 'FluentUI') {
585
- padding: $tbar-item-nrml-padding;
586
- }
515
+ padding: $tbar-item-nrml-padding;
587
516
  }
588
517
 
589
518
  .e-toolbar-item.e-separator.e-extended-separator {
@@ -629,12 +558,10 @@
629
558
  .e-tbar-btn.e-btn {
630
559
  line-height: $tbar-btn-nrml-line-height;
631
560
 
632
- @if $tbar-skin == 'bootstrap' or $tbar-skin == 'bootstrap4' {
633
- &:hover,
634
- &:focus,
635
- &:active {
636
- padding: 0 1.5px;
637
- }
561
+ &:hover,
562
+ &:focus,
563
+ &:active {
564
+ padding: $tbar-ext-btn-focus-padding;
638
565
  }
639
566
  }
640
567
  }
@@ -650,12 +577,8 @@
650
577
  line-height: $tbar-btn-icon-nrml-line-height;
651
578
  min-height: $tbar-btn-icon-nrml-height;
652
579
  min-width: $tbar-btn-icon-nrml-width;
653
- padding: 0;
654
-
655
- @if $tbar-skin == 'tailwind' or $tbar-skin == 'bootstrap5' {
656
- font-size: 16px;
657
- padding: 5px 6px;
658
- }
580
+ padding: $tbar-ext-btn-icon-padding;
581
+ font-size: $tbar-ext-btn-icon-font-size;
659
582
  }
660
583
  }
661
584
 
@@ -760,12 +683,9 @@
760
683
  justify-content: flex-start;
761
684
  min-height: $tbar-btn-pop-nrml-minheight;
762
685
  padding: $tbar-pop-btn-nrml-padding;
763
-
764
- @if $tbar-skin == 'bootstrap' or $tbar-skin == 'bootstrap4' {
765
- border: 0;
766
- border-radius: 0;
767
- margin: 0;
768
- }
686
+ border: $tbar-popup-btn-border;
687
+ border-radius: $tbar-popup-btn-border-radius;
688
+ margin: 0;
769
689
 
770
690
  .e-icons.e-btn-icon {
771
691
  margin: $tbar-zero-value;
@@ -773,12 +693,6 @@
773
693
  width: auto;
774
694
  }
775
695
 
776
- .e-icon-left {
777
- @if $tbar-skin == 'material' {
778
- padding-right: 16px;
779
- }
780
- }
781
-
782
696
  .e-tbar-btn-text {
783
697
  padding: $tbar-pop-btn-txt-nrml-pad;
784
698
  }
@@ -962,22 +876,10 @@
962
876
  }
963
877
  }
964
878
 
965
- .e-toolbar-pop {
966
-
967
- .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
968
- @if $tbar-skin == 'material' {
969
- padding-left: 16px;
970
- padding-right: 0;
971
- }
972
- }
973
- }
974
-
975
879
  .e-hor-nav {
976
880
  left: $tbar-zero-value;
977
881
  right: auto;
978
- @if $tbar-skin == 'bootstrap' $tbar-skin == 'bootstrap4' {
979
- border-radius: $tbar-radius 0 0 $tbar-radius;
980
- }
882
+ border-radius: $tbar-radius 0 0 $tbar-radius;
981
883
  }
982
884
  }
983
885
 
@@ -1006,10 +908,7 @@
1006
908
  text-align: center;
1007
909
  vertical-align: middle;
1008
910
  width: 100%;
1009
-
1010
- @if $tbar-skin == 'tailwind' or $tbar-skin == 'bootstrap5' {
1011
- font-size: $tbar-btn-font-size;
1012
- }
911
+ font-size: $tbar-popup-icon-font-size;
1013
912
  }
1014
913
 
1015
914
  .e-toolbar-item {
@@ -1038,9 +937,7 @@
1038
937
  white-space: normal;
1039
938
 
1040
939
  .e-toolbar-item:not(.e-separator) {
1041
- @if $tbar-skin == 'fabric' or $tbar-skin == 'highcontrast' {
1042
- margin: $tbar-multirow-item-top-btm-mrgn-small;
1043
- }
940
+ margin: $tbar-multirow-item-top-btm-mrgn-small;
1044
941
  }
1045
942
 
1046
943
  .e-toolbar-item.e-separator.e-multirow-separator,
@@ -1208,9 +1105,7 @@
1208
1105
  &:not(.e-separator) {
1209
1106
  height: inherit;
1210
1107
  min-width: $tbar-item-nrml-minwidth;
1211
- @if ($tbar-skin != 'FluentUI') {
1212
- padding: $tbar-item-nrml-padding;
1213
- }
1108
+ padding: $tbar-item-nrml-padding;
1214
1109
  }
1215
1110
 
1216
1111
  &.e-separator {
@@ -1230,12 +1125,7 @@
1230
1125
  &.e-tbtn-txt {
1231
1126
 
1232
1127
  .e-icons.e-btn-icon {
1233
- @if $tbar-skin == 'bootstrap5' {
1234
- padding-bottom: $tbar-pop-padding-bottom;
1235
- }
1236
- @else {
1237
- padding: $tbar-zero-value;
1238
- }
1128
+ padding: $tbar-popup-text-btn-icon-padding;
1239
1129
  }
1240
1130
  }
1241
1131
  }
@@ -1247,34 +1137,17 @@
1247
1137
  min-height: $tbar-btn-nrml-minheight;
1248
1138
  min-width: $tbar-btn-nrml-minwidth;
1249
1139
  padding: $tbar-btn-nrml-padding;
1140
+ border-radius: $tbar-nrml-btn-border-radius;
1141
+ line-height: $tbar-nrml-btn-line-height;
1250
1142
 
1251
- @if $tbar-skin == 'tailwind' or $tbar-skin == 'bootstrap5' {
1252
- border-radius: 4px;
1253
- }
1254
-
1255
- @if $tbar-skin == 'bootstrap' {
1256
- line-height: 27px;
1257
-
1258
- &:hover,
1259
- &:focus,
1260
- &:active {
1261
- padding: 0 1.5px;
1262
- }
1263
- }
1264
- @if $tbar-skin == 'bootstrap4' {
1265
- line-height: 27px;
1266
-
1267
- &:focus,
1268
- &:active,
1269
- &:hover {
1270
- padding: 0 2px;
1271
- }
1143
+ &:hover,
1144
+ &:focus,
1145
+ &:active {
1146
+ padding: $tbar-nrml-btn-focus-padding;
1272
1147
  }
1273
1148
 
1274
- @if $tbar-skin == 'highcontrast' or $tbar-skin == 'fabric' or $tbar-skin == 'FluentUI' {
1275
- &:focus {
1276
- outline: none;
1277
- }
1149
+ &:focus {
1150
+ outline: $tbar-nrml-btn-focus-outline;
1278
1151
  }
1279
1152
 
1280
1153
  &.e-tbtn-txt {
@@ -1292,9 +1165,7 @@
1292
1165
  margin: $tbar-zero-value;
1293
1166
  min-width: $tbar-btn-icon-nrml-width;
1294
1167
  width: auto;
1295
- @if $tbar-skin == 'bootstrap5' {
1296
- padding-bottom: 4px;
1297
- }
1168
+ padding-bottom: $tbar-nrml-btn-icon-padding-bottom;
1298
1169
  }
1299
1170
  }
1300
1171
 
@@ -80,6 +80,8 @@ $tbar-item-pop-nrml-padding: 0 !default;
80
80
  $tbar-item-pop-bgr-padding: 0 !default;
81
81
  $tbar-multirow-items-mrgn-bigger: 24px !default;
82
82
  $tbar-multirow-items-mrgn-small: 18px !default;
83
+ $tbar-multirow-item-top-btm-mrgn-bigger: 0 !default;
84
+ $tbar-multirow-item-top-btm-mrgn-small: 0 !default;
83
85
  $tbar-multirow-item-mrgn: 0 !default;
84
86
 
85
87
  $tbar-btn-bgr-mrgn: 5.5px 0 !default;
@@ -147,6 +149,97 @@ $tbar-separator-border: rgba($grey-white, .24) !default;
147
149
  $tbar-default-border: $grey-700 !default;
148
150
  $tbar-btn-border: none !default;
149
151
 
152
+ $tbar-bgr-btn-text-font-size: 14px !default;
153
+ $tbar-bgr-btn-icon-font-size: 14px !default;
154
+ $tbar-bgr-btn-focus-padding: 0 6px !default;
155
+ $tbar-bgr-btn-line-height: 35px !default;
156
+ $tbar-bgr-item-margin: 0 !default;
157
+
158
+ $tbar-nrml-btn-icon-padding-bottom: 0 !default;
159
+ $tbar-nrml-btn-border-radius: 2px !default;
160
+ $tbar-nrml-btn-line-height: 25px !default;
161
+ $tbar-nrml-btn-focus-padding: 0 1.5px !default;
162
+ $tbar-nrml-btn-focus-outline: 0 !default;
163
+
164
+ $tbar-btn-icons-focus-color: $grey-dark-font !default;
165
+ $tbar-btn-text-focus-color: $grey-dark-font !default;
166
+ $tbar-btn-focus-border-color: $tbar-focus-border-color !default;
167
+ $tbar-btn-hover-border-size: $tbar-zero-value !default;
168
+ $tbar-btn-hover-active-icons-color: $grey-dark-font !default;
169
+ $tbar-btn-hover-active-text-color: $grey-dark-font !default;
170
+ $tbar-btn-text-color: $grey-dark-font !default;
171
+ $tbar-btn-overlay-opacity: .5 !default;
172
+ $tbar-btn-active-bg: $tbar-press-bg !default;
173
+ $tbar-btn-active-border-size: $tbar-zero-value !default;
174
+ $tbar-btn-active-icons-color: $tbar-default-icon-color !default;
175
+ $tbar-btn-active-text-color: $tbar-default-icon-color !default;
176
+ $tbar-btn-pressed-text-color: $grey-dark-font !default;
177
+ $tbar-btn-pressed-focus-box-shadow: none !default;
178
+
179
+ $tbar-ext-btn-margin: 0 !default;
180
+ $tbar-ext-btn-focus-padding: 0 1.5px !default;
181
+ $tbar-ext-btn-icon-padding: 0 !default;
182
+ $tbar-ext-btn-icon-font-size: 14px !default;
183
+ $tbar-ext-btn-focus-box-shadow: none !default;
184
+ $tbar-ext-btn-hover-border-color: $tbar-hover-border-color !default;
185
+ $tbar-ext-btn-hover-border-size: $tbar-zero-value !default;
186
+ $tbar-ext-btn-icon-hover-active-font: $grey-dark-font !default;
187
+ $tbar-ext-btn-text-hover-active-font: $grey-light-font !default;
188
+ $tbar-ext-btn-icon-hover-font: $grey-dark-font !default;
189
+ $tbar-ext-btn-text-hover-font: $grey-light-font !default;
190
+ $tbar-ext-btn-border: none !default;
191
+ $tbar-ext-btn-active-border-size: 0 !default;
192
+ $tbar-ext-btn-icon-active-font: $grey-dark-font !default;
193
+ $tbar-ext-btn-text-active-font: $grey-light-font !default;
194
+
195
+ $tbar-popup-icon-font-size: 12px !default;
196
+ $tbar-popup-text-btn-icon-padding: 0 !default;
197
+ $tbar-popup-bgr-text-btn-icon-padding: 0 !default;
198
+ $tbar-popup-btn-border: none !default;
199
+ $tbar-popup-btn-border-radius: 2px !default;
200
+ $tbar-popup-bgr-height: 48px !default;
201
+ $tbar-popup-bgr-btn-icon-font-size: 14px !default;
202
+ $tbar-popup-bgr-btn-line-height: 35px !default;
203
+ $tbar-popup-bgr-btn-text-font-size: 14px !default;
204
+ $tbar-popup-nav-active-border-bottom-right-radius: 4px !default;
205
+ $tbar-popup-nav-active-bg: $tbar-default-bg !default;
206
+ $tbar-popup-nav-active-icons-color: $tbar-default-icon-color !default;
207
+ $tbar-popup-nav-hover-bg: $tbar-hover-bg !default;
208
+ $tbar-popup-nav-hover-color: $tbar-hover-font !default;
209
+ $tbar-popup-nav-hover-icons-color: $tbar-default-icon-color !default;
210
+ $tbar-popup-nav-hover-border-color: $tbar-default-border !default;
211
+ $tbar-popup-nav-hover-border-size: 0 !default;
212
+ $tbar-popup-nav-hover-active-bg: $tbar-hover-bg !default;
213
+ $tbar-popup-nav-hover-active-border-color: $tbar-default-border !default;
214
+ $tbar-popup-nav-hover-active-border-size: 0 !default;
215
+ $tbar-popup-nav-focus-bg: $tbar-hover-bg !default;
216
+ $tbar-popup-nav-focus-color: $grey-light-font !default;
217
+ $tbar-popup-nav-focus-border-color: $grey-light-font !default;
218
+ $tbar-popup-nav-focus-border-size: 0 !default;
219
+ $tbar-popup-btn-bg: $tbar-default-bg !default;
220
+ $tbar-popup-btn-hover-bg: $tbar-hover-bg !default;
221
+ $tbar-popup-btn-hover-box-shadow: none !default;
222
+ $tbar-popup-btn-hover-color: $grey-light-font !default;
223
+ $tbar-popup-btn-hover-icons-color: $tbar-default-icon-color !default;
224
+ $tbar-popup-btn-hover-text-color: $grey-light-font !default;
225
+ $tbar-popup-btn-active-bg: $tbar-press-bg !default;
226
+ $tbar-popup-btn-active-box-shadow: none !default;
227
+ $tbar-popup-btn-active-color: $grey-light-font !default;
228
+ $tbar-popup-btn-active-icons-color: $tbar-default-icon-color !default;
229
+ $tbar-popup-btn-active-text-color: $grey-light-font !default;
230
+ $tbar-popup-btn-focus-bg: $tbar-hover-bg !default;
231
+ $tbar-popup-btn-focus-box-shadow: none !default;
232
+ $tbar-popup-btn-focus-color: $grey-light-font !default;
233
+ $tbar-popup-btn-focus-icons-color: $tbar-default-icon-color !default;
234
+ $tbar-popup-btn-focus-text-color: $grey-light-font !default;
235
+ $tbar-popup-nav-pressed-icons-active-color: $tbar-active-font-color !default;
236
+ $tbar-popup-btn-focus-outline: 0 !default;
237
+ $tbar-popup-nav-pressed-border-color: $tbar-pressed-bg !default;
238
+ $tbar-popup-nav-pressed-border-size: 0 !default;
239
+ $tbar-popup-nav-pressed-focus-border-color: $tbar-pressed-bg !default;
240
+ $tbar-popup-nav-pressed-focus-border-size: 0 !default;
241
+ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
242
+
150
243
  //enddefault
151
244
  //dimensions
152
245
  $tbar-ribble-animation-border-frame: rgba(255, 255, 255, .5) !default;
@@ -58,6 +58,8 @@ $tbar-item-pop-nrml-padding: 0 !default;
58
58
  $tbar-item-pop-bgr-padding: 0 !default;
59
59
  $tbar-multirow-items-mrgn-bigger: 24px !default;
60
60
  $tbar-multirow-items-mrgn-small: 18px !default;
61
+ $tbar-multirow-item-top-btm-mrgn-bigger: 0 !default;
62
+ $tbar-multirow-item-top-btm-mrgn-small: 0 !default;
61
63
  $tbar-multirow-item-mrgn: 0 !default;
62
64
 
63
65
  $tbar-btn-bgr-mrgn: 5.5px 0 !default;
@@ -135,6 +137,97 @@ $tbar-default-font-overlay: rgba($grey-light-font, .38) !default;
135
137
  $tbar-separator-border: rgba($grey-black, .12) !default;
136
138
  $tbar-default-border: $tbar-separator-border !default;
137
139
 
140
+ $tbar-bgr-btn-text-font-size: 14px !default;
141
+ $tbar-bgr-btn-icon-font-size: 14px !default;
142
+ $tbar-bgr-btn-focus-padding: 0 6px !default;
143
+ $tbar-bgr-btn-line-height: 35px !default;
144
+ $tbar-bgr-item-margin: 0 !default;
145
+
146
+ $tbar-nrml-btn-icon-padding-bottom: 0 !default;
147
+ $tbar-nrml-btn-border-radius: 2px !default;
148
+ $tbar-nrml-btn-line-height: 25px !default;
149
+ $tbar-nrml-btn-focus-padding: 0 1.5px !default;
150
+ $tbar-nrml-btn-focus-outline: 0 !default;
151
+
152
+ $tbar-btn-icons-focus-color: $tbar-default-icon-color !default;
153
+ $tbar-btn-text-focus-color: $tbar-default-font !default;
154
+ $tbar-btn-focus-border-color: $tbar-focus-border-color !default;
155
+ $tbar-btn-hover-border-size: $tbar-zero-value !default;
156
+ $tbar-btn-hover-active-icons-color: $tbar-default-icon-color !default;
157
+ $tbar-btn-hover-active-text-color: $tbar-default-font !default;
158
+ $tbar-btn-text-color: $tbar-default-font !default;
159
+ $tbar-btn-overlay-opacity: .5 !default;
160
+ $tbar-btn-active-bg: $tbar-press-bg !default;
161
+ $tbar-btn-active-border-size: $tbar-zero-value !default;
162
+ $tbar-btn-active-icons-color: $tbar-default-icon-color !default;
163
+ $tbar-btn-active-text-color: $tbar-hover-font !default;
164
+ $tbar-btn-pressed-text-color: rgba($grey-black, .87) !default;
165
+ $tbar-btn-pressed-focus-box-shadow: none !default;
166
+
167
+ $tbar-ext-btn-margin: 0 !default;
168
+ $tbar-ext-btn-focus-padding: 0 1.5px !default;
169
+ $tbar-ext-btn-icon-padding: 0 !default;
170
+ $tbar-ext-btn-icon-font-size: 14px !default;
171
+ $tbar-ext-btn-focus-box-shadow: none !default;
172
+ $tbar-ext-btn-hover-border-color: $tbar-hover-border-color !default;
173
+ $tbar-ext-btn-hover-border-size: $tbar-zero-value !default;
174
+ $tbar-ext-btn-icon-hover-active-font: $tbar-default-icon-color !default;
175
+ $tbar-ext-btn-text-hover-active-font: $tbar-default-font !default;
176
+ $tbar-ext-btn-icon-hover-font: $tbar-default-icon-color !default;
177
+ $tbar-ext-btn-text-hover-font: $tbar-default-font !default;
178
+ $tbar-ext-btn-border: none !default;
179
+ $tbar-ext-btn-active-border-size: 0 !default;
180
+ $tbar-ext-btn-icon-active-font: $tbar-default-icon-color !default;
181
+ $tbar-ext-btn-text-active-font: $tbar-default-font !default;
182
+
183
+ $tbar-popup-icon-font-size: 12px !default;
184
+ $tbar-popup-text-btn-icon-padding: 0 !default;
185
+ $tbar-popup-bgr-text-btn-icon-padding: 0 !default;
186
+ $tbar-popup-btn-border: none !default;
187
+ $tbar-popup-btn-border-radius: 2px !default;
188
+ $tbar-popup-bgr-height: 48px !default;
189
+ $tbar-popup-bgr-btn-icon-font-size: 14px !default;
190
+ $tbar-popup-bgr-btn-line-height: 35px !default;
191
+ $tbar-popup-bgr-btn-text-font-size: 14px !default;
192
+ $tbar-popup-nav-active-border-bottom-right-radius: 0 !default;
193
+ $tbar-popup-nav-active-bg: $tbar-default-bg !default;
194
+ $tbar-popup-nav-active-icons-color: $tbar-default-icon-color !default;
195
+ $tbar-popup-nav-hover-bg: $tbar-hover-bg !default;
196
+ $tbar-popup-nav-hover-color: $tbar-hover-font !default;
197
+ $tbar-popup-nav-hover-icons-color: $tbar-default-icon-color !default;
198
+ $tbar-popup-nav-hover-border-color: $tbar-default-border !default;
199
+ $tbar-popup-nav-hover-border-size: 0 !default;
200
+ $tbar-popup-nav-hover-active-bg: $tbar-hover-bg !default;
201
+ $tbar-popup-nav-hover-active-border-color: $tbar-default-border !default;
202
+ $tbar-popup-nav-hover-active-border-size: 0 !default;
203
+ $tbar-popup-nav-focus-bg: $tbar-hover-bg !default;
204
+ $tbar-popup-nav-focus-color: $tbar-hover-font !default;
205
+ $tbar-popup-nav-focus-border-color: $tbar-hover-bg !default;
206
+ $tbar-popup-nav-focus-border-size: 0 !default;
207
+ $tbar-popup-btn-bg: $tbar-default-bg !default;
208
+ $tbar-popup-btn-hover-bg: $tbar-hover-bg !default;
209
+ $tbar-popup-btn-hover-box-shadow: none !default;
210
+ $tbar-popup-btn-hover-color: $tbar-hover-font !default;
211
+ $tbar-popup-btn-hover-icons-color: $tbar-default-icon-color !default;
212
+ $tbar-popup-btn-hover-text-color: $tbar-hover-font !default;
213
+ $tbar-popup-btn-active-bg: $tbar-press-bg !default;
214
+ $tbar-popup-btn-active-box-shadow: none !default;
215
+ $tbar-popup-btn-active-color: $tbar-hover-font !default;
216
+ $tbar-popup-btn-active-icons-color: $tbar-default-icon-color !default;
217
+ $tbar-popup-btn-active-text-color: $tbar-hover-font !default;
218
+ $tbar-popup-btn-focus-bg: $tbar-hover-bg !default;
219
+ $tbar-popup-btn-focus-box-shadow: none !default;
220
+ $tbar-popup-btn-focus-color: $tbar-hover-font !default;
221
+ $tbar-popup-btn-focus-icons-color: $tbar-default-icon-color !default;
222
+ $tbar-popup-btn-focus-text-color: $tbar-hover-font !default;
223
+ $tbar-popup-nav-pressed-icons-active-color: $tbar-active-font-color !default;
224
+ $tbar-popup-btn-focus-outline: 0 !default;
225
+ $tbar-popup-nav-pressed-border-color: $tbar-pressed-bg !default;
226
+ $tbar-popup-nav-pressed-border-size: 0 !default;
227
+ $tbar-popup-nav-pressed-focus-border-color: $tbar-pressed-bg !default;
228
+ $tbar-popup-nav-pressed-focus-border-size: 0 !default;
229
+ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
230
+
138
231
  $tbar-ribble-animation-border-frame: rgba(255, 255, 255, .5) !default;
139
232
  $tbar-ribble-animation-shadow-frame: 0 0 0 0 $tbar-ribble-animation-border-frame !default;
140
233
  $tbar-ribble-animation-shadow-frame-end: 0 0 0 200px rgba(255, 255, 255, .12) !default;