@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
@@ -54,7 +54,7 @@
54
54
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
55
55
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
56
56
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
57
- padding: 0 6px;
57
+ padding: 0 7px;
58
58
  }
59
59
  .e-bigger .e-toolbar .e-toolbar-item,
60
60
  .e-toolbar.e-bigger .e-toolbar-item {
@@ -101,8 +101,8 @@
101
101
  .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 {
102
102
  padding: 0 12px 0 0;
103
103
  }
104
- .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
105
- .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
104
+ .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
105
+ .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
106
106
  min-width: 0;
107
107
  padding: 2.5px 5px;
108
108
  }
@@ -286,6 +286,19 @@
286
286
  white-space: nowrap;
287
287
  overflow: hidden;
288
288
  }
289
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items {
290
+ display: -ms-flexbox;
291
+ display: flex;
292
+ -ms-flex-wrap: nowrap;
293
+ flex-wrap: nowrap;
294
+ width: 100%;
295
+ }
296
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
297
+ position: absolute;
298
+ }
299
+ .e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
300
+ width: calc(100% - 38px);
301
+ }
289
302
  .e-toolbar .e-blazor-toolbar-items {
290
303
  position: absolute;
291
304
  top: -9999px;
@@ -390,6 +403,12 @@
390
403
  min-height: 0;
391
404
  vertical-align: middle;
392
405
  width: auto;
406
+ -ms-flex: 0 0 auto;
407
+ flex: 0 0 auto;
408
+ }
409
+ .e-toolbar .e-toolbar-item.e-spacer {
410
+ -ms-flex-positive: 1;
411
+ flex-grow: 1;
393
412
  }
394
413
  .e-toolbar .e-toolbar-item .e-tbar-btn {
395
414
  display: -ms-flexbox;
@@ -405,7 +424,7 @@
405
424
  padding: 1px 2.5px;
406
425
  border-radius: 4px;
407
426
  line-height: 27px;
408
- border: none;
427
+ border: 1px solid transparent;
409
428
  cursor: pointer;
410
429
  font-size: 16px;
411
430
  font-weight: 400;
@@ -428,7 +447,7 @@
428
447
  line-height: 25px;
429
448
  }
430
449
  .e-toolbar .e-toolbar-item .e-tbar-btn:hover, .e-toolbar .e-toolbar-item .e-tbar-btn:focus, .e-toolbar .e-toolbar-item .e-tbar-btn:active {
431
- padding: 0 1.5px;
450
+ padding: 0 2.5px;
432
451
  }
433
452
  .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
434
453
  outline: 0;
@@ -440,7 +459,7 @@
440
459
  font-size: 14px;
441
460
  padding: 0 12px 0 6px;
442
461
  }
443
- .e-toolbar .e-toolbar-item:not(.e-separator) {
462
+ .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
444
463
  height: inherit;
445
464
  min-width: 30px;
446
465
  padding: 4px 2.5px;
@@ -733,6 +752,9 @@
733
752
  .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
734
753
  display: table;
735
754
  }
755
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
756
+ margin-right: 15px;
757
+ }
736
758
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
737
759
  padding: 0 12px 0 0;
738
760
  }
@@ -771,7 +793,6 @@
771
793
  }
772
794
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
773
795
  margin-left: 0;
774
- margin-right: 15px;
775
796
  }
776
797
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
777
798
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
@@ -823,7 +844,7 @@
823
844
  background: #131313;
824
845
  box-shadow: none;
825
846
  color: #f0f0f0;
826
- border: none;
847
+ border: 1px solid transparent;
827
848
  }
828
849
  .e-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
829
850
  color: #f0f0f0;
@@ -102,8 +102,8 @@
102
102
  .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 {
103
103
  padding: 0 12px 0 0;
104
104
  }
105
- .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
106
- .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
105
+ .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
106
+ .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
107
107
  min-width: 0;
108
108
  padding: 2.5px 5px;
