@syncfusion/ej2-layouts 26.2.9 → 27.1.48

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 (274) hide show
  1. package/README.md +33 -33
  2. package/dist/ej2-layouts.min.js +2 -2
  3. package/dist/ej2-layouts.umd.min.js +2 -2
  4. package/dist/ej2-layouts.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-layouts.es2015.js +3 -1
  6. package/dist/es6/ej2-layouts.es2015.js.map +1 -1
  7. package/dist/es6/ej2-layouts.es5.js +3 -1
  8. package/dist/es6/ej2-layouts.es5.js.map +1 -1
  9. package/dist/global/ej2-layouts.min.js +2 -2
  10. package/dist/global/ej2-layouts.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +8 -7
  13. package/src/splitter/splitter.js +3 -1
  14. package/styles/avatar/_layout.scss +6 -6
  15. package/styles/avatar/bootstrap5.3.css +66 -0
  16. package/styles/avatar/bootstrap5.3.scss +3 -0
  17. package/styles/bootstrap-dark-lite.css +1521 -0
  18. package/styles/bootstrap-dark-lite.scss +14 -0
  19. package/styles/bootstrap-dark.css +213 -211
  20. package/styles/bootstrap-dark.scss +5 -1
  21. package/styles/bootstrap-lite.css +1521 -0
  22. package/styles/bootstrap-lite.scss +14 -0
  23. package/styles/bootstrap.css +214 -212
  24. package/styles/bootstrap.scss +5 -1
  25. package/styles/bootstrap4-lite.css +1517 -0
  26. package/styles/bootstrap4-lite.scss +14 -0
  27. package/styles/bootstrap4.css +222 -220
  28. package/styles/bootstrap4.scss +5 -1
  29. package/styles/bootstrap5-dark-lite.css +1538 -0
  30. package/styles/bootstrap5-dark-lite.scss +14 -0
  31. package/styles/bootstrap5-dark.css +214 -212
  32. package/styles/bootstrap5-dark.scss +5 -1
  33. package/styles/bootstrap5-lite.css +1538 -0
  34. package/styles/bootstrap5-lite.scss +14 -0
  35. package/styles/bootstrap5.3-lite.css +1530 -0
  36. package/styles/bootstrap5.3-lite.scss +14 -0
  37. package/styles/bootstrap5.3.css +1764 -0
  38. package/styles/bootstrap5.3.scss +18 -0
  39. package/styles/bootstrap5.css +214 -212
  40. package/styles/bootstrap5.scss +5 -1
  41. package/styles/card/_bigger.scss +165 -0
  42. package/styles/card/_layout.scss +2 -164
  43. package/styles/card/bootstrap-dark.css +135 -135
  44. package/styles/card/bootstrap-dark.scss +1 -0
  45. package/styles/card/bootstrap.css +136 -136
  46. package/styles/card/bootstrap.scss +1 -0
  47. package/styles/card/bootstrap4.css +144 -144
  48. package/styles/card/bootstrap4.scss +1 -0
  49. package/styles/card/bootstrap5-dark.css +136 -136
  50. package/styles/card/bootstrap5-dark.scss +1 -0
  51. package/styles/card/bootstrap5.3.css +560 -0
  52. package/styles/card/bootstrap5.3.scss +4 -0
  53. package/styles/card/bootstrap5.css +136 -136
  54. package/styles/card/bootstrap5.scss +1 -0
  55. package/styles/card/fabric-dark.css +135 -135
  56. package/styles/card/fabric-dark.scss +1 -0
  57. package/styles/card/fabric.css +136 -136
  58. package/styles/card/fabric.scss +1 -0
  59. package/styles/card/fluent-dark.css +143 -143
  60. package/styles/card/fluent-dark.scss +1 -0
  61. package/styles/card/fluent.css +143 -143
  62. package/styles/card/fluent.scss +1 -0
  63. package/styles/card/fluent2.css +138 -138
  64. package/styles/card/fluent2.scss +1 -0
  65. package/styles/card/highcontrast-light.css +135 -135
  66. package/styles/card/highcontrast-light.scss +1 -0
  67. package/styles/card/highcontrast.css +136 -136
  68. package/styles/card/highcontrast.scss +1 -0
  69. package/styles/card/material-dark.css +135 -135
  70. package/styles/card/material-dark.scss +1 -0
  71. package/styles/card/material.css +135 -135
  72. package/styles/card/material.scss +1 -0
  73. package/styles/card/material3-dark.css +135 -135
  74. package/styles/card/material3-dark.scss +1 -0
  75. package/styles/card/material3.css +135 -135
  76. package/styles/card/material3.scss +1 -0
  77. package/styles/card/tailwind-dark.css +135 -135
  78. package/styles/card/tailwind-dark.scss +1 -0
  79. package/styles/card/tailwind.css +135 -135
  80. package/styles/card/tailwind.scss +1 -0
  81. package/styles/dashboard-layout/_bigger.scss +39 -0
  82. package/styles/dashboard-layout/_bootstrap5.3-definition.scss +5 -5
  83. package/styles/dashboard-layout/_fluent2-definition.scss +3 -4
  84. package/styles/dashboard-layout/_layout.scss +0 -32
  85. package/styles/dashboard-layout/_theme.scss +0 -6
  86. package/styles/dashboard-layout/bootstrap-dark.css +14 -13
  87. package/styles/dashboard-layout/bootstrap-dark.scss +1 -0
  88. package/styles/dashboard-layout/bootstrap.css +14 -13
  89. package/styles/dashboard-layout/bootstrap.scss +1 -0
  90. package/styles/dashboard-layout/bootstrap4.css +14 -13
  91. package/styles/dashboard-layout/bootstrap4.scss +1 -0
  92. package/styles/dashboard-layout/bootstrap5-dark.css +14 -13
  93. package/styles/dashboard-layout/bootstrap5-dark.scss +1 -0
  94. package/styles/dashboard-layout/bootstrap5.3.css +300 -0
  95. package/styles/dashboard-layout/bootstrap5.3.scss +5 -0
  96. package/styles/dashboard-layout/bootstrap5.css +14 -13
  97. package/styles/dashboard-layout/bootstrap5.scss +1 -0
  98. package/styles/dashboard-layout/fabric-dark.css +14 -13
  99. package/styles/dashboard-layout/fabric-dark.scss +1 -0
  100. package/styles/dashboard-layout/fabric.css +14 -13
  101. package/styles/dashboard-layout/fabric.scss +1 -0
  102. package/styles/dashboard-layout/fluent-dark.css +14 -13
  103. package/styles/dashboard-layout/fluent-dark.scss +1 -0
  104. package/styles/dashboard-layout/fluent.css +14 -13
  105. package/styles/dashboard-layout/fluent.scss +1 -0
  106. package/styles/dashboard-layout/fluent2.css +18 -17
  107. package/styles/dashboard-layout/fluent2.scss +1 -0
  108. package/styles/dashboard-layout/highcontrast-light.css +14 -13
  109. package/styles/dashboard-layout/highcontrast-light.scss +1 -0
  110. package/styles/dashboard-layout/highcontrast.css +14 -13
  111. package/styles/dashboard-layout/highcontrast.scss +1 -0
  112. package/styles/dashboard-layout/material-dark.css +14 -13
  113. package/styles/dashboard-layout/material-dark.scss +1 -0
  114. package/styles/dashboard-layout/material.css +14 -13
  115. package/styles/dashboard-layout/material.scss +1 -0
  116. package/styles/dashboard-layout/material3-dark.css +14 -13
  117. package/styles/dashboard-layout/material3-dark.scss +1 -0
  118. package/styles/dashboard-layout/material3.css +14 -13
  119. package/styles/dashboard-layout/material3.scss +1 -0
  120. package/styles/dashboard-layout/tailwind-dark.css +21 -19
  121. package/styles/dashboard-layout/tailwind-dark.scss +1 -0
  122. package/styles/dashboard-layout/tailwind.css +21 -19
  123. package/styles/dashboard-layout/tailwind.scss +1 -0
  124. package/styles/fabric-dark-lite.css +1521 -0
  125. package/styles/fabric-dark-lite.scss +14 -0
  126. package/styles/fabric-dark.css +213 -211
  127. package/styles/fabric-dark.scss +5 -1
  128. package/styles/fabric-lite.css +1531 -0
  129. package/styles/fabric-lite.scss +14 -0
  130. package/styles/fabric.css +214 -212
  131. package/styles/fabric.scss +5 -1
  132. package/styles/fluent-dark-lite.css +1546 -0
  133. package/styles/fluent-dark-lite.scss +14 -0
  134. package/styles/fluent-dark.css +221 -219
  135. package/styles/fluent-dark.scss +5 -1
  136. package/styles/fluent-lite.css +1546 -0
  137. package/styles/fluent-lite.scss +14 -0
  138. package/styles/fluent.css +221 -219
  139. package/styles/fluent.scss +5 -1
  140. package/styles/fluent2-lite.css +1545 -0
  141. package/styles/fluent2-lite.scss +14 -0
  142. package/styles/fluent2.css +225 -219
  143. package/styles/fluent2.scss +5 -1
  144. package/styles/highcontrast-light-lite.css +1458 -0
  145. package/styles/highcontrast-light-lite.scss +13 -0
  146. package/styles/highcontrast-light.css +213 -211
  147. package/styles/highcontrast-light.scss +5 -1
  148. package/styles/highcontrast-lite.css +1530 -0
  149. package/styles/highcontrast-lite.scss +14 -0
  150. package/styles/highcontrast.css +214 -212
  151. package/styles/highcontrast.scss +5 -1
  152. package/styles/material-dark-lite.css +1519 -0
  153. package/styles/material-dark-lite.scss +14 -0
  154. package/styles/material-dark.css +213 -211
  155. package/styles/material-dark.scss +5 -1
  156. package/styles/material-lite.css +1521 -0
  157. package/styles/material-lite.scss +14 -0
  158. package/styles/material.css +213 -211
  159. package/styles/material.scss +5 -1
  160. package/styles/material3-dark-lite.css +1536 -0
  161. package/styles/material3-dark-lite.scss +14 -0
  162. package/styles/material3-dark.css +213 -211
  163. package/styles/material3-dark.scss +5 -1
  164. package/styles/material3-lite.css +1538 -0
  165. package/styles/material3-lite.scss +14 -0
  166. package/styles/material3.css +213 -211
  167. package/styles/material3.scss +5 -1
  168. package/styles/splitter/_bigger.scss +78 -0
  169. package/styles/splitter/_layout.scss +0 -58
  170. package/styles/splitter/bootstrap-dark.css +40 -41
  171. package/styles/splitter/bootstrap-dark.scss +1 -0
  172. package/styles/splitter/bootstrap.css +40 -41
  173. package/styles/splitter/bootstrap.scss +1 -0
  174. package/styles/splitter/bootstrap4.css +40 -41
  175. package/styles/splitter/bootstrap4.scss +1 -0
  176. package/styles/splitter/bootstrap5-dark.css +40 -41
  177. package/styles/splitter/bootstrap5-dark.scss +1 -0
  178. package/styles/splitter/bootstrap5.3.css +547 -0
  179. package/styles/splitter/bootstrap5.3.scss +5 -0
  180. package/styles/splitter/bootstrap5.css +40 -41
  181. package/styles/splitter/bootstrap5.scss +1 -0
  182. package/styles/splitter/fabric-dark.css +40 -41
  183. package/styles/splitter/fabric-dark.scss +1 -0
  184. package/styles/splitter/fabric.css +40 -41
  185. package/styles/splitter/fabric.scss +1 -0
  186. package/styles/splitter/fluent-dark.css +40 -41
  187. package/styles/splitter/fluent-dark.scss +1 -0
  188. package/styles/splitter/fluent.css +40 -41
  189. package/styles/splitter/fluent.scss +1 -0
  190. package/styles/splitter/fluent2.css +40 -41
  191. package/styles/splitter/fluent2.scss +1 -0
  192. package/styles/splitter/highcontrast-light.css +40 -41
  193. package/styles/splitter/highcontrast-light.scss +1 -0
  194. package/styles/splitter/highcontrast.css +40 -41
  195. package/styles/splitter/highcontrast.scss +1 -0
  196. package/styles/splitter/icons/_bds.scss +0 -18
  197. package/styles/splitter/icons/_bootstrap-dark.scss +0 -18
  198. package/styles/splitter/icons/_bootstrap.scss +0 -18
  199. package/styles/splitter/icons/_bootstrap4.scss +0 -18
  200. package/styles/splitter/icons/_bootstrap5.3.scss +0 -18
  201. package/styles/splitter/icons/_bootstrap5.scss +0 -18
  202. package/styles/splitter/icons/_fabric-dark.scss +0 -18
  203. package/styles/splitter/icons/_fabric.scss +0 -18
  204. package/styles/splitter/icons/_fluent.scss +0 -18
  205. package/styles/splitter/icons/_fluent2.scss +0 -18
  206. package/styles/splitter/icons/_fusionnew.scss +0 -18
  207. package/styles/splitter/icons/_highcontrast-light.scss +0 -18
  208. package/styles/splitter/icons/_highcontrast.scss +0 -18
  209. package/styles/splitter/icons/_material-dark.scss +0 -18
  210. package/styles/splitter/icons/_material.scss +0 -18
  211. package/styles/splitter/icons/_material3.scss +0 -18
  212. package/styles/splitter/icons/_tailwind.scss +0 -18
  213. package/styles/splitter/material-dark.css +40 -41
  214. package/styles/splitter/material-dark.scss +1 -0
  215. package/styles/splitter/material.css +40 -41
  216. package/styles/splitter/material.scss +1 -0
  217. package/styles/splitter/material3-dark.css +40 -41
  218. package/styles/splitter/material3-dark.scss +1 -0
  219. package/styles/splitter/material3.css +40 -41
  220. package/styles/splitter/material3.scss +1 -0
  221. package/styles/splitter/tailwind-dark.css +40 -41
  222. package/styles/splitter/tailwind-dark.scss +1 -0
  223. package/styles/splitter/tailwind.css +40 -41
  224. package/styles/splitter/tailwind.scss +1 -0
  225. package/styles/tailwind-dark-lite.css +1546 -0
  226. package/styles/tailwind-dark-lite.scss +14 -0
  227. package/styles/tailwind-dark.css +220 -217
  228. package/styles/tailwind-dark.scss +5 -1
  229. package/styles/tailwind-lite.css +1546 -0
  230. package/styles/tailwind-lite.scss +14 -0
  231. package/styles/tailwind.css +220 -217
  232. package/styles/tailwind.scss +5 -1
  233. package/styles/timeline/_bigger.scss +48 -0
  234. package/styles/timeline/_layout.scss +6 -42
  235. package/styles/timeline/_theme.scss +13 -1
  236. package/styles/timeline/bootstrap-dark.css +24 -23
  237. package/styles/timeline/bootstrap-dark.scss +1 -0
  238. package/styles/timeline/bootstrap.css +24 -23
  239. package/styles/timeline/bootstrap.scss +1 -0
  240. package/styles/timeline/bootstrap4.css +24 -23
  241. package/styles/timeline/bootstrap4.scss +1 -0
  242. package/styles/timeline/bootstrap5-dark.css +24 -23
  243. package/styles/timeline/bootstrap5-dark.scss +1 -0
  244. package/styles/timeline/bootstrap5.3.css +303 -0
  245. package/styles/timeline/bootstrap5.3.scss +4 -0
  246. package/styles/timeline/bootstrap5.css +24 -23
  247. package/styles/timeline/bootstrap5.scss +1 -0
  248. package/styles/timeline/fabric-dark.css +24 -23
  249. package/styles/timeline/fabric-dark.scss +1 -0
  250. package/styles/timeline/fabric.css +24 -23
  251. package/styles/timeline/fabric.scss +1 -0
  252. package/styles/timeline/fluent-dark.css +24 -23
  253. package/styles/timeline/fluent-dark.scss +1 -0
  254. package/styles/timeline/fluent.css +24 -23
  255. package/styles/timeline/fluent.scss +1 -0
  256. package/styles/timeline/fluent2.css +29 -24
  257. package/styles/timeline/fluent2.scss +1 -0
  258. package/styles/timeline/highcontrast-light.css +24 -23
  259. package/styles/timeline/highcontrast-light.scss +1 -0
  260. package/styles/timeline/highcontrast.css +24 -23
  261. package/styles/timeline/highcontrast.scss +1 -0
  262. package/styles/timeline/material-dark.css +24 -23
  263. package/styles/timeline/material-dark.scss +1 -0
  264. package/styles/timeline/material.css +24 -23
  265. package/styles/timeline/material.scss +1 -0
  266. package/styles/timeline/material3-dark.css +24 -23
  267. package/styles/timeline/material3-dark.scss +1 -0
  268. package/styles/timeline/material3.css +24 -23
  269. package/styles/timeline/material3.scss +1 -0
  270. package/styles/timeline/tailwind-dark.css +24 -23
  271. package/styles/timeline/tailwind-dark.scss +1 -0
  272. package/styles/timeline/tailwind.css +24 -23
  273. package/styles/timeline/tailwind.scss +1 -0
  274. package/hotfix/26.1.35_Vol2.txt +0 -1
