@syncfusion/ej2-vue-layouts 20.2.46 → 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 (76) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/dist/ej2-vue-layouts.umd.min.js +1 -1
  3. package/dist/es6/ej2-vue-layouts.es2015.js +20 -24
  4. package/dist/es6/ej2-vue-layouts.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-layouts.es5.js +20 -24
  6. package/dist/es6/ej2-vue-layouts.es5.js.map +1 -1
  7. package/dist/global/ej2-vue-layouts.min.js +2 -2
  8. package/package.json +8 -8
  9. package/src/dashboard-layout/dashboardlayout.component.d.ts +0 -1
  10. package/src/dashboard-layout/dashboardlayout.component.js +3 -4
  11. package/src/dashboard-layout/panels.directive.d.ts +0 -1
  12. package/src/dashboard-layout/panels.directive.js +5 -6
  13. package/src/splitter/panesettings.directive.d.ts +0 -1
  14. package/src/splitter/panesettings.directive.js +5 -6
  15. package/src/splitter/splitter.component.d.ts +0 -1
  16. package/src/splitter/splitter.component.js +3 -4
  17. package/styles/bootstrap-dark.css +11 -9
  18. package/styles/bootstrap.css +11 -9
  19. package/styles/bootstrap4.css +11 -9
  20. package/styles/bootstrap5-dark.css +11 -9
  21. package/styles/bootstrap5.css +11 -9
  22. package/styles/card/bootstrap-dark.css +5 -4
  23. package/styles/card/bootstrap.css +5 -4
  24. package/styles/card/bootstrap4.css +5 -4
  25. package/styles/card/bootstrap5-dark.css +5 -4
  26. package/styles/card/bootstrap5.css +5 -4
  27. package/styles/card/fabric-dark.css +5 -4
  28. package/styles/card/fabric.css +5 -4
  29. package/styles/card/fluent-dark.css +5 -4
  30. package/styles/card/fluent.css +5 -4
  31. package/styles/card/highcontrast-light.css +5 -4
  32. package/styles/card/highcontrast.css +5 -4
  33. package/styles/card/material-dark.css +5 -4
  34. package/styles/card/material.css +5 -4
  35. package/styles/card/tailwind-dark.css +3 -6
  36. package/styles/card/tailwind.css +3 -6
  37. package/styles/dashboard-layout/bootstrap-dark.css +1 -0
  38. package/styles/dashboard-layout/bootstrap.css +1 -0
  39. package/styles/dashboard-layout/bootstrap4.css +1 -0
  40. package/styles/dashboard-layout/bootstrap5-dark.css +1 -0
  41. package/styles/dashboard-layout/bootstrap5.css +1 -0
  42. package/styles/dashboard-layout/fabric-dark.css +1 -0
  43. package/styles/dashboard-layout/fabric.css +1 -0
  44. package/styles/dashboard-layout/fluent-dark.css +1 -0
  45. package/styles/dashboard-layout/fluent.css +1 -0
  46. package/styles/dashboard-layout/highcontrast-light.css +1 -0
  47. package/styles/dashboard-layout/highcontrast.css +1 -0
  48. package/styles/dashboard-layout/material-dark.css +1 -0
  49. package/styles/dashboard-layout/material.css +1 -0
  50. package/styles/dashboard-layout/tailwind-dark.css +1 -0
  51. package/styles/dashboard-layout/tailwind.css +1 -0
  52. package/styles/fabric-dark.css +11 -9
  53. package/styles/fabric.css +11 -9
  54. package/styles/fluent-dark.css +11 -9
  55. package/styles/fluent.css +11 -9
  56. package/styles/highcontrast-light.css +11 -9
  57. package/styles/highcontrast.css +11 -9
  58. package/styles/material-dark.css +11 -9
  59. package/styles/material.css +11 -9
  60. package/styles/splitter/bootstrap-dark.css +7 -5
  61. package/styles/splitter/bootstrap.css +7 -5
  62. package/styles/splitter/bootstrap4.css +7 -5
  63. package/styles/splitter/bootstrap5-dark.css +7 -5
  64. package/styles/splitter/bootstrap5.css +7 -5
  65. package/styles/splitter/fabric-dark.css +7 -5
  66. package/styles/splitter/fabric.css +7 -5
  67. package/styles/splitter/fluent-dark.css +7 -5
  68. package/styles/splitter/fluent.css +7 -5
  69. package/styles/splitter/highcontrast-light.css +7 -5
  70. package/styles/splitter/highcontrast.css +7 -5
  71. package/styles/splitter/material-dark.css +7 -5
  72. package/styles/splitter/material.css +7 -5
  73. package/styles/splitter/tailwind-dark.css +7 -5
  74. package/styles/splitter/tailwind.css +7 -5
  75. package/styles/tailwind-dark.css +9 -11
  76. package/styles/tailwind.css +9 -11
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-layouts@*",
3
- "_id": "@syncfusion/ej2-vue-layouts@20.2.45",
3
+ "_id": "@syncfusion/ej2-vue-layouts@19.8.9",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Xdthn45h7f+d7WvwQ162lrVvbXtuAGSEl2fdNVdsi1BNSJMzrWCk0F6XwwTbojfmKvZriSkXY4moVcCZ7x93Uw==",
5
+ "_integrity": "sha512-O6beT8VpfAnpGcWnlFgWOr2bmPKTDFJ3bS0h6LuOPJg/tM3YHf76zgpiMtr6/D2niWHdLi7XGZtLhbpNIPUyow==",
6
6
  "_location": "/@syncfusion/ej2-vue-layouts",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-layouts/-/ej2-vue-layouts-20.2.45.tgz",
