@syncfusion/ej2-angular-calendars 20.2.50-ngcc → 20.3.47-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 (97) hide show
  1. package/CHANGELOG.md +0 -38
  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 +13 -184
  9. package/styles/bootstrap.css +13 -184
  10. package/styles/bootstrap4.css +13 -184
  11. package/styles/bootstrap5-dark.css +18 -186
  12. package/styles/bootstrap5.css +18 -186
  13. package/styles/calendar/bootstrap-dark.css +1 -0
  14. package/styles/calendar/bootstrap.css +1 -0
  15. package/styles/calendar/bootstrap4.css +1 -0
  16. package/styles/calendar/bootstrap5-dark.css +1 -0
  17. package/styles/calendar/bootstrap5.css +1 -0
  18. package/styles/calendar/fabric-dark.css +1 -0
  19. package/styles/calendar/fabric.css +1 -0
  20. package/styles/calendar/fluent-dark.css +1 -0
  21. package/styles/calendar/fluent.css +1 -0
  22. package/styles/calendar/highcontrast-light.css +1 -0
  23. package/styles/calendar/highcontrast.css +1 -0
  24. package/styles/calendar/material-dark.css +1 -0
  25. package/styles/calendar/material.css +1 -0
  26. package/styles/calendar/tailwind-dark.css +2 -0
  27. package/styles/calendar/tailwind.css +2 -0
  28. package/styles/datepicker/bootstrap-dark.css +3 -80
  29. package/styles/datepicker/bootstrap.css +3 -80
  30. package/styles/datepicker/bootstrap4.css +3 -80
  31. package/styles/datepicker/bootstrap5-dark.css +4 -81
  32. package/styles/datepicker/bootstrap5.css +4 -81
  33. package/styles/datepicker/fabric-dark.css +3 -80
  34. package/styles/datepicker/fabric.css +3 -80
  35. package/styles/datepicker/fluent-dark.css +4 -81
  36. package/styles/datepicker/fluent.css +4 -81
  37. package/styles/datepicker/highcontrast-light.css +3 -80
  38. package/styles/datepicker/highcontrast.css +3 -80
  39. package/styles/datepicker/material-dark.css +3 -80
  40. package/styles/datepicker/material.css +9 -3
  41. package/styles/datepicker/tailwind-dark.css +4 -81
  42. package/styles/datepicker/tailwind.css +4 -81
  43. package/styles/daterangepicker/bootstrap-dark.css +3 -104
  44. package/styles/daterangepicker/bootstrap.css +3 -104
  45. package/styles/daterangepicker/bootstrap4.css +3 -104
  46. package/styles/daterangepicker/bootstrap5-dark.css +5 -105
  47. package/styles/daterangepicker/bootstrap5.css +5 -105
  48. package/styles/daterangepicker/fabric-dark.css +3 -104
  49. package/styles/daterangepicker/fabric.css +3 -104
  50. package/styles/daterangepicker/fluent-dark.css +4 -105
  51. package/styles/daterangepicker/fluent.css +4 -105
  52. package/styles/daterangepicker/highcontrast-light.css +3 -104
  53. package/styles/daterangepicker/highcontrast.css +3 -104
  54. package/styles/daterangepicker/material-dark.css +5 -106
  55. package/styles/daterangepicker/material.css +12 -0
  56. package/styles/daterangepicker/tailwind-dark.css +5 -105
  57. package/styles/daterangepicker/tailwind.css +5 -105
  58. package/styles/datetimepicker/bootstrap-dark.css +2 -0
  59. package/styles/datetimepicker/bootstrap.css +2 -0
  60. package/styles/datetimepicker/bootstrap4.css +2 -0
  61. package/styles/datetimepicker/bootstrap5-dark.css +3 -0
  62. package/styles/datetimepicker/bootstrap5.css +3 -0
  63. package/styles/datetimepicker/fabric-dark.css +2 -0
  64. package/styles/datetimepicker/fabric.css +2 -0
  65. package/styles/datetimepicker/fluent-dark.css +3 -0
  66. package/styles/datetimepicker/fluent.css +3 -0
  67. package/styles/datetimepicker/highcontrast-light.css +2 -0
  68. package/styles/datetimepicker/highcontrast.css +2 -0
  69. package/styles/datetimepicker/material-dark.css +2 -0
  70. package/styles/datetimepicker/material.css +2 -0
  71. package/styles/datetimepicker/tailwind-dark.css +3 -0
  72. package/styles/datetimepicker/tailwind.css +3 -0
  73. package/styles/fabric-dark.css +13 -184
  74. package/styles/fabric.css +13 -186
  75. package/styles/fluent-dark.css +17 -186
  76. package/styles/fluent.css +17 -186
  77. package/styles/highcontrast-light.css +13 -184
  78. package/styles/highcontrast.css +13 -184
  79. package/styles/material-dark.css +15 -186
  80. package/styles/material.css +28 -3
  81. package/styles/tailwind-dark.css +19 -186
  82. package/styles/tailwind.css +19 -186
  83. package/styles/timepicker/bootstrap-dark.css +4 -0
  84. package/styles/timepicker/bootstrap.css +4 -0
  85. package/styles/timepicker/bootstrap4.css +4 -0
  86. package/styles/timepicker/bootstrap5-dark.css +5 -0
  87. package/styles/timepicker/bootstrap5.css +5 -0
  88. package/styles/timepicker/fabric-dark.css +4 -0
  89. package/styles/timepicker/fabric.css +4 -0
  90. package/styles/timepicker/fluent-dark.css +5 -0
  91. package/styles/timepicker/fluent.css +5 -0
  92. package/styles/timepicker/highcontrast-light.css +4 -0
  93. package/styles/timepicker/highcontrast.css +4 -0
  94. package/styles/timepicker/material-dark.css +4 -0
  95. package/styles/timepicker/material.css +4 -0
  96. package/styles/timepicker/tailwind-dark.css +5 -0
  97. package/styles/timepicker/tailwind.css +5 -0
