@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/bootstrap5-dark.css
CHANGED
|
@@ -17319,6 +17319,10 @@ body.e-colorpicker-overflow {
|
|
|
17319
17319
|
top: 0 !important;
|
|
17320
17320
|
left: 0 !important;
|
|
17321
17321
|
}
|
|
17322
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
17323
|
+
min-width: 100%;
|
|
17324
|
+
min-height: 100%;
|
|
17325
|
+
}
|
|
17322
17326
|
|
|
17323
17327
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
17324
17328
|
background-size: 250px 33px;
|
|
@@ -17331,6 +17335,40 @@ body.e-colorpicker-overflow {
|
|
|
17331
17335
|
min-height: 40px;
|
|
17332
17336
|
}
|
|
17333
17337
|
|
|
17338
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
17339
|
+
height: 15%;
|
|
17340
|
+
}
|
|
17341
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
17342
|
+
float: right;
|
|
17343
|
+
margin-right: 10px;
|
|
17344
|
+
padding: 5px;
|
|
17345
|
+
}
|
|
17346
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
17347
|
+
content: "\e932";
|
|
17348
|
+
font-family: "e-icons";
|
|
17349
|
+
color: rgb(255, 255, 255);
|
|
17350
|
+
}
|
|
17351
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
17352
|
+
min-width: 100%;
|
|
17353
|
+
min-height: 100%;
|
|
17354
|
+
height: 100%;
|
|
17355
|
+
}
|
|
17356
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
17357
|
+
height: 10%;
|
|
17358
|
+
}
|
|
17359
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
17360
|
+
height: 85%;
|
|
17361
|
+
}
|
|
17362
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
17363
|
+
height: 10%;
|
|
17364
|
+
}
|
|
17365
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
17366
|
+
height: 80%;
|
|
17367
|
+
}
|
|
17368
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
17369
|
+
height: 100%;
|
|
17370
|
+
}
|
|
17371
|
+
|
|
17334
17372
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
17335
17373
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
17336
17374
|
display: inline-block;
|
|
@@ -17338,6 +17376,47 @@ body.e-colorpicker-overflow {
|
|
|
17338
17376
|
overflow: auto;
|
|
17339
17377
|
}
|
|
17340
17378
|
}
|
|
17379
|
+
@media screen and (orientation: landscape) {
|
|
17380
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
17381
|
+
float: left;
|
|
17382
|
+
height: 100%;
|
|
17383
|
+
width: 30%;
|
|
17384
|
+
}
|
|
17385
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
17386
|
+
float: left;
|
|
17387
|
+
padding: 5px;
|
|
17388
|
+
}
|
|
17389
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
17390
|
+
font-size: 35px;
|
|
17391
|
+
margin-top: 35%;
|
|
17392
|
+
}
|
|
17393
|
+
.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 {
|
|
17394
|
+
display: block;
|
|
17395
|
+
font-size: 40px;
|
|
17396
|
+
margin-top: 10%;
|
|
17397
|
+
}
|
|
17398
|
+
.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 {
|
|
17399
|
+
height: 10%;
|
|
17400
|
+
}
|
|
17401
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
17402
|
+
height: 75%;
|
|
17403
|
+
}
|
|
17404
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
17405
|
+
display: -ms-flexbox;
|
|
17406
|
+
display: flex;
|
|
17407
|
+
}
|
|
17408
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
17409
|
+
float: right;
|
|
17410
|
+
height: 90%;
|
|
17411
|
+
width: 70%;
|
|
17412
|
+
}
|
|
17413
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
17414
|
+
display: table-row-group;
|
|
17415
|
+
}
|
|
17416
|
+
.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 {
|
|
17417
|
+
height: 100%;
|
|
17418
|
+
}
|
|
17419
|
+
}
|
|
17341
17420
|
.e-datepicker.e-popup-wrapper,
|
|
17342
17421
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
17343
17422
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -19886,6 +19965,12 @@ body.e-colorpicker-overflow {
|
|
|
19886
19965
|
top: 0 !important;
|
|
19887
19966
|
left: 0 !important;
|
|
19888
19967
|
}
|
|
19968
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
19969
|
+
min-height: 100%;
|
|
19970
|
+
min-width: 100%;
|
|
19971
|
+
height: 100%;
|
|
19972
|
+
width: 100%;
|
|
19973
|
+
}
|
|
19889
19974
|
|
|
19890
19975
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
19891
19976
|
background-size: 250px 33px;
|
|
@@ -19898,6 +19983,111 @@ body.e-colorpicker-overflow {
|
|
|
19898
19983
|
min-height: 40px;
|
|
19899
19984
|
}
|
|
19900
19985
|
|
|
19986
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
|
|
19987
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
19988
|
+
min-height: 100%;
|
|
19989
|
+
min-width: 100%;
|
|
19990
|
+
height: 100%;
|
|
19991
|
+
width: 100%;
|
|
19992
|
+
}
|
|
19993
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
19994
|
+
height: 100%;
|
|
19995
|
+
}
|
|
19996
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
19997
|
+
height: 78%;
|
|
19998
|
+
}
|
|
19999
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
20000
|
+
height: 90%;
|
|
20001
|
+
}
|
|
20002
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
|
|
20003
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
20004
|
+
height: 10%;
|
|
20005
|
+
}
|
|
20006
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
20007
|
+
margin: 0;
|
|
20008
|
+
}
|
|
20009
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
20010
|
+
height: 90%;
|
|
20011
|
+
}
|
|
20012
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
20013
|
+
height: 100%;
|
|
20014
|
+
border-spacing: 0px 30px;
|
|
20015
|
+
}
|
|
20016
|
+
|
|
20017
|
+
@media screen and (orientation: landscape) {
|
|
20018
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
20019
|
+
float: left;
|
|
20020
|
+
height: 100%;
|
|
20021
|
+
border-right: 1.5px;
|
|
20022
|
+
border-color: black;
|
|
20023
|
+
width: 40%;
|
|
20024
|
+
margin: 0;
|
|
20025
|
+
display: block;
|
|
20026
|
+
background-color: #3f51b5;
|
|
20027
|
+
}
|
|
20028
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
20029
|
+
height: 100%;
|
|
20030
|
+
width: 100%;
|
|
20031
|
+
}
|
|
20032
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
|
|
20033
|
+
display: block;
|
|
20034
|
+
width: 100%;
|
|
20035
|
+
text-align: -webkit-center;
|
|
20036
|
+
}
|
|
20037
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
|
|
20038
|
+
display: block;
|
|
20039
|
+
width: 100%;
|
|
20040
|
+
text-align: -webkit-center;
|
|
20041
|
+
margin-top: 20%;
|
|
20042
|
+
font-size: 20px;
|
|
20043
|
+
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);
|
|
20044
|
+
}
|
|
20045
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
|
|
20046
|
+
font-size: 20px;
|
|
20047
|
+
margin-top: 60%;
|
|
20048
|
+
color: #fff;
|
|
20049
|
+
}
|
|
20050
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
|
|
20051
|
+
width: 100%;
|
|
20052
|
+
text-align: -webkit-center;
|
|
20053
|
+
margin-top: 20%;
|
|
20054
|
+
font-size: 20px;
|
|
20055
|
+
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);
|
|
20056
|
+
}
|
|
20057
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
20058
|
+
height: 82%;
|
|
20059
|
+
}
|
|
20060
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
20061
|
+
height: 80%;
|
|
20062
|
+
}
|
|
20063
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
20064
|
+
border-spacing: unset;
|
|
20065
|
+
}
|
|
20066
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
20067
|
+
height: 20%;
|
|
20068
|
+
}
|
|
20069
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
20070
|
+
width: 100%;
|
|
20071
|
+
}
|
|
20072
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
20073
|
+
display: -ms-flexbox;
|
|
20074
|
+
display: flex;
|
|
20075
|
+
}
|
|
20076
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
20077
|
+
border-radius: 0 40% 40% 0;
|
|
20078
|
+
}
|
|
20079
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
20080
|
+
border-radius: 0 40% 40% 0;
|
|
20081
|
+
}
|
|
20082
|
+
}
|
|
20083
|
+
.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 {
|
|
20084
|
+
width: calc(100% - 80px);
|
|
20085
|
+
}
|
|
20086
|
+
|
|
20087
|
+
.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 {
|
|
20088
|
+
width: calc(100% - 110px);
|
|
20089
|
+
}
|
|
20090
|
+
|
|
19901
20091
|
/*! daterangepicker theme */
|
|
19902
20092
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
19903
20093
|
color: #fff;
|
package/bootstrap5.css
CHANGED
|
@@ -17319,6 +17319,10 @@ body.e-colorpicker-overflow {
|
|
|
17319
17319
|
top: 0 !important;
|
|
17320
17320
|
left: 0 !important;
|
|
17321
17321
|
}
|
|
17322
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
17323
|
+
min-width: 100%;
|
|
17324
|
+
min-height: 100%;
|
|
17325
|
+
}
|
|
17322
17326
|
|
|
17323
17327
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
17324
17328
|
background-size: 250px 33px;
|
|
@@ -17331,6 +17335,40 @@ body.e-colorpicker-overflow {
|
|
|
17331
17335
|
min-height: 40px;
|
|
17332
17336
|
}
|
|
17333
17337
|
|
|
17338
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
17339
|
+
height: 15%;
|
|
17340
|
+
}
|
|
17341
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
17342
|
+
float: right;
|
|
17343
|
+
margin-right: 10px;
|
|
17344
|
+
padding: 5px;
|
|
17345
|
+
}
|
|
17346
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
17347
|
+
content: "\e932";
|
|
17348
|
+
font-family: "e-icons";
|
|
17349
|
+
color: rgb(255, 255, 255);
|
|
17350
|
+
}
|
|
17351
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
17352
|
+
min-width: 100%;
|
|
17353
|
+
min-height: 100%;
|
|
17354
|
+
height: 100%;
|
|
17355
|
+
}
|
|
17356
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
17357
|
+
height: 10%;
|
|
17358
|
+
}
|
|
17359
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
17360
|
+
height: 85%;
|
|
17361
|
+
}
|
|
17362
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
17363
|
+
height: 10%;
|
|
17364
|
+
}
|
|
17365
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
17366
|
+
height: 80%;
|
|
17367
|
+
}
|
|
17368
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
17369
|
+
height: 100%;
|
|
17370
|
+
}
|
|
17371
|
+
|
|
17334
17372
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
17335
17373
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
17336
17374
|
display: inline-block;
|
|
@@ -17338,6 +17376,47 @@ body.e-colorpicker-overflow {
|
|
|
17338
17376
|
overflow: auto;
|
|
17339
17377
|
}
|
|
17340
17378
|
}
|
|
17379
|
+
@media screen and (orientation: landscape) {
|
|
17380
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
17381
|
+
float: left;
|
|
17382
|
+
height: 100%;
|
|
17383
|
+
width: 30%;
|
|
17384
|
+
}
|
|
17385
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
17386
|
+
float: left;
|
|
17387
|
+
padding: 5px;
|
|
17388
|
+
}
|
|
17389
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
17390
|
+
font-size: 35px;
|
|
17391
|
+
margin-top: 35%;
|
|
17392
|
+
}
|
|
17393
|
+
.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 {
|
|
17394
|
+
display: block;
|
|
17395
|
+
font-size: 40px;
|
|
17396
|
+
margin-top: 10%;
|
|
17397
|
+
}
|
|
17398
|
+
.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 {
|
|
17399
|
+
height: 10%;
|
|
17400
|
+
}
|
|
17401
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
17402
|
+
height: 75%;
|
|
17403
|
+
}
|
|
17404
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
17405
|
+
display: -ms-flexbox;
|
|
17406
|
+
display: flex;
|
|
17407
|
+
}
|
|
17408
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
17409
|
+
float: right;
|
|
17410
|
+
height: 90%;
|
|
17411
|
+
width: 70%;
|
|
17412
|
+
}
|
|
17413
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
17414
|
+
display: table-row-group;
|
|
17415
|
+
}
|
|
17416
|
+
.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 {
|
|
17417
|
+
height: 100%;
|
|
17418
|
+
}
|
|
17419
|
+
}
|
|
17341
17420
|
.e-datepicker.e-popup-wrapper,
|
|
17342
17421
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
17343
17422
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -19886,6 +19965,12 @@ body.e-colorpicker-overflow {
|
|
|
19886
19965
|
top: 0 !important;
|
|
19887
19966
|
left: 0 !important;
|
|
19888
19967
|
}
|
|
19968
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
19969
|
+
min-height: 100%;
|
|
19970
|
+
min-width: 100%;
|
|
19971
|
+
height: 100%;
|
|
19972
|
+
width: 100%;
|
|
19973
|
+
}
|
|
19889
19974
|
|
|
19890
19975
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
19891
19976
|
background-size: 250px 33px;
|
|
@@ -19898,6 +19983,111 @@ body.e-colorpicker-overflow {
|
|
|
19898
19983
|
min-height: 40px;
|
|
19899
19984
|
}
|
|
19900
19985
|
|
|
19986
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
|
|
19987
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
19988
|
+
min-height: 100%;
|
|
19989
|
+
min-width: 100%;
|
|
19990
|
+
height: 100%;
|
|
19991
|
+
width: 100%;
|
|
19992
|
+
}
|
|
19993
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
19994
|
+
height: 100%;
|
|
19995
|
+
}
|
|
19996
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
19997
|
+
height: 78%;
|
|
19998
|
+
}
|
|
19999
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
20000
|
+
height: 90%;
|
|
20001
|
+
}
|
|
20002
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
|
|
20003
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
20004
|
+
height: 10%;
|
|
20005
|
+
}
|
|
20006
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
20007
|
+
margin: 0;
|
|
20008
|
+
}
|
|
20009
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
20010
|
+
height: 90%;
|
|
20011
|
+
}
|
|
20012
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
20013
|
+
height: 100%;
|
|
20014
|
+
border-spacing: 0px 30px;
|
|
20015
|
+
}
|
|
20016
|
+
|
|
20017
|
+
@media screen and (orientation: landscape) {
|
|
20018
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
20019
|
+
float: left;
|
|
20020
|
+
height: 100%;
|
|
20021
|
+
border-right: 1.5px;
|
|
20022
|
+
border-color: black;
|
|
20023
|
+
width: 40%;
|
|
20024
|
+
margin: 0;
|
|
20025
|
+
display: block;
|
|
20026
|
+
background-color: #3f51b5;
|
|
20027
|
+
}
|
|
20028
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
20029
|
+
height: 100%;
|
|
20030
|
+
width: 100%;
|
|
20031
|
+
}
|
|
20032
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
|
|
20033
|
+
display: block;
|
|
20034
|
+
width: 100%;
|
|
20035
|
+
text-align: -webkit-center;
|
|
20036
|
+
}
|
|
20037
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
|
|
20038
|
+
display: block;
|
|
20039
|
+
width: 100%;
|
|
20040
|
+
text-align: -webkit-center;
|
|
20041
|
+
margin-top: 20%;
|
|
20042
|
+
font-size: 20px;
|
|
20043
|
+
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);
|
|
20044
|
+
}
|
|
20045
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
|
|
20046
|
+
font-size: 20px;
|
|
20047
|
+
margin-top: 60%;
|
|
20048
|
+
color: #fff;
|
|
20049
|
+
}
|
|
20050
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
|
|
20051
|
+
width: 100%;
|
|
20052
|
+
text-align: -webkit-center;
|
|
20053
|
+
margin-top: 20%;
|
|
20054
|
+
font-size: 20px;
|
|
20055
|
+
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);
|
|
20056
|
+
}
|
|
20057
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
20058
|
+
height: 82%;
|
|
20059
|
+
}
|
|
20060
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
20061
|
+
height: 80%;
|
|
20062
|
+
}
|
|
20063
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
20064
|
+
border-spacing: unset;
|
|
20065
|
+
}
|
|
20066
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
20067
|
+
height: 20%;
|
|
20068
|
+
}
|
|
20069
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
20070
|
+
width: 100%;
|
|
20071
|
+
}
|
|
20072
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
20073
|
+
display: -ms-flexbox;
|
|
20074
|
+
display: flex;
|
|
20075
|
+
}
|
|
20076
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
20077
|
+
border-radius: 0 40% 40% 0;
|
|
20078
|
+
}
|
|
20079
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
20080
|
+
border-radius: 0 40% 40% 0;
|
|
20081
|
+
}
|
|
20082
|
+
}
|
|
20083
|
+
.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 {
|
|
20084
|
+
width: calc(100% - 80px);
|
|
20085
|
+
}
|
|
20086
|
+
|
|
20087
|
+
.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 {
|
|
20088
|
+
width: calc(100% - 110px);
|
|
20089
|
+
}
|
|
20090
|
+
|
|
19901
20091
|
/*! daterangepicker theme */
|
|
19902
20092
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
19903
20093
|
color: #212529;
|
|
@@ -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,
|
package/datepicker/bootstrap.css
CHANGED
|
@@ -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,
|