@syncfusion/ej2-angular-calendars 20.2.46-ngcc → 20.2.50-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 (52) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist/ej2-angular-calendars.umd.js +1 -1
  3. package/dist/ej2-angular-calendars.umd.min.js +1 -1
  4. package/package.json +8 -8
  5. package/schematics/utils/lib-details.d.ts +2 -2
  6. package/schematics/utils/lib-details.js +2 -2
  7. package/schematics/utils/lib-details.ts +2 -2
  8. package/styles/bootstrap-dark.css +190 -0
  9. package/styles/bootstrap.css +190 -0
  10. package/styles/bootstrap4.css +190 -0
  11. package/styles/bootstrap5-dark.css +190 -0
  12. package/styles/bootstrap5.css +190 -0
  13. package/styles/datepicker/bootstrap-dark.css +79 -0
  14. package/styles/datepicker/bootstrap.css +79 -0
  15. package/styles/datepicker/bootstrap4.css +79 -0
  16. package/styles/datepicker/bootstrap5-dark.css +79 -0
  17. package/styles/datepicker/bootstrap5.css +79 -0
  18. package/styles/datepicker/fabric-dark.css +79 -0
  19. package/styles/datepicker/fabric.css +79 -0
  20. package/styles/datepicker/fluent-dark.css +79 -0
  21. package/styles/datepicker/fluent.css +79 -0
  22. package/styles/datepicker/highcontrast-light.css +79 -0
  23. package/styles/datepicker/highcontrast.css +79 -0
  24. package/styles/datepicker/material-dark.css +79 -0
  25. package/styles/datepicker/material.css +79 -0
  26. package/styles/datepicker/tailwind-dark.css +79 -0
  27. package/styles/datepicker/tailwind.css +79 -0
  28. package/styles/daterangepicker/bootstrap-dark.css +111 -0
  29. package/styles/daterangepicker/bootstrap.css +111 -0
  30. package/styles/daterangepicker/bootstrap4.css +111 -0
  31. package/styles/daterangepicker/bootstrap5-dark.css +111 -0
  32. package/styles/daterangepicker/bootstrap5.css +111 -0
  33. package/styles/daterangepicker/fabric-dark.css +111 -0
  34. package/styles/daterangepicker/fabric.css +111 -0
  35. package/styles/daterangepicker/fluent-dark.css +111 -0
  36. package/styles/daterangepicker/fluent.css +111 -0
  37. package/styles/daterangepicker/highcontrast-light.css +111 -0
  38. package/styles/daterangepicker/highcontrast.css +111 -0
  39. package/styles/daterangepicker/material-dark.css +111 -0
  40. package/styles/daterangepicker/material.css +111 -0
  41. package/styles/daterangepicker/tailwind-dark.css +111 -0
  42. package/styles/daterangepicker/tailwind.css +111 -0
  43. package/styles/fabric-dark.css +190 -0
  44. package/styles/fabric.css +190 -0
  45. package/styles/fluent-dark.css +190 -0
  46. package/styles/fluent.css +190 -0
  47. package/styles/highcontrast-light.css +190 -0
  48. package/styles/highcontrast.css +190 -0
  49. package/styles/material-dark.css +190 -0
  50. package/styles/material.css +190 -0
  51. package/styles/tailwind-dark.css +190 -0
  52. package/styles/tailwind.css +190 -0
@@ -1152,6 +1152,10 @@ ejs-calendar {
1152
1152
  top: 0 !important;
1153
1153
  left: 0 !important;
1154
1154
  }
1155
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
1156
+ min-width: 100%;
1157
+ min-height: 100%;
1158
+ }
1155
1159
 
1156
1160
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
1157
1161
  background-size: 250px 33px;
@@ -1164,6 +1168,40 @@ ejs-calendar {
1164
1168
  min-height: 40px;
1165
1169
  }
1166
1170
 
