@syncfusion/ej2-react-layouts 20.2.45 → 20.3.47

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 (64) hide show
  1. package/CHANGELOG.md +24 -31
  2. package/dist/ej2-react-layouts.min.js +10 -0
  3. package/dist/ej2-react-layouts.umd.min.js +1 -1
  4. package/package.json +8 -8
  5. package/styles/bootstrap-dark.css +11 -9
  6. package/styles/bootstrap.css +11 -9
  7. package/styles/bootstrap4.css +11 -9
  8. package/styles/bootstrap5-dark.css +11 -9
  9. package/styles/bootstrap5.css +11 -9
  10. package/styles/card/bootstrap-dark.css +5 -4
  11. package/styles/card/bootstrap.css +5 -4
  12. package/styles/card/bootstrap4.css +5 -4
  13. package/styles/card/bootstrap5-dark.css +5 -4
  14. package/styles/card/bootstrap5.css +5 -4
  15. package/styles/card/fabric-dark.css +5 -4
  16. package/styles/card/fabric.css +5 -4
  17. package/styles/card/fluent-dark.css +5 -4
  18. package/styles/card/fluent.css +5 -4
  19. package/styles/card/highcontrast-light.css +5 -4
  20. package/styles/card/highcontrast.css +5 -4
  21. package/styles/card/material-dark.css +5 -4
  22. package/styles/card/material.css +5 -4
  23. package/styles/card/tailwind-dark.css +3 -6
  24. package/styles/card/tailwind.css +3 -6
  25. package/styles/dashboard-layout/bootstrap-dark.css +1 -0
  26. package/styles/dashboard-layout/bootstrap.css +1 -0
  27. package/styles/dashboard-layout/bootstrap4.css +1 -0
  28. package/styles/dashboard-layout/bootstrap5-dark.css +1 -0
  29. package/styles/dashboard-layout/bootstrap5.css +1 -0
  30. package/styles/dashboard-layout/fabric-dark.css +1 -0
  31. package/styles/dashboard-layout/fabric.css +1 -0
  32. package/styles/dashboard-layout/fluent-dark.css +1 -0
  33. package/styles/dashboard-layout/fluent.css +1 -0
  34. package/styles/dashboard-layout/highcontrast-light.css +1 -0
  35. package/styles/dashboard-layout/highcontrast.css +1 -0
  36. package/styles/dashboard-layout/material-dark.css +1 -0
  37. package/styles/dashboard-layout/material.css +1 -0
  38. package/styles/dashboard-layout/tailwind-dark.css +1 -0
  39. package/styles/dashboard-layout/tailwind.css +1 -0
  40. package/styles/fabric-dark.css +11 -9
  41. package/styles/fabric.css +11 -9
  42. package/styles/fluent-dark.css +11 -9
  43. package/styles/fluent.css +11 -9
  44. package/styles/highcontrast-light.css +11 -9
  45. package/styles/highcontrast.css +11 -9
  46. package/styles/material-dark.css +11 -9
  47. package/styles/material.css +11 -9
  48. package/styles/splitter/bootstrap-dark.css +7 -5
  49. package/styles/splitter/bootstrap.css +7 -5
  50. package/styles/splitter/bootstrap4.css +7 -5
  51. package/styles/splitter/bootstrap5-dark.css +7 -5
  52. package/styles/splitter/bootstrap5.css +7 -5
  53. package/styles/splitter/fabric-dark.css +7 -5
  54. package/styles/splitter/fabric.css +7 -5
  55. package/styles/splitter/fluent-dark.css +7 -5
  56. package/styles/splitter/fluent.css +7 -5
  57. package/styles/splitter/highcontrast-light.css +7 -5
  58. package/styles/splitter/highcontrast.css +7 -5
  59. package/styles/splitter/material-dark.css +7 -5
  60. package/styles/splitter/material.css +7 -5
  61. package/styles/splitter/tailwind-dark.css +7 -5
  62. package/styles/splitter/tailwind.css +7 -5
  63. package/styles/tailwind-dark.css +9 -11
  64. package/styles/tailwind.css +9 -11
package/styles/fabric.css CHANGED
@@ -347,13 +347,13 @@
347
347
  }
348
348
  .e-card .e-card-header .e-card-header-caption .e-card-header-title {
349
349
  font-size: 14px;
350
- font-weight: 400;
350
+ font-weight: normal;
351
351
  font-weight: 600;
352
352
  line-height: normal;
353
353
  }
354
354
  .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
355
355
  font-size: 14px;
