@syncfusion/ej2-splitbuttons 20.2.45 → 20.3.52

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 (118) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/dist/ej2-splitbuttons.min.js +10 -0
  3. package/dist/ej2-splitbuttons.umd.min.js +1 -1
  4. package/dist/global/ej2-splitbuttons.min.js +1 -1
  5. package/dist/global/index.d.ts +1 -1
  6. package/dist/ts/button-group/button-group.ts +84 -0
  7. package/dist/ts/common/common.ts +203 -0
  8. package/dist/ts/drop-down-button/drop-down-button.ts +831 -0
  9. package/dist/ts/progress-button/progress-button.ts +689 -0
  10. package/dist/ts/split-button/split-button.ts +501 -0
  11. package/package.json +10 -9
  12. package/src/drop-down-button/drop-down-button-model.d.ts +4 -4
  13. package/styles/bootstrap-dark.css +26 -5
  14. package/styles/bootstrap.css +21 -0
  15. package/styles/bootstrap4.css +22 -1
  16. package/styles/bootstrap5-dark.css +23 -0
  17. package/styles/bootstrap5.css +23 -0
  18. package/styles/button-group/_bootstrap-dark-definition.scss +2 -1
  19. package/styles/button-group/_fabric-dark-definition.scss +2 -1
  20. package/styles/button-group/_group-button-mixin.scss +3 -3
  21. package/styles/button-group/_highcontrast-light-definition.scss +3 -3
  22. package/styles/button-group/_layout.scss +1 -1
  23. package/styles/button-group/_material-dark-definition.scss +2 -1
  24. package/styles/button-group/_theme.scss +1 -1
  25. package/styles/button-group/bootstrap-dark.css +2 -0
  26. package/styles/button-group/bootstrap.css +2 -0
  27. package/styles/button-group/bootstrap4.css +2 -0
  28. package/styles/button-group/bootstrap5-dark.css +2 -0
  29. package/styles/button-group/bootstrap5.css +2 -0
  30. package/styles/button-group/fabric-dark.css +2 -0
  31. package/styles/button-group/fabric.css +2 -0
  32. package/styles/button-group/fluent-dark.css +2 -0
  33. package/styles/button-group/fluent.css +2 -0
  34. package/styles/button-group/highcontrast-light.css +2 -0
  35. package/styles/button-group/highcontrast.css +2 -0
  36. package/styles/button-group/material-dark.css +2 -0
  37. package/styles/button-group/material.css +2 -0
  38. package/styles/button-group/tailwind-dark.css +2 -0
  39. package/styles/button-group/tailwind.css +2 -0
  40. package/styles/drop-down-button/_all.scss +1 -1
  41. package/styles/drop-down-button/_bootstrap-dark-definition.scss +1 -0
  42. package/styles/drop-down-button/_bootstrap4-definition.scss +2 -2
  43. package/styles/drop-down-button/_bootstrap5-definition.scss +0 -1
  44. package/styles/drop-down-button/_fabric-dark-definition.scss +2 -1
  45. package/styles/drop-down-button/_fluent-definition.scss +1 -1
  46. package/styles/drop-down-button/_fusionnew-definition.scss +0 -1
  47. package/styles/drop-down-button/_highcontrast-definition.scss +0 -1
  48. package/styles/drop-down-button/_highcontrast-light-definition.scss +2 -1
  49. package/styles/drop-down-button/_layout.scss +3 -2
  50. package/styles/drop-down-button/_material-dark-definition.scss +2 -1
  51. package/styles/drop-down-button/_material3-definition.scss +0 -1
  52. package/styles/drop-down-button/_tailwind-definition.scss +0 -1
  53. package/styles/drop-down-button/_theme.scss +21 -0
  54. package/styles/drop-down-button/bootstrap-dark.css +18 -0
  55. package/styles/drop-down-button/bootstrap.css +18 -0
  56. package/styles/drop-down-button/bootstrap4.css +18 -0
  57. package/styles/drop-down-button/bootstrap5-dark.css +19 -0
  58. package/styles/drop-down-button/bootstrap5.css +19 -0
  59. package/styles/drop-down-button/fabric-dark.css +18 -0
  60. package/styles/drop-down-button/fabric.css +18 -0
  61. package/styles/drop-down-button/fluent-dark.css +19 -0
  62. package/styles/drop-down-button/fluent.css +19 -0
  63. package/styles/drop-down-button/highcontrast-light.css +18 -0
  64. package/styles/drop-down-button/highcontrast.css +18 -0
  65. package/styles/drop-down-button/material-dark.css +18 -0
  66. package/styles/drop-down-button/material.css +18 -0
  67. package/styles/drop-down-button/tailwind-dark.css +19 -0
  68. package/styles/drop-down-button/tailwind.css +19 -0
  69. package/styles/fabric-dark.css +21 -0
  70. package/styles/fabric.css +21 -0
  71. package/styles/fluent-dark.css +23 -0
  72. package/styles/fluent.css +23 -0
  73. package/styles/highcontrast-light.css +21 -0
  74. package/styles/highcontrast.css +23 -2
  75. package/styles/material-dark.css +21 -0
  76. package/styles/material.css +21 -0
  77. package/styles/progress-button/_bootstrap-dark-definition.scss +6 -5
  78. package/styles/progress-button/_bootstrap4-definition.scss +1 -1
  79. package/styles/progress-button/_fabric-dark-definition.scss +1 -0
  80. package/styles/progress-button/_highcontrast-definition.scss +1 -1
  81. package/styles/progress-button/_layout.scss +43 -42
  82. package/styles/progress-button/_material-dark-definition.scss +1 -0
  83. package/styles/progress-button/_theme.scss +23 -22
  84. package/styles/progress-button/bootstrap-dark.css +6 -5
  85. package/styles/progress-button/bootstrap.css +1 -0
  86. package/styles/progress-button/bootstrap4.css +2 -1
  87. package/styles/progress-button/bootstrap5-dark.css +1 -0
  88. package/styles/progress-button/bootstrap5.css +1 -0
  89. package/styles/progress-button/fabric-dark.css +1 -0
  90. package/styles/progress-button/fabric.css +1 -0
  91. package/styles/progress-button/fluent-dark.css +1 -0
  92. package/styles/progress-button/fluent.css +1 -0
  93. package/styles/progress-button/highcontrast-light.css +1 -0
  94. package/styles/progress-button/highcontrast.css +3 -2
  95. package/styles/progress-button/material-dark.css +1 -0
  96. package/styles/progress-button/material.css +1 -0
  97. package/styles/progress-button/tailwind-dark.css +1 -0
  98. package/styles/progress-button/tailwind.css +1 -0
  99. package/styles/split-button/_bootstrap-dark-definition.scss +2 -1
  100. package/styles/split-button/_bootstrap4-definition.scss +2 -1
  101. package/styles/split-button/_bootstrap5-definition.scss +0 -1
  102. package/styles/split-button/_fabric-dark-definition.scss +1 -0
  103. package/styles/split-button/_fluent-definition.scss +0 -1
  104. package/styles/split-button/_fusionnew-definition.scss +0 -1
  105. package/styles/split-button/_highcontrast-light-definition.scss +2 -2
  106. package/styles/split-button/_layout.scss +2 -1
  107. package/styles/split-button/_material-dark-definition.scss +2 -1
  108. package/styles/split-button/_material3-definition.scss +0 -1
  109. package/styles/split-button/_tailwind-definition.scss +0 -1
  110. package/styles/split-button/_theme.scss +1 -1
  111. package/styles/split-button/bootstrap5-dark.css +1 -0
  112. package/styles/split-button/bootstrap5.css +1 -0
  113. package/styles/split-button/fluent-dark.css +1 -0
  114. package/styles/split-button/fluent.css +1 -0
  115. package/styles/split-button/tailwind-dark.css +1 -0
  116. package/styles/split-button/tailwind.css +1 -0
  117. package/styles/tailwind-dark.css +23 -0
  118. package/styles/tailwind.css +23 -0