1171
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1172
+ height: 15%;
1173
+ }
1174
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1175
+ float: right;
1176
+ margin-right: 10px;
1177
+ padding: 5px;
1178
+ }
1179
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
1180
+ content: "\e932";
1181
+ font-family: "e-icons";
1182
+ color: rgb(255, 255, 255);
1183
+ }
1184
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1185
+ min-width: 100%;
1186
+ min-height: 100%;
1187
+ height: 100%;
1188
+ }
1189
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
1190
+ height: 10%;
1191
+ }
1192
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1193
+ height: 85%;
1194
+ }
1195
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1196
+ height: 10%;
1197
+ }
1198
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1199
+ height: 80%;
1200
+ }
1201
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
1202
+ height: 100%;
1203
+ }
1204
+
1167
1205
  @media screen and (orientation: landscape) and (max-height: 360px) {
1168
1206
  .e-datepicker .e-calendar.e-device .e-month table tbody {
1169
1207
  display: inline-block;
@@ -1171,6 +1209,47 @@ ejs-calendar {
1171
1209
  overflow: auto;
1172
1210
  }
1173
1211
  }
1212
+ @media screen and (orientation: landscape) {
1213
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1214
+ float: left;
1215
+ height: 100%;
1216
+ width: 30%;
1217
+ }
1218
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1219
+ float: left;
1220
+ padding: 5px;
1221
+ }
1222
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
1223
+ font-size: 35px;
1224
+ margin-top: 35%;
1225
+ }
1226
+ .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 {
1227
+ display: block;
1228
+ font-size: 40px;
1229
+ margin-top: 10%;
1230
+ }
1231
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1232
+ height: 10%;
1233
+ }
1234
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1235
+ height: 75%;
1236
+ }
1237
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1238
+ display: -ms-flexbox;
1239
+ display: flex;
1240
+ }
1241
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1242
+ float: right;
1243
+ height: 90%;
1244
+ width: 70%;
1245
+ }
1246
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
1247
+ display: table-row-group;
1248
+ }
1249
+ .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 {
1250
+ height: 100%;
1251
+ }
1252
+ }
1174
1253
  .e-datepicker.e-popup-wrapper,
1175
1254
  .e-bigger.e-small .e-datepicker.e-popup-wrapper,
1176
1255
  .e-bigger .e-datepicker.e-popup-wrapper,
@@ -1844,6 +1923,12 @@ ejs-calendar {
1844
1923
  top: 0 !important;
1845
1924
  left: 0 !important;
1846
1925
  }
1926
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
1927
+ min-height: 100%;
1928
+ min-width: 100%;
1929
+ height: 100%;
1930
+ width: 100%;
1931
+ }
1847
1932
 
1848
1933
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
1849
1934
  background-size: 250px 33px;
@@ -1856,6 +1941,111 @@ ejs-calendar {
1856
1941
  min-height: 40px;
1857
1942
  }
1858
1943
 
1944
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
1945
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
1946
+ min-height: 100%;
1947
+ min-width: 100%;
1948
+ height: 100%;
1949
+ width: 100%;
1950
+ }
1951
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
1952
+ height: 100%;
1953
+ }
1954
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
1955
+ height: 78%;
1956
+ }
1957
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
1958
+ height: 90%;
1959
+ }
1960
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
1961
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
1962
+ height: 10%;
1963
+ }
1964
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
1965
+ margin: 0;
1966
+ }
1967
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
1968
+ height: 90%;
1969
+ }
1970
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
1971
+ height: 100%;
1972
+ border-spacing: 0px 30px;
1973
+ }
1974
+
1975
+ @media screen and (orientation: landscape) {
1976
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
1977
+ float: left;
1978
+ height: 100%;
1979
+ border-right: 1.5px;
1980
+ border-color: black;
1981
+ width: 40%;
1982
+ margin: 0;
1983
+ display: block;
1984
+ background-color: #3f51b5;
1985
+ }
1986
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
1987
+ height: 100%;
1988
+ width: 100%;
1989
+ }
1990
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
1991
+ display: block;
1992
+ width: 100%;
1993
+ text-align: -webkit-center;
1994
+ }
1995
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
1996
+ display: block;
1997
+ width: 100%;
1998
+ text-align: -webkit-center;
1999
+ margin-top: 20%;
2000
+ font-size: 20px;
2001
+ 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);
2002
+ }
2003
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
2004
+ font-size: 20px;
2005
+ margin-top: 60%;
2006
+ color: #fff;
2007
+ }
2008
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
2009
+ width: 100%;
2010
+ text-align: -webkit-center;
2011
+ margin-top: 20%;
2012
+ font-size: 20px;
2013
+ 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);
2014
+ }
2015
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2016
+ height: 82%;
2017
+ }
2018
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2019
+ height: 80%;
2020
+ }
2021
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2022
+ border-spacing: unset;
2023
+ }
2024
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
2025
+ height: 20%;
2026
+ }
2027
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2028
+ width: 100%;
2029
+ }
2030
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2031
+ display: -ms-flexbox;
2032
+ display: flex;
2033
+ }
2034
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2035
+ border-radius: 0 40% 40% 0;
2036
+ }
2037
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2038
+ border-radius: 0 40% 40% 0;
2039
+ }
2040
+ }
2041
+ .e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
2042
+ width: calc(100% - 80px);
2043
+ }
2044
+
2045
+ .e-outline.e-float-input.e-static-clear.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
2046
+ width: calc(100% - 110px);
2047
+ }
2048
+
1859
2049
  /*! daterangepicker theme */
