@syncfusion/ej2-angular-splitbuttons 20.1.55 → 20.2.36

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 (273) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/drop-down-button/dropdownbutton-all.module.mjs +23 -0
  3. package/esm2020/src/drop-down-button/dropdownbutton.component.mjs +64 -0
  4. package/esm2020/src/drop-down-button/dropdownbutton.module.mjs +34 -0
  5. package/esm2020/src/drop-down-button/items.directive.mjs +46 -0
  6. package/esm2020/src/index.mjs +13 -0
  7. package/esm2020/src/progress-button/progressbutton-all.module.mjs +23 -0
  8. package/esm2020/src/progress-button/progressbutton.component.mjs +59 -0
  9. package/esm2020/src/progress-button/progressbutton.module.mjs +25 -0
  10. package/esm2020/src/split-button/items.directive.mjs +46 -0
  11. package/esm2020/src/split-button/splitbutton-all.module.mjs +23 -0
  12. package/esm2020/src/split-button/splitbutton.component.mjs +64 -0
  13. package/esm2020/src/split-button/splitbutton.module.mjs +34 -0
  14. package/esm2020/syncfusion-ej2-angular-splitbuttons.mjs +5 -0
  15. package/fesm2015/syncfusion-ej2-angular-splitbuttons.mjs +405 -0
  16. package/fesm2015/syncfusion-ej2-angular-splitbuttons.mjs.map +1 -0
  17. package/fesm2020/syncfusion-ej2-angular-splitbuttons.mjs +405 -0
  18. package/fesm2020/syncfusion-ej2-angular-splitbuttons.mjs.map +1 -0
  19. package/package.json +28 -14
  20. package/src/drop-down-button/dropdownbutton-all.module.d.ts +6 -0
  21. package/src/drop-down-button/dropdownbutton.component.d.ts +3 -0
  22. package/src/drop-down-button/dropdownbutton.module.d.ts +7 -0
  23. package/src/drop-down-button/items.directive.d.ts +5 -0
  24. package/src/progress-button/progressbutton-all.module.d.ts +6 -0
  25. package/src/progress-button/progressbutton.component.d.ts +3 -0
  26. package/src/progress-button/progressbutton.module.d.ts +6 -0
  27. package/src/split-button/items.directive.d.ts +5 -0
  28. package/src/split-button/splitbutton-all.module.d.ts +6 -0
  29. package/src/split-button/splitbutton.component.d.ts +3 -0
  30. package/src/split-button/splitbutton.module.d.ts +7 -0
  31. package/styles/bootstrap-dark.css +0 -8
  32. package/styles/bootstrap.css +0 -8
  33. package/styles/bootstrap4.css +0 -8
  34. package/styles/bootstrap5-dark.css +14 -0
  35. package/styles/bootstrap5.css +14 -0
  36. package/styles/button-group/_all.scss +2 -0
  37. package/styles/button-group/_bootstrap-dark-definition.scss +32 -0
  38. package/styles/button-group/_bootstrap-definition.scss +30 -0
  39. package/styles/button-group/_bootstrap4-definition.scss +30 -0
  40. package/styles/button-group/_bootstrap5-dark-definition.scss +1 -0
  41. package/styles/button-group/_bootstrap5-definition.scss +31 -0
  42. package/styles/button-group/_fabric-dark-definition.scss +32 -0
  43. package/styles/button-group/_fabric-definition.scss +30 -0
  44. package/styles/button-group/_fluent-dark-definition.scss +1 -0
  45. package/styles/button-group/_fluent-definition.scss +31 -0
  46. package/styles/button-group/_fusionnew-definition.scss +31 -0
  47. package/styles/button-group/_group-button-mixin.scss +72 -0
  48. package/styles/button-group/_highcontrast-definition.scss +32 -0
  49. package/styles/button-group/_highcontrast-light-definition.scss +35 -0
  50. package/styles/button-group/_layout.scss +288 -0
  51. package/styles/button-group/_material-dark-definition.scss +32 -0
  52. package/styles/button-group/_material-definition.scss +30 -0
  53. package/styles/button-group/_material3-definition.scss +31 -0
  54. package/styles/button-group/_tailwind-dark-definition.scss +1 -0
  55. package/styles/button-group/_tailwind-definition.scss +31 -0
  56. package/styles/button-group/_theme.scss +386 -0
  57. package/styles/button-group/bootstrap-dark.css +0 -8
  58. package/styles/button-group/bootstrap-dark.scss +4 -1
  59. package/styles/button-group/bootstrap.css +0 -8
  60. package/styles/button-group/bootstrap.scss +4 -1
  61. package/styles/button-group/bootstrap4.css +0 -8
  62. package/styles/button-group/bootstrap4.scss +4 -1
  63. package/styles/button-group/bootstrap5-dark.css +12 -0
  64. package/styles/button-group/bootstrap5-dark.scss +4 -1
  65. package/styles/button-group/bootstrap5.css +12 -0
  66. package/styles/button-group/bootstrap5.scss +4 -1
  67. package/styles/button-group/fabric-dark.css +0 -8
  68. package/styles/button-group/fabric-dark.scss +4 -1
  69. package/styles/button-group/fabric.css +0 -8
  70. package/styles/button-group/fabric.scss +4 -1
  71. package/styles/button-group/fluent-dark.css +0 -8
  72. package/styles/button-group/fluent-dark.scss +4 -1
  73. package/styles/button-group/fluent.css +0 -8
  74. package/styles/button-group/fluent.scss +4 -1
  75. package/styles/button-group/highcontrast-light.css +0 -8
  76. package/styles/button-group/highcontrast-light.scss +4 -1
  77. package/styles/button-group/highcontrast.css +0 -8
  78. package/styles/button-group/highcontrast.scss +4 -1
  79. package/styles/button-group/material-dark.css +0 -8
  80. package/styles/button-group/material-dark.scss +4 -1
  81. package/styles/button-group/material.css +0 -8
  82. package/styles/button-group/material.scss +4 -1
  83. package/styles/button-group/tailwind-dark.css +8 -12
  84. package/styles/button-group/tailwind-dark.scss +4 -1
  85. package/styles/button-group/tailwind.css +8 -12
  86. package/styles/button-group/tailwind.scss +4 -1
  87. package/styles/drop-down-button/_all.scss +2 -0
  88. package/styles/drop-down-button/_bootstrap-dark-definition.scss +50 -0
  89. package/styles/drop-down-button/_bootstrap-definition.scss +48 -0
  90. package/styles/drop-down-button/_bootstrap4-definition.scss +48 -0
  91. package/styles/drop-down-button/_bootstrap5-dark-definition.scss +1 -0
  92. package/styles/drop-down-button/_bootstrap5-definition.scss +51 -0
  93. package/styles/drop-down-button/_fabric-dark-definition.scss +50 -0
  94. package/styles/drop-down-button/_fabric-definition.scss +48 -0
  95. package/styles/drop-down-button/_fluent-dark-definition.scss +1 -0
  96. package/styles/drop-down-button/_fluent-definition.scss +52 -0
  97. package/styles/drop-down-button/_fusionnew-definition.scss +51 -0
  98. package/styles/drop-down-button/_highcontrast-definition.scss +48 -0
  99. package/styles/drop-down-button/_highcontrast-light-definition.scss +49 -0
  100. package/styles/drop-down-button/_layout.scss +217 -0
  101. package/styles/drop-down-button/_material-dark-definition.scss +50 -0
  102. package/styles/drop-down-button/_material-definition.scss +48 -0
  103. package/styles/drop-down-button/_material3-definition.scss +51 -0
  104. package/styles/drop-down-button/_tailwind-dark-definition.scss +1 -0
  105. package/styles/drop-down-button/_tailwind-definition.scss +50 -0
  106. package/styles/drop-down-button/_theme.scss +57 -0
  107. package/styles/drop-down-button/bootstrap-dark.scss +6 -1
  108. package/styles/drop-down-button/bootstrap.scss +6 -1
  109. package/styles/drop-down-button/bootstrap4.scss +6 -1
  110. package/styles/drop-down-button/bootstrap5-dark.css +2 -0
  111. package/styles/drop-down-button/bootstrap5-dark.scss +6 -1
  112. package/styles/drop-down-button/bootstrap5.css +2 -0
  113. package/styles/drop-down-button/bootstrap5.scss +6 -1
  114. package/styles/drop-down-button/fabric-dark.scss +6 -1
  115. package/styles/drop-down-button/fabric.scss +6 -1
  116. package/styles/drop-down-button/fluent-dark.scss +6 -1
  117. package/styles/drop-down-button/fluent.scss +6 -1
  118. package/styles/drop-down-button/highcontrast-light.scss +6 -1
  119. package/styles/drop-down-button/highcontrast.scss +6 -1
  120. package/styles/drop-down-button/icons/_bootstrap-dark.scss +10 -0
  121. package/styles/drop-down-button/icons/_bootstrap.scss +10 -0
  122. package/styles/drop-down-button/icons/_bootstrap4.scss +10 -0
  123. package/styles/drop-down-button/icons/_bootstrap5-dark.scss +1 -0
  124. package/styles/drop-down-button/icons/_bootstrap5.scss +10 -0
  125. package/styles/drop-down-button/icons/_fabric-dark.scss +10 -0
  126. package/styles/drop-down-button/icons/_fabric.scss +10 -0
  127. package/styles/drop-down-button/icons/_fluent-dark.scss +1 -0
  128. package/styles/drop-down-button/icons/_fluent.scss +10 -0
  129. package/styles/drop-down-button/icons/_fusionnew.scss +10 -0
  130. package/styles/drop-down-button/icons/_highcontrast-light.scss +10 -0
  131. package/styles/drop-down-button/icons/_highcontrast.scss +10 -0
  132. package/styles/drop-down-button/icons/_material-dark.scss +10 -0
  133. package/styles/drop-down-button/icons/_material.scss +10 -0
  134. package/styles/drop-down-button/icons/_material3.scss +10 -0
  135. package/styles/drop-down-button/icons/_tailwind-dark.scss +10 -0
  136. package/styles/drop-down-button/icons/_tailwind.scss +10 -0
  137. package/styles/drop-down-button/material-dark.scss +6 -1
  138. package/styles/drop-down-button/material.scss +6 -1
  139. package/styles/drop-down-button/tailwind-dark.css +2 -0
  140. package/styles/drop-down-button/tailwind-dark.scss +6 -1
  141. package/styles/drop-down-button/tailwind.css +2 -0
  142. package/styles/drop-down-button/tailwind.scss +6 -1
  143. package/styles/fabric-dark.css +0 -8
  144. package/styles/fabric.css +0 -8
  145. package/styles/fluent-dark.css +1 -9
  146. package/styles/fluent.css +1 -9
  147. package/styles/highcontrast-light.css +0 -8
  148. package/styles/highcontrast.css +0 -8
  149. package/styles/material-dark.css +0 -8
  150. package/styles/material.css +0 -8
  151. package/styles/progress-button/_all.scss +2 -0
  152. package/styles/progress-button/_bootstrap-dark-definition.scss +26 -0
  153. package/styles/progress-button/_bootstrap-definition.scss +24 -0
  154. package/styles/progress-button/_bootstrap4-definition.scss +24 -0
  155. package/styles/progress-button/_bootstrap5-dark-definition.scss +1 -0
  156. package/styles/progress-button/_bootstrap5-definition.scss +21 -0
  157. package/styles/progress-button/_fabric-dark-definition.scss +26 -0
  158. package/styles/progress-button/_fabric-definition.scss +24 -0
  159. package/styles/progress-button/_fluent-dark-definition.scss +1 -0
  160. package/styles/progress-button/_fluent-definition.scss +21 -0
  161. package/styles/progress-button/_fusionnew-definition.scss +21 -0
  162. package/styles/progress-button/_highcontrast-definition.scss +24 -0
  163. package/styles/progress-button/_highcontrast-light-definition.scss +24 -0
  164. package/styles/progress-button/_layout.scss +395 -0
  165. package/styles/progress-button/_material-dark-definition.scss +26 -0
  166. package/styles/progress-button/_material-definition.scss +24 -0
  167. package/styles/progress-button/_material3-definition.scss +21 -0
  168. package/styles/progress-button/_tailwind-dark-definition.scss +1 -0
  169. package/styles/progress-button/_tailwind-definition.scss +21 -0
  170. package/styles/progress-button/_theme.scss +456 -0
  171. package/styles/progress-button/bootstrap-dark.scss +5 -1
  172. package/styles/progress-button/bootstrap.scss +5 -1
  173. package/styles/progress-button/bootstrap4.scss +5 -1
  174. package/styles/progress-button/bootstrap5-dark.scss +5 -1
  175. package/styles/progress-button/bootstrap5.scss +5 -1
  176. package/styles/progress-button/fabric-dark.scss +5 -1
  177. package/styles/progress-button/fabric.scss +5 -1
  178. package/styles/progress-button/fluent-dark.css +1 -1
  179. package/styles/progress-button/fluent-dark.scss +5 -1
  180. package/styles/progress-button/fluent.css +1 -1
  181. package/styles/progress-button/fluent.scss +5 -1
  182. package/styles/progress-button/highcontrast-light.scss +5 -1
  183. package/styles/progress-button/highcontrast.scss +5 -1
  184. package/styles/progress-button/material-dark.scss +5 -1
  185. package/styles/progress-button/material.scss +5 -1
  186. package/styles/progress-button/tailwind-dark.scss +5 -1
  187. package/styles/progress-button/tailwind.scss +5 -1
  188. package/styles/split-button/_all.scss +2 -0
  189. package/styles/split-button/_bootstrap-dark-definition.scss +25 -0
  190. package/styles/split-button/_bootstrap-definition.scss +23 -0
  191. package/styles/split-button/_bootstrap4-definition.scss +25 -0
  192. package/styles/split-button/_bootstrap5-dark-definition.scss +1 -0
  193. package/styles/split-button/_bootstrap5-definition.scss +25 -0
  194. package/styles/split-button/_fabric-dark-definition.scss +25 -0
  195. package/styles/split-button/_fabric-definition.scss +23 -0
  196. package/styles/split-button/_fluent-dark-definition.scss +1 -0
  197. package/styles/split-button/_fluent-definition.scss +25 -0
  198. package/styles/split-button/_fusionnew-definition.scss +25 -0
  199. package/styles/split-button/_highcontrast-definition.scss +23 -0
  200. package/styles/split-button/_highcontrast-light-definition.scss +26 -0
  201. package/styles/split-button/_layout.scss +419 -0
  202. package/styles/split-button/_material-dark-definition.scss +25 -0
  203. package/styles/split-button/_material-definition.scss +23 -0
  204. package/styles/split-button/_material3-definition.scss +25 -0
  205. package/styles/split-button/_tailwind-dark-definition.scss +1 -0
  206. package/styles/split-button/_tailwind-definition.scss +25 -0
  207. package/styles/split-button/_theme.scss +136 -0
  208. package/styles/split-button/bootstrap-dark.scss +6 -1
  209. package/styles/split-button/bootstrap.scss +6 -1
  210. package/styles/split-button/bootstrap4.scss +6 -1
  211. package/styles/split-button/bootstrap5-dark.scss +6 -1
  212. package/styles/split-button/bootstrap5.scss +6 -1
  213. package/styles/split-button/fabric-dark.scss +6 -1
  214. package/styles/split-button/fabric.scss +6 -1
  215. package/styles/split-button/fluent-dark.scss +6 -1
  216. package/styles/split-button/fluent.scss +6 -1
  217. package/styles/split-button/highcontrast-light.scss +6 -1
  218. package/styles/split-button/highcontrast.scss +6 -1
  219. package/styles/split-button/material-dark.scss +6 -1
  220. package/styles/split-button/material.scss +6 -1
  221. package/styles/split-button/tailwind-dark.scss +6 -1
  222. package/styles/split-button/tailwind.scss +6 -1
  223. package/styles/tailwind-dark.css +10 -12
  224. package/styles/tailwind.css +10 -12
  225. package/syncfusion-ej2-angular-splitbuttons.d.ts +5 -0
  226. package/@syncfusion/ej2-angular-splitbuttons.es5.js +0 -565
  227. package/@syncfusion/ej2-angular-splitbuttons.es5.js.map +0 -1
  228. package/@syncfusion/ej2-angular-splitbuttons.js +0 -516
  229. package/@syncfusion/ej2-angular-splitbuttons.js.map +0 -1
  230. package/CHANGELOG.md +0 -250
  231. package/dist/ej2-angular-splitbuttons.umd.js +0 -603
  232. package/dist/ej2-angular-splitbuttons.umd.js.map +0 -1
  233. package/dist/ej2-angular-splitbuttons.umd.min.js +0 -11
  234. package/dist/ej2-angular-splitbuttons.umd.min.js.map +0 -1
  235. package/ej2-angular-splitbuttons.d.ts +0 -7
  236. package/ej2-angular-splitbuttons.metadata.json +0 -1
  237. package/postinstall/tagchange.js +0 -18
  238. package/schematics/collection.json +0 -25
  239. package/schematics/generators/dropdownbutton-default/index.d.ts +0 -3
  240. package/schematics/generators/dropdownbutton-default/index.js +0 -8
  241. package/schematics/generators/dropdownbutton-default/sample-details.d.ts +0 -5
  242. package/schematics/generators/dropdownbutton-default/sample-details.js +0 -7
  243. package/schematics/generators/dropdownbutton-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -49
  244. package/schematics/generators/dropdownbutton-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -18
  245. package/schematics/generators/dropdownbutton-default/schema.d.ts +0 -3
  246. package/schematics/generators/dropdownbutton-default/schema.js +0 -2
  247. package/schematics/generators/dropdownbutton-default/schema.json +0 -124
  248. package/schematics/generators/progressbutton-default/index.d.ts +0 -3
  249. package/schematics/generators/progressbutton-default/index.js +0 -8
  250. package/schematics/generators/progressbutton-default/sample-details.d.ts +0 -5
  251. package/schematics/generators/progressbutton-default/sample-details.js +0 -7
  252. package/schematics/generators/progressbutton-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -47
  253. package/schematics/generators/progressbutton-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -53
  254. package/schematics/generators/progressbutton-default/schema.d.ts +0 -3
  255. package/schematics/generators/progressbutton-default/schema.js +0 -2
  256. package/schematics/generators/progressbutton-default/schema.json +0 -124
  257. package/schematics/generators/splitbutton-default/index.d.ts +0 -3
  258. package/schematics/generators/splitbutton-default/index.js +0 -8
  259. package/schematics/generators/splitbutton-default/sample-details.d.ts +0 -5
  260. package/schematics/generators/splitbutton-default/sample-details.js +0 -7
  261. package/schematics/generators/splitbutton-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -37
  262. package/schematics/generators/splitbutton-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -18
  263. package/schematics/generators/splitbutton-default/schema.d.ts +0 -3
  264. package/schematics/generators/splitbutton-default/schema.js +0 -2
  265. package/schematics/generators/splitbutton-default/schema.json +0 -124
  266. package/schematics/ng-add/index.d.ts +0 -3
  267. package/schematics/ng-add/index.js +0 -9
  268. package/schematics/ng-add/schema.d.ts +0 -13
  269. package/schematics/ng-add/schema.js +0 -2
  270. package/schematics/ng-add/schema.json +0 -34
  271. package/schematics/tsconfig.json +0 -25
  272. package/schematics/utils/lib-details.d.ts +0 -4
  273. package/schematics/utils/lib-details.js +0 -6
