@syncfusion/ej2-angular-calendars 20.2.46 → 20.2.50

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 (245) hide show
  1. package/package.json +8 -8
  2. package/schematics/utils/lib-details.ts +2 -2
  3. package/styles/bootstrap-dark.css +190 -13
  4. package/styles/bootstrap.css +190 -13
  5. package/styles/bootstrap4.css +190 -13
  6. package/styles/bootstrap5-dark.css +192 -17
  7. package/styles/bootstrap5.css +192 -17
  8. package/styles/calendar/_all.scss +1 -1
  9. package/styles/calendar/_bootstrap-dark-definition.scss +7 -8
  10. package/styles/calendar/_bootstrap-definition.scss +6 -6
  11. package/styles/calendar/_bootstrap4-definition.scss +5 -6
  12. package/styles/calendar/_bootstrap5-definition.scss +3 -29
  13. package/styles/calendar/_fabric-dark-definition.scss +1 -4
  14. package/styles/calendar/_fabric-definition.scss +0 -1
  15. package/styles/calendar/_fluent-definition.scss +4 -30
  16. package/styles/calendar/_fusionnew-definition.scss +3 -29
  17. package/styles/calendar/_highcontrast-light-definition.scss +1 -3
  18. package/styles/calendar/_layout.scss +95 -153
  19. package/styles/calendar/_material-dark-definition.scss +1 -3
  20. package/styles/calendar/_material3-definition.scss +3 -29
  21. package/styles/calendar/_tailwind-definition.scss +5 -27
  22. package/styles/calendar/_theme.scss +66 -111
  23. package/styles/calendar/bootstrap-dark.css +0 -1
  24. package/styles/calendar/bootstrap.css +0 -1
  25. package/styles/calendar/bootstrap4.css +0 -1
  26. package/styles/calendar/bootstrap5-dark.css +0 -1
  27. package/styles/calendar/bootstrap5.css +0 -1
  28. package/styles/calendar/fabric-dark.css +0 -1
  29. package/styles/calendar/fabric.css +0 -1
  30. package/styles/calendar/fluent-dark.css +0 -1
  31. package/styles/calendar/fluent.css +0 -1
  32. package/styles/calendar/highcontrast-light.css +0 -1
  33. package/styles/calendar/highcontrast.css +0 -1
  34. package/styles/calendar/icons/_bootstrap-dark.scss +1 -2
  35. package/styles/calendar/icons/_bootstrap.scss +1 -2
  36. package/styles/calendar/icons/_bootstrap4.scss +1 -2
  37. package/styles/calendar/icons/_bootstrap5.scss +1 -2
  38. package/styles/calendar/icons/_fabric-dark.scss +1 -2
  39. package/styles/calendar/icons/_fabric.scss +1 -2
  40. package/styles/calendar/icons/_fluent.scss +1 -2
  41. package/styles/calendar/icons/_fusionnew.scss +1 -2
  42. package/styles/calendar/icons/_highcontrast-light.scss +1 -2
  43. package/styles/calendar/icons/_highcontrast.scss +1 -2
  44. package/styles/calendar/icons/_material-dark.scss +1 -2
  45. package/styles/calendar/icons/_material.scss +1 -2
  46. package/styles/calendar/icons/_material3.scss +1 -2
  47. package/styles/calendar/icons/_tailwind.scss +1 -2
  48. package/styles/calendar/material-dark.css +0 -1
  49. package/styles/calendar/material.css +0 -1
  50. package/styles/calendar/tailwind-dark.css +0 -2
  51. package/styles/calendar/tailwind.css +0 -2
  52. package/styles/datepicker/_all.scss +1 -1
  53. package/styles/datepicker/_bootstrap-dark-definition.scss +1 -4
  54. package/styles/datepicker/_bootstrap-definition.scss +0 -2
  55. package/styles/datepicker/_bootstrap4-definition.scss +0 -2
  56. package/styles/datepicker/_bootstrap5-definition.scss +1 -5
  57. package/styles/datepicker/_fabric-dark-definition.scss +0 -3
  58. package/styles/datepicker/_fabric-definition.scss +0 -2
  59. package/styles/datepicker/_fluent-definition.scss +1 -4
  60. package/styles/datepicker/_fusionnew-definition.scss +1 -5
  61. package/styles/datepicker/_highcontrast-definition.scss +0 -2
  62. package/styles/datepicker/_highcontrast-light-definition.scss +1 -4
  63. package/styles/datepicker/_layout.scss +131 -6
  64. package/styles/datepicker/_material-dark-definition.scss +1 -4
  65. package/styles/datepicker/_material-definition.scss +0 -2
  66. package/styles/datepicker/_material3-definition.scss +1 -5
  67. package/styles/datepicker/_tailwind-definition.scss +1 -5
  68. package/styles/datepicker/_theme.scss +7 -7
  69. package/styles/datepicker/bootstrap-dark.css +79 -3
  70. package/styles/datepicker/bootstrap.css +79 -3
  71. package/styles/datepicker/bootstrap4.css +79 -3
  72. package/styles/datepicker/bootstrap5-dark.css +80 -4
  73. package/styles/datepicker/bootstrap5.css +80 -4
  74. package/styles/datepicker/fabric-dark.css +79 -3
  75. package/styles/datepicker/fabric.css +79 -3
  76. package/styles/datepicker/fluent-dark.css +80 -4
  77. package/styles/datepicker/fluent.css +80 -4
  78. package/styles/datepicker/highcontrast-light.css +79 -3
  79. package/styles/datepicker/highcontrast.css +79 -3
  80. package/styles/datepicker/icons/_bootstrap-dark.scss +6 -7
  81. package/styles/datepicker/icons/_bootstrap.scss +6 -7
  82. package/styles/datepicker/icons/_bootstrap4.scss +6 -7
  83. package/styles/datepicker/icons/_bootstrap5.scss +6 -7
  84. package/styles/datepicker/icons/_fabric-dark.scss +5 -6
  85. package/styles/datepicker/icons/_fabric.scss +6 -7
  86. package/styles/datepicker/icons/_fluent.scss +6 -7
  87. package/styles/datepicker/icons/_fusionnew.scss +6 -7
  88. package/styles/datepicker/icons/_highcontrast-light.scss +6 -7
  89. package/styles/datepicker/icons/_highcontrast.scss +7 -7
  90. package/styles/datepicker/icons/_material-dark.scss +6 -7
  91. package/styles/datepicker/icons/_material.scss +6 -7
  92. package/styles/datepicker/icons/_material3.scss +6 -7
  93. package/styles/datepicker/icons/_tailwind.scss +6 -7
  94. package/styles/datepicker/material-dark.css +79 -3
  95. package/styles/datepicker/material.css +79 -3
  96. package/styles/datepicker/tailwind-dark.css +80 -4
  97. package/styles/datepicker/tailwind.css +80 -4
  98. package/styles/daterangepicker/_all.scss +1 -1
  99. package/styles/daterangepicker/_bootstrap-dark-definition.scss +0 -4
  100. package/styles/daterangepicker/_bootstrap-definition.scss +1 -5
  101. package/styles/daterangepicker/_bootstrap4-definition.scss +0 -4
  102. package/styles/daterangepicker/_bootstrap5-definition.scss +0 -6
  103. package/styles/daterangepicker/_fabric-dark-definition.scss +2 -7
  104. package/styles/daterangepicker/_fabric-definition.scss +1 -5
  105. package/styles/daterangepicker/_fluent-definition.scss +1 -6
  106. package/styles/daterangepicker/_fusionnew-definition.scss +0 -6
  107. package/styles/daterangepicker/_highcontrast-definition.scss +2 -6
  108. package/styles/daterangepicker/_highcontrast-light-definition.scss +3 -8
  109. package/styles/daterangepicker/_layout.scss +207 -111
  110. package/styles/daterangepicker/_material-dark-definition.scss +1 -6
  111. package/styles/daterangepicker/_material-definition.scss +1 -6
  112. package/styles/daterangepicker/_material3-definition.scss +0 -6
  113. package/styles/daterangepicker/_tailwind-definition.scss +0 -5
  114. package/styles/daterangepicker/_theme.scss +27 -52
  115. package/styles/daterangepicker/bootstrap-dark.css +111 -3
  116. package/styles/daterangepicker/bootstrap.css +111 -3
  117. package/styles/daterangepicker/bootstrap4.css +111 -3
  118. package/styles/daterangepicker/bootstrap5-dark.css +112 -4
  119. package/styles/daterangepicker/bootstrap5.css +112 -4
  120. package/styles/daterangepicker/fabric-dark.css +111 -3
  121. package/styles/daterangepicker/fabric.css +111 -3
  122. package/styles/daterangepicker/fluent-dark.css +112 -4
  123. package/styles/daterangepicker/fluent.css +112 -4
  124. package/styles/daterangepicker/highcontrast-light.css +111 -3
  125. package/styles/daterangepicker/highcontrast.css +111 -3
  126. package/styles/daterangepicker/icons/_bootstrap-dark.scss +8 -13
  127. package/styles/daterangepicker/icons/_bootstrap.scss +8 -13
  128. package/styles/daterangepicker/icons/_bootstrap4.scss +8 -13
  129. package/styles/daterangepicker/icons/_bootstrap5.scss +8 -13
  130. package/styles/daterangepicker/icons/_fabric-dark.scss +8 -13
  131. package/styles/daterangepicker/icons/_fabric.scss +8 -13
  132. package/styles/daterangepicker/icons/_fluent.scss +8 -13
  133. package/styles/daterangepicker/icons/_fusionnew.scss +8 -13
  134. package/styles/daterangepicker/icons/_highcontrast-light.scss +8 -13
  135. package/styles/daterangepicker/icons/_highcontrast.scss +8 -13
  136. package/styles/daterangepicker/icons/_material-dark.scss +7 -13
  137. package/styles/daterangepicker/icons/_material.scss +7 -13
  138. package/styles/daterangepicker/icons/_material3.scss +8 -13
  139. package/styles/daterangepicker/icons/_tailwind.scss +8 -13
  140. package/styles/daterangepicker/material-dark.css +111 -3
  141. package/styles/daterangepicker/material.css +111 -3
  142. package/styles/daterangepicker/tailwind-dark.css +112 -5
  143. package/styles/daterangepicker/tailwind.css +112 -5
  144. package/styles/datetimepicker/_all.scss +1 -1
  145. package/styles/datetimepicker/_bootstrap-dark-definition.scss +3 -7
  146. package/styles/datetimepicker/_bootstrap-definition.scss +1 -6
  147. package/styles/datetimepicker/_bootstrap4-definition.scss +1 -6
  148. package/styles/datetimepicker/_bootstrap5-definition.scss +0 -5
  149. package/styles/datetimepicker/_fabric-dark-definition.scss +0 -5
  150. package/styles/datetimepicker/_fabric-definition.scss +0 -4
  151. package/styles/datetimepicker/_fluent-definition.scss +3 -8
  152. package/styles/datetimepicker/_fusionnew-definition.scss +0 -5
  153. package/styles/datetimepicker/_highcontrast-definition.scss +0 -4
  154. package/styles/datetimepicker/_highcontrast-light-definition.scss +1 -6
  155. package/styles/datetimepicker/_layout.scss +3 -2
  156. package/styles/datetimepicker/_material-dark-definition.scss +1 -6
  157. package/styles/datetimepicker/_material-definition.scss +0 -4
  158. package/styles/datetimepicker/_material3-definition.scss +0 -5
  159. package/styles/datetimepicker/_tailwind-definition.scss +0 -5
  160. package/styles/datetimepicker/_theme.scss +1 -2
  161. package/styles/datetimepicker/bootstrap-dark.css +0 -2
  162. package/styles/datetimepicker/bootstrap.css +0 -2
  163. package/styles/datetimepicker/bootstrap4.css +0 -2
  164. package/styles/datetimepicker/bootstrap5-dark.css +0 -3
  165. package/styles/datetimepicker/bootstrap5.css +0 -3
  166. package/styles/datetimepicker/fabric-dark.css +0 -2
  167. package/styles/datetimepicker/fabric.css +0 -2
  168. package/styles/datetimepicker/fluent-dark.css +0 -3
  169. package/styles/datetimepicker/fluent.css +0 -3
  170. package/styles/datetimepicker/highcontrast-light.css +0 -2
  171. package/styles/datetimepicker/highcontrast.css +0 -2
  172. package/styles/datetimepicker/icons/_bootstrap-dark.scss +1 -1
  173. package/styles/datetimepicker/icons/_bootstrap.scss +1 -1
  174. package/styles/datetimepicker/icons/_bootstrap4.scss +1 -1
  175. package/styles/datetimepicker/icons/_bootstrap5.scss +1 -1
  176. package/styles/datetimepicker/icons/_fabric-dark.scss +1 -1
  177. package/styles/datetimepicker/icons/_fabric.scss +1 -1
  178. package/styles/datetimepicker/icons/_fluent.scss +1 -1
  179. package/styles/datetimepicker/icons/_fusionnew.scss +1 -1
  180. package/styles/datetimepicker/icons/_highcontrast-light.scss +0 -1
  181. package/styles/datetimepicker/icons/_highcontrast.scss +1 -1
  182. package/styles/datetimepicker/icons/_material-dark.scss +1 -1
  183. package/styles/datetimepicker/icons/_material.scss +0 -1
  184. package/styles/datetimepicker/icons/_material3.scss +1 -1
  185. package/styles/datetimepicker/icons/_tailwind.scss +1 -1
  186. package/styles/datetimepicker/material-dark.css +0 -2
  187. package/styles/datetimepicker/material.css +0 -2
  188. package/styles/datetimepicker/tailwind-dark.css +0 -3
  189. package/styles/datetimepicker/tailwind.css +0 -3
  190. package/styles/fabric-dark.css +190 -13
  191. package/styles/fabric.css +190 -13
  192. package/styles/fluent-dark.css +192 -17
  193. package/styles/fluent.css +192 -17
  194. package/styles/highcontrast-light.css +190 -13
  195. package/styles/highcontrast.css +190 -13
  196. package/styles/material-dark.css +190 -13
  197. package/styles/material.css +190 -13
  198. package/styles/tailwind-dark.css +192 -19
  199. package/styles/tailwind.css +192 -19
  200. package/styles/timepicker/_all.scss +1 -1
  201. package/styles/timepicker/_bootstrap-dark-definition.scss +1 -6
  202. package/styles/timepicker/_bootstrap-definition.scss +0 -4
  203. package/styles/timepicker/_bootstrap4-definition.scss +0 -5
  204. package/styles/timepicker/_bootstrap5-definition.scss +0 -5
  205. package/styles/timepicker/_fabric-dark-definition.scss +1 -6
  206. package/styles/timepicker/_fabric-definition.scss +0 -4
  207. package/styles/timepicker/_fluent-definition.scss +0 -5
  208. package/styles/timepicker/_fusionnew-definition.scss +0 -5
  209. package/styles/timepicker/_highcontrast-definition.scss +0 -4
  210. package/styles/timepicker/_highcontrast-light-definition.scss +1 -6
  211. package/styles/timepicker/_layout.scss +5 -4
  212. package/styles/timepicker/_material-dark-definition.scss +1 -6
  213. package/styles/timepicker/_material-definition.scss +0 -4
  214. package/styles/timepicker/_material3-definition.scss +0 -5
  215. package/styles/timepicker/_tailwind-definition.scss +0 -5
  216. package/styles/timepicker/_theme.scss +1 -2
  217. package/styles/timepicker/bootstrap-dark.css +0 -4
  218. package/styles/timepicker/bootstrap.css +0 -4
  219. package/styles/timepicker/bootstrap4.css +0 -4
  220. package/styles/timepicker/bootstrap5-dark.css +0 -5
  221. package/styles/timepicker/bootstrap5.css +0 -5
  222. package/styles/timepicker/fabric-dark.css +0 -4
  223. package/styles/timepicker/fabric.css +0 -4
  224. package/styles/timepicker/fluent-dark.css +0 -5
  225. package/styles/timepicker/fluent.css +0 -5
  226. package/styles/timepicker/highcontrast-light.css +0 -4
  227. package/styles/timepicker/highcontrast.css +0 -4
  228. package/styles/timepicker/icons/_bootstrap-dark.scss +2 -1
  229. package/styles/timepicker/icons/_bootstrap.scss +2 -1
  230. package/styles/timepicker/icons/_bootstrap4.scss +2 -1
  231. package/styles/timepicker/icons/_bootstrap5.scss +2 -1
  232. package/styles/timepicker/icons/_fabric-dark.scss +2 -1
  233. package/styles/timepicker/icons/_fabric.scss +2 -1
  234. package/styles/timepicker/icons/_fluent.scss +2 -1
  235. package/styles/timepicker/icons/_fusionnew.scss +2 -1
  236. package/styles/timepicker/icons/_highcontrast-light.scss +2 -1
  237. package/styles/timepicker/icons/_highcontrast.scss +2 -1
  238. package/styles/timepicker/icons/_material-dark.scss +2 -1
  239. package/styles/timepicker/icons/_material.scss +1 -1
  240. package/styles/timepicker/icons/_material3.scss +2 -1
  241. package/styles/timepicker/icons/_tailwind.scss +2 -1
  242. package/styles/timepicker/material-dark.css +0 -4
  243. package/styles/timepicker/material.css +0 -4
  244. package/styles/timepicker/tailwind-dark.css +0 -5
  245. package/styles/timepicker/tailwind.css +0 -5
