@syncfusion/ej2-angular-pivotview 20.1.58 → 20.2.36
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 +62 -0
- package/esm2020/src/pivotview/pivotview.component.mjs +150 -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 +337 -0
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +337 -0
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
- package/package.json +29 -15
- package/schematics/utils/lib-details.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 +140 -23
- package/styles/bootstrap.css +140 -23
- package/styles/bootstrap4.css +141 -27
- package/styles/bootstrap5-dark.css +146 -32
- package/styles/bootstrap5.css +146 -32
- package/styles/fabric-dark.css +140 -23
- package/styles/fabric.css +140 -23
- package/styles/fluent-dark.css +156 -40
- package/styles/fluent.css +156 -40
- package/styles/highcontrast-light.css +140 -23
- package/styles/highcontrast.css +140 -23
- package/styles/material-dark.css +140 -23
- package/styles/material.css +140 -23
- package/styles/pivotfieldlist/_all.scss +2 -0
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +232 -0
- package/styles/pivotfieldlist/_bootstrap-definition.scss +185 -0
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +185 -0
- package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +189 -0
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +192 -0
- package/styles/pivotfieldlist/_fabric-definition.scss +185 -0
- package/styles/pivotfieldlist/_fluent-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_fluent-definition.scss +190 -0
- package/styles/pivotfieldlist/_fusionnew-definition.scss +189 -0
- package/styles/pivotfieldlist/_highcontrast-definition.scss +186 -0
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +186 -0
- package/styles/pivotfieldlist/_layout.scss +1855 -0
- package/styles/pivotfieldlist/_material-dark-definition.scss +186 -0
- package/styles/pivotfieldlist/_material-definition.scss +186 -0
- package/styles/pivotfieldlist/_material3-definition.scss +188 -0
- package/styles/pivotfieldlist/_tailwind-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_tailwind-definition.scss +189 -0
- package/styles/pivotfieldlist/_theme.scss +1855 -0
- package/styles/pivotfieldlist/bootstrap-dark.css +132 -7
- package/styles/pivotfieldlist/bootstrap-dark.scss +4 -1
- package/styles/pivotfieldlist/bootstrap.css +132 -7
- package/styles/pivotfieldlist/bootstrap.scss +4 -1
- package/styles/pivotfieldlist/bootstrap4.css +133 -8
- package/styles/pivotfieldlist/bootstrap4.scss +4 -1
- package/styles/pivotfieldlist/bootstrap5-dark.css +137 -12
- package/styles/pivotfieldlist/bootstrap5-dark.scss +4 -1
- package/styles/pivotfieldlist/bootstrap5.css +137 -12
- package/styles/pivotfieldlist/bootstrap5.scss +4 -1
- package/styles/pivotfieldlist/fabric-dark.css +132 -7
- package/styles/pivotfieldlist/fabric-dark.scss +4 -1
- package/styles/pivotfieldlist/fabric.css +132 -7
- package/styles/pivotfieldlist/fabric.scss +4 -1
- package/styles/pivotfieldlist/fluent-dark.css +142 -17
- package/styles/pivotfieldlist/fluent-dark.scss +4 -1
- package/styles/pivotfieldlist/fluent.css +142 -17
- package/styles/pivotfieldlist/fluent.scss +4 -1
- package/styles/pivotfieldlist/highcontrast-light.css +132 -7
- package/styles/pivotfieldlist/highcontrast-light.scss +4 -1
- package/styles/pivotfieldlist/highcontrast.css +132 -7
- package/styles/pivotfieldlist/highcontrast.scss +4 -1
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +358 -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 +357 -0
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +358 -0
- package/styles/pivotfieldlist/icons/_fabric.scss +358 -0
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +1 -0
- package/styles/pivotfieldlist/icons/_fluent.scss +357 -0
- package/styles/pivotfieldlist/icons/_fusionnew.scss +352 -0
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +357 -0
- package/styles/pivotfieldlist/icons/_highcontrast.scss +357 -0
- package/styles/pivotfieldlist/icons/_material-dark.scss +358 -0
- package/styles/pivotfieldlist/icons/_material.scss +357 -0
- package/styles/pivotfieldlist/icons/_material3.scss +352 -0
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +356 -0
- package/styles/pivotfieldlist/icons/_tailwind.scss +356 -0
- package/styles/pivotfieldlist/material-dark.css +132 -7
- package/styles/pivotfieldlist/material-dark.scss +4 -1
- package/styles/pivotfieldlist/material.css +132 -7
- package/styles/pivotfieldlist/material.scss +4 -1
- package/styles/pivotfieldlist/tailwind-dark.css +139 -16
- package/styles/pivotfieldlist/tailwind-dark.scss +4 -1
- package/styles/pivotfieldlist/tailwind.css +140 -16
- package/styles/pivotfieldlist/tailwind.scss +4 -1
- package/styles/pivotview/_all.scss +2 -0
- package/styles/pivotview/_bootstrap-dark-definition.scss +130 -0
- package/styles/pivotview/_bootstrap-definition.scss +127 -0
- package/styles/pivotview/_bootstrap4-definition.scss +127 -0
- package/styles/pivotview/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pivotview/_bootstrap5-definition.scss +130 -0
- package/styles/pivotview/_fabric-dark-definition.scss +129 -0
- package/styles/pivotview/_fabric-definition.scss +126 -0
- package/styles/pivotview/_fluent-dark-definition.scss +1 -0
- package/styles/pivotview/_fluent-definition.scss +130 -0
- package/styles/pivotview/_fusionnew-definition.scss +130 -0
- package/styles/pivotview/_highcontrast-definition.scss +125 -0
- package/styles/pivotview/_highcontrast-light-definition.scss +126 -0
- package/styles/pivotview/_layout.scss +1073 -0
- package/styles/pivotview/_material-dark-definition.scss +131 -0
- package/styles/pivotview/_material-definition.scss +128 -0
- package/styles/pivotview/_material3-definition.scss +130 -0
- package/styles/pivotview/_tailwind-dark-definition.scss +1 -0
- package/styles/pivotview/_tailwind-definition.scss +129 -0
- package/styles/pivotview/_theme.scss +1556 -0
- package/styles/pivotview/bootstrap-dark.css +8 -16
- package/styles/pivotview/bootstrap-dark.scss +5 -1
- package/styles/pivotview/bootstrap.css +8 -16
- package/styles/pivotview/bootstrap.scss +5 -1
- package/styles/pivotview/bootstrap4.css +8 -19
- package/styles/pivotview/bootstrap4.scss +5 -1
- package/styles/pivotview/bootstrap5-dark.css +9 -20
- package/styles/pivotview/bootstrap5-dark.scss +4 -1
- package/styles/pivotview/bootstrap5.css +9 -20
- package/styles/pivotview/bootstrap5.scss +5 -1
- package/styles/pivotview/fabric-dark.css +8 -16
- package/styles/pivotview/fabric-dark.scss +5 -1
- package/styles/pivotview/fabric.css +8 -16
- package/styles/pivotview/fabric.scss +5 -1
- package/styles/pivotview/fluent-dark.css +14 -23
- package/styles/pivotview/fluent-dark.scss +4 -1
- package/styles/pivotview/fluent.css +14 -23
- package/styles/pivotview/fluent.scss +5 -1
- package/styles/pivotview/highcontrast-light.css +8 -16
- package/styles/pivotview/highcontrast-light.scss +5 -1
- package/styles/pivotview/highcontrast.css +8 -16
- 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 +8 -16
- package/styles/pivotview/material-dark.scss +5 -1
- package/styles/pivotview/material.css +8 -16
- package/styles/pivotview/material.scss +5 -1
- package/styles/pivotview/tailwind-dark.css +10 -21
- package/styles/pivotview/tailwind-dark.scss +4 -1
- package/styles/pivotview/tailwind.css +10 -21
- package/styles/pivotview/tailwind.scss +5 -1
- package/styles/tailwind-dark.css +149 -37
- package/styles/tailwind.css +150 -37
- package/syncfusion-ej2-angular-pivotview.d.ts +5 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js +0 -425
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-pivotview.js +0 -395
- package/@syncfusion/ej2-angular-pivotview.js.map +0 -1
- package/CHANGELOG.md +0 -645
- package/dist/ej2-angular-pivotview.umd.js +0 -662
- 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
- package/schematics/collection.json +0 -20
- package/schematics/generators/pivotview-default/index.d.ts +0 -3
- package/schematics/generators/pivotview-default/index.js +0 -8
- package/schematics/generators/pivotview-default/sample-details.d.ts +0 -5
- package/schematics/generators/pivotview-default/sample-details.js +0 -7
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/pivotview-default/schema.d.ts +0 -3
- package/schematics/generators/pivotview-default/schema.js +0 -2
- package/schematics/generators/pivotview-default/schema.json +0 -124
- package/schematics/generators/pivotview-fieldlist/index.d.ts +0 -3
- package/schematics/generators/pivotview-fieldlist/index.js +0 -8
- package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +0 -5
- package/schematics/generators/pivotview-fieldlist/sample-details.js +0 -7
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/pivotview-fieldlist/schema.d.ts +0 -3
- package/schematics/generators/pivotview-fieldlist/schema.js +0 -2
- package/schematics/generators/pivotview-fieldlist/schema.json +0 -124
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
|
@@ -837,18 +837,6 @@
|
|
|
837
837
|
margin-top: 8px;
|
|
838
838
|
}
|
|
839
839
|
|
|
840
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
841
|
-
height: 62px;
|
|
842
|
-
}
|
|
843
|
-
|
|
844
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
845
|
-
padding-left: 10px;
|
|
846
|
-
}
|
|
847
|
-
|
|
848
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
849
|
-
margin-left: 24px !important;
|
|
850
|
-
}
|
|
851
|
-
|
|
852
840
|
/*! PivotView theme */
|
|
853
841
|
.e-pivotview .e-nextspan {
|
|
854
842
|
display: inline-block;
|
|
@@ -906,6 +894,8 @@
|
|
|
906
894
|
}
|
|
907
895
|
.e-pivotview .e-member-editor-dialog,
|
|
908
896
|
.e-pivotview .e-olap-editor-dialog {
|
|
897
|
+
min-height: 385px !important;
|
|
898
|
+
min-width: 350px !important;
|
|
909
899
|
visibility: hidden;
|
|
910
900
|
}
|
|
911
901
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
@@ -975,7 +965,8 @@
|
|
|
975
965
|
margin: -15px 0 !important;
|
|
976
966
|
}
|
|
977
967
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
978
|
-
|
|
968
|
+
font-size: 12px !important;
|
|
969
|
+
padding: 3px 4px 4px 4px !important;
|
|
979
970
|
}
|
|
980
971
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
981
972
|
margin: -10px 0 !important;
|
|
@@ -1013,7 +1004,7 @@
|
|
|
1013
1004
|
z-index: 1 !important;
|
|
1014
1005
|
}
|
|
1015
1006
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1016
|
-
visibility: hidden;
|
|
1007
|
+
visibility: hidden !important;
|
|
1017
1008
|
}
|
|
1018
1009
|
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1019
1010
|
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
@@ -1210,7 +1201,7 @@
|
|
|
1210
1201
|
border: 1px solid #414141;
|
|
1211
1202
|
border-radius: 4px;
|
|
1212
1203
|
box-shadow: none;
|
|
1213
|
-
color: #f0f0f0;
|
|
1204
|
+
color: #f0f0f0 !important;
|
|
1214
1205
|
cursor: default;
|
|
1215
1206
|
display: -ms-flexbox;
|
|
1216
1207
|
display: flex;
|
|
@@ -1457,8 +1448,9 @@
|
|
|
1457
1448
|
color: #f0f0f0 !important;
|
|
1458
1449
|
font-size: 10px;
|
|
1459
1450
|
height: 18px;
|
|
1460
|
-
margin-left: 4px;
|
|
1451
|
+
margin-left: 4px !important;
|
|
1461
1452
|
width: 18px;
|
|
1453
|
+
padding-top: 2px;
|
|
1462
1454
|
}
|
|
1463
1455
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
1464
1456
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -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';
|
|
@@ -836,18 +836,6 @@
|
|
|
836
836
|
margin-top: 8px;
|
|
837
837
|
}
|
|
838
838
|
|
|
839
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
840
|
-
height: 62px;
|
|
841
|
-
}
|
|
842
|
-
|
|
843
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
844
|
-
padding-left: 10px;
|
|
845
|
-
}
|
|
846
|
-
|
|
847
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
848
|
-
margin-left: 24px !important;
|
|
849
|
-
}
|
|
850
|
-
|
|
851
839
|
/*! PivotView theme */
|
|
852
840
|
.e-pivotview .e-nextspan {
|
|
853
841
|
display: inline-block;
|
|
@@ -905,6 +893,8 @@
|
|
|
905
893
|
}
|
|
906
894
|
.e-pivotview .e-member-editor-dialog,
|
|
907
895
|
.e-pivotview .e-olap-editor-dialog {
|
|
896
|
+
min-height: 385px !important;
|
|
897
|
+
min-width: 350px !important;
|
|
908
898
|
visibility: hidden;
|
|
909
899
|
}
|
|
910
900
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
@@ -974,7 +964,8 @@
|
|
|
974
964
|
margin: -15px 0 !important;
|
|
975
965
|
}
|
|
976
966
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
977
|
-
|
|
967
|
+
font-size: 12px !important;
|
|
968
|
+
padding: 3px 4px 4px 4px !important;
|
|
978
969
|
}
|
|
979
970
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
980
971
|
margin: -10px 0 !important;
|
|
@@ -1012,7 +1003,7 @@
|
|
|
1012
1003
|
z-index: 1 !important;
|
|
1013
1004
|
}
|
|
1014
1005
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1015
|
-
visibility: hidden;
|
|
1006
|
+
visibility: hidden !important;
|
|
1016
1007
|
}
|
|
1017
1008
|
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1018
1009
|
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
@@ -1209,7 +1200,7 @@
|
|
|
1209
1200
|
border: 1px solid #e6e6e6;
|
|
1210
1201
|
border-radius: 4px;
|
|
1211
1202
|
box-shadow: none;
|
|
1212
|
-
color: #333;
|
|
1203
|
+
color: #333 !important;
|
|
1213
1204
|
cursor: default;
|
|
1214
1205
|
display: -ms-flexbox;
|
|
1215
1206
|
display: flex;
|
|
@@ -1456,8 +1447,9 @@
|
|
|
1456
1447
|
color: #333 !important;
|
|
1457
1448
|
font-size: 10px;
|
|
1458
1449
|
height: 18px;
|
|
1459
|
-
margin-left: 4px;
|
|
1450
|
+
margin-left: 4px !important;
|
|
1460
1451
|
width: 18px;
|
|
1452
|
+
padding-top: 2px;
|
|
1461
1453
|
}
|
|
1462
1454
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
1463
1455
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -891,18 +891,6 @@
|
|
|
891
891
|
margin-top: 2px;
|
|
892
892
|
}
|
|
893
893
|
|
|
894
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
895
|
-
height: 62px;
|
|
896
|
-
}
|
|
897
|
-
|
|
898
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
899
|
-
padding-left: 10px;
|
|
900
|
-
}
|
|
901
|
-
|
|
902
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
903
|
-
margin-left: 24px !important;
|
|
904
|
-
}
|
|
905
|
-
|
|
906
894
|
/*! PivotView theme */
|
|
907
895
|
.e-pivotview .e-nextspan {
|
|
908
896
|
display: inline-block;
|
|
@@ -960,6 +948,8 @@
|
|
|
960
948
|
}
|
|
961
949
|
.e-pivotview .e-member-editor-dialog,
|
|
962
950
|
.e-pivotview .e-olap-editor-dialog {
|
|
951
|
+
min-height: 385px !important;
|
|
952
|
+
min-width: 350px !important;
|
|
963
953
|
visibility: hidden;
|
|
964
954
|
}
|
|
965
955
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
@@ -1031,9 +1021,8 @@
|
|
|
1031
1021
|
padding: 15px;
|
|
1032
1022
|
}
|
|
1033
1023
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
1034
|
-
|
|
1035
|
-
padding
|
|
1036
|
-
padding-top: 3px !important;
|
|
1024
|
+
font-size: 12px !important;
|
|
1025
|
+
padding: 3px 0 4px 0 !important;
|
|
1037
1026
|
}
|
|
1038
1027
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1039
1028
|
margin: -10px 0 !important;
|
|
@@ -1074,7 +1063,7 @@
|
|
|
1074
1063
|
z-index: 1 !important;
|
|
1075
1064
|
}
|
|
1076
1065
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1077
|
-
visibility: hidden;
|
|
1066
|
+
visibility: hidden !important;
|
|
1078
1067
|
}
|
|
1079
1068
|
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1080
1069
|
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
@@ -1273,7 +1262,7 @@
|
|
|
1273
1262
|
border: 1px solid #6c757d;
|
|
1274
1263
|
border-radius: 4px;
|
|
1275
1264
|
box-shadow: none;
|
|
1276
|
-
color: #fff;
|
|
1265
|
+
color: #fff !important;
|
|
1277
1266
|
cursor: default;
|
|
1278
1267
|
display: -ms-flexbox;
|
|
1279
1268
|
display: flex;
|
|
@@ -1541,9 +1530,9 @@
|
|
|
1541
1530
|
color: rgba(255, 255, 255, 0.8) !important;
|
|
1542
1531
|
font-size: 10px;
|
|
1543
1532
|
height: 18px;
|
|
1544
|
-
margin-left: 4px;
|
|
1533
|
+
margin-left: 4px !important;
|
|
1545
1534
|
width: 18px;
|
|
1546
|
-
|
|
1535
|
+
padding-top: 2px;
|
|
1547
1536
|
}
|
|
1548
1537
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
1549
1538
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -844,18 +844,6 @@
|
|
|
844
844
|
margin-top: 12px;
|
|
845
845
|
}
|
|
846
846
|
|
|
847
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
848
|
-
height: 62px;
|
|
849
|
-
}
|
|
850
|
-
|
|
851
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
852
|
-
padding-left: 10px;
|
|
853
|
-
}
|
|
854
|
-
|
|
855
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
856
|
-
margin-left: 24px !important;
|
|
857
|
-
}
|
|
858
|
-
|
|
859
847
|
/*! PivotView theme */
|
|
860
848
|
.e-pivotview .e-nextspan {
|
|
861
849
|
display: inline-block;
|
|
@@ -914,6 +902,8 @@
|
|
|
914
902
|
}
|
|
915
903
|
.e-pivotview .e-member-editor-dialog,
|
|
916
904
|
.e-pivotview .e-olap-editor-dialog {
|
|
905
|
+
min-height: 385px !important;
|
|
906
|
+
min-width: 350px !important;
|
|
917
907
|
visibility: hidden;
|
|
918
908
|
}
|
|
919
909
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
@@ -986,10 +976,8 @@
|
|
|
986
976
|
padding: 15px;
|
|
987
977
|
}
|
|
988
978
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
989
|
-
padding: 1px 4px !important;
|
|
990
979
|
font-size: 12px !important;
|
|
991
|
-
padding
|
|
992
|
-
padding-top: 4px !important;
|
|
980
|
+
padding: 6px 0 4px 0 !important;
|
|
993
981
|
}
|
|
994
982
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
995
983
|
margin: -10px 0 !important;
|
|
@@ -1030,7 +1018,7 @@
|
|
|
1030
1018
|
z-index: 1 !important;
|
|
1031
1019
|
}
|
|
1032
1020
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1033
|
-
visibility: hidden;
|
|
1021
|
+
visibility: hidden !important;
|
|
1034
1022
|
}
|
|
1035
1023
|
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1036
1024
|
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
@@ -1231,7 +1219,7 @@
|
|
|
1231
1219
|
border: 1px solid #495057;
|
|
1232
1220
|
border-radius: 4px;
|
|
1233
1221
|
box-shadow: none;
|
|
1234
|
-
color: #e9ecef;
|
|
1222
|
+
color: #e9ecef !important;
|
|
1235
1223
|
cursor: default;
|
|
1236
1224
|
display: -ms-flexbox;
|
|
1237
1225
|
display: flex;
|
|
@@ -1479,8 +1467,9 @@
|
|
|
1479
1467
|
color: #fff !important;
|
|
1480
1468
|
font-size: 12px;
|
|
1481
1469
|
height: 18px;
|
|
1482
|
-
margin-left: 4px;
|
|
1470
|
+
margin-left: 4px !important;
|
|
1483
1471
|
width: 18px;
|
|
1472
|
+
padding-top: 2px;
|
|
1484
1473
|
}
|
|
1485
1474
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
1486
1475
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -1575,7 +1564,7 @@
|
|
|
1575
1564
|
.e-pivotview th .e-collapse {
|
|
1576
1565
|
font-size: 10px !important;
|
|
1577
1566
|
margin-left: 0px;
|
|
1578
|
-
margin-top:
|
|
1567
|
+
margin-top: 0;
|
|
1579
1568
|
}
|
|
1580
1569
|
.e-pivotview .e-expand::before {
|
|
1581
1570
|
font-size: 20px;
|
|
@@ -1803,7 +1792,7 @@
|
|
|
1803
1792
|
.e-bigger .e-pivotview th .e-collapse,
|
|
1804
1793
|
.e-bigger.e-pivotview th .e-expand,
|
|
1805
1794
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1806
|
-
margin-top:
|
|
1795
|
+
margin-top: 0;
|
|
1807
1796
|
}
|
|
1808
1797
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1809
1798
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
@@ -846,18 +846,6 @@
|
|
|
846
846
|
margin-top: 12px;
|
|
847
847
|
}
|
|
848
848
|
|
|
849
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
850
|
-
height: 62px;
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
854
|
-
padding-left: 10px;
|
|
855
|
-
}
|
|
856
|
-
|
|
857
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
858
|
-
margin-left: 24px !important;
|
|
859
|
-
}
|
|
860
|
-
|
|
861
849
|
/*! PivotView theme */
|
|
862
850
|
.e-pivotview .e-nextspan {
|
|
863
851
|
display: inline-block;
|
|
@@ -916,6 +904,8 @@
|
|
|
916
904
|
}
|
|
917
905
|
.e-pivotview .e-member-editor-dialog,
|
|
918
906
|
.e-pivotview .e-olap-editor-dialog {
|
|
907
|
+
min-height: 385px !important;
|
|
908
|
+
min-width: 350px !important;
|
|
919
909
|
visibility: hidden;
|
|
920
910
|
}
|
|
921
911
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
@@ -988,10 +978,8 @@
|
|
|
988
978
|
padding: 15px;
|
|
989
979
|
}
|
|
990
980
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
991
|
-
padding: 1px 4px !important;
|
|
992
981
|
font-size: 12px !important;
|
|
993
|
-
padding
|
|
994
|
-
padding-top: 4px !important;
|
|
982
|
+
padding: 6px 0 4px 0 !important;
|
|
995
983
|
}
|
|
996
984
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
997
985
|
margin: -10px 0 !important;
|
|
@@ -1032,7 +1020,7 @@
|
|
|
1032
1020
|
z-index: 1 !important;
|
|
1033
1021
|
}
|
|
1034
1022
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1035
|
-
visibility: hidden;
|
|
1023
|
+
visibility: hidden !important;
|
|
1036
1024
|
}
|
|
1037
1025
|
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1038
1026
|
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
@@ -1233,7 +1221,7 @@
|
|
|
1233
1221
|
border: 1px solid #dee2e6;
|
|
1234
1222
|
border-radius: 4px;
|
|
1235
1223
|
box-shadow: none;
|
|
1236
|
-
color: #343a40;
|
|
1224
|
+
color: #343a40 !important;
|
|
1237
1225
|
cursor: default;
|
|
1238
1226
|
display: -ms-flexbox;
|
|
1239
1227
|
display: flex;
|
|
@@ -1481,8 +1469,9 @@
|
|
|
1481
1469
|
color: #fff !important;
|
|
1482
1470
|
font-size: 12px;
|
|
1483
1471
|
height: 18px;
|
|
1484
|
-
margin-left: 4px;
|
|
1472
|
+
margin-left: 4px !important;
|
|
1485
1473
|
width: 18px;
|
|
1474
|
+
padding-top: 2px;
|
|
1486
1475
|
}
|
|
1487
1476
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
1488
1477
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -1577,7 +1566,7 @@
|
|
|
1577
1566
|
.e-pivotview th .e-collapse {
|
|
1578
1567
|
font-size: 10px !important;
|
|
1579
1568
|
margin-left: 0px;
|
|
1580
|
-
margin-top:
|
|
1569
|
+
margin-top: 0;
|
|
1581
1570
|
}
|
|
1582
1571
|
.e-pivotview .e-expand::before {
|
|
1583
1572
|
font-size: 20px;
|
|
@@ -1805,7 +1794,7 @@
|
|
|
1805
1794
|
.e-bigger .e-pivotview th .e-collapse,
|
|
1806
1795
|
.e-bigger.e-pivotview th .e-expand,
|
|
1807
1796
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1808
|
-
margin-top:
|
|
1797
|
+
margin-top: 0;
|
|
1809
1798
|
}
|
|
1810
1799
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1811
1800
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
@@ -836,18 +836,6 @@
|
|
|
836
836
|
margin-top: 5px;
|
|
837
837
|
}
|
|
838
838
|
|
|
839
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
840
|
-
height: 62px;
|
|
841
|
-
}
|
|
842
|
-
|
|
843
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
844
|
-
padding-left: 10px;
|
|
845
|
-
}
|
|
846
|
-
|
|
847
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
848
|
-
margin-left: 24px !important;
|
|
849
|
-
}
|
|
850
|
-
|
|
851
839
|
/*! PivotView theme */
|
|
852
840
|
.e-pivotview .e-nextspan {
|
|
853
841
|
display: inline-block;
|
|
@@ -905,6 +893,8 @@
|
|
|
905
893
|
}
|
|
906
894
|
.e-pivotview .e-member-editor-dialog,
|
|
907
895
|
.e-pivotview .e-olap-editor-dialog {
|
|
896
|
+
min-height: 385px !important;
|
|
897
|
+
min-width: 350px !important;
|
|
908
898
|
visibility: hidden;
|
|
909
899
|
}
|
|
910
900
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
@@ -974,7 +964,8 @@
|
|
|
974
964
|
margin: -21px 0 !important;
|
|
975
965
|
}
|
|
976
966
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
977
|
-
|
|
967
|
+
font-size: 12px !important;
|
|
968
|
+
padding: 3px 4px 4px 4px !important;
|
|
978
969
|
}
|
|
979
970
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
980
971
|
margin: -10px 0 !important;
|
|
@@ -1012,7 +1003,7 @@
|
|
|
1012
1003
|
z-index: 1 !important;
|
|
1013
1004
|
}
|
|
1014
1005
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1015
|
-
visibility: hidden;
|
|
1006
|
+
visibility: hidden !important;
|
|
1016
1007
|
}
|
|
1017
1008
|
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1018
1009
|
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
@@ -1208,7 +1199,7 @@
|
|
|
1208
1199
|
border: 1px solid #414040;
|
|
1209
1200
|
border-radius: 0;
|
|
1210
1201
|
box-shadow: none;
|
|
1211
|
-
color: #dadada;
|
|
1202
|
+
color: #dadada !important;
|
|
1212
1203
|
cursor: default;
|
|
1213
1204
|
display: -ms-flexbox;
|
|
1214
1205
|
display: flex;
|
|
@@ -1455,8 +1446,9 @@
|
|
|
1455
1446
|
color: #dadada !important;
|
|
1456
1447
|
font-size: 12px;
|
|
1457
1448
|
height: 18px;
|
|
1458
|
-
margin-left: 4px;
|
|
1449
|
+
margin-left: 4px !important;
|
|
1459
1450
|
width: 18px;
|
|
1451
|
+
padding-top: 2px;
|
|
1460
1452
|
}
|
|
1461
1453
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
1462
1454
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -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';
|
|
@@ -836,18 +836,6 @@
|
|
|
836
836
|
margin-top: 5px;
|
|
837
837
|
}
|
|
838
838
|
|
|
839
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
840
|
-
height: 62px;
|
|
841
|
-
}
|
|
842
|
-
|
|
843
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
844
|
-
padding-left: 10px;
|
|
845
|
-
}
|
|
846
|
-
|
|
847
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
848
|
-
margin-left: 24px !important;
|
|
849
|
-
}
|
|
850
|
-
|
|
851
839
|
/*! PivotView theme */
|
|
852
840
|
.e-pivotview .e-nextspan {
|
|
853
841
|
display: inline-block;
|
|
@@ -905,6 +893,8 @@
|
|
|
905
893
|
}
|
|
906
894
|
.e-pivotview .e-member-editor-dialog,
|
|
907
895
|
.e-pivotview .e-olap-editor-dialog {
|
|
896
|
+
min-height: 385px !important;
|
|
897
|
+
min-width: 350px !important;
|
|
908
898
|
visibility: hidden;
|
|
909
899
|
}
|
|
910
900
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
@@ -974,7 +964,8 @@
|
|
|
974
964
|
margin: -21px 0 !important;
|
|
975
965
|
}
|
|
976
966
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
977
|
-
|
|
967
|
+
font-size: 12px !important;
|
|
968
|
+
padding: 3px 4px 4px 4px !important;
|
|
978
969
|
}
|
|
979
970
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
980
971
|
margin: -10px 0 !important;
|
|
@@ -1012,7 +1003,7 @@
|
|
|
1012
1003
|
z-index: 1 !important;
|
|
1013
1004
|
}
|
|
1014
1005
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1015
|
-
visibility: hidden;
|
|
1006
|
+
visibility: hidden !important;
|
|
1016
1007
|
}
|
|
1017
1008
|
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1018
1009
|
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
@@ -1206,7 +1197,7 @@
|
|
|
1206
1197
|
border: 1px solid #dadada;
|
|
1207
1198
|
border-radius: 0;
|
|
1208
1199
|
box-shadow: none;
|
|
1209
|
-
color: #333;
|
|
1200
|
+
color: #333 !important;
|
|
1210
1201
|
cursor: default;
|
|
1211
1202
|
display: -ms-flexbox;
|
|
1212
1203
|
display: flex;
|
|
@@ -1453,8 +1444,9 @@
|
|
|
1453
1444
|
color: #666 !important;
|
|
1454
1445
|
font-size: 12px;
|
|
1455
1446
|
height: 18px;
|
|
1456
|
-
margin-left: 4px;
|
|
1447
|
+
margin-left: 4px !important;
|
|
1457
1448
|
width: 18px;
|
|
1449
|
+
padding-top: 2px;
|
|
1458
1450
|
}
|
|
1459
1451
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
1460
1452
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -567,7 +567,7 @@
|
|
|
567
567
|
border: none;
|
|
568
568
|
}
|
|
569
569
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
570
|
-
height:
|
|
570
|
+
height: 26px !important;
|
|
571
571
|
overflow: hidden;
|
|
572
572
|
padding-left: 10px;
|
|
573
573
|
}
|
|
@@ -576,11 +576,11 @@
|
|
|
576
576
|
margin-right: 0;
|
|
577
577
|
font-size: 16px;
|
|
578
578
|
color: #a19f9d;
|
|
579
|
-
line-height:
|
|
579
|
+
line-height: 26px;
|
|
580
580
|
}
|
|
581
581
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
582
582
|
color: #a19f9d;
|
|
583
|
-
line-height:
|
|
583
|
+
line-height: 26px;
|
|
584
584
|
}
|
|
585
585
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item.e-focused .e-menu-icon,
|
|
586
586
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item.e-focused .e-icons {
|
|
@@ -650,7 +650,7 @@
|
|
|
650
650
|
|
|
651
651
|
.e-pivotview-report-label {
|
|
652
652
|
float: left;
|
|
653
|
-
margin-top:
|
|
653
|
+
margin-top: 4px;
|
|
654
654
|
width: 40%;
|
|
655
655
|
}
|
|
656
656
|
|
|
@@ -702,7 +702,7 @@
|
|
|
702
702
|
|
|
703
703
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
|
|
704
704
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
705
|
-
height:
|
|
705
|
+
height: 26px !important;
|
|
706
706
|
}
|
|
707
707
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
708
708
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
@@ -857,18 +857,6 @@
|
|
|
857
857
|
margin-top: 5px;
|
|
858
858
|
}
|
|
859
859
|
|
|
860
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
861
|
-
height: 62px;
|
|
862
|
-
}
|
|
863
|
-
|
|
864
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
865
|
-
padding-left: 10px;
|
|
866
|
-
}
|
|
867
|
-
|
|
868
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
869
|
-
margin-left: 24px !important;
|
|
870
|
-
}
|
|
871
|
-
|
|
872
860
|
/*! PivotView theme */
|
|
873
861
|
.e-pivotview .e-nextspan {
|
|
874
862
|
display: inline-block;
|
|
@@ -926,6 +914,8 @@
|
|
|
926
914
|
}
|
|
927
915
|
.e-pivotview .e-member-editor-dialog,
|
|
928
916
|
.e-pivotview .e-olap-editor-dialog {
|
|
917
|
+
min-height: 385px !important;
|
|
918
|
+
min-width: 350px !important;
|
|
929
919
|
visibility: hidden;
|
|
930
920
|
}
|
|
931
921
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
@@ -997,8 +987,8 @@
|
|
|
997
987
|
font-size: 14px !important;
|
|
998
988
|
}
|
|
999
989
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
1000
|
-
padding: 1px 4px !important;
|
|
1001
990
|
font-size: 14px !important;
|
|
991
|
+
padding: 3px 4px 4px 4px !important;
|
|
1002
992
|
}
|
|
1003
993
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1004
994
|
margin: -10px 0 !important;
|
|
@@ -1036,7 +1026,7 @@
|
|
|
1036
1026
|
z-index: 1 !important;
|
|
1037
1027
|
}
|
|
1038
1028
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1039
|
-
visibility: hidden;
|
|
1029
|
+
visibility: hidden !important;
|
|
1040
1030
|
}
|
|
1041
1031
|
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1042
1032
|
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
@@ -1237,7 +1227,7 @@
|
|
|
1237
1227
|
border: 1px solid #252423;
|
|
1238
1228
|
border-radius: 2px;
|
|
1239
1229
|
box-shadow: none;
|
|
1240
|
-
color: #d2d0ce;
|
|
1230
|
+
color: #d2d0ce !important;
|
|
1241
1231
|
cursor: default;
|
|
1242
1232
|
display: -ms-flexbox;
|
|
1243
1233
|
display: flex;
|
|
@@ -1485,8 +1475,9 @@
|
|
|
1485
1475
|
color: #a19f9d !important;
|
|
1486
1476
|
font-size: 12px;
|
|
1487
1477
|
height: 18px;
|
|
1488
|
-
margin-left: 4px;
|
|
1478
|
+
margin-left: 4px !important;
|
|
1489
1479
|
width: 18px;
|
|
1480
|
+
padding-top: 2px;
|
|
1490
1481
|
}
|
|
1491
1482
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
1492
1483
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -1581,7 +1572,7 @@
|
|
|
1581
1572
|
.e-pivotview th .e-collapse {
|
|
1582
1573
|
font-size: 10px !important;
|
|
1583
1574
|
margin-left: 0px;
|
|
1584
|
-
margin-top:
|
|
1575
|
+
margin-top: 0;
|
|
1585
1576
|
}
|
|
1586
1577
|
.e-pivotview .e-expand::before {
|
|
1587
1578
|
font-size: 18px;
|
|
@@ -1809,7 +1800,7 @@
|
|
|
1809
1800
|
.e-bigger .e-pivotview th .e-collapse,
|
|
1810
1801
|
.e-bigger.e-pivotview th .e-expand,
|
|
1811
1802
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1812
|
-
margin-top:
|
|
1803
|
+
margin-top: 0;
|
|
1813
1804
|
}
|
|
1814
1805
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1815
1806
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|