@syncfusion/ej2-js-es5 20.2.44 → 20.2.48
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 +4 -4
- package/scripts/ej2.min.js +1 -1
- package/styles/bootstrap-dark.css +7 -7
- package/styles/bootstrap.css +7 -7
- package/styles/bootstrap4.css +7 -7
- package/styles/bootstrap5-dark.css +38 -7
- package/styles/bootstrap5.css +38 -7
- package/styles/compatibility/bootstrap.css +7 -7
- package/styles/compatibility/bootstrap4.css +7 -7
- package/styles/compatibility/fabric.css +7 -7
- package/styles/compatibility/highcontrast.css +7 -7
- package/styles/compatibility/material.css +7 -7
- package/styles/fabric-dark.css +7 -7
- package/styles/fabric.css +7 -7
- package/styles/fluent-dark.css +8 -7
- package/styles/fluent.css +8 -7
- package/styles/highcontrast.css +7 -7
- package/styles/material-dark.css +7 -7
- package/styles/material.css +7 -7
- package/styles/tailwind-dark.css +7 -7
- package/styles/tailwind.css +7 -7
|
@@ -21636,28 +21636,28 @@ body.e-colorpicker-overflow {
|
|
|
21636
21636
|
@media (min-width: 768px) {
|
|
21637
21637
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21638
21638
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21639
|
-
margin: 30px
|
|
21639
|
+
margin: 30px;
|
|
21640
21640
|
width: 600px;
|
|
21641
21641
|
}
|
|
21642
21642
|
}
|
|
21643
21643
|
@media (max-width: 768px) {
|
|
21644
21644
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21645
21645
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21646
|
-
margin: 30px
|
|
21646
|
+
margin: 30px;
|
|
21647
21647
|
width: auto;
|
|
21648
21648
|
}
|
|
21649
21649
|
}
|
|
21650
21650
|
@media (max-width: 768px) {
|
|
21651
21651
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21652
21652
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21653
|
-
margin: 30px
|
|
21653
|
+
margin: 30px;
|
|
21654
21654
|
width: auto;
|
|
21655
21655
|
}
|
|
21656
21656
|
}
|
|
21657
21657
|
@media (min-width: 768px) {
|
|
21658
21658
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21659
21659
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21660
|
-
margin: 30px
|
|
21660
|
+
margin: 30px;
|
|
21661
21661
|
width: 600px;
|
|
21662
21662
|
}
|
|
21663
21663
|
}
|
|
@@ -59767,11 +59767,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
59767
59767
|
border-right-width: 1px;
|
|
59768
59768
|
}
|
|
59769
59769
|
.e-pivotview .e-stackedheadercelldiv {
|
|
59770
|
-
display:
|
|
59770
|
+
display: inline;
|
|
59771
59771
|
}
|
|
59772
59772
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
59773
59773
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
59774
|
-
display: inline
|
|
59774
|
+
display: inline;
|
|
59775
59775
|
padding-left: 12px !important;
|
|
59776
59776
|
margin-top: 5px;
|
|
59777
59777
|
}
|
|
@@ -60266,7 +60266,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
60266
60266
|
.e-pivotview .e-expand,
|
|
60267
60267
|
.e-pivotview .e-collapse {
|
|
60268
60268
|
cursor: pointer;
|
|
60269
|
-
display: inline
|
|
60269
|
+
display: inline;
|
|
60270
60270
|
height: 18px;
|
|
60271
60271
|
margin-top: 5px;
|
|
60272
60272
|
text-align: center;
|
package/styles/bootstrap.css
CHANGED
|
@@ -21643,28 +21643,28 @@ body.e-colorpicker-overflow {
|
|
|
21643
21643
|
@media (min-width: 768px) {
|
|
21644
21644
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21645
21645
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21646
|
-
margin: 30px
|
|
21646
|
+
margin: 30px;
|
|
21647
21647
|
width: 600px;
|
|
21648
21648
|
}
|
|
21649
21649
|
}
|
|
21650
21650
|
@media (max-width: 768px) {
|
|
21651
21651
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21652
21652
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21653
|
-
margin: 30px
|
|
21653
|
+
margin: 30px;
|
|
21654
21654
|
width: auto;
|
|
21655
21655
|
}
|
|
21656
21656
|
}
|
|
21657
21657
|
@media (max-width: 768px) {
|
|
21658
21658
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21659
21659
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21660
|
-
margin: 30px
|
|
21660
|
+
margin: 30px;
|
|
21661
21661
|
width: auto;
|
|
21662
21662
|
}
|
|
21663
21663
|
}
|
|
21664
21664
|
@media (min-width: 768px) {
|
|
21665
21665
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21666
21666
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21667
|
-
margin: 30px
|
|
21667
|
+
margin: 30px;
|
|
21668
21668
|
width: 600px;
|
|
21669
21669
|
}
|
|
21670
21670
|
}
|
|
@@ -61928,11 +61928,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
61928
61928
|
border-right-width: 1px;
|
|
61929
61929
|
}
|
|
61930
61930
|
.e-pivotview .e-stackedheadercelldiv {
|
|
61931
|
-
display:
|
|
61931
|
+
display: inline;
|
|
61932
61932
|
}
|
|
61933
61933
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
61934
61934
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
61935
|
-
display: inline
|
|
61935
|
+
display: inline;
|
|
61936
61936
|
padding-left: 12px !important;
|
|
61937
61937
|
margin-top: 5px;
|
|
61938
61938
|
}
|
|
@@ -62427,7 +62427,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
62427
62427
|
.e-pivotview .e-expand,
|
|
62428
62428
|
.e-pivotview .e-collapse {
|
|
62429
62429
|
cursor: pointer;
|
|
62430
|
-
display: inline
|
|
62430
|
+
display: inline;
|
|
62431
62431
|
height: 18px;
|
|
62432
62432
|
margin-top: 5px;
|
|
62433
62433
|
text-align: center;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -21629,28 +21629,28 @@ body.e-colorpicker-overflow {
|
|
|
21629
21629
|
@media (min-width: 768px) {
|
|
21630
21630
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21631
21631
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21632
|
-
margin: 30px
|
|
21632
|
+
margin: 30px;
|
|
21633
21633
|
width: 600px;
|
|
21634
21634
|
}
|
|
21635
21635
|
}
|
|
21636
21636
|
@media (max-width: 768px) {
|
|
21637
21637
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21638
21638
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21639
|
-
margin: 30px
|
|
21639
|
+
margin: 30px;
|
|
21640
21640
|
width: auto;
|
|
21641
21641
|
}
|
|
21642
21642
|
}
|
|
21643
21643
|
@media (max-width: 768px) {
|
|
21644
21644
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21645
21645
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21646
|
-
margin: 30px
|
|
21646
|
+
margin: 30px;
|
|
21647
21647
|
width: auto;
|
|
21648
21648
|
}
|
|
21649
21649
|
}
|
|
21650
21650
|
@media (min-width: 768px) {
|
|
21651
21651
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21652
21652
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21653
|
-
margin: 30px
|
|
21653
|
+
margin: 30px;
|
|
21654
21654
|
width: 600px;
|
|
21655
21655
|
}
|
|
21656
21656
|
}
|
|
@@ -61370,11 +61370,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
61370
61370
|
border-right-width: 1px;
|
|
61371
61371
|
}
|
|
61372
61372
|
.e-pivotview .e-stackedheadercelldiv {
|
|
61373
|
-
display:
|
|
61373
|
+
display: inline;
|
|
61374
61374
|
}
|
|
61375
61375
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
61376
61376
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
61377
|
-
display: inline
|
|
61377
|
+
display: inline;
|
|
61378
61378
|
padding-left: 12px !important;
|
|
61379
61379
|
margin-top: 5px;
|
|
61380
61380
|
}
|
|
@@ -61892,7 +61892,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
61892
61892
|
.e-pivotview .e-expand,
|
|
61893
61893
|
.e-pivotview .e-collapse {
|
|
61894
61894
|
cursor: pointer;
|
|
61895
|
-
display: inline
|
|
61895
|
+
display: inline;
|
|
61896
61896
|
height: 18px;
|
|
61897
61897
|
margin-top: 5px;
|
|
61898
61898
|
text-align: center;
|
|
@@ -21603,28 +21603,28 @@ body.e-colorpicker-overflow {
|
|
|
21603
21603
|
@media (min-width: 768px) {
|
|
21604
21604
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21605
21605
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21606
|
-
margin: 30px
|
|
21606
|
+
margin: 30px;
|
|
21607
21607
|
width: 600px;
|
|
21608
21608
|
}
|
|
21609
21609
|
}
|
|
21610
21610
|
@media (max-width: 768px) {
|
|
21611
21611
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21612
21612
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21613
|
-
margin: 30px
|
|
21613
|
+
margin: 30px;
|
|
21614
21614
|
width: auto;
|
|
21615
21615
|
}
|
|
21616
21616
|
}
|
|
21617
21617
|
@media (max-width: 768px) {
|
|
21618
21618
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21619
21619
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21620
|
-
margin: 30px
|
|
21620
|
+
margin: 30px;
|
|
21621
21621
|
width: auto;
|
|
21622
21622
|
}
|
|
21623
21623
|
}
|
|
21624
21624
|
@media (min-width: 768px) {
|
|
21625
21625
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21626
21626
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21627
|
-
margin: 30px
|
|
21627
|
+
margin: 30px;
|
|
21628
21628
|
width: 600px;
|
|
21629
21629
|
}
|
|
21630
21630
|
}
|
|
@@ -61106,11 +61106,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
61106
61106
|
border-right-width: 1px;
|
|
61107
61107
|
}
|
|
61108
61108
|
.e-pivotview .e-stackedheadercelldiv {
|
|
61109
|
-
display:
|
|
61109
|
+
display: inline;
|
|
61110
61110
|
}
|
|
61111
61111
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
61112
61112
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
61113
|
-
display: inline
|
|
61113
|
+
display: inline;
|
|
61114
61114
|
padding-left: 12px !important;
|
|
61115
61115
|
margin-top: 5px;
|
|
61116
61116
|
margin-top: 2px;
|
|
@@ -61640,7 +61640,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
61640
61640
|
.e-pivotview .e-expand,
|
|
61641
61641
|
.e-pivotview .e-collapse {
|
|
61642
61642
|
cursor: pointer;
|
|
61643
|
-
display: inline
|
|
61643
|
+
display: inline;
|
|
61644
61644
|
height: 18px;
|
|
61645
61645
|
margin-top: 5px;
|
|
61646
61646
|
text-align: center;
|
|
@@ -63339,6 +63339,24 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
63339
63339
|
.e-ribbon .e-menu-wrapper {
|
|
63340
63340
|
background-color: transparent;
|
|
63341
63341
|
}
|
|
63342
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus, .e-ribbon .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
63343
|
+
border: 1px solid transparent;
|
|
63344
|
+
}
|
|
63345
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus-visible, .e-ribbon .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus-visible {
|
|
63346
|
+
border: 1px solid #adb5bd;
|
|
63347
|
+
}
|
|
63348
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus-visible:hover, .e-ribbon .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus-visible:hover {
|
|
63349
|
+
border: 1px solid #adb5bd;
|
|
63350
|
+
}
|
|
63351
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
63352
|
+
border: 1px solid transparent;
|
|
63353
|
+
}
|
|
63354
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
63355
|
+
border: 1px solid transparent;
|
|
63356
|
+
}
|
|
63357
|
+
.e-ribbon .e-tab:not(.e-focused) .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus, .e-ribbon .e-tab:not(.e-focused) > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
63358
|
+
border: 1px solid transparent;
|
|
63359
|
+
}
|
|
63342
63360
|
|
|
63343
63361
|
/*! recurrence editor theme wise definitions*/ /*! Schedule's bootstrap5 theme wise override definitions and variables */
|
|
63344
63362
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
@@ -69979,6 +69997,19 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
69979
69997
|
cursor: pointer;
|
|
69980
69998
|
}
|
|
69981
69999
|
|
|
70000
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
70001
|
+
height: 32px;
|
|
70002
|
+
}
|
|
70003
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap {
|
|
70004
|
+
height: 32px;
|
|
70005
|
+
}
|
|
70006
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap {
|
|
70007
|
+
height: 35px;
|
|
70008
|
+
}
|
|
70009
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
70010
|
+
margin: 0;
|
|
70011
|
+
}
|
|
70012
|
+
|
|
69982
70013
|
/*! spreadsheet theme */
|
|
69983
70014
|
.e-spreadsheet .e-findtool-dlg {
|
|
69984
70015
|
border-bottom-color: #444c54;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -21603,28 +21603,28 @@ body.e-colorpicker-overflow {
|
|
|
21603
21603
|
@media (min-width: 768px) {
|
|
21604
21604
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21605
21605
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21606
|
-
margin: 30px
|
|
21606
|
+
margin: 30px;
|
|
21607
21607
|
width: 600px;
|
|
21608
21608
|
}
|
|
21609
21609
|
}
|
|
21610
21610
|
@media (max-width: 768px) {
|
|
21611
21611
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21612
21612
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21613
|
-
margin: 30px
|
|
21613
|
+
margin: 30px;
|
|
21614
21614
|
width: auto;
|
|
21615
21615
|
}
|
|
21616
21616
|
}
|
|
21617
21617
|
@media (max-width: 768px) {
|
|
21618
21618
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21619
21619
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21620
|
-
margin: 30px
|
|
21620
|
+
margin: 30px;
|
|
21621
21621
|
width: auto;
|
|
21622
21622
|
}
|
|
21623
21623
|
}
|
|
21624
21624
|
@media (min-width: 768px) {
|
|
21625
21625
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21626
21626
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21627
|
-
margin: 30px
|
|
21627
|
+
margin: 30px;
|
|
21628
21628
|
width: 600px;
|
|
21629
21629
|
}
|
|
21630
21630
|
}
|
|
@@ -61106,11 +61106,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
61106
61106
|
border-right-width: 1px;
|
|
61107
61107
|
}
|
|
61108
61108
|
.e-pivotview .e-stackedheadercelldiv {
|
|
61109
|
-
display:
|
|
61109
|
+
display: inline;
|
|
61110
61110
|
}
|
|
61111
61111
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
61112
61112
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
61113
|
-
display: inline
|
|
61113
|
+
display: inline;
|
|
61114
61114
|
padding-left: 12px !important;
|
|
61115
61115
|
margin-top: 5px;
|
|
61116
61116
|
margin-top: 2px;
|
|
@@ -61640,7 +61640,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
61640
61640
|
.e-pivotview .e-expand,
|
|
61641
61641
|
.e-pivotview .e-collapse {
|
|
61642
61642
|
cursor: pointer;
|
|
61643
|
-
display: inline
|
|
61643
|
+
display: inline;
|
|
61644
61644
|
height: 18px;
|
|
61645
61645
|
margin-top: 5px;
|
|
61646
61646
|
text-align: center;
|
|
@@ -63339,6 +63339,24 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
63339
63339
|
.e-ribbon .e-menu-wrapper {
|
|
63340
63340
|
background-color: transparent;
|
|
63341
63341
|
}
|
|
63342
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus, .e-ribbon .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
63343
|
+
border: 1px solid transparent;
|
|
63344
|
+
}
|
|
63345
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus-visible, .e-ribbon .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus-visible {
|
|
63346
|
+
border: 1px solid #6c757d;
|
|
63347
|
+
}
|
|
63348
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus-visible:hover, .e-ribbon .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus-visible:hover {
|
|
63349
|
+
border: 1px solid #6c757d;
|
|
63350
|
+
}
|
|
63351
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
63352
|
+
border: 1px solid transparent;
|
|
63353
|
+
}
|
|
63354
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
63355
|
+
border: 1px solid transparent;
|
|
63356
|
+
}
|
|
63357
|
+
.e-ribbon .e-tab:not(.e-focused) .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus, .e-ribbon .e-tab:not(.e-focused) > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
63358
|
+
border: 1px solid transparent;
|
|
63359
|
+
}
|
|
63342
63360
|
|
|
63343
63361
|
/*! recurrence editor theme wise definitions*/ /*! Schedule's bootstrap5 theme wise override definitions and variables */
|
|
63344
63362
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
@@ -69979,6 +69997,19 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
69979
69997
|
cursor: pointer;
|
|
69980
69998
|
}
|
|
69981
69999
|
|
|
70000
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
70001
|
+
height: 32px;
|
|
70002
|
+
}
|
|
70003
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap {
|
|
70004
|
+
height: 32px;
|
|
70005
|
+
}
|
|
70006
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap {
|
|
70007
|
+
height: 35px;
|
|
70008
|
+
}
|
|
70009
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
70010
|
+
margin: 0;
|
|
70011
|
+
}
|
|
70012
|
+
|
|
69982
70013
|
/*! spreadsheet theme */
|
|
69983
70014
|
.e-spreadsheet .e-findtool-dlg {
|
|
69984
70015
|
border-bottom-color: #dee2e6;
|
|
@@ -21283,28 +21283,28 @@ body.e-colorpicker-overflow {
|
|
|
21283
21283
|
@media (min-width: 768px) {
|
|
21284
21284
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21285
21285
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21286
|
-
margin: 30px
|
|
21286
|
+
margin: 30px;
|
|
21287
21287
|
width: 600px;
|
|
21288
21288
|
}
|
|
21289
21289
|
}
|
|
21290
21290
|
@media (max-width: 768px) {
|
|
21291
21291
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21292
21292
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21293
|
-
margin: 30px
|
|
21293
|
+
margin: 30px;
|
|
21294
21294
|
width: auto;
|
|
21295
21295
|
}
|
|
21296
21296
|
}
|
|
21297
21297
|
@media (max-width: 768px) {
|
|
21298
21298
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21299
21299
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21300
|
-
margin: 30px
|
|
21300
|
+
margin: 30px;
|
|
21301
21301
|
width: auto;
|
|
21302
21302
|
}
|
|
21303
21303
|
}
|
|
21304
21304
|
@media (min-width: 768px) {
|
|
21305
21305
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21306
21306
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21307
|
-
margin: 30px
|
|
21307
|
+
margin: 30px;
|
|
21308
21308
|
width: 600px;
|
|
21309
21309
|
}
|
|
21310
21310
|
}
|
|
@@ -61484,11 +61484,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
61484
61484
|
border-right-width: 1px;
|
|
61485
61485
|
}
|
|
61486
61486
|
.e-pivotview .e-stackedheadercelldiv {
|
|
61487
|
-
display:
|
|
61487
|
+
display: inline;
|
|
61488
61488
|
}
|
|
61489
61489
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
61490
61490
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
61491
|
-
display: inline
|
|
61491
|
+
display: inline;
|
|
61492
61492
|
padding-left: 12px !important;
|
|
61493
61493
|
margin-top: 5px;
|
|
61494
61494
|
}
|
|
@@ -61983,7 +61983,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
61983
61983
|
.e-pivotview .e-expand,
|
|
61984
61984
|
.e-pivotview .e-collapse {
|
|
61985
61985
|
cursor: pointer;
|
|
61986
|
-
display: inline
|
|
61986
|
+
display: inline;
|
|
61987
61987
|
height: 18px;
|
|
61988
61988
|
margin-top: 5px;
|
|
61989
61989
|
text-align: center;
|
|
@@ -21267,28 +21267,28 @@ body.e-colorpicker-overflow {
|
|
|
21267
21267
|
@media (min-width: 768px) {
|
|
21268
21268
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21269
21269
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21270
|
-
margin: 30px
|
|
21270
|
+
margin: 30px;
|
|
21271
21271
|
width: 600px;
|
|
21272
21272
|
}
|
|
21273
21273
|
}
|
|
21274
21274
|
@media (max-width: 768px) {
|
|
21275
21275
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21276
21276
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21277
|
-
margin: 30px
|
|
21277
|
+
margin: 30px;
|
|
21278
21278
|
width: auto;
|
|
21279
21279
|
}
|
|
21280
21280
|
}
|
|
21281
21281
|
@media (max-width: 768px) {
|
|
21282
21282
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21283
21283
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21284
|
-
margin: 30px
|
|
21284
|
+
margin: 30px;
|
|
21285
21285
|
width: auto;
|
|
21286
21286
|
}
|
|
21287
21287
|
}
|
|
21288
21288
|
@media (min-width: 768px) {
|
|
21289
21289
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21290
21290
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21291
|
-
margin: 30px
|
|
21291
|
+
margin: 30px;
|
|
21292
21292
|
width: 600px;
|
|
21293
21293
|
}
|
|
21294
21294
|
}
|
|
@@ -60924,11 +60924,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
60924
60924
|
border-right-width: 1px;
|
|
60925
60925
|
}
|
|
60926
60926
|
.e-pivotview .e-stackedheadercelldiv {
|
|
60927
|
-
display:
|
|
60927
|
+
display: inline;
|
|
60928
60928
|
}
|
|
60929
60929
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
60930
60930
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
60931
|
-
display: inline
|
|
60931
|
+
display: inline;
|
|
60932
60932
|
padding-left: 12px !important;
|
|
60933
60933
|
margin-top: 5px;
|
|
60934
60934
|
}
|
|
@@ -61446,7 +61446,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
61446
61446
|
.e-pivotview .e-expand,
|
|
61447
61447
|
.e-pivotview .e-collapse {
|
|
61448
61448
|
cursor: pointer;
|
|
61449
|
-
display: inline
|
|
61449
|
+
display: inline;
|
|
61450
61450
|
height: 18px;
|
|
61451
61451
|
margin-top: 5px;
|
|
61452
61452
|
text-align: center;
|
|
@@ -21182,28 +21182,28 @@ body.e-colorpicker-overflow {
|
|
|
21182
21182
|
@media (min-width: 768px) {
|
|
21183
21183
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21184
21184
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21185
|
-
margin: 30px
|
|
21185
|
+
margin: 30px;
|
|
21186
21186
|
width: 600px;
|
|
21187
21187
|
}
|
|
21188
21188
|
}
|
|
21189
21189
|
@media (max-width: 768px) {
|
|
21190
21190
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21191
21191
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21192
|
-
margin: 30px
|
|
21192
|
+
margin: 30px;
|
|
21193
21193
|
width: auto;
|
|
21194
21194
|
}
|
|
21195
21195
|
}
|
|
21196
21196
|
@media (max-width: 768px) {
|
|
21197
21197
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21198
21198
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21199
|
-
margin: 30px
|
|
21199
|
+
margin: 30px;
|
|
21200
21200
|
width: auto;
|
|
21201
21201
|
}
|
|
21202
21202
|
}
|
|
21203
21203
|
@media (min-width: 768px) {
|
|
21204
21204
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21205
21205
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21206
|
-
margin: 30px
|
|
21206
|
+
margin: 30px;
|
|
21207
21207
|
width: 600px;
|
|
21208
21208
|
}
|
|
21209
21209
|
}
|
|
@@ -61260,11 +61260,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
61260
61260
|
border-right-width: 1px;
|
|
61261
61261
|
}
|
|
61262
61262
|
.e-pivotview .e-stackedheadercelldiv {
|
|
61263
|
-
display:
|
|
61263
|
+
display: inline;
|
|
61264
61264
|
}
|
|
61265
61265
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
61266
61266
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
61267
|
-
display: inline
|
|
61267
|
+
display: inline;
|
|
61268
61268
|
padding-left: 12px !important;
|
|
61269
61269
|
margin-top: 5px;
|
|
61270
61270
|
}
|
|
@@ -61756,7 +61756,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
61756
61756
|
.e-pivotview .e-expand,
|
|
61757
61757
|
.e-pivotview .e-collapse {
|
|
61758
61758
|
cursor: pointer;
|
|
61759
|
-
display: inline
|
|
61759
|
+
display: inline;
|
|
61760
61760
|
height: 18px;
|
|
61761
61761
|
margin-top: 5px;
|
|
61762
61762
|
text-align: center;
|
|
@@ -21626,28 +21626,28 @@ body.e-colorpicker-overflow {
|
|
|
21626
21626
|
@media (min-width: 768px) {
|
|
21627
21627
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21628
21628
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21629
|
-
margin: 30px
|
|
21629
|
+
margin: 30px;
|
|
21630
21630
|
width: 600px;
|
|
21631
21631
|
}
|
|
21632
21632
|
}
|
|
21633
21633
|
@media (max-width: 768px) {
|
|
21634
21634
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21635
21635
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21636
|
-
margin: 30px
|
|
21636
|
+
margin: 30px;
|
|
21637
21637
|
width: auto;
|
|
21638
21638
|
}
|
|
21639
21639
|
}
|
|
21640
21640
|
@media (max-width: 768px) {
|
|
21641
21641
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21642
21642
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21643
|
-
margin: 30px
|
|
21643
|
+
margin: 30px;
|
|
21644
21644
|
width: auto;
|
|
21645
21645
|
}
|
|
21646
21646
|
}
|
|
21647
21647
|
@media (min-width: 768px) {
|
|
21648
21648
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21649
21649
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21650
|
-
margin: 30px
|
|
21650
|
+
margin: 30px;
|
|
21651
21651
|
width: 600px;
|
|
21652
21652
|
}
|
|
21653
21653
|
}
|
|
@@ -62060,11 +62060,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
62060
62060
|
border-right-width: 1px;
|
|
62061
62061
|
}
|
|
62062
62062
|
.e-pivotview .e-stackedheadercelldiv {
|
|
62063
|
-
display:
|
|
62063
|
+
display: inline;
|
|
62064
62064
|
}
|
|
62065
62065
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
62066
62066
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
62067
|
-
display: inline
|
|
62067
|
+
display: inline;
|
|
62068
62068
|
padding-left: 12px !important;
|
|
62069
62069
|
margin-top: 5px;
|
|
62070
62070
|
margin-top: 0;
|
|
@@ -62557,7 +62557,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
62557
62557
|
.e-pivotview .e-expand,
|
|
62558
62558
|
.e-pivotview .e-collapse {
|
|
62559
62559
|
cursor: pointer;
|
|
62560
|
-
display: inline
|
|
62560
|
+
display: inline;
|
|
62561
62561
|
height: 18px;
|
|
62562
62562
|
margin-top: 5px;
|
|
62563
62563
|
text-align: center;
|
|
@@ -29435,28 +29435,28 @@ body.e-colorpicker-overflow {
|
|
|
29435
29435
|
@media (min-width: 768px) {
|
|
29436
29436
|
.e-alert-dialog.e-dialog.e-popup,
|
|
29437
29437
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
29438
|
-
margin: 30px
|
|
29438
|
+
margin: 30px;
|
|
29439
29439
|
width: 600px;
|
|
29440
29440
|
}
|
|
29441
29441
|
}
|
|
29442
29442
|
@media (max-width: 768px) {
|
|
29443
29443
|
.e-alert-dialog.e-dialog.e-popup,
|
|
29444
29444
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
29445
|
-
margin: 30px
|
|
29445
|
+
margin: 30px;
|
|
29446
29446
|
width: auto;
|
|
29447
29447
|
}
|
|
29448
29448
|
}
|
|
29449
29449
|
@media (max-width: 768px) {
|
|
29450
29450
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
29451
29451
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
29452
|
-
margin: 30px
|
|
29452
|
+
margin: 30px;
|
|
29453
29453
|
width: auto;
|
|
29454
29454
|
}
|
|
29455
29455
|
}
|
|
29456
29456
|
@media (min-width: 768px) {
|
|
29457
29457
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
29458
29458
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
29459
|
-
margin: 30px
|
|
29459
|
+
margin: 30px;
|
|
29460
29460
|
width: 600px;
|
|
29461
29461
|
}
|
|
29462
29462
|
}
|
|
@@ -70995,11 +70995,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
70995
70995
|
border-right-width: 1px;
|
|
70996
70996
|
}
|
|
70997
70997
|
.e-pivotview .e-stackedheadercelldiv {
|
|
70998
|
-
display:
|
|
70998
|
+
display: inline;
|
|
70999
70999
|
}
|
|
71000
71000
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
71001
71001
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
71002
|
-
display: inline
|
|
71002
|
+
display: inline;
|
|
71003
71003
|
padding-left: 12px !important;
|
|
71004
71004
|
margin-top: 5px;
|
|
71005
71005
|
}
|
|
@@ -71494,7 +71494,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
71494
71494
|
.e-pivotview .e-expand,
|
|
71495
71495
|
.e-pivotview .e-collapse {
|
|
71496
71496
|
cursor: pointer;
|
|
71497
|
-
display: inline
|
|
71497
|
+
display: inline;
|
|
71498
71498
|
height: 18px;
|
|
71499
71499
|
margin-top: 5px;
|
|
71500
71500
|
text-align: center;
|