@syncfusion/ej2-angular-pivotview 20.3.59 → 20.4.38
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/package.json +8 -8
- 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/styles/bootstrap-dark.css +4 -0
- package/styles/bootstrap.css +4 -0
- package/styles/bootstrap4.css +4 -0
- package/styles/bootstrap5-dark.css +4 -0
- package/styles/bootstrap5.css +4 -0
- package/styles/fabric-dark.css +4 -0
- package/styles/fabric.css +4 -0
- package/styles/fluent-dark.css +4 -0
- package/styles/fluent.css +4 -0
- package/styles/highcontrast-light.css +4 -0
- package/styles/highcontrast.css +4 -0
- package/styles/material-dark.css +4 -0
- package/styles/material.css +4 -0
- package/styles/pivotview/_theme.scss +5 -0
- package/styles/pivotview/bootstrap-dark.css +4 -0
- package/styles/pivotview/bootstrap.css +4 -0
- package/styles/pivotview/bootstrap4.css +4 -0
- package/styles/pivotview/bootstrap5-dark.css +4 -0
- package/styles/pivotview/bootstrap5.css +4 -0
- package/styles/pivotview/fabric-dark.css +4 -0
- package/styles/pivotview/fabric.css +4 -0
- package/styles/pivotview/fluent-dark.css +4 -0
- package/styles/pivotview/fluent.css +4 -0
- package/styles/pivotview/highcontrast-light.css +4 -0
- package/styles/pivotview/highcontrast.css +4 -0
- package/styles/pivotview/material-dark.css +4 -0
- package/styles/pivotview/material.css +4 -0
- package/styles/pivotview/tailwind-dark.css +4 -0
- package/styles/pivotview/tailwind.css +4 -0
- package/styles/tailwind-dark.css +4 -0
- package/styles/tailwind.css +4 -0
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-pivotview@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-pivotview@20.3.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-pivotview@20.3.47",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-9q4LxmH7sTmmAN606QAojRyEq3hF9HNgXJL2MnJxcIha7EduCZtrGjPlHB9m/Y3VR7n4wcRCt6M5KcWVeOjw1g==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-pivotview",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-release/@syncfusion/ej2-angular-pivotview/-/ej2-angular-pivotview-20.3.47.tgz",
|
|
23
|
+
"_shasum": "f7ff9f2a3f715a52bbe8f06167146db91eab1c27",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-pivotview@*",
|
|
25
25
|
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~20.
|
|
35
|
-
"@syncfusion/ej2-base": "~20.
|
|
36
|
-
"@syncfusion/ej2-pivotview": "20.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~20.4.38",
|
|
35
|
+
"@syncfusion/ej2-base": "~20.4.38",
|
|
36
|
+
"@syncfusion/ej2-pivotview": "20.4.38",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"schematics": "./schematics/collection.json",
|
|
79
79
|
"sideEffects": false,
|
|
80
80
|
"typings": "syncfusion-ej2-angular-pivotview.d.ts",
|
|
81
|
-
"version": "20.
|
|
81
|
+
"version": "20.4.38"
|
|
82
82
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-pivotview";
|
|
2
|
-
export declare const pkgVer = "^20.3.
|
|
2
|
+
export declare const pkgVer = "^20.3.47";
|
|
3
3
|
export declare const moduleName = "PivotViewModule, PivotFieldListModule";
|
|
4
|
-
export declare const themeVer = "~20.3.
|
|
4
|
+
export declare const themeVer = "~20.3.47";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-pivotview';
|
|
4
|
-
exports.pkgVer = '^20.
|
|
4
|
+
exports.pkgVer = '^20.4.38';
|
|
5
5
|
exports.moduleName = 'PivotViewModule, PivotFieldListModule';
|
|
6
|
-
exports.themeVer = '~20.
|
|
6
|
+
exports.themeVer = '~20.4.38';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-pivotview';
|
|
2
|
-
export const pkgVer = '^20.
|
|
2
|
+
export const pkgVer = '^20.4.38';
|
|
3
3
|
export const moduleName = 'PivotViewModule, PivotFieldListModule';
|
|
4
|
-
export const themeVer = '~20.
|
|
4
|
+
export const themeVer = '~20.4.38';
|
|
@@ -896,6 +896,7 @@
|
|
|
896
896
|
}
|
|
897
897
|
.e-pivotview .e-valuescontent {
|
|
898
898
|
padding-right: 8px;
|
|
899
|
+
text-align: right;
|
|
899
900
|
}
|
|
900
901
|
.e-pivotview .e-grid .e-rowcell {
|
|
901
902
|
/* stylelint-disable */
|
|
@@ -1933,6 +1934,9 @@
|
|
|
1933
1934
|
margin-left: 0;
|
|
1934
1935
|
margin-right: 7px;
|
|
1935
1936
|
}
|
|
1937
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1938
|
+
text-align: left;
|
|
1939
|
+
}
|
|
1936
1940
|
.e-pivotview.e-rtl .e-group-values,
|
|
1937
1941
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1938
1942
|
.e-pivotview.e-rtl .e-group-filters,
|
package/styles/bootstrap.css
CHANGED
|
@@ -895,6 +895,7 @@
|
|
|
895
895
|
}
|
|
896
896
|
.e-pivotview .e-valuescontent {
|
|
897
897
|
padding-right: 8px;
|
|
898
|
+
text-align: right;
|
|
898
899
|
}
|
|
899
900
|
.e-pivotview .e-grid .e-rowcell {
|
|
900
901
|
/* stylelint-disable */
|
|
@@ -1932,6 +1933,9 @@
|
|
|
1932
1933
|
margin-left: 0;
|
|
1933
1934
|
margin-right: 7px;
|
|
1934
1935
|
}
|
|
1936
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1937
|
+
text-align: left;
|
|
1938
|
+
}
|
|
1935
1939
|
.e-pivotview.e-rtl .e-group-values,
|
|
1936
1940
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1937
1941
|
.e-pivotview.e-rtl .e-group-filters,
|
package/styles/bootstrap4.css
CHANGED
|
@@ -950,6 +950,7 @@
|
|
|
950
950
|
}
|
|
951
951
|
.e-pivotview .e-valuescontent {
|
|
952
952
|
padding-right: 8px;
|
|
953
|
+
text-align: right;
|
|
953
954
|
}
|
|
954
955
|
.e-pivotview .e-grid .e-rowcell {
|
|
955
956
|
/* stylelint-disable */
|
|
@@ -2014,6 +2015,9 @@
|
|
|
2014
2015
|
margin-left: 0;
|
|
2015
2016
|
margin-right: 7px;
|
|
2016
2017
|
}
|
|
2018
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
2019
|
+
text-align: left;
|
|
2020
|
+
}
|
|
2017
2021
|
.e-pivotview.e-rtl .e-group-values,
|
|
2018
2022
|
.e-pivotview.e-rtl .e-group-columns,
|
|
2019
2023
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -901,6 +901,7 @@
|
|
|
901
901
|
}
|
|
902
902
|
.e-pivotview .e-valuescontent {
|
|
903
903
|
padding-right: 8px;
|
|
904
|
+
text-align: right;
|
|
904
905
|
}
|
|
905
906
|
.e-pivotview .e-grid .e-rowcell {
|
|
906
907
|
/* stylelint-disable */
|
|
@@ -1984,6 +1985,9 @@
|
|
|
1984
1985
|
margin-left: 0;
|
|
1985
1986
|
margin-right: 7px;
|
|
1986
1987
|
}
|
|
1988
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1989
|
+
text-align: left;
|
|
1990
|
+
}
|
|
1987
1991
|
.e-pivotview.e-rtl .e-group-values,
|
|
1988
1992
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1989
1993
|
.e-pivotview.e-rtl .e-group-filters,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -903,6 +903,7 @@
|
|
|
903
903
|
}
|
|
904
904
|
.e-pivotview .e-valuescontent {
|
|
905
905
|
padding-right: 8px;
|
|
906
|
+
text-align: right;
|
|
906
907
|
}
|
|
907
908
|
.e-pivotview .e-grid .e-rowcell {
|
|
908
909
|
/* stylelint-disable */
|
|
@@ -1986,6 +1987,9 @@
|
|
|
1986
1987
|
margin-left: 0;
|
|
1987
1988
|
margin-right: 7px;
|
|
1988
1989
|
}
|
|
1990
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1991
|
+
text-align: left;
|
|
1992
|
+
}
|
|
1989
1993
|
.e-pivotview.e-rtl .e-group-values,
|
|
1990
1994
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1991
1995
|
.e-pivotview.e-rtl .e-group-filters,
|
package/styles/fabric-dark.css
CHANGED
|
@@ -895,6 +895,7 @@
|
|
|
895
895
|
}
|
|
896
896
|
.e-pivotview .e-valuescontent {
|
|
897
897
|
padding-right: 8px;
|
|
898
|
+
text-align: right;
|
|
898
899
|
}
|
|
899
900
|
.e-pivotview .e-grid .e-rowcell {
|
|
900
901
|
/* stylelint-disable */
|
|
@@ -1931,6 +1932,9 @@
|
|
|
1931
1932
|
margin-left: 0;
|
|
1932
1933
|
margin-right: 7px;
|
|
1933
1934
|
}
|
|
1935
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1936
|
+
text-align: left;
|
|
1937
|
+
}
|
|
1934
1938
|
.e-pivotview.e-rtl .e-group-values,
|
|
1935
1939
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1936
1940
|
.e-pivotview.e-rtl .e-group-filters,
|
package/styles/fabric.css
CHANGED
|
@@ -895,6 +895,7 @@
|
|
|
895
895
|
}
|
|
896
896
|
.e-pivotview .e-valuescontent {
|
|
897
897
|
padding-right: 8px;
|
|
898
|
+
text-align: right;
|
|
898
899
|
}
|
|
899
900
|
.e-pivotview .e-grid .e-rowcell {
|
|
900
901
|
/* stylelint-disable */
|
|
@@ -1929,6 +1930,9 @@
|
|
|
1929
1930
|
margin-left: 0;
|
|
1930
1931
|
margin-right: 7px;
|
|
1931
1932
|
}
|
|
1933
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1934
|
+
text-align: left;
|
|
1935
|
+
}
|
|
1932
1936
|
.e-pivotview.e-rtl .e-group-values,
|
|
1933
1937
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1934
1938
|
.e-pivotview.e-rtl .e-group-filters,
|
package/styles/fluent-dark.css
CHANGED
|
@@ -917,6 +917,7 @@
|
|
|
917
917
|
}
|
|
918
918
|
.e-pivotview .e-valuescontent {
|
|
919
919
|
padding-right: 8px;
|
|
920
|
+
text-align: right;
|
|
920
921
|
}
|
|
921
922
|
.e-pivotview .e-grid .e-rowcell {
|
|
922
923
|
/* stylelint-disable */
|
|
@@ -1964,6 +1965,9 @@
|
|
|
1964
1965
|
margin-left: 0;
|
|
1965
1966
|
margin-right: 7px;
|
|
1966
1967
|
}
|
|
1968
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1969
|
+
text-align: left;
|
|
1970
|
+
}
|
|
1967
1971
|
.e-pivotview.e-rtl .e-group-values,
|
|
1968
1972
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1969
1973
|
.e-pivotview.e-rtl .e-group-filters,
|
package/styles/fluent.css
CHANGED
|
@@ -919,6 +919,7 @@
|
|
|
919
919
|
}
|
|
920
920
|
.e-pivotview .e-valuescontent {
|
|
921
921
|
padding-right: 8px;
|
|
922
|
+
text-align: right;
|
|
922
923
|
}
|
|
923
924
|
.e-pivotview .e-grid .e-rowcell {
|
|
924
925
|
/* stylelint-disable */
|
|
@@ -1966,6 +1967,9 @@
|
|
|
1966
1967
|
margin-left: 0;
|
|
1967
1968
|
margin-right: 7px;
|
|
1968
1969
|
}
|
|
1970
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1971
|
+
text-align: left;
|
|
1972
|
+
}
|
|
1969
1973
|
.e-pivotview.e-rtl .e-group-values,
|
|
1970
1974
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1971
1975
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -894,6 +894,7 @@
|
|
|
894
894
|
}
|
|
895
895
|
.e-pivotview .e-valuescontent {
|
|
896
896
|
padding-right: 8px;
|
|
897
|
+
text-align: right;
|
|
897
898
|
}
|
|
898
899
|
.e-pivotview .e-grid .e-rowcell {
|
|
899
900
|
/* stylelint-disable */
|
|
@@ -1932,6 +1933,9 @@
|
|
|
1932
1933
|
margin-left: 0;
|
|
1933
1934
|
margin-right: 7px;
|
|
1934
1935
|
}
|
|
1936
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1937
|
+
text-align: left;
|
|
1938
|
+
}
|
|
1935
1939
|
.e-pivotview.e-rtl .e-group-values,
|
|
1936
1940
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1937
1941
|
.e-pivotview.e-rtl .e-group-filters,
|
package/styles/highcontrast.css
CHANGED
|
@@ -894,6 +894,7 @@
|
|
|
894
894
|
}
|
|
895
895
|
.e-pivotview .e-valuescontent {
|
|
896
896
|
padding-right: 8px;
|
|
897
|
+
text-align: right;
|
|
897
898
|
}
|
|
898
899
|
.e-pivotview .e-grid .e-rowcell {
|
|
899
900
|
/* stylelint-disable */
|
|
@@ -1932,6 +1933,9 @@
|
|
|
1932
1933
|
margin-left: 0;
|
|
1933
1934
|
margin-right: 7px;
|
|
1934
1935
|
}
|
|
1936
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1937
|
+
text-align: left;
|
|
1938
|
+
}
|
|
1935
1939
|
.e-pivotview.e-rtl .e-group-values,
|
|
1936
1940
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1937
1941
|
.e-pivotview.e-rtl .e-group-filters,
|
package/styles/material-dark.css
CHANGED
|
@@ -895,6 +895,7 @@
|
|
|
895
895
|
}
|
|
896
896
|
.e-pivotview .e-valuescontent {
|
|
897
897
|
padding-right: 8px;
|
|
898
|
+
text-align: right;
|
|
898
899
|
}
|
|
899
900
|
.e-pivotview .e-grid .e-rowcell {
|
|
900
901
|
/* stylelint-disable */
|
|
@@ -1935,6 +1936,9 @@
|
|
|
1935
1936
|
margin-left: 0;
|
|
1936
1937
|
margin-right: 7px;
|
|
1937
1938
|
}
|
|
1939
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1940
|
+
text-align: left;
|
|
1941
|
+
}
|
|
1938
1942
|
.e-pivotview.e-rtl .e-group-values,
|
|
1939
1943
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1940
1944
|
.e-pivotview.e-rtl .e-group-filters,
|
package/styles/material.css
CHANGED
|
@@ -896,6 +896,7 @@
|
|
|
896
896
|
}
|
|
897
897
|
.e-pivotview .e-valuescontent {
|
|
898
898
|
padding-right: 8px;
|
|
899
|
+
text-align: right;
|
|
899
900
|
}
|
|
900
901
|
.e-pivotview .e-grid .e-rowcell {
|
|
901
902
|
/* stylelint-disable */
|
|
@@ -1936,6 +1937,9 @@
|
|
|
1936
1937
|
margin-left: 0;
|
|
1937
1938
|
margin-right: 7px;
|
|
1938
1939
|
}
|
|
1940
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1941
|
+
text-align: left;
|
|
1942
|
+
}
|
|
1939
1943
|
.e-pivotview.e-rtl .e-group-values,
|
|
1940
1944
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1941
1945
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
.e-valuescontent {
|
|
25
25
|
padding-right: 8px;
|
|
26
|
+
text-align: right;
|
|
26
27
|
}
|
|
27
28
|
|
|
28
29
|
.e-grid .e-rowcell {
|
|
@@ -1324,6 +1325,10 @@
|
|
|
1324
1325
|
margin-right: 7px;
|
|
1325
1326
|
}
|
|
1326
1327
|
|
|
1328
|
+
.e-valuescontent {
|
|
1329
|
+
text-align: left;
|
|
1330
|
+
}
|
|
1331
|
+
|
|
1327
1332
|
.e-group-values,
|
|
1328
1333
|
.e-group-columns,
|
|
1329
1334
|
.e-group-filters,
|
|
@@ -896,6 +896,7 @@
|
|
|
896
896
|
}
|
|
897
897
|
.e-pivotview .e-valuescontent {
|
|
898
898
|
padding-right: 8px;
|
|
899
|
+
text-align: right;
|
|
899
900
|
}
|
|
900
901
|
.e-pivotview .e-grid .e-rowcell {
|
|
901
902
|
/* stylelint-disable */
|
|
@@ -1933,6 +1934,9 @@
|
|
|
1933
1934
|
margin-left: 0;
|
|
1934
1935
|
margin-right: 7px;
|
|
1935
1936
|
}
|
|
1937
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1938
|
+
text-align: left;
|
|
1939
|
+
}
|
|
1936
1940
|
.e-pivotview.e-rtl .e-group-values,
|
|
1937
1941
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1938
1942
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -895,6 +895,7 @@
|
|
|
895
895
|
}
|
|
896
896
|
.e-pivotview .e-valuescontent {
|
|
897
897
|
padding-right: 8px;
|
|
898
|
+
text-align: right;
|
|
898
899
|
}
|
|
899
900
|
.e-pivotview .e-grid .e-rowcell {
|
|
900
901
|
/* stylelint-disable */
|
|
@@ -1932,6 +1933,9 @@
|
|
|
1932
1933
|
margin-left: 0;
|
|
1933
1934
|
margin-right: 7px;
|
|
1934
1935
|
}
|
|
1936
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1937
|
+
text-align: left;
|
|
1938
|
+
}
|
|
1935
1939
|
.e-pivotview.e-rtl .e-group-values,
|
|
1936
1940
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1937
1941
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -950,6 +950,7 @@
|
|
|
950
950
|
}
|
|
951
951
|
.e-pivotview .e-valuescontent {
|
|
952
952
|
padding-right: 8px;
|
|
953
|
+
text-align: right;
|
|
953
954
|
}
|
|
954
955
|
.e-pivotview .e-grid .e-rowcell {
|
|
955
956
|
/* stylelint-disable */
|
|
@@ -2014,6 +2015,9 @@
|
|
|
2014
2015
|
margin-left: 0;
|
|
2015
2016
|
margin-right: 7px;
|
|
2016
2017
|
}
|
|
2018
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
2019
|
+
text-align: left;
|
|
2020
|
+
}
|
|
2017
2021
|
.e-pivotview.e-rtl .e-group-values,
|
|
2018
2022
|
.e-pivotview.e-rtl .e-group-columns,
|
|
2019
2023
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -901,6 +901,7 @@
|
|
|
901
901
|
}
|
|
902
902
|
.e-pivotview .e-valuescontent {
|
|
903
903
|
padding-right: 8px;
|
|
904
|
+
text-align: right;
|
|
904
905
|
}
|
|
905
906
|
.e-pivotview .e-grid .e-rowcell {
|
|
906
907
|
/* stylelint-disable */
|
|
@@ -1984,6 +1985,9 @@
|
|
|
1984
1985
|
margin-left: 0;
|
|
1985
1986
|
margin-right: 7px;
|
|
1986
1987
|
}
|
|
1988
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1989
|
+
text-align: left;
|
|
1990
|
+
}
|
|
1987
1991
|
.e-pivotview.e-rtl .e-group-values,
|
|
1988
1992
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1989
1993
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -903,6 +903,7 @@
|
|
|
903
903
|
}
|
|
904
904
|
.e-pivotview .e-valuescontent {
|
|
905
905
|
padding-right: 8px;
|
|
906
|
+
text-align: right;
|
|
906
907
|
}
|
|
907
908
|
.e-pivotview .e-grid .e-rowcell {
|
|
908
909
|
/* stylelint-disable */
|
|
@@ -1986,6 +1987,9 @@
|
|
|
1986
1987
|
margin-left: 0;
|
|
1987
1988
|
margin-right: 7px;
|
|
1988
1989
|
}
|
|
1990
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1991
|
+
text-align: left;
|
|
1992
|
+
}
|
|
1989
1993
|
.e-pivotview.e-rtl .e-group-values,
|
|
1990
1994
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1991
1995
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -895,6 +895,7 @@
|
|
|
895
895
|
}
|
|
896
896
|
.e-pivotview .e-valuescontent {
|
|
897
897
|
padding-right: 8px;
|
|
898
|
+
text-align: right;
|
|
898
899
|
}
|
|
899
900
|
.e-pivotview .e-grid .e-rowcell {
|
|
900
901
|
/* stylelint-disable */
|
|
@@ -1931,6 +1932,9 @@
|
|
|
1931
1932
|
margin-left: 0;
|
|
1932
1933
|
margin-right: 7px;
|
|
1933
1934
|
}
|
|
1935
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1936
|
+
text-align: left;
|
|
1937
|
+
}
|
|
1934
1938
|
.e-pivotview.e-rtl .e-group-values,
|
|
1935
1939
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1936
1940
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -895,6 +895,7 @@
|
|
|
895
895
|
}
|
|
896
896
|
.e-pivotview .e-valuescontent {
|
|
897
897
|
padding-right: 8px;
|
|
898
|
+
text-align: right;
|
|
898
899
|
}
|
|
899
900
|
.e-pivotview .e-grid .e-rowcell {
|
|
900
901
|
/* stylelint-disable */
|
|
@@ -1929,6 +1930,9 @@
|
|
|
1929
1930
|
margin-left: 0;
|
|
1930
1931
|
margin-right: 7px;
|
|
1931
1932
|
}
|
|
1933
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1934
|
+
text-align: left;
|
|
1935
|
+
}
|
|
1932
1936
|
.e-pivotview.e-rtl .e-group-values,
|
|
1933
1937
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1934
1938
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -917,6 +917,7 @@
|
|
|
917
917
|
}
|
|
918
918
|
.e-pivotview .e-valuescontent {
|
|
919
919
|
padding-right: 8px;
|
|
920
|
+
text-align: right;
|
|
920
921
|
}
|
|
921
922
|
.e-pivotview .e-grid .e-rowcell {
|
|
922
923
|
/* stylelint-disable */
|
|
@@ -1964,6 +1965,9 @@
|
|
|
1964
1965
|
margin-left: 0;
|
|
1965
1966
|
margin-right: 7px;
|
|
1966
1967
|
}
|
|
1968
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1969
|
+
text-align: left;
|
|
1970
|
+
}
|
|
1967
1971
|
.e-pivotview.e-rtl .e-group-values,
|
|
1968
1972
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1969
1973
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -919,6 +919,7 @@
|
|
|
919
919
|
}
|
|
920
920
|
.e-pivotview .e-valuescontent {
|
|
921
921
|
padding-right: 8px;
|
|
922
|
+
text-align: right;
|
|
922
923
|
}
|
|
923
924
|
.e-pivotview .e-grid .e-rowcell {
|
|
924
925
|
/* stylelint-disable */
|
|
@@ -1966,6 +1967,9 @@
|
|
|
1966
1967
|
margin-left: 0;
|
|
1967
1968
|
margin-right: 7px;
|
|
1968
1969
|
}
|
|
1970
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1971
|
+
text-align: left;
|
|
1972
|
+
}
|
|
1969
1973
|
.e-pivotview.e-rtl .e-group-values,
|
|
1970
1974
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1971
1975
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -894,6 +894,7 @@
|
|
|
894
894
|
}
|
|
895
895
|
.e-pivotview .e-valuescontent {
|
|
896
896
|
padding-right: 8px;
|
|
897
|
+
text-align: right;
|
|
897
898
|
}
|
|
898
899
|
.e-pivotview .e-grid .e-rowcell {
|
|
899
900
|
/* stylelint-disable */
|
|
@@ -1932,6 +1933,9 @@
|
|
|
1932
1933
|
margin-left: 0;
|
|
1933
1934
|
margin-right: 7px;
|
|
1934
1935
|
}
|
|
1936
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1937
|
+
text-align: left;
|
|
1938
|
+
}
|
|
1935
1939
|
.e-pivotview.e-rtl .e-group-values,
|
|
1936
1940
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1937
1941
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -894,6 +894,7 @@
|
|
|
894
894
|
}
|
|
895
895
|
.e-pivotview .e-valuescontent {
|
|
896
896
|
padding-right: 8px;
|
|
897
|
+
text-align: right;
|
|
897
898
|
}
|
|
898
899
|
.e-pivotview .e-grid .e-rowcell {
|
|
899
900
|
/* stylelint-disable */
|
|
@@ -1932,6 +1933,9 @@
|
|
|
1932
1933
|
margin-left: 0;
|
|
1933
1934
|
margin-right: 7px;
|
|
1934
1935
|
}
|
|
1936
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1937
|
+
text-align: left;
|
|
1938
|
+
}
|
|
1935
1939
|
.e-pivotview.e-rtl .e-group-values,
|
|
1936
1940
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1937
1941
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -895,6 +895,7 @@
|
|
|
895
895
|
}
|
|
896
896
|
.e-pivotview .e-valuescontent {
|
|
897
897
|
padding-right: 8px;
|
|
898
|
+
text-align: right;
|
|
898
899
|
}
|
|
899
900
|
.e-pivotview .e-grid .e-rowcell {
|
|
900
901
|
/* stylelint-disable */
|
|
@@ -1935,6 +1936,9 @@
|
|
|
1935
1936
|
margin-left: 0;
|
|
1936
1937
|
margin-right: 7px;
|
|
1937
1938
|
}
|
|
1939
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1940
|
+
text-align: left;
|
|
1941
|
+
}
|
|
1938
1942
|
.e-pivotview.e-rtl .e-group-values,
|
|
1939
1943
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1940
1944
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -896,6 +896,7 @@
|
|
|
896
896
|
}
|
|
897
897
|
.e-pivotview .e-valuescontent {
|
|
898
898
|
padding-right: 8px;
|
|
899
|
+
text-align: right;
|
|
899
900
|
}
|
|
900
901
|
.e-pivotview .e-grid .e-rowcell {
|
|
901
902
|
/* stylelint-disable */
|
|
@@ -1936,6 +1937,9 @@
|
|
|
1936
1937
|
margin-left: 0;
|
|
1937
1938
|
margin-right: 7px;
|
|
1938
1939
|
}
|
|
1940
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1941
|
+
text-align: left;
|
|
1942
|
+
}
|
|
1939
1943
|
.e-pivotview.e-rtl .e-group-values,
|
|
1940
1944
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1941
1945
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -918,6 +918,7 @@
|
|
|
918
918
|
}
|
|
919
919
|
.e-pivotview .e-valuescontent {
|
|
920
920
|
padding-right: 8px;
|
|
921
|
+
text-align: right;
|
|
921
922
|
}
|
|
922
923
|
.e-pivotview .e-grid .e-rowcell {
|
|
923
924
|
/* stylelint-disable */
|
|
@@ -1973,6 +1974,9 @@
|
|
|
1973
1974
|
margin-left: 0;
|
|
1974
1975
|
margin-right: 7px;
|
|
1975
1976
|
}
|
|
1977
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1978
|
+
text-align: left;
|
|
1979
|
+
}
|
|
1976
1980
|
.e-pivotview.e-rtl .e-group-values,
|
|
1977
1981
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1978
1982
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -920,6 +920,7 @@
|
|
|
920
920
|
}
|
|
921
921
|
.e-pivotview .e-valuescontent {
|
|
922
922
|
padding-right: 8px;
|
|
923
|
+
text-align: right;
|
|
923
924
|
}
|
|
924
925
|
.e-pivotview .e-grid .e-rowcell {
|
|
925
926
|
/* stylelint-disable */
|
|
@@ -1975,6 +1976,9 @@
|
|
|
1975
1976
|
margin-left: 0;
|
|
1976
1977
|
margin-right: 7px;
|
|
1977
1978
|
}
|
|
1979
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1980
|
+
text-align: left;
|
|
1981
|
+
}
|
|
1978
1982
|
.e-pivotview.e-rtl .e-group-values,
|
|
1979
1983
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1980
1984
|
.e-pivotview.e-rtl .e-group-filters,
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -919,6 +919,7 @@
|
|
|
919
919
|
}
|
|
920
920
|
.e-pivotview .e-valuescontent {
|
|
921
921
|
padding-right: 8px;
|
|
922
|
+
text-align: right;
|
|
922
923
|
}
|
|
923
924
|
.e-pivotview .e-grid .e-rowcell {
|
|
924
925
|
/* stylelint-disable */
|
|
@@ -1974,6 +1975,9 @@
|
|
|
1974
1975
|
margin-left: 0;
|
|
1975
1976
|
margin-right: 7px;
|
|
1976
1977
|
}
|
|
1978
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1979
|
+
text-align: left;
|
|
1980
|
+
}
|
|
1977
1981
|
.e-pivotview.e-rtl .e-group-values,
|
|
1978
1982
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1979
1983
|
.e-pivotview.e-rtl .e-group-filters,
|
package/styles/tailwind.css
CHANGED
|
@@ -921,6 +921,7 @@
|
|
|
921
921
|
}
|
|
922
922
|
.e-pivotview .e-valuescontent {
|
|
923
923
|
padding-right: 8px;
|
|
924
|
+
text-align: right;
|
|
924
925
|
}
|
|
925
926
|
.e-pivotview .e-grid .e-rowcell {
|
|
926
927
|
/* stylelint-disable */
|
|
@@ -1976,6 +1977,9 @@
|
|
|
1976
1977
|
margin-left: 0;
|
|
1977
1978
|
margin-right: 7px;
|
|
1978
1979
|
}
|
|
1980
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1981
|
+
text-align: left;
|
|
1982
|
+
}
|
|
1979
1983
|
.e-pivotview.e-rtl .e-group-values,
|
|
1980
1984
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1981
1985
|
.e-pivotview.e-rtl .e-group-filters,
|