@syncfusion/ej2 20.2.44 → 20.2.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bootstrap-dark.css +3 -3
- package/bootstrap.css +3 -3
- package/bootstrap4.css +3 -3
- package/bootstrap5-dark.css +3 -3
- package/bootstrap5.css +3 -3
- package/dist/ej2.d.ts +1 -1
- package/dist/ej2.min.js +2 -2
- package/fabric-dark.css +3 -3
- package/fabric.css +3 -3
- package/fluent-dark.css +3 -3
- package/fluent.css +3 -3
- package/highcontrast.css +3 -3
- package/material-dark.css +3 -3
- package/material.css +3 -3
- package/package.json +45 -45
- package/pivotview/bootstrap-dark.css +3 -3
- package/pivotview/bootstrap.css +3 -3
- package/pivotview/bootstrap4.css +3 -3
- package/pivotview/bootstrap5-dark.css +3 -3
- package/pivotview/bootstrap5.css +3 -3
- package/pivotview/compatibility/bootstrap-dark.css +3 -3
- package/pivotview/compatibility/bootstrap.css +3 -3
- package/pivotview/compatibility/bootstrap4.css +3 -3
- package/pivotview/compatibility/bootstrap5-dark.css +3 -3
- package/pivotview/compatibility/bootstrap5.css +3 -3
- package/pivotview/compatibility/fabric-dark.css +3 -3
- package/pivotview/compatibility/fabric.css +3 -3
- package/pivotview/compatibility/fluent-dark.css +3 -3
- package/pivotview/compatibility/fluent.css +3 -3
- package/pivotview/compatibility/highcontrast-light.css +3 -3
- package/pivotview/compatibility/highcontrast.css +3 -3
- package/pivotview/compatibility/material-dark.css +3 -3
- package/pivotview/compatibility/material.css +3 -3
- package/pivotview/compatibility/tailwind-dark.css +3 -3
- package/pivotview/compatibility/tailwind.css +3 -3
- package/pivotview/fabric-dark.css +3 -3
- package/pivotview/fabric.css +3 -3
- package/pivotview/fluent-dark.css +3 -3
- package/pivotview/fluent.css +3 -3
- package/pivotview/highcontrast-light.css +3 -3
- package/pivotview/highcontrast.css +3 -3
- package/pivotview/material-dark.css +3 -3
- package/pivotview/material.css +3 -3
- package/pivotview/tailwind-dark.css +3 -3
- package/pivotview/tailwind.css +3 -3
- package/resource.json +8 -2
- package/styles/compatibility/bootstrap.css +3 -3
- package/styles/compatibility/bootstrap4.css +3 -3
- package/styles/compatibility/fabric.css +3 -3
- package/styles/compatibility/highcontrast.css +3 -3
- package/styles/compatibility/material.css +3 -3
- package/tailwind-dark.css +3 -3
- package/tailwind.css +3 -3
package/fabric-dark.css
CHANGED
|
@@ -59688,11 +59688,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
59688
59688
|
border-right-width: 1px;
|
|
59689
59689
|
}
|
|
59690
59690
|
.e-pivotview .e-stackedheadercelldiv {
|
|
59691
|
-
display:
|
|
59691
|
+
display: inline;
|
|
59692
59692
|
}
|
|
59693
59693
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
59694
59694
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
59695
|
-
display: inline
|
|
59695
|
+
display: inline;
|
|
59696
59696
|
padding-left: 12px !important;
|
|
59697
59697
|
margin-top: 5px;
|
|
59698
59698
|
margin-top: 2px;
|
|
@@ -60186,7 +60186,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
60186
60186
|
.e-pivotview .e-expand,
|
|
60187
60187
|
.e-pivotview .e-collapse {
|
|
60188
60188
|
cursor: pointer;
|
|
60189
|
-
display: inline
|
|
60189
|
+
display: inline;
|
|
60190
60190
|
height: 18px;
|
|
60191
60191
|
margin-top: 5px;
|
|
60192
60192
|
text-align: center;
|
package/fabric.css
CHANGED
|
@@ -61704,11 +61704,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
61704
61704
|
border-right-width: 1px;
|
|
61705
61705
|
}
|
|
61706
61706
|
.e-pivotview .e-stackedheadercelldiv {
|
|
61707
|
-
display:
|
|
61707
|
+
display: inline;
|
|
61708
61708
|
}
|
|
61709
61709
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
61710
61710
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
61711
|
-
display: inline
|
|
61711
|
+
display: inline;
|
|
61712
61712
|
padding-left: 12px !important;
|
|
61713
61713
|
margin-top: 5px;
|
|
61714
61714
|
}
|
|
@@ -62200,7 +62200,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
62200
62200
|
.e-pivotview .e-expand,
|
|
62201
62201
|
.e-pivotview .e-collapse {
|
|
62202
62202
|
cursor: pointer;
|
|
62203
|
-
display: inline
|
|
62203
|
+
display: inline;
|
|
62204
62204
|
height: 18px;
|
|
62205
62205
|
margin-top: 5px;
|
|
62206
62206
|
text-align: center;
|
package/fluent-dark.css
CHANGED
|
@@ -60777,11 +60777,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
60777
60777
|
border-right-width: 1px;
|
|
60778
60778
|
}
|
|
60779
60779
|
.e-pivotview .e-stackedheadercelldiv {
|
|
60780
|
-
display:
|
|
60780
|
+
display: inline;
|
|
60781
60781
|
}
|
|
60782
60782
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
60783
60783
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
60784
|
-
display: inline
|
|
60784
|
+
display: inline;
|
|
60785
60785
|
padding-left: 12px !important;
|
|
60786
60786
|
margin-top: 5px;
|
|
60787
60787
|
margin-top: 1px;
|
|
@@ -61279,7 +61279,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
61279
61279
|
.e-pivotview .e-expand,
|
|
61280
61280
|
.e-pivotview .e-collapse {
|
|
61281
61281
|
cursor: pointer;
|
|
61282
|
-
display: inline
|
|
61282
|
+
display: inline;
|
|
61283
61283
|
height: 18px;
|
|
61284
61284
|
margin-top: 5px;
|
|
61285
61285
|
text-align: center;
|
package/fluent.css
CHANGED
|
@@ -60776,11 +60776,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
60776
60776
|
border-right-width: 1px;
|
|
60777
60777
|
}
|
|
60778
60778
|
.e-pivotview .e-stackedheadercelldiv {
|
|
60779
|
-
display:
|
|
60779
|
+
display: inline;
|
|
60780
60780
|
}
|
|
60781
60781
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
60782
60782
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
60783
|
-
display: inline
|
|
60783
|
+
display: inline;
|
|
60784
60784
|
padding-left: 12px !important;
|
|
60785
60785
|
margin-top: 5px;
|
|
60786
60786
|
margin-top: 1px;
|
|
@@ -61278,7 +61278,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
61278
61278
|
.e-pivotview .e-expand,
|
|
61279
61279
|
.e-pivotview .e-collapse {
|
|
61280
61280
|
cursor: pointer;
|
|
61281
|
-
display: inline
|
|
61281
|
+
display: inline;
|
|
61282
61282
|
height: 18px;
|
|
61283
61283
|
margin-top: 5px;
|
|
61284
61284
|
text-align: center;
|
package/highcontrast.css
CHANGED
|
@@ -62504,11 +62504,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
62504
62504
|
border-right-width: 1px;
|
|
62505
62505
|
}
|
|
62506
62506
|
.e-pivotview .e-stackedheadercelldiv {
|
|
62507
|
-
display:
|
|
62507
|
+
display: inline;
|
|
62508
62508
|
}
|
|
62509
62509
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
62510
62510
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
62511
|
-
display: inline
|
|
62511
|
+
display: inline;
|
|
62512
62512
|
padding-left: 12px !important;
|
|
62513
62513
|
margin-top: 5px;
|
|
62514
62514
|
margin-top: 0;
|
|
@@ -63001,7 +63001,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
63001
63001
|
.e-pivotview .e-expand,
|
|
63002
63002
|
.e-pivotview .e-collapse {
|
|
63003
63003
|
cursor: pointer;
|
|
63004
|
-
display: inline
|
|
63004
|
+
display: inline;
|
|
63005
63005
|
height: 18px;
|
|
63006
63006
|
margin-top: 5px;
|
|
63007
63007
|
text-align: center;
|
package/material-dark.css
CHANGED
|
@@ -69250,11 +69250,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
69250
69250
|
border-right-width: 1px;
|
|
69251
69251
|
}
|
|
69252
69252
|
.e-pivotview .e-stackedheadercelldiv {
|
|
69253
|
-
display:
|
|
69253
|
+
display: inline;
|
|
69254
69254
|
}
|
|
69255
69255
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
69256
69256
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
69257
|
-
display: inline
|
|
69257
|
+
display: inline;
|
|
69258
69258
|
padding-left: 12px !important;
|
|
69259
69259
|
margin-top: 5px;
|
|
69260
69260
|
}
|
|
@@ -69749,7 +69749,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
69749
69749
|
.e-pivotview .e-expand,
|
|
69750
69750
|
.e-pivotview .e-collapse {
|
|
69751
69751
|
cursor: pointer;
|
|
69752
|
-
display: inline
|
|
69752
|
+
display: inline;
|
|
69753
69753
|
height: 18px;
|
|
69754
69754
|
margin-top: 5px;
|
|
69755
69755
|
text-align: center;
|
package/material.css
CHANGED
|
@@ -71439,11 +71439,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
71439
71439
|
border-right-width: 1px;
|
|
71440
71440
|
}
|
|
71441
71441
|
.e-pivotview .e-stackedheadercelldiv {
|
|
71442
|
-
display:
|
|
71442
|
+
display: inline;
|
|
71443
71443
|
}
|
|
71444
71444
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
71445
71445
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
71446
|
-
display: inline
|
|
71446
|
+
display: inline;
|
|
71447
71447
|
padding-left: 12px !important;
|
|
71448
71448
|
margin-top: 5px;
|
|
71449
71449
|
}
|
|
@@ -71938,7 +71938,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
71938
71938
|
.e-pivotview .e-expand,
|
|
71939
71939
|
.e-pivotview .e-collapse {
|
|
71940
71940
|
cursor: pointer;
|
|
71941
|
-
display: inline
|
|
71941
|
+
display: inline;
|
|
71942
71942
|
height: 18px;
|
|
71943
71943
|
margin-top: 5px;
|
|
71944
71944
|
text-align: center;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"_from": "@syncfusion/ej2@*",
|
|
3
3
|
"_id": "@syncfusion/ej2@20.3.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-sZ+YTsFEbwIr4seq6NO3zUnKzvjHNM+xIQnZrpmEzhdfVPI0PnS3K5ge2O5g1U233FetuQ9RUGbdH7MvrVIMbw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
22
|
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2/-/ej2-20.3.0.tgz",
|
|
23
|
-
"_shasum": "
|
|
23
|
+
"_shasum": "5b96e236649d3e61e9c3bb041db6667902b5b4da",
|
|
24
24
|
"_spec": "@syncfusion/ej2@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,48 +31,48 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-barcode-generator": "~20.2.
|
|
35
|
-
"@syncfusion/ej2-base": "~20.2.
|
|
36
|
-
"@syncfusion/ej2-buttons": "~20.2.
|
|
37
|
-
"@syncfusion/ej2-calendars": "~20.2.
|
|
38
|
-
"@syncfusion/ej2-charts": "~20.2.
|
|
39
|
-
"@syncfusion/ej2-circulargauge": "~20.2.
|
|
40
|
-
"@syncfusion/ej2-compression": "~20.2.
|
|
41
|
-
"@syncfusion/ej2-data": "~20.2.
|
|
42
|
-
"@syncfusion/ej2-diagrams": "~20.2.
|
|
43
|
-
"@syncfusion/ej2-documenteditor": "~20.2.
|
|
44
|
-
"@syncfusion/ej2-drawings": "~20.2.
|
|
45
|
-
"@syncfusion/ej2-dropdowns": "~20.2.
|
|
46
|
-
"@syncfusion/ej2-excel-export": "~20.2.
|
|
47
|
-
"@syncfusion/ej2-file-utils": "~20.2.
|
|
48
|
-
"@syncfusion/ej2-filemanager": "~20.2.
|
|
49
|
-
"@syncfusion/ej2-gantt": "~20.2.
|
|
50
|
-
"@syncfusion/ej2-grids": "~20.2.
|
|
51
|
-
"@syncfusion/ej2-heatmap": "~20.2.
|
|
52
|
-
"@syncfusion/ej2-icons": "~20.2.
|
|
53
|
-
"@syncfusion/ej2-inplace-editor": "~20.2.
|
|
54
|
-
"@syncfusion/ej2-inputs": "~20.2.
|
|
55
|
-
"@syncfusion/ej2-kanban": "~20.2.
|
|
56
|
-
"@syncfusion/ej2-layouts": "~20.2.
|
|
57
|
-
"@syncfusion/ej2-lineargauge": "~20.2.
|
|
58
|
-
"@syncfusion/ej2-lists": "~20.2.
|
|
59
|
-
"@syncfusion/ej2-maps": "~20.2.
|
|
60
|
-
"@syncfusion/ej2-navigations": "~20.2.
|
|
61
|
-
"@syncfusion/ej2-notifications": "~20.2.
|
|
62
|
-
"@syncfusion/ej2-office-chart": "~20.2.
|
|
63
|
-
"@syncfusion/ej2-pdf-export": "~20.2.
|
|
64
|
-
"@syncfusion/ej2-pdfviewer": "~20.2.
|
|
65
|
-
"@syncfusion/ej2-pivotview": "~20.2.
|
|
66
|
-
"@syncfusion/ej2-popups": "~20.2.
|
|
67
|
-
"@syncfusion/ej2-progressbar": "~20.2.
|
|
68
|
-
"@syncfusion/ej2-querybuilder": "~20.2.
|
|
69
|
-
"@syncfusion/ej2-richtexteditor": "~20.2.
|
|
70
|
-
"@syncfusion/ej2-schedule": "~20.2.
|
|
71
|
-
"@syncfusion/ej2-splitbuttons": "~20.2.
|
|
72
|
-
"@syncfusion/ej2-spreadsheet": "~20.2.
|
|
73
|
-
"@syncfusion/ej2-svg-base": "~20.2.
|
|
74
|
-
"@syncfusion/ej2-treegrid": "~20.2.
|
|
75
|
-
"@syncfusion/ej2-treemap": "~20.2.
|
|
34
|
+
"@syncfusion/ej2-barcode-generator": "~20.2.45",
|
|
35
|
+
"@syncfusion/ej2-base": "~20.2.45",
|
|
36
|
+
"@syncfusion/ej2-buttons": "~20.2.45",
|
|
37
|
+
"@syncfusion/ej2-calendars": "~20.2.45",
|
|
38
|
+
"@syncfusion/ej2-charts": "~20.2.45",
|
|
39
|
+
"@syncfusion/ej2-circulargauge": "~20.2.45",
|
|
40
|
+
"@syncfusion/ej2-compression": "~20.2.45",
|
|
41
|
+
"@syncfusion/ej2-data": "~20.2.45",
|
|
42
|
+
"@syncfusion/ej2-diagrams": "~20.2.45",
|
|
43
|
+
"@syncfusion/ej2-documenteditor": "~20.2.45",
|
|
44
|
+
"@syncfusion/ej2-drawings": "~20.2.45",
|
|
45
|
+
"@syncfusion/ej2-dropdowns": "~20.2.45",
|
|
46
|
+
"@syncfusion/ej2-excel-export": "~20.2.45",
|
|
47
|
+
"@syncfusion/ej2-file-utils": "~20.2.45",
|
|
48
|
+
"@syncfusion/ej2-filemanager": "~20.2.45",
|
|
49
|
+
"@syncfusion/ej2-gantt": "~20.2.45",
|
|
50
|
+
"@syncfusion/ej2-grids": "~20.2.45",
|
|
51
|
+
"@syncfusion/ej2-heatmap": "~20.2.45",
|
|
52
|
+
"@syncfusion/ej2-icons": "~20.2.45",
|
|
53
|
+
"@syncfusion/ej2-inplace-editor": "~20.2.45",
|
|
54
|
+
"@syncfusion/ej2-inputs": "~20.2.45",
|
|
55
|
+
"@syncfusion/ej2-kanban": "~20.2.45",
|
|
56
|
+
"@syncfusion/ej2-layouts": "~20.2.45",
|
|
57
|
+
"@syncfusion/ej2-lineargauge": "~20.2.45",
|
|
58
|
+
"@syncfusion/ej2-lists": "~20.2.45",
|
|
59
|
+
"@syncfusion/ej2-maps": "~20.2.45",
|
|
60
|
+
"@syncfusion/ej2-navigations": "~20.2.45",
|
|
61
|
+
"@syncfusion/ej2-notifications": "~20.2.45",
|
|
62
|
+
"@syncfusion/ej2-office-chart": "~20.2.45",
|
|
63
|
+
"@syncfusion/ej2-pdf-export": "~20.2.45",
|
|
64
|
+
"@syncfusion/ej2-pdfviewer": "~20.2.45",
|
|
65
|
+
"@syncfusion/ej2-pivotview": "~20.2.45",
|
|
66
|
+
"@syncfusion/ej2-popups": "~20.2.45",
|
|
67
|
+
"@syncfusion/ej2-progressbar": "~20.2.45",
|
|
68
|
+
"@syncfusion/ej2-querybuilder": "~20.2.45",
|
|
69
|
+
"@syncfusion/ej2-richtexteditor": "~20.2.45",
|
|
70
|
+
"@syncfusion/ej2-schedule": "~20.2.45",
|
|
71
|
+
"@syncfusion/ej2-splitbuttons": "~20.2.45",
|
|
72
|
+
"@syncfusion/ej2-spreadsheet": "~20.2.45",
|
|
73
|
+
"@syncfusion/ej2-svg-base": "~20.2.45",
|
|
74
|
+
"@syncfusion/ej2-treegrid": "~20.2.45",
|
|
75
|
+
"@syncfusion/ej2-treemap": "~20.2.45",
|
|
76
76
|
"@types/lodash": "4.14.159",
|
|
77
77
|
"sass": "^1.51.0",
|
|
78
78
|
"tslib": "^1.8.0",
|
|
@@ -96,6 +96,6 @@
|
|
|
96
96
|
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
97
97
|
},
|
|
98
98
|
"typings": "index.d.ts",
|
|
99
|
-
"version": "20.2.
|
|
99
|
+
"version": "20.2.45",
|
|
100
100
|
"sideEffects": false
|
|
101
101
|
}
|
|
@@ -1028,11 +1028,11 @@
|
|
|
1028
1028
|
border-right-width: 1px;
|
|
1029
1029
|
}
|
|
1030
1030
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1031
|
-
display:
|
|
1031
|
+
display: inline;
|
|
1032
1032
|
}
|
|
1033
1033
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1034
1034
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1035
|
-
display: inline
|
|
1035
|
+
display: inline;
|
|
1036
1036
|
padding-left: 12px !important;
|
|
1037
1037
|
margin-top: 5px;
|
|
1038
1038
|
}
|
|
@@ -1527,7 +1527,7 @@
|
|
|
1527
1527
|
.e-pivotview .e-expand,
|
|
1528
1528
|
.e-pivotview .e-collapse {
|
|
1529
1529
|
cursor: pointer;
|
|
1530
|
-
display: inline
|
|
1530
|
+
display: inline;
|
|
1531
1531
|
height: 18px;
|
|
1532
1532
|
margin-top: 5px;
|
|
1533
1533
|
text-align: center;
|
package/pivotview/bootstrap.css
CHANGED
|
@@ -1027,11 +1027,11 @@
|
|
|
1027
1027
|
border-right-width: 1px;
|
|
1028
1028
|
}
|
|
1029
1029
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1030
|
-
display:
|
|
1030
|
+
display: inline;
|
|
1031
1031
|
}
|
|
1032
1032
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1033
1033
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1034
|
-
display: inline
|
|
1034
|
+
display: inline;
|
|
1035
1035
|
padding-left: 12px !important;
|
|
1036
1036
|
margin-top: 5px;
|
|
1037
1037
|
}
|
|
@@ -1526,7 +1526,7 @@
|
|
|
1526
1526
|
.e-pivotview .e-expand,
|
|
1527
1527
|
.e-pivotview .e-collapse {
|
|
1528
1528
|
cursor: pointer;
|
|
1529
|
-
display: inline
|
|
1529
|
+
display: inline;
|
|
1530
1530
|
height: 18px;
|
|
1531
1531
|
margin-top: 5px;
|
|
1532
1532
|
text-align: center;
|
package/pivotview/bootstrap4.css
CHANGED
|
@@ -1087,11 +1087,11 @@
|
|
|
1087
1087
|
border-right-width: 1px;
|
|
1088
1088
|
}
|
|
1089
1089
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1090
|
-
display:
|
|
1090
|
+
display: inline;
|
|
1091
1091
|
}
|
|
1092
1092
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1093
1093
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1094
|
-
display: inline
|
|
1094
|
+
display: inline;
|
|
1095
1095
|
padding-left: 12px !important;
|
|
1096
1096
|
margin-top: 5px;
|
|
1097
1097
|
}
|
|
@@ -1609,7 +1609,7 @@
|
|
|
1609
1609
|
.e-pivotview .e-expand,
|
|
1610
1610
|
.e-pivotview .e-collapse {
|
|
1611
1611
|
cursor: pointer;
|
|
1612
|
-
display: inline
|
|
1612
|
+
display: inline;
|
|
1613
1613
|
height: 18px;
|
|
1614
1614
|
margin-top: 5px;
|
|
1615
1615
|
text-align: center;
|
|
@@ -1045,11 +1045,11 @@
|
|
|
1045
1045
|
border-right-width: 1px;
|
|
1046
1046
|
}
|
|
1047
1047
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1048
|
-
display:
|
|
1048
|
+
display: inline;
|
|
1049
1049
|
}
|
|
1050
1050
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1051
1051
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1052
|
-
display: inline
|
|
1052
|
+
display: inline;
|
|
1053
1053
|
padding-left: 12px !important;
|
|
1054
1054
|
margin-top: 5px;
|
|
1055
1055
|
margin-top: 2px;
|
|
@@ -1579,7 +1579,7 @@
|
|
|
1579
1579
|
.e-pivotview .e-expand,
|
|
1580
1580
|
.e-pivotview .e-collapse {
|
|
1581
1581
|
cursor: pointer;
|
|
1582
|
-
display: inline
|
|
1582
|
+
display: inline;
|
|
1583
1583
|
height: 18px;
|
|
1584
1584
|
margin-top: 5px;
|
|
1585
1585
|
text-align: center;
|
package/pivotview/bootstrap5.css
CHANGED
|
@@ -1047,11 +1047,11 @@
|
|
|
1047
1047
|
border-right-width: 1px;
|
|
1048
1048
|
}
|
|
1049
1049
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1050
|
-
display:
|
|
1050
|
+
display: inline;
|
|
1051
1051
|
}
|
|
1052
1052
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1053
1053
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1054
|
-
display: inline
|
|
1054
|
+
display: inline;
|
|
1055
1055
|
padding-left: 12px !important;
|
|
1056
1056
|
margin-top: 5px;
|
|
1057
1057
|
margin-top: 2px;
|
|
@@ -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;
|
|
@@ -1028,11 +1028,11 @@
|
|
|
1028
1028
|
border-right-width: 1px;
|
|
1029
1029
|
}
|
|
1030
1030
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1031
|
-
display:
|
|
1031
|
+
display: inline;
|
|
1032
1032
|
}
|
|
1033
1033
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1034
1034
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1035
|
-
display: inline
|
|
1035
|
+
display: inline;
|
|
1036
1036
|
padding-left: 12px !important;
|
|
1037
1037
|
margin-top: 5px;
|
|
1038
1038
|
}
|
|
@@ -1527,7 +1527,7 @@
|
|
|
1527
1527
|
.e-pivotview .e-expand,
|
|
1528
1528
|
.e-pivotview .e-collapse {
|
|
1529
1529
|
cursor: pointer;
|
|
1530
|
-
display: inline
|
|
1530
|
+
display: inline;
|
|
1531
1531
|
height: 18px;
|
|
1532
1532
|
margin-top: 5px;
|
|
1533
1533
|
text-align: center;
|
|
@@ -1027,11 +1027,11 @@
|
|
|
1027
1027
|
border-right-width: 1px;
|
|
1028
1028
|
}
|
|
1029
1029
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1030
|
-
display:
|
|
1030
|
+
display: inline;
|
|
1031
1031
|
}
|
|
1032
1032
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1033
1033
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1034
|
-
display: inline
|
|
1034
|
+
display: inline;
|
|
1035
1035
|
padding-left: 12px !important;
|
|
1036
1036
|
margin-top: 5px;
|
|
1037
1037
|
}
|
|
@@ -1526,7 +1526,7 @@
|
|
|
1526
1526
|
.e-pivotview .e-expand,
|
|
1527
1527
|
.e-pivotview .e-collapse {
|
|
1528
1528
|
cursor: pointer;
|
|
1529
|
-
display: inline
|
|
1529
|
+
display: inline;
|
|
1530
1530
|
height: 18px;
|
|
1531
1531
|
margin-top: 5px;
|
|
1532
1532
|
text-align: center;
|
|
@@ -1087,11 +1087,11 @@
|
|
|
1087
1087
|
border-right-width: 1px;
|
|
1088
1088
|
}
|
|
1089
1089
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1090
|
-
display:
|
|
1090
|
+
display: inline;
|
|
1091
1091
|
}
|
|
1092
1092
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1093
1093
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1094
|
-
display: inline
|
|
1094
|
+
display: inline;
|
|
1095
1095
|
padding-left: 12px !important;
|
|
1096
1096
|
margin-top: 5px;
|
|
1097
1097
|
}
|
|
@@ -1609,7 +1609,7 @@
|
|
|
1609
1609
|
.e-pivotview .e-expand,
|
|
1610
1610
|
.e-pivotview .e-collapse {
|
|
1611
1611
|
cursor: pointer;
|
|
1612
|
-
display: inline
|
|
1612
|
+
display: inline;
|
|
1613
1613
|
height: 18px;
|
|
1614
1614
|
margin-top: 5px;
|
|
1615
1615
|
text-align: center;
|
|
@@ -1045,11 +1045,11 @@
|
|
|
1045
1045
|
border-right-width: 1px;
|
|
1046
1046
|
}
|
|
1047
1047
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1048
|
-
display:
|
|
1048
|
+
display: inline;
|
|
1049
1049
|
}
|
|
1050
1050
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1051
1051
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1052
|
-
display: inline
|
|
1052
|
+
display: inline;
|
|
1053
1053
|
padding-left: 12px !important;
|
|
1054
1054
|
margin-top: 5px;
|
|
1055
1055
|
margin-top: 2px;
|
|
@@ -1579,7 +1579,7 @@
|
|
|
1579
1579
|
.e-pivotview .e-expand,
|
|
1580
1580
|
.e-pivotview .e-collapse {
|
|
1581
1581
|
cursor: pointer;
|
|
1582
|
-
display: inline
|
|
1582
|
+
display: inline;
|
|
1583
1583
|
height: 18px;
|
|
1584
1584
|
margin-top: 5px;
|
|
1585
1585
|
text-align: center;
|
|
@@ -1047,11 +1047,11 @@
|
|
|
1047
1047
|
border-right-width: 1px;
|
|
1048
1048
|
}
|
|
1049
1049
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1050
|
-
display:
|
|
1050
|
+
display: inline;
|
|
1051
1051
|
}
|
|
1052
1052
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1053
1053
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1054
|
-
display: inline
|
|
1054
|
+
display: inline;
|
|
1055
1055
|
padding-left: 12px !important;
|
|
1056
1056
|
margin-top: 5px;
|
|
1057
1057
|
margin-top: 2px;
|
|
@@ -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;
|
|
@@ -1027,11 +1027,11 @@
|
|
|
1027
1027
|
border-right-width: 1px;
|
|
1028
1028
|
}
|
|
1029
1029
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1030
|
-
display:
|
|
1030
|
+
display: inline;
|
|
1031
1031
|
}
|
|
1032
1032
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1033
1033
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1034
|
-
display: inline
|
|
1034
|
+
display: inline;
|
|
1035
1035
|
padding-left: 12px !important;
|
|
1036
1036
|
margin-top: 5px;
|
|
1037
1037
|
margin-top: 2px;
|
|
@@ -1525,7 +1525,7 @@
|
|
|
1525
1525
|
.e-pivotview .e-expand,
|
|
1526
1526
|
.e-pivotview .e-collapse {
|
|
1527
1527
|
cursor: pointer;
|
|
1528
|
-
display: inline
|
|
1528
|
+
display: inline;
|
|
1529
1529
|
height: 18px;
|
|
1530
1530
|
margin-top: 5px;
|
|
1531
1531
|
text-align: center;
|
|
@@ -1027,11 +1027,11 @@
|
|
|
1027
1027
|
border-right-width: 1px;
|
|
1028
1028
|
}
|
|
1029
1029
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1030
|
-
display:
|
|
1030
|
+
display: inline;
|
|
1031
1031
|
}
|
|
1032
1032
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1033
1033
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1034
|
-
display: inline
|
|
1034
|
+
display: inline;
|
|
1035
1035
|
padding-left: 12px !important;
|
|
1036
1036
|
margin-top: 5px;
|
|
1037
1037
|
}
|
|
@@ -1523,7 +1523,7 @@
|
|
|
1523
1523
|
.e-pivotview .e-expand,
|
|
1524
1524
|
.e-pivotview .e-collapse {
|
|
1525
1525
|
cursor: pointer;
|
|
1526
|
-
display: inline
|
|
1526
|
+
display: inline;
|
|
1527
1527
|
height: 18px;
|
|
1528
1528
|
margin-top: 5px;
|
|
1529
1529
|
text-align: center;
|
|
@@ -1053,11 +1053,11 @@
|
|
|
1053
1053
|
border-right-width: 1px;
|
|
1054
1054
|
}
|
|
1055
1055
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1056
|
-
display:
|
|
1056
|
+
display: inline;
|
|
1057
1057
|
}
|
|
1058
1058
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1059
1059
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1060
|
-
display: inline
|
|
1060
|
+
display: inline;
|
|
1061
1061
|
padding-left: 12px !important;
|
|
1062
1062
|
margin-top: 5px;
|
|
1063
1063
|
margin-top: 1px;
|
|
@@ -1555,7 +1555,7 @@
|
|
|
1555
1555
|
.e-pivotview .e-expand,
|
|
1556
1556
|
.e-pivotview .e-collapse {
|
|
1557
1557
|
cursor: pointer;
|
|
1558
|
-
display: inline
|
|
1558
|
+
display: inline;
|
|
1559
1559
|
height: 18px;
|
|
1560
1560
|
margin-top: 5px;
|
|
1561
1561
|
text-align: center;
|
|
@@ -1055,11 +1055,11 @@
|
|
|
1055
1055
|
border-right-width: 1px;
|
|
1056
1056
|
}
|
|
1057
1057
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1058
|
-
display:
|
|
1058
|
+
display: inline;
|
|
1059
1059
|
}
|
|
1060
1060
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1061
1061
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1062
|
-
display: inline
|
|
1062
|
+
display: inline;
|
|
1063
1063
|
padding-left: 12px !important;
|
|
1064
1064
|
margin-top: 5px;
|
|
1065
1065
|
margin-top: 1px;
|
|
@@ -1557,7 +1557,7 @@
|
|
|
1557
1557
|
.e-pivotview .e-expand,
|
|
1558
1558
|
.e-pivotview .e-collapse {
|
|
1559
1559
|
cursor: pointer;
|
|
1560
|
-
display: inline
|
|
1560
|
+
display: inline;
|
|
1561
1561
|
height: 18px;
|
|
1562
1562
|
margin-top: 5px;
|
|
1563
1563
|
text-align: center;
|
|
@@ -1028,11 +1028,11 @@
|
|
|
1028
1028
|
border-right-width: 1px;
|
|
1029
1029
|
}
|
|
1030
1030
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1031
|
-
display:
|
|
1031
|
+
display: inline;
|
|
1032
1032
|
}
|
|
1033
1033
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1034
1034
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1035
|
-
display: inline
|
|
1035
|
+
display: inline;
|
|
1036
1036
|
padding-left: 12px !important;
|
|
1037
1037
|
margin-top: 5px;
|
|
1038
1038
|
margin-top: 0;
|
|
@@ -1525,7 +1525,7 @@
|
|
|
1525
1525
|
.e-pivotview .e-expand,
|
|
1526
1526
|
.e-pivotview .e-collapse {
|
|
1527
1527
|
cursor: pointer;
|
|
1528
|
-
display: inline
|
|
1528
|
+
display: inline;
|
|
1529
1529
|
height: 18px;
|
|
1530
1530
|
margin-top: 5px;
|
|
1531
1531
|
text-align: center;
|
|
@@ -1028,11 +1028,11 @@
|
|
|
1028
1028
|
border-right-width: 1px;
|
|
1029
1029
|
}
|
|
1030
1030
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1031
|
-
display:
|
|
1031
|
+
display: inline;
|
|
1032
1032
|
}
|
|
1033
1033
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1034
1034
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1035
|
-
display: inline
|
|
1035
|
+
display: inline;
|
|
1036
1036
|
padding-left: 12px !important;
|
|
1037
1037
|
margin-top: 5px;
|
|
1038
1038
|
margin-top: 0;
|
|
@@ -1525,7 +1525,7 @@
|
|
|
1525
1525
|
.e-pivotview .e-expand,
|
|
1526
1526
|
.e-pivotview .e-collapse {
|
|
1527
1527
|
cursor: pointer;
|
|
1528
|
-
display: inline
|
|
1528
|
+
display: inline;
|
|
1529
1529
|
height: 18px;
|
|
1530
1530
|
margin-top: 5px;
|
|
1531
1531
|
text-align: center;
|