356
- font-weight: 400;
356
+ font-weight: normal;
357
357
  line-height: normal;
358
358
  padding: 6px 0 0;
359
359
  }
@@ -461,8 +461,8 @@
461
461
  text-overflow: ellipsis;
462
462
  width: inherit;
463
463
  }
464
- .e-card .e-card-actions .e-card-btn else,
465
- .e-card .e-card-actions a else {
464
+ .e-card .e-card-actions .e-card-btn,
465
+ .e-card .e-card-actions a {
466
466
  border-radius: 2px;
467
467
  }
468
468
  .e-card .e-card-actions .e-card-btn,
@@ -498,6 +498,7 @@
498
498
  }
499
499
 
500
500
  /*! card theme */
501
+ /* stylelint-disable property-no-vendor-prefix */
501
502
  .e-card {
502
503
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
503
504
  background-color: #fff;
@@ -620,8 +621,8 @@
620
621
  }
621
622
  .e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
622
623
  -ms-flex-preferred-size: 0 !important;
623
- flex-basis: 0 !important;
624
- overflow: hidden !important;
624
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
625
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
625
626
  }
626
627
  .e-splitter.e-splitter-horizontal {
627
628
  -ms-flex-direction: row;
@@ -654,8 +655,8 @@
654
655
  }
655
656
  .e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
656
657
  -ms-flex-preferred-size: 0 !important;
657
- flex-basis: 0 !important;
658
- overflow: hidden !important;
658
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
659
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
659
660
  }
660
661
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
661
662
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
@@ -1057,7 +1058,8 @@
1057
1058
  pointer-events: none;
1058
1059
  }
1059
1060
 
1060
- /*! component's theme wise override fabric-definitions and variables */
1061
+ /* stylelint-disable-line no-empty-source */ /*! component's theme wise override fabric-definitions and variables */
1062
+ /* stylelint-disable */
1061
1063
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
1062
1064
  height: 100%;
1063
1065
  padding: 20px 0;
@@ -356,12 +356,12 @@
356
356
  }
357
357
  .e-card .e-card-header .e-card-header-caption .e-card-header-title {
358
358
  font-size: 16px;
359
- font-weight: 400;
359
+ font-weight: normal;
360
360
  line-height: 1.5;
361
361
  }
362
362
  .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
363
363
  font-size: 12px;
364
- font-weight: 400;
364
+ font-weight: normal;
365
365
  line-height: 1.5;
366
366
  padding: 4px 0 0;
367
367
  }
@@ -472,8 +472,8 @@
472
472
  text-overflow: ellipsis;
473
473
  width: inherit;
474
474
  }
475
- .e-card .e-card-actions .e-card-btn else,
476
- .e-card .e-card-actions a else {
475
+ .e-card .e-card-actions .e-card-btn,
476
+ .e-card .e-card-actions a {
477
477
  border-radius: 2px;
478
478
  }
479
479
  .e-card .e-card-actions .e-card-btn,
@@ -512,6 +512,7 @@
512
512
  }
513
513
 
514
514
  /*! card theme */
515
+ /* stylelint-disable property-no-vendor-prefix */
515
516
  .e-card {
516
517
  -webkit-tap-highlight-color: #0078d4;
517
518
  background-color: #252423;
@@ -636,8 +637,8 @@
636
637
  }
637
638
  .e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
638
639
  -ms-flex-preferred-size: 0 !important;
639
- flex-basis: 0 !important;
640
- overflow: hidden !important;
640
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
641
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
641
642
  }
642
643
  .e-splitter.e-splitter-horizontal {
643
644
  -ms-flex-direction: row;
@@ -670,8 +671,8 @@
670
671
  }
671
672
  .e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
672
673
  -ms-flex-preferred-size: 0 !important;
673
- flex-basis: 0 !important;
674
- overflow: hidden !important;
674
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
675
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
675
676
  }
676
677
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
677
678
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
@@ -1073,7 +1074,8 @@
1073
1074
  pointer-events: none;
1074
1075
  }
1075
1076
 
1076
- /*! component's theme wise override tailwind-definitions and variables */
1077
+ /* stylelint-disable-line no-empty-source */ /*! component's theme wise override tailwind-definitions and variables */
1078
+ /* stylelint-disable */
1077
1079
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
1078
1080
  height: 100%;
1079
1081
  padding: 20px 0;
package/styles/fluent.css CHANGED
@@ -356,12 +356,12 @@
356
356
  }