@@ -37,6 +37,7 @@ ejs-calendar {
37
37
 
38
38
  .e-calendar,
39
39
  .e-bigger.e-small .e-calendar {
40
+ /* stylelint-disable property-no-vendor-prefix */
40
41
  -webkit-tap-highlight-color: transparent;
41
42
  border-radius: 2px;
42
43
  display: block;
@@ -821,6 +822,7 @@ ejs-calendar {
821
822
  transform: scale(1);
822
823
  }
823
824
  }
825
+ /* stylelint-disable property-no-vendor-prefix */
824
826
  @keyframes e-input-ripple {
825
827
  100% {
826
828
  opacity: 0;
@@ -869,6 +871,7 @@ ejs-calendar {
869
871
 
870
872
  .e-time-wrapper,
871
873
  *.e-control-wrapper.e-time-wrapper {
874
+ /* stylelint-disable property-no-vendor-prefix */
872
875
  -webkit-tap-highlight-color: transparent;
873
876
  }
874
877
  .e-time-wrapper .e-time-icon.e-icons,
@@ -988,6 +991,7 @@ ejs-calendar {
988
991
  min-height: 40px;
989
992
  }
990
993
 
994
+ /* stylelint-disable */
991
995
  .e-time-overflow {
992
996
  overflow: hidden;
993
997
  }
@@ -1015,6 +1019,7 @@ ejs-calendar {
1015
1019
  top: 0 !important;
1016
1020
  }
1017
1021
 
1022
+ /* stylelint-enable */
1018
1023
  /*! timepicker theme */
1019
1024
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
1020
1025
  color: #00b0ff;
@@ -1064,6 +1069,7 @@ ejs-calendar {
1064
1069
  color: #000;
1065
1070
  }
1066
1071
 
1072
+ /* stylelint-disable property-no-vendor-prefix */
1067
1073
  @keyframes e-input-ripple {
1068
1074
  100% {
1069
1075
  opacity: 0;
@@ -1200,6 +1206,7 @@ ejs-calendar {
1200
1206
  margin: 0;
1201
1207
  }
1202
1208
 
1209
+ /* stylelint-disable */
1203
1210
  .e-date-overflow {
1204
1211
  overflow: hidden !important;
1205
1212
  }
@@ -1226,11 +1233,6 @@ ejs-calendar {
1226
1233
  top: 0 !important;
1227
1234
  left: 0 !important;
1228
1235
  }
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
- }
1233
-
1234
1236
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
1235
1237
  background-size: 250px 33px;
1236
1238
  min-height: 33px;
@@ -1242,40 +1244,6 @@ ejs-calendar {
1242
1244
  min-height: 40px;
1243
1245
  }
1244
1246
 
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
-
1279
1247
  @media screen and (orientation: landscape) and (max-height: 360px) {
1280
1248
  .e-datepicker .e-calendar.e-device .e-month table tbody {
1281
1249
  display: inline-block;
@@ -1283,47 +1251,7 @@ ejs-calendar {
1283
1251
  overflow: auto;
1284
1252
  }
1285
1253
  }
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
- }
1254
+ /* stylelint-enable */
1327
1255
  .e-datepicker.e-popup-wrapper,
1328
1256
  .e-bigger.e-small .e-datepicker.e-popup-wrapper,
1329
1257
  .e-bigger .e-datepicker.e-popup-wrapper,
@@ -1356,6 +1284,7 @@ ejs-calendar {
1356
1284
  color: #00b0ff;
1357
1285
  }
1358
1286
 
1287
+ /* stylelint-disable property-no-vendor-prefix */
1359
1288
  @keyframes e-input-ripple {
1360
1289
  100% {
1361
1290
  opacity: 0;
@@ -1993,6 +1922,7 @@ ejs-calendar {
1993
1922
  line-height: 26px;
1994
1923
  }
1995
1924
 
1925
+ /* stylelint-disable */
1996
1926
  .e-range-overflow {
1997
1927
  overflow: hidden;
1998
1928
  }
@@ -2019,13 +1949,6 @@ ejs-calendar {
2019
1949
  top: 0 !important;
2020
1950
  left: 0 !important;
2021
1951
  }
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
- }
2028
-
2029
1952
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
2030
1953
  background-size: 250px 33px;
2031
1954
  min-height: 33px;
@@ -2037,103 +1960,6 @@ ejs-calendar {
2037
1960
  min-height: 40px;
2038
1961
  }
2039
1962
 
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
1963
  .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
1964
  width: calc(100% - 80px);
2139
1965
  }
@@ -2142,6 +1968,7 @@ ejs-calendar {
2142
1968
  width: calc(100% - 110px);
2143
1969
  }
2144
1970
 
1971
+ /* stylelint-enable */
2145
1972
  /*! daterangepicker theme */
2146
1973
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
2147
1974
  color: #00b0ff;
@@ -2308,7 +2135,7 @@ ejs-calendar {
2308
2135
  .e-bigger .e-daterangepicker,
2309
2136
  *.e-bigger.e-daterangepicker,
2310
2137
  *.e-device.e-daterangepicker {
2311
- background-color: #fff;
2138
+ background-color: #424242;
2312
2139
  padding: 0;
2313
2140
  }
2314
2141
  .e-bigger .e-daterangepicker .e-calendar th,
@@ -2321,7 +2148,7 @@ ejs-calendar {
2321
2148
  *.e-bigger.e-daterangepicker .e-end-btn,
2322
2149
  *.e-device.e-daterangepicker .e-start-btn,
2323
2150
  *.e-device.e-daterangepicker .e-end-btn {
2324
- background: #fff;
2151
+ background: #424242;
2325
2152
  }
2326
2153
  .e-bigger .e-daterangepicker .e-start-btn.e-active, .e-bigger .e-daterangepicker .e-start-btn.e-active:active, .e-bigger .e-daterangepicker .e-end-btn.e-active, .e-bigger .e-daterangepicker .e-end-btn.e-active:active:not([disabled]), .e-bigger .e-daterangepicker .e-start-btn.e-active:hover, .e-bigger .e-daterangepicker .e-end-btn.e-active:hover,
2327
2154
  *.e-bigger.e-daterangepicker .e-start-btn.e-active,
@@ -2340,6 +2167,7 @@ ejs-calendar {
2340
2167
  color: #fff;
2341
2168
  }
2342
2169
 
2170
+ /* stylelint-disable property-no-vendor-prefix */
2343
2171
  @keyframes e-input-ripple {
2344
2172
  100% {
2345
2173
  opacity: 0;
@@ -2399,6 +2227,7 @@ ejs-calendar {
2399
2227
  }
2400
2228
 
2401
2229
  .e-datetime-wrapper {
2230
+ /* stylelint-disable property-no-vendor-prefix */
2402
2231
  -webkit-tap-highlight-color: transparent;
2403
2232
  }
2404
2233
  .e-datetime-wrapper .e-time-icon.e-icons::before {
@@ -38,6 +38,7 @@ ejs-calendar {
38
38
 
39
39
  .e-calendar,
40
40
  .e-bigger.e-small .e-calendar {
41
+ /* stylelint-disable property-no-vendor-prefix */
41
42
  -webkit-tap-highlight-color: transparent;
42
43
  border-radius: 2px;
43
44
  display: block;
@@ -822,6 +823,7 @@ ejs-calendar {
822
823
  transform: scale(1);
823
824
  }
824
825
  }
826
+ /* stylelint-disable property-no-vendor-prefix */
825
827
  @keyframes e-input-ripple {
826
828
  100% {
827
829
  opacity: 0;
@@ -878,6 +880,7 @@ ejs-calendar {
878
880
 
879
881
  .e-time-wrapper,
880
882
  *.e-control-wrapper.e-time-wrapper {
883
+ /* stylelint-disable property-no-vendor-prefix */
881
884
  -webkit-tap-highlight-color: transparent;
882
885
  }
883
886
  .e-time-wrapper .e-time-icon.e-icons,
@@ -997,6 +1000,7 @@ ejs-calendar {
997
1000
  min-height: 40px;
998
1001
  }
999
1002
 
1003
+ /* stylelint-disable */
1000
1004
  .e-time-overflow {
1001
1005
  overflow: hidden;
1002
1006
  }
@@ -1024,6 +1028,7 @@ ejs-calendar {
1024
1028
  top: 0 !important;
1025
1029
  }
1026
1030
 
1031
+ /* stylelint-enable */
1027
1032
  /*! timepicker theme */
1028
1033
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
1029
1034
  color: #e3165b;
@@ -1073,6 +1078,7 @@ ejs-calendar {
1073
1078
  color: #000;
1074
1079
  }
1075
1080
 
1081
+ /* stylelint-disable property-no-vendor-prefix */
1076
1082
  @keyframes e-input-ripple {
1077
1083
  100% {
1078
1084
  opacity: 0;
@@ -1218,6 +1224,7 @@ ejs-calendar {
1218
1224
  margin: 0;
1219
1225
  }
1220
1226
 
1227
+ /* stylelint-disable */
1221
1228
  .e-date-overflow {
1222
1229
  overflow: hidden !important;
1223
1230
  }
@@ -1271,13 +1278,16 @@ ejs-calendar {
1271
1278
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
1272
1279
  content: "\e932";
1273
1280
  font-family: "e-icons";
1274
- color: rgb(255, 255, 255);
1281
+ color: rgba(0, 0, 0, 0.54);
1275
1282
  }
1276
1283
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1277
1284
  min-width: 100%;
1278
1285
  min-height: 100%;
1279
1286
  height: 100%;
1280
1287
  }
1288
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
1289
+ font-size: 9px;
1290
+ }
1281
1291
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
1282
1292
  height: 10%;
1283
1293
  }
@@ -1312,12 +1322,12 @@ ejs-calendar {
1312
1322
  padding: 5px;
1313
1323
  }
1314
1324
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
1315
- font-size: 35px;
1325
+ font-size: 3.2vw;
1316
1326
  margin-top: 35%;
1317
1327
  }
1318
1328
  .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
1329
  display: block;
1320
- font-size: 40px;
1330
+ font-size: 4vw;
1321
1331
  margin-top: 10%;
1322
1332
  }
1323
1333
  .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 {
@@ -1342,6 +1352,7 @@ ejs-calendar {
1342
1352
  height: 100%;
1343
1353
  }
1344
1354
  }
1355
+ /* stylelint-enable */
1345
1356
  .e-datepicker.e-popup-wrapper,
1346
1357
  .e-bigger.e-small .e-datepicker.e-popup-wrapper,
1347
1358
  .e-bigger .e-datepicker.e-popup-wrapper,
@@ -1374,6 +1385,7 @@ ejs-calendar {
1374
1385
  color: #e3165b;
1375
1386
  }
1376
1387
 
1388
+ /* stylelint-disable property-no-vendor-prefix */
1377
1389
  @keyframes e-input-ripple {
1378
1390
  100% {
1379
1391
  opacity: 0;
@@ -2020,6 +2032,7 @@ ejs-calendar {
2020
2032
  line-height: 26px;
2021
2033
  }
2022
2034
 
2035
+ /* stylelint-disable */
2023
2036
  .e-range-overflow {
2024
2037
  overflow: hidden;
2025
2038
  }
@@ -2160,6 +2173,15 @@ ejs-calendar {
2160
2173
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2161
2174
  border-radius: 0 40% 40% 0;
2162
2175
  }
2176
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-rtl .e-content.e-year .e-end-date.e-selected.e-range-hover {
2177
+ border-radius: 40% 0 0 40%;
2178
+ }
2179
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-rtl .e-content.e-year .e-start-date.e-selected.e-range-hover {
2180
+ border-radius: 0 40% 40% 0;
2181
+ }
2182
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-rtl .e-content.e-month .e-end-date.e-selected.e-range-hover {
2183
+ border-radius: 40% 0 0 40%;
2184
+ }
2163
2185
  }
2164
2186
  .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
2187
  width: calc(100% - 80px);
@@ -2169,6 +2191,7 @@ ejs-calendar {
2169
2191
  width: calc(100% - 110px);
2170
2192
  }
2171
2193
 
2194
+ /* stylelint-enable */
2172
2195
  /*! daterangepicker theme */
2173
2196
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
2174
2197
  color: #e3165b;
@@ -2367,6 +2390,7 @@ ejs-calendar {
2367
2390
  color: #fff;
2368
2391
  }
2369
2392
 
2393
+ /* stylelint-disable property-no-vendor-prefix */
2370
2394
  @keyframes e-input-ripple {
2371
2395
  100% {
2372
2396
  opacity: 0;
@@ -2443,6 +2467,7 @@ ejs-calendar {
2443
2467
  }
2444
2468
 
2445
2469
  .e-datetime-wrapper {
2470
+ /* stylelint-disable property-no-vendor-prefix */
2446
2471
  -webkit-tap-highlight-color: transparent;
2447
2472
  }
2448
2473
  .e-datetime-wrapper .e-time-icon.e-icons::before {