@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
package/CHANGELOG.md CHANGED
@@ -2,36 +2,6 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### Calendar
6
-
7
- #### Bug Fixes
8
-
9
- - `#I403191` - The issue "change event argument contains duplicate dates while using multiselection" has been resolved
10
-
11
- ### TimePicker
12
-
13
- #### Bug Fixes
14
-
15
- - `#I381508` - The issue "ellipsis style is not applied to long floating label text in the material outline mode" has been resolved.
16
-
17
- ### DateTimePicker
18
-
19
- #### Bug Fixes
20
-
21
- - `#I381508` - The issue "ellipsis style is not applied to long floating label text in the material outline mode" has been resolved.
22
-
23
- ### DatePicker
24
-
25
- #### Bug Fixes
26
-
27
- - `#I381508` - The issue "ellipsis style is not applied to long floating label text in the material outline mode" has been resolved.
28
-
29
- ### DateRangePicker
30
-
31
- #### Bug Fixes
32
-
33
- - `#I381508` - The issue "ellipsis style is not applied to long floating label text in the material outline mode" has been resolved.
34
-
35
5
  ## 19.3.46 (2021-10-19)
36
6
 
37
7
  ### TimePicker
@@ -1247,14 +1217,6 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
1247
1217
  - **Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices.
1248
1218
 
1249
1219
 
1250
- ## 20.2.40 (2022-07-26)
1251
-
1252
- ### Calendar
1253
-
1254
- #### Bug Fixes
1255
-
1256
- - `#I387858` - The issue of "the missing year 1396 in the Islamic calendar" has been resolved.
1257
-
1258
1220
  ## 19.3.56 (2021-12-02)
1259
1221
 
1260
1222
  ### TimePicker
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-calendars.umd.js
3
- * version : 20.2.50
3
+ * version : 20.3.47
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-calendars.umd.min.js
3
- * version : 20.2.50
3
+ * version : 20.3.47
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-calendars@*",
3
- "_id": "@syncfusion/ej2-angular-calendars@20.2.46",
3
+ "_id": "@syncfusion/ej2-angular-calendars@18.29.7",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-EQDNB6vTg1yZvNEx7GK+RdqEi36mh+1VRCoHZ8JJm74mmYnPSgWj9x0hnu0AqQqXmw0lCY4x5iB3NlCy65C31A==",
5
+ "_integrity": "sha512-vVI9/o+7eM1TEEqWJdZt4ZiqlQclaA9BuLel7FO+zS6PLHem8ByW2/igwqBbAAXBq4jTe3/t/UJTSCTuPZotMw==",
6
6
  "_location": "/@syncfusion/ej2-angular-calendars",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-calendars/-/ej2-angular-calendars-20.2.46.tgz",
23
- "_shasum": "3d9262fb0a435e83ffdeb79464854467df6c3e4e",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-angular-calendars/-/ej2-angular-calendars-18.29.7.tgz",
23
+ "_shasum": "af788311f3af42a49b2340f6945068155c4a2195",
24
24
  "_spec": "@syncfusion/ej2-angular-calendars@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~20.2.49",
35
- "@syncfusion/ej2-base": "~20.2.48",
36
- "@syncfusion/ej2-calendars": "20.2.50"
34
+ "@syncfusion/ej2-angular-base": "~20.3.47",
35
+ "@syncfusion/ej2-base": "~20.3.47",
36
+ "@syncfusion/ej2-calendars": "20.3.47"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Angular",
@@ -94,5 +94,5 @@
94
94
  "schematics": "./schematics/collection.json",
95
95
  "sideEffects": false,
96
96
  "typings": "ej2-angular-calendars.d.ts",
97
- "version": "20.2.50-ngcc"
97
+ "version": "20.3.47-ngcc"
98
98
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-calendars";
2
- export declare const pkgVer = "^20.2.46";
2
+ export declare const pkgVer = "^18.29.7";
3
3
  export declare const moduleName = "CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule";
4
- export declare const themeVer = "~20.2.46";
4
+ export declare const themeVer = "~18.29.7";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-calendars';
4
- exports.pkgVer = '^20.2.50';
4
+ exports.pkgVer = '^20.3.47';
5
5
  exports.moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
6
- exports.themeVer = '~20.2.50';
6
+ exports.themeVer = '~20.3.47';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-calendars';
2
- export const pkgVer = '^20.2.50';
2
+ export const pkgVer = '^20.3.47';
3
3
  export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
4
- export const themeVer = '~20.2.50';
4
+ export const themeVer = '~20.3.47';
@@ -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;
@@ -819,6 +820,7 @@ ejs-calendar {
819
820
  transform: scale(1);
820
821
  }
