@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
@@ -1147,6 +1147,10 @@ ejs-calendar {
1147
1147
  top: 0 !important;
1148
1148
  left: 0 !important;
1149
1149
  }
1150
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
1151
+ min-width: 100%;
1152
+ min-height: 100%;
1153
+ }
1150
1154
 
1151
1155
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
1152
1156
  background-size: 250px 33px;
@@ -1159,6 +1163,40 @@ ejs-calendar {
1159
1163
  min-height: 40px;
1160
1164
  }
1161
1165
 
1166
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1167
+ height: 15%;
1168
+ }
1169
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1170
+ float: right;
1171
+ margin-right: 10px;
1172
+ padding: 5px;
1173
+ }
1174
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
1175
+ content: "\e932";
1176
+ font-family: "e-icons";
1177
+ color: rgb(255, 255, 255);
1178
+ }
1179
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1180
+ min-width: 100%;
1181
+ min-height: 100%;
1182
+ height: 100%;
1183
+ }
1184
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
1185
+ height: 10%;
1186
+ }
1187
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1188
+ height: 85%;
1189
+ }
1190
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1191
+ height: 10%;
1192
+ }
1193
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1194
+ height: 80%;
1195
+ }
1196
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
1197
+ height: 100%;
1198
+ }
1199
+
1162
1200
  @media screen and (orientation: landscape) and (max-height: 360px) {
1163
1201
  .e-datepicker .e-calendar.e-device .e-month table tbody {
1164
1202
  display: inline-block;
@@ -1166,6 +1204,47 @@ ejs-calendar {
1166
1204
  overflow: auto;
1167
1205
  }
1168
1206
  }
1207
+ @media screen and (orientation: landscape) {
1208
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1209
+ float: left;
1210
+ height: 100%;
1211
+ width: 30%;
1212
+ }
1213
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1214
+ float: left;
1215
+ padding: 5px;
1216
+ }
1217
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
1218
+ font-size: 35px;
1219
+ margin-top: 35%;
1220
+ }
1221
+ .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 {
1222
+ display: block;
1223
+ font-size: 40px;
1224
+ margin-top: 10%;
1225
+ }
1226
+ .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 {
1227
+ height: 10%;
1228
+ }
1229
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1230
+ height: 75%;
1231
+ }
1232
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1233
+ display: -ms-flexbox;
1234
+ display: flex;
1235
+ }
1236
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1237
+ float: right;
1238
+ height: 90%;
1239
+ width: 70%;
1240
+ }
1241
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
1242
+ display: table-row-group;
1243
+ }
1244
+ .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 {
1245
+ height: 100%;
1246
+ }
1247
+ }
1169
1248
  .e-datepicker.e-popup-wrapper,
1170
1249
  .e-bigger.e-small .e-datepicker.e-popup-wrapper,
1171
1250
  .e-bigger .e-datepicker.e-popup-wrapper,
@@ -1824,6 +1903,12 @@ ejs-calendar {
1824
1903
  top: 0 !important;
1825
1904
  left: 0 !important;
1826
1905
  }
1906
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
1907
+ min-height: 100%;
1908
+ min-width: 100%;
1909
+ height: 100%;
1910
+ width: 100%;
1911
+ }
1827
1912
 
1828
1913
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
1829
1914
  background-size: 250px 33px;
@@ -1836,6 +1921,111 @@ ejs-calendar {
1836
1921
  min-height: 40px;
1837
1922
  }
1838
1923
 
