@syncfusion/ej2-angular-layouts 24.1.41 → 24.2.3-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 (317) hide show
  1. package/@syncfusion/ej2-angular-layouts.es5.js +495 -0
  2. package/@syncfusion/ej2-angular-layouts.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-layouts.js +447 -0
  4. package/@syncfusion/ej2-angular-layouts.js.map +1 -0
  5. package/CHANGELOG.md +575 -0
  6. package/README.md +1 -1
  7. package/dist/ej2-angular-layouts.umd.js +522 -0
  8. package/dist/ej2-angular-layouts.umd.js.map +1 -0
  9. package/dist/ej2-angular-layouts.umd.min.js +11 -0
  10. package/dist/ej2-angular-layouts.umd.min.js.map +1 -0
  11. package/ej2-angular-layouts.d.ts +6 -0
  12. package/ej2-angular-layouts.metadata.json +1 -0
  13. package/package.json +15 -29
  14. package/postinstall/tagchange.js +18 -0
  15. package/schematics/utils/lib-details.d.ts +2 -2
  16. package/schematics/utils/lib-details.js +2 -2
  17. package/schematics/utils/lib-details.ts +2 -2
  18. package/src/dashboard-layout/dashboardlayout-all.module.d.ts +0 -6
  19. package/src/dashboard-layout/dashboardlayout.component.d.ts +0 -3
  20. package/src/dashboard-layout/dashboardlayout.module.d.ts +0 -7
  21. package/src/dashboard-layout/panels.directive.d.ts +0 -5
  22. package/src/splitter/panesettings.directive.d.ts +0 -5
  23. package/src/splitter/splitter-all.module.d.ts +0 -6
  24. package/src/splitter/splitter.component.d.ts +0 -3
  25. package/src/splitter/splitter.module.d.ts +0 -7
  26. package/styles/avatar/bootstrap-dark.css +1 -45
  27. package/styles/avatar/bootstrap-dark.scss +1 -3
  28. package/styles/avatar/bootstrap.css +1 -45
  29. package/styles/avatar/bootstrap.scss +1 -3
  30. package/styles/avatar/bootstrap4.css +1 -45
  31. package/styles/avatar/bootstrap4.scss +1 -3
  32. package/styles/avatar/bootstrap5-dark.css +1 -60
  33. package/styles/avatar/bootstrap5-dark.scss +1 -3
  34. package/styles/avatar/bootstrap5.css +1 -60
  35. package/styles/avatar/bootstrap5.scss +1 -3
  36. package/styles/avatar/fabric-dark.css +1 -45
  37. package/styles/avatar/fabric-dark.scss +1 -3
  38. package/styles/avatar/fabric.css +1 -45
  39. package/styles/avatar/fabric.scss +1 -3
  40. package/styles/avatar/fluent-dark.css +1 -58
  41. package/styles/avatar/fluent-dark.scss +1 -3
  42. package/styles/avatar/fluent.css +1 -58
  43. package/styles/avatar/fluent.scss +1 -3
  44. package/styles/avatar/highcontrast-light.css +1 -45
  45. package/styles/avatar/highcontrast-light.scss +1 -3
  46. package/styles/avatar/highcontrast.css +1 -45
  47. package/styles/avatar/highcontrast.scss +1 -3
  48. package/styles/avatar/material-dark.css +1 -45
  49. package/styles/avatar/material-dark.scss +1 -3
  50. package/styles/avatar/material.css +1 -45
  51. package/styles/avatar/material.scss +1 -3
  52. package/styles/avatar/material3-dark.css +1 -113
  53. package/styles/avatar/material3-dark.scss +1 -3
  54. package/styles/avatar/material3.css +1 -169
  55. package/styles/avatar/material3.scss +1 -3
  56. package/styles/avatar/tailwind-dark.css +1 -58
  57. package/styles/avatar/tailwind-dark.scss +1 -3
  58. package/styles/avatar/tailwind.css +1 -58
  59. package/styles/avatar/tailwind.scss +1 -3
  60. package/styles/bootstrap-dark.css +1 -1351
  61. package/styles/bootstrap.css +1 -1352
  62. package/styles/bootstrap4.css +1 -1357
  63. package/styles/bootstrap5-dark.css +1 -1368
  64. package/styles/bootstrap5.css +1 -1368
  65. package/styles/card/bootstrap-dark.css +1 -513
  66. package/styles/card/bootstrap-dark.scss +1 -3
  67. package/styles/card/bootstrap.css +1 -514
  68. package/styles/card/bootstrap.scss +1 -3
  69. package/styles/card/bootstrap4.css +1 -520
  70. package/styles/card/bootstrap4.scss +1 -3
  71. package/styles/card/bootstrap5-dark.css +1 -513
  72. package/styles/card/bootstrap5-dark.scss +1 -3
  73. package/styles/card/bootstrap5.css +1 -513
  74. package/styles/card/bootstrap5.scss +1 -3
  75. package/styles/card/fabric-dark.css +1 -513
  76. package/styles/card/fabric-dark.scss +1 -3
  77. package/styles/card/fabric.css +1 -524
  78. package/styles/card/fabric.scss +1 -3
  79. package/styles/card/fluent-dark.css +1 -534
  80. package/styles/card/fluent-dark.scss +1 -3
  81. package/styles/card/fluent.css +1 -534
  82. package/styles/card/fluent.scss +1 -3
  83. package/styles/card/highcontrast-light.css +1 -513
  84. package/styles/card/highcontrast-light.scss +1 -3
  85. package/styles/card/highcontrast.css +1 -525
  86. package/styles/card/highcontrast.scss +1 -3
  87. package/styles/card/material-dark.css +1 -513
  88. package/styles/card/material-dark.scss +1 -3
  89. package/styles/card/material.css +1 -513
  90. package/styles/card/material.scss +1 -3
  91. package/styles/card/material3-dark.css +1 -566
  92. package/styles/card/material3-dark.scss +1 -3
  93. package/styles/card/material3.css +1 -622
  94. package/styles/card/material3.scss +1 -3
  95. package/styles/card/tailwind-dark.css +1 -514
  96. package/styles/card/tailwind-dark.scss +1 -3
  97. package/styles/card/tailwind.css +1 -514
  98. package/styles/card/tailwind.scss +1 -3
  99. package/styles/dashboard-layout/bootstrap-dark.css +1 -296
  100. package/styles/dashboard-layout/bootstrap-dark.scss +1 -4
  101. package/styles/dashboard-layout/bootstrap.css +1 -296
  102. package/styles/dashboard-layout/bootstrap.scss +1 -4
  103. package/styles/dashboard-layout/bootstrap4.css +1 -296
  104. package/styles/dashboard-layout/bootstrap4.scss +1 -4
  105. package/styles/dashboard-layout/bootstrap5-dark.css +1 -305
  106. package/styles/dashboard-layout/bootstrap5-dark.scss +1 -4
  107. package/styles/dashboard-layout/bootstrap5.css +1 -305
  108. package/styles/dashboard-layout/bootstrap5.scss +1 -4
  109. package/styles/dashboard-layout/fabric-dark.css +1 -296
  110. package/styles/dashboard-layout/fabric-dark.scss +1 -4
  111. package/styles/dashboard-layout/fabric.css +1 -296
  112. package/styles/dashboard-layout/fabric.scss +1 -4
  113. package/styles/dashboard-layout/fluent-dark.css +1 -300
  114. package/styles/dashboard-layout/fluent-dark.scss +1 -4
  115. package/styles/dashboard-layout/fluent.css +1 -300
  116. package/styles/dashboard-layout/fluent.scss +1 -4
  117. package/styles/dashboard-layout/highcontrast-light.css +1 -234
  118. package/styles/dashboard-layout/highcontrast-light.scss +1 -3
  119. package/styles/dashboard-layout/highcontrast.css +1 -292
  120. package/styles/dashboard-layout/highcontrast.scss +1 -4
  121. package/styles/dashboard-layout/material-dark.css +1 -296
  122. package/styles/dashboard-layout/material-dark.scss +1 -4
  123. package/styles/dashboard-layout/material.css +1 -296
  124. package/styles/dashboard-layout/material.scss +1 -4
  125. package/styles/dashboard-layout/material3-dark.css +1 -356
  126. package/styles/dashboard-layout/material3-dark.scss +1 -4
  127. package/styles/dashboard-layout/material3.css +1 -412
  128. package/styles/dashboard-layout/material3.scss +1 -4
  129. package/styles/dashboard-layout/tailwind-dark.css +1 -317
  130. package/styles/dashboard-layout/tailwind-dark.scss +1 -4
  131. package/styles/dashboard-layout/tailwind.css +1 -317
  132. package/styles/dashboard-layout/tailwind.scss +1 -4
  133. package/styles/fabric-dark.css +1 -1351
  134. package/styles/fabric.css +1 -1362
  135. package/styles/fluent-dark.css +1 -1382
  136. package/styles/fluent.css +1 -1382
  137. package/styles/highcontrast-light.css +1 -1289
  138. package/styles/highcontrast.css +1 -1359
  139. package/styles/material-dark.css +1 -1350
  140. package/styles/material.css +1 -1351
  141. package/styles/material3-dark.css +1 -1415
  142. package/styles/material3-dark.scss +0 -1
  143. package/styles/material3.css +1 -1471
  144. package/styles/material3.scss +0 -1
  145. package/styles/splitter/bootstrap-dark.css +1 -496
  146. package/styles/splitter/bootstrap-dark.scss +1 -4
  147. package/styles/splitter/bootstrap.css +1 -496
  148. package/styles/splitter/bootstrap.scss +1 -4
  149. package/styles/splitter/bootstrap4.css +1 -495
  150. package/styles/splitter/bootstrap4.scss +1 -4
  151. package/styles/splitter/bootstrap5-dark.css +1 -489
  152. package/styles/splitter/bootstrap5-dark.scss +1 -4
  153. package/styles/splitter/bootstrap5.css +1 -489
  154. package/styles/splitter/bootstrap5.scss +1 -4
  155. package/styles/splitter/fabric-dark.css +1 -496
  156. package/styles/splitter/fabric-dark.scss +1 -4
  157. package/styles/splitter/fabric.css +1 -496
  158. package/styles/splitter/fabric.scss +1 -4
  159. package/styles/splitter/fluent-dark.css +1 -489
  160. package/styles/splitter/fluent-dark.scss +1 -4
  161. package/styles/splitter/fluent.css +1 -489
  162. package/styles/splitter/fluent.scss +1 -4
  163. package/styles/splitter/highcontrast-light.css +1 -496
  164. package/styles/splitter/highcontrast-light.scss +1 -4
  165. package/styles/splitter/highcontrast.css +1 -496
  166. package/styles/splitter/highcontrast.scss +1 -4
  167. package/styles/splitter/material-dark.css +1 -495
  168. package/styles/splitter/material-dark.scss +1 -4
  169. package/styles/splitter/material.css +1 -496
  170. package/styles/splitter/material.scss +1 -4
  171. package/styles/splitter/material3-dark.css +1 -544
  172. package/styles/splitter/material3-dark.scss +1 -4
  173. package/styles/splitter/material3.css +1 -600
  174. package/styles/splitter/material3.scss +1 -4
  175. package/styles/splitter/tailwind-dark.css +1 -489
  176. package/styles/splitter/tailwind-dark.scss +1 -4
  177. package/styles/splitter/tailwind.css +1 -489
  178. package/styles/splitter/tailwind.scss +1 -4
  179. package/styles/tailwind-dark.css +1 -1379
  180. package/styles/tailwind.css +1 -1379
  181. package/esm2020/public_api.mjs +0 -3
  182. package/esm2020/src/dashboard-layout/dashboardlayout-all.module.mjs +0 -23
  183. package/esm2020/src/dashboard-layout/dashboardlayout.component.mjs +0 -64
  184. package/esm2020/src/dashboard-layout/dashboardlayout.module.mjs +0 -34
  185. package/esm2020/src/dashboard-layout/panels.directive.mjs +0 -72
  186. package/esm2020/src/index.mjs +0 -10
  187. package/esm2020/src/splitter/panesettings.directive.mjs +0 -66
  188. package/esm2020/src/splitter/splitter-all.module.mjs +0 -23
  189. package/esm2020/src/splitter/splitter.component.mjs +0 -64
  190. package/esm2020/src/splitter/splitter.module.mjs +0 -34
  191. package/esm2020/syncfusion-ej2-angular-layouts.mjs +0 -5
  192. package/fesm2015/syncfusion-ej2-angular-layouts.mjs +0 -354
  193. package/fesm2015/syncfusion-ej2-angular-layouts.mjs.map +0 -1
  194. package/fesm2020/syncfusion-ej2-angular-layouts.mjs +0 -354
  195. package/fesm2020/syncfusion-ej2-angular-layouts.mjs.map +0 -1
  196. package/styles/avatar/_all.scss +0 -1
  197. package/styles/avatar/_bootstrap-dark-definition.scss +0 -18
  198. package/styles/avatar/_bootstrap-definition.scss +0 -18
  199. package/styles/avatar/_bootstrap4-definition.scss +0 -18
  200. package/styles/avatar/_bootstrap5-dark-definition.scss +0 -1
  201. package/styles/avatar/_bootstrap5-definition.scss +0 -26
  202. package/styles/avatar/_fabric-dark-definition.scss +0 -18
  203. package/styles/avatar/_fabric-definition.scss +0 -18
  204. package/styles/avatar/_fluent-dark-definition.scss +0 -1
  205. package/styles/avatar/_fluent-definition.scss +0 -25
  206. package/styles/avatar/_fusionnew-definition.scss +0 -26
  207. package/styles/avatar/_highcontrast-definition.scss +0 -18
  208. package/styles/avatar/_highcontrast-light-definition.scss +0 -18
  209. package/styles/avatar/_layout.scss +0 -79
  210. package/styles/avatar/_material-dark-definition.scss +0 -18
  211. package/styles/avatar/_material-definition.scss +0 -18
  212. package/styles/avatar/_material3-dark-definition.scss +0 -1
  213. package/styles/avatar/_material3-definition.scss +0 -26
  214. package/styles/avatar/_tailwind-dark-definition.scss +0 -1
  215. package/styles/avatar/_tailwind-definition.scss +0 -25
  216. package/styles/avatar/_theme.scss +0 -1
  217. package/styles/card/_all.scss +0 -2
  218. package/styles/card/_bootstrap-dark-definition.scss +0 -245
  219. package/styles/card/_bootstrap-definition.scss +0 -125
  220. package/styles/card/_bootstrap4-definition.scss +0 -127
  221. package/styles/card/_bootstrap5-dark-definition.scss +0 -1
  222. package/styles/card/_bootstrap5-definition.scss +0 -125
  223. package/styles/card/_fabric-dark-definition.scss +0 -233
  224. package/styles/card/_fabric-definition.scss +0 -124
  225. package/styles/card/_fluent-dark-definition.scss +0 -1
  226. package/styles/card/_fluent-definition.scss +0 -130
  227. package/styles/card/_fusionnew-definition.scss +0 -125
  228. package/styles/card/_highcontrast-definition.scss +0 -125
  229. package/styles/card/_highcontrast-light-definition.scss +0 -246
  230. package/styles/card/_layout.scss +0 -528
  231. package/styles/card/_material-dark-definition.scss +0 -240
  232. package/styles/card/_material-definition.scss +0 -124
  233. package/styles/card/_material3-dark-definition.scss +0 -1
  234. package/styles/card/_material3-definition.scss +0 -125
  235. package/styles/card/_tailwind-dark-definition.scss +0 -1
  236. package/styles/card/_tailwind-definition.scss +0 -123
  237. package/styles/card/_theme.scss +0 -104
  238. package/styles/dashboard-layout/_all.scss +0 -2
  239. package/styles/dashboard-layout/_bootstrap-dark-definition.scss +0 -102
  240. package/styles/dashboard-layout/_bootstrap-definition.scss +0 -102
  241. package/styles/dashboard-layout/_bootstrap4-definition.scss +0 -102
  242. package/styles/dashboard-layout/_bootstrap5-dark-definition.scss +0 -1
  243. package/styles/dashboard-layout/_bootstrap5-definition.scss +0 -108
  244. package/styles/dashboard-layout/_fabric-dark-definition.scss +0 -103
  245. package/styles/dashboard-layout/_fabric-definition.scss +0 -102
  246. package/styles/dashboard-layout/_fluent-dark-definition.scss +0 -1
  247. package/styles/dashboard-layout/_fluent-definition.scss +0 -111
  248. package/styles/dashboard-layout/_fusionnew-definition.scss +0 -108
  249. package/styles/dashboard-layout/_highcontrast-definition.scss +0 -100
  250. package/styles/dashboard-layout/_highcontrast-light-definition.scss +0 -100
  251. package/styles/dashboard-layout/_layout.scss +0 -263
  252. package/styles/dashboard-layout/_material-dark-definition.scss +0 -103
  253. package/styles/dashboard-layout/_material-definition.scss +0 -102
  254. package/styles/dashboard-layout/_material3-dark-definition.scss +0 -1
  255. package/styles/dashboard-layout/_material3-definition.scss +0 -108
  256. package/styles/dashboard-layout/_tailwind-dark-definition.scss +0 -1
  257. package/styles/dashboard-layout/_tailwind-definition.scss +0 -109
  258. package/styles/dashboard-layout/_theme.scss +0 -128
  259. package/styles/dashboard-layout/icons/_bootstrap-dark.scss +0 -80
  260. package/styles/dashboard-layout/icons/_bootstrap.scss +0 -80
  261. package/styles/dashboard-layout/icons/_bootstrap4.scss +0 -80
  262. package/styles/dashboard-layout/icons/_bootstrap5-dark.scss +0 -1
  263. package/styles/dashboard-layout/icons/_bootstrap5.scss +0 -80
  264. package/styles/dashboard-layout/icons/_fabric-dark.scss +0 -80
  265. package/styles/dashboard-layout/icons/_fabric.scss +0 -80
  266. package/styles/dashboard-layout/icons/_fluent-dark.scss +0 -1
  267. package/styles/dashboard-layout/icons/_fluent.scss +0 -80
  268. package/styles/dashboard-layout/icons/_fusionnew.scss +0 -80
  269. package/styles/dashboard-layout/icons/_highcontrast.scss +0 -80
  270. package/styles/dashboard-layout/icons/_material-dark.scss +0 -80
  271. package/styles/dashboard-layout/icons/_material.scss +0 -80
  272. package/styles/dashboard-layout/icons/_material3-dark.scss +0 -1
  273. package/styles/dashboard-layout/icons/_material3.scss +0 -80
  274. package/styles/dashboard-layout/icons/_tailwind-dark.scss +0 -80
  275. package/styles/dashboard-layout/icons/_tailwind.scss +0 -80
  276. package/styles/splitter/_all.scss +0 -3
  277. package/styles/splitter/_bootstrap-dark-definition.scss +0 -26
  278. package/styles/splitter/_bootstrap-definition.scss +0 -26
  279. package/styles/splitter/_bootstrap4-definition.scss +0 -26
  280. package/styles/splitter/_bootstrap5-dark-definition.scss +0 -1
  281. package/styles/splitter/_bootstrap5-definition.scss +0 -31
  282. package/styles/splitter/_definition.scss +0 -1
  283. package/styles/splitter/_fabric-dark-definition.scss +0 -26
  284. package/styles/splitter/_fabric-definition.scss +0 -26
  285. package/styles/splitter/_fluent-dark-definition.scss +0 -1
  286. package/styles/splitter/_fluent-definition.scss +0 -31
  287. package/styles/splitter/_fusionnew-definition.scss +0 -31
  288. package/styles/splitter/_highcontrast-definition.scss +0 -26
  289. package/styles/splitter/_highcontrast-light-definition.scss +0 -26
  290. package/styles/splitter/_layout.scss +0 -416
  291. package/styles/splitter/_material-dark-definition.scss +0 -26
  292. package/styles/splitter/_material-definition.scss +0 -27
  293. package/styles/splitter/_material3-dark-definition.scss +0 -1
  294. package/styles/splitter/_material3-definition.scss +0 -31
  295. package/styles/splitter/_responsive.scss +0 -1
  296. package/styles/splitter/_tailwind-dark-definition.scss +0 -1
  297. package/styles/splitter/_tailwind-definition.scss +0 -31
  298. package/styles/splitter/_theme.scss +0 -207
  299. package/styles/splitter/icons/_bootstrap-dark.scss +0 -52
  300. package/styles/splitter/icons/_bootstrap.scss +0 -52
  301. package/styles/splitter/icons/_bootstrap4.scss +0 -51
  302. package/styles/splitter/icons/_bootstrap5-dark.scss +0 -1
  303. package/styles/splitter/icons/_bootstrap5.scss +0 -39
  304. package/styles/splitter/icons/_fabric-dark.scss +0 -52
  305. package/styles/splitter/icons/_fabric.scss +0 -52
  306. package/styles/splitter/icons/_fluent-dark.scss +0 -1
  307. package/styles/splitter/icons/_fluent.scss +0 -39
  308. package/styles/splitter/icons/_fusionnew.scss +0 -39
  309. package/styles/splitter/icons/_highcontrast-light.scss +0 -52
  310. package/styles/splitter/icons/_highcontrast.scss +0 -52
  311. package/styles/splitter/icons/_material-dark.scss +0 -51
  312. package/styles/splitter/icons/_material.scss +0 -51
  313. package/styles/splitter/icons/_material3-dark.scss +0 -1
  314. package/styles/splitter/icons/_material3.scss +0 -39
  315. package/styles/splitter/icons/_tailwind-dark.scss +0 -1
  316. package/styles/splitter/icons/_tailwind.scss +0 -39
  317. package/syncfusion-ej2-angular-layouts.d.ts +0 -5
