@syncfusion/ej2-js-es5 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/package.json +5 -5
- package/scripts/ej2.min.js +1 -1
- package/styles/bootstrap-dark.css +190 -0
- package/styles/bootstrap.css +190 -0
- package/styles/bootstrap4.css +190 -0
- package/styles/bootstrap5-dark.css +190 -0
- package/styles/bootstrap5.css +190 -0
- 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/styles/fabric-dark.css +190 -0
- package/styles/fabric.css +190 -0
- package/styles/fluent-dark.css +190 -0
- package/styles/fluent.css +190 -0
- package/styles/highcontrast.css +190 -0
- package/styles/material-dark.css +190 -0
- package/styles/material.css +190 -0
- package/styles/tailwind-dark.css +190 -0
- package/styles/tailwind.css +190 -0
package/styles/material-dark.css
CHANGED
|
@@ -25405,6 +25405,10 @@ body.e-colorpicker-overflow {
|
|
|
25405
25405
|
top: 0 !important;
|
|
25406
25406
|
left: 0 !important;
|
|
25407
25407
|
}
|
|
25408
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
25409
|
+
min-width: 100%;
|
|
25410
|
+
min-height: 100%;
|
|
25411
|
+
}
|
|
25408
25412
|
|
|
25409
25413
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
25410
25414
|
background-size: 250px 33px;
|
|
@@ -25417,6 +25421,40 @@ body.e-colorpicker-overflow {
|
|
|
25417
25421
|
min-height: 40px;
|
|
25418
25422
|
}
|
|
25419
25423
|
|
|
25424
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
25425
|
+
height: 15%;
|
|
25426
|
+
}
|
|
25427
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
25428
|
+
float: right;
|
|
25429
|
+
margin-right: 10px;
|
|
25430
|
+
padding: 5px;
|
|
25431
|
+
}
|
|
25432
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
25433
|
+
content: "\e932";
|
|
25434
|
+
font-family: "e-icons";
|
|
25435
|
+
color: rgb(255, 255, 255);
|
|
25436
|
+
}
|
|
25437
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
25438
|
+
min-width: 100%;
|
|
25439
|
+
min-height: 100%;
|
|
25440
|
+
height: 100%;
|
|
25441
|
+
}
|
|
25442
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
25443
|
+
height: 10%;
|
|
25444
|
+
}
|
|
25445
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
25446
|
+
height: 85%;
|
|
25447
|
+
}
|
|
25448
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
25449
|
+
height: 10%;
|
|
25450
|
+
}
|
|
25451
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
25452
|
+
height: 80%;
|
|
25453
|
+
}
|
|
25454
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
25455
|
+
height: 100%;
|
|
25456
|
+
}
|
|
25457
|
+
|
|
25420
25458
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
25421
25459
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
25422
25460
|
display: inline-block;
|
|
@@ -25424,6 +25462,47 @@ body.e-colorpicker-overflow {
|
|
|
25424
25462
|
overflow: auto;
|
|
25425
25463
|
}
|
|
25426
25464
|
}
|
|
25465
|
+
@media screen and (orientation: landscape) {
|
|
25466
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
25467
|
+
float: left;
|
|
25468
|
+
height: 100%;
|
|
25469
|
+
width: 30%;
|
|
25470
|
+
}
|
|
25471
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
25472
|
+
float: left;
|
|
25473
|
+
padding: 5px;
|
|
25474
|
+
}
|
|
25475
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
25476
|
+
font-size: 35px;
|
|
25477
|
+
margin-top: 35%;
|
|
25478
|
+
}
|
|
25479
|
+
.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 {
|
|
25480
|
+
display: block;
|
|
25481
|
+
font-size: 40px;
|
|
25482
|
+
margin-top: 10%;
|
|
25483
|
+
}
|
|
25484
|
+
.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 {
|
|
25485
|
+
height: 10%;
|
|
25486
|
+
}
|
|
25487
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
25488
|
+
height: 75%;
|
|
25489
|
+
}
|
|
25490
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
25491
|
+
display: -ms-flexbox;
|
|
25492
|
+
display: flex;
|
|
25493
|
+
}
|
|
25494
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
25495
|
+
float: right;
|
|
25496
|
+
height: 90%;
|
|
25497
|
+
width: 70%;
|
|
25498
|
+
}
|
|
25499
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
25500
|
+
display: table-row-group;
|
|
25501
|
+
}
|
|
25502
|
+
.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 {
|
|
25503
|
+
height: 100%;
|
|
25504
|
+
}
|
|
25505
|
+
}
|
|
25427
25506
|
.e-datepicker.e-popup-wrapper,
|
|
25428
25507
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
25429
25508
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -27968,6 +28047,12 @@ body.e-colorpicker-overflow {
|
|
|
27968
28047
|
top: 0 !important;
|
|
27969
28048
|
left: 0 !important;
|
|
27970
28049
|
}
|
|
28050
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
28051
|
+
min-height: 100%;
|
|
28052
|
+
min-width: 100%;
|
|
28053
|
+
height: 100%;
|
|
28054
|
+
width: 100%;
|
|
28055
|
+
}
|
|
27971
28056
|
|
|
27972
28057
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
27973
28058
|
background-size: 250px 33px;
|
|
@@ -27980,6 +28065,111 @@ body.e-colorpicker-overflow {
|
|
|
27980
28065
|
min-height: 40px;
|
|
27981
28066
|
}
|
|
27982
28067
|
|
|
28068
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
|
|
28069
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
28070
|
+
min-height: 100%;
|
|
28071
|
+
min-width: 100%;
|
|
28072
|
+
height: 100%;
|
|
28073
|
+
width: 100%;
|
|
28074
|
+
}
|
|
28075
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
28076
|
+
height: 100%;
|
|
28077
|
+
}
|
|
28078
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
28079
|
+
height: 78%;
|
|
28080
|
+
}
|
|
28081
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
28082
|
+
height: 90%;
|
|
28083
|
+
}
|
|
28084
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
|
|
28085
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
28086
|
+
height: 10%;
|
|
28087
|
+
}
|
|
28088
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
28089
|
+
margin: 0;
|
|
28090
|
+
}
|
|
28091
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
28092
|
+
height: 90%;
|
|
28093
|
+
}
|
|
28094
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
28095
|
+
height: 100%;
|
|
28096
|
+
border-spacing: 0px 30px;
|
|
28097
|
+
}
|
|
28098
|
+
|
|
28099
|
+
@media screen and (orientation: landscape) {
|
|
28100
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
28101
|
+
float: left;
|
|
28102
|
+
height: 100%;
|
|
28103
|
+
border-right: 1.5px;
|
|
28104
|
+
border-color: black;
|
|
28105
|
+
width: 40%;
|
|
28106
|
+
margin: 0;
|
|
28107
|
+
display: block;
|
|
28108
|
+
background-color: #3f51b5;
|
|
28109
|
+
}
|
|
28110
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
28111
|
+
height: 100%;
|
|
28112
|
+
width: 100%;
|
|
28113
|
+
}
|
|
28114
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
|
|
28115
|
+
display: block;
|
|
28116
|
+
width: 100%;
|
|
28117
|
+
text-align: -webkit-center;
|
|
28118
|
+
}
|
|
28119
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
|
|
28120
|
+
display: block;
|
|
28121
|
+
width: 100%;
|
|
28122
|
+
text-align: -webkit-center;
|
|
28123
|
+
margin-top: 20%;
|
|
28124
|
+
font-size: 20px;
|
|
28125
|
+
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);
|
|
28126
|
+
}
|
|
28127
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
|
|
28128
|
+
font-size: 20px;
|
|
28129
|
+
margin-top: 60%;
|
|
28130
|
+
color: #fff;
|
|
28131
|
+
}
|
|
28132
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
|
|
28133
|
+
width: 100%;
|
|
28134
|
+
text-align: -webkit-center;
|
|
28135
|
+
margin-top: 20%;
|
|
28136
|
+
font-size: 20px;
|
|
28137
|
+
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);
|
|
28138
|
+
}
|
|
28139
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
28140
|
+
height: 82%;
|
|
28141
|
+
}
|
|
28142
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
28143
|
+
height: 80%;
|
|
28144
|
+
}
|
|
28145
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
28146
|
+
border-spacing: unset;
|
|
28147
|
+
}
|
|
28148
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
28149
|
+
height: 20%;
|
|
28150
|
+
}
|
|
28151
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
28152
|
+
width: 100%;
|
|
28153
|
+
}
|
|
28154
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
28155
|
+
display: -ms-flexbox;
|
|
28156
|
+
display: flex;
|
|
28157
|
+
}
|
|
28158
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
28159
|
+
border-radius: 0 40% 40% 0;
|
|
28160
|
+
}
|
|
28161
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
28162
|
+
border-radius: 0 40% 40% 0;
|
|
28163
|
+
}
|
|
28164
|
+
}
|
|
28165
|
+
.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 {
|
|
28166
|
+
width: calc(100% - 80px);
|
|
28167
|
+
}
|
|
28168
|
+
|
|
28169
|
+
.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 {
|
|
28170
|
+
width: calc(100% - 110px);
|
|
28171
|
+
}
|
|
28172
|
+
|
|
27983
28173
|
/*! daterangepicker theme */
|
|
27984
28174
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
27985
28175
|
color: #00b0ff;
|
package/styles/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/styles/tailwind-dark.css
CHANGED
|
@@ -17272,6 +17272,10 @@ body.e-colorpicker-overflow {
|
|
|
17272
17272
|
top: 0 !important;
|
|
17273
17273
|
left: 0 !important;
|
|
17274
17274
|
}
|
|
17275
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
17276
|
+
min-width: 100%;
|
|
17277
|
+
min-height: 100%;
|
|
17278
|
+
}
|
|
17275
17279
|
|
|
17276
17280
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
17277
17281
|
background-size: 250px 33px;
|
|
@@ -17284,6 +17288,40 @@ body.e-colorpicker-overflow {
|
|
|
17284
17288
|
min-height: 40px;
|
|
17285
17289
|
}
|
|
17286
17290
|
|
|
17291
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
17292
|
+
height: 15%;
|
|
17293
|
+
}
|
|
17294
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
17295
|
+
float: right;
|
|
17296
|
+
margin-right: 10px;
|
|
17297
|
+
padding: 5px;
|
|
17298
|
+
}
|
|
17299
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
17300
|
+
content: "\e932";
|
|
17301
|
+
font-family: "e-icons";
|
|
17302
|
+
color: rgb(255, 255, 255);
|
|
17303
|
+
}
|
|
17304
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
17305
|
+
min-width: 100%;
|
|
17306
|
+
min-height: 100%;
|
|
17307
|
+
height: 100%;
|
|
17308
|
+
}
|
|
17309
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
17310
|
+
height: 10%;
|
|
17311
|
+
}
|
|
17312
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
17313
|
+
height: 85%;
|
|
17314
|
+
}
|
|
17315
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
17316
|
+
height: 10%;
|
|
17317
|
+
}
|
|
17318
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
17319
|
+
height: 80%;
|
|
17320
|
+
}
|
|
17321
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
17322
|
+
height: 100%;
|
|
17323
|
+
}
|
|
17324
|
+
|
|
17287
17325
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
17288
17326
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
17289
17327
|
display: inline-block;
|
|
@@ -17291,6 +17329,47 @@ body.e-colorpicker-overflow {
|
|
|
17291
17329
|
overflow: auto;
|
|
17292
17330
|
}
|
|
17293
17331
|
}
|
|
17332
|
+
@media screen and (orientation: landscape) {
|
|
17333
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
17334
|
+
float: left;
|
|
17335
|
+
height: 100%;
|
|
17336
|
+
width: 30%;
|
|
17337
|
+
}
|
|
17338
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
17339
|
+
float: left;
|
|
17340
|
+
padding: 5px;
|
|
17341
|
+
}
|
|
17342
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
17343
|
+
font-size: 35px;
|
|
17344
|
+
margin-top: 35%;
|
|
17345
|
+
}
|
|
17346
|
+
.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 {
|
|
17347
|
+
display: block;
|
|
17348
|
+
font-size: 40px;
|
|
17349
|
+
margin-top: 10%;
|
|
17350
|
+
}
|
|
17351
|
+
.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 {
|
|
17352
|
+
height: 10%;
|
|
17353
|
+
}
|
|
17354
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
17355
|
+
height: 75%;
|
|
17356
|
+
}
|
|
17357
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
17358
|
+
display: -ms-flexbox;
|
|
17359
|
+
display: flex;
|
|
17360
|
+
}
|
|
17361
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
17362
|
+
float: right;
|
|
17363
|
+
height: 90%;
|
|
17364
|
+
width: 70%;
|
|
17365
|
+
}
|
|
17366
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
17367
|
+
display: table-row-group;
|
|
17368
|
+
}
|
|
17369
|
+
.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 {
|
|
17370
|
+
height: 100%;
|
|
17371
|
+
}
|
|
17372
|
+
}
|
|
17294
17373
|
.e-datepicker.e-popup-wrapper,
|
|
17295
17374
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
17296
17375
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -19967,6 +20046,12 @@ body.e-colorpicker-overflow {
|
|
|
19967
20046
|
top: 0 !important;
|
|
19968
20047
|
left: 0 !important;
|
|
19969
20048
|
}
|
|
20049
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
20050
|
+
min-height: 100%;
|
|
20051
|
+
min-width: 100%;
|
|
20052
|
+
height: 100%;
|
|
20053
|
+
width: 100%;
|
|
20054
|
+
}
|
|
19970
20055
|
|
|
19971
20056
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
19972
20057
|
background-size: 250px 33px;
|
|
@@ -19979,6 +20064,111 @@ body.e-colorpicker-overflow {
|
|
|
19979
20064
|
min-height: 40px;
|
|
19980
20065
|
}
|
|
19981
20066
|
|
|
20067
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
|
|
20068
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
20069
|
+
min-height: 100%;
|
|
20070
|
+
min-width: 100%;
|
|
20071
|
+
height: 100%;
|
|
20072
|
+
width: 100%;
|
|
20073
|
+
}
|
|
20074
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
20075
|
+
height: 100%;
|
|
20076
|
+
}
|
|
20077
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
20078
|
+
height: 78%;
|
|
20079
|
+
}
|
|
20080
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
20081
|
+
height: 90%;
|
|
20082
|
+
}
|
|
20083
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
|
|
20084
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
20085
|
+
height: 10%;
|
|
20086
|
+
}
|
|
20087
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
20088
|
+
margin: 0;
|
|
20089
|
+
}
|
|
20090
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
20091
|
+
height: 90%;
|
|
20092
|
+
}
|
|
20093
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
20094
|
+
height: 100%;
|
|
20095
|
+
border-spacing: 0px 30px;
|
|
20096
|
+
}
|
|
20097
|
+
|
|
20098
|
+
@media screen and (orientation: landscape) {
|
|
20099
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
20100
|
+
float: left;
|
|
20101
|
+
height: 100%;
|
|
20102
|
+
border-right: 1.5px;
|
|
20103
|
+
border-color: black;
|
|
20104
|
+
width: 40%;
|
|
20105
|
+
margin: 0;
|
|
20106
|
+
display: block;
|
|
20107
|
+
background-color: #3f51b5;
|
|
20108
|
+
}
|
|
20109
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
20110
|
+
height: 100%;
|
|
20111
|
+
width: 100%;
|
|
20112
|
+
}
|
|
20113
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
|
|
20114
|
+
display: block;
|
|
20115
|
+
width: 100%;
|
|
20116
|
+
text-align: -webkit-center;
|
|
20117
|
+
}
|
|
20118
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
|
|
20119
|
+
display: block;
|
|
20120
|
+
width: 100%;
|
|
20121
|
+
text-align: -webkit-center;
|
|
20122
|
+
margin-top: 20%;
|
|
20123
|
+
font-size: 20px;
|
|
20124
|
+
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);
|
|
20125
|
+
}
|
|
20126
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
|
|
20127
|
+
font-size: 20px;
|
|
20128
|
+
margin-top: 60%;
|
|
20129
|
+
color: #fff;
|
|
20130
|
+
}
|
|
20131
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
|
|
20132
|
+
width: 100%;
|
|
20133
|
+
text-align: -webkit-center;
|
|
20134
|
+
margin-top: 20%;
|
|
20135
|
+
font-size: 20px;
|
|
20136
|
+
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);
|
|
20137
|
+
}
|
|
20138
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
20139
|
+
height: 82%;
|
|
20140
|
+
}
|
|
20141
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
20142
|
+
height: 80%;
|
|
20143
|
+
}
|
|
20144
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
20145
|
+
border-spacing: unset;
|
|
20146
|
+
}
|
|
20147
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
20148
|
+
height: 20%;
|
|
20149
|
+
}
|
|
20150
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
20151
|
+
width: 100%;
|
|
20152
|
+
}
|
|
20153
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
20154
|
+
display: -ms-flexbox;
|
|
20155
|
+
display: flex;
|
|
20156
|
+
}
|
|
20157
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
20158
|
+
border-radius: 0 40% 40% 0;
|
|
20159
|
+
}
|
|
20160
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
20161
|
+
border-radius: 0 40% 40% 0;
|
|
20162
|
+
}
|
|
20163
|
+
}
|
|
20164
|
+
.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 {
|
|
20165
|
+
width: calc(100% - 80px);
|
|
20166
|
+
}
|
|
20167
|
+
|
|
20168
|
+
.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 {
|
|
20169
|
+
width: calc(100% - 110px);
|
|
20170
|
+
}
|
|
20171
|
+
|
|
19982
20172
|
/*! daterangepicker theme */
|
|
19983
20173
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
19984
20174
|
color: #fff;
|