@syncfusion/ej2-angular-calendars 20.1.52 → 20.1.57

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 +12 -0
  2. package/dist/ej2-angular-calendars.umd.js +1 -1
  3. package/dist/ej2-angular-calendars.umd.min.js +1 -1
  4. package/package.json +8 -8
  5. package/schematics/utils/lib-details.d.ts +2 -2
  6. package/schematics/utils/lib-details.js +2 -2
  7. package/schematics/utils/lib-details.ts +2 -2
  8. package/styles/bootstrap-dark.css +96 -491
  9. package/styles/bootstrap.css +96 -491
  10. package/styles/bootstrap4.css +96 -493
  11. package/styles/bootstrap5-dark.css +97 -499
  12. package/styles/bootstrap5.css +97 -499
  13. package/styles/calendar/bootstrap-dark.css +50 -238
  14. package/styles/calendar/bootstrap.css +50 -238
  15. package/styles/calendar/bootstrap4.css +50 -238
  16. package/styles/calendar/bootstrap5-dark.css +51 -246
  17. package/styles/calendar/bootstrap5.css +51 -246
  18. package/styles/calendar/fabric-dark.css +50 -237
  19. package/styles/calendar/fabric.css +50 -238
  20. package/styles/calendar/fluent-dark.css +56 -270
  21. package/styles/calendar/fluent.css +56 -270
  22. package/styles/calendar/highcontrast-light.css +50 -238
  23. package/styles/calendar/highcontrast.css +50 -238
  24. package/styles/calendar/material-dark.css +50 -238
  25. package/styles/calendar/material.css +50 -238
  26. package/styles/calendar/tailwind-dark.css +53 -261
  27. package/styles/calendar/tailwind.css +53 -261
  28. package/styles/datepicker/bootstrap-dark.css +7 -20
  29. package/styles/datepicker/bootstrap.css +7 -20
  30. package/styles/datepicker/bootstrap4.css +7 -21
  31. package/styles/datepicker/bootstrap5-dark.css +7 -20
  32. package/styles/datepicker/bootstrap5.css +7 -20
  33. package/styles/datepicker/fabric-dark.css +7 -20
  34. package/styles/datepicker/fabric.css +7 -20
  35. package/styles/datepicker/fluent-dark.css +7 -21
  36. package/styles/datepicker/fluent.css +7 -21
  37. package/styles/datepicker/highcontrast-light.css +7 -21
  38. package/styles/datepicker/highcontrast.css +7 -21
  39. package/styles/datepicker/material-dark.css +7 -22
  40. package/styles/datepicker/material.css +7 -23
  41. package/styles/datepicker/tailwind-dark.css +7 -21
  42. package/styles/datepicker/tailwind.css +7 -21
  43. package/styles/daterangepicker/bootstrap-dark.css +32 -184
  44. package/styles/daterangepicker/bootstrap.css +32 -184
  45. package/styles/daterangepicker/bootstrap4.css +32 -185
  46. package/styles/daterangepicker/bootstrap5-dark.css +32 -185
  47. package/styles/daterangepicker/bootstrap5.css +32 -185
  48. package/styles/daterangepicker/fabric-dark.css +32 -184
  49. package/styles/daterangepicker/fabric.css +32 -184
  50. package/styles/daterangepicker/fluent-dark.css +35 -188
  51. package/styles/daterangepicker/fluent.css +35 -188
  52. package/styles/daterangepicker/highcontrast-light.css +32 -184
  53. package/styles/daterangepicker/highcontrast.css +32 -184
  54. package/styles/daterangepicker/material-dark.css +32 -185
  55. package/styles/daterangepicker/material.css +32 -186
  56. package/styles/daterangepicker/tailwind-dark.css +31 -178
  57. package/styles/daterangepicker/tailwind.css +31 -178
  58. package/styles/datetimepicker/bootstrap-dark.css +7 -30
  59. package/styles/datetimepicker/bootstrap.css +7 -30
  60. package/styles/datetimepicker/bootstrap4.css +7 -30
  61. package/styles/datetimepicker/bootstrap5-dark.css +7 -30
  62. package/styles/datetimepicker/bootstrap5.css +7 -30
  63. package/styles/datetimepicker/fabric-dark.css +7 -30
  64. package/styles/datetimepicker/fabric.css +7 -30
  65. package/styles/datetimepicker/fluent-dark.css +7 -30
  66. package/styles/datetimepicker/fluent.css +7 -30
  67. package/styles/datetimepicker/highcontrast-light.css +7 -30
  68. package/styles/datetimepicker/highcontrast.css +7 -30
  69. package/styles/datetimepicker/material-dark.css +7 -31
  70. package/styles/datetimepicker/material.css +7 -32
  71. package/styles/datetimepicker/tailwind-dark.css +7 -30
  72. package/styles/datetimepicker/tailwind.css +7 -30
  73. package/styles/fabric-dark.css +96 -490
  74. package/styles/fabric.css +96 -491
  75. package/styles/fluent-dark.css +105 -527
  76. package/styles/fluent.css +105 -527
  77. package/styles/highcontrast-light.css +96 -492
  78. package/styles/highcontrast.css +96 -492
  79. package/styles/material-dark.css +96 -496
  80. package/styles/material.css +96 -500
  81. package/styles/tailwind-dark.css +98 -509
  82. package/styles/tailwind.css +98 -509
  83. package/styles/timepicker/bootstrap-dark.css +4 -22
  84. package/styles/timepicker/bootstrap.css +4 -22
  85. package/styles/timepicker/bootstrap4.css +4 -22
  86. package/styles/timepicker/bootstrap5-dark.css +4 -22
  87. package/styles/timepicker/bootstrap5.css +4 -22
  88. package/styles/timepicker/fabric-dark.css +4 -22
  89. package/styles/timepicker/fabric.css +4 -22
  90. package/styles/timepicker/fluent-dark.css +4 -22
  91. package/styles/timepicker/fluent.css +4 -22
  92. package/styles/timepicker/highcontrast-light.css +4 -22
  93. package/styles/timepicker/highcontrast.css +4 -22
  94. package/styles/timepicker/material-dark.css +4 -23
  95. package/styles/timepicker/material.css +4 -24
  96. package/styles/timepicker/tailwind-dark.css +4 -22
  97. package/styles/timepicker/tailwind.css +4 -22