@@ -0,0 +1,386 @@
1
+ @import 'ej2-buttons/styles/button/mixin.scss';
2
+ @import 'group-button-mixin.scss';
3
+ @include export-module('button-group-theme') {
4
+ // sass-lint:disable-all
5
+ .e-btn-group,
6
+ .e-css.e-btn-group {
7
+ &:not(.e-outline) {
8
+ box-shadow: $btn-box-shadow;
9
+ }
10
+
11
+ @if $skin-name == 'material' or $skin-name == 'bootstrap4' {
12
+ .e-btn {
13
+ box-shadow: none;
14
+ }
15
+ }
16
+
17
+ .e-btn:hover {
18
+ box-shadow: none;
19
+ }
20
+
21
+ //Focus state for Normal and Outline GroupButton
22
+ .e-btn:focus,
23
+ input:focus+label.e-btn {
24
+ @include button-focus;
25
+ @if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
26
+ box-shadow: none;
27
+ }
28
+ @if $skin-name == 'bootstrap5' {
29
+ border-color: $btn-focus-bgcolor;
30
+ }
31
+ outline-color: $btn-grp-outline-focus-color;
32
+ @if $skin-name == 'fabric' {
33
+ outline-offset: -2px;
34
+ }
35
+
36
+ @if $skin-name == 'highcontrast' {
37
+ outline-offset: -4px;
38
+ }
39
+
40
+ &.e-primary {
41
+ @include primary-focus;
42
+ @if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
43
+ box-shadow: none;
44
+ }
45
+ @if $skin-name == 'bootstrap5' {
46
+ border-color: $btn-primary-focus-bgcolor;
47
+ }
48
+ outline-color: $btn-grp-outline-focus-primary-color;
49
+ @if $skin-name == 'fabric' {
50
+ border-color: transparent;
51
+ }
52
+ }
53
+
54
+ &.e-success {
55
+ @include success-focus;
56
+ @if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
57
+ box-shadow: none;
58
+ }
59
+ @if $skin-name == 'bootstrap5' {
60
+ border-color: $btn-success-focus-bgcolor;
61
+ }
62
+ outline-color: $btn-grp-outline-focus-success-color;
63
+ @if $skin-name == 'fabric' {
64
+ border-color: transparent;
65
+ }
66
+ }
67
+
68
+ &.e-info {
69
+ @include info-focus;
70
+ @if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
71
+ box-shadow: none;
72
+ }
73
+ @if $skin-name == 'bootstrap5' {
74
+ border-color: $btn-info-focus-bgcolor;
75
+ }
76
+ outline-color: $btn-grp-outline-focus-info-color;
77
+ @if $skin-name == 'fabric' {
78
+ border-color: transparent;
79
+ }
80
+ }
81
+
82
+ &.e-warning {
83
+ @include warning-focus;
84
+ @if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
85
+ box-shadow: none;
86
+ }
87
+ @if $skin-name == 'bootstrap5' {
88
+ border-color: $btn-warning-focus-bgcolor;
89
+ }
90
+ outline-color: $btn-grp-outline-focus-warning-color;
91
+ @if $skin-name == 'fabric' {
92
+ border-color: transparent;
93
+ }
94
+ }
95
+
96
+ &.e-danger {
97
+ @include danger-focus;
98
+ @if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
99
+ box-shadow: none;
100
+ }
101
+ @if $skin-name == 'bootstrap5' {
102
+ border-color: $btn-danger-focus-bgcolor;
103
+ }
104
+ outline-color: $btn-grp-outline-focus-danger-color;
105
+ @if $skin-name == 'fabric' {
106
+ border-color: transparent;
107
+ }
108
+ }
109
+
110
+ &.e-link {
111
+ @include link-focus;
112
+ background-color: transparent;
113
+ border-color: transparent;
114
+ box-shadow: none;
115
+ outline: none;
116
+ }
117
+
118
+ &.e-outline {
119
+ @include outline-focus;
120
+ @if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
121
+ box-shadow: none;
122
+ }
123
+ @if $skin-name == 'bootstrap5' {
124
+ border-color: $btn-outline-focus-bgcolor;
125
+ }
126
+
127
+ &.e-primary {
128
+ @include outline-primary-focus;
129
+ @if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
130
+ box-shadow: none;
131
+ }
132
+ @if $skin-name == 'bootstrap5' {
133
+ border-color: $btn-outline-primary-focus-bgcolor;
134
+ }
135
+ }
136
+
137
+ &.e-success {
138
+ @include outline-success-focus;
139
+ @if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
140
+ box-shadow: none;
141
+ }
142
+ @if $skin-name == 'bootstrap5' {
143
+ border-color: $btn-success-focus-bgcolor;
144
+ }
145
+ }
146
+
147
+ &.e-info {
148
+ @include outline-info-focus;
149
+ @if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
150
+ box-shadow: none;
151
+ }
152
+ @if $skin-name == 'bootstrap5' {
153
+ border-color: $btn-info-hover-bgcolor;
154
+ }
155
+ }
156
+
157
+ &.e-warning {
158
+ @include outline-warning-focus;
159
+ @if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
160
+ box-shadow: none;
161
+ }
162
+ @if $skin-name == 'bootstrap5' {
163
+ border-color: $btn-warning-hover-bgcolor;
164
+ }
165
+ }
166
+
167
+ &.e-danger {
168
+ @include outline-danger-focus;
169
+ @if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
170
+ box-shadow: none;
171
+ }
172
+ @if $skin-name == 'bootstrap5' {
173
+ border-color: $btn-danger-hover-bgcolor;
174
+ }
175
+ }
176
+ }
177
+ }
178
+
179
+ //Active/Checked state for Normal and Outline GroupButton
180
+ .e-btn:active,
181
+ input:active+label.e-btn,
182
+ input:checked+label.e-btn {
183
+ @include button-active;
184
+
185
+ &.e-primary {
186
+ @include primary-active;
187
+ }
188
+
189
+ &.e-success {
190
+ @include success-active;
191
+ }
192
+
193
+ &.e-info {
194
+ @include info-active;
195
+ }
196
+
197
+ &.e-warning {
198
+ @include warning-active;
199
+ }
200
+
201
+ &.e-danger {
202
+ @include danger-active;
203
+ }
204
+
205
+ &.e-outline {
206
+ @include outline-active;
207
+
208
+ &.e-primary {
209
+ @include outline-primary-active;
210
+ }
211
+
212
+ &.e-success {
213
+ @include outline-success-active;
214
+ }
215
+
216
+ &.e-info {
217
+ @include outline-info-active;
218
+ }
219
+
220
+ &.e-warning {
221
+ @include outline-warning-active;
222
+ }
223
+
224
+ &.e-danger {
225
+ @include outline-danger-active;
226
+ }
227
+ }
228
+ }
229
+
230
+ //Disabled state for Normal and Outline GroupButton
231
+ .e-btn:disabled,
232
+ input:disabled+label.e-btn {
233
+ @include disabled;
234
+ @if $skin-name != 'bootstrap4' {
235
+ border-color: $btn-border-color;
236
+ }
237
+
238
+ &.e-primary {
239
+ @include primary-disabled;
240
+ @if $skin-name != 'bootstrap4' {
241
+ border-color: $btn-primary-border-color;
242
+ }
243
+ }
244
+
245
+ &.e-success {
246
+ @include success-disabled;
247
+ @if $skin-name != 'bootstrap4' {
248
+ border-color: $btn-success-border-color;
249
+ }
250
+ }
251
+
252
+ &.e-info {
253
+ @include info-disabled;
254
+ @if $skin-name != 'bootstrap4' {
255
+ border-color: $btn-info-border-color;
256
+ }
257
+ }
258
+
259
+ &.e-warning {
260
+ @include warning-disabled;
261
+ @if $skin-name != 'bootstrap4' {
262
+ border-color: $btn-warning-border-color;
263
+ }
264
+ }
265
+
266
+ &.e-danger {
267
+ @include danger-disabled;
268
+ @if $skin-name != 'bootstrap4' {
269
+ border-color: $btn-danger-border-color;
270
+ }
271
+ }
272
+
273
+ &.e-link {
274
+ @include link-disabled;
275
+ @if $skin-name != 'bootstrap4' {
276
+ border-color: $btn-link-border-color;
277
+ }
278
+ }
279
+
280
+ &.e-outline {
281
+ @include outline-disabled;
282
+ border-color: $btn-outline-border-color;
283
+
284
+ &.e-primary {
285
+ @include outline-primary-disabled;
286
+ border-color: $btn-primary-bgcolor;
287
+ }
288
+
289
+ &.e-success {
290
+ @include outline-success-disabled;
291
+ border-color: $btn-success-bgcolor;
292
+ }
293
+
294
+ &.e-info {
295
+ @include outline-info-disabled;
296
+ border-color: $btn-info-bgcolor;
297
+ }
298
+
299
+ &.e-warning {
300
+ @include outline-warning-disabled;
301
+ border-color: $btn-warning-bgcolor;
302
+ }
303
+
304
+ &.e-danger {
305
+ @include outline-danger-disabled;
306
+ border-color: $btn-danger-bgcolor;
307
+ }
308
+ }
309
+ }
310
+
311
+ //Normal ButtonGroup layout for highcontrast theme
312
+ @if $skin-name == 'highcontrast' {
313
+ &:not(.e-vertical):not(.e-rtl) {
314
+ .e-btn {
315
+ @include apply-border;
316
+ }
317
+ }
318
+
319
+ &.e-vertical:not(.e-rtl) {
320
+ .e-btn {
321
+ @include apply-border-vertical;
322
+ }
323
+ }
324
+
325
+ .e-btn:hover {
326
+ border-color: $btn-border-color;
327
+
328
+ &.e-primary {
329
+ border-color: $btn-primary-bgcolor;
330
+ }
331
+
332
+ &.e-success {
333
+ border-color: $btn-success-bgcolor;
334
+ }
335
+
336
+ &.e-info {
337
+ border-color: $btn-info-bgcolor;
338
+ }
339
+
340
+ &.e-warning {
341
+ border-color: $btn-warning-bgcolor;
342
+ }
343
+
344
+ &.e-danger {
345
+ border-color: $btn-danger-bgcolor;
346
+ }
347
+ }
348
+ }
349
+
350
+ &:not(.e-vertical):not(.e-rtl) {// Outline GroupButton - Horizontal orientation
351
+ .e-outline {
352
+ @if $skin-name != 'bootstrap' {
353
+ @include apply-border;
354
+ }
355
+ }
356
+ @include different-states;
357
+ }
358
+
359
+ &.e-vertical:not(.e-rtl) {// Outline GroupButton - Vertical Orientation
360
+ .e-outline {
361
+ @include apply-border-vertical;
362
+ }
363
+ @include different-states;
364
+ }
365
+
366
+ // RTL
367
+ &.e-rtl {
368
+ .e-btn {
369
+ @if $skin-name != 'bootstrap' and $skin-name != 'tailwind' and $skin-name !='tailwind-dark' {
370
+ &:not(:first-of-type):not(:last-of-type) {
371
+ border-left: transparent;
372
+ border-right: transparent;
373
+ }
374
+
375
+ &:first-of-type {
376
+ border-left: transparent;
377
+ }
378
+
379
+ &:last-of-type {
380
+ border-right: transparent;
381
+ }
382
+ }
383
+ }
384
+ }
385
+ }
386
+ }
@@ -7,14 +7,6 @@
7
7
  flex-direction: row;
