@syncfusion/ej2-angular-splitbuttons 20.4.50 → 21.1.35-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 (249) 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 +250 -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/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/drop-down-button/dropdownbutton-all.module.d.ts +0 -6
  18. package/src/drop-down-button/dropdownbutton.component.d.ts +0 -3
  19. package/src/drop-down-button/dropdownbutton.module.d.ts +0 -7
  20. package/src/drop-down-button/items.directive.d.ts +0 -5
  21. package/src/progress-button/progressbutton-all.module.d.ts +0 -6
  22. package/src/progress-button/progressbutton.component.d.ts +0 -3
  23. package/src/progress-button/progressbutton.module.d.ts +0 -6
  24. package/src/split-button/items.directive.d.ts +0 -5
  25. package/src/split-button/splitbutton-all.module.d.ts +0 -6
  26. package/src/split-button/splitbutton.component.d.ts +0 -3
  27. package/src/split-button/splitbutton.module.d.ts +0 -7
  28. package/styles/bootstrap-dark.css +44 -44
  29. package/styles/bootstrap.css +44 -44
  30. package/styles/bootstrap4.css +44 -44
  31. package/styles/bootstrap5-dark.css +48 -48
  32. package/styles/bootstrap5.css +48 -48
  33. package/styles/button-group/bootstrap-dark.css +30 -30
  34. package/styles/button-group/bootstrap-dark.scss +1 -4
  35. package/styles/button-group/bootstrap.css +30 -30
  36. package/styles/button-group/bootstrap.scss +1 -4
  37. package/styles/button-group/bootstrap4.css +31 -31
  38. package/styles/button-group/bootstrap4.scss +1 -4
  39. package/styles/button-group/bootstrap5-dark.css +30 -30
  40. package/styles/button-group/bootstrap5-dark.scss +1 -4
  41. package/styles/button-group/bootstrap5.css +30 -30
  42. package/styles/button-group/bootstrap5.scss +1 -4
  43. package/styles/button-group/fabric-dark.css +30 -30
  44. package/styles/button-group/fabric-dark.scss +1 -4
  45. package/styles/button-group/fabric.css +30 -30
  46. package/styles/button-group/fabric.scss +1 -4
  47. package/styles/button-group/fluent-dark.css +30 -30
  48. package/styles/button-group/fluent-dark.scss +1 -4
  49. package/styles/button-group/fluent.css +30 -30
  50. package/styles/button-group/fluent.scss +1 -4
  51. package/styles/button-group/highcontrast-light.css +30 -30
  52. package/styles/button-group/highcontrast-light.scss +1 -4
  53. package/styles/button-group/highcontrast.css +30 -30
  54. package/styles/button-group/highcontrast.scss +1 -4
  55. package/styles/button-group/material-dark.css +30 -30
  56. package/styles/button-group/material-dark.scss +1 -4
  57. package/styles/button-group/material.css +30 -30
  58. package/styles/button-group/material.scss +1 -4
  59. package/styles/button-group/tailwind-dark.css +30 -30
  60. package/styles/button-group/tailwind-dark.scss +1 -4
  61. package/styles/button-group/tailwind.css +30 -30
  62. package/styles/button-group/tailwind.scss +1 -4
  63. package/styles/drop-down-button/bootstrap-dark.scss +1 -6
  64. package/styles/drop-down-button/bootstrap.scss +1 -6
  65. package/styles/drop-down-button/bootstrap4.scss +1 -6
  66. package/styles/drop-down-button/bootstrap5-dark.scss +1 -6
  67. package/styles/drop-down-button/bootstrap5.scss +1 -6
  68. package/styles/drop-down-button/fabric-dark.scss +1 -6
  69. package/styles/drop-down-button/fabric.scss +1 -6
  70. package/styles/drop-down-button/fluent-dark.scss +1 -6
  71. package/styles/drop-down-button/fluent.scss +1 -6
  72. package/styles/drop-down-button/highcontrast-light.scss +1 -6
  73. package/styles/drop-down-button/highcontrast.scss +1 -6
  74. package/styles/drop-down-button/material-dark.scss +1 -6
  75. package/styles/drop-down-button/material.scss +1 -6
  76. package/styles/drop-down-button/tailwind-dark.scss +1 -6
  77. package/styles/drop-down-button/tailwind.scss +1 -6
  78. package/styles/fabric-dark.css +44 -44
  79. package/styles/fabric.css +44 -44
  80. package/styles/fluent-dark.css +48 -48
  81. package/styles/fluent.css +48 -48
  82. package/styles/highcontrast-light.css +44 -44
  83. package/styles/highcontrast.css +44 -44
  84. package/styles/material-dark.css +43 -43
  85. package/styles/material.css +43 -43
  86. package/styles/progress-button/bootstrap-dark.css +14 -14
  87. package/styles/progress-button/bootstrap-dark.scss +1 -5
  88. package/styles/progress-button/bootstrap.css +14 -14
  89. package/styles/progress-button/bootstrap.scss +1 -5
  90. package/styles/progress-button/bootstrap4.css +13 -13
  91. package/styles/progress-button/bootstrap4.scss +1 -5
  92. package/styles/progress-button/bootstrap5-dark.css +18 -18
  93. package/styles/progress-button/bootstrap5-dark.scss +1 -5
  94. package/styles/progress-button/bootstrap5.css +18 -18
  95. package/styles/progress-button/bootstrap5.scss +1 -5
  96. package/styles/progress-button/fabric-dark.css +14 -14
  97. package/styles/progress-button/fabric-dark.scss +1 -5
  98. package/styles/progress-button/fabric.css +14 -14
  99. package/styles/progress-button/fabric.scss +1 -5
  100. package/styles/progress-button/fluent-dark.css +18 -18
  101. package/styles/progress-button/fluent-dark.scss +1 -5
  102. package/styles/progress-button/fluent.css +18 -18
  103. package/styles/progress-button/fluent.scss +1 -5
  104. package/styles/progress-button/highcontrast-light.css +14 -14
  105. package/styles/progress-button/highcontrast-light.scss +1 -5
  106. package/styles/progress-button/highcontrast.css +14 -14
  107. package/styles/progress-button/highcontrast.scss +1 -5
  108. package/styles/progress-button/material-dark.css +13 -13
  109. package/styles/progress-button/material-dark.scss +1 -5
  110. package/styles/progress-button/material.css +13 -13
  111. package/styles/progress-button/material.scss +1 -5
  112. package/styles/progress-button/tailwind-dark.css +18 -18
  113. package/styles/progress-button/tailwind-dark.scss +1 -5
  114. package/styles/progress-button/tailwind.css +18 -18
  115. package/styles/progress-button/tailwind.scss +1 -5
  116. package/styles/split-button/bootstrap-dark.scss +1 -6
  117. package/styles/split-button/bootstrap.scss +1 -6
  118. package/styles/split-button/bootstrap4.scss +1 -6
  119. package/styles/split-button/bootstrap5-dark.scss +1 -6
  120. package/styles/split-button/bootstrap5.scss +1 -6
  121. package/styles/split-button/fabric-dark.scss +1 -6
  122. package/styles/split-button/fabric.scss +1 -6
  123. package/styles/split-button/fluent-dark.scss +1 -6
  124. package/styles/split-button/fluent.scss +1 -6
  125. package/styles/split-button/highcontrast-light.scss +1 -6
  126. package/styles/split-button/highcontrast.scss +1 -6
  127. package/styles/split-button/material-dark.scss +1 -6
  128. package/styles/split-button/material.scss +1 -6
  129. package/styles/split-button/tailwind-dark.scss +1 -6
  130. package/styles/split-button/tailwind.scss +1 -6
  131. package/styles/tailwind-dark.css +48 -48
  132. package/styles/tailwind.css +48 -48
  133. package/esm2020/public_api.mjs +0 -3
  134. package/esm2020/src/drop-down-button/dropdownbutton-all.module.mjs +0 -23
  135. package/esm2020/src/drop-down-button/dropdownbutton.component.mjs +0 -64
  136. package/esm2020/src/drop-down-button/dropdownbutton.module.mjs +0 -34
  137. package/esm2020/src/drop-down-button/items.directive.mjs +0 -46
  138. package/esm2020/src/index.mjs +0 -13
  139. package/esm2020/src/progress-button/progressbutton-all.module.mjs +0 -23
  140. package/esm2020/src/progress-button/progressbutton.component.mjs +0 -59
  141. package/esm2020/src/progress-button/progressbutton.module.mjs +0 -25
  142. package/esm2020/src/split-button/items.directive.mjs +0 -46
  143. package/esm2020/src/split-button/splitbutton-all.module.mjs +0 -23
  144. package/esm2020/src/split-button/splitbutton.component.mjs +0 -64
  145. package/esm2020/src/split-button/splitbutton.module.mjs +0 -34
  146. package/esm2020/syncfusion-ej2-angular-splitbuttons.mjs +0 -5
  147. package/fesm2015/syncfusion-ej2-angular-splitbuttons.mjs +0 -405
  148. package/fesm2015/syncfusion-ej2-angular-splitbuttons.mjs.map +0 -1
  149. package/fesm2020/syncfusion-ej2-angular-splitbuttons.mjs +0 -405
  150. package/fesm2020/syncfusion-ej2-angular-splitbuttons.mjs.map +0 -1
  151. package/styles/button-group/_all.scss +0 -2
  152. package/styles/button-group/_bootstrap-dark-definition.scss +0 -33
  153. package/styles/button-group/_bootstrap-definition.scss +0 -30
  154. package/styles/button-group/_bootstrap4-definition.scss +0 -30
  155. package/styles/button-group/_bootstrap5-dark-definition.scss +0 -1
  156. package/styles/button-group/_bootstrap5-definition.scss +0 -31
  157. package/styles/button-group/_fabric-dark-definition.scss +0 -33
  158. package/styles/button-group/_fabric-definition.scss +0 -30
  159. package/styles/button-group/_fluent-dark-definition.scss +0 -1
  160. package/styles/button-group/_fluent-definition.scss +0 -31
  161. package/styles/button-group/_fusionnew-definition.scss +0 -31
  162. package/styles/button-group/_group-button-mixin.scss +0 -72
  163. package/styles/button-group/_highcontrast-definition.scss +0 -32
  164. package/styles/button-group/_highcontrast-light-definition.scss +0 -35
  165. package/styles/button-group/_layout.scss +0 -288
  166. package/styles/button-group/_material-dark-definition.scss +0 -33
  167. package/styles/button-group/_material-definition.scss +0 -30
  168. package/styles/button-group/_material3-definition.scss +0 -31
  169. package/styles/button-group/_tailwind-dark-definition.scss +0 -1
  170. package/styles/button-group/_tailwind-definition.scss +0 -31
  171. package/styles/button-group/_theme.scss +0 -386
  172. package/styles/drop-down-button/_all.scss +0 -2
  173. package/styles/drop-down-button/_bootstrap-dark-definition.scss +0 -51
  174. package/styles/drop-down-button/_bootstrap-definition.scss +0 -48
  175. package/styles/drop-down-button/_bootstrap4-definition.scss +0 -48
  176. package/styles/drop-down-button/_bootstrap5-dark-definition.scss +0 -1
  177. package/styles/drop-down-button/_bootstrap5-definition.scss +0 -50
  178. package/styles/drop-down-button/_fabric-dark-definition.scss +0 -51
  179. package/styles/drop-down-button/_fabric-definition.scss +0 -48
  180. package/styles/drop-down-button/_fluent-dark-definition.scss +0 -1
  181. package/styles/drop-down-button/_fluent-definition.scss +0 -52
  182. package/styles/drop-down-button/_fusionnew-definition.scss +0 -50
  183. package/styles/drop-down-button/_highcontrast-definition.scss +0 -47
  184. package/styles/drop-down-button/_highcontrast-light-definition.scss +0 -50
  185. package/styles/drop-down-button/_layout.scss +0 -221
  186. package/styles/drop-down-button/_material-dark-definition.scss +0 -51
  187. package/styles/drop-down-button/_material-definition.scss +0 -48
  188. package/styles/drop-down-button/_material3-definition.scss +0 -50
  189. package/styles/drop-down-button/_tailwind-dark-definition.scss +0 -1
  190. package/styles/drop-down-button/_tailwind-definition.scss +0 -49
  191. package/styles/drop-down-button/_theme.scss +0 -78
  192. package/styles/drop-down-button/icons/_bootstrap-dark.scss +0 -10
  193. package/styles/drop-down-button/icons/_bootstrap.scss +0 -10
  194. package/styles/drop-down-button/icons/_bootstrap4.scss +0 -10
  195. package/styles/drop-down-button/icons/_bootstrap5-dark.scss +0 -1
  196. package/styles/drop-down-button/icons/_bootstrap5.scss +0 -10
  197. package/styles/drop-down-button/icons/_fabric-dark.scss +0 -10
  198. package/styles/drop-down-button/icons/_fabric.scss +0 -10
  199. package/styles/drop-down-button/icons/_fluent-dark.scss +0 -1
  200. package/styles/drop-down-button/icons/_fluent.scss +0 -10
  201. package/styles/drop-down-button/icons/_fusionnew.scss +0 -10
  202. package/styles/drop-down-button/icons/_highcontrast-light.scss +0 -10
  203. package/styles/drop-down-button/icons/_highcontrast.scss +0 -10
  204. package/styles/drop-down-button/icons/_material-dark.scss +0 -10
  205. package/styles/drop-down-button/icons/_material.scss +0 -10
  206. package/styles/drop-down-button/icons/_material3.scss +0 -10
  207. package/styles/drop-down-button/icons/_tailwind-dark.scss +0 -10
  208. package/styles/drop-down-button/icons/_tailwind.scss +0 -10
  209. package/styles/progress-button/_all.scss +0 -2
  210. package/styles/progress-button/_bootstrap-dark-definition.scss +0 -27
  211. package/styles/progress-button/_bootstrap-definition.scss +0 -24
  212. package/styles/progress-button/_bootstrap4-definition.scss +0 -24
  213. package/styles/progress-button/_bootstrap5-dark-definition.scss +0 -1
  214. package/styles/progress-button/_bootstrap5-definition.scss +0 -21
  215. package/styles/progress-button/_fabric-dark-definition.scss +0 -27
  216. package/styles/progress-button/_fabric-definition.scss +0 -24
  217. package/styles/progress-button/_fluent-dark-definition.scss +0 -1
  218. package/styles/progress-button/_fluent-definition.scss +0 -21
  219. package/styles/progress-button/_fusionnew-definition.scss +0 -21
  220. package/styles/progress-button/_highcontrast-definition.scss +0 -24
  221. package/styles/progress-button/_highcontrast-light-definition.scss +0 -24
  222. package/styles/progress-button/_layout.scss +0 -396
  223. package/styles/progress-button/_material-dark-definition.scss +0 -27
  224. package/styles/progress-button/_material-definition.scss +0 -24
  225. package/styles/progress-button/_material3-definition.scss +0 -21
  226. package/styles/progress-button/_tailwind-dark-definition.scss +0 -1
  227. package/styles/progress-button/_tailwind-definition.scss +0 -21
  228. package/styles/progress-button/_theme.scss +0 -457
  229. package/styles/split-button/_all.scss +0 -2
  230. package/styles/split-button/_bootstrap-dark-definition.scss +0 -26
  231. package/styles/split-button/_bootstrap-definition.scss +0 -23
  232. package/styles/split-button/_bootstrap4-definition.scss +0 -26
  233. package/styles/split-button/_bootstrap5-dark-definition.scss +0 -1
  234. package/styles/split-button/_bootstrap5-definition.scss +0 -24
  235. package/styles/split-button/_fabric-dark-definition.scss +0 -26
  236. package/styles/split-button/_fabric-definition.scss +0 -23
  237. package/styles/split-button/_fluent-dark-definition.scss +0 -1
  238. package/styles/split-button/_fluent-definition.scss +0 -24
  239. package/styles/split-button/_fusionnew-definition.scss +0 -24
  240. package/styles/split-button/_highcontrast-definition.scss +0 -23
  241. package/styles/split-button/_highcontrast-light-definition.scss +0 -26
  242. package/styles/split-button/_layout.scss +0 -427
  243. package/styles/split-button/_material-dark-definition.scss +0 -26
  244. package/styles/split-button/_material-definition.scss +0 -23
  245. package/styles/split-button/_material3-definition.scss +0 -24
  246. package/styles/split-button/_tailwind-dark-definition.scss +0 -1
  247. package/styles/split-button/_tailwind-definition.scss +0 -24
  248. package/styles/split-button/_theme.scss +0 -167
  249. package/syncfusion-ej2-angular-splitbuttons.d.ts +0 -5