23
- "_shasum": "d37c55200a5bf2487a3cb6532eff54b320fe0933",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-layouts/-/ej2-vue-layouts-19.8.9.tgz",
23
+ "_shasum": "35b841d0b65357b0032372d9be058babb6f9f184",
24
24
  "_spec": "@syncfusion/ej2-vue-layouts@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.2.46",
35
- "@syncfusion/ej2-layouts": "20.2.46",
36
- "@syncfusion/ej2-vue-base": "~20.2.45"
34
+ "@syncfusion/ej2-base": "~20.3.47",
35
+ "@syncfusion/ej2-layouts": "20.3.47",
36
+ "@syncfusion/ej2-vue-base": "~20.3.47"
37
37
  },
38
38
  "deprecated": false,
39
39
  "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. for Vue",
@@ -68,6 +68,6 @@
68
68
  "scripts": {
69
69
  "postinstall": "node ../ej2-vue-base/postinstall.js"
70
70
  },
71
- "version": "20.2.46",
71
+ "version": "20.3.47",
72
72
  "sideEffects": false
73
73
  }
@@ -5,7 +5,6 @@ export declare const testProp: any;
5
5
  export declare const props: any;
6
6
  export declare const watch: any;
7
7
  export declare const emitProbs: any;
8
- export declare const isExecute: any;
9
8
  /**
10
9
  * Represents the Essential JS 2 VueJS DashboardLayout Component.
11
10
  * ```html
@@ -17,7 +17,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
17
17
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
18
18
  return c > 3 && r && Object.defineProperty(target, key, r), r;
19
19
  };
20
- import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';
20
+ import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@syncfusion/ej2-vue-base';
21
21
  import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
22
22
  import { DashboardLayout } from '@syncfusion/ej2-layouts';
23
23
  import { PanelsDirective, PanelDirective, PanelsPlugin, PanelPlugin } from './panels.directive';
@@ -33,7 +33,6 @@ for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
33
33
  var props_1 = modelProps_1[_i];
34
34
  emitProbs.push('update:' + props_1);
35
35
  }
36
- export var isExecute = gh ? false : true;
37
36
  /**
38
37
  * Represents the Essential JS 2 VueJS DashboardLayout Component.
39
38
  * ```html
@@ -108,10 +107,10 @@ var DashboardLayoutComponent = /** @class */ (function (_super) {
108
107
  }
109
108
  };
