@syncfusion/ej2-angular-calendars 17.1.41 → 17.1.47-1015318
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.
- package/@syncfusion/ej2-angular-calendars.es5.js +69 -13
- package/@syncfusion/ej2-angular-calendars.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-calendars.js +69 -13
- package/@syncfusion/ej2-angular-calendars.js.map +1 -1
- package/CHANGELOG.md +520 -3
- package/dist/ej2-angular-calendars.umd.js +70 -19
- package/dist/ej2-angular-calendars.umd.js.map +1 -1
- package/dist/ej2-angular-calendars.umd.min.js +1 -10
- package/dist/ej2-angular-calendars.umd.min.js.map +1 -1
- package/ej2-angular-calendars.metadata.json +1 -1
- package/package.json +65 -65
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/calendar/calendar.component.d.ts +3 -0
- package/src/datepicker/datepicker-all.module.d.ts +2 -0
- package/src/datepicker/datepicker.component.d.ts +3 -0
- package/src/daterangepicker/daterangepicker.component.d.ts +3 -0
- package/src/daterangepicker/presets.directive.d.ts +1 -0
- package/src/datetimepicker/datetimepicker.component.d.ts +3 -0
- package/src/index.d.ts +1 -1
- package/src/timepicker/timepicker.component.d.ts +3 -0
- package/styles/bootstrap-dark.css +962 -339
- package/styles/bootstrap.css +963 -340
- package/styles/bootstrap4.css +966 -335
- package/styles/calendar/bootstrap-dark.css +390 -119
- package/styles/calendar/bootstrap.css +391 -120
- package/styles/calendar/bootstrap4.css +391 -120
- package/styles/calendar/fabric-dark.css +389 -123
- package/styles/calendar/fabric.css +391 -120
- package/styles/calendar/highcontrast-light.css +391 -120
- package/styles/calendar/highcontrast.css +391 -120
- package/styles/calendar/material-dark.css +404 -133
- package/styles/calendar/material.css +391 -120
- package/styles/calendar/tailwind-dark.css +993 -0
- package/styles/calendar/tailwind-dark.scss +1 -0
- package/styles/calendar/tailwind.css +993 -0
- package/styles/calendar/tailwind.scss +1 -0
- package/styles/datepicker/bootstrap-dark.css +65 -24
- package/styles/datepicker/bootstrap.css +65 -24
- package/styles/datepicker/bootstrap4.css +66 -17
- package/styles/datepicker/fabric-dark.css +63 -22
- package/styles/datepicker/fabric.css +63 -22
- package/styles/datepicker/highcontrast-light.css +63 -14
- package/styles/datepicker/highcontrast.css +63 -14
- package/styles/datepicker/material-dark.css +95 -18
- package/styles/datepicker/material.css +101 -15
- package/styles/datepicker/tailwind-dark.css +185 -0
- package/styles/datepicker/tailwind-dark.scss +1 -0
- package/styles/datepicker/tailwind.css +185 -0
- package/styles/datepicker/tailwind.scss +1 -0
- package/styles/daterangepicker/bootstrap-dark.css +381 -179
- package/styles/daterangepicker/bootstrap.css +381 -179
- package/styles/daterangepicker/bootstrap4.css +383 -181
- package/styles/daterangepicker/fabric-dark.css +381 -179
- package/styles/daterangepicker/fabric.css +381 -179
- package/styles/daterangepicker/highcontrast-light.css +381 -179
- package/styles/daterangepicker/highcontrast.css +381 -179
- package/styles/daterangepicker/material-dark.css +419 -189
- package/styles/daterangepicker/material.css +418 -179
- package/styles/daterangepicker/tailwind-dark.css +956 -0
- package/styles/daterangepicker/tailwind-dark.scss +1 -0
- package/styles/daterangepicker/tailwind.css +956 -0
- package/styles/daterangepicker/tailwind.scss +1 -0
- package/styles/datetimepicker/bootstrap-dark.css +42 -7
- package/styles/datetimepicker/bootstrap.css +42 -7
- package/styles/datetimepicker/bootstrap4.css +42 -7
- package/styles/datetimepicker/fabric-dark.css +42 -7
- package/styles/datetimepicker/fabric.css +42 -7
- package/styles/datetimepicker/highcontrast-light.css +43 -8
- package/styles/datetimepicker/highcontrast.css +43 -8
- package/styles/datetimepicker/material-dark.css +86 -11
- package/styles/datetimepicker/material.css +100 -7
- package/styles/datetimepicker/tailwind-dark.css +206 -0
- package/styles/datetimepicker/tailwind-dark.scss +1 -0
- package/styles/datetimepicker/tailwind.css +206 -0
- package/styles/datetimepicker/tailwind.scss +1 -0
- package/styles/fabric-dark.css +959 -341
- package/styles/fabric.css +961 -338
- package/styles/highcontrast-light.css +962 -331
- package/styles/highcontrast.css +962 -331
- package/styles/material-dark.css +1120 -365
- package/styles/material.css +1131 -331
- package/styles/tailwind-dark.css +2566 -0
- package/styles/tailwind-dark.scss +5 -0
- package/styles/tailwind.css +2566 -0
- package/styles/tailwind.scss +5 -0
- package/styles/timepicker/bootstrap-dark.css +84 -10
- package/styles/timepicker/bootstrap.css +84 -10
- package/styles/timepicker/bootstrap4.css +84 -10
- package/styles/timepicker/fabric-dark.css +84 -10
- package/styles/timepicker/fabric.css +84 -10
- package/styles/timepicker/highcontrast-light.css +84 -10
- package/styles/timepicker/highcontrast.css +84 -10
- package/styles/timepicker/material-dark.css +116 -14
- package/styles/timepicker/material.css +121 -10
- package/styles/timepicker/tailwind-dark.css +222 -0
- package/styles/timepicker/tailwind-dark.scss +1 -0
- package/styles/timepicker/tailwind.css +222 -0
- package/styles/timepicker/tailwind.scss +1 -0
|
@@ -6,10 +6,19 @@
|
|
|
6
6
|
}
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
+
@keyframes slideTopUp {
|
|
10
|
+
from {
|
|
11
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
12
|
+
}
|
|
13
|
+
to {
|
|
14
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
9
18
|
/*! calendar material theme variables */
|
|
10
19
|
/*! component icons */
|
|
11
20
|
.e-input-group-icon.e-date-icon,
|
|
12
|
-
|
|
21
|
+
*.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
13
22
|
font-size: 16px;
|
|
14
23
|
margin: 0 0 4px 0;
|
|
15
24
|
min-height: 24px;
|
|
@@ -18,20 +27,20 @@
|
|
|
18
27
|
}
|
|
19
28
|
|
|
20
29
|
.e-input-group-icon.e-date-icon::before,
|
|
21
|
-
|
|
30
|
+
*.e-control-wrapper .e-input-group-icon.e-date-icon::before {
|
|
22
31
|
content: '\e901';
|
|
23
32
|
font-family: 'e-icons';
|
|
24
33
|
}
|
|
25
34
|
|
|
26
35
|
.e-input-group-icon.e-date-icon:focus,
|
|
27
|
-
|
|
36
|
+
*.e-control-wrapper .e-input-group-icon.e-date-icon:focus {
|
|
28
37
|
background: #eee;
|
|
29
38
|
border-radius: 50%;
|
|
30
39
|
}
|
|
31
40
|
|
|
32
41
|
.e-bigger .e-input-group-icon.e-date-icon,
|
|
33
|
-
|
|
34
|
-
|
|
42
|
+
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
43
|
+
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
35
44
|
font-size: 20px;
|
|
36
45
|
margin: 5px 0 6px 0;
|
|
37
46
|
min-height: 26px;
|
|
@@ -39,26 +48,66 @@
|
|
|
39
48
|
}
|
|
40
49
|
|
|
41
50
|
.e-bigger .e-input-group-icon.e-date-icon::before,
|
|
42
|
-
|
|
43
|
-
|
|
51
|
+
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon::before,
|
|
52
|
+
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon::before {
|
|
44
53
|
content: '\e901';
|
|
45
54
|
font-family: 'e-icons';
|
|
46
55
|
}
|
|
47
56
|
|
|
48
57
|
.e-bigger .e-input-group-icon.e-date-icon:focus,
|
|
49
|
-
|
|
50
|
-
|
|
58
|
+
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon:focus,
|
|
59
|
+
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon:focus {
|
|
51
60
|
background: #eee;
|
|
52
61
|
border-radius: 50%;
|
|
53
62
|
}
|
|
54
63
|
|
|
64
|
+
.e-small .e-input-group-icon.e-date-icon,
|
|
65
|
+
*.e-control-wrapper.e-small .e-input-group-icon.e-date-icon,
|
|
66
|
+
*.e-small .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
67
|
+
font-size: 14px;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
71
|
+
*.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
72
|
+
*.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
73
|
+
font-size: 18px;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.e-date-wrapper.e-outline .e-input-group-icon.e-date-icon,
|
|
77
|
+
.e-date-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon {
|
|
78
|
+
min-height: 0;
|
|
79
|
+
min-width: 20px;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.e-bigger .e-date-wrapper.e-outline .e-input-group-icon.e-date-icon,
|
|
83
|
+
.e-date-wrapper.e-control-wrapper.e-bigger.e-outline .e-input-group-icon.e-date-icon,
|
|
84
|
+
.e-bigger .e-date-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon {
|
|
85
|
+
min-height: 0;
|
|
86
|
+
min-width: 24px;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.e-small .e-date-wrapper.e-outline .e-input-group-icon.e-date-icon,
|
|
90
|
+
.e-date-wrapper.e-control-wrapper.e-small.e-outline .e-input-group-icon.e-date-icon,
|
|
91
|
+
.e-small .e-date-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon {
|
|
92
|
+
min-height: 0;
|
|
93
|
+
min-width: 18px;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.e-bigger.e-small .e-outline.e-date-wrapper .e-input-group-icon.e-date-icon,
|
|
97
|
+
.e-bigger.e-small.e-outline.e-date-wrapper .e-input-group-icon.e-date-icon,
|
|
98
|
+
.e-date-wrapper.e-control-wrapper.e-bigger.e-small.e-outline .e-input-group-icon.e-date-icon,
|
|
99
|
+
.e-bigger.e-small .e-date-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon {
|
|
100
|
+
min-height: 0;
|
|
101
|
+
min-width: 20px;
|
|
102
|
+
}
|
|
103
|
+
|
|
55
104
|
.e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
|
|
56
105
|
.e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
|
|
57
106
|
display: -ms-flexbox;
|
|
58
107
|
display: flex;
|
|
59
108
|
}
|
|
60
109
|
|
|
61
|
-
.e-date-wrapper .e-date-icon.e-icons {
|
|
110
|
+
.e-date-wrapper:not(.e-filled) .e-date-icon.e-icons {
|
|
62
111
|
box-sizing: border-box;
|
|
63
112
|
}
|
|
64
113
|
|
|
@@ -111,25 +160,62 @@
|
|
|
111
160
|
overflow: hidden !important;
|
|
112
161
|
}
|
|
113
162
|
|
|
114
|
-
|
|
115
|
-
|
|
163
|
+
.e-datepick-mob-popup-wrap {
|
|
164
|
+
-ms-flex-align: center;
|
|
165
|
+
align-items: center;
|
|
166
|
+
display: -ms-flexbox;
|
|
167
|
+
display: flex;
|
|
168
|
+
-ms-flex-direction: column;
|
|
169
|
+
flex-direction: column;
|
|
170
|
+
height: 100%;
|
|
171
|
+
-ms-flex-pack: center;
|
|
172
|
+
justify-content: center;
|
|
173
|
+
left: 0;
|
|
174
|
+
max-height: 100%;
|
|
175
|
+
position: fixed;
|
|
176
|
+
top: 0;
|
|
177
|
+
width: 100%;
|
|
178
|
+
z-index: 1002;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-lib.e-popup.e-control.e-popup-open {
|
|
182
|
+
position: relative;
|
|
183
|
+
top: 0 !important;
|
|
184
|
+
left: 0 !important;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
188
|
+
background-size: 250px 33px;
|
|
189
|
+
min-height: 33px;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.e-bigger .e-content-placeholder.e-datepicker.e-placeholder-datepicker,
|
|
193
|
+
.e-bigger.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
194
|
+
background-size: 250px 40px;
|
|
195
|
+
min-height: 40px;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
199
|
+
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
116
200
|
display: inline-block;
|
|
117
201
|
height: 130px;
|
|
118
202
|
overflow: auto;
|
|
119
203
|
}
|
|
120
204
|
}
|
|
121
205
|
|
|
122
|
-
.e-datepicker.e-popup-wrapper
|
|
206
|
+
.e-datepicker.e-popup-wrapper,
|
|
207
|
+
.e-bigger.e-small .e-datepicker.e-popup-wrapper {
|
|
123
208
|
border: none;
|
|
124
209
|
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);
|
|
125
210
|
}
|
|
126
211
|
|
|
127
|
-
.e-datepicker .e-calendar
|
|
212
|
+
.e-datepicker .e-calendar,
|
|
213
|
+
.e-bigger.e-small .e-datepicker .e-calendar {
|
|
128
214
|
background-color: #fff;
|
|
129
215
|
border: none;
|
|
130
216
|
}
|
|
131
217
|
|
|
132
|
-
|
|
218
|
+
*.e-input-group.e-date-wrapper.e-dateinput-active:active:not(.e-success):not(.e-warning):not(.e-error) {
|
|
133
219
|
border: none;
|
|
134
220
|
}
|
|
135
221
|
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
+
/*! calendar tailwind theme variables */
|
|
3
|
+
/*! component icons */
|
|
4
|
+
.e-input-group-icon.e-date-icon,
|
|
5
|
+
*.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
6
|
+
font-size: 18px;
|
|
7
|
+
margin: 0;
|
|
8
|
+
min-height: 18px;
|
|
9
|
+
min-width: 20px;
|
|
10
|
+
outline: none;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.e-input-group-icon.e-date-icon::before,
|
|
14
|
+
*.e-control-wrapper .e-input-group-icon.e-date-icon::before {
|
|
15
|
+
content: '\e742';
|
|
16
|
+
font-family: 'e-icons';
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.e-input-group-icon.e-date-icon:focus,
|
|
20
|
+
*.e-control-wrapper .e-input-group-icon.e-date-icon:focus {
|
|
21
|
+
background: #fff;
|
|
22
|
+
border-radius: 50%;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.e-bigger .e-input-group-icon.e-date-icon,
|
|
26
|
+
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
27
|
+
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
28
|
+
font-size: 22px;
|
|
29
|
+
margin: 0;
|
|
30
|
+
min-height: 18px;
|
|
31
|
+
min-width: 20px;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-bigger .e-input-group-icon.e-date-icon::before,
|
|
35
|
+
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon::before,
|
|
36
|
+
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon::before {
|
|
37
|
+
content: '\e742';
|
|
38
|
+
font-family: 'e-icons';
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.e-bigger .e-input-group-icon.e-date-icon:focus,
|
|
42
|
+
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon:focus,
|
|
43
|
+
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon:focus {
|
|
44
|
+
background: #fff;
|
|
45
|
+
border-radius: 50%;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.e-small .e-input-group-icon.e-date-icon,
|
|
49
|
+
*.e-control-wrapper.e-small .e-input-group-icon.e-date-icon,
|
|
50
|
+
*.e-small .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
51
|
+
font-size: 16px;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
55
|
+
*.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
56
|
+
*.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
57
|
+
font-size: 20px;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
|
|
61
|
+
.e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
|
|
62
|
+
display: -ms-flexbox;
|
|
63
|
+
display: flex;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.e-datepicker.e-bigger.e-popup-wrapper,
|
|
67
|
+
.e-bigger .e-datepicker.e-popup-wrapper {
|
|
68
|
+
margin-top: 8px;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.e-datepicker .e-calendar .e-content table tbody tr.e-month-hide:last-child {
|
|
72
|
+
display: none;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.e-datepicker.e-popup-wrapper {
|
|
76
|
+
border-radius: 6px;
|
|
77
|
+
overflow-y: hidden;
|
|
78
|
+
pointer-events: auto;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.e-datepicker.e-date-modal {
|
|
82
|
+
background-color: rgba(209, 213, 219, 0.6);
|
|
83
|
+
height: 100%;
|
|
84
|
+
left: 0;
|
|
85
|
+
opacity: .5;
|
|
86
|
+
pointer-events: auto;
|
|
87
|
+
position: fixed;
|
|
88
|
+
top: 0;
|
|
89
|
+
width: 100%;
|
|
90
|
+
z-index: 999;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.e-datepicker .e-model-header {
|
|
94
|
+
background-color: #d1d5db;
|
|
95
|
+
color: #374151;
|
|
96
|
+
cursor: default;
|
|
97
|
+
display: block;
|
|
98
|
+
padding: 10px 10px 10px 15px;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.e-datepicker .e-model-header .e-model-year {
|
|
102
|
+
font-size: 14px;
|
|
103
|
+
font-weight: 500;
|
|
104
|
+
line-height: 32px;
|
|
105
|
+
margin: 0;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.e-datepicker .e-model-month,
|
|
109
|
+
.e-datepicker .e-model-day {
|
|
110
|
+
font-size: 20px;
|
|
111
|
+
font-weight: 500;
|
|
112
|
+
line-height: 32px;
|
|
113
|
+
margin: 0;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.e-date-overflow {
|
|
117
|
+
overflow: hidden !important;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.e-datepick-mob-popup-wrap {
|
|
121
|
+
-ms-flex-align: center;
|
|
122
|
+
align-items: center;
|
|
123
|
+
display: -ms-flexbox;
|
|
124
|
+
display: flex;
|
|
125
|
+
-ms-flex-direction: column;
|
|
126
|
+
flex-direction: column;
|
|
127
|
+
height: 100%;
|
|
128
|
+
-ms-flex-pack: center;
|
|
129
|
+
justify-content: center;
|
|
130
|
+
left: 0;
|
|
131
|
+
max-height: 100%;
|
|
132
|
+
position: fixed;
|
|
133
|
+
top: 0;
|
|
134
|
+
width: 100%;
|
|
135
|
+
z-index: 1002;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-lib.e-popup.e-control.e-popup-open {
|
|
139
|
+
position: relative;
|
|
140
|
+
top: 0 !important;
|
|
141
|
+
left: 0 !important;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
145
|
+
background-size: 250px 33px;
|
|
146
|
+
min-height: 33px;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.e-bigger .e-content-placeholder.e-datepicker.e-placeholder-datepicker,
|
|
150
|
+
.e-bigger.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
151
|
+
background-size: 250px 40px;
|
|
152
|
+
min-height: 40px;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
156
|
+
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
157
|
+
display: inline-block;
|
|
158
|
+
height: 130px;
|
|
159
|
+
overflow: auto;
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.e-datepicker.e-popup-wrapper,
|
|
164
|
+
.e-bigger.e-small .e-datepicker.e-popup-wrapper {
|
|
165
|
+
border: 1px solid #4b5563;
|
|
166
|
+
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.e-datepicker .e-calendar,
|
|
170
|
+
.e-bigger.e-small .e-datepicker .e-calendar {
|
|
171
|
+
background-color: #374151;
|
|
172
|
+
border: none;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
*.e-input-group.e-date-wrapper.e-dateinput-active:active:not(.e-success):not(.e-warning):not(.e-error) {
|
|
176
|
+
border: none;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
|
|
180
|
+
color: #d1d5db;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
|
|
184
|
+
color: #d1d5db;
|
|
185
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-calendars/styles/datepicker/tailwind-dark.scss';
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
+
/*! calendar tailwind theme variables */
|
|
3
|
+
/*! component icons */
|
|
4
|
+
.e-input-group-icon.e-date-icon,
|
|
5
|
+
*.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
6
|
+
font-size: 18px;
|
|
7
|
+
margin: 0;
|
|
8
|
+
min-height: 18px;
|
|
9
|
+
min-width: 20px;
|
|
10
|
+
outline: none;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.e-input-group-icon.e-date-icon::before,
|
|
14
|
+
*.e-control-wrapper .e-input-group-icon.e-date-icon::before {
|
|
15
|
+
content: '\e742';
|
|
16
|
+
font-family: 'e-icons';
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.e-input-group-icon.e-date-icon:focus,
|
|
20
|
+
*.e-control-wrapper .e-input-group-icon.e-date-icon:focus {
|
|
21
|
+
background: #374151;
|
|
22
|
+
border-radius: 50%;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.e-bigger .e-input-group-icon.e-date-icon,
|
|
26
|
+
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
27
|
+
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
28
|
+
font-size: 22px;
|
|
29
|
+
margin: 0;
|
|
30
|
+
min-height: 18px;
|
|
31
|
+
min-width: 20px;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-bigger .e-input-group-icon.e-date-icon::before,
|
|
35
|
+
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon::before,
|
|
36
|
+
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon::before {
|
|
37
|
+
content: '\e742';
|
|
38
|
+
font-family: 'e-icons';
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.e-bigger .e-input-group-icon.e-date-icon:focus,
|
|
42
|
+
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon:focus,
|
|
43
|
+
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon:focus {
|
|
44
|
+
background: #374151;
|
|
45
|
+
border-radius: 50%;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.e-small .e-input-group-icon.e-date-icon,
|
|
49
|
+
*.e-control-wrapper.e-small .e-input-group-icon.e-date-icon,
|
|
50
|
+
*.e-small .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
51
|
+
font-size: 16px;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
55
|
+
*.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
56
|
+
*.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
57
|
+
font-size: 20px;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
|
|
61
|
+
.e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
|
|
62
|
+
display: -ms-flexbox;
|
|
63
|
+
display: flex;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.e-datepicker.e-bigger.e-popup-wrapper,
|
|
67
|
+
.e-bigger .e-datepicker.e-popup-wrapper {
|
|
68
|
+
margin-top: 8px;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.e-datepicker .e-calendar .e-content table tbody tr.e-month-hide:last-child {
|
|
72
|
+
display: none;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.e-datepicker.e-popup-wrapper {
|
|
76
|
+
border-radius: 6px;
|
|
77
|
+
overflow-y: hidden;
|
|
78
|
+
pointer-events: auto;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.e-datepicker.e-date-modal {
|
|
82
|
+
background-color: rgba(209, 213, 219, 0.6);
|
|
83
|
+
height: 100%;
|
|
84
|
+
left: 0;
|
|
85
|
+
opacity: .5;
|
|
86
|
+
pointer-events: auto;
|
|
87
|
+
position: fixed;
|
|
88
|
+
top: 0;
|
|
89
|
+
width: 100%;
|
|
90
|
+
z-index: 999;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.e-datepicker .e-model-header {
|
|
94
|
+
background-color: #6b7280;
|
|
95
|
+
color: #f3f4f6;
|
|
96
|
+
cursor: default;
|
|
97
|
+
display: block;
|
|
98
|
+
padding: 10px 10px 10px 15px;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.e-datepicker .e-model-header .e-model-year {
|
|
102
|
+
font-size: 14px;
|
|
103
|
+
font-weight: 500;
|
|
104
|
+
line-height: 32px;
|
|
105
|
+
margin: 0;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.e-datepicker .e-model-month,
|
|
109
|
+
.e-datepicker .e-model-day {
|
|
110
|
+
font-size: 20px;
|
|
111
|
+
font-weight: 500;
|
|
112
|
+
line-height: 32px;
|
|
113
|
+
margin: 0;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.e-date-overflow {
|
|
117
|
+
overflow: hidden !important;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.e-datepick-mob-popup-wrap {
|
|
121
|
+
-ms-flex-align: center;
|
|
122
|
+
align-items: center;
|
|
123
|
+
display: -ms-flexbox;
|
|
124
|
+
display: flex;
|
|
125
|
+
-ms-flex-direction: column;
|
|
126
|
+
flex-direction: column;
|
|
127
|
+
height: 100%;
|
|
128
|
+
-ms-flex-pack: center;
|
|
129
|
+
justify-content: center;
|
|
130
|
+
left: 0;
|
|
131
|
+
max-height: 100%;
|
|
132
|
+
position: fixed;
|
|
133
|
+
top: 0;
|
|
134
|
+
width: 100%;
|
|
135
|
+
z-index: 1002;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-lib.e-popup.e-control.e-popup-open {
|
|
139
|
+
position: relative;
|
|
140
|
+
top: 0 !important;
|
|
141
|
+
left: 0 !important;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
145
|
+
background-size: 250px 33px;
|
|
146
|
+
min-height: 33px;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.e-bigger .e-content-placeholder.e-datepicker.e-placeholder-datepicker,
|
|
150
|
+
.e-bigger.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
151
|
+
background-size: 250px 40px;
|
|
152
|
+
min-height: 40px;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
156
|
+
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
157
|
+
display: inline-block;
|
|
158
|
+
height: 130px;
|
|
159
|
+
overflow: auto;
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.e-datepicker.e-popup-wrapper,
|
|
164
|
+
.e-bigger.e-small .e-datepicker.e-popup-wrapper {
|
|
165
|
+
border: 1px solid #e5e7eb;
|
|
166
|
+
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.e-datepicker .e-calendar,
|
|
170
|
+
.e-bigger.e-small .e-datepicker .e-calendar {
|
|
171
|
+
background-color: #fff;
|
|
172
|
+
border: none;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
*.e-input-group.e-date-wrapper.e-dateinput-active:active:not(.e-success):not(.e-warning):not(.e-error) {
|
|
176
|
+
border: none;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
|
|
180
|
+
color: #6b7280;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
|
|
184
|
+
color: #6b7280;
|
|
185
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-calendars/styles/datepicker/tailwind.scss';
|