@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.
- package/bootstrap-dark.css +190 -0
- package/bootstrap.css +190 -0
- package/bootstrap4.css +190 -0
- package/bootstrap5-dark.css +190 -0
- package/bootstrap5.css +190 -0
- package/datepicker/bootstrap-dark.css +79 -0
- package/datepicker/bootstrap.css +79 -0
- package/datepicker/bootstrap4.css +79 -0
- package/datepicker/bootstrap5.css +79 -0
- package/datepicker/compatibility/bootstrap-dark.css +79 -0
- package/datepicker/compatibility/bootstrap.css +79 -0
- package/datepicker/compatibility/bootstrap4.css +79 -0
- package/datepicker/compatibility/bootstrap5.css +79 -0
- package/datepicker/compatibility/fabric-dark.css +79 -0
- package/datepicker/compatibility/fabric.css +79 -0
- package/datepicker/compatibility/fluent-dark.css +79 -0
- package/datepicker/compatibility/fluent.css +79 -0
- package/datepicker/compatibility/highcontrast-light.css +79 -0
- package/datepicker/compatibility/highcontrast.css +79 -0
- package/datepicker/compatibility/material-dark.css +79 -0
- package/datepicker/compatibility/material.css +79 -0
- package/datepicker/compatibility/tailwind-dark.css +79 -0
- package/datepicker/compatibility/tailwind.css +79 -0
- package/datepicker/fabric-dark.css +79 -0
- package/datepicker/fabric.css +79 -0
- package/datepicker/fluent-dark.css +79 -0
- package/datepicker/fluent.css +79 -0
- package/datepicker/highcontrast-light.css +79 -0
- package/datepicker/highcontrast.css +79 -0
- package/datepicker/material-dark.css +79 -0
- package/datepicker/material.css +79 -0
- package/datepicker/tailwind-dark.css +79 -0
- package/datepicker/tailwind.css +79 -0
- package/daterangepicker/bootstrap-dark.css +111 -0
- package/daterangepicker/bootstrap.css +111 -0
- package/daterangepicker/bootstrap4.css +111 -0
- package/daterangepicker/bootstrap5.css +111 -0
- package/daterangepicker/compatibility/bootstrap-dark.css +111 -0
- package/daterangepicker/compatibility/bootstrap.css +111 -0
- package/daterangepicker/compatibility/bootstrap4.css +111 -0
- package/daterangepicker/compatibility/bootstrap5.css +111 -0
- package/daterangepicker/compatibility/fabric-dark.css +111 -0
- package/daterangepicker/compatibility/fabric.css +111 -0
- package/daterangepicker/compatibility/fluent-dark.css +111 -0
- package/daterangepicker/compatibility/fluent.css +111 -0
- package/daterangepicker/compatibility/highcontrast-light.css +111 -0
- package/daterangepicker/compatibility/highcontrast.css +111 -0
- package/daterangepicker/compatibility/material-dark.css +111 -0
- package/daterangepicker/compatibility/material.css +111 -0
- package/daterangepicker/compatibility/tailwind-dark.css +111 -0
- package/daterangepicker/compatibility/tailwind.css +111 -0
- package/daterangepicker/fabric-dark.css +111 -0
- package/daterangepicker/fabric.css +111 -0
- package/daterangepicker/fluent-dark.css +111 -0
- package/daterangepicker/fluent.css +111 -0
- package/daterangepicker/highcontrast-light.css +111 -0
- package/daterangepicker/highcontrast.css +111 -0
- package/daterangepicker/material-dark.css +111 -0
- package/daterangepicker/material.css +111 -0
- package/daterangepicker/tailwind-dark.css +111 -0
- package/daterangepicker/tailwind.css +111 -0
- package/dist/ej2.d.ts +1 -1
- package/dist/ej2.min.js +2 -2
- package/fabric-dark.css +190 -0
- package/fabric.css +190 -0
- package/fluent-dark.css +190 -0
- package/fluent.css +190 -0
- package/highcontrast.css +190 -0
- package/material-dark.css +190 -0
- package/material.css +190 -0
- package/package.json +16 -16
- package/styles/compatibility/bootstrap.css +190 -0
- package/styles/compatibility/bootstrap4.css +190 -0
- package/styles/compatibility/fabric.css +190 -0
- package/styles/compatibility/highcontrast.css +190 -0
- package/styles/compatibility/material.css +190 -0
- package/tailwind-dark.css +190 -0
- package/tailwind.css +190 -0
package/material.css
CHANGED
|
@@ -25476,6 +25476,10 @@ body.e-colorpicker-overflow {
|
|
|
25476
25476
|
top: 0 !important;
|
|
25477
25477
|
left: 0 !important;
|
|
25478
25478
|
}
|
|
25479
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
25480
|
+
min-width: 100%;
|
|
25481
|
+
min-height: 100%;
|
|
25482
|
+
}
|
|
25479
25483
|
|
|
25480
25484
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
25481
25485
|
background-size: 250px 33px;
|
|
@@ -25488,6 +25492,40 @@ body.e-colorpicker-overflow {
|
|
|
25488
25492
|
min-height: 40px;
|
|
25489
25493
|
}
|
|
25490
25494
|
|
|
25495
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
25496
|
+
height: 15%;
|
|
25497
|
+
}
|
|
25498
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
25499
|
+
float: right;
|
|
25500
|
+
margin-right: 10px;
|
|
25501
|
+
padding: 5px;
|
|
25502
|
+
}
|
|
25503
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
25504
|
+
content: "\e932";
|
|
25505
|
+
font-family: "e-icons";
|
|
25506
|
+
color: rgb(255, 255, 255);
|
|
25507
|
+
}
|
|
25508
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
25509
|
+
min-width: 100%;
|
|
25510
|
+
min-height: 100%;
|
|
25511
|
+
height: 100%;
|
|
25512
|
+
}
|
|
25513
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
25514
|
+
height: 10%;
|
|
25515
|
+
}
|
|
25516
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
25517
|
+
height: 85%;
|
|
25518
|
+
}
|
|
25519
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
25520
|
+
height: 10%;
|
|
25521
|
+
}
|
|
25522
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
25523
|
+
height: 80%;
|
|
25524
|
+
}
|
|
25525
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
25526
|
+
height: 100%;
|
|
25527
|
+
}
|
|
25528
|
+
|
|
25491
25529
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
25492
25530
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
25493
25531
|
display: inline-block;
|
|
@@ -25495,6 +25533,47 @@ body.e-colorpicker-overflow {
|
|
|
25495
25533
|
overflow: auto;
|
|
25496
25534
|
}
|
|
25497
25535
|
}
|
|
25536
|
+
@media screen and (orientation: landscape) {
|
|
25537
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
25538
|
+
float: left;
|
|
25539
|
+
height: 100%;
|
|
25540
|
+
width: 30%;
|
|
25541
|
+
}
|
|
25542
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
25543
|
+
float: left;
|
|
25544
|
+
padding: 5px;
|
|
25545
|
+
}
|
|
25546
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
25547
|
+
font-size: 35px;
|
|
25548
|
+
margin-top: 35%;
|
|
25549
|
+
}
|
|
25550
|
+
.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 {
|
|
25551
|
+
display: block;
|
|
25552
|
+
font-size: 40px;
|
|
25553
|
+
margin-top: 10%;
|
|
25554
|
+
}
|
|
25555
|
+
.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 {
|
|
25556
|
+
height: 10%;
|
|
25557
|
+
}
|
|
25558
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
25559
|
+
height: 75%;
|
|
25560
|
+
}
|
|
25561
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
25562
|
+
display: -ms-flexbox;
|
|
25563
|
+
display: flex;
|
|
25564
|
+
}
|
|
25565
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
25566
|
+
float: right;
|
|
25567
|
+
height: 90%;
|
|
25568
|
+
width: 70%;
|
|
25569
|
+
}
|
|
25570
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
25571
|
+
display: table-row-group;
|
|
25572
|
+
}
|
|
25573
|
+
.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 {
|
|
25574
|
+
height: 100%;
|
|
25575
|
+
}
|
|
25576
|
+
}
|
|
25498
25577
|
.e-datepicker.e-popup-wrapper,
|
|
25499
25578
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
25500
25579
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -28049,6 +28128,12 @@ body.e-colorpicker-overflow {
|
|
|
28049
28128
|
top: 0 !important;
|
|
28050
28129
|
left: 0 !important;
|
|
28051
28130
|
}
|
|
28131
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
28132
|
+
min-height: 100%;
|
|
28133
|
+
min-width: 100%;
|
|
28134
|
+
height: 100%;
|
|
28135
|
+
width: 100%;
|
|
28136
|
+
}
|
|
28052
28137
|
|
|
28053
28138
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
28054
28139
|
background-size: 250px 33px;
|
|
@@ -28061,6 +28146,111 @@ body.e-colorpicker-overflow {
|
|
|
28061
28146
|
min-height: 40px;
|
|
28062
28147
|
}
|
|
28063
28148
|
|
|
28149
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
|
|
28150
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
28151
|
+
min-height: 100%;
|
|
28152
|
+
min-width: 100%;
|
|
28153
|
+
height: 100%;
|
|
28154
|
+
width: 100%;
|
|
28155
|
+
}
|
|
28156
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
28157
|
+
height: 100%;
|
|
28158
|
+
}
|
|
28159
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
28160
|
+
height: 78%;
|
|
28161
|
+
}
|
|
28162
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
28163
|
+
height: 90%;
|
|
28164
|
+
}
|
|
28165
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
|
|
28166
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
28167
|
+
height: 10%;
|
|
28168
|
+
}
|
|
28169
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
28170
|
+
margin: 0;
|
|
28171
|
+
}
|
|
28172
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
28173
|
+
height: 90%;
|
|
28174
|
+
}
|
|
28175
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
28176
|
+
height: 100%;
|
|
28177
|
+
border-spacing: 0px 30px;
|
|
28178
|
+
}
|
|
28179
|
+
|
|
28180
|
+
@media screen and (orientation: landscape) {
|
|
28181
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
28182
|
+
float: left;
|
|
28183
|
+
height: 100%;
|
|
28184
|
+
border-right: 1.5px;
|
|
28185
|
+
border-color: black;
|
|
28186
|
+
width: 40%;
|
|
28187
|
+
margin: 0;
|
|
28188
|
+
display: block;
|
|
28189
|
+
background-color: #3f51b5;
|
|
28190
|
+
}
|
|
28191
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
28192
|
+
height: 100%;
|
|
28193
|
+
width: 100%;
|
|
28194
|
+
}
|
|
28195
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
|
|
28196
|
+
display: block;
|
|
28197
|
+
width: 100%;
|
|
28198
|
+
text-align: -webkit-center;
|
|
28199
|
+
}
|
|
28200
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
|
|
28201
|
+
display: block;
|
|
28202
|
+
width: 100%;
|
|
28203
|
+
text-align: -webkit-center;
|
|
28204
|
+
margin-top: 20%;
|
|
28205
|
+
font-size: 20px;
|
|
28206
|
+
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);
|
|
28207
|
+
}
|
|
28208
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
|
|
28209
|
+
font-size: 20px;
|
|
28210
|
+
margin-top: 60%;
|
|
28211
|
+
color: #fff;
|
|
28212
|
+
}
|
|
28213
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
|
|
28214
|
+
width: 100%;
|
|
28215
|
+
text-align: -webkit-center;
|
|
28216
|
+
margin-top: 20%;
|
|
28217
|
+
font-size: 20px;
|
|
28218
|
+
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);
|
|
28219
|
+
}
|
|
28220
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
28221
|
+
height: 82%;
|
|
28222
|
+
}
|
|
28223
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
28224
|
+
height: 80%;
|
|
28225
|
+
}
|
|
28226
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
28227
|
+
border-spacing: unset;
|
|
28228
|
+
}
|
|
28229
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
28230
|
+
height: 20%;
|
|
28231
|
+
}
|
|
28232
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
28233
|
+
width: 100%;
|
|
28234
|
+
}
|
|
28235
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
28236
|
+
display: -ms-flexbox;
|
|
28237
|
+
display: flex;
|
|
28238
|
+
}
|
|
28239
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
28240
|
+
border-radius: 0 40% 40% 0;
|
|
28241
|
+
}
|
|
28242
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
28243
|
+
border-radius: 0 40% 40% 0;
|
|
28244
|
+
}
|
|
28245
|
+
}
|
|
28246
|
+
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
28247
|
+
width: calc(100% - 80px);
|
|
28248
|
+
}
|
|
28249
|
+
|
|
28250
|
+
.e-outline.e-float-input.e-static-clear.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
28251
|
+
width: calc(100% - 110px);
|
|
28252
|
+
}
|
|
28253
|
+
|
|
28064
28254
|
/*! daterangepicker theme */
|
|
28065
28255
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
28066
28256
|
color: #e3165b;
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2@*",
|
|
3
|
-
"_id": "@syncfusion/ej2@20.2.
|
|
3
|
+
"_id": "@syncfusion/ej2@20.2.49",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-iRfhNqc6AwFsbyi41uucmzvS+Q1tGc3M+WNaGHdvACcymPZB/yLKRusCLJPPx3lc80oGI9siu17w82pvnE1rbA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2/-/ej2-20.2.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2/-/ej2-20.2.49.tgz",
|
|
23
|
+
"_shasum": "cbcce4de64970cb048520ade00044bcf9234b9a4",
|
|
24
24
|
"_spec": "@syncfusion/ej2@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -34,19 +34,19 @@
|
|
|
34
34
|
"@syncfusion/ej2-barcode-generator": "~20.2.45",
|
|
35
35
|
"@syncfusion/ej2-base": "~20.2.48",
|
|
36
36
|
"@syncfusion/ej2-buttons": "~20.2.46",
|
|
37
|
-
"@syncfusion/ej2-calendars": "~20.2.
|
|
38
|
-
"@syncfusion/ej2-charts": "~20.2.
|
|
37
|
+
"@syncfusion/ej2-calendars": "~20.2.50",
|
|
38
|
+
"@syncfusion/ej2-charts": "~20.2.50",
|
|
39
39
|
"@syncfusion/ej2-circulargauge": "~20.2.45",
|
|
40
40
|
"@syncfusion/ej2-compression": "~20.2.45",
|
|
41
41
|
"@syncfusion/ej2-data": "~20.2.45",
|
|
42
42
|
"@syncfusion/ej2-diagrams": "~20.2.49",
|
|
43
|
-
"@syncfusion/ej2-documenteditor": "~20.2.
|
|
43
|
+
"@syncfusion/ej2-documenteditor": "~20.2.50",
|
|
44
44
|
"@syncfusion/ej2-drawings": "~20.2.45",
|
|
45
|
-
"@syncfusion/ej2-dropdowns": "~20.2.
|
|
45
|
+
"@syncfusion/ej2-dropdowns": "~20.2.50",
|
|
46
46
|
"@syncfusion/ej2-excel-export": "~20.2.48",
|
|
47
47
|
"@syncfusion/ej2-file-utils": "~20.2.45",
|
|
48
48
|
"@syncfusion/ej2-filemanager": "~20.2.45",
|
|
49
|
-
"@syncfusion/ej2-gantt": "~20.2.
|
|
49
|
+
"@syncfusion/ej2-gantt": "~20.2.50",
|
|
50
50
|
"@syncfusion/ej2-grids": "~20.2.49",
|
|
51
51
|
"@syncfusion/ej2-heatmap": "~20.2.48",
|
|
52
52
|
"@syncfusion/ej2-icons": "~20.2.45",
|
|
@@ -57,19 +57,19 @@
|
|
|
57
57
|
"@syncfusion/ej2-lineargauge": "~20.2.45",
|
|
58
58
|
"@syncfusion/ej2-lists": "~20.2.46",
|
|
59
59
|
"@syncfusion/ej2-maps": "~20.2.45",
|
|
60
|
-
"@syncfusion/ej2-navigations": "~20.2.
|
|
60
|
+
"@syncfusion/ej2-navigations": "~20.2.50",
|
|
61
61
|
"@syncfusion/ej2-notifications": "~20.2.45",
|
|
62
62
|
"@syncfusion/ej2-office-chart": "~20.2.46",
|
|
63
63
|
"@syncfusion/ej2-pdf-export": "~20.2.45",
|
|
64
|
-
"@syncfusion/ej2-pdfviewer": "~20.2.
|
|
64
|
+
"@syncfusion/ej2-pdfviewer": "~20.2.50",
|
|
65
65
|
"@syncfusion/ej2-pivotview": "~20.2.45",
|
|
66
66
|
"@syncfusion/ej2-popups": "~20.2.49",
|
|
67
67
|
"@syncfusion/ej2-progressbar": "~20.2.45",
|
|
68
|
-
"@syncfusion/ej2-querybuilder": "~20.2.
|
|
69
|
-
"@syncfusion/ej2-richtexteditor": "~20.2.
|
|
70
|
-
"@syncfusion/ej2-schedule": "~20.2.
|
|
68
|
+
"@syncfusion/ej2-querybuilder": "~20.2.50",
|
|
69
|
+
"@syncfusion/ej2-richtexteditor": "~20.2.50",
|
|
70
|
+
"@syncfusion/ej2-schedule": "~20.2.50",
|
|
71
71
|
"@syncfusion/ej2-splitbuttons": "~20.2.45",
|
|
72
|
-
"@syncfusion/ej2-spreadsheet": "~20.2.
|
|
72
|
+
"@syncfusion/ej2-spreadsheet": "~20.2.50",
|
|
73
73
|
"@syncfusion/ej2-svg-base": "~20.2.45",
|
|
74
74
|
"@syncfusion/ej2-treegrid": "~20.2.49",
|
|
75
75
|
"@syncfusion/ej2-treemap": "~20.2.45",
|
|
@@ -96,6 +96,6 @@
|
|
|
96
96
|
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
97
97
|
},
|
|
98
98
|
"typings": "index.d.ts",
|
|
99
|
-
"version": "20.2.
|
|
99
|
+
"version": "20.2.50",
|
|
100
100
|
"sideEffects": false
|
|
101
101
|
}
|
|
@@ -17450,6 +17450,10 @@ body.e-colorpicker-overflow {
|
|
|
17450
17450
|
top: 0 !important;
|
|
17451
17451
|
left: 0 !important;
|
|
17452
17452
|
}
|
|
17453
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
17454
|
+
min-width: 100%;
|
|
17455
|
+
min-height: 100%;
|
|
17456
|
+
}
|
|
17453
17457
|
|
|
17454
17458
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
17455
17459
|
background-size: 250px 33px;
|
|
@@ -17462,6 +17466,40 @@ body.e-colorpicker-overflow {
|
|
|
17462
17466
|
min-height: 40px;
|
|
17463
17467
|
}
|
|
17464
17468
|
|
|
17469
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
17470
|
+
height: 15%;
|
|
17471
|
+
}
|
|
17472
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
17473
|
+
float: right;
|
|
17474
|
+
margin-right: 10px;
|
|
17475
|
+
padding: 5px;
|
|
17476
|
+
}
|
|
17477
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
17478
|
+
content: "\e932";
|
|
17479
|
+
font-family: "e-icons";
|
|
17480
|
+
color: rgb(255, 255, 255);
|
|
17481
|
+
}
|
|
17482
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
17483
|
+
min-width: 100%;
|
|
17484
|
+
min-height: 100%;
|
|
17485
|
+
height: 100%;
|
|
17486
|
+
}
|
|
17487
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
17488
|
+
height: 10%;
|
|
17489
|
+
}
|
|
17490
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
17491
|
+
height: 85%;
|
|
17492
|
+
}
|
|
17493
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
17494
|
+
height: 10%;
|
|
17495
|
+
}
|
|
17496
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
17497
|
+
height: 80%;
|
|
17498
|
+
}
|
|
17499
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
17500
|
+
height: 100%;
|
|
17501
|
+
}
|
|
17502
|
+
|
|
17465
17503
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
17466
17504
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
17467
17505
|
display: inline-block;
|
|
@@ -17469,6 +17507,47 @@ body.e-colorpicker-overflow {
|
|
|
17469
17507
|
overflow: auto;
|
|
17470
17508
|
}
|
|
17471
17509
|
}
|
|
17510
|
+
@media screen and (orientation: landscape) {
|
|
17511
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
17512
|
+
float: left;
|
|
17513
|
+
height: 100%;
|
|
17514
|
+
width: 30%;
|
|
17515
|
+
}
|
|
17516
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
17517
|
+
float: left;
|
|
17518
|
+
padding: 5px;
|
|
17519
|
+
}
|
|
17520
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
17521
|
+
font-size: 35px;
|
|
17522
|
+
margin-top: 35%;
|
|
17523
|
+
}
|
|
17524
|
+
.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 {
|
|
17525
|
+
display: block;
|
|
17526
|
+
font-size: 40px;
|
|
17527
|
+
margin-top: 10%;
|
|
17528
|
+
}
|
|
17529
|
+
.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 {
|
|
17530
|
+
height: 10%;
|
|
17531
|
+
}
|
|
17532
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
17533
|
+
height: 75%;
|
|
17534
|
+
}
|
|
17535
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
17536
|
+
display: -ms-flexbox;
|
|
17537
|
+
display: flex;
|
|
17538
|
+
}
|
|
17539
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
17540
|
+
float: right;
|
|
17541
|
+
height: 90%;
|
|
17542
|
+
width: 70%;
|
|
17543
|
+
}
|
|
17544
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
17545
|
+
display: table-row-group;
|
|
17546
|
+
}
|
|
17547
|
+
.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 {
|
|
17548
|
+
height: 100%;
|
|
17549
|
+
}
|
|
17550
|
+
}
|
|
17472
17551
|
.e-lib.e-datepicker.e-popup-wrapper,
|
|
17473
17552
|
.e-bigger.e-small .e-lib.e-datepicker.e-popup-wrapper,
|
|
17474
17553
|
.e-bigger .e-lib.e-datepicker.e-popup-wrapper,
|
|
@@ -19693,6 +19772,12 @@ body.e-colorpicker-overflow {
|
|
|
19693
19772
|
top: 0 !important;
|
|
19694
19773
|
left: 0 !important;
|
|
19695
19774
|
}
|
|
19775
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
19776
|
+
min-height: 100%;
|
|
19777
|
+
min-width: 100%;
|
|
19778
|
+
height: 100%;
|
|
19779
|
+
width: 100%;
|
|
19780
|
+
}
|
|
19696
19781
|
|
|
19697
19782
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
19698
19783
|
background-size: 250px 33px;
|
|
@@ -19705,6 +19790,111 @@ body.e-colorpicker-overflow {
|
|
|
19705
19790
|
min-height: 40px;
|
|
19706
19791
|
}
|
|
19707
19792
|
|
|
19793
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
|
|
19794
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
19795
|
+
min-height: 100%;
|
|
19796
|
+
min-width: 100%;
|
|
19797
|
+
height: 100%;
|
|
19798
|
+
width: 100%;
|
|
19799
|
+
}
|
|
19800
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
19801
|
+
height: 100%;
|
|
19802
|
+
}
|
|
19803
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
19804
|
+
height: 78%;
|
|
19805
|
+
}
|
|
19806
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
19807
|
+
height: 90%;
|
|
19808
|
+
}
|
|
19809
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
|
|
19810
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
19811
|
+
height: 10%;
|
|
19812
|
+
}
|
|
19813
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
19814
|
+
margin: 0;
|
|
19815
|
+
}
|
|
19816
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
19817
|
+
height: 90%;
|
|
19818
|
+
}
|
|
19819
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
19820
|
+
height: 100%;
|
|
19821
|
+
border-spacing: 0px 30px;
|
|
19822
|
+
}
|
|
19823
|
+
|
|
19824
|
+
@media screen and (orientation: landscape) {
|
|
19825
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
19826
|
+
float: left;
|
|
19827
|
+
height: 100%;
|
|
19828
|
+
border-right: 1.5px;
|
|
19829
|
+
border-color: black;
|
|
19830
|
+
width: 40%;
|
|
19831
|
+
margin: 0;
|
|
19832
|
+
display: block;
|
|
19833
|
+
background-color: #3f51b5;
|
|
19834
|
+
}
|
|
19835
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
19836
|
+
height: 100%;
|
|
19837
|
+
width: 100%;
|
|
19838
|
+
}
|
|
19839
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
|
|
19840
|
+
display: block;
|
|
19841
|
+
width: 100%;
|
|
19842
|
+
text-align: -webkit-center;
|
|
19843
|
+
}
|
|
19844
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
|
|
19845
|
+
display: block;
|
|
19846
|
+
width: 100%;
|
|
19847
|
+
text-align: -webkit-center;
|
|
19848
|
+
margin-top: 20%;
|
|
19849
|
+
font-size: 20px;
|
|
19850
|
+
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);
|
|
19851
|
+
}
|
|
19852
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
|
|
19853
|
+
font-size: 20px;
|
|
19854
|
+
margin-top: 60%;
|
|
19855
|
+
color: #fff;
|
|
19856
|
+
}
|
|
19857
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
|
|
19858
|
+
width: 100%;
|
|
19859
|
+
text-align: -webkit-center;
|
|
19860
|
+
margin-top: 20%;
|
|
19861
|
+
font-size: 20px;
|
|
19862
|
+
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);
|
|
19863
|
+
}
|
|
19864
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
19865
|
+
height: 82%;
|
|
19866
|
+
}
|
|
19867
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
19868
|
+
height: 80%;
|
|
19869
|
+
}
|
|
19870
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
19871
|
+
border-spacing: unset;
|
|
19872
|
+
}
|
|
19873
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
19874
|
+
height: 20%;
|
|
19875
|
+
}
|
|
19876
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
19877
|
+
width: 100%;
|
|
19878
|
+
}
|
|
19879
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
19880
|
+
display: -ms-flexbox;
|
|
19881
|
+
display: flex;
|
|
19882
|
+
}
|
|
19883
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
19884
|
+
border-radius: 0 40% 40% 0;
|
|
19885
|
+
}
|
|
19886
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
19887
|
+
border-radius: 0 40% 40% 0;
|
|
19888
|
+
}
|
|
19889
|
+
}
|
|
19890
|
+
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
19891
|
+
width: calc(100% - 80px);
|
|
19892
|
+
}
|
|
19893
|
+
|
|
19894
|
+
.e-outline.e-float-input.e-static-clear.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
19895
|
+
width: calc(100% - 110px);
|
|
19896
|
+
}
|
|
19897
|
+
|
|
19708
19898
|
/*! daterangepicker theme */
|
|
19709
19899
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
19710
19900
|
color: #333;
|