@syncfusion/ej2-layouts 27.2.3 → 28.1.33

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 (120) hide show
  1. package/README.md +3 -3
  2. package/dist/ej2-layouts.min.js +3 -3
  3. package/dist/ej2-layouts.umd.min.js +3 -3
  4. package/dist/ej2-layouts.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-layouts.es2015.js +25 -1
  6. package/dist/es6/ej2-layouts.es2015.js.map +1 -1
  7. package/dist/es6/ej2-layouts.es5.js +25 -1
  8. package/dist/es6/ej2-layouts.es5.js.map +1 -1
  9. package/dist/global/ej2-layouts.min.js +3 -3
  10. package/dist/global/ej2-layouts.min.js.map +1 -1
  11. package/dist/global/index.d.ts +2 -2
  12. package/package.json +7 -7
  13. package/src/splitter/splitter.js +25 -1
  14. package/styles/avatar/_layout.scss +5 -5
  15. package/styles/avatar/_tailwind3-definition.scss +26 -0
  16. package/styles/avatar/bds.css +69 -0
  17. package/styles/avatar/bds.scss +3 -0
  18. package/styles/avatar/fluent2.css +1 -1
  19. package/styles/avatar/tailwind3.css +65 -0
  20. package/styles/avatar/tailwind3.scss +3 -0
  21. package/styles/bds-lite.css +1557 -0
  22. package/styles/bds-lite.scss +14 -0
  23. package/styles/bds.css +1796 -0
  24. package/styles/bds.scss +18 -0
  25. package/styles/bootstrap-dark-lite.css +1 -1
  26. package/styles/bootstrap-dark.css +1 -1
  27. package/styles/bootstrap-lite.css +1 -1
  28. package/styles/bootstrap.css +1 -1
  29. package/styles/bootstrap4-lite.css +1 -1
  30. package/styles/bootstrap4.css +1 -1
  31. package/styles/bootstrap5-dark-lite.css +1 -1
  32. package/styles/bootstrap5-dark.css +1 -1
  33. package/styles/bootstrap5-lite.css +1 -1
  34. package/styles/bootstrap5.3-lite.css +1 -1
  35. package/styles/bootstrap5.3.css +1 -1
  36. package/styles/bootstrap5.css +1 -1
  37. package/styles/card/_bigger.scss +8 -2
  38. package/styles/card/_layout.scss +15 -4
  39. package/styles/card/_tailwind3-definition.scss +126 -0
  40. package/styles/card/bds.css +561 -0
  41. package/styles/card/bds.scss +4 -0
  42. package/styles/card/fabric.css +0 -1
  43. package/styles/card/fluent2.css +2 -3
  44. package/styles/card/highcontrast.css +0 -1
  45. package/styles/card/tailwind3.css +551 -0
  46. package/styles/card/tailwind3.scss +4 -0
  47. package/styles/dashboard-layout/_bigger.scss +1 -1
  48. package/styles/dashboard-layout/_layout.scss +3 -3
  49. package/styles/dashboard-layout/_tailwind3-definition.scss +108 -0
  50. package/styles/dashboard-layout/_theme.scss +8 -1
  51. package/styles/dashboard-layout/bds.css +328 -0
  52. package/styles/dashboard-layout/bds.scss +5 -0
  53. package/styles/dashboard-layout/fluent2.css +1 -1
  54. package/styles/dashboard-layout/icons/_tailwind3.scss +80 -0
  55. package/styles/dashboard-layout/tailwind-dark.css +3 -0
  56. package/styles/dashboard-layout/tailwind.css +3 -0
  57. package/styles/dashboard-layout/tailwind3.css +314 -0
  58. package/styles/dashboard-layout/tailwind3.scss +5 -0
  59. package/styles/fabric-dark-lite.css +1 -1
  60. package/styles/fabric-dark.css +1 -1
  61. package/styles/fabric-lite.css +1 -2
  62. package/styles/fabric.css +1 -2
  63. package/styles/fluent-dark-lite.css +1 -1
  64. package/styles/fluent-dark.css +1 -1
  65. package/styles/fluent-lite.css +1 -1
  66. package/styles/fluent.css +1 -1
  67. package/styles/fluent2-lite.css +6 -7
  68. package/styles/fluent2.css +6 -7
  69. package/styles/highcontrast-light-lite.css +1 -1
  70. package/styles/highcontrast-light.css +1 -1
  71. package/styles/highcontrast-lite.css +1 -2
  72. package/styles/highcontrast.css +1 -2
  73. package/styles/material-dark-lite.css +1 -1
  74. package/styles/material-dark.css +1 -1
  75. package/styles/material-lite.css +1 -1
  76. package/styles/material.css +1 -1
  77. package/styles/material3-dark-lite.css +1 -1
  78. package/styles/material3-dark.css +1 -1
  79. package/styles/material3-lite.css +1 -1
  80. package/styles/material3.css +1 -1
  81. package/styles/splitter/_tailwind3-definition.scss +31 -0
  82. package/styles/splitter/bds.css +547 -0
  83. package/styles/splitter/bds.scss +5 -0
  84. package/styles/splitter/fluent2.css +1 -1
  85. package/styles/splitter/icons/_tailwind3.scss +21 -0
  86. package/styles/splitter/tailwind3.css +547 -0
  87. package/styles/splitter/tailwind3.scss +5 -0
  88. package/styles/tailwind-dark-lite.css +4 -1
  89. package/styles/tailwind-dark.css +4 -1
  90. package/styles/tailwind-lite.css +4 -1
  91. package/styles/tailwind.css +4 -1
  92. package/styles/tailwind3-lite.css +1538 -0
  93. package/styles/tailwind3-lite.scss +14 -0
  94. package/styles/tailwind3.css +1767 -0
  95. package/styles/tailwind3.scss +18 -0
  96. package/styles/timeline/_layout.scss +1 -1
  97. package/styles/timeline/_tailwind3-definition.scss +18 -0
  98. package/styles/timeline/bds.css +303 -0
  99. package/styles/timeline/bds.scss +4 -0
  100. package/styles/timeline/bootstrap-dark.css +1 -1
  101. package/styles/timeline/bootstrap.css +1 -1
  102. package/styles/timeline/bootstrap4.css +1 -1
  103. package/styles/timeline/bootstrap5-dark.css +1 -1
  104. package/styles/timeline/bootstrap5.3.css +1 -1
  105. package/styles/timeline/bootstrap5.css +1 -1
  106. package/styles/timeline/fabric-dark.css +1 -1
  107. package/styles/timeline/fabric.css +1 -1
  108. package/styles/timeline/fluent-dark.css +1 -1
  109. package/styles/timeline/fluent.css +1 -1
  110. package/styles/timeline/fluent2.css +1 -1
  111. package/styles/timeline/highcontrast-light.css +1 -1
  112. package/styles/timeline/highcontrast.css +1 -1
  113. package/styles/timeline/material-dark.css +1 -1
  114. package/styles/timeline/material.css +1 -1
  115. package/styles/timeline/material3-dark.css +1 -1
  116. package/styles/timeline/material3.css +1 -1
  117. package/styles/timeline/tailwind-dark.css +1 -1
  118. package/styles/timeline/tailwind.css +1 -1
  119. package/styles/timeline/tailwind3.css +303 -0
  120. package/styles/timeline/tailwind3.scss +4 -0
