@syncfusion/ej2-vue-layouts 20.4.53 → 21.1.36

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 (97) hide show
  1. package/CHANGELOG.md +19 -3
  2. package/dist/ej2-vue-layouts.umd.min.js +2 -2
  3. package/dist/ej2-vue-layouts.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-layouts.es2015.js +226 -336
  5. package/dist/es6/ej2-vue-layouts.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-layouts.es5.js +257 -401
  7. package/dist/es6/ej2-vue-layouts.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-layouts.min.js +2 -2
  9. package/package.json +11 -10
  10. package/src/dashboard-layout/dashboardlayout.component.d.ts +3 -30
  11. package/src/dashboard-layout/dashboardlayout.component.js +107 -136
  12. package/src/dashboard-layout/panels.directive.d.ts +2 -12
  13. package/src/dashboard-layout/panels.directive.js +22 -71
  14. package/src/splitter/panesettings.directive.d.ts +2 -12
  15. package/src/splitter/panesettings.directive.js +22 -71
  16. package/src/splitter/splitter.component.d.ts +3 -26
  17. package/src/splitter/splitter.component.js +95 -124
  18. package/styles/avatar/bootstrap-dark.css +3 -0
  19. package/styles/avatar/bootstrap.css +3 -0
  20. package/styles/avatar/bootstrap4.css +3 -0
  21. package/styles/avatar/bootstrap5-dark.css +3 -0
  22. package/styles/avatar/bootstrap5.css +3 -0
  23. package/styles/avatar/fabric-dark.css +3 -0
  24. package/styles/avatar/fabric.css +3 -0
  25. package/styles/avatar/fluent-dark.css +3 -0
  26. package/styles/avatar/fluent.css +3 -0
  27. package/styles/avatar/highcontrast-light.css +3 -0
  28. package/styles/avatar/highcontrast.css +3 -0
  29. package/styles/avatar/material-dark.css +3 -0
  30. package/styles/avatar/material.css +3 -0
  31. package/styles/avatar/material3-dark.css +114 -0
  32. package/styles/avatar/material3-dark.scss +2 -0
  33. package/styles/avatar/material3.css +170 -0
  34. package/styles/avatar/material3.scss +2 -0
  35. package/styles/avatar/tailwind-dark.css +3 -0
  36. package/styles/avatar/tailwind.css +3 -0
  37. package/styles/bootstrap-dark.css +7 -1
  38. package/styles/bootstrap.css +7 -1
  39. package/styles/bootstrap4.css +10 -3
  40. package/styles/bootstrap5-dark.css +7 -1
  41. package/styles/bootstrap5.css +7 -1
  42. package/styles/card/bootstrap-dark.css +2 -1
  43. package/styles/card/bootstrap.css +2 -1
  44. package/styles/card/bootstrap4.css +5 -3
  45. package/styles/card/bootstrap5-dark.css +2 -1
  46. package/styles/card/bootstrap5.css +2 -1
  47. package/styles/card/fabric-dark.css +2 -1
  48. package/styles/card/fabric.css +3 -2
  49. package/styles/card/fluent-dark.css +2 -1
  50. package/styles/card/fluent.css +2 -1
  51. package/styles/card/highcontrast-light.css +2 -1
  52. package/styles/card/highcontrast.css +3 -2
  53. package/styles/card/material-dark.css +2 -1
  54. package/styles/card/material.css +2 -1
  55. package/styles/card/material3-dark.css +567 -0
  56. package/styles/card/material3-dark.scss +2 -0
  57. package/styles/card/material3.css +623 -0
  58. package/styles/card/material3.scss +2 -0
  59. package/styles/card/tailwind-dark.css +2 -1
  60. package/styles/card/tailwind.css +2 -1
  61. package/styles/dashboard-layout/material3-dark.css +357 -0
  62. package/styles/dashboard-layout/material3-dark.scss +2 -0
  63. package/styles/dashboard-layout/material3.css +413 -0
  64. package/styles/dashboard-layout/material3.scss +2 -0
  65. package/styles/fabric-dark.css +7 -1
  66. package/styles/fabric.css +8 -2
  67. package/styles/fluent-dark.css +7 -1
  68. package/styles/fluent.css +7 -1
  69. package/styles/highcontrast-light.css +7 -1
  70. package/styles/highcontrast.css +8 -2
  71. package/styles/material-dark.css +7 -1
  72. package/styles/material.css +7 -1
  73. package/styles/material3-dark.css +1585 -0
  74. package/styles/material3-dark.scss +5 -0
  75. package/styles/material3.css +1806 -0
  76. package/styles/material3.scss +5 -0
  77. package/styles/splitter/bootstrap-dark.css +2 -0
  78. package/styles/splitter/bootstrap.css +2 -0
  79. package/styles/splitter/bootstrap4.css +2 -0
  80. package/styles/splitter/bootstrap5-dark.css +2 -0
  81. package/styles/splitter/bootstrap5.css +2 -0
  82. package/styles/splitter/fabric-dark.css +2 -0
  83. package/styles/splitter/fabric.css +2 -0
  84. package/styles/splitter/fluent-dark.css +2 -0
  85. package/styles/splitter/fluent.css +2 -0
  86. package/styles/splitter/highcontrast-light.css +2 -0
  87. package/styles/splitter/highcontrast.css +2 -0
  88. package/styles/splitter/material-dark.css +2 -0
  89. package/styles/splitter/material.css +2 -0
  90. package/styles/splitter/material3-dark.css +545 -0
  91. package/styles/splitter/material3-dark.scss +2 -0
  92. package/styles/splitter/material3.css +601 -0
  93. package/styles/splitter/material3.scss +2 -0
  94. package/styles/splitter/tailwind-dark.css +2 -0
  95. package/styles/splitter/tailwind.css +2 -0
  96. package/styles/tailwind-dark.css +7 -1
  97. package/styles/tailwind.css +7 -1
