@syncfusion/ej2-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 (145) 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 +3 -3
  6. package/dist/es6/ej2-layouts.es2015.js.map +1 -1
  7. package/dist/es6/ej2-layouts.es5.js +5 -4
  8. package/dist/es6/ej2-layouts.es5.js.map +1 -1
  9. package/dist/global/ej2-layouts.min.js +2 -2
  10. package/dist/global/ej2-layouts.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +7 -7
  13. package/src/dashboard-layout/dashboard-layout.js +2 -3
  14. package/src/splitter/splitter.d.ts +1 -0
  15. package/src/splitter/splitter.js +3 -1
  16. package/styles/avatar/_bootstrap-dark-definition.scss +0 -1
  17. package/styles/avatar/_fabric-dark-definition.scss +0 -1
  18. package/styles/avatar/_highcontrast-light-definition.scss +0 -1
  19. package/styles/avatar/_material-dark-definition.scss +0 -1
  20. package/styles/avatar/_theme.scss +1 -0
  21. package/styles/bootstrap-dark.css +11 -9
  22. package/styles/bootstrap.css +11 -9
  23. package/styles/bootstrap4.css +11 -9
  24. package/styles/bootstrap5-dark.css +11 -9
  25. package/styles/bootstrap5.css +11 -9
  26. package/styles/card/_all.scss +1 -1
  27. package/styles/card/_bootstrap-dark-definition.scss +6 -9
  28. package/styles/card/_bootstrap-definition.scss +2 -4
  29. package/styles/card/_bootstrap4-definition.scss +2 -4
  30. package/styles/card/_bootstrap5-definition.scss +8 -2
  31. package/styles/card/_fabric-dark-definition.scss +6 -9
  32. package/styles/card/_fabric-definition.scss +2 -4
  33. package/styles/card/_fluent-definition.scss +8 -2
  34. package/styles/card/_fusionnew-definition.scss +8 -2
  35. package/styles/card/_highcontrast-definition.scss +2 -4
  36. package/styles/card/_highcontrast-light-definition.scss +6 -9
  37. package/styles/card/_layout.scss +7 -8
  38. package/styles/card/_material-dark-definition.scss +7 -8
  39. package/styles/card/_material-definition.scss +4 -5
  40. package/styles/card/_material3-definition.scss +8 -2
  41. package/styles/card/_tailwind-definition.scss +7 -2
  42. package/styles/card/_theme.scss +3 -3
  43. package/styles/card/bootstrap-dark.css +5 -4
  44. package/styles/card/bootstrap.css +5 -4
  45. package/styles/card/bootstrap4.css +5 -4
  46. package/styles/card/bootstrap5-dark.css +5 -4
  47. package/styles/card/bootstrap5.css +5 -4
  48. package/styles/card/fabric-dark.css +5 -4
  49. package/styles/card/fabric.css +5 -4
  50. package/styles/card/fluent-dark.css +5 -4
  51. package/styles/card/fluent.css +5 -4
  52. package/styles/card/highcontrast-light.css +5 -4
  53. package/styles/card/highcontrast.css +5 -4
  54. package/styles/card/material-dark.css +5 -4
  55. package/styles/card/material.css +5 -4
  56. package/styles/card/tailwind-dark.css +3 -6
  57. package/styles/card/tailwind.css +3 -6
  58. package/styles/dashboard-layout/_bootstrap-dark-definition.scss +1 -3
  59. package/styles/dashboard-layout/_bootstrap-definition.scss +1 -3
  60. package/styles/dashboard-layout/_bootstrap4-definition.scss +2 -3
  61. package/styles/dashboard-layout/_bootstrap5-definition.scss +1 -2
  62. package/styles/dashboard-layout/_fabric-dark-definition.scss +1 -3
  63. package/styles/dashboard-layout/_fabric-definition.scss +1 -3
  64. package/styles/dashboard-layout/_fluent-definition.scss +1 -2
  65. package/styles/dashboard-layout/_fusionnew-definition.scss +1 -2
  66. package/styles/dashboard-layout/_highcontrast-definition.scss +1 -3
  67. package/styles/dashboard-layout/_highcontrast-light-definition.scss +1 -3
  68. package/styles/dashboard-layout/_layout.scss +0 -5
  69. package/styles/dashboard-layout/_material-dark-definition.scss +1 -3
  70. package/styles/dashboard-layout/_material-definition.scss +1 -3
  71. package/styles/dashboard-layout/_material3-definition.scss +1 -2
  72. package/styles/dashboard-layout/_tailwind-definition.scss +1 -2
  73. package/styles/dashboard-layout/bootstrap-dark.css +1 -0
  74. package/styles/dashboard-layout/bootstrap.css +1 -0
  75. package/styles/dashboard-layout/bootstrap4.css +1 -0
  76. package/styles/dashboard-layout/bootstrap5-dark.css +1 -0
  77. package/styles/dashboard-layout/bootstrap5.css +1 -0
  78. package/styles/dashboard-layout/fabric-dark.css +1 -0
  79. package/styles/dashboard-layout/fabric.css +1 -0
  80. package/styles/dashboard-layout/fluent-dark.css +1 -0
  81. package/styles/dashboard-layout/fluent.css +1 -0
  82. package/styles/dashboard-layout/highcontrast-light.css +1 -0
  83. package/styles/dashboard-layout/highcontrast.css +1 -0
  84. package/styles/dashboard-layout/icons/_bootstrap-dark.scss +0 -1
  85. package/styles/dashboard-layout/icons/_bootstrap.scss +0 -1
  86. package/styles/dashboard-layout/icons/_bootstrap4.scss +0 -1
  87. package/styles/dashboard-layout/icons/_bootstrap5.scss +0 -1
  88. package/styles/dashboard-layout/icons/_fabric-dark.scss +0 -2
  89. package/styles/dashboard-layout/icons/_fabric.scss +0 -2
  90. package/styles/dashboard-layout/icons/_fluent.scss +0 -1
  91. package/styles/dashboard-layout/icons/_fusionnew.scss +0 -1
  92. package/styles/dashboard-layout/icons/_highcontrast.scss +0 -1
  93. package/styles/dashboard-layout/icons/_material-dark.scss +0 -1
  94. package/styles/dashboard-layout/icons/_material.scss +0 -1
  95. package/styles/dashboard-layout/icons/_material3.scss +0 -1
  96. package/styles/dashboard-layout/icons/_tailwind-dark.scss +0 -1
  97. package/styles/dashboard-layout/icons/_tailwind.scss +0 -1
  98. package/styles/dashboard-layout/material-dark.css +1 -0
  99. package/styles/dashboard-layout/material.css +1 -0
  100. package/styles/dashboard-layout/tailwind-dark.css +1 -0
  101. package/styles/dashboard-layout/tailwind.css +1 -0
  102. package/styles/fabric-dark.css +11 -9
  103. package/styles/fabric.css +11 -9
  104. package/styles/fluent-dark.css +11 -9
  105. package/styles/fluent.css +11 -9
  106. package/styles/highcontrast-light.css +11 -9
  107. package/styles/highcontrast.css +11 -9
  108. package/styles/material-dark.css +11 -9
  109. package/styles/material.css +11 -9
  110. package/styles/splitter/_all.scss +1 -1
  111. package/styles/splitter/_bootstrap-dark-definition.scss +1 -0
  112. package/styles/splitter/_bootstrap-definition.scss +1 -0
  113. package/styles/splitter/_bootstrap4-definition.scss +1 -0
  114. package/styles/splitter/_bootstrap5-definition.scss +4 -1
  115. package/styles/splitter/_definition.scss +1 -0
  116. package/styles/splitter/_fabric-dark-definition.scss +1 -0
  117. package/styles/splitter/_fabric-definition.scss +1 -0
  118. package/styles/splitter/_fluent-definition.scss +2 -0
  119. package/styles/splitter/_fusionnew-definition.scss +4 -1
  120. package/styles/splitter/_highcontrast-definition.scss +1 -0
  121. package/styles/splitter/_highcontrast-light-definition.scss +1 -0
  122. package/styles/splitter/_layout.scss +8 -9
  123. package/styles/splitter/_material-dark-definition.scss +1 -0
  124. package/styles/splitter/_material-definition.scss +1 -0
  125. package/styles/splitter/_material3-definition.scss +4 -1
  126. package/styles/splitter/_responsive.scss +1 -0
  127. package/styles/splitter/_tailwind-definition.scss +4 -1
  128. package/styles/splitter/_theme.scss +2 -2
  129. package/styles/splitter/bootstrap-dark.css +7 -5
  130. package/styles/splitter/bootstrap.css +7 -5
  131. package/styles/splitter/bootstrap4.css +7 -5
  132. package/styles/splitter/bootstrap5-dark.css +7 -5
  133. package/styles/splitter/bootstrap5.css +7 -5
  134. package/styles/splitter/fabric-dark.css +7 -5
  135. package/styles/splitter/fabric.css +7 -5
  136. package/styles/splitter/fluent-dark.css +7 -5
  137. package/styles/splitter/fluent.css +7 -5
  138. package/styles/splitter/highcontrast-light.css +7 -5
  139. package/styles/splitter/highcontrast.css +7 -5
  140. package/styles/splitter/material-dark.css +7 -5
  141. package/styles/splitter/material.css +7 -5
  142. package/styles/splitter/tailwind-dark.css +7 -5
  143. package/styles/splitter/tailwind.css +7 -5
  144. package/styles/tailwind-dark.css +9 -11
  145. package/styles/tailwind.css +9 -11
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 20.2.45
3
+ * version : 20.3.47
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-layouts@*",
3
- "_id": "@syncfusion/ej2-layouts@20.2.43",
3
+ "_id": "@syncfusion/ej2-layouts@19.8.9",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-sf1Yp2jURCkFs5HY1FmzkDnFcIgNFETDS5ok+/GQXc+5DEKnraDT3uLJAP85q2n1h493UdT+u3cc0YgX5m4xpw==",
5
+ "_integrity": "sha512-9pX/RW+qoUdKRtUKeb2HbHK8n+fCL+kq+lGtogw1e2MHJuEKxq9O2H2Cyf95Ngg9svZYymG9bldKMIsAFTBh+w==",
6
6
  "_location": "/@syncfusion/ej2-layouts",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -27,8 +27,8 @@
