@syncfusion/ej2 20.2.45 → 20.2.49
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 +8 -5
- package/bootstrap.css +8 -5
- package/bootstrap4.css +8 -5
- package/bootstrap5-dark.css +39 -5
- package/bootstrap5.css +39 -5
- 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 +8 -5
- package/fabric.css +8 -5
- package/fluent-dark.css +9 -5
- package/fluent.css +9 -5
- package/highcontrast.css +8 -5
- package/material-dark.css +8 -5
- package/material.css +8 -5
- package/package.json +27 -27
- package/pdfviewer/bootstrap-dark.css +4 -1
- package/pdfviewer/bootstrap.css +4 -1
- package/pdfviewer/bootstrap4.css +4 -1
- package/pdfviewer/bootstrap5-dark.css +4 -1
- package/pdfviewer/bootstrap5.css +4 -1
- package/pdfviewer/compatibility/bootstrap-dark.css +4 -1
- package/pdfviewer/compatibility/bootstrap.css +4 -1
- package/pdfviewer/compatibility/bootstrap4.css +4 -1
- package/pdfviewer/compatibility/bootstrap5-dark.css +4 -1
- package/pdfviewer/compatibility/bootstrap5.css +4 -1
- package/pdfviewer/compatibility/fabric-dark.css +4 -1
- package/pdfviewer/compatibility/fabric.css +4 -1
- package/pdfviewer/compatibility/fluent-dark.css +4 -1
- package/pdfviewer/compatibility/fluent.css +4 -1
- package/pdfviewer/compatibility/highcontrast-light.css +4 -1
- package/pdfviewer/compatibility/highcontrast.css +4 -1
- package/pdfviewer/compatibility/material-dark.css +4 -1
- package/pdfviewer/compatibility/material.css +4 -1
- package/pdfviewer/compatibility/tailwind-dark.css +4 -1
- package/pdfviewer/compatibility/tailwind.css +4 -1
- package/pdfviewer/fabric-dark.css +4 -1
- package/pdfviewer/fabric.css +4 -1
- package/pdfviewer/fluent-dark.css +4 -1
- package/pdfviewer/fluent.css +4 -1
- package/pdfviewer/highcontrast-light.css +4 -1
- package/pdfviewer/highcontrast.css +4 -1
- package/pdfviewer/material-dark.css +4 -1
- package/pdfviewer/material.css +4 -1
- package/pdfviewer/tailwind-dark.css +4 -1
- package/pdfviewer/tailwind.css +4 -1
- 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 +8 -5
- package/styles/compatibility/bootstrap4.css +8 -5
- package/styles/compatibility/fabric.css +8 -5
- package/styles/compatibility/highcontrast.css +8 -5
- package/styles/compatibility/material.css +8 -5
- package/tailwind-dark.css +8 -5
- package/tailwind.css +8 -5
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
|
}
|
|
@@ -52462,7 +52462,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
52462
52462
|
}
|
|
52463
52463
|
|
|
52464
52464
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
52465
|
-
display:
|
|
52465
|
+
display: block;
|
|
52466
|
+
padding-left: 10px;
|
|
52467
|
+
padding-right: 10px;
|
|
52468
|
+
width: auto;
|
|
52466
52469
|
}
|
|
52467
52470
|
|
|
52468
52471
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
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
|
}
|
|
@@ -54479,7 +54479,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
54479
54479
|
}
|
|
54480
54480
|
|
|
54481
54481
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
54482
|
-
display:
|
|
54482
|
+
display: block;
|
|
54483
|
+
padding-left: 10px;
|
|
54484
|
+
padding-right: 10px;
|
|
54485
|
+
width: auto;
|
|
54483
54486
|
}
|
|
54484
54487
|
|
|
54485
54488
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
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,
|
|
@@ -53268,7 +53269,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
53268
53269
|
}
|
|
53269
53270
|
|
|
53270
53271
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
53271
|
-
display:
|
|
53272
|
+
display: block;
|
|
53273
|
+
padding-left: 10px;
|
|
53274
|
+
padding-right: 10px;
|
|
53275
|
+
width: auto;
|
|
53272
53276
|
}
|
|
53273
53277
|
|
|
53274
53278
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
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,
|
|
@@ -53267,7 +53268,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
53267
53268
|
}
|
|
53268
53269
|
|
|
53269
53270
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
53270
|
-
display:
|
|
53271
|
+
display: block;
|
|
53272
|
+
padding-left: 10px;
|
|
53273
|
+
padding-right: 10px;
|
|
53274
|
+
width: auto;
|
|
53271
53275
|
}
|
|
53272
53276
|
|
|
53273
53277
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
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
|
}
|
|
@@ -55264,7 +55264,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
55264
55264
|
}
|
|
55265
55265
|
|
|
55266
55266
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
55267
|
-
display:
|
|
55267
|
+
display: block;
|
|
55268
|
+
padding-left: 10px;
|
|
55269
|
+
padding-right: 10px;
|
|
55270
|
+
width: auto;
|
|
55268
55271
|
}
|
|
55269
55272
|
|
|
55270
55273
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
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
|
}
|
|
@@ -61986,7 +61986,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
61986
61986
|
}
|
|
61987
61987
|
|
|
61988
61988
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
61989
|
-
display:
|
|
61989
|
+
display: block;
|
|
61990
|
+
padding-left: 10px;
|
|
61991
|
+
padding-right: 10px;
|
|
61992
|
+
width: auto;
|
|
61990
61993
|
}
|
|
61991
61994
|
|
|
61992
61995
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
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
|
}
|
|
@@ -64167,7 +64167,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
64167
64167
|
}
|
|
64168
64168
|
|
|
64169
64169
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
64170
|
-
display:
|
|
64170
|
+
display: block;
|
|
64171
|
+
padding-left: 10px;
|
|
64172
|
+
padding-right: 10px;
|
|
64173
|
+
width: auto;
|
|
64171
64174
|
}
|
|
64172
64175
|
|
|
64173
64176
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2@*",
|
|
3
|
-
"_id": "@syncfusion/ej2@20.
|
|
3
|
+
"_id": "@syncfusion/ej2@20.2.48",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-GF4RB5M3LvzhnqYhkyINjA1hYvyHSUowYut1YGr0PiqpakyXIPDztLJkQjgd5RzqGn1D+b2yBeTNIj370STuQQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2/-/ej2-20.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2/-/ej2-20.2.48.tgz",
|
|
23
|
+
"_shasum": "2cdb470d8426e35749179d24cd3a990bd9801391",
|
|
24
24
|
"_spec": "@syncfusion/ej2@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,46 +32,46 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-barcode-generator": "~20.2.45",
|
|
35
|
-
"@syncfusion/ej2-base": "~20.2.
|
|
36
|
-
"@syncfusion/ej2-buttons": "~20.2.
|
|
37
|
-
"@syncfusion/ej2-calendars": "~20.2.
|
|
38
|
-
"@syncfusion/ej2-charts": "~20.2.
|
|
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.49",
|
|
39
39
|
"@syncfusion/ej2-circulargauge": "~20.2.45",
|
|
40
40
|
"@syncfusion/ej2-compression": "~20.2.45",
|
|
41
41
|
"@syncfusion/ej2-data": "~20.2.45",
|
|
42
|
-
"@syncfusion/ej2-diagrams": "~20.2.
|
|
43
|
-
"@syncfusion/ej2-documenteditor": "~20.2.
|
|
42
|
+
"@syncfusion/ej2-diagrams": "~20.2.49",
|
|
43
|
+
"@syncfusion/ej2-documenteditor": "~20.2.49",
|
|
44
44
|
"@syncfusion/ej2-drawings": "~20.2.45",
|
|
45
|
-
"@syncfusion/ej2-dropdowns": "~20.2.
|
|
46
|
-
"@syncfusion/ej2-excel-export": "~20.2.
|
|
45
|
+
"@syncfusion/ej2-dropdowns": "~20.2.48",
|
|
46
|
+
"@syncfusion/ej2-excel-export": "~20.2.48",
|
|
47
47
|
"@syncfusion/ej2-file-utils": "~20.2.45",
|
|
48
48
|
"@syncfusion/ej2-filemanager": "~20.2.45",
|
|
49
|
-
"@syncfusion/ej2-gantt": "~20.2.
|
|
50
|
-
"@syncfusion/ej2-grids": "~20.2.
|
|
51
|
-
"@syncfusion/ej2-heatmap": "~20.2.
|
|
49
|
+
"@syncfusion/ej2-gantt": "~20.2.49",
|
|
50
|
+
"@syncfusion/ej2-grids": "~20.2.49",
|
|
51
|
+
"@syncfusion/ej2-heatmap": "~20.2.48",
|
|
52
52
|
"@syncfusion/ej2-icons": "~20.2.45",
|
|
53
53
|
"@syncfusion/ej2-inplace-editor": "~20.2.45",
|
|
54
|
-
"@syncfusion/ej2-inputs": "~20.2.
|
|
54
|
+
"@syncfusion/ej2-inputs": "~20.2.48",
|
|
55
55
|
"@syncfusion/ej2-kanban": "~20.2.45",
|
|
56
|
-
"@syncfusion/ej2-layouts": "~20.2.
|
|
56
|
+
"@syncfusion/ej2-layouts": "~20.2.46",
|
|
57
57
|
"@syncfusion/ej2-lineargauge": "~20.2.45",
|
|
58
|
-
"@syncfusion/ej2-lists": "~20.2.
|
|
58
|
+
"@syncfusion/ej2-lists": "~20.2.46",
|
|
59
59
|
"@syncfusion/ej2-maps": "~20.2.45",
|
|
60
|
-
"@syncfusion/ej2-navigations": "~20.2.
|
|
60
|
+
"@syncfusion/ej2-navigations": "~20.2.49",
|
|
61
61
|
"@syncfusion/ej2-notifications": "~20.2.45",
|
|
62
|
-
"@syncfusion/ej2-office-chart": "~20.2.
|
|
62
|
+
"@syncfusion/ej2-office-chart": "~20.2.46",
|
|
63
63
|
"@syncfusion/ej2-pdf-export": "~20.2.45",
|
|
64
|
-
"@syncfusion/ej2-pdfviewer": "~20.2.
|
|
64
|
+
"@syncfusion/ej2-pdfviewer": "~20.2.49",
|
|
65
65
|
"@syncfusion/ej2-pivotview": "~20.2.45",
|
|
66
|
-
"@syncfusion/ej2-popups": "~20.2.
|
|
66
|
+
"@syncfusion/ej2-popups": "~20.2.49",
|
|
67
67
|
"@syncfusion/ej2-progressbar": "~20.2.45",
|
|
68
|
-
"@syncfusion/ej2-querybuilder": "~20.2.
|
|
69
|
-
"@syncfusion/ej2-richtexteditor": "~20.2.
|
|
68
|
+
"@syncfusion/ej2-querybuilder": "~20.2.48",
|
|
69
|
+
"@syncfusion/ej2-richtexteditor": "~20.2.49",
|
|
70
70
|
"@syncfusion/ej2-schedule": "~20.2.45",
|
|
71
71
|
"@syncfusion/ej2-splitbuttons": "~20.2.45",
|
|
72
|
-
"@syncfusion/ej2-spreadsheet": "~20.2.
|
|
72
|
+
"@syncfusion/ej2-spreadsheet": "~20.2.49",
|
|
73
73
|
"@syncfusion/ej2-svg-base": "~20.2.45",
|
|
74
|
-
"@syncfusion/ej2-treegrid": "~20.2.
|
|
74
|
+
"@syncfusion/ej2-treegrid": "~20.2.49",
|
|
75
75
|
"@syncfusion/ej2-treemap": "~20.2.45",
|
|
76
76
|
"@types/lodash": "4.14.159",
|
|
77
77
|
"sass": "^1.51.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.49",
|
|
100
100
|
"sideEffects": false
|
|
101
101
|
}
|
|
@@ -698,7 +698,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
698
698
|
}
|
|
699
699
|
|
|
700
700
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
701
|
-
display:
|
|
701
|
+
display: block;
|
|
702
|
+
padding-left: 10px;
|
|
703
|
+
padding-right: 10px;
|
|
704
|
+
width: auto;
|
|
702
705
|
}
|
|
703
706
|
|
|
704
707
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
package/pdfviewer/bootstrap.css
CHANGED
|
@@ -703,7 +703,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
703
703
|
}
|
|
704
704
|
|
|
705
705
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
706
|
-
display:
|
|
706
|
+
display: block;
|
|
707
|
+
padding-left: 10px;
|
|
708
|
+
padding-right: 10px;
|
|
709
|
+
width: auto;
|
|
707
710
|
}
|
|
708
711
|
|
|
709
712
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
package/pdfviewer/bootstrap4.css
CHANGED
|
@@ -720,7 +720,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
720
720
|
}
|
|
721
721
|
|
|
722
722
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
723
|
-
display:
|
|
723
|
+
display: block;
|
|
724
|
+
padding-left: 10px;
|
|
725
|
+
padding-right: 10px;
|
|
726
|
+
width: auto;
|
|
724
727
|
}
|
|
725
728
|
|
|
726
729
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -711,7 +711,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
711
711
|
}
|
|
712
712
|
|
|
713
713
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
714
|
-
display:
|
|
714
|
+
display: block;
|
|
715
|
+
padding-left: 10px;
|
|
716
|
+
padding-right: 10px;
|
|
717
|
+
width: auto;
|
|
715
718
|
}
|
|
716
719
|
|
|
717
720
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
package/pdfviewer/bootstrap5.css
CHANGED
|
@@ -711,7 +711,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
711
711
|
}
|
|
712
712
|
|
|
713
713
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
714
|
-
display:
|
|
714
|
+
display: block;
|
|
715
|
+
padding-left: 10px;
|
|
716
|
+
padding-right: 10px;
|
|
717
|
+
width: auto;
|
|
715
718
|
}
|
|
716
719
|
|
|
717
720
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -698,7 +698,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
698
698
|
}
|
|
699
699
|
|
|
700
700
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
701
|
-
display:
|
|
701
|
+
display: block;
|
|
702
|
+
padding-left: 10px;
|
|
703
|
+
padding-right: 10px;
|
|
704
|
+
width: auto;
|
|
702
705
|
}
|
|
703
706
|
|
|
704
707
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -703,7 +703,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
703
703
|
}
|
|
704
704
|
|
|
705
705
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
706
|
-
display:
|
|
706
|
+
display: block;
|
|
707
|
+
padding-left: 10px;
|
|
708
|
+
padding-right: 10px;
|
|
709
|
+
width: auto;
|
|
707
710
|
}
|
|
708
711
|
|
|
709
712
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -720,7 +720,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
720
720
|
}
|
|
721
721
|
|
|
722
722
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
723
|
-
display:
|
|
723
|
+
display: block;
|
|
724
|
+
padding-left: 10px;
|
|
725
|
+
padding-right: 10px;
|
|
726
|
+
width: auto;
|
|
724
727
|
}
|
|
725
728
|
|
|
726
729
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -711,7 +711,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
711
711
|
}
|
|
712
712
|
|
|
713
713
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
714
|
-
display:
|
|
714
|
+
display: block;
|
|
715
|
+
padding-left: 10px;
|
|
716
|
+
padding-right: 10px;
|
|
717
|
+
width: auto;
|
|
715
718
|
}
|
|
716
719
|
|
|
717
720
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -711,7 +711,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
711
711
|
}
|
|
712
712
|
|
|
713
713
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
714
|
-
display:
|
|
714
|
+
display: block;
|
|
715
|
+
padding-left: 10px;
|
|
716
|
+
padding-right: 10px;
|
|
717
|
+
width: auto;
|
|
715
718
|
}
|
|
716
719
|
|
|
717
720
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -708,7 +708,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
708
708
|
}
|
|
709
709
|
|
|
710
710
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
711
|
-
display:
|
|
711
|
+
display: block;
|
|
712
|
+
padding-left: 10px;
|
|
713
|
+
padding-right: 10px;
|
|
714
|
+
width: auto;
|
|
712
715
|
}
|
|
713
716
|
|
|
714
717
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -715,7 +715,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
715
715
|
}
|
|
716
716
|
|
|
717
717
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
718
|
-
display:
|
|
718
|
+
display: block;
|
|
719
|
+
padding-left: 10px;
|
|
720
|
+
padding-right: 10px;
|
|
721
|
+
width: auto;
|
|
719
722
|
}
|
|
720
723
|
|
|
721
724
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -712,7 +712,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
712
712
|
}
|
|
713
713
|
|
|
714
714
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
715
|
-
display:
|
|
715
|
+
display: block;
|
|
716
|
+
padding-left: 10px;
|
|
717
|
+
padding-right: 10px;
|
|
718
|
+
width: auto;
|
|
716
719
|
}
|
|
717
720
|
|
|
718
721
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -712,7 +712,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
712
712
|
}
|
|
713
713
|
|
|
714
714
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
715
|
-
display:
|
|
715
|
+
display: block;
|
|
716
|
+
padding-left: 10px;
|
|
717
|
+
padding-right: 10px;
|
|
718
|
+
width: auto;
|
|
716
719
|
}
|
|
717
720
|
|
|
718
721
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -698,7 +698,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
698
698
|
}
|
|
699
699
|
|
|
700
700
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
701
|
-
display:
|
|
701
|
+
display: block;
|
|
702
|
+
padding-left: 10px;
|
|
703
|
+
padding-right: 10px;
|
|
704
|
+
width: auto;
|
|
702
705
|
}
|
|
703
706
|
|
|
704
707
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -698,7 +698,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
698
698
|
}
|
|
699
699
|
|
|
700
700
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
701
|
-
display:
|
|
701
|
+
display: block;
|
|
702
|
+
padding-left: 10px;
|
|
703
|
+
padding-right: 10px;
|
|
704
|
+
width: auto;
|
|
702
705
|
}
|
|
703
706
|
|
|
704
707
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -702,7 +702,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
702
702
|
}
|
|
703
703
|
|
|
704
704
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
705
|
-
display:
|
|
705
|
+
display: block;
|
|
706
|
+
padding-left: 10px;
|
|
707
|
+
padding-right: 10px;
|
|
708
|
+
width: auto;
|
|
706
709
|
}
|
|
707
710
|
|
|
708
711
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -702,7 +702,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
702
702
|
}
|
|
703
703
|
|
|
704
704
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
705
|
-
display:
|
|
705
|
+
display: block;
|
|
706
|
+
padding-left: 10px;
|
|
707
|
+
padding-right: 10px;
|
|
708
|
+
width: auto;
|
|
706
709
|
}
|
|
707
710
|
|
|
708
711
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|