@@ -104,12 +104,6 @@
104
104
  }
105
105
  }
106
106
  }
107
-
108
- &.e-bigger {
109
- & .e-panel-header {
110
- color: $panel-bigger-header-color;
111
- }
112
- }
113
107
  }
114
108
  }
115
109
  }
@@ -182,12 +182,6 @@
182
182
  .e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template {
183
183
  float: left;
184
184
  }
185
- .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
186
- font-size: 14px;
187
- font-weight: 500;
188
- height: 30px;
189
- padding: 0 12px;
190
- }
191
185
  .e-dashboardlayout.e-control .e-drag:hover {
192
186
  cursor: move;
193
187
  }
@@ -207,12 +201,6 @@
207
201
  transition: top 0.3s, left 0.3s;
208
202
  }
209
203
 
210
- .e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header {
211
- font-size: 14px;
212
- font-weight: 500;
213
- height: 30px;
214
- padding: 0 12px;
215
- }
216
204
  .e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
217
205
  height: 100%;
218
206
  width: 100%;
@@ -290,6 +278,19 @@
290
278
  bottom: -5px;
291
279
  right: -6px;
292
280
  }
293
- .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
281
+ .e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header {
282
+ font-size: 14px;
283
+ font-weight: 500;
284
+ height: 30px;
285
+ padding: 0 12px;
286
+ }
287
+ .e-bigger .e-panel-header {
294
288
  color: #acacac;
289
+ }
290
+
291
+ .e-bigger .e-panel-header {
292
+ font-size: 14px;
293
+ font-weight: 500;
294
+ height: 30px;
295
+ padding: 0 12px;
295
296
  }
