@syncfusion/ej2-vue-pivotview 20.4.44 → 20.4.50
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 +10 -0
- package/dist/ej2-vue-pivotview.umd.min.js +2 -2
- package/dist/ej2-vue-pivotview.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es2015.js +0 -9
- package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es5.js +0 -9
- package/dist/es6/ej2-vue-pivotview.es5.js.map +1 -1
- package/dist/global/ej2-vue-pivotview.min.js +2 -2
- package/package.json +8 -8
- package/src/pivotview/pivotview.component.d.ts +0 -3
- package/src/pivotview/pivotview.component.js +0 -9
- package/styles/bootstrap-dark.css +3 -0
- package/styles/bootstrap.css +3 -0
- package/styles/bootstrap4.css +6 -0
- package/styles/bootstrap5-dark.css +3 -0
- package/styles/bootstrap5.css +3 -0
- package/styles/fabric-dark.css +7 -0
- package/styles/fabric.css +7 -0
- package/styles/fluent-dark.css +3 -0
- package/styles/fluent.css +3 -0
- package/styles/highcontrast-light.css +7 -0
- package/styles/highcontrast.css +7 -0
- package/styles/material-dark.css +3 -0
- package/styles/material.css +3 -0
- package/styles/pivotview/bootstrap-dark.css +3 -0
- package/styles/pivotview/bootstrap.css +3 -0
- package/styles/pivotview/bootstrap4.css +6 -0
- package/styles/pivotview/bootstrap5-dark.css +3 -0
- package/styles/pivotview/bootstrap5.css +3 -0
- package/styles/pivotview/fabric-dark.css +7 -0
- package/styles/pivotview/fabric.css +7 -0
- package/styles/pivotview/fluent-dark.css +3 -0
- package/styles/pivotview/fluent.css +3 -0
- package/styles/pivotview/highcontrast-light.css +7 -0
- package/styles/pivotview/highcontrast.css +7 -0
- package/styles/pivotview/material-dark.css +3 -0
- package/styles/pivotview/material.css +3 -0
- package/styles/pivotview/tailwind-dark.css +3 -0
- package/styles/pivotview/tailwind.css +3 -0
- package/styles/tailwind-dark.css +3 -0
- package/styles/tailwind.css +3 -0
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-pivotview@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-pivotview@20.4.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-pivotview@20.4.48",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-YdhmKtA/l7pI6NtqGXMZyBPSAfu5aAIIn0MEmGLbHm1d402s7Ma61FxTua+8+VDeicUHr+TLt14cI29s3Ghx9Q==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-pivotview",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pivotview/-/ej2-vue-pivotview-20.4.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pivotview/-/ej2-vue-pivotview-20.4.48.tgz",
|
|
23
|
+
"_shasum": "c8fd7cf032c20b448ace41dc43519b6755c82f8c",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-pivotview@*",
|
|
25
25
|
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.4.
|
|
35
|
-
"@syncfusion/ej2-pivotview": "20.4.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~20.4.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.4.48",
|
|
35
|
+
"@syncfusion/ej2-pivotview": "20.4.50",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.4.48"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Vue",
|
|
@@ -56,6 +56,6 @@
|
|
|
56
56
|
"scripts": {
|
|
57
57
|
"postinstall": "node ../ej2-vue-base/postinstall.js"
|
|
58
58
|
},
|
|
59
|
-
"version": "20.4.
|
|
59
|
+
"version": "20.4.50",
|
|
60
60
|
"sideEffects": false
|
|
61
61
|
}
|
|
@@ -32,15 +32,12 @@ export declare class PivotViewComponent extends ComponentBase {
|
|
|
32
32
|
createCalculatedFieldDialog(): void;
|
|
33
33
|
csvExport(excelExportProperties?: Object, isMultipleExport?: boolean, workbook?: any, isBlob?: boolean): void;
|
|
34
34
|
excelExport(excelExportProperties?: Object, isMultipleExport?: boolean, workbook?: any, isBlob?: boolean): void;
|
|
35
|
-
getCellTemplate(): Object;
|
|
36
|
-
getRowText(rowIndex: number, colIndex: number): string;
|
|
37
35
|
loadPersistData(persistData: string): void;
|
|
38
36
|
pdfExport(pdfExportProperties?: Object, isMultipleExport?: boolean, pdfDoc?: Object, isBlob?: boolean, exportBothTableAndChart?: boolean): Object;
|
|
39
37
|
printChart(): void;
|
|
40
38
|
refresh(): void;
|
|
41
39
|
showConditionalFormattingDialog(): void;
|
|
42
40
|
showNumberFormattingDialog(): void;
|
|
43
|
-
templateParser(template: string): Object;
|
|
44
41
|
}
|
|
45
42
|
export declare const PivotViewPlugin: {
|
|
46
43
|
name: string;
|
|
@@ -128,12 +128,6 @@ var PivotViewComponent = /** @class */ (function (_super) {
|
|
|
128
128
|
PivotViewComponent.prototype.excelExport = function (excelExportProperties, isMultipleExport, workbook, isBlob) {
|
|
129
129
|
return this.ej2Instances.excelExport(excelExportProperties, isMultipleExport, workbook, isBlob);
|
|
130
130
|
};
|
|
131
|
-
PivotViewComponent.prototype.getCellTemplate = function () {
|
|
132
|
-
return this.ej2Instances.getCellTemplate();
|
|
133
|
-
};
|
|
134
|
-
PivotViewComponent.prototype.getRowText = function (rowIndex, colIndex) {
|
|
135
|
-
return this.ej2Instances.getRowText(rowIndex, colIndex);
|
|
136
|
-
};
|
|
137
131
|
PivotViewComponent.prototype.loadPersistData = function (persistData) {
|
|
138
132
|
return this.ej2Instances.loadPersistData(persistData);
|
|
139
133
|
};
|
|
@@ -152,9 +146,6 @@ var PivotViewComponent = /** @class */ (function (_super) {
|
|
|
152
146
|
PivotViewComponent.prototype.showNumberFormattingDialog = function () {
|
|
153
147
|
return this.ej2Instances.showNumberFormattingDialog();
|
|
154
148
|
};
|
|
155
|
-
PivotViewComponent.prototype.templateParser = function (template) {
|
|
156
|
-
return this.ej2Instances.templateParser(template);
|
|
157
|
-
};
|
|
158
149
|
PivotViewComponent = __decorate([
|
|
159
150
|
EJComponentDecorator({
|
|
160
151
|
props: properties
|
package/styles/bootstrap.css
CHANGED
package/styles/bootstrap4.css
CHANGED
|
@@ -596,6 +596,9 @@
|
|
|
596
596
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
597
597
|
background: #6c757d;
|
|
598
598
|
}
|
|
599
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
600
|
+
background: #6c757d;
|
|
601
|
+
}
|
|
599
602
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
600
603
|
font-size: 16px;
|
|
601
604
|
}
|
|
@@ -2164,6 +2167,9 @@
|
|
|
2164
2167
|
.e-pivotview .e-component-disable {
|
|
2165
2168
|
display: none !important;
|
|
2166
2169
|
}
|
|
2170
|
+
.e-pivotview .e-pivotchart.e-chart {
|
|
2171
|
+
overflow: visible !important;
|
|
2172
|
+
}
|
|
2167
2173
|
|
|
2168
2174
|
.e-pivottooltipwrap,
|
|
2169
2175
|
.e-pivottooltip-container {
|
package/styles/bootstrap5.css
CHANGED
package/styles/fabric-dark.css
CHANGED
|
@@ -582,6 +582,10 @@
|
|
|
582
582
|
margin-right: 0;
|
|
583
583
|
font-size: 16px;
|
|
584
584
|
}
|
|
585
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
|
|
586
|
+
padding-right: 0 !important;
|
|
587
|
+
padding-left: 0 !important;
|
|
588
|
+
}
|
|
585
589
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
586
590
|
margin-left: 18px !important;
|
|
587
591
|
/* stylelint-enable */
|
|
@@ -2052,6 +2056,9 @@
|
|
|
2052
2056
|
.e-pivotview .e-component-disable {
|
|
2053
2057
|
display: none !important;
|
|
2054
2058
|
}
|
|
2059
|
+
.e-pivotview .e-pivotchart.e-chart {
|
|
2060
|
+
overflow: visible !important;
|
|
2061
|
+
}
|
|
2055
2062
|
|
|
2056
2063
|
.e-pivottooltipwrap,
|
|
2057
2064
|
.e-pivottooltip-container {
|
package/styles/fabric.css
CHANGED
|
@@ -579,6 +579,10 @@
|
|
|
579
579
|
margin-right: 0;
|
|
580
580
|
font-size: 16px;
|
|
581
581
|
}
|
|
582
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
|
|
583
|
+
padding-right: 0 !important;
|
|
584
|
+
padding-left: 0 !important;
|
|
585
|
+
}
|
|
582
586
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
583
587
|
margin-left: 18px !important;
|
|
584
588
|
/* stylelint-enable */
|
|
@@ -2053,6 +2057,9 @@
|
|
|
2053
2057
|
.e-pivotview .e-component-disable {
|
|
2054
2058
|
display: none !important;
|
|
2055
2059
|
}
|
|
2060
|
+
.e-pivotview .e-pivotchart.e-chart {
|
|
2061
|
+
overflow: visible !important;
|
|
2062
|
+
}
|
|
2056
2063
|
|
|
2057
2064
|
.e-pivottooltipwrap,
|
|
2058
2065
|
.e-pivottooltip-container {
|
package/styles/fluent-dark.css
CHANGED
package/styles/fluent.css
CHANGED
|
@@ -578,6 +578,10 @@
|
|
|
578
578
|
margin-right: 0;
|
|
579
579
|
font-size: 16px;
|
|
580
580
|
}
|
|
581
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
|
|
582
|
+
padding-right: 0 !important;
|
|
583
|
+
padding-left: 0 !important;
|
|
584
|
+
}
|
|
581
585
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
582
586
|
margin-left: 18px !important;
|
|
583
587
|
/* stylelint-enable */
|
|
@@ -2045,6 +2049,9 @@
|
|
|
2045
2049
|
.e-pivotview .e-component-disable {
|
|
2046
2050
|
display: none !important;
|
|
2047
2051
|
}
|
|
2052
|
+
.e-pivotview .e-pivotchart.e-chart {
|
|
2053
|
+
overflow: visible !important;
|
|
2054
|
+
}
|
|
2048
2055
|
|
|
2049
2056
|
.e-pivottooltipwrap,
|
|
2050
2057
|
.e-pivottooltip-container {
|
package/styles/highcontrast.css
CHANGED
|
@@ -578,6 +578,10 @@
|
|
|
578
578
|
margin-right: 0;
|
|
579
579
|
font-size: 16px;
|
|
580
580
|
}
|
|
581
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
|
|
582
|
+
padding-right: 0 !important;
|
|
583
|
+
padding-left: 0 !important;
|
|
584
|
+
}
|
|
581
585
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
582
586
|
margin-left: 18px !important;
|
|
583
587
|
/* stylelint-enable */
|
|
@@ -2045,6 +2049,9 @@
|
|
|
2045
2049
|
.e-pivotview .e-component-disable {
|
|
2046
2050
|
display: none !important;
|
|
2047
2051
|
}
|
|
2052
|
+
.e-pivotview .e-pivotchart.e-chart {
|
|
2053
|
+
overflow: visible !important;
|
|
2054
|
+
}
|
|
2048
2055
|
|
|
2049
2056
|
.e-pivottooltipwrap,
|
|
2050
2057
|
.e-pivottooltip-container {
|
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
|
@@ -596,6 +596,9 @@
|
|
|
596
596
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
597
597
|
background: #6c757d;
|
|
598
598
|
}
|
|
599
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
600
|
+
background: #6c757d;
|
|
601
|
+
}
|
|
599
602
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
600
603
|
font-size: 16px;
|
|
601
604
|
}
|
|
@@ -2164,6 +2167,9 @@
|
|
|
2164
2167
|
.e-pivotview .e-component-disable {
|
|
2165
2168
|
display: none !important;
|
|
2166
2169
|
}
|
|
2170
|
+
.e-pivotview .e-pivotchart.e-chart {
|
|
2171
|
+
overflow: visible !important;
|
|
2172
|
+
}
|
|
2167
2173
|
|
|
2168
2174
|
.e-pivottooltipwrap,
|
|
2169
2175
|
.e-pivottooltip-container {
|
|
@@ -582,6 +582,10 @@
|
|
|
582
582
|
margin-right: 0;
|
|
583
583
|
font-size: 16px;
|
|
584
584
|
}
|
|
585
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
|
|
586
|
+
padding-right: 0 !important;
|
|
587
|
+
padding-left: 0 !important;
|
|
588
|
+
}
|
|
585
589
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
586
590
|
margin-left: 18px !important;
|
|
587
591
|
/* stylelint-enable */
|
|
@@ -2052,6 +2056,9 @@
|
|
|
2052
2056
|
.e-pivotview .e-component-disable {
|
|
2053
2057
|
display: none !important;
|
|
2054
2058
|
}
|
|
2059
|
+
.e-pivotview .e-pivotchart.e-chart {
|
|
2060
|
+
overflow: visible !important;
|
|
2061
|
+
}
|
|
2055
2062
|
|
|
2056
2063
|
.e-pivottooltipwrap,
|
|
2057
2064
|
.e-pivottooltip-container {
|
|
@@ -579,6 +579,10 @@
|
|
|
579
579
|
margin-right: 0;
|
|
580
580
|
font-size: 16px;
|
|
581
581
|
}
|
|
582
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
|
|
583
|
+
padding-right: 0 !important;
|
|
584
|
+
padding-left: 0 !important;
|
|
585
|
+
}
|
|
582
586
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
583
587
|
margin-left: 18px !important;
|
|
584
588
|
/* stylelint-enable */
|
|
@@ -2053,6 +2057,9 @@
|
|
|
2053
2057
|
.e-pivotview .e-component-disable {
|
|
2054
2058
|
display: none !important;
|
|
2055
2059
|
}
|
|
2060
|
+
.e-pivotview .e-pivotchart.e-chart {
|
|
2061
|
+
overflow: visible !important;
|
|
2062
|
+
}
|
|
2056
2063
|
|
|
2057
2064
|
.e-pivottooltipwrap,
|
|
2058
2065
|
.e-pivottooltip-container {
|
|
@@ -578,6 +578,10 @@
|
|
|
578
578
|
margin-right: 0;
|
|
579
579
|
font-size: 16px;
|
|
580
580
|
}
|
|
581
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
|
|
582
|
+
padding-right: 0 !important;
|
|
583
|
+
padding-left: 0 !important;
|
|
584
|
+
}
|
|
581
585
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
582
586
|
margin-left: 18px !important;
|
|
583
587
|
/* stylelint-enable */
|
|
@@ -2045,6 +2049,9 @@
|
|
|
2045
2049
|
.e-pivotview .e-component-disable {
|
|
2046
2050
|
display: none !important;
|
|
2047
2051
|
}
|
|
2052
|
+
.e-pivotview .e-pivotchart.e-chart {
|
|
2053
|
+
overflow: visible !important;
|
|
2054
|
+
}
|
|
2048
2055
|
|
|
2049
2056
|
.e-pivottooltipwrap,
|
|
2050
2057
|
.e-pivottooltip-container {
|
|
@@ -578,6 +578,10 @@
|
|
|
578
578
|
margin-right: 0;
|
|
579
579
|
font-size: 16px;
|
|
580
580
|
}
|
|
581
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
|
|
582
|
+
padding-right: 0 !important;
|
|
583
|
+
padding-left: 0 !important;
|
|
584
|
+
}
|
|
581
585
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
582
586
|
margin-left: 18px !important;
|
|
583
587
|
/* stylelint-enable */
|
|
@@ -2045,6 +2049,9 @@
|
|
|
2045
2049
|
.e-pivotview .e-component-disable {
|
|
2046
2050
|
display: none !important;
|
|
2047
2051
|
}
|
|
2052
|
+
.e-pivotview .e-pivotchart.e-chart {
|
|
2053
|
+
overflow: visible !important;
|
|
2054
|
+
}
|
|
2048
2055
|
|
|
2049
2056
|
.e-pivottooltipwrap,
|
|
2050
2057
|
.e-pivottooltip-container {
|
package/styles/tailwind-dark.css
CHANGED
package/styles/tailwind.css
CHANGED