@@ -91,8 +91,11 @@
91
91
  }
92
92
 
93
93
  &:active {
94
- @if ($skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'fluent2') {
94
+ @if ($skin-name == 'tailwind' or $skin-name == 'tailwind3' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'fluent2') {
95
95
  background: $panel-active-background;
96
+ @if ($skin-name == 'tailwind3') {
97
+ box-shadow: $shadow-md;
98
+ }
96
99
  }
97
100
  }
98
101
 
@@ -102,6 +105,10 @@
102
105
  background: $content-bg-color;
103
106
  box-shadow: $panel-active-drag-box-shadow;
104
107
  }
108
+ @else if ($skin-name == 'tailwind3') {
109
+ background: $panel-active-background;
110
+ box-shadow: $shadow-md;
111
+ }
105
112
  }
106
113
  }
107
114
  }
@@ -0,0 +1,328 @@
1
+
2
+
3
+
4
+
5
+ /*! component's theme wise override tailwind-definitions and variables */
6
+ /* stylelint-disable */
7
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
8
+ height: 100%;
9
+ padding: 20px 0;
10
+ right: 1px;
11
+ top: 0;
12
+ width: 12px;
13
+ }
14
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west {
15
+ height: 100%;
16
+ left: 0;
17
+ padding: 20px 0;
18
+ top: 0;
19
+ width: 12px;
20
+ }
21
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north {
22
+ height: 12px;
23
+ padding: 0 20px;
24
+ top: 1px;
25
+ width: 100%;
26
+ }
27
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
28
+ bottom: 1px;
29
+ height: 12px;
30
+ padding: 0 20px;
31
+ width: 100%;
32
+ }
33
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east {
34
+ bottom: 0;
35
+ right: 1px;
36
+ z-index: 10;
37
+ }
38
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west {
39
+ left: 2px;
40
+ top: 2px;
41
+ z-index: 10;
42
+ }
43
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east {
44
+ right: 2px;
45
+ top: 2px;
46
+ z-index: 10;
47
+ }
48
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west {
49
+ bottom: 1px;
50
+ left: 1px;
51
+ z-index: 10;
52
+ }
53
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east::before {
54
+ bottom: 4px;
55
+ content: "\e761";
56
+ font-size: 12px;
57
+ position: absolute;
58
+ right: 4px;
59
+ }
60
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west::before {
61
+ bottom: 4px;
62
+ content: "\e761";
63
+ font-size: 12px;
64
+ left: 4px;
65
+ position: absolute;
66
+ -webkit-transform: rotateY(180deg);
67
+ transform: rotateY(180deg);
68
+ }
69
+
70
+ .e-dashboardlayout.e-control .e-dashboard-gridline-table {
71
+ background: var(--color-sf-bg-primary-alt);
72
+ border-collapse: collapse;
73
+ height: 100%;
74
+ width: 100%;
75
+ }
76
+ .e-dashboardlayout.e-control .e-dashboard-gridline-table td.e-dashboard-gridline {
77
+ border: 1px dashed var(--color-sf-border-primary);
78
+ position: absolute;
79
+ }
80
+ .e-dashboardlayout.e-control.e-responsive {
81
+ width: 100% !important;
82
+ }
83
+ .e-dashboardlayout.e-control.e-prevent {
84
+ -webkit-user-select: none;
85
+ -moz-user-select: none;
86
+ -ms-user-select: none;
87
+ user-select: none;
88
+ }
89
+ .e-dashboardlayout.e-control .e-panel.e-ssr {
90
+ position: relative;
91
+ }
92
+ .e-dashboardlayout.e-control .e-panel {
93
+ border: 1px solid var(--color-sf-border-secondary);
94
+ height: 100%;
95
+ -webkit-user-select: none;
96
+ -moz-user-select: none;
97
+ -ms-user-select: none;
98
+ user-select: none;
99
+ width: 100%;
100
+ border-radius: 6px;
101
+ }
102
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-dl-icon {
103
+ line-height: 9px;
104
+ }
105
+ .e-dashboardlayout.e-control .e-panel:hover {
106
+ -webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
107
+ box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
108
+ }
109
+ .e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize.e-dl-icon {
110
+ display: block;
111
+ }
112
+ .e-dashboardlayout.e-control .e-panel:active {
113
+ border: 1px solid var(--color-sf-brand-solid-primary);
114
+ }
115
+ .e-dashboardlayout.e-control .e-panel .e-panel-container {
116
+ height: 100%;
117
+ width: 100%;
118
+ }
119
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content {
120
+ padding: 12px;
121
+ }
122
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content .e-blazor-template {
123
+ height: inherit;
124
+ width: inherit;
125
+ }
126
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-dl-icon {
127
+ display: none;
128
+ }
129
+ .e-dashboardlayout.e-control .e-panel.e-panel-transition {
130
+ -webkit-transition: top 0.1s, left 0.1s;
131
+ transition: top 0.1s, left 0.1s;
132
+ }
133
+ .e-dashboardlayout.e-control .e-panel .e-panel-header {
134
+ border-bottom: none;
135
+ color: var(--color-sf-text-primary);
136
+ font-family: "Inter";
137
+ font-size: 14px;
138
+ font-weight: 500;
139
+ height: 38px;
140
+ padding: 8px 18px;
141
+ line-height: 22px;
142
+ border-top-left-radius: 6px;
143
+ border-top-right-radius: 6px;
144
+ }
145
+ .e-dashboardlayout.e-control .e-panel .e-panel-header div {
146
+ overflow: hidden;
147
+ text-overflow: ellipsis;
148
+ white-space: nowrap;
149
+ }
150
+ .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-content {
151
+ display: inline-block;
152
+ }
153
+ .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-template {
154
+ float: right;
155
+ }
156
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single, .e-dashboardlayout.e-control .e-panel .e-resize.e-double {
157
+ position: absolute;
158
+ -ms-touch-action: none;
159
+ touch-action: none;
160
+ }
161
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
162
+ border: none;
163
+ }
164
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east:hover {
165
+ cursor: e-resize;
166
+ }
167
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west:hover {
168
+ cursor: w-resize;
169
+ }
170
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north:hover {
171
+ cursor: n-resize;
172
+ }
173
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south:hover {
174
+ cursor: s-resize;
175
+ }
176
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west:hover {
177
+ cursor: nw-resize;
178
+ }
179
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east:hover {
180
+ cursor: ne-resize;
181
+ }
182
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west:hover {
183
+ cursor: sw-resize;
184
+ }
185
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east:hover {
186
+ cursor: se-resize;
187
+ }
188
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double::before {
189
+ font-family: "e-icons";
190
+ position: absolute;
191
+ }
192
+ .e-dashboardlayout.e-control .e-panel.e-dragging, .e-dashboardlayout.e-control .e-panel.e-item-moving {
193
+ cursor: move;
194
+ z-index: 1111 !important;
195
+ }
196
+ .e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template {
197
+ float: left;
198
+ }
199
+ .e-dashboardlayout.e-control .e-drag:hover {
200
+ cursor: move;
201
+ }
202
+ .e-dashboardlayout.e-control .e-drag-restrict.e-drag:hover,
203
+ .e-dashboardlayout.e-control .e-drag-restrict .e-drag:hover {
204
+ cursor: default;
205
+ }
206
+ .e-dashboardlayout.e-control .e-holder {
207
+ background: var(--color-sf-bg-tertiary);
208
+ border: 1px var(--color-sf-border-primary-alt) dashed;
209
+ border-radius: 6px;
210
+ position: absolute;
211
+ border-radius: 6px;
212
+ }
213
+ .e-dashboardlayout.e-control .e-holder.e-holder-transition {
214
+ -webkit-transition: top 0.3s, left 0.3s;
215
+ transition: top 0.3s, left 0.3s;
216
+ }
217
+
218
+ .e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
219
+ height: 100%;
220
+ width: 100%;
221
+ }
222
+
223
+ .e-dashboardlayout.e-control {
224
+ display: block;
225
+ position: relative;
226
+ }
227
+ .e-dashboardlayout.e-control .e-panel {
228
+ background: var(--color-sf-bg-primary);
229
+ -webkit-box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.1), 0 1px 2px 0 rgba(16, 24, 40, 0.06);
230
+ box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.1), 0 1px 2px 0 rgba(16, 24, 40, 0.06);
231
+ -webkit-box-sizing: border-box;
232
+ box-sizing: border-box;
233
+ position: absolute;
234
+ }
235
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
236
+ color: var(--color-sf-text-primary);
237
+ background: var(--color-sf-bg-primary-alt);
238
+ -webkit-box-sizing: border-box;
239
+ box-sizing: border-box;
240
+ }
241
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-single {
242
+ background: none;
243
+ }
244
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double {
245
+ color: var(--color-sf-fg-disabled);
246
+ font-size: 8px;
247
+ height: 8px;
248
+ width: 8px;
249
+ }
250
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double {
251
+ bottom: 2px;
252
+ right: 2px;
253
+ }
254
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double {
255
+ bottom: 2px;
256
+ left: 2px;
257
+ }
258
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double {
259
+ left: 2px;
260
+ top: 2px;
261
+ }
262
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double {
263
+ right: 2px;
264
+ top: 2px;
265
+ }
266
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink {
267
+ right: 2px;
268
+ top: 2px;
269
+ }
270
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink {
271
+ left: 2px;
272
+ top: 2px;
273
+ }
274
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink {
275
+ bottom: 2px;
276
+ left: 2px;
277
+ }
278
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink {
279
+ bottom: 2px;
280
+ right: 2px;
281
+ }
282
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand {
283
+ right: 2px;
284
+ top: 2px;
285
+ }
286
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand {
287
+ left: 2px;
288
+ top: 2px;
289
+ }
290
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand {
291
+ bottom: 2px;
292
+ left: 2px;
293
+ }
294
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand {
295
+ bottom: 2px;
296
+ right: 2px;
297
+ }
298
+ .e-dashboardlayout.e-control .e-panel:active {
299
+ background: var(--color-sf-bg-secondary);
300
+ }
301
+ .e-dashboardlayout.e-control .e-panel.e-dragging:active {
302
+ background: var(--color-sf-bg-primary);
303
+ -webkit-box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.1), 0 1px 2px 0 rgba(16, 24, 40, 0.06);
304
+ box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.1), 0 1px 2px 0 rgba(16, 24, 40, 0.06);
305
+ }
306
+
307
+ .e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header {
308
+ font-size: 16px;
309
+ font-weight: 500;
310
+ height: 40px;
311
+ padding: 8px 18px;
312
+ line-height: 24px;
313
+ }
314
+ .e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-content {
315
+ padding: 16px;
316
+ }
317
+
318
+ .e-bigger .e-panel-header {
319
+ color: var(--color-sf-text-primary);
320
+ }
321
+
322
+ .e-bigger .e-panel-header {
323
+ font-size: 16px;
324
+ font-weight: 500;
325
+ height: 40px;
326
+ padding: 8px 18px;
327
+ line-height: 24px;
328
+ }
@@ -0,0 +1,5 @@
1
+ @import 'ej2-base/styles/definition/bds.scss';
2
+ @import 'bds-definition.scss';
3
+ @import 'icons/bds.scss';
4
+ @import 'all.scss';
5
+ @import 'bigger.scss';
@@ -131,7 +131,7 @@
131
131
  .e-dashboardlayout.e-control .e-panel .e-panel-header {
132
132
  border-bottom: none;
133
133
  color: var(--color-sf-content-text-color);
134
- font-family: "Segoe UI", -apple-system, blinkMacSystemfont, "Roboto", "Helvetica Neue", sans-serif;
134
+ font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
135
135
  font-size: 14px;
136
136
  font-weight: 600;
137
137
  height: 38px;
@@ -0,0 +1,80 @@
1
+ @include export-module('dashboardlayout-tailwind3-icons') {
2
+ .e-dashboardlayout.e-control {
3
+ & .e-panel {
4
+
5
+ & .e-resize.e-single,
6
+ & .e-resize.e-double {
7
+ &.e-east {
8
+ height: 100%;
9
+ padding: 20px 0;
10
+ right: 1px;
11
+ top: 0;
12
+ width: 12px;
13
+ }
14
+
15
+ &.e-west {
16
+ height: 100%;
17
+ left: 0;
18
+ padding: 20px 0;
19
+ top: 0;
20
+ width: 12px;
21
+ }
22
+
23
+ &.e-north {
24
+ height: 12px;
25
+ padding: 0 20px;
26
+ top: 1px;
27
+ width: 100%;
28
+ }
29
+
30
+ &.e-south {
31
+ bottom: 1px;
32
+ height: 12px;
33
+ padding: 0 20px;
34
+ width: 100%;
35
+ }
36
+
37
+ &.e-south-east {
38
+ bottom: 0;
39
+ right: 1px;
40
+ z-index: 10;
41
+ }
42
+
43
+ &.e-north-west {
44
+ left: 2px;
45
+ top: 2px;
46
+ z-index: 10;
47
+ }
48
+
49
+ &.e-north-east {
50
+ right: 2px;
51
+ top: 2px;
52
+ z-index: 10;
53
+ }
54
+
55
+ &.e-south-west {
56
+ bottom: 1px;
57
+ left: 1px;
58
+ z-index: 10;
59
+ }
60
+
61
+ &.e-south-east::before {
62
+ bottom: 4px;
63
+ content: '\e761';
64
+ font-size: 12px;
65
+ position: absolute;
66
+ right: 4px;
67
+ }
68
+
69
+ &.e-south-west::before {
70
+ bottom: 4px;
71
+ content: '\e761';
72
+ font-size: 12px;
73
+ left: 4px;
74
+ position: absolute;
75
+ transform: rotateY(180deg);
76
+ }
77
+ }
78
+ }
79
+ }
80
+ }
@@ -105,6 +105,9 @@
105
105
  .e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize.e-dl-icon {
106
106
  display: block;
107
107
  }
108
+ .e-dashboardlayout.e-control .e-panel:active {
109
+ border: 1px solid #22d3ee;
110
+ }
108
111
  .e-dashboardlayout.e-control .e-panel .e-panel-container {
109
112
  height: 100%;
110
113
  width: 100%;
@@ -105,6 +105,9 @@
105
105
  .e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize.e-dl-icon {
106
106
  display: block;
107
107
  }
108
+ .e-dashboardlayout.e-control .e-panel:active {
109
+ border: 1px solid #4f46e5;
110
+ }
108
111
  .e-dashboardlayout.e-control .e-panel .e-panel-container {
109
112
  height: 100%;
110
113
  width: 100%;