109
109
  }
@@ -287,6 +287,19 @@
287
287
  white-space: nowrap;
288
288
  overflow: hidden;
289
289
  }
290
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items {
291
+ display: -ms-flexbox;
292
+ display: flex;
293
+ -ms-flex-wrap: nowrap;
294
+ flex-wrap: nowrap;
295
+ width: 100%;
296
+ }
297
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
298
+ position: absolute;
299
+ }
300
+ .e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
301
+ width: calc(100% - 38px);
302
+ }
290
303
  .e-toolbar .e-blazor-toolbar-items {
291
304
  position: absolute;
292
305
  top: -9999px;
@@ -391,6 +404,12 @@
391
404
  min-height: 0;
392
405
  vertical-align: middle;
393
406
  width: auto;
407
+ -ms-flex: 0 0 auto;
408
+ flex: 0 0 auto;
409
+ }
410
+ .e-toolbar .e-toolbar-item.e-spacer {
411
+ -ms-flex-positive: 1;
412
+ flex-grow: 1;
394
413
  }
395
414
  .e-toolbar .e-toolbar-item .e-tbar-btn {
396
415
  display: -ms-flexbox;
@@ -441,7 +460,7 @@
441
460
  font-size: 14px;
442
461
  padding: 0 12px 0 6px;
443
462
  }
444
- .e-toolbar .e-toolbar-item:not(.e-separator) {
463
+ .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
445
464
  height: inherit;
446
465
  min-width: 30px;
447
466
  padding: 4px 2.5px;
@@ -734,6 +753,9 @@
734
753
  .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
735
754
  display: table;
736
755
  }
756
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
757
+ margin-right: 3px;
758
+ }
737
759
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
738
760
  padding: 0 12px 0 0;
739
761
  }
@@ -772,7 +794,6 @@
772
794
  }
773
795
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
774
796
  margin-left: 0;
775
- margin-right: 3px;
776
797
  }
777
798
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
778
799
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
@@ -55,7 +55,7 @@
55
55
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
56
56
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
57
57
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
58
- padding: 0 4.5px;
58
+ padding: 1.5px 5.5px;
59
59
  }
60
60
  .e-bigger .e-toolbar .e-toolbar-item,
61
61
  .e-toolbar.e-bigger .e-toolbar-item {
@@ -102,8 +102,8 @@
102
102
  .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 {
103
103
  padding: 0 12px 0 0;
104
104
  }
105
- .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
106
- .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
105
+ .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
106
+ .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
107
107
  min-width: 0;
108
108
  padding: 8px 2.5px;
109
109
  }
@@ -287,6 +287,19 @@
287
287
  white-space: nowrap;
288
288
  overflow: hidden;
289
289
  }
290
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items {
291
+ display: -ms-flexbox;
292
+ display: flex;
293
+ -ms-flex-wrap: nowrap;
294
+ flex-wrap: nowrap;
295
+ width: 100%;
296
+ }
297
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
298
+ position: absolute;
299
+ }
300
+ .e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
301
+ width: calc(100% - 38px);
302
+ }
290
303
  .e-toolbar .e-blazor-toolbar-items {
291
304
  position: absolute;
292
305
  top: -9999px;
@@ -391,6 +404,12 @@
391
404
  min-height: 0;
392
405
  vertical-align: middle;
393
406
  width: auto;
407
+ -ms-flex: 0 0 auto;
408
+ flex: 0 0 auto;
409
+ }
410
+ .e-toolbar .e-toolbar-item.e-spacer {
411
+ -ms-flex-positive: 1;
412
+ flex-grow: 1;
394
413
  }
395
414
  .e-toolbar .e-toolbar-item .e-tbar-btn {
396
415
  display: -ms-flexbox;
@@ -406,7 +425,7 @@
406
425
  padding: 0 3px;
407
426
  border-radius: 4px;
408
427
  line-height: 27px;
409
- border: none;
428
+ border: 1px solid transparent;
410
429
  cursor: pointer;
411
430
  font-size: 14px;
412
431
  font-weight: 400;
@@ -429,7 +448,7 @@
429
448
  line-height: 26px;
430
449
  }
