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