@@ -1,7 +1,7 @@
1
1
  /*! component icons */
2
2
  .e-time-wrapper .e-time-icon.e-icons::before,
3
3
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
4
- content: '\e97f';
4
+ content: "\e97f";
5
5
  }
6
6
 
7
7
  .e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
@@ -14,17 +14,14 @@
14
14
  *.e-control-wrapper.e-time-wrapper {
15
15
  -webkit-tap-highlight-color: transparent;
16
16
  }
17
-
18
17
  .e-time-wrapper .e-time-icon.e-icons,
19
18
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons {
20
19
  font-size: 16px;
21
20
  }
22
-
23
21
  .e-time-wrapper .e-time-icon.e-icons.e-disabled,
24
22
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons.e-disabled {
25
23
  pointer-events: none;
26
24
  }
27
-
28
25
  .e-time-wrapper span,
29
26
  *.e-control-wrapper.e-time-wrapper span {
30
27
  cursor: pointer;
@@ -34,7 +31,7 @@
34
31
  background-color: rgba(0, 0, 0, 0.6);
35
32
  height: 100%;
36
33
  left: 0;
37
- opacity: .5;
34
+ opacity: 0.5;
38
35
  pointer-events: auto;
39
36
  position: fixed;
40
37
  top: 0;
@@ -47,16 +44,13 @@
47
44
  border-width: 1px;
48
45
  overflow: auto;
49
46
  }
50
-
51
47
  .e-timepicker.e-popup .e-content {
52
48
  position: relative;
53
49
  }