@@ -2,3 +2,4 @@
2
2
  @import 'bootstrap-dark-definition.scss';
3
3
  @import 'icons/bootstrap-dark.scss';
4
4
  @import 'all.scss';
5
+ @import 'bigger.scss';
@@ -182,12 +182,6 @@
182
182
  .e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template {
183
183
  float: left;
184
184
  }
185
- .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
186
- font-size: 14px;
187
- font-weight: 500;
188
- height: 30px;
189
- padding: 0 12px;
190
- }
191
185
  .e-dashboardlayout.e-control .e-drag:hover {
192
186
  cursor: move;
193
187
  }
@@ -207,12 +201,6 @@
207
201
  transition: top 0.3s, left 0.3s;
208
202
  }
209
203
 
210
- .e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header {
211
- font-size: 14px;
212
- font-weight: 500;
213
- height: 30px;
214
- padding: 0 12px;
215
- }
216
204
  .e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
217
205
  height: 100%;
218
206
  width: 100%;
@@ -290,6 +278,19 @@
290
278
  bottom: -5px;
291
279
  right: -6px;
292
280
  }
293
- .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
281
+ .e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header {
282
+ font-size: 14px;
283
+ font-weight: 500;
284
+ height: 30px;
285
+ padding: 0 12px;
286
+ }
287
+ .e-bigger .e-panel-header {
294
288
  color: #333;
289
+ }
290
+
291
+ .e-bigger .e-panel-header {
292
+ font-size: 14px;
293
+ font-weight: 500;
294
+ height: 30px;
295
+ padding: 0 12px;
295
296
  }