@@ -482,64 +482,64 @@
482
482
  }
483
483
 
484
484
  .e-progress {
485
- background-color: rgba(96, 94, 92, 0.5);
485
+ background: rgba(96, 94, 92, 0.5);
486
486
  }
487
487
 
488
488
  *.e-primary .e-progress,
489
489
  *.e-success .e-progress,
490
490
  *.e-danger .e-progress,
491
491
  *.e-info .e-progress {
492
- background-color: rgba(96, 94, 92, 0.2);
492
+ background: rgba(96, 94, 92, 0.2);
493
493
  }
494
494
 
495
495
  *.e-warning .e-progress {
496
- background-color: rgba(96, 94, 92, 0.2);
496
+ background: rgba(96, 94, 92, 0.2);
497
497
  }
498
498
 
499
499
  *.e-flat.e-primary .e-progress {
500
- background-color: rgba(255, 255, 255, 0.2);
500
+ background: rgba(255, 255, 255, 0.2);
501
501
  }
502
502
  *.e-flat.e-success .e-progress {
503
- background-color: rgba(255, 255, 255, 0.2);
503
+ background: rgba(255, 255, 255, 0.2);
504
504
  }
505
505
  *.e-flat.e-info .e-progress {
506
- background-color: rgba(255, 255, 255, 0.2);
506
+ background: rgba(255, 255, 255, 0.2);
507
507
  }