@@ -0,0 +1,170 @@
1
+ @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
+ :root {
3
+ --color-sf-black: 0, 0, 0;
4
+ --color-sf-white: 255, 255, 255;
5
+ --color-sf-primary: 103, 80, 164;
6
+ --color-sf-primary-container: 234, 221, 255;
7
+ --color-sf-secondary: 98, 91, 113;
8
+ --color-sf-secondary-container: 232, 222, 248;
9
+ --color-sf-tertiary: 125, 82, 96;
10
+ --color-sf-tertiary-container: 255, 216, 228;
11
+ --color-sf-surface: 255, 255, 255;
12
+ --color-sf-surface-variant: 231, 224, 236;
13
+ --color-sf-background: var(--color-sf-surface);
14
+ --color-sf-on-primary: 255, 255, 255;
15
+ --color-sf-on-primary-container: 33, 0, 94;
16
+ --color-sf-on-secondary: 255, 255, 255;
17
+ --color-sf-on-secondary-container: 30, 25, 43;
18
+ --color-sf-on-tertiary: 255, 255, 255;
19
+ --color-sf-on-tertiary-containe: 55, 11, 30;
20
+ --color-sf-on-surface: 28, 27, 31;
21
+ --color-sf-on-surface-variant: 73, 69, 78;
22
+ --color-sf-on-background: 28, 27, 31;
23
+ --color-sf-outline: 121, 116, 126;
24
+ --color-sf-outline-variant: 196, 199, 197;
25
+ --color-sf-shadow: 0, 0, 0;
26
+ --color-sf-surface-tint-color: 103, 80, 164;
27
+ --color-sf-inverse-surface: 49, 48, 51;
28
+ --color-sf-inverse-on-surface: 244, 239, 244;
29
+ --color-sf-inverse-primary: 208, 188, 255;
30
+ --color-sf-scrim: 0, 0, 0;
31
+ --color-sf-error: 179, 38, 30;
32
+ --color-sf-error-container: 249, 222, 220;
33
+ --color-sf-on-error: 255, 250, 250;
34
+ --color-sf-on-error-container: 65, 14, 11;
35
+ --color-sf-success: 32, 81, 7;
36
+ --color-sf-success-container: 209, 255, 186;
37
+ --color-sf-on-success: 244, 255, 239;
38
+ --color-sf-on-success-container: 13, 39, 0;
39
+ --color-sf-info: 1, 87, 155;
40
+ --color-sf-info-container: 233, 245, 255;
41
+ --color-sf-on-info: 250, 253, 255;
42
+ --color-sf-on-info-container: 0, 51, 91;
43
+ --color-sf-warning: 145, 76, 0;
44
+ --color-sf-warning-container: 254, 236, 222;
45
+ --color-sf-on-warning: 255, 255, 255;
46
+ --color-sf-on-warning-container: 47, 21, 0;
47
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
48
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
49
+ --color-sf-diagram-palette-background: --color-sf-white;
50
+ --color-sf-success-text: 255, 255, 255;
51
+ --color-sf-warning-text: 255, 255, 255;
52
+ --color-sf-danger-text: 255, 255, 255;
53
+ --color-sf-info-text: 255, 255, 255;
54
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
55
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
56
+ }
57
+
58
+ .e-dark-mode {
59
+ --color-sf-black: 0, 0, 0;
60
+ --color-sf-white: 255, 255, 255;
61
+ --color-sf-primary: 208, 188, 255;
62
+ --color-sf-primary-container: 79, 55, 139;
63
+ --color-sf-secondary: 204, 194, 220;
64
+ --color-sf-secondary-container: 74, 68, 88;
65
+ --color-sf-tertiary: 239, 184, 200;
66
+ --color-sf-tertiary-container: 99, 59, 72;
67
+ --color-sf-surface: 28, 27, 31;
68
+ --color-sf-surface-variant: 28, 27, 31;
69
+ --color-sf-background: var(--color-sf-surface);
70
+ --color-sf-on-primary: 55, 30, 115;
71
+ --color-sf-on-primary-container: 234, 221, 255;
72
+ --color-sf-on-secondary: 51, 45, 65;
73
+ --color-sf-on-secondary-container: 232, 222, 248;
74
+ --color-sf-on-tertiary: 73, 37, 50;
75
+ --color-sf-on-tertiary-containe: 255, 216, 228;
76
+ --color-sf-on-surface: 230, 225, 229;
77
+ --color-sf-on-surface-variant: 202, 196, 208;
78
+ --color-sf-on-background: 230, 225, 229;
79
+ --color-sf-outline: 147, 143, 153;
80
+ --color-sf-outline-variant: 68, 71, 70;
81
+ --color-sf-shadow: 0, 0, 0;
82
+ --color-sf-surface-tint-color: 208, 188, 255;
83
+ --color-sf-inverse-surface: 230, 225, 229;
84
+ --color-sf-inverse-on-surface: 49, 48, 51;
85
+ --color-sf-inverse-primary: 103, 80, 164;
86
+ --color-sf-scrim: 0, 0, 0;
87
+ --color-sf-error: 242, 184, 181;
88
+ --color-sf-error-container: 140, 29, 24;
89
+ --color-sf-on-error: 96, 20, 16;
90
+ --color-sf-on-error-container: 249, 222, 220;
91
+ --color-sf-success: 83, 202, 23;
92
+ --color-sf-success-container: 22, 62, 2;
93
+ --color-sf-on-success: 13, 39, 0;
94
+ --color-sf-on-success-container: 183, 250, 150;
95
+ --color-sf-info: 71, 172, 251;
96
+ --color-sf-info-container: 0, 67, 120;
97
+ --color-sf-on-info: 0, 51, 91;
98
+ --color-sf-on-info-container: 173, 219, 255;
99
+ --color-sf-warning: 245, 180, 130;
100
+ --color-sf-warning-container: 123, 65, 0;
101
+ --color-sf-on-warning: 99, 52, 0;
102
+ --color-sf-on-warning-container: 255, 220, 193;
103
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
104
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
105
+ --color-sf-success-text: 0, 0, 0;
106
+ --color-sf-warning-text: 0, 0, 0;
107
+ --color-sf-info-text: 0, 0, 0;
108
+ --color-sf-danger-text: 0, 0, 0;
109
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
110
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
111
+ }
112
+
113
+ .e-avatar {
114
+ -ms-flex-line-pack: center;
115
+ align-content: center;
116
+ -ms-flex-align: center;
117
+ align-items: center;
118
+ background-color: rgba(var(--color-sf-primary-container));
119
+ background-position: center;
120
+ background-repeat: no-repeat;
121
+ background-size: cover;
122
+ border-radius: 4px;
123
+ color: rgba(var(--color-sf-on-primary-container));
124
+ display: -ms-inline-flexbox;
125
+ display: inline-flex;
126
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
127
+ font-size: 20px;
128
+ font-weight: 500;
129
+ height: 40px;
130
+ -ms-flex-pack: center;
131
+ justify-content: center;
132
+ overflow: hidden;
133
+ position: relative;
134
+ width: 40px;
135
+ line-height: 20px;
136
+ }
137
+ .e-avatar img {
138
+ height: 100%;
139
+ width: auto;
140
+ }
141
+ .e-avatar.e-avatar-circle {
142
+ border-radius: 50%;
143
+ }
144
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
145
+ border-radius: 50%;
146
+ }
147
+ .e-avatar.e-avatar-xsmall {
148
+ font-size: 14px;
149
+ height: 24px;
150
+ line-height: 14px;
151
+ width: 24px;
152
+ }
153
+ .e-avatar.e-avatar-small {
154
+ font-size: 18px;
155
+ height: 32px;
156
+ line-height: 18px;
157
+ width: 32px;
158
+ }
159
+ .e-avatar.e-avatar-large {
160
+ font-size: 26px;
161
+ height: 48px;
162
+ line-height: 26px;
163
+ width: 48px;
164
+ }
165
+ .e-avatar.e-avatar-xlarge {
166
+ font-size: 30px;
167
+ height: 56px;
168
+ line-height: 30px;
169
+ width: 56px;
170
+ }
@@ -0,0 +1,2 @@
1
+ @import 'ej2-base/styles/material3-definition.scss';
2
+ @import 'ej2-layouts/styles/avatar/material3.scss';
@@ -30,6 +30,9 @@
30
30
  .e-avatar.e-avatar-circle {
31
31
  border-radius: 50%;
32
32
  }