1924
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
1925
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
1926
+ min-height: 100%;
1927
+ min-width: 100%;
1928
+ height: 100%;
1929
+ width: 100%;
1930
+ }
1931
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
1932
+ height: 100%;
1933
+ }
1934
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
1935
+ height: 78%;
1936
+ }
1937
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
1938
+ height: 90%;
1939
+ }
1940
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
1941
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
1942
+ height: 10%;
1943
+ }
1944
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
1945
+ margin: 0;
1946
+ }
1947
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
1948
+ height: 90%;
1949
+ }
1950
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
1951
+ height: 100%;
1952
+ border-spacing: 0px 30px;
1953
+ }
1954
+
1955
+ @media screen and (orientation: landscape) {
1956
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
1957
+ float: left;
1958
+ height: 100%;
1959
+ border-right: 1.5px;
1960
+ border-color: black;
1961
+ width: 40%;
1962
+ margin: 0;
1963
+ display: block;
1964
+ background-color: #3f51b5;
1965
+ }
1966
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
1967
+ height: 100%;
1968
+ width: 100%;
1969
+ }
1970
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
1971
+ display: block;
1972
+ width: 100%;
1973
+ text-align: -webkit-center;
1974
+ }
1975
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
1976
+ display: block;
1977
+ width: 100%;
1978
+ text-align: -webkit-center;
1979
+ margin-top: 20%;
1980
+ font-size: 20px;
1981
+ 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);
1982
+ }
1983
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
1984
+ font-size: 20px;
1985
+ margin-top: 60%;
1986
+ color: #fff;
1987
+ }
1988
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
1989
+ width: 100%;
1990
+ text-align: -webkit-center;
1991
+ margin-top: 20%;
1992
+ font-size: 20px;
1993
+ 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);
1994
+ }
1995
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
1996
+ height: 82%;
1997
+ }
1998
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
1999
+ height: 80%;
2000
+ }
2001
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2002
+ border-spacing: unset;
2003
+ }
2004
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
2005
+ height: 20%;
2006
+ }
2007
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2008
+ width: 100%;
2009
+ }
2010
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2011
+ display: -ms-flexbox;
2012
+ display: flex;
2013
+ }
2014
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2015
+ border-radius: 0 40% 40% 0;
2016
+ }
2017
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2018
+ border-radius: 0 40% 40% 0;
2019
+ }
2020
+ }
2021
+ .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 {
2022
+ width: calc(100% - 80px);
2023
+ }
2024
+
2025
+ .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 {
2026
+ width: calc(100% - 110px);
2027
+ }
2028
+
1839
2029
  /*! daterangepicker theme */
1840
2030
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
1841
2031
  color: #fff;
@@ -1226,6 +1226,10 @@ ejs-calendar {
1226
1226
  top: 0 !important;
1227
1227
  left: 0 !important;
1228
1228
  }
1229
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
1230
+ min-width: 100%;
1231
+ min-height: 100%;
1232
+ }
1229
1233
 
1230
1234
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
1231
1235
  background-size: 250px 33px;
@@ -1238,6 +1242,40 @@ ejs-calendar {
1238
1242
  min-height: 40px;
1239
1243
  }
1240
1244
 
1245
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1246
+ height: 15%;
1247
+ }
1248
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1249
+ float: right;
1250
+ margin-right: 10px;
1251
+ padding: 5px;
1252
+ }
1253
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
1254
+ content: "\e932";
1255
+ font-family: "e-icons";
1256
+ color: rgb(255, 255, 255);
1257
+ }
1258
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1259
+ min-width: 100%;
1260
+ min-height: 100%;
1261
+ height: 100%;
1262
+ }
1263
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
1264
+ height: 10%;
1265
+ }
1266
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1267
+ height: 85%;
1268
+ }
1269
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1270
+ height: 10%;
1271
+ }
1272
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1273
+ height: 80%;
1274
+ }
1275
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
1276
+ height: 100%;
1277
+ }
1278
+
1241
1279
  @media screen and (orientation: landscape) and (max-height: 360px) {
1242
1280
  .e-datepicker .e-calendar.e-device .e-month table tbody {
1243
1281
  display: inline-block;
@@ -1245,6 +1283,47 @@ ejs-calendar {
1245
1283
  overflow: auto;
1246
1284
  }
1247
1285
  }
1286
+ @media screen and (orientation: landscape) {
1287
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1288
+ float: left;
1289
+ height: 100%;
1290
+ width: 30%;
1291
+ }
1292
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1293
+ float: left;
1294
+ padding: 5px;
1295
+ }
1296
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
1297
+ font-size: 35px;
1298
+ margin-top: 35%;
1299
+ }
1300
+ .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 {
1301
+ display: block;
1302
+ font-size: 40px;
1303
+ margin-top: 10%;
1304
+ }
1305
+ .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 {
1306
+ height: 10%;
1307
+ }
1308
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1309
+ height: 75%;
1310
+ }
1311
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1312
+ display: -ms-flexbox;
1313
+ display: flex;
1314
+ }
1315
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1316
+ float: right;
1317
+ height: 90%;
1318
+ width: 70%;
1319
+ }
1320
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
1321
+ display: table-row-group;
1322
+ }
1323
+ .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 {
1324
+ height: 100%;
1325
+ }
1326
+ }
1248
1327
  .e-datepicker.e-popup-wrapper,
1249
1328
  .e-bigger.e-small .e-datepicker.e-popup-wrapper,
1250
1329
  .e-bigger .e-datepicker.e-popup-wrapper,
@@ -1940,6 +2019,12 @@ ejs-calendar {
1940
2019
  top: 0 !important;
1941
2020
  left: 0 !important;
1942
2021
  }