508
508
  *.e-flat.e-warning .e-progress {
509
- background-color: rgba(255, 255, 255, 0.2);
509
+ background: rgba(255, 255, 255, 0.2);
510
510
  }
511
511
  *.e-flat.e-danger .e-progress {
512
- background-color: rgba(255, 255, 255, 0.2);
512
+ background: rgba(255, 255, 255, 0.2);
513
513
  }
514
514
 
515
515
  *.e-outline:not(:focus).e-primary .e-progress {
516
- background-color: rgba(0, 120, 212, 0.2);
516
+ background: rgba(0, 120, 212, 0.2);
517
517
  }
518
518
  *.e-outline:not(:focus).e-success .e-progress {
519
- background-color: rgba(11, 106, 11, 0.2);
519
+ background: rgba(11, 106, 11, 0.2);
520
520
  }
521
521
  *.e-outline:not(:focus).e-info .e-progress {
522
- background-color: rgba(3, 131, 135, 0.2);
522
+ background: rgba(3, 131, 135, 0.2);
523
523
  }
524
524
  *.e-outline:not(:focus).e-warning .e-progress {
525
- background-color: rgba(202, 80, 16, 0.2);
525
+ background: rgba(202, 80, 16, 0.2);
526
526
  }
527
527
  *.e-outline:not(:focus).e-danger .e-progress {
528
- background-color: rgba(209, 52, 56, 0.2);
528
+ background: rgba(209, 52, 56, 0.2);
529
529
  }