54
-
55
50
  .e-timepicker.e-popup .e-list-parent.e-ul {
56
51
  margin: 0;
57
52
  padding: 0 0;
58
53
  }
59
-
60
54
  .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
61
55
  cursor: default;
62
56
  font-size: 14px;
@@ -67,7 +61,6 @@
67
61
  white-space: nowrap;
68
62
  width: 100%;
69
63
  }
70
-
71
64
  .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover {
72
65
  cursor: pointer;
73
66
  }
@@ -88,7 +81,6 @@
88
81
  *.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul {
89
82
  padding: 0 0;
90
83
  }
91
-
92
84
  .e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
93
85
  *.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
94
86
  font-size: 14px;
@@ -156,7 +148,6 @@
156
148
  width: 100%;
157
149
  z-index: 1002;
158
150
  }
159
-
160
151
  .e-timepicker-mob-popup-wrap .e-timepicker.e-popup.e-lib.e-control.e-popup-open {
161
152
  left: 0 !important;
162
153
  position: relative;
@@ -167,7 +158,6 @@
167
158
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
168
159
  color: #fff;
169
160
  }
170
-
171
161
  .e-time-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
172
162
  color: #000;
173
163
  }
@@ -178,16 +168,13 @@
178
168
  border-radius: 0;
179
169
  box-shadow: none;
180
170
  }
181
-
182
171
  .e-timepicker.e-popup .e-list-parent.e-ul {
183
172
  background-color: #000;
184
173
  }
185
-
186
174
  .e-timepicker.e-popup .e-list-parent.e-ul li.e-list-item {
187
175
  border: 1px solid transparent;
188
176
  color: #fff;
189
177
  }
190
-
191
178
  .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-disabled {
192
179
  color: #757575;
193
180
  opacity: 1;
@@ -195,20 +182,15 @@
195
182
  -ms-touch-action: none;
196
183
  touch-action: none;
197
184
  }
198
-
199
- .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover,
200
- .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation,
201
- .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item:focus {
185
+ .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover, .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation, .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item:focus {
202
186
  background-color: #685708;
203
187
  border: 1px solid #fff;
204
188
  color: #fff;
205
189
  }
206
-
207
190
  .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active {
208
191
  background-color: #ffd939;
209
192
  color: #000;
210
193
  }
211
-
212
194
  .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover {
213
195
  background-color: #685708;
214
196
  color: #fff;
@@ -219,4 +201,4 @@
219
201
  .e-bigger.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
220
202
  *.e-bigger.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
221
203
  color: #fff;
222
- }
204
+ }
@@ -5,11 +5,10 @@
5
5
  transform: scale(4);
6
6
  }
7
7
  }
8
-
9
8
  /*! component icons */
10
9
  .e-time-wrapper .e-time-icon.e-icons::before,
11
10
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
12
- content: '\e20c';
11
+ content: "\e20c";
13
12
  }
14
13
 
15
14
  .e-time-wrapper.e-outline .e-input-group-icon.e-time-icon,
@@ -50,19 +49,16 @@
50
49
  *.e-control-wrapper.e-time-wrapper {
51
50
  -webkit-tap-highlight-color: transparent;
52
51
  }
53
-
54
52
  .e-time-wrapper .e-time-icon.e-icons,
55
53
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons {
56
54
  font-size: 16px;
57
55
  min-height: 20px;
58
56
  min-width: 20px;
59
57
  }
60
-
61
58
  .e-time-wrapper .e-time-icon.e-icons.e-disabled,
62
59
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons.e-disabled {
63
60
  pointer-events: none;
64
61
  }
65
-
66
62
  .e-time-wrapper span,
67
63
  *.e-control-wrapper.e-time-wrapper span {
68
64
  cursor: pointer;
@@ -72,7 +68,7 @@
72
68
  background-color: rgba(0, 0, 0, 0.6);
73
69
  height: 100%;
74
70
  left: 0;
75
- opacity: .5;
71
+ opacity: 0.5;
76
72
  pointer-events: auto;
77
73
  position: fixed;
78
74
  top: 0;
@@ -85,16 +81,13 @@
85
81
  border-width: 1px;
86
82
  overflow: auto;
87
83
  }