8
8
  position: relative;
9
9
  }
10
- *.e-btn-group input:focus + label.e-btn,
11
- *.e-btn-group .e-btn:focus,
12
- *.e-btn-group .e-btn:hover,
13
- *.e-css.e-btn-group input:focus + label.e-btn,
14
- *.e-css.e-btn-group .e-btn:focus,
15
- *.e-css.e-btn-group .e-btn:hover {
16
- z-index: 2;
17
- }
18
10
  *.e-btn-group input + label.e-btn,
19
11
  *.e-css.e-btn-group input + label.e-btn {
20
12
  margin-bottom: 0;
@@ -1 +1,4 @@
1
- @import 'ej2-splitbuttons/styles/button-group/bootstrap-dark.scss';
1
+ @import 'ej2-base/styles/bootstrap-dark-definition.scss';
2
+ @import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
3
+ @import 'bootstrap-dark-definition.scss';
4
+ @import 'all.scss';
@@ -7,14 +7,6 @@
7
7
  flex-direction: row;
8
8
  position: relative;
9
9
  }
10
- *.e-btn-group input:focus + label.e-btn,
11
- *.e-btn-group .e-btn:focus,
12
- *.e-btn-group .e-btn:hover,
13
- *.e-css.e-btn-group input:focus + label.e-btn,
14
- *.e-css.e-btn-group .e-btn:focus,
15
- *.e-css.e-btn-group .e-btn:hover {
16
- z-index: 2;
17
- }
18
10
  *.e-btn-group input + label.e-btn,