530
530
 
531
531
  *.e-flat:not(:focus).e-primary .e-progress {
532
- background-color: rgba(0, 120, 212, 0.2);
532
+ background: rgba(0, 120, 212, 0.2);
533
533
  }
534
534
  *.e-flat:not(:focus).e-success .e-progress {
535
- background-color: rgba(11, 106, 11, 0.2);
535
+ background: rgba(11, 106, 11, 0.2);
536
536
  }
537
537
  *.e-flat:not(:focus).e-info .e-progress {
538
- background-color: rgba(3, 131, 135, 0.2);
538
+ background: rgba(3, 131, 135, 0.2);
539
539
  }
540
540
  *.e-flat:not(:focus).e-warning .e-progress {
541
- background-color: rgba(202, 80, 16, 0.2);
541
+ background: rgba(202, 80, 16, 0.2);
542
542
  }
543
543
  *.e-flat:not(:focus).e-danger .e-progress {
544
- background-color: rgba(209, 52, 56, 0.2);
544
+ background: rgba(209, 52, 56, 0.2);
545
545
  }
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/fluent-definition.scss';
2
- @import 'ej2-buttons/styles/button/fluent-definition.scss';
3
- @import 'ej2-popups/styles/spinner/fluent-definition.scss';
4
- @import 'fluent-definition.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-splitbuttons/styles/progress-button/fluent.scss';
@@ -395,7 +395,7 @@
395
395
  stroke: #fff;
396
396
  }
397
397
  .e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
398
- stroke: rgba(255, 255, 255, 0);
398
+ stroke: #fff;
399
399
  }
400
400
  .e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
401
401
  stroke: #fff;
@@ -482,48 +482,48 @@
482
482
  }
483
483
 
484
484
  .e-progress {
485
- background-color: rgba(0, 0, 0, 0.3);
485
+ background: rgba(0, 0, 0, 0.3);
486
486
  }
487
487
 
488
488
  *.e-primary .e-progress,
489
489
  *.e-success .e-progress,
490
490
  *.e-danger .e-progress,
491
491
  *.e-info .e-progress {
492
- background-color: rgba(255, 255, 255, 0.3);
492
+ background: rgba(255, 255, 255, 0.3);
493
493
  }
494
494
 
495
495
  *.e-warning .e-progress {
496
- background-color: rgba(255, 255, 255, 0.3);
496
+ background: rgba(255, 255, 255, 0.3);
497
497
  }
498
498
 
499
499
  *.e-flat.e-primary .e-progress {
500
- background-color: rgba(255, 64, 129, 0.2);
500
+ background: rgba(255, 64, 129, 0.2);
501
501
  }
502
502
  *.e-flat.e-success .e-progress {
503
- background-color: rgba(77, 132, 29, 0.2);
503
+ background: rgba(77, 132, 29, 0.2);
504
504
  }
505
505
  *.e-flat.e-info .e-progress {
506
- background-color: rgba(3, 120, 213, 0.2);
506
+ background: rgba(3, 120, 213, 0.2);
507
507
  }
508
508
  *.e-flat.e-warning .e-progress {
509
- background-color: rgba(193, 87, 0, 0.2);
509
+ background: rgba(193, 87, 0, 0.2);
510
510
  }
511
511
  *.e-flat.e-danger .e-progress {
512
- background-color: rgba(214, 65, 19, 0.2);
512
+ background: rgba(214, 65, 19, 0.2);
513
513
  }
514
514
 
515
515
  *.e-outline:not(:focus).e-primary .e-progress {
516
- background-color: rgba(64, 0, 116, 0.2);
516
+ background: rgba(64, 0, 116, 0.2);
517
517
  }
