@syncfusion/ej2-layouts 20.2.46 → 20.3.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 (147) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/ej2-layouts.min.js +10 -0
  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 +1 -1
  6. package/dist/es6/ej2-layouts.es2015.js.map +1 -1
  7. package/dist/es6/ej2-layouts.es5.js +3 -2
  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/dist/ts/dashboard-layout/dashboard-layout.ts +3329 -0
  13. package/dist/ts/splitter/splitter.ts +2711 -0
  14. package/package.json +7 -7
  15. package/src/dashboard-layout/dashboard-layout.js +0 -1
  16. package/src/splitter/splitter.d.ts +1 -0
  17. package/src/splitter/splitter.js +3 -1
  18. package/styles/avatar/_bootstrap-dark-definition.scss +0 -1
  19. package/styles/avatar/_fabric-dark-definition.scss +0 -1
  20. package/styles/avatar/_highcontrast-light-definition.scss +0 -1
  21. package/styles/avatar/_material-dark-definition.scss +0 -1
  22. package/styles/avatar/_theme.scss +1 -0
  23. package/styles/bootstrap-dark.css +11 -9
  24. package/styles/bootstrap.css +11 -9
  25. package/styles/bootstrap4.css +11 -9
  26. package/styles/bootstrap5-dark.css +11 -9
  27. package/styles/bootstrap5.css +11 -9
  28. package/styles/card/_all.scss +1 -1
  29. package/styles/card/_bootstrap-dark-definition.scss +6 -9
  30. package/styles/card/_bootstrap-definition.scss +2 -4
  31. package/styles/card/_bootstrap4-definition.scss +2 -4
  32. package/styles/card/_bootstrap5-definition.scss +8 -2
  33. package/styles/card/_fabric-dark-definition.scss +6 -9
  34. package/styles/card/_fabric-definition.scss +2 -4
  35. package/styles/card/_fluent-definition.scss +8 -2
  36. package/styles/card/_fusionnew-definition.scss +8 -2
  37. package/styles/card/_highcontrast-definition.scss +2 -4
  38. package/styles/card/_highcontrast-light-definition.scss +6 -9
  39. package/styles/card/_layout.scss +7 -8
  40. package/styles/card/_material-dark-definition.scss +7 -8
  41. package/styles/card/_material-definition.scss +4 -5
  42. package/styles/card/_material3-definition.scss +8 -2
  43. package/styles/card/_tailwind-definition.scss +7 -2
  44. package/styles/card/_theme.scss +3 -3
  45. package/styles/card/bootstrap-dark.css +5 -4
  46. package/styles/card/bootstrap.css +5 -4
  47. package/styles/card/bootstrap4.css +5 -4
  48. package/styles/card/bootstrap5-dark.css +5 -4
  49. package/styles/card/bootstrap5.css +5 -4
  50. package/styles/card/fabric-dark.css +5 -4
  51. package/styles/card/fabric.css +5 -4
  52. package/styles/card/fluent-dark.css +5 -4
  53. package/styles/card/fluent.css +5 -4
  54. package/styles/card/highcontrast-light.css +5 -4
  55. package/styles/card/highcontrast.css +5 -4
  56. package/styles/card/material-dark.css +5 -4
  57. package/styles/card/material.css +5 -4
  58. package/styles/card/tailwind-dark.css +3 -6
  59. package/styles/card/tailwind.css +3 -6
  60. package/styles/dashboard-layout/_bootstrap-dark-definition.scss +1 -3
  61. package/styles/dashboard-layout/_bootstrap-definition.scss +1 -3
  62. package/styles/dashboard-layout/_bootstrap4-definition.scss +2 -3
  63. package/styles/dashboard-layout/_bootstrap5-definition.scss +1 -2
  64. package/styles/dashboard-layout/_fabric-dark-definition.scss +1 -3
  65. package/styles/dashboard-layout/_fabric-definition.scss +1 -3
  66. package/styles/dashboard-layout/_fluent-definition.scss +1 -2
  67. package/styles/dashboard-layout/_fusionnew-definition.scss +1 -2
  68. package/styles/dashboard-layout/_highcontrast-definition.scss +1 -3
  69. package/styles/dashboard-layout/_highcontrast-light-definition.scss +1 -3
  70. package/styles/dashboard-layout/_layout.scss +0 -5
  71. package/styles/dashboard-layout/_material-dark-definition.scss +1 -3
  72. package/styles/dashboard-layout/_material-definition.scss +1 -3
  73. package/styles/dashboard-layout/_material3-definition.scss +1 -2
  74. package/styles/dashboard-layout/_tailwind-definition.scss +1 -2
  75. package/styles/dashboard-layout/bootstrap-dark.css +1 -0
  76. package/styles/dashboard-layout/bootstrap.css +1 -0
  77. package/styles/dashboard-layout/bootstrap4.css +1 -0
  78. package/styles/dashboard-layout/bootstrap5-dark.css +1 -0
  79. package/styles/dashboard-layout/bootstrap5.css +1 -0
  80. package/styles/dashboard-layout/fabric-dark.css +1 -0
  81. package/styles/dashboard-layout/fabric.css +1 -0
  82. package/styles/dashboard-layout/fluent-dark.css +1 -0
  83. package/styles/dashboard-layout/fluent.css +1 -0
  84. package/styles/dashboard-layout/highcontrast-light.css +1 -0
  85. package/styles/dashboard-layout/highcontrast.css +1 -0
  86. package/styles/dashboard-layout/icons/_bootstrap-dark.scss +0 -1
  87. package/styles/dashboard-layout/icons/_bootstrap.scss +0 -1
  88. package/styles/dashboard-layout/icons/_bootstrap4.scss +0 -1
  89. package/styles/dashboard-layout/icons/_bootstrap5.scss +0 -1
  90. package/styles/dashboard-layout/icons/_fabric-dark.scss +0 -2
  91. package/styles/dashboard-layout/icons/_fabric.scss +0 -2
  92. package/styles/dashboard-layout/icons/_fluent.scss +0 -1
  93. package/styles/dashboard-layout/icons/_fusionnew.scss +0 -1
  94. package/styles/dashboard-layout/icons/_highcontrast.scss +0 -1
  95. package/styles/dashboard-layout/icons/_material-dark.scss +0 -1
  96. package/styles/dashboard-layout/icons/_material.scss +0 -1
  97. package/styles/dashboard-layout/icons/_material3.scss +0 -1
  98. package/styles/dashboard-layout/icons/_tailwind-dark.scss +0 -1
  99. package/styles/dashboard-layout/icons/_tailwind.scss +0 -1
  100. package/styles/dashboard-layout/material-dark.css +1 -0
  101. package/styles/dashboard-layout/material.css +1 -0
  102. package/styles/dashboard-layout/tailwind-dark.css +1 -0
  103. package/styles/dashboard-layout/tailwind.css +1 -0
  104. package/styles/fabric-dark.css +11 -9
  105. package/styles/fabric.css +11 -9
  106. package/styles/fluent-dark.css +11 -9
  107. package/styles/fluent.css +11 -9
  108. package/styles/highcontrast-light.css +11 -9
  109. package/styles/highcontrast.css +11 -9
  110. package/styles/material-dark.css +11 -9
  111. package/styles/material.css +11 -9
  112. package/styles/splitter/_all.scss +1 -1
  113. package/styles/splitter/_bootstrap-dark-definition.scss +1 -0
  114. package/styles/splitter/_bootstrap-definition.scss +1 -0
  115. package/styles/splitter/_bootstrap4-definition.scss +1 -0
  116. package/styles/splitter/_bootstrap5-definition.scss +4 -1
  117. package/styles/splitter/_definition.scss +1 -0
  118. package/styles/splitter/_fabric-dark-definition.scss +1 -0
  119. package/styles/splitter/_fabric-definition.scss +1 -0
  120. package/styles/splitter/_fluent-definition.scss +2 -0
  121. package/styles/splitter/_fusionnew-definition.scss +4 -1
  122. package/styles/splitter/_highcontrast-definition.scss +1 -0
  123. package/styles/splitter/_highcontrast-light-definition.scss +1 -0
  124. package/styles/splitter/_layout.scss +8 -9
  125. package/styles/splitter/_material-dark-definition.scss +1 -0
  126. package/styles/splitter/_material-definition.scss +1 -0
  127. package/styles/splitter/_material3-definition.scss +4 -1
  128. package/styles/splitter/_responsive.scss +1 -0
  129. package/styles/splitter/_tailwind-definition.scss +4 -1
  130. package/styles/splitter/_theme.scss +2 -2
  131. package/styles/splitter/bootstrap-dark.css +7 -5
  132. package/styles/splitter/bootstrap.css +7 -5
  133. package/styles/splitter/bootstrap4.css +7 -5
  134. package/styles/splitter/bootstrap5-dark.css +7 -5
  135. package/styles/splitter/bootstrap5.css +7 -5
  136. package/styles/splitter/fabric-dark.css +7 -5
  137. package/styles/splitter/fabric.css +7 -5
  138. package/styles/splitter/fluent-dark.css +7 -5
  139. package/styles/splitter/fluent.css +7 -5
  140. package/styles/splitter/highcontrast-light.css +7 -5
  141. package/styles/splitter/highcontrast.css +7 -5
  142. package/styles/splitter/material-dark.css +7 -5
  143. package/styles/splitter/material.css +7 -5
  144. package/styles/splitter/tailwind-dark.css +7 -5
  145. package/styles/splitter/tailwind.css +7 -5
  146. package/styles/tailwind-dark.css +9 -11
  147. package/styles/tailwind.css +9 -11
