@syncfusion/ej2-angular-calendars 23.2.7-ngcc → 24.1.41-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 (109) hide show
  1. package/CHANGELOG.md +0 -30
  2. package/dist/ej2-angular-calendars.umd.js +1 -1
  3. package/dist/ej2-angular-calendars.umd.min.js +1 -1
  4. package/package.json +9 -9
  5. package/schematics/utils/lib-details.d.ts +2 -2
  6. package/schematics/utils/lib-details.js +2 -2
  7. package/schematics/utils/lib-details.ts +2 -2
  8. package/styles/bootstrap-dark.css +1 -2952
  9. package/styles/bootstrap.css +1 -2960
  10. package/styles/bootstrap4.css +1 -2988
  11. package/styles/bootstrap5-dark.css +1 -3118
  12. package/styles/bootstrap5.css +1 -3118
  13. package/styles/calendar/bootstrap-dark.css +1 -824
  14. package/styles/calendar/bootstrap.css +1 -825
  15. package/styles/calendar/bootstrap4.css +1 -825
  16. package/styles/calendar/bootstrap5-dark.css +1 -894
  17. package/styles/calendar/bootstrap5.css +1 -894
  18. package/styles/calendar/fabric-dark.css +1 -830
  19. package/styles/calendar/fabric.css +1 -835
  20. package/styles/calendar/fluent-dark.css +1 -1000
  21. package/styles/calendar/fluent.css +1 -1000
  22. package/styles/calendar/highcontrast-light.css +1 -825
  23. package/styles/calendar/highcontrast.css +1 -835
  24. package/styles/calendar/material-dark.css +1 -834
  25. package/styles/calendar/material.css +1 -835
  26. package/styles/calendar/material3-dark.css +1 -894
  27. package/styles/calendar/material3.css +1 -950
  28. package/styles/calendar/tailwind-dark.css +1 -927
  29. package/styles/calendar/tailwind.css +1 -927
  30. package/styles/datepicker/bootstrap-dark.css +1 -449
  31. package/styles/datepicker/bootstrap.css +1 -450
  32. package/styles/datepicker/bootstrap4.css +1 -462
  33. package/styles/datepicker/bootstrap5-dark.css +1 -460
  34. package/styles/datepicker/bootstrap5.css +1 -460
  35. package/styles/datepicker/fabric-dark.css +1 -442
  36. package/styles/datepicker/fabric.css +1 -443
  37. package/styles/datepicker/fluent-dark.css +1 -460
  38. package/styles/datepicker/fluent.css +1 -460
  39. package/styles/datepicker/highcontrast-light.css +1 -455
  40. package/styles/datepicker/highcontrast.css +1 -456
  41. package/styles/datepicker/material-dark.css +1 -491
  42. package/styles/datepicker/material.css +1 -500
  43. package/styles/datepicker/material3-dark.css +1 -539
  44. package/styles/datepicker/material3.css +1 -595
  45. package/styles/datepicker/tailwind-dark.css +1 -465
  46. package/styles/datepicker/tailwind.css +1 -465
  47. package/styles/daterangepicker/bootstrap-dark.css +1 -1177
  48. package/styles/daterangepicker/bootstrap.css +1 -1183
  49. package/styles/daterangepicker/bootstrap4.css +1 -1195
  50. package/styles/daterangepicker/bootstrap5-dark.css +1 -1257
  51. package/styles/daterangepicker/bootstrap5.css +1 -1257
  52. package/styles/daterangepicker/fabric-dark.css +1 -1177
  53. package/styles/daterangepicker/fabric.css +1 -1178
  54. package/styles/daterangepicker/fluent-dark.css +1 -1295
  55. package/styles/daterangepicker/fluent.css +1 -1295
  56. package/styles/daterangepicker/highcontrast-light.css +1 -1177
  57. package/styles/daterangepicker/highcontrast.css +1 -1178
  58. package/styles/daterangepicker/material-dark.css +1 -1215
  59. package/styles/daterangepicker/material.css +1 -1229
  60. package/styles/daterangepicker/material3-dark.css +1 -1325
  61. package/styles/daterangepicker/material3.css +1 -1381
  62. package/styles/daterangepicker/tailwind-dark.css +1 -1196
  63. package/styles/daterangepicker/tailwind.css +1 -1196
  64. package/styles/datetimepicker/bootstrap-dark.css +1 -190
  65. package/styles/datetimepicker/bootstrap.css +1 -190
  66. package/styles/datetimepicker/bootstrap4.css +1 -192
  67. package/styles/datetimepicker/bootstrap5-dark.css +1 -191
  68. package/styles/datetimepicker/bootstrap5.css +1 -191
  69. package/styles/datetimepicker/fabric-dark.css +1 -190
  70. package/styles/datetimepicker/fabric.css +1 -190
  71. package/styles/datetimepicker/fluent-dark.css +1 -191
  72. package/styles/datetimepicker/fluent.css +1 -191
  73. package/styles/datetimepicker/highcontrast-light.css +1 -190
  74. package/styles/datetimepicker/highcontrast.css +1 -190
  75. package/styles/datetimepicker/material-dark.css +1 -240
  76. package/styles/datetimepicker/material.css +1 -257
  77. package/styles/datetimepicker/material3-dark.css +1 -282
  78. package/styles/datetimepicker/material3.css +1 -338
  79. package/styles/datetimepicker/tailwind-dark.css +1 -191
  80. package/styles/datetimepicker/tailwind.css +1 -191
  81. package/styles/fabric-dark.css +1 -2951
  82. package/styles/fabric.css +1 -2958
  83. package/styles/fluent-dark.css +1 -3260
  84. package/styles/fluent.css +1 -3260
  85. package/styles/highcontrast-light.css +1 -2959
  86. package/styles/highcontrast.css +1 -2971
  87. package/styles/material-dark.css +1 -3130
  88. package/styles/material.css +1 -3179
  89. package/styles/material3-dark.css +1 -3441
  90. package/styles/material3.css +1 -3721
  91. package/styles/tailwind-dark.css +1 -3092
  92. package/styles/tailwind.css +1 -3092
  93. package/styles/timepicker/bootstrap-dark.css +1 -309
  94. package/styles/timepicker/bootstrap.css +1 -309
  95. package/styles/timepicker/bootstrap4.css +1 -311
  96. package/styles/timepicker/bootstrap5-dark.css +1 -312
  97. package/styles/timepicker/bootstrap5.css +1 -312
  98. package/styles/timepicker/fabric-dark.css +1 -309
  99. package/styles/timepicker/fabric.css +1 -309
  100. package/styles/timepicker/fluent-dark.css +1 -310
  101. package/styles/timepicker/fluent.css +1 -310
  102. package/styles/timepicker/highcontrast-light.css +1 -309
  103. package/styles/timepicker/highcontrast.css +1 -309
  104. package/styles/timepicker/material-dark.css +1 -347
  105. package/styles/timepicker/material.css +1 -355
  106. package/styles/timepicker/material3-dark.css +1 -398
  107. package/styles/timepicker/material3.css +1 -454
  108. package/styles/timepicker/tailwind-dark.css +1 -310
  109. package/styles/timepicker/tailwind.css +1 -310
