@syncfusion/ej2-angular-splitbuttons 20.2.43 → 20.2.45-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 (295) 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/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/collection.json +25 -0
  15. package/schematics/generators/dropdownbutton-default/index.d.ts +3 -0
  16. package/schematics/generators/dropdownbutton-default/index.js +8 -0
  17. package/schematics/generators/dropdownbutton-default/sample-details.d.ts +5 -0
  18. package/schematics/generators/dropdownbutton-default/sample-details.js +7 -0
  19. package/schematics/generators/dropdownbutton-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +49 -0
  20. package/schematics/generators/dropdownbutton-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +18 -0
  21. package/schematics/generators/dropdownbutton-default/schema.d.ts +3 -0
  22. package/schematics/generators/dropdownbutton-default/schema.js +2 -0
  23. package/schematics/generators/dropdownbutton-default/schema.json +125 -0
  24. package/schematics/generators/progressbutton-default/index.d.ts +3 -0
  25. package/schematics/generators/progressbutton-default/index.js +8 -0
  26. package/schematics/generators/progressbutton-default/sample-details.d.ts +5 -0
  27. package/schematics/generators/progressbutton-default/sample-details.js +7 -0
  28. package/schematics/generators/progressbutton-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +47 -0
  29. package/schematics/generators/progressbutton-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +53 -0
  30. package/schematics/generators/progressbutton-default/schema.d.ts +3 -0
  31. package/schematics/generators/progressbutton-default/schema.js +2 -0
  32. package/schematics/generators/progressbutton-default/schema.json +125 -0
  33. package/schematics/generators/splitbutton-default/index.d.ts +3 -0
  34. package/schematics/generators/splitbutton-default/index.js +8 -0
  35. package/schematics/generators/splitbutton-default/sample-details.d.ts +5 -0
  36. package/schematics/generators/splitbutton-default/sample-details.js +7 -0
  37. package/schematics/generators/splitbutton-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +37 -0
  38. package/schematics/generators/splitbutton-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +18 -0
  39. package/schematics/generators/splitbutton-default/schema.d.ts +3 -0
  40. package/schematics/generators/splitbutton-default/schema.js +2 -0
  41. package/schematics/generators/splitbutton-default/schema.json +125 -0
  42. package/schematics/ng-add/index.d.ts +3 -0
  43. package/schematics/ng-add/index.js +9 -0
  44. package/schematics/ng-add/schema.d.ts +13 -0
  45. package/schematics/ng-add/schema.js +2 -0
  46. package/schematics/ng-add/schema.json +34 -0
  47. package/schematics/tsconfig.json +25 -0
  48. package/schematics/utils/lib-details.d.ts +4 -0
  49. package/schematics/utils/lib-details.js +6 -0
  50. package/schematics/utils/lib-details.ts +2 -2
  51. package/src/drop-down-button/dropdownbutton-all.module.d.ts +0 -6
  52. package/src/drop-down-button/dropdownbutton.component.d.ts +0 -3
  53. package/src/drop-down-button/dropdownbutton.module.d.ts +0 -7
  54. package/src/drop-down-button/items.directive.d.ts +0 -5
  55. package/src/progress-button/progressbutton-all.module.d.ts +0 -6
  56. package/src/progress-button/progressbutton.component.d.ts +0 -3
  57. package/src/progress-button/progressbutton.module.d.ts +0 -6
  58. package/src/split-button/items.directive.d.ts +0 -5
  59. package/src/split-button/splitbutton-all.module.d.ts +0 -6
  60. package/src/split-button/splitbutton.component.d.ts +0 -3
  61. package/src/split-button/splitbutton.module.d.ts +0 -7
  62. package/styles/bootstrap-dark.css +5 -8
  63. package/styles/bootstrap.css +0 -3
  64. package/styles/bootstrap4.css +1 -4
  65. package/styles/bootstrap5-dark.css +0 -5
  66. package/styles/bootstrap5.css +0 -5
  67. package/styles/button-group/bootstrap-dark.css +0 -2
  68. package/styles/button-group/bootstrap-dark.scss +1 -4
  69. package/styles/button-group/bootstrap.css +0 -2
  70. package/styles/button-group/bootstrap.scss +1 -4
  71. package/styles/button-group/bootstrap4.css +0 -2
  72. package/styles/button-group/bootstrap4.scss +1 -4
  73. package/styles/button-group/bootstrap5-dark.css +0 -2
  74. package/styles/button-group/bootstrap5-dark.scss +1 -4
  75. package/styles/button-group/bootstrap5.css +0 -2
  76. package/styles/button-group/bootstrap5.scss +1 -4
  77. package/styles/button-group/fabric-dark.css +0 -2
  78. package/styles/button-group/fabric-dark.scss +1 -4
  79. package/styles/button-group/fabric.css +0 -2
  80. package/styles/button-group/fabric.scss +1 -4
  81. package/styles/button-group/fluent-dark.css +0 -2
  82. package/styles/button-group/fluent-dark.scss +1 -4
  83. package/styles/button-group/fluent.css +0 -2
  84. package/styles/button-group/fluent.scss +1 -4
  85. package/styles/button-group/highcontrast-light.css +0 -2
  86. package/styles/button-group/highcontrast-light.scss +1 -4
  87. package/styles/button-group/highcontrast.css +0 -2
  88. package/styles/button-group/highcontrast.scss +1 -4
  89. package/styles/button-group/material-dark.css +0 -2
  90. package/styles/button-group/material-dark.scss +1 -4
  91. package/styles/button-group/material.css +0 -2
  92. package/styles/button-group/material.scss +1 -4
  93. package/styles/button-group/tailwind-dark.css +0 -2
  94. package/styles/button-group/tailwind-dark.scss +1 -4
  95. package/styles/button-group/tailwind.css +0 -2
  96. package/styles/button-group/tailwind.scss +1 -4
  97. package/styles/drop-down-button/bootstrap-dark.scss +1 -6
  98. package/styles/drop-down-button/bootstrap.scss +1 -6
  99. package/styles/drop-down-button/bootstrap4.scss +1 -6
  100. package/styles/drop-down-button/bootstrap5-dark.css +0 -1
  101. package/styles/drop-down-button/bootstrap5-dark.scss +1 -6
  102. package/styles/drop-down-button/bootstrap5.css +0 -1
  103. package/styles/drop-down-button/bootstrap5.scss +1 -6
  104. package/styles/drop-down-button/fabric-dark.scss +1 -6
  105. package/styles/drop-down-button/fabric.scss +1 -6
  106. package/styles/drop-down-button/fluent-dark.css +0 -1
  107. package/styles/drop-down-button/fluent-dark.scss +1 -6
  108. package/styles/drop-down-button/fluent.css +0 -1
  109. package/styles/drop-down-button/fluent.scss +1 -6
  110. package/styles/drop-down-button/highcontrast-light.scss +1 -6
  111. package/styles/drop-down-button/highcontrast.scss +1 -6
  112. package/styles/drop-down-button/material-dark.scss +1 -6
  113. package/styles/drop-down-button/material.scss +1 -6
  114. package/styles/drop-down-button/tailwind-dark.css +0 -1
  115. package/styles/drop-down-button/tailwind-dark.scss +1 -6
  116. package/styles/drop-down-button/tailwind.css +0 -1
  117. package/styles/drop-down-button/tailwind.scss +1 -6
  118. package/styles/fabric-dark.css +0 -3
  119. package/styles/fabric.css +0 -3
  120. package/styles/fluent-dark.css +0 -5
  121. package/styles/fluent.css +0 -5
  122. package/styles/highcontrast-light.css +0 -3
  123. package/styles/highcontrast.css +2 -5
  124. package/styles/material-dark.css +0 -3
  125. package/styles/material.css +0 -3
  126. package/styles/progress-button/bootstrap-dark.css +5 -6
  127. package/styles/progress-button/bootstrap-dark.scss +1 -5
  128. package/styles/progress-button/bootstrap.css +0 -1
  129. package/styles/progress-button/bootstrap.scss +1 -5
  130. package/styles/progress-button/bootstrap4.css +1 -2
  131. package/styles/progress-button/bootstrap4.scss +1 -5
  132. package/styles/progress-button/bootstrap5-dark.css +0 -1
  133. package/styles/progress-button/bootstrap5-dark.scss +1 -5
  134. package/styles/progress-button/bootstrap5.css +0 -1
  135. package/styles/progress-button/bootstrap5.scss +1 -5
  136. package/styles/progress-button/fabric-dark.css +0 -1
  137. package/styles/progress-button/fabric-dark.scss +1 -5
  138. package/styles/progress-button/fabric.css +0 -1
  139. package/styles/progress-button/fabric.scss +1 -5
  140. package/styles/progress-button/fluent-dark.css +0 -1
  141. package/styles/progress-button/fluent-dark.scss +1 -5
  142. package/styles/progress-button/fluent.css +0 -1
  143. package/styles/progress-button/fluent.scss +1 -5
  144. package/styles/progress-button/highcontrast-light.css +0 -1
  145. package/styles/progress-button/highcontrast-light.scss +1 -5
  146. package/styles/progress-button/highcontrast.css +2 -3
  147. package/styles/progress-button/highcontrast.scss +1 -5
  148. package/styles/progress-button/material-dark.css +0 -1
  149. package/styles/progress-button/material-dark.scss +1 -5
  150. package/styles/progress-button/material.css +0 -1
  151. package/styles/progress-button/material.scss +1 -5
  152. package/styles/progress-button/tailwind-dark.css +0 -1
  153. package/styles/progress-button/tailwind-dark.scss +1 -5
  154. package/styles/progress-button/tailwind.css +0 -1
  155. package/styles/progress-button/tailwind.scss +1 -5
  156. package/styles/split-button/bootstrap-dark.scss +1 -6
  157. package/styles/split-button/bootstrap.scss +1 -6
  158. package/styles/split-button/bootstrap4.scss +1 -6
  159. package/styles/split-button/bootstrap5-dark.css +0 -1
  160. package/styles/split-button/bootstrap5-dark.scss +1 -6
  161. package/styles/split-button/bootstrap5.css +0 -1
  162. package/styles/split-button/bootstrap5.scss +1 -6
  163. package/styles/split-button/fabric-dark.scss +1 -6
  164. package/styles/split-button/fabric.scss +1 -6
  165. package/styles/split-button/fluent-dark.css +0 -1
  166. package/styles/split-button/fluent-dark.scss +1 -6
  167. package/styles/split-button/fluent.css +0 -1
  168. package/styles/split-button/fluent.scss +1 -6
  169. package/styles/split-button/highcontrast-light.scss +1 -6
  170. package/styles/split-button/highcontrast.scss +1 -6
  171. package/styles/split-button/material-dark.scss +1 -6
  172. package/styles/split-button/material.scss +1 -6
  173. package/styles/split-button/tailwind-dark.css +0 -1
  174. package/styles/split-button/tailwind-dark.scss +1 -6
  175. package/styles/split-button/tailwind.css +0 -1
  176. package/styles/split-button/tailwind.scss +1 -6
  177. package/styles/tailwind-dark.css +0 -5
  178. package/styles/tailwind.css +0 -5
  179. package/esm2020/public_api.mjs +0 -3
  180. package/esm2020/src/drop-down-button/dropdownbutton-all.module.mjs +0 -23
  181. package/esm2020/src/drop-down-button/dropdownbutton.component.mjs +0 -64
  182. package/esm2020/src/drop-down-button/dropdownbutton.module.mjs +0 -34
  183. package/esm2020/src/drop-down-button/items.directive.mjs +0 -46
  184. package/esm2020/src/index.mjs +0 -13
  185. package/esm2020/src/progress-button/progressbutton-all.module.mjs +0 -23
  186. package/esm2020/src/progress-button/progressbutton.component.mjs +0 -59
  187. package/esm2020/src/progress-button/progressbutton.module.mjs +0 -25
  188. package/esm2020/src/split-button/items.directive.mjs +0 -46
  189. package/esm2020/src/split-button/splitbutton-all.module.mjs +0 -23
  190. package/esm2020/src/split-button/splitbutton.component.mjs +0 -64
  191. package/esm2020/src/split-button/splitbutton.module.mjs +0 -34
  192. package/esm2020/syncfusion-ej2-angular-splitbuttons.mjs +0 -5
  193. package/fesm2015/syncfusion-ej2-angular-splitbuttons.mjs +0 -405
  194. package/fesm2015/syncfusion-ej2-angular-splitbuttons.mjs.map +0 -1
  195. package/fesm2020/syncfusion-ej2-angular-splitbuttons.mjs +0 -405
  196. package/fesm2020/syncfusion-ej2-angular-splitbuttons.mjs.map +0 -1
  197. package/styles/button-group/_all.scss +0 -2
  198. package/styles/button-group/_bootstrap-dark-definition.scss +0 -33
  199. package/styles/button-group/_bootstrap-definition.scss +0 -30
  200. package/styles/button-group/_bootstrap4-definition.scss +0 -30
  201. package/styles/button-group/_bootstrap5-dark-definition.scss +0 -1
  202. package/styles/button-group/_bootstrap5-definition.scss +0 -31
  203. package/styles/button-group/_fabric-dark-definition.scss +0 -33
  204. package/styles/button-group/_fabric-definition.scss +0 -30
  205. package/styles/button-group/_fluent-dark-definition.scss +0 -1
  206. package/styles/button-group/_fluent-definition.scss +0 -31
  207. package/styles/button-group/_fusionnew-definition.scss +0 -31
  208. package/styles/button-group/_group-button-mixin.scss +0 -72
  209. package/styles/button-group/_highcontrast-definition.scss +0 -32
  210. package/styles/button-group/_highcontrast-light-definition.scss +0 -35
  211. package/styles/button-group/_layout.scss +0 -288
  212. package/styles/button-group/_material-dark-definition.scss +0 -33
  213. package/styles/button-group/_material-definition.scss +0 -30
  214. package/styles/button-group/_material3-definition.scss +0 -31
  215. package/styles/button-group/_tailwind-dark-definition.scss +0 -1
  216. package/styles/button-group/_tailwind-definition.scss +0 -31
  217. package/styles/button-group/_theme.scss +0 -386
  218. package/styles/drop-down-button/_all.scss +0 -2
  219. package/styles/drop-down-button/_bootstrap-dark-definition.scss +0 -51
  220. package/styles/drop-down-button/_bootstrap-definition.scss +0 -48
  221. package/styles/drop-down-button/_bootstrap4-definition.scss +0 -48
  222. package/styles/drop-down-button/_bootstrap5-dark-definition.scss +0 -1
  223. package/styles/drop-down-button/_bootstrap5-definition.scss +0 -50
  224. package/styles/drop-down-button/_fabric-dark-definition.scss +0 -51
  225. package/styles/drop-down-button/_fabric-definition.scss +0 -48
  226. package/styles/drop-down-button/_fluent-dark-definition.scss +0 -1
  227. package/styles/drop-down-button/_fluent-definition.scss +0 -52
  228. package/styles/drop-down-button/_fusionnew-definition.scss +0 -50
  229. package/styles/drop-down-button/_highcontrast-definition.scss +0 -47
  230. package/styles/drop-down-button/_highcontrast-light-definition.scss +0 -50
  231. package/styles/drop-down-button/_layout.scss +0 -218
  232. package/styles/drop-down-button/_material-dark-definition.scss +0 -51
  233. package/styles/drop-down-button/_material-definition.scss +0 -48
  234. package/styles/drop-down-button/_material3-definition.scss +0 -50
  235. package/styles/drop-down-button/_tailwind-dark-definition.scss +0 -1
  236. package/styles/drop-down-button/_tailwind-definition.scss +0 -49
  237. package/styles/drop-down-button/_theme.scss +0 -58
  238. package/styles/drop-down-button/icons/_bootstrap-dark.scss +0 -10
  239. package/styles/drop-down-button/icons/_bootstrap.scss +0 -10
  240. package/styles/drop-down-button/icons/_bootstrap4.scss +0 -10
  241. package/styles/drop-down-button/icons/_bootstrap5-dark.scss +0 -1
  242. package/styles/drop-down-button/icons/_bootstrap5.scss +0 -10
  243. package/styles/drop-down-button/icons/_fabric-dark.scss +0 -10
  244. package/styles/drop-down-button/icons/_fabric.scss +0 -10
  245. package/styles/drop-down-button/icons/_fluent-dark.scss +0 -1
  246. package/styles/drop-down-button/icons/_fluent.scss +0 -10
  247. package/styles/drop-down-button/icons/_fusionnew.scss +0 -10
  248. package/styles/drop-down-button/icons/_highcontrast-light.scss +0 -10
  249. package/styles/drop-down-button/icons/_highcontrast.scss +0 -10
  250. package/styles/drop-down-button/icons/_material-dark.scss +0 -10
  251. package/styles/drop-down-button/icons/_material.scss +0 -10
  252. package/styles/drop-down-button/icons/_material3.scss +0 -10
  253. package/styles/drop-down-button/icons/_tailwind-dark.scss +0 -10
  254. package/styles/drop-down-button/icons/_tailwind.scss +0 -10
  255. package/styles/progress-button/_all.scss +0 -2
  256. package/styles/progress-button/_bootstrap-dark-definition.scss +0 -27
  257. package/styles/progress-button/_bootstrap-definition.scss +0 -24
  258. package/styles/progress-button/_bootstrap4-definition.scss +0 -24
  259. package/styles/progress-button/_bootstrap5-dark-definition.scss +0 -1
  260. package/styles/progress-button/_bootstrap5-definition.scss +0 -21
  261. package/styles/progress-button/_fabric-dark-definition.scss +0 -27
  262. package/styles/progress-button/_fabric-definition.scss +0 -24
  263. package/styles/progress-button/_fluent-dark-definition.scss +0 -1
  264. package/styles/progress-button/_fluent-definition.scss +0 -21
  265. package/styles/progress-button/_fusionnew-definition.scss +0 -21
  266. package/styles/progress-button/_highcontrast-definition.scss +0 -24
  267. package/styles/progress-button/_highcontrast-light-definition.scss +0 -24
  268. package/styles/progress-button/_layout.scss +0 -396
  269. package/styles/progress-button/_material-dark-definition.scss +0 -27
  270. package/styles/progress-button/_material-definition.scss +0 -24
  271. package/styles/progress-button/_material3-definition.scss +0 -21
  272. package/styles/progress-button/_tailwind-dark-definition.scss +0 -1
  273. package/styles/progress-button/_tailwind-definition.scss +0 -21
  274. package/styles/progress-button/_theme.scss +0 -457
  275. package/styles/split-button/_all.scss +0 -2
  276. package/styles/split-button/_bootstrap-dark-definition.scss +0 -26
  277. package/styles/split-button/_bootstrap-definition.scss +0 -23
  278. package/styles/split-button/_bootstrap4-definition.scss +0 -26
  279. package/styles/split-button/_bootstrap5-dark-definition.scss +0 -1
  280. package/styles/split-button/_bootstrap5-definition.scss +0 -24
  281. package/styles/split-button/_fabric-dark-definition.scss +0 -26
  282. package/styles/split-button/_fabric-definition.scss +0 -23
  283. package/styles/split-button/_fluent-dark-definition.scss +0 -1
  284. package/styles/split-button/_fluent-definition.scss +0 -24
  285. package/styles/split-button/_fusionnew-definition.scss +0 -24
  286. package/styles/split-button/_highcontrast-definition.scss +0 -23
  287. package/styles/split-button/_highcontrast-light-definition.scss +0 -26
  288. package/styles/split-button/_layout.scss +0 -420
  289. package/styles/split-button/_material-dark-definition.scss +0 -26
  290. package/styles/split-button/_material-definition.scss +0 -23
  291. package/styles/split-button/_material3-definition.scss +0 -24
  292. package/styles/split-button/_tailwind-dark-definition.scss +0 -1
  293. package/styles/split-button/_tailwind-definition.scss +0 -24
  294. package/styles/split-button/_theme.scss +0 -136
  295. package/syncfusion-ej2-angular-splitbuttons.d.ts +0 -5
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,34 @@
1
+ {
2
+ "$schema": "http://json-schema.org/schema",
3
+ "$id": "ngAdd",
4
+ "title": "Add Essential JS 2 Angular packages",
5
+ "type": "object",
6
+ "properties": {
7
+ "skipPackageJson": {
8
+ "type": "boolean",
9
+ "default": false,
10
+ "description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
11
+ },
12
+ "modules": {
13
+ "type": "string",
14
+ "default": "",
15
+ "description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
16
+ },
17
+ "modulePath": {
18
+ "type": "string",
19
+ "default": "",
20
+ "description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
21
+ },
22
+ "theme": {
23
+ "enum": [
24
+ "material",
25
+ "fabric",
26
+ "bootstrap",
27
+ "highcontrast"
28
+ ],
29
+ "default": "material",
30
+ "description": "Used to change the theme that needs to be imported"
31
+ }
32
+ },
33
+ "required": []
34
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "compilerOptions": {
3
+ "lib": ["es2017", "dom"],
4
+ "module": "commonjs",
5
+ "moduleResolution": "node",
6
+ "noEmitOnError": false,
7
+ "skipDefaultLibCheck": true,
8
+ "skipLibCheck": true,
9
+ "sourceMap": true,
10
+ "target": "es6",
11
+ "declaration": true,
12
+ "types": [
13
+ "jasmine",
14
+ "node"
15
+ ]
16
+ },
17
+ "exclude": [
18
+ "node_modules",
19
+ "src",
20
+ "src/**/*.ts",
21
+ "spec",
22
+ "spec/**/*.ts",
23
+ "@typings"
24
+ ]
25
+ }
@@ -0,0 +1,4 @@
1
+ export declare const pkgName = "@syncfusion/ej2-angular-splitbuttons";
2
+ export declare const pkgVer = "^20.2.38";
3
+ export declare const moduleName = "DropDownButtonModule, SplitButtonModule, ProgressButtonModule";
4
+ export declare const themeVer = "~20.2.38";
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.pkgName = '@syncfusion/ej2-angular-splitbuttons';
4
+ exports.pkgVer = '^20.2.45';
5
+ exports.moduleName = 'DropDownButtonModule, SplitButtonModule, ProgressButtonModule';
6
+ exports.themeVer = '~20.2.45';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-splitbuttons';
2
- export const pkgVer = '^20.1.47';
2
+ export const pkgVer = '^20.2.45';
3
3
  export const moduleName = 'DropDownButtonModule, SplitButtonModule, ProgressButtonModule';
