@syncfusion/ej2-angular-pivotview 32.2.9 → 33.1.44-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-pivotview.es5.js +439 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-pivotview.js +409 -0
- package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
- package/LICENSE +10 -0
- package/README.md +2 -10
- package/dist/ej2-angular-pivotview.umd.js +736 -0
- package/dist/ej2-angular-pivotview.umd.js.map +1 -0
- package/dist/ej2-angular-pivotview.umd.min.js +11 -0
- package/dist/ej2-angular-pivotview.umd.min.js.map +1 -0
- package/ej2-angular-pivotview.d.ts +6 -0
- package/ej2-angular-pivotview.metadata.json +1 -0
- package/package.json +10 -23
- package/public_api.d.ts +1 -1
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/index.d.ts +7 -7
- package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +5 -11
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +48 -51
- package/src/pivotfieldlist/pivotfieldlist.module.d.ts +5 -11
- package/src/pivotview/pivotview-all.module.d.ts +19 -25
- package/src/pivotview/pivotview.component.d.ts +85 -88
- package/src/pivotview/pivotview.module.d.ts +5 -11
- package/styles/bds-lite.scss +1 -1
- package/styles/bds.scss +2 -2
- package/styles/bootstrap-dark-lite.scss +1 -1
- package/styles/bootstrap-dark.scss +2 -2
- package/styles/bootstrap-lite.scss +1 -1
- package/styles/bootstrap.scss +2 -2
- package/styles/bootstrap4-lite.scss +1 -1
- package/styles/bootstrap4.scss +2 -2
- package/styles/bootstrap5-dark-lite.scss +1 -1
- package/styles/bootstrap5-dark.scss +2 -2
- package/styles/bootstrap5-lite.scss +1 -1
- package/styles/bootstrap5.3-lite.scss +1 -1
- package/styles/bootstrap5.3.scss +2 -2
- package/styles/bootstrap5.scss +2 -2
- package/styles/fabric-dark-lite.scss +1 -1
- package/styles/fabric-dark.scss +2 -2
- package/styles/fabric-lite.scss +1 -1
- package/styles/fabric.scss +2 -2
- package/styles/fluent-dark-lite.scss +1 -1
- package/styles/fluent-dark.scss +2 -2
- package/styles/fluent-lite.scss +1 -1
- package/styles/fluent.scss +2 -2
- package/styles/fluent2-lite.scss +1 -1
- package/styles/fluent2.scss +2 -2
- package/styles/highcontrast-light-lite.scss +1 -1
- package/styles/highcontrast-light.scss +2 -2
- package/styles/highcontrast-lite.scss +1 -1
- package/styles/highcontrast.scss +2 -2
- package/styles/material-dark-lite.scss +1 -1
- package/styles/material-dark.scss +2 -2
- package/styles/material-lite.scss +1 -1
- package/styles/material.scss +2 -2
- package/styles/material3-dark-lite.scss +1 -1
- package/styles/material3-dark.scss +3 -2
- package/styles/material3-lite.scss +1 -1
- package/styles/material3.scss +3 -2
- package/styles/pivotfieldlist/bds.scss +1 -1
- package/styles/pivotfieldlist/bootstrap-dark.scss +1 -1
- package/styles/pivotfieldlist/bootstrap.scss +1 -1
- package/styles/pivotfieldlist/bootstrap4.scss +1 -1
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -1
- package/styles/pivotfieldlist/bootstrap5.3.scss +1 -1
- package/styles/pivotfieldlist/bootstrap5.scss +1 -1
- package/styles/pivotfieldlist/fabric-dark.scss +1 -1
- package/styles/pivotfieldlist/fabric.scss +1 -1
- package/styles/pivotfieldlist/fluent-dark.scss +1 -1
- package/styles/pivotfieldlist/fluent.scss +1 -1
- package/styles/pivotfieldlist/fluent2.scss +1 -1
- package/styles/pivotfieldlist/highcontrast-light.scss +1 -1
- package/styles/pivotfieldlist/highcontrast.scss +1 -1
- package/styles/pivotfieldlist/material-dark.scss +1 -1
- package/styles/pivotfieldlist/material.scss +1 -1
- package/styles/pivotfieldlist/material3-dark.scss +2 -1
- package/styles/pivotfieldlist/material3.scss +2 -1
- package/styles/pivotfieldlist/tailwind-dark.scss +1 -1
- package/styles/pivotfieldlist/tailwind.scss +1 -1
- package/styles/pivotfieldlist/tailwind3.scss +1 -1
- package/styles/pivotview/bds.scss +1 -1
- package/styles/pivotview/bootstrap-dark.scss +1 -1
- package/styles/pivotview/bootstrap.scss +1 -1
- package/styles/pivotview/bootstrap4.scss +1 -1
- package/styles/pivotview/bootstrap5-dark.scss +1 -1
- package/styles/pivotview/bootstrap5.3.scss +1 -1
- package/styles/pivotview/bootstrap5.scss +1 -1
- package/styles/pivotview/fabric-dark.scss +1 -1
- package/styles/pivotview/fabric.scss +1 -1
- package/styles/pivotview/fluent-dark.scss +1 -1
- package/styles/pivotview/fluent.scss +1 -1
- package/styles/pivotview/fluent2.scss +1 -1
- package/styles/pivotview/highcontrast-light.scss +1 -1
- package/styles/pivotview/highcontrast.scss +1 -1
- package/styles/pivotview/material-dark.scss +1 -1
- package/styles/pivotview/material.scss +1 -1
- package/styles/pivotview/material3-dark.scss +2 -1
- package/styles/pivotview/material3.scss +2 -1
- package/styles/pivotview/tailwind-dark.scss +1 -1
- package/styles/pivotview/tailwind.scss +1 -1
- package/styles/pivotview/tailwind3.scss +1 -1
- package/styles/tailwind-dark-lite.scss +1 -1
- package/styles/tailwind-dark.scss +2 -2
- package/styles/tailwind-lite.scss +1 -1
- package/styles/tailwind.scss +2 -2
- package/styles/tailwind3-lite.scss +1 -1
- package/styles/tailwind3.scss +2 -2
- package/CHANGELOG.md +0 -1050
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
- package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
- package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -65
- package/esm2020/src/pivotview/pivotview.component.mjs +0 -163
- package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -351
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -351
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
|
@@ -1,88 +1,85 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { PivotView } from '@syncfusion/ej2-pivotview';
|
|
4
|
-
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
private
|
|
16
|
-
private
|
|
17
|
-
private
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
*
|
|
67
|
-
*
|
|
68
|
-
* @
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
*
|
|
74
|
-
*
|
|
75
|
-
* @
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PivotViewComponent, never>;
|
|
87
|
-
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"; "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"; "virtualScrollSettings": "virtualScrollSettings"; "width": "width"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "afterServiceInvoke": "afterServiceInvoke"; "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", "tooltipTemplate"], never>;
|
|
88
|
-
}
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { PivotView } from '@syncfusion/ej2-pivotview';
|
|
4
|
+
export declare const inputs: string[];
|
|
5
|
+
export declare const outputs: string[];
|
|
6
|
+
export declare const twoWays: string[];
|
|
7
|
+
/**
|
|
8
|
+
* `ej-pivotview` represents the Angular Pivot Table Component.
|
|
9
|
+
* ```html
|
|
10
|
+
* <ej-pivotview></ej-pivotview>
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare class PivotViewComponent extends PivotView implements IComponentBase {
|
|
14
|
+
private ngEle;
|
|
15
|
+
private srenderer;
|
|
16
|
+
private viewContainerRef;
|
|
17
|
+
private injector;
|
|
18
|
+
context: any;
|
|
19
|
+
tagObjects: any;
|
|
20
|
+
actionBegin: any;
|
|
21
|
+
actionComplete: any;
|
|
22
|
+
actionFailure: any;
|
|
23
|
+
afterServiceInvoke: any;
|
|
24
|
+
aggregateCellInfo: any;
|
|
25
|
+
aggregateMenuOpen: any;
|
|
26
|
+
beforeExport: any;
|
|
27
|
+
beforeServiceInvoke: any;
|
|
28
|
+
beginDrillThrough: any;
|
|
29
|
+
calculatedFieldCreate: any;
|
|
30
|
+
cellClick: any;
|
|
31
|
+
cellSelected: any;
|
|
32
|
+
cellSelecting: any;
|
|
33
|
+
chartSeriesCreated: any;
|
|
34
|
+
conditionalFormatting: any;
|
|
35
|
+
created: any;
|
|
36
|
+
dataBound: any;
|
|
37
|
+
destroyed: any;
|
|
38
|
+
drill: any;
|
|
39
|
+
drillThrough: any;
|
|
40
|
+
editCompleted: any;
|
|
41
|
+
enginePopulated: any;
|
|
42
|
+
enginePopulating: any;
|
|
43
|
+
exportComplete: any;
|
|
44
|
+
fetchReport: any;
|
|
45
|
+
fieldDragStart: any;
|
|
46
|
+
fieldDrop: any;
|
|
47
|
+
fieldListRefreshed: any;
|
|
48
|
+
fieldRemove: any;
|
|
49
|
+
hyperlinkCellClick: any;
|
|
50
|
+
load: any;
|
|
51
|
+
loadReport: any;
|
|
52
|
+
memberEditorOpen: any;
|
|
53
|
+
memberFiltering: any;
|
|
54
|
+
newReport: any;
|
|
55
|
+
numberFormatting: any;
|
|
56
|
+
onFieldDropped: any;
|
|
57
|
+
onHeadersSort: any;
|
|
58
|
+
onPdfCellRender: any;
|
|
59
|
+
removeReport: any;
|
|
60
|
+
renameReport: any;
|
|
61
|
+
saveReport: any;
|
|
62
|
+
toolbarClick: any;
|
|
63
|
+
toolbarRender: any;
|
|
64
|
+
/**
|
|
65
|
+
* Allows the table cell elements to be customized with either an HTML string or the element’s ID,
|
|
66
|
+
* that can be used to add additional HTML elements with custom formats to the cell elements that are displayed in the pivot table.
|
|
67
|
+
* @default null
|
|
68
|
+
* @asptype string
|
|
69
|
+
*/
|
|
70
|
+
cellTemplate: any;
|
|
71
|
+
/**
|
|
72
|
+
* Allows the tooltip element to be customized with either an HTML string or the element’s ID,
|
|
73
|
+
* can be used to displayed with custom formats either by mouse hovering or by touch in the pivot table.
|
|
74
|
+
* @default null
|
|
75
|
+
* @asptype string
|
|
76
|
+
*/
|
|
77
|
+
tooltipTemplate: any;
|
|
78
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
79
|
+
ngOnInit(): void;
|
|
80
|
+
ngAfterViewInit(): void;
|
|
81
|
+
ngOnDestroy(): void;
|
|
82
|
+
ngAfterContentChecked(): void;
|
|
83
|
+
registerEvents: (eventList: string[]) => void;
|
|
84
|
+
addTwoWay: (propList: string[]) => void;
|
|
85
|
+
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
*/
|
|
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>;
|
|
11
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the PivotView component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class PivotViewModule {
|
|
5
|
+
}
|
package/styles/bds-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/bds-lite.scss';
|
package/styles/bds.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'pivotview/bds.scss';
|
|
2
|
+
@import 'pivotfieldlist/bds.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/bootstrap-dark-lite.scss';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'pivotview/bootstrap-dark.scss';
|
|
2
|
+
@import 'pivotfieldlist/bootstrap-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/bootstrap-lite.scss';
|
package/styles/bootstrap.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'pivotview/bootstrap.scss';
|
|
2
|
+
@import 'pivotfieldlist/bootstrap.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/bootstrap4-lite.scss';
|
package/styles/bootstrap4.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'pivotview/bootstrap4.scss';
|
|
2
|
+
@import 'pivotfieldlist/bootstrap4.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/bootstrap5-dark-lite.scss';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'pivotview/bootstrap5-dark.scss';
|
|
2
|
+
@import 'pivotfieldlist/bootstrap5-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/bootstrap5-lite.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/bootstrap5.3-lite.scss';
|
package/styles/bootstrap5.3.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'pivotview/bootstrap5.3.scss';
|
|
2
|
+
@import 'pivotfieldlist/bootstrap5.3.scss';
|
package/styles/bootstrap5.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'pivotview/bootstrap5.scss';
|
|
2
|
+
@import 'pivotfieldlist/bootstrap5.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/fabric-dark-lite.scss';
|
package/styles/fabric-dark.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'pivotview/fabric-dark.scss';
|
|
2
|
+
@import 'pivotfieldlist/fabric-dark.scss';
|
package/styles/fabric-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/fabric-lite.scss';
|
package/styles/fabric.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'pivotview/fabric.scss';
|
|
2
|
+
@import 'pivotfieldlist/fabric.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/fluent-dark-lite.scss';
|
package/styles/fluent-dark.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'pivotview/fluent-dark.scss';
|
|
2
|
+
@import 'pivotfieldlist/fluent-dark.scss';
|
package/styles/fluent-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/fluent-lite.scss';
|
package/styles/fluent.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'pivotview/fluent.scss';
|
|
2
|
+
@import 'pivotfieldlist/fluent.scss';
|
package/styles/fluent2-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/fluent2-lite.scss';
|
package/styles/fluent2.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'pivotview/fluent2.scss';
|
|
2
|
+
@import 'pivotfieldlist/fluent2.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/highcontrast-light-lite.scss';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'pivotview/highcontrast-light.scss';
|
|
2
|
+
@import 'pivotfieldlist/highcontrast-light.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/highcontrast-lite.scss';
|
package/styles/highcontrast.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'pivotview/highcontrast.scss';
|
|
2
|
+
@import 'pivotfieldlist/highcontrast.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/material-dark-lite.scss';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'pivotview/material-dark.scss';
|
|
2
|
+
@import 'pivotfieldlist/material-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/material-lite.scss';
|
package/styles/material.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'pivotview/material.scss';
|
|
2
|
+
@import 'pivotfieldlist/material.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/material3-dark-lite.scss';
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
@
|
|
1
|
+
|
|
2
|
+
@import 'pivotview/material3-dark.scss';
|
|
3
|
+
@import 'pivotfieldlist/material3-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/material3-lite.scss';
|
package/styles/material3.scss
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
@
|
|
1
|
+
|
|
2
|
+
@import 'pivotview/material3.scss';
|
|
3
|
+
@import 'pivotfieldlist/material3.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotfieldlist/bds.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotfieldlist/bootstrap-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotfieldlist/bootstrap.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotfieldlist/bootstrap4.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotfieldlist/bootstrap5-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotfieldlist/bootstrap5.3.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotfieldlist/bootstrap5.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotfieldlist/fabric-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotfieldlist/fabric.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotfieldlist/fluent-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotfieldlist/fluent.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotfieldlist/fluent2.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotfieldlist/highcontrast-light.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotfieldlist/highcontrast.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotfieldlist/material-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotfieldlist/material.scss';
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
@import 'ej2-pivotview/styles/pivotfieldlist/material3-dark.scss';
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
@import 'ej2-pivotview/styles/pivotfieldlist/material3.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotfieldlist/tailwind-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotfieldlist/tailwind.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotfieldlist/tailwind3.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/bds.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/bootstrap-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/bootstrap.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/bootstrap4.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/bootstrap5-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/bootstrap5.3.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/bootstrap5.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/fabric-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/fabric.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/fluent-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/fluent.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/fluent2.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/highcontrast-light.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/highcontrast.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/material-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/material.scss';
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
@import 'ej2-pivotview/styles/pivotview/material3-dark.scss';
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
@import 'ej2-pivotview/styles/pivotview/material3.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/tailwind-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/tailwind.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/tailwind3.scss';
|