431
450
  .e-toolbar .e-toolbar-item .e-tbar-btn:hover, .e-toolbar .e-toolbar-item .e-tbar-btn:focus, .e-toolbar .e-toolbar-item .e-tbar-btn:active {
432
- padding: 0 2px;
451
+ padding: 0 3px;
433
452
  }
434
453
  .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
435
454
  outline: 0;
@@ -441,7 +460,7 @@
441
460
  font-size: 14px;
442
461
  padding: 0 6px 0 4px;
443
462
  }
444
- .e-toolbar .e-toolbar-item:not(.e-separator) {
463
+ .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
445
464
  height: inherit;
446
465
  min-width: 30px;
447
466
  padding: 3px 4px;
@@ -734,6 +753,9 @@
734
753
  .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
735
754
  display: table;
736
755
  }
756
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
757
+ margin-right: 12px;
758
+ }
737
759
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
738
760
  padding: 0 4px 0 6px;
739
761
  }
@@ -772,7 +794,6 @@
772
794
  }
773
795
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
774
796
  margin-left: 0;
775
- margin-right: 12px;
776
797
  }
777
798
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
778
799
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
@@ -824,7 +845,7 @@
824
845
  background: #f8f9fa;
825
846
  box-shadow: none;
826
847
  color: #495057;
827
- border: none;
848
+ border: 1px solid transparent;
828
849
  }
829
850
  .e-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
830
851
  color: #495057;
@@ -113,8 +113,8 @@
113
113
  .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 {
114
114
  padding: 4px 6px;
115
115
  }
116
- .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
117
- .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
116
+ .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
117
+ .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
118
118
  min-width: 49px;
119
119
  padding: 4px;
120
120
  }
@@ -298,6 +298,19 @@
298
298
  white-space: nowrap;
299
299
  overflow: hidden;
300
300
  }
301
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items {
302
+ display: -ms-flexbox;
303
+ display: flex;
304
+ -ms-flex-wrap: nowrap;
305
+ flex-wrap: nowrap;
306
+ width: 100%;
307
+ }
308
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
309
+ position: absolute;
310
+ }
311
+ .e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
312
+ width: calc(100% - 28px);
313
+ }
301
314
  .e-toolbar .e-blazor-toolbar-items {
302
315
  position: absolute;
303
316
  top: -9999px;
@@ -402,6 +415,12 @@
402
415
  min-height: 38px;
403
416
  vertical-align: middle;
404
417
  width: auto;
418
+ -ms-flex: 0 0 auto;
419
+ flex: 0 0 auto;
420
+ }
421
+ .e-toolbar .e-toolbar-item.e-spacer {
422
+ -ms-flex-positive: 1;
423
+ flex-grow: 1;
405
424
  }
406
425
  .e-toolbar .e-toolbar-item .e-tbar-btn {
407
426
  display: -ms-flexbox;
@@ -452,7 +471,7 @@
452
471
  font-size: 14px;
453
472
  padding: 4px;
454
473
  }
455
- .e-toolbar .e-toolbar-item:not(.e-separator) {
474
+ .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
456
475
  height: inherit;
457
476
  min-width: 28px;
458
477
  padding: 4px;
@@ -745,6 +764,9 @@
745
764
  .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
746
765
  display: table;
747
766
  }
767
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
768
+ margin-right: 8px;
769
+ }
748
770
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
749
771
  padding: 4px;
750
772
  }
@@ -783,7 +805,6 @@
783
805
  }
784
806
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
785
807
  margin-left: 0;
786
- margin-right: 8px;
787
808
  }
788
809
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
789
810
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
@@ -113,8 +113,8 @@
113
113
  .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 {
114
114
  padding: 4px 6px;
115
115
  }