2022
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
2023
+ min-height: 100%;
2024
+ min-width: 100%;
2025
+ height: 100%;
2026
+ width: 100%;
2027
+ }
1943
2028
 
1944
2029
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
1945
2030
  background-size: 250px 33px;
@@ -1952,6 +2037,111 @@ ejs-calendar {
1952
2037
  min-height: 40px;
1953
2038
  }
1954
2039
 
2040
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
2041
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2042
+ min-height: 100%;
2043
+ min-width: 100%;
2044
+ height: 100%;
2045
+ width: 100%;
2046
+ }
2047
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2048
+ height: 100%;
2049
+ }
2050
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2051
+ height: 78%;
2052
+ }
2053
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2054
+ height: 90%;
2055
+ }
2056
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
2057
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
2058
+ height: 10%;
2059
+ }
2060
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
2061
+ margin: 0;
2062
+ }
2063
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2064
+ height: 90%;
2065
+ }
2066
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2067
+ height: 100%;
2068
+ border-spacing: 0px 30px;
2069
+ }
2070
+
2071
+ @media screen and (orientation: landscape) {
2072
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
2073
+ float: left;
2074
+ height: 100%;
2075
+ border-right: 1.5px;
2076
+ border-color: black;
2077
+ width: 40%;
2078
+ margin: 0;
2079
+ display: block;
2080
+ background-color: #3f51b5;
2081
+ }
2082
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2083
+ height: 100%;
2084
+ width: 100%;
2085
+ }
2086
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
2087
+ display: block;
2088
+ width: 100%;
2089
+ text-align: -webkit-center;
2090
+ }
2091
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
2092
+ display: block;
2093
+ width: 100%;
2094
+ text-align: -webkit-center;
2095
+ margin-top: 20%;
2096
+ font-size: 20px;
2097
+ 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);
2098
+ }
2099
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
2100
+ font-size: 20px;
2101
+ margin-top: 60%;
2102
+ color: #fff;
2103
+ }
2104
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
2105
+ width: 100%;
2106
+ text-align: -webkit-center;
2107
+ margin-top: 20%;
2108
+ font-size: 20px;
2109
+ 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);
2110
+ }
2111
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2112
+ height: 82%;
2113
+ }
2114
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2115
+ height: 80%;
2116
+ }
2117
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2118
+ border-spacing: unset;
2119
+ }
2120
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
2121
+ height: 20%;
2122
+ }
2123
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2124
+ width: 100%;
2125
+ }
2126
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2127
+ display: -ms-flexbox;
2128
+ display: flex;
2129
+ }
2130
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2131
+ border-radius: 0 40% 40% 0;
2132
+ }
2133
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2134
+ border-radius: 0 40% 40% 0;
2135
+ }
2136
+ }
2137
+ .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 {
2138
+ width: calc(100% - 80px);
2139
+ }
2140
+
2141
+ .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 {
2142
+ width: calc(100% - 110px);
2143
+ }
2144
+
1955
2145
  /*! daterangepicker theme */
1956
2146
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
1957
2147
  color: #00b0ff;
@@ -1244,6 +1244,10 @@ ejs-calendar {
1244
1244
  top: 0 !important;
1245
1245
  left: 0 !important;
1246
1246
  }
1247
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
1248
+ min-width: 100%;
1249
+ min-height: 100%;
1250
+ }
1247
1251
 
1248
1252
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
1249
1253
  background-size: 250px 33px;
@@ -1256,6 +1260,40 @@ ejs-calendar {
1256
1260
  min-height: 40px;
1257
1261
  }
1258
1262
 
