@syncfusion/ej2-vue-pivotview 19.2.55 → 19.3.44
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 +25 -0
- package/dist/ej2-vue-pivotview.umd.min.js +2 -11
- package/dist/ej2-vue-pivotview.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es2015.js +51 -3
- package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es5.js +55 -3
- package/dist/es6/ej2-vue-pivotview.es5.js.map +1 -1
- package/dist/global/ej2-vue-pivotview.min.js +10 -0
- package/package.json +8 -8
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +2 -0
- package/src/pivotfieldlist/pivotfieldlist.component.js +28 -2
- package/src/pivotview/pivotview.component.d.ts +2 -0
- package/src/pivotview/pivotview.component.js +28 -2
- package/styles/bootstrap-dark.css +34 -49
- package/styles/bootstrap.css +35 -50
- package/styles/bootstrap4.css +76 -92
- package/styles/bootstrap5-dark.css +8780 -0
- package/styles/bootstrap5-dark.scss +2 -0
- package/styles/bootstrap5.css +8780 -0
- package/styles/bootstrap5.scss +2 -0
- package/styles/fabric-dark.css +38 -52
- package/styles/fabric.css +38 -52
- package/styles/highcontrast-light.css +47 -58
- package/styles/highcontrast.css +40 -51
- package/styles/material-dark.css +49 -64
- package/styles/material.css +37 -52
- package/styles/pivotfieldlist/bootstrap-dark.css +12 -14
- package/styles/pivotfieldlist/bootstrap.css +14 -16
- package/styles/pivotfieldlist/bootstrap4.css +42 -40
- package/styles/pivotfieldlist/bootstrap5-dark.css +6404 -0
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -0
- package/styles/pivotfieldlist/bootstrap5.css +6404 -0
- package/styles/pivotfieldlist/bootstrap5.scss +1 -0
- package/styles/pivotfieldlist/fabric-dark.css +18 -20
- package/styles/pivotfieldlist/fabric.css +18 -20
- package/styles/pivotfieldlist/highcontrast-light.css +18 -20
- package/styles/pivotfieldlist/highcontrast.css +18 -20
- package/styles/pivotfieldlist/material-dark.css +29 -31
- package/styles/pivotfieldlist/material.css +18 -20
- package/styles/pivotfieldlist/tailwind-dark.css +58 -25
- package/styles/pivotfieldlist/tailwind.css +60 -27
- package/styles/pivotview/bootstrap-dark.css +22 -35
- package/styles/pivotview/bootstrap.css +21 -34
- package/styles/pivotview/bootstrap4.css +34 -52
- package/styles/pivotview/bootstrap5-dark.css +2375 -0
- package/styles/pivotview/bootstrap5-dark.scss +1 -0
- package/styles/pivotview/bootstrap5.css +2375 -0
- package/styles/pivotview/bootstrap5.scss +1 -0
- package/styles/pivotview/fabric-dark.css +20 -32
- package/styles/pivotview/fabric.css +20 -32
- package/styles/pivotview/highcontrast-light.css +29 -38
- package/styles/pivotview/highcontrast.css +22 -31
- package/styles/pivotview/material-dark.css +20 -33
- package/styles/pivotview/material.css +19 -32
- package/styles/pivotview/tailwind-dark.css +40 -40
- package/styles/pivotview/tailwind.css +37 -37
- package/styles/tailwind-dark.css +98 -65
- package/styles/tailwind.css +97 -64
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-pivotview@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-pivotview@
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-pivotview@18.15.12",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-xbm9Kh+TJV/rCEyFugljiyvCw9G1CEq3GUTLoDvjWbXT6cNIkmHOtNcTfCR++ADipLn//8oQiK5dIbnOHAwq3Q==",
|
|
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": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-vue-pivotview/-/ej2-vue-pivotview-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-vue-pivotview/-/ej2-vue-pivotview-18.15.12.tgz",
|
|
23
|
+
"_shasum": "0dd3ce86612c7d629209cdfa4f7548a67f616968",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-pivotview@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~19.
|
|
35
|
-
"@syncfusion/ej2-pivotview": "19.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~19.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.3.43",
|
|
35
|
+
"@syncfusion/ej2-pivotview": "19.3.44",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~19.3.43"
|
|
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",
|
|
@@ -61,6 +61,6 @@
|
|
|
61
61
|
"type": "git",
|
|
62
62
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
63
63
|
},
|
|
64
|
-
"version": "19.
|
|
64
|
+
"version": "19.3.44",
|
|
65
65
|
"sideEffects": false
|
|
66
66
|
}
|
|
@@ -23,7 +23,9 @@ export declare class PivotFieldListComponent extends ComponentBase {
|
|
|
23
23
|
};
|
|
24
24
|
tagNameMapper: Object;
|
|
25
25
|
isVue3: boolean;
|
|
26
|
+
templateCollection: any;
|
|
26
27
|
constructor();
|
|
28
|
+
clearTemplate(templateNames?: string[]): any;
|
|
27
29
|
setProperties(prop: any, muteOnChange: boolean): void;
|
|
28
30
|
render(createElement: any): any;
|
|
29
31
|
update(control: Object): void;
|
|
@@ -18,10 +18,10 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
18
18
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
19
19
|
};
|
|
20
20
|
import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';
|
|
21
|
-
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
21
|
+
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
22
22
|
import { PivotFieldList } from '@syncfusion/ej2-pivotview';
|
|
23
23
|
import { Options } from 'vue-class-component';
|
|
24
|
-
export var properties = ['aggregateTypes', 'allowCalculatedField', 'allowDeferLayoutUpdate', 'cssClass', 'dataSourceSettings', 'enablePersistence', 'enableRtl', 'loadOnDemandInMemberEditor', 'locale', 'maxNodeLimitInMemberEditor', 'renderMode', 'showValuesButton', 'spinnerTemplate', 'target', 'aggregateCellInfo', 'aggregateMenuOpen', 'beforeServiceInvoke', 'calculatedFieldCreate', 'created', 'dataBound', 'destroyed', 'enginePopulated', 'enginePopulating', 'fieldDragStart', 'fieldDrop', 'fieldRemove', 'load', 'memberEditorOpen', 'memberFiltering', 'onFieldDropped'];
|
|
24
|
+
export var properties = ['islazyUpdate', 'aggregateTypes', 'allowCalculatedField', 'allowDeferLayoutUpdate', 'cssClass', 'dataSourceSettings', 'enablePersistence', 'enableRtl', 'loadOnDemandInMemberEditor', 'locale', 'maxNodeLimitInMemberEditor', 'renderMode', 'showValuesButton', 'spinnerTemplate', 'target', 'aggregateCellInfo', 'aggregateMenuOpen', 'beforeServiceInvoke', 'calculatedFieldCreate', 'created', 'dataBound', 'destroyed', 'enginePopulated', 'enginePopulating', 'fieldDragStart', 'fieldDrop', 'fieldRemove', 'load', 'memberEditorOpen', 'memberFiltering', 'onFieldDropped'];
|
|
25
25
|
export var modelProps = [];
|
|
26
26
|
export var testProp = getProps({ props: properties });
|
|
27
27
|
export var props = testProp[0];
|
|
@@ -54,8 +54,33 @@ var PivotFieldListComponent = /** @class */ (function (_super) {
|
|
|
54
54
|
_this.bindProperties();
|
|
55
55
|
_this.ej2Instances._setProperties = _this.ej2Instances.setProperties;
|
|
56
56
|
_this.ej2Instances.setProperties = _this.setProperties;
|
|
57
|
+
_this.ej2Instances.clearTemplate = _this.clearTemplate;
|
|
57
58
|
return _this;
|
|
58
59
|
}
|
|
60
|
+
PivotFieldListComponent.prototype.clearTemplate = function (templateNames) {
|
|
61
|
+
if (!templateNames) {
|
|
62
|
+
templateNames = Object.keys(this.templateCollection || {});
|
|
63
|
+
}
|
|
64
|
+
if (templateNames.length && this.templateCollection) {
|
|
65
|
+
for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {
|
|
66
|
+
var tempName = templateNames_1[_i];
|
|
67
|
+
var elementCollection = this.templateCollection[tempName];
|
|
68
|
+
if (elementCollection && elementCollection.length) {
|
|
69
|
+
for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {
|
|
70
|
+
var ele = elementCollection_1[_a];
|
|
71
|
+
var destroy = getValue('__vue__.$destroy', ele);
|
|
72
|
+
if (destroy) {
|
|
73
|
+
ele.__vue__.$destroy();
|
|
74
|
+
}
|
|
75
|
+
if (ele.innerHTML) {
|
|
76
|
+
ele.innerHTML = '';
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
delete this.templateCollection[tempName];
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
};
|
|
59
84
|
PivotFieldListComponent.prototype.setProperties = function (prop, muteOnChange) {
|
|
60
85
|
var _this = this;
|
|
61
86
|
if (this.isVue3) {
|
|
@@ -73,6 +98,7 @@ var PivotFieldListComponent = /** @class */ (function (_super) {
|
|
|
73
98
|
}
|
|
74
99
|
else {
|
|
75
100
|
_this.$emit('update:' + key, prop[key]);
|
|
101
|
+
_this.$emit('modelchanged', prop[key]);
|
|
76
102
|
}
|
|
77
103
|
}
|
|
78
104
|
});
|
|
@@ -23,7 +23,9 @@ export declare class PivotViewComponent extends ComponentBase {
|
|
|
23
23
|
};
|
|
24
24
|
tagNameMapper: Object;
|
|
25
25
|
isVue3: boolean;
|
|
26
|
+
templateCollection: any;
|
|
26
27
|
constructor();
|
|
28
|
+
clearTemplate(templateNames?: string[]): any;
|
|
27
29
|
setProperties(prop: any, muteOnChange: boolean): void;
|
|
28
30
|
render(createElement: any): any;
|
|
29
31
|
chartExport(type: Object, fileName: string, orientation?: Object, width?: number, height?: number): void;
|
|
@@ -18,10 +18,10 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
18
18
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
19
19
|
};
|
|
20
20
|
import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';
|
|
21
|
-
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
21
|
+
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
22
22
|
import { PivotView } from '@syncfusion/ej2-pivotview';
|
|
23
23
|
import { Options } from 'vue-class-component';
|
|
24
|
-
export var properties = ['aggregateTypes', 'allowCalculatedField', 'allowConditionalFormatting', 'allowDataCompression', 'allowDeferLayoutUpdate', 'allowDrillThrough', 'allowExcelExport', 'allowGrouping', 'allowNumberFormatting', 'allowPdfExport', 'cellTemplate', 'chartSettings', 'chartTypes', 'currencyCode', 'dataSourceSettings', 'displayOption', 'editSettings', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableValueSorting', 'enableVirtualization', 'exportAllPages', 'gridSettings', 'groupingBarSettings', 'height', 'hyperlinkSettings', 'loadOnDemandInMemberEditor', 'locale', 'maxNodeLimitInMemberEditor', 'maxRowsInDrillThrough', 'pivotValues', 'showFieldList', 'showGroupingBar', 'showToolbar', 'showTooltip', 'showValuesButton', 'spinnerTemplate', 'toolbar', 'toolbarTemplate', 'tooltipTemplate', 'width', 'aggregateCellInfo', 'aggregateMenuOpen', 'beforeExport', 'beforeServiceInvoke', 'beginDrillThrough', 'calculatedFieldCreate', 'cellClick', 'cellSelected', 'cellSelecting', 'chartSeriesCreated', 'conditionalFormatting', 'created', 'dataBound', 'destroyed', 'drill', 'drillThrough', 'editCompleted', 'enginePopulated', 'enginePopulating', 'fetchReport', 'fieldDragStart', 'fieldDrop', 'fieldListRefreshed', 'fieldRemove', 'hyperlinkCellClick', 'load', 'loadReport', 'memberEditorOpen', 'memberFiltering', 'newReport', 'numberFormatting', 'onFieldDropped', 'onPdfCellRender', 'removeReport', 'renameReport', 'saveReport', 'toolbarClick', 'toolbarRender'];
|
|
24
|
+
export var properties = ['islazyUpdate', 'aggregateTypes', 'allowCalculatedField', 'allowConditionalFormatting', 'allowDataCompression', 'allowDeferLayoutUpdate', 'allowDrillThrough', 'allowExcelExport', 'allowGrouping', 'allowNumberFormatting', 'allowPdfExport', 'cellTemplate', 'chartSettings', 'chartTypes', 'currencyCode', 'dataSourceSettings', 'displayOption', 'editSettings', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableValueSorting', 'enableVirtualization', 'exportAllPages', 'gridSettings', 'groupingBarSettings', 'height', 'hyperlinkSettings', 'loadOnDemandInMemberEditor', 'locale', 'maxNodeLimitInMemberEditor', 'maxRowsInDrillThrough', 'pivotValues', 'showFieldList', 'showGroupingBar', 'showToolbar', 'showTooltip', 'showValuesButton', 'spinnerTemplate', 'toolbar', 'toolbarTemplate', 'tooltipTemplate', 'width', 'aggregateCellInfo', 'aggregateMenuOpen', 'beforeExport', 'beforeServiceInvoke', 'beginDrillThrough', 'calculatedFieldCreate', 'cellClick', 'cellSelected', 'cellSelecting', 'chartSeriesCreated', 'conditionalFormatting', 'created', 'dataBound', 'destroyed', 'drill', 'drillThrough', 'editCompleted', 'enginePopulated', 'enginePopulating', 'fetchReport', 'fieldDragStart', 'fieldDrop', 'fieldListRefreshed', 'fieldRemove', 'hyperlinkCellClick', 'load', 'loadReport', 'memberEditorOpen', 'memberFiltering', 'newReport', 'numberFormatting', 'onFieldDropped', 'onPdfCellRender', 'removeReport', 'renameReport', 'saveReport', 'toolbarClick', 'toolbarRender'];
|
|
25
25
|
export var modelProps = [];
|
|
26
26
|
export var testProp = getProps({ props: properties });
|
|
27
27
|
export var props = testProp[0];
|
|
@@ -54,8 +54,33 @@ var PivotViewComponent = /** @class */ (function (_super) {
|
|
|
54
54
|
_this.bindProperties();
|
|
55
55
|
_this.ej2Instances._setProperties = _this.ej2Instances.setProperties;
|
|
56
56
|
_this.ej2Instances.setProperties = _this.setProperties;
|
|
57
|
+
_this.ej2Instances.clearTemplate = _this.clearTemplate;
|
|
57
58
|
return _this;
|
|
58
59
|
}
|
|
60
|
+
PivotViewComponent.prototype.clearTemplate = function (templateNames) {
|
|
61
|
+
if (!templateNames) {
|
|
62
|
+
templateNames = Object.keys(this.templateCollection || {});
|
|
63
|
+
}
|
|
64
|
+
if (templateNames.length && this.templateCollection) {
|
|
65
|
+
for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {
|
|
66
|
+
var tempName = templateNames_1[_i];
|
|
67
|
+
var elementCollection = this.templateCollection[tempName];
|
|
68
|
+
if (elementCollection && elementCollection.length) {
|
|
69
|
+
for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {
|
|
70
|
+
var ele = elementCollection_1[_a];
|
|
71
|
+
var destroy = getValue('__vue__.$destroy', ele);
|
|
72
|
+
if (destroy) {
|
|
73
|
+
ele.__vue__.$destroy();
|
|
74
|
+
}
|
|
75
|
+
if (ele.innerHTML) {
|
|
76
|
+
ele.innerHTML = '';
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
delete this.templateCollection[tempName];
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
};
|
|
59
84
|
PivotViewComponent.prototype.setProperties = function (prop, muteOnChange) {
|
|
60
85
|
var _this = this;
|
|
61
86
|
if (this.isVue3) {
|
|
@@ -73,6 +98,7 @@ var PivotViewComponent = /** @class */ (function (_super) {
|
|
|
73
98
|
}
|
|
74
99
|
else {
|
|
75
100
|
_this.$emit('update:' + key, prop[key]);
|
|
101
|
+
_this.$emit('modelchanged', prop[key]);
|
|
76
102
|
}
|
|
77
103
|
}
|
|
78
104
|
});
|
|
@@ -268,11 +268,6 @@
|
|
|
268
268
|
padding-top: 20px;
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
-
.e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame {
|
|
272
|
-
height: 18px;
|
|
273
|
-
width: 18px;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
271
|
.e-pivotview .e-group-field-settings .e-group-field-div-content {
|
|
277
272
|
margin-bottom: 10px;
|
|
278
273
|
}
|
|
@@ -288,6 +283,12 @@
|
|
|
288
283
|
padding: 0 20px 10px;
|
|
289
284
|
}
|
|
290
285
|
|
|
286
|
+
.e-pivotview .e-member-editor-dialog .e-editor-search-wrapper .e-clear-icon-hide,
|
|
287
|
+
.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
|
|
288
|
+
display: inline-block;
|
|
289
|
+
visibility: hidden;
|
|
290
|
+
}
|
|
291
|
+
|
|
291
292
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
292
293
|
box-shadow: none;
|
|
293
294
|
margin-left: 10px;
|
|
@@ -321,7 +322,6 @@
|
|
|
321
322
|
|
|
322
323
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container {
|
|
323
324
|
display: inline-table;
|
|
324
|
-
height: 100%;
|
|
325
325
|
width: 100%;
|
|
326
326
|
}
|
|
327
327
|
|
|
@@ -366,7 +366,7 @@
|
|
|
366
366
|
}
|
|
367
367
|
|
|
368
368
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
369
|
-
height:
|
|
369
|
+
height: 154px;
|
|
370
370
|
}
|
|
371
371
|
|
|
372
372
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-editor-label-wrapper,
|
|
@@ -659,11 +659,6 @@
|
|
|
659
659
|
width: 49%;
|
|
660
660
|
}
|
|
661
661
|
|
|
662
|
-
.e-pivotview .e-pivotchart-type-dialog .e-icons.e-frame {
|
|
663
|
-
height: 20px;
|
|
664
|
-
width: 20px;
|
|
665
|
-
}
|
|
666
|
-
|
|
667
662
|
.e-pivotview .e-pivot-format-dialog {
|
|
668
663
|
max-height: 500px !important;
|
|
669
664
|
max-width: 350px;
|
|
@@ -692,6 +687,9 @@
|
|
|
692
687
|
.e-pivotview .e-pivot-toolbar {
|
|
693
688
|
border-bottom: 0;
|
|
694
689
|
border-style: solid;
|
|
690
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
691
|
+
border-left: 1px solid rgba(255, 255, 255, 0.12);
|
|
692
|
+
border-right: 1px solid rgba(255, 255, 255, 0.12);
|
|
695
693
|
}
|
|
696
694
|
|
|
697
695
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
@@ -707,6 +705,7 @@
|
|
|
707
705
|
.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
708
706
|
.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
|
|
709
707
|
height: 40px;
|
|
708
|
+
overflow: hidden;
|
|
710
709
|
padding-left: 10px;
|
|
711
710
|
}
|
|
712
711
|
|
|
@@ -763,7 +762,7 @@
|
|
|
763
762
|
|
|
764
763
|
.e-mdx-query-content {
|
|
765
764
|
background-color: #6e6e6e;
|
|
766
|
-
color: #
|
|
765
|
+
color: #858585;
|
|
767
766
|
font-size: 14px;
|
|
768
767
|
font-weight: 500;
|
|
769
768
|
height: 200px;
|
|
@@ -850,7 +849,7 @@
|
|
|
850
849
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
851
850
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
852
851
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
853
|
-
height:
|
|
852
|
+
height: 136px;
|
|
854
853
|
}
|
|
855
854
|
|
|
856
855
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-wrapper .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
@@ -887,7 +886,7 @@
|
|
|
887
886
|
|
|
888
887
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
889
888
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
890
|
-
height:
|
|
889
|
+
height: 113px !important;
|
|
891
890
|
}
|
|
892
891
|
|
|
893
892
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
@@ -949,17 +948,16 @@
|
|
|
949
948
|
top: 0;
|
|
950
949
|
}
|
|
951
950
|
|
|
951
|
+
.e-bigger .e-pivotview .e-value-field-settings,
|
|
952
|
+
.e-bigger.e-pivotview .e-value-field-settings {
|
|
953
|
+
max-height: 510px !important;
|
|
954
|
+
}
|
|
955
|
+
|
|
952
956
|
.e-bigger .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer,
|
|
953
957
|
.e-bigger.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
954
958
|
padding: 0 20px 10px;
|
|
955
959
|
}
|
|
956
960
|
|
|
957
|
-
.e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame,
|
|
958
|
-
.e-bigger.e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame {
|
|
959
|
-
height: 22px;
|
|
960
|
-
width: 22px;
|
|
961
|
-
}
|
|
962
|
-
|
|
963
961
|
.e-bigger .e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
964
962
|
.e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-label,
|
|
965
963
|
.e-bigger.e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
@@ -1058,12 +1056,6 @@
|
|
|
1058
1056
|
margin-top: 8px;
|
|
1059
1057
|
}
|
|
1060
1058
|
|
|
1061
|
-
.e-bigger .e-pivotchart-type-dialog .e-icons.e-frame,
|
|
1062
|
-
.e-bigger.e-pivotchart-type-dialog .e-icons.e-frame {
|
|
1063
|
-
height: 22px;
|
|
1064
|
-
width: 22px;
|
|
1065
|
-
}
|
|
1066
|
-
|
|
1067
1059
|
/*! PivotView theme */
|
|
1068
1060
|
.e-pivotview .e-nextspan {
|
|
1069
1061
|
display: inline-block;
|
|
@@ -1208,7 +1200,7 @@
|
|
|
1208
1200
|
|
|
1209
1201
|
.e-pivotview .e-sortfilterdiv {
|
|
1210
1202
|
float: right;
|
|
1211
|
-
margin: -
|
|
1203
|
+
margin: -23px 0px !important;
|
|
1212
1204
|
}
|
|
1213
1205
|
|
|
1214
1206
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
@@ -1274,7 +1266,6 @@
|
|
|
1274
1266
|
}
|
|
1275
1267
|
|
|
1276
1268
|
.e-pivotview .e-headercelldiv.e-cellvalue {
|
|
1277
|
-
float: left;
|
|
1278
1269
|
margin-left: 0px;
|
|
1279
1270
|
}
|
|
1280
1271
|
|
|
@@ -1806,10 +1797,6 @@
|
|
|
1806
1797
|
padding-bottom: 7px;
|
|
1807
1798
|
}
|
|
1808
1799
|
|
|
1809
|
-
.e-pivotview .e-chart-grouping-bar .e-axis-row {
|
|
1810
|
-
height: 50% !important;
|
|
1811
|
-
}
|
|
1812
|
-
|
|
1813
1800
|
.e-pivotview .e-chart-grouping-bar .e-axis-value {
|
|
1814
1801
|
height: auto !important;
|
|
1815
1802
|
padding-left: 6px;
|
|
@@ -1832,7 +1819,7 @@
|
|
|
1832
1819
|
padding-bottom: 7px;
|
|
1833
1820
|
}
|
|
1834
1821
|
|
|
1835
|
-
.e-pivotview .e-icons {
|
|
1822
|
+
.e-pivotview .e-icons:not(.e-frame) {
|
|
1836
1823
|
height: auto;
|
|
1837
1824
|
width: auto;
|
|
1838
1825
|
}
|
|
@@ -2283,7 +2270,7 @@
|
|
|
2283
2270
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2284
2271
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container,
|
|
2285
2272
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2286
|
-
height:
|
|
2273
|
+
height: 136px;
|
|
2287
2274
|
}
|
|
2288
2275
|
|
|
2289
2276
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
@@ -3512,7 +3499,6 @@
|
|
|
3512
3499
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-editor-container,
|
|
3513
3500
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-container {
|
|
3514
3501
|
display: inline-table;
|
|
3515
|
-
height: 100%;
|
|
3516
3502
|
width: 100%;
|
|
3517
3503
|
}
|
|
3518
3504
|
|
|
@@ -3910,6 +3896,12 @@
|
|
|
3910
3896
|
padding: 0 20px 10px;
|
|
3911
3897
|
}
|
|
3912
3898
|
|
|
3899
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-editor-search-container .e-clear-icon-hide,
|
|
3900
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
|
|
3901
|
+
display: inline-block;
|
|
3902
|
+
visibility: hidden;
|
|
3903
|
+
}
|
|
3904
|
+
|
|
3913
3905
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container-outer-div,
|
|
3914
3906
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
3915
3907
|
display: inline-block;
|
|
@@ -3922,7 +3914,6 @@
|
|
|
3922
3914
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container,
|
|
3923
3915
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container {
|
|
3924
3916
|
display: inline-table;
|
|
3925
|
-
height: 100%;
|
|
3926
3917
|
width: 100%;
|
|
3927
3918
|
}
|
|
3928
3919
|
|
|
@@ -4524,6 +4515,11 @@
|
|
|
4524
4515
|
margin: 0 6px 0 0;
|
|
4525
4516
|
}
|
|
4526
4517
|
|
|
4518
|
+
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4519
|
+
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4520
|
+
height: 99px !important;
|
|
4521
|
+
}
|
|
4522
|
+
|
|
4527
4523
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
4528
4524
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-value-filter,
|
|
4529
4525
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
@@ -4720,7 +4716,7 @@
|
|
|
4720
4716
|
|
|
4721
4717
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4722
4718
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4723
|
-
height: 99px;
|
|
4719
|
+
height: 99px !important;
|
|
4724
4720
|
}
|
|
4725
4721
|
|
|
4726
4722
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
@@ -4981,7 +4977,6 @@
|
|
|
4981
4977
|
|
|
4982
4978
|
.e-pivotfieldlist-wrapper .e-title-header .e-title-content {
|
|
4983
4979
|
font-size: 18px;
|
|
4984
|
-
line-height: 0;
|
|
4985
4980
|
-ms-flex: auto;
|
|
4986
4981
|
flex: auto;
|
|
4987
4982
|
}
|
|
@@ -6238,11 +6233,6 @@
|
|
|
6238
6233
|
transform: rotateX(0deg) rotateY(180deg);
|
|
6239
6234
|
}
|
|
6240
6235
|
|
|
6241
|
-
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-checkbox-wrapper .e-icons {
|
|
6242
|
-
height: 18px;
|
|
6243
|
-
width: 18px;
|
|
6244
|
-
}
|
|
6245
|
-
|
|
6246
6236
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div.e-olap-calc-outer-div {
|
|
6247
6237
|
max-height: 350px;
|
|
6248
6238
|
overflow: hidden;
|
|
@@ -7708,11 +7698,6 @@
|
|
|
7708
7698
|
transform: rotateX(0deg) rotateY(180deg);
|
|
7709
7699
|
}
|
|
7710
7700
|
|
|
7711
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-checkbox-wrapper .e-icons {
|
|
7712
|
-
height: 18px;
|
|
7713
|
-
width: 18px;
|
|
7714
|
-
}
|
|
7715
|
-
|
|
7716
7701
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div.e-olap-calc-outer-div {
|
|
7717
7702
|
max-height: 350px;
|
|
7718
7703
|
overflow: hidden;
|