@syncfusion/ej2-splitbuttons 26.2.10 → 27.1.50

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 (258) hide show
  1. package/README.md +6 -6
  2. package/dist/ej2-splitbuttons.min.js +2 -2
  3. package/dist/ej2-splitbuttons.umd.min.js +2 -2
  4. package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-splitbuttons.es2015.js +22 -29
  6. package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
  7. package/dist/es6/ej2-splitbuttons.es5.js +22 -29
  8. package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
  9. package/dist/global/ej2-splitbuttons.min.js +2 -2
  10. package/dist/global/ej2-splitbuttons.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +8 -8
  13. package/src/common/common.js +1 -0
  14. package/src/drop-down-button/drop-down-button.d.ts +1 -0
  15. package/src/drop-down-button/drop-down-button.js +17 -4
  16. package/src/progress-button/progress-button.d.ts +0 -1
  17. package/src/progress-button/progress-button.js +4 -25
  18. package/styles/bootstrap-dark-lite.css +1762 -0
  19. package/styles/bootstrap-dark-lite.scss +13 -0
  20. package/styles/bootstrap-dark.css +203 -204
  21. package/styles/bootstrap-dark.scss +5 -2
  22. package/styles/bootstrap-lite.css +1812 -0
  23. package/styles/bootstrap-lite.scss +13 -0
  24. package/styles/bootstrap.css +203 -204
  25. package/styles/bootstrap.scss +5 -2
  26. package/styles/bootstrap4-lite.css +1801 -0
  27. package/styles/bootstrap4-lite.scss +13 -0
  28. package/styles/bootstrap4.css +203 -203
  29. package/styles/bootstrap4.scss +5 -2
  30. package/styles/bootstrap5-dark-lite.css +1735 -0
  31. package/styles/bootstrap5-dark-lite.scss +13 -0
  32. package/styles/bootstrap5-dark.css +210 -210
  33. package/styles/bootstrap5-dark.scss +5 -2
  34. package/styles/bootstrap5-lite.css +1735 -0
  35. package/styles/bootstrap5-lite.scss +13 -0
  36. package/styles/bootstrap5.3-lite.css +1743 -0
  37. package/styles/bootstrap5.3-lite.scss +13 -0
  38. package/styles/bootstrap5.3.css +1953 -0
  39. package/styles/bootstrap5.3.scss +17 -0
  40. package/styles/bootstrap5.css +210 -210
  41. package/styles/bootstrap5.scss +5 -2
  42. package/styles/button-group/_bigger.scss +10 -0
  43. package/styles/button-group/_layout.scss +1 -10
  44. package/styles/button-group/_theme.scss +19 -13
  45. package/styles/button-group/bootstrap-dark.css +7 -8
  46. package/styles/button-group/bootstrap-dark.scss +1 -0
  47. package/styles/button-group/bootstrap.css +6 -8
  48. package/styles/button-group/bootstrap.scss +1 -0
  49. package/styles/button-group/bootstrap4.css +7 -7
  50. package/styles/button-group/bootstrap4.scss +1 -0
  51. package/styles/button-group/bootstrap5-dark.css +7 -7
  52. package/styles/button-group/bootstrap5-dark.scss +1 -0
  53. package/styles/button-group/bootstrap5.3.css +809 -0
  54. package/styles/button-group/bootstrap5.3.scss +5 -0
  55. package/styles/button-group/bootstrap5.css +7 -7
  56. package/styles/button-group/bootstrap5.scss +1 -0
  57. package/styles/button-group/fabric-dark.css +7 -8
  58. package/styles/button-group/fabric-dark.scss +1 -0
  59. package/styles/button-group/fabric.css +7 -8
  60. package/styles/button-group/fabric.scss +1 -0
  61. package/styles/button-group/fluent-dark.css +7 -9
  62. package/styles/button-group/fluent-dark.scss +1 -0
  63. package/styles/button-group/fluent.css +7 -9
  64. package/styles/button-group/fluent.scss +1 -0
  65. package/styles/button-group/fluent2.css +26 -18
  66. package/styles/button-group/fluent2.scss +1 -0
  67. package/styles/button-group/highcontrast-light.css +7 -8
  68. package/styles/button-group/highcontrast-light.scss +1 -0
  69. package/styles/button-group/highcontrast.css +7 -8
  70. package/styles/button-group/highcontrast.scss +1 -0
  71. package/styles/button-group/material-dark.css +7 -9
  72. package/styles/button-group/material-dark.scss +1 -0
  73. package/styles/button-group/material.css +7 -9
  74. package/styles/button-group/material.scss +1 -0
  75. package/styles/button-group/material3-dark.css +7 -7
  76. package/styles/button-group/material3-dark.scss +1 -0
  77. package/styles/button-group/material3.css +7 -7
  78. package/styles/button-group/material3.scss +1 -0
  79. package/styles/button-group/tailwind-dark.css +6 -7
  80. package/styles/button-group/tailwind-dark.scss +1 -0
  81. package/styles/button-group/tailwind.css +6 -7
  82. package/styles/button-group/tailwind.scss +1 -0
  83. package/styles/drop-down-button/_bigger.scss +79 -0
  84. package/styles/drop-down-button/_bootstrap5.3-definition.scss +1 -1
  85. package/styles/drop-down-button/_layout.scss +4 -82
  86. package/styles/drop-down-button/_theme.scss +6 -1
  87. package/styles/drop-down-button/bootstrap-dark.css +49 -49
  88. package/styles/drop-down-button/bootstrap-dark.scss +1 -0
  89. package/styles/drop-down-button/bootstrap.css +49 -49
  90. package/styles/drop-down-button/bootstrap.scss +1 -0
  91. package/styles/drop-down-button/bootstrap4.css +49 -49
  92. package/styles/drop-down-button/bootstrap4.scss +1 -0
  93. package/styles/drop-down-button/bootstrap5-dark.css +56 -56
  94. package/styles/drop-down-button/bootstrap5-dark.scss +1 -0
  95. package/styles/drop-down-button/bootstrap5.3.css +251 -0
  96. package/styles/drop-down-button/bootstrap5.3.scss +7 -0
  97. package/styles/drop-down-button/bootstrap5.css +56 -56
  98. package/styles/drop-down-button/bootstrap5.scss +1 -0
  99. package/styles/drop-down-button/fabric-dark.css +49 -49
  100. package/styles/drop-down-button/fabric-dark.scss +1 -0
  101. package/styles/drop-down-button/fabric.css +49 -49
  102. package/styles/drop-down-button/fabric.scss +1 -0
  103. package/styles/drop-down-button/fluent-dark.css +49 -49
  104. package/styles/drop-down-button/fluent-dark.scss +1 -0
  105. package/styles/drop-down-button/fluent.css +49 -49
  106. package/styles/drop-down-button/fluent.scss +1 -0
  107. package/styles/drop-down-button/fluent2.css +59 -55
  108. package/styles/drop-down-button/fluent2.scss +1 -0
  109. package/styles/drop-down-button/highcontrast-light.css +49 -49
  110. package/styles/drop-down-button/highcontrast-light.scss +1 -0
  111. package/styles/drop-down-button/highcontrast.css +49 -49
  112. package/styles/drop-down-button/highcontrast.scss +1 -0
  113. package/styles/drop-down-button/material-dark.css +49 -49
  114. package/styles/drop-down-button/material-dark.scss +1 -0
  115. package/styles/drop-down-button/material.css +49 -49
  116. package/styles/drop-down-button/material.scss +1 -0
  117. package/styles/drop-down-button/material3-dark.css +49 -49
  118. package/styles/drop-down-button/material3-dark.scss +1 -0
  119. package/styles/drop-down-button/material3.css +49 -49
  120. package/styles/drop-down-button/material3.scss +1 -0
  121. package/styles/drop-down-button/tailwind-dark.css +56 -56
  122. package/styles/drop-down-button/tailwind-dark.scss +1 -0
  123. package/styles/drop-down-button/tailwind.css +56 -56
  124. package/styles/drop-down-button/tailwind.scss +1 -0
  125. package/styles/fabric-dark-lite.css +1762 -0
  126. package/styles/fabric-dark-lite.scss +13 -0
  127. package/styles/fabric-dark.css +203 -204
  128. package/styles/fabric-dark.scss +5 -2
  129. package/styles/fabric-lite.css +1842 -0
  130. package/styles/fabric-lite.scss +13 -0
  131. package/styles/fabric.css +203 -204
  132. package/styles/fabric.scss +5 -2
  133. package/styles/fluent-dark-lite.css +1855 -0
  134. package/styles/fluent-dark-lite.scss +13 -0
  135. package/styles/fluent-dark.css +203 -205
  136. package/styles/fluent-dark.scss +5 -2
  137. package/styles/fluent-lite.css +1855 -0
  138. package/styles/fluent-lite.scss +13 -0
  139. package/styles/fluent.css +203 -205
  140. package/styles/fluent.scss +5 -2
  141. package/styles/fluent2-lite.css +1850 -0
  142. package/styles/fluent2-lite.scss +13 -0
  143. package/styles/fluent2.css +236 -220
  144. package/styles/fluent2.scss +5 -2
  145. package/styles/highcontrast-light-lite.css +1762 -0
  146. package/styles/highcontrast-light-lite.scss +13 -0
  147. package/styles/highcontrast-light.css +203 -204
  148. package/styles/highcontrast-light.scss +5 -2
  149. package/styles/highcontrast-lite.css +1814 -0
  150. package/styles/highcontrast-lite.scss +13 -0
  151. package/styles/highcontrast.css +203 -204
  152. package/styles/highcontrast.scss +5 -2
  153. package/styles/material-dark-lite.css +1768 -0
  154. package/styles/material-dark-lite.scss +13 -0
  155. package/styles/material-dark.css +203 -205
  156. package/styles/material-dark.scss +5 -2
  157. package/styles/material-lite.css +1847 -0
  158. package/styles/material-lite.scss +13 -0
  159. package/styles/material.css +203 -205
  160. package/styles/material.scss +5 -2
  161. package/styles/material3-dark-lite.css +1994 -0
  162. package/styles/material3-dark-lite.scss +13 -0
  163. package/styles/material3-dark.css +214 -214
  164. package/styles/material3-dark.scss +5 -2
  165. package/styles/material3-lite.css +1988 -0
  166. package/styles/material3-lite.scss +13 -0
  167. package/styles/material3.css +214 -214
  168. package/styles/material3.scss +5 -2
  169. package/styles/progress-button/_bigger.scss +96 -0
  170. package/styles/progress-button/_layout.scss +0 -95
  171. package/styles/progress-button/_theme.scss +6 -2
  172. package/styles/progress-button/bootstrap-dark.css +73 -73
  173. package/styles/progress-button/bootstrap-dark.scss +1 -0
  174. package/styles/progress-button/bootstrap.css +73 -73
  175. package/styles/progress-button/bootstrap.scss +1 -0
  176. package/styles/progress-button/bootstrap4.css +73 -73
  177. package/styles/progress-button/bootstrap4.scss +1 -0
  178. package/styles/progress-button/bootstrap5-dark.css +73 -73
  179. package/styles/progress-button/bootstrap5-dark.scss +1 -0
  180. package/styles/progress-button/bootstrap5.3.css +568 -0
  181. package/styles/progress-button/bootstrap5.3.scss +6 -0
  182. package/styles/progress-button/bootstrap5.css +73 -73
  183. package/styles/progress-button/bootstrap5.scss +1 -0
  184. package/styles/progress-button/fabric-dark.css +73 -73
  185. package/styles/progress-button/fabric-dark.scss +1 -0
  186. package/styles/progress-button/fabric.css +73 -73
  187. package/styles/progress-button/fabric.scss +1 -0
  188. package/styles/progress-button/fluent-dark.css +73 -73
  189. package/styles/progress-button/fluent-dark.scss +1 -0
  190. package/styles/progress-button/fluent.css +73 -73
  191. package/styles/progress-button/fluent.scss +1 -0
  192. package/styles/progress-button/fluent2.css +77 -73
  193. package/styles/progress-button/fluent2.scss +1 -0
  194. package/styles/progress-button/highcontrast-light.css +73 -73
  195. package/styles/progress-button/highcontrast-light.scss +1 -0
  196. package/styles/progress-button/highcontrast.css +73 -73
  197. package/styles/progress-button/highcontrast.scss +1 -0
  198. package/styles/progress-button/material-dark.css +73 -73
  199. package/styles/progress-button/material-dark.scss +1 -0
  200. package/styles/progress-button/material.css +73 -73
  201. package/styles/progress-button/material.scss +1 -0
  202. package/styles/progress-button/material3-dark.css +73 -73
  203. package/styles/progress-button/material3-dark.scss +1 -0
  204. package/styles/progress-button/material3.css +73 -73
  205. package/styles/progress-button/material3.scss +1 -0
  206. package/styles/progress-button/tailwind-dark.css +73 -73
  207. package/styles/progress-button/tailwind-dark.scss +1 -0
  208. package/styles/progress-button/tailwind.css +73 -73
  209. package/styles/progress-button/tailwind.scss +1 -0
  210. package/styles/split-button/_bigger.scss +149 -0
  211. package/styles/split-button/_layout.scss +8 -156
  212. package/styles/split-button/bootstrap-dark.css +74 -74
  213. package/styles/split-button/bootstrap-dark.scss +1 -0
  214. package/styles/split-button/bootstrap.css +74 -74
  215. package/styles/split-button/bootstrap.scss +1 -0
  216. package/styles/split-button/bootstrap4.css +74 -74
  217. package/styles/split-button/bootstrap4.scss +1 -0
  218. package/styles/split-button/bootstrap5-dark.css +74 -74
  219. package/styles/split-button/bootstrap5-dark.scss +1 -0
  220. package/styles/split-button/bootstrap5.3.css +335 -0
  221. package/styles/split-button/bootstrap5.3.scss +7 -0
  222. package/styles/split-button/bootstrap5.css +74 -74
  223. package/styles/split-button/bootstrap5.scss +1 -0
  224. package/styles/split-button/fabric-dark.css +74 -74
  225. package/styles/split-button/fabric-dark.scss +1 -0
  226. package/styles/split-button/fabric.css +74 -74
  227. package/styles/split-button/fabric.scss +1 -0
  228. package/styles/split-button/fluent-dark.css +74 -74
  229. package/styles/split-button/fluent-dark.scss +1 -0
  230. package/styles/split-button/fluent.css +74 -74
  231. package/styles/split-button/fluent.scss +1 -0
  232. package/styles/split-button/fluent2.css +74 -74
  233. package/styles/split-button/fluent2.scss +1 -0
  234. package/styles/split-button/highcontrast-light.css +74 -74
  235. package/styles/split-button/highcontrast-light.scss +1 -0
  236. package/styles/split-button/highcontrast.css +74 -74
  237. package/styles/split-button/highcontrast.scss +1 -0
  238. package/styles/split-button/material-dark.css +74 -74
  239. package/styles/split-button/material-dark.scss +1 -0
  240. package/styles/split-button/material.css +74 -74
  241. package/styles/split-button/material.scss +1 -0
  242. package/styles/split-button/material3-dark.css +85 -85
  243. package/styles/split-button/material3-dark.scss +1 -0
  244. package/styles/split-button/material3.css +85 -85
  245. package/styles/split-button/material3.scss +1 -0
  246. package/styles/split-button/tailwind-dark.css +76 -76
  247. package/styles/split-button/tailwind-dark.scss +1 -0
  248. package/styles/split-button/tailwind.css +76 -76
  249. package/styles/split-button/tailwind.scss +1 -0
  250. package/styles/tailwind-dark-lite.css +1859 -0
  251. package/styles/tailwind-dark-lite.scss +13 -0
  252. package/styles/tailwind-dark.css +212 -212
  253. package/styles/tailwind-dark.scss +5 -2
  254. package/styles/tailwind-lite.css +1859 -0
  255. package/styles/tailwind-lite.scss +13 -0
  256. package/styles/tailwind.css +212 -212
  257. package/styles/tailwind.scss +5 -2
  258. package/hotfix/26.1.35_Vol2.txt +0 -1