518
518
  *.e-outline:not(:focus).e-success .e-progress {
519
- background-color: rgba(22, 102, 0, 0.2);
519
+ background: rgba(22, 102, 0, 0.2);
520
520
  }
521
521
  *.e-outline:not(:focus).e-info .e-progress {
522
- background-color: rgba(0, 86, 179, 0.2);
522
+ background: rgba(0, 86, 179, 0.2);
523
523
  }
524
524
  *.e-outline:not(:focus).e-warning .e-progress {
525
- background-color: rgba(148, 64, 0, 0.2);
525
+ background: rgba(148, 64, 0, 0.2);
526
526
  }
527
527
  *.e-outline:not(:focus).e-danger .e-progress {
528
- background-color: rgba(179, 9, 0, 0.2);
528
+ background: rgba(179, 9, 0, 0.2);
529
529
  }
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/highcontrast-light-definition.scss';
2
- @import 'ej2-buttons/styles/button/highcontrast-light-definition.scss';
3
- @import 'ej2-popups/styles/spinner/highcontrast-light-definition.scss';
4
- @import 'highcontrast-light-definition.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-splitbuttons/styles/progress-button/highcontrast-light.scss';
@@ -395,7 +395,7 @@
395
395
  stroke: #fff;
396
396
  }
397
397
  .e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
398
- stroke: rgba(255, 255, 255, 0);
398
+ stroke: #fff;
399
399
  }
400
400
  .e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
401
401
  stroke: #fff;
@@ -482,48 +482,48 @@
482
482
  }
483
483
 
484
484
  .e-progress {
485
- background-color: rgba(255, 255, 255, 0.3);
485
+ background: rgba(255, 255, 255, 0.3);
486
486
  }
487
487
 
488
488
  *.e-primary .e-progress,
489
489
  *.e-success .e-progress,
490
490
  *.e-danger .e-progress,
491
491
  *.e-info .e-progress {
492
- background-color: rgba(0, 0, 0, 0.3);
492
+ background: rgba(0, 0, 0, 0.3);
493
493
  }
494
494
 
495
495
  *.e-warning .e-progress {
496
- background-color: rgba(0, 0, 0, 0.3);
496
+ background: rgba(0, 0, 0, 0.3);
497
497
  }
498
498
 
499
499
  *.e-flat.e-primary .e-progress {
500
- background-color: rgba(0, 0, 0, 0.2);
500
+ background: rgba(0, 0, 0, 0.2);
501
501
  }
502
502
  *.e-flat.e-success .e-progress {
503
- background-color: rgba(0, 0, 0, 0.2);
503
+ background: rgba(0, 0, 0, 0.2);
504
504
  }
505
505
  *.e-flat.e-info .e-progress {
506
- background-color: rgba(0, 0, 0, 0.2);
506
+ background: rgba(0, 0, 0, 0.2);
507
507
  }
508
508
  *.e-flat.e-warning .e-progress {
509
- background-color: rgba(0, 0, 0, 0.2);
509
+ background: rgba(0, 0, 0, 0.2);
510
510
  }
511
511
  *.e-flat.e-danger .e-progress {
512
- background-color: rgba(0, 0, 0, 0.2);
512
+ background: rgba(0, 0, 0, 0.2);
513
513
  }
514
514
 
515
515
  *.e-outline:not(:focus).e-primary .e-progress {
516
- background-color: rgba(255, 217, 57, 0.2);
516
+ background: rgba(255, 217, 57, 0.2);
517
517
  }
518
518
  *.e-outline:not(:focus).e-success .e-progress {
519
- background-color: rgba(22, 102, 0, 0.2);
519
+ background: rgba(22, 102, 0, 0.2);
520
520
  }
521
521
  *.e-outline:not(:focus).e-info .e-progress {
522
- background-color: rgba(0, 86, 179, 0.2);
522
+ background: rgba(0, 86, 179, 0.2);
523
523
  }
524
524
  *.e-outline:not(:focus).e-warning .e-progress {
525
- background-color: rgba(148, 64, 0, 0.2);
525
+ background: rgba(148, 64, 0, 0.2);
526
526
  }
527
527
  *.e-outline:not(:focus).e-danger .e-progress {
528
- background-color: rgba(179, 9, 0, 0.2);
528
+ background: rgba(179, 9, 0, 0.2);
529
529
  }
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/highcontrast-definition.scss';
2
- @import 'ej2-buttons/styles/button/highcontrast-definition.scss';
3
- @import 'ej2-popups/styles/spinner/highcontrast-definition.scss';
4
- @import 'highcontrast-definition.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-splitbuttons/styles/progress-button/highcontrast.scss';
@@ -483,48 +483,48 @@
483
483
  }
484
484
 
485
485
  .e-progress {
486
- background-color: rgba(0, 0, 0, 0.2);
486
+ background: rgba(0, 0, 0, 0.2);
487
487
  }
488
488
 
489
489
  *.e-primary .e-progress,
490
490
  *.e-success .e-progress,
491
491
  *.e-danger .e-progress,
492
492
  *.e-info .e-progress {
493
- background-color: rgba(0, 0, 0, 0.2);
493
+ background: rgba(0, 0, 0, 0.2);
494
494
  }
495
495
 
496
496
  *.e-warning .e-progress {
497
- background-color: rgba(0, 0, 0, 0.2);
497
+ background: rgba(0, 0, 0, 0.2);
498
498
  }
499
499
 
500
500
  *.e-flat.e-primary .e-progress {
501
- background-color: rgba(255, 64, 129, 0.2);
501
+ background: rgba(255, 64, 129, 0.2);
502
502
  }
503
503
  *.e-flat.e-success .e-progress {
504
- background-color: rgba(77, 132, 29, 0.2);
504
+ background: rgba(77, 132, 29, 0.2);
505
505
  }
506
506
  *.e-flat.e-info .e-progress {
507
- background-color: rgba(3, 120, 213, 0.2);
507
+ background: rgba(3, 120, 213, 0.2);
508
508
  }
