@syncfusion/ej2-angular-calendars 26.1.41 → 26.2.4-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 (162) hide show
  1. package/@syncfusion/ej2-angular-calendars.es5.js +1048 -0
  2. package/@syncfusion/ej2-angular-calendars.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-calendars.js +981 -0
  4. package/@syncfusion/ej2-angular-calendars.js.map +1 -0
  5. package/dist/ej2-angular-calendars.umd.js +1093 -0
  6. package/dist/ej2-angular-calendars.umd.js.map +1 -0
  7. package/dist/ej2-angular-calendars.umd.min.js +11 -0
  8. package/dist/ej2-angular-calendars.umd.min.js.map +1 -0
  9. package/ej2-angular-calendars.d.ts +9 -0
  10. package/ej2-angular-calendars.metadata.json +1 -0
  11. package/license +10 -0
  12. package/package.json +15 -29
  13. package/schematics/utils/lib-details.ts +2 -2
  14. package/src/calendar/calendar-all.module.d.ts +0 -6
  15. package/src/calendar/calendar.component.d.ts +0 -3
  16. package/src/calendar/calendar.module.d.ts +0 -6
  17. package/src/datepicker/datepicker-all.module.d.ts +0 -6
  18. package/src/datepicker/datepicker.component.d.ts +0 -3
  19. package/src/datepicker/datepicker.module.d.ts +0 -6
  20. package/src/daterangepicker/daterangepicker-all.module.d.ts +0 -6
  21. package/src/daterangepicker/daterangepicker.component.d.ts +0 -3
  22. package/src/daterangepicker/daterangepicker.module.d.ts +0 -7
  23. package/src/daterangepicker/presets.directive.d.ts +0 -5
  24. package/src/datetimepicker/datetimepicker-all.module.d.ts +0 -6
  25. package/src/datetimepicker/datetimepicker.component.d.ts +0 -3
  26. package/src/datetimepicker/datetimepicker.module.d.ts +0 -6
  27. package/src/timepicker/timepicker-all.module.d.ts +0 -6
  28. package/src/timepicker/timepicker.component.d.ts +0 -3
  29. package/src/timepicker/timepicker.module.d.ts +0 -6
  30. package/styles/bootstrap-dark.css +1 -3032
  31. package/styles/bootstrap.css +1 -3040
  32. package/styles/bootstrap4.css +1 -3068
  33. package/styles/bootstrap5-dark.css +1 -3200
  34. package/styles/bootstrap5.css +1 -3200
  35. package/styles/calendar/bootstrap-dark.css +1 -872
  36. package/styles/calendar/bootstrap.css +1 -873
  37. package/styles/calendar/bootstrap4.css +1 -873
  38. package/styles/calendar/bootstrap5-dark.css +1 -943
  39. package/styles/calendar/bootstrap5.css +1 -943
  40. package/styles/calendar/fabric-dark.css +1 -880
  41. package/styles/calendar/fabric.css +1 -885
  42. package/styles/calendar/fluent-dark.css +1 -1063
  43. package/styles/calendar/fluent.css +1 -1063
  44. package/styles/calendar/fluent2.css +1 -2026
  45. package/styles/calendar/highcontrast-light.css +1 -874
  46. package/styles/calendar/highcontrast.css +1 -885
  47. package/styles/calendar/material-dark.css +1 -884
  48. package/styles/calendar/material.css +1 -885
  49. package/styles/calendar/material3-dark.css +1 -1002
  50. package/styles/calendar/material3.css +1 -1114
  51. package/styles/calendar/tailwind-dark.css +1 -975
  52. package/styles/calendar/tailwind.css +1 -975
  53. package/styles/datepicker/bootstrap-dark.css +1 -447
  54. package/styles/datepicker/bootstrap.css +1 -448
  55. package/styles/datepicker/bootstrap4.css +1 -460
  56. package/styles/datepicker/bootstrap5-dark.css +1 -459
  57. package/styles/datepicker/bootstrap5.css +1 -459
  58. package/styles/datepicker/fabric-dark.css +1 -440
  59. package/styles/datepicker/fabric.css +1 -441
  60. package/styles/datepicker/fluent-dark.css +1 -459
  61. package/styles/datepicker/fluent.css +1 -459
  62. package/styles/datepicker/fluent2.css +1 -1680
  63. package/styles/datepicker/highcontrast-light.css +1 -453
  64. package/styles/datepicker/highcontrast.css +1 -454
  65. package/styles/datepicker/material-dark.css +1 -498
  66. package/styles/datepicker/material.css +1 -519
  67. package/styles/datepicker/material3-dark.css +1 -616
  68. package/styles/datepicker/material3.css +1 -728
  69. package/styles/datepicker/tailwind-dark.css +1 -464
  70. package/styles/datepicker/tailwind.css +1 -464
  71. package/styles/daterangepicker/bootstrap-dark.css +1 -1198
  72. package/styles/daterangepicker/bootstrap.css +1 -1204
  73. package/styles/daterangepicker/bootstrap4.css +1 -1216
  74. package/styles/daterangepicker/bootstrap5-dark.css +1 -1279
  75. package/styles/daterangepicker/bootstrap5.css +1 -1279
  76. package/styles/daterangepicker/fabric-dark.css +1 -1198
  77. package/styles/daterangepicker/fabric.css +1 -1199
  78. package/styles/daterangepicker/fluent-dark.css +1 -1322
  79. package/styles/daterangepicker/fluent.css +1 -1322
  80. package/styles/daterangepicker/fluent2.css +1 -2465
  81. package/styles/daterangepicker/highcontrast-light.css +1 -1198
  82. package/styles/daterangepicker/highcontrast.css +1 -1199
  83. package/styles/daterangepicker/material-dark.css +1 -1244
  84. package/styles/daterangepicker/material.css +1 -1270
  85. package/styles/daterangepicker/material3-dark.css +1 -1427
  86. package/styles/daterangepicker/material3.css +1 -1539
  87. package/styles/daterangepicker/tailwind-dark.css +1 -1219
  88. package/styles/daterangepicker/tailwind.css +1 -1219
  89. package/styles/datetimepicker/bootstrap-dark.css +1 -194
  90. package/styles/datetimepicker/bootstrap.css +1 -194
  91. package/styles/datetimepicker/bootstrap4.css +1 -196
  92. package/styles/datetimepicker/bootstrap5-dark.css +1 -195
  93. package/styles/datetimepicker/bootstrap5.css +1 -195
  94. package/styles/datetimepicker/fabric-dark.css +1 -194
  95. package/styles/datetimepicker/fabric.css +1 -194
  96. package/styles/datetimepicker/fluent-dark.css +1 -195
  97. package/styles/datetimepicker/fluent.css +1 -195
  98. package/styles/datetimepicker/fluent2.css +1 -1408
  99. package/styles/datetimepicker/highcontrast-light.css +1 -194
  100. package/styles/datetimepicker/highcontrast.css +1 -194
  101. package/styles/datetimepicker/material-dark.css +1 -252
  102. package/styles/datetimepicker/material.css +1 -281
  103. package/styles/datetimepicker/material3-dark.css +1 -363
  104. package/styles/datetimepicker/material3.css +1 -475
  105. package/styles/datetimepicker/tailwind-dark.css +1 -195
  106. package/styles/datetimepicker/tailwind.css +1 -195
  107. package/styles/fabric-dark.css +1 -3033
  108. package/styles/fabric.css +1 -3040
  109. package/styles/fluent-dark.css +1 -3361
  110. package/styles/fluent.css +1 -3361
  111. package/styles/fluent2.css +1 -9063
  112. package/styles/highcontrast-light.css +1 -3040
  113. package/styles/highcontrast.css +1 -3053
  114. package/styles/material-dark.css +1 -3224
  115. package/styles/material.css +1 -3291
  116. package/styles/material3-dark.css +1 -3845
  117. package/styles/material3.css +1 -4405
  118. package/styles/tailwind-dark.css +1 -3175
  119. package/styles/tailwind.css +1 -3175
  120. package/styles/timepicker/bootstrap-dark.css +1 -317
  121. package/styles/timepicker/bootstrap.css +1 -317
  122. package/styles/timepicker/bootstrap4.css +1 -319
  123. package/styles/timepicker/bootstrap5-dark.css +1 -320
  124. package/styles/timepicker/bootstrap5.css +1 -320
  125. package/styles/timepicker/fabric-dark.css +1 -317
  126. package/styles/timepicker/fabric.css +1 -317
  127. package/styles/timepicker/fluent-dark.css +1 -318
  128. package/styles/timepicker/fluent.css +1 -318
  129. package/styles/timepicker/fluent2.css +1 -1531
  130. package/styles/timepicker/highcontrast-light.css +1 -317
  131. package/styles/timepicker/highcontrast.css +1 -317
  132. package/styles/timepicker/material-dark.css +1 -363
  133. package/styles/timepicker/material.css +1 -383
  134. package/styles/timepicker/material3-dark.css +1 -484
  135. package/styles/timepicker/material3.css +1 -596
  136. package/styles/timepicker/tailwind-dark.css +1 -318
  137. package/styles/timepicker/tailwind.css +1 -318
  138. package/CHANGELOG.md +0 -1375
  139. package/esm2020/public_api.mjs +0 -2
  140. package/esm2020/src/calendar/calendar-all.module.mjs +0 -29
  141. package/esm2020/src/calendar/calendar.component.mjs +0 -91
  142. package/esm2020/src/calendar/calendar.module.mjs +0 -25
  143. package/esm2020/src/datepicker/datepicker-all.module.mjs +0 -29
  144. package/esm2020/src/datepicker/datepicker.component.mjs +0 -99
  145. package/esm2020/src/datepicker/datepicker.module.mjs +0 -25
  146. package/esm2020/src/daterangepicker/daterangepicker-all.module.mjs +0 -23
  147. package/esm2020/src/daterangepicker/daterangepicker.component.mjs +0 -103
  148. package/esm2020/src/daterangepicker/daterangepicker.module.mjs +0 -34
  149. package/esm2020/src/daterangepicker/presets.directive.mjs +0 -58
  150. package/esm2020/src/datetimepicker/datetimepicker-all.module.mjs +0 -23
  151. package/esm2020/src/datetimepicker/datetimepicker.component.mjs +0 -99
  152. package/esm2020/src/datetimepicker/datetimepicker.module.mjs +0 -25
  153. package/esm2020/src/index.mjs +0 -18
  154. package/esm2020/src/timepicker/timepicker-all.module.mjs +0 -23
  155. package/esm2020/src/timepicker/timepicker.component.mjs +0 -92
  156. package/esm2020/src/timepicker/timepicker.module.mjs +0 -25
  157. package/esm2020/syncfusion-ej2-angular-calendars.mjs +0 -5
  158. package/fesm2015/syncfusion-ej2-angular-calendars.mjs +0 -735
  159. package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +0 -1
  160. package/fesm2020/syncfusion-ej2-angular-calendars.mjs +0 -735
  161. package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +0 -1
  162. package/syncfusion-ej2-angular-calendars.d.ts +0 -5
