@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
@@ -54,6 +54,17 @@
54
54
  font-size: 20px;
55
55
  }
56
56
 
57
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
58
+ content: "\e7e7";
59
+ font-family: "e-icons";
60
+ }
61
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header .e-date-icon-next::before {
62
+ content: "\e748";
63
+ }
64
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header .e-date-icon-prev::before {
65
+ content: "\e765";
66
+ }
67
+
57
68
  .e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
58
69
  .e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
59
70
  display: -ms-flexbox;
@@ -131,6 +142,11 @@
131
142
  top: 0 !important;
132
143
  left: 0 !important;
133
144
  }
145
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
146
+ min-width: 100%;
147
+ min-height: 100%;
148
+ }
149
+
134
150
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
135
151
  background-size: 250px 33px;
136
152
  min-height: 33px;
@@ -142,11 +158,248 @@
142
158
  min-height: 40px;
143
159
  }
144
160
 
145
- @media screen and (orientation: landscape) and (max-height: 360px) {
146
- .e-datepicker .e-calendar.e-device .e-month table tbody {
147
- display: inline-block;
148
- height: 130px;
149
- overflow: auto;
161
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
162
+ border-radius: 0;
163
+ }
164
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
165
+ height: 15vh;
166
+ }
167
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
168
+ float: right;
169
+ }
170
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
171
+ height: 20vh;
172
+ padding: 2vh 2vw;
173
+ }
174
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
175
+ margin: 12vh 0 0 0;
176
+ }
177
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
178
+ color: inherit;
179
+ float: left;
180
+ font-size: 18px;
181
+ padding: 2px;
182
+ }
183
+ @media (min-device-width: 768px) {
184
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
185
+ font-size: 24px;
186
+ }
187
+ }
188
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
189
+ color: inherit;
190
+ float: right;
191
+ }
192
+ @media (min-device-width: 768px) {
193
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
194
+ font-size: 24px;
195
+ }
196
+ }
197
+ .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 {
198
+ font-size: 5vw;
199
+ line-height: 6vw;
200
+ }
201
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
202
+ min-width: 100%;
203
+ min-height: 100%;
204
+ height: 100%;
205
+ }
206
+ .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 {
207
+ height: 10vh;
208
+ border-style: none;
209
+ border-width: 0;
210
+ border-color: #4b5563;
211
+ padding: 2vh 2vw;
212
+ line-height: 5vh;
213
+ }
214
+ .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 {
215
+ margin-left: 18vw;
216
+ position: absolute;
217
+ text-align: center;
218
+ vertical-align: middle;
219
+ width: 50vw;
220
+ line-height: inherit;
221
+ }
222
+ @media (min-device-width: 768px) {
223
+ .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 {
224
+ font-size: 24px;
225
+ }
226
+ }
227
+ .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 {
228
+ margin-right: 75vw;
229
+ }
230
+ @media (min-device-width: 768px) {
231
+ .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 {
232
+ height: 34px;
233
+ width: 34px;
234
+ }
235
+ }
236
+ @media (min-device-width: 768px) {
237
+ .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 {
238
+ font-size: 24px;
239
+ }
240
+ }
241
+ .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 {
242
+ margin-right: 0;
243
+ }
244
+ @media (min-device-width: 768px) {
245
+ .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 {
246
+ font-size: 24px;
247
+ }
248
+ }
249
+ .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 {
250
+ float: none;
251
+ }
252
+ @media (min-device-width: 768px) {
253
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
254
+ font-size: 24px;
255
+ height: 48px;
256
+ }
257
+ }
258
+ @media (min-device-width: 768px) {
259
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
260
+ font-size: 24px;
261
+ height: 64px;
262
+ width: 64px;
263
+ line-height: 64px;
264
+ }
265
+ }
266
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
267
+ height: 85vh;
268
+ }
269
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
270
+ display: none;
271
+ }
272
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
273
+ display: block;
274
+ padding: 5px 0;
275
+ }
276
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
277
+ height: 69vh;
278
+ }
279
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
280
+ height: 69vh;
281
+ }
282
+
283
+ @media screen and (orientation: landscape) {
284
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
285
+ height: 25vh;
286
+ }
287
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
288
+ float: right;
289
+ }
290
+ .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 {
291
+ overflow-y: auto;
292
+ }
293
+ }
294
+ @media screen and (orientation: landscape) and (max-height: 600px) {
295
+ .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 {
296
+ height: 50vh;
297
+ }
298
+ }
299
+ @media screen and (orientation: landscape) and (min-height: 600px) {
300
+ .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 {
301
+ height: 60vh;
302
+ }
303
+ }
304
+ @media screen and (orientation: landscape) and (min-height: 600px) {
305
+ .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 {
306
+ height: 60vh;
307
+ }
308
+ }
309
+ @media screen and (orientation: landscape) and (min-height: 600px) {
310
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
311
+ padding: 10px 0;
312
+ height: 10%;
313
+ font-size: 24px;
314
+ }
315
+ }
316
+ @media screen and (orientation: landscape) {
317
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
318
+ width: 100%;
319
+ }
320
+ }
321
+ @media screen and (orientation: landscape) and (max-height: 600px) {
322
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
323
+ height: 30vh;
324
+ }
325
+ }
326
+ @media screen and (orientation: landscape) and (min-height: 600px) {
327
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
328
+ height: 25vh;
329
+ }
330
+ }
331
+ @media screen and (orientation: landscape) {
332
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
333
+ float: left;
334
+ padding: 2px;
335
+ }
336
+ }
337
+ @media screen and (orientation: landscape) {
338
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
339
+ margin: 12vh 0 0 0;
340
+ }
341
+ }
342
+ @media screen and (orientation: landscape) {
343
+ .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 {
344
+ font-size: 4vw;
345
+ }
346
+ }
347
+ @media screen and (orientation: landscape) {
348
+ .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 {
349
+ margin-right: 85vw;
350
+ }
351
+ }
352
+ @media screen and (orientation: landscape) and (max-height: 600px) {
353
+ .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 {
354
+ line-height: 8vh;
355
+ }
356
+ }
357
+ @media screen and (orientation: landscape) and (min-height: 600px) {
358
+ .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 {
359
+ line-height: inherit;
360
+ }
361
+ }
362
+ @media screen and (orientation: landscape) {
363
+ .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 {
364
+ overflow-y: auto;
365
+ }
366
+ }
367
+ @media screen and (orientation: landscape) and (max-height: 600px) {
368
+ .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 {
369
+ height: 60vh;
370
+ }
371
+ }
372
+ @media screen and (orientation: landscape) and (min-height: 600px) {
373
+ .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 {
374
+ height: 65vh;
375
+ }
376
+ }
377
+ @media screen and (orientation: landscape) {
378
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
379
+ display: block;
380
+ max-width: 100%;
381
+ overflow: visible;
382
+ }
383
+ }
384
+ @media screen and (orientation: landscape) {
385
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
386
+ height: 70%;
387
+ width: 100%;
388
+ }
389
+ }
390
+ @media screen and (orientation: landscape) {
391
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
392
+ display: table-row-group;
393
+ }
394
+ }
395
+ @media screen and (orientation: landscape) and (max-height: 600px) {
396
+ .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 {
397
+ height: 69vh;
398
+ }
399
+ }
400
+ @media screen and (orientation: landscape) and (min-height: 600px) {
401
+ .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 {
402
+ height: 65vh;
150
403
  }
151
404
  }