@@ -37,7 +37,6 @@ ejs-calendar {
37
37
 
38
38
  .e-calendar,
39
39
  .e-bigger.e-small .e-calendar {
40
- /* stylelint-disable property-no-vendor-prefix */
41
40
  -webkit-tap-highlight-color: transparent;
42
41
  border-radius: 4px;
43
42
  display: block;
@@ -891,8 +890,6 @@ ejs-calendar {
891
890
  color: rgba(255, 255, 255, 0.65);
892
891
  }
893
892
 
894
- /* stylelint-disable property-no-vendor-prefix */
895
- /* stylelint-disable-line no-empty-source */
896
893
  /*! component icons */
897
894
  .e-time-wrapper .e-time-icon.e-icons::before,
898
895
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
@@ -907,7 +904,6 @@ ejs-calendar {
907
904
 
908
905
  .e-time-wrapper,
909
906
  *.e-control-wrapper.e-time-wrapper {
910
- /* stylelint-disable property-no-vendor-prefix */
911
907
  -webkit-tap-highlight-color: transparent;
912
908
  }
913
909
  .e-time-wrapper .e-time-icon.e-icons,
@@ -1023,7 +1019,6 @@ ejs-calendar {
1023
1019
  min-height: 40px;
1024
1020
  }
1025
1021
 
1026
- /* stylelint-disable */
1027
1022
  .e-time-overflow {
1028
1023
  overflow: hidden;
1029
1024
  }
@@ -1051,7 +1046,6 @@ ejs-calendar {
1051
1046
  top: 0 !important;
1052
1047
  }
1053
1048
 
1054
- /* stylelint-enable */
1055
1049
  /*! timepicker theme */
1056
1050
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
1057
1051
  background: #565e64;
@@ -1103,8 +1097,7 @@ ejs-calendar {
1103
1097
  color: #212529;
1104
1098
  }
1105
1099
 
1106
- /* stylelint-disable property-no-vendor-prefix */
1107
- /* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
1100
+ /*! calendar bootstrap5 theme variables */
1108
1101
  /*! component icons */
1109
1102
  .e-input-group-icon.e-date-icon,
1110
1103
  *.e-control-wrapper .e-input-group-icon.e-date-icon {
@@ -1203,7 +1196,6 @@ ejs-calendar {
1203
1196
  margin: 0;
1204
1197
  }
1205
1198
 
1206
- /* stylelint-disable */
1207
1199
  .e-date-overflow {
1208
1200
  overflow: hidden !important;
1209
1201
  }
@@ -1230,6 +1222,10 @@ ejs-calendar {
1230
1222
  top: 0 !important;
1231
1223
  left: 0 !important;
1232
1224
  }
1225
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
1226
+ min-width: 100%;
1227
+ min-height: 100%;
1228
+ }
1233
1229
 
1234
1230
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
1235
1231
  background-size: 250px 33px;
@@ -1242,7 +1238,40 @@ ejs-calendar {
1242
1238
  min-height: 40px;
1243
1239
  }
1244
1240
 
1245
- /* stylelint-enable */
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
+
1246
1275
  @media screen and (orientation: landscape) and (max-height: 360px) {
1247
1276
  .e-datepicker .e-calendar.e-device .e-month table tbody {
1248
1277
  display: inline-block;
@@ -1250,6 +1279,47 @@ ejs-calendar {
1250
1279
  overflow: auto;
1251
1280
  }
1252
1281
  }
1282
+ @media screen and (orientation: landscape) {
1283
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1284
+ float: left;
1285
+ height: 100%;
1286
+ width: 30%;
1287
+ }
1288
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1289
+ float: left;
1290
+ padding: 5px;
1291
+ }
1292
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
1293
+ font-size: 35px;
1294
+ margin-top: 35%;
1295
+ }
1296
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
1297
+ display: block;
1298
+ font-size: 40px;
1299
+ margin-top: 10%;
1300
+ }
1301
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1302
+ height: 10%;
1303
+ }
1304
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1305
+ height: 75%;
1306
+ }
1307
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1308
+ display: -ms-flexbox;
1309
+ display: flex;
1310
+ }
1311
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1312
+ float: right;
1313
+ height: 90%;
1314
+ width: 70%;
1315
+ }
1316
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
1317
+ display: table-row-group;
1318
+ }
1319
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
1320
+ height: 100%;
1321
+ }
1322
+ }
1253
1323
  .e-datepicker.e-popup-wrapper,