19
11
  *.e-css.e-btn-group input + label.e-btn {
20
12
  margin-bottom: 0;
@@ -1 +1,4 @@
1
- @import 'ej2-splitbuttons/styles/button-group/bootstrap.scss';
1
+ @import 'ej2-base/styles/bootstrap-definition.scss';
2
+ @import 'ej2-buttons/styles/button/bootstrap-definition.scss';
3
+ @import 'bootstrap-definition.scss';
4
+ @import 'all.scss';
@@ -7,14 +7,6 @@
7
7
  flex-direction: row;
8
8
  position: relative;
9
9
  }
10
- *.e-btn-group input:focus + label.e-btn,
11
- *.e-btn-group .e-btn:focus,
12
- *.e-btn-group .e-btn:hover,
13
- *.e-css.e-btn-group input:focus + label.e-btn,
14
- *.e-css.e-btn-group .e-btn:focus,
15
- *.e-css.e-btn-group .e-btn:hover {
16
- z-index: 2;
17
- }
18
10
  *.e-btn-group input + label.e-btn,
19
11
  *.e-css.e-btn-group input + label.e-btn {
20
12
  margin-bottom: 0;
@@ -1 +1,4 @@
1
- @import 'ej2-splitbuttons/styles/button-group/bootstrap4.scss';
1
+ @import 'ej2-base/styles/bootstrap4-definition.scss';
2
+ @import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
3
+ @import 'bootstrap4-definition.scss';
4
+ @import 'all.scss';
@@ -260,6 +260,7 @@
260
260
  outline: #6c757d 0 solid;
261
261
  outline-offset: 0;
262
262
  box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
263
+ border-color: #5c636a;
263
264
  outline-color: inherit;
264
265
  }