88
-
89
84
  .e-timepicker.e-popup .e-content {
90
85
  position: relative;
91
86
  }
92
-
93
87
  .e-timepicker.e-popup .e-list-parent.e-ul {
94
88
  margin: 0;
95
89
  padding: 0 0;
96
90
  }
97
-
98
91
  .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
99
92
  cursor: default;
100
93
  font-size: 13px;
@@ -105,7 +98,6 @@
105
98
  white-space: nowrap;
106
99
  width: 100%;
107
100
  }
108
-
109
101
  .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover {
110
102
  cursor: pointer;
111
103
  }
@@ -128,7 +120,6 @@
128
120
  *.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul {
129
121
  padding: 0 0;
130
122
  }
131
-
132
123
  .e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
133
124
  *.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
134
125
  font-size: 14px;
@@ -196,7 +187,6 @@
196
187
  width: 100%;
197
188
  z-index: 1002;
198
189
  }
199
-
200
190
  .e-timepicker-mob-popup-wrap .e-timepicker.e-popup.e-lib.e-control.e-popup-open {
201
191
  left: 0 !important;
202
192
  position: relative;
@@ -207,7 +197,6 @@
207
197
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
208
198
  color: #00b0ff;
209
199
  }
210
-
211
200
  .e-time-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
212
201
  color: #00b0ff;
213
202
  }
@@ -218,16 +207,13 @@
218
207
  border-radius: 2px;
219
208
  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);
220
209
  }
221
-
222
210
  .e-timepicker.e-popup .e-list-parent.e-ul {
223
211
  background-color: #424242;
224
212
  }
225
-
226
213
  .e-timepicker.e-popup .e-list-parent.e-ul li.e-list-item {
227
214
  border: none;
228
215
  color: #fff;
229
216
  }
230
-
231
217
  .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-disabled {
232
218
  color: rgba(255, 255, 255, 0.3);
233
219
  opacity: 1;
@@ -235,20 +221,15 @@
235
221
  -ms-touch-action: none;
236
222
  touch-action: none;
237
223
  }
238
-
239
- .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover,
240
- .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation,
241
- .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item:focus {
224
+ .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover, .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation, .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item:focus {
242
225
  background-color: rgba(255, 255, 255, 0.1);
243
226
  border: none;
244
227
  color: #fff;
245
228
  }
246
-
247
229
  .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active {
248
230
  background-color: rgba(255, 255, 255, 0.1);
249
231
  color: #00b0ff;
250
232
  }
251
-
252
233
  .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover {
253
234
  background-color: rgba(255, 255, 255, 0.1);
254
235
  color: #00b0ff;
@@ -259,4 +240,4 @@
259
240
  .e-bigger.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
260
241
  *.e-bigger.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
261
242
  color: #000;
262
- }
243
+ }
@@ -5,7 +5,6 @@
5
5
  transform: scale(4);
6
6
  }
7
7
  }
8
-
9
8
  @keyframes slideTopUp {
10
9
  from {
11
10
  transform: translate3d(0, 0, 0) scale(1);
@@ -14,11 +13,10 @@
14
13
  transform: translate3d(0, 0, 0) scale(1);
15
14
  }
16
15
  }
17
-
18
16
  /*! component icons */
19
17
  .e-time-wrapper .e-time-icon.e-icons::before,
20
18
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
21
- content: '\e20c';
19
+ content: "\e20c";
22
20
  }
23
21
 
24
22
  .e-time-wrapper.e-outline .e-input-group-icon.e-time-icon,
@@ -59,19 +57,16 @@
59
57
  *.e-control-wrapper.e-time-wrapper {
60
58
  -webkit-tap-highlight-color: transparent;
61
59
  }