@@ -2,3 +2,4 @@
2
2
  @import 'bootstrap-definition.scss';
3
3
  @import 'icons/bootstrap.scss';
4
4
  @import 'all.scss';
5
+ @import 'bigger.scss';
@@ -182,12 +182,6 @@
182
182
  .e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template {
183
183
  float: left;
184
184
  }
185
- .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
186
- font-size: 14px;
187
- font-weight: 500;
188
- height: 30px;
189
- padding: 0 12px;
190
- }
191
185
  .e-dashboardlayout.e-control .e-drag:hover {
192
186
  cursor: move;
193
187
  }
@@ -207,12 +201,6 @@
207
201
  transition: top 0.3s, left 0.3s;
208
202
  }
209
203
 
210
- .e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header {
211
- font-size: 14px;
212
- font-weight: 500;
213
- height: 30px;
214
- padding: 0 12px;
215
- }
216
204
  .e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
217
205
  height: 100%;
218
206
  width: 100%;
@@ -290,6 +278,19 @@
290
278
  bottom: -5px;
291
279
  right: -6px;
292
280
  }
293
- .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
281
+ .e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header {
282
+ font-size: 14px;
283
+ font-weight: 500;
284
+ height: 30px;
285
+ padding: 0 12px;
286
+ }
287
+ .e-bigger .e-panel-header {
294
288
  color: #495057;
289
+ }
290
+
291
+ .e-bigger .e-panel-header {
292
+ font-size: 14px;
293
+ font-weight: 500;
294
+ height: 30px;
295
+ padding: 0 12px;
295
296
  }