152
405
  /* stylelint-enable */
@@ -54,6 +54,17 @@
54
54
  font-size: 20px;
55
55
  }
56
56
 
57
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
58
+ content: "\e7e7";
59
+ font-family: "e-icons";
60
+ }
61
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header .e-date-icon-next::before {
62
+ content: "\e748";
63
+ }
64
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header .e-date-icon-prev::before {
65
+ content: "\e765";
66
+ }
67
+
57
68
  .e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
58
69
  .e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
59
70
  display: -ms-flexbox;
@@ -131,6 +142,11 @@
131
142
  top: 0 !important;
132
143
  left: 0 !important;
133
144
  }
145
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
146
+ min-width: 100%;
147
+ min-height: 100%;
148
+ }
149
+
134
150
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
135
151
  background-size: 250px 33px;
136
152
  min-height: 33px;
@@ -142,11 +158,248 @@
142
158
  min-height: 40px;
143
159
  }
144
160
 
145
- @media screen and (orientation: landscape) and (max-height: 360px) {
146
- .e-datepicker .e-calendar.e-device .e-month table tbody {
147
- display: inline-block;
148
- height: 130px;
149
- overflow: auto;
161
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
162
+ border-radius: 0;
163
+ }
164
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
165
+ height: 15vh;
166
+ }
167
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
168
+ float: right;
169
+ }
170
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
171
+ height: 20vh;
172
+ padding: 2vh 2vw;
173
+ }
174
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
175
+ margin: 12vh 0 0 0;
176
+ }
177
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
178
+ color: inherit;
179
+ float: left;
180
+ font-size: 18px;
181
+ padding: 2px;
182
+ }
183
+ @media (min-device-width: 768px) {
184
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
185
+ font-size: 24px;
186
+ }
187
+ }
188
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
189
+ color: inherit;
190
+ float: right;
191
+ }
192
+ @media (min-device-width: 768px) {
193
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
194
+ font-size: 24px;
195
+ }
196
+ }
197
+ .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 {
198
+ font-size: 5vw;
199
+ line-height: 6vw;
200
+ }
201
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
202
+ min-width: 100%;
203
+ min-height: 100%;
204
+ height: 100%;
205
+ }
206
+ .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 {
207
+ height: 10vh;
208
+ border-style: none;
209
+ border-width: 0;
210
+ border-color: #e5e7eb;
211
+ padding: 2vh 2vw;
212
+ line-height: 5vh;
213
+ }
214
+ .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 {
215
+ margin-left: 18vw;
216
+ position: absolute;
217
+ text-align: center;
218
+ vertical-align: middle;
219
+ width: 50vw;
220
+ line-height: inherit;
221
+ }
222
+ @media (min-device-width: 768px) {
223
+ .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 {
224
+ font-size: 24px;
225
+ }
226
+ }
227
+ .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 {
228
+ margin-right: 75vw;
229
+ }
230
+ @media (min-device-width: 768px) {
231
+ .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 {
232
+ height: 34px;
233
+ width: 34px;
234
+ }
235
+ }
236
+ @media (min-device-width: 768px) {
237
+ .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 {
238
+ font-size: 24px;
239
+ }
240
+ }
241
+ .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 {
242
+ margin-right: 0;
243
+ }
244
+ @media (min-device-width: 768px) {
245
+ .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 {
246
+ font-size: 24px;
247
+ }
248
+ }
249
+ .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 {
250
+ float: none;
251
+ }
252
+ @media (min-device-width: 768px) {
253
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
254
+ font-size: 24px;
255
+ height: 48px;
256
+ }
257
+ }
258
+ @media (min-device-width: 768px) {
259
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
260
+ font-size: 24px;
261
+ height: 64px;
262
+ width: 64px;
263
+ line-height: 64px;
264
+ }
265
+ }
266
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
267
+ height: 85vh;
268
+ }
269
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
270
+ display: none;
271
+ }
272
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
273
+ display: block;
274
+ padding: 5px 0;
275
+ }
276
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
277
+ height: 69vh;
278
+ }
279
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
280
+ height: 69vh;
281
+ }
282
+
283
+ @media screen and (orientation: landscape) {
284
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
285
+ height: 25vh;
286
+ }
287
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
288
+ float: right;
289
+ }
290
+ .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 {
291
+ overflow-y: auto;
292
+ }
293
+ }
294
+ @media screen and (orientation: landscape) and (max-height: 600px) {
295
+ .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 {
296
+ height: 50vh;
297
+ }
298
+ }
299
+ @media screen and (orientation: landscape) and (min-height: 600px) {
300
+ .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 {
301
+ height: 60vh;
302
+ }
303
+ }
304
+ @media screen and (orientation: landscape) and (min-height: 600px) {
305
+ .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 {
306
+ height: 60vh;
307
+ }
308
+ }
309
+ @media screen and (orientation: landscape) and (min-height: 600px) {
310
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
311
+ padding: 10px 0;
312
+ height: 10%;
313
+ font-size: 24px;
314
+ }
315
+ }
316
+ @media screen and (orientation: landscape) {
317
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
318
+ width: 100%;
319
+ }
320
+ }
321
+ @media screen and (orientation: landscape) and (max-height: 600px) {
322
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
323
+ height: 30vh;
324
+ }
325
+ }
326
+ @media screen and (orientation: landscape) and (min-height: 600px) {
327
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
328
+ height: 25vh;
329
+ }
330
+ }
331
+ @media screen and (orientation: landscape) {
332
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
333
+ float: left;
334
+ padding: 2px;
335
+ }
336
+ }
337
+ @media screen and (orientation: landscape) {
338
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
339
+ margin: 12vh 0 0 0;
340
+ }
341
+ }
342
+ @media screen and (orientation: landscape) {
343
+ .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 {
344
+ font-size: 4vw;
345
+ }
346
+ }
347
+ @media screen and (orientation: landscape) {
348
+ .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 {
349
+ margin-right: 85vw;
350
+ }
351
+ }
352
+ @media screen and (orientation: landscape) and (max-height: 600px) {
353
+ .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 {
354
+ line-height: 8vh;
355
+ }
356
+ }
357
+ @media screen and (orientation: landscape) and (min-height: 600px) {
358
+ .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 {
359
+ line-height: inherit;
360
+ }
361
+ }
362
+ @media screen and (orientation: landscape) {
363
+ .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 {
364
+ overflow-y: auto;
365
+ }
366
+ }
367
+ @media screen and (orientation: landscape) and (max-height: 600px) {
368
+ .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 {
369
+ height: 60vh;
370
+ }
371
+ }
372
+ @media screen and (orientation: landscape) and (min-height: 600px) {
373
+ .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 {
374
+ height: 65vh;
375
+ }
376
+ }
377
+ @media screen and (orientation: landscape) {
378
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
379
+ display: block;
380
+ max-width: 100%;
381
+ overflow: visible;
382
+ }
383
+ }
384
+ @media screen and (orientation: landscape) {
385
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
386
+ height: 70%;
387
+ width: 100%;
388
+ }
389
+ }
390
+ @media screen and (orientation: landscape) {
391
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
392
+ display: table-row-group;
393
+ }
394
+ }
395
+ @media screen and (orientation: landscape) and (max-height: 600px) {
396
+ .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 {
397
+ height: 69vh;
398
+ }
399
+ }
400
+ @media screen and (orientation: landscape) and (min-height: 600px) {
401
+ .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 {
402
+ height: 65vh;
150
403
  }
151
404
  }
152
405
  /* stylelint-enable */