@syncfusion/ej2-angular-calendars 21.2.10-ngcc → 22.1.34-ngcc

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 (129) hide show
  1. package/@syncfusion/ej2-angular-calendars.es5.js +4 -4
  2. package/@syncfusion/ej2-angular-calendars.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-calendars.js +4 -4
  4. package/@syncfusion/ej2-angular-calendars.js.map +1 -1
  5. package/CHANGELOG.md +7 -63
  6. package/dist/ej2-angular-calendars.umd.js +5 -5
  7. package/dist/ej2-angular-calendars.umd.js.map +1 -1
  8. package/dist/ej2-angular-calendars.umd.min.js +2 -2
  9. package/dist/ej2-angular-calendars.umd.min.js.map +1 -1
  10. package/ej2-angular-calendars.metadata.json +1 -1
  11. package/license +10 -0
  12. package/package.json +8 -8
  13. package/schematics/utils/lib-details.d.ts +2 -2
  14. package/schematics/utils/lib-details.js +2 -2
  15. package/schematics/utils/lib-details.ts +2 -2
  16. package/styles/bootstrap-dark.css +715 -19
  17. package/styles/bootstrap.css +711 -15
  18. package/styles/bootstrap4.css +711 -16
  19. package/styles/bootstrap5-dark.css +708 -12
  20. package/styles/bootstrap5.css +708 -12
  21. package/styles/calendar/bootstrap-dark.css +3 -2
  22. package/styles/calendar/bootstrap.css +2 -1
  23. package/styles/calendar/bootstrap4.css +3 -2
  24. package/styles/calendar/bootstrap5-dark.css +2 -1
  25. package/styles/calendar/bootstrap5.css +2 -1
  26. package/styles/calendar/fabric-dark.css +2 -1
  27. package/styles/calendar/fabric.css +2 -1
  28. package/styles/calendar/fluent-dark.css +2 -1
  29. package/styles/calendar/fluent.css +2 -1
  30. package/styles/calendar/highcontrast-light.css +2 -1
  31. package/styles/calendar/highcontrast.css +2 -1
  32. package/styles/calendar/material-dark.css +2 -1
  33. package/styles/calendar/material.css +3 -2
  34. package/styles/calendar/material3-dark.css +895 -0
  35. package/styles/calendar/material3-dark.scss +2 -0
  36. package/styles/calendar/material3.css +951 -0
  37. package/styles/calendar/material3.scss +2 -0
  38. package/styles/calendar/tailwind-dark.css +2 -1
  39. package/styles/calendar/tailwind.css +2 -1
  40. package/styles/datepicker/bootstrap-dark.css +262 -8
  41. package/styles/datepicker/bootstrap.css +262 -8
  42. package/styles/datepicker/bootstrap4.css +261 -8
  43. package/styles/datepicker/bootstrap5-dark.css +259 -5
  44. package/styles/datepicker/bootstrap5.css +259 -5
  45. package/styles/datepicker/fabric-dark.css +255 -8
  46. package/styles/datepicker/fabric.css +255 -8
  47. package/styles/datepicker/fluent-dark.css +258 -5
  48. package/styles/datepicker/fluent.css +258 -5
  49. package/styles/datepicker/highcontrast-light.css +260 -7
  50. package/styles/datepicker/highcontrast.css +260 -7
  51. package/styles/datepicker/material-dark.css +252 -5
  52. package/styles/datepicker/material.css +204 -40
  53. package/styles/datepicker/material3-dark.css +510 -0
  54. package/styles/datepicker/material3-dark.scss +2 -0
  55. package/styles/datepicker/material3.css +566 -0
  56. package/styles/datepicker/material3.scss +2 -0
  57. package/styles/datepicker/tailwind-dark.css +258 -5
  58. package/styles/datepicker/tailwind.css +258 -5
  59. package/styles/daterangepicker/bootstrap-dark.css +358 -7
  60. package/styles/daterangepicker/bootstrap.css +355 -4
  61. package/styles/daterangepicker/bootstrap4.css +355 -4
  62. package/styles/daterangepicker/bootstrap5-dark.css +355 -4
  63. package/styles/daterangepicker/bootstrap5.css +355 -4
  64. package/styles/daterangepicker/fabric-dark.css +355 -4
  65. package/styles/daterangepicker/fabric.css +355 -4
  66. package/styles/daterangepicker/fluent-dark.css +356 -5
  67. package/styles/daterangepicker/fluent.css +356 -5
  68. package/styles/daterangepicker/highcontrast-light.css +355 -4
  69. package/styles/daterangepicker/highcontrast.css +355 -4
  70. package/styles/daterangepicker/material-dark.css +355 -4
  71. package/styles/daterangepicker/material.css +309 -70
  72. package/styles/daterangepicker/material3-dark.css +1330 -0
  73. package/styles/daterangepicker/material3-dark.scss +2 -0
  74. package/styles/daterangepicker/material3.css +1386 -0
  75. package/styles/daterangepicker/material3.scss +2 -0
  76. package/styles/daterangepicker/tailwind-dark.css +355 -4
  77. package/styles/daterangepicker/tailwind.css +355 -4
  78. package/styles/datetimepicker/bootstrap-dark.css +8 -2
  79. package/styles/datetimepicker/bootstrap.css +8 -2
  80. package/styles/datetimepicker/bootstrap4.css +8 -2
  81. package/styles/datetimepicker/bootstrap5-dark.css +8 -2
  82. package/styles/datetimepicker/bootstrap5.css +8 -2
  83. package/styles/datetimepicker/fabric-dark.css +8 -2
  84. package/styles/datetimepicker/fabric.css +8 -2
  85. package/styles/datetimepicker/fluent-dark.css +8 -2
  86. package/styles/datetimepicker/fluent.css +8 -2
  87. package/styles/datetimepicker/highcontrast-light.css +8 -2
  88. package/styles/datetimepicker/highcontrast.css +8 -2
  89. package/styles/datetimepicker/material-dark.css +8 -2
  90. package/styles/datetimepicker/material.css +8 -2
  91. package/styles/datetimepicker/material3-dark.css +283 -0
  92. package/styles/datetimepicker/material3-dark.scss +2 -0
  93. package/styles/datetimepicker/material3.css +339 -0
  94. package/styles/datetimepicker/material3.scss +2 -0
  95. package/styles/datetimepicker/tailwind-dark.css +8 -2
  96. package/styles/datetimepicker/tailwind.css +8 -2
  97. package/styles/fabric-dark.css +704 -15
  98. package/styles/fabric.css +704 -15
  99. package/styles/fluent-dark.css +708 -13
  100. package/styles/fluent.css +708 -13
  101. package/styles/highcontrast-light.css +709 -14
  102. package/styles/highcontrast.css +709 -14
  103. package/styles/material-dark.css +701 -12
  104. package/styles/material.css +608 -114
  105. package/styles/material3-dark.css +3403 -0
  106. package/styles/material3-dark.scss +6 -0
  107. package/styles/material3.css +3679 -0
  108. package/styles/material3.scss +6 -0
  109. package/styles/tailwind-dark.css +707 -12
  110. package/styles/tailwind.css +707 -12
  111. package/styles/timepicker/bootstrap-dark.css +84 -0
  112. package/styles/timepicker/bootstrap.css +84 -0
  113. package/styles/timepicker/bootstrap4.css +84 -0
  114. package/styles/timepicker/bootstrap5-dark.css +84 -0
  115. package/styles/timepicker/bootstrap5.css +84 -0
  116. package/styles/timepicker/fabric-dark.css +84 -0
  117. package/styles/timepicker/fabric.css +84 -0
  118. package/styles/timepicker/fluent-dark.css +84 -0
  119. package/styles/timepicker/fluent.css +84 -0
  120. package/styles/timepicker/highcontrast-light.css +84 -0
  121. package/styles/timepicker/highcontrast.css +84 -0
  122. package/styles/timepicker/material-dark.css +84 -0
  123. package/styles/timepicker/material.css +84 -0
  124. package/styles/timepicker/material3-dark.css +382 -0
  125. package/styles/timepicker/material3-dark.scss +2 -0
  126. package/styles/timepicker/material3.css +438 -0
  127. package/styles/timepicker/material3.scss +2 -0
  128. package/styles/timepicker/tailwind-dark.css +84 -0
  129. package/styles/timepicker/tailwind.css +84 -0