@@ -2,3 +2,4 @@
2
2
  @import 'bootstrap4-definition.scss';
3
3
  @import 'icons/bootstrap4.scss';
4
4
  @import 'all.scss';
5
+ @import 'bigger.scss';
@@ -187,12 +187,6 @@
187
187
  .e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template {
188
188
  float: left;
189
189
  }
190
- .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
191
- font-size: 16px;
192
- font-weight: 500;
193
- height: 40px;
194
- padding: 8px 18px;
195
- }
196
190
  .e-dashboardlayout.e-control .e-drag:hover {
197
191
  cursor: move;
198
192
  }
@@ -212,12 +206,6 @@
212
206
  transition: top 0.3s, left 0.3s;
213
207
  }
214
208
 
215
- .e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header {
216
- font-size: 16px;
217
- font-weight: 500;
218
- height: 40px;
219
- padding: 8px 18px;
220
- }
221
209
  .e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
222
210
  height: 100%;
223
211
  width: 100%;
@@ -301,6 +289,19 @@
301
289
  .e-dashboardlayout.e-control .e-panel:active {
302
290
  background: #343a40;
303
291
  }
304
- .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
292
+ .e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header {
293
+ font-size: 16px;
294
+ font-weight: 500;
295
+ height: 40px;
296
+ padding: 8px 18px;
297
+ }
298
+ .e-bigger .e-panel-header {
305
299
  color: #fff;
300
+ }
301
+
302
+ .e-bigger .e-panel-header {
303
+ font-size: 16px;
304
+ font-weight: 500;
305
+ height: 40px;
306
+ padding: 8px 18px;
306
307
  }
@@ -2,3 +2,4 @@
2
2
  @import 'bootstrap5-dark-definition.scss';
3
3
  @import 'icons/bootstrap5-dark.scss';
