@syncfusion/ej2-angular-calendars 21.2.10-ngcc → 22.1.34-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 (129) hide show
  1. package/@syncfusion/ej2-angular-calendars.es5.js +4 -4
  2. package/@syncfusion/ej2-angular-calendars.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-calendars.js +4 -4
  4. package/@syncfusion/ej2-angular-calendars.js.map +1 -1
  5. package/CHANGELOG.md +7 -63
  6. package/dist/ej2-angular-calendars.umd.js +5 -5
  7. package/dist/ej2-angular-calendars.umd.js.map +1 -1
  8. package/dist/ej2-angular-calendars.umd.min.js +2 -2
  9. package/dist/ej2-angular-calendars.umd.min.js.map +1 -1
  10. package/ej2-angular-calendars.metadata.json +1 -1
  11. package/license +10 -0
  12. package/package.json +8 -8
  13. package/schematics/utils/lib-details.d.ts +2 -2
  14. package/schematics/utils/lib-details.js +2 -2
  15. package/schematics/utils/lib-details.ts +2 -2
  16. package/styles/bootstrap-dark.css +715 -19
  17. package/styles/bootstrap.css +711 -15
  18. package/styles/bootstrap4.css +711 -16
  19. package/styles/bootstrap5-dark.css +708 -12
  20. package/styles/bootstrap5.css +708 -12
  21. package/styles/calendar/bootstrap-dark.css +3 -2
  22. package/styles/calendar/bootstrap.css +2 -1
  23. package/styles/calendar/bootstrap4.css +3 -2
  24. package/styles/calendar/bootstrap5-dark.css +2 -1
  25. package/styles/calendar/bootstrap5.css +2 -1
  26. package/styles/calendar/fabric-dark.css +2 -1
  27. package/styles/calendar/fabric.css +2 -1
  28. package/styles/calendar/fluent-dark.css +2 -1
  29. package/styles/calendar/fluent.css +2 -1
  30. package/styles/calendar/highcontrast-light.css +2 -1
  31. package/styles/calendar/highcontrast.css +2 -1
  32. package/styles/calendar/material-dark.css +2 -1
  33. package/styles/calendar/material.css +3 -2
  34. package/styles/calendar/material3-dark.css +895 -0
  35. package/styles/calendar/material3-dark.scss +2 -0
  36. package/styles/calendar/material3.css +951 -0
  37. package/styles/calendar/material3.scss +2 -0
  38. package/styles/calendar/tailwind-dark.css +2 -1
  39. package/styles/calendar/tailwind.css +2 -1
  40. package/styles/datepicker/bootstrap-dark.css +262 -8
  41. package/styles/datepicker/bootstrap.css +262 -8
  42. package/styles/datepicker/bootstrap4.css +261 -8
  43. package/styles/datepicker/bootstrap5-dark.css +259 -5
  44. package/styles/datepicker/bootstrap5.css +259 -5
  45. package/styles/datepicker/fabric-dark.css +255 -8
  46. package/styles/datepicker/fabric.css +255 -8
  47. package/styles/datepicker/fluent-dark.css +258 -5
  48. package/styles/datepicker/fluent.css +258 -5
  49. package/styles/datepicker/highcontrast-light.css +260 -7
  50. package/styles/datepicker/highcontrast.css +260 -7
  51. package/styles/datepicker/material-dark.css +252 -5
  52. package/styles/datepicker/material.css +204 -40
  53. package/styles/datepicker/material3-dark.css +510 -0
  54. package/styles/datepicker/material3-dark.scss +2 -0
  55. package/styles/datepicker/material3.css +566 -0
  56. package/styles/datepicker/material3.scss +2 -0
  57. package/styles/datepicker/tailwind-dark.css +258 -5
  58. package/styles/datepicker/tailwind.css +258 -5
  59. package/styles/daterangepicker/bootstrap-dark.css +358 -7
  60. package/styles/daterangepicker/bootstrap.css +355 -4
  61. package/styles/daterangepicker/bootstrap4.css +355 -4
  62. package/styles/daterangepicker/bootstrap5-dark.css +355 -4
  63. package/styles/daterangepicker/bootstrap5.css +355 -4
  64. package/styles/daterangepicker/fabric-dark.css +355 -4
  65. package/styles/daterangepicker/fabric.css +355 -4
  66. package/styles/daterangepicker/fluent-dark.css +356 -5
  67. package/styles/daterangepicker/fluent.css +356 -5
  68. package/styles/daterangepicker/highcontrast-light.css +355 -4
  69. package/styles/daterangepicker/highcontrast.css +355 -4
  70. package/styles/daterangepicker/material-dark.css +355 -4
  71. package/styles/daterangepicker/material.css +309 -70
  72. package/styles/daterangepicker/material3-dark.css +1330 -0
  73. package/styles/daterangepicker/material3-dark.scss +2 -0
  74. package/styles/daterangepicker/material3.css +1386 -0
  75. package/styles/daterangepicker/material3.scss +2 -0
  76. package/styles/daterangepicker/tailwind-dark.css +355 -4
  77. package/styles/daterangepicker/tailwind.css +355 -4
  78. package/styles/datetimepicker/bootstrap-dark.css +8 -2
  79. package/styles/datetimepicker/bootstrap.css +8 -2
  80. package/styles/datetimepicker/bootstrap4.css +8 -2
  81. package/styles/datetimepicker/bootstrap5-dark.css +8 -2
  82. package/styles/datetimepicker/bootstrap5.css +8 -2
  83. package/styles/datetimepicker/fabric-dark.css +8 -2
  84. package/styles/datetimepicker/fabric.css +8 -2
  85. package/styles/datetimepicker/fluent-dark.css +8 -2
  86. package/styles/datetimepicker/fluent.css +8 -2
  87. package/styles/datetimepicker/highcontrast-light.css +8 -2
  88. package/styles/datetimepicker/highcontrast.css +8 -2
  89. package/styles/datetimepicker/material-dark.css +8 -2
  90. package/styles/datetimepicker/material.css +8 -2
  91. package/styles/datetimepicker/material3-dark.css +283 -0
  92. package/styles/datetimepicker/material3-dark.scss +2 -0
  93. package/styles/datetimepicker/material3.css +339 -0
  94. package/styles/datetimepicker/material3.scss +2 -0
  95. package/styles/datetimepicker/tailwind-dark.css +8 -2
  96. package/styles/datetimepicker/tailwind.css +8 -2
  97. package/styles/fabric-dark.css +704 -15
  98. package/styles/fabric.css +704 -15
  99. package/styles/fluent-dark.css +708 -13
  100. package/styles/fluent.css +708 -13
  101. package/styles/highcontrast-light.css +709 -14
  102. package/styles/highcontrast.css +709 -14
  103. package/styles/material-dark.css +701 -12
  104. package/styles/material.css +608 -114
  105. package/styles/material3-dark.css +3403 -0
  106. package/styles/material3-dark.scss +6 -0
  107. package/styles/material3.css +3679 -0
  108. package/styles/material3.scss +6 -0
  109. package/styles/tailwind-dark.css +707 -12
  110. package/styles/tailwind.css +707 -12
  111. package/styles/timepicker/bootstrap-dark.css +84 -0
  112. package/styles/timepicker/bootstrap.css +84 -0
  113. package/styles/timepicker/bootstrap4.css +84 -0
  114. package/styles/timepicker/bootstrap5-dark.css +84 -0
  115. package/styles/timepicker/bootstrap5.css +84 -0
  116. package/styles/timepicker/fabric-dark.css +84 -0
  117. package/styles/timepicker/fabric.css +84 -0
  118. package/styles/timepicker/fluent-dark.css +84 -0
  119. package/styles/timepicker/fluent.css +84 -0
  120. package/styles/timepicker/highcontrast-light.css +84 -0
  121. package/styles/timepicker/highcontrast.css +84 -0
  122. package/styles/timepicker/material-dark.css +84 -0
  123. package/styles/timepicker/material.css +84 -0
  124. package/styles/timepicker/material3-dark.css +382 -0
  125. package/styles/timepicker/material3-dark.scss +2 -0
  126. package/styles/timepicker/material3.css +438 -0
  127. package/styles/timepicker/material3.scss +2 -0
  128. package/styles/timepicker/tailwind-dark.css +84 -0
  129. package/styles/timepicker/tailwind.css +84 -0
