@syncfusion/ej2-angular-splitbuttons 21.2.5 → 22.1.34-ngcc

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 (256) hide show
  1. package/@syncfusion/ej2-angular-splitbuttons.es5.js +565 -0
  2. package/@syncfusion/ej2-angular-splitbuttons.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-splitbuttons.js +516 -0
  4. package/@syncfusion/ej2-angular-splitbuttons.js.map +1 -0
  5. package/CHANGELOG.md +256 -0
  6. package/dist/ej2-angular-splitbuttons.umd.js +603 -0
  7. package/dist/ej2-angular-splitbuttons.umd.js.map +1 -0
  8. package/dist/ej2-angular-splitbuttons.umd.min.js +11 -0
  9. package/dist/ej2-angular-splitbuttons.umd.min.js.map +1 -0
  10. package/ej2-angular-splitbuttons.d.ts +7 -0
  11. package/ej2-angular-splitbuttons.metadata.json +1 -0
  12. package/license +10 -0
  13. package/package.json +15 -29
  14. package/postinstall/tagchange.js +18 -0
  15. package/schematics/utils/lib-details.d.ts +2 -2
  16. package/schematics/utils/lib-details.js +2 -2
  17. package/schematics/utils/lib-details.ts +2 -2
  18. package/src/drop-down-button/dropdownbutton-all.module.d.ts +0 -6
  19. package/src/drop-down-button/dropdownbutton.component.d.ts +0 -3
  20. package/src/drop-down-button/dropdownbutton.module.d.ts +0 -7
  21. package/src/drop-down-button/items.directive.d.ts +0 -5
  22. package/src/progress-button/progressbutton-all.module.d.ts +0 -6
  23. package/src/progress-button/progressbutton.component.d.ts +0 -3
  24. package/src/progress-button/progressbutton.module.d.ts +0 -6
  25. package/src/split-button/items.directive.d.ts +0 -5
  26. package/src/split-button/splitbutton-all.module.d.ts +0 -6
  27. package/src/split-button/splitbutton.component.d.ts +0 -3
  28. package/src/split-button/splitbutton.module.d.ts +0 -7
  29. package/styles/bootstrap-dark.css +0 -84
  30. package/styles/bootstrap.css +0 -7
  31. package/styles/bootstrap4.css +8 -5
  32. package/styles/bootstrap5-dark.css +0 -7
  33. package/styles/bootstrap5.css +0 -7
  34. package/styles/button-group/bootstrap-dark.scss +1 -4
  35. package/styles/button-group/bootstrap.scss +1 -4
  36. package/styles/button-group/bootstrap4.scss +1 -4
  37. package/styles/button-group/bootstrap5-dark.scss +1 -4
  38. package/styles/button-group/bootstrap5.scss +1 -4
  39. package/styles/button-group/fabric-dark.scss +1 -4
  40. package/styles/button-group/fabric.scss +1 -4
  41. package/styles/button-group/fluent-dark.scss +1 -4
  42. package/styles/button-group/fluent.scss +1 -4
  43. package/styles/button-group/highcontrast-light.scss +1 -4
  44. package/styles/button-group/highcontrast.scss +1 -4
  45. package/styles/button-group/material-dark.scss +1 -4
  46. package/styles/button-group/material.scss +1 -4
  47. package/styles/button-group/material3-dark.css +902 -0
  48. package/styles/button-group/material3-dark.scss +2 -0
  49. package/styles/button-group/material3.css +958 -0
  50. package/styles/button-group/material3.scss +2 -0
  51. package/styles/button-group/tailwind-dark.scss +1 -4
  52. package/styles/button-group/tailwind.scss +1 -4
  53. package/styles/drop-down-button/bootstrap-dark.scss +1 -6
  54. package/styles/drop-down-button/bootstrap.scss +1 -6
  55. package/styles/drop-down-button/bootstrap4.scss +1 -6
  56. package/styles/drop-down-button/bootstrap5-dark.scss +1 -6
  57. package/styles/drop-down-button/bootstrap5.scss +1 -6
  58. package/styles/drop-down-button/fabric-dark.scss +1 -6
  59. package/styles/drop-down-button/fabric.scss +1 -6
  60. package/styles/drop-down-button/fluent-dark.scss +1 -6
  61. package/styles/drop-down-button/fluent.scss +1 -6
  62. package/styles/drop-down-button/highcontrast-light.scss +1 -6
  63. package/styles/drop-down-button/highcontrast.scss +1 -6
  64. package/styles/drop-down-button/material-dark.scss +1 -6
  65. package/styles/drop-down-button/material.scss +1 -6
  66. package/styles/drop-down-button/material3-dark.css +293 -0
  67. package/styles/drop-down-button/material3-dark.scss +2 -0
  68. package/styles/drop-down-button/material3.css +349 -0
  69. package/styles/drop-down-button/material3.scss +2 -0
  70. package/styles/drop-down-button/tailwind-dark.scss +1 -6
  71. package/styles/drop-down-button/tailwind.scss +1 -6
  72. package/styles/fabric-dark.css +0 -84
  73. package/styles/fabric.css +0 -7
  74. package/styles/fluent-dark.css +4 -7
  75. package/styles/fluent.css +4 -7
  76. package/styles/highcontrast-light.css +0 -84
  77. package/styles/highcontrast.css +0 -84
  78. package/styles/material-dark.css +0 -84
  79. package/styles/material.css +0 -7
  80. package/styles/material3-dark.css +2168 -0
  81. package/styles/material3-dark.scss +5 -0
  82. package/styles/material3.css +2383 -0
  83. package/styles/material3.scss +5 -0
  84. package/styles/progress-button/bootstrap-dark.css +0 -84
  85. package/styles/progress-button/bootstrap-dark.scss +1 -5
  86. package/styles/progress-button/bootstrap.css +0 -7
  87. package/styles/progress-button/bootstrap.scss +1 -5
  88. package/styles/progress-button/bootstrap4.css +0 -5
  89. package/styles/progress-button/bootstrap4.scss +1 -5
  90. package/styles/progress-button/bootstrap5-dark.css +0 -7
  91. package/styles/progress-button/bootstrap5-dark.scss +1 -5
  92. package/styles/progress-button/bootstrap5.css +0 -7
  93. package/styles/progress-button/bootstrap5.scss +1 -5
  94. package/styles/progress-button/fabric-dark.css +0 -84
  95. package/styles/progress-button/fabric-dark.scss +1 -5
  96. package/styles/progress-button/fabric.css +0 -7
  97. package/styles/progress-button/fabric.scss +1 -5
  98. package/styles/progress-button/fluent-dark.css +0 -7
  99. package/styles/progress-button/fluent-dark.scss +1 -5
  100. package/styles/progress-button/fluent.css +0 -7
  101. package/styles/progress-button/fluent.scss +1 -5
  102. package/styles/progress-button/highcontrast-light.css +0 -84
  103. package/styles/progress-button/highcontrast-light.scss +1 -5
  104. package/styles/progress-button/highcontrast.css +0 -84
  105. package/styles/progress-button/highcontrast.scss +1 -5
  106. package/styles/progress-button/material-dark.css +0 -84
  107. package/styles/progress-button/material-dark.scss +1 -5
  108. package/styles/progress-button/material.css +0 -7
  109. package/styles/progress-button/material.scss +1 -5
  110. package/styles/progress-button/material3-dark.css +557 -0
  111. package/styles/progress-button/material3-dark.scss +2 -0
  112. package/styles/progress-button/material3.css +613 -0
  113. package/styles/progress-button/material3.scss +2 -0
  114. package/styles/progress-button/tailwind-dark.css +0 -5
  115. package/styles/progress-button/tailwind-dark.scss +1 -5
  116. package/styles/progress-button/tailwind.css +0 -5
  117. package/styles/progress-button/tailwind.scss +1 -5
  118. package/styles/split-button/bootstrap-dark.scss +1 -6
  119. package/styles/split-button/bootstrap.scss +1 -6
  120. package/styles/split-button/bootstrap4.css +8 -0
  121. package/styles/split-button/bootstrap4.scss +1 -6
  122. package/styles/split-button/bootstrap5-dark.scss +1 -6
  123. package/styles/split-button/bootstrap5.scss +1 -6
  124. package/styles/split-button/fabric-dark.scss +1 -6
  125. package/styles/split-button/fabric.scss +1 -6
  126. package/styles/split-button/fluent-dark.css +4 -0
  127. package/styles/split-button/fluent-dark.scss +1 -6
  128. package/styles/split-button/fluent.css +4 -0
  129. package/styles/split-button/fluent.scss +1 -6
  130. package/styles/split-button/highcontrast-light.scss +1 -6
  131. package/styles/split-button/highcontrast.scss +1 -6
  132. package/styles/split-button/material-dark.scss +1 -6
  133. package/styles/split-button/material.scss +1 -6
  134. package/styles/split-button/material3-dark.css +413 -0
  135. package/styles/split-button/material3-dark.scss +2 -0
  136. package/styles/split-button/material3.css +463 -0
  137. package/styles/split-button/material3.scss +2 -0
  138. package/styles/split-button/tailwind-dark.css +6 -0
  139. package/styles/split-button/tailwind-dark.scss +1 -6
  140. package/styles/split-button/tailwind.css +6 -0
  141. package/styles/split-button/tailwind.scss +1 -6
  142. package/styles/tailwind-dark.css +6 -5
  143. package/styles/tailwind.css +6 -5
  144. package/esm2020/public_api.mjs +0 -3
  145. package/esm2020/src/drop-down-button/dropdownbutton-all.module.mjs +0 -23
  146. package/esm2020/src/drop-down-button/dropdownbutton.component.mjs +0 -64
  147. package/esm2020/src/drop-down-button/dropdownbutton.module.mjs +0 -34
  148. package/esm2020/src/drop-down-button/items.directive.mjs +0 -46
  149. package/esm2020/src/index.mjs +0 -13
  150. package/esm2020/src/progress-button/progressbutton-all.module.mjs +0 -23
  151. package/esm2020/src/progress-button/progressbutton.component.mjs +0 -59
  152. package/esm2020/src/progress-button/progressbutton.module.mjs +0 -25
  153. package/esm2020/src/split-button/items.directive.mjs +0 -46
  154. package/esm2020/src/split-button/splitbutton-all.module.mjs +0 -23
  155. package/esm2020/src/split-button/splitbutton.component.mjs +0 -64
  156. package/esm2020/src/split-button/splitbutton.module.mjs +0 -34
  157. package/esm2020/syncfusion-ej2-angular-splitbuttons.mjs +0 -5
  158. package/fesm2015/syncfusion-ej2-angular-splitbuttons.mjs +0 -405
  159. package/fesm2015/syncfusion-ej2-angular-splitbuttons.mjs.map +0 -1
  160. package/fesm2020/syncfusion-ej2-angular-splitbuttons.mjs +0 -405
  161. package/fesm2020/syncfusion-ej2-angular-splitbuttons.mjs.map +0 -1
  162. package/styles/button-group/_all.scss +0 -2
  163. package/styles/button-group/_bootstrap-dark-definition.scss +0 -33
  164. package/styles/button-group/_bootstrap-definition.scss +0 -30
  165. package/styles/button-group/_bootstrap4-definition.scss +0 -30
  166. package/styles/button-group/_bootstrap5-dark-definition.scss +0 -1
  167. package/styles/button-group/_bootstrap5-definition.scss +0 -31
  168. package/styles/button-group/_fabric-dark-definition.scss +0 -33
  169. package/styles/button-group/_fabric-definition.scss +0 -30
  170. package/styles/button-group/_fluent-dark-definition.scss +0 -1
  171. package/styles/button-group/_fluent-definition.scss +0 -31
  172. package/styles/button-group/_fusionnew-definition.scss +0 -31
  173. package/styles/button-group/_group-button-mixin.scss +0 -72
  174. package/styles/button-group/_highcontrast-definition.scss +0 -32
  175. package/styles/button-group/_highcontrast-light-definition.scss +0 -35
  176. package/styles/button-group/_layout.scss +0 -288
  177. package/styles/button-group/_material-dark-definition.scss +0 -33
  178. package/styles/button-group/_material-definition.scss +0 -30
  179. package/styles/button-group/_tailwind-dark-definition.scss +0 -1
  180. package/styles/button-group/_tailwind-definition.scss +0 -31
  181. package/styles/button-group/_theme.scss +0 -388
  182. package/styles/drop-down-button/_all.scss +0 -2
  183. package/styles/drop-down-button/_bootstrap-dark-definition.scss +0 -51
  184. package/styles/drop-down-button/_bootstrap-definition.scss +0 -48
  185. package/styles/drop-down-button/_bootstrap4-definition.scss +0 -48
  186. package/styles/drop-down-button/_bootstrap5-dark-definition.scss +0 -1
  187. package/styles/drop-down-button/_bootstrap5-definition.scss +0 -50
  188. package/styles/drop-down-button/_fabric-dark-definition.scss +0 -51
  189. package/styles/drop-down-button/_fabric-definition.scss +0 -48
  190. package/styles/drop-down-button/_fluent-dark-definition.scss +0 -1
  191. package/styles/drop-down-button/_fluent-definition.scss +0 -52
  192. package/styles/drop-down-button/_fusionnew-definition.scss +0 -50
  193. package/styles/drop-down-button/_highcontrast-definition.scss +0 -47
  194. package/styles/drop-down-button/_highcontrast-light-definition.scss +0 -50
  195. package/styles/drop-down-button/_layout.scss +0 -233
  196. package/styles/drop-down-button/_material-dark-definition.scss +0 -51
  197. package/styles/drop-down-button/_material-definition.scss +0 -48
  198. package/styles/drop-down-button/_tailwind-dark-definition.scss +0 -1
  199. package/styles/drop-down-button/_tailwind-definition.scss +0 -49
  200. package/styles/drop-down-button/_theme.scss +0 -78
  201. package/styles/drop-down-button/icons/_bootstrap-dark.scss +0 -10
  202. package/styles/drop-down-button/icons/_bootstrap.scss +0 -10
  203. package/styles/drop-down-button/icons/_bootstrap4.scss +0 -10
  204. package/styles/drop-down-button/icons/_bootstrap5-dark.scss +0 -1
  205. package/styles/drop-down-button/icons/_bootstrap5.scss +0 -10
  206. package/styles/drop-down-button/icons/_fabric-dark.scss +0 -10
  207. package/styles/drop-down-button/icons/_fabric.scss +0 -10
  208. package/styles/drop-down-button/icons/_fluent-dark.scss +0 -1
  209. package/styles/drop-down-button/icons/_fluent.scss +0 -10
  210. package/styles/drop-down-button/icons/_fusionnew.scss +0 -10
  211. package/styles/drop-down-button/icons/_highcontrast-light.scss +0 -10
  212. package/styles/drop-down-button/icons/_highcontrast.scss +0 -10
  213. package/styles/drop-down-button/icons/_material-dark.scss +0 -10
  214. package/styles/drop-down-button/icons/_material.scss +0 -10
  215. package/styles/drop-down-button/icons/_material3.scss +0 -10
  216. package/styles/drop-down-button/icons/_tailwind-dark.scss +0 -10
  217. package/styles/drop-down-button/icons/_tailwind.scss +0 -10
  218. package/styles/progress-button/_all.scss +0 -2
  219. package/styles/progress-button/_bootstrap-dark-definition.scss +0 -27
  220. package/styles/progress-button/_bootstrap-definition.scss +0 -24
  221. package/styles/progress-button/_bootstrap4-definition.scss +0 -24
  222. package/styles/progress-button/_bootstrap5-dark-definition.scss +0 -1
  223. package/styles/progress-button/_bootstrap5-definition.scss +0 -21
  224. package/styles/progress-button/_fabric-dark-definition.scss +0 -27
  225. package/styles/progress-button/_fabric-definition.scss +0 -24
  226. package/styles/progress-button/_fluent-dark-definition.scss +0 -1
  227. package/styles/progress-button/_fluent-definition.scss +0 -21
  228. package/styles/progress-button/_fusionnew-definition.scss +0 -21
  229. package/styles/progress-button/_highcontrast-definition.scss +0 -24
  230. package/styles/progress-button/_highcontrast-light-definition.scss +0 -24
  231. package/styles/progress-button/_layout.scss +0 -396
  232. package/styles/progress-button/_material-dark-definition.scss +0 -27
  233. package/styles/progress-button/_material-definition.scss +0 -24
  234. package/styles/progress-button/_tailwind-dark-definition.scss +0 -1
  235. package/styles/progress-button/_tailwind-definition.scss +0 -21
  236. package/styles/progress-button/_theme.scss +0 -483
  237. package/styles/split-button/_all.scss +0 -2
  238. package/styles/split-button/_bootstrap-dark-definition.scss +0 -26
  239. package/styles/split-button/_bootstrap-definition.scss +0 -23
  240. package/styles/split-button/_bootstrap4-definition.scss +0 -26
  241. package/styles/split-button/_bootstrap5-dark-definition.scss +0 -1
  242. package/styles/split-button/_bootstrap5-definition.scss +0 -24
  243. package/styles/split-button/_fabric-dark-definition.scss +0 -26
  244. package/styles/split-button/_fabric-definition.scss +0 -23
  245. package/styles/split-button/_fluent-dark-definition.scss +0 -1
  246. package/styles/split-button/_fluent-definition.scss +0 -24
  247. package/styles/split-button/_fusionnew-definition.scss +0 -24
  248. package/styles/split-button/_highcontrast-definition.scss +0 -23
  249. package/styles/split-button/_highcontrast-light-definition.scss +0 -26
  250. package/styles/split-button/_layout.scss +0 -427
  251. package/styles/split-button/_material-dark-definition.scss +0 -26
  252. package/styles/split-button/_material-definition.scss +0 -23
  253. package/styles/split-button/_tailwind-dark-definition.scss +0 -1
  254. package/styles/split-button/_tailwind-definition.scss +0 -24
  255. package/styles/split-button/_theme.scss +0 -167
  256. package/syncfusion-ej2-angular-splitbuttons.d.ts +0 -5
