@syncfusion/ej2-angular-pivotview 20.3.59-ngcc → 20.3.59
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/esm2020/public_api.mjs +3 -0
- package/esm2020/src/index.mjs +8 -0
- package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +23 -0
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +66 -0
- package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +25 -0
- package/esm2020/src/pivotview/pivotview-all.module.mjs +65 -0
- package/esm2020/src/pivotview/pivotview.component.mjs +157 -0
- package/esm2020/src/pivotview/pivotview.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-pivotview.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +347 -0
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +347 -0
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
- package/package.json +27 -13
- package/schematics/utils/lib-details.d.ts +2 -2
- package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +6 -0
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +3 -0
- package/src/pivotfieldlist/pivotfieldlist.module.d.ts +6 -0
- package/src/pivotview/pivotview-all.module.d.ts +6 -0
- package/src/pivotview/pivotview.component.d.ts +3 -0
- package/src/pivotview/pivotview.module.d.ts +6 -0
- package/styles/bootstrap-dark.css +6 -4
- package/styles/bootstrap.css +6 -4
- package/styles/bootstrap4.css +6 -4
- package/styles/bootstrap5-dark.css +6 -4
- package/styles/bootstrap5.css +6 -4
- package/styles/fabric-dark.css +6 -4
- package/styles/fabric.css +6 -4
- package/styles/fluent-dark.css +6 -4
- package/styles/fluent.css +6 -4
- package/styles/highcontrast-light.css +6 -4
- package/styles/highcontrast.css +6 -4
- package/styles/material-dark.css +6 -4
- package/styles/material.css +6 -4
- package/styles/pivotfieldlist/_all.scss +2 -0
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +240 -0
- package/styles/pivotfieldlist/_bootstrap-definition.scss +194 -0
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +194 -0
- package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +198 -0
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +200 -0
- package/styles/pivotfieldlist/_fabric-definition.scss +194 -0
- package/styles/pivotfieldlist/_fluent-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_fluent-definition.scss +198 -0
- package/styles/pivotfieldlist/_fusionnew-definition.scss +197 -0
- package/styles/pivotfieldlist/_highcontrast-definition.scss +195 -0
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +195 -0
- package/styles/pivotfieldlist/_layout.scss +1899 -0
- package/styles/pivotfieldlist/_material-dark-definition.scss +195 -0
- package/styles/pivotfieldlist/_material-definition.scss +195 -0
- package/styles/pivotfieldlist/_material3-definition.scss +198 -0
- package/styles/pivotfieldlist/_tailwind-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_tailwind-definition.scss +198 -0
- package/styles/pivotfieldlist/_theme.scss +1938 -0
- package/styles/pivotfieldlist/bootstrap-dark.scss +4 -1
- package/styles/pivotfieldlist/bootstrap.scss +4 -1
- package/styles/pivotfieldlist/bootstrap4.scss +4 -1
- package/styles/pivotfieldlist/bootstrap5-dark.scss +4 -1
- package/styles/pivotfieldlist/bootstrap5.scss +4 -1
- package/styles/pivotfieldlist/fabric-dark.scss +4 -1
- package/styles/pivotfieldlist/fabric.scss +4 -1
- package/styles/pivotfieldlist/fluent-dark.scss +4 -1
- package/styles/pivotfieldlist/fluent.scss +4 -1
- package/styles/pivotfieldlist/highcontrast-light.scss +4 -1
- package/styles/pivotfieldlist/highcontrast.scss +4 -1
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +359 -0
- package/styles/pivotfieldlist/icons/_bootstrap.scss +359 -0
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +359 -0
- package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +1 -0
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +358 -0
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +359 -0
- package/styles/pivotfieldlist/icons/_fabric.scss +359 -0
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +1 -0
- package/styles/pivotfieldlist/icons/_fluent.scss +358 -0
- package/styles/pivotfieldlist/icons/_fusionnew.scss +353 -0
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +358 -0
- package/styles/pivotfieldlist/icons/_highcontrast.scss +358 -0
- package/styles/pivotfieldlist/icons/_material-dark.scss +359 -0
- package/styles/pivotfieldlist/icons/_material.scss +358 -0
- package/styles/pivotfieldlist/icons/_material3.scss +353 -0
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +357 -0
- package/styles/pivotfieldlist/icons/_tailwind.scss +357 -0
- package/styles/pivotfieldlist/material-dark.scss +4 -1
- package/styles/pivotfieldlist/material.scss +4 -1
- package/styles/pivotfieldlist/tailwind-dark.scss +4 -1
- package/styles/pivotfieldlist/tailwind.scss +4 -1
- package/styles/pivotview/_all.scss +2 -0
- package/styles/pivotview/_bootstrap-dark-definition.scss +160 -0
- package/styles/pivotview/_bootstrap-definition.scss +157 -0
- package/styles/pivotview/_bootstrap4-definition.scss +157 -0
- package/styles/pivotview/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pivotview/_bootstrap5-definition.scss +162 -0
- package/styles/pivotview/_fabric-dark-definition.scss +159 -0
- package/styles/pivotview/_fabric-definition.scss +156 -0
- package/styles/pivotview/_fluent-dark-definition.scss +1 -0
- package/styles/pivotview/_fluent-definition.scss +162 -0
- package/styles/pivotview/_fusionnew-definition.scss +162 -0
- package/styles/pivotview/_highcontrast-definition.scss +155 -0
- package/styles/pivotview/_highcontrast-light-definition.scss +156 -0
- package/styles/pivotview/_layout.scss +1071 -0
- package/styles/pivotview/_material-dark-definition.scss +163 -0
- package/styles/pivotview/_material-definition.scss +159 -0
- package/styles/pivotview/_material3-definition.scss +162 -0
- package/styles/pivotview/_tailwind-dark-definition.scss +1 -0
- package/styles/pivotview/_tailwind-definition.scss +162 -0
- package/styles/pivotview/_theme.scss +1995 -0
- package/styles/pivotview/bootstrap-dark.css +6 -4
- package/styles/pivotview/bootstrap-dark.scss +5 -1
- package/styles/pivotview/bootstrap.css +6 -4
- package/styles/pivotview/bootstrap.scss +5 -1
- package/styles/pivotview/bootstrap4.css +6 -4
- package/styles/pivotview/bootstrap4.scss +5 -1
- package/styles/pivotview/bootstrap5-dark.css +6 -4
- package/styles/pivotview/bootstrap5-dark.scss +4 -1
- package/styles/pivotview/bootstrap5.css +6 -4
- package/styles/pivotview/bootstrap5.scss +5 -1
- package/styles/pivotview/fabric-dark.css +6 -4
- package/styles/pivotview/fabric-dark.scss +5 -1
- package/styles/pivotview/fabric.css +6 -4
- package/styles/pivotview/fabric.scss +5 -1
- package/styles/pivotview/fluent-dark.css +6 -4
- package/styles/pivotview/fluent-dark.scss +4 -1
- package/styles/pivotview/fluent.css +6 -4
- package/styles/pivotview/fluent.scss +5 -1
- package/styles/pivotview/highcontrast-light.css +6 -4
- package/styles/pivotview/highcontrast-light.scss +5 -1
- package/styles/pivotview/highcontrast.css +6 -4
- package/styles/pivotview/highcontrast.scss +5 -1
- package/styles/pivotview/icons/_bootstrap-dark.scss +184 -0
- package/styles/pivotview/icons/_bootstrap.scss +184 -0
- package/styles/pivotview/icons/_bootstrap4.scss +184 -0
- package/styles/pivotview/icons/_bootstrap5-dark.scss +1 -0
- package/styles/pivotview/icons/_bootstrap5.scss +183 -0
- package/styles/pivotview/icons/_fabric-dark.scss +184 -0
- package/styles/pivotview/icons/_fabric.scss +184 -0
- package/styles/pivotview/icons/_fluent-dark.scss +1 -0
- package/styles/pivotview/icons/_fluent.scss +183 -0
- package/styles/pivotview/icons/_fusionnew.scss +183 -0
- package/styles/pivotview/icons/_highcontrast-light.scss +183 -0
- package/styles/pivotview/icons/_highcontrast.scss +183 -0
- package/styles/pivotview/icons/_material-dark.scss +184 -0
- package/styles/pivotview/icons/_material.scss +184 -0
- package/styles/pivotview/icons/_material3.scss +183 -0
- package/styles/pivotview/icons/_tailwind-dark.scss +183 -0
- package/styles/pivotview/icons/_tailwind.scss +183 -0
- package/styles/pivotview/material-dark.css +6 -4
- package/styles/pivotview/material-dark.scss +5 -1
- package/styles/pivotview/material.css +6 -4
- package/styles/pivotview/material.scss +5 -1
- package/styles/pivotview/tailwind-dark.css +6 -4
- package/styles/pivotview/tailwind-dark.scss +4 -1
- package/styles/pivotview/tailwind.css +6 -4
- package/styles/pivotview/tailwind.scss +5 -1
- package/styles/tailwind-dark.css +6 -4
- package/styles/tailwind.css +6 -4
- package/syncfusion-ej2-angular-pivotview.d.ts +5 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js +0 -434
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-pivotview.js +0 -404
- package/@syncfusion/ej2-angular-pivotview.js.map +0 -1
- package/CHANGELOG.md +0 -758
- package/dist/ej2-angular-pivotview.umd.js +0 -686
- package/dist/ej2-angular-pivotview.umd.js.map +0 -1
- package/dist/ej2-angular-pivotview.umd.min.js +0 -11
- package/dist/ej2-angular-pivotview.umd.min.js.map +0 -1
- package/ej2-angular-pivotview.d.ts +0 -6
- package/ej2-angular-pivotview.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
|
@@ -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-block;
|
|
1586
1586
|
height: 18px;
|
|
1587
1587
|
margin-top: 5px;
|
|
1588
1588
|
text-align: center;
|
|
@@ -1876,9 +1876,9 @@
|
|
|
1876
1876
|
}
|
|
1877
1877
|
@media (max-width: 400px) {
|
|
1878
1878
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1879
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1880
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1881
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1882
1882
|
min-width: 10px !important;
|
|
1883
1883
|
}
|
|
1884
1884
|
}
|
|
@@ -1921,6 +1921,7 @@
|
|
|
1921
1921
|
}
|
|
1922
1922
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1923
1923
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1924
|
+
padding-left: 0.8em !important;
|
|
1924
1925
|
padding-right: 8px !important;
|
|
1925
1926
|
}
|
|
1926
1927
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2326,6 +2327,7 @@
|
|
|
2326
2327
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2327
2328
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2328
2329
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2330
|
+
padding-left: 0.8em !important;
|
|
2329
2331
|
padding-right: 8px !important;
|
|
2330
2332
|
}
|
|
2331
2333
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/bootstrap-dark-definition.scss';
|
|
2
|
+
@import '../pivotfieldlist/bootstrap-dark-definition.scss';
|
|
3
|
+
@import 'bootstrap-dark-definition.scss';
|
|
4
|
+
@import 'icons/bootstrap-dark.scss';
|
|
5
|
+
@import 'all.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-block;
|
|
1585
1585
|
height: 18px;
|
|
1586
1586
|
margin-top: 5px;
|
|
1587
1587
|
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
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
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,6 +1920,7 @@
|
|
|
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;
|
|
1923
1924
|
padding-right: 8px !important;
|
|
1924
1925
|
}
|
|
1925
1926
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2325,6 +2326,7 @@
|
|
|
2325
2326
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2326
2327
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2327
2328
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2329
|
+
padding-left: 0.8em !important;
|
|
2328
2330
|
padding-right: 8px !important;
|
|
2329
2331
|
}
|
|
2330
2332
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -1663,7 +1663,7 @@
|
|
|
1663
1663
|
.e-pivotview .e-expand,
|
|
1664
1664
|
.e-pivotview .e-collapse {
|
|
1665
1665
|
cursor: pointer;
|
|
1666
|
-
display: inline;
|
|
1666
|
+
display: inline-block;
|
|
1667
1667
|
height: 18px;
|
|
1668
1668
|
margin-top: 5px;
|
|
1669
1669
|
text-align: center;
|
|
@@ -1957,9 +1957,9 @@
|
|
|
1957
1957
|
}
|
|
1958
1958
|
@media (max-width: 400px) {
|
|
1959
1959
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1960
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1961
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1962
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1963
1963
|
min-width: 10px !important;
|
|
1964
1964
|
}
|
|
1965
1965
|
}
|
|
@@ -2002,6 +2002,7 @@
|
|
|
2002
2002
|
}
|
|
2003
2003
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2004
2004
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2005
|
+
padding-left: 0.8em !important;
|
|
2005
2006
|
padding-right: 8px !important;
|
|
2006
2007
|
}
|
|
2007
2008
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2475,6 +2476,7 @@
|
|
|
2475
2476
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2476
2477
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2477
2478
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2479
|
+
padding-left: 0.8em !important;
|
|
2478
2480
|
padding-right: 8px !important;
|
|
2479
2481
|
}
|
|
2480
2482
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -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-block;
|
|
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
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
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,6 +1972,7 @@
|
|
|
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;
|
|
1975
1976
|
padding-right: 8px !important;
|
|
1976
1977
|
}
|
|
1977
1978
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2393,6 +2394,7 @@
|
|
|
2393
2394
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2394
2395
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2395
2396
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2397
|
+
padding-left: 1.8em !important;
|
|
2396
2398
|
padding-right: 8px !important;
|
|
2397
2399
|
}
|
|
2398
2400
|
.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-block;
|
|
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
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
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,6 +1974,7 @@
|
|
|
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;
|
|
1977
1978
|
padding-right: 8px !important;
|
|
1978
1979
|
}
|
|
1979
1980
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2395,6 +2396,7 @@
|
|
|
2395
2396
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2396
2397
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2397
2398
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2399
|
+
padding-left: 1.8em !important;
|
|
2398
2400
|
padding-right: 8px !important;
|
|
2399
2401
|
}
|
|
2400
2402
|
.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-block;
|
|
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
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
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,6 +1919,7 @@
|
|
|
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;
|
|
1922
1923
|
padding-right: 8px !important;
|
|
1923
1924
|
}
|
|
1924
1925
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2324,6 +2325,7 @@
|
|
|
2324
2325
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2325
2326
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2326
2327
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2328
|
+
padding-left: 0.8em !important;
|
|
2327
2329
|
padding-right: 8px !important;
|
|
2328
2330
|
}
|
|
2329
2331
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/fabric-dark-definition.scss';
|
|
2
|
+
@import '../pivotfieldlist/fabric-dark-definition.scss';
|
|
3
|
+
@import 'fabric-dark-definition.scss';
|
|
4
|
+
@import 'icons/fabric-dark.scss';
|
|
5
|
+
@import 'all.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-block;
|
|
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
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
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,6 +1917,7 @@
|
|
|
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;
|
|
1920
1921
|
padding-right: 8px !important;
|
|
1921
1922
|
}
|
|
1922
1923
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2322,6 +2323,7 @@
|
|
|
2322
2323
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2323
2324
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2324
2325
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2326
|
+
padding-left: 0.8em !important;
|
|
2325
2327
|
padding-right: 8px !important;
|
|
2326
2328
|
}
|
|
2327
2329
|
.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-block;
|
|
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
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
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,6 +1952,7 @@
|
|
|
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;
|
|
1955
1956
|
padding-right: 8px !important;
|
|
1956
1957
|
}
|
|
1957
1958
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2369,6 +2370,7 @@
|
|
|
2369
2370
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2370
2371
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2371
2372
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2373
|
+
padding-left: 1.8em !important;
|
|
2372
2374
|
padding-right: 8px !important;
|
|
2373
2375
|
}
|
|
2374
2376
|
.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-block;
|
|
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
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
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,6 +1954,7 @@
|
|
|
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;
|
|
1957
1958
|
padding-right: 8px !important;
|
|
1958
1959
|
}
|
|
1959
1960
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2371,6 +2372,7 @@
|
|
|
2371
2372
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2372
2373
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2373
2374
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2375
|
+
padding-left: 1.8em !important;
|
|
2374
2376
|
padding-right: 8px !important;
|
|
2375
2377
|
}
|
|
2376
2378
|
.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-block;
|
|
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
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
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,6 +1920,7 @@
|
|
|
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;
|
|
1923
1924
|
padding-right: 8px !important;
|
|
1924
1925
|
}
|
|
1925
1926
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2325,6 +2326,7 @@
|
|
|
2325
2326
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2326
2327
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2327
2328
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2329
|
+
padding-left: 0.8em !important;
|
|
2328
2330
|
padding-right: 8px !important;
|
|
2329
2331
|
}
|
|
2330
2332
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/highcontrast-light-definition.scss';
|
|
2
|
+
@import '../pivotfieldlist/highcontrast-light-definition.scss';
|
|
3
|
+
@import 'highcontrast-light-definition.scss';
|
|
4
|
+
@import 'icons/highcontrast-light.scss';
|
|
5
|
+
@import 'all.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-block;
|
|
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
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
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,6 +1920,7 @@
|
|
|
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;
|
|
1923
1924
|
padding-right: 8px !important;
|
|
1924
1925
|
}
|
|
1925
1926
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2325,6 +2326,7 @@
|
|
|
2325
2326
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2326
2327
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2327
2328
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2329
|
+
padding-left: 0.8em !important;
|
|
2328
2330
|
padding-right: 8px !important;
|
|
2329
2331
|
}
|
|
2330
2332
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/highcontrast-definition.scss';
|
|
2
|
+
@import '../pivotfieldlist/highcontrast-definition.scss';
|
|
3
|
+
@import 'highcontrast-definition.scss';
|
|
4
|
+
@import 'icons/highcontrast.scss';
|
|
5
|
+
@import 'all.scss';
|