@@ -5,6 +5,12 @@
5
5
  content: "\e97f";
6
6
  }
7
7
 
8
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close::before,
9
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close::before {
10
+ content: "\e7fc";
11
+ font-family: "e-icons";
12
+ }
13
+
8
14
  .e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
9
15
  .e-float-input.e-control-wrapper.e-input-group.e-time-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
10
16
  display: -ms-flexbox;
@@ -157,6 +163,74 @@
157
163
  top: 0 !important;
158
164
  }
159
165
 
166
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
167
+ .e-datetimepicker.e-popup-expand .e-model-header {
168
+ height: 10%;
169
+ padding: 2.5vh 2.5vw;
170
+ display: -ms-flexbox;
171
+ display: flex;
172
+ -ms-flex-align: center;
173
+ align-items: center;
174
+ font-size: 3vh;
175
+ border-bottom: none;
176
+ }
177
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
178
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
179
+ float: left;
180
+ padding: 1vh 2vw;
181
+ }
182
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
183
+ .e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
184
+ padding: 1vh 2vw;
185
+ text-transform: capitalize;
186
+ }
187
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
188
+ .e-datetimepicker.e-popup-expand .e-content {
189
+ height: 90%;
190
+ overflow: auto;
191
+ }
192
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
193
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
194
+ padding: 1vh 0;
195
+ line-height: 5vh;
196
+ }
197
+ @media (max-device-width: 768px) {
198
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
199
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
200
+ font-size: 14px;
201
+ }
202
+ }
203
+ @media (min-device-width: 768px) {
204
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
205
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
206
+ font-size: 24px;
207
+ }
208
+ }
209
+
210
+ @media screen and (orientation: landscape) {
211
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
212
+ .e-datetimepicker.e-popup-expand .e-model-header {
213
+ height: 15%;
214
+ font-size: 2vw;
215
+ }
216
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
217
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
218
+ padding: 1vh 1vw;
219
+ }
220
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
221
+ .e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
222
+ padding: 1vh 1vw;
223
+ }
224
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
225
+ .e-datetimepicker.e-popup-expand .e-content {
226
+ height: 85%;
227
+ }
228
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
229
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
230
+ padding: 1vh 0;
231
+ line-height: 10vh;
232
+ }
233
+ }
160
234
  /* stylelint-enable */