@@ -294,12 +294,12 @@
294
294
  }
295
295
  .e-card .e-card-header .e-card-header-caption .e-card-header-title {
296
296
  font-size: 13px;
297
- font-weight: 400;
297
+ font-weight: normal;
298
298
  line-height: 18px;
299
299
  }
300
300
  .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
301
301
  font-size: 12px;
302
- font-weight: 400;
302
+ font-weight: normal;
303
303
  line-height: 14px;
304
304
  padding: 0 0 8px;
305
305
  }
@@ -407,8 +407,8 @@
407
407
  text-overflow: ellipsis;
408
408
  width: inherit;
409
409
  }
410
- .e-card .e-card-actions .e-card-btn else,
411
- .e-card .e-card-actions a else {
410
+ .e-card .e-card-actions .e-card-btn,
411
+ .e-card .e-card-actions a {
412
412
  border-radius: 2px;
413
413
  }
414
414
  .e-card .e-card-actions .e-card-btn,
@@ -444,6 +444,7 @@
444
444
  }
445
445
 
446
446
  /*! card theme */
447
+ /* stylelint-disable property-no-vendor-prefix */
447
448
  .e-card {
448
449
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
449
450
  background-color: #201f1f;
@@ -304,13 +304,13 @@
304
304
  }
305
305
  .e-card .e-card-header .e-card-header-caption .e-card-header-title {
306
306
  font-size: 14px;
307
- font-weight: 400;
307
+ font-weight: normal;
308
308
  font-weight: 600;
309
309
  line-height: normal;
310
310
  }