62
-
63
60
  .e-time-wrapper .e-time-icon.e-icons,
64
61
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons {
65
62
  font-size: 16px;
66
63
  min-height: 20px;
67
64
  min-width: 20px;
68
65
  }
69
-
70
66
  .e-time-wrapper .e-time-icon.e-icons.e-disabled,
71
67
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons.e-disabled {
72
68
  pointer-events: none;
73
69
  }
74
-
75
70
  .e-time-wrapper span,
76
71
  *.e-control-wrapper.e-time-wrapper span {
77
72
  cursor: pointer;
@@ -81,7 +76,7 @@
81
76
  background-color: rgba(0, 0, 0, 0.6);
82
77
  height: 100%;
83
78
  left: 0;
84
- opacity: .5;
79
+ opacity: 0.5;
85
80
  pointer-events: auto;
86
81
  position: fixed;
87
82
  top: 0;
@@ -94,16 +89,13 @@
94
89
  border-width: 1px;
95
90
  overflow: auto;
96
91
  }
97
-
98
92
  .e-timepicker.e-popup .e-content {
99
93
  position: relative;
100
94
  }
101
-
102
95
  .e-timepicker.e-popup .e-list-parent.e-ul {
103
96
  margin: 0;
104
97
  padding: 0 0;
105
98
  }
106
-
107
99
  .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
108
100
  cursor: default;
109
101
  font-size: 13px;
@@ -114,7 +106,6 @@
114
106
  white-space: nowrap;
115
107
  width: 100%;
116
108
  }
117
-
118
109
  .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover {
119
110
  cursor: pointer;
120
111
  }
@@ -137,7 +128,6 @@
137
128
  *.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul {
138
129
  padding: 0 0;
139
130
  }
140
-
141
131
  .e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
142
132
  *.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
143
133
  font-size: 14px;
@@ -205,7 +195,6 @@
205
195
  width: 100%;
206
196
  z-index: 1002;
207
197
  }
208
-
209
198
  .e-timepicker-mob-popup-wrap .e-timepicker.e-popup.e-lib.e-control.e-popup-open {
210
199
  left: 0 !important;
211
200
  position: relative;
@@ -216,7 +205,6 @@
216
205
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
217
206
  color: #e3165b;
218
207
  }
219
-
220
208
  .e-time-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
221
209
  color: #e3165b;
222
210
  }
@@ -227,16 +215,13 @@
227
215
  border-radius: 2px;
228
216
  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);
229
217
  }
230
-
231
218
  .e-timepicker.e-popup .e-list-parent.e-ul {
232
219
  background-color: #fff;
233
220
  }
234
-
235
221
  .e-timepicker.e-popup .e-list-parent.e-ul li.e-list-item {
236
222
  border: none;
237
223
  color: rgba(0, 0, 0, 0.87);
238
224
  }
239
-
240
225
  .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-disabled {
241
226
  color: rgba(0, 0, 0, 0.38);
242
227
  opacity: 1;
@@ -244,20 +229,15 @@
244
229
  -ms-touch-action: none;
245
230
  touch-action: none;
246
231
  }
247
-
248
- .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover,
249
- .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation,
250
- .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item:focus {
232
+ .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover, .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation, .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item:focus {
251
233
  background-color: #eee;
252
234
  border: none;
253
235
  color: #000;
254
236
  }
255
-
256
237
  .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active {
257
238
  background-color: #eee;
258
239
  color: #e3165b;
259
240
  }
260
-
261
241
  .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover {
262
242
  background-color: #eee;
263
243
  color: #e3165b;
@@ -268,4 +248,4 @@
268
248
  .e-bigger.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
269
249
  *.e-bigger.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
270
250
  color: #000;
271
- }
251
+ }
@@ -2,7 +2,7 @@
2
2
  /*! component icons */
3
3
  .e-time-wrapper .e-time-icon.e-icons::before,
4
4
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
5
- content: '\e705';
5
+ content: "\e705";
6
6
  }