33
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
34
+ border-radius: 50%;
35
+ }
33
36
  .e-avatar.e-avatar-xsmall {
34
37
  font-size: 10px;
35
38
  height: 24px;
@@ -30,6 +30,9 @@
30
30
  .e-avatar.e-avatar-circle {
31
31
  border-radius: 50%;
32
32
  }
33
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
34
+ border-radius: 50%;
35
+ }
33
36
  .e-avatar.e-avatar-xsmall {
34
37
  font-size: 10px;
35
38
  height: 24px;
@@ -28,6 +28,9 @@
28
28
  .e-avatar.e-avatar-circle {
29
29
  border-radius: 50%;
30
30
  }
31
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
32
+ border-radius: 50%;
33
+ }
31
34
  .e-avatar.e-avatar-xsmall {
32
35
  font-size: 0.6em;
33
36
  }
@@ -473,6 +476,7 @@
473
476
  font-size: 14px;
474
477
  line-height: normal;
475
478
  padding: 16px;
479
+ word-wrap: break-word;
476
480
  }
477
481
  .e-card .e-card-content + :not(.e-card-content),
478
482
  .e-card .e-card-content + .e-card-actions.e-card-vertical {
@@ -490,7 +494,7 @@
490
494
  /* stylelint-disable property-no-vendor-prefix */
491
495
  .e-card {
492
496
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
493
- background-color: #6e6e6e;
497
+ background: #6e6e6e;
494
498
  border: 1px solid #1a1a1a;
495
499
  box-shadow: none;
496
500
  color: #fff;
@@ -926,6 +930,7 @@
926
930
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
927
931
  background: #1a1a1a;
928
932
  color: #f0f0f0;
933
+ z-index: 10;
929
934
  }
930
935
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
931
936
  background-color: transparent;
@@ -987,6 +992,7 @@
987
992
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
988
993
  background: #1a1a1a;
989
994
  color: #f0f0f0;
995
+ z-index: 12;
990
996
  }
