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