@@ -49,25 +49,6 @@
49
49
  line-height: 1;
50
50
  padding: 6px 12px;
51
51
  }
52
- .e-bigger .e-dropdown-btn .e-btn-icon,
53
- .e-bigger.e-dropdown-btn .e-btn-icon {
54
- font-size: 16px;
55
- }
56
- .e-bigger .e-dropdown-btn .e-caret,
57
- .e-bigger.e-dropdown-btn .e-caret {
58
- font-size: 12px;
59
- }
60
- .e-bigger .e-dropdown-btn.e-vertical,
61
- .e-bigger.e-dropdown-btn.e-vertical {
62
- line-height: 1;
63
- padding: 8px 16px;
64
- }
65
- .e-bigger .e-dropdown-btn.e-small.e-vertical,
66
- .e-bigger.e-dropdown-btn.e-small.e-vertical {
67
- line-height: 1;
68
- padding: 8px 16px;
69
- }
70
-
71
52
  .e-dropdown-popup {
72
53
  position: absolute;
73
54
  border-radius: 4px;
@@ -156,43 +137,6 @@
156
137
  margin-right: 0;
157
138
  }
158
139
 
159
- *.e-bigger .e-dropdown-popup {
160
- background-color: transparent;
161
- border-radius: 4px;
162
- }
163
-
164
- *.e-bigger .e-dropdown-popup ul,
165
- *.e-bigger.e-dropdown-popup ul {
166
- -webkit-box-shadow: none;
167
- box-shadow: none;
168
- font-size: 16px;
169
- max-width: 202px;
170
- min-width: 112px;
171
- padding: 8px 0;
172
- background-color: #343a40;
173
- margin-top: 4px;
174
- }
175
- *.e-bigger .e-dropdown-popup ul .e-item,
176
- *.e-bigger.e-dropdown-popup ul .e-item {
177
- height: 32px;
178
- line-height: 32px;
179
- padding: 0 16px;
180
- }
181
- *.e-bigger .e-dropdown-popup ul .e-item.e-url,
182
- *.e-bigger.e-dropdown-popup ul .e-item.e-url {
183
- padding: 0;
184
- }
185
- *.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
186
- *.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
187
- font-size: 22px;
188
- line-height: 32px;
189
- }
190
- *.e-bigger .e-dropdown-popup ul .e-item.e-separator,
191
- *.e-bigger.e-dropdown-popup ul .e-item.e-separator {
192
- height: auto;
193
- line-height: normal;
194
- }
195
-
196
140
  .e-dropdown-popup {
197
141
  background: #343a40;
198
142
  color: #fff;
@@ -244,4 +188,60 @@
244
188
  -webkit-box-shadow: none;
245
189
  box-shadow: none;
246
190
  color: inherit;
191
+ }
192
+
193
+ .e-bigger .e-dropdown-btn .e-btn-icon,
194
+ .e-bigger.e-dropdown-btn .e-btn-icon {
195
+ font-size: 16px;
196
+ }
197
+ .e-bigger .e-dropdown-btn .e-caret,
198
+ .e-bigger.e-dropdown-btn .e-caret {
199
+ font-size: 12px;
200
+ }
201
+ .e-bigger .e-dropdown-btn.e-vertical,
202
+ .e-bigger.e-dropdown-btn.e-vertical {
203
+ line-height: 1;
204
+ padding: 8px 16px;
205
+ }
206
+ .e-bigger .e-dropdown-btn.e-small.e-vertical,
207
+ .e-bigger.e-dropdown-btn.e-small.e-vertical {
208
+ line-height: 1;
209
+ padding: 8px 16px;
210
+ }
211
+
212
+ *.e-bigger .e-dropdown-popup {
213
+ background-color: transparent;
214
+ border-radius: 4px;
215
+ }
216
+
217
+ *.e-bigger .e-dropdown-popup ul,
218
+ *.e-bigger.e-dropdown-popup ul {
219
+ -webkit-box-shadow: none;
220
+ box-shadow: none;
221
+ font-size: 16px;
222
+ max-width: 202px;
223
+ min-width: 112px;
224
+ padding: 8px 0;
225
+ background-color: #343a40;
226
+ margin-top: 4px;
227
+ }
228
+ *.e-bigger .e-dropdown-popup ul .e-item,
229
+ *.e-bigger.e-dropdown-popup ul .e-item {
230
+ height: 32px;
231
+ line-height: 32px;
232
+ padding: 0 16px;
233
+ }
234
+ *.e-bigger .e-dropdown-popup ul .e-item.e-url,
235
+ *.e-bigger.e-dropdown-popup ul .e-item.e-url {
236
+ padding: 0;
237
+ }
238
+ *.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
239
+ *.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
240
+ font-size: 22px;
241
+ line-height: 32px;
242
+ }
243
+ *.e-bigger .e-dropdown-popup ul .e-item.e-separator,
244
+ *.e-bigger.e-dropdown-popup ul .e-item.e-separator {
245
+ height: auto;
246
+ line-height: normal;
247
247
  }