821
822
  }
823
+ /* stylelint-disable property-no-vendor-prefix */
822
824
  /*! component icons */
823
825
  .e-time-wrapper .e-time-icon.e-icons::before,
824
826
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
@@ -833,6 +835,7 @@ ejs-calendar {
833
835
 
834
836
  .e-time-wrapper,
835
837
  *.e-control-wrapper.e-time-wrapper {
838
+ /* stylelint-disable property-no-vendor-prefix */
836
839
  -webkit-tap-highlight-color: transparent;
837
840
  }
838
841
  .e-time-wrapper .e-time-icon.e-icons,
@@ -948,6 +951,7 @@ ejs-calendar {
948
951
  min-height: 40px;
949
952
  }
950
953
 
954
+ /* stylelint-disable */
951
955
  .e-time-overflow {
952
956
  overflow: hidden;
953
957
  }
@@ -975,6 +979,7 @@ ejs-calendar {
975
979
  top: 0 !important;
976
980
  }
977
981
 
982
+ /* stylelint-enable */
978
983
  /*! timepicker theme */
979
984
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
980
985
  color: #fff;
@@ -1024,6 +1029,7 @@ ejs-calendar {
1024
1029
  color: #f0f0f0;
1025
1030
  }
1026
1031
 
1032
+ /* stylelint-disable property-no-vendor-prefix */
1027
1033
  /*! component icons */
1028
1034
  .e-input-group-icon.e-date-icon,
1029
1035
  *.e-control-wrapper .e-input-group-icon.e-date-icon {
@@ -1118,6 +1124,7 @@ ejs-calendar {
1118
1124
  margin: 0;
1119
1125
  }
1120
1126
 
1127
+ /* stylelint-disable */
1121
1128
  .e-date-overflow {
1122
1129
  overflow: hidden !important;
1123
1130
  }
@@ -1144,11 +1151,6 @@ ejs-calendar {
1144
1151
  top: 0 !important;
1145
1152
  left: 0 !important;
1146
1153
  }
1147
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
1148
- min-width: 100%;
1149
- min-height: 100%;
1150
- }
1151
-
1152
1154
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
1153
1155
  background-size: 250px 33px;
1154
1156
  min-height: 33px;
@@ -1160,40 +1162,6 @@ ejs-calendar {
1160
1162
  min-height: 40px;
1161
1163
  }
1162
1164
 
1163
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1164
- height: 15%;
1165
- }
1166
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1167
- float: right;
1168
- margin-right: 10px;
1169
- padding: 5px;
1170
- }
1171
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
1172
- content: "\e932";
1173
- font-family: "e-icons";
1174
- color: rgb(255, 255, 255);
1175
- }
1176
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1177
- min-width: 100%;
1178
- min-height: 100%;
1179
- height: 100%;
1180
- }
1181
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
1182
- height: 10%;
1183
- }
1184
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1185
- height: 85%;
1186
- }
1187
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1188
- height: 10%;
1189
- }
1190
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1191
- height: 80%;
1192
- }
1193
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
1194
- height: 100%;
1195
- }
1196
-
1197
1165
  @media screen and (orientation: landscape) and (max-height: 360px) {
1198
1166
  .e-datepicker .e-calendar.e-device .e-month table tbody {
1199
1167
  display: inline-block;
@@ -1201,47 +1169,7 @@ ejs-calendar {
1201
1169
  overflow: auto;
1202
1170
  }
1203
1171
  }
1204
- @media screen and (orientation: landscape) {
1205
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1206
- float: left;
1207
- height: 100%;
1208
- width: 30%;
1209
- }
1210
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1211
- float: left;
1212
- padding: 5px;
1213
- }
1214
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
1215
- font-size: 35px;
1216
- margin-top: 35%;
1217
- }
1218
- .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 {
1219
- display: block;
1220
- font-size: 40px;
1221
- margin-top: 10%;
1222
- }
1223
- .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 {
1224
- height: 10%;
1225
- }
1226
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1227
- height: 75%;
1228
- }
1229
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1230
- display: -ms-flexbox;
1231
- display: flex;
1232
- }
1233
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1234
- float: right;
1235
- height: 90%;
1236
- width: 70%;
1237
- }
1238
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
1239
- display: table-row-group;
1240
- }
1241
- .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 {
1242
- height: 100%;
1243
- }
1244
- }
1172
+ /* stylelint-enable */
1245
1173
  .e-datepicker.e-popup-wrapper,
1246
1174
  .e-bigger.e-small .e-datepicker.e-popup-wrapper,
1247
1175
  .e-bigger .e-datepicker.e-popup-wrapper,