116
- .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
117
- .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
116
+ .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
117
+ .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
118
118
  min-width: 49px;
119
119
  padding: 4px;
120
120
  }
@@ -298,6 +298,19 @@
298
298
  white-space: nowrap;
299
299
  overflow: hidden;
300
300
  }
301
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items {
302
+ display: -ms-flexbox;
303
+ display: flex;
304
+ -ms-flex-wrap: nowrap;
305
+ flex-wrap: nowrap;
306
+ width: 100%;
307
+ }
308
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
309
+ position: absolute;
310
+ }
311
+ .e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
312
+ width: calc(100% - 28px);
313
+ }
301
314
  .e-toolbar .e-blazor-toolbar-items {
302
315
  position: absolute;
303
316
  top: -9999px;
@@ -402,6 +415,12 @@
402
415
  min-height: 38px;
403
416
  vertical-align: middle;
404
417
  width: auto;
418
+ -ms-flex: 0 0 auto;
419
+ flex: 0 0 auto;
420
+ }
421
+ .e-toolbar .e-toolbar-item.e-spacer {
422
+ -ms-flex-positive: 1;
423
+ flex-grow: 1;
405
424
  }
406
425
  .e-toolbar .e-toolbar-item .e-tbar-btn {
407
426
  display: -ms-flexbox;
@@ -452,7 +471,7 @@
452
471
  font-size: 14px;
453
472
  padding: 4px;
454
473
  }
455
- .e-toolbar .e-toolbar-item:not(.e-separator) {
474
+ .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
456
475
  height: inherit;
457
476
  min-width: 28px;
458
477
  padding: 4px;
@@ -745,6 +764,9 @@
745
764
  .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
746
765
  display: table;
747
766
  }
767
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
768
+ margin-right: 8px;
769
+ }
748
770
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
749
771
  padding: 4px;
750
772
  }
@@ -783,7 +805,6 @@
783
805
  }
784
806
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
785
807
  margin-left: 0;
786
- margin-right: 8px;
787
808
  }
788
809
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
789
810
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
@@ -101,8 +101,8 @@
101
101
  .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 {
102
102
  padding: 0 12px 0 0;
103
103
  }
104
- .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
105
- .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
104
+ .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
105
+ .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
106
106
  min-width: 49px;
107
107
  padding: 0 1.5px;
108
108
  }
@@ -286,6 +286,19 @@
286
286
  white-space: nowrap;
287
287
  overflow: hidden;
288
288
  }
289
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items {
290
+ display: -ms-flexbox;
291
+ display: flex;
292
+ -ms-flex-wrap: nowrap;
293
+ flex-wrap: nowrap;
294
+ width: 100%;
295
+ }
296
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
297
+ position: absolute;
298
+ }
299
+ .e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
300
+ width: calc(100% - 40px);
301
+ }
289
302
  .e-toolbar .e-blazor-toolbar-items {
290
303
  position: absolute;
291
304
  top: -9999px;
@@ -390,6 +403,12 @@
390
403
  min-height: 39px;
391
404
  vertical-align: middle;
392
405
  width: auto;
406
+ -ms-flex: 0 0 auto;
407
+ flex: 0 0 auto;
408
+ }
409
+ .e-toolbar .e-toolbar-item.e-spacer {
410
+ -ms-flex-positive: 1;
411
+ flex-grow: 1;
393
412
  }
394
413
  .e-toolbar .e-toolbar-item .e-tbar-btn {
395
414
  display: -ms-flexbox;
@@ -440,7 +459,7 @@
440
459
  font-size: 14px;
441
460
  padding: 0 12px 0 8px;
442
461
  }
443
- .e-toolbar .e-toolbar-item:not(.e-separator) {
462
+ .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
444
463
  height: inherit;
445
464
  min-width: 34px;
446
465
  padding: 0 1px;
@@ -733,6 +752,9 @@
733
752
  .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
734
753
  display: table;
735
754
  }