311
311
  .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
312
312
  font-size: 14px;
313
- font-weight: 400;
313
+ font-weight: normal;
314
314
  line-height: normal;
315
315
  padding: 6px 0 0;
316
316
  }
@@ -418,8 +418,8 @@
418
418
  text-overflow: ellipsis;
419
419
  width: inherit;
420
420
  }
421
- .e-card .e-card-actions .e-card-btn else,
422
- .e-card .e-card-actions a else {
421
+ .e-card .e-card-actions .e-card-btn,
422
+ .e-card .e-card-actions a {
423
423
  border-radius: 2px;
424
424
  }
425
425
  .e-card .e-card-actions .e-card-btn,
@@ -455,6 +455,7 @@
455
455
  }
456
456
 
457
457
  /*! card theme */
458
+ /* stylelint-disable property-no-vendor-prefix */
458
459
  .e-card {
459
460
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
460
461
  background-color: #fff;
@@ -300,12 +300,12 @@
300
300
  }
301
301
  .e-card .e-card-header .e-card-header-caption .e-card-header-title {
302
302
  font-size: 16px;
303
- font-weight: 400;
303
+ font-weight: normal;
304
304
  line-height: 1.5;
305
305
  }
306
306
  .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
307
307
  font-size: 12px;
308
- font-weight: 400;
308
+ font-weight: normal;
309
309
  line-height: 1.5;
310
310
  padding: 4px 0 0;
311
311
  }
@@ -416,8 +416,8 @@
416
416
  text-overflow: ellipsis;
417
417
  width: inherit;
418
418
  }
419
- .e-card .e-card-actions .e-card-btn else,
420
- .e-card .e-card-actions a else {
419
+ .e-card .e-card-actions .e-card-btn,
420
+ .e-card .e-card-actions a {
421
421
  border-radius: 2px;
422
422
  }
423
423
  .e-card .e-card-actions .e-card-btn,
@@ -456,6 +456,7 @@
456
456
  }
457
457
 
458
458
  /*! card theme */
