@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
@@ -1304,6 +1304,10 @@ ejs-calendar {
1304
1304
  top: 0 !important;
1305
1305
  left: 0 !important;
1306
1306
  }
1307
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
1308
+ min-width: 100%;
1309
+ min-height: 100%;
1310
+ }
1307
1311
 
1308
1312
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
1309
1313
  background-size: 250px 33px;
@@ -1316,6 +1320,40 @@ ejs-calendar {
1316
1320
  min-height: 40px;
1317
1321
  }
1318
1322
 
1323
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1324
+ height: 15%;
1325
+ }
1326
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1327
+ float: right;
1328
+ margin-right: 10px;
1329
+ padding: 5px;
1330
+ }
1331
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
1332
+ content: "\e932";
1333
+ font-family: "e-icons";
1334
+ color: rgb(255, 255, 255);
1335
+ }
1336
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1337
+ min-width: 100%;
1338
+ min-height: 100%;
1339
+ height: 100%;
1340
+ }
1341
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
1342
+ height: 10%;
1343
+ }
1344
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1345
+ height: 85%;
1346
+ }
1347
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1348
+ height: 10%;
1349
+ }
1350
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1351
+ height: 80%;
1352
+ }
1353
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
1354
+ height: 100%;
1355
+ }
1356
+
1319
1357
  @media screen and (orientation: landscape) and (max-height: 360px) {
1320
1358
  .e-datepicker .e-calendar.e-device .e-month table tbody {
1321
1359
  display: inline-block;
@@ -1323,6 +1361,47 @@ ejs-calendar {
1323
1361
  overflow: auto;
1324
1362
  }
1325
1363
  }
1364
+ @media screen and (orientation: landscape) {
1365
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1366
+ float: left;
1367
+ height: 100%;
1368
+ width: 30%;
1369
+ }
1370
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1371
+ float: left;
1372
+ padding: 5px;
1373
+ }
1374
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
1375
+ font-size: 35px;
1376
+ margin-top: 35%;
1377
+ }
1378
+ .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 {
1379
+ display: block;
1380
+ font-size: 40px;
1381
+ margin-top: 10%;
1382
+ }
1383
+ .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 {
1384
+ height: 10%;
1385
+ }
1386
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1387
+ height: 75%;
1388
+ }
1389
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1390
+ display: -ms-flexbox;
1391
+ display: flex;
1392
+ }
1393
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1394
+ float: right;
1395
+ height: 90%;
1396
+ width: 70%;
1397
+ }
1398
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
1399
+ display: table-row-group;
1400
+ }
1401
+ .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 {
1402
+ height: 100%;
1403
+ }
1404
+ }
1326
1405
  .e-datepicker.e-popup-wrapper,
1327
1406
  .e-bigger.e-small .e-datepicker.e-popup-wrapper,
1328
1407
  .e-bigger .e-datepicker.e-popup-wrapper,
@@ -1963,6 +2042,12 @@ ejs-calendar {
1963
2042
  top: 0 !important;
1964
2043
  left: 0 !important;
1965
2044
  }
2045
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
2046
+ min-height: 100%;
2047
+ min-width: 100%;
2048
+ height: 100%;
2049
+ width: 100%;
2050
+ }
1966
2051
 
1967
2052
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
1968
2053
  background-size: 250px 33px;
@@ -1975,6 +2060,111 @@ ejs-calendar {
1975
2060
  min-height: 40px;
1976
2061
  }
1977
2062
 