4
4
  @import 'all.scss';
5
+ @import 'bigger.scss';
@@ -0,0 +1,300 @@
1
+
2
+
3
+
4
+
5
+ /*! component's theme wise override tailwind-definitions and variables */
6
+ /* stylelint-disable */
7
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
8
+ height: 100%;
9
+ padding: 20px 0;
10
+ right: 1px;
11
+ top: 0;
12
+ width: 12px;
13
+ }
14
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west {
15
+ height: 100%;
16
+ left: 0;
17
+ padding: 20px 0;
18
+ top: 0;
19
+ width: 12px;
20
+ }
21
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north {
22
+ height: 12px;
23
+ padding: 0 20px;
24
+ top: 1px;
25
+ width: 100%;
26
+ }
27
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
28
+ bottom: 1px;
29
+ height: 12px;
30
+ padding: 0 20px;
31
+ width: 100%;
32
+ }
33
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east {
34
+ bottom: 0;
35
+ right: 1px;
36
+ z-index: 10;
37
+ }
38
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west {
39
+ left: 2px;
40
+ top: 2px;
41
+ z-index: 10;
42
+ }
43
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east {
44
+ right: 2px;
45
+ top: 2px;
46
+ z-index: 10;
47
+ }
48
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west {
49
+ bottom: 1px;
50
+ left: 1px;
51
+ z-index: 10;
52
+ }
53
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east::before {
54
+ bottom: 4px;
55
+ content: "\e761";
56
+ font-size: 12px;
57
+ position: absolute;
58
+ right: 4px;
59
+ }
60
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west::before {
61
+ bottom: 4px;
62
+ content: "\e761";
63
+ font-size: 12px;
64
+ left: 4px;
65
+ position: absolute;
66
+ -webkit-transform: rotateY(180deg);
67
+ transform: rotateY(180deg);
68
+ }
69
+
70
+ .e-dashboardlayout.e-control .e-dashboard-gridline-table {
71
+ background: var(--color-sf-content-bg-color-alt1);
72
+ border-collapse: collapse;
73
+ height: 100%;
74
+ width: 100%;
75
+ }
76
+ .e-dashboardlayout.e-control .e-dashboard-gridline-table td.e-dashboard-gridline {
77
+ border: 1px dotted var(--color-sf-border-dark);
78
+ position: absolute;
79
+ }
80
+ .e-dashboardlayout.e-control.e-responsive {
81
+ width: 100% !important;
82
+ }
83
+ .e-dashboardlayout.e-control.e-prevent {
84
+ -webkit-user-select: none;
85
+ -moz-user-select: none;
86
+ -ms-user-select: none;
87
+ user-select: none;
88
+ }
89
+ .e-dashboardlayout.e-control .e-panel.e-ssr {
90
+ position: relative;
91
+ }
92
+ .e-dashboardlayout.e-control .e-panel {
93
+ border: 1px solid var(--color-sf-border-light);
94
+ height: 100%;
95
+ -webkit-user-select: none;
96
+ -moz-user-select: none;
97
+ -ms-user-select: none;
98
+ user-select: none;
99
+ width: 100%;
100
+ border-radius: 4px;
101
+ }
102
+ .e-dashboardlayout.e-control .e-panel:hover {
103
+ border: 1px solid var(--color-sf-border-dark);
104
+ }
105
+ .e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize.e-dl-icon {
106
+ display: block;
107
+ }
108
+ .e-dashboardlayout.e-control .e-panel:active {
109
+ border: 1px solid var(--color-sf-primary-border-color);
110
+ }
111
+ .e-dashboardlayout.e-control .e-panel .e-panel-container {
112
+ height: 100%;
113
+ width: 100%;
114
+ }
115
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content .e-blazor-template {
116
+ height: inherit;
117
+ width: inherit;
118
+ }
119
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-dl-icon {
120
+ display: none;
121
+ }
122
+ .e-dashboardlayout.e-control .e-panel.e-panel-transition {
123
+ -webkit-transition: top 0.5s, left 0.5s;
124
+ transition: top 0.5s, left 0.5s;
125
+ }
126
+ .e-dashboardlayout.e-control .e-panel .e-panel-header {
127
+ border-bottom: 1px solid var(--color-sf-border-light);
128
+ color: var(--color-sf-content-text-color);
129
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
130
+ font-size: 16px;
131
+ font-weight: 400;
132
+ height: 38px;
133
+ padding: 8px 18px;
134
+ }
135
+ .e-dashboardlayout.e-control .e-panel .e-panel-header div {
136
+ overflow: hidden;
137
+ text-overflow: ellipsis;
138
+ white-space: nowrap;
139
+ }
140
+ .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-content {
141
+ display: inline-block;
142
+ }
143
+ .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-template {
144
+ float: right;
145
+ }
146
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single, .e-dashboardlayout.e-control .e-panel .e-resize.e-double {
147
+ position: absolute;
148
+ -ms-touch-action: none;
149
+ touch-action: none;
150
+ }
151
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
152
+ border: none;
153
+ }
154
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east:hover {
155
+ cursor: e-resize;
156
+ }
157
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west:hover {
158
+ cursor: w-resize;
159
+ }
160
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north:hover {
161
+ cursor: n-resize;
162
+ }
163
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south:hover {
164
+ cursor: s-resize;
165
+ }
166
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west:hover {
167
+ cursor: nw-resize;
168
+ }
169
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east:hover {
170
+ cursor: ne-resize;
171
+ }
172
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west:hover {
173
+ cursor: sw-resize;
174
+ }
175
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east:hover {
176
+ cursor: se-resize;
177
+ }
178
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double::before {
179
+ font-family: "e-icons";
180
+ position: absolute;
181
+ }
182
+ .e-dashboardlayout.e-control .e-panel.e-dragging, .e-dashboardlayout.e-control .e-panel.e-item-moving {
183
+ cursor: move;
184
+ z-index: 1111 !important;
185
+ }
186
+ .e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template {
187
+ float: left;
188
+ }
189
+ .e-dashboardlayout.e-control .e-drag:hover {
190
+ cursor: move;
191
+ }
192
+ .e-dashboardlayout.e-control .e-drag-restrict.e-drag:hover,
193
+ .e-dashboardlayout.e-control .e-drag-restrict .e-drag:hover {
194
+ cursor: default;
195
+ }
196
+ .e-dashboardlayout.e-control .e-holder {
197
+ background: var(--color-sf-primary-lighter);
198
+ border: 1px var(--color-sf-primary-border-color) dashed;
199
+ border-radius: 4px;
200
+ position: absolute;
201
+ border-radius: 4px;
202
+ }
203
+ .e-dashboardlayout.e-control .e-holder.e-holder-transition {
204
+ -webkit-transition: top 0.3s, left 0.3s;
205
+ transition: top 0.3s, left 0.3s;
206
+ }
207
+
208
+ .e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
209
+ height: 100%;
210
+ width: 100%;
211
+ }
212
+
213
+ .e-dashboardlayout.e-control {
214
+ display: block;
215
+ position: relative;
216
+ }
217
+ .e-dashboardlayout.e-control .e-panel {
218
+ background: var(--color-sf-flyout-bg-color);
219
+ -webkit-box-shadow: 0 2px 4px rgba(var(--color-sf-black), 0.075);
220
+ box-shadow: 0 2px 4px rgba(var(--color-sf-black), 0.075);
221
+ -webkit-box-sizing: border-box;
222
+ box-sizing: border-box;
223
+ position: absolute;
224
+ }
225
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
226
+ color: var(--color-sf-content-text-color);
227
+ }
228
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-single {
229
+ background: none;
230
+ }
231
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double {
232
+ color: var(--color-sf-icon-color-disabled);
233
+ font-size: 8px;
234
+ height: 8px;
235
+ width: 8px;
236
+ }
237
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double {
238
+ bottom: 2px;
239
+ right: 2px;
240
+ }
241
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double {
242
+ bottom: 2px;
243
+ left: 2px;
244
+ }
245
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double {
246
+ left: 2px;
247
+ top: 2px;
248
+ }
249
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double {
250
+ right: 2px;
251
+ top: 2px;
252
+ }
253
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink {
254
+ right: 2px;
255
+ top: 2px;
256
+ }
257
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink {
258
+ left: 2px;
259
+ top: 2px;
260
+ }
261
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink {
262
+ bottom: 2px;
263
+ left: 2px;
264
+ }
265
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink {
266
+ bottom: 2px;
267
+ right: 2px;
268
+ }
269
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand {
270
+ right: 2px;
271
+ top: 2px;
272
+ }
273
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand {
274
+ left: 2px;
275
+ top: 2px;
276
+ }
277
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand {
278
+ bottom: 2px;
279
+ left: 2px;
280
+ }
281
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand {
282
+ bottom: 2px;
283
+ right: 2px;
284
+ }
285
+ .e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header {
286
+ font-size: 16px;
287
+ font-weight: 400;
288
+ height: 44px;
289
+ padding: 8px 18px;
290
+ }
291
+ .e-bigger .e-panel-header {
292
+ color: var(--color-sf-content-text-color);
293
+ }
294
+
295
+ .e-bigger .e-panel-header {
296
+ font-size: 16px;
297
+ font-weight: 400;
298
+ height: 44px;
299
+ padding: 8px 18px;
300
+ }
@@ -0,0 +1,5 @@
1
+ @import 'ej2-base/styles/definition/bootstrap5.3.scss';
2
+ @import 'bootstrap5.3-definition.scss';
3
+ @import 'icons/bootstrap5.3.scss';
4
+ @import 'all.scss';
5
+ @import 'bigger.scss';
@@ -187,12 +187,6 @@
187
187
  .e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template {
188
188
  float: left;
189
189
  }
