@syncfusion/ej2-angular-calendars 25.2.7 → 26.1.35-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.
- package/@syncfusion/ej2-angular-calendars.es5.js +1048 -0
- package/@syncfusion/ej2-angular-calendars.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-calendars.js +981 -0
- package/@syncfusion/ej2-angular-calendars.js.map +1 -0
- package/dist/ej2-angular-calendars.umd.js +1093 -0
- package/dist/ej2-angular-calendars.umd.js.map +1 -0
- package/dist/ej2-angular-calendars.umd.min.js +11 -0
- package/dist/ej2-angular-calendars.umd.min.js.map +1 -0
- package/ej2-angular-calendars.d.ts +9 -0
- package/ej2-angular-calendars.metadata.json +1 -0
- package/package.json +15 -29
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/calendar/calendar-all.module.d.ts +0 -6
- package/src/calendar/calendar.component.d.ts +0 -3
- package/src/calendar/calendar.module.d.ts +0 -6
- package/src/datepicker/datepicker-all.module.d.ts +0 -6
- package/src/datepicker/datepicker.component.d.ts +0 -3
- package/src/datepicker/datepicker.module.d.ts +0 -6
- package/src/daterangepicker/daterangepicker-all.module.d.ts +0 -6
- package/src/daterangepicker/daterangepicker.component.d.ts +0 -3
- package/src/daterangepicker/daterangepicker.module.d.ts +0 -7
- package/src/daterangepicker/presets.directive.d.ts +0 -5
- package/src/datetimepicker/datetimepicker-all.module.d.ts +0 -6
- package/src/datetimepicker/datetimepicker.component.d.ts +0 -3
- package/src/datetimepicker/datetimepicker.module.d.ts +0 -6
- package/src/timepicker/timepicker-all.module.d.ts +0 -6
- package/src/timepicker/timepicker.component.d.ts +0 -3
- package/src/timepicker/timepicker.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +3032 -1
- package/styles/bootstrap.css +3040 -1
- package/styles/bootstrap4.css +3068 -1
- package/styles/bootstrap5-dark.css +3200 -1
- package/styles/bootstrap5.css +3200 -1
- package/styles/calendar/bootstrap-dark.css +872 -1
- package/styles/calendar/bootstrap.css +873 -1
- package/styles/calendar/bootstrap4.css +873 -1
- package/styles/calendar/bootstrap5-dark.css +943 -1
- package/styles/calendar/bootstrap5.css +943 -1
- package/styles/calendar/fabric-dark.css +880 -1
- package/styles/calendar/fabric.css +885 -1
- package/styles/calendar/fluent-dark.css +1059 -1
- package/styles/calendar/fluent.css +1059 -1
- package/styles/calendar/fluent2.css +2022 -0
- package/styles/calendar/fluent2.scss +1 -0
- package/styles/calendar/highcontrast-light.css +874 -1
- package/styles/calendar/highcontrast.css +885 -1
- package/styles/calendar/material-dark.css +884 -1
- package/styles/calendar/material.css +885 -1
- package/styles/calendar/material3-dark.css +1002 -1
- package/styles/calendar/material3.css +1114 -1
- package/styles/calendar/tailwind-dark.css +975 -1
- package/styles/calendar/tailwind.css +975 -1
- package/styles/datepicker/bootstrap-dark.css +447 -1
- package/styles/datepicker/bootstrap.css +448 -1
- package/styles/datepicker/bootstrap4.css +460 -1
- package/styles/datepicker/bootstrap5-dark.css +459 -1
- package/styles/datepicker/bootstrap5.css +459 -1
- package/styles/datepicker/fabric-dark.css +440 -1
- package/styles/datepicker/fabric.css +441 -1
- package/styles/datepicker/fluent-dark.css +459 -1
- package/styles/datepicker/fluent.css +459 -1
- package/styles/datepicker/fluent2.css +1680 -0
- package/styles/datepicker/fluent2.scss +1 -0
- package/styles/datepicker/highcontrast-light.css +453 -1
- package/styles/datepicker/highcontrast.css +454 -1
- package/styles/datepicker/material-dark.css +498 -1
- package/styles/datepicker/material.css +519 -1
- package/styles/datepicker/material3-dark.css +616 -1
- package/styles/datepicker/material3.css +728 -1
- package/styles/datepicker/tailwind-dark.css +464 -1
- package/styles/datepicker/tailwind.css +464 -1
- package/styles/daterangepicker/bootstrap-dark.css +1198 -1
- package/styles/daterangepicker/bootstrap.css +1204 -1
- package/styles/daterangepicker/bootstrap4.css +1216 -1
- package/styles/daterangepicker/bootstrap5-dark.css +1279 -1
- package/styles/daterangepicker/bootstrap5.css +1279 -1
- package/styles/daterangepicker/fabric-dark.css +1198 -1
- package/styles/daterangepicker/fabric.css +1199 -1
- package/styles/daterangepicker/fluent-dark.css +1322 -1
- package/styles/daterangepicker/fluent.css +1322 -1
- package/styles/daterangepicker/fluent2.css +2465 -0
- package/styles/daterangepicker/fluent2.scss +1 -0
- package/styles/daterangepicker/highcontrast-light.css +1198 -1
- package/styles/daterangepicker/highcontrast.css +1199 -1
- package/styles/daterangepicker/material-dark.css +1244 -1
- package/styles/daterangepicker/material.css +1270 -1
- package/styles/daterangepicker/material3-dark.css +1427 -1
- package/styles/daterangepicker/material3.css +1539 -1
- package/styles/daterangepicker/tailwind-dark.css +1219 -1
- package/styles/daterangepicker/tailwind.css +1219 -1
- package/styles/datetimepicker/bootstrap-dark.css +194 -1
- package/styles/datetimepicker/bootstrap.css +194 -1
- package/styles/datetimepicker/bootstrap4.css +196 -1
- package/styles/datetimepicker/bootstrap5-dark.css +195 -1
- package/styles/datetimepicker/bootstrap5.css +195 -1
- package/styles/datetimepicker/fabric-dark.css +194 -1
- package/styles/datetimepicker/fabric.css +194 -1
- package/styles/datetimepicker/fluent-dark.css +195 -1
- package/styles/datetimepicker/fluent.css +195 -1
- package/styles/datetimepicker/fluent2.css +1408 -0
- package/styles/datetimepicker/fluent2.scss +1 -0
- package/styles/datetimepicker/highcontrast-light.css +194 -1
- package/styles/datetimepicker/highcontrast.css +194 -1
- package/styles/datetimepicker/material-dark.css +252 -1
- package/styles/datetimepicker/material.css +281 -1
- package/styles/datetimepicker/material3-dark.css +363 -1
- package/styles/datetimepicker/material3.css +475 -1
- package/styles/datetimepicker/tailwind-dark.css +195 -1
- package/styles/datetimepicker/tailwind.css +195 -1
- package/styles/fabric-dark.css +3033 -1
- package/styles/fabric.css +3040 -1
- package/styles/fluent-dark.css +3357 -1
- package/styles/fluent.css +3357 -1
- package/styles/fluent2.css +9059 -0
- package/styles/fluent2.scss +5 -0
- package/styles/highcontrast-light.css +3040 -1
- package/styles/highcontrast.css +3053 -1
- package/styles/material-dark.css +3224 -1
- package/styles/material.css +3291 -1
- package/styles/material3-dark.css +3845 -1
- package/styles/material3.css +4405 -1
- package/styles/tailwind-dark.css +3175 -1
- package/styles/tailwind.css +3175 -1
- package/styles/timepicker/bootstrap-dark.css +317 -1
- package/styles/timepicker/bootstrap.css +317 -1
- package/styles/timepicker/bootstrap4.css +319 -1
- package/styles/timepicker/bootstrap5-dark.css +320 -1
- package/styles/timepicker/bootstrap5.css +320 -1
- package/styles/timepicker/fabric-dark.css +317 -1
- package/styles/timepicker/fabric.css +317 -1
- package/styles/timepicker/fluent-dark.css +318 -1
- package/styles/timepicker/fluent.css +318 -1
- package/styles/timepicker/fluent2.css +1531 -0
- package/styles/timepicker/fluent2.scss +1 -0
- package/styles/timepicker/highcontrast-light.css +317 -1
- package/styles/timepicker/highcontrast.css +317 -1
- package/styles/timepicker/material-dark.css +363 -1
- package/styles/timepicker/material.css +383 -1
- package/styles/timepicker/material3-dark.css +484 -1
- package/styles/timepicker/material3.css +596 -1
- package/styles/timepicker/tailwind-dark.css +318 -1
- package/styles/timepicker/tailwind.css +318 -1
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/calendar/calendar-all.module.mjs +0 -29
- package/esm2020/src/calendar/calendar.component.mjs +0 -91
- package/esm2020/src/calendar/calendar.module.mjs +0 -25
- package/esm2020/src/datepicker/datepicker-all.module.mjs +0 -29
- package/esm2020/src/datepicker/datepicker.component.mjs +0 -99
- package/esm2020/src/datepicker/datepicker.module.mjs +0 -25
- package/esm2020/src/daterangepicker/daterangepicker-all.module.mjs +0 -23
- package/esm2020/src/daterangepicker/daterangepicker.component.mjs +0 -103
- package/esm2020/src/daterangepicker/daterangepicker.module.mjs +0 -34
- package/esm2020/src/daterangepicker/presets.directive.mjs +0 -58
- package/esm2020/src/datetimepicker/datetimepicker-all.module.mjs +0 -23
- package/esm2020/src/datetimepicker/datetimepicker.component.mjs +0 -99
- package/esm2020/src/datetimepicker/datetimepicker.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -18
- package/esm2020/src/timepicker/timepicker-all.module.mjs +0 -23
- package/esm2020/src/timepicker/timepicker.component.mjs +0 -92
- package/esm2020/src/timepicker/timepicker.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-calendars.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-calendars.mjs +0 -737
- package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-calendars.mjs +0 -737
- package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +0 -1
- package/postinstall/tagchange.js +0 -18
- package/syncfusion-ej2-angular-calendars.d.ts +0 -5
|
@@ -1 +1,459 @@
|
|
|
1
|
-
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */
|
|
3
|
+
/*! calendar bootstrap5 theme variables */
|
|
4
|
+
/*! component icons */
|
|
5
|
+
.e-input-group-icon.e-date-icon,
|
|
6
|
+
*.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
7
|
+
font-size: 16px;
|
|
8
|
+
margin: 0;
|
|
9
|
+
min-height: 18px;
|
|
10
|
+
min-width: 30px;
|
|
11
|
+
outline: none;
|
|
12
|
+
}
|
|
13
|
+
.e-input-group-icon.e-date-icon::before,
|
|
14
|
+
*.e-control-wrapper .e-input-group-icon.e-date-icon::before {
|
|
15
|
+
content: "\e75e";
|
|
16
|
+
font-family: "e-icons";
|
|
17
|
+
}
|
|
18
|
+
.e-input-group-icon.e-date-icon:focus,
|
|
19
|
+
*.e-control-wrapper .e-input-group-icon.e-date-icon:focus {
|
|
20
|
+
background: #f3f2f1;
|
|
21
|
+
border-radius: 50%;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.e-bigger .e-input-group-icon.e-date-icon,
|
|
25
|
+
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
26
|
+
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
27
|
+
font-size: 18px;
|
|
28
|
+
margin: 0;
|
|
29
|
+
min-height: 18px;
|
|
30
|
+
min-width: 36px;
|
|
31
|
+
}
|
|
32
|
+
.e-bigger .e-input-group-icon.e-date-icon::before,
|
|
33
|
+
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon::before,
|
|
34
|
+
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon::before {
|
|
35
|
+
content: "\e75e";
|
|
36
|
+
font-family: "e-icons";
|
|
37
|
+
}
|
|
38
|
+
.e-bigger .e-input-group-icon.e-date-icon:focus,
|
|
39
|
+
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon:focus,
|
|
40
|
+
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon:focus {
|
|
41
|
+
background: #f3f2f1;
|
|
42
|
+
border-radius: 50%;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.e-small .e-input-group-icon.e-date-icon,
|
|
46
|
+
*.e-control-wrapper.e-small .e-input-group-icon.e-date-icon,
|
|
47
|
+
*.e-small .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
48
|
+
font-size: 16px;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
52
|
+
*.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
53
|
+
*.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
54
|
+
font-size: 20px;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
58
|
+
content: "\e7e7";
|
|
59
|
+
font-family: "e-icons";
|
|
60
|
+
}
|
|
61
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header .e-date-icon-next::before {
|
|
62
|
+
content: "\e7d8";
|
|
63
|
+
}
|
|
64
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header .e-date-icon-prev::before {
|
|
65
|
+
content: "\e7df";
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
|
|
69
|
+
.e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
|
|
70
|
+
display: -webkit-box;
|
|
71
|
+
display: -ms-flexbox;
|
|
72
|
+
display: flex;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.e-datepicker .e-calendar .e-content table tbody tr.e-month-hide:last-child {
|
|
76
|
+
display: none;
|
|
77
|
+
}
|
|
78
|
+
.e-datepicker.e-popup-wrapper {
|
|
79
|
+
border-radius: 6px;
|
|
80
|
+
overflow-y: hidden;
|
|
81
|
+
pointer-events: auto;
|
|
82
|
+
}
|
|
83
|
+
.e-datepicker.e-date-modal {
|
|
84
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
85
|
+
height: 100%;
|
|
86
|
+
left: 0;
|
|
87
|
+
opacity: 0.5;
|
|
88
|
+
pointer-events: auto;
|
|
89
|
+
position: fixed;
|
|
90
|
+
top: 0;
|
|
91
|
+
width: 100%;
|
|
92
|
+
z-index: 999;
|
|
93
|
+
}
|
|
94
|
+
.e-datepicker .e-model-header {
|
|
95
|
+
background-color: #8a8886;
|
|
96
|
+
color: #1b1a19;
|
|
97
|
+
cursor: default;
|
|
98
|
+
display: block;
|
|
99
|
+
padding: 10px 10px 10px 15px;
|
|
100
|
+
}
|
|
101
|
+
.e-datepicker .e-model-header .e-model-year {
|
|
102
|
+
font-size: 14px;
|
|
103
|
+
font-weight: 600;
|
|
104
|
+
line-height: 22px;
|
|
105
|
+
margin: 0;
|
|
106
|
+
}
|
|
107
|
+
.e-datepicker .e-model-month, .e-datepicker .e-model-day {
|
|
108
|
+
font-size: 18px;
|
|
109
|
+
font-weight: 600;
|
|
110
|
+
line-height: 28px;
|
|
111
|
+
margin: 0;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
/* stylelint-disable */
|
|
115
|
+
.e-date-overflow {
|
|
116
|
+
overflow: hidden !important;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.e-datepick-mob-popup-wrap {
|
|
120
|
+
-webkit-box-align: center;
|
|
121
|
+
-ms-flex-align: center;
|
|
122
|
+
align-items: center;
|
|
123
|
+
display: -webkit-box;
|
|
124
|
+
display: -ms-flexbox;
|
|
125
|
+
display: flex;
|
|
126
|
+
-webkit-box-orient: vertical;
|
|
127
|
+
-webkit-box-direction: normal;
|
|
128
|
+
-ms-flex-direction: column;
|
|
129
|
+
flex-direction: column;
|
|
130
|
+
height: 100%;
|
|
131
|
+
-webkit-box-pack: center;
|
|
132
|
+
-ms-flex-pack: center;
|
|
133
|
+
justify-content: center;
|
|
134
|
+
left: 0;
|
|
135
|
+
max-height: 100%;
|
|
136
|
+
position: fixed;
|
|
137
|
+
top: 0;
|
|
138
|
+
width: 100%;
|
|
139
|
+
z-index: 1002;
|
|
140
|
+
}
|
|
141
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-lib.e-popup.e-control.e-popup-open {
|
|
142
|
+
position: relative;
|
|
143
|
+
top: 0 !important;
|
|
144
|
+
left: 0 !important;
|
|
145
|
+
}
|
|
146
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
147
|
+
min-width: 100%;
|
|
148
|
+
min-height: 100%;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
152
|
+
background-size: 250px 33px;
|
|
153
|
+
min-height: 33px;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.e-bigger .e-content-placeholder.e-datepicker.e-placeholder-datepicker,
|
|
157
|
+
.e-bigger.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
158
|
+
background-size: 250px 40px;
|
|
159
|
+
min-height: 40px;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
@media screen and (orientation: landscape) {
|
|
163
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
164
|
+
line-height: 64px;
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
|
|
168
|
+
border-radius: 0;
|
|
169
|
+
}
|
|
170
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
|
|
171
|
+
height: 15vh;
|
|
172
|
+
}
|
|
173
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
174
|
+
float: right;
|
|
175
|
+
}
|
|
176
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
|
|
177
|
+
height: 15vh;
|
|
178
|
+
}
|
|
179
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
180
|
+
float: right;
|
|
181
|
+
}
|
|
182
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
183
|
+
height: 20vh;
|
|
184
|
+
padding: 2vh 6vw;
|
|
185
|
+
}
|
|
186
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
|
|
187
|
+
margin: 12vh 0 0 0;
|
|
188
|
+
}
|
|
189
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
190
|
+
color: inherit;
|
|
191
|
+
float: left;
|
|
192
|
+
font-size: 18px;
|
|
193
|
+
}
|
|
194
|
+
@media (min-device-width: 768px) {
|
|
195
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
196
|
+
font-size: 18px;
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
|
|
200
|
+
background: transparent;
|
|
201
|
+
border-color: transparent;
|
|
202
|
+
-webkit-box-shadow: none;
|
|
203
|
+
box-shadow: none;
|
|
204
|
+
font-weight: 400;
|
|
205
|
+
padding: 0;
|
|
206
|
+
}
|
|
207
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
208
|
+
color: #1b1a19;
|
|
209
|
+
float: right;
|
|
210
|
+
}
|
|
211
|
+
@media (min-device-width: 768px) {
|
|
212
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
213
|
+
font-size: 18px;
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
.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 {
|
|
217
|
+
font-size: 5vw;
|
|
218
|
+
line-height: 6vw;
|
|
219
|
+
}
|
|
220
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
221
|
+
min-width: 100%;
|
|
222
|
+
min-height: 100%;
|
|
223
|
+
height: 100%;
|
|
224
|
+
}
|
|
225
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade {
|
|
226
|
+
height: 10vh;
|
|
227
|
+
border-style: solid;
|
|
228
|
+
border-width: 1px 0;
|
|
229
|
+
border-color: #292827;
|
|
230
|
+
padding: 2vh 2vw;
|
|
231
|
+
line-height: 5vh;
|
|
232
|
+
}
|
|
233
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
|
|
234
|
+
margin-left: 5vw;
|
|
235
|
+
position: inherit;
|
|
236
|
+
text-align: left;
|
|
237
|
+
vertical-align: middle;
|
|
238
|
+
width: 60vw;
|
|
239
|
+
line-height: inherit;
|
|
240
|
+
}
|
|
241
|
+
@media (min-device-width: 768px) {
|
|
242
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
|
|
243
|
+
font-size: 18px;
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
|
|
247
|
+
margin-right: 16px;
|
|
248
|
+
vertical-align: inherit;
|
|
249
|
+
height: 35px;
|
|
250
|
+
width: 35px;
|
|
251
|
+
}
|
|
252
|
+
@media (min-device-width: 768px) {
|
|
253
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
|
|
254
|
+
height: 55px;
|
|
255
|
+
width: 55px;
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
|
|
259
|
+
vertical-align: inherit;
|
|
260
|
+
}
|
|
261
|
+
@media (min-device-width: 768px) {
|
|
262
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
|
|
263
|
+
font-size: 18px;
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
|
|
267
|
+
margin-right: 0;
|
|
268
|
+
vertical-align: inherit;
|
|
269
|
+
height: 35px;
|
|
270
|
+
width: 35px;
|
|
271
|
+
}
|
|
272
|
+
@media (min-device-width: 768px) {
|
|
273
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
|
|
274
|
+
height: 55px;
|
|
275
|
+
width: 55px;
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
|
|
279
|
+
vertical-align: inherit;
|
|
280
|
+
}
|
|
281
|
+
@media (min-device-width: 768px) {
|
|
282
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
|
|
283
|
+
font-size: 18px;
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-icon-container, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-icon-container, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-icon-container {
|
|
287
|
+
float: right;
|
|
288
|
+
}
|
|
289
|
+
@media (min-device-width: 768px) {
|
|
290
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
|
|
291
|
+
font-size: 18px;
|
|
292
|
+
height: 48px;
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
@media (min-device-width: 768px) {
|
|
296
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
|
|
297
|
+
font-size: 18px;
|
|
298
|
+
height: 64px;
|
|
299
|
+
width: 64px;
|
|
300
|
+
line-height: 64px;
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
304
|
+
height: 79vh;
|
|
305
|
+
}
|
|
306
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
307
|
+
display: none;
|
|
308
|
+
}
|
|
309
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
310
|
+
height: 69vh;
|
|
311
|
+
}
|
|
312
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
313
|
+
height: 69vh;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
@media screen and (orientation: landscape) {
|
|
317
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
|
|
318
|
+
height: 25vh;
|
|
319
|
+
}
|
|
320
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
321
|
+
float: right;
|
|
322
|
+
}
|
|
323
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade {
|
|
324
|
+
overflow-y: auto;
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
328
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade {
|
|
329
|
+
height: 50vh;
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
333
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade {
|
|
334
|
+
height: 60vh;
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
338
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade table {
|
|
339
|
+
height: 60vh;
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
343
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
|
|
344
|
+
padding: 10px 0;
|
|
345
|
+
height: 10%;
|
|
346
|
+
font-size: 24px;
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
@media screen and (orientation: landscape) {
|
|
350
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
351
|
+
width: 100%;
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
355
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
356
|
+
height: 30vh;
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
360
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
361
|
+
height: 25vh;
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
@media screen and (orientation: landscape) {
|
|
365
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
366
|
+
float: left;
|
|
367
|
+
}
|
|
368
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
|
|
369
|
+
margin: 12vh 0 0 0;
|
|
370
|
+
}
|
|
371
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-day {
|
|
372
|
+
font-size: 4vw;
|
|
373
|
+
}
|
|
374
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
|
|
375
|
+
margin-right: 16px;
|
|
376
|
+
}
|
|
377
|
+
}
|
|
378
|
+
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
379
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
|
|
380
|
+
line-height: 12vh;
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
384
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
|
|
385
|
+
line-height: inherit;
|
|
386
|
+
}
|
|
387
|
+
}
|
|
388
|
+
@media screen and (orientation: landscape) {
|
|
389
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade {
|
|
390
|
+
overflow-y: auto;
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
394
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade {
|
|
395
|
+
height: 60vh;
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
399
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade {
|
|
400
|
+
height: 65vh;
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
@media screen and (orientation: landscape) {
|
|
404
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
405
|
+
display: block;
|
|
406
|
+
max-width: 100%;
|
|
407
|
+
overflow: visible;
|
|
408
|
+
}
|
|
409
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
410
|
+
height: 70%;
|
|
411
|
+
width: 100%;
|
|
412
|
+
}
|
|
413
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
414
|
+
display: table-row-group;
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
418
|
+
.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 {
|
|
419
|
+
height: 69vh;
|
|
420
|
+
}
|
|
421
|
+
}
|
|
422
|
+
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
423
|
+
.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 {
|
|
424
|
+
height: 65vh;
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
/* stylelint-enable */
|
|
428
|
+
.e-datepicker.e-popup-wrapper,
|
|
429
|
+
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
430
|
+
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
431
|
+
.e-small .e-datepicker.e-popup-wrapper,
|
|
432
|
+
.e-bigger.e-small.e-datepicker.e-popup-wrapper,
|
|
433
|
+
.e-bigger.e-datepicker.e-popup-wrapper,
|
|
434
|
+
.e-small.e-datepicker.e-popup-wrapper {
|
|
435
|
+
border: 0 solid #292827;
|
|
436
|
+
-webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
437
|
+
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
438
|
+
}
|
|
439
|
+
.e-datepicker .e-calendar,
|
|
440
|
+
.e-bigger.e-small .e-datepicker .e-calendar,
|
|
441
|
+
.e-bigger .e-datepicker .e-calendar,
|
|
442
|
+
.e-small .e-datepicker .e-calendar,
|
|
443
|
+
.e-bigger.e-small.e-datepicker .e-calendar,
|
|
444
|
+
.e-bigger.e-datepicker .e-calendar,
|
|
445
|
+
.e-small.e-datepicker .e-calendar {
|
|
446
|
+
background-color: #252423;
|
|
447
|
+
border: none;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
*.e-input-group.e-date-wrapper.e-dateinput-active:active:not(.e-success):not(.e-warning):not(.e-error) {
|
|
451
|
+
border: none;
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
|
|
455
|
+
color: #a19f9d;
|
|
456
|
+
}
|
|
457
|
+
.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
|
|
458
|
+
color: #a19f9d;
|
|
459
|
+
}
|