357
357
  .e-card .e-card-header .e-card-header-caption .e-card-header-title {
358
358
  font-size: 16px;
359
- font-weight: 400;
359
+ font-weight: normal;
360
360
  line-height: 1.5;
361
361
  }
362
362
  .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
363
363
  font-size: 12px;
364
- font-weight: 400;
364
+ font-weight: normal;
365
365
  line-height: 1.5;
366
366
  padding: 4px 0 0;
367
367
  }
@@ -472,8 +472,8 @@
472
472
  text-overflow: ellipsis;
473
473
  width: inherit;
474
474
  }
475
- .e-card .e-card-actions .e-card-btn else,
476
- .e-card .e-card-actions a else {
475
+ .e-card .e-card-actions .e-card-btn,
476
+ .e-card .e-card-actions a {
477
477
  border-radius: 2px;
478
478
  }
479
479
  .e-card .e-card-actions .e-card-btn,
@@ -512,6 +512,7 @@
512
512
  }
513
513
 
514
514
  /*! card theme */
515
+ /* stylelint-disable property-no-vendor-prefix */
515
516
  .e-card {
516
517
  -webkit-tap-highlight-color: #0078d4;
517
518
  background-color: #fff;
@@ -636,8 +637,8 @@
636
637
  }
637
638
  .e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
638
639
  -ms-flex-preferred-size: 0 !important;
639
- flex-basis: 0 !important;
640
- overflow: hidden !important;
640
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
641
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
641
642
  }
642
643
  .e-splitter.e-splitter-horizontal {
643
644
  -ms-flex-direction: row;
@@ -670,8 +671,8 @@
670
671
  }
671
672
  .e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
672
673
  -ms-flex-preferred-size: 0 !important;
673
- flex-basis: 0 !important;
674
- overflow: hidden !important;
674
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
675
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
675
676
  }
676
677
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
677
678
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
@@ -1073,7 +1074,8 @@
1073
1074
  pointer-events: none;
1074
1075
  }
1075
1076
 
1076
- /*! component's theme wise override tailwind-definitions and variables */
1077
+ /* stylelint-disable-line no-empty-source */ /*! component's theme wise override tailwind-definitions and variables */
1078
+ /* stylelint-disable */
1077
1079
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
1078
1080
  height: 100%;
1079
1081
  padding: 20px 0;
@@ -337,12 +337,12 @@
337
337
  }
338
338
  .e-card .e-card-header .e-card-header-caption .e-card-header-title {
339
339
  font-size: 13px;
340
- font-weight: 400;
340
+ font-weight: normal;
341
341
  line-height: 18px;
342
342
  }
343
343
  .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
344
344
  font-size: 12px;
345
- font-weight: 400;
345
+ font-weight: normal;
346
346
  line-height: 14px;
347
347
  padding: 0 0 8px;
348
348
  }
@@ -450,8 +450,8 @@
450
450
  text-overflow: ellipsis;
451
451
  width: inherit;
452
452
  }
453
- .e-card .e-card-actions .e-card-btn else,
454
- .e-card .e-card-actions a else {
453
+ .e-card .e-card-actions .e-card-btn,
454
+ .e-card .e-card-actions a {
455
455
  border-radius: 2px;
456
456
  }
457
457
  .e-card .e-card-actions .e-card-btn,
@@ -487,6 +487,7 @@
487
487
  }
488
488
 
489
489
  /*! card theme */
490
+ /* stylelint-disable property-no-vendor-prefix */
490
491
  .e-card {
491
492
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
492
493
  background-color: #ccc;
@@ -609,8 +610,8 @@
609
610
  }
610
611
  .e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
611
612
  -ms-flex-preferred-size: 0 !important;
612
- flex-basis: 0 !important;
613
- overflow: hidden !important;
613
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
614
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
614
615
  }
615
616
  .e-splitter.e-splitter-horizontal {
616
617
  -ms-flex-direction: row;
@@ -643,8 +644,8 @@
643
644
  }
644
645
  .e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
645
646
  -ms-flex-preferred-size: 0 !important;
646
- flex-basis: 0 !important;
647
- overflow: hidden !important;
647
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
648
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
648
649
  }
649
650
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
650
651
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
@@ -1046,7 +1047,8 @@
1046
1047
  pointer-events: none;
1047
1048
  }
1048
1049
 