2063
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
2064
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2065
+ min-height: 100%;
2066
+ min-width: 100%;
2067
+ height: 100%;
2068
+ width: 100%;
2069
+ }
2070
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2071
+ height: 100%;
2072
+ }
2073
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2074
+ height: 78%;
2075
+ }
2076
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2077
+ height: 90%;
2078
+ }
2079
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
2080
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
2081
+ height: 10%;
2082
+ }
2083
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
2084
+ margin: 0;
2085
+ }
2086
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2087
+ height: 90%;
2088
+ }
2089
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2090
+ height: 100%;
2091
+ border-spacing: 0px 30px;
2092
+ }
2093
+
2094
+ @media screen and (orientation: landscape) {
2095
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
2096
+ float: left;
2097
+ height: 100%;
2098
+ border-right: 1.5px;
2099
+ border-color: black;
2100
+ width: 40%;
2101
+ margin: 0;
2102
+ display: block;
2103
+ background-color: #3f51b5;
2104
+ }
2105
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2106
+ height: 100%;
2107
+ width: 100%;
2108
+ }
2109
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
2110
+ display: block;
2111
+ width: 100%;
2112
+ text-align: -webkit-center;
2113
+ }
2114
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
2115
+ display: block;
2116
+ width: 100%;
2117
+ text-align: -webkit-center;
2118
+ margin-top: 20%;
2119
+ font-size: 20px;
2120
+ 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);
2121
+ }
2122
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
2123
+ font-size: 20px;
2124
+ margin-top: 60%;
2125
+ color: #fff;
2126
+ }
2127
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
2128
+ width: 100%;
2129
+ text-align: -webkit-center;
2130
+ margin-top: 20%;
2131
+ font-size: 20px;
2132
+ 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);
2133
+ }
2134
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2135
+ height: 82%;
2136
+ }
2137
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2138
+ height: 80%;
2139
+ }
2140
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2141
+ border-spacing: unset;
2142
+ }
2143
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
2144
+ height: 20%;
2145
+ }
2146
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2147
+ width: 100%;
2148
+ }
2149
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2150
+ display: -ms-flexbox;
2151
+ display: flex;
2152
+ }
2153
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2154
+ border-radius: 0 40% 40% 0;
2155
+ }
2156
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2157
+ border-radius: 0 40% 40% 0;
2158
+ }
2159
+ }
2160
+ .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 {
2161
+ width: calc(100% - 80px);
2162
+ }
2163
+
2164
+ .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 {
2165
+ width: calc(100% - 110px);
2166
+ }
2167
+
1978
2168
  /*! daterangepicker theme */
1979
2169
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
1980
2170
  color: #f3f2f1;
package/styles/fluent.css CHANGED
@@ -1304,6 +1304,10 @@ ejs-calendar {
1304
1304
  top: 0 !important;
1305
1305
  left: 0 !important;
1306
1306
  }
1307
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
1308
+ min-width: 100%;
1309
+ min-height: 100%;
1310
+ }
1307
1311
 
1308
1312
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
1309
1313
  background-size: 250px 33px;
@@ -1316,6 +1320,40 @@ ejs-calendar {
1316
1320
  min-height: 40px;
1317
1321
  }
1318
1322
 
1323
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1324
+ height: 15%;
1325
+ }
1326
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1327
+ float: right;
1328
+ margin-right: 10px;
1329
+ padding: 5px;
1330
+ }
1331
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
1332
+ content: "\e932";
1333
+ font-family: "e-icons";
1334
+ color: rgb(255, 255, 255);
1335
+ }
1336
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1337
+ min-width: 100%;
1338
+ min-height: 100%;
1339
+ height: 100%;
1340
+ }
1341
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
1342
+ height: 10%;
1343
+ }
1344
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1345
+ height: 85%;
1346
+ }
1347
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1348
+ height: 10%;
1349
+ }
1350
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1351
+ height: 80%;
1352
+ }
1353
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
1354
+ height: 100%;
1355
+ }
1356
+
1319
1357
  @media screen and (orientation: landscape) and (max-height: 360px) {
1320
1358
  .e-datepicker .e-calendar.e-device .e-month table tbody {
1321
1359
  display: inline-block;
@@ -1323,6 +1361,47 @@ ejs-calendar {
1323
1361
  overflow: auto;
1324
1362
  }
1325
1363
  }
1364
+ @media screen and (orientation: landscape) {
1365
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1366
+ float: left;
1367
+ height: 100%;
1368
+ width: 30%;
1369
+ }
1370
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1371
+ float: left;
1372
+ padding: 5px;
1373
+ }
1374
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
1375
+ font-size: 35px;
1376
+ margin-top: 35%;
1377
+ }
1378
+ .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 {
1379
+ display: block;
1380
+ font-size: 40px;
1381
+ margin-top: 10%;
1382
+ }
1383
+ .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 {
1384
+ height: 10%;
1385
+ }
1386
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1387
+ height: 75%;
1388
+ }
1389
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1390
+ display: -ms-flexbox;
1391
+ display: flex;
1392
+ }
1393
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1394
+ float: right;
1395
+ height: 90%;
1396
+ width: 70%;
1397
+ }
1398
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
1399
+ display: table-row-group;
1400
+ }
1401
+ .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 {
1402
+ height: 100%;
1403
+ }
1404
+ }
1326
1405
  .e-datepicker.e-popup-wrapper,
1327
1406
  .e-bigger.e-small .e-datepicker.e-popup-wrapper,
1328
1407
  .e-bigger .e-datepicker.e-popup-wrapper,
@@ -1963,6 +2042,12 @@ ejs-calendar {
1963
2042
  top: 0 !important;
1964
2043
  left: 0 !important;
1965
2044
  }