@@ -1,33 +0,0 @@
1
- //default
2
- $btn-grp-margin: -1px !default;
3
- $btn-grp-margin-left: 0 !default;
4
- $btn-grp-wrapper-border: 0 !default;
5
- $btn-grp-round-radius: 20px !default;
6
- $btn-grp-icon-font-size: 14px !default;
7
- $btn-grp-icon-font-size-bigger: 16px !default;
8
-
9
- //Normal Outline GroupButton
10
- $btn-grp-outline-focus-border-color: $neutral-quintenary !default;
11
- $btn-grp-outline-focus-color: $neutral-secondary-alt !default;
12
-
13
- //Outline Primary
14
- $btn-grp-outline-primary-focus-border-color: inherit !default;
15
- $btn-grp-outline-focus-primary-color: $btn-primary-active-color !default;
16
-
17
- //Outline Success
18
- $btn-grp-outline-success-focus-border-color: inherit !default;
19
- $btn-grp-outline-focus-success-color: $btn-success-active-color !default;
20
-
21
- //Outline Info
22
- $btn-grp-outline-info-focus-border-color: inherit !default;
23
- $btn-grp-outline-focus-info-color: $btn-info-active-color !default;
24
-
25
- //Outline warning
26
- $btn-grp-outline-warning-focus-border-color: inherit !default;
27
- $btn-grp-outline-focus-warning-color: $btn-warning-active-color !default;
28
-
29
- //Outline danger
30
- $btn-grp-outline-danger-focus-border-color: inherit !default;
31
- $btn-grp-outline-focus-danger-color: $btn-danger-active-color !default;
32
-
33
- //enddefault
@@ -1,30 +0,0 @@
1
- $btn-grp-margin: -1px !default;
2
- $btn-grp-margin-left: 0 !default;
3
- $btn-grp-wrapper-border: 0 !default;
4
- $btn-grp-round-radius: 20px !default;
5
- $btn-grp-icon-font-size: 14px !default;
6
- $btn-grp-icon-font-size-bigger: 16px !default;
7
-
8
- //Normal Outline GroupButton
9
- $btn-grp-outline-focus-border-color: $neutral-quintenary !default;
10
- $btn-grp-outline-focus-color: $neutral-secondary-alt !default;
11
-
12
- //Outline Primary
13
- $btn-grp-outline-primary-focus-border-color: inherit !default;
14
- $btn-grp-outline-focus-primary-color: $theme-primary-font !default;
15
-
16
- //Outline Success
17
- $btn-grp-outline-success-focus-border-color: inherit !default;
18
- $btn-grp-outline-focus-success-color: #fff !default;
19
-
20
- //Outline Info
21
- $btn-grp-outline-info-focus-border-color: inherit !default;
22
- $btn-grp-outline-focus-info-color: #fff !default;
23
-
24
- //Outline warning
25
- $btn-grp-outline-warning-focus-border-color: inherit !default;
26
- $btn-grp-outline-focus-warning-color: #fff !default;
27
-
28
- //Outline danger
29
- $btn-grp-outline-danger-focus-border-color: inherit !default;
30
- $btn-grp-outline-focus-danger-color: #fff !default;
@@ -1 +0,0 @@
1
- @import './fluent-definition.scss';
@@ -1,31 +0,0 @@
1
- //layout variables
2
- $btn-grp-margin: -1px !default;
3
- $btn-grp-margin-left: -1px !default;
4
- $btn-grp-wrapper-border: 4px !default;
5
- $btn-grp-round-radius: 20px !default;
6
- $btn-grp-icon-font-size: $text-base !default;
7
- $btn-grp-icon-font-size-bigger: $text-xl !default;
8
-
9
- //Normal Outline GroupButton
10
- $btn-grp-outline-focus-border-color: $secondary-border-color !default;
11
- $btn-grp-outline-focus-color: inherit !default;
12
-
13
- //Outline Primary
14
- $btn-grp-outline-primary-focus-border-color: $primary !default;
15
- $btn-grp-outline-focus-primary-color: inherit !default;
16
-
17
- //Outline Success
18
- $btn-grp-outline-success-focus-border-color: $btn-success-focus-border-color !default;
19
- $btn-grp-outline-focus-success-color: inherit !default;
20
-
21
- //Outline Info
22
- $btn-grp-outline-info-focus-border-color: $btn-info-focus-border-color !default;
23
- $btn-grp-outline-focus-info-color: inherit !default;
24
-
25
- //Outline warning
26
- $btn-grp-outline-warning-focus-border-color: $btn-warning-focus-border-color !default;
27
- $btn-grp-outline-focus-warning-color: inherit !default;
28
-
29
- //Outline danger
30
- $btn-grp-outline-danger-focus-border-color: $btn-danger-focus-border-color !default;
31
- $btn-grp-outline-focus-danger-color: inherit !default;
@@ -1,31 +0,0 @@
1
- //layout variables
2
- $btn-grp-margin: -1px !default;
3
- $btn-grp-margin-left: -1px !default;
4
- $btn-grp-wrapper-border: 4px !default;
5
- $btn-grp-round-radius: 20px !default;
6
- $btn-grp-icon-font-size: 16px !default;
7
- $btn-grp-icon-font-size-bigger: 20px !default;
8
-
9
- //Normal Outline GroupButton
10
- $btn-grp-outline-focus-border-color: $secondary-border-color !default;
11
- $btn-grp-outline-focus-color: inherit !default;
12
-
13
- //Outline Primary
14
- $btn-grp-outline-primary-focus-border-color: $primary !default;
15
- $btn-grp-outline-focus-primary-color: inherit !default;
16
-
17
- //Outline Success
18
- $btn-grp-outline-success-focus-border-color: $btn-success-focus-border-color !default;
19
- $btn-grp-outline-focus-success-color: inherit !default;
20
-
21
- //Outline Info
22
- $btn-grp-outline-info-focus-border-color: $btn-info-focus-border-color !default;
23
- $btn-grp-outline-focus-info-color: inherit !default;
24
-
25
- //Outline warning
26
- $btn-grp-outline-warning-focus-border-color: $btn-warning-focus-border-color !default;
27
- $btn-grp-outline-focus-warning-color: inherit !default;
28
-
29
- //Outline danger
30
- $btn-grp-outline-danger-focus-border-color: $btn-danger-focus-border-color !default;
31
- $btn-grp-outline-focus-danger-color: inherit !default;
@@ -1,72 +0,0 @@
1
- @mixin apply-border {
2
- &:not(:first-of-type):not(:last-of-type) {
3
- border-left: transparent;
4
- border-right: transparent;
5
- }
6
-
7
- &:first-of-type {
8
- border-right: transparent;
9
- }
10
-
11
- &:last-of-type {
12
- border-left: transparent;
13
- }
14
- }
15
-
16
- @mixin apply-border-vertical {
17
- &:not(:first-of-type):not(:last-of-type) {
18
- border-bottom: transparent;
19
- border-top: transparent;
20
- }
21
-
22
- &:first-of-type {
23
- border-bottom: transparent;
24
- }
25
-
26
- &:last-of-type {
27
- border-top: transparent;
28
- }
29
- }
30
-
31
- @mixin different-states {
32
- // Outline focus
33
- .e-btn:focus,
34
- input:focus + label.e-btn {
35
- &.e-outline {
36
- border-color: $btn-grp-outline-focus-border-color;
37
- outline-color: $btn-grp-outline-focus-color;
38
-
39
- &.e-primary {
40
- border-color: $btn-grp-outline-primary-focus-border-color;
41
- outline-color: $btn-grp-outline-focus-primary-color;
42
- }
43
-
44
- &.e-success {
45
- border-color: $btn-grp-outline-success-focus-border-color;
46
- outline-color: $btn-grp-outline-focus-success-color;
47
- }
48
-
49
- &.e-info {
50
- border-color: $btn-grp-outline-info-focus-border-color;
51
- outline-color: $btn-grp-outline-focus-info-color;
52
- }
53
-
54
- &.e-warning {
55
- border-color: $btn-grp-outline-warning-focus-border-color;
56
- outline-color: $btn-grp-outline-focus-warning-color;
57
- }
58
-
59
- &.e-danger {
60
- border-color: $btn-grp-outline-danger-focus-border-color;
61
- outline-color: $btn-grp-outline-focus-danger-color;
62
- }
63
- }
64
- }
65
- }
66
-
67
- @mixin disabled {
68
- background-color: $btn-disabled-bgcolor;
69
- border-color: $btn-disabled-border-color;
70
- box-shadow: $btn-flat-box-shadow;
71
- color: $btn-disabled-color;
72
- }
@@ -1,32 +0,0 @@
1
- $btn-grp-margin: -1px !default;
2
- $btn-grp-margin-left: 0 !default;
3
- $btn-grp-wrapper-border: 0 !default;
4
- $hover-border: $hover-border !default;
5
- $primary-outline-color: $bg-base-0 !default;
6
- $btn-grp-round-radius: 20px !default;
7
- $btn-grp-icon-font-size: 14px !default;
8
- $btn-grp-icon-font-size-bigger: 16px !default;
9
-
10
- //Normal Outline GroupButton
11
- $btn-grp-outline-focus-border-color: $bg-base-100 !default;
12
- $btn-grp-outline-focus-color: inherit !default;
13
-
14
- //Outline Primary
15
- $btn-grp-outline-primary-focus-border-color: inherit !default;
16
- $btn-grp-outline-focus-primary-color: $primary-outline-color !default;
17
-
18
- //Outline Success
19
- $btn-grp-outline-success-focus-border-color: inherit !default;
20
- $btn-grp-outline-focus-success-color: inherit !default;
21
-
22
- //Outline Info
23
- $btn-grp-outline-info-focus-border-color: inherit !default;
24
- $btn-grp-outline-focus-info-color: inherit !default;
25
-
26
- //Outline warning
27
- $btn-grp-outline-warning-focus-border-color: inherit !default;
28
- $btn-grp-outline-focus-warning-color: inherit !default;
29
-
30
- //Outline danger
31
- $btn-grp-outline-danger-focus-border-color: inherit !default;
32
- $btn-grp-outline-focus-danger-color: inherit !default;
@@ -1,35 +0,0 @@
1
- //default
2
- $btn-grp-margin: -1px !default;
3
- $btn-grp-margin-left: 0 !default;
4
- $btn-grp-wrapper-border: 0 !default;
5
- $hover-border: $hover-border !default;
6
- $primary-outline-color: $bg-base-0 !default;
7
- $btn-grp-round-radius: 20px !default;
8
- $btn-grp-icon-font-size: 14px !default;
9
- $btn-grp-icon-font-size-bigger: 16px !default;
10
-
11
- //Normal Outline GroupButton
12
- $btn-grp-outline-focus-border-color: $bg-base-100 !default;
13
- $btn-grp-outline-focus-color: inherit !default;
14
-
15
- //Outline Primary
16
- $btn-grp-outline-primary-focus-border-color: inherit !default;
17
- $btn-grp-outline-focus-primary-color: $primary-outline-color !default;
18
-
19
- //Outline Success
20
- $btn-grp-outline-success-focus-border-color: inherit !default;
21
- $btn-grp-outline-focus-success-color: inherit !default;
22
-
23
- //Outline Info
24
- $btn-grp-outline-info-focus-border-color: inherit !default;
25
- $btn-grp-outline-focus-info-color: inherit !default;
26
-
27
- //Outline warning
28
- $btn-grp-outline-warning-focus-border-color: inherit !default;
29
- $btn-grp-outline-focus-warning-color: inherit !default;
30
-
31
- //Outline danger
32
- $btn-grp-outline-danger-focus-border-color: inherit !default;
33
- $btn-grp-outline-focus-danger-color: inherit !default;
34
-
35
- //enddefault
@@ -1,288 +0,0 @@
1
- @include export-module('button-group-layout') {
2
- /* stylelint-disable */
3
- #{if(&, '&', '*')}.e-btn-group,
4
- #{if(&, '&', '*')}.e-css.e-btn-group {
5
- display: -webkit-inline-flex;
6
- display: inline-flex;
7
- border-radius: $btn-grp-wrapper-border;
8
- -webkit-flex-direction: row;
9
- flex-direction: row;
10
- position: relative;
11
-
12
- input:focus+label.e-btn,
13
- .e-btn:focus,
14
- .e-btn:hover {
15
- @if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' {
16
- z-index: 2;
17
- }
18
- }
19
-
20
- input + label.e-btn {
21
- margin-bottom: 0;
22
- }
23
-
24
- input {
25
- -moz-appearance: none;
26
- height: 1px;
27
- margin: 0 0 0 $btn-grp-margin;
28
- opacity: 0;
29
- position: absolute;
30
- width: 1px;
31
- }
32
-
33
- // Disabled
34
- input:disabled+label.e-btn,
35
- :disabled {
36
- cursor: default;
37
- pointer-events: none;
38
- }
39
-
40
- .e-btn-icon {
41
- font-size: $btn-grp-icon-font-size;
42
- }
43
-
44
- // Sharp corner for sides individual Button and SplitButton
45
- &:not(.e-rtl):not(.e-vertical) {
46
- .e-btn {
47
- margin-left: $btn-grp-margin-left;
48
-
49
- &:not(:first-of-type):not(:last-of-type) {
50
- border-radius: 0;
51
- }
52
-
53
- &:first-of-type {
54
- border-bottom-right-radius: 0;
55
- border-top-right-radius: 0;
56
- }
57
-
58
- &:last-of-type {
59
- border-bottom-left-radius: 0;
60
- border-top-left-radius: 0;
61
- }
62
-
63
- &:last-of-type:not(:last-child) {
64
- border-bottom-right-radius: 0;
65
- border-top-right-radius: 0;
66
- }
67
- }
68
-
69
- .e-split-btn-wrapper {
70
- +.e-btn {
71
- border-bottom-left-radius: 0;
72
- border-top-left-radius: 0;
73
- }
74
-
75
- &:not(:first-child):not(:last-child) {
76
- .e-btn:last-child {
77
- border-bottom-right-radius: 0;
78
- border-top-right-radius: 0;
79
- }
80
-
81
- .e-btn:first-child {
82
- border-bottom-left-radius: 0;
83
- border-top-left-radius: 0;
84
- }
85
- }
86
-
87
- &:first-child {
88
- .e-btn:last-child {
89
- border-bottom-right-radius: 0;
90
- border-top-right-radius: 0;
91
- }
92
- }
93
-
94
- &:last-child {
95
- .e-btn:first-child {
96
- border-bottom-left-radius: 0;
97
- border-top-left-radius: 0;
98
- }
99
- }
100
- }
101
- }
102
-
103
- // RTL with Sharp corner combinations
104
- &.e-rtl {
105
- .e-btn {
106
- margin-left: $btn-grp-margin-left;
107
-
108
- &:not(:first-of-type):not(:last-of-type) {
109
- border-radius: 0;
110
- }
111
-
112
- &:first-of-type {
113
- border-bottom-left-radius: 0;
114
- border-top-left-radius: 0;
115
- }
116
-
117
- &:last-of-type {
118
- border-bottom-right-radius: 0;
119
- border-top-right-radius: 0;
120
- }
121
-
122
- &:last-of-type:not(:last-child) {
123
- border-bottom-left-radius: 0;
124
- border-top-left-radius: 0;
125
- }
126
- }
127
-
128
- .e-split-btn-wrapper {
129
- +.e-btn {
130
- border-bottom-right-radius: 0;
131
- border-top-right-radius: 0;
132
- }
133
-
134
- &:not(:first-child):not(:last-child) {
135
- .e-btn:last-child {
136
- border-bottom-left-radius: 0;
137
- border-top-left-radius: 0;
138
- }
139
-
140
- .e-btn:first-child {
141
- border-bottom-right-radius: 0;
142
- border-top-right-radius: 0;
143
- }
144
- }
145
-
146
- &:first-child {
147
- .e-btn:last-child {
148
- border-bottom-left-radius: 0;
149
- border-top-left-radius: 0;
150
- }
151
- }
152
-
153
- &:last-child {
154
- .e-btn:first-child {
155
- border-bottom-right-radius: 0;
156
- border-top-right-radius: 0;
157
- }
158
- }
159
- }
160
- }
161
-
162
- // Vertical Orientation
163
- &.e-vertical {
164
- -webkit-flex-direction: column;
165
- flex-direction: column;
166
-
167
- input {
168
- margin: $btn-grp-margin 0 0;
169
- }
170
-
171
- // Round corner
172
- .e-btn {
173
- &:not(.e-outline) {
174
- margin-top: $btn-grp-margin;
175
- }
176
-
177
- &:not(:first-of-type):not(:last-of-type) {
178
- border-radius: 0;
179
- }
180
-
181
- &:first-of-type {
182
- border-bottom-left-radius: 0;
183
- border-bottom-right-radius: 0;
184
- border-top-left-radius: 2px;
185
- border-top-right-radius: 2px;
186
- }
187
-
188
- &:last-of-type {
189
- border-bottom-left-radius: 2px;
190
- border-bottom-right-radius: 2px;
191
- border-top-left-radius: 0;
192
- border-top-right-radius: 0;
193
- }
194
- }
195
- }
196
-
197
- // Rounded Corner
198
- &.e-round-corner:not(.e-vertical) {
199
- &:not(.e-rtl) {
200
- border-radius: $btn-grp-round-radius;
201
-
202
- .e-btn {
203
- &:first-of-type {
204
- border-bottom-left-radius: $btn-grp-round-radius;
205
- border-top-left-radius: $btn-grp-round-radius;
206
- }
207
-
208
- &:last-of-type {
209
- border-bottom-right-radius: $btn-grp-round-radius;
210
- border-top-right-radius: $btn-grp-round-radius;
211
- }
212
-
213
- &:last-of-type:not(:last-child) {
214
- border-bottom-right-radius: 0;
215
- border-top-right-radius: 0;
216
- }
217
- }
218
-
219
- .e-split-btn-wrapper {
220
- +.e-btn {
221
- border-bottom-left-radius: 0;
222
- border-top-left-radius: 0;
223
- }
224
-
225
- &:first-child {
226
- .e-btn:first-child {
227
- border-bottom-left-radius: $btn-grp-round-radius;
228
- border-top-left-radius: $btn-grp-round-radius;
229
- }
230
-
231
- .e-btn:last-child {
232
- border-bottom-right-radius: 0;
233
- border-top-right-radius: 0;
234
- }
235
- }
236
-
237
- &:last-child {
238
- .e-btn:first-child {
239
- border-bottom-left-radius: 0;
240
- border-top-left-radius: 0;
241
- }
242
-
243
- .e-btn:last-child {
244
- border-bottom-right-radius: $btn-grp-round-radius;
245
- border-top-right-radius: $btn-grp-round-radius;
246
- }
247
- }
248
- }
249
- }
250
-
251
- // Rounded corner with RTL
252
- &.e-rtl {
253
- border-radius: $btn-grp-round-radius;
254
-
255
- .e-btn {
256
- &:first-of-type {
257
- border-bottom-right-radius: $btn-grp-round-radius;
258
- border-top-right-radius: $btn-grp-round-radius;
259
- }
260
-
261
- &:last-of-type {
262
- border-bottom-left-radius: $btn-grp-round-radius;
263
- border-top-left-radius: $btn-grp-round-radius;
264
- }
265
-
266
- &:last-of-type:not(:last-child) {
267
- border-bottom-left-radius: 0;
268
- border-top-left-radius: 0;
269
- }
270
-
271
- &:first-of-type:not(:first-child) {
272
- border-bottom-right-radius: 0;
273
- border-top-right-radius: 0;
274
- }
275
- }
276
- }
277
- }
278
- }
279
-
280
- .e-bigger .e-btn-group,
281
- .e-bigger.e-btn-group,
282
- .e-bigger .e-css.e-btn-group,
283
- .e-bigger.e-css.e-btn-group {
284
- .e-btn-icon {
285
- font-size: $btn-grp-icon-font-size-bigger;
286
- }
287
- }
288
- }
@@ -1,33 +0,0 @@
1
- //default
2
- $btn-grp-margin: -1px !default;
3
- $btn-grp-margin-left: 0 !default;
4
- $btn-grp-wrapper-border: 2px !default;
5
- $btn-grp-round-radius: 20px !default;
6
- $btn-grp-icon-font-size: 14px !default;
7
- $btn-grp-icon-font-size-bigger: 16px !default;
8
-
9
- //Normal Outline GroupButton
10
- $btn-grp-outline-focus-border-color: inherit !default;
11
- $btn-grp-outline-focus-color: inherit !default;
12
-
13
- //Outline Primary
14
- $btn-grp-outline-primary-focus-border-color: inherit !default;
15
- $btn-grp-outline-focus-primary-color: inherit !default;
16
-
17
- //Outline Success
18
- $btn-grp-outline-success-focus-border-color: inherit !default;
19
- $btn-grp-outline-focus-success-color: inherit !default;
20
-
21
- //Outline Info
22
- $btn-grp-outline-info-focus-border-color: inherit !default;
23
- $btn-grp-outline-focus-info-color: inherit !default;
24
-
25
- //Outline warning
26
- $btn-grp-outline-warning-focus-border-color: inherit !default;
27
- $btn-grp-outline-focus-warning-color: inherit !default;
28
-
29
- //Outline danger
30
- $btn-grp-outline-danger-focus-border-color: inherit !default;
31
- $btn-grp-outline-focus-danger-color: inherit !default;
32
-
33
- //enddefault
@@ -1,30 +0,0 @@
1
- $btn-grp-margin: -1px !default;
2
- $btn-grp-margin-left: 0 !default;
3
- $btn-grp-wrapper-border: 2px !default;
4
- $btn-grp-round-radius: 20px !default;
5
- $btn-grp-icon-font-size: 14px !default;
6
- $btn-grp-icon-font-size-bigger: 16px !default;
7
-
8
- //Normal Outline GroupButton
9
- $btn-grp-outline-focus-border-color: inherit !default;
10
- $btn-grp-outline-focus-color: inherit !default;
11
-
12
- //Outline Primary
13
- $btn-grp-outline-primary-focus-border-color: inherit !default;
14
- $btn-grp-outline-focus-primary-color: inherit !default;
15
-
16
- //Outline Success
17
- $btn-grp-outline-success-focus-border-color: inherit !default;
18
- $btn-grp-outline-focus-success-color: inherit !default;
19
-
20
- //Outline Info
21
- $btn-grp-outline-info-focus-border-color: inherit !default;
22
- $btn-grp-outline-focus-info-color: inherit !default;
23
-
24
- //Outline warning
25
- $btn-grp-outline-warning-focus-border-color: inherit !default;
26
- $btn-grp-outline-focus-warning-color: inherit !default;
27
-
28
- //Outline danger
29
- $btn-grp-outline-danger-focus-border-color: inherit !default;
30
- $btn-grp-outline-focus-danger-color: inherit !default;
@@ -1 +0,0 @@
1
- @import './tailwind-definition.scss';
@@ -1,31 +0,0 @@
1
- //layout variables
2
- $btn-grp-margin: -1px !default;
3
- $btn-grp-margin-left: -1px !default;
4
- $btn-grp-wrapper-border: 4px !default;
5
- $btn-grp-round-radius: 20px !default;
6
- $btn-grp-icon-font-size: $text-lg !default;
7
- $btn-grp-icon-font-size-bigger: 22px !default;
8
-
9
- //Normal Outline GroupButton
10
- $btn-grp-outline-focus-border-color: $secondary-border-color !default;
11
- $btn-grp-outline-focus-color: inherit !default;
12
-
13
- //Outline Primary
14
- $btn-grp-outline-primary-focus-border-color: $primary !default;
15
- $btn-grp-outline-focus-primary-color: inherit !default;
16
-
17
- //Outline Success
18
- $btn-grp-outline-success-focus-border-color: $btn-success-focus-border-color !default;
19
- $btn-grp-outline-focus-success-color: inherit !default;
20
-
21
- //Outline Info
22
- $btn-grp-outline-info-focus-border-color: $btn-info-focus-border-color !default;
23
- $btn-grp-outline-focus-info-color: inherit !default;
24
-
25
- //Outline warning
26
- $btn-grp-outline-warning-focus-border-color: $btn-warning-focus-border-color !default;
27
- $btn-grp-outline-focus-warning-color: inherit !default;
28
-
29
- //Outline danger
30
- $btn-grp-outline-danger-focus-border-color: $btn-danger-focus-border-color !default;
31
- $btn-grp-outline-focus-danger-color: inherit !default;