265
266
  .e-btn-group .e-btn:focus.e-primary,
@@ -271,6 +272,7 @@
271
272
  color: #fff;
272
273
  outline: #6c757d 0 solid;
273
274
  box-shadow: 0 0 0 4px rgba(49, 132, 253, 0.5);
275
+ border-color: #0b5ed7;
274
276
  outline-color: inherit;
275
277
  }
276
278
  .e-btn-group .e-btn:focus.e-success,
@@ -281,6 +283,7 @@
281
283
  border-color: #198754;
282
284
  color: #fff;
283
285
  box-shadow: 0 0 0 4px rgba(66, 190, 133, 0.5);
286
+ border-color: #157347;
284
287
  outline-color: inherit;
285
288
  }
286
289
  .e-btn-group .e-btn:focus.e-info,
@@ -291,6 +294,7 @@
291
294
  border-color: #0dcaf0;
292
295
  color: #000;
293
296
  box-shadow: 0 0 0 4px rgba(49, 210, 242, 0.5);
297
+ border-color: #31d2f2;
294
298
  outline-color: inherit;
295
299
  }
296
300
  .e-btn-group .e-btn:focus.e-warning,
@@ -301,6 +305,7 @@
301
305
  border-color: #ffc107;
302
306
  color: #000;
303
307
  box-shadow: 0 0 0 4px rgba(255, 202, 44, 0.5);