110
109
  DashboardLayoutComponent.prototype.render = function (createElement) {
111
- var h = gh || createElement;
110
+ var h = !isExecute ? gh : createElement;
112
111
  var slots = null;
113
112
  if (!isNullOrUndefined(this.$slots.default)) {
114
- slots = gh ? this.$slots.default() : this.$slots.default;
113
+ slots = !isExecute ? this.$slots.default() : this.$slots.default;
115
114
  }
116
115
  return h('div', slots);
117
116
  };
@@ -1,4 +1,3 @@
1
- export declare const isExecute: any;
2
1
  declare let vueImport: any;
3
2
  export declare class PanelsDirective extends vueImport {
4
3
  constructor();
@@ -17,12 +17,11 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
17
17
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
18
18
  return c > 3 && r && Object.defineProperty(target, key, r), r;
19
19
  };
20
- import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
20
+ import { EJComponentDecorator, allVue, gh, isExecute } from '@syncfusion/ej2-vue-base';
21
21
  import * as Vue3 from 'vue-class-component';
22
22
  import { isNullOrUndefined } from '@syncfusion/ej2-base';
23
23
  import Vue from 'vue';
24
24
  import { Options } from 'vue-class-component';
25
- export var isExecute = gh ? false : true;
26
25
  var vueImport;
