@syncfusion/ej2-angular-pivotview 26.2.14 → 27.1.48-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/dist/ej2-angular-pivotview.umd.js +734 -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/license +10 -0
- package/package.json +15 -29
- package/schematics/collection.json +10 -9
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/index.ts +10 -10
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -34
- package/schematics/ng-add/schema.ts +30 -30
- package/schematics/tsconfig.json +25 -25
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +0 -6
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -3
- package/src/pivotfieldlist/pivotfieldlist.module.d.ts +0 -6
- package/src/pivotview/pivotview-all.module.d.ts +0 -6
- package/src/pivotview/pivotview.component.d.ts +0 -3
- package/src/pivotview/pivotview.module.d.ts +0 -6
- package/styles/bootstrap-dark-lite.css +1 -0
- package/styles/bootstrap-dark-lite.scss +1 -0
- package/styles/bootstrap-lite.css +1 -0
- package/styles/bootstrap-lite.scss +1 -0
- package/styles/bootstrap4-lite.css +1 -0
- package/styles/bootstrap4-lite.scss +1 -0
- package/styles/bootstrap5-dark-lite.css +1 -0
- package/styles/bootstrap5-dark-lite.scss +1 -0
- package/styles/bootstrap5-lite.css +1 -0
- package/styles/bootstrap5-lite.scss +1 -0
- package/styles/bootstrap5.3-lite.css +1 -0
- package/styles/bootstrap5.3-lite.scss +1 -0
- package/styles/bootstrap5.3.css +1 -0
- package/styles/bootstrap5.3.scss +2 -0
- package/styles/fabric-dark-lite.css +1 -0
- package/styles/fabric-dark-lite.scss +1 -0
- package/styles/fabric-lite.css +1 -0
- package/styles/fabric-lite.scss +1 -0
- package/styles/fluent-dark-lite.css +1 -0
- package/styles/fluent-dark-lite.scss +1 -0
- package/styles/fluent-lite.css +1 -0
- package/styles/fluent-lite.scss +1 -0
- package/styles/fluent2-lite.css +1 -0
- package/styles/fluent2-lite.scss +1 -0
- package/styles/highcontrast-light-lite.css +1 -0
- package/styles/highcontrast-light-lite.scss +1 -0
- package/styles/highcontrast-lite.css +1 -0
- package/styles/highcontrast-lite.scss +1 -0
- package/styles/material-dark-lite.css +1 -0
- package/styles/material-dark-lite.scss +1 -0
- package/styles/material-lite.css +1 -0
- package/styles/material-lite.scss +1 -0
- package/styles/material3-dark-lite.css +1 -0
- package/styles/material3-dark-lite.scss +1 -0
- package/styles/material3-lite.css +1 -0
- package/styles/material3-lite.scss +1 -0
- package/styles/pivotfieldlist/bootstrap5.3.css +1 -0
- package/styles/pivotfieldlist/bootstrap5.3.scss +1 -0
- package/styles/pivotview/bootstrap5.3.css +1 -0
- package/styles/pivotview/bootstrap5.3.scss +1 -0
- package/styles/tailwind-dark-lite.css +1 -0
- package/styles/tailwind-dark-lite.scss +1 -0
- package/styles/tailwind-lite.css +1 -0
- package/styles/tailwind-lite.scss +1 -0
- package/CHANGELOG.md +0 -1033
- 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
package/schematics/tsconfig.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"lib": ["es2017", "dom"],
|
|
4
|
-
"module": "commonjs",
|
|
5
|
-
"moduleResolution": "node",
|
|
6
|
-
"noEmitOnError": false,
|
|
7
|
-
"skipDefaultLibCheck": true,
|
|
8
|
-
"skipLibCheck": true,
|
|
9
|
-
"sourceMap": true,
|
|
10
|
-
"target": "es6",
|
|
11
|
-
"declaration": true,
|
|
12
|
-
"types": [
|
|
13
|
-
"jasmine",
|
|
14
|
-
"node"
|
|
15
|
-
]
|
|
16
|
-
},
|
|
17
|
-
"exclude": [
|
|
18
|
-
"node_modules",
|
|
19
|
-
"src",
|
|
20
|
-
"src/**/*.ts",
|
|
21
|
-
"spec",
|
|
22
|
-
"spec/**/*.ts",
|
|
23
|
-
"@typings"
|
|
24
|
-
]
|
|
25
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"lib": ["es2017", "dom"],
|
|
4
|
+
"module": "commonjs",
|
|
5
|
+
"moduleResolution": "node",
|
|
6
|
+
"noEmitOnError": false,
|
|
7
|
+
"skipDefaultLibCheck": true,
|
|
8
|
+
"skipLibCheck": true,
|
|
9
|
+
"sourceMap": true,
|
|
10
|
+
"target": "es6",
|
|
11
|
+
"declaration": true,
|
|
12
|
+
"types": [
|
|
13
|
+
"jasmine",
|
|
14
|
+
"node"
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
"exclude": [
|
|
18
|
+
"node_modules",
|
|
19
|
+
"src",
|
|
20
|
+
"src/**/*.ts",
|
|
21
|
+
"spec",
|
|
22
|
+
"spec/**/*.ts",
|
|
23
|
+
"@typings"
|
|
24
|
+
]
|
|
25
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-pivotview';
|
|
2
|
-
export const pkgVer = '^
|
|
2
|
+
export const pkgVer = '^27.1.48';
|
|
3
3
|
export const moduleName = 'PivotViewModule, PivotFieldListModule';
|
|
4
|
-
export const themeVer = '~
|
|
4
|
+
export const themeVer = '~27.1.48';
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./pivotfieldlist.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the PivotFieldList component with providers.
|
|
6
3
|
*/
|
|
7
4
|
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>;
|
|
11
5
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
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";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -46,6 +45,4 @@ export declare class PivotFieldListComponent extends PivotFieldList implements I
|
|
|
46
45
|
ngAfterContentChecked(): void;
|
|
47
46
|
registerEvents: (eventList: string[]) => void;
|
|
48
47
|
addTwoWay: (propList: string[]) => void;
|
|
49
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PivotFieldListComponent, never>;
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PivotFieldListComponent, "ejs-pivotfieldlist", never, { "aggregateTypes": "aggregateTypes"; "allowCalculatedField": "allowCalculatedField"; "allowDeferLayoutUpdate": "allowDeferLayoutUpdate"; "cssClass": "cssClass"; "currencyCode": "currencyCode"; "dataSourceSettings": "dataSourceSettings"; "enableFieldSearching": "enableFieldSearching"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "loadOnDemandInMemberEditor": "loadOnDemandInMemberEditor"; "locale": "locale"; "maxNodeLimitInMemberEditor": "maxNodeLimitInMemberEditor"; "renderMode": "renderMode"; "showValuesButton": "showValuesButton"; "spinnerTemplate": "spinnerTemplate"; "target": "target"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "afterServiceInvoke": "afterServiceInvoke"; "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>;
|
|
51
48
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./pivotfieldlist.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the PivotFieldList component.
|
|
6
3
|
*/
|
|
7
4
|
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>;
|
|
11
5
|
}
|
|
@@ -1,7 +1,4 @@
|
|
|
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";
|
|
5
2
|
export declare const GroupingBarService: ValueProvider;
|
|
6
3
|
export declare const FieldListService: ValueProvider;
|
|
7
4
|
export declare const CalculatedFieldService: ValueProvider;
|
|
@@ -19,7 +16,4 @@ export declare const PagerService: ValueProvider;
|
|
|
19
16
|
* NgModule definition for the PivotView component with providers.
|
|
20
17
|
*/
|
|
21
18
|
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>;
|
|
25
19
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
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";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -83,6 +82,4 @@ export declare class PivotViewComponent extends PivotView implements IComponentB
|
|
|
83
82
|
ngAfterContentChecked(): void;
|
|
84
83
|
registerEvents: (eventList: string[]) => void;
|
|
85
84
|
addTwoWay: (propList: string[]) => void;
|
|
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
85
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./pivotview.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the PivotView component.
|
|
6
3
|
*/
|
|
7
4
|
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
5
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pivotview/styles/bootstrap-dark-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pivotview/styles/bootstrap-dark-lite.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pivotview/styles/bootstrap-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pivotview/styles/bootstrap-lite.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pivotview/styles/bootstrap4-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pivotview/styles/bootstrap4-lite.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pivotview/styles/bootstrap5-dark-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pivotview/styles/bootstrap5-dark-lite.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pivotview/styles/bootstrap5-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pivotview/styles/bootstrap5-lite.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pivotview/styles/bootstrap5.3-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pivotview/styles/bootstrap5.3-lite.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pivotview/styles/bootstrap5.3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pivotview/styles/fabric-dark-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pivotview/styles/fabric-dark-lite.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pivotview/styles/fabric-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pivotview/styles/fabric-lite.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pivotview/styles/fluent-dark-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pivotview/styles/fluent-dark-lite.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pivotview/styles/fluent-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pivotview/styles/fluent-lite.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pivotview/styles/fluent2-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pivotview/styles/fluent2-lite.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pivotview/styles/highcontrast-light-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pivotview/styles/highcontrast-light-lite.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pivotview/styles/highcontrast-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pivotview/styles/highcontrast-lite.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pivotview/styles/material-dark-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pivotview/styles/material-dark-lite.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pivotview/styles/material-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pivotview/styles/material-lite.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pivotview/styles/material3-dark-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pivotview/styles/material3-dark-lite.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pivotview/styles/material3-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pivotview/styles/material3-lite.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pivotview/styles/pivotfieldlist/bootstrap5.3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotfieldlist/bootstrap5.3.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pivotview/styles/pivotview/bootstrap5.3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/bootstrap5.3.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pivotview/styles/tailwind-dark-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pivotview/styles/tailwind-dark-lite.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-pivotview/styles/tailwind-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pivotview/styles/tailwind-lite.scss';
|