@@ -96,6 +96,11 @@
96
96
  min-width: 20px;
97
97
  }
98
98
 
99
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
100
+ content: "\e932";
101
+ font-family: "e-icons";
102
+ }
103
+
99
104
  .e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
100
105
  .e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
101
106
  display: -ms-flexbox;
@@ -188,89 +193,248 @@
188
193
  min-height: 40px;
189
194
  }
190
195
 
196
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
197
+ border-radius: 0;
198
+ }
199
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
200
+ height: 15vh;
201
+ }
202
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
203
+ float: right;
204
+ }
191
205
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
192
- height: 15%;
206
+ height: 20vh;
207
+ padding: 2vh 2vw;
208
+ }
209
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
210
+ margin: 12vh 0 0 0;
193
211
  }
194
212
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
213
+ color: inherit;
214
+ float: left;
215
+ font-size: 18px;
216
+ padding: 2px;
217
+ }
218
+ @media (min-device-width: 768px) {
219
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
220
+ font-size: 24px;
221
+ }
222
+ }
223
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
224
+ color: inherit;
195
225
  float: right;
196
- margin-right: 10px;
197
- padding: 5px;
198
226
  }
199
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
200
- content: "\e932";
201
- font-family: "e-icons";
202
- color: rgba(0, 0, 0, 0.54);
227
+ @media (min-device-width: 768px) {
228
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
229
+ font-size: 24px;
230
+ }
231
+ }
232
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
233
+ font-size: 5vw;
234
+ line-height: 6vw;
203
235
  }