27
26
  if (!isExecute || parseInt(allVue.version) < 3) {
28
27
  vueImport = Vue3.Vue;
@@ -36,18 +35,18 @@ var PanelsDirective = /** @class */ (function (_super) {
36
35
  return _super.call(this, arguments) || this;
37
36
  }
38
37
  PanelsDirective.prototype.render = function (createElement) {
39
- if (gh) {
40
- var h = gh || createElement;
38
+ if (!isExecute) {
39
+ var h = !isExecute ? gh : createElement;
41
40
  var slots = null;
42
41
  if (!isNullOrUndefined(this.$slots.default)) {
43
- slots = gh ? this.$slots.default() : this.$slots.default;
42
+ slots = !isExecute ? this.$slots.default() : this.$slots.default;
44
43
  }
45
44
  return h('div', { class: 'e-directive' }, slots);
46
45
  }
47
46
  return;
48
47
  };
49
48
  PanelsDirective.prototype.updated = function () {
50
- if (gh && this.custom) {
49
+ if (!isExecute && this.custom) {
51
50
  this.custom();
52
51
  }
53
52
  };
@@ -1,4 +1,3 @@
1
- export declare const isExecute: any;
2
1
  declare let vueImport: any;
3
2
  export declare class PanesDirective extends vueImport {
4
3
  constructor();
@@ -17,12 +17,11 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
17
17
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
18
18
  return c > 3 && r && Object.defineProperty(target, key, r), r;
19
19
  };
20
- import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
20
+ import { EJComponentDecorator, allVue, gh, isExecute } from '@syncfusion/ej2-vue-base';
21
21
  import * as Vue3 from 'vue-class-component';
22
22
  import { isNullOrUndefined } from '@syncfusion/ej2-base';
23
23
  import Vue from 'vue';
24
24
  import { Options } from 'vue-class-component';
25
- export var isExecute = gh ? false : true;
26
25
  var vueImport;
27
26
  if (!isExecute || parseInt(allVue.version) < 3) {
28
27
  vueImport = Vue3.Vue;
@@ -36,18 +35,18 @@ var PanesDirective = /** @class */ (function (_super) {
36
35
  return _super.call(this, arguments) || this;
37
36
  }
38
37
  PanesDirective.prototype.render = function (createElement) {
39
- if (gh) {
40
- var h = gh || createElement;
38
+ if (!isExecute) {
39
+ var h = !isExecute ? gh : createElement;
41
40
  var slots = null;
42
41
  if (!isNullOrUndefined(this.$slots.default)) {
43
- slots = gh ? this.$slots.default() : this.$slots.default;
42
+ slots = !isExecute ? this.$slots.default() : this.$slots.default;
44
43
  }
45
44
  return h('div', { class: 'e-directive' }, slots);
46
45
  }
47
46
  return;
48
47
  };
49
48
  PanesDirective.prototype.updated = function () {
50
- if (gh && this.custom) {
49
+ if (!isExecute && this.custom) {
51
50
  this.custom();
52
51
  }
53
52
  };
@@ -5,7 +5,6 @@ export declare const testProp: any;
5
5
  export declare const props: any;
6
6
  export declare const watch: any;
7
7
  export declare const emitProbs: any;
8
- export declare const isExecute: any;
9
8
  /**
10
9
  * Represents the VueJS Splitter component
11
10
  * ```html
@@ -17,7 +17,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
17
17
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
18
18
  return c > 3 && r && Object.defineProperty(target, key, r), r;
19
19
  };
20
- import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';
20
+ import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@syncfusion/ej2-vue-base';
21
21
  import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
22
22
  import { Splitter } from '@syncfusion/ej2-layouts';
23
23
  import { PanesDirective, PaneDirective, PanesPlugin, PanePlugin } from './panesettings.directive';
@@ -33,7 +33,6 @@ for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
33
33
  var props_1 = modelProps_1[_i];
34
34
  emitProbs.push('update:' + props_1);
35
35
  }
36
- export var isExecute = gh ? false : true;
37
36
  /**
38
37
  * Represents the VueJS Splitter component
39
38
  * ```html
@@ -108,10 +107,10 @@ var SplitterComponent = /** @class */ (function (_super) {
108
107
  }
109
108
  };
110
109
  SplitterComponent.prototype.render = function (createElement) {
111
- var h = gh || createElement;
110
+ var h = !isExecute ? gh : createElement;
112
111
  var slots = null;
113
112
  if (!isNullOrUndefined(this.$slots.default)) {
114
- slots = gh ? this.$slots.default() : this.$slots.default;
113
+ slots = !isExecute ? this.$slots.default() : this.$slots.default;
115
114
  }
116
115
  return h('div', slots);
117
116
  };
@@ -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;
@@ -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: #6e6e6e;
@@ -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: 14px;
298
- font-weight: 400;
298
+ font-weight: normal;
299
299
  line-height: normal;
300
300
  }
301
301
  .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
302
302
  font-size: 14px;
303
- font-weight: 400;
303
+ font-weight: normal;
304
304
  line-height: normal;
305
305
  padding: 6px 0 0;
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: #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: 14px;
303
- font-weight: 400;
303
+ font-weight: normal;
304
304
  line-height: 21px;
305
305
  }
306
306
  .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
307
307
  font-size: 14px;
308
- font-weight: 400;
308
+ font-weight: normal;
309
309
  line-height: 16px;
310
310
  padding: 10px 0 0;
311
311
  }
@@ -413,8 +413,8 @@
413
413
  text-overflow: ellipsis;
414
414
  width: inherit;
415
415
  }
416
- .e-card .e-card-actions .e-card-btn else,
417
- .e-card .e-card-actions a else {
416
+ .e-card .e-card-actions .e-card-btn,
417
+ .e-card .e-card-actions a {
418
418
  border-radius: 2px;
419
419
  }
420
420
  .e-card .e-card-actions .e-card-btn,
@@ -450,6 +450,7 @@
450
450
  }
451
451
 
452
452
  /*! card theme */
453
+ /* stylelint-disable property-no-vendor-prefix */
453
454
  .e-card {
454
455
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
455
456
  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: 16px;
297
- font-weight: 400;
297
+ font-weight: normal;
298
298
  line-height: 1.5;
299
299
  }
300
300
  .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
301
301
  font-size: 14px;
302
- font-weight: 400;
302
+ font-weight: normal;
303
303
  line-height: 1.5;
304
304
  padding: 4px 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: #0d6efd;
449
450
  background-color: #212529;