7
7
 
8
8
  .e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
@@ -15,17 +15,14 @@
15
15
  *.e-control-wrapper.e-time-wrapper {
16
16
  -webkit-tap-highlight-color: transparent;
17
17
  }
18
-
19
18
  .e-time-wrapper .e-time-icon.e-icons,
20
19
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons {
21
20
  font-size: 16px;
22
21
  }
23
-
24
22
  .e-time-wrapper .e-time-icon.e-icons.e-disabled,
25
23
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons.e-disabled {
26
24
  pointer-events: none;
27
25
  }
28
-
29
26
  .e-time-wrapper span,
30
27
  *.e-control-wrapper.e-time-wrapper span {
31
28
  cursor: pointer;
@@ -35,7 +32,7 @@
35
32
  background-color: #374151;
36
33
  height: 100%;
37
34
  left: 0;
38
- opacity: .5;
35
+ opacity: 0.5;
39
36
  pointer-events: auto;
40
37
  position: fixed;
41
38
  top: 0;
@@ -48,16 +45,13 @@
48
45
  border-width: 1px;
49
46
  overflow: auto;
50
47
  }
51
-
52
48
  .e-timepicker.e-popup .e-content {
53
49
  position: relative;
54
50
  }
55
-
56
51
  .e-timepicker.e-popup .e-list-parent.e-ul {
57
52
  margin: 0;
58
53
  padding: 4px 0;
59
54
  }
60
-
61
55
  .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
62
56
  cursor: default;
63
57
  font-size: 14px;
@@ -68,7 +62,6 @@
68
62
  white-space: nowrap;
69
63
  width: 100%;
70
64
  }
71
-
72
65
  .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover {
73
66
  cursor: pointer;
74
67
  }
@@ -89,7 +82,6 @@
89
82
  *.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul {
90
83
  padding: 4px 0;
91
84
  }
92
-
93
85
  .e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
94
86
  *.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
95
87
  font-size: 16px;
@@ -157,7 +149,6 @@
157
149
  width: 100%;
158
150
  z-index: 1002;
159
151
  }
160
-
161
152
  .e-timepicker-mob-popup-wrap .e-timepicker.e-popup.e-lib.e-control.e-popup-open {
162
153
  left: 0 !important;
163
154
  position: relative;
@@ -168,7 +159,6 @@
168
159
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
169
160
  color: #fff;
170
161
  }
171
-
172
162
  .e-time-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
173
163
  color: #fff;
174
164
  }
@@ -179,16 +169,13 @@
179
169
  border-radius: 6px;
180
170
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
181
171
  }
182
-
183
172
  .e-timepicker.e-popup .e-list-parent.e-ul {
184
173
  background-color: #1f2937;
185
174
  }
186
-
187
175
  .e-timepicker.e-popup .e-list-parent.e-ul li.e-list-item {
188
176
  border: none;
189
177
  color: #fff;
190
178
  }
191
-
192
179
  .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-disabled {
193
180
  color: #6b7280;
194
181
  opacity: 1;
@@ -196,20 +183,15 @@
196
183
  -ms-touch-action: none;
197
184
  touch-action: none;
198
185
  }
199
-
200
- .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover,
201
- .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation,
202
- .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item:focus {
186
+ .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover, .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation, .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item:focus {
203
187
  background-color: #4b5563;
204
188
  border: none;
205
189
  color: #fff;
206
190
  }
207
-
208
191
  .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active {
209
192
  background-color: #6b7280;
210
193
  color: #fff;
211
194
  }
212
-
213
195
  .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover {
214
196
  background-color: #4b5563;
215
197
  color: #fff;
@@ -220,4 +202,4 @@
220
202
  .e-bigger.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
221
203
  *.e-bigger.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
222
204
  color: #fff;
223
- }
205
+ }
@@ -2,7 +2,7 @@
2
2
  /*! component icons */