1049
- /*! component's theme wise override highcontrast-definitions and variables */
1050
+ /* stylelint-disable-line no-empty-source */ /*! component's theme wise override highcontrast-definitions and variables */
1051
+ /* stylelint-disable */
1050
1052
  .e-dashboardlayout.e-control .e-dashboard-gridline-table {
1051
1053
  background: #e4e4e4;
1052
1054
  border-collapse: collapse;
@@ -348,13 +348,13 @@
348
348
  }
349
349
  .e-card .e-card-header .e-card-header-caption .e-card-header-title {
350
350
  font-size: 14px;
351
- font-weight: 400;
351
+ font-weight: normal;
352
352
  font-weight: 600;
353
353
  line-height: normal;
354
354
  }
355
355
  .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
356
356
  font-size: 14px;
357
- font-weight: 400;
357
+ font-weight: normal;
358
358
  line-height: normal;
359
359
  padding: 6px 0 0;
360
360
  }
@@ -462,8 +462,8 @@
462
462
  text-overflow: ellipsis;
463
463
  width: inherit;
464
464
  }
465
- .e-card .e-card-actions .e-card-btn else,
466
- .e-card .e-card-actions a else {
465
+ .e-card .e-card-actions .e-card-btn,
466
+ .e-card .e-card-actions a {
467
467
  border-radius: 2px;
468
468
  }
469
469
  .e-card .e-card-actions .e-card-btn,
@@ -499,6 +499,7 @@
499
499
  }
500
500
 
501
501
  /*! card theme */
502
+ /* stylelint-disable property-no-vendor-prefix */
502
503
  .e-card {
503
504
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
504
505
  background-color: #000;
@@ -621,8 +622,8 @@
621
622
  }
622
623
  .e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
623
624
  -ms-flex-preferred-size: 0 !important;
624
- flex-basis: 0 !important;
625
- overflow: hidden !important;
625
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
626
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
626
627
  }
627
628
  .e-splitter.e-splitter-horizontal {
628
629
  -ms-flex-direction: row;
@@ -655,8 +656,8 @@
655
656
  }
656
657
  .e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
657
658
  -ms-flex-preferred-size: 0 !important;
658
- flex-basis: 0 !important;
659
- overflow: hidden !important;
659
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
660
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
660
661
  }
661
662
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
662
663
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
@@ -1058,7 +1059,8 @@
1058
1059
  pointer-events: none;
1059
1060
  }
1060
1061
 
1061
- /*! component's theme wise override highcontrast-definitions and variables */
1062
+ /* stylelint-disable-line no-empty-source */ /*! component's theme wise override highcontrast-definitions and variables */
1063
+ /* stylelint-disable */
1062
1064
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
1063
1065
  height: 100%;
1064
1066
  padding: 20px 0;
@@ -338,12 +338,12 @@
338
338
  }
339
339
  .e-card .e-card-header .e-card-header-caption .e-card-header-title {
340
340
  font-size: 13px;
341
- font-weight: 400;
341
+ font-weight: normal;
342
342
  line-height: 18px;
343
343
  }
344
344
  .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
345
345
  font-size: 12px;
346
- font-weight: 400;
346
+ font-weight: normal;
347
347
  line-height: 14px;
348
348
  padding: 0 0 8px;
349
349
  }
@@ -451,8 +451,8 @@
451
451
  text-overflow: ellipsis;
452
452
  width: inherit;
453
453
  }
454
- .e-card .e-card-actions .e-card-btn else,
455
- .e-card .e-card-actions a else {
454
+ .e-card .e-card-actions .e-card-btn,
455
+ .e-card .e-card-actions a {
456
456
  border-radius: 2px;
457
457
  }
458
458
  .e-card .e-card-actions .e-card-btn,
@@ -488,6 +488,7 @@
488
488
  }
489
489
 
490
490
  /*! card theme */
491
+ /* stylelint-disable property-no-vendor-prefix */
491
492
  .e-card {
492
493
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
493
494
  background-color: #303030;
@@ -609,8 +610,8 @@
609
610
  }
610
611
  .e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
611
612
  -ms-flex-preferred-size: 0 !important;
612
- flex-basis: 0 !important;
613
- overflow: hidden !important;
613
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
614
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
614
615
  }
615
616
  .e-splitter.e-splitter-horizontal {
616
617
  -ms-flex-direction: row;
@@ -643,8 +644,8 @@
643
644
  }
644
645
  .e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
645
646
  -ms-flex-preferred-size: 0 !important;
646
- flex-basis: 0 !important;
647
- overflow: hidden !important;
647
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
648
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
648
649
  }
649
650
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
650
651
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
@@ -1046,7 +1047,8 @@
1046
1047
  pointer-events: none;
