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