1254
1324
  .e-bigger.e-small .e-datepicker.e-popup-wrapper,
1255
1325
  .e-bigger .e-datepicker.e-popup-wrapper,
@@ -1281,8 +1351,7 @@ ejs-calendar {
1281
1351
  color: #fff;
1282
1352
  }
1283
1353
 
1284
- /* stylelint-disable property-no-vendor-prefix */
1285
- /* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
1354
+ /*! calendar bootstrap5 theme variables */
1286
1355
  /*! component icons */
1287
1356
  .e-input-group-icon.e-range-icon,
1288
1357
  *.e-control-wrapper .e-input-group-icon.e-range-icon {
@@ -1895,7 +1964,6 @@ ejs-calendar {
1895
1964
  line-height: 26px;
1896
1965
  }
1897
1966
 
1898
- /* stylelint-disable */
1899
1967
  .e-range-overflow {
1900
1968
  overflow: hidden;
1901
1969
  }
@@ -1922,6 +1990,12 @@ ejs-calendar {
1922
1990
  top: 0 !important;
1923
1991
  left: 0 !important;
1924
1992
  }
1993
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
1994
+ min-height: 100%;
1995
+ min-width: 100%;
1996
+ height: 100%;
1997
+ width: 100%;
1998
+ }
1925
1999
 