509
509
  *.e-flat.e-warning .e-progress {
510
- background-color: rgba(193, 87, 0, 0.2);
510
+ background: rgba(193, 87, 0, 0.2);
511
511
  }
512
512
  *.e-flat.e-danger .e-progress {
513
- background-color: rgba(214, 65, 19, 0.2);
513
+ background: rgba(214, 65, 19, 0.2);
514
514
  }
515
515
 
516
516
  *.e-outline:not(:focus).e-primary .e-progress {
517
- background-color: rgba(0, 176, 255, 0.2);
517
+ background: rgba(0, 176, 255, 0.2);
518
518
  }
519
519
  *.e-outline:not(:focus).e-success .e-progress {
520
- background-color: rgba(76, 175, 80, 0.2);
520
+ background: rgba(76, 175, 80, 0.2);
521
521
  }
522
522
  *.e-outline:not(:focus).e-info .e-progress {
523
- background-color: rgba(3, 169, 244, 0.2);
523
+ background: rgba(3, 169, 244, 0.2);
524
524
  }
525
525
  *.e-outline:not(:focus).e-warning .e-progress {
526
- background-color: rgba(255, 152, 0, 0.2);
526
+ background: rgba(255, 152, 0, 0.2);
527
527
  }
528
528
  *.e-outline:not(:focus).e-danger .e-progress {
529
- background-color: rgba(255, 102, 82, 0.2);
529
+ background: rgba(255, 102, 82, 0.2);
530
530
  }
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/material-dark-definition.scss';
2
- @import 'ej2-buttons/styles/button/material-dark-definition.scss';
3
- @import 'ej2-popups/styles/spinner/material-dark-definition.scss';
4
- @import 'material-dark-definition.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-splitbuttons/styles/progress-button/material-dark.scss';
@@ -483,48 +483,48 @@
483
483
  }
484
484
 
485
485
  .e-progress {
486
- background-color: rgba(0, 0, 0, 0.2);
486
+ background: rgba(0, 0, 0, 0.2);
487
487
  }
488
488
 
489
489
  *.e-primary .e-progress,
490
490
  *.e-success .e-progress,
491
491
  *.e-danger .e-progress,
492
492
  *.e-info .e-progress {
493
- background-color: rgba(0, 0, 0, 0.2);
493
+ background: rgba(0, 0, 0, 0.2);
494
494
  }
495
495
 
496
496
  *.e-warning .e-progress {
497
- background-color: rgba(0, 0, 0, 0.2);
497
+ background: rgba(0, 0, 0, 0.2);
498
498
  }
499
499
 
500
500
  *.e-flat.e-primary .e-progress {
501
- background-color: rgba(227, 22, 91, 0.2);
501
+ background: rgba(227, 22, 91, 0.2);
502
502
  }
503
503
  *.e-flat.e-success .e-progress {
504
- background-color: rgba(77, 132, 29, 0.2);
504
+ background: rgba(77, 132, 29, 0.2);
505
505
  }
506
506
  *.e-flat.e-info .e-progress {
507
- background-color: rgba(3, 120, 213, 0.2);
507
+ background: rgba(3, 120, 213, 0.2);
508
508
  }
509
509
  *.e-flat.e-warning .e-progress {
510
- background-color: rgba(193, 87, 0, 0.2);
510
+ background: rgba(193, 87, 0, 0.2);
511
511
  }
512
512
  *.e-flat.e-danger .e-progress {
513
- background-color: rgba(214, 65, 19, 0.2);
513
+ background: rgba(214, 65, 19, 0.2);
514
514
  }
515
515
 
516
516
  *.e-outline:not(:focus).e-primary .e-progress {
517
- background-color: rgba(227, 22, 91, 0.2);
517
+ background: rgba(227, 22, 91, 0.2);
518
518
  }
519
519
  *.e-outline:not(:focus).e-success .e-progress {
520
- background-color: rgba(77, 132, 29, 0.2);
520
+ background: rgba(77, 132, 29, 0.2);
521
521
  }
522
522
  *.e-outline:not(:focus).e-info .e-progress {
523
- background-color: rgba(3, 120, 213, 0.2);
523
+ background: rgba(3, 120, 213, 0.2);
524
524
  }
525
525
  *.e-outline:not(:focus).e-warning .e-progress {
526
- background-color: rgba(193, 87, 0, 0.2);
526
+ background: rgba(193, 87, 0, 0.2);
527
527
  }
528
528
  *.e-outline:not(:focus).e-danger .e-progress {
529
- background-color: rgba(214, 65, 19, 0.2);
529
+ background: rgba(214, 65, 19, 0.2);
530
530
  }
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/material-definition.scss';
2
- @import 'ej2-buttons/styles/button/material-definition.scss';
3
- @import 'ej2-popups/styles/spinner/material-definition.scss';
4
- @import 'material-definition.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-splitbuttons/styles/progress-button/material.scss';
@@ -485,64 +485,64 @@
485
485
  }
486
486
 
487
487
  .e-progress {
488
- background-color: rgba(209, 213, 219, 0.2);
488
+ background: rgba(209, 213, 219, 0.2);
489
489
  }
490
490
 
491
491
  *.e-primary .e-progress,
492
492
  *.e-success .e-progress,
493
493
  *.e-danger .e-progress,
494
494
  *.e-info .e-progress {
495
- background-color: rgba(209, 213, 219, 0.2);
495
+ background: rgba(209, 213, 219, 0.2);
496
496
  }
497
497
 
498
498
  *.e-warning .e-progress {
499
- background-color: rgba(209, 213, 219, 0.2);
499
+ background: rgba(209, 213, 219, 0.2);
500
500
  }
501
501
 
502
502
  *.e-flat.e-primary .e-progress {
503
- background-color: rgba(0, 0, 0, 0.2);
503
+ background: rgba(0, 0, 0, 0.2);
504
504
  }
