@syncfusion/ej2-angular-grids 32.1.21 → 32.1.22-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-grids.es5.js +1008 -0
- package/@syncfusion/ej2-angular-grids.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-grids.js +947 -0
- package/@syncfusion/ej2-angular-grids.js.map +1 -0
- package/LICENSE +10 -0
- package/README.md +9 -17
- package/dist/ej2-angular-grids.umd.js +1634 -0
- package/dist/ej2-angular-grids.umd.js.map +1 -0
- package/dist/ej2-angular-grids.umd.min.js +11 -0
- package/dist/ej2-angular-grids.umd.min.js.map +1 -0
- package/ej2-angular-grids.d.ts +6 -0
- package/ej2-angular-grids.metadata.json +1 -0
- package/package.json +47 -29
- 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/grid/aggregate-columns.directive.d.ts +114 -119
- package/src/grid/aggregates.directive.d.ts +40 -45
- package/src/grid/columns.directive.d.ts +479 -484
- package/src/grid/grid-all.module.d.ts +30 -36
- package/src/grid/grid.component.d.ts +163 -168
- package/src/grid/grid.module.d.ts +5 -15
- package/src/grid/stacked-column.directive.d.ts +481 -486
- package/src/index.d.ts +11 -11
- package/src/pager/pager-all.module.d.ts +5 -11
- package/src/pager/pager.component.d.ts +40 -43
- package/src/pager/pager.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/excel-filter/bds.scss +1 -1
- package/styles/excel-filter/bootstrap-dark.scss +1 -1
- package/styles/excel-filter/bootstrap.scss +1 -1
- package/styles/excel-filter/bootstrap4.scss +1 -1
- package/styles/excel-filter/bootstrap5-dark.scss +1 -1
- package/styles/excel-filter/bootstrap5.3.scss +1 -1
- package/styles/excel-filter/bootstrap5.scss +1 -1
- package/styles/excel-filter/fabric-dark.scss +1 -1
- package/styles/excel-filter/fabric.scss +1 -1
- package/styles/excel-filter/fluent-dark.scss +1 -1
- package/styles/excel-filter/fluent.scss +1 -1
- package/styles/excel-filter/fluent2.scss +1 -1
- package/styles/excel-filter/highcontrast-light.scss +1 -1
- package/styles/excel-filter/highcontrast.scss +1 -1
- package/styles/excel-filter/material-dark.scss +1 -1
- package/styles/excel-filter/material.scss +1 -1
- package/styles/excel-filter/material3-dark.scss +2 -1
- package/styles/excel-filter/material3.scss +2 -1
- package/styles/excel-filter/tailwind-dark.scss +1 -1
- package/styles/excel-filter/tailwind.scss +1 -1
- package/styles/excel-filter/tailwind3.scss +1 -1
- 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/grid/bds.scss +1 -1
- package/styles/grid/bootstrap-dark.scss +1 -1
- package/styles/grid/bootstrap.scss +1 -1
- package/styles/grid/bootstrap4.scss +1 -1
- package/styles/grid/bootstrap5-dark.scss +1 -1
- package/styles/grid/bootstrap5.3.scss +1 -1
- package/styles/grid/bootstrap5.scss +1 -1
- package/styles/grid/fabric-dark.scss +1 -1
- package/styles/grid/fabric.scss +1 -1
- package/styles/grid/fluent-dark.scss +1 -1
- package/styles/grid/fluent.scss +1 -1
- package/styles/grid/fluent2.scss +1 -1
- package/styles/grid/highcontrast-light.scss +1 -1
- package/styles/grid/highcontrast.scss +1 -1
- package/styles/grid/material-dark.scss +1 -1
- package/styles/grid/material.scss +1 -1
- package/styles/grid/material3-dark.scss +2 -1
- package/styles/grid/material3.scss +2 -1
- package/styles/grid/tailwind-dark.scss +1 -1
- package/styles/grid/tailwind.scss +1 -1
- package/styles/grid/tailwind3.scss +1 -1
- 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/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 -2814
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/grid/aggregate-columns.directive.mjs +0 -84
- package/esm2020/src/grid/aggregates.directive.mjs +0 -69
- package/esm2020/src/grid/columns.directive.mjs +0 -100
- package/esm2020/src/grid/grid-all.module.mjs +0 -98
- package/esm2020/src/grid/grid.component.mjs +0 -298
- package/esm2020/src/grid/grid.module.mjs +0 -61
- package/esm2020/src/grid/stacked-column.directive.mjs +0 -100
- package/esm2020/src/index.mjs +0 -12
- package/esm2020/src/pager/pager-all.module.mjs +0 -23
- package/esm2020/src/pager/pager.component.mjs +0 -66
- package/esm2020/src/pager/pager.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-grids.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-grids.mjs +0 -881
- package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-grids.mjs +0 -881
- package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +0 -1
- package/syncfusion-ej2-angular-grids.d.ts +0 -5
package/src/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { StackedColumnDirective, StackedColumnsDirective } from './grid/stacked-column.directive';
|
|
2
|
-
export { ColumnDirective, ColumnsDirective } from './grid/columns.directive';
|
|
3
|
-
export { AggregateColumnDirective, AggregateColumnsDirective } from './grid/aggregate-columns.directive';
|
|
4
|
-
export { AggregateDirective, AggregatesDirective } from './grid/aggregates.directive';
|
|
5
|
-
export { GridComponent } from './grid/grid.component';
|
|
6
|
-
export { GridModule } from './grid/grid.module';
|
|
7
|
-
export { GridAllModule, FilterService, PageService, SelectionService, SortService, GroupService, ReorderService, RowDDService, DetailRowService, ToolbarService, AggregateService, SearchService, VirtualScrollService, EditService, ResizeService, ExcelExportService, PdfExportService, CommandColumnService, ContextMenuService, FreezeService, ColumnMenuService, ColumnChooserService, ForeignKeyService, InfiniteScrollService, LazyLoadGroupService } from './grid/grid-all.module';
|
|
8
|
-
export { PagerComponent } from './pager/pager.component';
|
|
9
|
-
export { PagerModule } from './pager/pager.module';
|
|
10
|
-
export { PagerAllModule } from './pager/pager-all.module';
|
|
11
|
-
export * from '@syncfusion/ej2-grids';
|
|
1
|
+
export { StackedColumnDirective, StackedColumnsDirective } from './grid/stacked-column.directive';
|
|
2
|
+
export { ColumnDirective, ColumnsDirective } from './grid/columns.directive';
|
|
3
|
+
export { AggregateColumnDirective, AggregateColumnsDirective } from './grid/aggregate-columns.directive';
|
|
4
|
+
export { AggregateDirective, AggregatesDirective } from './grid/aggregates.directive';
|
|
5
|
+
export { GridComponent } from './grid/grid.component';
|
|
6
|
+
export { GridModule } from './grid/grid.module';
|
|
7
|
+
export { GridAllModule, FilterService, PageService, SelectionService, SortService, GroupService, ReorderService, RowDDService, DetailRowService, ToolbarService, AggregateService, SearchService, VirtualScrollService, EditService, ResizeService, ExcelExportService, PdfExportService, CommandColumnService, ContextMenuService, FreezeService, ColumnMenuService, ColumnChooserService, ForeignKeyService, InfiniteScrollService, LazyLoadGroupService } from './grid/grid-all.module';
|
|
8
|
+
export { PagerComponent } from './pager/pager.component';
|
|
9
|
+
export { PagerModule } from './pager/pager.module';
|
|
10
|
+
export { PagerAllModule } from './pager/pager-all.module';
|
|
11
|
+
export * from '@syncfusion/ej2-grids';
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
*/
|
|
7
|
-
export declare class PagerAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PagerAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PagerAllModule, never, [typeof i1.CommonModule, typeof i2.PagerModule], [typeof i2.PagerModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<PagerAllModule>;
|
|
11
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the Pager component with providers.
|
|
3
|
+
*/
|
|
4
|
+
export declare class PagerAllModule {
|
|
5
|
+
}
|
|
@@ -1,43 +1,40 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { Pager } from '@syncfusion/ej2-grids';
|
|
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
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PagerComponent, never>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PagerComponent, "ejs-pager", never, { "cssClass": "cssClass"; "currentPage": "currentPage"; "customText": "customText"; "enableExternalMessage": "enableExternalMessage"; "enablePagerMessage": "enablePagerMessage"; "enablePersistence": "enablePersistence"; "enableQueryString": "enableQueryString"; "enableRtl": "enableRtl"; "externalMessage": "externalMessage"; "locale": "locale"; "pageCount": "pageCount"; "pageSize": "pageSize"; "pageSizes": "pageSizes"; "template": "template"; "totalRecordsCount": "totalRecordsCount"; }, { "click": "click"; "created": "created"; "dropDownChanged": "dropDownChanged"; "currentPageChange": "currentPageChange"; "pageSizeChange": "pageSizeChange"; "pageCountChange": "pageCountChange"; "pageSizesChange": "pageSizesChange"; }, ["template"], never>;
|
|
43
|
-
}
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { Pager } from '@syncfusion/ej2-grids';
|
|
4
|
+
export declare const inputs: string[];
|
|
5
|
+
export declare const outputs: string[];
|
|
6
|
+
export declare const twoWays: string[];
|
|
7
|
+
/**
|
|
8
|
+
* `ejs-pager` represents the Angular Pager Component.
|
|
9
|
+
* ```html
|
|
10
|
+
* <ejs-pager></ejs-pager>
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare class PagerComponent extends Pager implements IComponentBase {
|
|
14
|
+
private ngEle;
|
|
15
|
+
private srenderer;
|
|
16
|
+
private viewContainerRef;
|
|
17
|
+
private injector;
|
|
18
|
+
context: any;
|
|
19
|
+
tagObjects: any;
|
|
20
|
+
click: any;
|
|
21
|
+
created: any;
|
|
22
|
+
dropDownChanged: any;
|
|
23
|
+
currentPageChange: any;
|
|
24
|
+
pageSizeChange: any;
|
|
25
|
+
pageCountChange: any;
|
|
26
|
+
pageSizesChange: any;
|
|
27
|
+
/**
|
|
28
|
+
* Defines the template as string or HTML element ID which renders customized elements in pager instead of default elements.
|
|
29
|
+
* @default null
|
|
30
|
+
* @asptype string
|
|
31
|
+
*/
|
|
32
|
+
template: any;
|
|
33
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
34
|
+
ngOnInit(): void;
|
|
35
|
+
ngAfterViewInit(): void;
|
|
36
|
+
ngOnDestroy(): void;
|
|
37
|
+
ngAfterContentChecked(): void;
|
|
38
|
+
registerEvents: (eventList: string[]) => void;
|
|
39
|
+
addTwoWay: (propList: string[]) => void;
|
|
40
|
+
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
*/
|
|
7
|
-
export declare class PagerModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PagerModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PagerModule, [typeof i1.PagerComponent], [typeof i2.CommonModule], [typeof i1.PagerComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<PagerModule>;
|
|
11
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the Pager component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class PagerModule {
|
|
5
|
+
}
|
package/styles/bds-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/bds-lite.scss';
|
package/styles/bds.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'excel-filter/bds.scss';
|
|
2
|
+
@import 'grid/bds.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/bootstrap-dark-lite.scss';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'excel-filter/bootstrap-dark.scss';
|
|
2
|
+
@import 'grid/bootstrap-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/bootstrap-lite.scss';
|
package/styles/bootstrap.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'excel-filter/bootstrap.scss';
|
|
2
|
+
@import 'grid/bootstrap.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/bootstrap4-lite.scss';
|
package/styles/bootstrap4.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'excel-filter/bootstrap4.scss';
|
|
2
|
+
@import 'grid/bootstrap4.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/bootstrap5-dark-lite.scss';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'excel-filter/bootstrap5-dark.scss';
|
|
2
|
+
@import 'grid/bootstrap5-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/bootstrap5-lite.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/bootstrap5.3-lite.scss';
|
package/styles/bootstrap5.3.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'excel-filter/bootstrap5.3.scss';
|
|
2
|
+
@import 'grid/bootstrap5.3.scss';
|
package/styles/bootstrap5.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'excel-filter/bootstrap5.scss';
|
|
2
|
+
@import 'grid/bootstrap5.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/excel-filter/bds.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/excel-filter/bootstrap-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/excel-filter/bootstrap.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/excel-filter/bootstrap4.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/excel-filter/bootstrap5-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/excel-filter/bootstrap5.3.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/excel-filter/bootstrap5.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/excel-filter/fabric-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/excel-filter/fabric.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/excel-filter/fluent-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/excel-filter/fluent.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/excel-filter/fluent2.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/excel-filter/highcontrast-light.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/excel-filter/highcontrast.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/excel-filter/material-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/excel-filter/material.scss';
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
@import 'ej2-grids/styles/excel-filter/material3-dark.scss';
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
@import 'ej2-grids/styles/excel-filter/material3.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/excel-filter/tailwind-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/excel-filter/tailwind.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/excel-filter/tailwind3.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/fabric-dark-lite.scss';
|
package/styles/fabric-dark.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'excel-filter/fabric-dark.scss';
|
|
2
|
+
@import 'grid/fabric-dark.scss';
|
package/styles/fabric-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/fabric-lite.scss';
|
package/styles/fabric.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'excel-filter/fabric.scss';
|
|
2
|
+
@import 'grid/fabric.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/fluent-dark-lite.scss';
|
package/styles/fluent-dark.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'excel-filter/fluent-dark.scss';
|
|
2
|
+
@import 'grid/fluent-dark.scss';
|
package/styles/fluent-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/fluent-lite.scss';
|
package/styles/fluent.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'excel-filter/fluent.scss';
|
|
2
|
+
@import 'grid/fluent.scss';
|
package/styles/fluent2-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/fluent2-lite.scss';
|
package/styles/fluent2.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'excel-filter/fluent2.scss';
|
|
2
|
+
@import 'grid/fluent2.scss';
|
package/styles/grid/bds.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/grid/bds.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/grid/bootstrap-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/grid/bootstrap.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/grid/bootstrap4.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/grid/bootstrap5-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/grid/bootstrap5.3.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/grid/bootstrap5.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/grid/fabric-dark.scss';
|
package/styles/grid/fabric.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/grid/fabric.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/grid/fluent-dark.scss';
|
package/styles/grid/fluent.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/grid/fluent.scss';
|
package/styles/grid/fluent2.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/grid/fluent2.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/grid/highcontrast-light.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/grid/highcontrast.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/grid/material-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/grid/material.scss';
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
@import 'ej2-grids/styles/grid/material3-dark.scss';
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
@import 'ej2-grids/styles/grid/material3.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/grid/tailwind-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/grid/tailwind.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/grid/tailwind3.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/highcontrast-light-lite.scss';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'excel-filter/highcontrast-light.scss';
|
|
2
|
+
@import 'grid/highcontrast-light.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/highcontrast-lite.scss';
|
package/styles/highcontrast.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'excel-filter/highcontrast.scss';
|
|
2
|
+
@import 'grid/highcontrast.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/material-dark-lite.scss';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'excel-filter/material-dark.scss';
|
|
2
|
+
@import 'grid/material-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/material-lite.scss';
|
package/styles/material.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'excel-filter/material.scss';
|
|
2
|
+
@import 'grid/material.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/material3-dark-lite.scss';
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
@
|
|
1
|
+
|
|
2
|
+
@import 'excel-filter/material3-dark.scss';
|
|
3
|
+
@import 'grid/material3-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/material3-lite.scss';
|
package/styles/material3.scss
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
@
|
|
1
|
+
|
|
2
|
+
@import 'excel-filter/material3.scss';
|
|
3
|
+
@import 'grid/material3.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/tailwind-dark-lite.scss';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'excel-filter/tailwind-dark.scss';
|
|
2
|
+
@import 'grid/tailwind-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/tailwind-lite.scss';
|
package/styles/tailwind.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'excel-filter/tailwind.scss';
|
|
2
|
+
@import 'grid/tailwind.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-grids/styles/tailwind3-lite.scss';
|
package/styles/tailwind3.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@import 'excel-filter/tailwind3.scss';
|
|
2
|
+
@import 'grid/tailwind3.scss';
|