161
235
  /*! timepicker theme */
162
236
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
@@ -205,4 +279,14 @@
205
279
  .e-bigger.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
206
280
  *.e-bigger.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
207
281
  color: #333;
282
+ }
283
+
284
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header,
285
+ .e-datetimepicker.e-popup-expand .e-model-header {
286
+ background-color: #f8f8f8;
287
+ color: #333;
288
+ }
289
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
290
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
291
+ color: #333;
208
292
  }
@@ -6,6 +6,12 @@
6
6
  content: "\e705";
7
7
  }
8
8
 
9
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close::before,
10
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close::before {
11
+ content: "\e7e7";
12
+ font-family: "e-icons";
13
+ }
14
+
9
15
  .e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
10
16
  .e-float-input.e-control-wrapper.e-input-group.e-time-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
11
17
  display: -ms-flexbox;
@@ -158,6 +164,74 @@
158
164
  top: 0 !important;
159
165
  }
160
166
 
167
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
168
+ .e-datetimepicker.e-popup-expand .e-model-header {
169
+ height: 10%;
170
+ padding: 2.5vh 2.5vw;
171
+ display: -ms-flexbox;
172
+ display: flex;
173
+ -ms-flex-align: center;
174
+ align-items: center;
175
+ font-size: 3vh;
176
+ border-bottom: none;
177
+ }
178
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
179
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
180
+ float: left;
181
+ padding: 1vh 2vw;
182
+ }
183
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
184
+ .e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
185
+ padding: 1vh 2vw;
186
+ text-transform: capitalize;
187
+ }
188
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
189
+ .e-datetimepicker.e-popup-expand .e-content {
190
+ height: 90%;
191
+ overflow: auto;
192
+ }
193
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
194
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
195
+ padding: 1vh 0;
196
+ line-height: 5vh;
197
+ }
198
+ @media (max-device-width: 768px) {
199
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
200
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
201
+ font-size: 14px;
202
+ }
203
+ }
204
+ @media (min-device-width: 768px) {
205
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
206
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
207
+ font-size: 24px;
208
+ }
209
+ }
210
+
211
+ @media screen and (orientation: landscape) {
212
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
213
+ .e-datetimepicker.e-popup-expand .e-model-header {
214
+ height: 15%;
215
+ font-size: 2vw;
216
+ }
217
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
218
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
219
+ padding: 1vh 1vw;
220
+ }
221
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
222
+ .e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
223
+ padding: 1vh 1vw;
224
+ }
225
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
226
+ .e-datetimepicker.e-popup-expand .e-content {
227
+ height: 85%;
228
+ }
229
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
230
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
231
+ padding: 1vh 0;
232
+ line-height: 10vh;
233
+ }
234
+ }
161
235
  /* stylelint-enable */