1860
2050
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
1861
2051
  background: #545b62;
@@ -1222,6 +1222,10 @@ ejs-calendar {
1222
1222
  top: 0 !important;
1223
1223
  left: 0 !important;
1224
1224
  }
1225
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
1226
+ min-width: 100%;
1227
+ min-height: 100%;
1228
+ }
1225
1229
 
1226
1230
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
1227
1231
  background-size: 250px 33px;
@@ -1234,6 +1238,40 @@ ejs-calendar {
1234
1238
  min-height: 40px;
1235
1239
  }
1236
1240
 
1241
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1242
+ height: 15%;
1243
+ }
1244
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1245
+ float: right;
1246
+ margin-right: 10px;
1247
+ padding: 5px;
1248
+ }
1249
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
1250
+ content: "\e932";
1251
+ font-family: "e-icons";
1252
+ color: rgb(255, 255, 255);
1253
+ }
1254
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1255
+ min-width: 100%;
1256
+ min-height: 100%;
1257
+ height: 100%;
1258
+ }
1259
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
1260
+ height: 10%;
1261
+ }
1262
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1263
+ height: 85%;
1264
+ }
1265
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1266
+ height: 10%;
1267
+ }
1268
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1269
+ height: 80%;
1270
+ }
1271
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
1272
+ height: 100%;
1273
+ }
1274
+
1237
1275
  @media screen and (orientation: landscape) and (max-height: 360px) {
1238
1276
  .e-datepicker .e-calendar.e-device .e-month table tbody {
1239
1277
  display: inline-block;
@@ -1241,6 +1279,47 @@ ejs-calendar {
1241
1279
  overflow: auto;
1242
1280
  }
1243
1281
  }
1282
+ @media screen and (orientation: landscape) {
1283
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1284
+ float: left;
1285
+ height: 100%;
1286
+ width: 30%;
1287
+ }
1288
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1289
+ float: left;
1290
+ padding: 5px;
1291
+ }
1292
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
1293
+ font-size: 35px;
1294
+ margin-top: 35%;
1295
+ }
1296
+ .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 {
1297
+ display: block;
1298
+ font-size: 40px;
1299
+ margin-top: 10%;
1300
+ }
1301
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1302
+ height: 10%;
1303
+ }
1304
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1305
+ height: 75%;
1306
+ }
1307
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1308
+ display: -ms-flexbox;
1309
+ display: flex;
1310
+ }
1311
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1312
+ float: right;
1313
+ height: 90%;
1314
+ width: 70%;
1315
+ }
1316
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
1317
+ display: table-row-group;
1318
+ }
1319
+ .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 {
1320
+ height: 100%;
1321
+ }
1322
+ }
1244
1323
  .e-datepicker.e-popup-wrapper,
1245
1324
  .e-bigger.e-small .e-datepicker.e-popup-wrapper,
1246
1325
  .e-bigger .e-datepicker.e-popup-wrapper,
@@ -1911,6 +1990,12 @@ ejs-calendar {
1911
1990
  top: 0 !important;
1912
1991
  left: 0 !important;
1913
1992
  }
1993
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
1994
+ min-height: 100%;
1995
+ min-width: 100%;
1996
+ height: 100%;
1997
+ width: 100%;
1998
+ }
1914
1999
 
1915
2000
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
1916
2001
  background-size: 250px 33px;
@@ -1923,6 +2008,111 @@ ejs-calendar {
1923
2008
  min-height: 40px;
1924
2009
  }
1925
2010
 