1926
2000
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
1927
2001
  background-size: 250px 33px;
@@ -1934,7 +2008,111 @@ ejs-calendar {
1934
2008
  min-height: 40px;
1935
2009
  }
1936
2010
 
1937
- /* stylelint-enable */
2011
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
2012
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2013
+ min-height: 100%;
2014
+ min-width: 100%;
2015
+ height: 100%;
2016
+ width: 100%;
2017
+ }
2018
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2019
+ height: 100%;
2020
+ }
2021
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2022
+ height: 78%;
2023
+ }
2024
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2025
+ height: 90%;
2026
+ }
2027
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
2028
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
2029
+ height: 10%;
2030
+ }
2031
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
2032
+ margin: 0;
2033
+ }
2034
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2035
+ height: 90%;
2036
+ }
2037
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2038
+ height: 100%;
2039
+ border-spacing: 0px 30px;
2040
+ }
2041
+
2042
+ @media screen and (orientation: landscape) {
2043
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
2044
+ float: left;
2045
+ height: 100%;
2046
+ border-right: 1.5px;
2047
+ border-color: black;
2048
+ width: 40%;
2049
+ margin: 0;
2050
+ display: block;
2051
+ background-color: #3f51b5;
2052
+ }
2053
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2054
+ height: 100%;
2055
+ width: 100%;
2056
+ }
2057
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
2058
+ display: block;
2059
+ width: 100%;
2060
+ text-align: -webkit-center;
2061
+ }
2062
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
2063
+ display: block;
2064
+ width: 100%;
2065
+ text-align: -webkit-center;
2066
+ margin-top: 20%;
2067
+ font-size: 20px;
2068
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
2069
+ }
2070
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
2071
+ font-size: 20px;
2072
+ margin-top: 60%;
2073
+ color: #fff;
2074
+ }
2075
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
2076
+ width: 100%;
2077
+ text-align: -webkit-center;
2078
+ margin-top: 20%;
2079
+ font-size: 20px;
2080
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
2081
+ }
2082
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2083
+ height: 82%;
2084
+ }
2085
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2086
+ height: 80%;
2087
+ }
2088
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2089
+ border-spacing: unset;
2090
+ }
2091
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
2092
+ height: 20%;
2093
+ }
2094
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2095
+ width: 100%;
2096
+ }
2097
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2098
+ display: -ms-flexbox;
2099
+ display: flex;
2100
+ }
2101
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2102
+ border-radius: 0 40% 40% 0;
2103
+ }
2104
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2105
+ border-radius: 0 40% 40% 0;
2106
+ }
2107
+ }
2108
+ .e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
2109
+ width: calc(100% - 80px);
2110
+ }
2111
+
2112
+ .e-outline.e-float-input.e-static-clear.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
2113
+ width: calc(100% - 110px);
2114
+ }
2115
+
1938
2116
  /*! daterangepicker theme */