4
- export const themeVer = '~20.1.47';
4
+ export const themeVer = '~20.2.45';
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./dropdownbutton.module";
4
1
  /**
5
2
  * NgModule definition for the DropDownButton component with providers.
6
3
  */
7
4
  export declare class DropDownButtonAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownButtonAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownButtonAllModule, never, [typeof i1.CommonModule, typeof i2.DropDownButtonModule], [typeof i2.DropDownButtonModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<DropDownButtonAllModule>;
11
5
  }
@@ -2,7 +2,6 @@ import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@a
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { DropDownButton } from '@syncfusion/ej2-splitbuttons';
4
4
  import { DropDownButtonItemsDirective } from './items.directive';
5
- import * as i0 from "@angular/core";
6
5
  export declare const inputs: string[];
7
6
  export declare const outputs: string[];
8
7
  export declare const twoWays: string[];
@@ -35,6 +34,4 @@ export declare class DropDownButtonComponent extends DropDownButton implements I
35
34
  ngAfterContentChecked(): void;
36
35
  registerEvents: (eventList: string[]) => void;
37
36
  addTwoWay: (propList: string[]) => void;
38
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownButtonComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<DropDownButtonComponent, "[ejs-dropdownbutton]", never, { "content": "content"; "createPopupOnClick": "createPopupOnClick"; "cssClass": "cssClass"; "disabled": "disabled"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "iconCss": "iconCss"; "iconPosition": "iconPosition"; "items": "items"; "locale": "locale"; "target": "target"; }, { "beforeClose": "beforeClose"; "beforeItemRender": "beforeItemRender"; "beforeOpen": "beforeOpen"; "close": "close"; "created": "created"; "open": "open"; "select": "select"; }, ["childItems"], ["*"]>;
40
37
  }
