@syncfusion/ej2 20.2.49 → 20.2.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/bootstrap-dark.css +190 -0
  2. package/bootstrap.css +190 -0
  3. package/bootstrap4.css +190 -0
  4. package/bootstrap5-dark.css +190 -0
  5. package/bootstrap5.css +190 -0
  6. package/datepicker/bootstrap-dark.css +79 -0
  7. package/datepicker/bootstrap.css +79 -0
  8. package/datepicker/bootstrap4.css +79 -0
  9. package/datepicker/bootstrap5.css +79 -0
  10. package/datepicker/compatibility/bootstrap-dark.css +79 -0
  11. package/datepicker/compatibility/bootstrap.css +79 -0
  12. package/datepicker/compatibility/bootstrap4.css +79 -0
  13. package/datepicker/compatibility/bootstrap5.css +79 -0
  14. package/datepicker/compatibility/fabric-dark.css +79 -0
  15. package/datepicker/compatibility/fabric.css +79 -0
  16. package/datepicker/compatibility/fluent-dark.css +79 -0
  17. package/datepicker/compatibility/fluent.css +79 -0
  18. package/datepicker/compatibility/highcontrast-light.css +79 -0
  19. package/datepicker/compatibility/highcontrast.css +79 -0
  20. package/datepicker/compatibility/material-dark.css +79 -0
  21. package/datepicker/compatibility/material.css +79 -0
  22. package/datepicker/compatibility/tailwind-dark.css +79 -0
  23. package/datepicker/compatibility/tailwind.css +79 -0
  24. package/datepicker/fabric-dark.css +79 -0
  25. package/datepicker/fabric.css +79 -0
  26. package/datepicker/fluent-dark.css +79 -0
  27. package/datepicker/fluent.css +79 -0
  28. package/datepicker/highcontrast-light.css +79 -0
  29. package/datepicker/highcontrast.css +79 -0
  30. package/datepicker/material-dark.css +79 -0
  31. package/datepicker/material.css +79 -0
  32. package/datepicker/tailwind-dark.css +79 -0
  33. package/datepicker/tailwind.css +79 -0
  34. package/daterangepicker/bootstrap-dark.css +111 -0
  35. package/daterangepicker/bootstrap.css +111 -0
  36. package/daterangepicker/bootstrap4.css +111 -0
  37. package/daterangepicker/bootstrap5.css +111 -0
  38. package/daterangepicker/compatibility/bootstrap-dark.css +111 -0
  39. package/daterangepicker/compatibility/bootstrap.css +111 -0
  40. package/daterangepicker/compatibility/bootstrap4.css +111 -0
  41. package/daterangepicker/compatibility/bootstrap5.css +111 -0
  42. package/daterangepicker/compatibility/fabric-dark.css +111 -0
  43. package/daterangepicker/compatibility/fabric.css +111 -0
  44. package/daterangepicker/compatibility/fluent-dark.css +111 -0
  45. package/daterangepicker/compatibility/fluent.css +111 -0
  46. package/daterangepicker/compatibility/highcontrast-light.css +111 -0
  47. package/daterangepicker/compatibility/highcontrast.css +111 -0
  48. package/daterangepicker/compatibility/material-dark.css +111 -0
  49. package/daterangepicker/compatibility/material.css +111 -0
  50. package/daterangepicker/compatibility/tailwind-dark.css +111 -0
  51. package/daterangepicker/compatibility/tailwind.css +111 -0
  52. package/daterangepicker/fabric-dark.css +111 -0
  53. package/daterangepicker/fabric.css +111 -0
  54. package/daterangepicker/fluent-dark.css +111 -0
  55. package/daterangepicker/fluent.css +111 -0
  56. package/daterangepicker/highcontrast-light.css +111 -0
  57. package/daterangepicker/highcontrast.css +111 -0
  58. package/daterangepicker/material-dark.css +111 -0
  59. package/daterangepicker/material.css +111 -0
  60. package/daterangepicker/tailwind-dark.css +111 -0
  61. package/daterangepicker/tailwind.css +111 -0
  62. package/dist/ej2.d.ts +1 -1
  63. package/dist/ej2.min.js +2 -2
  64. package/fabric-dark.css +190 -0
  65. package/fabric.css +190 -0
  66. package/fluent-dark.css +190 -0
  67. package/fluent.css +190 -0
  68. package/highcontrast.css +190 -0
  69. package/material-dark.css +190 -0
  70. package/material.css +190 -0
  71. package/package.json +16 -16
  72. package/styles/compatibility/bootstrap.css +190 -0
  73. package/styles/compatibility/bootstrap4.css +190 -0
  74. package/styles/compatibility/fabric.css +190 -0
  75. package/styles/compatibility/highcontrast.css +190 -0
  76. package/styles/compatibility/material.css +190 -0
  77. package/tailwind-dark.css +190 -0
  78. package/tailwind.css +190 -0