459
+ /* stylelint-disable property-no-vendor-prefix */
459
460
  .e-card {
460
461
  -webkit-tap-highlight-color: #0078d4;
461
462
  background-color: #252423;
@@ -300,12 +300,12 @@
300
300
  }
301
301
  .e-card .e-card-header .e-card-header-caption .e-card-header-title {
302
302
  font-size: 16px;
303
- font-weight: 400;
303
+ font-weight: normal;
304
304
  line-height: 1.5;
305
305
  }
306
306
  .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
307
307
  font-size: 12px;
308
- font-weight: 400;
308
+ font-weight: normal;
309
309
  line-height: 1.5;
310
310
  padding: 4px 0 0;
311
311
  }
@@ -416,8 +416,8 @@
416
416
  text-overflow: ellipsis;
417
417
  width: inherit;
418
418
  }
419
- .e-card .e-card-actions .e-card-btn else,
420
- .e-card .e-card-actions a else {
419
+ .e-card .e-card-actions .e-card-btn,
420
+ .e-card .e-card-actions a {
421
421
  border-radius: 2px;
422
422
  }
423
423
  .e-card .e-card-actions .e-card-btn,
@@ -456,6 +456,7 @@
456
456
  }
457
457
 
458
458
  /*! card theme */
459
+ /* stylelint-disable property-no-vendor-prefix */
459
460
  .e-card {
460
461
  -webkit-tap-highlight-color: #0078d4;
461
462
  background-color: #fff;
@@ -294,12 +294,12 @@
294
294
  }
295
295
  .e-card .e-card-header .e-card-header-caption .e-card-header-title {
296
296
  font-size: 13px;
297
- font-weight: 400;
297
+ font-weight: normal;
298
298
  line-height: 18px;
299
299
  }
300
300
  .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
301
301
  font-size: 12px;
302
- font-weight: 400;
302
+ font-weight: normal;
303
303
  line-height: 14px;
304
304
  padding: 0 0 8px;
305
305
  }
@@ -407,8 +407,8 @@
407
407
  text-overflow: ellipsis;
408
408
  width: inherit;
409
409
  }
410
- .e-card .e-card-actions .e-card-btn else,
411
- .e-card .e-card-actions a else {
410
+ .e-card .e-card-actions .e-card-btn,
411
+ .e-card .e-card-actions a {
412
412
  border-radius: 2px;
413
413
  }
414
414
  .e-card .e-card-actions .e-card-btn,
@@ -444,6 +444,7 @@
444
444
  }
445
445
 
446
446
  /*! card theme */
447
+ /* stylelint-disable property-no-vendor-prefix */
447
448
  .e-card {
448
449
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
449
450
  background-color: #ccc;
@@ -305,13 +305,13 @@
305
305
  }
306
306
  .e-card .e-card-header .e-card-header-caption .e-card-header-title {
307
307
  font-size: 14px;
308
- font-weight: 400;
308
+ font-weight: normal;
309
309
  font-weight: 600;
310
310
  line-height: normal;
311
311
  }
312
312
  .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
313
313
  font-size: 14px;
314
- font-weight: 400;
314
+ font-weight: normal;
315
315
  line-height: normal;
316
316
  padding: 6px 0 0;
317
317
  }
@@ -419,8 +419,8 @@
419
419
  text-overflow: ellipsis;
420
420
  width: inherit;
421
421
  }
422
- .e-card .e-card-actions .e-card-btn else,
423
- .e-card .e-card-actions a else {
422
+ .e-card .e-card-actions .e-card-btn,
423
+ .e-card .e-card-actions a {
424
424
  border-radius: 2px;
425
425
  }
426
426
  .e-card .e-card-actions .e-card-btn,
@@ -456,6 +456,7 @@
456
456
  }
457
457
 
458
458
  /*! card theme */
459
+ /* stylelint-disable property-no-vendor-prefix */
459
460
  .e-card {
460
461
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
461
462
  background-color: #000;
@@ -295,12 +295,12 @@
295
295
  }
296
296
  .e-card .e-card-header .e-card-header-caption .e-card-header-title {
297
297
  font-size: 13px;
298
- font-weight: 400;
298
+ font-weight: normal;
299
299
  line-height: 18px;
300
300
  }
301
301
  .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
302
302
  font-size: 12px;
303
- font-weight: 400;
303
+ font-weight: normal;
304
304
  line-height: 14px;
305
305
  padding: 0 0 8px;
306
306
  }
@@ -408,8 +408,8 @@
408
408
  text-overflow: ellipsis;
409
409
  width: inherit;