27
27
  "/@syncfusion/ej2-react-layouts",
28
28
  "/@syncfusion/ej2-vue-layouts"
29
29
  ],
30
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-layouts/-/ej2-layouts-20.2.43.tgz",
31
- "_shasum": "aade8b2f52fdae56e814b25275150be790e1b39e",
30
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-layouts/-/ej2-layouts-19.8.9.tgz",
31
+ "_shasum": "539f246fa7ad0466b424093597c955d94c8b6cd8",
32
32
  "_spec": "@syncfusion/ej2-layouts@*",
33
33
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
34
34
  "author": {
@@ -36,12 +36,12 @@
36
36
  },
37
37
  "bundleDependencies": false,
38
38
  "dependencies": {
39
- "@syncfusion/ej2-base": "~20.2.45"
39
+ "@syncfusion/ej2-base": "~20.3.47"
40
40
  },
41
41
  "deprecated": false,
42
42
  "description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person.",
43
43
  "devDependencies": {},
44
- "es2015": "./dist/es6/ej2-layouts.es2015.js",
44
+ "es2015": "./dist/es6/ej2-layouts.es5.js",
45
45
  "keywords": [
46
46
  "ej2",
47
47
  "syncfusion",
@@ -76,6 +76,6 @@
76
76
  "url": "https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/layouts"
77
77
  },