@@ -116,6 +116,10 @@
116
116
  top: 0 !important;
117
117
  left: 0 !important;
118
118
  }
119
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
120
+ min-width: 100%;
121
+ min-height: 100%;
122
+ }
119
123
 
120
124
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
121
125
  background-size: 250px 33px;
@@ -128,6 +132,40 @@
128
132
  min-height: 40px;
129
133
  }
130
134
 
135
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
136
+ height: 15%;
137
+ }
138
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
139
+ float: right;
140
+ margin-right: 10px;
141
+ padding: 5px;
142
+ }
143
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
144
+ content: "\e932";
145
+ font-family: "e-icons";
146
+ color: rgb(255, 255, 255);
147
+ }
148
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
149
+ min-width: 100%;
150
+ min-height: 100%;
151
+ height: 100%;
152
+ }
153
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
154
+ height: 10%;
155
+ }
156
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
157
+ height: 85%;
158
+ }
159
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
160
+ height: 10%;
161
+ }
162
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
163
+ height: 80%;
164
+ }
165
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
166
+ height: 100%;
167
+ }
168
+
131
169
  @media screen and (orientation: landscape) and (max-height: 360px) {
132
170
  .e-datepicker .e-calendar.e-device .e-month table tbody {
133
171
  display: inline-block;
@@ -135,6 +173,47 @@
135
173
  overflow: auto;
136
174
  }
137
175
  }
176
+ @media screen and (orientation: landscape) {
177
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
178
+ float: left;
179
+ height: 100%;
180
+ width: 30%;
181
+ }
182
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
183
+ float: left;
184
+ padding: 5px;
185
+ }
186
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
187
+ font-size: 35px;
188
+ margin-top: 35%;
189
+ }
190
+ .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 {
191
+ display: block;
192
+ font-size: 40px;
193
+ margin-top: 10%;
194
+ }
195
+ .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 {
196
+ height: 10%;
197
+ }
198
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
199
+ height: 75%;
200
+ }
201
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
202
+ display: -ms-flexbox;
203
+ display: flex;
204
+ }
205
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
206
+ float: right;
207
+ height: 90%;
208
+ width: 70%;
209
+ }
210
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
211
+ display: table-row-group;
212
+ }
213
+ .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 {
214
+ height: 100%;
215
+ }
216
+ }
138
217
  .e-lib.e-datepicker.e-popup-wrapper,
139
218
  .e-bigger.e-small .e-lib.e-datepicker.e-popup-wrapper,
140
219
  .e-bigger .e-lib.e-datepicker.e-popup-wrapper,
@@ -116,6 +116,10 @@
116
116
  top: 0 !important;
117
117
  left: 0 !important;
118
118
  }
119
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
120
+ min-width: 100%;
121
+ min-height: 100%;
122
+ }
119
123
 
120
124
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
121
125
  background-size: 250px 33px;
@@ -128,6 +132,40 @@
128
132
  min-height: 40px;
129
133
  }
130
134
 
135
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
136
+ height: 15%;
137
+ }
138
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
139
+ float: right;
140
+ margin-right: 10px;
141
+ padding: 5px;
142
+ }
143
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
144
+ content: "\e932";
145
+ font-family: "e-icons";
146
+ color: rgb(255, 255, 255);
147
+ }
148
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
149
+ min-width: 100%;
150
+ min-height: 100%;
151
+ height: 100%;
152
+ }
153
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
154
+ height: 10%;
155
+ }
156
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
157
+ height: 85%;
158
+ }
159
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
160
+ height: 10%;
161
+ }
162
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
163
+ height: 80%;
164
+ }
165
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
166
+ height: 100%;
167
+ }
168
+
131
169
  @media screen and (orientation: landscape) and (max-height: 360px) {
132
170
  .e-datepicker .e-calendar.e-device .e-month table tbody {
133
171
  display: inline-block;
@@ -135,6 +173,47 @@
135
173
  overflow: auto;
136
174
  }
137
175
  }