410
410
  }
411
- .e-card .e-card-actions .e-card-btn else,
412
- .e-card .e-card-actions a else {
411
+ .e-card .e-card-actions .e-card-btn,
412
+ .e-card .e-card-actions a {
413
413
  border-radius: 2px;
414
414
  }
415
415
  .e-card .e-card-actions .e-card-btn,
@@ -445,6 +445,7 @@
445
445
  }
446
446
 
447
447
  /*! card theme */
448
+ /* stylelint-disable property-no-vendor-prefix */
448
449
  .e-card {
449
450
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
450
451
  background-color: #303030;
@@ -294,12 +294,12 @@
294
294
  }
295
295
  .e-card .e-card-header .e-card-header-caption .e-card-header-title {
296
296
  font-size: 13px;
297
- font-weight: 400;
297
+ font-weight: normal;
298
298
  line-height: normal;
299
299
  }
300
300
  .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
301
301
  font-size: 12px;
302
- font-weight: 400;
302
+ font-weight: normal;
303
303
  line-height: normal;
304
304
  padding: 6px 0 0;
305
305
  }
@@ -407,8 +407,8 @@
407
407
  text-overflow: ellipsis;
408
408
  width: inherit;
409
409
  }
410
- .e-card .e-card-actions .e-card-btn else,
411
- .e-card .e-card-actions a else {
410
+ .e-card .e-card-actions .e-card-btn,
411
+ .e-card .e-card-actions a {
412
412
  border-radius: 2px;
413
413
  }
414
414
  .e-card .e-card-actions .e-card-btn,
@@ -444,6 +444,7 @@
444
444
  }
445
445
 
446
446
  /*! card theme */
447
+ /* stylelint-disable property-no-vendor-prefix */
447
448
  .e-card {
448
449
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
449
450
  background-color: #fff;
@@ -293,12 +293,12 @@
293
293
  }
294
294
  .e-card .e-card-header .e-card-header-caption .e-card-header-title {
295
295
  font-size: 14px;
296
- font-weight: 400;
296
+ font-weight: normal;
297
297
  line-height: 1.5;
298
298
  }
299
299
  .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
300
300
  font-size: 14px;
301
- font-weight: 400;
301
+ font-weight: normal;
302
302
  line-height: 1.5;
303
303
  padding: 2px 0 0;
304
304
  }
@@ -410,10 +410,6 @@
410
410
  .e-card .e-card-actions a {
411
411
  border-radius: 4px;
412
412
  }
413
- .e-card .e-card-actions .e-card-btn else,
414
- .e-card .e-card-actions a else {
415
- border-radius: 2px;
416
- }
417
413
  .e-card .e-card-actions .e-card-btn,
418
414
  .e-card .e-card-actions a {
419
415
  font-family: "Inter";
@@ -450,6 +446,7 @@
450
446
  }
451
447
 
452
448
  /*! card theme */
449
+ /* stylelint-disable property-no-vendor-prefix */
453
450
  .e-card {
454
451
  -webkit-tap-highlight-color: #22d3ee;
455
452
  background-color: #1f2937;
@@ -293,12 +293,12 @@
293
293
  }
294
294
  .e-card .e-card-header .e-card-header-caption .e-card-header-title {
295
295
  font-size: 14px;
296
- font-weight: 400;
296
+ font-weight: normal;
297
297
  line-height: 1.5;
298
298
  }
299
299
  .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
300
300
  font-size: 14px;
301
- font-weight: 400;
301
+ font-weight: normal;
302
302
  line-height: 1.5;
303
303
  padding: 2px 0 0;
304
304
  }
@@ -410,10 +410,6 @@
410
410
  .e-card .e-card-actions a {
411
411
  border-radius: 4px;
412
412
  }
413
- .e-card .e-card-actions .e-card-btn else,
414
- .e-card .e-card-actions a else {
415
- border-radius: 2px;
416
- }
417
413
  .e-card .e-card-actions .e-card-btn,
418
414
  .e-card .e-card-actions a {
419
415
  font-family: "Inter";
@@ -450,6 +446,7 @@
450
446
  }
451
447
 
452
448
  /*! card theme */