78
78
  "typings": "index.d.ts",
79
- "version": "20.2.45",
79
+ "version": "20.3.47",
80
80
  "sideEffects": false
81
81
  }
@@ -207,7 +207,6 @@ var DashboardLayout = /** @class */ (function (_super) {
207
207
  var td = document.createElement('td');
208
208
  td.classList.add('e-dashboard-gridline');
209
209
  this.setAttributes({ value: { row: i.toString(), col: j.toString(), sizeX: '1', sizeY: '1' } }, td);
210
- td.setAttribute('id', '' + j);
211
210
  this.setPanelPosition(td, i, j);
212
211
  this.setHeightAndWidth(td, { row: i, col: j, sizeX: 1, sizeY: 1 });
213
212
  tr.appendChild(td);
@@ -764,13 +763,13 @@ var DashboardLayout = /** @class */ (function (_super) {
764
763
  }
765
764
  };
766
765
  DashboardLayout.prototype.getMinWidth = function (item) {
767
- return (item.minSizeX) * this.getCellSize()[0];
766
+ return (((item.minSizeX) * this.getCellSize()[0]) + (item.minSizeX - 1) * this.cellSpacing[0]);
768
767
  };
769
768
  DashboardLayout.prototype.getMaxWidth = function (item) {
770
769
  return (item.maxSizeX) * this.getCellSize()[0];
771
770
  };
772
771
  DashboardLayout.prototype.getMinHeight = function (item) {
773
- return (item.minSizeY) * this.getCellSize()[1];
772
+ return (((item.minSizeY) * this.getCellSize()[1]) + (item.minSizeY - 1) * this.cellSpacing[1]);
774
773
  };
775
774
  DashboardLayout.prototype.getMaxHeight = function (item) {
776
775
  return (item.maxSizeY) * this.getCellSize()[1];
@@ -297,6 +297,7 @@ export declare class Splitter extends Component<HTMLElement> {
297
297
  * @blazorProperty 'Collapsed'
298
298
  */
299
299
  collapsed: EmitType<ExpandedEventArgs>;
300
+ protected needsID: boolean;
300
301
  /**
301
302
  * Triggers when after panes get expanded.
302
303
  *
@@ -118,7 +118,9 @@ var Splitter = /** @class */ (function (_super) {
118
118
  * @param element - Specifies the element that is rendered as an Splitter.
119
119
  */
120
120
  function Splitter(options, element) {
121
- return _super.call(this, options, element) || this;
121
+ var _this = _super.call(this, options, element) || this;
122
+ _this.needsID = true;
123
+ return _this;
122
124
  }
123
125
  /**
124
126
  * Gets called when the model property changes.The data that describes the old and new values of the property that changed.
@@ -1,4 +1,3 @@
1
-
2
1
  // Avatar Base
3
2
  $avatar-base-border-radius: 5px !default;
4
3
  $avatar-base-font-size: 1em !default;
@@ -1,4 +1,3 @@
1
-
2
1
  // Avatar Base
3
2
  $avatar-base-border-radius: 5px !default;
4
3
  $avatar-base-font-size: 1em !default;
@@ -1,4 +1,3 @@
1
-
2
1
  // Avatar Base
3
2
  $avatar-base-border-radius: 5px !default;
4
3
  $avatar-base-font-size: 1em !default;
@@ -1,4 +1,3 @@
1
-
2
1
  // Avatar Base
3
2
  $avatar-base-border-radius: 5px !default;
4
3
  $avatar-base-font-size: 1em !default;
@@ -0,0 +1 @@
1
+ /* stylelint-disable-line no-empty-source */
@@ -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: #6e6e6e;
@@ -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 bootstrap-definitions and variables */
1050
+ /* stylelint-disable-line no-empty-source */ /*! component's theme wise override bootstrap-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;
@@ -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: 14px;
341
- font-weight: 400;
341
+ font-weight: normal;
342
342
  line-height: normal;
343
343
  }
344
344
  .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
345
345
  font-size: 14px;
346
- font-weight: 400;
346
+ font-weight: normal;
347
347
  line-height: normal;
348
348
  padding: 6px 0 0;
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: #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 bootstrap-definitions and variables */
1051
+ /* stylelint-disable-line no-empty-source */ /*! component's theme wise override bootstrap-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;
@@ -343,12 +343,12 @@
343
343
  }
344
344
  .e-card .e-card-header .e-card-header-caption .e-card-header-title {
345
345
  font-size: 14px;
346
- font-weight: 400;
346
+ font-weight: normal;
347
347
  line-height: 21px;
348
348
  }
349
349
  .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
350
350
  font-size: 14px;
351
- font-weight: 400;
351
+ font-weight: normal;
352
352
  line-height: 16px;
353
353
  padding: 10px 0 0;
354
354
  }
@@ -456,8 +456,8 @@
456
456
  text-overflow: ellipsis;
457
457
  width: inherit;
458
458
  }
459
- .e-card .e-card-actions .e-card-btn else,
460
- .e-card .e-card-actions a else {
459
+ .e-card .e-card-actions .e-card-btn,
460
+ .e-card .e-card-actions a {
461
461
  border-radius: 2px;
462
462
  }
463
463
  .e-card .e-card-actions .e-card-btn,
@@ -493,6 +493,7 @@
493
493
  }
494
494
 
495
495
  /*! card theme */
496
+ /* stylelint-disable property-no-vendor-prefix */
496
497
  .e-card {
497
498
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
498
499
  background-color: #fff;
@@ -614,8 +615,8 @@
614
615
  }
615
616
  .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 {
616
617
  -ms-flex-preferred-size: 0 !important;
617
- flex-basis: 0 !important;
618
- overflow: hidden !important;
618
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
619
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
619
620
  }
620
621
  .e-splitter.e-splitter-horizontal {
621
622
  -ms-flex-direction: row;
@@ -648,8 +649,8 @@
648
649
  }
649
650
  .e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
650
651
  -ms-flex-preferred-size: 0 !important;
651
- flex-basis: 0 !important;
652
- overflow: hidden !important;
652
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
653
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
653
654
  }
654
655
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
655
656
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
@@ -1051,7 +1052,8 @@
1051
1052
  pointer-events: none;
1052
1053
  }
1053
1054
 
1054
- /*! component's theme wise override bootstrap-definitions and variables */
1055
+ /* stylelint-disable-line no-empty-source */ /*! component's theme wise override bootstrap-definitions and variables */
1056
+ /* stylelint-disable */
1055
1057
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
1056
1058
  height: 100%;
1057
1059
  padding: 20px 0;
@@ -352,12 +352,12 @@
352
352
  }
353
353
  .e-card .e-card-header .e-card-header-caption .e-card-header-title {
354
354
  font-size: 16px;
355
- font-weight: 400;
355
+ font-weight: normal;
356
356
  line-height: 1.5;
357
357
  }
358
358
  .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
359
359
  font-size: 14px;
360
- font-weight: 400;
360
+ font-weight: normal;
361
361
  line-height: 1.5;
362
362
  padding: 4px 0 0;
363
363
  }
@@ -465,8 +465,8 @@
465
465
  text-overflow: ellipsis;
466
466
  width: inherit;
467
467
  }
468
- .e-card .e-card-actions .e-card-btn else,
469
- .e-card .e-card-actions a else {
468
+ .e-card .e-card-actions .e-card-btn,
469
+ .e-card .e-card-actions a {
470
470
  border-radius: 2px;
471
471
  }
472
472
  .e-card .e-card-actions .e-card-btn,
@@ -502,6 +502,7 @@
502
502
  }
503
503
 
504
504
  /*! card theme */
505
+ /* stylelint-disable property-no-vendor-prefix */
505
506
  .e-card {
506
507
  -webkit-tap-highlight-color: #0d6efd;
507
508
  background-color: #212529;
@@ -617,8 +618,8 @@
617
618
  }
618
619
  .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 {
619
620
  -ms-flex-preferred-size: 0 !important;
620
- flex-basis: 0 !important;
621
- overflow: hidden !important;
621
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
622
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
622
623
  }
623
624
  .e-splitter.e-splitter-horizontal {
624
625
  -ms-flex-direction: row;
@@ -651,8 +652,8 @@
651
652
  }
652
653
  .e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
653
654
  -ms-flex-preferred-size: 0 !important;
654
- flex-basis: 0 !important;
655
- overflow: hidden !important;
655
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
656
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
656
657
  }