@@ -4,3 +4,4 @@
4
4
  @import 'bootstrap5-dark-definition.scss';
5
5
  @import 'icons/bootstrap5-dark.scss';
6
6
  @import 'all.scss';
7
+ @import 'bigger.scss';
@@ -0,0 +1,251 @@
1
+
2
+
3
+
4
+
5
+ /* stylelint-disable-line no-empty-source */
6
+ .e-dropdown-btn .e-caret::before,
7
+ .e-dropdown-btn.e-btn .e-caret::before {
8
+ content: "\e70d";
9
+ }
10
+
11
+ .e-dropdown-btn,
12
+ .e-dropdown-btn.e-btn {
13
+ text-transform: none;
14
+ white-space: normal;
15
+ }
16
+ .e-dropdown-btn:focus,
17
+ .e-dropdown-btn.e-btn:focus {
18
+ -webkit-box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
19
+ box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
20
+ }
21
+ .e-dropdown-btn:active,
22
+ .e-dropdown-btn.e-btn:active {
23
+ -webkit-box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
24
+ box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
25
+ }
26
+ .e-dropdown-btn .e-btn-icon,
27
+ .e-dropdown-btn.e-btn .e-btn-icon {
28
+ font-size: 14px;
29
+ }
30
+ .e-dropdown-btn .e-caret,
31
+ .e-dropdown-btn.e-btn .e-caret {
32
+ font-size: 10px;
33
+ }
34
+ .e-dropdown-btn.e-vertical,
35
+ .e-dropdown-btn.e-btn.e-vertical {
36
+ line-height: 1;
37
+ padding: 6px 12px;
38
+ }
39
+ .e-dropdown-btn.e-caret-hide .e-caret,
40
+ .e-dropdown-btn.e-btn.e-caret-hide .e-caret {
41
+ display: none;
42
+ }
43
+ .e-dropdown-btn.e-small .e-dropdown-popup ul,
44
+ .e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul {
45
+ padding: 4px 0;
46
+ }
47
+ .e-dropdown-btn.e-small .e-dropdown-popup ul .e-item,
48
+ .e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul .e-item {
49
+ padding: 0 8px;
50
+ }
51
+ .e-dropdown-btn.e-small.e-vertical,
52
+ .e-dropdown-btn.e-btn.e-small.e-vertical {
53
+ line-height: 1;
54
+ padding: 6px 12px;
55
+ }
56
+ .e-dropdown-popup {
57
+ position: absolute;
58
+ border-radius: 4px;
59
+ margin-top: 2px;
60
+ }
61
+ .e-dropdown-popup ul {
62
+ border: 1px solid var(--color-sf-border-light);
63
+ border-radius: 4px;
64
+ -webkit-box-shadow: none;
65
+ box-shadow: none;
66
+ -webkit-box-sizing: border-box;
67
+ box-sizing: border-box;
68
+ font-size: 14px;
69
+ font-weight: 400;
70
+ list-style-image: none;
71
+ list-style-position: outside;
72
+ list-style-type: none;
73
+ margin: 0;
74
+ min-width: 120px;
75
+ overflow: hidden;
76
+ padding: 4px 0;
77
+ -webkit-user-select: none;
78
+ -moz-user-select: none;
79
+ -ms-user-select: none;
80
+ user-select: none;
81
+ white-space: nowrap;
82
+ }
83
+ .e-dropdown-popup ul .e-item {
84
+ cursor: pointer;
85
+ display: -webkit-box;
86
+ display: -ms-flexbox;
87
+ display: flex;
88
+ height: 30px;
89
+ line-height: 30px;
90
+ padding: 0 12px;
91
+ }
92
+ .e-dropdown-popup ul .e-item.e-separator {
93
+ padding: 0 !important; /* stylelint-disable-line declaration-no-important */
94
+ }
95
+ .e-dropdown-popup ul .e-item.e-url {
96
+ padding: 0;
97
+ }
98
+ .e-dropdown-popup ul .e-item .e-menu-url {
99
+ display: block;
100
+ padding: 0 12px;
101
+ text-decoration: none;
102
+ width: 100%;
103
+ }
104
+ .e-dropdown-popup ul .e-item .e-menu-icon {
105
+ float: left;
106
+ font-size: 16px;
107
+ line-height: 30px;
108
+ margin-right: 11px;
109
+ vertical-align: middle;
110
+ width: 1em;
111
+ }
112
+ .e-dropdown-popup ul .e-item.e-disabled {
113
+ cursor: auto;
114
+ pointer-events: none;
115
+ }
116
+ .e-dropdown-popup ul .e-item.e-separator {
117
+ border-bottom-style: solid;
118
+ border-bottom-width: 1px;
119
+ cursor: auto;
120
+ height: auto;
121
+ line-height: normal;
122
+ margin: 3px 0;
123
+ pointer-events: none;
124
+ }
125
+ .e-dropdown-popup.e-transparent {
126
+ background: transparent;
127
+ -webkit-box-shadow: none;
128
+ box-shadow: none;
129
+ }
130
+ .e-dropdown-popup.e-transparent .e-dropdown-menu {
131
+ border: 0;
132
+ height: 1px;
133
+ min-width: 0;
134
+ padding: 0;
135
+ width: 1px;
136
+ }
137
+
138
+ .e-rtl.e-dropdown-popup .e-item .e-menu-icon {
139
+ float: right;
140
+ margin-left: 11px;
141
+ margin-right: 0;
142
+ }
143
+
144
+ .e-dropdown-popup {
145
+ background: var(--color-sf-flyout-bg-color);
146
+ color: var(--color-sf-content-text-color);
147
+ }
148
+ .e-dropdown-popup ul .e-item .e-menu-url {
149
+ color: var(--color-sf-content-text-color);
150
+ }
151
+ .e-dropdown-popup ul .e-item .e-menu-icon {
152
+ color: var(--color-sf-icon-color);
153
+ }
154
+ .e-dropdown-popup ul .e-item.e-focused {
155
+ background: var(--color-sf-content-bg-color-hover);
156
+ -webkit-box-shadow: none;
157
+ box-shadow: none;
158
+ }
159
+ .e-dropdown-popup ul .e-item:hover {
160
+ background: var(--color-sf-flyout-bg-color-hover);
161
+ color: var(--color-sf-content-text-color);
162
+ }
163
+ .e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
164
+ background: var(--color-sf-content-bg-color-selected);
165
+ color: var(--color-sf-content-text-color-selected);
166
+ }
167
+ .e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
168
+ color: var(--color-sf-content-text-color-selected);
169
+ }
170
+ .e-dropdown-popup ul .e-item:active .e-menu-icon, .e-dropdown-popup ul .e-item.e-selected .e-menu-icon {
171
+ color: var(--color-sf-content-text-color-selected);
172
+ }
173
+ .e-dropdown-popup ul .e-separator {
174
+ border-bottom-color: var(--color-sf-border-light);
175
+ }
176
+
177
+ .e-dropdown-btn.e-inherit,
178
+ .e-dropdown-btn.e-btn.e-inherit {
179
+ background: inherit;
180
+ border-color: transparent;
181
+ -webkit-box-shadow: none;
182
+ box-shadow: none;
183
+ color: inherit;
184
+ }
185
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
186
+ .e-dropdown-btn.e-btn.e-inherit:hover,
187
+ .e-dropdown-btn.e-btn.e-inherit:focus,
188
+ .e-dropdown-btn.e-btn.e-inherit:active,
189
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
190
+ background: rgba(0, 0, 0, 0.056);
191
+ border-color: transparent;
192
+ -webkit-box-shadow: none;
193
+ box-shadow: none;
194
+ color: inherit;
195
+ }
196
+
197
+ .e-bigger .e-dropdown-btn .e-btn-icon,
198
+ .e-bigger.e-dropdown-btn .e-btn-icon {
199
+ font-size: 16px;
200
+ }
201
+ .e-bigger .e-dropdown-btn .e-caret,
202
+ .e-bigger.e-dropdown-btn .e-caret {
203
+ font-size: 12px;
204
+ }
205
+ .e-bigger .e-dropdown-btn.e-vertical,
206
+ .e-bigger.e-dropdown-btn.e-vertical {
207
+ line-height: 1;
208
+ padding: 8px 16px;
209
+ }
210
+ .e-bigger .e-dropdown-btn.e-small.e-vertical,
211
+ .e-bigger.e-dropdown-btn.e-small.e-vertical {
212
+ line-height: 1;
213
+ padding: 8px 16px;
214
+ }
215
+
216
+ *.e-bigger .e-dropdown-popup {
217
+ background-color: transparent;
218
+ border-radius: 4px;
219
+ }
220
+
221
+ *.e-bigger .e-dropdown-popup ul,
222
+ *.e-bigger.e-dropdown-popup ul {
223
+ -webkit-box-shadow: none;
224
+ box-shadow: none;
225
+ font-size: 16px;
226
+ max-width: 202px;
227
+ min-width: 112px;
228
+ padding: 8px 0;
229
+ background-color: var(--color-sf-flyout-bg-color);
230
+ margin-top: 4px;
231
+ }
232
+ *.e-bigger .e-dropdown-popup ul .e-item,
233
+ *.e-bigger.e-dropdown-popup ul .e-item {
234
+ height: 32px;
235
+ line-height: 32px;
236
+ padding: 0 16px;
237
+ }
238
+ *.e-bigger .e-dropdown-popup ul .e-item.e-url,
239
+ *.e-bigger.e-dropdown-popup ul .e-item.e-url {
240
+ padding: 0;
241
+ }
242
+ *.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
243
+ *.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
244
+ font-size: 22px;
245
+ line-height: 32px;
246
+ }
247
+ *.e-bigger .e-dropdown-popup ul .e-item.e-separator,
248
+ *.e-bigger.e-dropdown-popup ul .e-item.e-separator {
249
+ height: auto;
250
+ line-height: normal;
251
+ }
@@ -0,0 +1,7 @@
1
+ @import 'ej2-base/styles/definition/bootstrap5.3.scss';
2
+ @import 'ej2-buttons/styles/button/bootstrap5.3-definition.scss';
3
+ @import 'ej2-popups/styles/popup/bootstrap5.3-definition.scss';
4
+ @import 'bootstrap5.3-definition.scss';
5
+ @import 'icons/bootstrap5.3.scss';
6
+ @import 'all.scss';
7
+ @import 'bigger.scss';
@@ -49,25 +49,6 @@
49
49
  line-height: 1;