449
+ /* stylelint-disable property-no-vendor-prefix */
453
450
  .e-card {
454
451
  -webkit-tap-highlight-color: #4f46e5;
455
452
  background-color: #fff;
@@ -74,7 +74,6 @@ $panel-south-east-icon-bottom: -5px !default;
74
74
  $panel-south-west-icon-left: -6px !default;
75
75
  $panel-south-west-icon-bottom: -5px !default;
76
76
 
77
-
78
77
  // north-east-icon-styles
79
78
 
80
79
  $panel-north-east-icon-right: -6px !default;
@@ -94,10 +93,9 @@ $panel-drop-border-radius: 0 !default;
94
93
  // dragging element style
95
94
 
96
95
  $panel-dragging-cursor: move !default;
97
- // sass-lint:disable-all
96
+ /* stylelint-disable */
98
97
  $panel-dragging-zindex: 1111 !important !default;
99
98
  $panel-drag-prevent: none !default;
100
- // sass-lint:disable-all
101
99
  $element-width-complete: 100% !important !default;
102
100
  //gridlines
103
101
  $gridline-background: #141414 !default;
@@ -74,7 +74,6 @@ $panel-south-east-icon-bottom: -5px !default;
74
74
  $panel-south-west-icon-left: -6px !default;
75
75
  $panel-south-west-icon-bottom: -5px !default;
76
76
 
77
-
78
77
  // north-east-icon-styles
79
78
 
80
79
  $panel-north-east-icon-right: -6px !default;
@@ -94,10 +93,9 @@ $panel-drop-border-radius: 4px !default;
94
93
  // dragging element style
95
94
 
96
95
  $panel-dragging-cursor: move !default;
97
- // sass-lint:disable-all
96
+ /* stylelint-disable */
98
97
  $panel-dragging-zindex: 1111 !important !default;
99
98
  $panel-drag-prevent: none !default;
100
- // sass-lint:disable-all
101
99
  $element-width-complete: 100% !important !default;
102
100
  //gridlines
103
101
  $gridline-background: $grey-lighter !default;
@@ -20,6 +20,7 @@ $panel-header-font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif, '
20
20
  $panel-header-white-space: nowrap !default;
21
21
  $panel-header-overflow: hidden !default;
22
22
  $panel-header-text-overflow: ellipsis !default;
23
+
23
24
  // Touch
24
25
 
25
26
  $panel-bigger-header-height: 30px !default;
@@ -73,7 +74,6 @@ $panel-south-east-icon-bottom: -5px !default;
73
74
  $panel-south-west-icon-left: -6px !default;
74
75
  $panel-south-west-icon-bottom: -5px !default;
75
76
 
76
-
77
77
  // north-east-icon-styles
78
78
 
79
79
  $panel-north-east-icon-right: -6px !default;
@@ -93,10 +93,9 @@ $panel-drop-border-radius: 4px !default;
93
93
  // dragging element style
94
94
 
95
95
  $panel-dragging-cursor: move !default;
96
- // sass-lint:disable-all
96
+ /* stylelint-disable */
97
97
  $panel-dragging-zindex: 1111 !important !default;
98
98
  $panel-drag-prevent: none !default;
99
- // sass-lint:disable-all
100
99
  $element-width-complete: 100% !important !default;
101
100
  //gridlines
102
101
  $gridline-background: $gray-100 !default;
@@ -83,11 +83,10 @@ $panel-drag-prevent: none !default;
83
83
  $panel-content-template-height: inherit !default;
84
84
  $panel-content-template-width: inherit !default;
85
85
 
86
- // sass-lint:disable-all
86
+ /* stylelint-disable */
87
87
  $panel-dragging-zindex: 1111 !important !default;
88
88
  $panel-drag-prevent: none !default;
89
89
 
90
- // sass-lint:disable-all
91
90
  $element-width-complete: 100% !important !default;
92
91
 
93
92
  // colors
@@ -74,7 +74,6 @@ $panel-south-east-icon-bottom: -5px !default;
74
74
  $panel-south-west-icon-left: -6px !default;
75
75
  $panel-south-west-icon-bottom: -5px !default;
76
76
 
77
-
78
77
  // north-east-icon-styles
79
78
 
80
79
  $panel-north-east-icon-right: -6px !default;
@@ -94,10 +93,9 @@ $panel-drop-border-radius: 0 !default;
94
93
  // dragging element style
95
94
 
96
95
  $panel-dragging-cursor: move !default;
97
- // sass-lint:disable-all
96
+ /* stylelint-disable */
98
97
  $panel-dragging-zindex: 1111 !important !default;
99
98
  $panel-drag-prevent: none !default;
100
- // sass-lint:disable-all
101
99
  $element-width-complete: 100% !important !default;
102
100
  //gridlines
103
101
  $gridline-background: #191919 !default;
@@ -74,7 +74,6 @@ $panel-south-east-icon-bottom: -5px !default;
74
74
  $panel-south-west-icon-left: -6px !default;
75
75
  $panel-south-west-icon-bottom: -5px !default;
76
76
 
77
-
78
77
  // north-east-icon-styles
79
78
 
80
79
  $panel-north-east-icon-right: -6px !default;
@@ -94,10 +93,9 @@ $panel-drop-border-radius: 0 !default;
94
93
  // dragging element style
95
94
 
96
95
  $panel-dragging-cursor: move !default;
97
- // sass-lint:disable-all
96
+ /* stylelint-disable */
98
97
  $panel-dragging-zindex: 1111 !important !default;
99
98
  $panel-drag-prevent: none !default;
100
- // sass-lint:disable-all
101
99
  $element-width-complete: 100% !important !default;
102
100
  //gridlines
103
101
  $gridline-background: $neutral-lighter !default;
@@ -74,11 +74,10 @@ $panel-drag-prevent: none !default;
74
74
  $panel-content-template-height: inherit !default;
75
75
  $panel-content-template-width: inherit !default;
76
76
 
77
- // sass-lint:disable-all
77
+ /* stylelint-disable */
78
78
  $panel-dragging-zindex: 1111 !important !default;
79
79
  $panel-drag-prevent: none !default;
80
80
 
81
- // sass-lint:disable-all
82
81
  $element-width-complete: 100% !important !default;
83
82
 
84
83
  // colors
@@ -83,11 +83,10 @@ $panel-drag-prevent: none !default;
83
83
  $panel-content-template-height: inherit !default;
84
84
  $panel-content-template-width: inherit !default;
85
85
 
86
- // sass-lint:disable-all
86
+ /* stylelint-disable */
87
87
  $panel-dragging-zindex: 1111 !important !default;
88
88
  $panel-drag-prevent: none !default;
89
89
 
90
- // sass-lint:disable-all
91
90
  $element-width-complete: 100% !important !default;
92
91
 
93
92
  // colors
@@ -72,7 +72,6 @@ $panel-south-east-icon-bottom: -5px !default;
72
72
  $panel-south-west-icon-left: -6px !default;
73
73
  $panel-south-west-icon-bottom: -5px !default;
74
74
 
75
-
76
75
  // north-east-icon-styles
77
76
 
78
77
  $panel-north-east-icon-right: -6px !default;
@@ -92,10 +91,9 @@ $panel-drop-border-radius: 0 !default;
92
91
  // dragging element style
93
92
 
94
93
  $panel-dragging-cursor: move !default;
95
- // sass-lint:disable-all
94
+ /* stylelint-disable */
96
95
  $panel-dragging-zindex: 1111 !important !default;
97
96
  $panel-drag-prevent: none !default;
98
- // sass-lint:disable-all
99
97
  $element-width-complete: 100% !important !default;
100
98
  //gridlines
101
99
  $gridline-background: $bg-base-10 !default;
@@ -72,7 +72,6 @@ $panel-south-east-icon-bottom: -5px !default;
72
72
  $panel-south-west-icon-left: -6px !default;
73
73
  $panel-south-west-icon-bottom: -5px !default;
74
74
 
75
-
76
75
  // north-east-icon-styles
77
76
 
78
77
  $panel-north-east-icon-right: -6px !default;
@@ -92,10 +91,9 @@ $panel-drop-border-radius: 0 !default;
92
91
  // dragging element style
93
92
 
94
93
  $panel-dragging-cursor: move !default;
95
- // sass-lint:disable-all
94
+ /* stylelint-disable */
96
95
  $panel-dragging-zindex: 1111 !important !default;
97
96
  $panel-drag-prevent: none !default;
98
- // sass-lint:disable-all
99
97
  $element-width-complete: 100% !important !default;
100
98
  //gridlines
101
99
  $gridline-background: $bg-base-10 !default;
@@ -8,7 +8,6 @@
8
8
  }