@@ -1267,6 +1195,7 @@ ejs-calendar {
1267
1195
  border: none;
1268
1196
  }
1269
1197
 
1198
+ /* stylelint-disable property-no-vendor-prefix */
1270
1199
  /*! component icons */
1271
1200
  .e-input-group-icon.e-range-icon,
1272
1201
  *.e-control-wrapper .e-input-group-icon.e-range-icon {
@@ -1866,6 +1795,7 @@ ejs-calendar {
1866
1795
  line-height: 26px;
1867
1796
  }
1868
1797
 
1798
+ /* stylelint-disable */
1869
1799
  .e-range-overflow {
1870
1800
  overflow: hidden;
1871
1801
  }
@@ -1892,13 +1822,6 @@ ejs-calendar {
1892
1822
  top: 0 !important;
1893
1823
  left: 0 !important;
1894
1824
  }
1895
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
1896
- min-height: 100%;
1897
- min-width: 100%;
1898
- height: 100%;
1899
- width: 100%;
1900
- }
1901
-
1902
1825
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
1903
1826
  background-size: 250px 33px;
1904
1827
  min-height: 33px;
@@ -1910,103 +1833,6 @@ ejs-calendar {
1910
1833
  min-height: 40px;
1911
1834
  }
1912
1835
 
1913
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
1914
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
1915
- min-height: 100%;
1916
- min-width: 100%;
1917
- height: 100%;
1918
- width: 100%;
1919
- }
1920
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
1921
- height: 100%;
1922
- }
1923
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
1924
- height: 78%;
1925
- }
1926
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
1927
- height: 90%;
1928
- }
1929
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
1930
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
1931
- height: 10%;
1932
- }
1933
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
1934
- margin: 0;
1935
- }
1936
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
1937
- height: 90%;
1938
- }
1939
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
1940
- height: 100%;
1941
- border-spacing: 0px 30px;
1942
- }
1943
-
1944
- @media screen and (orientation: landscape) {
1945
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
1946
- float: left;
1947
- height: 100%;
1948
- border-right: 1.5px;
1949
- border-color: black;
1950
- width: 40%;
1951
- margin: 0;
1952
- display: block;
1953
- background-color: #3f51b5;
1954
- }
1955
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
1956
- height: 100%;
1957
- width: 100%;
1958
- }
1959
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
1960
- display: block;
1961
- width: 100%;
1962
- text-align: -webkit-center;
1963
- }
1964
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
1965
- display: block;
1966
- width: 100%;
1967
- text-align: -webkit-center;
1968
- margin-top: 20%;
1969
- font-size: 20px;
1970
- 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);
1971
- }
1972
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
1973
- font-size: 20px;
1974
- margin-top: 60%;
1975
- color: #fff;
1976
- }
1977
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
1978
- width: 100%;
1979
- text-align: -webkit-center;
1980
- margin-top: 20%;
1981
- font-size: 20px;
1982
- 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);
1983
- }
1984
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
1985
- height: 82%;
1986
- }
1987
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
1988
- height: 80%;
1989
- }
1990
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
1991
- border-spacing: unset;
1992
- }
1993
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
1994
- height: 20%;
1995
- }
1996
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
1997
- width: 100%;
1998
- }
1999
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2000
- display: -ms-flexbox;
2001
- display: flex;
2002
- }
2003
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2004
- border-radius: 0 40% 40% 0;
2005
- }
2006
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2007
- border-radius: 0 40% 40% 0;
2008
- }
2009
- }
2010
1836
  .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 {
2011
1837
  width: calc(100% - 80px);
2012
1838
  }
@@ -2015,6 +1841,7 @@ ejs-calendar {
2015
1841
  width: calc(100% - 110px);
2016
1842
  }
2017
1843
 
1844
+ /* stylelint-enable */
2018
1845
  /*! daterangepicker theme */
2019
1846
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
2020
1847
  color: #f0f0f0;
@@ -2213,6 +2040,7 @@ ejs-calendar {
2213
2040
  color: #fff;
2214
2041
  }
2215
2042
 
2043
+ /* stylelint-disable property-no-vendor-prefix */
2216
2044
  /*! component icons */
2217
2045
  .e-datetime-wrapper .e-time-icon.e-icons::before {
2218
2046
  content: "\e93e";
@@ -2226,6 +2054,7 @@ ejs-calendar {
2226
2054
  }
2227
2055
 
2228
2056
  .e-datetime-wrapper {
2057
+ /* stylelint-disable property-no-vendor-prefix */
2229
2058
  -webkit-tap-highlight-color: transparent;
2230
2059
  }
2231
2060
  .e-datetime-wrapper .e-time-icon.e-icons::before {