657
658
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
658
659
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
@@ -1054,7 +1055,8 @@
1054
1055
  pointer-events: none;
1055
1056
  }
1056
1057
 
1057
- /*! component's theme wise override tailwind-definitions and variables */
1058
+ /* stylelint-disable-line no-empty-source */ /*! component's theme wise override tailwind-definitions and variables */
1059
+ /* stylelint-disable */
1058
1060
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
1059
1061
  height: 100%;
1060
1062
  padding: 20px 0;
@@ -352,12 +352,12 @@
352
352
  }
353
353
  .e-card .e-card-header .e-card-header-caption .e-card-header-title {
354
354
  font-size: 16px;
355
- font-weight: 400;
355
+ font-weight: normal;
356
356
  line-height: 1.5;
357
357
  }
358
358
  .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
359
359
  font-size: 14px;
360
- font-weight: 400;
360
+ font-weight: normal;
361
361
  line-height: 1.5;
362
362
  padding: 4px 0 0;
363
363
  }
@@ -465,8 +465,8 @@
465
465
  text-overflow: ellipsis;
466
466
  width: inherit;
467
467
  }
468
- .e-card .e-card-actions .e-card-btn else,
469
- .e-card .e-card-actions a else {
468
+ .e-card .e-card-actions .e-card-btn,
469
+ .e-card .e-card-actions a {
470
470
  border-radius: 2px;
471
471
  }
472
472
  .e-card .e-card-actions .e-card-btn,
@@ -502,6 +502,7 @@
502
502
  }