162
236
  /*! timepicker theme */
163
237
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
@@ -206,4 +280,14 @@
206
280
  .e-bigger.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
207
281
  *.e-bigger.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
208
282
  color: #f3f2f1;
283
+ }
284
+
285
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header,
286
+ .e-datetimepicker.e-popup-expand .e-model-header {
287
+ background-color: #8a8886;
288
+ color: #1b1a19;
289
+ }
290
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
291
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
292
+ color: #1b1a19;
209
293
  }
@@ -6,6 +6,12 @@
6
6
  content: "\e705";
7
7
  }
8
8
 
9
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close::before,
10
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close::before {
11
+ content: "\e7e7";
12
+ font-family: "e-icons";
13
+ }
14
+
9
15
  .e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
10
16
  .e-float-input.e-control-wrapper.e-input-group.e-time-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
11
17
  display: -ms-flexbox;
@@ -158,6 +164,74 @@
158
164
  top: 0 !important;
159
165
  }
160
166
 
167
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
168
+ .e-datetimepicker.e-popup-expand .e-model-header {
169
+ height: 10%;
170
+ padding: 2.5vh 2.5vw;
171
+ display: -ms-flexbox;
172
+ display: flex;
173
+ -ms-flex-align: center;
174
+ align-items: center;
175
+ font-size: 3vh;
176
+ border-bottom: none;
177
+ }
178
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
179
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
180
+ float: left;
181
+ padding: 1vh 2vw;
182
+ }
183
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
184
+ .e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
185
+ padding: 1vh 2vw;
186
+ text-transform: capitalize;
187
+ }
188
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
189
+ .e-datetimepicker.e-popup-expand .e-content {
190
+ height: 90%;
191
+ overflow: auto;
192
+ }
193
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
194
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
195
+ padding: 1vh 0;
196
+ line-height: 5vh;
197
+ }
198
+ @media (max-device-width: 768px) {
199
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
200
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
201
+ font-size: 14px;
202
+ }
203
+ }
204
+ @media (min-device-width: 768px) {
205
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
206
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
207
+ font-size: 24px;
208
+ }
209
+ }
210
+
211
+ @media screen and (orientation: landscape) {
212
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
213
+ .e-datetimepicker.e-popup-expand .e-model-header {
214
+ height: 15%;
215
+ font-size: 2vw;
216
+ }
217
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
218
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
219
+ padding: 1vh 1vw;
220
+ }
221
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
222
+ .e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
223
+ padding: 1vh 1vw;
224
+ }
225
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
226
+ .e-datetimepicker.e-popup-expand .e-content {
227
+ height: 85%;
228
+ }
229
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
230
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
231
+ padding: 1vh 0;
232
+ line-height: 10vh;
233
+ }
234
+ }
161
235
  /* stylelint-enable */
162
236
  /*! timepicker theme */
163
237
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
@@ -206,4 +280,14 @@
206
280
  .e-bigger.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
207
281
  *.e-bigger.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
208
282
  color: #201f1e;
283
+ }
284
+
285
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header,
286
+ .e-datetimepicker.e-popup-expand .e-model-header {
287
+ background-color: #8a8886;
288
+ color: #fff;
289
+ }
290
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
291
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
292
+ color: #fff;
209
293
  }