991
997
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
992
998
  background: #0070f0;
@@ -28,6 +28,9 @@
28
28
  .e-avatar.e-avatar-circle {
29
29
  border-radius: 50%;
30
30
  }
31
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
32
+ border-radius: 50%;
33
+ }
31
34
  .e-avatar.e-avatar-xsmall {
32
35
  font-size: 0.6em;
33
36
  }
@@ -474,6 +477,7 @@
474
477
  font-size: 14px;
475
478
  line-height: normal;
476
479
  padding: 12px;
480
+ word-wrap: break-word;
477
481
  }
478
482
  .e-card .e-card-content + :not(.e-card-content),
479
483
  .e-card .e-card-content + .e-card-actions.e-card-vertical {
@@ -491,7 +495,7 @@
491
495
  /* stylelint-disable property-no-vendor-prefix */
492
496
  .e-card {
493
497
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
494
- background-color: #fff;
498
+ background: #fff;
495
499
  border: 1px solid #ddd;
496
500
  box-shadow: none;
497
501
  color: #333;
@@ -927,6 +931,7 @@
927
931
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
928
932
  background: #fff;
929
933
  color: #333;
934
+ z-index: 10;
930
935
  }
931
936
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
932
937
  background-color: transparent;
@@ -988,6 +993,7 @@
988
993
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
989
994
  background: #fff;
990
995
  color: #333;
996
+ z-index: 12;
991
997
  }