190
- .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
191
- font-size: 16px;
192
- font-weight: 500;
193
- height: 40px;
194
- padding: 8px 18px;
195
- }
196
190
  .e-dashboardlayout.e-control .e-drag:hover {
197
191
  cursor: move;
198
192
  }
@@ -212,12 +206,6 @@
212
206
  transition: top 0.3s, left 0.3s;
213
207
  }
214
208
 
215
- .e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header {
216
- font-size: 16px;
217
- font-weight: 500;
218
- height: 40px;
219
- padding: 8px 18px;
220
- }
221
209
  .e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
222
210
  height: 100%;
223
211
  width: 100%;
@@ -301,6 +289,19 @@
301
289
  .e-dashboardlayout.e-control .e-panel:active {
302
290
  background: #fff;
303
291
  }
304
- .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
292
+ .e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header {
293
+ font-size: 16px;
294
+ font-weight: 500;
295
+ height: 40px;
296
+ padding: 8px 18px;
297
+ }
298
+ .e-bigger .e-panel-header {
305
299
  color: #212529;
300
+ }
301
+
302
+ .e-bigger .e-panel-header {
303
+ font-size: 16px;
304
+ font-weight: 500;
305
+ height: 40px;
306
+ padding: 8px 18px;
306
307
  }
@@ -2,3 +2,4 @@
2
2
  @import 'bootstrap5-definition.scss';