503
503
 
504
504
  /*! card theme */
505
+ /* stylelint-disable property-no-vendor-prefix */
505
506
  .e-card {
506
507
  -webkit-tap-highlight-color: #0d6efd;
507
508
  background-color: #fff;
@@ -617,8 +618,8 @@
617
618
  }
618
619
  .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 {
619
620
  -ms-flex-preferred-size: 0 !important;
620
- flex-basis: 0 !important;
621
- overflow: hidden !important;
621
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
622
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
622
623
  }
623
624
  .e-splitter.e-splitter-horizontal {
624
625
  -ms-flex-direction: row;
@@ -651,8 +652,8 @@
651
652
  }
652
653
  .e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
653
654
  -ms-flex-preferred-size: 0 !important;
654
- flex-basis: 0 !important;
655
- overflow: hidden !important;
655
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
656
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
656
657
  }
657
658
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
658
659
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
@@ -1054,7 +1055,8 @@
1054
1055
  pointer-events: none;
1055
1056
  }
1056
1057
 
1057
- /*! component's theme wise override tailwind-definitions and variables */
1058
+ /* stylelint-disable-line no-empty-source */ /*! component's theme wise override tailwind-definitions and variables */
1059
+ /* stylelint-disable */
1058
1060
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
1059
1061
  height: 100%;