176
+ @media screen and (orientation: landscape) {
177
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
178
+ float: left;
179
+ height: 100%;
180
+ width: 30%;
181
+ }
182
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
183
+ float: left;
184
+ padding: 5px;
185
+ }
186
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
187
+ font-size: 35px;
188
+ margin-top: 35%;
189
+ }
190
+ .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 {
191
+ display: block;
192
+ font-size: 40px;
193
+ margin-top: 10%;
194
+ }
195
+ .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 {
196
+ height: 10%;
197
+ }
198
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
199
+ height: 75%;
200
+ }
201
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
202
+ display: -ms-flexbox;
203
+ display: flex;
204
+ }
205
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
206
+ float: right;
207
+ height: 90%;
208
+ width: 70%;
209
+ }
210
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
211
+ display: table-row-group;
212
+ }
213
+ .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 {
214
+ height: 100%;
215
+ }
216
+ }
138
217
  .e-lib.e-datepicker.e-popup-wrapper,
139
218
  .e-bigger.e-small .e-lib.e-datepicker.e-popup-wrapper,
140
219
  .e-bigger .e-lib.e-datepicker.e-popup-wrapper,
@@ -118,6 +118,10 @@
118
118
  top: 0 !important;
119
119
  left: 0 !important;
120
120
  }
121
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
122
+ min-width: 100%;
123
+ min-height: 100%;
124
+ }
121
125
 
122
126
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
123
127
  background-size: 250px 33px;
@@ -130,6 +134,40 @@
130
134
  min-height: 40px;
131
135
  }
132
136
 
137
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
138
+ height: 15%;
139
+ }
140
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
141
+ float: right;
142
+ margin-right: 10px;
143
+ padding: 5px;
144
+ }
145
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
146
+ content: "\e932";
147
+ font-family: "e-icons";
148
+ color: rgb(255, 255, 255);
149
+ }
150
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
151
+ min-width: 100%;
152
+ min-height: 100%;
153
+ height: 100%;
154
+ }
155
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
156
+ height: 10%;
157
+ }
158
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
159
+ height: 85%;
160
+ }
161
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
162
+ height: 10%;
163
+ }
164
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
165
+ height: 80%;
166
+ }
167
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
168
+ height: 100%;
169
+ }
170
+
133
171
  @media screen and (orientation: landscape) and (max-height: 360px) {
134
172
  .e-datepicker .e-calendar.e-device .e-month table tbody {
135
173
  display: inline-block;
@@ -137,6 +175,47 @@
137
175
  overflow: auto;
138
176
  }
139
177
  }
178
+ @media screen and (orientation: landscape) {
179
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
180
+ float: left;
181
+ height: 100%;
182
+ width: 30%;
183
+ }
184
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
185
+ float: left;
186
+ padding: 5px;
187
+ }
188
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
189
+ font-size: 35px;
190
+ margin-top: 35%;
191
+ }
192
+ .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 {
193
+ display: block;
194
+ font-size: 40px;
195
+ margin-top: 10%;
196
+ }
197
+ .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 {
198
+ height: 10%;
199
+ }
200
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
201
+ height: 75%;
202
+ }
203
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
204
+ display: -ms-flexbox;
205
+ display: flex;
206
+ }
207
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
208
+ float: right;
209
+ height: 90%;
210
+ width: 70%;
211
+ }
212
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
213
+ display: table-row-group;
214
+ }
215
+ .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 {
216
+ height: 100%;
217
+ }
218
+ }
140
219
  .e-datepicker.e-popup-wrapper,
141
220
  .e-bigger.e-small .e-datepicker.e-popup-wrapper,
142
221
  .e-bigger .e-datepicker.e-popup-wrapper,
@@ -119,6 +119,10 @@
119
119
  top: 0 !important;
120
120
  left: 0 !important;
121
121
  }
122
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
123
+ min-width: 100%;
124
+ min-height: 100%;
125
+ }
122
126
 
123
127
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
124
128
  background-size: 250px 33px;
@@ -131,6 +135,40 @@
131
135
  min-height: 40px;
132
136
  }
133
137
 
138
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
139
+ height: 15%;
140
+ }
141
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
142
+ float: right;
143
+ margin-right: 10px;
144
+ padding: 5px;
145
+ }
146
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
147
+ content: "\e932";
148
+ font-family: "e-icons";
149
+ color: rgb(255, 255, 255);
150
+ }
151
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
152
+ min-width: 100%;
153
+ min-height: 100%;
154
+ height: 100%;
155
+ }
156
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
157
+ height: 10%;
158
+ }
159
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
160
+ height: 85%;
161
+ }
162
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
163
+ height: 10%;
164
+ }
165
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
166
+ height: 80%;
167
+ }
168
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
169
+ height: 100%;
170
+ }
171
+
134
172
  @media screen and (orientation: landscape) and (max-height: 360px) {
135
173
  .e-datepicker .e-calendar.e-device .e-month table tbody {
136
174
  display: inline-block;
@@ -138,6 +176,47 @@
138
176
  overflow: auto;
139
177
  }
140
178
  }