755
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
756
+ margin-right: 3px;
757
+ }
736
758
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
737
759
  padding: 0 12px 0 0;
738
760
  }
@@ -771,7 +793,6 @@
771
793
  }
772
794
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
773
795
  margin-left: 0;
774
- margin-right: 3px;
775
796
  }
776
797
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
777
798
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
@@ -102,8 +102,8 @@
102
102
  .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 {
103
103
  padding: 0 12px 0 0;
104
104
  }
105
- .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
106
- .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
105
+ .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
106
+ .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
107
107
  min-width: 49px;
108
108
  padding: 0 1.5px;
109
109
  }
@@ -287,6 +287,19 @@
287
287
  white-space: nowrap;
288
288
  overflow: hidden;
289
289
  }
290
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items {
291
+ display: -ms-flexbox;
292
+ display: flex;
293
+ -ms-flex-wrap: nowrap;
294
+ flex-wrap: nowrap;
295
+ width: 100%;
296
+ }
297
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
298
+ position: absolute;
299
+ }
300
+ .e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
301
+ width: calc(100% - 40px);
302
+ }
290
303
  .e-toolbar .e-blazor-toolbar-items {
291
304
  position: absolute;
292
305
  top: -9999px;
@@ -391,6 +404,12 @@
391
404
  min-height: 39px;
392
405
  vertical-align: middle;
393
406
  width: auto;
407
+ -ms-flex: 0 0 auto;
408
+ flex: 0 0 auto;
409
+ }
410
+ .e-toolbar .e-toolbar-item.e-spacer {
411
+ -ms-flex-positive: 1;
412
+ flex-grow: 1;
394
413
  }
395
414
  .e-toolbar .e-toolbar-item .e-tbar-btn {
396
415
  display: -ms-flexbox;
@@ -441,7 +460,7 @@
441
460
  font-size: 14px;
442
461
  padding: 0 12px 0 8px;
443
462
  }
444
- .e-toolbar .e-toolbar-item:not(.e-separator) {
463
+ .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
445
464
  height: inherit;
446
465
  min-width: 34px;
447
466
  padding: 0 1px;
@@ -734,6 +753,9 @@
734
753
  .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
735
754
  display: table;
736
755
  }
756
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
757
+ margin-right: 3px;
758
+ }
737
759
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
738
760
  padding: 0 12px 0 0;
739
761
  }
@@ -772,7 +794,6 @@
772
794
  }
773
795
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
774
796
  margin-left: 0;
775
- margin-right: 3px;
776
797
  }
777
798
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
778
799
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
@@ -112,8 +112,8 @@
112
112
  .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 {
113
113
  padding: 4px 6px;
114
114
  }
115
- .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
116
- .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
115
+ .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
116
+ .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
117
117
  min-width: 49px;
118
118
  padding: 0;
119
119
  }
@@ -297,6 +297,19 @@
297
297
  white-space: nowrap;
298
298
  overflow: hidden;
299
299
  }
300
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items {
301
+ display: -ms-flexbox;
302
+ display: flex;
303
+ -ms-flex-wrap: nowrap;
304
+ flex-wrap: nowrap;
305
+ width: 100%;
306
+ }
307
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
308
+ position: absolute;
309
+ }
310
+ .e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
311
+ width: calc(100% - 28px);
312
+ }
300
313
  .e-toolbar .e-blazor-toolbar-items {
301
314
  position: absolute;
302
315
  top: -9999px;
@@ -401,6 +414,12 @@
401
414
  min-height: 38px;
402
415
  vertical-align: middle;
403
416
  width: auto;
417
+ -ms-flex: 0 0 auto;
418
+ flex: 0 0 auto;
419
+ }
420
+ .e-toolbar .e-toolbar-item.e-spacer {
421
+ -ms-flex-positive: 1;
422
+ flex-grow: 1;
404
423
  }