308
+ border-color: #ffca2c;
304
309
  outline-color: inherit;
305
310
  }
306
311
  .e-btn-group .e-btn:focus.e-danger,
@@ -311,6 +316,7 @@
311
316
  border-color: #dc3545;
312
317
  color: #fff;
313
318
  box-shadow: 0 0 0 4px rgba(232, 120, 131, 0.5);
319
+ border-color: #bb2d3b;
314
320
  outline-color: inherit;
315
321
  }
316
322
  .e-btn-group .e-btn:focus.e-link,
@@ -330,36 +336,42 @@
330
336
  .e-css.e-btn-group .e-btn:focus.e-outline,
331
337
  .e-css.e-btn-group input:focus + label.e-btn.e-outline {
332
338
  box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
339
+ border-color: #5c636a;
333
340
  }
334
341
  .e-btn-group .e-btn:focus.e-outline.e-primary,
335
342
  .e-btn-group input:focus + label.e-btn.e-outline.e-primary,
336
343
  .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
337
344
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
338
345
  box-shadow: 0 0 0 4px rgba(49, 132, 253, 0.5);
346
+ border-color: #0d6efd;
339
347
  }
340
348
  .e-btn-group .e-btn:focus.e-outline.e-success,
341
349
  .e-btn-group input:focus + label.e-btn.e-outline.e-success,