50
50
  padding: 6px 12px;
51
51
  }
52
- .e-bigger .e-dropdown-btn .e-btn-icon,
53
- .e-bigger.e-dropdown-btn .e-btn-icon {
54
- font-size: 16px;
55
- }
56
- .e-bigger .e-dropdown-btn .e-caret,
57
- .e-bigger.e-dropdown-btn .e-caret {
58
- font-size: 12px;
59
- }
60
- .e-bigger .e-dropdown-btn.e-vertical,
61
- .e-bigger.e-dropdown-btn.e-vertical {
62
- line-height: 1;
63
- padding: 8px 16px;
64
- }
65
- .e-bigger .e-dropdown-btn.e-small.e-vertical,
66
- .e-bigger.e-dropdown-btn.e-small.e-vertical {
67
- line-height: 1;
68
- padding: 8px 16px;
69
- }
70
-
71
52
  .e-dropdown-popup {
72
53
  position: absolute;
73
54
  border-radius: 4px;
@@ -156,43 +137,6 @@
156
137
  margin-right: 0;
157
138
  }
158
139
 
159
- *.e-bigger .e-dropdown-popup {
160
- background-color: transparent;
161
- border-radius: 4px;
162
- }
163
-
164
- *.e-bigger .e-dropdown-popup ul,
165
- *.e-bigger.e-dropdown-popup ul {
166
- -webkit-box-shadow: none;
167
- box-shadow: none;
168
- font-size: 16px;
169
- max-width: 202px;
170
- min-width: 112px;
171
- padding: 8px 0;
172
- background-color: #fff;
173
- margin-top: 4px;
174
- }
175
- *.e-bigger .e-dropdown-popup ul .e-item,
176
- *.e-bigger.e-dropdown-popup ul .e-item {
177
- height: 32px;
178
- line-height: 32px;
179
- padding: 0 16px;
180
- }
181
- *.e-bigger .e-dropdown-popup ul .e-item.e-url,
182
- *.e-bigger.e-dropdown-popup ul .e-item.e-url {
183
- padding: 0;
184
- }
185
- *.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
186
- *.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
187
- font-size: 22px;
188
- line-height: 32px;
189
- }
190
- *.e-bigger .e-dropdown-popup ul .e-item.e-separator,
191
- *.e-bigger.e-dropdown-popup ul .e-item.e-separator {
192
- height: auto;
193
- line-height: normal;
194
- }
195
-
196
140
  .e-dropdown-popup {
197
141
  background: #fff;
198
142
  color: #212529;
@@ -244,4 +188,60 @@
244
188
  -webkit-box-shadow: none;
245
189
  box-shadow: none;
246
190
  color: inherit;
191
+ }
192
+
193
+ .e-bigger .e-dropdown-btn .e-btn-icon,
194
+ .e-bigger.e-dropdown-btn .e-btn-icon {
195
+ font-size: 16px;
196
+ }
197
+ .e-bigger .e-dropdown-btn .e-caret,
198
+ .e-bigger.e-dropdown-btn .e-caret {
199
+ font-size: 12px;
200
+ }
201
+ .e-bigger .e-dropdown-btn.e-vertical,
202
+ .e-bigger.e-dropdown-btn.e-vertical {
203
+ line-height: 1;
204
+ padding: 8px 16px;
205
+ }
206
+ .e-bigger .e-dropdown-btn.e-small.e-vertical,
207
+ .e-bigger.e-dropdown-btn.e-small.e-vertical {
208
+ line-height: 1;
209
+ padding: 8px 16px;
210
+ }
211
+
212
+ *.e-bigger .e-dropdown-popup {
213
+ background-color: transparent;
214
+ border-radius: 4px;
215
+ }
216
+
217
+ *.e-bigger .e-dropdown-popup ul,
218
+ *.e-bigger.e-dropdown-popup ul {
219
+ -webkit-box-shadow: none;
220
+ box-shadow: none;
221
+ font-size: 16px;
222
+ max-width: 202px;
223
+ min-width: 112px;
224
+ padding: 8px 0;
225
+ background-color: #fff;
226
+ margin-top: 4px;
227
+ }
228
+ *.e-bigger .e-dropdown-popup ul .e-item,
229
+ *.e-bigger.e-dropdown-popup ul .e-item {
230
+ height: 32px;
231
+ line-height: 32px;
232
+ padding: 0 16px;
233
+ }
234
+ *.e-bigger .e-dropdown-popup ul .e-item.e-url,
235
+ *.e-bigger.e-dropdown-popup ul .e-item.e-url {
236
+ padding: 0;
237
+ }
238
+ *.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
239
+ *.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
240
+ font-size: 22px;
241
+ line-height: 32px;
242
+ }
243
+ *.e-bigger .e-dropdown-popup ul .e-item.e-separator,
244
+ *.e-bigger.e-dropdown-popup ul .e-item.e-separator {
245
+ height: auto;
246
+ line-height: normal;
247
247
  }
