@syncfusion/ej2-js-es5 20.2.48 → 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 +194 -1
- package/styles/bootstrap.css +194 -1
- package/styles/bootstrap4.css +194 -1
- package/styles/bootstrap5-dark.css +194 -1
- package/styles/bootstrap5.css +194 -1
- package/styles/compatibility/bootstrap.css +194 -1
- package/styles/compatibility/bootstrap4.css +194 -1
- package/styles/compatibility/fabric.css +194 -1
- package/styles/compatibility/highcontrast.css +194 -1
- package/styles/compatibility/material.css +194 -1
- package/styles/fabric-dark.css +194 -1
- package/styles/fabric.css +194 -1
- package/styles/fluent-dark.css +194 -1
- package/styles/fluent.css +194 -1
- package/styles/highcontrast.css +194 -1
- package/styles/material-dark.css +194 -1
- package/styles/material.css +194 -1
- package/styles/tailwind-dark.css +194 -1
- package/styles/tailwind.css +194 -1
package/styles/tailwind.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: #111827;
|
|
@@ -53402,7 +53592,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
53402
53592
|
}
|
|
53403
53593
|
|
|
53404
53594
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
53405
|
-
display:
|
|
53595
|
+
display: block;
|
|
53596
|
+
padding-left: 10px;
|
|
53597
|
+
padding-right: 10px;
|
|
53598
|
+
width: auto;
|
|
53406
53599
|
}
|
|
53407
53600
|
|
|
53408
53601
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|