@@ -1,12 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./dropdownbutton.component";
3
- import * as i2 from "./items.directive";
4
- import * as i3 from "@angular/common";
5
1
  /**
6
2
  * NgModule definition for the DropDownButton component.
7
3
  */
8
4
  export declare class DropDownButtonModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownButtonModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownButtonModule, [typeof i1.DropDownButtonComponent, typeof i2.DropDownButtonItemDirective, typeof i2.DropDownButtonItemsDirective], [typeof i3.CommonModule], [typeof i1.DropDownButtonComponent, typeof i2.DropDownButtonItemDirective, typeof i2.DropDownButtonItemsDirective]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<DropDownButtonModule>;
12
5
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  export declare class DropDownButtonItemDirective extends ComplexBase<DropDownButtonItemDirective> {
5
4
  private viewContainerRef;
6
5
  directivePropList: any;
@@ -36,8 +35,6 @@ export declare class DropDownButtonItemDirective extends ComplexBase<DropDownBut
36
35
  */
37
36
  url: any;
38
37
  constructor(viewContainerRef: ViewContainerRef);
39
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownButtonItemDirective, never>;
40
- static ɵdir: i0.ɵɵDirectiveDeclaration<DropDownButtonItemDirective, "e-dropdownbuttonitems>e-dropdownbuttonitem", never, { "disabled": "disabled"; "iconCss": "iconCss"; "id": "id"; "separator": "separator"; "text": "text"; "url": "url"; }, {}, never>;
41
38
  }