@@ -4,3 +4,4 @@
4
4
  @import 'bootstrap5-definition.scss';
5
5
  @import 'icons/bootstrap5.scss';
6
6
  @import 'all.scss';
7
+ @import 'bigger.scss';
@@ -55,25 +55,6 @@
55
55
  line-height: 1;
56
56
  padding: 8px 20px;
57
57
  }
58
- .e-bigger .e-dropdown-btn .e-btn-icon,
59
- .e-bigger.e-dropdown-btn .e-btn-icon {
60
- font-size: 16px;
61
- }
62
- .e-bigger .e-dropdown-btn .e-caret,
63
- .e-bigger.e-dropdown-btn .e-caret {
64
- font-size: 10px;
65
- }
66
- .e-bigger .e-dropdown-btn.e-vertical,
67
- .e-bigger.e-dropdown-btn.e-vertical {
68
- line-height: 1;
69
- padding: 10px 24px;
70
- }
71
- .e-bigger .e-dropdown-btn.e-small.e-vertical,
72
- .e-bigger.e-dropdown-btn.e-small.e-vertical {
73
- line-height: 1;
74
- padding: 10px 24px;
75
- }
76
-
77
58
  .e-dropdown-popup {
78
59
  position: absolute;
79
60
  }
@@ -160,36 +141,6 @@
160
141
  margin-right: 0;