1047
1048
  }
1048
1049
 
1049
- /*! component's theme wise override material-definitions and variables */
1050
+ /* stylelint-disable-line no-empty-source */ /*! component's theme wise override material-definitions and variables */
1051
+ /* stylelint-disable */
1050
1052
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
1051
1053
  height: 100%;
1052
1054
  padding: 20px 0;
@@ -337,12 +337,12 @@
337
337
  }
338
338
  .e-card .e-card-header .e-card-header-caption .e-card-header-title {
339
339
  font-size: 13px;
340
- font-weight: 400;
340
+ font-weight: normal;
341
341
  line-height: normal;
342
342
  }
343
343
  .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
344
344
  font-size: 12px;
345
- font-weight: 400;
345
+ font-weight: normal;
346
346
  line-height: normal;
347
347
  padding: 6px 0 0;
348
348
  }
@@ -450,8 +450,8 @@
450
450
  text-overflow: ellipsis;
451
451
  width: inherit;
452
452
  }
453
- .e-card .e-card-actions .e-card-btn else,
454
- .e-card .e-card-actions a else {
453
+ .e-card .e-card-actions .e-card-btn,
454
+ .e-card .e-card-actions a {
455
455
  border-radius: 2px;
456
456
  }
457
457
  .e-card .e-card-actions .e-card-btn,
@@ -487,6 +487,7 @@
487
487
  }
488
488
 
489
489
  /*! card theme */
490
+ /* stylelint-disable property-no-vendor-prefix */
490
491
  .e-card {
491
492
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
492
493
  background-color: #fff;
@@ -610,8 +611,8 @@
610
611
  }
611
612
  .e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
612
613
  -ms-flex-preferred-size: 0 !important;
613
- flex-basis: 0 !important;
614
- overflow: hidden !important;
614
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
615
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
615
616
  }
616
617
  .e-splitter.e-splitter-horizontal {
617
618
  -ms-flex-direction: row;
@@ -644,8 +645,8 @@
644
645
  }
645
646
  .e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
646
647
  -ms-flex-preferred-size: 0 !important;
647
- flex-basis: 0 !important;
648
- overflow: hidden !important;
648
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
649
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
649
650
  }
650
651
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
651
652
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
@@ -1047,7 +1048,8 @@
1047
1048
  pointer-events: none;
1048
1049
  }
1049
1050
 
1050
- /*! component's theme wise override material-definitions and variables */
1051
+ /* stylelint-disable-line no-empty-source */ /*! component's theme wise override material-definitions and variables */
1052
+ /* stylelint-disable */
1051
1053
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
1052
1054
  height: 100%;
1053
1055
  padding: 20px 0;
@@ -54,8 +54,8 @@
54
54
  }
55
55
  .e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
56
56
  -ms-flex-preferred-size: 0 !important;
57
- flex-basis: 0 !important;
58
- overflow: hidden !important;
57
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
58
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
59
59
  }
60
60
  .e-splitter.e-splitter-horizontal {
61
61
  -ms-flex-direction: row;
@@ -88,8 +88,8 @@
88
88
  }
89
89
  .e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
90
90
  -ms-flex-preferred-size: 0 !important;
91
- flex-basis: 0 !important;
92
- overflow: hidden !important;
91
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
92
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
93
93
  }
94
94
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
95
95
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
@@ -489,4 +489,6 @@
489
489
  .e-splitter.e-disabled {
490
490
  opacity: 0.4;
491
491
  pointer-events: none;
492
- }
492
+ }
493
+
494
+ /* stylelint-disable-line no-empty-source */
@@ -54,8 +54,8 @@
54
54
  }
55
55
  .e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
56
56
  -ms-flex-preferred-size: 0 !important;
57
- flex-basis: 0 !important;
58
- overflow: hidden !important;
57
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
58
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
59
59
  }
60
60
  .e-splitter.e-splitter-horizontal {
61
61
  -ms-flex-direction: row;
@@ -88,8 +88,8 @@
88
88
  }
89
89
  .e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
90
90
  -ms-flex-preferred-size: 0 !important;
91
- flex-basis: 0 !important;
92
- overflow: hidden !important;
91
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
92
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
93
93
  }
94
94
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
95
95
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
@@ -489,4 +489,6 @@
489
489
  .e-splitter.e-disabled {
490
490
  opacity: 0.4;
491
491
  pointer-events: none;
492
- }
492
+ }
493
+
494
+ /* stylelint-disable-line no-empty-source */
@@ -53,8 +53,8 @@
53
53
  }
