@syncfusion/ej2-pivotview 20.2.38 → 20.2.39
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/CHANGELOG.md +9 -0
- package/dist/ej2-pivotview.umd.min.js +2 -2
- package/dist/ej2-pivotview.umd.min.js.map +1 -1
- package/dist/es6/ej2-pivotview.es2015.js +26 -14
- package/dist/es6/ej2-pivotview.es2015.js.map +1 -1
- package/dist/es6/ej2-pivotview.es5.js +26 -14
- package/dist/es6/ej2-pivotview.es5.js.map +1 -1
- package/dist/global/ej2-pivotview.min.js +2 -2
- package/dist/global/ej2-pivotview.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/base/engine.js +7 -5
- package/src/pivotchart/base/pivotchart.js +16 -6
- package/src/pivotview/actions/virtualscroll.js +2 -2
- package/src/pivotview/renderer/render.js +1 -1
- package/styles/bootstrap-dark.css +1 -1
- package/styles/bootstrap.css +1 -1
- package/styles/bootstrap4.css +1 -1
- package/styles/bootstrap5-dark.css +1 -1
- package/styles/bootstrap5.css +1 -1
- package/styles/fabric-dark.css +1 -1
- package/styles/fabric.css +1 -1
- package/styles/fluent-dark.css +2 -2
- package/styles/fluent.css +2 -2
- package/styles/highcontrast-light.css +1 -1
- package/styles/highcontrast.css +1 -1
- package/styles/material-dark.css +1 -1
- package/styles/material.css +1 -1
- package/styles/pivotfieldlist/_fluent-definition.scss +1 -1
- package/styles/pivotfieldlist/_layout.scss +1 -1
- package/styles/pivotfieldlist/_tailwind-definition.scss +1 -1
- package/styles/pivotfieldlist/bootstrap-dark.css +1 -1
- package/styles/pivotfieldlist/bootstrap.css +1 -1
- package/styles/pivotfieldlist/bootstrap4.css +1 -1
- package/styles/pivotfieldlist/bootstrap5-dark.css +1 -1
- package/styles/pivotfieldlist/bootstrap5.css +1 -1
- package/styles/pivotfieldlist/fabric-dark.css +1 -1
- package/styles/pivotfieldlist/fabric.css +1 -1
- package/styles/pivotfieldlist/fluent-dark.css +2 -2
- package/styles/pivotfieldlist/fluent.css +2 -2
- package/styles/pivotfieldlist/highcontrast-light.css +1 -1
- package/styles/pivotfieldlist/highcontrast.css +1 -1
- package/styles/pivotfieldlist/material-dark.css +1 -1
- package/styles/pivotfieldlist/material.css +1 -1
- package/styles/pivotfieldlist/tailwind-dark.css +2 -2
- package/styles/pivotfieldlist/tailwind.css +2 -2
- package/styles/tailwind-dark.css +2 -2
- package/styles/tailwind.css +2 -2
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 20.2.
|
|
3
|
+
* version : 20.2.39
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-pivotview@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-pivotview@20.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-pivotview@20.2.38",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-teTnfOCRdXz/7//+6qdx0e188/v/JyqpzUZLqpm9wTTeJG4CPTI1d40nZb8fGXEY8iv6TimEHmX7yQFqcFZzsQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-pivotview",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"/@syncfusion/ej2-react-pivotview",
|
|
24
24
|
"/@syncfusion/ej2-vue-pivotview"
|
|
25
25
|
],
|
|
26
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.2.
|
|
27
|
-
"_shasum": "
|
|
26
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-20.2.38.tgz",
|
|
27
|
+
"_shasum": "eae3e4c94e3012d3263bc0b50480dab45fc3307b",
|
|
28
28
|
"_spec": "@syncfusion/ej2-pivotview@*",
|
|
29
29
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
30
30
|
"author": {
|
|
@@ -41,15 +41,15 @@
|
|
|
41
41
|
"@syncfusion/ej2-charts": "~20.2.38",
|
|
42
42
|
"@syncfusion/ej2-compression": "~20.2.38",
|
|
43
43
|
"@syncfusion/ej2-data": "~20.2.38",
|
|
44
|
-
"@syncfusion/ej2-dropdowns": "~20.2.
|
|
45
|
-
"@syncfusion/ej2-excel-export": "~20.2.
|
|
44
|
+
"@syncfusion/ej2-dropdowns": "~20.2.39",
|
|
45
|
+
"@syncfusion/ej2-excel-export": "~20.2.39",
|
|
46
46
|
"@syncfusion/ej2-file-utils": "~20.2.38",
|
|
47
|
-
"@syncfusion/ej2-grids": "~20.2.
|
|
47
|
+
"@syncfusion/ej2-grids": "~20.2.39",
|
|
48
48
|
"@syncfusion/ej2-inputs": "~20.2.38",
|
|
49
|
-
"@syncfusion/ej2-lists": "~20.2.
|
|
50
|
-
"@syncfusion/ej2-navigations": "~20.2.
|
|
49
|
+
"@syncfusion/ej2-lists": "~20.2.39",
|
|
50
|
+
"@syncfusion/ej2-navigations": "~20.2.39",
|
|
51
51
|
"@syncfusion/ej2-pdf-export": "~20.2.38",
|
|
52
|
-
"@syncfusion/ej2-popups": "~20.2.
|
|
52
|
+
"@syncfusion/ej2-popups": "~20.2.39",
|
|
53
53
|
"@syncfusion/ej2-splitbuttons": "~20.2.38",
|
|
54
54
|
"@syncfusion/ej2-svg-base": "~20.2.38"
|
|
55
55
|
},
|
|
@@ -78,6 +78,6 @@
|
|
|
78
78
|
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
79
79
|
},
|
|
80
80
|
"typings": "index.d.ts",
|
|
81
|
-
"version": "20.2.
|
|
81
|
+
"version": "20.2.39",
|
|
82
82
|
"sideEffects": false
|
|
83
83
|
}
|
package/src/base/engine.js
CHANGED
|
@@ -463,7 +463,7 @@ var PivotEngine = /** @class */ (function () {
|
|
|
463
463
|
if (this_1.fields.indexOf(newFieldName) === -1) {
|
|
464
464
|
this_1.fields.push(newFieldName);
|
|
465
465
|
}
|
|
466
|
-
item[this_1.fieldKeys[newFieldName]] = (isInRangeAvail ? undefined : new Date(newDate.setMonth(date.getMonth(),
|
|
466
|
+
item[this_1.fieldKeys[newFieldName]] = (isInRangeAvail ? undefined : new Date(newDate.setMonth(date.getMonth(), 1)).toString());
|
|
467
467
|
}
|
|
468
468
|
break;
|
|
469
469
|
case 'Days':
|
|
@@ -3999,8 +3999,9 @@ var PivotEngine = /** @class */ (function () {
|
|
|
3999
3999
|
for (var _g = 0, indexCollection_2 = indexCollection; _g < indexCollection_2.length; _g++) {
|
|
4000
4000
|
var index = indexCollection_2[_g];
|
|
4001
4001
|
var currentSet = data[index[0]][index[1]];
|
|
4002
|
+
var actualValue = isNullOrUndefined(selectedRowValues[index[1]].actualValue) ? 0 : selectedRowValues[index[1]].actualValue;
|
|
4002
4003
|
// let cVal: number = currentSet.value - (selectedRowValues[index[1]] as IAxisSet).value;
|
|
4003
|
-
var cVal = currentSet.actualValue
|
|
4004
|
+
var cVal = (isNullOrUndefined(currentSet.actualValue) ? 0 : currentSet.actualValue) - actualValue;
|
|
4004
4005
|
cVal = isNaN(cVal) ? 0 : (currentSet.value === 0 && selectedRowValues[index[1]].value === 0) ? 0 : cVal;
|
|
4005
4006
|
if (!this.aggregatedValueMatrix[index[0]]) {
|
|
4006
4007
|
this.aggregatedValueMatrix[index[0]] = [];
|
|
@@ -4012,8 +4013,7 @@ var PivotEngine = /** @class */ (function () {
|
|
|
4012
4013
|
else {
|
|
4013
4014
|
// cVal = ((selectedRowValues[index[1]] as IAxisSet).value === 0 ?
|
|
4014
4015
|
// 0 : (cVal / (selectedRowValues[index[1]] as IAxisSet).value));
|
|
4015
|
-
cVal = (
|
|
4016
|
-
0 : (cVal / selectedRowValues[index[1]].actualValue));
|
|
4016
|
+
cVal = (actualValue === 0 ? 0 : (cVal / actualValue));
|
|
4017
4017
|
this.aggregatedValueMatrix[index[0]][index[1]] = cVal;
|
|
4018
4018
|
currentSet.formattedText = currentSet.showSubTotals ? (cVal !== 0 ? this.globalize.formatNumber(cVal, { format: 'P', maximumFractionDigits: this.getPercentFormat(this.formatFields, currentSet.actualText) }) : this.emptyCellTextContent) : currentSet.formattedText;
|
|
4019
4019
|
}
|
|
@@ -4252,7 +4252,9 @@ var PivotEngine = /** @class */ (function () {
|
|
|
4252
4252
|
activeColumn[cln].valueSort[item.valueSort.levelName] &&
|
|
4253
4253
|
currentSet.axis === 'value' && currentSet.actualText === name_3) {
|
|
4254
4254
|
if (activeColumn[cln].type !== 'grand sum') {
|
|
4255
|
-
|
|
4255
|
+
if (!isNullOrUndefined(currentSet.value)) {
|
|
4256
|
+
cVal += currentSet.value;
|
|
4257
|
+
}
|
|
4256
4258
|
currentSet.formattedText = subTotal ? '' : this.getFormattedValue(cVal, name_3).formattedText;
|
|
4257
4259
|
if (!this.aggregatedValueMatrix[rln]) {
|
|
4258
4260
|
this.aggregatedValueMatrix[rln] = [];
|
|
@@ -1134,14 +1134,14 @@ var PivotChart = /** @class */ (function () {
|
|
|
1134
1134
|
var aggregateType = this.parent.dataType === 'olap' ? '' : this.parent.localeObj.getConstant(measureField.aggregateType);
|
|
1135
1135
|
var measureAggregatedName = (this.parent.dataType === 'olap' ? '' : aggregateType + ' ' +
|
|
1136
1136
|
this.parent.localeObj.getConstant('of') + ' ') + measureField.caption;
|
|
1137
|
-
var formattedText = this.
|
|
1138
|
-
args.text.split('<b>')[1].split('</b>')[0] : this.engineModule.pivotValues[rowIndex][colIndex].formattedText;
|
|
1137
|
+
var formattedText = this.engineModule.pivotValues[rowIndex][colIndex].formattedText;
|
|
1139
1138
|
var formatField = this.engineModule.formatFields[measureField.id];
|
|
1140
|
-
var
|
|
1139
|
+
var valueFormat = this.engineModule.getFormattedValue(args.point.y, measureField.id, formattedText);
|
|
1140
|
+
var formattedValue = (formatField && formatField.format && formatField.format.toLowerCase().match(/n|p|c/) !== null &&
|
|
1141
1141
|
this.chartSettings.useGroupingSeparator) ? this.parent.dataType === 'olap' ?
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
formattedText
|
|
1142
|
+
valueFormat.toString() :
|
|
1143
|
+
valueFormat.formattedText :
|
|
1144
|
+
formattedText;
|
|
1145
1145
|
var columnText = (args.series.name ? args.series.name.split(' | ')[0] : args.data.seriesName.split(' | ')[0]);
|
|
1146
1146
|
var rowText = args.point.x;
|
|
1147
1147
|
if (this.parent.tooltipTemplate && this.parent.getTooltipTemplate() !== undefined || this.chartSettings.tooltip.template) {
|
|
@@ -1470,6 +1470,16 @@ var PivotChart = /** @class */ (function () {
|
|
|
1470
1470
|
args.text = '';
|
|
1471
1471
|
}
|
|
1472
1472
|
}
|
|
1473
|
+
if (args.axis.name !== 'primaryXAxis') {
|
|
1474
|
+
var formatField = this.engineModule.formatFields[args.axis.name];
|
|
1475
|
+
var valueFormat = this.engineModule.getFormattedValue(args.value, args.axis.name, args.text);
|
|
1476
|
+
var formattedValue = ((formatField && formatField.format && formatField.format.toLowerCase().match(/n|p|c/) !== null &&
|
|
1477
|
+
this.chartSettings.useGroupingSeparator) ? this.parent.dataType === 'olap' ?
|
|
1478
|
+
valueFormat.toString() :
|
|
1479
|
+
valueFormat.formattedText :
|
|
1480
|
+
args.value.toString());
|
|
1481
|
+
args.text = formattedValue;
|
|
1482
|
+
}
|
|
1473
1483
|
this.parent.trigger(events.chartAxisLabelRender, args);
|
|
1474
1484
|
};
|
|
1475
1485
|
PivotChart.prototype.multiLevelLabelClick = function (args) {
|
|
@@ -168,7 +168,7 @@ var VirtualScroll = /** @class */ (function () {
|
|
|
168
168
|
this.parent.actionBeginMethod();
|
|
169
169
|
this.parent.showWaitingPopup();
|
|
170
170
|
this.parent.scrollPosObject.vertical = section;
|
|
171
|
-
engine.pageSettings.rowCurrentPage = section > 1 ? section : 1;
|
|
171
|
+
this.parent.pageSettings.rowCurrentPage = engine.pageSettings.rowCurrentPage = section > 1 ? section : 1;
|
|
172
172
|
var rowStartPos_1 = 0;
|
|
173
173
|
this.parent.trigger(events.enginePopulating, args, function (observedArgs) {
|
|
174
174
|
if (_this.parent.dataType === 'pivot') {
|
|
@@ -206,7 +206,7 @@ var VirtualScroll = /** @class */ (function () {
|
|
|
206
206
|
this.parent.showWaitingPopup();
|
|
207
207
|
var pivot_1 = this.parent;
|
|
208
208
|
pivot_1.scrollPosObject.horizontal = section;
|
|
209
|
-
engine.pageSettings.columnCurrentPage = section > 1 ? section : 1;
|
|
209
|
+
this.parent.pageSettings.columnCurrentPage = engine.pageSettings.columnCurrentPage = section > 1 ? section : 1;
|
|
210
210
|
var colStartPos_1 = 0;
|
|
211
211
|
this.parent.trigger(events.enginePopulating, args, function (observedArgs) {
|
|
212
212
|
if (pivot_1.dataType === 'pivot') {
|
|
@@ -1151,7 +1151,7 @@ var Render = /** @class */ (function () {
|
|
|
1151
1151
|
if (cell.isGrandSum || (isGrandSum || this.colGrandPos === Number(tCell.getAttribute('aria-colindex'))) || this.rowGrandPos === Number(tCell.getAttribute('index'))) {
|
|
1152
1152
|
tCell.classList.add('e-gtot');
|
|
1153
1153
|
}
|
|
1154
|
-
else if (this.parent.dataType === 'olap' ? cell.isSum : this.validateColumnTotalcell(
|
|
1154
|
+
else if (this.parent.dataType === 'olap' ? cell.isSum : this.validateColumnTotalcell(cell.colIndex)) {
|
|
1155
1155
|
tCell.classList.add('e-colstot');
|
|
1156
1156
|
}
|
|
1157
1157
|
if (cell.cssClass) {
|
|
@@ -2717,7 +2717,7 @@
|
|
|
2717
2717
|
display: inline-block;
|
|
2718
2718
|
height: 437px;
|
|
2719
2719
|
overflow: auto;
|
|
2720
|
-
width:
|
|
2720
|
+
width: 100% !important;
|
|
2721
2721
|
}
|
|
2722
2722
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
2723
2723
|
display: inline-table;
|
package/styles/bootstrap.css
CHANGED
|
@@ -2714,7 +2714,7 @@
|
|
|
2714
2714
|
display: inline-block;
|
|
2715
2715
|
height: 437px;
|
|
2716
2716
|
overflow: auto;
|
|
2717
|
-
width:
|
|
2717
|
+
width: 100% !important;
|
|
2718
2718
|
}
|
|
2719
2719
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
2720
2720
|
display: inline-table;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -2877,7 +2877,7 @@
|
|
|
2877
2877
|
display: inline-block;
|
|
2878
2878
|
height: 437px;
|
|
2879
2879
|
overflow: auto;
|
|
2880
|
-
width:
|
|
2880
|
+
width: 100% !important;
|
|
2881
2881
|
}
|
|
2882
2882
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
2883
2883
|
display: inline-table;
|
|
@@ -2802,7 +2802,7 @@
|
|
|
2802
2802
|
display: inline-block;
|
|
2803
2803
|
height: 460px;
|
|
2804
2804
|
overflow: auto;
|
|
2805
|
-
width:
|
|
2805
|
+
width: 100% !important;
|
|
2806
2806
|
}
|
|
2807
2807
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
2808
2808
|
display: inline-table;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -2804,7 +2804,7 @@
|
|
|
2804
2804
|
display: inline-block;
|
|
2805
2805
|
height: 460px;
|
|
2806
2806
|
overflow: auto;
|
|
2807
|
-
width:
|
|
2807
|
+
width: 100% !important;
|
|
2808
2808
|
}
|
|
2809
2809
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
2810
2810
|
display: inline-table;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -2714,7 +2714,7 @@
|
|
|
2714
2714
|
display: inline-block;
|
|
2715
2715
|
height: 441px;
|
|
2716
2716
|
overflow: auto;
|
|
2717
|
-
width:
|
|
2717
|
+
width: 100% !important;
|
|
2718
2718
|
}
|
|
2719
2719
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
2720
2720
|
display: inline-table;
|
package/styles/fabric.css
CHANGED
|
@@ -2711,7 +2711,7 @@
|
|
|
2711
2711
|
display: inline-block;
|
|
2712
2712
|
height: 441px;
|
|
2713
2713
|
overflow: auto;
|
|
2714
|
-
width:
|
|
2714
|
+
width: 100% !important;
|
|
2715
2715
|
}
|
|
2716
2716
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
2717
2717
|
display: inline-table;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -2770,9 +2770,9 @@
|
|
|
2770
2770
|
}
|
|
2771
2771
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div {
|
|
2772
2772
|
display: inline-block;
|
|
2773
|
-
height:
|
|
2773
|
+
height: 435px;
|
|
2774
2774
|
overflow: auto;
|
|
2775
|
-
width:
|
|
2775
|
+
width: 100% !important;
|
|
2776
2776
|
}
|
|
2777
2777
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
2778
2778
|
display: inline-table;
|
package/styles/fluent.css
CHANGED
|
@@ -2772,9 +2772,9 @@
|
|
|
2772
2772
|
}
|
|
2773
2773
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div {
|
|
2774
2774
|
display: inline-block;
|
|
2775
|
-
height:
|
|
2775
|
+
height: 435px;
|
|
2776
2776
|
overflow: auto;
|
|
2777
|
-
width:
|
|
2777
|
+
width: 100% !important;
|
|
2778
2778
|
}
|
|
2779
2779
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
2780
2780
|
display: inline-table;
|
|
@@ -2713,7 +2713,7 @@
|
|
|
2713
2713
|
display: inline-block;
|
|
2714
2714
|
height: 441px;
|
|
2715
2715
|
overflow: auto;
|
|
2716
|
-
width:
|
|
2716
|
+
width: 100% !important;
|
|
2717
2717
|
}
|
|
2718
2718
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
2719
2719
|
display: inline-table;
|
package/styles/highcontrast.css
CHANGED
|
@@ -2713,7 +2713,7 @@
|
|
|
2713
2713
|
display: inline-block;
|
|
2714
2714
|
height: 441px;
|
|
2715
2715
|
overflow: auto;
|
|
2716
|
-
width:
|
|
2716
|
+
width: 100% !important;
|
|
2717
2717
|
}
|
|
2718
2718
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
2719
2719
|
display: inline-table;
|
package/styles/material-dark.css
CHANGED
|
@@ -2715,7 +2715,7 @@
|
|
|
2715
2715
|
display: inline-block;
|
|
2716
2716
|
height: 436px;
|
|
2717
2717
|
overflow: auto;
|
|
2718
|
-
width:
|
|
2718
|
+
width: 100% !important;
|
|
2719
2719
|
}
|
|
2720
2720
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
2721
2721
|
display: inline-table;
|
package/styles/material.css
CHANGED
|
@@ -2715,7 +2715,7 @@
|
|
|
2715
2715
|
display: inline-block;
|
|
2716
2716
|
height: 436px;
|
|
2717
2717
|
overflow: auto;
|
|
2718
|
-
width:
|
|
2718
|
+
width: 100% !important;
|
|
2719
2719
|
}
|
|
2720
2720
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
2721
2721
|
display: inline-table;
|
|
@@ -182,7 +182,7 @@ $format-label-bigger-font-size: 14px !default;
|
|
|
182
182
|
$format-preview-height: 28px !default;
|
|
183
183
|
$format-preview-width: 80px !default;
|
|
184
184
|
$olap-tree-wrapper-height: 470px;
|
|
185
|
-
$olap-tree-outer-div-height:
|
|
185
|
+
$olap-tree-outer-div-height: 435px;
|
|
186
186
|
$olap-bigger-tree-wrapper-height: 540px;
|
|
187
187
|
$olap-bigger-tree-outer-div-height: 500px;
|
|
188
188
|
$field-list-text-transform: none !default;
|
|
@@ -181,7 +181,7 @@ $format-label-bigger-font-size: 14px !default;
|
|
|
181
181
|
$format-preview-height: 28px !default;
|
|
182
182
|
$format-preview-width: 80px !default;
|
|
183
183
|
$olap-tree-wrapper-height: 430px;
|
|
184
|
-
$olap-tree-outer-div-height:
|
|
184
|
+
$olap-tree-outer-div-height: 398px;
|
|
185
185
|
$olap-bigger-tree-wrapper-height: 570px;
|
|
186
186
|
$olap-bigger-tree-outer-div-height: 530px;
|
|
187
187
|
$field-list-text-transform: uppercase !default;
|
|
@@ -737,7 +737,7 @@
|
|
|
737
737
|
display: inline-block;
|
|
738
738
|
height: 437px;
|
|
739
739
|
overflow: auto;
|
|
740
|
-
width:
|
|
740
|
+
width: 100% !important;
|
|
741
741
|
}
|
|
742
742
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
743
743
|
display: inline-table;
|
|
@@ -735,7 +735,7 @@
|
|
|
735
735
|
display: inline-block;
|
|
736
736
|
height: 437px;
|
|
737
737
|
overflow: auto;
|
|
738
|
-
width:
|
|
738
|
+
width: 100% !important;
|
|
739
739
|
}
|
|
740
740
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
741
741
|
display: inline-table;
|
|
@@ -750,7 +750,7 @@
|
|
|
750
750
|
display: inline-block;
|
|
751
751
|
height: 437px;
|
|
752
752
|
overflow: auto;
|
|
753
|
-
width:
|
|
753
|
+
width: 100% !important;
|
|
754
754
|
}
|
|
755
755
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
756
756
|
display: inline-table;
|
|
@@ -745,7 +745,7 @@
|
|
|
745
745
|
display: inline-block;
|
|
746
746
|
height: 460px;
|
|
747
747
|
overflow: auto;
|
|
748
|
-
width:
|
|
748
|
+
width: 100% !important;
|
|
749
749
|
}
|
|
750
750
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
751
751
|
display: inline-table;
|
|
@@ -745,7 +745,7 @@
|
|
|
745
745
|
display: inline-block;
|
|
746
746
|
height: 460px;
|
|
747
747
|
overflow: auto;
|
|
748
|
-
width:
|
|
748
|
+
width: 100% !important;
|
|
749
749
|
}
|
|
750
750
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
751
751
|
display: inline-table;
|
|
@@ -736,7 +736,7 @@
|
|
|
736
736
|
display: inline-block;
|
|
737
737
|
height: 441px;
|
|
738
738
|
overflow: auto;
|
|
739
|
-
width:
|
|
739
|
+
width: 100% !important;
|
|
740
740
|
}
|
|
741
741
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
742
742
|
display: inline-table;
|
|
@@ -735,7 +735,7 @@
|
|
|
735
735
|
display: inline-block;
|
|
736
736
|
height: 441px;
|
|
737
737
|
overflow: auto;
|
|
738
|
-
width:
|
|
738
|
+
width: 100% !important;
|
|
739
739
|
}
|
|
740
740
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
741
741
|
display: inline-table;
|
|
@@ -738,9 +738,9 @@
|
|
|
738
738
|
}
|
|
739
739
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div {
|
|
740
740
|
display: inline-block;
|
|
741
|
-
height:
|
|
741
|
+
height: 435px;
|
|
742
742
|
overflow: auto;
|
|
743
|
-
width:
|
|
743
|
+
width: 100% !important;
|
|
744
744
|
}
|
|
745
745
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
746
746
|
display: inline-table;
|
|
@@ -738,9 +738,9 @@
|
|
|
738
738
|
}
|
|
739
739
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div {
|
|
740
740
|
display: inline-block;
|
|
741
|
-
height:
|
|
741
|
+
height: 435px;
|
|
742
742
|
overflow: auto;
|
|
743
|
-
width:
|
|
743
|
+
width: 100% !important;
|
|
744
744
|
}
|
|
745
745
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
746
746
|
display: inline-table;
|
|
@@ -734,7 +734,7 @@
|
|
|
734
734
|
display: inline-block;
|
|
735
735
|
height: 441px;
|
|
736
736
|
overflow: auto;
|
|
737
|
-
width:
|
|
737
|
+
width: 100% !important;
|
|
738
738
|
}
|
|
739
739
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
740
740
|
display: inline-table;
|
|
@@ -734,7 +734,7 @@
|
|
|
734
734
|
display: inline-block;
|
|
735
735
|
height: 441px;
|
|
736
736
|
overflow: auto;
|
|
737
|
-
width:
|
|
737
|
+
width: 100% !important;
|
|
738
738
|
}
|
|
739
739
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
740
740
|
display: inline-table;
|
|
@@ -737,7 +737,7 @@
|
|
|
737
737
|
display: inline-block;
|
|
738
738
|
height: 436px;
|
|
739
739
|
overflow: auto;
|
|
740
|
-
width:
|
|
740
|
+
width: 100% !important;
|
|
741
741
|
}
|
|
742
742
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
743
743
|
display: inline-table;
|
|
@@ -736,7 +736,7 @@
|
|
|
736
736
|
display: inline-block;
|
|
737
737
|
height: 436px;
|
|
738
738
|
overflow: auto;
|
|
739
|
-
width:
|
|
739
|
+
width: 100% !important;
|
|
740
740
|
}
|
|
741
741
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
742
742
|
display: inline-table;
|
|
@@ -753,9 +753,9 @@
|
|
|
753
753
|
}
|
|
754
754
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div {
|
|
755
755
|
display: inline-block;
|
|
756
|
-
height:
|
|
756
|
+
height: 398px;
|
|
757
757
|
overflow: auto;
|
|
758
|
-
width:
|
|
758
|
+
width: 100% !important;
|
|
759
759
|
}
|
|
760
760
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
761
761
|
display: inline-table;
|
|
@@ -754,9 +754,9 @@
|
|
|
754
754
|
}
|
|
755
755
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div {
|
|
756
756
|
display: inline-block;
|
|
757
|
-
height:
|
|
757
|
+
height: 398px;
|
|
758
758
|
overflow: auto;
|
|
759
|
-
width:
|
|
759
|
+
width: 100% !important;
|
|
760
760
|
}
|
|
761
761
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
762
762
|
display: inline-table;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -2800,9 +2800,9 @@
|
|
|
2800
2800
|
}
|
|
2801
2801
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div {
|
|
2802
2802
|
display: inline-block;
|
|
2803
|
-
height:
|
|
2803
|
+
height: 398px;
|
|
2804
2804
|
overflow: auto;
|
|
2805
|
-
width:
|
|
2805
|
+
width: 100% !important;
|
|
2806
2806
|
}
|
|
2807
2807
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
2808
2808
|
display: inline-table;
|
package/styles/tailwind.css
CHANGED
|
@@ -2803,9 +2803,9 @@
|
|
|
2803
2803
|
}
|
|
2804
2804
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div {
|
|
2805
2805
|
display: inline-block;
|
|
2806
|
-
height:
|
|
2806
|
+
height: 398px;
|
|
2807
2807
|
overflow: auto;
|
|
2808
|
-
width:
|
|
2808
|
+
width: 100% !important;
|
|
2809
2809
|
}
|
|
2810
2810
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview {
|
|
2811
2811
|
display: inline-table;
|