@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,455 +1 @@
1
- /* stylelint-disable property-no-vendor-prefix */
2
- /*! component icons */
3
- .e-input-group-icon.e-date-icon,
4
- *.e-control-wrapper .e-input-group-icon.e-date-icon {
5
- font-size: 16px;
6
- margin: 0;
7
- outline: none;
8
- }
9
- .e-input-group-icon.e-date-icon::before,
10
- *.e-control-wrapper .e-input-group-icon.e-date-icon::before {
11
- content: "\e93a";
12
- font-family: "e-icons";
13
- }
14
- .e-input-group-icon.e-date-icon:focus,
15
- *.e-control-wrapper .e-input-group-icon.e-date-icon:focus {
16
- background: #ecf;
17
- border-radius: 0;
18
- }
19
-
20
- .e-bigger .e-input-group-icon.e-date-icon,
21
- *.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
22
- *.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
23
- font-size: 18px;
24
- margin: 0;
25
- }
26
- .e-bigger .e-input-group-icon.e-date-icon::before,
27
- *.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon::before,
28
- *.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon::before {
29
- content: "\e93a";
30
- font-family: "e-icons";
31
- }
32
- .e-bigger .e-input-group-icon.e-date-icon:focus,
33
- *.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon:focus,
34
- *.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon:focus {
35
- background: #ecf;
36
- border-radius: 0;
37
- }
38
-
39
- .e-small .e-input-group-icon.e-date-icon,
40
- *.e-control-wrapper.e-small .e-input-group-icon.e-date-icon,
41
- *.e-small .e-control-wrapper .e-input-group-icon.e-date-icon {
42
- font-size: 14px;
43
- }
44
-
45
- .e-small.e-bigger .e-input-group-icon.e-date-icon,
46
- *.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-date-icon,
47
- *.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
48
- font-size: 18px;
49
- }
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: "\e85c";
57
- }
58
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header .e-date-icon-prev::before {
59
- content: "\e98f";
60
- }
61
-
62
- .e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
63
- .e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
64
- display: -ms-flexbox;
65
- display: flex;
66
- }
67
-
68
- .e-datepicker .e-calendar .e-content table tbody tr.e-month-hide:last-child {
69
- display: table-row;
70
- }
71
- .e-datepicker.e-popup-wrapper {
72
- border-radius: 0;
73
- overflow-y: hidden;
74
- pointer-events: auto;
75
- }
76
- .e-datepicker.e-date-modal {
77
- background-color: rgba(255, 255, 255, 0.6);
78
- height: 100%;
79
- left: 0;
80
- opacity: 0.5;
81
- pointer-events: auto;
82
- position: fixed;
83
- top: 0;
84
- width: 100%;
85
- z-index: 999;
86
- }
87
- .e-datepicker .e-model-header {
88
- background-color: #fff;
89
- color: #000;
90
- cursor: default;
91
- display: block;
92
- padding: 10px 10px 10px 15px;
93
- }
94
- .e-datepicker .e-model-header .e-model-year {
95
- font-size: 14px;
96
- font-weight: 500;
97
- line-height: 32px;
98
- margin: 0;
99
- }
100
- .e-datepicker .e-model-month, .e-datepicker .e-model-day {
101
- font-size: 20px;
102
- font-weight: 500;
103
- line-height: 32px;
104
- margin: 0;
105
- }
106
-
107
- /* stylelint-disable */
108
- .e-date-overflow {
109
- overflow: hidden !important;
110
- }
111
-
112
- .e-datepick-mob-popup-wrap {
113
- -ms-flex-align: center;
114
- align-items: center;
115
- display: -ms-flexbox;
116
- display: flex;
117
- -ms-flex-direction: column;
118
- flex-direction: column;
119
- height: 100%;
120
- -ms-flex-pack: center;
121
- justify-content: center;
122
- left: 0;
123
- max-height: 100%;
124
- position: fixed;
125
- top: 0;
126
- width: 100%;
127
- z-index: 1002;
128
- }
129
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-lib.e-popup.e-control.e-popup-open {
130
- position: relative;
131
- top: 0 !important;
132
- left: 0 !important;
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
-
139
- .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
140
- background-size: 250px 33px;
141
- min-height: 33px;
142
- }
143
-
144
- .e-bigger .e-content-placeholder.e-datepicker.e-placeholder-datepicker,
145
- .e-bigger.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
146
- background-size: 250px 40px;
147
- min-height: 40px;
148
- }
149
-
150
- @media screen and (orientation: landscape) {
151
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
152
- line-height: 64px;
153
- }
154
- }
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.e-blazor-device {
165
- height: 15vh;
166
- }
167
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
168
- float: right;
169
- }
170
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
171
- height: 20vh;
172
- padding: 2vh 6vw;
173
- }
174
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
175
- margin: 12vh 0 0 0;
176
- }
177
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
178
- color: inherit;
179
- float: left;
180
- font-size: 18px;
181
- }
182
- @media (min-device-width: 768px) {
183
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
184
- font-size: 18px;
185
- }
186
- }
187
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
188
- background: transparent;
189
- border-color: transparent;
190
- box-shadow: none;
191
- font-weight: 400;
192
- padding: 0;
193
- }
194
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
195
- color: inherit;
196
- float: right;
197
- }
198
- @media (min-device-width: 768px) {
199
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
200
- font-size: 18px;
201
- }
202
- }
203
- .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 {
204
- font-size: 5vw;
205
- line-height: 6vw;
206
- }
207
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
208
- min-width: 100%;
209
- min-height: 100%;
210
- height: 100%;
211
- }
212
- .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 {
213
- height: 10vh;
214
- border-style: solid;
215
- border-width: 1px 0;
216
- border-color: #757575;
217
- padding: 2vh 2vw;
218
- line-height: 5vh;
219
- }
220
- .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 {
221
- margin-left: 22vw;
222
- position: absolute;
223
- text-align: center;
224
- vertical-align: middle;
225
- width: 50vw;
226
- line-height: inherit;
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-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 {
230
- font-size: 18px;
231
- }
232
- }
233
- .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 {
234
- margin-right: 75vw;
235
- vertical-align: inherit;
236
- height: 35px;
237
- width: 35px;
238
- }
239
- @media (min-device-width: 768px) {
240
- .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 {
241
- height: 55px;
242
- width: 55px;
243
- }
244
- }
245
- .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 {
246
- vertical-align: inherit;
247
- }
248
- @media (min-device-width: 768px) {
249
- .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 {
250
- font-size: 18px;
251
- }
252
- }
253
- .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 {
254
- margin-right: 0;
255
- vertical-align: inherit;
256
- height: 35px;
257
- width: 35px;
258
- }
259
- @media (min-device-width: 768px) {
260
- .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 {
261
- height: 55px;
262
- width: 55px;
263
- }
264
- }
265
- .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 {
266
- vertical-align: inherit;
267
- }
268
- @media (min-device-width: 768px) {
269
- .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 {
270
- font-size: 18px;
271
- }
272
- }
273
- .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 {
274
- float: none;
275
- }
276
- @media (min-device-width: 768px) {
277
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
278
- font-size: 18px;
279
- height: 48px;
280
- }
281
- }
282
- @media (min-device-width: 768px) {
283
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
284
- font-size: 18px;
285
- height: 64px;
286
- width: 64px;
287
- line-height: 64px;
288
- }
289
- }
290
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
291
- height: 79vh;
292
- }
293
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
294
- display: none;
295
- }
296
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
297
- height: 69vh;
298
- }
299
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
300
- height: 69vh;
301
- }
302
-
303
- @media screen and (orientation: landscape) {
304
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
305
- height: 25vh;
306
- }
307
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
308
- float: right;
309
- }
310
- .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 {
311
- overflow-y: auto;
312
- }
313
- }
314
- @media screen and (orientation: landscape) and (max-height: 600px) {
315
- .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 {
316
- height: 50vh;
317
- }
318
- }
319
- @media screen and (orientation: landscape) and (min-height: 600px) {
320
- .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 {
321
- height: 60vh;
322
- }
323
- }
324
- @media screen and (orientation: landscape) and (min-height: 600px) {
325
- .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 {
326
- height: 60vh;
327
- }
328
- }
329
- @media screen and (orientation: landscape) and (min-height: 600px) {
330
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
331
- padding: 10px 0;
332
- height: 10%;
333
- font-size: 24px;
334
- }
335
- }
336
- @media screen and (orientation: landscape) {
337
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
338
- width: 100%;
339
- }
340
- }
341
- @media screen and (orientation: landscape) and (max-height: 600px) {
342
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
343
- height: 30vh;
344
- }
345
- }
346
- @media screen and (orientation: landscape) and (min-height: 600px) {
347
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
348
- height: 25vh;
349
- }
350
- }
351
- @media screen and (orientation: landscape) {
352
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
353
- float: left;
354
- }
355
- }
356
- @media screen and (orientation: landscape) {
357
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
358
- margin: 12vh 0 0 0;
359
- }
360
- }
361
- @media screen and (orientation: landscape) {
362
- .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 {
363
- font-size: 4vw;
364
- }
365
- }
366
- @media screen and (orientation: landscape) {
367
- .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 {
368
- margin-right: 82vw;
369
- }
370
- }
371
- @media screen and (orientation: landscape) and (max-height: 600px) {
372
- .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 {
373
- line-height: 12vh;
374
- }
375
- }
376
- @media screen and (orientation: landscape) and (min-height: 600px) {
377
- .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 {
378
- line-height: inherit;
379
- }
380
- }
381
- @media screen and (orientation: landscape) {
382
- .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 {
383
- overflow-y: auto;
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, .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 {
388
- height: 60vh;
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, .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 {
393
- height: 65vh;
394
- }
395
- }
396
- @media screen and (orientation: landscape) {
397
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
398
- display: block;
399
- max-width: 100%;
400
- overflow: visible;
401
- }
402
- }
403
- @media screen and (orientation: landscape) {
404
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
405
- height: 70%;
406
- width: 100%;
407
- }
408
- }
409
- @media screen and (orientation: landscape) {
410
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
411
- display: table-row-group;
412
- }
413
- }
414
- @media screen and (orientation: landscape) and (max-height: 600px) {
415
- .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 {
416
- height: 69vh;
417
- }
418
- }
419
- @media screen and (orientation: landscape) and (min-height: 600px) {
420
- .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 {
421
- height: 65vh;
422
- }
423
- }
424
- /* stylelint-enable */
425
- .e-datepicker.e-popup-wrapper,
426
- .e-bigger.e-small .e-datepicker.e-popup-wrapper,
427
- .e-bigger .e-datepicker.e-popup-wrapper,
428
- .e-small .e-datepicker.e-popup-wrapper,
429
- .e-bigger.e-small.e-datepicker.e-popup-wrapper,
430
- .e-bigger.e-datepicker.e-popup-wrapper,
431
- .e-small.e-datepicker.e-popup-wrapper {
432
- border: 1px solid #757575;
433
- box-shadow: none;
434
- }
435
- .e-datepicker .e-calendar,
436
- .e-bigger.e-small .e-datepicker .e-calendar,
437
- .e-bigger .e-datepicker .e-calendar,
438
- .e-small .e-datepicker .e-calendar,
439
- .e-bigger.e-small.e-datepicker .e-calendar,
440
- .e-bigger.e-datepicker .e-calendar,
441
- .e-small.e-datepicker .e-calendar {
442
- background-color: #fff;
443
- border: none;
444
- }
445
-
446
- *.e-input-group.e-date-wrapper.e-dateinput-active:active:not(.e-success):not(.e-warning):not(.e-error) {
447
- border: 2px solid #000;
448
- }
449
-
450
- .e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
451
- color: #000;
452
- }
453
- .e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
454
- color: #000;
455
- }
1
+ @import '@syncfusion/ej2-calendars/styles/datepicker/highcontrast-light.css';