@syncfusion/ej2-angular-pivotview 22.2.12 → 23.1.36-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 +843 -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 +15 -29
- 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 +56 -20
- package/styles/bootstrap.css +57 -21
- package/styles/bootstrap4.css +56 -20
- package/styles/bootstrap5-dark.css +56 -22
- package/styles/bootstrap5.css +56 -22
- package/styles/fabric-dark.css +56 -22
- package/styles/fabric.css +56 -20
- package/styles/fluent-dark.css +56 -21
- package/styles/fluent.css +56 -21
- package/styles/highcontrast-light.css +55 -20
- package/styles/highcontrast.css +55 -20
- package/styles/material-dark.css +55 -20
- package/styles/material.css +55 -20
- package/styles/material3-dark.css +110 -21
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +166 -21
- package/styles/material3.scss +0 -1
- package/styles/pivotfieldlist/bootstrap-dark.css +1 -1
- package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap.css +1 -1
- package/styles/pivotfieldlist/bootstrap.scss +1 -4
- package/styles/pivotfieldlist/bootstrap4.css +1 -1
- package/styles/pivotfieldlist/bootstrap4.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5-dark.css +1 -1
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5.css +1 -1
- package/styles/pivotfieldlist/bootstrap5.scss +1 -4
- package/styles/pivotfieldlist/fabric-dark.css +1 -1
- package/styles/pivotfieldlist/fabric-dark.scss +1 -4
- package/styles/pivotfieldlist/fabric.css +1 -1
- package/styles/pivotfieldlist/fabric.scss +1 -4
- package/styles/pivotfieldlist/fluent-dark.css +1 -1
- package/styles/pivotfieldlist/fluent-dark.scss +1 -4
- package/styles/pivotfieldlist/fluent.css +1 -1
- package/styles/pivotfieldlist/fluent.scss +1 -4
- package/styles/pivotfieldlist/highcontrast-light.css +1 -1
- package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
- package/styles/pivotfieldlist/highcontrast.css +1 -1
- package/styles/pivotfieldlist/highcontrast.scss +1 -4
- package/styles/pivotfieldlist/material-dark.css +1 -2
- package/styles/pivotfieldlist/material-dark.scss +1 -4
- package/styles/pivotfieldlist/material.css +1 -2
- package/styles/pivotfieldlist/material.scss +1 -4
- package/styles/pivotfieldlist/material3-dark.css +1 -2
- package/styles/pivotfieldlist/material3-dark.scss +1 -4
- package/styles/pivotfieldlist/material3.css +1 -2
- package/styles/pivotfieldlist/material3.scss +1 -4
- package/styles/pivotfieldlist/tailwind-dark.css +1 -2
- package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
- package/styles/pivotfieldlist/tailwind.css +1 -2
- package/styles/pivotfieldlist/tailwind.scss +1 -4
- package/styles/pivotview/bootstrap-dark.css +55 -19
- package/styles/pivotview/bootstrap-dark.scss +1 -5
- package/styles/pivotview/bootstrap.css +56 -20
- package/styles/pivotview/bootstrap.scss +1 -5
- package/styles/pivotview/bootstrap4.css +55 -19
- package/styles/pivotview/bootstrap4.scss +1 -5
- package/styles/pivotview/bootstrap5-dark.css +55 -21
- package/styles/pivotview/bootstrap5-dark.scss +1 -4
- package/styles/pivotview/bootstrap5.css +55 -21
- package/styles/pivotview/bootstrap5.scss +1 -5
- package/styles/pivotview/fabric-dark.css +55 -21
- package/styles/pivotview/fabric-dark.scss +1 -5
- package/styles/pivotview/fabric.css +55 -19
- package/styles/pivotview/fabric.scss +1 -5
- package/styles/pivotview/fluent-dark.css +55 -20
- package/styles/pivotview/fluent-dark.scss +1 -4
- package/styles/pivotview/fluent.css +55 -20
- package/styles/pivotview/fluent.scss +1 -5
- package/styles/pivotview/highcontrast-light.css +54 -19
- package/styles/pivotview/highcontrast-light.scss +1 -5
- package/styles/pivotview/highcontrast.css +54 -19
- package/styles/pivotview/highcontrast.scss +1 -5
- package/styles/pivotview/material-dark.css +54 -19
- package/styles/pivotview/material-dark.scss +1 -5
- package/styles/pivotview/material.css +54 -19
- package/styles/pivotview/material.scss +1 -5
- package/styles/pivotview/material3-dark.css +54 -20
- package/styles/pivotview/material3-dark.scss +1 -4
- package/styles/pivotview/material3.css +54 -20
- package/styles/pivotview/material3.scss +1 -5
- package/styles/pivotview/tailwind-dark.css +54 -21
- package/styles/pivotview/tailwind-dark.scss +1 -4
- package/styles/pivotview/tailwind.css +54 -21
- package/styles/pivotview/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +55 -23
- package/styles/tailwind.css +55 -23
- 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 -1958
- 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 -175
- package/styles/pivotview/_bootstrap-definition.scss +0 -172
- package/styles/pivotview/_bootstrap4-definition.scss +0 -172
- package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotview/_bootstrap5-definition.scss +0 -177
- package/styles/pivotview/_fabric-dark-definition.scss +0 -174
- package/styles/pivotview/_fabric-definition.scss +0 -171
- package/styles/pivotview/_fluent-dark-definition.scss +0 -1
- package/styles/pivotview/_fluent-definition.scss +0 -177
- package/styles/pivotview/_fusionnew-definition.scss +0 -177
- package/styles/pivotview/_highcontrast-definition.scss +0 -170
- package/styles/pivotview/_highcontrast-light-definition.scss +0 -171
- package/styles/pivotview/_layout.scss +0 -1158
- package/styles/pivotview/_material-dark-definition.scss +0 -178
- package/styles/pivotview/_material-definition.scss +0 -174
- package/styles/pivotview/_material3-dark-definition.scss +0 -1
- package/styles/pivotview/_material3-definition.scss +0 -180
- package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotview/_tailwind-definition.scss +0 -177
- package/styles/pivotview/_theme.scss +0 -1992
- 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
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -272,6 +271,8 @@
|
|
|
272
271
|
/* stylelint-disable */
|
|
273
272
|
/* stylelint-enable */
|
|
274
273
|
/* stylelint-enable */
|
|
274
|
+
/* stylelint-disable */
|
|
275
|
+
/* stylelint-enable */
|
|
275
276
|
}
|
|
276
277
|
.e-pivotview.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
277
278
|
padding: 0;
|
|
@@ -756,6 +757,9 @@
|
|
|
756
757
|
.e-pivotview .e-frozenscrollbar {
|
|
757
758
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
758
759
|
}
|
|
760
|
+
.e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
|
|
761
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
762
|
+
}
|
|
759
763
|
|
|
760
764
|
.e-pivotview-disable-icon {
|
|
761
765
|
visibility: hidden;
|
|
@@ -1030,7 +1034,6 @@
|
|
|
1030
1034
|
|
|
1031
1035
|
/*! PivotView theme */
|
|
1032
1036
|
.e-pivotview {
|
|
1033
|
-
/* stylelint-enable */
|
|
1034
1037
|
/* stylelint-enable */
|
|
1035
1038
|
/* stylelint-disable */
|
|
1036
1039
|
/* stylelint-enable */
|
|
@@ -1041,6 +1044,8 @@
|
|
|
1041
1044
|
/* stylelint-enable */
|
|
1042
1045
|
}
|
|
1043
1046
|
.e-pivotview .e-pivotcell-container {
|
|
1047
|
+
-ms-flex-align: center;
|
|
1048
|
+
align-items: center;
|
|
1044
1049
|
display: -ms-flexbox;
|
|
1045
1050
|
display: flex;
|
|
1046
1051
|
}
|
|
@@ -1086,14 +1091,23 @@
|
|
|
1086
1091
|
-ms-user-select: none;
|
|
1087
1092
|
user-select: none;
|
|
1088
1093
|
}
|
|
1094
|
+
.e-pivotview .e-grid .e-content-virtualtable {
|
|
1095
|
+
overflow-x: auto;
|
|
1096
|
+
scrollbar-width: none; /* firefox */
|
|
1097
|
+
}
|
|
1098
|
+
.e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
|
|
1099
|
+
display: none; /* safari, chrome and edge */
|
|
1100
|
+
}
|
|
1089
1101
|
.e-pivotview .e-gtot,
|
|
1090
1102
|
.e-pivotview .e-gtot.e-rowsheader,
|
|
1091
1103
|
.e-pivotview .e-gtot.e-columnsheader,
|
|
1092
1104
|
.e-pivotview .e-grid .e-content,
|
|
1093
|
-
.e-pivotview .e-grid .e-gridheader
|
|
1094
|
-
.e-pivotview .e-headercell {
|
|
1105
|
+
.e-pivotview .e-grid .e-gridheader {
|
|
1095
1106
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
1096
1107
|
}
|
|
1108
|
+
.e-pivotview .e-headercell:not(.e-columnsheader) {
|
|
1109
|
+
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface)) !important;
|
|
1110
|
+
}
|
|
1097
1111
|
.e-pivotview .e-grid .e-gridheader {
|
|
1098
1112
|
border-bottom-width: 1px;
|
|
1099
1113
|
}
|
|
@@ -1187,11 +1201,7 @@
|
|
|
1187
1201
|
.e-pivotview .e-drop-indicator {
|
|
1188
1202
|
display: block;
|
|
1189
1203
|
}
|
|
1190
|
-
.e-pivotview div.e-cellvalue {
|
|
1191
|
-
margin-top: 0;
|
|
1192
|
-
}
|
|
1193
1204
|
.e-pivotview div div span.e-value-sort-icon {
|
|
1194
|
-
/* stylelint-disable */
|
|
1195
1205
|
padding: 0 !important;
|
|
1196
1206
|
}
|
|
1197
1207
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
@@ -1203,10 +1213,17 @@
|
|
|
1203
1213
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1204
1214
|
display: none;
|
|
1205
1215
|
}
|
|
1216
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1217
|
+
margin: -15px 0 !important;
|
|
1218
|
+
}
|
|
1219
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1220
|
+
margin: 0 !important;
|
|
1221
|
+
}
|
|
1206
1222
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1207
1223
|
margin: 0 !important;
|
|
1208
1224
|
margin-left: auto !important;
|
|
1209
|
-
|
|
1225
|
+
padding-bottom: 0 !important;
|
|
1226
|
+
padding-top: 0 !important;
|
|
1210
1227
|
}
|
|
1211
1228
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1212
1229
|
margin: -8px 0 !important;
|
|
@@ -1241,9 +1258,25 @@
|
|
|
1241
1258
|
}
|
|
1242
1259
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1243
1260
|
visibility: hidden !important;
|
|
1261
|
+
/* stylelint-enable */
|
|
1262
|
+
}
|
|
1263
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
|
|
1264
|
+
position: absolute;
|
|
1265
|
+
z-index: 10;
|
|
1266
|
+
color: rgba(var(--color-sf-on-surface-variant));
|
|
1267
|
+
font-size: 20px;
|
|
1268
|
+
text-align: center;
|
|
1269
|
+
padding: 10%;
|
|
1270
|
+
}
|
|
1271
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1272
|
+
display: none;
|
|
1273
|
+
}
|
|
1274
|
+
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1275
|
+
visibility: hidden;
|
|
1244
1276
|
}
|
|
1245
1277
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1246
1278
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1279
|
+
/* stylelint-disable */
|
|
1247
1280
|
padding-left: 8px !important;
|
|
1248
1281
|
padding-top: 0px !important;
|
|
1249
1282
|
padding-bottom: 0px !important;
|
|
@@ -1266,6 +1299,14 @@
|
|
|
1266
1299
|
border-left: 0;
|
|
1267
1300
|
border-right-width: 1px;
|
|
1268
1301
|
}
|
|
1302
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder {
|
|
1303
|
+
border-left-color: rgba(var(--color-sf-outline-variant)) !important;
|
|
1304
|
+
border-right-color: rgba(var(--color-sf-outline-variant)) !important;
|
|
1305
|
+
border-right-width: 1px !important;
|
|
1306
|
+
}
|
|
1307
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
|
|
1308
|
+
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
1309
|
+
}
|
|
1269
1310
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1270
1311
|
display: block;
|
|
1271
1312
|
}
|
|
@@ -1273,7 +1314,6 @@
|
|
|
1273
1314
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1274
1315
|
display: inline-block;
|
|
1275
1316
|
padding-left: 12px !important;
|
|
1276
|
-
margin-top: 5px;
|
|
1277
1317
|
}
|
|
1278
1318
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1279
1319
|
padding: 0 0 0 1px !important;
|
|
@@ -1766,8 +1806,6 @@
|
|
|
1766
1806
|
cursor: pointer;
|
|
1767
1807
|
display: inline-block;
|
|
1768
1808
|
height: 18px;
|
|
1769
|
-
margin-top: 3px;
|
|
1770
|
-
margin-bottom: 3px;
|
|
1771
1809
|
text-align: center;
|
|
1772
1810
|
width: 18px;
|
|
1773
1811
|
vertical-align: middle;
|
|
@@ -1776,8 +1814,6 @@
|
|
|
1776
1814
|
.e-pivotview th .e-collapse {
|
|
1777
1815
|
font-size: 10px !important;
|
|
1778
1816
|
margin-left: 0px;
|
|
1779
|
-
margin-top: 3px;
|
|
1780
|
-
margin-bottom: 3px;
|
|
1781
1817
|
}
|
|
1782
1818
|
.e-pivotview .e-expand::before {
|
|
1783
1819
|
font-size: 16px;
|
|
@@ -2167,6 +2203,10 @@
|
|
|
2167
2203
|
border-left-width: 1px;
|
|
2168
2204
|
border-right: 0;
|
|
2169
2205
|
}
|
|
2206
|
+
.e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
|
|
2207
|
+
border-left-width: 1px;
|
|
2208
|
+
border-right: 0;
|
|
2209
|
+
}
|
|
2170
2210
|
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
|
|
2171
2211
|
margin-left: 0;
|
|
2172
2212
|
margin-right: 7px;
|
|
@@ -2399,12 +2439,6 @@
|
|
|
2399
2439
|
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2400
2440
|
padding-left: 16px !important;
|
|
2401
2441
|
}
|
|
2402
|
-
.e-bigger .e-pivotview th .e-expand,
|
|
2403
|
-
.e-bigger .e-pivotview th .e-collapse,
|
|
2404
|
-
.e-bigger.e-pivotview th .e-expand,
|
|
2405
|
-
.e-bigger.e-pivotview th .e-collapse {
|
|
2406
|
-
margin-top: 4px;
|
|
2407
|
-
}
|
|
2408
2442
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2409
2443
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2410
2444
|
/* stylelint-enable */
|
|
@@ -2931,6 +2965,117 @@
|
|
|
2931
2965
|
background-size: 100% 200px;
|
|
2932
2966
|
}
|
|
2933
2967
|
|
|
2968
|
+
:root {
|
|
2969
|
+
--color-sf-black: 0, 0, 0;
|
|
2970
|
+
--color-sf-white: 255, 255, 255;
|
|
2971
|
+
--color-sf-primary: 103, 80, 164;
|
|
2972
|
+
--color-sf-primary-container: 234, 221, 255;
|
|
2973
|
+
--color-sf-secondary: 98, 91, 113;
|
|
2974
|
+
--color-sf-secondary-container: 232, 222, 248;
|
|
2975
|
+
--color-sf-tertiary: 125, 82, 96;
|
|
2976
|
+
--color-sf-tertiary-container: 255, 216, 228;
|
|
2977
|
+
--color-sf-surface: 255, 255, 255;
|
|
2978
|
+
--color-sf-surface-variant: 231, 224, 236;
|
|
2979
|
+
--color-sf-background: var(--color-sf-surface);
|
|
2980
|
+
--color-sf-on-primary: 255, 255, 255;
|
|
2981
|
+
--color-sf-on-primary-container: 33, 0, 94;
|
|
2982
|
+
--color-sf-on-secondary: 255, 255, 255;
|
|
2983
|
+
--color-sf-on-secondary-container: 30, 25, 43;
|
|
2984
|
+
--color-sf-on-tertiary: 255, 255, 255;
|
|
2985
|
+
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
2986
|
+
--color-sf-on-surface: 28, 27, 31;
|
|
2987
|
+
--color-sf-on-surface-variant: 73, 69, 78;
|
|
2988
|
+
--color-sf-on-background: 28, 27, 31;
|
|
2989
|
+
--color-sf-outline: 121, 116, 126;
|
|
2990
|
+
--color-sf-outline-variant: 196, 199, 197;
|
|
2991
|
+
--color-sf-shadow: 0, 0, 0;
|
|
2992
|
+
--color-sf-surface-tint-color: 103, 80, 164;
|
|
2993
|
+
--color-sf-inverse-surface: 49, 48, 51;
|
|
2994
|
+
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
2995
|
+
--color-sf-inverse-primary: 208, 188, 255;
|
|
2996
|
+
--color-sf-scrim: 0, 0, 0;
|
|
2997
|
+
--color-sf-error: 179, 38, 30;
|
|
2998
|
+
--color-sf-error-container: 249, 222, 220;
|
|
2999
|
+
--color-sf-on-error: 255, 250, 250;
|
|
3000
|
+
--color-sf-on-error-container: 65, 14, 11;
|
|
3001
|
+
--color-sf-success: 32, 81, 7;
|
|
3002
|
+
--color-sf-success-container: 209, 255, 186;
|
|
3003
|
+
--color-sf-on-success: 244, 255, 239;
|
|
3004
|
+
--color-sf-on-success-container: 13, 39, 0;
|
|
3005
|
+
--color-sf-info: 1, 87, 155;
|
|
3006
|
+
--color-sf-info-container: 233, 245, 255;
|
|
3007
|
+
--color-sf-on-info: 250, 253, 255;
|
|
3008
|
+
--color-sf-on-info-container: 0, 51, 91;
|
|
3009
|
+
--color-sf-warning: 145, 76, 0;
|
|
3010
|
+
--color-sf-warning-container: 254, 236, 222;
|
|
3011
|
+
--color-sf-on-warning: 255, 255, 255;
|
|
3012
|
+
--color-sf-on-warning-container: 47, 21, 0;
|
|
3013
|
+
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
3014
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
3015
|
+
--color-sf-diagram-palette-background: --color-sf-white;
|
|
3016
|
+
--color-sf-success-text: 255, 255, 255;
|
|
3017
|
+
--color-sf-warning-text: 255, 255, 255;
|
|
3018
|
+
--color-sf-danger-text: 255, 255, 255;
|
|
3019
|
+
--color-sf-info-text: 255, 255, 255;
|
|
3020
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
3021
|
+
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
3022
|
+
}
|
|
3023
|
+
|
|
3024
|
+
.e-dark-mode {
|
|
3025
|
+
--color-sf-black: 0, 0, 0;
|
|
3026
|
+
--color-sf-white: 255, 255, 255;
|
|
3027
|
+
--color-sf-primary: 208, 188, 255;
|
|
3028
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
3029
|
+
--color-sf-secondary: 204, 194, 220;
|
|
3030
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
3031
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
3032
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
3033
|
+
--color-sf-surface: 28, 27, 31;
|
|
3034
|
+
--color-sf-surface-variant: 28, 27, 31;
|
|
3035
|
+
--color-sf-background: var(--color-sf-surface);
|
|
3036
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
3037
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
3038
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
3039
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
3040
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
3041
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
3042
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
3043
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
3044
|
+
--color-sf-on-background: 230, 225, 229;
|
|
3045
|
+
--color-sf-outline: 147, 143, 153;
|
|
3046
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
3047
|
+
--color-sf-shadow: 0, 0, 0;
|
|
3048
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
3049
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
3050
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
3051
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
3052
|
+
--color-sf-scrim: 0, 0, 0;
|
|
3053
|
+
--color-sf-error: 242, 184, 181;
|
|
3054
|
+
--color-sf-error-container: 140, 29, 24;
|
|
3055
|
+
--color-sf-on-error: 96, 20, 16;
|
|
3056
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
3057
|
+
--color-sf-success: 83, 202, 23;
|
|
3058
|
+
--color-sf-success-container: 22, 62, 2;
|
|
3059
|
+
--color-sf-on-success: 13, 39, 0;
|
|
3060
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
3061
|
+
--color-sf-info: 71, 172, 251;
|
|
3062
|
+
--color-sf-info-container: 0, 67, 120;
|
|
3063
|
+
--color-sf-on-info: 0, 51, 91;
|
|
3064
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
3065
|
+
--color-sf-warning: 245, 180, 130;
|
|
3066
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
3067
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
3068
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
3069
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
3070
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
3071
|
+
--color-sf-success-text: 0, 0, 0;
|
|
3072
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
3073
|
+
--color-sf-info-text: 0, 0, 0;
|
|
3074
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
3075
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
3076
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
3077
|
+
}
|
|
3078
|
+
|
|
2934
3079
|
/*! component's theme wise override definitions and variables */
|
|
2935
3080
|
/*! component's common definitions and variables */
|
|
2936
3081
|
/*! field-list component icons */
|
|
@@ -3384,7 +3529,7 @@
|
|
|
3384
3529
|
width: 100% !important;
|
|
3385
3530
|
}
|
|
3386
3531
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
3387
|
-
margin-left: 0;
|
|
3532
|
+
margin-left: 0 !important;
|
|
3388
3533
|
}
|
|
3389
3534
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
3390
3535
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
package/styles/material3.scss
CHANGED
|
@@ -448,7 +448,7 @@
|
|
|
448
448
|
width: 100% !important;
|
|
449
449
|
}
|
|
450
450
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
451
|
-
margin-left: 0;
|
|
451
|
+
margin-left: 0 !important;
|
|
452
452
|
}
|
|
453
453
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
454
454
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -446,7 +446,7 @@
|
|
|
446
446
|
width: 100% !important;
|
|
447
447
|
}
|
|
448
448
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
449
|
-
margin-left: 0;
|
|
449
|
+
margin-left: 0 !important;
|
|
450
450
|
}
|
|
451
451
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
452
452
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -461,7 +461,7 @@
|
|
|
461
461
|
width: 100% !important;
|
|
462
462
|
}
|
|
463
463
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
464
|
-
margin-left: 0;
|
|
464
|
+
margin-left: 0 !important;
|
|
465
465
|
}
|
|
466
466
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
467
467
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -455,7 +455,7 @@
|
|
|
455
455
|
width: 100% !important;
|
|
456
456
|
}
|
|
457
457
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
458
|
-
margin-left: 0;
|
|
458
|
+
margin-left: 0 !important;
|
|
459
459
|
}
|
|
460
460
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
461
461
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -455,7 +455,7 @@
|
|
|
455
455
|
width: 100% !important;
|
|
456
456
|
}
|
|
457
457
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
458
|
-
margin-left: 0;
|
|
458
|
+
margin-left: 0 !important;
|
|
459
459
|
}
|
|
460
460
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
461
461
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -447,7 +447,7 @@
|
|
|
447
447
|
width: 100% !important;
|
|
448
448
|
}
|
|
449
449
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
450
|
-
margin-left: 0;
|
|
450
|
+
margin-left: 0 !important;
|
|
451
451
|
}
|
|
452
452
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
453
453
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -446,7 +446,7 @@
|
|
|
446
446
|
width: 100% !important;
|
|
447
447
|
}
|
|
448
448
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
449
|
-
margin-left: 0;
|
|
449
|
+
margin-left: 0 !important;
|
|
450
450
|
}
|
|
451
451
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
452
452
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -446,7 +446,7 @@
|
|
|
446
446
|
width: 100% !important;
|
|
447
447
|
}
|
|
448
448
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
449
|
-
margin-left: 0;
|
|
449
|
+
margin-left: 0 !important;
|
|
450
450
|
}
|
|
451
451
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
452
452
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -446,7 +446,7 @@
|
|
|
446
446
|
width: 100% !important;
|
|
447
447
|
}
|
|
448
448
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
449
|
-
margin-left: 0;
|
|
449
|
+
margin-left: 0 !important;
|
|
450
450
|
}
|
|
451
451
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
452
452
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -445,7 +445,7 @@
|
|
|
445
445
|
width: 100% !important;
|
|
446
446
|
}
|
|
447
447
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
448
|
-
margin-left: 0;
|
|
448
|
+
margin-left: 0 !important;
|
|
449
449
|
}
|
|
450
450
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
451
451
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -445,7 +445,7 @@
|
|
|
445
445
|
width: 100% !important;
|
|
446
446
|
}
|
|
447
447
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
448
|
-
margin-left: 0;
|
|
448
|
+
margin-left: 0 !important;
|
|
449
449
|
}
|
|
450
450
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
451
451
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
|
|
2
1
|
/*! component's theme wise override definitions and variables */
|
|
3
2
|
/*! component's common definitions and variables */
|
|
4
3
|
/*! field-list component icons */
|
|
@@ -448,7 +447,7 @@
|
|
|
448
447
|
width: 100% !important;
|
|
449
448
|
}
|
|
450
449
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
451
|
-
margin-left: 0;
|
|
450
|
+
margin-left: 0 !important;
|
|
452
451
|
}
|
|
453
452
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
454
453
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
|
|
2
1
|
/*! component's theme wise override definitions and variables */
|
|
3
2
|
/*! component's common definitions and variables */
|
|
4
3
|
/*! field-list component icons */
|
|
@@ -447,7 +446,7 @@
|
|
|
447
446
|
width: 100% !important;
|
|
448
447
|
}
|
|
449
448
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
450
|
-
margin-left: 0;
|
|
449
|
+
margin-left: 0 !important;
|
|
451
450
|
}
|
|
452
451
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
453
452
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -507,7 +506,7 @@
|
|
|
507
506
|
width: 100% !important;
|
|
508
507
|
}
|
|
509
508
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
510
|
-
margin-left: 0;
|
|
509
|
+
margin-left: 0 !important;
|
|
511
510
|
}
|
|
512
511
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
513
512
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -563,7 +562,7 @@
|
|
|
563
562
|
width: 100% !important;
|
|
564
563
|
}
|
|
565
564
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
566
|
-
margin-left: 0;
|
|
565
|
+
margin-left: 0 !important;
|
|
567
566
|
}
|
|
568
567
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
569
568
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
1
|
/*! component's theme wise override definitions and variables */
|
|
3
2
|
/*! component's common definitions and variables */
|
|
4
3
|
/*! field-list component icons */
|
|
@@ -446,7 +445,7 @@
|
|
|
446
445
|
width: 100% !important;
|
|
447
446
|
}
|
|
448
447
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
449
|
-
margin-left: 0;
|
|
448
|
+
margin-left: 0 !important;
|
|
450
449
|
}
|
|
451
450
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
452
451
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
1
|
/*! component's theme wise override definitions and variables */
|
|
3
2
|
/*! component's common definitions and variables */
|
|
4
3
|
/*! field-list component icons */
|
|
@@ -447,7 +446,7 @@
|
|
|
447
446
|
width: 100% !important;
|
|
448
447
|
}
|
|
449
448
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
450
|
-
margin-left: 0;
|
|
449
|
+
margin-left: 0 !important;
|
|
451
450
|
}
|
|
452
451
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
453
452
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|