3
3
  @import 'icons/bootstrap5.scss';
4
4
  @import 'all.scss';
5
+ @import 'bigger.scss';
@@ -182,12 +182,6 @@
182
182
  .e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template {
183
183
  float: left;
184
184
  }
185
- .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
186
- font-size: 14px;
187
- font-weight: 500;
188
- height: 30px;
189
- padding: 0 12px;
190
- }
191
185
  .e-dashboardlayout.e-control .e-drag:hover {
192
186
  cursor: move;
193
187
  }
@@ -207,12 +201,6 @@
207
201
  transition: top 0.3s, left 0.3s;
208
202
  }
209
203
 
210
- .e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header {
211
- font-size: 14px;
212
- font-weight: 500;
213
- height: 30px;
214
- padding: 0 12px;
215
- }
216
204
  .e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
217
205
  height: 100%;
218
206
  width: 100%;
@@ -290,6 +278,19 @@
290
278
  bottom: -5px;
291
279
  right: -6px;
292
280
  }
293
- .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
281
+ .e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header {
282
+ font-size: 14px;
283
+ font-weight: 500;
284
+ height: 30px;
285
+ padding: 0 12px;
286
+ }
287
+ .e-bigger .e-panel-header {
294
288
  color: #dadada;
289
+ }
290
+
291
+ .e-bigger .e-panel-header {
292
+ font-size: 14px;
293
+ font-weight: 500;
294
+ height: 30px;
295
+ padding: 0 12px;
295
296
  }
@@ -2,3 +2,4 @@
2
2
  @import 'fabric-dark-definition.scss';
3
3
  @import 'icons/fabric-dark.scss';
4
4
  @import 'all.scss';
5
+ @import 'bigger.scss';
@@ -182,12 +182,6 @@
182
182
  .e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template {
183
183
  float: left;
184
184
  }
185
- .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
186
- font-size: 14px;
187
- font-weight: 500;
188
- height: 30px;
189
- padding: 0 12px;
190
- }
191
185
  .e-dashboardlayout.e-control .e-drag:hover {
192
186
  cursor: move;
193
187
  }
@@ -207,12 +201,6 @@
207
201
  transition: top 0.3s, left 0.3s;
208
202
  }
209
203
 
210
- .e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header {
211
- font-size: 14px;
212
- font-weight: 500;
213
- height: 30px;
214
- padding: 0 12px;
215
- }
216
204
  .e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
217
205
  height: 100%;
218
206
  width: 100%;
@@ -290,6 +278,19 @@
290
278
  bottom: -5px;
291
279
  right: -6px;
292
280
  }
293
- .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
281
+ .e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header {
282
+ font-size: 14px;
283
+ font-weight: 500;
284
+ height: 30px;
285
+ padding: 0 12px;
286
+ }
287
+ .e-bigger .e-panel-header {
294
288
  color: rgba(51, 51, 51, 0.54);
289
+ }
290
+
291
+ .e-bigger .e-panel-header {
292
+ font-size: 14px;
293
+ font-weight: 500;
294
+ height: 30px;
295
+ padding: 0 12px;
295
296
  }
@@ -2,3 +2,4 @@
2
2
  @import 'fabric-definition.scss';
3
3
  @import 'icons/fabric.scss';
4
4
  @import 'all.scss';
5
+ @import 'bigger.scss';