@syncfusion/ej2 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/bootstrap-dark.css +7 -7
- package/bootstrap.css +7 -7
- package/bootstrap4.css +7 -7
- package/bootstrap5-dark.css +38 -7
- package/bootstrap5.css +38 -7
- package/dialog/bootstrap-dark.css +4 -4
- package/dialog/bootstrap.css +4 -4
- package/dialog/bootstrap4.css +4 -4
- package/dialog/bootstrap5.css +4 -4
- package/dialog/compatibility/bootstrap-dark.css +4 -4
- package/dialog/compatibility/bootstrap.css +4 -4
- package/dialog/compatibility/bootstrap4.css +4 -4
- package/dialog/compatibility/bootstrap5.css +4 -4
- package/dialog/compatibility/fabric-dark.css +4 -4
- package/dialog/compatibility/fabric.css +4 -4
- package/dialog/compatibility/fluent-dark.css +4 -4
- package/dialog/compatibility/fluent.css +4 -4
- package/dialog/compatibility/highcontrast-light.css +4 -4
- package/dialog/compatibility/highcontrast.css +4 -4
- package/dialog/compatibility/material-dark.css +4 -4
- package/dialog/compatibility/material.css +4 -4
- package/dialog/compatibility/tailwind-dark.css +4 -4
- package/dialog/compatibility/tailwind.css +4 -4
- package/dialog/fabric-dark.css +4 -4
- package/dialog/fabric.css +4 -4
- package/dialog/fluent-dark.css +4 -4
- package/dialog/fluent.css +4 -4
- package/dialog/highcontrast-light.css +4 -4
- package/dialog/highcontrast.css +4 -4
- package/dialog/material-dark.css +4 -4
- package/dialog/material.css +4 -4
- package/dialog/tailwind-dark.css +4 -4
- package/dialog/tailwind.css +4 -4
- package/dist/ej2.d.ts +1 -1
- package/dist/ej2.min.js +2 -2
- package/fabric-dark.css +7 -7
- package/fabric.css +7 -7
- package/fluent-dark.css +8 -7
- package/fluent.css +8 -7
- package/highcontrast.css +7 -7
- package/material-dark.css +7 -7
- package/material.css +7 -7
- package/package.json +45 -45
- package/pivotview/bootstrap-dark.css +3 -3
- package/pivotview/bootstrap.css +3 -3
- package/pivotview/bootstrap4.css +3 -3
- package/pivotview/bootstrap5-dark.css +3 -3
- package/pivotview/bootstrap5.css +3 -3
- package/pivotview/compatibility/bootstrap-dark.css +3 -3
- package/pivotview/compatibility/bootstrap.css +3 -3
- package/pivotview/compatibility/bootstrap4.css +3 -3
- package/pivotview/compatibility/bootstrap5-dark.css +3 -3
- package/pivotview/compatibility/bootstrap5.css +3 -3
- package/pivotview/compatibility/fabric-dark.css +3 -3
- package/pivotview/compatibility/fabric.css +3 -3
- package/pivotview/compatibility/fluent-dark.css +3 -3
- package/pivotview/compatibility/fluent.css +3 -3
- package/pivotview/compatibility/highcontrast-light.css +3 -3
- package/pivotview/compatibility/highcontrast.css +3 -3
- package/pivotview/compatibility/material-dark.css +3 -3
- package/pivotview/compatibility/material.css +3 -3
- package/pivotview/compatibility/tailwind-dark.css +3 -3
- package/pivotview/compatibility/tailwind.css +3 -3
- package/pivotview/fabric-dark.css +3 -3
- package/pivotview/fabric.css +3 -3
- package/pivotview/fluent-dark.css +3 -3
- package/pivotview/fluent.css +3 -3
- package/pivotview/highcontrast-light.css +3 -3
- package/pivotview/highcontrast.css +3 -3
- package/pivotview/material-dark.css +3 -3
- package/pivotview/material.css +3 -3
- package/pivotview/tailwind-dark.css +3 -3
- package/pivotview/tailwind.css +3 -3
- package/resource.json +8 -2
- package/ribbon/bootstrap5-dark.css +18 -0
- package/ribbon/bootstrap5.css +18 -0
- package/ribbon/compatibility/bootstrap5-dark.css +18 -0
- package/ribbon/compatibility/bootstrap5.css +18 -0
- package/rich-text-editor/compatibility/fluent-dark.css +1 -0
- package/rich-text-editor/compatibility/fluent.css +1 -0
- package/rich-text-editor/fluent-dark.css +1 -0
- package/rich-text-editor/fluent.css +1 -0
- package/spreadsheet/bootstrap5-dark.css +13 -0
- package/spreadsheet/bootstrap5.css +13 -0
- package/spreadsheet/compatibility/bootstrap5-dark.css +13 -0
- package/spreadsheet/compatibility/bootstrap5.css +13 -0
- 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/tailwind-dark.css +7 -7
- package/tailwind.css +7 -7
package/fabric-dark.css
CHANGED
|
@@ -21543,28 +21543,28 @@ body.e-colorpicker-overflow {
|
|
|
21543
21543
|
@media (min-width: 768px) {
|
|
21544
21544
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21545
21545
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21546
|
-
margin: 30px
|
|
21546
|
+
margin: 30px;
|
|
21547
21547
|
width: 600px;
|
|
21548
21548
|
}
|
|
21549
21549
|
}
|
|
21550
21550
|
@media (max-width: 768px) {
|
|
21551
21551
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21552
21552
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21553
|
-
margin: 30px
|
|
21553
|
+
margin: 30px;
|
|
21554
21554
|
width: auto;
|
|
21555
21555
|
}
|
|
21556
21556
|
}
|
|
21557
21557
|
@media (max-width: 768px) {
|
|
21558
21558
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21559
21559
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21560
|
-
margin: 30px
|
|
21560
|
+
margin: 30px;
|
|
21561
21561
|
width: auto;
|
|
21562
21562
|
}
|
|
21563
21563
|
}
|
|
21564
21564
|
@media (min-width: 768px) {
|
|
21565
21565
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21566
21566
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21567
|
-
margin: 30px
|
|
21567
|
+
margin: 30px;
|
|
21568
21568
|
width: 600px;
|
|
21569
21569
|
}
|
|
21570
21570
|
}
|
|
@@ -59688,11 +59688,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
59688
59688
|
border-right-width: 1px;
|
|
59689
59689
|
}
|
|
59690
59690
|
.e-pivotview .e-stackedheadercelldiv {
|
|
59691
|
-
display:
|
|
59691
|
+
display: inline;
|
|
59692
59692
|
}
|
|
59693
59693
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
59694
59694
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
59695
|
-
display: inline
|
|
59695
|
+
display: inline;
|
|
59696
59696
|
padding-left: 12px !important;
|
|
59697
59697
|
margin-top: 5px;
|
|
59698
59698
|
margin-top: 2px;
|
|
@@ -60186,7 +60186,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
60186
60186
|
.e-pivotview .e-expand,
|
|
60187
60187
|
.e-pivotview .e-collapse {
|
|
60188
60188
|
cursor: pointer;
|
|
60189
|
-
display: inline
|
|
60189
|
+
display: inline;
|
|
60190
60190
|
height: 18px;
|
|
60191
60191
|
margin-top: 5px;
|
|
60192
60192
|
text-align: center;
|
package/fabric.css
CHANGED
|
@@ -21542,28 +21542,28 @@ body.e-colorpicker-overflow {
|
|
|
21542
21542
|
@media (min-width: 768px) {
|
|
21543
21543
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21544
21544
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21545
|
-
margin: 30px
|
|
21545
|
+
margin: 30px;
|
|
21546
21546
|
width: 600px;
|
|
21547
21547
|
}
|
|
21548
21548
|
}
|
|
21549
21549
|
@media (max-width: 768px) {
|
|
21550
21550
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21551
21551
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21552
|
-
margin: 30px
|
|
21552
|
+
margin: 30px;
|
|
21553
21553
|
width: auto;
|
|
21554
21554
|
}
|
|
21555
21555
|
}
|
|
21556
21556
|
@media (max-width: 768px) {
|
|
21557
21557
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21558
21558
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21559
|
-
margin: 30px
|
|
21559
|
+
margin: 30px;
|
|
21560
21560
|
width: auto;
|
|
21561
21561
|
}
|
|
21562
21562
|
}
|
|
21563
21563
|
@media (min-width: 768px) {
|
|
21564
21564
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21565
21565
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21566
|
-
margin: 30px
|
|
21566
|
+
margin: 30px;
|
|
21567
21567
|
width: 600px;
|
|
21568
21568
|
}
|
|
21569
21569
|
}
|
|
@@ -61704,11 +61704,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
61704
61704
|
border-right-width: 1px;
|
|
61705
61705
|
}
|
|
61706
61706
|
.e-pivotview .e-stackedheadercelldiv {
|
|
61707
|
-
display:
|
|
61707
|
+
display: inline;
|
|
61708
61708
|
}
|
|
61709
61709
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
61710
61710
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
61711
|
-
display: inline
|
|
61711
|
+
display: inline;
|
|
61712
61712
|
padding-left: 12px !important;
|
|
61713
61713
|
margin-top: 5px;
|
|
61714
61714
|
}
|
|
@@ -62200,7 +62200,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
62200
62200
|
.e-pivotview .e-expand,
|
|
62201
62201
|
.e-pivotview .e-collapse {
|
|
62202
62202
|
cursor: pointer;
|
|
62203
|
-
display: inline
|
|
62203
|
+
display: inline;
|
|
62204
62204
|
height: 18px;
|
|
62205
62205
|
margin-top: 5px;
|
|
62206
62206
|
text-align: center;
|
package/fluent-dark.css
CHANGED
|
@@ -21734,28 +21734,28 @@ body.e-colorpicker-overflow {
|
|
|
21734
21734
|
@media (min-width: 768px) {
|
|
21735
21735
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21736
21736
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21737
|
-
margin: 30px
|
|
21737
|
+
margin: 30px;
|
|
21738
21738
|
width: 600px;
|
|
21739
21739
|
}
|
|
21740
21740
|
}
|
|
21741
21741
|
@media (max-width: 768px) {
|
|
21742
21742
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21743
21743
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21744
|
-
margin: 30px
|
|
21744
|
+
margin: 30px;
|
|
21745
21745
|
width: auto;
|
|
21746
21746
|
}
|
|
21747
21747
|
}
|
|
21748
21748
|
@media (max-width: 768px) {
|
|
21749
21749
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21750
21750
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21751
|
-
margin: 30px
|
|
21751
|
+
margin: 30px;
|
|
21752
21752
|
width: auto;
|
|
21753
21753
|
}
|
|
21754
21754
|
}
|
|
21755
21755
|
@media (min-width: 768px) {
|
|
21756
21756
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21757
21757
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21758
|
-
margin: 30px
|
|
21758
|
+
margin: 30px;
|
|
21759
21759
|
width: 600px;
|
|
21760
21760
|
}
|
|
21761
21761
|
}
|
|
@@ -48373,6 +48373,7 @@ ejs-filemanager {
|
|
|
48373
48373
|
|
|
48374
48374
|
.e-rte-table-popup.e-dialog .e-dlg-content {
|
|
48375
48375
|
padding: 0;
|
|
48376
|
+
margin-bottom: 0;
|
|
48376
48377
|
}
|
|
48377
48378
|
|
|
48378
48379
|
.e-rte-quick-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
@@ -60777,11 +60778,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
60777
60778
|
border-right-width: 1px;
|
|
60778
60779
|
}
|
|
60779
60780
|
.e-pivotview .e-stackedheadercelldiv {
|
|
60780
|
-
display:
|
|
60781
|
+
display: inline;
|
|
60781
60782
|
}
|
|
60782
60783
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
60783
60784
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
60784
|
-
display: inline
|
|
60785
|
+
display: inline;
|
|
60785
60786
|
padding-left: 12px !important;
|
|
60786
60787
|
margin-top: 5px;
|
|
60787
60788
|
margin-top: 1px;
|
|
@@ -61279,7 +61280,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
61279
61280
|
.e-pivotview .e-expand,
|
|
61280
61281
|
.e-pivotview .e-collapse {
|
|
61281
61282
|
cursor: pointer;
|
|
61282
|
-
display: inline
|
|
61283
|
+
display: inline;
|
|
61283
61284
|
height: 18px;
|
|
61284
61285
|
margin-top: 5px;
|
|
61285
61286
|
text-align: center;
|
package/fluent.css
CHANGED
|
@@ -21734,28 +21734,28 @@ body.e-colorpicker-overflow {
|
|
|
21734
21734
|
@media (min-width: 768px) {
|
|
21735
21735
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21736
21736
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21737
|
-
margin: 30px
|
|
21737
|
+
margin: 30px;
|
|
21738
21738
|
width: 600px;
|
|
21739
21739
|
}
|
|
21740
21740
|
}
|
|
21741
21741
|
@media (max-width: 768px) {
|
|
21742
21742
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21743
21743
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21744
|
-
margin: 30px
|
|
21744
|
+
margin: 30px;
|
|
21745
21745
|
width: auto;
|
|
21746
21746
|
}
|
|
21747
21747
|
}
|
|
21748
21748
|
@media (max-width: 768px) {
|
|
21749
21749
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21750
21750
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21751
|
-
margin: 30px
|
|
21751
|
+
margin: 30px;
|
|
21752
21752
|
width: auto;
|
|
21753
21753
|
}
|
|
21754
21754
|
}
|
|
21755
21755
|
@media (min-width: 768px) {
|
|
21756
21756
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21757
21757
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21758
|
-
margin: 30px
|
|
21758
|
+
margin: 30px;
|
|
21759
21759
|
width: 600px;
|
|
21760
21760
|
}
|
|
21761
21761
|
}
|
|
@@ -48372,6 +48372,7 @@ ejs-filemanager {
|
|
|
48372
48372
|
|
|
48373
48373
|
.e-rte-table-popup.e-dialog .e-dlg-content {
|
|
48374
48374
|
padding: 0;
|
|
48375
|
+
margin-bottom: 0;
|
|
48375
48376
|
}
|
|
48376
48377
|
|
|
48377
48378
|
.e-rte-quick-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
@@ -60776,11 +60777,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
60776
60777
|
border-right-width: 1px;
|
|
60777
60778
|
}
|
|
60778
60779
|
.e-pivotview .e-stackedheadercelldiv {
|
|
60779
|
-
display:
|
|
60780
|
+
display: inline;
|
|
60780
60781
|
}
|
|
60781
60782
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
60782
60783
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
60783
|
-
display: inline
|
|
60784
|
+
display: inline;
|
|
60784
60785
|
padding-left: 12px !important;
|
|
60785
60786
|
margin-top: 5px;
|
|
60786
60787
|
margin-top: 1px;
|
|
@@ -61278,7 +61279,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
61278
61279
|
.e-pivotview .e-expand,
|
|
61279
61280
|
.e-pivotview .e-collapse {
|
|
61280
61281
|
cursor: pointer;
|
|
61281
|
-
display: inline
|
|
61282
|
+
display: inline;
|
|
61282
61283
|
height: 18px;
|
|
61283
61284
|
margin-top: 5px;
|
|
61284
61285
|
text-align: center;
|
package/highcontrast.css
CHANGED
|
@@ -21986,28 +21986,28 @@ body.e-colorpicker-overflow {
|
|
|
21986
21986
|
@media (min-width: 768px) {
|
|
21987
21987
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21988
21988
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21989
|
-
margin: 30px
|
|
21989
|
+
margin: 30px;
|
|
21990
21990
|
width: 600px;
|
|
21991
21991
|
}
|
|
21992
21992
|
}
|
|
21993
21993
|
@media (max-width: 768px) {
|
|
21994
21994
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21995
21995
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21996
|
-
margin: 30px
|
|
21996
|
+
margin: 30px;
|
|
21997
21997
|
width: auto;
|
|
21998
21998
|
}
|
|
21999
21999
|
}
|
|
22000
22000
|
@media (max-width: 768px) {
|
|
22001
22001
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
22002
22002
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
22003
|
-
margin: 30px
|
|
22003
|
+
margin: 30px;
|
|
22004
22004
|
width: auto;
|
|
22005
22005
|
}
|
|
22006
22006
|
}
|
|
22007
22007
|
@media (min-width: 768px) {
|
|
22008
22008
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
22009
22009
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
22010
|
-
margin: 30px
|
|
22010
|
+
margin: 30px;
|
|
22011
22011
|
width: 600px;
|
|
22012
22012
|
}
|
|
22013
22013
|
}
|
|
@@ -62504,11 +62504,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
62504
62504
|
border-right-width: 1px;
|
|
62505
62505
|
}
|
|
62506
62506
|
.e-pivotview .e-stackedheadercelldiv {
|
|
62507
|
-
display:
|
|
62507
|
+
display: inline;
|
|
62508
62508
|
}
|
|
62509
62509
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
62510
62510
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
62511
|
-
display: inline
|
|
62511
|
+
display: inline;
|
|
62512
62512
|
padding-left: 12px !important;
|
|
62513
62513
|
margin-top: 5px;
|
|
62514
62514
|
margin-top: 0;
|
|
@@ -63001,7 +63001,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
63001
63001
|
.e-pivotview .e-expand,
|
|
63002
63002
|
.e-pivotview .e-collapse {
|
|
63003
63003
|
cursor: pointer;
|
|
63004
|
-
display: inline
|
|
63004
|
+
display: inline;
|
|
63005
63005
|
height: 18px;
|
|
63006
63006
|
margin-top: 5px;
|
|
63007
63007
|
text-align: center;
|
package/material-dark.css
CHANGED
|
@@ -29681,28 +29681,28 @@ body.e-colorpicker-overflow {
|
|
|
29681
29681
|
@media (min-width: 768px) {
|
|
29682
29682
|
.e-alert-dialog.e-dialog.e-popup,
|
|
29683
29683
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
29684
|
-
margin: 30px
|
|
29684
|
+
margin: 30px;
|
|
29685
29685
|
width: 600px;
|
|
29686
29686
|
}
|
|
29687
29687
|
}
|
|
29688
29688
|
@media (max-width: 768px) {
|
|
29689
29689
|
.e-alert-dialog.e-dialog.e-popup,
|
|
29690
29690
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
29691
|
-
margin: 30px
|
|
29691
|
+
margin: 30px;
|
|
29692
29692
|
width: auto;
|
|
29693
29693
|
}
|
|
29694
29694
|
}
|
|
29695
29695
|
@media (max-width: 768px) {
|
|
29696
29696
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
29697
29697
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
29698
|
-
margin: 30px
|
|
29698
|
+
margin: 30px;
|
|
29699
29699
|
width: auto;
|
|
29700
29700
|
}
|
|
29701
29701
|
}
|
|
29702
29702
|
@media (min-width: 768px) {
|
|
29703
29703
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
29704
29704
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
29705
|
-
margin: 30px
|
|
29705
|
+
margin: 30px;
|
|
29706
29706
|
width: 600px;
|
|
29707
29707
|
}
|
|
29708
29708
|
}
|
|
@@ -69250,11 +69250,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
69250
69250
|
border-right-width: 1px;
|
|
69251
69251
|
}
|
|
69252
69252
|
.e-pivotview .e-stackedheadercelldiv {
|
|
69253
|
-
display:
|
|
69253
|
+
display: inline;
|
|
69254
69254
|
}
|
|
69255
69255
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
69256
69256
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
69257
|
-
display: inline
|
|
69257
|
+
display: inline;
|
|
69258
69258
|
padding-left: 12px !important;
|
|
69259
69259
|
margin-top: 5px;
|
|
69260
69260
|
}
|
|
@@ -69749,7 +69749,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
69749
69749
|
.e-pivotview .e-expand,
|
|
69750
69750
|
.e-pivotview .e-collapse {
|
|
69751
69751
|
cursor: pointer;
|
|
69752
|
-
display: inline
|
|
69752
|
+
display: inline;
|
|
69753
69753
|
height: 18px;
|
|
69754
69754
|
margin-top: 5px;
|
|
69755
69755
|
text-align: center;
|
package/material.css
CHANGED
|
@@ -29795,28 +29795,28 @@ body.e-colorpicker-overflow {
|
|
|
29795
29795
|
@media (min-width: 768px) {
|
|
29796
29796
|
.e-alert-dialog.e-dialog.e-popup,
|
|
29797
29797
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
29798
|
-
margin: 30px
|
|
29798
|
+
margin: 30px;
|
|
29799
29799
|
width: 600px;
|
|
29800
29800
|
}
|
|
29801
29801
|
}
|
|
29802
29802
|
@media (max-width: 768px) {
|
|
29803
29803
|
.e-alert-dialog.e-dialog.e-popup,
|
|
29804
29804
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
29805
|
-
margin: 30px
|
|
29805
|
+
margin: 30px;
|
|
29806
29806
|
width: auto;
|
|
29807
29807
|
}
|
|
29808
29808
|
}
|
|
29809
29809
|
@media (max-width: 768px) {
|
|
29810
29810
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
29811
29811
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
29812
|
-
margin: 30px
|
|
29812
|
+
margin: 30px;
|
|
29813
29813
|
width: auto;
|
|
29814
29814
|
}
|
|
29815
29815
|
}
|
|
29816
29816
|
@media (min-width: 768px) {
|
|
29817
29817
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
29818
29818
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
29819
|
-
margin: 30px
|
|
29819
|
+
margin: 30px;
|
|
29820
29820
|
width: 600px;
|
|
29821
29821
|
}
|
|
29822
29822
|
}
|
|
@@ -71439,11 +71439,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
71439
71439
|
border-right-width: 1px;
|
|
71440
71440
|
}
|
|
71441
71441
|
.e-pivotview .e-stackedheadercelldiv {
|
|
71442
|
-
display:
|
|
71442
|
+
display: inline;
|
|
71443
71443
|
}
|
|
71444
71444
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
71445
71445
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
71446
|
-
display: inline
|
|
71446
|
+
display: inline;
|
|
71447
71447
|
padding-left: 12px !important;
|
|
71448
71448
|
margin-top: 5px;
|
|
71449
71449
|
}
|
|
@@ -71938,7 +71938,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
71938
71938
|
.e-pivotview .e-expand,
|
|
71939
71939
|
.e-pivotview .e-collapse {
|
|
71940
71940
|
cursor: pointer;
|
|
71941
|
-
display: inline
|
|
71941
|
+
display: inline;
|
|
71942
71942
|
height: 18px;
|
|
71943
71943
|
margin-top: 5px;
|
|
71944
71944
|
text-align: center;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"_from": "@syncfusion/ej2@*",
|
|
3
3
|
"_id": "@syncfusion/ej2@20.3.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-MENXRRTMOEhMbDGBjbasw7DvTyRpSwDrRkWcqkmLgM+SJ7j+fiyZoZnGySnmGYnUiBn1gCiwi+vyoRaU5XdjsQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
22
|
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2/-/ej2-20.3.0.tgz",
|
|
23
|
-
"_shasum": "
|
|
23
|
+
"_shasum": "0ac7e23850cff15007425d2199ce93bc05d3be7e",
|
|
24
24
|
"_spec": "@syncfusion/ej2@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,48 +31,48 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-barcode-generator": "~20.2.
|
|
35
|
-
"@syncfusion/ej2-base": "~20.2.
|
|
36
|
-
"@syncfusion/ej2-buttons": "~20.2.
|
|
37
|
-
"@syncfusion/ej2-calendars": "~20.2.
|
|
38
|
-
"@syncfusion/ej2-charts": "~20.2.
|
|
39
|
-
"@syncfusion/ej2-circulargauge": "~20.2.
|
|
40
|
-
"@syncfusion/ej2-compression": "~20.2.
|
|
41
|
-
"@syncfusion/ej2-data": "~20.2.
|
|
42
|
-
"@syncfusion/ej2-diagrams": "~20.2.
|
|
43
|
-
"@syncfusion/ej2-documenteditor": "~20.2.
|
|
44
|
-
"@syncfusion/ej2-drawings": "~20.2.
|
|
45
|
-
"@syncfusion/ej2-dropdowns": "~20.2.
|
|
46
|
-
"@syncfusion/ej2-excel-export": "~20.2.
|
|
47
|
-
"@syncfusion/ej2-file-utils": "~20.2.
|
|
48
|
-
"@syncfusion/ej2-filemanager": "~20.2.
|
|
49
|
-
"@syncfusion/ej2-gantt": "~20.2.
|
|
50
|
-
"@syncfusion/ej2-grids": "~20.2.
|
|
51
|
-
"@syncfusion/ej2-heatmap": "~20.2.
|
|
52
|
-
"@syncfusion/ej2-icons": "~20.2.
|
|
53
|
-
"@syncfusion/ej2-inplace-editor": "~20.2.
|
|
54
|
-
"@syncfusion/ej2-inputs": "~20.2.
|
|
55
|
-
"@syncfusion/ej2-kanban": "~20.2.
|
|
56
|
-
"@syncfusion/ej2-layouts": "~20.2.
|
|
57
|
-
"@syncfusion/ej2-lineargauge": "~20.2.
|
|
58
|
-
"@syncfusion/ej2-lists": "~20.2.
|
|
59
|
-
"@syncfusion/ej2-maps": "~20.2.
|
|
60
|
-
"@syncfusion/ej2-navigations": "~20.2.
|
|
61
|
-
"@syncfusion/ej2-notifications": "~20.2.
|
|
62
|
-
"@syncfusion/ej2-office-chart": "~20.2.
|
|
63
|
-
"@syncfusion/ej2-pdf-export": "~20.2.
|
|
64
|
-
"@syncfusion/ej2-pdfviewer": "~20.2.
|
|
65
|
-
"@syncfusion/ej2-pivotview": "~20.2.
|
|
66
|
-
"@syncfusion/ej2-popups": "~20.2.
|
|
67
|
-
"@syncfusion/ej2-progressbar": "~20.2.
|
|
68
|
-
"@syncfusion/ej2-querybuilder": "~20.2.
|
|
69
|
-
"@syncfusion/ej2-richtexteditor": "~20.2.
|
|
70
|
-
"@syncfusion/ej2-schedule": "~20.2.
|
|
71
|
-
"@syncfusion/ej2-splitbuttons": "~20.2.
|
|
72
|
-
"@syncfusion/ej2-spreadsheet": "~20.2.
|
|
73
|
-
"@syncfusion/ej2-svg-base": "~20.2.
|
|
74
|
-
"@syncfusion/ej2-treegrid": "~20.2.
|
|
75
|
-
"@syncfusion/ej2-treemap": "~20.2.
|
|
34
|
+
"@syncfusion/ej2-barcode-generator": "~20.2.45",
|
|
35
|
+
"@syncfusion/ej2-base": "~20.2.48",
|
|
36
|
+
"@syncfusion/ej2-buttons": "~20.2.46",
|
|
37
|
+
"@syncfusion/ej2-calendars": "~20.2.46",
|
|
38
|
+
"@syncfusion/ej2-charts": "~20.2.48",
|
|
39
|
+
"@syncfusion/ej2-circulargauge": "~20.2.45",
|
|
40
|
+
"@syncfusion/ej2-compression": "~20.2.45",
|
|
41
|
+
"@syncfusion/ej2-data": "~20.2.45",
|
|
42
|
+
"@syncfusion/ej2-diagrams": "~20.2.45",
|
|
43
|
+
"@syncfusion/ej2-documenteditor": "~20.2.48",
|
|
44
|
+
"@syncfusion/ej2-drawings": "~20.2.45",
|
|
45
|
+
"@syncfusion/ej2-dropdowns": "~20.2.48",
|
|
46
|
+
"@syncfusion/ej2-excel-export": "~20.2.48",
|
|
47
|
+
"@syncfusion/ej2-file-utils": "~20.2.45",
|
|
48
|
+
"@syncfusion/ej2-filemanager": "~20.2.45",
|
|
49
|
+
"@syncfusion/ej2-gantt": "~20.2.46",
|
|
50
|
+
"@syncfusion/ej2-grids": "~20.2.48",
|
|
51
|
+
"@syncfusion/ej2-heatmap": "~20.2.48",
|
|
52
|
+
"@syncfusion/ej2-icons": "~20.2.45",
|
|
53
|
+
"@syncfusion/ej2-inplace-editor": "~20.2.45",
|
|
54
|
+
"@syncfusion/ej2-inputs": "~20.2.48",
|
|
55
|
+
"@syncfusion/ej2-kanban": "~20.2.45",
|
|
56
|
+
"@syncfusion/ej2-layouts": "~20.2.46",
|
|
57
|
+
"@syncfusion/ej2-lineargauge": "~20.2.45",
|
|
58
|
+
"@syncfusion/ej2-lists": "~20.2.46",
|
|
59
|
+
"@syncfusion/ej2-maps": "~20.2.45",
|
|
60
|
+
"@syncfusion/ej2-navigations": "~20.2.48",
|
|
61
|
+
"@syncfusion/ej2-notifications": "~20.2.45",
|
|
62
|
+
"@syncfusion/ej2-office-chart": "~20.2.46",
|
|
63
|
+
"@syncfusion/ej2-pdf-export": "~20.2.45",
|
|
64
|
+
"@syncfusion/ej2-pdfviewer": "~20.2.48",
|
|
65
|
+
"@syncfusion/ej2-pivotview": "~20.2.45",
|
|
66
|
+
"@syncfusion/ej2-popups": "~20.2.45",
|
|
67
|
+
"@syncfusion/ej2-progressbar": "~20.2.45",
|
|
68
|
+
"@syncfusion/ej2-querybuilder": "~20.2.48",
|
|
69
|
+
"@syncfusion/ej2-richtexteditor": "~20.2.46",
|
|
70
|
+
"@syncfusion/ej2-schedule": "~20.2.45",
|
|
71
|
+
"@syncfusion/ej2-splitbuttons": "~20.2.45",
|
|
72
|
+
"@syncfusion/ej2-spreadsheet": "~20.2.48",
|
|
73
|
+
"@syncfusion/ej2-svg-base": "~20.2.45",
|
|
74
|
+
"@syncfusion/ej2-treegrid": "~20.2.46",
|
|
75
|
+
"@syncfusion/ej2-treemap": "~20.2.45",
|
|
76
76
|
"@types/lodash": "4.14.159",
|
|
77
77
|
"sass": "^1.51.0",
|
|
78
78
|
"tslib": "^1.8.0",
|
|
@@ -96,6 +96,6 @@
|
|
|
96
96
|
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
97
97
|
},
|
|
98
98
|
"typings": "index.d.ts",
|
|
99
|
-
"version": "20.2.
|
|
99
|
+
"version": "20.2.48",
|
|
100
100
|
"sideEffects": false
|
|
101
101
|
}
|
|
@@ -1028,11 +1028,11 @@
|
|
|
1028
1028
|
border-right-width: 1px;
|
|
1029
1029
|
}
|
|
1030
1030
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1031
|
-
display:
|
|
1031
|
+
display: inline;
|
|
1032
1032
|
}
|
|
1033
1033
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1034
1034
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1035
|
-
display: inline
|
|
1035
|
+
display: inline;
|
|
1036
1036
|
padding-left: 12px !important;
|
|
1037
1037
|
margin-top: 5px;
|
|
1038
1038
|
}
|
|
@@ -1527,7 +1527,7 @@
|
|
|
1527
1527
|
.e-pivotview .e-expand,
|
|
1528
1528
|
.e-pivotview .e-collapse {
|
|
1529
1529
|
cursor: pointer;
|
|
1530
|
-
display: inline
|
|
1530
|
+
display: inline;
|
|
1531
1531
|
height: 18px;
|
|
1532
1532
|
margin-top: 5px;
|
|
1533
1533
|
text-align: center;
|
package/pivotview/bootstrap.css
CHANGED
|
@@ -1027,11 +1027,11 @@
|
|
|
1027
1027
|
border-right-width: 1px;
|
|
1028
1028
|
}
|
|
1029
1029
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1030
|
-
display:
|
|
1030
|
+
display: inline;
|
|
1031
1031
|
}
|
|
1032
1032
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1033
1033
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1034
|
-
display: inline
|
|
1034
|
+
display: inline;
|
|
1035
1035
|
padding-left: 12px !important;
|
|
1036
1036
|
margin-top: 5px;
|
|
1037
1037
|
}
|
|
@@ -1526,7 +1526,7 @@
|
|
|
1526
1526
|
.e-pivotview .e-expand,
|
|
1527
1527
|
.e-pivotview .e-collapse {
|
|
1528
1528
|
cursor: pointer;
|
|
1529
|
-
display: inline
|
|
1529
|
+
display: inline;
|
|
1530
1530
|
height: 18px;
|
|
1531
1531
|
margin-top: 5px;
|
|
1532
1532
|
text-align: center;
|
package/pivotview/bootstrap4.css
CHANGED
|
@@ -1087,11 +1087,11 @@
|
|
|
1087
1087
|
border-right-width: 1px;
|
|
1088
1088
|
}
|
|
1089
1089
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1090
|
-
display:
|
|
1090
|
+
display: inline;
|
|
1091
1091
|
}
|
|
1092
1092
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1093
1093
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1094
|
-
display: inline
|
|
1094
|
+
display: inline;
|
|
1095
1095
|
padding-left: 12px !important;
|
|
1096
1096
|
margin-top: 5px;
|
|
1097
1097
|
}
|
|
@@ -1609,7 +1609,7 @@
|
|
|
1609
1609
|
.e-pivotview .e-expand,
|
|
1610
1610
|
.e-pivotview .e-collapse {
|
|
1611
1611
|
cursor: pointer;
|
|
1612
|
-
display: inline
|
|
1612
|
+
display: inline;
|
|
1613
1613
|
height: 18px;
|
|
1614
1614
|
margin-top: 5px;
|
|
1615
1615
|
text-align: center;
|
|
@@ -1045,11 +1045,11 @@
|
|
|
1045
1045
|
border-right-width: 1px;
|
|
1046
1046
|
}
|
|
1047
1047
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1048
|
-
display:
|
|
1048
|
+
display: inline;
|
|
1049
1049
|
}
|
|
1050
1050
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1051
1051
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1052
|
-
display: inline
|
|
1052
|
+
display: inline;
|
|
1053
1053
|
padding-left: 12px !important;
|
|
1054
1054
|
margin-top: 5px;
|
|
1055
1055
|
margin-top: 2px;
|
|
@@ -1579,7 +1579,7 @@
|
|
|
1579
1579
|
.e-pivotview .e-expand,
|
|
1580
1580
|
.e-pivotview .e-collapse {
|
|
1581
1581
|
cursor: pointer;
|
|
1582
|
-
display: inline
|
|
1582
|
+
display: inline;
|
|
1583
1583
|
height: 18px;
|
|
1584
1584
|
margin-top: 5px;
|
|
1585
1585
|
text-align: center;
|
package/pivotview/bootstrap5.css
CHANGED
|
@@ -1047,11 +1047,11 @@
|
|
|
1047
1047
|
border-right-width: 1px;
|
|
1048
1048
|
}
|
|
1049
1049
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1050
|
-
display:
|
|
1050
|
+
display: inline;
|
|
1051
1051
|
}
|
|
1052
1052
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1053
1053
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1054
|
-
display: inline
|
|
1054
|
+
display: inline;
|
|
1055
1055
|
padding-left: 12px !important;
|
|
1056
1056
|
margin-top: 5px;
|
|
1057
1057
|
margin-top: 2px;
|
|
@@ -1581,7 +1581,7 @@
|
|
|
1581
1581
|
.e-pivotview .e-expand,
|
|
1582
1582
|
.e-pivotview .e-collapse {
|
|
1583
1583
|
cursor: pointer;
|
|
1584
|
-
display: inline
|
|
1584
|
+
display: inline;
|
|
1585
1585
|
height: 18px;
|
|
1586
1586
|
margin-top: 5px;
|
|
1587
1587
|
text-align: center;
|
|
@@ -1028,11 +1028,11 @@
|
|
|
1028
1028
|
border-right-width: 1px;
|
|
1029
1029
|
}
|
|
1030
1030
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1031
|
-
display:
|
|
1031
|
+
display: inline;
|
|
1032
1032
|
}
|
|
1033
1033
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1034
1034
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1035
|
-
display: inline
|
|
1035
|
+
display: inline;
|
|
1036
1036
|
padding-left: 12px !important;
|
|
1037
1037
|
margin-top: 5px;
|
|
1038
1038
|
}
|
|
@@ -1527,7 +1527,7 @@
|
|
|
1527
1527
|
.e-pivotview .e-expand,
|
|
1528
1528
|
.e-pivotview .e-collapse {
|
|
1529
1529
|
cursor: pointer;
|
|
1530
|
-
display: inline
|
|
1530
|
+
display: inline;
|
|
1531
1531
|
height: 18px;
|
|
1532
1532
|
margin-top: 5px;
|
|
1533
1533
|
text-align: center;
|