204
236
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
205
237
  min-width: 100%;
206
238
  min-height: 100%;
207
239
  height: 100%;
208
240
  }
209
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
210
- font-size: 9px;
241
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade {
242
+ height: 10vh;
243
+ border-style: none;
244
+ border-width: 0;
245
+ border-color: rgba(0, 0, 0, 0.12);
246
+ padding: 2vh 2vw;
247
+ line-height: 5vh;
248
+ }
249
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
250
+ margin-left: 5vw;
251
+ position: inherit;
252
+ text-align: left;
253
+ vertical-align: middle;
254
+ width: 60vw;
255
+ line-height: inherit;
256
+ }
257
+ @media (min-device-width: 768px) {
258
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
259
+ font-size: 24px;
260
+ }
261
+ }
262
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
263
+ margin-right: 0;
211
264
  }
212
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
213
- height: 10%;
265
+ @media (min-device-width: 768px) {
266
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
267
+ height: 34px;
268
+ width: 34px;
269
+ }
270
+ }
271
+ @media (min-device-width: 768px) {
272
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
273
+ font-size: 24px;
274
+ }
275
+ }
276
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
277
+ margin-right: 0;
278
+ }
279
+ @media (min-device-width: 768px) {
280
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
281
+ font-size: 24px;
282
+ }
283
+ }
284
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-icon-container, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-icon-container, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-icon-container {
285
+ float: right;
286
+ }
287
+ @media (min-device-width: 768px) {
288
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
289
+ font-size: 24px;
290
+ height: 48px;
291
+ }
292
+ }
293
+ @media (min-device-width: 768px) {
294
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
295
+ font-size: 24px;
296
+ height: 64px;
297
+ width: 64px;
298
+ line-height: 64px;
299
+ }
214
300
  }
215
301
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
216
- height: 85%;
302
+ height: 85vh;
217
303
  }
218
304
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
219
- height: 10%;
305
+ display: none;
306
+ }
307
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
308
+ display: block;
309
+ padding: 5px 0;
220
310
  }
221
311
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
222
- height: 80%;
312
+ height: 69vh;
223
313
  }
224
314
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
225
- height: 100%;
315
+ height: 69vh;
226
316
  }
227
317
 
