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