161
142
  }
162
143
 
163
- *.e-bigger .e-dropdown-popup ul,
164
- *.e-bigger.e-dropdown-popup ul {
165
- -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
166
- box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
167
- font-size: 15px;
168
- max-width: 280px;
169
- min-width: 112px;
170
- padding: 0;
171
- }
172
- *.e-bigger .e-dropdown-popup ul .e-item,
173
- *.e-bigger.e-dropdown-popup ul .e-item {
174
- height: 48px;
175
- line-height: 48px;
176
- padding: 0 10px;
177
- }
178
- *.e-bigger .e-dropdown-popup ul .e-item.e-url,
179
- *.e-bigger.e-dropdown-popup ul .e-item.e-url {
180
- padding: 0;
181
- }
182
- *.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
183
- *.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
184
- font-size: 18px;
185
- line-height: 48px;
186
- }
187
- *.e-bigger .e-dropdown-popup ul .e-item.e-separator,
188
- *.e-bigger.e-dropdown-popup ul .e-item.e-separator {
189
- height: auto;
190
- line-height: normal;
191
- }
192
-
193
144
  .e-dropdown-popup {
194
145
  background: #282727;
195
146
  color: #dadada;
@@ -241,4 +192,53 @@
241
192
  -webkit-box-shadow: none;
242
193
  box-shadow: none;
243
194
  color: inherit;
195
+ }
196
+
197
+ .e-bigger .e-dropdown-btn .e-btn-icon,
198
+ .e-bigger.e-dropdown-btn .e-btn-icon {
199
+ font-size: 16px;
200
+ }
201
+ .e-bigger .e-dropdown-btn .e-caret,
202
+ .e-bigger.e-dropdown-btn .e-caret {
203
+ font-size: 10px;
204
+ }
205
+ .e-bigger .e-dropdown-btn.e-vertical,
206
+ .e-bigger.e-dropdown-btn.e-vertical {
207
+ line-height: 1;
208
+ padding: 10px 24px;
209
+ }
210
+ .e-bigger .e-dropdown-btn.e-small.e-vertical,
211
+ .e-bigger.e-dropdown-btn.e-small.e-vertical {
212
+ line-height: 1;
213
+ padding: 10px 24px;
214
+ }
215
+
216
+ *.e-bigger .e-dropdown-popup ul,
217
+ *.e-bigger.e-dropdown-popup ul {
218
+ -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
219
+ box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
220
+ font-size: 15px;
221
+ max-width: 280px;
222
+ min-width: 112px;
223
+ padding: 0;
224
+ }
225
+ *.e-bigger .e-dropdown-popup ul .e-item,
226
+ *.e-bigger.e-dropdown-popup ul .e-item {
227
+ height: 48px;
228
+ line-height: 48px;
229
+ padding: 0 10px;
230
+ }
231
+ *.e-bigger .e-dropdown-popup ul .e-item.e-url,
232
+ *.e-bigger.e-dropdown-popup ul .e-item.e-url {
233
+ padding: 0;
234
+ }
235
+ *.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
236
+ *.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
237
+ font-size: 18px;
238
+ line-height: 48px;
239
+ }
240
+ *.e-bigger .e-dropdown-popup ul .e-item.e-separator,
241
+ *.e-bigger.e-dropdown-popup ul .e-item.e-separator {
242
+ height: auto;
243
+ line-height: normal;
244
244
  }
@@ -4,3 +4,4 @@
4
4
  @import 'fabric-dark-definition.scss';
5
5
  @import 'icons/fabric-dark.scss';
6
6
  @import 'all.scss';
7
+ @import 'bigger.scss';