2011
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
2012
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2013
+ min-height: 100%;
2014
+ min-width: 100%;
2015
+ height: 100%;
2016
+ width: 100%;
2017
+ }
2018
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2019
+ height: 100%;
2020
+ }
2021
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2022
+ height: 78%;
2023
+ }
2024
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2025
+ height: 90%;
2026
+ }
2027
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
2028
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
2029
+ height: 10%;
2030
+ }
2031
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
2032
+ margin: 0;
2033
+ }
2034
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2035
+ height: 90%;
2036
+ }
2037
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2038
+ height: 100%;
2039
+ border-spacing: 0px 30px;
2040
+ }
2041
+
2042
+ @media screen and (orientation: landscape) {
2043
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
2044
+ float: left;
2045
+ height: 100%;
2046
+ border-right: 1.5px;
2047
+ border-color: black;
2048
+ width: 40%;
2049
+ margin: 0;
2050
+ display: block;
2051
+ background-color: #3f51b5;
2052
+ }
2053
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2054
+ height: 100%;
2055
+ width: 100%;
2056
+ }
2057
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
2058
+ display: block;
2059
+ width: 100%;
2060
+ text-align: -webkit-center;
2061
+ }
2062
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
2063
+ display: block;
2064
+ width: 100%;
2065
+ text-align: -webkit-center;
2066
+ margin-top: 20%;
2067
+ font-size: 20px;
2068
+ 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);
2069
+ }
2070
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
2071
+ font-size: 20px;
2072
+ margin-top: 60%;
2073
+ color: #fff;
2074
+ }
2075
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
2076
+ width: 100%;
2077
+ text-align: -webkit-center;
2078
+ margin-top: 20%;
2079
+ font-size: 20px;
2080
+ 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);
2081
+ }
2082
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2083
+ height: 82%;
2084
+ }
2085
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2086
+ height: 80%;
2087
+ }
2088
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2089
+ border-spacing: unset;
2090
+ }
2091
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
2092
+ height: 20%;
2093
+ }
2094
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2095
+ width: 100%;
2096
+ }
2097
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2098
+ display: -ms-flexbox;
2099
+ display: flex;
2100
+ }
2101
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2102
+ border-radius: 0 40% 40% 0;
2103
+ }
2104
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2105
+ border-radius: 0 40% 40% 0;
2106
+ }
2107
+ }
2108
+ .e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
2109
+ width: calc(100% - 80px);
2110
+ }
2111
+
2112
+ .e-outline.e-float-input.e-static-clear.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
2113
+ width: calc(100% - 110px);
2114
+ }
2115
+
1926
2116
  /*! daterangepicker theme */
1927
2117
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
1928
2118
  color: #fff;
@@ -1222,6 +1222,10 @@ ejs-calendar {
1222
1222
  top: 0 !important;
1223
1223
  left: 0 !important;
1224
1224
  }
1225
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
1226
+ min-width: 100%;
1227
+ min-height: 100%;
1228
+ }
1225
1229
 
1226
1230
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
1227
1231
  background-size: 250px 33px;
@@ -1234,6 +1238,40 @@ ejs-calendar {
1234
1238
  min-height: 40px;
1235
1239
  }
1236
1240
 
1241
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1242
+ height: 15%;
1243
+ }
1244
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1245
+ float: right;
1246
+ margin-right: 10px;
1247
+ padding: 5px;
1248
+ }
1249
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
1250
+ content: "\e932";
1251
+ font-family: "e-icons";
1252
+ color: rgb(255, 255, 255);
1253
+ }
1254
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1255
+ min-width: 100%;
1256
+ min-height: 100%;
1257
+ height: 100%;
1258
+ }
1259
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
1260
+ height: 10%;
1261
+ }
1262
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1263
+ height: 85%;
1264
+ }
1265
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1266
+ height: 10%;
1267
+ }
1268
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1269
+ height: 80%;
1270
+ }
1271
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
1272
+ height: 100%;
1273
+ }
1274
+
1237
1275
  @media screen and (orientation: landscape) and (max-height: 360px) {
1238
1276
  .e-datepicker .e-calendar.e-device .e-month table tbody {
1239
1277
  display: inline-block;
@@ -1241,6 +1279,47 @@ ejs-calendar {
1241
1279
  overflow: auto;
1242
1280
  }
1243
1281
  }
1282
+ @media screen and (orientation: landscape) {
1283
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1284
+ float: left;
1285
+ height: 100%;
1286
+ width: 30%;
1287
+ }
1288
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1289
+ float: left;
1290
+ padding: 5px;
1291
+ }
1292
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
1293
+ font-size: 35px;
1294
+ margin-top: 35%;
1295
+ }
1296
+ .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 {
1297
+ display: block;
1298
+ font-size: 40px;
1299
+ margin-top: 10%;
1300
+ }
1301
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1302
+ height: 10%;
1303
+ }
1304
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1305
+ height: 75%;
1306
+ }
1307
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1308
+ display: -ms-flexbox;
1309
+ display: flex;
1310
+ }
1311
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1312
+ float: right;
1313
+ height: 90%;
1314
+ width: 70%;
1315
+ }
1316
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
1317
+ display: table-row-group;
1318
+ }
1319
+ .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 {
1320
+ height: 100%;
1321
+ }
1322
+ }
1244
1323
  .e-datepicker.e-popup-wrapper,