505
505
  *.e-flat.e-success .e-progress {
506
- background-color: rgba(0, 0, 0, 0.2);
506
+ background: rgba(0, 0, 0, 0.2);
507
507
  }
508
508
  *.e-flat.e-info .e-progress {
509
- background-color: rgba(0, 0, 0, 0.2);
509
+ background: rgba(0, 0, 0, 0.2);
510
510
  }
511
511
  *.e-flat.e-warning .e-progress {
512
- background-color: rgba(0, 0, 0, 0.2);
512
+ background: rgba(0, 0, 0, 0.2);
513
513
  }
514
514
  *.e-flat.e-danger .e-progress {
515
- background-color: rgba(0, 0, 0, 0.2);
515
+ background: rgba(0, 0, 0, 0.2);
516
516
  }
517
517
 
518
518
  *.e-outline:not(:focus).e-primary .e-progress {
519
- background-color: rgba(34, 211, 238, 0.2);
519
+ background: rgba(34, 211, 238, 0.2);
520
520
  }
521
521
  *.e-outline:not(:focus).e-success .e-progress {
522
- background-color: rgba(34, 197, 94, 0.2);
522
+ background: rgba(34, 197, 94, 0.2);
523
523
  }
524
524
  *.e-outline:not(:focus).e-info .e-progress {
525
- background-color: rgba(14, 165, 233, 0.2);
525
+ background: rgba(14, 165, 233, 0.2);
526
526
  }
527
527
  *.e-outline:not(:focus).e-warning .e-progress {
528
- background-color: rgba(234, 88, 12, 0.2);
528
+ background: rgba(234, 88, 12, 0.2);
529
529
  }
530
530
  *.e-outline:not(:focus).e-danger .e-progress {
531
- background-color: rgba(248, 113, 113, 0.2);
531
+ background: rgba(248, 113, 113, 0.2);
532
532
  }
533
533
 
534
534
  *.e-flat:not(:focus).e-primary .e-progress {
535
- background-color: rgba(34, 211, 238, 0.2);
535
+ background: rgba(34, 211, 238, 0.2);
536
536
  }
537
537
  *.e-flat:not(:focus).e-success .e-progress {
538
- background-color: rgba(34, 197, 94, 0.2);
538
+ background: rgba(34, 197, 94, 0.2);
539
539
  }
540
540
  *.e-flat:not(:focus).e-info .e-progress {
541
- background-color: rgba(14, 165, 233, 0.2);
541
+ background: rgba(14, 165, 233, 0.2);
542
542
  }
543
543
  *.e-flat:not(:focus).e-warning .e-progress {
544
- background-color: rgba(234, 88, 12, 0.2);
544
+ background: rgba(234, 88, 12, 0.2);
545
545
  }
546
546
  *.e-flat:not(:focus).e-danger .e-progress {
547
- background-color: rgba(248, 113, 113, 0.2);
547
+ background: rgba(248, 113, 113, 0.2);
548
548
  }
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/tailwind-dark-definition.scss';
2
- @import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
3
- @import 'ej2-popups/styles/spinner/tailwind-dark-definition.scss';
4
- @import 'tailwind-dark-definition.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-splitbuttons/styles/progress-button/tailwind-dark.scss';
@@ -485,64 +485,64 @@
485
485
  }
486
486
 
487
487
  .e-progress {
488
- background-color: rgba(107, 114, 128, 0.2);
488
+ background: rgba(107, 114, 128, 0.2);
489
489
  }
490
490
 
491
491
  *.e-primary .e-progress,
492
492
  *.e-success .e-progress,
493
493
  *.e-danger .e-progress,
494
494
  *.e-info .e-progress {
495
- background-color: rgba(107, 114, 128, 0.2);
495
+ background: rgba(107, 114, 128, 0.2);
496
496
  }
497
497
 
498
498
  *.e-warning .e-progress {
499
- background-color: rgba(107, 114, 128, 0.2);
499
+ background: rgba(107, 114, 128, 0.2);
500
500
  }
501
501
 
502
502
  *.e-flat.e-primary .e-progress {
503
- background-color: rgba(255, 255, 255, 0.2);
503
+ background: rgba(255, 255, 255, 0.2);
504
504
  }
505
505
  *.e-flat.e-success .e-progress {
506
- background-color: rgba(255, 255, 255, 0.2);
506
+ background: rgba(255, 255, 255, 0.2);
507
507
  }
508
508
  *.e-flat.e-info .e-progress {
509
- background-color: rgba(255, 255, 255, 0.2);
509
+ background: rgba(255, 255, 255, 0.2);
510
510
  }
511
511
  *.e-flat.e-warning .e-progress {
512
- background-color: rgba(255, 255, 255, 0.2);
512
+ background: rgba(255, 255, 255, 0.2);
513
513
  }
514
514
  *.e-flat.e-danger .e-progress {
515
- background-color: rgba(255, 255, 255, 0.2);
515
+ background: rgba(255, 255, 255, 0.2);
516
516
  }
517
517
 
518
518
  *.e-outline:not(:focus).e-primary .e-progress {
519
- background-color: rgba(79, 70, 229, 0.2);
519
+ background: rgba(79, 70, 229, 0.2);
520
520
  }
521
521
  *.e-outline:not(:focus).e-success .e-progress {
522
- background-color: rgba(21, 128, 61, 0.2);
522
+ background: rgba(21, 128, 61, 0.2);
523
523
  }
524
524
  *.e-outline:not(:focus).e-info .e-progress {
525
- background-color: rgba(14, 116, 144, 0.2);
525
+ background: rgba(14, 116, 144, 0.2);
526
526
  }
527
527
  *.e-outline:not(:focus).e-warning .e-progress {
528
- background-color: rgba(194, 65, 12, 0.2);
528
+ background: rgba(194, 65, 12, 0.2);
529
529
  }