3
3
  .e-time-wrapper .e-time-icon.e-icons::before,
4
4
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
5
- content: '\e705';
5
+ content: "\e705";
6
6
  }
7
7
 
8
8
  .e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
@@ -15,17 +15,14 @@
15
15
  *.e-control-wrapper.e-time-wrapper {
16
16
  -webkit-tap-highlight-color: transparent;
17
17
  }
18
-
19
18
  .e-time-wrapper .e-time-icon.e-icons,
20
19
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons {
21
20
  font-size: 16px;
22
21
  }
23
-
24
22
  .e-time-wrapper .e-time-icon.e-icons.e-disabled,
25
23
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons.e-disabled {
26
24
  pointer-events: none;
27
25
  }
28
-
29
26
  .e-time-wrapper span,
30
27
  *.e-control-wrapper.e-time-wrapper span {
31
28
  cursor: pointer;
@@ -35,7 +32,7 @@
35
32
  background-color: #f3f4f6;
36
33
  height: 100%;
37
34
  left: 0;
38
- opacity: .5;
35
+ opacity: 0.5;
39
36
  pointer-events: auto;
40
37
  position: fixed;
41
38
  top: 0;
@@ -48,16 +45,13 @@
48
45
  border-width: 1px;
49
46
  overflow: auto;
50
47
  }
51
-
52
48
  .e-timepicker.e-popup .e-content {
53
49
  position: relative;
54
50
  }
55
-
56
51
  .e-timepicker.e-popup .e-list-parent.e-ul {
57
52
  margin: 0;
58
53
  padding: 4px 0;
59
54
  }
60
-
61
55
  .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
62
56
  cursor: default;
63
57
  font-size: 14px;
@@ -68,7 +62,6 @@
68
62
  white-space: nowrap;
69
63
  width: 100%;
70
64
  }
71
-
72
65
  .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover {
73
66
  cursor: pointer;
74
67
  }
@@ -89,7 +82,6 @@
89
82
  *.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul {
90
83
  padding: 4px 0;
91
84
  }
92
-
93
85
  .e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
94
86
  *.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
95
87
  font-size: 16px;
@@ -157,7 +149,6 @@
157
149
  width: 100%;
158
150
  z-index: 1002;
159
151
  }
160
-
161
152
  .e-timepicker-mob-popup-wrap .e-timepicker.e-popup.e-lib.e-control.e-popup-open {
162
153
  left: 0 !important;
163
154
  position: relative;
@@ -168,7 +159,6 @@
168
159
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
169
160
  color: #111827;
170
161
  }
171
-
172
162
  .e-time-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
173
163
  color: #111827;
174
164
  }
@@ -179,16 +169,13 @@
179
169
  border-radius: 6px;
180
170
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
181
171
  }
182
-
183
172
  .e-timepicker.e-popup .e-list-parent.e-ul {
184
173
  background-color: #fff;
185
174
  }
186
-
187
175
  .e-timepicker.e-popup .e-list-parent.e-ul li.e-list-item {
188
176
  border: none;
189
177
  color: #111827;
190
178
  }
191
-
192
179
  .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-disabled {
193
180
  color: #9ca3af;
194
181
  opacity: 1;
@@ -196,20 +183,15 @@
196
183
  -ms-touch-action: none;
197
184
  touch-action: none;
198
185
  }
199
-
200
- .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover,
201
- .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation,
202
- .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item:focus {
186
+ .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover, .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation, .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item:focus {
203
187
  background-color: #f3f4f6;
204
188
  border: none;
205
189
  color: #111827;
206
190
  }
207
-
208
191
  .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active {
209
192
  background-color: #e5e7eb;
210
193
  color: #111827;
211
194
  }
212
-
213
195
  .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover {
214
196
  background-color: #f3f4f6;
215
197
  color: #111827;
@@ -220,4 +202,4 @@
220
202
  .e-bigger.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
221
203
  *.e-bigger.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
222
204
  color: #111827;
223
- }
205
+ }