179
+ @media screen and (orientation: landscape) {
180
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
181
+ float: left;
182
+ height: 100%;
183
+ width: 30%;
184
+ }
185
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
186
+ float: left;
187
+ padding: 5px;
188
+ }
189
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
190
+ font-size: 35px;
191
+ margin-top: 35%;
192
+ }
193
+ .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 {
194
+ display: block;
195
+ font-size: 40px;
196
+ margin-top: 10%;
197
+ }
198
+ .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 {
199
+ height: 10%;
200
+ }
201
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
202
+ height: 75%;
203
+ }
204
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
205
+ display: -ms-flexbox;
206
+ display: flex;
207
+ }
208
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
209
+ float: right;
210
+ height: 90%;
211
+ width: 70%;
212
+ }
213
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
214
+ display: table-row-group;
215
+ }
216
+ .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 {
217
+ height: 100%;
218
+ }
219
+ }
141
220
  .e-datepicker.e-popup-wrapper,
142
221
  .e-bigger.e-small .e-datepicker.e-popup-wrapper,
143
222
  .e-bigger .e-datepicker.e-popup-wrapper,
@@ -123,6 +123,10 @@
123
123
  top: 0 !important;
124
124
  left: 0 !important;
125
125
  }
126
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
127
+ min-width: 100%;
128
+ min-height: 100%;
129
+ }
126
130
 
127
131
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
128
132
  background-size: 250px 33px;
@@ -135,6 +139,40 @@
135
139
  min-height: 40px;
136
140
  }
137
141
 
142
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
143
+ height: 15%;
144
+ }
145
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
146
+ float: right;
147
+ margin-right: 10px;
148
+ padding: 5px;
149
+ }
150
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
151
+ content: "\e932";
152
+ font-family: "e-icons";
153
+ color: rgb(255, 255, 255);
154
+ }
155
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
156
+ min-width: 100%;
157
+ min-height: 100%;
158
+ height: 100%;
159
+ }
160
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
161
+ height: 10%;
162
+ }
163
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
164
+ height: 85%;
165
+ }
166
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
167
+ height: 10%;
168
+ }
169
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
170
+ height: 80%;
171
+ }
172
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
173
+ height: 100%;
174
+ }
175
+
138
176
  @media screen and (orientation: landscape) and (max-height: 360px) {
139
177
  .e-datepicker .e-calendar.e-device .e-month table tbody {
140
178
  display: inline-block;
@@ -142,6 +180,47 @@
142
180
  overflow: auto;
143
181
  }
144
182
  }
183
+ @media screen and (orientation: landscape) {
184
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
185
+ float: left;
186
+ height: 100%;
187
+ width: 30%;
188
+ }
189
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
190
+ float: left;
191
+ padding: 5px;
192
+ }
193
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
194
+ font-size: 35px;
195
+ margin-top: 35%;
196
+ }
197
+ .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 {
198
+ display: block;
199
+ font-size: 40px;
200
+ margin-top: 10%;
201
+ }
202
+ .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 {
203
+ height: 10%;
204
+ }
205
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
206
+ height: 75%;
207
+ }
208
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
209
+ display: -ms-flexbox;
210
+ display: flex;
211
+ }
212
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
213
+ float: right;
214
+ height: 90%;
215
+ width: 70%;
216
+ }
217
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
218
+ display: table-row-group;
219
+ }
220
+ .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 {
221
+ height: 100%;
222
+ }
223
+ }
145
224
  .e-datepicker.e-popup-wrapper,
146
225
  .e-bigger.e-small .e-datepicker.e-popup-wrapper,
147
226
  .e-bigger .e-datepicker.e-popup-wrapper,
@@ -123,6 +123,10 @@
123
123
  top: 0 !important;
124
124
  left: 0 !important;
125
125
  }
126
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
127
+ min-width: 100%;
128
+ min-height: 100%;
129
+ }
126
130
 
127
131
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
128
132
  background-size: 250px 33px;
@@ -135,6 +139,40 @@
135
139
  min-height: 40px;
136
140
  }
137
141
 