992
998
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
993
999
  background: #317ab9;
@@ -28,6 +28,9 @@
28
28
  .e-avatar.e-avatar-circle {
29
29
  border-radius: 50%;
30
30
  }
31
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
32
+ border-radius: 50%;
33
+ }
31
34
  .e-avatar.e-avatar-xsmall {
32
35
  font-size: 0.65em;
33
36
  }
@@ -53,7 +56,7 @@
53
56
  }
54
57
  .e-bigger .e-card .e-card-content,
55
58
  .e-bigger.e-card .e-card-content {
56
- font-size: 16px;
59
+ font-size: 14px;
57
60
  }
58
61
  .e-bigger .e-card > .e-card-header-title,
59
62
  .e-bigger.e-card > .e-card-header-title {
@@ -89,6 +92,7 @@
89
92
  .e-bigger.e-card .e-card-header {
90
93
  min-height: 30px;
91
94
  padding: 20px;
95
+ padding-bottom: 0;
92
96
  }
93
97
  .e-bigger .e-card .e-card-header .e-card-content,
94
98
  .e-bigger.e-card .e-card-header .e-card-content {
@@ -175,7 +179,7 @@
175
179
  }
176
180
  .e-bigger .e-card .e-card-content,
177
181
  .e-bigger.e-card .e-card-content {
178
- padding: 20px;
182
+ padding: 16px;
179
183
  }
180
184
  .e-bigger .e-card .e-card-content + :not(.e-card-content),
181
185
  .e-bigger .e-card .e-card-content + .e-card-actions.e-card-vertical,
@@ -479,6 +483,7 @@
479
483
  font-size: 14px;
480
484
  line-height: normal;
481
485
  padding: 16px;
486
+ word-wrap: break-word;
482
487
  }
483
488
  .e-card .e-card-content + :not(.e-card-content),
484
489
  .e-card .e-card-content + .e-card-actions.e-card-vertical {
@@ -496,7 +501,7 @@
496
501
  /* stylelint-disable property-no-vendor-prefix */
497
502
  .e-card {
498
503
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
499
- background-color: #fff;
504
+ background: #fff;
500
505
  border: 1px solid rgba(0, 0, 0, 0.12);
501
506
  box-shadow: none;
502
507
  color: #212529;
@@ -931,6 +936,7 @@
931
936
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
932
937
  background: #fff;
933
938
  color: #495057;
939
+ z-index: 10;
934
940
  }
935
941
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
936
942
  background-color: transparent;
@@ -992,6 +998,7 @@
992
998
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
993
999
  background: #fff;
994
1000
  color: #495057;
1001
+ z-index: 12;
995
1002
  }
996
1003
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
997
1004
  background: #007bff;
@@ -29,6 +29,9 @@
29
29
  .e-avatar.e-avatar-circle {
30
30
  border-radius: 50%;
31
31
  }
32
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
33
+ border-radius: 50%;
34
+ }
32
35
  .e-avatar.e-avatar-xsmall {
33
36
  font-size: 10px;
34
37
  height: 24px;
@@ -488,6 +491,7 @@
488
491
  font-size: 14px;
489
492
  line-height: 1.5;
490
493
  padding: 12px;
494
+ word-wrap: break-word;
491
495
  }
