@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: 4px;
42
43
  display: block;
@@ -890,6 +891,8 @@ ejs-calendar {
890
891
  color: rgba(255, 255, 255, 0.65);
891
892
  }
892
893
 
894
+ /* stylelint-disable property-no-vendor-prefix */
895
+ /* stylelint-disable-line no-empty-source */
893
896
  /*! component icons */
894
897
  .e-time-wrapper .e-time-icon.e-icons::before,
895
898
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
@@ -904,6 +907,7 @@ ejs-calendar {
904
907
 
905
908
  .e-time-wrapper,
906
909
  *.e-control-wrapper.e-time-wrapper {
910
+ /* stylelint-disable property-no-vendor-prefix */
907
911
  -webkit-tap-highlight-color: transparent;
908
912
  }
909
913
  .e-time-wrapper .e-time-icon.e-icons,
@@ -1019,6 +1023,7 @@ ejs-calendar {
1019
1023
  min-height: 40px;
1020
1024
  }
1021
1025
 
1026
+ /* stylelint-disable */
1022
1027
  .e-time-overflow {
1023
1028
  overflow: hidden;
1024
1029
  }
@@ -1046,6 +1051,7 @@ ejs-calendar {
1046
1051
  top: 0 !important;
1047
1052
  }
1048
1053
 
1054
+ /* stylelint-enable */
1049
1055
  /*! timepicker theme */
1050
1056
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
1051
1057
  background: #565e64;
@@ -1097,7 +1103,8 @@ ejs-calendar {
1097
1103
  color: #fff;
1098
1104
  }
1099
1105
 
1100
- /*! calendar bootstrap5 theme variables */
1106
+ /* stylelint-disable property-no-vendor-prefix */
1107
+ /* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
1101
1108
  /*! component icons */
1102
1109
  .e-input-group-icon.e-date-icon,
1103
1110
  *.e-control-wrapper .e-input-group-icon.e-date-icon {
@@ -1196,6 +1203,7 @@ ejs-calendar {
1196
1203
  margin: 0;
1197
1204
  }
1198
1205
 
1206
+ /* stylelint-disable */
1199
1207
  .e-date-overflow {
1200
1208
  overflow: hidden !important;
1201
1209
  }
@@ -1222,11 +1230,6 @@ ejs-calendar {
1222
1230
  top: 0 !important;
1223
1231
  left: 0 !important;
1224
1232
  }
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
- }
1229
-
1230
1233
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
1231
1234
  background-size: 250px 33px;
1232
1235
  min-height: 33px;
@@ -1238,40 +1241,6 @@ ejs-calendar {
1238
1241
  min-height: 40px;
1239
1242
  }
1240
1243
 
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
-
1275
1244
  @media screen and (orientation: landscape) and (max-height: 360px) {
1276
1245
  .e-datepicker .e-calendar.e-device .e-month table tbody {
1277
1246
  display: inline-block;
@@ -1279,47 +1248,7 @@ ejs-calendar {
1279
1248
  overflow: auto;
1280
1249
  }
1281
1250
  }
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
- }
1251
+ /* stylelint-enable */
1323
1252
  .e-datepicker.e-popup-wrapper,
1324
1253
  .e-bigger.e-small .e-datepicker.e-popup-wrapper,
1325
1254
  .e-bigger .e-datepicker.e-popup-wrapper,
@@ -1351,7 +1280,8 @@ ejs-calendar {
1351
1280
  color: #fff;
1352
1281
  }
1353
1282
 
1354
- /*! calendar bootstrap5 theme variables */
1283
+ /* stylelint-disable property-no-vendor-prefix */
1284
+ /* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
1355
1285
  /*! component icons */
1356
1286
  .e-input-group-icon.e-range-icon,
1357
1287
  *.e-control-wrapper .e-input-group-icon.e-range-icon {
@@ -1964,6 +1894,7 @@ ejs-calendar {
1964
1894
  line-height: 26px;
1965
1895
  }
1966
1896
 
1897
+ /* stylelint-disable */
1967
1898
  .e-range-overflow {
1968
1899
  overflow: hidden;
1969
1900
  }
@@ -1990,13 +1921,6 @@ ejs-calendar {
1990
1921
  top: 0 !important;
1991
1922
  left: 0 !important;
1992
1923
  }
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
- }
1999
-
2000
1924
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
2001
1925
  background-size: 250px 33px;
2002
1926
  min-height: 33px;
@@ -2008,103 +1932,6 @@ ejs-calendar {
2008
1932
  min-height: 40px;
2009
1933
  }
2010
1934
 
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
1935
  .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
1936
  width: calc(100% - 80px);
2110
1937
  }