405
424
  .e-toolbar .e-toolbar-item .e-tbar-btn {
406
425
  display: -ms-flexbox;
@@ -416,7 +435,7 @@
416
435
  padding: 0 4px;
417
436
  border-radius: 2px;
418
437
  line-height: 22px;
419
- border: none;
438
+ border: 1px solid transparent;
420
439
  cursor: pointer;
421
440
  font-size: 18px;
422
441
  font-weight: 400;
@@ -451,7 +470,7 @@
451
470
  font-size: 14px;
452
471
  padding: 4px;
453
472
  }
454
- .e-toolbar .e-toolbar-item:not(.e-separator) {
473
+ .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
455
474
  height: inherit;
456
475
  min-width: 28px;
457
476
  padding: 0;
@@ -744,6 +763,9 @@
744
763
  .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
745
764
  display: table;
746
765
  }
766
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
767
+ margin-right: 8px;
768
+ }
747
769
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
748
770
  padding: 4px;
749
771
  }
@@ -782,7 +804,6 @@
782
804
  }
783
805
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
784
806
  margin-left: 0;
785
- margin-right: 8px;
786
807
  }
787
808
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
788
809
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
@@ -834,7 +855,7 @@
834
855
  background: transparent;
835
856
  box-shadow: none;
836
857
  color: #a19f9d;
837
- border: none;
858
+ border: 1px solid transparent;
838
859
  }
839
860
  .e-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
840
861
  color: #a19f9d;
@@ -856,9 +877,9 @@
856
877
  background: none;
857
878
  border-radius: 0;
858
879
  color: #f3f2f1;
859
- border-color: #a19f9d;
880
+ border-color: transparent;
860
881
  border-style: solid;
861
- border-width: 0;
882
+ border-width: 1px;
862
883
  box-shadow: inset 0 0 0 1px;
863
884
  }
864
885
  .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
@@ -871,7 +892,7 @@
871
892
  background: #292827;
872
893
  border-color: #a19f9d;
873
894
  border-style: solid;
874
- border-width: 0;
895
+ border-width: 1px;
875
896
  border-radius: 0;
876
897
  color: #f3f2f1;
877
898
  }
@@ -891,7 +912,7 @@
891
912
  background: #323130;
892
913
  border-color: #323130;
893
914
  border-style: solid;
894
- border-width: 0;
915
+ border-width: 1px;
895
916
  border-radius: 0;
896
917
  box-shadow: none;
897
918
  color: #f3f2f1;
@@ -1027,7 +1048,7 @@
1027
1048
  .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
1028
1049
  background: #323130;
1029
1050
  box-shadow: none;
1030
- border-color: #a19f9d;
1051
+ border-color: transparent;
1031
1052
  border-style: solid;
1032
1053
  border-width: 0;
1033
1054
  }
@@ -1045,9 +1066,9 @@
1045
1066
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
1046
1067
  background: none;
1047
1068
  border-radius: 0;
1048
- border-color: #a19f9d;
1069
+ border-color: transparent;
1049
1070
  border-style: solid;
1050
- border-width: 0;
1071
+ border-width: 1px;
1051
1072
  box-shadow: inset 0 0 0 1px;
1052
1073
  }
1053
1074
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
@@ -1055,7 +1076,7 @@
1055
1076
  border-radius: 0;
1056
1077
  border-color: #a19f9d;
1057
1078
  border-style: solid;
1058
- border-width: 0;
1079
+ border-width: 1px;
1059
1080
  }
1060
1081
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
1061
1082
  background: #323130;
@@ -1063,7 +1084,7 @@
1063
1084
  box-shadow: none;
1064
1085
  border-color: #323130;
1065
1086
  border-style: solid;
1066
- border-width: 0;
1087
+ border-width: 1px;
1067
1088
  }
1068
1089
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
1069
1090
  border: solid #797775;