@@ -207,6 +207,24 @@
207
207
  border-bottom-color: #6c757d;
208
208
  }
209
209
 
210
+ .e-dropdown-btn.e-inherit,
211
+ .e-dropdown-btn.e-btn.e-inherit {
212
+ background: inherit;
213
+ border-color: transparent;
214
+ box-shadow: none;
215
+ color: inherit;
216
+ }
217
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
218
+ .e-dropdown-btn.e-btn.e-inherit:hover,
219
+ .e-dropdown-btn.e-btn.e-inherit:focus,
220
+ .e-dropdown-btn.e-btn.e-inherit:active,
221
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
222
+ background-color: rgba(0, 0, 0, 0.056);
223
+ border-color: transparent;
224
+ box-shadow: none;
225
+ color: inherit;
226
+ }
227
+
210
228
  /*! splitbutton layout */
211
229
  .e-split-btn-wrapper {
212
230
  display: -ms-inline-flexbox;
@@ -505,6 +523,7 @@
505
523
  border-left-color: #545b62;
506
524
  }
507
525
 
526
+ /* stylelint-disable */
508
527
  *.e-btn-group,
509
528
  *.e-css.e-btn-group {
510
529
  display: -ms-inline-flexbox;
@@ -741,6 +760,7 @@
741
760
  font-size: 16px;
742
761
  }
