@syncfusion/ej2-angular-pivotview 23.1.38 → 23.1.41-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-pivotview.es5.js +439 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-pivotview.js +409 -0
- package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
- package/CHANGELOG.md +862 -0
- package/dist/ej2-angular-pivotview.umd.js +708 -0
- package/dist/ej2-angular-pivotview.umd.js.map +1 -0
- package/dist/ej2-angular-pivotview.umd.min.js +11 -0
- package/dist/ej2-angular-pivotview.umd.min.js.map +1 -0
- package/ej2-angular-pivotview.d.ts +6 -0
- package/ej2-angular-pivotview.metadata.json +1 -0
- package/package.json +14 -28
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +0 -6
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -3
- package/src/pivotfieldlist/pivotfieldlist.module.d.ts +0 -6
- package/src/pivotview/pivotview-all.module.d.ts +0 -6
- package/src/pivotview/pivotview.component.d.ts +0 -3
- package/src/pivotview/pivotview.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +15 -0
- package/styles/bootstrap.css +15 -0
- package/styles/bootstrap4.css +15 -0
- package/styles/bootstrap5-dark.css +15 -2
- package/styles/bootstrap5.css +15 -2
- package/styles/fabric-dark.css +15 -0
- package/styles/fabric.css +15 -0
- package/styles/fluent-dark.css +15 -2
- package/styles/fluent.css +15 -2
- package/styles/highcontrast-light.css +15 -0
- package/styles/highcontrast.css +15 -0
- package/styles/material-dark.css +15 -0
- package/styles/material.css +15 -0
- package/styles/material3-dark.css +70 -2
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +126 -2
- package/styles/material3.scss +0 -1
- package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap.scss +1 -4
- package/styles/pivotfieldlist/bootstrap4.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5.scss +1 -4
- package/styles/pivotfieldlist/fabric-dark.scss +1 -4
- package/styles/pivotfieldlist/fabric.scss +1 -4
- package/styles/pivotfieldlist/fluent-dark.scss +1 -4
- package/styles/pivotfieldlist/fluent.scss +1 -4
- package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
- package/styles/pivotfieldlist/highcontrast.scss +1 -4
- package/styles/pivotfieldlist/material-dark.scss +1 -4
- package/styles/pivotfieldlist/material.scss +1 -4
- package/styles/pivotfieldlist/material3-dark.scss +1 -4
- package/styles/pivotfieldlist/material3.scss +1 -4
- package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
- package/styles/pivotfieldlist/tailwind.scss +1 -4
- package/styles/pivotview/bootstrap-dark.css +15 -0
- package/styles/pivotview/bootstrap-dark.scss +1 -5
- package/styles/pivotview/bootstrap.css +15 -0
- package/styles/pivotview/bootstrap.scss +1 -5
- package/styles/pivotview/bootstrap4.css +15 -0
- package/styles/pivotview/bootstrap4.scss +1 -5
- package/styles/pivotview/bootstrap5-dark.css +15 -2
- package/styles/pivotview/bootstrap5-dark.scss +1 -4
- package/styles/pivotview/bootstrap5.css +15 -2
- package/styles/pivotview/bootstrap5.scss +1 -5
- package/styles/pivotview/fabric-dark.css +15 -0
- package/styles/pivotview/fabric-dark.scss +1 -5
- package/styles/pivotview/fabric.css +15 -0
- package/styles/pivotview/fabric.scss +1 -5
- package/styles/pivotview/fluent-dark.css +15 -2
- package/styles/pivotview/fluent-dark.scss +1 -4
- package/styles/pivotview/fluent.css +15 -2
- package/styles/pivotview/fluent.scss +1 -5
- package/styles/pivotview/highcontrast-light.css +15 -0
- package/styles/pivotview/highcontrast-light.scss +1 -5
- package/styles/pivotview/highcontrast.css +15 -0
- package/styles/pivotview/highcontrast.scss +1 -5
- package/styles/pivotview/material-dark.css +15 -0
- package/styles/pivotview/material-dark.scss +1 -5
- package/styles/pivotview/material.css +15 -0
- package/styles/pivotview/material.scss +1 -5
- package/styles/pivotview/material3-dark.css +15 -2
- package/styles/pivotview/material3-dark.scss +1 -4
- package/styles/pivotview/material3.css +15 -2
- package/styles/pivotview/material3.scss +1 -5
- package/styles/pivotview/tailwind-dark.css +15 -2
- package/styles/pivotview/tailwind-dark.scss +1 -4
- package/styles/pivotview/tailwind.css +15 -2
- package/styles/pivotview/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +15 -2
- package/styles/tailwind.css +15 -2
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
- package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
- package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -65
- package/esm2020/src/pivotview/pivotview.component.mjs +0 -163
- package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -353
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -353
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/styles/pivotfieldlist/_all.scss +0 -2
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -231
- package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -213
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -213
- package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -217
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -219
- package/styles/pivotfieldlist/_fabric-definition.scss +0 -213
- package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_fluent-definition.scss +0 -217
- package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -216
- package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -214
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -214
- package/styles/pivotfieldlist/_layout.scss +0 -1951
- package/styles/pivotfieldlist/_material-dark-definition.scss +0 -214
- package/styles/pivotfieldlist/_material-definition.scss +0 -214
- package/styles/pivotfieldlist/_material3-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_material3-definition.scss +0 -224
- package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_tailwind-definition.scss +0 -217
- package/styles/pivotfieldlist/_theme.scss +0 -1973
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -358
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_fabric.scss +0 -359
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_fluent.scss +0 -358
- package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -353
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -358
- package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -358
- package/styles/pivotfieldlist/icons/_material-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_material.scss +0 -358
- package/styles/pivotfieldlist/icons/_material3-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_material3.scss +0 -357
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -357
- package/styles/pivotfieldlist/icons/_tailwind.scss +0 -357
- package/styles/pivotview/_all.scss +0 -2
- package/styles/pivotview/_bootstrap-dark-definition.scss +0 -176
- package/styles/pivotview/_bootstrap-definition.scss +0 -173
- package/styles/pivotview/_bootstrap4-definition.scss +0 -173
- package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotview/_bootstrap5-definition.scss +0 -178
- package/styles/pivotview/_fabric-dark-definition.scss +0 -175
- package/styles/pivotview/_fabric-definition.scss +0 -172
- package/styles/pivotview/_fluent-dark-definition.scss +0 -1
- package/styles/pivotview/_fluent-definition.scss +0 -178
- package/styles/pivotview/_fusionnew-definition.scss +0 -178
- package/styles/pivotview/_highcontrast-definition.scss +0 -171
- package/styles/pivotview/_highcontrast-light-definition.scss +0 -172
- package/styles/pivotview/_layout.scss +0 -1169
- package/styles/pivotview/_material-dark-definition.scss +0 -179
- package/styles/pivotview/_material-definition.scss +0 -175
- package/styles/pivotview/_material3-dark-definition.scss +0 -1
- package/styles/pivotview/_material3-definition.scss +0 -181
- package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotview/_tailwind-definition.scss +0 -178
- package/styles/pivotview/_theme.scss +0 -2025
- package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
- package/styles/pivotview/icons/_bootstrap.scss +0 -184
- package/styles/pivotview/icons/_bootstrap4.scss +0 -184
- package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotview/icons/_bootstrap5.scss +0 -183
- package/styles/pivotview/icons/_fabric-dark.scss +0 -184
- package/styles/pivotview/icons/_fabric.scss +0 -184
- package/styles/pivotview/icons/_fluent-dark.scss +0 -1
- package/styles/pivotview/icons/_fluent.scss +0 -183
- package/styles/pivotview/icons/_fusionnew.scss +0 -183
- package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
- package/styles/pivotview/icons/_highcontrast.scss +0 -183
- package/styles/pivotview/icons/_material-dark.scss +0 -184
- package/styles/pivotview/icons/_material.scss +0 -184
- package/styles/pivotview/icons/_material3-dark.scss +0 -1
- package/styles/pivotview/icons/_material3.scss +0 -183
- package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
- package/styles/pivotview/icons/_tailwind.scss +0 -183
- package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
package/styles/material3.css
CHANGED
|
@@ -1048,9 +1048,13 @@
|
|
|
1048
1048
|
align-items: center;
|
|
1049
1049
|
display: -ms-flexbox;
|
|
1050
1050
|
display: flex;
|
|
1051
|
+
max-height: inherit;
|
|
1051
1052
|
}
|
|
1052
1053
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
1053
1054
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
1055
|
+
-ms-flex-item-align: stretch;
|
|
1056
|
+
-ms-grid-row-align: stretch;
|
|
1057
|
+
align-self: stretch;
|
|
1054
1058
|
overflow: hidden;
|
|
1055
1059
|
text-overflow: ellipsis;
|
|
1056
1060
|
width: 100%;
|
|
@@ -1112,6 +1116,11 @@
|
|
|
1112
1116
|
.e-pivotview .e-grid .e-gridheader {
|
|
1113
1117
|
border-bottom-width: 1px;
|
|
1114
1118
|
}
|
|
1119
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
1120
|
+
padding-bottom: 0;
|
|
1121
|
+
padding-top: 0;
|
|
1122
|
+
vertical-align: middle;
|
|
1123
|
+
}
|
|
1115
1124
|
.e-pivotview .e-gtot {
|
|
1116
1125
|
font-weight: 500;
|
|
1117
1126
|
}
|
|
@@ -1280,8 +1289,6 @@
|
|
|
1280
1289
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1281
1290
|
/* stylelint-disable */
|
|
1282
1291
|
padding-left: 8px !important;
|
|
1283
|
-
padding-top: 0px !important;
|
|
1284
|
-
padding-bottom: 0px !important;
|
|
1285
1292
|
}
|
|
1286
1293
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1287
1294
|
z-index: 1 !important;
|
|
@@ -1656,6 +1663,12 @@
|
|
|
1656
1663
|
.e-pivotview .e-group-columns {
|
|
1657
1664
|
width: 100%;
|
|
1658
1665
|
}
|
|
1666
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1667
|
+
display: inline-block;
|
|
1668
|
+
height: 100%;
|
|
1669
|
+
vertical-align: top;
|
|
1670
|
+
width: 100%;
|
|
1671
|
+
}
|
|
1659
1672
|
.e-pivotview .e-group-row {
|
|
1660
1673
|
padding: 0 !important;
|
|
1661
1674
|
}
|
|
@@ -2967,6 +2980,117 @@
|
|
|
2967
2980
|
background-size: 100% 200px;
|
|
2968
2981
|
}
|
|
2969
2982
|
|
|
2983
|
+
:root {
|
|
2984
|
+
--color-sf-black: 0, 0, 0;
|
|
2985
|
+
--color-sf-white: 255, 255, 255;
|
|
2986
|
+
--color-sf-primary: 103, 80, 164;
|
|
2987
|
+
--color-sf-primary-container: 234, 221, 255;
|
|
2988
|
+
--color-sf-secondary: 98, 91, 113;
|
|
2989
|
+
--color-sf-secondary-container: 232, 222, 248;
|
|
2990
|
+
--color-sf-tertiary: 125, 82, 96;
|
|
2991
|
+
--color-sf-tertiary-container: 255, 216, 228;
|
|
2992
|
+
--color-sf-surface: 255, 255, 255;
|
|
2993
|
+
--color-sf-surface-variant: 231, 224, 236;
|
|
2994
|
+
--color-sf-background: var(--color-sf-surface);
|
|
2995
|
+
--color-sf-on-primary: 255, 255, 255;
|
|
2996
|
+
--color-sf-on-primary-container: 33, 0, 94;
|
|
2997
|
+
--color-sf-on-secondary: 255, 255, 255;
|
|
2998
|
+
--color-sf-on-secondary-container: 30, 25, 43;
|
|
2999
|
+
--color-sf-on-tertiary: 255, 255, 255;
|
|
3000
|
+
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
3001
|
+
--color-sf-on-surface: 28, 27, 31;
|
|
3002
|
+
--color-sf-on-surface-variant: 73, 69, 78;
|
|
3003
|
+
--color-sf-on-background: 28, 27, 31;
|
|
3004
|
+
--color-sf-outline: 121, 116, 126;
|
|
3005
|
+
--color-sf-outline-variant: 196, 199, 197;
|
|
3006
|
+
--color-sf-shadow: 0, 0, 0;
|
|
3007
|
+
--color-sf-surface-tint-color: 103, 80, 164;
|
|
3008
|
+
--color-sf-inverse-surface: 49, 48, 51;
|
|
3009
|
+
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
3010
|
+
--color-sf-inverse-primary: 208, 188, 255;
|
|
3011
|
+
--color-sf-scrim: 0, 0, 0;
|
|
3012
|
+
--color-sf-error: 179, 38, 30;
|
|
3013
|
+
--color-sf-error-container: 249, 222, 220;
|
|
3014
|
+
--color-sf-on-error: 255, 250, 250;
|
|
3015
|
+
--color-sf-on-error-container: 65, 14, 11;
|
|
3016
|
+
--color-sf-success: 32, 81, 7;
|
|
3017
|
+
--color-sf-success-container: 209, 255, 186;
|
|
3018
|
+
--color-sf-on-success: 244, 255, 239;
|
|
3019
|
+
--color-sf-on-success-container: 13, 39, 0;
|
|
3020
|
+
--color-sf-info: 1, 87, 155;
|
|
3021
|
+
--color-sf-info-container: 233, 245, 255;
|
|
3022
|
+
--color-sf-on-info: 250, 253, 255;
|
|
3023
|
+
--color-sf-on-info-container: 0, 51, 91;
|
|
3024
|
+
--color-sf-warning: 145, 76, 0;
|
|
3025
|
+
--color-sf-warning-container: 254, 236, 222;
|
|
3026
|
+
--color-sf-on-warning: 255, 255, 255;
|
|
3027
|
+
--color-sf-on-warning-container: 47, 21, 0;
|
|
3028
|
+
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
3029
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
3030
|
+
--color-sf-diagram-palette-background: --color-sf-white;
|
|
3031
|
+
--color-sf-success-text: 255, 255, 255;
|
|
3032
|
+
--color-sf-warning-text: 255, 255, 255;
|
|
3033
|
+
--color-sf-danger-text: 255, 255, 255;
|
|
3034
|
+
--color-sf-info-text: 255, 255, 255;
|
|
3035
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
3036
|
+
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
3037
|
+
}
|
|
3038
|
+
|
|
3039
|
+
.e-dark-mode {
|
|
3040
|
+
--color-sf-black: 0, 0, 0;
|
|
3041
|
+
--color-sf-white: 255, 255, 255;
|
|
3042
|
+
--color-sf-primary: 208, 188, 255;
|
|
3043
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
3044
|
+
--color-sf-secondary: 204, 194, 220;
|
|
3045
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
3046
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
3047
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
3048
|
+
--color-sf-surface: 28, 27, 31;
|
|
3049
|
+
--color-sf-surface-variant: 28, 27, 31;
|
|
3050
|
+
--color-sf-background: var(--color-sf-surface);
|
|
3051
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
3052
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
3053
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
3054
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
3055
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
3056
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
3057
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
3058
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
3059
|
+
--color-sf-on-background: 230, 225, 229;
|
|
3060
|
+
--color-sf-outline: 147, 143, 153;
|
|
3061
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
3062
|
+
--color-sf-shadow: 0, 0, 0;
|
|
3063
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
3064
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
3065
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
3066
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
3067
|
+
--color-sf-scrim: 0, 0, 0;
|
|
3068
|
+
--color-sf-error: 242, 184, 181;
|
|
3069
|
+
--color-sf-error-container: 140, 29, 24;
|
|
3070
|
+
--color-sf-on-error: 96, 20, 16;
|
|
3071
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
3072
|
+
--color-sf-success: 83, 202, 23;
|
|
3073
|
+
--color-sf-success-container: 22, 62, 2;
|
|
3074
|
+
--color-sf-on-success: 13, 39, 0;
|
|
3075
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
3076
|
+
--color-sf-info: 71, 172, 251;
|
|
3077
|
+
--color-sf-info-container: 0, 67, 120;
|
|
3078
|
+
--color-sf-on-info: 0, 51, 91;
|
|
3079
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
3080
|
+
--color-sf-warning: 245, 180, 130;
|
|
3081
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
3082
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
3083
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
3084
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
3085
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
3086
|
+
--color-sf-success-text: 0, 0, 0;
|
|
3087
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
3088
|
+
--color-sf-info-text: 0, 0, 0;
|
|
3089
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
3090
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
3091
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
3092
|
+
}
|
|
3093
|
+
|
|
2970
3094
|
/*! component's theme wise override definitions and variables */
|
|
2971
3095
|
/*! component's common definitions and variables */
|
|
2972
3096
|
/*! field-list component icons */
|
package/styles/material3.scss
CHANGED
|
@@ -920,9 +920,13 @@
|
|
|
920
920
|
align-items: center;
|
|
921
921
|
display: -ms-flexbox;
|
|
922
922
|
display: flex;
|
|
923
|
+
max-height: inherit;
|
|
923
924
|
}
|
|
924
925
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
925
926
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
927
|
+
-ms-flex-item-align: stretch;
|
|
928
|
+
-ms-grid-row-align: stretch;
|
|
929
|
+
align-self: stretch;
|
|
926
930
|
overflow: hidden;
|
|
927
931
|
text-overflow: ellipsis;
|
|
928
932
|
width: 100%;
|
|
@@ -984,6 +988,11 @@
|
|
|
984
988
|
.e-pivotview .e-grid .e-gridheader {
|
|
985
989
|
border-bottom-width: 1px;
|
|
986
990
|
}
|
|
991
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
992
|
+
padding-bottom: 0;
|
|
993
|
+
padding-top: 0;
|
|
994
|
+
vertical-align: middle;
|
|
995
|
+
}
|
|
987
996
|
.e-pivotview .e-gtot {
|
|
988
997
|
font-weight: bold;
|
|
989
998
|
}
|
|
@@ -1526,6 +1535,12 @@
|
|
|
1526
1535
|
.e-pivotview .e-group-columns {
|
|
1527
1536
|
width: 100%;
|
|
1528
1537
|
}
|
|
1538
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1539
|
+
display: inline-block;
|
|
1540
|
+
height: 100%;
|
|
1541
|
+
vertical-align: top;
|
|
1542
|
+
width: 100%;
|
|
1543
|
+
}
|
|
1529
1544
|
.e-pivotview .e-group-row {
|
|
1530
1545
|
padding: 0 !important;
|
|
1531
1546
|
}
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'icons/bootstrap-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/bootstrap-dark.scss';
|
|
@@ -919,9 +919,13 @@
|
|
|
919
919
|
align-items: center;
|
|
920
920
|
display: -ms-flexbox;
|
|
921
921
|
display: flex;
|
|
922
|
+
max-height: inherit;
|
|
922
923
|
}
|
|
923
924
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
924
925
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
926
|
+
-ms-flex-item-align: stretch;
|
|
927
|
+
-ms-grid-row-align: stretch;
|
|
928
|
+
align-self: stretch;
|
|
925
929
|
overflow: hidden;
|
|
926
930
|
text-overflow: ellipsis;
|
|
927
931
|
width: 100%;
|
|
@@ -983,6 +987,11 @@
|
|
|
983
987
|
.e-pivotview .e-grid .e-gridheader {
|
|
984
988
|
border-bottom-width: 1px;
|
|
985
989
|
}
|
|
990
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
991
|
+
padding-bottom: 0;
|
|
992
|
+
padding-top: 0;
|
|
993
|
+
vertical-align: middle;
|
|
994
|
+
}
|
|
986
995
|
.e-pivotview .e-gtot {
|
|
987
996
|
font-weight: bold;
|
|
988
997
|
}
|
|
@@ -1525,6 +1534,12 @@
|
|
|
1525
1534
|
.e-pivotview .e-group-columns {
|
|
1526
1535
|
width: 100%;
|
|
1527
1536
|
}
|
|
1537
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1538
|
+
display: inline-block;
|
|
1539
|
+
height: 100%;
|
|
1540
|
+
vertical-align: top;
|
|
1541
|
+
width: 100%;
|
|
1542
|
+
}
|
|
1528
1543
|
.e-pivotview .e-group-row {
|
|
1529
1544
|
padding: 0 !important;
|
|
1530
1545
|
}
|
|
@@ -977,9 +977,13 @@
|
|
|
977
977
|
align-items: center;
|
|
978
978
|
display: -ms-flexbox;
|
|
979
979
|
display: flex;
|
|
980
|
+
max-height: inherit;
|
|
980
981
|
}
|
|
981
982
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
982
983
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
984
|
+
-ms-flex-item-align: stretch;
|
|
985
|
+
-ms-grid-row-align: stretch;
|
|
986
|
+
align-self: stretch;
|
|
983
987
|
overflow: hidden;
|
|
984
988
|
text-overflow: ellipsis;
|
|
985
989
|
width: 100%;
|
|
@@ -1041,6 +1045,11 @@
|
|
|
1041
1045
|
.e-pivotview .e-grid .e-gridheader {
|
|
1042
1046
|
border-bottom-width: 1px;
|
|
1043
1047
|
}
|
|
1048
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
1049
|
+
padding-bottom: 0;
|
|
1050
|
+
padding-top: 0;
|
|
1051
|
+
vertical-align: middle;
|
|
1052
|
+
}
|
|
1044
1053
|
.e-pivotview .e-gtot {
|
|
1045
1054
|
font-weight: bold;
|
|
1046
1055
|
}
|
|
@@ -1599,6 +1608,12 @@
|
|
|
1599
1608
|
.e-pivotview .e-group-columns {
|
|
1600
1609
|
width: 100%;
|
|
1601
1610
|
}
|
|
1611
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1612
|
+
display: inline-block;
|
|
1613
|
+
height: 100%;
|
|
1614
|
+
vertical-align: top;
|
|
1615
|
+
width: 100%;
|
|
1616
|
+
}
|
|
1602
1617
|
.e-pivotview .e-group-row {
|
|
1603
1618
|
padding: 0 !important;
|
|
1604
1619
|
}
|
|
@@ -920,9 +920,13 @@
|
|
|
920
920
|
align-items: center;
|
|
921
921
|
display: -ms-flexbox;
|
|
922
922
|
display: flex;
|
|
923
|
+
max-height: inherit;
|
|
923
924
|
}
|
|
924
925
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
925
926
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
927
|
+
-ms-flex-item-align: stretch;
|
|
928
|
+
-ms-grid-row-align: stretch;
|
|
929
|
+
align-self: stretch;
|
|
926
930
|
overflow: hidden;
|
|
927
931
|
text-overflow: ellipsis;
|
|
928
932
|
width: 100%;
|
|
@@ -985,6 +989,11 @@
|
|
|
985
989
|
border-bottom-width: 1px;
|
|
986
990
|
border-bottom-color: #444c54;
|
|
987
991
|
}
|
|
992
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
993
|
+
padding-bottom: 0;
|
|
994
|
+
padding-top: 0;
|
|
995
|
+
vertical-align: middle;
|
|
996
|
+
}
|
|
988
997
|
.e-pivotview .e-gtot {
|
|
989
998
|
font-weight: 700;
|
|
990
999
|
}
|
|
@@ -1153,8 +1162,6 @@
|
|
|
1153
1162
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1154
1163
|
/* stylelint-disable */
|
|
1155
1164
|
padding-left: 8px !important;
|
|
1156
|
-
padding-top: 0px !important;
|
|
1157
|
-
padding-bottom: 0px !important;
|
|
1158
1165
|
}
|
|
1159
1166
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1160
1167
|
z-index: 1 !important;
|
|
@@ -1534,6 +1541,12 @@
|
|
|
1534
1541
|
.e-pivotview .e-group-columns {
|
|
1535
1542
|
width: 100%;
|
|
1536
1543
|
}
|
|
1544
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1545
|
+
display: inline-block;
|
|
1546
|
+
height: 100%;
|
|
1547
|
+
vertical-align: top;
|
|
1548
|
+
width: 100%;
|
|
1549
|
+
}
|
|
1537
1550
|
.e-pivotview .e-group-row {
|
|
1538
1551
|
padding: 0 !important;
|
|
1539
1552
|
}
|
|
@@ -922,9 +922,13 @@
|
|
|
922
922
|
align-items: center;
|
|
923
923
|
display: -ms-flexbox;
|
|
924
924
|
display: flex;
|
|
925
|
+
max-height: inherit;
|
|
925
926
|
}
|
|
926
927
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
927
928
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
929
|
+
-ms-flex-item-align: stretch;
|
|
930
|
+
-ms-grid-row-align: stretch;
|
|
931
|
+
align-self: stretch;
|
|
928
932
|
overflow: hidden;
|
|
929
933
|
text-overflow: ellipsis;
|
|
930
934
|
width: 100%;
|
|
@@ -987,6 +991,11 @@
|
|
|
987
991
|
border-bottom-width: 1px;
|
|
988
992
|
border-bottom-color: #dee2e6;
|
|
989
993
|
}
|
|
994
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
995
|
+
padding-bottom: 0;
|
|
996
|
+
padding-top: 0;
|
|
997
|
+
vertical-align: middle;
|
|
998
|
+
}
|
|
990
999
|
.e-pivotview .e-gtot {
|
|
991
1000
|
font-weight: 700;
|
|
992
1001
|
}
|
|
@@ -1155,8 +1164,6 @@
|
|
|
1155
1164
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1156
1165
|
/* stylelint-disable */
|
|
1157
1166
|
padding-left: 8px !important;
|
|
1158
|
-
padding-top: 0px !important;
|
|
1159
|
-
padding-bottom: 0px !important;
|
|
1160
1167
|
}
|
|
1161
1168
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1162
1169
|
z-index: 1 !important;
|
|
@@ -1536,6 +1543,12 @@
|
|
|
1536
1543
|
.e-pivotview .e-group-columns {
|
|
1537
1544
|
width: 100%;
|
|
1538
1545
|
}
|
|
1546
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1547
|
+
display: inline-block;
|
|
1548
|
+
height: 100%;
|
|
1549
|
+
vertical-align: top;
|
|
1550
|
+
width: 100%;
|
|
1551
|
+
}
|
|
1539
1552
|
.e-pivotview .e-group-row {
|
|
1540
1553
|
padding: 0 !important;
|
|
1541
1554
|
}
|
|
@@ -923,9 +923,13 @@
|
|
|
923
923
|
align-items: center;
|
|
924
924
|
display: -ms-flexbox;
|
|
925
925
|
display: flex;
|
|
926
|
+
max-height: inherit;
|
|
926
927
|
}
|
|
927
928
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
928
929
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
930
|
+
-ms-flex-item-align: stretch;
|
|
931
|
+
-ms-grid-row-align: stretch;
|
|
932
|
+
align-self: stretch;
|
|
929
933
|
overflow: hidden;
|
|
930
934
|
text-overflow: ellipsis;
|
|
931
935
|
width: 100%;
|
|
@@ -987,6 +991,11 @@
|
|
|
987
991
|
.e-pivotview .e-grid .e-gridheader {
|
|
988
992
|
border-bottom-width: 1px;
|
|
989
993
|
}
|
|
994
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
995
|
+
padding-bottom: 0;
|
|
996
|
+
padding-top: 0;
|
|
997
|
+
vertical-align: middle;
|
|
998
|
+
}
|
|
990
999
|
.e-pivotview .e-gtot {
|
|
991
1000
|
font-weight: 600;
|
|
992
1001
|
}
|
|
@@ -1526,6 +1535,12 @@
|
|
|
1526
1535
|
.e-pivotview .e-group-columns {
|
|
1527
1536
|
width: 100%;
|
|
1528
1537
|
}
|
|
1538
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1539
|
+
display: inline-block;
|
|
1540
|
+
height: 100%;
|
|
1541
|
+
vertical-align: top;
|
|
1542
|
+
width: 100%;
|
|
1543
|
+
}
|
|
1529
1544
|
.e-pivotview .e-group-row {
|
|
1530
1545
|
padding: 0 !important;
|
|
1531
1546
|
}
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/fabric-dark-definition.scss';
|
|
3
|
-
@import 'fabric-dark-definition.scss';
|
|
4
|
-
@import 'icons/fabric-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/fabric-dark.scss';
|
|
@@ -923,9 +923,13 @@
|
|
|
923
923
|
align-items: center;
|
|
924
924
|
display: -ms-flexbox;
|
|
925
925
|
display: flex;
|
|
926
|
+
max-height: inherit;
|
|
926
927
|
}
|
|
927
928
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
928
929
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
930
|
+
-ms-flex-item-align: stretch;
|
|
931
|
+
-ms-grid-row-align: stretch;
|
|
932
|
+
align-self: stretch;
|
|
929
933
|
overflow: hidden;
|
|
930
934
|
text-overflow: ellipsis;
|
|
931
935
|
width: 100%;
|
|
@@ -987,6 +991,11 @@
|
|
|
987
991
|
.e-pivotview .e-grid .e-gridheader {
|
|
988
992
|
border-bottom-width: 1px;
|
|
989
993
|
}
|
|
994
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
995
|
+
padding-bottom: 0;
|
|
996
|
+
padding-top: 0;
|
|
997
|
+
vertical-align: middle;
|
|
998
|
+
}
|
|
990
999
|
.e-pivotview .e-gtot {
|
|
991
1000
|
font-weight: 600;
|
|
992
1001
|
}
|
|
@@ -1526,6 +1535,12 @@
|
|
|
1526
1535
|
.e-pivotview .e-group-columns {
|
|
1527
1536
|
width: 100%;
|
|
1528
1537
|
}
|
|
1538
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1539
|
+
display: inline-block;
|
|
1540
|
+
height: 100%;
|
|
1541
|
+
vertical-align: top;
|
|
1542
|
+
width: 100%;
|
|
1543
|
+
}
|
|
1529
1544
|
.e-pivotview .e-group-row {
|
|
1530
1545
|
padding: 0 !important;
|
|
1531
1546
|
}
|