@@ -5,6 +5,12 @@
5
5
  content: "\e97f";
6
6
  }
7
7
 
8
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close::before,
9
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close::before {
10
+ content: "\e7fc";
11
+ font-family: "e-icons";
12
+ }
13
+
8
14
  .e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
9
15
  .e-float-input.e-control-wrapper.e-input-group.e-time-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
10
16
  display: -ms-flexbox;
@@ -157,6 +163,74 @@
157
163
  top: 0 !important;
158
164
  }
159
165
 
166
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
167
+ .e-datetimepicker.e-popup-expand .e-model-header {
168
+ height: 10%;
169
+ padding: 2.5vh 2.5vw;
170
+ display: -ms-flexbox;
171
+ display: flex;
172
+ -ms-flex-align: center;
173
+ align-items: center;
174
+ font-size: 3vh;
175
+ border-bottom: 1px solid #757575;
176
+ }
177
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
178
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
179
+ float: left;
180
+ padding: 1vh 2vw;
181
+ }
182
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
183
+ .e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
184
+ padding: 1vh 2vw;
185
+ text-transform: capitalize;
186
+ }
187
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
188
+ .e-datetimepicker.e-popup-expand .e-content {
189
+ height: 90%;
190
+ overflow: auto;
191
+ }
192
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
193
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
194
+ padding: 1vh 0;
195
+ line-height: 5vh;
196
+ }
197
+ @media (max-device-width: 768px) {
198
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
199
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
200
+ font-size: 14px;
201
+ }
202
+ }
203
+ @media (min-device-width: 768px) {
204
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
205
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
206
+ font-size: 24px;
207
+ }
208
+ }
209
+
210
+ @media screen and (orientation: landscape) {
211
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
212
+ .e-datetimepicker.e-popup-expand .e-model-header {
213
+ height: 15%;
214
+ font-size: 2vw;
215
+ }
216
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
217
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
218
+ padding: 1vh 1vw;
219
+ }
220
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
221
+ .e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
222
+ padding: 1vh 1vw;
223
+ }
224
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
225
+ .e-datetimepicker.e-popup-expand .e-content {
226
+ height: 85%;
227
+ }
228
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
229
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
230
+ padding: 1vh 0;
231
+ line-height: 10vh;
232
+ }
233
+ }
160
234
  /* stylelint-enable */
161
235
  /*! timepicker theme */
162
236
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
@@ -205,4 +279,14 @@
205
279
  .e-bigger.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
206
280
  *.e-bigger.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
207
281
  color: #000;
282
+ }
283
+
284
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header,
285
+ .e-datetimepicker.e-popup-expand .e-model-header {
286
+ background-color: #fff;
287
+ color: #000;
288
+ }
289
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
290
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
291
+ color: #000;
208
292
  }
@@ -5,6 +5,12 @@
5
5
  content: "\e97f";
6
6
  }
7
7
 
8
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close::before,
9
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close::before {
10
+ content: "\e7fc";
11
+ font-family: "e-icons";
12
+ }
13
+
8
14
  .e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
9
15
  .e-float-input.e-control-wrapper.e-input-group.e-time-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
10
16
  display: -ms-flexbox;
@@ -157,6 +163,74 @@
157
163
  top: 0 !important;
158
164
  }
159
165
 