342
350
  .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
343
351
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
344
352
  box-shadow: 0 0 0 4px rgba(66, 190, 133, 0.5);
353
+ border-color: #157347;
345
354
  }
346
355
  .e-btn-group .e-btn:focus.e-outline.e-info,
347
356
  .e-btn-group input:focus + label.e-btn.e-outline.e-info,
348
357
  .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
349
358
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
350
359
  box-shadow: 0 0 0 4px rgba(49, 210, 242, 0.5);
360
+ border-color: #31d2f2;
351
361
  }
352
362
  .e-btn-group .e-btn:focus.e-outline.e-warning,
353
363
  .e-btn-group input:focus + label.e-btn.e-outline.e-warning,
354
364
  .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
355
365
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
356
366
  box-shadow: 0 0 0 4px rgba(255, 202, 44, 0.5);
367
+ border-color: #ffca2c;
357
368
  }
358
369
  .e-btn-group .e-btn:focus.e-outline.e-danger,
359
370
  .e-btn-group input:focus + label.e-btn.e-outline.e-danger,
360
371
  .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
361
372
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
362
373
  box-shadow: 0 0 0 4px rgba(232, 120, 131, 0.5);
374
+ border-color: #bb2d3b;
363
375
  }
364
376
  .e-btn-group .e-btn:active,
365
377
  .e-btn-group input:active + label.e-btn,
@@ -1 +1,4 @@
1
- @import 'ej2-splitbuttons/styles/button-group/bootstrap5-dark.scss';
1
+ @import 'ej2-base/styles/bootstrap5-dark-definition.scss';
2
+ @import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
3
+ @import 'bootstrap5-dark-definition.scss';
4
+ @import 'all.scss';
@@ -260,6 +260,7 @@
260
260
  outline: #6c757d 0 solid;
261
261
  outline-offset: 0;
262
262
  box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
263
+ border-color: #5c636a;
263
264
  outline-color: inherit;
264
265
  }
265
266
  .e-btn-group .e-btn:focus.e-primary,
@@ -271,6 +272,7 @@
271
272
  color: #fff;
272
273
  outline: #6c757d 0 solid;
273
274
  box-shadow: 0 0 0 4px rgba(49, 132, 253, 0.5);
275
+ border-color: #0b5ed7;
274
276
  outline-color: inherit;
275
277
  }
276
278
  .e-btn-group .e-btn:focus.e-success,
@@ -281,6 +283,7 @@
281
283
  border-color: #198754;
282
284
  color: #fff;
283
285
  box-shadow: 0 0 0 4px rgba(60, 153, 110, 0.5);