1263
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1264
+ height: 15%;
1265
+ }
1266
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1267
+ float: right;
1268
+ margin-right: 10px;
1269
+ padding: 5px;
1270
+ }
1271
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
1272
+ content: "\e932";
1273
+ font-family: "e-icons";
1274
+ color: rgb(255, 255, 255);
1275
+ }
1276
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1277
+ min-width: 100%;
1278
+ min-height: 100%;
1279
+ height: 100%;
1280
+ }
1281
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
1282
+ height: 10%;
1283
+ }
1284
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1285
+ height: 85%;
1286
+ }
1287
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1288
+ height: 10%;
1289
+ }
1290
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1291
+ height: 80%;
1292
+ }
1293
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
1294
+ height: 100%;
1295
+ }
1296
+
1259
1297
  @media screen and (orientation: landscape) and (max-height: 360px) {
1260
1298
  .e-datepicker .e-calendar.e-device .e-month table tbody {
1261
1299
  display: inline-block;
@@ -1263,6 +1301,47 @@ ejs-calendar {
1263
1301
  overflow: auto;
1264
1302
  }
1265
1303
  }
1304
+ @media screen and (orientation: landscape) {
1305
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1306
+ float: left;
1307
+ height: 100%;
1308
+ width: 30%;
1309
+ }
1310
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1311
+ float: left;
1312
+ padding: 5px;
1313
+ }
1314
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
1315
+ font-size: 35px;
1316
+ margin-top: 35%;
1317
+ }
1318
+ .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 {
1319
+ display: block;
1320
+ font-size: 40px;
1321
+ margin-top: 10%;
1322
+ }
1323
+ .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 {
1324
+ height: 10%;
1325
+ }
1326
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1327
+ height: 75%;
1328
+ }
1329
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1330
+ display: -ms-flexbox;
1331
+ display: flex;
1332
+ }
1333
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1334
+ float: right;
1335
+ height: 90%;
1336
+ width: 70%;
1337
+ }
1338
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
1339
+ display: table-row-group;
1340
+ }
1341
+ .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 {
1342
+ height: 100%;
1343
+ }
1344
+ }
1266
1345
  .e-datepicker.e-popup-wrapper,
1267
1346
  .e-bigger.e-small .e-datepicker.e-popup-wrapper,
1268
1347
  .e-bigger .e-datepicker.e-popup-wrapper,
@@ -1967,6 +2046,12 @@ ejs-calendar {
1967
2046
  top: 0 !important;
1968
2047
  left: 0 !important;
1969
2048
  }
2049
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
2050
+ min-height: 100%;
2051
+ min-width: 100%;
2052
+ height: 100%;
2053
+ width: 100%;
2054
+ }
1970
2055
 
1971
2056
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
1972
2057
  background-size: 250px 33px;
@@ -1979,6 +2064,111 @@ ejs-calendar {
1979
2064
  min-height: 40px;
1980
2065
  }
1981
2066
 
2067
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
2068
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2069
+ min-height: 100%;
2070
+ min-width: 100%;
2071
+ height: 100%;
2072
+ width: 100%;
2073
+ }
2074
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2075
+ height: 100%;
2076
+ }
2077
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2078
+ height: 78%;
2079
+ }
2080
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2081
+ height: 90%;
2082
+ }
2083
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
2084
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
2085
+ height: 10%;
2086
+ }
2087
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
2088
+ margin: 0;
2089
+ }
2090
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2091
+ height: 90%;
2092
+ }
2093
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2094
+ height: 100%;
2095
+ border-spacing: 0px 30px;
2096
+ }
2097
+
2098
+ @media screen and (orientation: landscape) {
2099
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
2100
+ float: left;
2101
+ height: 100%;
2102
+ border-right: 1.5px;
2103
+ border-color: black;
2104
+ width: 40%;
2105
+ margin: 0;
2106
+ display: block;
2107
+ background-color: #3f51b5;
2108
+ }
2109
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2110
+ height: 100%;
2111
+ width: 100%;
2112
+ }
2113
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
2114
+ display: block;
2115
+ width: 100%;
2116
+ text-align: -webkit-center;
2117
+ }
2118
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
2119
+ display: block;
2120
+ width: 100%;
2121
+ text-align: -webkit-center;
2122
+ margin-top: 20%;
2123
+ font-size: 20px;
2124
+ 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);
2125
+ }
2126
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
2127
+ font-size: 20px;
2128
+ margin-top: 60%;
2129
+ color: #fff;
2130
+ }
2131
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
2132
+ width: 100%;
2133
+ text-align: -webkit-center;
2134
+ margin-top: 20%;
2135
+ font-size: 20px;
2136
+ 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);
2137
+ }
2138
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2139
+ height: 82%;
2140
+ }
2141
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2142
+ height: 80%;
2143
+ }
2144
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2145
+ border-spacing: unset;
2146
+ }
2147
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
2148
+ height: 20%;
2149
+ }
2150
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2151
+ width: 100%;
2152
+ }
2153
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2154
+ display: -ms-flexbox;
2155
+ display: flex;
2156
+ }
2157
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2158
+ border-radius: 0 40% 40% 0;
2159
+ }
2160
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2161
+ border-radius: 0 40% 40% 0;
2162
+ }
2163
+ }
2164
+ .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 {
2165
+ width: calc(100% - 80px);
2166
+ }
2167
+
2168
+ .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 {
2169
+ width: calc(100% - 110px);
2170
+ }
2171
+
1982
2172
  /*! daterangepicker theme */
1983
2173
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
1984
2174
  color: #e3165b;