@syncfusion/ej2 20.2.48 → 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 +4 -1
- package/bootstrap.css +4 -1
- package/bootstrap4.css +4 -1
- package/bootstrap5-dark.css +4 -1
- package/bootstrap5.css +4 -1
- package/dist/ej2.d.ts +1 -1
- package/dist/ej2.min.js +2 -2
- package/fabric-dark.css +4 -1
- package/fabric.css +4 -1
- package/fluent-dark.css +4 -1
- package/fluent.css +4 -1
- package/highcontrast.css +4 -1
- package/material-dark.css +4 -1
- package/material.css +4 -1
- package/package.json +16 -16
- 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/styles/compatibility/bootstrap.css +4 -1
- package/styles/compatibility/bootstrap4.css +4 -1
- package/styles/compatibility/fabric.css +4 -1
- package/styles/compatibility/highcontrast.css +4 -1
- package/styles/compatibility/material.css +4 -1
- package/tailwind-dark.css +4 -1
- package/tailwind.css +4 -1
package/bootstrap-dark.css
CHANGED
|
@@ -52541,7 +52541,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
52541
52541
|
}
|
|
52542
52542
|
|
|
52543
52543
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
52544
|
-
display:
|
|
52544
|
+
display: block;
|
|
52545
|
+
padding-left: 10px;
|
|
52546
|
+
padding-right: 10px;
|
|
52547
|
+
width: auto;
|
|
52545
52548
|
}
|
|
52546
52549
|
|
|
52547
52550
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
package/bootstrap.css
CHANGED
|
@@ -54705,7 +54705,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
54705
54705
|
}
|
|
54706
54706
|
|
|
54707
54707
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
54708
|
-
display:
|
|
54708
|
+
display: block;
|
|
54709
|
+
padding-left: 10px;
|
|
54710
|
+
padding-right: 10px;
|
|
54711
|
+
width: auto;
|
|
54709
54712
|
}
|
|
54710
54713
|
|
|
54711
54714
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
package/bootstrap4.css
CHANGED
|
@@ -53678,7 +53678,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
53678
53678
|
}
|
|
53679
53679
|
|
|
53680
53680
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
53681
|
-
display:
|
|
53681
|
+
display: block;
|
|
53682
|
+
padding-left: 10px;
|
|
53683
|
+
padding-right: 10px;
|
|
53684
|
+
width: auto;
|
|
53682
53685
|
}
|
|
53683
53686
|
|
|
53684
53687
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
package/bootstrap5-dark.css
CHANGED
|
@@ -53527,7 +53527,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
53527
53527
|
}
|
|
53528
53528
|
|
|
53529
53529
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
53530
|
-
display:
|
|
53530
|
+
display: block;
|
|
53531
|
+
padding-left: 10px;
|
|
53532
|
+
padding-right: 10px;
|
|
53533
|
+
width: auto;
|
|
53531
53534
|
}
|
|
53532
53535
|
|
|
53533
53536
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
package/bootstrap5.css
CHANGED
|
@@ -53527,7 +53527,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
53527
53527
|
}
|
|
53528
53528
|
|
|
53529
53529
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
53530
|
-
display:
|
|
53530
|
+
display: block;
|
|
53531
|
+
padding-left: 10px;
|
|
53532
|
+
padding-right: 10px;
|
|
53533
|
+
width: auto;
|
|
53531
53534
|
}
|
|
53532
53535
|
|
|
53533
53536
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
package/dist/ej2.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2.d.ts
|
|
3
|
-
* version : 20.2.
|
|
3
|
+
* version : 20.2.49
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|