286
+ border-color: #157347;
284
287
  outline-color: inherit;
285
288
  }
286
289
  .e-btn-group .e-btn:focus.e-info,
@@ -291,6 +294,7 @@
291
294
  border-color: #0dcaf0;
292
295
  color: #000;
293
296
  box-shadow: 0 0 0 4px rgba(49, 210, 242, 0.5);
297
+ border-color: #31d2f2;
294
298
  outline-color: inherit;
295
299
  }
296
300
  .e-btn-group .e-btn:focus.e-warning,
@@ -301,6 +305,7 @@
301
305
  border-color: #ffc107;
302
306
  color: #000;
303
307
  box-shadow: 0 0 0 4px rgba(255, 202, 44, 0.5);
308
+ border-color: #ffca2c;
304
309
  outline-color: inherit;
305
310
  }
306
311
  .e-btn-group .e-btn:focus.e-danger,
@@ -311,6 +316,7 @@
311
316
  border-color: #dc3545;
312
317
  color: #fff;
313
318
  box-shadow: 0 0 0 4px rgba(225, 83, 97, 0.5);
319
+ border-color: #bb2d3b;
314
320
  outline-color: inherit;
315
321
  }
316
322
  .e-btn-group .e-btn:focus.e-link,
@@ -330,36 +336,42 @@
330
336
  .e-css.e-btn-group .e-btn:focus.e-outline,
331
337
  .e-css.e-btn-group input:focus + label.e-btn.e-outline {
332
338
  box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
339
+ border-color: #5c636a;
333
340
  }
334
341
  .e-btn-group .e-btn:focus.e-outline.e-primary,
335
342
  .e-btn-group input:focus + label.e-btn.e-outline.e-primary,
336
343
  .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
337
344
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
338
345
  box-shadow: 0 0 0 4px rgba(49, 132, 253, 0.5);
346
+ border-color: #0d6efd;
339
347
  }
340
348
  .e-btn-group .e-btn:focus.e-outline.e-success,
341
349
  .e-btn-group input:focus + label.e-btn.e-outline.e-success,
342
350
  .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
343
351
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
344
352
  box-shadow: 0 0 0 4px rgba(60, 153, 110, 0.5);
353
+ border-color: #157347;
345
354
  }
346
355
  .e-btn-group .e-btn:focus.e-outline.e-info,
347
356
  .e-btn-group input:focus + label.e-btn.e-outline.e-info,
348
357
  .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
349
358
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
350
359
  box-shadow: 0 0 0 4px rgba(49, 210, 242, 0.5);
360
+ border-color: #31d2f2;
351
361
  }
352
362
  .e-btn-group .e-btn:focus.e-outline.e-warning,
353
363
  .e-btn-group input:focus + label.e-btn.e-outline.e-warning,
354
364
  .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
355
365
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
356
366
  box-shadow: 0 0 0 4px rgba(255, 202, 44, 0.5);
367
+ border-color: #ffca2c;
357
368
  }
358
369
  .e-btn-group .e-btn:focus.e-outline.e-danger,
359
370
  .e-btn-group input:focus + label.e-btn.e-outline.e-danger,
360
371
  .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
361
372
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
362
373
  box-shadow: 0 0 0 4px rgba(225, 83, 97, 0.5);
374
+ border-color: #bb2d3b;
363
375
  }
364
376
  .e-btn-group .e-btn:active,
365
377
  .e-btn-group input:active + label.e-btn,
@@ -1 +1,4 @@
1
- @import 'ej2-splitbuttons/styles/button-group/bootstrap5.scss';
1
+ @import 'ej2-base/styles/bootstrap5-definition.scss';
2
+ @import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
3
+ @import 'bootstrap5-definition.scss';
4
+ @import 'all.scss';
@@ -7,14 +7,6 @@
7
7
  flex-direction: row;
8
8
  position: relative;
9
9
  }
10
- *.e-btn-group input:focus + label.e-btn,
11
- *.e-btn-group .e-btn:focus,
12
- *.e-btn-group .e-btn:hover,
13
- *.e-css.e-btn-group input:focus + label.e-btn,
14
- *.e-css.e-btn-group .e-btn:focus,
15
- *.e-css.e-btn-group .e-btn:hover {
16
- z-index: 2;
17
- }
18
10
  *.e-btn-group input + label.e-btn,
19
11
  *.e-css.e-btn-group input + label.e-btn {
20
12
  margin-bottom: 0;
@@ -1 +1,4 @@
1
- @import 'ej2-splitbuttons/styles/button-group/fabric-dark.scss';
1
+ @import 'ej2-base/styles/fabric-dark-definition.scss';
2
+ @import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
3
+ @import 'fabric-dark-definition.scss';
4
+ @import 'all.scss';
@@ -7,14 +7,6 @@
7
7
  flex-direction: row;
8
8
  position: relative;
9
9
  }
10
- *.e-btn-group input:focus + label.e-btn,
11
- *.e-btn-group .e-btn:focus,
12
- *.e-btn-group .e-btn:hover,
13
- *.e-css.e-btn-group input:focus + label.e-btn,
14
- *.e-css.e-btn-group .e-btn:focus,
15
- *.e-css.e-btn-group .e-btn:hover {
16
- z-index: 2;
17
- }
18
10
  *.e-btn-group input + label.e-btn,
19
11
  *.e-css.e-btn-group input + label.e-btn {
20
12
  margin-bottom: 0;
@@ -1 +1,4 @@
1
- @import 'ej2-splitbuttons/styles/button-group/fabric.scss';
1
+ @import 'ej2-base/styles/fabric-definition.scss';
2
+ @import 'ej2-buttons/styles/button/fabric-definition.scss';
3
+ @import 'fabric-definition.scss';
4
+ @import 'all.scss';