@@ -1,500 +1 @@
1
- /* stylelint-disable property-no-vendor-prefix */
2
- @keyframes e-input-ripple {
3
- 100% {
4
- opacity: 0;
5
- transform: scale(4);
6
- }
7
- }
8
- @keyframes slideTopUp {
9
- from {
10
- transform: translate3d(0, 0, 0) scale(1);
11
- }
12
- to {
13
- transform: translate3d(0, 0, 0) scale(1);
14
- }
15
- }
16
- /*! calendar material theme variables */
17
- /*! component icons */
18
- .e-input-group-icon.e-date-icon,
19
- *.e-control-wrapper .e-input-group-icon.e-date-icon {
20
- font-size: 16px;
21
- margin: 0 0 4px 0;
22
- min-height: 24px;
23
- min-width: 24px;
24
- outline: none;
25
- }
26
- .e-input-group-icon.e-date-icon::before,
27
- *.e-control-wrapper .e-input-group-icon.e-date-icon::before {
28
- content: "\e901";
29
- font-family: "e-icons";
30
- }
31
- .e-input-group-icon.e-date-icon:focus,
32
- *.e-control-wrapper .e-input-group-icon.e-date-icon:focus {
33
- background: #eee;
34
- border-radius: 50%;
35
- }
36
-
37
- .e-bigger .e-input-group-icon.e-date-icon,
38
- *.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
39
- *.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
40
- font-size: 18px;
41
- margin: 5px 0 6px 0;
42
- min-height: 26px;
43
- min-width: 26px;
44
- }
45
- .e-bigger .e-input-group-icon.e-date-icon::before,
46
- *.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon::before,
47
- *.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon::before {
48
- content: "\e901";
49
- font-family: "e-icons";
50
- }
51
- .e-bigger .e-input-group-icon.e-date-icon:focus,
52
- *.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon:focus,
53
- *.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon:focus {
54
- background: #eee;
55
- border-radius: 50%;
56
- }
57
-
58
- .e-small .e-input-group-icon.e-date-icon,
59
- *.e-control-wrapper.e-small .e-input-group-icon.e-date-icon,
60
- *.e-small .e-control-wrapper .e-input-group-icon.e-date-icon {
61
- font-size: 14px;
62
- }
63
-
64
- .e-small.e-bigger .e-input-group-icon.e-date-icon,
65
- *.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-date-icon,
66
- *.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
67
- font-size: 18px;
68
- }
69
-
70
- .e-date-wrapper.e-outline .e-input-group-icon.e-date-icon,
71
- .e-date-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon {
72
- min-height: 0;
73
- min-width: 20px;
74
- }
75
-
76
- .e-bigger .e-date-wrapper.e-outline .e-input-group-icon.e-date-icon,
77
- .e-date-wrapper.e-control-wrapper.e-bigger.e-outline .e-input-group-icon.e-date-icon,
78
- .e-bigger .e-date-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon {
79
- min-height: 0;
80
- min-width: 24px;
81
- }
82
-
83
- .e-small .e-date-wrapper.e-outline .e-input-group-icon.e-date-icon,
84
- .e-date-wrapper.e-control-wrapper.e-small.e-outline .e-input-group-icon.e-date-icon,
85
- .e-small .e-date-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon {
86
- min-height: 0;
87
- min-width: 18px;
88
- }
89
-
90
- .e-bigger.e-small .e-outline.e-date-wrapper .e-input-group-icon.e-date-icon,
91
- .e-bigger.e-small.e-outline.e-date-wrapper .e-input-group-icon.e-date-icon,
92
- .e-date-wrapper.e-control-wrapper.e-bigger.e-small.e-outline .e-input-group-icon.e-date-icon,
93
- .e-bigger.e-small .e-date-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon {
94
- min-height: 0;
95
- min-width: 20px;
96
- }
97
-
98
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
99
- content: "\e932";
100
- font-family: "e-icons";
101
- }
102
-
103
- .e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
104
- .e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
105
- display: -ms-flexbox;
106
- display: flex;
107
- }
108
-
109
- .e-date-wrapper:not(.e-filled) .e-date-icon.e-icons {
110
- box-sizing: border-box;
111
- }
112
-
113
- .e-datepicker .e-calendar .e-content table tbody tr.e-month-hide:last-child {
114
- display: none;
115
- }
116
- .e-datepicker.e-popup-wrapper {
117
- border-radius: 0;
118
- overflow-y: hidden;
119
- pointer-events: auto;
120
- }
121
- .e-datepicker.e-date-modal {
122
- background-color: rgba(0, 0, 0, 0.6);
123
- height: 100%;
124
- left: 0;
125
- opacity: 0.5;
126
- pointer-events: auto;
127
- position: fixed;
128
- top: 0;
129
- width: 100%;
130
- z-index: 999;
131
- }
132
- .e-datepicker .e-model-header {
133
- background-color: #e3165b;
134
- color: #fff;
135
- cursor: default;
136
- display: block;
137
- padding: 10px 10px 10px 15px;
138
- }
139
- .e-datepicker .e-model-header .e-model-year {
140
- font-size: 14px;
141
- font-weight: 500;
142
- line-height: 32px;
143
- margin: 0;
144
- }
145
- .e-datepicker .e-model-month, .e-datepicker .e-model-day {
146
- font-size: 20px;
147
- font-weight: 500;
148
- line-height: 32px;
149
- margin: 0;
150
- }
151
-
152
- /* stylelint-disable */
153
- .e-date-overflow {
154
- overflow: hidden !important;
155
- }
156
-
157
- .e-datepick-mob-popup-wrap {
158
- -ms-flex-align: center;
159
- align-items: center;
160
- display: -ms-flexbox;
161
- display: flex;
162
- -ms-flex-direction: column;
163
- flex-direction: column;
164
- height: 100%;
165
- -ms-flex-pack: center;
166
- justify-content: center;
167
- left: 0;
168
- max-height: 100%;
169
- position: fixed;
170
- top: 0;
171
- width: 100%;
172
- z-index: 1002;
173
- }
174
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-lib.e-popup.e-control.e-popup-open {
175
- position: relative;
176
- top: 0 !important;
177
- left: 0 !important;
178
- }
179
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
180
- min-width: 100%;
181
- min-height: 100%;
182
- }
183
-
184
- .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
185
- background-size: 250px 33px;
186
- min-height: 33px;
187
- }
188
-
189
- .e-bigger .e-content-placeholder.e-datepicker.e-placeholder-datepicker,
190
- .e-bigger.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
191
- background-size: 250px 40px;
192
- min-height: 40px;
193
- }
194
-
195
- @media screen and (orientation: landscape) {
196
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
197
- line-height: 64px;
198
- }
199
- }
200
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
201
- border-radius: 0;
202
- }
203
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
204
- height: 15vh;
205
- }
206
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
207
- float: right;
208
- }
209
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
210
- height: 15vh;
211
- }
212
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
213
- float: right;
214
- }
215
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
216
- height: 20vh;
217
- padding: 2vh 6vw;
218
- }
219
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
220
- margin: 12vh 0 0 0;
221
- }
222
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
223
- color: inherit;
224
- float: left;
225
- font-size: 18px;
226
- }
227
- @media (min-device-width: 768px) {
228
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
229
- font-size: 18px;
230
- }
231
- }
232
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
233
- background: transparent;
234
- border-color: transparent;
235
- box-shadow: none;
236
- font-weight: 400;
237
- padding: 0;
238
- }
239
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
240
- color: inherit;
241
- float: right;
242
- }
243
- @media (min-device-width: 768px) {
244
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
245
- font-size: 18px;
246
- }
247
- }
248
- .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 {
249
- font-size: 5vw;
250
- line-height: 6vw;
251
- }
252
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
253
- min-width: 100%;
254
- min-height: 100%;
255
- height: 100%;
256
- }
257
- .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 {
258
- height: 10vh;
259
- border-style: none;
260
- border-width: 0;
261
- border-color: rgba(0, 0, 0, 0.12);
262
- padding: 2vh 2vw;
263
- line-height: 5vh;
264
- }
265
- .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 {
266
- margin-left: 5vw;
267
- position: inherit;
268
- text-align: left;
269
- vertical-align: middle;
270
- width: 60vw;
271
- line-height: inherit;
272
- }
273
- @media (min-device-width: 768px) {
274
- .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 {
275
- font-size: 18px;
276
- }
277
- }
278
- .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 {
279
- margin-right: 0;
280
- vertical-align: inherit;
281
- height: 35px;
282
- width: 35px;
283
- }
284
- @media (min-device-width: 768px) {
285
- .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 {
286
- height: 55px;
287
- width: 55px;
288
- }
289
- }
290
- .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 {
291
- vertical-align: inherit;
292
- }
293
- @media (min-device-width: 768px) {
294
- .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 {
295
- font-size: 18px;
296
- }
297
- }
298
- .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 {
299
- margin-right: 0;
300
- vertical-align: inherit;
301
- height: 35px;
302
- width: 35px;
303
- }
304
- @media (min-device-width: 768px) {
305
- .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 {
306
- height: 55px;
307
- width: 55px;
308
- }
309
- }
310
- .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 {
311
- vertical-align: inherit;
312
- }
313
- @media (min-device-width: 768px) {
314
- .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 {
315
- font-size: 18px;
316
- }
317
- }
318
- .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 {
319
- float: right;
320
- }
321
- @media (min-device-width: 768px) {
322
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
323
- font-size: 18px;
324
- height: 48px;
325
- }
326
- }
327
- @media (min-device-width: 768px) {
328
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
329
- font-size: 18px;
330
- height: 64px;
331
- width: 64px;
332
- line-height: 64px;
333
- }
334
- }
335
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
336
- height: 79vh;
337
- }
338
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
339
- display: none;
340
- }
341
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
342
- height: 69vh;
343
- }
344
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
345
- height: 69vh;
346
- }
347
-
348
- @media screen and (orientation: landscape) {
349
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
350
- height: 25vh;
351
- }
352
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
353
- float: right;
354
- }
355
- .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 {
356
- overflow-y: auto;
357
- }
358
- }
359
- @media screen and (orientation: landscape) and (max-height: 600px) {
360
- .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 {
361
- height: 50vh;
362
- }
363
- }
364
- @media screen and (orientation: landscape) and (min-height: 600px) {
365
- .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 {
366
- height: 60vh;
367
- }
368
- }
369
- @media screen and (orientation: landscape) and (min-height: 600px) {
370
- .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 {
371
- height: 60vh;
372
- }
373
- }
374
- @media screen and (orientation: landscape) and (min-height: 600px) {
375
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
376
- padding: 10px 0;
377
- height: 10%;
378
- font-size: 24px;
379
- }
380
- }
381
- @media screen and (orientation: landscape) {
382
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
383
- width: 100%;
384
- }
385
- }
386
- @media screen and (orientation: landscape) and (max-height: 600px) {
387
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
388
- height: 30vh;
389
- }
390
- }
391
- @media screen and (orientation: landscape) and (min-height: 600px) {
392
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
393
- height: 25vh;
394
- }
395
- }
396
- @media screen and (orientation: landscape) {
397
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
398
- float: left;
399
- }
400
- }
401
- @media screen and (orientation: landscape) {
402
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
403
- margin: 12vh 0 0 0;
404
- }
405
- }
406
- @media screen and (orientation: landscape) {
407
- .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 {
408
- font-size: 4vw;
409
- }
410
- }
411
- @media screen and (orientation: landscape) {
412
- .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 {
413
- margin-right: 0;
414
- }
415
- }
416
- @media screen and (orientation: landscape) and (max-height: 600px) {
417
- .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 {
418
- line-height: 12vh;
419
- }
420
- }
421
- @media screen and (orientation: landscape) and (min-height: 600px) {
422
- .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 {
423
- line-height: inherit;
424
- }
425
- }
426
- @media screen and (orientation: landscape) {
427
- .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 {
428
- overflow-y: auto;
429
- }
430
- }
431
- @media screen and (orientation: landscape) and (max-height: 600px) {
432
- .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 {
433
- height: 60vh;
434
- }
435
- }
436
- @media screen and (orientation: landscape) and (min-height: 600px) {
437
- .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 {
438
- height: 65vh;
439
- }
440
- }
441
- @media screen and (orientation: landscape) {
442
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
443
- display: block;
444
- max-width: 100%;
445
- overflow: visible;
446
- }
447
- }
448
- @media screen and (orientation: landscape) {
449
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
450
- height: 70%;
451
- width: 100%;
452
- }
453
- }
454
- @media screen and (orientation: landscape) {
455
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
456
- display: table-row-group;
457
- }
458
- }
459
- @media screen and (orientation: landscape) and (max-height: 600px) {
460
- .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 {
461
- height: 69vh;
462
- }
463
- }
464
- @media screen and (orientation: landscape) and (min-height: 600px) {
465
- .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 {
466
- height: 65vh;
467
- }
468
- }
469
- /* stylelint-enable */
470
- .e-datepicker.e-popup-wrapper,
471
- .e-bigger.e-small .e-datepicker.e-popup-wrapper,
472
- .e-bigger .e-datepicker.e-popup-wrapper,
473
- .e-small .e-datepicker.e-popup-wrapper,
474
- .e-bigger.e-small.e-datepicker.e-popup-wrapper,
475
- .e-bigger.e-datepicker.e-popup-wrapper,
476
- .e-small.e-datepicker.e-popup-wrapper {
477
- border: none;
478
- box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
479
- }
480
- .e-datepicker .e-calendar,
481
- .e-bigger.e-small .e-datepicker .e-calendar,
482
- .e-bigger .e-datepicker .e-calendar,
483
- .e-small .e-datepicker .e-calendar,
484
- .e-bigger.e-small.e-datepicker .e-calendar,
485
- .e-bigger.e-datepicker .e-calendar,
486
- .e-small.e-datepicker .e-calendar {
487
- background-color: #fff;
488
- border: none;
489
- }
490
-
491
- *.e-input-group.e-date-wrapper.e-dateinput-active:active:not(.e-success):not(.e-warning):not(.e-error) {
492
- border: none;
493
- }
494
-
495
- .e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
496
- color: #e3165b;
497
- }
498
- .e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
499
- color: #e3165b;
500
- }
1
+ @import '@syncfusion/ej2-calendars/styles/datepicker/material.css';