1939
2117
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
1940
2118
  color: #212529;
@@ -2197,8 +2375,6 @@ ejs-calendar {
2197
2375
  color: rgba(255, 255, 255, 0.65);
2198
2376
  }
2199
2377
 
2200
- /* stylelint-disable property-no-vendor-prefix */
2201
- /* stylelint-disable-line no-empty-source */
2202
2378
  /*! component icons */
2203
2379
  .e-datetime-wrapper .e-time-icon.e-icons::before {
2204
2380
  content: "\e705";
@@ -2212,7 +2388,6 @@ ejs-calendar {
2212
2388
  }
2213
2389
 
2214
2390
  .e-datetime-wrapper {
2215
- /* stylelint-disable property-no-vendor-prefix */
2216
2391
  -webkit-tap-highlight-color: transparent;
2217
2392
  }
2218
2393
  .e-datetime-wrapper .e-time-icon.e-icons::before {
@@ -1,2 +1,2 @@
1
- @import 'layout.scss';
1
+ @import 'layout.scss';
2
2
  @import 'theme.scss';
@@ -73,7 +73,6 @@ $calendar-bg-color: $grey-base !default;
73
73
  $calendar-popup-padding: 12px !default;
74
74
  $calendar-popup-bigger-padding: 16px !default;
75
75
  $calendar-box-shadow: none !default;
76
-
77
76
  // newly added
78
77
  $calendar-active-today-hover-font-color: $grey-dark-font !default;
79
78
  $calendar-today-focused-font-color: $grey-dark-font !default;
@@ -83,7 +82,8 @@ $calendar-active-today-font-color: $brand-primary-font !default;
83
82
  $calendar-bigger-today-button-height: 48px !default;
84
83
  $calendar-normal-today-button-height: 36px !default;
85
84
 
86
- // year decade view
85
+
86
+ // year decade view
87
87
 
88
88
  //color
89
89
  $calendar-yeardecade-bg-color: none !default;
@@ -108,7 +108,7 @@ $calendar-bigger-yeardecade-header-padding: 0 0 10px !default;
108
108
  $calendar-other-decade-cell-color: $grey-lighter !default;
109
109
  $calendar-decade-title-left-margin-style: 15px !default;
110
110
 
111
- // end year decade
111
+ // end year decade
112
112
 
113
113
  //other months
114
114
  $calendar-other-month-display-style: block !default;
@@ -128,12 +128,12 @@ $calendar-icon-line-height: 16px !default;
128
128
  $calendar-bigger-icon-size: 40px !default;
129
129
  $calendar-normal-icon-size: 36px !default;
130
130
  $calendar-spanicon-font-weight-style: normal !default;
131
-
132
131
  //pending
133
132
  $calendar-icon-font-size-style: 16px !default;
134
133
  $calendar-bigger-icon-font-size: 18px !default;
135
134
 
136
- // td styles
135
+
136
+ // td styles
137
137
 
138
138
  //color
139
139
  $calendar-light-font: $grey-dark-font !default;
@@ -166,7 +166,7 @@ $calendar-disable-font-weight-style: normal !default;
166
166
  $calendar-border-radius: 4px !default;
167
167
  $calendar-week-number-font-weight: 500 !default;
168
168
 
169
- // end td styles
169
+ // end td styles
170
170
 
171
171
  //today date
172
172
  $calendar-today-bg-style: none !default;
@@ -174,7 +174,6 @@ $calendar-today-bg-hover-color: $grey-white !default;
174
174
  $calendar-today-box-shadow: inset 1px 0 $brand-primary, inset 0 1px $brand-primary, inset -1px 0 $brand-primary, inset 0 -1px $brand-primary !default;
175
175
  $calendar-today-border-color: none !default;
176
176
  $calendar-selected-border-color: none !default;
177
-
178
177
  //pending
179
178
  $calendar-today-color: $grey-light-font !default;
180
179
  $calendar-today-focus-color: $grey-light-font !default;
@@ -198,6 +197,7 @@ $calendar-icon-button-margin: 0 !default;
198
197
  $calendar-bigger-icon-padding: 11px !default;
199
198
  $calendar-bigger-icon-margin: 0 !default;
200
199
 
200
+
201
201
  $calendar-footer-container-padding: 10px 0 0 0 !default;
202
202
  $calendar-footer-border: none !default;
203
203
  $calendar-footer-background: $calendar-bg-color !default;
@@ -224,5 +224,4 @@ $calendar-small-title-font-color: $grey-dark-font !default;
224
224
  $calendar-bigger-small-table-padding: 0 0 10px !default;
225
225
  $calendar-bigger-small-yeardecade-font-size: 14px !default;
226
226
  $calendar-small-font-size: 12px !default;
227
-
228
227
  //endtoday button
@@ -80,7 +80,8 @@ $calendar-box-shadow: none !default;
80
80
  $calendar-bigger-today-button-height: 48px !default;
81
81
  $calendar-normal-today-button-height: 36px !default;
82
82
 
83
- // year decade view
83
+
84
+ // year decade view
84
85
 
85
86
  //color
86
87
  $calendar-yeardecade-bg-color: none !default;
@@ -105,7 +106,7 @@ $calendar-bigger-yeardecade-header-padding: 0 0 10px !default;
105
106
  $calendar-other-decade-cell-color: rgba($grey-light-font, .65) !default;
106
107
  $calendar-decade-title-left-margin-style: 15px !default;
107
108
 
108
- // end year decade
109
+ // end year decade
109
110
 
110
111
  //other months
111
112
  $calendar-other-month-display-style: inline-block !default;
@@ -125,13 +126,13 @@ $calendar-icon-line-height: 16px !default;
125
126
  $calendar-bigger-icon-size: 40px !default;
126
127
  $calendar-normal-icon-size: 36px !default;
127
128
  $calendar-spanicon-font-weight-style: normal !default;
128
-
129
129
  //pending
130
130
  $calendar-icon-font-size-style: 16px !default;
131
131
  $calendar-bigger-icon-font-size: 18px !default;
132
132
  $calendar-week-number-font-weight: 500 !default;
133
133
 
134
- // td styles
134
+
135
+ // td styles
135
136
 
136
137
  //color
137
138
  $calendar-light-font: $grey-light-font !default;
@@ -166,7 +167,7 @@ $calendar-focused-date-bg-style: $grey-e6 !default;
166
167
  $calendar-disable-font-weight-style: normal !default;
167
168
  $calendar-border-radius: 4px !default;
168
169
 
169
- // end td styles
170
+ // end td styles
170
171
 
171
172
  //today date
172
173
  $calendar-today-bg-style: none !default;
@@ -174,7 +175,6 @@ $calendar-today-bg-hover-color: $grey-white !default;
174
175
  $calendar-today-box-shadow: inset 1px 0 $brand-primary, inset 0 1px $brand-primary, inset -1px 0 $brand-primary, inset 0 -1px $brand-primary !default;
175
176
  $calendar-today-border-color: none !default;
176
177
  $calendar-selected-border-color: none !default;
177
-
178
178
  //pending
179
179
  $calendar-today-color: $grey-light-font !default;
180
180
  $calendar-today-focused-font-color: $grey-light-font !default;
@@ -80,7 +80,8 @@ $calendar-box-shadow: none !default;
80
80
  $calendar-bigger-today-button-height: 48px !default;
81
81
  $calendar-normal-today-button-height: 36px !default;
82
82
 
83
- // year decade view
83
+
84
+ // year decade view
84
85
 
85
86
  //color
86
87
  $calendar-yeardecade-bg-color: none !default;
@@ -105,7 +106,7 @@ $calendar-bigger-yeardecade-header-padding: 16px 18px 10px 18px !default;
105
106
  $calendar-other-decade-cell-color: rgba($gray-900, .65) !default;
106
107
  $calendar-decade-title-left-margin-style: 15px !default;
107
108
 
108
- // end year decade
109
+ // end year decade
109
110
 
110
111
  //other months
111
112
  $calendar-other-month-display-style: inline-block !default;
@@ -125,13 +126,12 @@ $calendar-icon-line-height: 16px !default;
125
126
  $calendar-bigger-icon-size: 40px !default;
126
127
  $calendar-normal-icon-size: 36px !default;
127
128
  $calendar-spanicon-font-weight-style: normal !default;
128
-
129
129
  //pending
130
130
  $calendar-icon-font-size-style: 14px !default;
131
131
  $calendar-bigger-icon-font-size: 16px !default;
132
132
  $calendar-week-number-font-weight: 500 !default;
133
133
 
134
- // td styles
134
+ // td styles
135
135
 
136
136
  //color
137
137
  $calendar-light-font: $gray-900 !default;
@@ -166,7 +166,7 @@ $calendar-focused-date-bg-style: darken($gray-100, 2%) !default;
166
166
  $calendar-disable-font-weight-style: normal !default;
167
167
  $calendar-border-radius: 4px !default;
168
168
 
169
- // end td styles
169
+ // end td styles
170
170
 
171
171
  //today date
172
172
  $calendar-today-bg-style: $white !default;
@@ -174,7 +174,6 @@ $calendar-today-bg-hover-color: darken($gray-100, 2%) !default;
174
174
  $calendar-today-box-shadow: inset 1px 0 $primary, inset 0 1px $primary, inset -1px 0 $primary, inset 0 -1px $primary !default;
175
175
  $calendar-today-border-color: none !default;
176
176
  $calendar-selected-border-color: none !default;
177
-
178
177
  //pending
179
178
  $calendar-today-color: $gray-900 !default;
180
179
  $calendar-today-focused-font-color: $gray-900 !default;
@@ -10,7 +10,6 @@ $calendar-bigger-month-view-padding: 0 !default;
10
10
  $calendar-bigger-month-view-height: 38px !default;
11
11
  $calendar-bigger-month-view-line-height: $calendar-bigger-month-view-height !default;
12
12
  $calendar-bigger-month-view-width: 38px !default;
13
-
14
13
  //header dimension
15
14
  $calendar-header-font-size: 14px !default;
16
15
  $calendar-bigger-header-padding: 10px 0 10px 15px !default;
@@ -26,7 +25,6 @@ $calendar-title-font-size: 16px !default;
26
25
  $calendar-title-margin-left-style: 2px !default;
27
26
  $calendar-title-font-weight-style: 600 !default;
28
27
  $calendar-title-decoration-style: none !default;
29
-
30
28
  // common size properties
31
29
  $calendar-wrapper-border-radius: 4px !default;
32
30
  $calendar-full-width: 100% !default;
@@ -35,7 +33,6 @@ $calendar-lg-day-header-format-min-width: 540px !default;
35
33
  $calendar-icon-padding-top: 0 !default;
36
34
  $calendar-zero-value: 0 !default;
37
35
  $calendar-disable-opacity: 1 !default;
38
-
39
36
  //popup styles
40
37
  $calendar-normal-max-width: 242px !default;
41
38
  $calendar-normal-min-width: 240px !default;
@@ -47,12 +44,10 @@ $calendar-weeknumber-min-width: 300px !default;
47
44
  $calendar-weeknumber-bigger-width: 325px !default;
48
45
  $calendar-popup-padding: 0 !default;
49
46
  $calendar-popup-bigger-padding: 0 !default;
50
-
51
47
  // today button
52
48
  $calendar-bigger-today-button-height: 48px !default;
53
49
  $calendar-normal-today-button-height: 36px !default;
54
-
55
- // year decade view
50
+ // year decade view
56
51
  //dimension
57
52
  $calendar-normal-year-decade-height: 56px !default;
58
53
  $calendar-normal-year-decade-width: 56px !default;
@@ -70,7 +65,6 @@ $calendar-bigger-year-decade-width: 66px !default;
70
65
  $calendar-yeardecade-header-padding: 8px 0 8px 12px !default;
71
66
  $calendar-bigger-yeardecade-header-padding: 10px !default;
72
67
  $calendar-decade-title-left-margin-style: 15px !default;
73
-
74
68
  // table related styles
75
69
  $calendar-table-padding: 0 8px 8px 8px !default;
76
70
  $calendar-rtl-text-indent: 12px !default;
@@ -79,7 +73,6 @@ $calendar-rtl-bigger-small-text-indent: 12px !default;
79
73
  $calendar-rtl-bigger-text-indent: 15px !default;
80
74
  $calendar-title-margin-bigger-small-left-style: 5px !default;
81
75
  $calendar-title-margin-small-left-style: 0 !default;
82
-
83
76
  //font icons
84
77
  $calendar-prev-icon: '\e910' !default;
85
78
  $calendar-next-icon: '\e916' !default;
@@ -88,14 +81,12 @@ $calendar-icon-line-height: 1 !default;
88
81
  $calendar-bigger-icon-size: 24px !default;
89
82
  $calendar-normal-icon-size: 24px !default;
90
83
  $calendar-spanicon-font-weight-style: normal !default;
91
-
92
84
  //pending
93
85
  $calendar-icon-font-size-style: 14px !default;
94
86
  $calendar-bigger-icon-font-size: 16px !default;
95
87
  $calendar-footer-container-padding: 8px !default;
96
88
  $calendar-bigger-footer-container-padding: 16px !default;
97
89
  $calendar-week-number-font-weight: 500 !default;
98
-
99
90
  // small size
100
91
  $calendar-small-icon-size: 24px !default;
101
92
  $calendar-small-icon-font-size-style: 12px !default;
@@ -111,7 +102,6 @@ $calendar-small-popup-padding: 0 !default;
111
102
  $calendar-bigger-small-table-padding: 0 12px 12px 12px !default;
112
103
  $calendar-bigger-small-yeardecade-font-size: 14px !default;
113
104
  $calendar-small-font-size: 12px !default;
114
-
115
105
  //week number
116
106
  $calendar-week-number-font-size-style: 14px !default;
117
107
  $calendar-week-normal-max-width: 294px !default;
@@ -122,10 +112,8 @@ $calendar-icon-padding: 5px !default;
122
112
  $calendar-icon-button-margin: 8px !default;
123
113
  $calendar-bigger-icon-padding: 0 !default;
124
114
  $calendar-bigger-icon-margin: 12px !default;
125
-
126
115
  //thead style
127
116
  $calendar-thead-padding: 0 0 6px !default;
128
-
129
117
  // common styles
130
118
  $calendar-none-style: none !default;
131
119
  $calendar-cursor-default-style: default !default;
@@ -141,17 +129,14 @@ $calendar-other-month-row-display-style: none !default;
141
129
  $calendar-footer-border: 1px solid $border-light !default;
142
130
  $calendar-bigger-footer-border: 1px solid $border-light !default;
143
131
  $calendar-week-number-font-style: italic !default;
144
-
145
132
  //dimension
146
133
  $calendar-date-font-size: $text-sm !default;
147
134
  $calendar-bigger-day-font-size: 15px !default;
148
135
  $calendar-link-font-weight-style: normal !default;
149
136
  $calendar-disable-font-weight-style: normal !default;
150
137
  $calendar-border-radius: 4px !default;
151
-
152
138
  //week header font size
153
139
  $calendar-bigger-week-header-font-size: $text-sm !default;
154
-
155
140
  //header color
156
141
  $calendar-header-font-color: $content-text-color-alt1 !default;
157
142
  $calendar-header-icon-color: $icon-color !default;
@@ -165,27 +150,22 @@ $calendar-device-icon-hover-bg-color: $secondary-bg-color-hover !default;
165
150
  $calendar-default-border-color: none !default;
166
151
  $calendar-icon-hover-border-color: $content-bg-color-hover !default;
167
152
  $calendar-active-state-icon-bg-color: $secondary-border-color-pressed !default;
168
-
169
153
  //popup styles
170
154
  $calendar-border-style: 1px solid $border-light !default;
171
155
  $calendar-bg-color: $flyout-bg-color !default;
172
156
  $calendar-box-shadow: none !default;
173
-
174
157
  // year decade view
175
158
  //color
176
159
  $calendar-yeardecade-bg-color: none !default;
177
160
  $calendar-yeardecade-hover-bg: $content-bg-color-hover !default;
178
161
  $calendar-yeardecade-selected-hover-bg: darken($primary-bg-color, 10%) !default;
179
-
180
162
  //decade view color
181
163
  $calendar-other-decade-cell-color: $content-text-color-alt2 !default;
182
-
183
164
  // end year decade
184
165
  //other months
185
166
  $calendar-other-month-date: $content-text-color-alt3 !default;
186
167
  $calendar-other-month-date-hover-bg: $calendar-other-month-date !default;
187
-
188
- // td styles
168
+ // td styles
189
169
  //color
190
170
  $calendar-light-font: $content-text-color-alt1 !default;
191
171
  $calendar-active-font-color: $secondary-text-color !default;
@@ -209,35 +189,29 @@ $calendar-hover-border-color: none !default;
209
189
  $calendar-disable-font-color: $content-text-color-disabled !default;
210
190
  $calendar-focused-date-bg-style: $content-bg-color-focus !default;
211
191
  $calendar-small-title-font-color: $content-text-color-alt1 !default;
212
-
213
- // end td styles
192
+ // end td styles
214
193
  //today date
215
194
  $calendar-today-bg-style: none !default;
216
195
  $calendar-today-bg-hover-color: $content-bg-color-alt1 !default;
217
196
  $calendar-today-box-shadow: inset 2px 0 $primary-bg-color, inset 0 2px $primary-bg-color, inset -2px 0 $primary-bg-color, inset 0 -2px $primary-bg-color !default;
218
197
  $calendar-today-border-color: none !default;
219
198
  $calendar-selected-border-color: none !default;
220
-
221
199
  //pending
222
200
  $calendar-today-color: $primary !default;
223
201
  $calendar-today-focused-font-color: $content-text-color-alt1 !default;
224
202
  $calendar-today-focus-color: $content-text-color-alt1 !default;
225
-
226
203
  //week header
227
204
  $calendar-week-header-font-color: $content-text-color-alt2 !default;
228
205
  $calendar-week-header-bg-style: none !default;
229
-
230
206
  //week number
231
207
  $calendar-week-number-color-style: $content-text-color-disabled !default;
232
208
  $calendar-week-number-font-color: $calendar-text-color !default;
233
-
234
209
  //today button
235
210
  $calendar-footer-background: $transparent !default;
236
211
  $calendar-today-disabled-background-style: $primary-bg-color-disabled !default;
237
212
  $calendar-today-disabled-border-style: $primary-border-color-disabled !default;
238
213
  $calendar-today-disabled-box-shadow: none !default;
239
214
  $calendar-today-disabled-color: $primary-text-disabled !default;
240
-
241
215
  //today button flat button override style
242
216
  $today-button-bg: $primary-bg-color !default;
243
217
  $today-button-bg-border-color: $primary-border-color !default;
@@ -1,4 +1,4 @@
1
- //default
1
+ //default
2
2
  $calendar-title-hover-color: $neutral-light-fontalt !default;
3
3
  $calendar-icon-hover-color: $neutral-light-fontalt !default;
4
4
  $calendar-default-border-color: $neutral-light !default;
@@ -58,7 +58,6 @@ $calendar-normal-max-width: 232px !default;
58
58
  $calendar-normal-min-width: 232px !default;
59
59
  $calendar-small-max-width: $calendar-normal-max-width !default;
60
60
  $calendar-small-min-width: $calendar-normal-min-width !default;
61
-
62
61
  // newly added
63
62
  $calendar-active-today-hover-font-color: $neutral-light-fontalt !default;
64
63
  $calendar-today-focused-font-color: $theme-primary-font !default;
@@ -87,7 +86,6 @@ $calendar-prev-icon: '\e85e' !default;
87
86
  $calendar-next-icon: '\e84f' !default;
88
87
  $calendar-date-font-size: 12px !default;
89
88
  $calendar-title-font-weight-style: 300 !default;
90
-
91
89
  //$calendar-yeardecade-bg-color: $neutral-light !default;
92
90
  $calendar-yeardecade-hover-color: $neutral-light-fontalt !default;
93
91
  $calendar-spanicon-font-weight-style: 300 !default;
@@ -186,5 +184,4 @@ $calendar-small-title-font-color: $neutral-light-font !default;
186
184
  $calendar-bigger-small-table-padding: 0 10px 10px 10px !default;
187
185
  $calendar-bigger-small-yeardecade-font-size: 12px !default;
188
186
  $calendar-small-font-size: 12px !default;
189
-
190
187
  //enddefault