743
762
 
763
+ /* stylelint-disable */
744
764
  .e-btn-group:not(.e-outline),
745
765
  .e-css.e-btn-group:not(.e-outline) {
746
766
  box-shadow: none;
@@ -1260,6 +1280,7 @@
1260
1280
  border-right: transparent;
1261
1281
  }
1262
1282
 
1283
+ /* stylelint-disable property-no-vendor-prefix */
1263
1284
  @keyframes material-spinner-rotate {
1264
1285
  0% {
1265
1286
  transform: rotate(0);
@@ -1751,7 +1772,7 @@
1751
1772
  *.e-success .e-progress,
1752
1773
  *.e-danger .e-progress,
1753
1774
  *.e-info .e-progress {
1754
- background-color: rgba(73, 80, 87, 0.2);
1775
+ background-color: rgba(255, 255, 255, 0.25);
1755
1776
  }
1756
1777
 
1757
1778
  *.e-warning .e-progress {
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable-line no-empty-source */
1
2
  .e-dropdown-btn .e-caret::before,
2
3
  .e-dropdown-btn.e-btn .e-caret::before {
3
4
  content: "\e70d";
@@ -216,6 +217,25 @@
216
217
  border-bottom-color: #444c54;
217
218
  }
218
219
 
220
+ .e-dropdown-btn.e-inherit,
221
+ .e-dropdown-btn.e-btn.e-inherit {
222
+ background: inherit;
223
+ border-color: transparent;
224
+ box-shadow: none;
225
+ color: inherit;
226
+ }
227
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
228
+ .e-dropdown-btn.e-btn.e-inherit:hover,
229
+ .e-dropdown-btn.e-btn.e-inherit:focus,
230
+ .e-dropdown-btn.e-btn.e-inherit:active,
231
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
232
+ background-color: rgba(0, 0, 0, 0.056);
233
+ border-color: transparent;
234
+ box-shadow: none;
235
+ color: inherit;
236
+ }
237
+
238
+ /* stylelint-disable-line no-empty-source */
219
239
  /*! splitbutton layout */
220
240
  .e-split-btn-wrapper {
221
241
  display: -ms-inline-flexbox;
@@ -518,6 +538,7 @@
518
538
  border-left-color: #6c757d;
519
539
  }
520
540
 
541
+ /* stylelint-disable */
521
542
  *.e-btn-group,
522
543
  *.e-css.e-btn-group {
523
544
  display: -ms-inline-flexbox;
@@ -762,6 +783,7 @@
762
783
  font-size: 20px;
763
784
  }
764
785
 
786
+ /* stylelint-disable */
765
787
  .e-btn-group:not(.e-outline),
766
788
  .e-css.e-btn-group:not(.e-outline) {
767
789
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
@@ -1268,6 +1290,7 @@
1268
1290
  border-right: transparent;
1269
1291
  }
1270
1292
 
1293
+ /* stylelint-disable property-no-vendor-prefix */
1271
1294
  @keyframes material-spinner-rotate {
1272
1295
  0% {
1273
1296
  transform: rotate(0);
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable-line no-empty-source */
1
2
  .e-dropdown-btn .e-caret::before,
2
3
  .e-dropdown-btn.e-btn .e-caret::before {
3
4
  content: "\e70d";
@@ -216,6 +217,25 @@
216
217
  border-bottom-color: #dee2e6;
217
218
  }
218
219
 
220
+ .e-dropdown-btn.e-inherit,
221
+ .e-dropdown-btn.e-btn.e-inherit {
222
+ background: inherit;
223
+ border-color: transparent;
224
+ box-shadow: none;
225
+ color: inherit;
226
+ }
227
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
228
+ .e-dropdown-btn.e-btn.e-inherit:hover,
229
+ .e-dropdown-btn.e-btn.e-inherit:focus,
230
+ .e-dropdown-btn.e-btn.e-inherit:active,
231
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
232
+ background-color: rgba(0, 0, 0, 0.056);
233
+ border-color: transparent;
234
+ box-shadow: none;
235
+ color: inherit;
236
+ }
237
+
238
+ /* stylelint-disable-line no-empty-source */
219
239
  /*! splitbutton layout */
220
240
  .e-split-btn-wrapper {
221
241
  display: -ms-inline-flexbox;
@@ -518,6 +538,7 @@
518
538
  border-left-color: #6c757d;
519
539
  }
520
540
 
541
+ /* stylelint-disable */
521
542
  *.e-btn-group,
522
543
  *.e-css.e-btn-group {
523
544
  display: -ms-inline-flexbox;
@@ -762,6 +783,7 @@
762
783
  font-size: 20px;
763
784
  }
764
785
 
786
+ /* stylelint-disable */
765
787
  .e-btn-group:not(.e-outline),
766
788
  .e-css.e-btn-group:not(.e-outline) {
767
789
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
@@ -1268,6 +1290,7 @@
1268
1290
  border-right: transparent;
1269
1291
  }
1270
1292
 
1293
+ /* stylelint-disable property-no-vendor-prefix */
1271
1294
  @keyframes material-spinner-rotate {
1272
1295
  0% {
1273
1296
  transform: rotate(0);
@@ -1,4 +1,4 @@
1
- //default
1
+ //default
2
2
  $btn-grp-margin: -1px !default;
3
3
  $btn-grp-margin-left: -1px !default;
4
4
  $btn-grp-wrapper-border: 4px !default;
@@ -29,4 +29,5 @@ $btn-grp-outline-focus-warning-color: inherit !default;
29
29
  //Outline danger
30
30
  $btn-grp-outline-danger-focus-border-color: inherit !default;
31
31
  $btn-grp-outline-focus-danger-color: inherit !default;
32
+
32
33
  //enddefault
@@ -1,4 +1,4 @@
1
- //default
1
+ //default
2
2
  $btn-grp-margin: -1px !default;
3
3
  $btn-grp-margin-left: 0 !default;
4
4
  $btn-grp-wrapper-border: 0 !default;
@@ -29,4 +29,5 @@ $btn-grp-outline-focus-warning-color: $btn-warning-active-color !default;
29
29
  //Outline danger
30
30
  $btn-grp-outline-danger-focus-border-color: inherit !default;
31
31
  $btn-grp-outline-focus-danger-color: $btn-danger-active-color !default;
32
+
32
33
  //enddefault
@@ -31,7 +31,7 @@
31
31
  @mixin different-states {
32
32
  // Outline focus
33
33
  .e-btn:focus,
34
- input:focus+label.e-btn {
34
+ input:focus + label.e-btn {
35
35
  &.e-outline {
36
36
  border-color: $btn-grp-outline-focus-border-color;
37
37
  outline-color: $btn-grp-outline-focus-color;
@@ -59,8 +59,8 @@
59
59
  &.e-danger {
60
60
  border-color: $btn-grp-outline-danger-focus-border-color;
61
61
  outline-color: $btn-grp-outline-focus-danger-color;
62
- }
63
- }
62
+ }
63
+ }
64
64
  }
65
65
  }
66
66
 
@@ -1,4 +1,4 @@
1
- //default
1
+ //default
2
2
  $btn-grp-margin: -1px !default;
3
3
  $btn-grp-margin-left: 0 !default;
4
4
  $btn-grp-wrapper-border: 0 !default;
@@ -13,7 +13,7 @@ $btn-grp-outline-focus-border-color: $bg-base-100 !default;
13
13
  $btn-grp-outline-focus-color: inherit !default;
14
14
 
15
15
  //Outline Primary
16
- $btn-grp-outline-primary-focus-border-color: inherit !default;;
16
+ $btn-grp-outline-primary-focus-border-color: inherit !default;
17
17
  $btn-grp-outline-focus-primary-color: $primary-outline-color !default;
18
18
 
19
19
  //Outline Success
@@ -31,5 +31,5 @@ $btn-grp-outline-focus-warning-color: inherit !default;
31
31
  //Outline danger
32
32
  $btn-grp-outline-danger-focus-border-color: inherit !default;
33
33
  $btn-grp-outline-focus-danger-color: inherit !default;
34
- //enddefault
35
34
 
35
+ //enddefault
@@ -1,5 +1,5 @@
1
1
  @include export-module('button-group-layout') {
2
- // sass-lint:disable-all
2
+ /* stylelint-disable */
3
3
  #{if(&, '&', '*')}.e-btn-group,
4
4
  #{if(&, '&', '*')}.e-css.e-btn-group {
5
5
  display: -webkit-inline-flex;
@@ -1,4 +1,4 @@
1
- //default
1
+ //default
2
2
  $btn-grp-margin: -1px !default;
3
3
  $btn-grp-margin-left: 0 !default;
4
4
  $btn-grp-wrapper-border: 2px !default;
@@ -29,4 +29,5 @@ $btn-grp-outline-focus-warning-color: inherit !default;
29
29
  //Outline danger
30
30
  $btn-grp-outline-danger-focus-border-color: inherit !default;
31
31
  $btn-grp-outline-focus-danger-color: inherit !default;
32
+
32
33
  //enddefault
@@ -1,7 +1,7 @@
1
1
  @import 'ej2-buttons/styles/button/mixin.scss';
2
2
  @import 'group-button-mixin.scss';
3
3
  @include export-module('button-group-theme') {
4
- // sass-lint:disable-all
4
+ /* stylelint-disable */
5
5
  .e-btn-group,
6
6
  .e-css.e-btn-group {
7
7
  &:not(.e-outline) {
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 14px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 14px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 16px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -242,6 +243,7 @@
242
243
  font-size: 20px;
243
244
  }
244
245
 
246
+ /* stylelint-disable */
245
247
  .e-btn-group:not(.e-outline),
246
248
  .e-css.e-btn-group:not(.e-outline) {
247
249
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -242,6 +243,7 @@
242
243
  font-size: 20px;
243
244
  }
244
245
 
246
+ /* stylelint-disable */
245
247
  .e-btn-group:not(.e-outline),
246
248
  .e-css.e-btn-group:not(.e-outline) {
247
249
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 16px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 16px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 20px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 20px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 16px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 16px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
+ /* stylelint-disable */
2
3
  *.e-btn-group,
3
4
  *.e-css.e-btn-group {
4
5
  display: -ms-inline-flexbox;
@@ -235,6 +236,7 @@
235
236
  font-size: 16px;
236
237
  }
237
238
 
239
+ /* stylelint-disable */
238
240
  .e-btn-group:not(.e-outline),
239
241
  .e-css.e-btn-group:not(.e-outline) {
240
242
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
+ /* stylelint-disable */
2
3
  *.e-btn-group,
3
4
  *.e-css.e-btn-group {
4
5
  display: -ms-inline-flexbox;
@@ -235,6 +236,7 @@
235
236
  font-size: 16px;
236
237
  }
237
238
 
239
+ /* stylelint-disable */
238
240
  .e-btn-group:not(.e-outline),
239
241
  .e-css.e-btn-group:not(.e-outline) {
240
242
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
+ /* stylelint-disable */
2
3
  *.e-btn-group,
3
4
  *.e-css.e-btn-group {
4
5
  display: -ms-inline-flexbox;
@@ -243,6 +244,7 @@
243
244
  font-size: 22px;
244
245
  }
245
246
 
247
+ /* stylelint-disable */
246
248
  .e-btn-group:not(.e-outline),
247
249
  .e-css.e-btn-group:not(.e-outline) {
248
250
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
+ /* stylelint-disable */
2
3
  *.e-btn-group,
3
4
  *.e-css.e-btn-group {
4
5
  display: -ms-inline-flexbox;
@@ -243,6 +244,7 @@
243
244
  font-size: 22px;
244
245
  }
245
246
 
247
+ /* stylelint-disable */
246
248
  .e-btn-group:not(.e-outline),
247
249
  .e-css.e-btn-group:not(.e-outline) {
248
250
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
@@ -1,2 +1,2 @@
1
- @import 'layout.scss';
1
+ @import 'layout.scss';
2
2
  @import 'theme.scss';
@@ -47,4 +47,5 @@ $drop-down-btn-caret-icon-font-size-bigger: 10px !default;
47
47
  $drop-down-btn-box-shadow: none !default;
48
48
  $drop-down-btn-popup-margin-top: 0 !default;
49
49
  $drop-down-btn-bigger-popup-margin-top: 0 !default;
50
+
50
51
  //enddefault
@@ -5,7 +5,7 @@ $drop-down-btn-bigger-font-size: 16px !default;
5
5
  $drop-down-btn-bigger-li-height: 32px !default;
6
6
  $drop-down-btn-bigger-max-width: 280px !default;
7
7
  $drop-down-btn-bigger-min-width: 112px !default;
8
- $drop-down-btn-color: $gray-900 !default;
8
+ $drop-down-btn-color: $gray-900 !default;
9
9
  $drop-down-btn-disable-text: rgba($gray-600, .65) !default;
10
10
  $drop-down-btn-font-size: 14px !default;
11
11
  $drop-down-btn-font-weight: normal !default;
@@ -34,7 +34,7 @@ $drop-down-btn-parent-ul-box-shadow: none !default;
34
34
  $drop-down-btn-seperator-padding: 3px 0 !default;
35
35
  $drop-down-btn-selected-color: $white !default;
36
36
  $drop-down-btn-sub-ul-box-shadow: none !default;
37
- $drop-down-btn-ul-bgcolor: $content-popup-bg !default;
37
+ $drop-down-btn-ul-bgcolor: $content-popup-bg !default;
38
38
  $drop-down-btn-ul-border: 1px solid rgba($black, .15) !default;
39
39
  $drop-down-btn-ul-border-radius: 4px !default;
40
40
  $drop-down-btn-ul-padding: 6px 0 !default;
@@ -48,4 +48,3 @@ $drop-down-btn-li-selection-font-color: $content-text-color !default;
48
48
  $drop-down-btn-menu-icon-color: $icon-color !default;
49
49
  $drop-down-btn-menu-icon-disabled-color: $secondary-text-color-disabled !default;
50
50
  $drop-down-btn-li-hover-bgcolor: $flyout-bg-color-hover !default;
51
-
@@ -1,4 +1,4 @@
1
- //default
1
+ //default
2
2
  $drop-down-btn-arrow-content: '\e36a' !default;
3
3
  $drop-down-btn-vertical-btn-padding: 8px 20px !default;
4
4
  $drop-down-btn-vertical-bigger-padding: 10px 24px !default;
@@ -47,4 +47,5 @@ $drop-down-btn-icon-font-size-bigger: 16px !default;
47
47
  $drop-down-btn-box-shadow: none !default;
48
48
  $drop-down-btn-popup-margin-top: 0 !default;
49
49
  $drop-down-btn-bigger-popup-margin-top: 0 !default;
50
+
50
51
  //enddefault
@@ -33,6 +33,7 @@ $drop-down-btn-bigger-popup-margin-top: 4px !default;
33
33
  $drop-down-btn-ul-border: 0 solid $border-light !default;
34
34
  $drop-down-btn-li-box-shadow: none !default;
35
35
  $drop-down-btn-li-border-style: solid !default;
36
+
36
37
  //Color
37
38
  $drop-down-btn-color: $secondary-text-color !default;
38
39
  $drop-down-btn-disable-text: $secondary-text-color-disabled !default;
@@ -49,4 +50,3 @@ $drop-down-btn-li-selection-font-color: $flyout-text-color-selected !default;
49
50
  $drop-down-btn-menu-icon-color: $icon-color !default;
50
51
  $drop-down-btn-menu-icon-disabled-color: $icon-color !default;
51
52
  $drop-down-btn-li-hover-bgcolor: $flyout-bg-color-hover !default;
52
-
@@ -48,4 +48,3 @@ $drop-down-btn-li-selection-font-color: $content-text-color !default;
48
48
  $drop-down-btn-menu-icon-color: $icon-color !default;
49
49
  $drop-down-btn-menu-icon-disabled-color: $secondary-text-color-disabled !default;
50
50
  $drop-down-btn-li-hover-bgcolor: $flyout-bg-color-hover !default;
51
-
@@ -45,4 +45,3 @@ $drop-down-btn-caret-icon-font-size-bigger: 10px !default;
45
45
  $drop-down-btn-box-shadow: none !default;
46
46
  $drop-down-btn-popup-margin-top: 0 !default;
47
47
  $drop-down-btn-bigger-popup-margin-top: 0 !default;
48
-
@@ -1,4 +1,4 @@
1
- //default
1
+ //default
2
2
  $drop-down-btn-arrow-content: '\e966' !default;
3
3
  $drop-down-btn-vertical-btn-padding: 8px 20px !default;
4
4
  $drop-down-btn-vertical-bigger-padding: 10px 24px !default;
@@ -46,4 +46,5 @@ $drop-down-btn-caret-icon-font-size-bigger: 10px !default;
46
46
  $drop-down-btn-box-shadow: none !default;
47
47
  $drop-down-btn-popup-margin-top: 0 !default;
48
48
  $drop-down-btn-bigger-popup-margin-top: 0 !default;
49
+
49
50
  //enddefault
@@ -1,4 +1,5 @@
1
- @include export-module('drop-down-button-layout') {
1
+ @include export-module('drop-down-button-layout') {
2
+
2
3
  /*! drop-down button layout */
3
4
  .e-dropdown-btn,
4
5
  .e-dropdown-btn.e-btn {
@@ -11,8 +12,8 @@
11
12
  &:hover {
12
13
  @if $skin-name != 'bootstrap4' and $skin-name != 'bootstrap5' {
13
14
  box-shadow: none;
15
+ }
14
16
  }
15
- }
16
17
 
17
18
  &:focus {
18
19
  @if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' {
@@ -1,4 +1,4 @@
1
- //default
1
+ //default
2
2
  $drop-down-btn-arrow-content: '\e969' !default;
3
3
  $drop-down-btn-vertical-btn-padding: 12px 12px !default;
4
4
  $drop-down-btn-vertical-bigger-padding: 16px 16px !default;
@@ -47,4 +47,5 @@ $drop-down-btn-caret-icon-font-size-bigger: 10px !default;
47
47
  $drop-down-btn-box-shadow: none !default;
48
48
  $drop-down-btn-popup-margin-top: 0 !default;
49
49
  $drop-down-btn-bigger-popup-margin-top: 0 !default;
50
+
50
51
  //enddefault
@@ -48,4 +48,3 @@ $drop-down-btn-li-selection-font-color: $content-text-color !default;
48
48
  $drop-down-btn-menu-icon-color: $icon-color !default;
49
49
  $drop-down-btn-menu-icon-disabled-color: $secondary-text-color-disabled !default;
50
50
  $drop-down-btn-li-hover-bgcolor: $flyout-bg-color-hover !default;
51
-
@@ -47,4 +47,3 @@ $drop-down-btn-li-selection-bgcolor: $content-bg-color-selected !default;
47
47
  $drop-down-btn-li-selection-font-color: $content-text-color-selected !default;
48
48
  $drop-down-btn-menu-icon-color: $secondary-text-color !default;
49
49
  $drop-down-btn-menu-icon-disabled-color: $secondary-text-color-disabled !default;
50
-
@@ -1,4 +1,5 @@
1
1
  @include export-module('drop-down-button-theme') {
2
+
2
3
  /*! drop-down button theme */
3
4
  .e-dropdown-popup {
4
5
  background-color: $drop-down-btn-ul-bgcolor;
@@ -54,4 +55,24 @@
54
55
  }
55
56
  }
56
57
  }
58
+
59
+ .e-dropdown-btn,
60
+ .e-dropdown-btn.e-btn {
61
+ &.e-inherit {
62
+ background: inherit;
63
+ border-color: transparent;
64
+ box-shadow: none;
65
+ color: inherit;
66
+
67
+ &:hover,
68
+ &:focus,
69
+ &:active,
70
+ &.e-active {
71
+ background-color: rgba(transparent, .056);
72
+ border-color: transparent;
73
+ box-shadow: none;
74
+ color: inherit;
75
+ }
76
+ }
77
+ }
57
78
  }
@@ -210,4 +210,22 @@
210
210
  }
211
211
  .e-dropdown-popup ul .e-separator {
212
212
  border-bottom-color: #414141;
213
+ }
214
+
215
+ .e-dropdown-btn.e-inherit,
216
+ .e-dropdown-btn.e-btn.e-inherit {
217
+ background: inherit;
218
+ border-color: transparent;
219
+ box-shadow: none;
220
+ color: inherit;
221
+ }
222
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
223
+ .e-dropdown-btn.e-btn.e-inherit:hover,
224
+ .e-dropdown-btn.e-btn.e-inherit:focus,
225
+ .e-dropdown-btn.e-btn.e-inherit:active,
226
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
227
+ background-color: rgba(0, 0, 0, 0.056);
228
+ border-color: transparent;
229
+ box-shadow: none;
230
+ color: inherit;
213
231
  }