492
496
  .e-card .e-card-content + :not(.e-card-content),
493
497
  .e-card .e-card-content + .e-card-actions.e-card-vertical {
@@ -505,7 +509,7 @@
505
509
  /* stylelint-disable property-no-vendor-prefix */
506
510
  .e-card {
507
511
  -webkit-tap-highlight-color: #0d6efd;
508
- background-color: #212529;
512
+ background: #212529;
509
513
  border: 1px solid #444c54;
510
514
  box-shadow: none;
511
515
  color: #fff;
@@ -934,6 +938,7 @@
934
938
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
935
939
  background: #212529;
936
940
  color: #adb5bd;
941
+ z-index: 10;
937
942
  }
938
943
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
939
944
  background-color: transparent;
@@ -995,6 +1000,7 @@
995
1000
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
996
1001
  background: #212529;
997
1002
  color: #adb5bd;
1003
+ z-index: 12;
998
1004
  }
999
1005
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
1000
1006
  background: #0d6efd;
@@ -29,6 +29,9 @@
29
29
  .e-avatar.e-avatar-circle {
30
30
  border-radius: 50%;
31
31
  }
32
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
33
+ border-radius: 50%;
34
+ }
32
35
  .e-avatar.e-avatar-xsmall {
33
36
  font-size: 10px;
34
37
  height: 24px;
@@ -488,6 +491,7 @@
488
491
  font-size: 14px;
489
492
  line-height: 1.5;
490
493
  padding: 12px;
494
+ word-wrap: break-word;
491
495
  }
492
496
  .e-card .e-card-content + :not(.e-card-content),
493
497
  .e-card .e-card-content + .e-card-actions.e-card-vertical {
@@ -505,7 +509,7 @@
505
509
  /* stylelint-disable property-no-vendor-prefix */
506
510
  .e-card {
507
511
  -webkit-tap-highlight-color: #0d6efd;
508
- background-color: #fff;
512
+ background: #fff;
509
513
  border: 1px solid #dee2e6;
510
514
  box-shadow: none;
511
515
  color: #212529;
@@ -934,6 +938,7 @@
934
938
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
935
939
  background: #fff;
936
940
  color: #6c757d;
941
+ z-index: 10;
937
942
  }
938
943
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
939
944
  background-color: transparent;
@@ -995,6 +1000,7 @@
995
1000
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
996
1001
  background: #fff;
997
1002
  color: #6c757d;
1003
+ z-index: 12;
998
1004
  }
999
1005
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
1000
1006
  background: #0d6efd;
@@ -430,6 +430,7 @@
430
430
  font-size: 14px;
431
431
  line-height: normal;
432
432
  padding: 16px;
433
+ word-wrap: break-word;
433
434
  }
434
435
  .e-card .e-card-content + :not(.e-card-content),