1060
1062
  padding: 20px 0;
@@ -1,2 +1,2 @@
1
- @import 'layout.scss';
1
+ @import 'layout.scss';
2
2
  @import 'theme.scss';
@@ -1,9 +1,8 @@
1
-
2
1
  /*! component's default definitions and variables */
3
2
  $skin-name: 'material' !default;
4
3
  $card-img-brdr-radious: 50% !default;
5
4
  $card-brdr-radious: $border-radius !default;
6
- $card-action-btn-txt-transform: none !default;;
5
+ $card-action-btn-txt-transform: none !default;
7
6
  $card-bg-color: $default-bg-color !default;
8
7
  $card-focus-bg-color: $default-bg-color !default;
9
8
  $card-hover-bg-color: $default-bg-color !default;
@@ -94,14 +93,13 @@ $card-image-title-bigger-font: 24px !default;
94
93
  $card-action-btn-bigger-icon-width: 24px !default;
95
94
  $card-action-btn-bigger-icon-height: 24px !default;
96
95
 
97
-
98
96
  //color
99
97
 
100
- $card-brdr-size: 1px !default;
98
+ $card-brdr-size: 1px !default;
101
99
  $card-brdr-type: solid !default;
102
100
  $card-brdr-color: $default-border-color !default;
103
101
  $card-sep-margin: 16px 0 !default;