530
530
  *.e-outline:not(:focus).e-danger .e-progress {
531
- background-color: rgba(220, 38, 38, 0.2);
531
+ background: rgba(220, 38, 38, 0.2);
532
532
  }
533
533
 
534
534
  *.e-flat:not(:focus).e-primary .e-progress {
535
- background-color: rgba(79, 70, 229, 0.2);
535
+ background: rgba(79, 70, 229, 0.2);
536
536
  }
537
537
  *.e-flat:not(:focus).e-success .e-progress {
538
- background-color: rgba(21, 128, 61, 0.2);
538
+ background: rgba(21, 128, 61, 0.2);
539
539
  }
540
540
  *.e-flat:not(:focus).e-info .e-progress {
541
- background-color: rgba(14, 116, 144, 0.2);
541
+ background: rgba(14, 116, 144, 0.2);
542
542
  }
543
543
  *.e-flat:not(:focus).e-warning .e-progress {
544
- background-color: rgba(194, 65, 12, 0.2);
544
+ background: rgba(194, 65, 12, 0.2);
545
545
  }
546
546
  *.e-flat:not(:focus).e-danger .e-progress {
547
- background-color: rgba(220, 38, 38, 0.2);
547
+ background: rgba(220, 38, 38, 0.2);
548
548
  }
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/tailwind-definition.scss';
2
- @import 'ej2-buttons/styles/button/tailwind-definition.scss';
3
- @import 'ej2-popups/styles/spinner/tailwind-definition.scss';
4
- @import 'tailwind-definition.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-splitbuttons/styles/progress-button/tailwind.scss';
@@ -1,6 +1 @@
1
- @import 'ej2-base/styles/bootstrap-dark-definition.scss';
2
- @import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
3
- @import 'ej2-popups/styles/popup/bootstrap-dark-definition.scss';
4
- @import './../drop-down-button/bootstrap-dark-definition.scss';
5
- @import 'bootstrap-dark-definition.scss';
6
- @import 'all.scss';
1
+ @import 'ej2-splitbuttons/styles/split-button/bootstrap-dark.scss';
@@ -1,6 +1 @@
1
- @import 'ej2-base/styles/bootstrap-definition.scss';
2
- @import 'ej2-buttons/styles/button/bootstrap-definition.scss';
3
- @import 'ej2-popups/styles/popup/bootstrap-definition.scss';
4
- @import './../drop-down-button/bootstrap-definition.scss';
5
- @import 'bootstrap-definition.scss';
6
- @import 'all.scss';
1
+ @import 'ej2-splitbuttons/styles/split-button/bootstrap.scss';
@@ -1,6 +1 @@
1
- @import 'ej2-base/styles/bootstrap4-definition.scss';
2
- @import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
3
- @import 'ej2-popups/styles/popup/bootstrap4-definition.scss';
4
- @import './../drop-down-button/bootstrap4-definition.scss';
5
- @import 'bootstrap4-definition.scss';
6
- @import 'all.scss';
1
+ @import 'ej2-splitbuttons/styles/split-button/bootstrap4.scss';
@@ -1,6 +1 @@
1
- @import 'ej2-base/styles/bootstrap5-dark-definition.scss';
2
- @import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
3
- @import 'ej2-popups/styles/popup/bootstrap5-dark-definition.scss';
4
- @import './../drop-down-button/bootstrap5-dark-definition.scss';
5
- @import 'bootstrap5-dark-definition.scss';
6
- @import 'all.scss';
1
+ @import 'ej2-splitbuttons/styles/split-button/bootstrap5-dark.scss';
@@ -1,6 +1 @@
1
- @import 'ej2-base/styles/bootstrap5-definition.scss';
2
- @import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
3
- @import 'ej2-popups/styles/popup/bootstrap5-definition.scss';
4
- @import './../drop-down-button/bootstrap5-definition.scss';
5
- @import 'bootstrap5-definition.scss';
6
- @import 'all.scss';
1
+ @import 'ej2-splitbuttons/styles/split-button/bootstrap5.scss';
@@ -1,6 +1 @@
1
- @import 'ej2-base/styles/fabric-dark-definition.scss';
2
- @import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
3
- @import 'ej2-popups/styles/popup/fabric-dark-definition.scss';
4
- @import './../drop-down-button/fabric-dark-definition.scss';
5
- @import 'fabric-dark-definition.scss';
6
- @import 'all.scss';
1
+ @import 'ej2-splitbuttons/styles/split-button/fabric-dark.scss';
@@ -1,6 +1 @@
1
- @import 'ej2-base/styles/fabric-definition.scss';
2
- @import 'ej2-buttons/styles/button/fabric-definition.scss';
3
- @import 'ej2-popups/styles/popup/fabric-definition.scss';
4
- @import './../drop-down-button/fabric-definition.scss';
5
- @import 'fabric-definition.scss';
6
- @import 'all.scss';
1
+ @import 'ej2-splitbuttons/styles/split-button/fabric.scss';
@@ -1,6 +1 @@
1
- @import 'ej2-base/styles/fluent-dark-definition.scss';
2
- @import 'ej2-buttons/styles/button/fluent-dark-definition.scss';
3
- @import 'ej2-popups/styles/popup/fluent-dark-definition.scss';
4
- @import './../drop-down-button/fluent-dark-definition.scss';
5
- @import 'fluent-dark-definition.scss';
6
- @import 'all.scss';
1
+ @import 'ej2-splitbuttons/styles/split-button/fluent-dark.scss';
@@ -1,6 +1 @@
1
- @import 'ej2-base/styles/fluent-definition.scss';
2
- @import 'ej2-buttons/styles/button/fluent-definition.scss';
3
- @import 'ej2-popups/styles/popup/fluent-definition.scss';
4
- @import './../drop-down-button/fluent-definition.scss';
5
- @import 'fluent-definition.scss';
6
- @import 'all.scss';
1
+ @import 'ej2-splitbuttons/styles/split-button/fluent.scss';