@@ -1,454 +1 @@
1
- /* stylelint-disable property-no-vendor-prefix */
2
- /*! calendar fabric 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: "\e93a";
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: #685708;
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: "\e93a";
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: #685708;
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: "\e85c";
58
- }
59
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header .e-date-icon-prev::before {
60
- content: "\e98f";
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: -webkit-box;
66
- display: -ms-flexbox;
67
- display: flex;
68
- }
69
-
70
- .e-datepicker .e-calendar .e-content table tbody tr.e-month-hide:last-child {
71
- display: table-row;
72
- }
73
- .e-datepicker.e-popup-wrapper {
74
- border-radius: 0;
75
- overflow-y: hidden;
76
- pointer-events: auto;
77
- }
78
- .e-datepicker.e-date-modal {
79
- background-color: rgba(0, 0, 0, 0.6);
80
- height: 100%;
81
- left: 0;
82
- opacity: 0.5;
83
- pointer-events: auto;
84
- position: fixed;
85
- top: 0;
86
- width: 100%;
87
- z-index: 999;
88
- }
89
- .e-datepicker .e-model-header {
90
- background-color: #000;
91
- color: #fff;
92
- cursor: default;
93
- display: block;
94
- padding: 10px 10px 10px 15px;
95
- }
96
- .e-datepicker .e-model-header .e-model-year {
97
- font-size: 14px;
98
- font-weight: 500;
99
- line-height: 32px;
100
- margin: 0;
101
- }
102
- .e-datepicker .e-model-month, .e-datepicker .e-model-day {
103
- font-size: 20px;
104
- font-weight: 500;
105
- line-height: 32px;
106
- margin: 0;
107
- }
108
-
109
- /* stylelint-disable */
110
- .e-date-overflow {
111
- overflow: hidden !important;
112
- }
113
-
114
- .e-datepick-mob-popup-wrap {
115
- -webkit-box-align: center;
116
- -ms-flex-align: center;
117
- align-items: center;
118
- display: -webkit-box;
119
- display: -ms-flexbox;
120
- display: flex;
121
- -webkit-box-orient: vertical;
122
- -webkit-box-direction: normal;
123
- -ms-flex-direction: column;
124
- flex-direction: column;
125
- height: 100%;
126
- -webkit-box-pack: center;
127
- -ms-flex-pack: center;
128
- justify-content: center;
129
- left: 0;
130
- max-height: 100%;
131
- position: fixed;
132
- top: 0;
133
- width: 100%;
134
- z-index: 1002;
135
- }
136
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-lib.e-popup.e-control.e-popup-open {
137
- position: relative;
138
- top: 0 !important;
139
- left: 0 !important;
140
- }
141
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
142
- min-width: 100%;
143
- min-height: 100%;
144
- }
145
-
146
- .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
147
- background-size: 250px 33px;
148
- min-height: 33px;
149
- }
150
-
151
- .e-bigger .e-content-placeholder.e-datepicker.e-placeholder-datepicker,
152
- .e-bigger.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
153
- background-size: 250px 40px;
154
- min-height: 40px;
155
- }
156
-
157
- @media screen and (orientation: landscape) {
158
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
159
- line-height: 64px;
160
- }
161
- }
162
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
163
- border-radius: 0;
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.e-blazor-device {
172
- height: 15vh;
173
- }
174
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
175
- float: right;
176
- }
177
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
178
- height: 20vh;
179
- padding: 2vh 6vw;
180
- }
181
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
182
- margin: 12vh 0 0 0;
183
- }
184
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
185
- color: inherit;
186
- float: left;
187
- font-size: 18px;
188
- }
189
- @media (min-device-width: 768px) {
190
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
191
- font-size: 18px;
192
- }
193
- }
194
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
195
- background: transparent;
196
- border-color: transparent;
197
- -webkit-box-shadow: none;
198
- box-shadow: none;
199
- font-weight: 400;
200
- padding: 0;
201
- }
202
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
203
- color: inherit;
204
- float: right;
205
- }
206
- @media (min-device-width: 768px) {
207
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
208
- font-size: 18px;
209
- }
210
- }
211
- .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 {
212
- font-size: 5vw;
213
- line-height: 6vw;
214
- }
215
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
216
- min-width: 100%;
217
- min-height: 100%;
218
- height: 100%;
219
- }
220
- .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 {
221
- height: 10vh;
222
- border-style: solid;
223
- border-width: 1px 0;
224
- border-color: #969696;
225
- padding: 2vh 2vw;
226
- line-height: 5vh;
227
- }
228
- .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 {
229
- margin-left: 22vw;
230
- position: absolute;
231
- text-align: center;
232
- vertical-align: middle;
233
- width: 50vw;
234
- line-height: inherit;
235
- }
236
- @media (min-device-width: 768px) {
237
- .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 {
238
- font-size: 18px;
239
- }
240
- }
241
- .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 {
242
- margin-right: 75vw;
243
- vertical-align: inherit;
244
- height: 35px;
245
- width: 35px;
246
- }
247
- @media (min-device-width: 768px) {
248
- .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 {
249
- height: 55px;
250
- width: 55px;
251
- }
252
- }
253
- .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 {
254
- vertical-align: inherit;
255
- }
256
- @media (min-device-width: 768px) {
257
- .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 {
258
- font-size: 18px;
259
- }
260
- }
261
- .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 {
262
- margin-right: 0;
263
- vertical-align: inherit;
264
- height: 35px;
265
- width: 35px;
266
- }
267
- @media (min-device-width: 768px) {
268
- .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 {
269
- height: 55px;
270
- width: 55px;
271
- }
272
- }
273
- .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 {
274
- vertical-align: inherit;
275
- }
276
- @media (min-device-width: 768px) {
277
- .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 {
278
- font-size: 18px;
279
- }
280
- }
281
- .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 {
282
- float: none;
283
- }
284
- @media (min-device-width: 768px) {
285
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
286
- font-size: 18px;
287
- height: 48px;
288
- }
289
- }
290
- @media (min-device-width: 768px) {
291
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
292
- font-size: 18px;
293
- height: 64px;
294
- width: 64px;
295
- line-height: 64px;
296
- }
297
- }
298
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
299
- height: 79vh;
300
- }
301
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
302
- display: none;
303
- }
304
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
305
- height: 69vh;
306
- }
307
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
308
- height: 69vh;
309
- }
310
-
311
- @media screen and (orientation: landscape) {
312
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
313
- height: 25vh;
314
- }
315
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
316
- float: right;
317
- }
318
- .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 {
319
- overflow-y: auto;
320
- }
321
- }
322
- @media screen and (orientation: landscape) and (max-height: 600px) {
323
- .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 {
324
- height: 50vh;
325
- }
326
- }
327
- @media screen and (orientation: landscape) and (min-height: 600px) {
328
- .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 {
329
- height: 60vh;
330
- }
331
- }
332
- @media screen and (orientation: landscape) and (min-height: 600px) {
333
- .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 {
334
- height: 60vh;
335
- }
336
- }
337
- @media screen and (orientation: landscape) and (min-height: 600px) {
338
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
339
- padding: 10px 0;
340
- height: 10%;
341
- font-size: 24px;
342
- }
343
- }
344
- @media screen and (orientation: landscape) {
345
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
346
- width: 100%;
347
- }
348
- }
349
- @media screen and (orientation: landscape) and (max-height: 600px) {
350
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
351
- height: 30vh;
352
- }
353
- }
354
- @media screen and (orientation: landscape) and (min-height: 600px) {
355
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
356
- height: 25vh;
357
- }
358
- }
359
- @media screen and (orientation: landscape) {
360
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
361
- float: left;
362
- }
363
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
364
- margin: 12vh 0 0 0;
365
- }
366
- .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 {
367
- font-size: 4vw;
368
- }
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: 82vw;
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
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
405
- height: 70%;
406
- width: 100%;
407
- }
408
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
409
- display: table-row-group;
410
- }
411
- }
412
- @media screen and (orientation: landscape) and (max-height: 600px) {
413
- .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 {
414
- height: 69vh;
415
- }
416
- }
417
- @media screen and (orientation: landscape) and (min-height: 600px) {
418
- .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 {
419
- height: 65vh;
420
- }
421
- }
422
- /* stylelint-enable */
423
- .e-datepicker.e-popup-wrapper,
424
- .e-bigger.e-small .e-datepicker.e-popup-wrapper,
425
- .e-bigger .e-datepicker.e-popup-wrapper,
426
- .e-small .e-datepicker.e-popup-wrapper,
427
- .e-bigger.e-small.e-datepicker.e-popup-wrapper,
428
- .e-bigger.e-datepicker.e-popup-wrapper,
429
- .e-small.e-datepicker.e-popup-wrapper {
430
- border: 1px solid #969696;
431
- -webkit-box-shadow: none;
432
- box-shadow: none;
433
- }
434
- .e-datepicker .e-calendar,
435
- .e-bigger.e-small .e-datepicker .e-calendar,
436
- .e-bigger .e-datepicker .e-calendar,
437
- .e-small .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
- background-color: #000;
442
- border: none;
443
- }
444
-
445
- *.e-input-group.e-date-wrapper.e-dateinput-active:active:not(.e-success):not(.e-warning):not(.e-error) {
446
- border: 2px solid #fff;
447
- }
448
-
449
- .e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
450
- color: #fff;
451
- }
452
- .e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
453
- color: #fff;
454
- }
1
+ @import '@syncfusion/ej2-calendars/styles/datepicker/highcontrast.css';