104
- $card-sep-brdr-size: 1px !default;
102
+ $card-sep-brdr-size: 1px !default;
105
103
  $card-sep-brdr-type: solid !default;
106
104
  $card-sep-brdr-color: $default-border-color !default;
107
105
  $card-image-title-color: $default-font-color !default;
@@ -123,6 +121,7 @@ $card-header-txt-title-color: $default-font-color !default;
123
121
  $card-header-txt-subtitle-color: $default-font-color !default;
124
122
  $card-content-font-color: $card-header-txt-subtitle-color !default;
125
123
  $card-action-btn-icon-color: $default-font-color !default;
124
+
126
125
  /*! component's theme wise override material-definitions and variables */
127
126
  $skin-name: 'bootstrap' !default;
128
127
  $card-img-brdr-radious: 50% !default;
@@ -172,7 +171,6 @@ $card-image-title-font: 17px !default;
172
171
  $card-action-btn-icon-width: 24px !default;
173
172
  $card-action-btn-icon-height: 24px !default;
174
173
 
175
-
176
174
  // Touch
177
175
 
178
176
  $card-bigger-lheight: 45px !default;
@@ -208,14 +206,13 @@ $card-image-title-bigger-font: 17px !default;
208
206
  $card-action-btn-bigger-icon-width: 24px !default;
209
207
  $card-action-btn-bigger-icon-height: 24px !default;
210
208
 
211
-
212
209
  // color
213
210
 
214
211
  $card-bg-color: $grey-white !default;
215
- $card-brdr-size: 1px !default;
212
+ $card-brdr-size: 1px !default;
216
213
  $card-brdr-type: solid !default;
217
214
  $card-brdr-color: $grey-dd !default;
218
- $card-sep-brdr-size: 1px !default;
215
+ $card-sep-brdr-size: 1px !default;
219
216
  $card-sep-brdr-type: solid !default;
220
217
  $card-sep-brdr-color: $grey-dd !default;
221
218
  $card-image-title-color: $grey-dark-font !default;
@@ -50,7 +50,6 @@ $card-image-title-font: 17px !default;
50
50
  $card-action-btn-icon-width: 24px !default;
51
51
  $card-action-btn-icon-height: 24px !default;
52
52
 
53
-
54
53
  // Touch
55
54
 
56
55
  $card-bigger-lheight: 45px !default;
@@ -86,14 +85,13 @@ $card-image-title-bigger-font: 17px !default;
86
85
  $card-action-btn-bigger-icon-width: 24px !default;
87
86
  $card-action-btn-bigger-icon-height: 24px !default;
88
87
 
89
-
90
88
  // color
91
89
 
92
90
  $card-bg-color: $grey-white !default;
93
- $card-brdr-size: 1px !default;
91
+ $card-brdr-size: 1px !default;
94
92
  $card-brdr-type: solid !default;
95
93
  $card-brdr-color: $grey-dd !default;
96
- $card-sep-brdr-size: 1px !default;
94
+ $card-sep-brdr-size: 1px !default;
97
95
  $card-sep-brdr-type: solid !default;
98
96
  $card-sep-brdr-color: $grey-dd !default;
99
97
  $card-image-title-color: $grey-dark-font !default;