@@ -1,296 +1 @@
1
- /*! component's theme wise override bootstrap-definitions and variables */
2
- /* stylelint-disable */
3
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
4
- height: 100%;
5
- padding: 20px 0;
6
- right: 1px;
7
- top: 0;
8
- width: 12px;
9
- }
10
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west {
11
- height: 100%;
12
- left: 0;
13
- padding: 20px 0;
14
- top: 0;
15
- width: 12px;
16
- }
17
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north {
18
- height: 12px;
19
- padding: 0 20px;
20
- top: 1px;
21
- width: 100%;
22
- }
23
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
24
- bottom: 1px;
25
- height: 12px;
26
- padding: 0 20px;
27
- width: 100%;
28
- }
29
- .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 {
30
- bottom: 0;
31
- right: 1px;
32
- z-index: 10;
33
- }
34
- .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 {
35
- left: 2px;
36
- top: 2px;
37
- z-index: 10;
38
- }
39
- .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 {
40
- right: 2px;
41
- top: 2px;
42
- z-index: 10;
43
- }
44
- .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 {
45
- bottom: 1px;
46
- left: 1px;
47
- z-index: 10;
48
- }
49
- .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 {
50
- bottom: 0;
51
- content: "\eb08";
52
- font-size: 12px;
53
- position: absolute;
54
- right: 0;
55
- }
56
- .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 {
57
- bottom: 0;
58
- content: "\eb08";
59
- font-size: 12px;
60
- left: 0;
61
- position: absolute;
62
- transform: rotateY(180deg);
63
- }
64
-
65
- .e-dashboardlayout.e-control .e-dashboard-gridline-table {
66
- background: #141414;
67
- border-collapse: collapse;
68
- height: 100%;
69
- width: 100%;
70
- }
71
- .e-dashboardlayout.e-control .e-dashboard-gridline-table tbody tr td.e-dashboard-gridline {
72
- border: 1px dotted #2C2C2C;
73
- position: absolute;
74
- }
75
- .e-dashboardlayout.e-control.e-responsive {
76
- width: 100% !important;
77
- }
78
- .e-dashboardlayout.e-control.e-prevent {
79
- -webkit-user-select: none;
80
- -ms-user-select: none;
81
- user-select: none;
82
- }
83
- .e-dashboardlayout.e-control .e-panel {
84
- border-radius: 2px;
85
- }
86
- .e-dashboardlayout.e-control .e-panel:hover {
87
- border: 1px #6e6e6e solid;
88
- }
89
- .e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize.e-dl-icon {
90
- display: block;
91
- }
92
- .e-dashboardlayout.e-control .e-panel:active {
93
- border: 1px #0070f0 solid;
94
- }
95
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-dl-icon {
96
- display: none;
97
- }
98
- .e-dashboardlayout.e-control .e-panel.e-panel-transition {
99
- transition: top 0.5s, left 0.5s;
100
- }
101
- .e-dashboardlayout.e-control .e-panel .e-panel-header {
102
- border-bottom: 1px solid #505050;
103
- color: #f0f0f0;
104
- font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
105
- font-size: 14px;
106
- font-weight: 500;
107
- height: 28px;
108
- padding: 4px 12px;
109
- }
110
- .e-dashboardlayout.e-control .e-panel .e-panel-header div {
111
- overflow: hidden;
112
- text-overflow: ellipsis;
113
- white-space: nowrap;
114
- }
115
- .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-content {
116
- display: inline-block;
117
- }
118
- .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-template {
119
- float: right;
120
- }
121
- .e-dashboardlayout.e-control .e-panel .e-panel-container {
122
- height: 100%;
123
- width: 100%;
124
- }
125
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content .e-blazor-template {
126
- height: inherit;
127
- width: inherit;
128
- }
129
- .e-dashboardlayout.e-control .e-panel {
130
- border: 1px #484848 solid;
131
- height: 100%;
132
- -webkit-user-select: none;
133
- -ms-user-select: none;
134
- user-select: none;
135
- width: 100%;
136
- }
137
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single, .e-dashboardlayout.e-control .e-panel .e-resize.e-double {
138
- position: absolute;
139
- -ms-touch-action: none;
140
- touch-action: none;
141
- }
142
- .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 {
143
- border: 1px #0070f0 solid;
144
- }
145
- .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 {
146
- cursor: e-resize;
147
- }
148
- .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 {
149
- cursor: w-resize;
150
- }
151
- .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 {
152
- cursor: n-resize;
153
- }
154
- .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 {
155
- cursor: s-resize;
156
- }
157
- .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 {
158
- cursor: nw-resize;
159
- }
160
- .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 {
161
- cursor: ne-resize;
162
- }
163
- .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 {
164
- cursor: sw-resize;
165
- }
166
- .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 {
167
- cursor: se-resize;
168
- }
169
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double::before {
170
- font-family: "e-icons";
171
- position: absolute;
172
- }
173
- .e-dashboardlayout.e-control .e-drag:hover {
174
- cursor: move;
175
- }
176
- .e-dashboardlayout.e-control .e-drag-restrict.e-drag:hover,
177
- .e-dashboardlayout.e-control .e-drag-restrict .e-drag:hover {
178
- cursor: default;
179
- }
180
- .e-dashboardlayout.e-control .e-panel.e-dragging, .e-dashboardlayout.e-control .e-panel.e-item-moving {
181
- cursor: move;
182
- z-index: 1111 !important;
183
- }
184
- .e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template {
185
- float: left;
186
- }
187
- .e-dashboardlayout.e-control .e-holder {
188
- background: rgba(0, 112, 240, 0.2);
189
- border: 2px #0070f0 dotted;
190
- border-radius: 0;
191
- position: absolute;
192
- border-radius: 2px;
193
- }
194
- .e-dashboardlayout.e-control .e-holder.e-holder-transition {
195
- transition: top 0.3s, left 0.3s;
196
- }
197
- .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
198
- font-size: 14px;
199
- font-weight: 500;
200
- height: 30px;
201
- padding: 0 12px;
202
- }
203
-
204
- .e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header {
205
- font-size: 14px;
206
- font-weight: 500;
207
- height: 30px;
208
- padding: 0 12px;
209
- }
210
- .e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
211
- height: 100%;
212
- width: 100%;
213
- }
214
-
215
- .e-dashboardlayout.e-control {
216
- display: block;
217
- position: relative;
218
- }
219
- .e-dashboardlayout.e-control .e-panel {
220
- background: #1a1a1a;
221
- box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
222
- box-sizing: border-box;
223
- position: absolute;
224
- }
225
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
226
- color: #f0f0f0;
227
- }
228
- .e-dashboardlayout.e-control .e-panel {
229
- background: #1a1a1a;
230
- box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
231
- box-sizing: border-box;
232
- position: absolute;
233
- }
234
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
235
- color: #f0f0f0;
236
- }
237
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-single {
238
- background: none;
239
- }
240
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double {
241
- color: #acacac;
242
- font-size: 8px;
243
- height: 16px;
244
- width: 16px;
245
- }
246
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double {
247
- bottom: -5px;
248
- right: -6px;
249
- }
250
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double {
251
- bottom: -5px;
252
- left: -6px;
253
- }
254
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double {
255
- left: -6px;
256
- top: -5px;
257
- }
258
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double {
259
- right: -6px;
260
- top: -5px;
261
- }
262
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink {
263
- right: -6px;
264
- top: -5px;
265
- }
266
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink {
267
- left: -6px;
268
- top: -5px;
269
- }
270
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink {
271
- bottom: -5px;
272
- left: -6px;
273
- }
274
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink {
275
- bottom: -5px;
276
- right: -6px;
277
- }
278
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand {
279
- right: -6px;
280
- top: -5px;
281
- }
282
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand {
283
- left: -6px;
284
- top: -5px;
285
- }
286
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand {
287
- bottom: -5px;
288
- left: -6px;
289
- }
290
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand {
291
- bottom: -5px;
292
- right: -6px;
293
- }
294
- .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
295
- color: #acacac;
296
- }
1
+ @import '@syncfusion/ej2-layouts/styles/dashboard-layout/bootstrap-dark.css';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/definition/bootstrap-dark.scss';
2
- @import 'bootstrap-dark-definition.scss';
3
- @import 'icons/bootstrap-dark.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-layouts/styles/dashboard-layout/bootstrap-dark.scss';
@@ -1,296 +1 @@
1
- /*! component's theme wise override bootstrap-definitions and variables */
2
- /* stylelint-disable */
3
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
4
- height: 100%;
5
- padding: 20px 0;
6
- right: 1px;
7
- top: 0;
8
- width: 12px;
9
- }
10
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west {
11
- height: 100%;
12
- left: 0;
13
- padding: 20px 0;
14
- top: 0;
15
- width: 12px;
16
- }
17
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north {
18
- height: 12px;
19
- padding: 0 20px;
20
- top: 1px;
21
- width: 100%;
22
- }
23
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
24
- bottom: 1px;
25
- height: 12px;
26
- padding: 0 20px;
27
- width: 100%;
28
- }
29
- .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 {
30
- bottom: 0;
31
- right: 1px;
32
- z-index: 10;
33
- }
34
- .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 {
35
- left: 2px;
36
- top: 2px;
37
- z-index: 10;
38
- }
39
- .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 {
40
- right: 2px;
41
- top: 2px;
42
- z-index: 10;
43
- }
44
- .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 {
45
- bottom: 1px;
46
- left: 1px;
47
- z-index: 10;
48
- }
49
- .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 {
50
- bottom: 0;
51
- content: "\eb08";
52
- font-size: 12px;
53
- position: absolute;
54
- right: 0;
55
- }
56
- .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 {
57
- bottom: 0;
58
- content: "\eb08";
59
- font-size: 12px;
60
- left: 0;
61
- position: absolute;
62
- transform: rotateY(180deg);
63
- }
64
-
65
- .e-dashboardlayout.e-control .e-dashboard-gridline-table {
66
- background: #eee;
67
- border-collapse: collapse;
68
- height: 100%;
69
- width: 100%;
70
- }
71
- .e-dashboardlayout.e-control .e-dashboard-gridline-table tbody tr td.e-dashboard-gridline {
72
- border: 1px dotted #adadad;
73
- position: absolute;
74
- }
75
- .e-dashboardlayout.e-control.e-responsive {
76
- width: 100% !important;
77
- }
78
- .e-dashboardlayout.e-control.e-prevent {
79
- -webkit-user-select: none;
80
- -ms-user-select: none;
81
- user-select: none;
82
- }
83
- .e-dashboardlayout.e-control .e-panel {
84
- border-radius: 4px;
85
- }
86
- .e-dashboardlayout.e-control .e-panel:hover {
87
- border: 1px #d4d4d4 solid;
88
- }
89
- .e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize.e-dl-icon {
90
- display: block;
91
- }
92
- .e-dashboardlayout.e-control .e-panel:active {
93
- border: 1px #317ab9 solid;
94
- }
95
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-dl-icon {
96
- display: none;
97
- }
98
- .e-dashboardlayout.e-control .e-panel.e-panel-transition {
99
- transition: top 0.5s, left 0.5s;
100
- }
101
- .e-dashboardlayout.e-control .e-panel .e-panel-header {
102
- border-bottom: 1px solid #e6e6e6;
103
- color: #333;
104
- font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
105
- font-size: 14px;
106
- font-weight: 500;
107
- height: 28px;
108
- padding: 4px 12px;
109
- }
110
- .e-dashboardlayout.e-control .e-panel .e-panel-header div {
111
- overflow: hidden;
112
- text-overflow: ellipsis;
113
- white-space: nowrap;
114
- }
115
- .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-content {
116
- display: inline-block;
117
- }
118
- .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-template {
119
- float: right;
120
- }
121
- .e-dashboardlayout.e-control .e-panel .e-panel-container {
122
- height: 100%;
123
- width: 100%;
124
- }
125
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content .e-blazor-template {
126
- height: inherit;
127
- width: inherit;
128
- }
129
- .e-dashboardlayout.e-control .e-panel {
130
- border: 1px rgba(255, 255, 255, 0.8) solid;
131
- height: 100%;
132
- -webkit-user-select: none;
133
- -ms-user-select: none;
134
- user-select: none;
135
- width: 100%;
136
- }
137
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single, .e-dashboardlayout.e-control .e-panel .e-resize.e-double {
138
- position: absolute;
139
- -ms-touch-action: none;
140
- touch-action: none;
141
- }
142
- .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 {
143
- border: none;
144
- }
145
- .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 {
146
- cursor: e-resize;
147
- }
148
- .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 {
149
- cursor: w-resize;
150
- }
151
- .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 {
152
- cursor: n-resize;
153
- }
154
- .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 {
155
- cursor: s-resize;
156
- }
157
- .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 {
158
- cursor: nw-resize;
159
- }
160
- .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 {
161
- cursor: ne-resize;
162
- }
163
- .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 {
164
- cursor: sw-resize;
165
- }
166
- .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 {
167
- cursor: se-resize;
168
- }
169
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double::before {
170
- font-family: "e-icons";
171
- position: absolute;
172
- }
173
- .e-dashboardlayout.e-control .e-drag:hover {
174
- cursor: move;
175
- }
176
- .e-dashboardlayout.e-control .e-drag-restrict.e-drag:hover,
177
- .e-dashboardlayout.e-control .e-drag-restrict .e-drag:hover {
178
- cursor: default;
179
- }
180
- .e-dashboardlayout.e-control .e-panel.e-dragging, .e-dashboardlayout.e-control .e-panel.e-item-moving {
181
- cursor: move;
182
- z-index: 1111 !important;
183
- }
184
- .e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template {
185
- float: left;
186
- }
187
- .e-dashboardlayout.e-control .e-holder {
188
- background: rgba(49, 122, 185, 0.2);
189
- border: 1px #317ab9 dotted;
190
- border-radius: 4px;
191
- position: absolute;
192
- border-radius: 4px;
193
- }
194
- .e-dashboardlayout.e-control .e-holder.e-holder-transition {
195
- transition: top 0.3s, left 0.3s;
196
- }
197
- .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
198
- font-size: 14px;
199
- font-weight: 500;
200
- height: 30px;
201
- padding: 0 12px;
202
- }
203
-
204
- .e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header {
205
- font-size: 14px;
206
- font-weight: 500;
207
- height: 30px;
208
- padding: 0 12px;
209
- }
210
- .e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
211
- height: 100%;
212
- width: 100%;
213
- }
214
-
215
- .e-dashboardlayout.e-control {
216
- display: block;
217
- position: relative;
218
- }
219
- .e-dashboardlayout.e-control .e-panel {
220
- background: #fff;
221
- box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
222
- box-sizing: border-box;
223
- position: absolute;
224
- }
225
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
226
- color: #333;
227
- }
228
- .e-dashboardlayout.e-control .e-panel {
229
- background: #fff;
230
- box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
231
- box-sizing: border-box;
232
- position: absolute;
233
- }
234
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
235
- color: #333;
236
- }
237
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-single {
238
- background: none;
239
- }
240
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double {
241
- color: rgba(0, 0, 0, 0.5);
242
- font-size: 8px;
243
- height: 16px;
244
- width: 16px;
245
- }
246
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double {
247
- bottom: -5px;
248
- right: -6px;
249
- }
250
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double {
251
- bottom: -5px;
252
- left: -6px;
253
- }
254
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double {
255
- left: -6px;
256
- top: -5px;
257
- }
258
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double {
259
- right: -6px;
260
- top: -5px;
261
- }
262
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink {
263
- right: -6px;
264
- top: -5px;
265
- }
266
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink {
267
- left: -6px;
268
- top: -5px;
269
- }
270
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink {
271
- bottom: -5px;
272
- left: -6px;
273
- }
274
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink {
275
- bottom: -5px;
276
- right: -6px;
277
- }
278
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand {
279
- right: -6px;
280
- top: -5px;
281
- }
282
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand {
283
- left: -6px;
284
- top: -5px;
285
- }
286
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand {
287
- bottom: -5px;
288
- left: -6px;
289
- }
290
- .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand {
291
- bottom: -5px;
292
- right: -6px;
293
- }
294
- .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
295
- color: #333;
296
- }
1
+ @import '@syncfusion/ej2-layouts/styles/dashboard-layout/bootstrap.css';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/definition/bootstrap.scss';
2
- @import 'bootstrap-definition.scss';
3
- @import 'icons/bootstrap.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-layouts/styles/dashboard-layout/bootstrap.scss';