54
54
  .e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
55
55
  -ms-flex-preferred-size: 0 !important;
56
- flex-basis: 0 !important;
57
- overflow: hidden !important;
56
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
57
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
58
58
  }
59
59
  .e-splitter.e-splitter-horizontal {
60
60
  -ms-flex-direction: row;
@@ -87,8 +87,8 @@
87
87
  }
88
88
  .e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
89
89
  -ms-flex-preferred-size: 0 !important;
90
- flex-basis: 0 !important;
91
- overflow: hidden !important;
90
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
91
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
92
92
  }
93
93
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
94
94
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
@@ -488,4 +488,6 @@
488
488
  .e-splitter.e-disabled {
489
489
  opacity: 0.4;
490
490
  pointer-events: none;
491
- }
491
+ }
492
+
493
+ /* stylelint-disable-line no-empty-source */
@@ -47,8 +47,8 @@
47
47
  }
48
48
  .e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
49
49
  -ms-flex-preferred-size: 0 !important;
50
- flex-basis: 0 !important;
51
- overflow: hidden !important;
50
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
51
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
52
52
  }
53
53
  .e-splitter.e-splitter-horizontal {
54
54
  -ms-flex-direction: row;
@@ -81,8 +81,8 @@
81
81
  }
82
82
  .e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
83
83
  -ms-flex-preferred-size: 0 !important;
84
- flex-basis: 0 !important;
85
- overflow: hidden !important;
84
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
85
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
86
86
  }
87
87
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
88
88
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
@@ -482,4 +482,6 @@
482
482
  .e-splitter.e-disabled {
483
483
  opacity: 0.4;
484
484
  pointer-events: none;
485
- }
485
+ }
486
+
487
+ /* stylelint-disable-line no-empty-source */
@@ -47,8 +47,8 @@
47
47
  }
48
48
  .e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
49
49
  -ms-flex-preferred-size: 0 !important;
50
- flex-basis: 0 !important;
51
- overflow: hidden !important;
50
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
51
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
52
52
  }
53
53
  .e-splitter.e-splitter-horizontal {
54
54
  -ms-flex-direction: row;
@@ -81,8 +81,8 @@
81
81
  }
82
82
  .e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
83
83
  -ms-flex-preferred-size: 0 !important;
84
- flex-basis: 0 !important;
85
- overflow: hidden !important;
84
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
85
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
86
86
  }
87
87
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
88
88
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
@@ -482,4 +482,6 @@
482
482
  .e-splitter.e-disabled {
483
483
  opacity: 0.4;
484
484
  pointer-events: none;
485
- }
485
+ }
486
+
487
+ /* stylelint-disable-line no-empty-source */
@@ -54,8 +54,8 @@
54
54
  }
55
55
  .e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
56
56
  -ms-flex-preferred-size: 0 !important;
57
- flex-basis: 0 !important;
58
- overflow: hidden !important;
57
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
58
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
59
59
  }
60
60
  .e-splitter.e-splitter-horizontal {
61
61
  -ms-flex-direction: row;
@@ -88,8 +88,8 @@
88
88
  }
89
89
  .e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
90
90
  -ms-flex-preferred-size: 0 !important;
91
- flex-basis: 0 !important;
92
- overflow: hidden !important;
91
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
92
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
93
93
  }
94
94
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
95
95
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
@@ -489,4 +489,6 @@
489
489
  .e-splitter.e-disabled {
490
490
  opacity: 0.4;
491
491
  pointer-events: none;
492
- }
492
+ }
493
+
494
+ /* stylelint-disable-line no-empty-source */
@@ -54,8 +54,8 @@
54
54
  }
55
55
  .e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
56
56
  -ms-flex-preferred-size: 0 !important;
57
- flex-basis: 0 !important;
58
- overflow: hidden !important;
57
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
58
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
59
59
  }
60
60
  .e-splitter.e-splitter-horizontal {
61
61
  -ms-flex-direction: row;
@@ -88,8 +88,8 @@
88
88
  }
89
89
  .e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
90
90
  -ms-flex-preferred-size: 0 !important;
91
- flex-basis: 0 !important;
92
- overflow: hidden !important;
91
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
92
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
93
93
  }
94
94
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
95
95
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
@@ -489,4 +489,6 @@
489
489
  .e-splitter.e-disabled {
490
490
  opacity: 0.4;
491
491
  pointer-events: none;
492
- }
492
+ }
493
+
494
+ /* stylelint-disable-line no-empty-source */