@@ -50,7 +50,6 @@ $card-image-title-font: 20px !default;
50
50
  $card-action-btn-icon-width: 24px !default;
51
51
  $card-action-btn-icon-height: 24px !default;
52
52
 
53
-
54
53
  // Touch
55
54
 
56
55
  $card-bigger-lheight: 45px !default;
@@ -87,14 +86,13 @@ $card-image-title-bigger-font: 20px !default;
87
86
  $card-action-btn-bigger-icon-width: 24px !default;
88
87
  $card-action-btn-bigger-icon-height: 24px !default;
89
88
 
90
-
91
89
  // color
92
90
 
93
91
  $card-bg-color: $white !default;
94
- $card-brdr-size: 1px !default;
92
+ $card-brdr-size: 1px !default;
95
93
  $card-brdr-type: solid !default;
96
94
  $card-brdr-color: rgba($black, .12) !default;
97
- $card-sep-brdr-size: 1px !default;
95
+ $card-sep-brdr-size: 1px !default;
98
96
  $card-sep-brdr-type: solid !default;
99
97
  $card-sep-brdr-color: rgba($black, .12) !default;
100
98
  $card-image-title-color: $white !default;
@@ -1,8 +1,10 @@
1
1
  $skin-name: 'bootstrap5' !default;
2
+
2
3
  //Layout Variables Start
3
4
  $card-img-brdr-radious: 50% !default;
4
5
  $card-brdr-radious: 4px !default;
5
6
  $card-action-btn-txt-transform: none !default;
7
+
6
8
  // Font
7
9
  $card-header-font: $text-base !default;
8
10
  $card-title-font: $text-lg !default;
@@ -12,6 +14,7 @@ $card-content-font-size: $text-sm !default;
12
14
  $card-content-bigger-font-size: $text-base !default;
13
15
  $card-header-title-font: $text-base !default;
14
16
  $card-header-sub-title-font: $text-sm !default;
17
+
15
18
  // Mouse
16
19
  $card-content-line-height: $leading-normal !default;
17
20
  $card-nrml-lheight: 36px !default;
@@ -45,6 +48,7 @@ $card-header-txt-nrml-subtitle-font: $text-sm !default;
45
48
  $card-image-title-font: $text-base !default;
46
49
  $card-action-btn-icon-width: 24px !default;
47
50
  $card-action-btn-icon-height: 24px !default;
51
+
48
52
  // Touch
49
53
  $card-bigger-lheight: 48px !default;
50
54
  $card-bigger-mheight: 48px !default;
@@ -80,6 +84,7 @@ $card-action-btn-bigger-icon-width: 24px !default;
80
84
  $card-action-btn-bigger-icon-height: 24px !default;
81
85
  $card-image-title-nrml-padding: 12px 16px !default;
82
86
  $card-action-nrml-padding: 12px !default;
87
+
83
88
  //Layout Variables End
84
89
 
85
90
  //Theme Variables Start
@@ -91,10 +96,10 @@ $card-active-bg-color: $content-bg-color !default;
91
96
  $card-focus-brdr-color: $border-light !default;
92
97
  $card-hover-brdr-color: $border-dark !default;
93
98
  $card-active-brdr-color: $primary !default;
94
- $card-brdr-size: 1px !default;
99
+ $card-brdr-size: 1px !default;
95
100
  $card-brdr-type: solid !default;
96
101
  $card-brdr-color: $border-light !default;
97
- $card-sep-brdr-size: 1px !default;
102
+ $card-sep-brdr-size: 1px !default;
98
103
  $card-sep-brdr-type: solid !default;
99
104
  $card-sep-brdr-color: $border-light !default;
100
105
  $card-image-title-color: $white !default;
@@ -118,4 +123,5 @@ $card-content-font-color: $content-text-color-alt1 !default;
118
123
  $card-box-shadow: none !default;
119
124
  $card-action-btn-icon-color: $primary !default;
120
125
  $card-hover-box-shadow: none !default;
126
+
121
127
  //Theme Variables End