2045
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
2046
+ min-height: 100%;
2047
+ min-width: 100%;
2048
+ height: 100%;
2049
+ width: 100%;
2050
+ }
1966
2051
 
1967
2052
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
1968
2053
  background-size: 250px 33px;
@@ -1975,6 +2060,111 @@ ejs-calendar {
1975
2060
  min-height: 40px;
1976
2061
  }
1977
2062
 
2063
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
2064
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2065
+ min-height: 100%;
2066
+ min-width: 100%;
2067
+ height: 100%;
2068
+ width: 100%;
2069
+ }
2070
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2071
+ height: 100%;
2072
+ }
2073
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2074
+ height: 78%;
2075
+ }
2076
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2077
+ height: 90%;
2078
+ }
2079
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
2080
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
2081
+ height: 10%;
2082
+ }
2083
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
2084
+ margin: 0;
2085
+ }
2086
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2087
+ height: 90%;
2088
+ }
2089
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2090
+ height: 100%;
2091
+ border-spacing: 0px 30px;
2092
+ }
2093
+
2094
+ @media screen and (orientation: landscape) {
2095
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
2096
+ float: left;
2097
+ height: 100%;
2098
+ border-right: 1.5px;
2099
+ border-color: black;
2100
+ width: 40%;
2101
+ margin: 0;
2102
+ display: block;
2103
+ background-color: #3f51b5;
2104
+ }
2105
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2106
+ height: 100%;
2107
+ width: 100%;
2108
+ }
2109
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
2110
+ display: block;
2111
+ width: 100%;
2112
+ text-align: -webkit-center;
2113
+ }
2114
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
2115
+ display: block;
2116
+ width: 100%;
2117
+ text-align: -webkit-center;
2118
+ margin-top: 20%;
2119
+ font-size: 20px;
2120
+ 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);
2121
+ }
2122
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
2123
+ font-size: 20px;
2124
+ margin-top: 60%;
2125
+ color: #fff;
2126
+ }
2127
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
2128
+ width: 100%;
2129
+ text-align: -webkit-center;
2130
+ margin-top: 20%;
2131
+ font-size: 20px;
2132
+ 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);
2133
+ }
2134
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2135
+ height: 82%;
2136
+ }
2137
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2138
+ height: 80%;
2139
+ }
2140
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2141
+ border-spacing: unset;
2142
+ }
2143
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
2144
+ height: 20%;
2145
+ }
2146
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2147
+ width: 100%;
2148
+ }
2149
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2150
+ display: -ms-flexbox;
2151
+ display: flex;
2152
+ }
2153
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2154
+ border-radius: 0 40% 40% 0;
2155
+ }
2156
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2157
+ border-radius: 0 40% 40% 0;
2158
+ }
2159
+ }
2160
+ .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 {
2161
+ width: calc(100% - 80px);
2162
+ }
2163
+
2164
+ .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 {
2165
+ width: calc(100% - 110px);
2166
+ }
2167
+
1978
2168
  /*! daterangepicker theme */
1979
2169
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
1980
2170
  color: #201f1e;
@@ -1145,6 +1145,10 @@ ejs-calendar {
1145
1145
  top: 0 !important;
1146
1146
  left: 0 !important;
1147
1147
  }
1148
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
1149
+ min-width: 100%;
1150
+ min-height: 100%;
1151
+ }
1148
1152
 
1149
1153
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
1150
1154
  background-size: 250px 33px;
@@ -1157,6 +1161,40 @@ ejs-calendar {
1157
1161
  min-height: 40px;
1158
1162
  }
1159
1163
 
