@syncfusion/ej2-angular-pivotview 20.3.57 → 20.3.59-ngcc
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/@syncfusion/ej2-angular-pivotview.es5.js +434 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-pivotview.js +404 -0
- package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
- package/CHANGELOG.md +758 -0
- package/dist/ej2-angular-pivotview.umd.js +686 -0
- package/dist/ej2-angular-pivotview.umd.js.map +1 -0
- package/dist/ej2-angular-pivotview.umd.min.js +11 -0
- package/dist/ej2-angular-pivotview.umd.min.js.map +1 -0
- package/ej2-angular-pivotview.d.ts +6 -0
- package/ej2-angular-pivotview.metadata.json +1 -0
- package/package.json +13 -27
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +0 -6
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -3
- package/src/pivotfieldlist/pivotfieldlist.module.d.ts +0 -6
- package/src/pivotview/pivotview-all.module.d.ts +0 -6
- package/src/pivotview/pivotview.component.d.ts +0 -3
- package/src/pivotview/pivotview.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +4 -6
- package/styles/bootstrap.css +4 -6
- package/styles/bootstrap4.css +4 -6
- package/styles/bootstrap5-dark.css +4 -6
- package/styles/bootstrap5.css +4 -6
- package/styles/fabric-dark.css +4 -6
- package/styles/fabric.css +4 -6
- package/styles/fluent-dark.css +4 -6
- package/styles/fluent.css +4 -6
- package/styles/highcontrast-light.css +4 -6
- package/styles/highcontrast.css +4 -6
- package/styles/material-dark.css +4 -6
- package/styles/material.css +4 -6
- package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap.scss +1 -4
- package/styles/pivotfieldlist/bootstrap4.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5.scss +1 -4
- package/styles/pivotfieldlist/fabric-dark.scss +1 -4
- package/styles/pivotfieldlist/fabric.scss +1 -4
- package/styles/pivotfieldlist/fluent-dark.scss +1 -4
- package/styles/pivotfieldlist/fluent.scss +1 -4
- package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
- package/styles/pivotfieldlist/highcontrast.scss +1 -4
- package/styles/pivotfieldlist/material-dark.scss +1 -4
- package/styles/pivotfieldlist/material.scss +1 -4
- package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
- package/styles/pivotfieldlist/tailwind.scss +1 -4
- package/styles/pivotview/bootstrap-dark.css +4 -6
- package/styles/pivotview/bootstrap-dark.scss +1 -5
- package/styles/pivotview/bootstrap.css +4 -6
- package/styles/pivotview/bootstrap.scss +1 -5
- package/styles/pivotview/bootstrap4.css +4 -6
- package/styles/pivotview/bootstrap4.scss +1 -5
- package/styles/pivotview/bootstrap5-dark.css +4 -6
- package/styles/pivotview/bootstrap5-dark.scss +1 -4
- package/styles/pivotview/bootstrap5.css +4 -6
- package/styles/pivotview/bootstrap5.scss +1 -5
- package/styles/pivotview/fabric-dark.css +4 -6
- package/styles/pivotview/fabric-dark.scss +1 -5
- package/styles/pivotview/fabric.css +4 -6
- package/styles/pivotview/fabric.scss +1 -5
- package/styles/pivotview/fluent-dark.css +4 -6
- package/styles/pivotview/fluent-dark.scss +1 -4
- package/styles/pivotview/fluent.css +4 -6
- package/styles/pivotview/fluent.scss +1 -5
- package/styles/pivotview/highcontrast-light.css +4 -6
- package/styles/pivotview/highcontrast-light.scss +1 -5
- package/styles/pivotview/highcontrast.css +4 -6
- package/styles/pivotview/highcontrast.scss +1 -5
- package/styles/pivotview/material-dark.css +4 -6
- package/styles/pivotview/material-dark.scss +1 -5
- package/styles/pivotview/material.css +4 -6
- package/styles/pivotview/material.scss +1 -5
- package/styles/pivotview/tailwind-dark.css +4 -6
- package/styles/pivotview/tailwind-dark.scss +1 -4
- package/styles/pivotview/tailwind.css +4 -6
- package/styles/pivotview/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +4 -6
- package/styles/tailwind.css +4 -6
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
- package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
- package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -65
- package/esm2020/src/pivotview/pivotview.component.mjs +0 -157
- package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -347
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -347
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/styles/pivotfieldlist/_all.scss +0 -2
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -240
- package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -194
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -194
- package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -198
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -200
- package/styles/pivotfieldlist/_fabric-definition.scss +0 -194
- package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_fluent-definition.scss +0 -198
- package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -197
- package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -195
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -195
- package/styles/pivotfieldlist/_layout.scss +0 -1899
- package/styles/pivotfieldlist/_material-dark-definition.scss +0 -195
- package/styles/pivotfieldlist/_material-definition.scss +0 -195
- package/styles/pivotfieldlist/_material3-definition.scss +0 -198
- package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_tailwind-definition.scss +0 -198
- package/styles/pivotfieldlist/_theme.scss +0 -1938
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -358
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_fabric.scss +0 -359
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_fluent.scss +0 -358
- package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -353
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -358
- package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -358
- package/styles/pivotfieldlist/icons/_material-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_material.scss +0 -358
- package/styles/pivotfieldlist/icons/_material3.scss +0 -353
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -357
- package/styles/pivotfieldlist/icons/_tailwind.scss +0 -357
- package/styles/pivotview/_all.scss +0 -2
- package/styles/pivotview/_bootstrap-dark-definition.scss +0 -160
- package/styles/pivotview/_bootstrap-definition.scss +0 -157
- package/styles/pivotview/_bootstrap4-definition.scss +0 -157
- package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotview/_bootstrap5-definition.scss +0 -162
- package/styles/pivotview/_fabric-dark-definition.scss +0 -159
- package/styles/pivotview/_fabric-definition.scss +0 -156
- package/styles/pivotview/_fluent-dark-definition.scss +0 -1
- package/styles/pivotview/_fluent-definition.scss +0 -162
- package/styles/pivotview/_fusionnew-definition.scss +0 -162
- package/styles/pivotview/_highcontrast-definition.scss +0 -155
- package/styles/pivotview/_highcontrast-light-definition.scss +0 -156
- package/styles/pivotview/_layout.scss +0 -1071
- package/styles/pivotview/_material-dark-definition.scss +0 -163
- package/styles/pivotview/_material-definition.scss +0 -159
- package/styles/pivotview/_material3-definition.scss +0 -162
- package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotview/_tailwind-definition.scss +0 -162
- package/styles/pivotview/_theme.scss +0 -1995
- package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
- package/styles/pivotview/icons/_bootstrap.scss +0 -184
- package/styles/pivotview/icons/_bootstrap4.scss +0 -184
- package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotview/icons/_bootstrap5.scss +0 -183
- package/styles/pivotview/icons/_fabric-dark.scss +0 -184
- package/styles/pivotview/icons/_fabric.scss +0 -184
- package/styles/pivotview/icons/_fluent-dark.scss +0 -1
- package/styles/pivotview/icons/_fluent.scss +0 -183
- package/styles/pivotview/icons/_fusionnew.scss +0 -183
- package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
- package/styles/pivotview/icons/_highcontrast.scss +0 -183
- package/styles/pivotview/icons/_material-dark.scss +0 -184
- package/styles/pivotview/icons/_material.scss +0 -184
- package/styles/pivotview/icons/_material3.scss +0 -183
- package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
- package/styles/pivotview/icons/_tailwind.scss +0 -183
- package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
|
@@ -1630,7 +1630,7 @@
|
|
|
1630
1630
|
.e-pivotview .e-expand,
|
|
1631
1631
|
.e-pivotview .e-collapse {
|
|
1632
1632
|
cursor: pointer;
|
|
1633
|
-
display: inline
|
|
1633
|
+
display: inline;
|
|
1634
1634
|
height: 18px;
|
|
1635
1635
|
margin-top: 5px;
|
|
1636
1636
|
text-align: center;
|
|
@@ -1927,9 +1927,9 @@
|
|
|
1927
1927
|
}
|
|
1928
1928
|
@media (max-width: 400px) {
|
|
1929
1929
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1930
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1931
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1932
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1930
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1931
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1932
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1933
1933
|
min-width: 10px !important;
|
|
1934
1934
|
}
|
|
1935
1935
|
}
|
|
@@ -1972,7 +1972,6 @@
|
|
|
1972
1972
|
}
|
|
1973
1973
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1974
1974
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1975
|
-
padding-left: 1.8em !important;
|
|
1976
1975
|
padding-right: 8px !important;
|
|
1977
1976
|
}
|
|
1978
1977
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2394,7 +2393,6 @@
|
|
|
2394
2393
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2395
2394
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2396
2395
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2397
|
-
padding-left: 1.8em !important;
|
|
2398
2396
|
padding-right: 8px !important;
|
|
2399
2397
|
}
|
|
2400
2398
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -1632,7 +1632,7 @@
|
|
|
1632
1632
|
.e-pivotview .e-expand,
|
|
1633
1633
|
.e-pivotview .e-collapse {
|
|
1634
1634
|
cursor: pointer;
|
|
1635
|
-
display: inline
|
|
1635
|
+
display: inline;
|
|
1636
1636
|
height: 18px;
|
|
1637
1637
|
margin-top: 5px;
|
|
1638
1638
|
text-align: center;
|
|
@@ -1929,9 +1929,9 @@
|
|
|
1929
1929
|
}
|
|
1930
1930
|
@media (max-width: 400px) {
|
|
1931
1931
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1932
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1933
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1934
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1932
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1933
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1934
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1935
1935
|
min-width: 10px !important;
|
|
1936
1936
|
}
|
|
1937
1937
|
}
|
|
@@ -1974,7 +1974,6 @@
|
|
|
1974
1974
|
}
|
|
1975
1975
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1976
1976
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1977
|
-
padding-left: 1.8em !important;
|
|
1978
1977
|
padding-right: 8px !important;
|
|
1979
1978
|
}
|
|
1980
1979
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2396,7 +2395,6 @@
|
|
|
2396
2395
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2397
2396
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2398
2397
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2399
|
-
padding-left: 1.8em !important;
|
|
2400
2398
|
padding-right: 8px !important;
|
|
2401
2399
|
}
|
|
2402
2400
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -1580,7 +1580,7 @@
|
|
|
1580
1580
|
.e-pivotview .e-expand,
|
|
1581
1581
|
.e-pivotview .e-collapse {
|
|
1582
1582
|
cursor: pointer;
|
|
1583
|
-
display: inline
|
|
1583
|
+
display: inline;
|
|
1584
1584
|
height: 18px;
|
|
1585
1585
|
margin-top: 5px;
|
|
1586
1586
|
text-align: center;
|
|
@@ -1874,9 +1874,9 @@
|
|
|
1874
1874
|
}
|
|
1875
1875
|
@media (max-width: 400px) {
|
|
1876
1876
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1877
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1878
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1879
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1877
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1878
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1879
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1880
1880
|
min-width: 10px !important;
|
|
1881
1881
|
}
|
|
1882
1882
|
}
|
|
@@ -1919,7 +1919,6 @@
|
|
|
1919
1919
|
}
|
|
1920
1920
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1921
1921
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1922
|
-
padding-left: 0.8em !important;
|
|
1923
1922
|
padding-right: 8px !important;
|
|
1924
1923
|
}
|
|
1925
1924
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2325,7 +2324,6 @@
|
|
|
2325
2324
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2326
2325
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2327
2326
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2328
|
-
padding-left: 0.8em !important;
|
|
2329
2327
|
padding-right: 8px !important;
|
|
2330
2328
|
}
|
|
2331
2329
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/fabric-dark-definition.scss';
|
|
3
|
-
@import 'fabric-dark-definition.scss';
|
|
4
|
-
@import 'icons/fabric-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/fabric-dark.scss';
|
|
@@ -1578,7 +1578,7 @@
|
|
|
1578
1578
|
.e-pivotview .e-expand,
|
|
1579
1579
|
.e-pivotview .e-collapse {
|
|
1580
1580
|
cursor: pointer;
|
|
1581
|
-
display: inline
|
|
1581
|
+
display: inline;
|
|
1582
1582
|
height: 18px;
|
|
1583
1583
|
margin-top: 5px;
|
|
1584
1584
|
text-align: center;
|
|
@@ -1872,9 +1872,9 @@
|
|
|
1872
1872
|
}
|
|
1873
1873
|
@media (max-width: 400px) {
|
|
1874
1874
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1875
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1876
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1877
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1875
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1876
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1877
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1878
1878
|
min-width: 10px !important;
|
|
1879
1879
|
}
|
|
1880
1880
|
}
|
|
@@ -1917,7 +1917,6 @@
|
|
|
1917
1917
|
}
|
|
1918
1918
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1919
1919
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1920
|
-
padding-left: 0.8em !important;
|
|
1921
1920
|
padding-right: 8px !important;
|
|
1922
1921
|
}
|
|
1923
1922
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2323,7 +2322,6 @@
|
|
|
2323
2322
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2324
2323
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2325
2324
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2326
|
-
padding-left: 0.8em !important;
|
|
2327
2325
|
padding-right: 8px !important;
|
|
2328
2326
|
}
|
|
2329
2327
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -1610,7 +1610,7 @@
|
|
|
1610
1610
|
.e-pivotview .e-expand,
|
|
1611
1611
|
.e-pivotview .e-collapse {
|
|
1612
1612
|
cursor: pointer;
|
|
1613
|
-
display: inline
|
|
1613
|
+
display: inline;
|
|
1614
1614
|
height: 18px;
|
|
1615
1615
|
margin-top: 5px;
|
|
1616
1616
|
text-align: center;
|
|
@@ -1907,9 +1907,9 @@
|
|
|
1907
1907
|
}
|
|
1908
1908
|
@media (max-width: 400px) {
|
|
1909
1909
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1910
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1911
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1912
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1910
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1911
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1912
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1913
1913
|
min-width: 10px !important;
|
|
1914
1914
|
}
|
|
1915
1915
|
}
|
|
@@ -1952,7 +1952,6 @@
|
|
|
1952
1952
|
}
|
|
1953
1953
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1954
1954
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1955
|
-
padding-left: 1.8em !important;
|
|
1956
1955
|
padding-right: 8px !important;
|
|
1957
1956
|
}
|
|
1958
1957
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2370,7 +2369,6 @@
|
|
|
2370
2369
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2371
2370
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2372
2371
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2373
|
-
padding-left: 1.8em !important;
|
|
2374
2372
|
padding-right: 8px !important;
|
|
2375
2373
|
}
|
|
2376
2374
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -1612,7 +1612,7 @@
|
|
|
1612
1612
|
.e-pivotview .e-expand,
|
|
1613
1613
|
.e-pivotview .e-collapse {
|
|
1614
1614
|
cursor: pointer;
|
|
1615
|
-
display: inline
|
|
1615
|
+
display: inline;
|
|
1616
1616
|
height: 18px;
|
|
1617
1617
|
margin-top: 5px;
|
|
1618
1618
|
text-align: center;
|
|
@@ -1909,9 +1909,9 @@
|
|
|
1909
1909
|
}
|
|
1910
1910
|
@media (max-width: 400px) {
|
|
1911
1911
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1912
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1913
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1914
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1912
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1913
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1914
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1915
1915
|
min-width: 10px !important;
|
|
1916
1916
|
}
|
|
1917
1917
|
}
|
|
@@ -1954,7 +1954,6 @@
|
|
|
1954
1954
|
}
|
|
1955
1955
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1956
1956
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1957
|
-
padding-left: 1.8em !important;
|
|
1958
1957
|
padding-right: 8px !important;
|
|
1959
1958
|
}
|
|
1960
1959
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2372,7 +2371,6 @@
|
|
|
2372
2371
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2373
2372
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2374
2373
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2375
|
-
padding-left: 1.8em !important;
|
|
2376
2374
|
padding-right: 8px !important;
|
|
2377
2375
|
}
|
|
2378
2376
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -1580,7 +1580,7 @@
|
|
|
1580
1580
|
.e-pivotview .e-expand,
|
|
1581
1581
|
.e-pivotview .e-collapse {
|
|
1582
1582
|
cursor: pointer;
|
|
1583
|
-
display: inline
|
|
1583
|
+
display: inline;
|
|
1584
1584
|
height: 18px;
|
|
1585
1585
|
margin-top: 5px;
|
|
1586
1586
|
text-align: center;
|
|
@@ -1875,9 +1875,9 @@
|
|
|
1875
1875
|
}
|
|
1876
1876
|
@media (max-width: 400px) {
|
|
1877
1877
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1878
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1879
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1880
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1878
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1879
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1880
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1881
1881
|
min-width: 10px !important;
|
|
1882
1882
|
}
|
|
1883
1883
|
}
|
|
@@ -1920,7 +1920,6 @@
|
|
|
1920
1920
|
}
|
|
1921
1921
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1922
1922
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1923
|
-
padding-left: 0.8em !important;
|
|
1924
1923
|
padding-right: 8px !important;
|
|
1925
1924
|
}
|
|
1926
1925
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2326,7 +2325,6 @@
|
|
|
2326
2325
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2327
2326
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2328
2327
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2329
|
-
padding-left: 0.8em !important;
|
|
2330
2328
|
padding-right: 8px !important;
|
|
2331
2329
|
}
|
|
2332
2330
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/highcontrast-light-definition.scss';
|
|
3
|
-
@import 'highcontrast-light-definition.scss';
|
|
4
|
-
@import 'icons/highcontrast-light.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/highcontrast-light.scss';
|
|
@@ -1580,7 +1580,7 @@
|
|
|
1580
1580
|
.e-pivotview .e-expand,
|
|
1581
1581
|
.e-pivotview .e-collapse {
|
|
1582
1582
|
cursor: pointer;
|
|
1583
|
-
display: inline
|
|
1583
|
+
display: inline;
|
|
1584
1584
|
height: 18px;
|
|
1585
1585
|
margin-top: 5px;
|
|
1586
1586
|
text-align: center;
|
|
@@ -1875,9 +1875,9 @@
|
|
|
1875
1875
|
}
|
|
1876
1876
|
@media (max-width: 400px) {
|
|
1877
1877
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1878
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1879
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1880
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1878
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1879
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1880
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1881
1881
|
min-width: 10px !important;
|
|
1882
1882
|
}
|
|
1883
1883
|
}
|
|
@@ -1920,7 +1920,6 @@
|
|
|
1920
1920
|
}
|
|
1921
1921
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1922
1922
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1923
|
-
padding-left: 0.8em !important;
|
|
1924
1923
|
padding-right: 8px !important;
|
|
1925
1924
|
}
|
|
1926
1925
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2326,7 +2325,6 @@
|
|
|
2326
2325
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2327
2326
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2328
2327
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2329
|
-
padding-left: 0.8em !important;
|
|
2330
2328
|
padding-right: 8px !important;
|
|
2331
2329
|
}
|
|
2332
2330
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/highcontrast-definition.scss';
|
|
3
|
-
@import 'highcontrast-definition.scss';
|
|
4
|
-
@import 'icons/highcontrast.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/highcontrast.scss';
|
|
@@ -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;
|
|
@@ -1878,9 +1878,9 @@
|
|
|
1878
1878
|
}
|
|
1879
1879
|
@media (max-width: 400px) {
|
|
1880
1880
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1881
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1882
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1883
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1881
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1882
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1883
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1884
1884
|
min-width: 10px !important;
|
|
1885
1885
|
}
|
|
1886
1886
|
}
|
|
@@ -1923,7 +1923,6 @@
|
|
|
1923
1923
|
}
|
|
1924
1924
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1925
1925
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1926
|
-
padding-left: 1.8em !important;
|
|
1927
1926
|
padding-right: 8px !important;
|
|
1928
1927
|
}
|
|
1929
1928
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2329,7 +2328,6 @@
|
|
|
2329
2328
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2330
2329
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2331
2330
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2332
|
-
padding-left: 1.8em !important;
|
|
2333
2331
|
padding-right: 8px !important;
|
|
2334
2332
|
}
|
|
2335
2333
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/material-dark-definition.scss';
|
|
3
|
-
@import 'material-dark-definition.scss';
|
|
4
|
-
@import 'icons/material-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/material-dark.scss';
|
|
@@ -1582,7 +1582,7 @@
|
|
|
1582
1582
|
.e-pivotview .e-expand,
|
|
1583
1583
|
.e-pivotview .e-collapse {
|
|
1584
1584
|
cursor: pointer;
|
|
1585
|
-
display: inline
|
|
1585
|
+
display: inline;
|
|
1586
1586
|
height: 18px;
|
|
1587
1587
|
margin-top: 5px;
|
|
1588
1588
|
text-align: center;
|
|
@@ -1879,9 +1879,9 @@
|
|
|
1879
1879
|
}
|
|
1880
1880
|
@media (max-width: 400px) {
|
|
1881
1881
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1882
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1883
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1884
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1882
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1883
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1884
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1885
1885
|
min-width: 10px !important;
|
|
1886
1886
|
}
|
|
1887
1887
|
}
|
|
@@ -1924,7 +1924,6 @@
|
|
|
1924
1924
|
}
|
|
1925
1925
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1926
1926
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1927
|
-
padding-left: 1.8em !important;
|
|
1928
1927
|
padding-right: 8px !important;
|
|
1929
1928
|
}
|
|
1930
1929
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2330,7 +2329,6 @@
|
|
|
2330
2329
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2331
2330
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2332
2331
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2333
|
-
padding-left: 1.8em !important;
|
|
2334
2332
|
padding-right: 8px !important;
|
|
2335
2333
|
}
|
|
2336
2334
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -1620,7 +1620,7 @@
|
|
|
1620
1620
|
.e-pivotview .e-expand,
|
|
1621
1621
|
.e-pivotview .e-collapse {
|
|
1622
1622
|
cursor: pointer;
|
|
1623
|
-
display: inline
|
|
1623
|
+
display: inline;
|
|
1624
1624
|
height: 18px;
|
|
1625
1625
|
margin-top: 5px;
|
|
1626
1626
|
text-align: center;
|
|
@@ -1916,9 +1916,9 @@
|
|
|
1916
1916
|
}
|
|
1917
1917
|
@media (max-width: 400px) {
|
|
1918
1918
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1919
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1920
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1921
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1919
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1920
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1921
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1922
1922
|
min-width: 10px !important;
|
|
1923
1923
|
}
|
|
1924
1924
|
}
|
|
@@ -1961,7 +1961,6 @@
|
|
|
1961
1961
|
}
|
|
1962
1962
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1963
1963
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1964
|
-
padding-left: 1.8em !important;
|
|
1965
1964
|
padding-right: 8px !important;
|
|
1966
1965
|
}
|
|
1967
1966
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2386,7 +2385,6 @@
|
|
|
2386
2385
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2387
2386
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2388
2387
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2389
|
-
padding-left: 1.8em !important;
|
|
2390
2388
|
padding-right: 8px !important;
|
|
2391
2389
|
}
|
|
2392
2390
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -1622,7 +1622,7 @@
|
|
|
1622
1622
|
.e-pivotview .e-expand,
|
|
1623
1623
|
.e-pivotview .e-collapse {
|
|
1624
1624
|
cursor: pointer;
|
|
1625
|
-
display: inline
|
|
1625
|
+
display: inline;
|
|
1626
1626
|
height: 18px;
|
|
1627
1627
|
margin-top: 5px;
|
|
1628
1628
|
text-align: center;
|
|
@@ -1918,9 +1918,9 @@
|
|
|
1918
1918
|
}
|
|
1919
1919
|
@media (max-width: 400px) {
|
|
1920
1920
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1921
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1922
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1923
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1921
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1922
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1923
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1924
1924
|
min-width: 10px !important;
|
|
1925
1925
|
}
|
|
1926
1926
|
}
|
|
@@ -1963,7 +1963,6 @@
|
|
|
1963
1963
|
}
|
|
1964
1964
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1965
1965
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1966
|
-
padding-left: 1.8em !important;
|
|
1967
1966
|
padding-right: 8px !important;
|
|
1968
1967
|
}
|
|
1969
1968
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2388,7 +2387,6 @@
|
|
|
2388
2387
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2389
2388
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2390
2389
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2391
|
-
padding-left: 1.8em !important;
|
|
2392
2390
|
padding-right: 8px !important;
|
|
2393
2391
|
}
|
|
2394
2392
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1621,7 +1621,7 @@
|
|
|
1621
1621
|
.e-pivotview .e-expand,
|
|
1622
1622
|
.e-pivotview .e-collapse {
|
|
1623
1623
|
cursor: pointer;
|
|
1624
|
-
display: inline
|
|
1624
|
+
display: inline;
|
|
1625
1625
|
height: 18px;
|
|
1626
1626
|
margin-top: 5px;
|
|
1627
1627
|
text-align: center;
|
|
@@ -1917,9 +1917,9 @@
|
|
|
1917
1917
|
}
|
|
1918
1918
|
@media (max-width: 400px) {
|
|
1919
1919
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1920
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1921
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1922
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1920
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1921
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1922
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1923
1923
|
min-width: 10px !important;
|
|
1924
1924
|
}
|
|
1925
1925
|
}
|
|
@@ -1962,7 +1962,6 @@
|
|
|
1962
1962
|
}
|
|
1963
1963
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1964
1964
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1965
|
-
padding-left: 1.8em !important;
|
|
1966
1965
|
padding-right: 8px !important;
|
|
1967
1966
|
}
|
|
1968
1967
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2387,7 +2386,6 @@
|
|
|
2387
2386
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2388
2387
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2389
2388
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2390
|
-
padding-left: 1.8em !important;
|
|
2391
2389
|
padding-right: 8px !important;
|
|
2392
2390
|
}
|
|
2393
2391
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
package/styles/tailwind.css
CHANGED
|
@@ -1623,7 +1623,7 @@
|
|
|
1623
1623
|
.e-pivotview .e-expand,
|
|
1624
1624
|
.e-pivotview .e-collapse {
|
|
1625
1625
|
cursor: pointer;
|
|
1626
|
-
display: inline
|
|
1626
|
+
display: inline;
|
|
1627
1627
|
height: 18px;
|
|
1628
1628
|
margin-top: 5px;
|
|
1629
1629
|
text-align: center;
|
|
@@ -1919,9 +1919,9 @@
|
|
|
1919
1919
|
}
|
|
1920
1920
|
@media (max-width: 400px) {
|
|
1921
1921
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1922
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1923
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1924
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1922
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1923
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1924
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1925
1925
|
min-width: 10px !important;
|
|
1926
1926
|
}
|
|
1927
1927
|
}
|
|
@@ -1964,7 +1964,6 @@
|
|
|
1964
1964
|
}
|
|
1965
1965
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1966
1966
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1967
|
-
padding-left: 1.8em !important;
|
|
1968
1967
|
padding-right: 8px !important;
|
|
1969
1968
|
}
|
|
1970
1969
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2389,7 +2388,6 @@
|
|
|
2389
2388
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2390
2389
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2391
2390
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2392
|
-
padding-left: 1.8em !important;
|
|
2393
2391
|
padding-right: 8px !important;
|
|
2394
2392
|
}
|
|
2395
2393
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
package/esm2020/public_api.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
// Mapping root file for package generation
|
|
2
|
-
export * from './src/index';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsMkNBQTJDO0FBQzNDLGNBQWMsYUFBYSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gTWFwcGluZyByb290IGZpbGUgZm9yIHBhY2thZ2UgZ2VuZXJhdGlvblxuZXhwb3J0ICogZnJvbSAnLi9zcmMvaW5kZXgnOyJdfQ==
|
package/esm2020/src/index.mjs
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export { PivotViewComponent } from './pivotview/pivotview.component';
|
|
2
|
-
export { PivotViewModule } from './pivotview/pivotview.module';
|
|
3
|
-
export { PivotViewAllModule, GroupingBarService, FieldListService, CalculatedFieldService, ConditionalFormattingService, VirtualScrollService, DrillThroughService, ToolbarService, PivotChartService, PDFExportService, ExcelExportService, NumberFormattingService, GroupingService, PagerService } from './pivotview/pivotview-all.module';
|
|
4
|
-
export { PivotFieldListComponent } from './pivotfieldlist/pivotfieldlist.component';
|
|
5
|
-
export { PivotFieldListModule } from './pivotfieldlist/pivotfieldlist.module';
|
|
6
|
-
export { PivotFieldListAllModule } from './pivotfieldlist/pivotfieldlist-all.module';
|
|
7
|
-
export * from '@syncfusion/ej2-pivotview';
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGtCQUFrQixFQUFDLE1BQU0saUNBQWlDLENBQUM7QUFDcEUsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQy9ELE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxrQkFBa0IsRUFBRSxnQkFBZ0IsRUFBRSxzQkFBc0IsRUFBRSw0QkFBNEIsRUFBRSxvQkFBb0IsRUFBRSxtQkFBbUIsRUFBRSxjQUFjLEVBQUUsaUJBQWlCLEVBQUUsZ0JBQWdCLEVBQUUsa0JBQWtCLEVBQUUsdUJBQXVCLEVBQUUsZUFBZSxFQUFFLFlBQVksRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBQzlVLE9BQU8sRUFBRSx1QkFBdUIsRUFBQyxNQUFNLDJDQUEyQyxDQUFDO0FBQ25GLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHdDQUF3QyxDQUFDO0FBQzlFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDRDQUE0QyxDQUFDO0FBQ3JGLGNBQWMsMkJBQTJCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBQaXZvdFZpZXdDb21wb25lbnR9IGZyb20gJy4vcGl2b3R2aWV3L3Bpdm90dmlldy5jb21wb25lbnQnO1xuZXhwb3J0IHsgUGl2b3RWaWV3TW9kdWxlIH0gZnJvbSAnLi9waXZvdHZpZXcvcGl2b3R2aWV3Lm1vZHVsZSc7XG5leHBvcnQgeyBQaXZvdFZpZXdBbGxNb2R1bGUsIEdyb3VwaW5nQmFyU2VydmljZSwgRmllbGRMaXN0U2VydmljZSwgQ2FsY3VsYXRlZEZpZWxkU2VydmljZSwgQ29uZGl0aW9uYWxGb3JtYXR0aW5nU2VydmljZSwgVmlydHVhbFNjcm9sbFNlcnZpY2UsIERyaWxsVGhyb3VnaFNlcnZpY2UsIFRvb2xiYXJTZXJ2aWNlLCBQaXZvdENoYXJ0U2VydmljZSwgUERGRXhwb3J0U2VydmljZSwgRXhjZWxFeHBvcnRTZXJ2aWNlLCBOdW1iZXJGb3JtYXR0aW5nU2VydmljZSwgR3JvdXBpbmdTZXJ2aWNlLCBQYWdlclNlcnZpY2UgfSBmcm9tICcuL3Bpdm90dmlldy9waXZvdHZpZXctYWxsLm1vZHVsZSc7XG5leHBvcnQgeyBQaXZvdEZpZWxkTGlzdENvbXBvbmVudH0gZnJvbSAnLi9waXZvdGZpZWxkbGlzdC9waXZvdGZpZWxkbGlzdC5jb21wb25lbnQnO1xuZXhwb3J0IHsgUGl2b3RGaWVsZExpc3RNb2R1bGUgfSBmcm9tICcuL3Bpdm90ZmllbGRsaXN0L3Bpdm90ZmllbGRsaXN0Lm1vZHVsZSc7XG5leHBvcnQgeyBQaXZvdEZpZWxkTGlzdEFsbE1vZHVsZSB9IGZyb20gJy4vcGl2b3RmaWVsZGxpc3QvcGl2b3RmaWVsZGxpc3QtYWxsLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICdAc3luY2Z1c2lvbi9lajItcGl2b3R2aWV3JzsiXX0=
|