166
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
167
+ .e-datetimepicker.e-popup-expand .e-model-header {
168
+ height: 10%;
169
+ padding: 2.5vh 2.5vw;
170
+ display: -ms-flexbox;
171
+ display: flex;
172
+ -ms-flex-align: center;
173
+ align-items: center;
174
+ font-size: 3vh;
175
+ border-bottom: 1px solid #969696;
176
+ }
177
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
178
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
179
+ float: left;
180
+ padding: 1vh 2vw;
181
+ }
182
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
183
+ .e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
184
+ padding: 1vh 2vw;
185
+ text-transform: capitalize;
186
+ }
187
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
188
+ .e-datetimepicker.e-popup-expand .e-content {
189
+ height: 90%;
190
+ overflow: auto;
191
+ }
192
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
193
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
194
+ padding: 1vh 0;
195
+ line-height: 5vh;
196
+ }
197
+ @media (max-device-width: 768px) {
198
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
199
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
200
+ font-size: 14px;
201
+ }
202
+ }
203
+ @media (min-device-width: 768px) {
204
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
205
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
206
+ font-size: 24px;
207
+ }
208
+ }
209
+
210
+ @media screen and (orientation: landscape) {
211
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
212
+ .e-datetimepicker.e-popup-expand .e-model-header {
213
+ height: 15%;
214
+ font-size: 2vw;
215
+ }
216
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
217
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
218
+ padding: 1vh 1vw;
219
+ }
220
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
221
+ .e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
222
+ padding: 1vh 1vw;
223
+ }
224
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
225
+ .e-datetimepicker.e-popup-expand .e-content {
226
+ height: 85%;
227
+ }
228
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
229
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
230
+ padding: 1vh 0;
231
+ line-height: 10vh;
232
+ }
233
+ }
160
234
  /* stylelint-enable */
161
235
  /*! timepicker theme */
162
236
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
@@ -205,4 +279,14 @@
205
279
  .e-bigger.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
206
280
  *.e-bigger.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
207
281
  color: #fff;
282
+ }
283
+
284
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header,
285
+ .e-datetimepicker.e-popup-expand .e-model-header {
286
+ background-color: #000;
287
+ color: #fff;
288
+ }
289
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
290
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
291
+ color: #fff;
208
292
  }
@@ -40,6 +40,12 @@
40
40
  min-width: 20px;
41
41
  }
42
42
 
43
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close::before,
44
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close::before {
45
+ content: "\e932";
46
+ font-family: "e-icons";
47
+ }
48
+
43
49
  .e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
44
50
  .e-float-input.e-control-wrapper.e-input-group.e-time-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
45
51
  display: -ms-flexbox;
@@ -196,6 +202,74 @@
196
202
  top: 0 !important;
197
203
  }
198
204
 
205
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
206
+ .e-datetimepicker.e-popup-expand .e-model-header {
207
+ height: 10%;
208
+ padding: 2.5vh 2.5vw;
209
+ display: -ms-flexbox;
210
+ display: flex;
211
+ -ms-flex-align: center;
212
+ align-items: center;
213
+ font-size: 3vh;
214
+ border-bottom: none;
215
+ }
216
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
217
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
218
+ float: left;
219
+ padding: 1vh 2vw;
220
+ }
221
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
222
+ .e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
223
+ padding: 1vh 2vw;
224
+ text-transform: uppercase;
225
+ }
226
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
227
+ .e-datetimepicker.e-popup-expand .e-content {
228
+ height: 90%;
229
+ overflow: auto;
230
+ }
231
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
232
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
233
+ padding: 1vh 0;
234
+ line-height: 5vh;
235
+ }
236
+ @media (max-device-width: 768px) {
237
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
238
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
239
+ font-size: 14px;
240
+ }
241
+ }
242
+ @media (min-device-width: 768px) {
243
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
244
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
245
+ font-size: 24px;
246
+ }
247
+ }
248
+
249
+ @media screen and (orientation: landscape) {
250
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
251
+ .e-datetimepicker.e-popup-expand .e-model-header {
252
+ height: 15%;
253
+ font-size: 2vw;
254
+ }
255
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
256
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
257
+ padding: 1vh 1vw;
258
+ }
259
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
260
+ .e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
261
+ padding: 1vh 1vw;
262
+ }
263
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
264
+ .e-datetimepicker.e-popup-expand .e-content {
265
+ height: 85%;
266
+ }
267
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
268
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
269
+ padding: 1vh 0;
270
+ line-height: 10vh;
271
+ }
272
+ }
199
273
  /* stylelint-enable */
200
274
  /*! timepicker theme */
201
275
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
@@ -244,4 +318,14 @@
244
318
  .e-bigger.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
245
319
  *.e-bigger.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
246
320
  color: #000;
321
+ }
322
+
323
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header,
324
+ .e-datetimepicker.e-popup-expand .e-model-header {
325
+ background-color: #00b0ff;
326
+ color: #fff;
327
+ }
328
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
329
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
330
+ color: #fff;
247
331
  }