435
436
  .e-card .e-card-content + .e-card-actions.e-card-vertical {
@@ -447,7 +448,7 @@
447
448
  /* stylelint-disable property-no-vendor-prefix */
448
449
  .e-card {
449
450
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
450
- background-color: #6e6e6e;
451
+ background: #6e6e6e;
451
452
  border: 1px solid #1a1a1a;
452
453
  box-shadow: none;
453
454
  color: #fff;
@@ -431,6 +431,7 @@
431
431
  font-size: 14px;
432
432
  line-height: normal;
433
433
  padding: 12px;
434
+ word-wrap: break-word;
434
435
  }
435
436
  .e-card .e-card-content + :not(.e-card-content),
436
437
  .e-card .e-card-content + .e-card-actions.e-card-vertical {
@@ -448,7 +449,7 @@
448
449
  /* stylelint-disable property-no-vendor-prefix */
449
450
  .e-card {
450
451
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
451
- background-color: #fff;
452
+ background: #fff;
452
453
  border: 1px solid #ddd;
453
454
  box-shadow: none;
454
455
  color: #333;
@@ -10,7 +10,7 @@
10
10
  }
11
11
  .e-bigger .e-card .e-card-content,
12
12
  .e-bigger.e-card .e-card-content {
13
- font-size: 16px;
13
+ font-size: 14px;
14
14
  }
15
15
  .e-bigger .e-card > .e-card-header-title,
16
16
  .e-bigger.e-card > .e-card-header-title {
@@ -46,6 +46,7 @@
46
46
  .e-bigger.e-card .e-card-header {
47
47
  min-height: 30px;
48
48
  padding: 20px;
49
+ padding-bottom: 0;
49
50
  }
50
51
  .e-bigger .e-card .e-card-header .e-card-content,
51
52
  .e-bigger.e-card .e-card-header .e-card-content {
@@ -132,7 +133,7 @@
132
133
  }
133
134
  .e-bigger .e-card .e-card-content,
134
135
  .e-bigger.e-card .e-card-content {
135
- padding: 20px;
136
+ padding: 16px;
136
137
  }
137
138
  .e-bigger .e-card .e-card-content + :not(.e-card-content),
138
139
  .e-bigger .e-card .e-card-content + .e-card-actions.e-card-vertical,
@@ -436,6 +437,7 @@
436
437
  font-size: 14px;
437
438
  line-height: normal;
438
439
  padding: 16px;
440
+ word-wrap: break-word;
439
441
  }
440
442
  .e-card .e-card-content + :not(.e-card-content),
441
443
  .e-card .e-card-content + .e-card-actions.e-card-vertical {
@@ -453,7 +455,7 @@
453
455
  /* stylelint-disable property-no-vendor-prefix */
454
456
  .e-card {
455
457
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
456
- background-color: #fff;
458
+ background: #fff;
457
459
  border: 1px solid rgba(0, 0, 0, 0.12);
458
460
  box-shadow: none;
459
461
  color: #212529;
@@ -430,6 +430,7 @@
430
430
  font-size: 14px;
431
431
  line-height: 1.5;
432
432
  padding: 12px;
433
+ word-wrap: break-word;
433
434
  }
434
435
  .e-card .e-card-content + :not(.e-card-content),
435
436
  .e-card .e-card-content + .e-card-actions.e-card-vertical {
@@ -447,7 +448,7 @@
447
448
  /* stylelint-disable property-no-vendor-prefix */
448
449
  .e-card {
449
450
  -webkit-tap-highlight-color: #0d6efd;
450
- background-color: #212529;
451
+ background: #212529;
451
452
  border: 1px solid #444c54;
452
453
  box-shadow: none;
453
454
  color: #fff;
@@ -430,6 +430,7 @@
430
430
  font-size: 14px;
431
431
  line-height: 1.5;
432
432
  padding: 12px;
433
+ word-wrap: break-word;
433
434
  }
434
435
  .e-card .e-card-content + :not(.e-card-content),
435
436
  .e-card .e-card-content + .e-card-actions.e-card-vertical {
@@ -447,7 +448,7 @@
447
448
  /* stylelint-disable property-no-vendor-prefix */
448
449
  .e-card {
449
450
  -webkit-tap-highlight-color: #0d6efd;
450
- background-color: #fff;
451
+ background: #fff;
451
452
  border: 1px solid #dee2e6;
452
453
  box-shadow: none;
453
454
  color: #212529;
@@ -430,6 +430,7 @@
430
430
  font-size: 14px;
431
431
  line-height: normal;
432
432
  padding: 16px;
433
+ word-wrap: break-word;
433
434
  }
434
435
  .e-card .e-card-content + :not(.e-card-content),
435
436
  .e-card .e-card-content + .e-card-actions.e-card-vertical {
@@ -447,7 +448,7 @@
447
448
  /* stylelint-disable property-no-vendor-prefix */
448
449
  .e-card {
449
450
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
450
- background-color: #201f1f;
451
+ background: #201f1f;
451
452
  border: 1px solid #dadada;
452
453
  box-shadow: none;
453
454
  color: #dadada;
@@ -158,7 +158,7 @@
158
158
  }
159
159
  .e-card:hover {
160
160
  border-width: 2px;
161
- padding: 0;
161
+ padding: 1px;
162
162
  }
163
163
  .e-card:active {
164
164
  border-width: 2px;
@@ -441,6 +441,7 @@
441
441
  font-size: 14px;
442
442
  line-height: normal;
443
443
  padding: 12px;
444
+ word-wrap: break-word;
444
445
  }
445
446
  .e-card .e-card-content + :not(.e-card-content),
446
447
  .e-card .e-card-content + .e-card-actions.e-card-vertical {
@@ -458,7 +459,7 @@
458
459
  /* stylelint-disable property-no-vendor-prefix */
459
460
  .e-card {
460
461
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
461
- background-color: #fff;
462
+ background: #fff;
462
463
  border: 1px solid #eaeaea;
463
464
  box-shadow: none;
464
465
  color: #333;
@@ -439,6 +439,7 @@
439
439
  font-size: 14px;
440
440
  line-height: 1.5;
441
441
  padding: 16px;
442
+ word-wrap: break-word;
442
443
  }
443
444
  .e-card .e-card-content + :not(.e-card-content),
444
445
  .e-card .e-card-content + .e-card-actions.e-card-vertical {
@@ -459,7 +460,7 @@
459
460
  /* stylelint-disable property-no-vendor-prefix */
460
461
  .e-card {
461
462
  -webkit-tap-highlight-color: #0078d4;
462
- background-color: #252423;
463
+ background: #252423;
463
464
  border: 0 solid #292827;
464
465
  box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
465
466
  color: #f3f2f1;
@@ -439,6 +439,7 @@
439
439
  font-size: 14px;
440
440
  line-height: 1.5;
441
441
  padding: 16px;
442
+ word-wrap: break-word;
442
443
  }
443
444
  .e-card .e-card-content + :not(.e-card-content),
444
445
  .e-card .e-card-content + .e-card-actions.e-card-vertical {
@@ -459,7 +460,7 @@
459
460
  /* stylelint-disable property-no-vendor-prefix */
460
461
  .e-card {
461
462
  -webkit-tap-highlight-color: #0078d4;
462
- background-color: #fff;
463
+ background: #fff;
463
464
  border: 0 solid #edebe9;
464
465
  box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
465
466
  color: #201f1e;
@@ -430,6 +430,7 @@
430
430
  font-size: 14px;
431
431
  line-height: normal;
432
432
  padding: 16px;
433
+ word-wrap: break-word;
433
434
  }
434
435
  .e-card .e-card-content + :not(.e-card-content),
435
436
  .e-card .e-card-content + .e-card-actions.e-card-vertical {
@@ -447,7 +448,7 @@
447
448
  /* stylelint-disable property-no-vendor-prefix */
448
449
  .e-card {
449
450
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
450
- background-color: #ccc;
451
+ background: #ccc;
451
452
  border: 1px solid #757575;
452
453
  box-shadow: none;
453
454
  color: #000;
@@ -158,7 +158,7 @@
158
158
  }
159
159
  .e-card:hover {
160
160
  border-width: 2px;
161
- padding: 0;
161
+ padding: 1px;
162
162
  }
163
163
  .e-card:active {
164
164
  border-width: 2px;
@@ -442,6 +442,7 @@
442
442
  font-size: 14px;
443
443
  line-height: normal;
444
444
  padding: 12px;
445
+ word-wrap: break-word;
445
446
  }
446
447
  .e-card .e-card-content + :not(.e-card-content),
447
448
  .e-card .e-card-content + .e-card-actions.e-card-vertical {
@@ -459,7 +460,7 @@
459
460
  /* stylelint-disable property-no-vendor-prefix */
460
461
  .e-card {
461
462
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
462
- background-color: #000;
463
+ background: #000;
463
464
  border: 1px solid #969696;
464
465
  box-shadow: none;
465
466
  color: #fff;
@@ -431,6 +431,7 @@
431
431
  font-size: 14px;
432
432
  line-height: normal;
433
433
  padding: 16px;
434
+ word-wrap: break-word;
434
435
  }
435
436
  .e-card .e-card-content + :not(.e-card-content),
436
437
  .e-card .e-card-content + .e-card-actions.e-card-vertical {
@@ -448,7 +449,7 @@
448
449
  /* stylelint-disable property-no-vendor-prefix */
449
450
  .e-card {
450
451
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
451
- background-color: #303030;
452
+ background: #303030;
452
453
  border: 1px solid #000;
453
454
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4);
454
455
  color: #000;