9
9
  }
10
10
 
11
-
12
11
  @include export-module('dashboardlayout-layout') {
13
12
  .e-dashboardlayout.e-control {
14
13
 
@@ -135,7 +134,6 @@
135
134
  }
136
135
 
137
136
  & .e-panel {
138
-
139
137
  border: $panel-border;
140
138
  height: $panel-full-height;
141
139
  user-select: none;
@@ -217,13 +215,10 @@
217
215
  & .e-header-template {
218
216
  float: left;
219
217
  }
220
-
221
218
  }
222
-
223
219
  }
224
220
 
225
221
  .e-holder {
226
-
227
222
  background: $panel-drop-background;
228
223
  border: $panel-drop-border;
229
224
  border-radius: $panel-drop-border-radius;
@@ -73,7 +73,6 @@ $panel-south-east-icon-bottom: -5px !default;
73
73
  $panel-south-west-icon-left: -6px !default;
74
74
  $panel-south-west-icon-bottom: -5px !default;
75
75
 
76
-
77
76
  // north-east-icon-styles
78
77
 
79
78
  $panel-north-east-icon-right: -6px !default;
@@ -93,10 +92,9 @@ $panel-drop-border-radius: 0 !default;
93
92
  // dragging element style
94
93
 
95
94
  $panel-dragging-cursor: move !default;
96
- // sass-lint:disable-all
95
+ /* stylelint-disable */
97
96
  $panel-dragging-zindex: 1111 !important !default;
98
97
  $panel-drag-prevent: none !default;
99
- // sass-lint:disable-all
100
98
  $element-width-complete: 100% !important !default;
101
99
  //gridlines
102
100
  $gridline-background: #1E1E1E !default;
@@ -73,7 +73,6 @@ $panel-south-east-icon-bottom: 1px !default;
73
73
  $panel-south-west-icon-left: 1px !default;
74
74
  $panel-south-west-icon-bottom: 1px !default;
75
75
 
76
-
77
76
  // north-east-icon-styles
78
77
 
79
78
  $panel-north-east-icon-right: 1px !default;
@@ -94,10 +93,9 @@ $panel-drop-border-radius: 2px !default;
94
93
 
95
94
  $panel-dragging-cursor: move !default;
96
95
  $panel-drag-prevent: none !default;
97
- // sass-lint:disable-all
96
+ /* stylelint-disable */
98
97
  $panel-dragging-zindex: 1111 !important !default;
99
98
  $panel-drag-prevent: none !default;
100
- // sass-lint:disable-all
101
99
  $element-width-complete: 100% !important !default;
102
100
  //gridlines
103
101
  $gridline-background: $grey-100 !default;
@@ -83,11 +83,10 @@ $panel-drag-prevent: none !default;
83
83
  $panel-content-template-height: inherit !default;
84
84
  $panel-content-template-width: inherit !default;
85
85
 
86
- // sass-lint:disable-all
86
+ /* stylelint-disable */
87
87
  $panel-dragging-zindex: 1111 !important !default;
88
88
  $panel-drag-prevent: none !default;
89
89
 
90
- // sass-lint:disable-all
91
90
  $element-width-complete: 100% !important !default;
92
91
 
93
92
  // colors
@@ -85,11 +85,10 @@ $panel-drag-prevent: none !default;
85
85
  $panel-content-template-height: inherit !default;
86
86
  $panel-content-template-width: inherit !default;
87
87
 
88
- // sass-lint:disable-all
88
+ /* stylelint-disable */
89
89
  $panel-dragging-zindex: 1111 !important !default;
90
90
  $panel-drag-prevent: none !default;
91
91
 
92
- // sass-lint:disable-all
93
92
  $element-width-complete: 100% !important !default;
94
93
 
95
94
  // colors
@@ -1,4 +1,5 @@
1
1
  /*! component's theme wise override bootstrap-definitions and variables */
2
+ /* stylelint-disable */
2
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 {
3
4
  height: 100%;
4
5
  padding: 20px 0;
@@ -1,4 +1,5 @@
1
1
  /*! component's theme wise override bootstrap-definitions and variables */
2
+ /* stylelint-disable */
2
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 {
3
4
  height: 100%;
4
5
  padding: 20px 0;
@@ -1,4 +1,5 @@
1
1
  /*! component's theme wise override bootstrap-definitions and variables */
2
+ /* stylelint-disable */
2
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 {
3
4
  height: 100%;
4
5
  padding: 20px 0;
@@ -1,4 +1,5 @@
1
1
  /*! component's theme wise override tailwind-definitions and variables */
2
+ /* stylelint-disable */
2
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 {
3
4
  height: 100%;
4
5
  padding: 20px 0;
@@ -1,4 +1,5 @@
1
1
  /*! component's theme wise override tailwind-definitions and variables */
2
+ /* stylelint-disable */
2
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 {
3
4
  height: 100%;
4
5
  padding: 20px 0;