42
39
  /**
43
40
  * DropDownButtonItem Array Directive
@@ -45,6 +42,4 @@ export declare class DropDownButtonItemDirective extends ComplexBase<DropDownBut
45
42
  */
46
43
  export declare class DropDownButtonItemsDirective extends ArrayBase<DropDownButtonItemsDirective> {
47
44
  constructor();
48
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownButtonItemsDirective, never>;
49
- static ɵdir: i0.ɵɵDirectiveDeclaration<DropDownButtonItemsDirective, "ejs-dropdownbutton>e-dropdownbuttonitems", never, {}, {}, ["children"]>;
50
45
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./progressbutton.module";
4
1
  /**
5
2
  * NgModule definition for the ProgressButton component with providers.
6
3
  */
7
4
  export declare class ProgressButtonAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ProgressButtonAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressButtonAllModule, never, [typeof i1.CommonModule, typeof i2.ProgressButtonModule], [typeof i2.ProgressButtonModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<ProgressButtonAllModule>;
11
5
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { ProgressButton } from '@syncfusion/ej2-splitbuttons';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -30,6 +29,4 @@ export declare class ProgressButtonComponent extends ProgressButton implements I
30
29
  ngAfterContentChecked(): void;
31
30
  registerEvents: (eventList: string[]) => void;
32
31
  addTwoWay: (propList: string[]) => void;
33
- static ɵfac: i0.ɵɵFactoryDeclaration<ProgressButtonComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<ProgressButtonComponent, "[ejs-progressbutton]", never, { "animationSettings": "animationSettings"; "content": "content"; "cssClass": "cssClass"; "disabled": "disabled"; "duration": "duration"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enableProgress": "enableProgress"; "iconCss": "iconCss"; "iconPosition": "iconPosition"; "isPrimary": "isPrimary"; "isToggle": "isToggle"; "spinSettings": "spinSettings"; }, { "begin": "begin"; "created": "created"; "end": "end"; "fail": "fail"; "progress": "progress"; }, never, ["*"]>;
35
32
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./progressbutton.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the ProgressButton component.
6
3
  */
7
4
  export declare class ProgressButtonModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ProgressButtonModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressButtonModule, [typeof i1.ProgressButtonComponent], [typeof i2.CommonModule], [typeof i1.ProgressButtonComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<ProgressButtonModule>;
11
5
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  export declare class SplitButtonItemDirective extends ComplexBase<SplitButtonItemDirective> {
5
4
  private viewContainerRef;
6
5
  directivePropList: any;
@@ -36,8 +35,6 @@ export declare class SplitButtonItemDirective extends ComplexBase<SplitButtonIte
36
35
  */
37
36
  url: any;
38
37
  constructor(viewContainerRef: ViewContainerRef);
39
- static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonItemDirective, never>;
40
- static ɵdir: i0.ɵɵDirectiveDeclaration<SplitButtonItemDirective, "e-splitbuttonitems>e-splitbuttonitem", never, { "disabled": "disabled"; "iconCss": "iconCss"; "id": "id"; "separator": "separator"; "text": "text"; "url": "url"; }, {}, never>;
41
38
  }
42
39
  /**
43
40
  * SplitButtonItem Array Directive
@@ -45,6 +42,4 @@ export declare class SplitButtonItemDirective extends ComplexBase<SplitButtonIte
45
42
  */
46
43
  export declare class SplitButtonItemsDirective extends ArrayBase<SplitButtonItemsDirective> {
47
44
  constructor();
48
- static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonItemsDirective, never>;
49
- static ɵdir: i0.ɵɵDirectiveDeclaration<SplitButtonItemsDirective, "ejs-splitbutton>e-splitbuttonitems", never, {}, {}, ["children"]>;
50
45
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./splitbutton.module";
4
1
  /**
5
2
  * NgModule definition for the SplitButton component with providers.
6
3
  */
7
4
  export declare class SplitButtonAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<SplitButtonAllModule, never, [typeof i1.CommonModule, typeof i2.SplitButtonModule], [typeof i2.SplitButtonModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<SplitButtonAllModule>;
11
5
  }
@@ -2,7 +2,6 @@ import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@a
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { SplitButton } from '@syncfusion/ej2-splitbuttons';
4
4
  import { SplitButtonItemsDirective } from './items.directive';
5
- import * as i0 from "@angular/core";
6
5
  export declare const inputs: string[];
7
6
  export declare const outputs: string[];
8
7
  export declare const twoWays: string[];
@@ -36,6 +35,4 @@ export declare class SplitButtonComponent extends SplitButton implements ICompon
36
35
  ngAfterContentChecked(): void;
37
36
  registerEvents: (eventList: string[]) => void;
38
37
  addTwoWay: (propList: string[]) => void;
39
- static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<SplitButtonComponent, "ejs-splitbutton", never, { "content": "content"; "createPopupOnClick": "createPopupOnClick"; "cssClass": "cssClass"; "disabled": "disabled"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "iconCss": "iconCss"; "iconPosition": "iconPosition"; "items": "items"; "locale": "locale"; "target": "target"; }, { "beforeClose": "beforeClose"; "beforeItemRender": "beforeItemRender"; "beforeOpen": "beforeOpen"; "click": "click"; "close": "close"; "created": "created"; "open": "open"; "select": "select"; }, ["childItems"], ["*"]>;
41
38
  }
@@ -1,12 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./splitbutton.component";
3
- import * as i2 from "./items.directive";
4
- import * as i3 from "@angular/common";
5
1
  /**
6
2
  * NgModule definition for the SplitButton component.
7
3
  */
8
4
  export declare class SplitButtonModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<SplitButtonModule, [typeof i1.SplitButtonComponent, typeof i2.SplitButtonItemDirective, typeof i2.SplitButtonItemsDirective], [typeof i3.CommonModule], [typeof i1.SplitButtonComponent, typeof i2.SplitButtonItemDirective, typeof i2.SplitButtonItemsDirective]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<SplitButtonModule>;
12
5
  }
@@ -522,7 +522,6 @@
522
522
  border-left-color: #676767;
523
523
  }
524
524
 
525
- /* stylelint-disable */
526
525
  *.e-btn-group,
527
526
  *.e-css.e-btn-group {
528
527
  display: -ms-inline-flexbox;
@@ -759,7 +758,6 @@
759
758
  font-size: 14px;
760
759
  }
761
760
 
762
- /* stylelint-disable */
763
761
  .e-btn-group:not(.e-outline),
764
762
  .e-css.e-btn-group:not(.e-outline) {
765
763
  box-shadow: none;
@@ -1275,7 +1273,6 @@
1275
1273
  border-right: transparent;
1276
1274
  }
1277
1275
 
1278
- /* stylelint-disable property-no-vendor-prefix */
1279
1276
  @keyframes material-spinner-rotate {
1280
1277
  0% {
1281
1278
  transform: rotate(0);
@@ -1774,19 +1771,19 @@
1774
1771
  }
1775
1772
 
1776
1773
  *.e-flat.e-primary .e-progress {
1777
- background-color: rgba(255, 64, 129, 0.2);
1774
+ background-color: rgba(255, 255, 255, 0.2);
1778
1775
  }
1779
1776
  *.e-flat.e-success .e-progress {
1780
- background-color: rgba(77, 132, 29, 0.2);
1777
+ background-color: rgba(255, 255, 255, 0.2);
1781
1778
  }
1782
1779
  *.e-flat.e-info .e-progress {
1783
- background-color: rgba(3, 120, 213, 0.2);
1780
+ background-color: rgba(255, 255, 255, 0.2);
1784
1781
  }
1785
1782
  *.e-flat.e-warning .e-progress {
1786
- background-color: rgba(193, 87, 0, 0.2);
1783
+ background-color: rgba(255, 255, 255, 0.2);
1787
1784
  }
1788
1785
  *.e-flat.e-danger .e-progress {
1789
- background-color: rgba(214, 65, 19, 0.2);
1786
+ background-color: rgba(255, 255, 255, 0.2);
1790
1787
  }
1791
1788
 
1792
1789
  *.e-outline:not(:focus).e-primary .e-progress {
@@ -522,7 +522,6 @@
522
522
  border-left-color: #adadad;
523
523
  }
524
524
 
525
- /* stylelint-disable */
526
525
  *.e-btn-group,
527
526
  *.e-css.e-btn-group {
528
527
  display: -ms-inline-flexbox;
@@ -759,7 +758,6 @@
759
758
  font-size: 14px;
760
759
  }
761
760
 
762
- /* stylelint-disable */
763
761
  .e-btn-group:not(.e-outline),
764
762
  .e-css.e-btn-group:not(.e-outline) {
765
763
  box-shadow: none;
@@ -1248,7 +1246,6 @@
1248
1246
  border-color: #4e0d14;
1249
1247
  outline-color: inherit;
1250
1248
  }
1251
- /* stylelint-disable property-no-vendor-prefix */
1252
1249
  @keyframes material-spinner-rotate {
1253
1250
  0% {
1254
1251
  transform: rotate(0);
@@ -505,7 +505,6 @@
505
505
  border-left-color: #545b62;
506
506
  }
507
507
 
508
- /* stylelint-disable */
509
508
  *.e-btn-group,
510
509
  *.e-css.e-btn-group {
511
510
  display: -ms-inline-flexbox;
@@ -742,7 +741,6 @@
742
741
  font-size: 16px;
743
742
  }
744
743
 
745
- /* stylelint-disable */
746
744
  .e-btn-group:not(.e-outline),
747
745
  .e-css.e-btn-group:not(.e-outline) {
748
746
  box-shadow: none;
@@ -1262,7 +1260,6 @@
1262
1260
  border-right: transparent;
1263
1261
  }
1264
1262
 
1265
- /* stylelint-disable property-no-vendor-prefix */
1266
1263
  @keyframes material-spinner-rotate {
1267
1264
  0% {
1268
1265
  transform: rotate(0);
@@ -1754,7 +1751,7 @@
1754
1751
  *.e-success .e-progress,
1755
1752
  *.e-danger .e-progress,
1756
1753
  *.e-info .e-progress {
1757
- background-color: rgba(255, 255, 255, 0.25);
1754
+ background-color: rgba(73, 80, 87, 0.2);
1758
1755
  }
1759
1756
 
1760
1757
  *.e-warning .e-progress {
@@ -1,4 +1,3 @@
1
- /* stylelint-disable-line no-empty-source */
2
1
  .e-dropdown-btn .e-caret::before,
3
2
  .e-dropdown-btn.e-btn .e-caret::before {
4
3
  content: "\e70d";
@@ -217,7 +216,6 @@
217
216
  border-bottom-color: #444c54;
218
217
  }
219
218
 
220
- /* stylelint-disable-line no-empty-source */
221
219
  /*! splitbutton layout */
222
220
  .e-split-btn-wrapper {
223
221
  display: -ms-inline-flexbox;
@@ -520,7 +518,6 @@
520
518
  border-left-color: #6c757d;
521
519
  }
522
520
 
523
- /* stylelint-disable */
524
521
  *.e-btn-group,
525
522
  *.e-css.e-btn-group {
526
523
  display: -ms-inline-flexbox;
@@ -765,7 +762,6 @@
765
762
  font-size: 20px;
766
763
  }
767
764
 
768
- /* stylelint-disable */
769
765
  .e-btn-group:not(.e-outline),
770
766
  .e-css.e-btn-group:not(.e-outline) {
771
767
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
@@ -1272,7 +1268,6 @@
1272
1268
  border-right: transparent;
1273
1269
  }
1274
1270
 
1275
- /* stylelint-disable property-no-vendor-prefix */
1276
1271
  @keyframes material-spinner-rotate {
1277
1272
  0% {
1278
1273
  transform: rotate(0);
@@ -1,4 +1,3 @@
1
- /* stylelint-disable-line no-empty-source */
2
1
  .e-dropdown-btn .e-caret::before,
3
2
  .e-dropdown-btn.e-btn .e-caret::before {
4
3
  content: "\e70d";
@@ -217,7 +216,6 @@
217
216
  border-bottom-color: #dee2e6;
218
217
  }
219
218
 
220
- /* stylelint-disable-line no-empty-source */
221
219
  /*! splitbutton layout */
222
220
  .e-split-btn-wrapper {
223
221
  display: -ms-inline-flexbox;
@@ -520,7 +518,6 @@
520
518
  border-left-color: #6c757d;
521
519
  }
522
520
 
523
- /* stylelint-disable */
524
521
  *.e-btn-group,
525
522
  *.e-css.e-btn-group {
526
523
  display: -ms-inline-flexbox;
@@ -765,7 +762,6 @@
765
762
  font-size: 20px;
766
763
  }
767
764
 
768
- /* stylelint-disable */
769
765
  .e-btn-group:not(.e-outline),
770
766
  .e-css.e-btn-group:not(.e-outline) {
771
767
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
@@ -1272,7 +1268,6 @@
1272
1268
  border-right: transparent;
1273
1269
  }
1274
1270
 
1275
- /* stylelint-disable property-no-vendor-prefix */
1276
1271
  @keyframes material-spinner-rotate {
1277
1272
  0% {
1278
1273
  transform: rotate(0);
@@ -1,4 +1,3 @@
1
- /* stylelint-disable */
2
1
  *.e-btn-group,
3
2
  *.e-css.e-btn-group {
4
3
  display: -ms-inline-flexbox;
@@ -235,7 +234,6 @@
235
234
  font-size: 14px;
236
235
  }
237
236
 
238
- /* stylelint-disable */
239
237
  .e-btn-group:not(.e-outline),
240
238
  .e-css.e-btn-group:not(.e-outline) {
241
239
  box-shadow: none;
@@ -1,4 +1 @@
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';
1
+ @import 'ej2-splitbuttons/styles/button-group/bootstrap-dark.scss';
@@ -1,4 +1,3 @@
1
- /* stylelint-disable */
2
1
  *.e-btn-group,
3
2
  *.e-css.e-btn-group {
4
3
  display: -ms-inline-flexbox;
@@ -235,7 +234,6 @@
235
234
  font-size: 14px;
236
235
  }
237
236
 
238
- /* stylelint-disable */
239
237
  .e-btn-group:not(.e-outline),
240
238
  .e-css.e-btn-group:not(.e-outline) {
241
239
  box-shadow: none;
@@ -1,4 +1 @@
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';
1
+ @import 'ej2-splitbuttons/styles/button-group/bootstrap.scss';
@@ -1,4 +1,3 @@
1
- /* stylelint-disable */
2
1
  *.e-btn-group,
3
2
  *.e-css.e-btn-group {
4
3
  display: -ms-inline-flexbox;
@@ -235,7 +234,6 @@
235
234
  font-size: 16px;
236
235
  }
237
236
 
238
- /* stylelint-disable */
239
237
  .e-btn-group:not(.e-outline),
240
238
  .e-css.e-btn-group:not(.e-outline) {
241
239
  box-shadow: none;
@@ -1,4 +1 @@
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';
1
+ @import 'ej2-splitbuttons/styles/button-group/bootstrap4.scss';
@@ -1,4 +1,3 @@
1
- /* stylelint-disable */
2
1
  *.e-btn-group,
3
2
  *.e-css.e-btn-group {
4
3
  display: -ms-inline-flexbox;
@@ -243,7 +242,6 @@
243
242
  font-size: 20px;
244
243
  }
245
244
 
246
- /* stylelint-disable */
247
245
  .e-btn-group:not(.e-outline),
248
246
  .e-css.e-btn-group:not(.e-outline) {
249
247
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
@@ -1,4 +1 @@
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';
1
+ @import 'ej2-splitbuttons/styles/button-group/bootstrap5-dark.scss';
@@ -1,4 +1,3 @@
1
- /* stylelint-disable */
2
1
  *.e-btn-group,
3
2
  *.e-css.e-btn-group {
4
3
  display: -ms-inline-flexbox;
@@ -243,7 +242,6 @@
243
242
  font-size: 20px;
244
243
  }
245
244
 
246
- /* stylelint-disable */
247
245
  .e-btn-group:not(.e-outline),
248
246
  .e-css.e-btn-group:not(.e-outline) {
249
247
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
@@ -1,4 +1 @@
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';
1
+ @import 'ej2-splitbuttons/styles/button-group/bootstrap5.scss';
@@ -1,4 +1,3 @@
1
- /* stylelint-disable */
2
1
  *.e-btn-group,
3
2
  *.e-css.e-btn-group {
4
3
  display: -ms-inline-flexbox;
@@ -235,7 +234,6 @@
235
234
  font-size: 16px;
236
235
  }
237
236
 
238
- /* stylelint-disable */
239
237
  .e-btn-group:not(.e-outline),
240
238
  .e-css.e-btn-group:not(.e-outline) {
241
239
  box-shadow: none;
@@ -1,4 +1 @@
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';
1
+ @import 'ej2-splitbuttons/styles/button-group/fabric-dark.scss';
@@ -1,4 +1,3 @@
1
- /* stylelint-disable */
2
1
  *.e-btn-group,
3
2
  *.e-css.e-btn-group {
4
3
  display: -ms-inline-flexbox;
@@ -235,7 +234,6 @@
235
234
  font-size: 16px;
236
235
  }
237
236
 
238
- /* stylelint-disable */
239
237
  .e-btn-group:not(.e-outline),
240
238
  .e-css.e-btn-group:not(.e-outline) {
241
239
  box-shadow: none;
@@ -1,4 +1 @@
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';
1
+ @import 'ej2-splitbuttons/styles/button-group/fabric.scss';
@@ -1,4 +1,3 @@
1
- /* stylelint-disable */
2
1
  *.e-btn-group,
3
2
  *.e-css.e-btn-group {
4
3
  display: -ms-inline-flexbox;
@@ -235,7 +234,6 @@
235
234
  font-size: 20px;
236
235
  }
237
236
 
238
- /* stylelint-disable */
239
237
  .e-btn-group:not(.e-outline),
240
238
  .e-css.e-btn-group:not(.e-outline) {
241
239
  box-shadow: none;
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/fluent-dark-definition.scss';
2
- @import 'ej2-buttons/styles/button/fluent-dark-definition.scss';
3
- @import 'fluent-dark-definition.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-splitbuttons/styles/button-group/fluent-dark.scss';
@@ -1,4 +1,3 @@
1
- /* stylelint-disable */
2
1
  *.e-btn-group,
3
2
  *.e-css.e-btn-group {
4
3
  display: -ms-inline-flexbox;
@@ -235,7 +234,6 @@
235
234
  font-size: 20px;
236
235
  }
237
236
 
238
- /* stylelint-disable */
239
237
  .e-btn-group:not(.e-outline),
240
238
  .e-css.e-btn-group:not(.e-outline) {
241
239
  box-shadow: none;
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/fluent-definition.scss';
2
- @import 'ej2-buttons/styles/button/fluent-definition.scss';
3
- @import 'fluent-definition.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-splitbuttons/styles/button-group/fluent.scss';
@@ -1,4 +1,3 @@
1
- /* stylelint-disable */
2
1
  *.e-btn-group,
3
2
  *.e-css.e-btn-group {
4
3
  display: -ms-inline-flexbox;
@@ -235,7 +234,6 @@
235
234
  font-size: 16px;
236
235
  }
237
236
 
238
- /* stylelint-disable */
239
237
  .e-btn-group:not(.e-outline),
240
238
  .e-css.e-btn-group:not(.e-outline) {
241
239
  box-shadow: none;
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/highcontrast-light-definition.scss';
2
- @import 'ej2-buttons/styles/button/highcontrast-light-definition.scss';
3
- @import 'highcontrast-light-definition.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-splitbuttons/styles/button-group/highcontrast-light.scss';