@syncfusion/ej2 20.2.44 → 20.2.45
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 +3 -3
- package/bootstrap.css +3 -3
- package/bootstrap4.css +3 -3
- package/bootstrap5-dark.css +3 -3
- package/bootstrap5.css +3 -3
- package/dist/ej2.d.ts +1 -1
- package/dist/ej2.min.js +2 -2
- package/fabric-dark.css +3 -3
- package/fabric.css +3 -3
- package/fluent-dark.css +3 -3
- package/fluent.css +3 -3
- package/highcontrast.css +3 -3
- package/material-dark.css +3 -3
- package/material.css +3 -3
- 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/styles/compatibility/bootstrap.css +3 -3
- package/styles/compatibility/bootstrap4.css +3 -3
- package/styles/compatibility/fabric.css +3 -3
- package/styles/compatibility/highcontrast.css +3 -3
- package/styles/compatibility/material.css +3 -3
- package/tailwind-dark.css +3 -3
- package/tailwind.css +3 -3
package/bootstrap-dark.css
CHANGED
|
@@ -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/bootstrap.css
CHANGED
|
@@ -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/bootstrap4.css
CHANGED
|
@@ -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;
|
package/bootstrap5-dark.css
CHANGED
|
@@ -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;
|
package/bootstrap5.css
CHANGED
|
@@ -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;
|
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.45
|
|
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
|