1164
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1165
+ height: 15%;
1166
+ }
1167
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1168
+ float: right;
1169
+ margin-right: 10px;
1170
+ padding: 5px;
1171
+ }
1172
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
1173
+ content: "\e932";
1174
+ font-family: "e-icons";
1175
+ color: rgb(255, 255, 255);
1176
+ }
1177
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1178
+ min-width: 100%;
1179
+ min-height: 100%;
1180
+ height: 100%;
1181
+ }
1182
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
1183
+ height: 10%;
1184
+ }
1185
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1186
+ height: 85%;
1187
+ }
1188
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1189
+ height: 10%;
1190
+ }
1191
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1192
+ height: 80%;
1193
+ }
1194
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
1195
+ height: 100%;
1196
+ }
1197
+
1160
1198
  @media screen and (orientation: landscape) and (max-height: 360px) {
1161
1199
  .e-datepicker .e-calendar.e-device .e-month table tbody {
1162
1200
  display: inline-block;
@@ -1164,6 +1202,47 @@ ejs-calendar {
1164
1202
  overflow: auto;
1165
1203
  }
1166
1204
  }
1205
+ @media screen and (orientation: landscape) {
1206
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1207
+ float: left;
1208
+ height: 100%;
1209
+ width: 30%;
1210
+ }
1211
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1212
+ float: left;
1213
+ padding: 5px;
1214
+ }
1215
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
1216
+ font-size: 35px;
1217
+ margin-top: 35%;
1218
+ }
1219
+ .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 {
1220
+ display: block;
1221
+ font-size: 40px;
1222
+ margin-top: 10%;
1223
+ }
1224
+ .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 {
1225
+ height: 10%;
1226
+ }
1227
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1228
+ height: 75%;
1229
+ }
1230
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1231
+ display: -ms-flexbox;
1232
+ display: flex;
1233
+ }
1234
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1235
+ float: right;
1236
+ height: 90%;
1237
+ width: 70%;
1238
+ }
1239
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
1240
+ display: table-row-group;
1241
+ }
1242
+ .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 {
1243
+ height: 100%;
1244
+ }
1245
+ }
1167
1246
  .e-datepicker.e-popup-wrapper,
1168
1247
  .e-bigger.e-small .e-datepicker.e-popup-wrapper,
1169
1248
  .e-bigger .e-datepicker.e-popup-wrapper,
@@ -1821,6 +1900,12 @@ ejs-calendar {
1821
1900
  top: 0 !important;
1822
1901
  left: 0 !important;
1823
1902
  }
1903
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
1904
+ min-height: 100%;
1905
+ min-width: 100%;
1906
+ height: 100%;
1907
+ width: 100%;
1908
+ }
1824
1909
 
1825
1910
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
1826
1911
  background-size: 250px 33px;
@@ -1833,6 +1918,111 @@ ejs-calendar {
1833
1918
  min-height: 40px;
1834
1919
  }
1835
1920
 
1921
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
1922
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
1923
+ min-height: 100%;
1924
+ min-width: 100%;
1925
+ height: 100%;
1926
+ width: 100%;
1927
+ }
1928
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
1929
+ height: 100%;
1930
+ }
1931
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
1932
+ height: 78%;
1933
+ }
1934
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
1935
+ height: 90%;
1936
+ }
1937
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
1938
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
1939
+ height: 10%;
1940
+ }
1941
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
1942
+ margin: 0;
1943
+ }
1944
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
1945
+ height: 90%;
1946
+ }
1947
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
1948
+ height: 100%;
1949
+ border-spacing: 0px 30px;
1950
+ }
1951
+
1952
+ @media screen and (orientation: landscape) {
1953
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
1954
+ float: left;
1955
+ height: 100%;
1956
+ border-right: 1.5px;
1957
+ border-color: black;
1958
+ width: 40%;
1959
+ margin: 0;
1960
+ display: block;
1961
+ background-color: #3f51b5;
1962
+ }
1963
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
1964
+ height: 100%;
1965
+ width: 100%;
1966
+ }
1967
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
1968
+ display: block;
1969
+ width: 100%;
1970
+ text-align: -webkit-center;
1971
+ }
1972
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
1973
+ display: block;
1974
+ width: 100%;
1975
+ text-align: -webkit-center;
1976
+ margin-top: 20%;
1977
+ font-size: 20px;
1978
+ 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);
1979
+ }
1980
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
1981
+ font-size: 20px;
1982
+ margin-top: 60%;
1983
+ color: #fff;
1984
+ }
1985
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
1986
+ width: 100%;
1987
+ text-align: -webkit-center;
1988
+ margin-top: 20%;
1989
+ font-size: 20px;
1990
+ 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);
1991
+ }
1992
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
1993
+ height: 82%;
1994
+ }
1995
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
1996
+ height: 80%;
1997
+ }
1998
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
1999
+ border-spacing: unset;
2000
+ }
2001
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
2002
+ height: 20%;
2003
+ }
2004
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2005
+ width: 100%;
2006
+ }
2007
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2008
+ display: -ms-flexbox;
2009
+ display: flex;
2010
+ }
2011
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2012
+ border-radius: 0 40% 40% 0;
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
+ }
2018
+ .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 {
2019
+ width: calc(100% - 80px);
2020
+ }
2021
+
2022
+ .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 {
2023
+ width: calc(100% - 110px);
2024
+ }
2025
+
1836
2026
  /*! daterangepicker theme */
1837
2027
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
1838
2028
  color: #000;