@syncfusion/ej2-angular-pivotview 20.4.38-ngcc → 20.4.38
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/README.md +36 -121
- package/esm2020/public_api.mjs +3 -0
- package/esm2020/src/index.mjs +8 -0
- package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +23 -0
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +66 -0
- package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +25 -0
- package/esm2020/src/pivotview/pivotview-all.module.mjs +65 -0
- package/esm2020/src/pivotview/pivotview.component.mjs +157 -0
- package/esm2020/src/pivotview/pivotview.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-pivotview.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +347 -0
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +347 -0
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
- package/package.json +32 -60
- package/schematics/utils/lib-details.d.ts +2 -2
- package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +6 -0
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +3 -0
- package/src/pivotfieldlist/pivotfieldlist.module.d.ts +6 -0
- package/src/pivotview/pivotview-all.module.d.ts +6 -0
- package/src/pivotview/pivotview.component.d.ts +3 -0
- package/src/pivotview/pivotview.module.d.ts +6 -0
- package/styles/bootstrap-dark.css +8 -13
- package/styles/bootstrap.css +9 -14
- package/styles/bootstrap4.css +11 -22
- package/styles/bootstrap5-dark.css +14 -21
- package/styles/bootstrap5.css +14 -21
- package/styles/fabric-dark.css +12 -37
- package/styles/fabric.css +12 -40
- package/styles/fluent-dark.css +24 -42
- package/styles/fluent.css +24 -42
- package/styles/highcontrast-light.css +10 -27
- package/styles/highcontrast.css +10 -27
- package/styles/material-dark.css +8 -17
- package/styles/material.css +8 -23
- package/styles/pivotfieldlist/_all.scss +2 -0
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +240 -0
- package/styles/pivotfieldlist/_bootstrap-definition.scss +194 -0
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +194 -0
- package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +198 -0
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +200 -0
- package/styles/pivotfieldlist/_fabric-definition.scss +194 -0
- package/styles/pivotfieldlist/_fluent-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_fluent-definition.scss +198 -0
- package/styles/pivotfieldlist/_fusionnew-definition.scss +197 -0
- package/styles/pivotfieldlist/_highcontrast-definition.scss +195 -0
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +195 -0
- package/styles/pivotfieldlist/_layout.scss +1899 -0
- package/styles/pivotfieldlist/_material-dark-definition.scss +195 -0
- package/styles/pivotfieldlist/_material-definition.scss +195 -0
- package/styles/pivotfieldlist/_material3-definition.scss +198 -0
- package/styles/pivotfieldlist/_tailwind-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_tailwind-definition.scss +198 -0
- package/styles/pivotfieldlist/_theme.scss +1938 -0
- package/styles/pivotfieldlist/bootstrap-dark.css +2 -8
- package/styles/pivotfieldlist/bootstrap-dark.scss +4 -1
- package/styles/pivotfieldlist/bootstrap.css +3 -9
- package/styles/pivotfieldlist/bootstrap.scss +4 -1
- package/styles/pivotfieldlist/bootstrap4.css +3 -9
- package/styles/pivotfieldlist/bootstrap4.scss +4 -1
- package/styles/pivotfieldlist/bootstrap5-dark.css +3 -15
- package/styles/pivotfieldlist/bootstrap5-dark.scss +4 -1
- package/styles/pivotfieldlist/bootstrap5.css +3 -15
- package/styles/pivotfieldlist/bootstrap5.scss +4 -1
- package/styles/pivotfieldlist/fabric-dark.css +4 -19
- package/styles/pivotfieldlist/fabric-dark.scss +4 -1
- package/styles/pivotfieldlist/fabric.css +4 -19
- package/styles/pivotfieldlist/fabric.scss +4 -1
- package/styles/pivotfieldlist/fluent-dark.css +7 -19
- package/styles/pivotfieldlist/fluent-dark.scss +4 -1
- package/styles/pivotfieldlist/fluent.css +7 -19
- package/styles/pivotfieldlist/fluent.scss +4 -1
- package/styles/pivotfieldlist/highcontrast-light.css +4 -19
- package/styles/pivotfieldlist/highcontrast-light.scss +4 -1
- package/styles/pivotfieldlist/highcontrast.css +4 -19
- package/styles/pivotfieldlist/highcontrast.scss +4 -1
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +359 -0
- package/styles/pivotfieldlist/icons/_bootstrap.scss +359 -0
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +359 -0
- package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +1 -0
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +358 -0
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +359 -0
- package/styles/pivotfieldlist/icons/_fabric.scss +359 -0
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +1 -0
- package/styles/pivotfieldlist/icons/_fluent.scss +358 -0
- package/styles/pivotfieldlist/icons/_fusionnew.scss +353 -0
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +358 -0
- package/styles/pivotfieldlist/icons/_highcontrast.scss +358 -0
- package/styles/pivotfieldlist/icons/_material-dark.scss +359 -0
- package/styles/pivotfieldlist/icons/_material.scss +358 -0
- package/styles/pivotfieldlist/icons/_material3.scss +353 -0
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +357 -0
- package/styles/pivotfieldlist/icons/_tailwind.scss +357 -0
- package/styles/pivotfieldlist/material-dark.css +2 -12
- package/styles/pivotfieldlist/material-dark.scss +4 -1
- package/styles/pivotfieldlist/material.css +2 -12
- package/styles/pivotfieldlist/material.scss +4 -1
- package/styles/pivotfieldlist/tailwind-dark.css +3 -15
- package/styles/pivotfieldlist/tailwind-dark.scss +4 -1
- package/styles/pivotfieldlist/tailwind.css +3 -15
- package/styles/pivotfieldlist/tailwind.scss +4 -1
- package/styles/pivotview/_all.scss +2 -0
- package/styles/pivotview/_bootstrap-dark-definition.scss +160 -0
- package/styles/pivotview/_bootstrap-definition.scss +157 -0
- package/styles/pivotview/_bootstrap4-definition.scss +157 -0
- package/styles/pivotview/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pivotview/_bootstrap5-definition.scss +162 -0
- package/styles/pivotview/_fabric-dark-definition.scss +159 -0
- package/styles/pivotview/_fabric-definition.scss +156 -0
- package/styles/pivotview/_fluent-dark-definition.scss +1 -0
- package/styles/pivotview/_fluent-definition.scss +162 -0
- package/styles/pivotview/_fusionnew-definition.scss +162 -0
- package/styles/pivotview/_highcontrast-definition.scss +155 -0
- package/styles/pivotview/_highcontrast-light-definition.scss +156 -0
- package/styles/pivotview/_layout.scss +1071 -0
- package/styles/pivotview/_material-dark-definition.scss +163 -0
- package/styles/pivotview/_material-definition.scss +159 -0
- package/styles/pivotview/_material3-definition.scss +162 -0
- package/styles/pivotview/_tailwind-dark-definition.scss +1 -0
- package/styles/pivotview/_tailwind-definition.scss +162 -0
- package/styles/pivotview/_theme.scss +2000 -0
- package/styles/pivotview/bootstrap-dark.css +6 -5
- package/styles/pivotview/bootstrap-dark.scss +5 -1
- package/styles/pivotview/bootstrap.css +6 -5
- package/styles/pivotview/bootstrap.scss +5 -1
- package/styles/pivotview/bootstrap4.css +8 -13
- package/styles/pivotview/bootstrap4.scss +5 -1
- package/styles/pivotview/bootstrap5-dark.css +11 -6
- package/styles/pivotview/bootstrap5-dark.scss +4 -1
- package/styles/pivotview/bootstrap5.css +11 -6
- package/styles/pivotview/bootstrap5.scss +5 -1
- package/styles/pivotview/fabric-dark.css +8 -18
- package/styles/pivotview/fabric-dark.scss +5 -1
- package/styles/pivotview/fabric.css +8 -21
- package/styles/pivotview/fabric.scss +5 -1
- package/styles/pivotview/fluent-dark.css +17 -23
- package/styles/pivotview/fluent-dark.scss +4 -1
- package/styles/pivotview/fluent.css +17 -23
- package/styles/pivotview/fluent.scss +5 -1
- package/styles/pivotview/highcontrast-light.css +6 -8
- package/styles/pivotview/highcontrast-light.scss +5 -1
- package/styles/pivotview/highcontrast.css +6 -8
- package/styles/pivotview/highcontrast.scss +5 -1
- package/styles/pivotview/icons/_bootstrap-dark.scss +184 -0
- package/styles/pivotview/icons/_bootstrap.scss +184 -0
- package/styles/pivotview/icons/_bootstrap4.scss +184 -0
- package/styles/pivotview/icons/_bootstrap5-dark.scss +1 -0
- package/styles/pivotview/icons/_bootstrap5.scss +183 -0
- package/styles/pivotview/icons/_fabric-dark.scss +184 -0
- package/styles/pivotview/icons/_fabric.scss +184 -0
- package/styles/pivotview/icons/_fluent-dark.scss +1 -0
- package/styles/pivotview/icons/_fluent.scss +183 -0
- package/styles/pivotview/icons/_fusionnew.scss +183 -0
- package/styles/pivotview/icons/_highcontrast-light.scss +183 -0
- package/styles/pivotview/icons/_highcontrast.scss +183 -0
- package/styles/pivotview/icons/_material-dark.scss +184 -0
- package/styles/pivotview/icons/_material.scss +184 -0
- package/styles/pivotview/icons/_material3.scss +183 -0
- package/styles/pivotview/icons/_tailwind-dark.scss +183 -0
- package/styles/pivotview/icons/_tailwind.scss +183 -0
- package/styles/pivotview/material-dark.css +6 -5
- package/styles/pivotview/material-dark.scss +5 -1
- package/styles/pivotview/material.css +6 -11
- package/styles/pivotview/material.scss +5 -1
- package/styles/pivotview/tailwind-dark.css +14 -10
- package/styles/pivotview/tailwind-dark.scss +4 -1
- package/styles/pivotview/tailwind.css +14 -10
- package/styles/pivotview/tailwind.scss +5 -1
- package/styles/tailwind-dark.css +17 -25
- package/styles/tailwind.css +17 -25
- package/syncfusion-ej2-angular-pivotview.d.ts +5 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js +0 -434
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-pivotview.js +0 -404
- package/@syncfusion/ej2-angular-pivotview.js.map +0 -1
- package/CHANGELOG.md +0 -804
- package/dist/ej2-angular-pivotview.umd.js +0 -686
- package/dist/ej2-angular-pivotview.umd.js.map +0 -1
- package/dist/ej2-angular-pivotview.umd.min.js +0 -11
- package/dist/ej2-angular-pivotview.umd.min.js.map +0 -1
- package/ej2-angular-pivotview.d.ts +0 -6
- package/ej2-angular-pivotview.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./pivotfieldlist.module";
|
|
1
4
|
/**
|
|
2
5
|
* NgModule definition for the PivotFieldList component with providers.
|
|
3
6
|
*/
|
|
4
7
|
export declare class PivotFieldListAllModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PivotFieldListAllModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PivotFieldListAllModule, never, [typeof i1.CommonModule, typeof i2.PivotFieldListModule], [typeof i2.PivotFieldListModule]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PivotFieldListAllModule>;
|
|
5
11
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { PivotFieldList } from '@syncfusion/ej2-pivotview';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare const inputs: string[];
|
|
5
6
|
export declare const outputs: string[];
|
|
6
7
|
export declare const twoWays: string[];
|
|
@@ -44,4 +45,6 @@ export declare class PivotFieldListComponent extends PivotFieldList implements I
|
|
|
44
45
|
ngAfterContentChecked(): void;
|
|
45
46
|
registerEvents: (eventList: string[]) => void;
|
|
46
47
|
addTwoWay: (propList: string[]) => void;
|
|
48
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PivotFieldListComponent, never>;
|
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PivotFieldListComponent, "ejs-pivotfieldlist", never, { "aggregateTypes": "aggregateTypes"; "allowCalculatedField": "allowCalculatedField"; "allowDeferLayoutUpdate": "allowDeferLayoutUpdate"; "cssClass": "cssClass"; "currencyCode": "currencyCode"; "dataSourceSettings": "dataSourceSettings"; "enableFieldSearching": "enableFieldSearching"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "loadOnDemandInMemberEditor": "loadOnDemandInMemberEditor"; "locale": "locale"; "maxNodeLimitInMemberEditor": "maxNodeLimitInMemberEditor"; "renderMode": "renderMode"; "showValuesButton": "showValuesButton"; "spinnerTemplate": "spinnerTemplate"; "target": "target"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "aggregateCellInfo": "aggregateCellInfo"; "aggregateMenuOpen": "aggregateMenuOpen"; "beforeServiceInvoke": "beforeServiceInvoke"; "calculatedFieldCreate": "calculatedFieldCreate"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "enginePopulated": "enginePopulated"; "enginePopulating": "enginePopulating"; "fieldDragStart": "fieldDragStart"; "fieldDrop": "fieldDrop"; "fieldRemove": "fieldRemove"; "load": "load"; "memberEditorOpen": "memberEditorOpen"; "memberFiltering": "memberFiltering"; "onFieldDropped": "onFieldDropped"; "onHeadersSort": "onHeadersSort"; }, never, never>;
|
|
47
50
|
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./pivotfieldlist.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
/**
|
|
2
5
|
* NgModule definition for the PivotFieldList component.
|
|
3
6
|
*/
|
|
4
7
|
export declare class PivotFieldListModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PivotFieldListModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PivotFieldListModule, [typeof i1.PivotFieldListComponent], [typeof i2.CommonModule], [typeof i1.PivotFieldListComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PivotFieldListModule>;
|
|
5
11
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { ValueProvider } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
import * as i2 from "./pivotview.module";
|
|
2
5
|
export declare const GroupingBarService: ValueProvider;
|
|
3
6
|
export declare const FieldListService: ValueProvider;
|
|
4
7
|
export declare const CalculatedFieldService: ValueProvider;
|
|
@@ -16,4 +19,7 @@ export declare const PagerService: ValueProvider;
|
|
|
16
19
|
* NgModule definition for the PivotView component with providers.
|
|
17
20
|
*/
|
|
18
21
|
export declare class PivotViewAllModule {
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PivotViewAllModule, never>;
|
|
23
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PivotViewAllModule, never, [typeof i1.CommonModule, typeof i2.PivotViewModule], [typeof i2.PivotViewModule]>;
|
|
24
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PivotViewAllModule>;
|
|
19
25
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { PivotView } from '@syncfusion/ej2-pivotview';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare const inputs: string[];
|
|
5
6
|
export declare const outputs: string[];
|
|
6
7
|
export declare const twoWays: string[];
|
|
@@ -73,4 +74,6 @@ export declare class PivotViewComponent extends PivotView implements IComponentB
|
|
|
73
74
|
ngAfterContentChecked(): void;
|
|
74
75
|
registerEvents: (eventList: string[]) => void;
|
|
75
76
|
addTwoWay: (propList: string[]) => void;
|
|
77
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PivotViewComponent, never>;
|
|
78
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PivotViewComponent, "ejs-pivotview", never, { "aggregateTypes": "aggregateTypes"; "allowCalculatedField": "allowCalculatedField"; "allowConditionalFormatting": "allowConditionalFormatting"; "allowDataCompression": "allowDataCompression"; "allowDeferLayoutUpdate": "allowDeferLayoutUpdate"; "allowDrillThrough": "allowDrillThrough"; "allowExcelExport": "allowExcelExport"; "allowGrouping": "allowGrouping"; "allowNumberFormatting": "allowNumberFormatting"; "allowPdfExport": "allowPdfExport"; "cellTemplate": "cellTemplate"; "chartSettings": "chartSettings"; "chartTypes": "chartTypes"; "cssClass": "cssClass"; "currencyCode": "currencyCode"; "dataSourceSettings": "dataSourceSettings"; "displayOption": "displayOption"; "editSettings": "editSettings"; "enableFieldSearching": "enableFieldSearching"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePaging": "enablePaging"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableValueSorting": "enableValueSorting"; "enableVirtualization": "enableVirtualization"; "exportAllPages": "exportAllPages"; "gridSettings": "gridSettings"; "groupingBarSettings": "groupingBarSettings"; "height": "height"; "hyperlinkSettings": "hyperlinkSettings"; "loadOnDemandInMemberEditor": "loadOnDemandInMemberEditor"; "locale": "locale"; "maxNodeLimitInMemberEditor": "maxNodeLimitInMemberEditor"; "maxRowsInDrillThrough": "maxRowsInDrillThrough"; "pageSettings": "pageSettings"; "pagerSettings": "pagerSettings"; "pivotValues": "pivotValues"; "showFieldList": "showFieldList"; "showGroupingBar": "showGroupingBar"; "showToolbar": "showToolbar"; "showTooltip": "showTooltip"; "showValuesButton": "showValuesButton"; "spinnerTemplate": "spinnerTemplate"; "toolbar": "toolbar"; "toolbarTemplate": "toolbarTemplate"; "tooltipTemplate": "tooltipTemplate"; "width": "width"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "aggregateCellInfo": "aggregateCellInfo"; "aggregateMenuOpen": "aggregateMenuOpen"; "beforeExport": "beforeExport"; "beforeServiceInvoke": "beforeServiceInvoke"; "beginDrillThrough": "beginDrillThrough"; "calculatedFieldCreate": "calculatedFieldCreate"; "cellClick": "cellClick"; "cellSelected": "cellSelected"; "cellSelecting": "cellSelecting"; "chartSeriesCreated": "chartSeriesCreated"; "conditionalFormatting": "conditionalFormatting"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "drill": "drill"; "drillThrough": "drillThrough"; "editCompleted": "editCompleted"; "enginePopulated": "enginePopulated"; "enginePopulating": "enginePopulating"; "exportComplete": "exportComplete"; "fetchReport": "fetchReport"; "fieldDragStart": "fieldDragStart"; "fieldDrop": "fieldDrop"; "fieldListRefreshed": "fieldListRefreshed"; "fieldRemove": "fieldRemove"; "hyperlinkCellClick": "hyperlinkCellClick"; "load": "load"; "loadReport": "loadReport"; "memberEditorOpen": "memberEditorOpen"; "memberFiltering": "memberFiltering"; "newReport": "newReport"; "numberFormatting": "numberFormatting"; "onFieldDropped": "onFieldDropped"; "onHeadersSort": "onHeadersSort"; "onPdfCellRender": "onPdfCellRender"; "removeReport": "removeReport"; "renameReport": "renameReport"; "saveReport": "saveReport"; "toolbarClick": "toolbarClick"; "toolbarRender": "toolbarRender"; }, ["cellTemplate"], never>;
|
|
76
79
|
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./pivotview.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
/**
|
|
2
5
|
* NgModule definition for the PivotView component.
|
|
3
6
|
*/
|
|
4
7
|
export declare class PivotViewModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PivotViewModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PivotViewModule, [typeof i1.PivotViewComponent], [typeof i2.CommonModule], [typeof i1.PivotViewComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PivotViewModule>;
|
|
5
11
|
}
|
|
@@ -936,7 +936,7 @@
|
|
|
936
936
|
}
|
|
937
937
|
.e-pivotview .e-member-editor-dialog,
|
|
938
938
|
.e-pivotview .e-olap-editor-dialog {
|
|
939
|
-
min-height:
|
|
939
|
+
min-height: 385px !important;
|
|
940
940
|
min-width: 350px !important;
|
|
941
941
|
visibility: hidden;
|
|
942
942
|
}
|
|
@@ -1877,9 +1877,9 @@
|
|
|
1877
1877
|
}
|
|
1878
1878
|
@media (max-width: 400px) {
|
|
1879
1879
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1880
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1881
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1882
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1883
1883
|
min-width: 10px !important;
|
|
1884
1884
|
}
|
|
1885
1885
|
}
|
|
@@ -1922,6 +1922,7 @@
|
|
|
1922
1922
|
}
|
|
1923
1923
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1924
1924
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1925
|
+
padding-left: 0.8em !important;
|
|
1925
1926
|
padding-right: 8px !important;
|
|
1926
1927
|
}
|
|
1927
1928
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2056,7 +2057,6 @@
|
|
|
2056
2057
|
.e-pivottooltip {
|
|
2057
2058
|
border-radius: 4px;
|
|
2058
2059
|
padding: 3px 2px;
|
|
2059
|
-
text-align: initial;
|
|
2060
2060
|
}
|
|
2061
2061
|
|
|
2062
2062
|
.e-pivottooltip p {
|
|
@@ -2331,6 +2331,7 @@
|
|
|
2331
2331
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2332
2332
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2333
2333
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2334
|
+
padding-left: 0.8em !important;
|
|
2334
2335
|
padding-right: 8px !important;
|
|
2335
2336
|
}
|
|
2336
2337
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -3468,7 +3469,6 @@
|
|
|
3468
3469
|
display: inline-table;
|
|
3469
3470
|
height: 100%;
|
|
3470
3471
|
width: 100%;
|
|
3471
|
-
min-width: 265px;
|
|
3472
3472
|
}
|
|
3473
3473
|
.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 ul .e-fullrow {
|
|
3474
3474
|
cursor: move;
|
|
@@ -3492,8 +3492,6 @@
|
|
|
3492
3492
|
cursor: pointer;
|
|
3493
3493
|
font-size: 13px;
|
|
3494
3494
|
margin-top: 3px;
|
|
3495
|
-
padding-left: 0px;
|
|
3496
|
-
padding-right: 0px;
|
|
3497
3495
|
}
|
|
3498
3496
|
.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 ul .e-list-icon {
|
|
3499
3497
|
cursor: auto;
|
|
@@ -3908,9 +3906,6 @@
|
|
|
3908
3906
|
margin-left: 0;
|
|
3909
3907
|
margin-right: 10px;
|
|
3910
3908
|
}
|
|
3911
|
-
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
3912
|
-
padding-top: 4px !important;
|
|
3913
|
-
}
|
|
3914
3909
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
3915
3910
|
min-height: 170px;
|
|
3916
3911
|
overflow: auto;
|
|
@@ -4426,14 +4421,14 @@
|
|
|
4426
4421
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4427
4422
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4428
4423
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4429
|
-
max-height:
|
|
4424
|
+
max-height: 400px !important;
|
|
4430
4425
|
min-width: 370px !important;
|
|
4431
4426
|
}
|
|
4432
4427
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4433
4428
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4434
4429
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4435
4430
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4436
|
-
min-height:
|
|
4431
|
+
min-height: 113px !important;
|
|
4437
4432
|
}
|
|
4438
4433
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4439
4434
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
package/styles/bootstrap.css
CHANGED
|
@@ -935,7 +935,7 @@
|
|
|
935
935
|
}
|
|
936
936
|
.e-pivotview .e-member-editor-dialog,
|
|
937
937
|
.e-pivotview .e-olap-editor-dialog {
|
|
938
|
-
min-height:
|
|
938
|
+
min-height: 385px !important;
|
|
939
939
|
min-width: 350px !important;
|
|
940
940
|
visibility: hidden;
|
|
941
941
|
}
|
|
@@ -1876,9 +1876,9 @@
|
|
|
1876
1876
|
}
|
|
1877
1877
|
@media (max-width: 400px) {
|
|
1878
1878
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1879
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1880
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1881
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1882
1882
|
min-width: 10px !important;
|
|
1883
1883
|
}
|
|
1884
1884
|
}
|
|
@@ -1921,6 +1921,7 @@
|
|
|
1921
1921
|
}
|
|
1922
1922
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1923
1923
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1924
|
+
padding-left: 0.8em !important;
|
|
1924
1925
|
padding-right: 8px !important;
|
|
1925
1926
|
}
|
|
1926
1927
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2055,7 +2056,6 @@
|
|
|
2055
2056
|
.e-pivottooltip {
|
|
2056
2057
|
border-radius: 4px;
|
|
2057
2058
|
padding: 3px 2px;
|
|
2058
|
-
text-align: initial;
|
|
2059
2059
|
}
|
|
2060
2060
|
|
|
2061
2061
|
.e-pivottooltip p {
|
|
@@ -2330,6 +2330,7 @@
|
|
|
2330
2330
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2331
2331
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2332
2332
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2333
|
+
padding-left: 0.8em !important;
|
|
2333
2334
|
padding-right: 8px !important;
|
|
2334
2335
|
}
|
|
2335
2336
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -3465,7 +3466,6 @@
|
|
|
3465
3466
|
display: inline-table;
|
|
3466
3467
|
height: 100%;
|
|
3467
3468
|
width: 100%;
|
|
3468
|
-
min-width: 265px;
|
|
3469
3469
|
}
|
|
3470
3470
|
.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 ul .e-fullrow {
|
|
3471
3471
|
cursor: move;
|
|
@@ -3489,8 +3489,6 @@
|
|
|
3489
3489
|
cursor: pointer;
|
|
3490
3490
|
font-size: 13px;
|
|
3491
3491
|
margin-top: 3px;
|
|
3492
|
-
padding-left: 0px;
|
|
3493
|
-
padding-right: 0px;
|
|
3494
3492
|
}
|
|
3495
3493
|
.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 ul .e-list-icon {
|
|
3496
3494
|
cursor: auto;
|
|
@@ -3905,9 +3903,6 @@
|
|
|
3905
3903
|
margin-left: 0;
|
|
3906
3904
|
margin-right: 10px;
|
|
3907
3905
|
}
|
|
3908
|
-
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
3909
|
-
padding-top: 4px !important;
|
|
3910
|
-
}
|
|
3911
3906
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
3912
3907
|
min-height: 170px;
|
|
3913
3908
|
overflow: auto;
|
|
@@ -4273,7 +4268,7 @@
|
|
|
4273
4268
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,
|
|
4274
4269
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
4275
4270
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter {
|
|
4276
|
-
height:
|
|
4271
|
+
height: 213px;
|
|
4277
4272
|
}
|
|
4278
4273
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
4279
4274
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -4423,14 +4418,14 @@
|
|
|
4423
4418
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4424
4419
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4425
4420
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4426
|
-
max-height:
|
|
4421
|
+
max-height: 400px !important;
|
|
4427
4422
|
min-width: 370px !important;
|
|
4428
4423
|
}
|
|
4429
4424
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4430
4425
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4431
4426
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4432
4427
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4433
|
-
min-height:
|
|
4428
|
+
min-height: 113px !important;
|
|
4434
4429
|
}
|
|
4435
4430
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4436
4431
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
package/styles/bootstrap4.css
CHANGED
|
@@ -590,12 +590,6 @@
|
|
|
590
590
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
591
591
|
background: #f2f4f6;
|
|
592
592
|
}
|
|
593
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
594
|
-
background: #f2f4f6;
|
|
595
|
-
}
|
|
596
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
597
|
-
background: #6c757d;
|
|
598
|
-
}
|
|
599
593
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
600
594
|
font-size: 16px;
|
|
601
595
|
}
|
|
@@ -609,7 +603,7 @@
|
|
|
609
603
|
height: 30px !important;
|
|
610
604
|
overflow: hidden;
|
|
611
605
|
padding-left: 10px;
|
|
612
|
-
background-color: #
|
|
606
|
+
background-color: #f8f9fa;
|
|
613
607
|
color: #495057;
|
|
614
608
|
}
|
|
615
609
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
@@ -803,7 +797,7 @@
|
|
|
803
797
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
804
798
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
805
799
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
806
|
-
height:
|
|
800
|
+
height: 213px;
|
|
807
801
|
}
|
|
808
802
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
809
803
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -996,7 +990,7 @@
|
|
|
996
990
|
}
|
|
997
991
|
.e-pivotview .e-member-editor-dialog,
|
|
998
992
|
.e-pivotview .e-olap-editor-dialog {
|
|
999
|
-
min-height:
|
|
993
|
+
min-height: 385px !important;
|
|
1000
994
|
min-width: 350px !important;
|
|
1001
995
|
visibility: hidden;
|
|
1002
996
|
}
|
|
@@ -1964,9 +1958,9 @@
|
|
|
1964
1958
|
}
|
|
1965
1959
|
@media (max-width: 400px) {
|
|
1966
1960
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1961
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1962
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1963
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1970
1964
|
min-width: 10px !important;
|
|
1971
1965
|
}
|
|
1972
1966
|
}
|
|
@@ -2009,6 +2003,7 @@
|
|
|
2009
2003
|
}
|
|
2010
2004
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2011
2005
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2006
|
+
padding-left: 0.8em !important;
|
|
2012
2007
|
padding-right: 8px !important;
|
|
2013
2008
|
}
|
|
2014
2009
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2177,7 +2172,6 @@
|
|
|
2177
2172
|
.e-pivottooltip {
|
|
2178
2173
|
border-radius: 4px;
|
|
2179
2174
|
padding: 3px 2px;
|
|
2180
|
-
text-align: initial;
|
|
2181
2175
|
}
|
|
2182
2176
|
|
|
2183
2177
|
.e-pivottooltip p {
|
|
@@ -2486,6 +2480,7 @@
|
|
|
2486
2480
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2487
2481
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2488
2482
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2483
|
+
padding-left: 0.8em !important;
|
|
2489
2484
|
padding-right: 8px !important;
|
|
2490
2485
|
}
|
|
2491
2486
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -3640,7 +3635,6 @@
|
|
|
3640
3635
|
display: inline-table;
|
|
3641
3636
|
height: 100%;
|
|
3642
3637
|
width: 100%;
|
|
3643
|
-
min-width: 265px;
|
|
3644
3638
|
}
|
|
3645
3639
|
.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 ul .e-fullrow {
|
|
3646
3640
|
cursor: move;
|
|
@@ -3664,8 +3658,6 @@
|
|
|
3664
3658
|
cursor: pointer;
|
|
3665
3659
|
font-size: 13px;
|
|
3666
3660
|
margin-top: 3px;
|
|
3667
|
-
padding-left: 0px;
|
|
3668
|
-
padding-right: 0px;
|
|
3669
3661
|
}
|
|
3670
3662
|
.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 ul .e-list-icon {
|
|
3671
3663
|
cursor: auto;
|
|
@@ -4112,9 +4104,6 @@
|
|
|
4112
4104
|
margin-left: 0;
|
|
4113
4105
|
margin-right: 10px;
|
|
4114
4106
|
}
|
|
4115
|
-
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
4116
|
-
padding-top: 4px !important;
|
|
4117
|
-
}
|
|
4118
4107
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
4119
4108
|
min-height: 170px;
|
|
4120
4109
|
overflow: auto;
|
|
@@ -4498,7 +4487,7 @@
|
|
|
4498
4487
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,
|
|
4499
4488
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
4500
4489
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter {
|
|
4501
|
-
height:
|
|
4490
|
+
height: 213px;
|
|
4502
4491
|
}
|
|
4503
4492
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
4504
4493
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -4648,14 +4637,14 @@
|
|
|
4648
4637
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4649
4638
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4650
4639
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4651
|
-
max-height:
|
|
4640
|
+
max-height: 400px !important;
|
|
4652
4641
|
min-width: 370px !important;
|
|
4653
4642
|
}
|
|
4654
4643
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4655
4644
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4656
4645
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4657
4646
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4658
|
-
min-height:
|
|
4647
|
+
min-height: 113px !important;
|
|
4659
4648
|
}
|
|
4660
4649
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4661
4650
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
@@ -565,6 +565,9 @@
|
|
|
565
565
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
566
566
|
background: #282d31;
|
|
567
567
|
}
|
|
568
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
569
|
+
font-size: 16px;
|
|
570
|
+
}
|
|
568
571
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
569
572
|
background-color: transparent;
|
|
570
573
|
border: none;
|
|
@@ -577,6 +580,7 @@
|
|
|
577
580
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
578
581
|
margin-left: 0;
|
|
579
582
|
margin-right: 0;
|
|
583
|
+
font-size: 16px;
|
|
580
584
|
line-height: 32px;
|
|
581
585
|
}
|
|
582
586
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
@@ -744,7 +748,7 @@
|
|
|
744
748
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
745
749
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
746
750
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
747
|
-
height:
|
|
751
|
+
height: 220px;
|
|
748
752
|
}
|
|
749
753
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
750
754
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -938,7 +942,7 @@
|
|
|
938
942
|
}
|
|
939
943
|
.e-pivotview .e-member-editor-dialog,
|
|
940
944
|
.e-pivotview .e-olap-editor-dialog {
|
|
941
|
-
min-height:
|
|
945
|
+
min-height: 385px !important;
|
|
942
946
|
min-width: 350px !important;
|
|
943
947
|
visibility: hidden;
|
|
944
948
|
}
|
|
@@ -1924,9 +1928,9 @@
|
|
|
1924
1928
|
}
|
|
1925
1929
|
@media (max-width: 400px) {
|
|
1926
1930
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1931
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1932
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1933
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1930
1934
|
min-width: 10px !important;
|
|
1931
1935
|
}
|
|
1932
1936
|
}
|
|
@@ -1969,6 +1973,7 @@
|
|
|
1969
1973
|
}
|
|
1970
1974
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1971
1975
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1976
|
+
padding-left: 1.8em !important;
|
|
1972
1977
|
padding-right: 8px !important;
|
|
1973
1978
|
}
|
|
1974
1979
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2103,7 +2108,6 @@
|
|
|
2103
2108
|
.e-pivottooltip {
|
|
2104
2109
|
border-radius: 4px;
|
|
2105
2110
|
padding: 3px 4px;
|
|
2106
|
-
text-align: initial;
|
|
2107
2111
|
}
|
|
2108
2112
|
|
|
2109
2113
|
.e-pivottooltip p {
|
|
@@ -2394,6 +2398,7 @@
|
|
|
2394
2398
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2395
2399
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2396
2400
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2401
|
+
padding-left: 1.8em !important;
|
|
2397
2402
|
padding-right: 8px !important;
|
|
2398
2403
|
}
|
|
2399
2404
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -3551,7 +3556,6 @@
|
|
|
3551
3556
|
display: inline-table;
|
|
3552
3557
|
height: 100%;
|
|
3553
3558
|
width: 100%;
|
|
3554
|
-
min-width: 265px;
|
|
3555
3559
|
}
|
|
3556
3560
|
.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 ul .e-fullrow {
|
|
3557
3561
|
cursor: move;
|
|
@@ -3575,8 +3579,6 @@
|
|
|
3575
3579
|
cursor: pointer;
|
|
3576
3580
|
font-size: 13px;
|
|
3577
3581
|
margin-top: 3px;
|
|
3578
|
-
padding-left: 0px;
|
|
3579
|
-
padding-right: 0px;
|
|
3580
3582
|
}
|
|
3581
3583
|
.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 ul .e-list-icon {
|
|
3582
3584
|
cursor: auto;
|
|
@@ -3709,12 +3711,6 @@
|
|
|
3709
3711
|
font-size: 20px;
|
|
3710
3712
|
padding-top: 12px;
|
|
3711
3713
|
}
|
|
3712
|
-
.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit, .e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited, .e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report,
|
|
3713
|
-
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit,
|
|
3714
|
-
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited,
|
|
3715
|
-
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report {
|
|
3716
|
-
padding-top: 3px;
|
|
3717
|
-
}
|
|
3718
3714
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
|
|
3719
3715
|
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
3720
3716
|
font-size: 20px;
|
|
@@ -3890,7 +3886,7 @@
|
|
|
3890
3886
|
display: none;
|
|
3891
3887
|
}
|
|
3892
3888
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-label-container {
|
|
3893
|
-
background-color: #
|
|
3889
|
+
background-color: #e9ecef;
|
|
3894
3890
|
opacity: 56%;
|
|
3895
3891
|
padding: 14px 10px 16px 20px;
|
|
3896
3892
|
}
|
|
@@ -4011,9 +4007,6 @@
|
|
|
4011
4007
|
margin-left: 0;
|
|
4012
4008
|
margin-right: 10px;
|
|
4013
4009
|
}
|
|
4014
|
-
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
4015
|
-
padding-top: 4px !important;
|
|
4016
|
-
}
|
|
4017
4010
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
4018
4011
|
min-height: 170px;
|
|
4019
4012
|
overflow: auto;
|
|
@@ -4540,14 +4533,14 @@
|
|
|
4540
4533
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4541
4534
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4542
4535
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4543
|
-
max-height:
|
|
4536
|
+
max-height: 400px !important;
|
|
4544
4537
|
min-width: 370px !important;
|
|
4545
4538
|
}
|
|
4546
4539
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4547
4540
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4548
4541
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4549
4542
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4550
|
-
min-height:
|
|
4543
|
+
min-height: 113px !important;
|
|
4551
4544
|
}
|
|
4552
4545
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4553
4546
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -567,6 +567,9 @@
|
|
|
567
567
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
568
568
|
background: #f8f9fa;
|
|
569
569
|
}
|
|
570
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
571
|
+
font-size: 16px;
|
|
572
|
+
}
|
|
570
573
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
571
574
|
background-color: transparent;
|
|
572
575
|
border: none;
|
|
@@ -579,6 +582,7 @@
|
|
|
579
582
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
580
583
|
margin-left: 0;
|
|
581
584
|
margin-right: 0;
|
|
585
|
+
font-size: 16px;
|
|
582
586
|
line-height: 32px;
|
|
583
587
|
}
|
|
584
588
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
@@ -746,7 +750,7 @@
|
|
|
746
750
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
747
751
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
748
752
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
749
|
-
height:
|
|
753
|
+
height: 220px;
|
|
750
754
|
}
|
|
751
755
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
752
756
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -940,7 +944,7 @@
|
|
|
940
944
|
}
|
|
941
945
|
.e-pivotview .e-member-editor-dialog,
|
|
942
946
|
.e-pivotview .e-olap-editor-dialog {
|
|
943
|
-
min-height:
|
|
947
|
+
min-height: 385px !important;
|
|
944
948
|
min-width: 350px !important;
|
|
945
949
|
visibility: hidden;
|
|
946
950
|
}
|
|
@@ -1926,9 +1930,9 @@
|
|
|
1926
1930
|
}
|
|
1927
1931
|
@media (max-width: 400px) {
|
|
1928
1932
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1933
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1934
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1935
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1932
1936
|
min-width: 10px !important;
|
|
1933
1937
|
}
|
|
1934
1938
|
}
|
|
@@ -1971,6 +1975,7 @@
|
|
|
1971
1975
|
}
|
|
1972
1976
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1973
1977
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1978
|
+
padding-left: 1.8em !important;
|
|
1974
1979
|
padding-right: 8px !important;
|
|
1975
1980
|
}
|
|
1976
1981
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2105,7 +2110,6 @@
|
|
|
2105
2110
|
.e-pivottooltip {
|
|
2106
2111
|
border-radius: 4px;
|
|
2107
2112
|
padding: 3px 4px;
|
|
2108
|
-
text-align: initial;
|
|
2109
2113
|
}
|
|
2110
2114
|
|
|
2111
2115
|
.e-pivottooltip p {
|
|
@@ -2396,6 +2400,7 @@
|
|
|
2396
2400
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2397
2401
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2398
2402
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2403
|
+
padding-left: 1.8em !important;
|
|
2399
2404
|
padding-right: 8px !important;
|
|
2400
2405
|
}
|
|
2401
2406
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -3553,7 +3558,6 @@
|
|
|
3553
3558
|
display: inline-table;
|
|
3554
3559
|
height: 100%;
|
|
3555
3560
|
width: 100%;
|
|
3556
|
-
min-width: 265px;
|
|
3557
3561
|
}
|
|
3558
3562
|
.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 ul .e-fullrow {
|
|
3559
3563
|
cursor: move;
|
|
@@ -3577,8 +3581,6 @@
|
|
|
3577
3581
|
cursor: pointer;
|
|
3578
3582
|
font-size: 13px;
|
|
3579
3583
|
margin-top: 3px;
|
|
3580
|
-
padding-left: 0px;
|
|
3581
|
-
padding-right: 0px;
|
|
3582
3584
|
}
|
|
3583
3585
|
.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 ul .e-list-icon {
|
|
3584
3586
|
cursor: auto;
|
|
@@ -3711,12 +3713,6 @@
|
|
|
3711
3713
|
font-size: 20px;
|
|
3712
3714
|
padding-top: 12px;
|
|
3713
3715
|
}
|
|
3714
|
-
.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit, .e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited, .e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report,
|
|
3715
|
-
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit,
|
|
3716
|
-
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited,
|
|
3717
|
-
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report {
|
|
3718
|
-
padding-top: 3px;
|
|
3719
|
-
}
|
|
3720
3716
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
|
|
3721
3717
|
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
3722
3718
|
font-size: 20px;
|
|
@@ -3892,7 +3888,7 @@
|
|
|
3892
3888
|
display: none;
|
|
3893
3889
|
}
|
|
3894
3890
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-label-container {
|
|
3895
|
-
background-color: #
|
|
3891
|
+
background-color: #343a40;
|
|
3896
3892
|
opacity: 56%;
|
|
3897
3893
|
padding: 14px 10px 16px 20px;
|
|
3898
3894
|
}
|
|
@@ -4013,9 +4009,6 @@
|
|
|
4013
4009
|
margin-left: 0;
|
|
4014
4010
|
margin-right: 10px;
|
|
4015
4011
|
}
|
|
4016
|
-
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
4017
|
-
padding-top: 4px !important;
|
|
4018
|
-
}
|
|
4019
4012
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
4020
4013
|
min-height: 170px;
|
|
4021
4014
|
overflow: auto;
|
|
@@ -4542,14 +4535,14 @@
|
|
|
4542
4535
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4543
4536
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4544
4537
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4545
|
-
max-height:
|
|
4538
|
+
max-height: 400px !important;
|
|
4546
4539
|
min-width: 370px !important;
|
|
4547
4540
|
}
|
|
4548
4541
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4549
4542
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4550
4543
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4551
4544
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4552
|
-
min-height:
|
|
4545
|
+
min-height: 113px !important;
|
|
4553
4546
|
}
|
|
4554
4547
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4555
4548
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|