@@ -2113,6 +1940,7 @@ ejs-calendar {
2113
1940
  width: calc(100% - 110px);
2114
1941
  }
2115
1942
 
1943
+ /* stylelint-enable */
2116
1944
  /*! daterangepicker theme */
2117
1945
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
2118
1946
  color: #fff;
@@ -2293,6 +2121,7 @@ ejs-calendar {
2293
2121
  *.e-device.e-daterangepicker .e-start-btn,
2294
2122
  *.e-device.e-daterangepicker .e-end-btn {
2295
2123
  background: #343a40;
2124
+ color: #0d6efd;
2296
2125
  }
2297
2126
  .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,
2298
2127
  *.e-bigger.e-daterangepicker .e-start-btn.e-active,
@@ -2375,6 +2204,8 @@ ejs-calendar {
2375
2204
  color: rgba(255, 255, 255, 0.65);
2376
2205
  }
2377
2206
 
2207
+ /* stylelint-disable property-no-vendor-prefix */
2208
+ /* stylelint-disable-line no-empty-source */
2378
2209
  /*! component icons */
2379
2210
  .e-datetime-wrapper .e-time-icon.e-icons::before {
2380
2211
  content: "\e705";
@@ -2388,6 +2219,7 @@ ejs-calendar {
2388
2219
  }
2389
2220
 
2390
2221
  .e-datetime-wrapper {
2222
+ /* stylelint-disable property-no-vendor-prefix */
2391
2223
  -webkit-tap-highlight-color: transparent;
2392
2224
  }
2393
2225
  .e-datetime-wrapper .e-time-icon.e-icons::before {
@@ -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: 4px;
42
43
  display: block;
@@ -890,6 +891,8 @@ ejs-calendar {
890
891
  color: rgba(255, 255, 255, 0.65);
891
892
  }
892
893
 
894
+ /* stylelint-disable property-no-vendor-prefix */
895
+ /* stylelint-disable-line no-empty-source */
893
896
  /*! component icons */
894
897
  .e-time-wrapper .e-time-icon.e-icons::before,
895
898
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
@@ -904,6 +907,7 @@ ejs-calendar {
904
907
 
905
908
  .e-time-wrapper,
906
909
  *.e-control-wrapper.e-time-wrapper {
910
+ /* stylelint-disable property-no-vendor-prefix */
907
911
  -webkit-tap-highlight-color: transparent;
908
912
  }
909
913
  .e-time-wrapper .e-time-icon.e-icons,
@@ -1019,6 +1023,7 @@ ejs-calendar {
1019
1023
  min-height: 40px;
1020
1024
  }
1021
1025
 
1026
+ /* stylelint-disable */
1022
1027
  .e-time-overflow {
1023
1028
  overflow: hidden;
1024
1029
  }
@@ -1046,6 +1051,7 @@ ejs-calendar {
1046
1051
  top: 0 !important;
1047
1052
  }
1048
1053
 
1054
+ /* stylelint-enable */
1049
1055
  /*! timepicker theme */
1050
1056
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
1051
1057
  background: #565e64;
@@ -1097,7 +1103,8 @@ ejs-calendar {
1097
1103
  color: #212529;
1098
1104
  }
1099
1105
 
1100
- /*! calendar bootstrap5 theme variables */
1106
+ /* stylelint-disable property-no-vendor-prefix */
1107
+ /* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
1101
1108
  /*! component icons */
1102
1109
  .e-input-group-icon.e-date-icon,
1103
1110
  *.e-control-wrapper .e-input-group-icon.e-date-icon {
@@ -1196,6 +1203,7 @@ ejs-calendar {
1196
1203
  margin: 0;
1197
1204
  }
1198
1205
 
1206
+ /* stylelint-disable */
1199
1207
  .e-date-overflow {
1200
1208
  overflow: hidden !important;
1201
1209
  }
@@ -1222,11 +1230,6 @@ ejs-calendar {
1222
1230
  top: 0 !important;
1223
1231
  left: 0 !important;
1224
1232
  }
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
- }
1229
-
1230
1233
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
1231
1234
  background-size: 250px 33px;
1232
1235
  min-height: 33px;
@@ -1238,40 +1241,6 @@ ejs-calendar {
1238
1241
  min-height: 40px;
1239
1242
  }
1240
1243
 
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
-
1275
1244
  @media screen and (orientation: landscape) and (max-height: 360px) {
1276
1245
  .e-datepicker .e-calendar.e-device .e-month table tbody {
1277
1246
  display: inline-block;
@@ -1279,47 +1248,7 @@ ejs-calendar {
1279
1248
  overflow: auto;
1280
1249
  }
1281
1250
  }
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
- }
1251
+ /* stylelint-enable */
1323
1252
  .e-datepicker.e-popup-wrapper,
1324
1253
  .e-bigger.e-small .e-datepicker.e-popup-wrapper,
1325
1254
  .e-bigger .e-datepicker.e-popup-wrapper,
@@ -1351,7 +1280,8 @@ ejs-calendar {
1351
1280
  color: #fff;
1352
1281
  }
1353
1282
 
1354
- /*! calendar bootstrap5 theme variables */
1283
+ /* stylelint-disable property-no-vendor-prefix */
1284
+ /* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
1355
1285
  /*! component icons */
1356
1286
  .e-input-group-icon.e-range-icon,
1357
1287
  *.e-control-wrapper .e-input-group-icon.e-range-icon {
@@ -1964,6 +1894,7 @@ ejs-calendar {
1964
1894
  line-height: 26px;
1965
1895
  }
1966
1896
 
1897
+ /* stylelint-disable */
1967
1898
  .e-range-overflow {
1968
1899
  overflow: hidden;
1969
1900
  }
@@ -1990,13 +1921,6 @@ ejs-calendar {
1990
1921
  top: 0 !important;
1991
1922
  left: 0 !important;
1992
1923
  }
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
- }
1999
-
2000
1924
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
2001
1925
  background-size: 250px 33px;
2002
1926
  min-height: 33px;
@@ -2008,103 +1932,6 @@ ejs-calendar {
2008
1932
  min-height: 40px;
2009
1933
  }
2010
1934
 
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
1935
  .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
1936
  width: calc(100% - 80px);
2110
1937
  }
@@ -2113,6 +1940,7 @@ ejs-calendar {
2113
1940
  width: calc(100% - 110px);
2114
1941
  }
2115
1942
 
1943
+ /* stylelint-enable */
2116
1944
  /*! daterangepicker theme */
2117
1945
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
2118
1946
  color: #212529;
@@ -2293,6 +2121,7 @@ ejs-calendar {
2293
2121
  *.e-device.e-daterangepicker .e-start-btn,
2294
2122
  *.e-device.e-daterangepicker .e-end-btn {
2295
2123
  background: #fff;
2124
+ color: #0d6efd;
2296
2125
  }
2297
2126
  .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,
2298
2127
  *.e-bigger.e-daterangepicker .e-start-btn.e-active,
@@ -2375,6 +2204,8 @@ ejs-calendar {
2375
2204
  color: rgba(255, 255, 255, 0.65);
2376
2205
  }
2377
2206
 
2207
+ /* stylelint-disable property-no-vendor-prefix */
2208
+ /* stylelint-disable-line no-empty-source */
2378
2209
  /*! component icons */
2379
2210
  .e-datetime-wrapper .e-time-icon.e-icons::before {
2380
2211
  content: "\e705";
@@ -2388,6 +2219,7 @@ ejs-calendar {
2388
2219
  }
2389
2220
 
2390
2221
  .e-datetime-wrapper {
2222
+ /* stylelint-disable property-no-vendor-prefix */
2391
2223
  -webkit-tap-highlight-color: transparent;
2392
2224
  }
2393
2225
  .e-datetime-wrapper .e-time-icon.e-icons::before {
@@ -36,6 +36,7 @@ ejs-calendar {
36
36
 
37
37
  .e-calendar,
38
38
  .e-bigger.e-small .e-calendar {
39
+ /* stylelint-disable property-no-vendor-prefix */
39
40
  -webkit-tap-highlight-color: transparent;
40
41
  border-radius: 4px;
41
42
  display: block;
@@ -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: 4px;
42
43
  display: block;
@@ -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: 4px;
42
43
  display: block;
@@ -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: 4px;
42
43
  display: block;
@@ -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: 4px;
42
43
  display: block;
@@ -36,6 +36,7 @@ ejs-calendar {
36
36
 
37
37
  .e-calendar,
38
38
  .e-bigger.e-small .e-calendar {
39
+ /* stylelint-disable property-no-vendor-prefix */
39
40
  -webkit-tap-highlight-color: transparent;
40
41
  border-radius: 0;
41
42
  display: block;