1245
1324
  .e-bigger.e-small .e-datepicker.e-popup-wrapper,
1246
1325
  .e-bigger .e-datepicker.e-popup-wrapper,
@@ -1911,6 +1990,12 @@ ejs-calendar {
1911
1990
  top: 0 !important;
1912
1991
  left: 0 !important;
1913
1992
  }
1993
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
1994
+ min-height: 100%;
1995
+ min-width: 100%;
1996
+ height: 100%;
1997
+ width: 100%;
1998
+ }
1914
1999
 
1915
2000
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
1916
2001
  background-size: 250px 33px;
@@ -1923,6 +2008,111 @@ ejs-calendar {
1923
2008
  min-height: 40px;
1924
2009
  }
1925
2010
 
2011
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
2012
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2013
+ min-height: 100%;
2014
+ min-width: 100%;
2015
+ height: 100%;
2016
+ width: 100%;
2017
+ }
2018
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2019
+ height: 100%;
2020
+ }
2021
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2022
+ height: 78%;
2023
+ }
2024
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2025
+ height: 90%;
2026
+ }
2027
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
2028
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
2029
+ height: 10%;
2030
+ }
2031
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
2032
+ margin: 0;
2033
+ }
2034
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2035
+ height: 90%;
2036
+ }
2037
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2038
+ height: 100%;
2039
+ border-spacing: 0px 30px;
2040
+ }
2041
+
2042
+ @media screen and (orientation: landscape) {
2043
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
2044
+ float: left;
2045
+ height: 100%;
2046
+ border-right: 1.5px;
2047
+ border-color: black;
2048
+ width: 40%;
2049
+ margin: 0;
2050
+ display: block;
2051
+ background-color: #3f51b5;
2052
+ }
2053
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2054
+ height: 100%;
2055
+ width: 100%;
2056
+ }
2057
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
2058
+ display: block;
2059
+ width: 100%;
2060
+ text-align: -webkit-center;
2061
+ }
2062
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
2063
+ display: block;
2064
+ width: 100%;
2065
+ text-align: -webkit-center;
2066
+ margin-top: 20%;
2067
+ font-size: 20px;
2068
+ 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);
2069
+ }
2070
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
2071
+ font-size: 20px;
2072
+ margin-top: 60%;
2073
+ color: #fff;
2074
+ }
2075
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
2076
+ width: 100%;
2077
+ text-align: -webkit-center;
2078
+ margin-top: 20%;
2079
+ font-size: 20px;
2080
+ 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);
2081
+ }
2082
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2083
+ height: 82%;
2084
+ }
2085
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2086
+ height: 80%;
2087
+ }
2088
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2089
+ border-spacing: unset;
2090
+ }
2091
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
2092
+ height: 20%;
2093
+ }
2094
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2095
+ width: 100%;
2096
+ }
2097
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2098
+ display: -ms-flexbox;
2099
+ display: flex;
2100
+ }
2101
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2102
+ border-radius: 0 40% 40% 0;
2103
+ }
2104
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2105
+ border-radius: 0 40% 40% 0;
2106
+ }
2107
+ }
2108
+ .e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
2109
+ width: calc(100% - 80px);
2110
+ }
2111
+
2112
+ .e-outline.e-float-input.e-static-clear.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
2113
+ width: calc(100% - 110px);
2114
+ }
2115
+
1926
2116
  /*! daterangepicker theme */
1927
2117
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
1928
2118
  color: #212529;