228
- @media screen and (orientation: landscape) and (max-height: 360px) {
229
- .e-datepicker .e-calendar.e-device .e-month table tbody {
230
- display: inline-block;
231
- height: 130px;
232
- overflow: auto;
318
+ @media screen and (orientation: landscape) {
319
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
320
+ height: 25vh;
321
+ }
322
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
323
+ float: right;
324
+ }
325
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade {
326
+ overflow-y: auto;
327
+ }
328
+ }
329
+ @media screen and (orientation: landscape) and (max-height: 600px) {
330
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade {
331
+ height: 50vh;
332
+ }
333
+ }
334
+ @media screen and (orientation: landscape) and (min-height: 600px) {
335
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade {
336
+ height: 60vh;
337
+ }
338
+ }
339
+ @media screen and (orientation: landscape) and (min-height: 600px) {
340
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade table {
341
+ height: 60vh;
342
+ }
343
+ }
344
+ @media screen and (orientation: landscape) and (min-height: 600px) {
345
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
346
+ padding: 10px 0;
347
+ height: 10%;
348
+ font-size: 24px;
233
349
  }
234
350
  }
235
351
  @media screen and (orientation: landscape) {
236
352
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
237
- float: left;
238
- height: 100%;
239
- width: 30%;
353
+ width: 100%;
354
+ }
355
+ }
356
+ @media screen and (orientation: landscape) and (max-height: 600px) {
357
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
358
+ height: 30vh;
240
359
  }
360
+ }
361
+ @media screen and (orientation: landscape) and (min-height: 600px) {
362
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
363
+ height: 25vh;
364
+ }
365
+ }
366
+ @media screen and (orientation: landscape) {
241
367
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
242
368
  float: left;
243
- padding: 5px;
369
+ padding: 2px;
244
370
  }
245
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
246
- font-size: 3.2vw;
247
- margin-top: 35%;
371
+ }
372
+ @media screen and (orientation: landscape) {
373
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
374
+ margin: 12vh 0 0 0;
248
375
  }
249
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
250
- display: block;
376
+ }
377
+ @media screen and (orientation: landscape) {
378
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-day {
251
379
  font-size: 4vw;
252
- margin-top: 10%;
253
380
  }
254
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
255
- height: 10%;
381
+ }
382
+ @media screen and (orientation: landscape) {
383
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
384
+ margin-right: 0;
256
385
  }
257
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
258
- height: 75%;
386
+ }
387
+ @media screen and (orientation: landscape) and (max-height: 600px) {
388
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
389
+ line-height: 8vh;
390
+ }
391
+ }
392
+ @media screen and (orientation: landscape) and (min-height: 600px) {
393
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
394
+ line-height: inherit;
395
+ }
396
+ }
397
+ @media screen and (orientation: landscape) {
398
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade {
399
+ overflow-y: auto;
259
400
  }
401
+ }
402
+ @media screen and (orientation: landscape) and (max-height: 600px) {
403
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade {
404
+ height: 60vh;
405
+ }
406
+ }
407
+ @media screen and (orientation: landscape) and (min-height: 600px) {
408
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade {
409
+ height: 65vh;
410
+ }
411
+ }
412
+ @media screen and (orientation: landscape) {
260
413
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
261
- display: -ms-flexbox;
262
- display: flex;
414
+ display: block;
415
+ max-width: 100%;
416
+ overflow: visible;
263
417
  }
418
+ }
419
+ @media screen and (orientation: landscape) {
264
420
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
265
- float: right;
266
- height: 90%;
267
- width: 70%;
421
+ height: 70%;
422
+ width: 100%;
268
423
  }
424
+ }
425
+ @media screen and (orientation: landscape) {
269
426
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
270
427
  display: table-row-group;
271
428
  }
429
+ }
430
+ @media screen and (orientation: landscape) and (max-height: 600px) {
431
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
432
+ height: 69vh;
433
+ }
434
+ }
435
+ @media screen and (orientation: landscape) and (min-height: 600px) {
272
436
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
273
- height: 100%;
437
+ height: 65vh;
274
438
  }
275
439
  }
276
440
  /* stylelint-enable */