142
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
143
+ height: 15%;
144
+ }
145
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
146
+ float: right;
147
+ margin-right: 10px;
148
+ padding: 5px;
149
+ }
150
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
151
+ content: "\e932";
152
+ font-family: "e-icons";
153
+ color: rgb(255, 255, 255);
154
+ }
155
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
156
+ min-width: 100%;
157
+ min-height: 100%;
158
+ height: 100%;
159
+ }
160
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
161
+ height: 10%;
162
+ }
163
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
164
+ height: 85%;
165
+ }
166
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
167
+ height: 10%;
168
+ }
169
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
170
+ height: 80%;
171
+ }
172
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
173
+ height: 100%;
174
+ }
175
+
138
176
  @media screen and (orientation: landscape) and (max-height: 360px) {
139
177
  .e-datepicker .e-calendar.e-device .e-month table tbody {
140
178
  display: inline-block;
@@ -142,6 +180,47 @@
142
180
  overflow: auto;
143
181
  }
144
182
  }
183
+ @media screen and (orientation: landscape) {
184
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
185
+ float: left;
186
+ height: 100%;
187
+ width: 30%;
188
+ }
189
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
190
+ float: left;
191
+ padding: 5px;
192
+ }
193
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
194
+ font-size: 35px;
195
+ margin-top: 35%;
196
+ }
197
+ .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 {
198
+ display: block;
199
+ font-size: 40px;
200
+ margin-top: 10%;
201
+ }
202
+ .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 {
203
+ height: 10%;
204
+ }
205
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
206
+ height: 75%;
207
+ }
208
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
209
+ display: -ms-flexbox;
210
+ display: flex;
211
+ }
212
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
213
+ float: right;
214
+ height: 90%;
215
+ width: 70%;
216
+ }
217
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
218
+ display: table-row-group;
219
+ }
220
+ .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 {
221
+ height: 100%;
222
+ }
223
+ }
145
224
  .e-datepicker.e-popup-wrapper,
146
225
  .e-bigger.e-small .e-datepicker.e-popup-wrapper,
147
226
  .e-bigger .e-datepicker.e-popup-wrapper,
@@ -118,6 +118,10 @@
118
118
  top: 0 !important;
119
119
  left: 0 !important;
120
120
  }
121
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
122
+ min-width: 100%;
123
+ min-height: 100%;
124
+ }
121
125
 
122
126
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
123
127
  background-size: 250px 33px;
@@ -130,6 +134,40 @@
130
134
  min-height: 40px;
131
135
  }
132
136
 
137
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
138
+ height: 15%;
139
+ }
140
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
141
+ float: right;
142
+ margin-right: 10px;
143
+ padding: 5px;
144
+ }
145
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
146
+ content: "\e932";
147
+ font-family: "e-icons";
148
+ color: rgb(255, 255, 255);
149
+ }
150
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
151
+ min-width: 100%;
152
+ min-height: 100%;
153
+ height: 100%;
154
+ }
155
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
156
+ height: 10%;
157
+ }
158
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
159
+ height: 85%;
160
+ }
161
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
162
+ height: 10%;
163
+ }
164
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
165
+ height: 80%;
166
+ }
167
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
168
+ height: 100%;
169
+ }
170
+
133
171
  @media screen and (orientation: landscape) and (max-height: 360px) {
134
172
  .e-datepicker .e-calendar.e-device .e-month table tbody {
135
173
  display: inline-block;
@@ -137,6 +175,47 @@
137
175
  overflow: auto;
138
176
  }
139
177
  }
178
+ @media screen and (orientation: landscape) {
179
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
180
+ float: left;
181
+ height: 100%;
182
+ width: 30%;
183
+ }
184
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
185
+ float: left;
186
+ padding: 5px;
187
+ }
188
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
189
+ font-size: 35px;
190
+ margin-top: 35%;
191
+ }
192
+ .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 {
193
+ display: block;
194
+ font-size: 40px;
195
+ margin-top: 10%;
196
+ }
197
+ .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 {
198
+ height: 10%;
199
+ }
200
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
201
+ height: 75%;
202
+ }
203
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
204
+ display: -ms-flexbox;
205
+ display: flex;
206
+ }
207
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
208
+ float: right;
209
+ height: 90%;
210
+ width: 70%;
211
+ }
212
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
213
+ display: table-row-group;
214
+ }
215
+ .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 {
216
+ height: 100%;
217
+ }
218
+ }
140
219
  .e-datepicker.e-popup-wrapper,
141
220
  .e-bigger.e-small .e-datepicker.e-popup-wrapper,
142
221
  .e-bigger .e-datepicker.e-popup-wrapper,