@syncfusion/ej2-angular-treegrid 20.2.39 → 20.2.43-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-treegrid.es5.js +676 -0
- package/@syncfusion/ej2-angular-treegrid.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-treegrid.js +635 -0
- package/@syncfusion/ej2-angular-treegrid.js.map +1 -0
- package/CHANGELOG.md +226 -0
- package/dist/ej2-angular-treegrid.umd.js +838 -0
- package/dist/ej2-angular-treegrid.umd.js.map +1 -0
- package/dist/ej2-angular-treegrid.umd.min.js +11 -0
- package/dist/ej2-angular-treegrid.umd.min.js.map +1 -0
- package/ej2-angular-treegrid.d.ts +5 -0
- package/ej2-angular-treegrid.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +20 -0
- package/schematics/generators/treegrid-default/index.d.ts +3 -0
- package/schematics/generators/treegrid-default/index.js +8 -0
- package/schematics/generators/treegrid-default/sample-details.d.ts +5 -0
- package/schematics/generators/treegrid-default/sample-details.js +7 -0
- package/schematics/generators/treegrid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/treegrid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
- package/schematics/generators/treegrid-default/schema.d.ts +3 -0
- package/schematics/generators/treegrid-default/schema.js +2 -0
- package/schematics/generators/treegrid-default/schema.json +125 -0
- package/schematics/generators/treegrid-feature/index.d.ts +3 -0
- package/schematics/generators/treegrid-feature/index.js +8 -0
- package/schematics/generators/treegrid-feature/sample-details.d.ts +5 -0
- package/schematics/generators/treegrid-feature/sample-details.js +7 -0
- package/schematics/generators/treegrid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/treegrid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
- package/schematics/generators/treegrid-feature/schema.d.ts +3 -0
- package/schematics/generators/treegrid-feature/schema.js +2 -0
- package/schematics/generators/treegrid-feature/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- 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/treegrid/aggregate-columns.directive.d.ts +0 -5
- package/src/treegrid/aggregates.directive.d.ts +0 -5
- package/src/treegrid/columns.directive.d.ts +0 -5
- package/src/treegrid/treegrid-all.module.d.ts +0 -6
- package/src/treegrid/treegrid.component.d.ts +0 -3
- package/src/treegrid/treegrid.module.d.ts +0 -9
- package/styles/bootstrap-dark.css +1 -5
- package/styles/bootstrap.css +1 -5
- package/styles/bootstrap4.css +1 -5
- package/styles/bootstrap5-dark.css +1 -6
- package/styles/bootstrap5.css +1 -6
- package/styles/fabric-dark.css +1 -5
- package/styles/fabric.css +1 -5
- package/styles/fluent-dark.css +1 -5
- package/styles/fluent.css +1 -5
- package/styles/highcontrast-light.css +1 -5
- package/styles/highcontrast.css +1 -5
- package/styles/material-dark.css +1 -5
- package/styles/material.css +1 -5
- package/styles/tailwind-dark.css +1 -5
- package/styles/tailwind.css +1 -5
- package/styles/treegrid/bootstrap-dark.css +1 -5
- package/styles/treegrid/bootstrap-dark.scss +1 -18
- package/styles/treegrid/bootstrap.css +1 -5
- package/styles/treegrid/bootstrap.scss +1 -18
- package/styles/treegrid/bootstrap4.css +1 -5
- package/styles/treegrid/bootstrap4.scss +1 -18
- package/styles/treegrid/bootstrap5-dark.css +1 -6
- package/styles/treegrid/bootstrap5-dark.scss +1 -18
- package/styles/treegrid/bootstrap5.css +1 -6
- package/styles/treegrid/bootstrap5.scss +1 -18
- package/styles/treegrid/fabric-dark.css +1 -5
- package/styles/treegrid/fabric-dark.scss +1 -18
- package/styles/treegrid/fabric.css +1 -5
- package/styles/treegrid/fabric.scss +1 -18
- package/styles/treegrid/fluent-dark.css +1 -5
- package/styles/treegrid/fluent-dark.scss +1 -18
- package/styles/treegrid/fluent.css +1 -5
- package/styles/treegrid/fluent.scss +1 -18
- package/styles/treegrid/highcontrast-light.css +1 -5
- package/styles/treegrid/highcontrast-light.scss +1 -18
- package/styles/treegrid/highcontrast.css +1 -5
- package/styles/treegrid/highcontrast.scss +1 -18
- package/styles/treegrid/material-dark.css +1 -5
- package/styles/treegrid/material-dark.scss +1 -18
- package/styles/treegrid/material.css +1 -5
- package/styles/treegrid/material.scss +1 -18
- package/styles/treegrid/tailwind-dark.css +1 -5
- package/styles/treegrid/tailwind-dark.scss +1 -18
- package/styles/treegrid/tailwind.css +1 -5
- package/styles/treegrid/tailwind.scss +1 -18
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/src/treegrid/aggregate-columns.directive.mjs +0 -72
- package/esm2020/src/treegrid/aggregates.directive.mjs +0 -69
- package/esm2020/src/treegrid/columns.directive.mjs +0 -96
- package/esm2020/src/treegrid/treegrid-all.module.mjs +0 -89
- package/esm2020/src/treegrid/treegrid.component.mjs +0 -247
- package/esm2020/src/treegrid/treegrid.module.mjs +0 -52
- package/esm2020/syncfusion-ej2-angular-treegrid.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-treegrid.mjs +0 -606
- package/fesm2015/syncfusion-ej2-angular-treegrid.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-treegrid.mjs +0 -606
- package/fesm2020/syncfusion-ej2-angular-treegrid.mjs.map +0 -1
- package/styles/treegrid/_all.scss +0 -2
- package/styles/treegrid/_bootstrap-dark-definition.scss +0 -30
- package/styles/treegrid/_bootstrap-definition.scss +0 -30
- package/styles/treegrid/_bootstrap4-definition.scss +0 -30
- package/styles/treegrid/_bootstrap5-dark-definition.scss +0 -1
- package/styles/treegrid/_bootstrap5-definition.scss +0 -28
- package/styles/treegrid/_fabric-dark-definition.scss +0 -30
- package/styles/treegrid/_fabric-definition.scss +0 -30
- package/styles/treegrid/_fluent-dark-definition.scss +0 -1
- package/styles/treegrid/_fluent-definition.scss +0 -29
- package/styles/treegrid/_fusionnew-definition.scss +0 -28
- package/styles/treegrid/_highcontrast-definition.scss +0 -30
- package/styles/treegrid/_highcontrast-light-definition.scss +0 -30
- package/styles/treegrid/_icons.scss +0 -37
- package/styles/treegrid/_layout.scss +0 -444
- package/styles/treegrid/_material-dark-definition.scss +0 -30
- package/styles/treegrid/_material-definition.scss +0 -30
- package/styles/treegrid/_material3-definition.scss +0 -28
- package/styles/treegrid/_tailwind-dark-definition.scss +0 -1
- package/styles/treegrid/_tailwind-definition.scss +0 -28
- package/styles/treegrid/_theme.scss +0 -1
- package/styles/treegrid/icons/_bootstrap-dark.scss +0 -37
- package/styles/treegrid/icons/_bootstrap.scss +0 -37
- package/styles/treegrid/icons/_bootstrap4.scss +0 -37
- package/styles/treegrid/icons/_bootstrap5-dark.scss +0 -1
- package/styles/treegrid/icons/_bootstrap5.scss +0 -37
- package/styles/treegrid/icons/_fabric-dark.scss +0 -37
- package/styles/treegrid/icons/_fabric.scss +0 -37
- package/styles/treegrid/icons/_fluent-dark.scss +0 -1
- package/styles/treegrid/icons/_fluent.scss +0 -37
- package/styles/treegrid/icons/_fusionnew.scss +0 -26
- package/styles/treegrid/icons/_highcontrast-light.scss +0 -37
- package/styles/treegrid/icons/_highcontrast.scss +0 -37
- package/styles/treegrid/icons/_material-dark.scss +0 -37
- package/styles/treegrid/icons/_material.scss +0 -37
- package/styles/treegrid/icons/_material3.scss +0 -26
- package/styles/treegrid/icons/_tailwind-dark.scss +0 -37
- package/styles/treegrid/icons/_tailwind.scss +0 -37
- package/syncfusion-ej2-angular-treegrid.d.ts +0 -5
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* `e-column` directive represent a column of the Angular TreeGrid.
|
|
6
5
|
* It must be contained in a TreeGrid component(`ejs-treegrid`).
|
|
@@ -334,8 +333,6 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
|
|
|
334
333
|
*/
|
|
335
334
|
editTemplate: any;
|
|
336
335
|
constructor(viewContainerRef: ViewContainerRef);
|
|
337
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnDirective, never>;
|
|
338
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnDirective, "ejs-treegrid>e-columns>e-column", never, { "allowEditing": "allowEditing"; "allowFiltering": "allowFiltering"; "allowReordering": "allowReordering"; "allowResizing": "allowResizing"; "allowSorting": "allowSorting"; "clipMode": "clipMode"; "columns": "columns"; "commands": "commands"; "customAttributes": "customAttributes"; "defaultValue": "defaultValue"; "disableHtmlEncode": "disableHtmlEncode"; "displayAsCheckBox": "displayAsCheckBox"; "edit": "edit"; "editTemplate": "editTemplate"; "editType": "editType"; "field": "field"; "filter": "filter"; "filterBarTemplate": "filterBarTemplate"; "filterTemplate": "filterTemplate"; "format": "format"; "formatter": "formatter"; "freeze": "freeze"; "headerTemplate": "headerTemplate"; "headerText": "headerText"; "headerTextAlign": "headerTextAlign"; "hideAtMedia": "hideAtMedia"; "isFrozen": "isFrozen"; "isIdentity": "isIdentity"; "isPrimaryKey": "isPrimaryKey"; "lockColumn": "lockColumn"; "maxWidth": "maxWidth"; "minWidth": "minWidth"; "showCheckbox": "showCheckbox"; "showColumnMenu": "showColumnMenu"; "showInColumnChooser": "showInColumnChooser"; "sortComparer": "sortComparer"; "template": "template"; "textAlign": "textAlign"; "type": "type"; "uid": "uid"; "validationRules": "validationRules"; "valueAccessor": "valueAccessor"; "visible": "visible"; "width": "width"; }, {}, ["template", "headerTemplate", "filter_itemTemplate", "filterTemplate", "commandsTemplate", "editTemplate"]>;
|
|
339
336
|
}
|
|
340
337
|
/**
|
|
341
338
|
* Column Array Directive
|
|
@@ -343,6 +340,4 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
|
|
|
343
340
|
*/
|
|
344
341
|
export declare class ColumnsDirective extends ArrayBase<ColumnsDirective> {
|
|
345
342
|
constructor();
|
|
346
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsDirective, never>;
|
|
347
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnsDirective, "ejs-treegrid>e-columns", never, {}, {}, ["children"]>;
|
|
348
343
|
}
|
|
@@ -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 "./treegrid.module";
|
|
5
2
|
export declare const FilterService: ValueProvider;
|
|
6
3
|
export declare const PageService: ValueProvider;
|
|
7
4
|
export declare const SortService: ValueProvider;
|
|
@@ -27,7 +24,4 @@ export declare const InfiniteScrollService: ValueProvider;
|
|
|
27
24
|
* NgModule definition for the TreeGrid component with providers.
|
|
28
25
|
*/
|
|
29
26
|
export declare class TreeGridAllModule {
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TreeGridAllModule, never>;
|
|
31
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TreeGridAllModule, never, [typeof i1.CommonModule, typeof i2.TreeGridModule], [typeof i2.TreeGridModule]>;
|
|
32
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TreeGridAllModule>;
|
|
33
27
|
}
|
|
@@ -3,7 +3,6 @@ import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
|
3
3
|
import { TreeGrid } from '@syncfusion/ej2-treegrid';
|
|
4
4
|
import { ColumnsDirective } from './columns.directive';
|
|
5
5
|
import { AggregatesDirective } from './aggregates.directive';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
6
|
export declare const inputs: string[];
|
|
8
7
|
export declare const outputs: string[];
|
|
9
8
|
export declare const twoWays: string[];
|
|
@@ -118,6 +117,4 @@ export declare class TreeGridComponent extends TreeGrid implements IComponentBas
|
|
|
118
117
|
ngAfterContentChecked(): void;
|
|
119
118
|
registerEvents: (eventList: string[]) => void;
|
|
120
119
|
addTwoWay: (propList: string[]) => void;
|
|
121
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TreeGridComponent, never>;
|
|
122
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreeGridComponent, "ejs-treegrid", never, { "aggregates": "aggregates"; "allowExcelExport": "allowExcelExport"; "allowFiltering": "allowFiltering"; "allowMultiSorting": "allowMultiSorting"; "allowPaging": "allowPaging"; "allowPdfExport": "allowPdfExport"; "allowReordering": "allowReordering"; "allowResizing": "allowResizing"; "allowRowDragAndDrop": "allowRowDragAndDrop"; "allowSelection": "allowSelection"; "allowSorting": "allowSorting"; "allowTextWrap": "allowTextWrap"; "autoCheckHierarchy": "autoCheckHierarchy"; "childMapping": "childMapping"; "clipMode": "clipMode"; "columnMenuItems": "columnMenuItems"; "columnQueryMode": "columnQueryMode"; "columns": "columns"; "contextMenuItems": "contextMenuItems"; "copyHierarchyMode": "copyHierarchyMode"; "dataSource": "dataSource"; "detailTemplate": "detailTemplate"; "editSettings": "editSettings"; "enableAdaptiveUI": "enableAdaptiveUI"; "enableAltRow": "enableAltRow"; "enableAutoFill": "enableAutoFill"; "enableCollapseAll": "enableCollapseAll"; "enableColumnVirtualization": "enableColumnVirtualization"; "enableHover": "enableHover"; "enableImmutableMode": "enableImmutableMode"; "enableInfiniteScrolling": "enableInfiniteScrolling"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableVirtualization": "enableVirtualization"; "expandStateMapping": "expandStateMapping"; "filterSettings": "filterSettings"; "frozenColumns": "frozenColumns"; "frozenRows": "frozenRows"; "gridLines": "gridLines"; "hasChildMapping": "hasChildMapping"; "height": "height"; "idMapping": "idMapping"; "infiniteScrollSettings": "infiniteScrollSettings"; "loadChildOnDemand": "loadChildOnDemand"; "locale": "locale"; "pageSettings": "pageSettings"; "parentIdMapping": "parentIdMapping"; "printMode": "printMode"; "query": "query"; "rowDropSettings": "rowDropSettings"; "rowHeight": "rowHeight"; "rowTemplate": "rowTemplate"; "searchSettings": "searchSettings"; "selectedRowIndex": "selectedRowIndex"; "selectionSettings": "selectionSettings"; "showColumnChooser": "showColumnChooser"; "showColumnMenu": "showColumnMenu"; "sortSettings": "sortSettings"; "textWrapSettings": "textWrapSettings"; "toolbar": "toolbar"; "treeColumnIndex": "treeColumnIndex"; "width": "width"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "batchAdd": "batchAdd"; "batchCancel": "batchCancel"; "batchDelete": "batchDelete"; "beforeBatchAdd": "beforeBatchAdd"; "beforeBatchDelete": "beforeBatchDelete"; "beforeBatchSave": "beforeBatchSave"; "beforeCopy": "beforeCopy"; "beforeDataBound": "beforeDataBound"; "beforeExcelExport": "beforeExcelExport"; "beforePaste": "beforePaste"; "beforePdfExport": "beforePdfExport"; "beforePrint": "beforePrint"; "beginEdit": "beginEdit"; "cellDeselected": "cellDeselected"; "cellDeselecting": "cellDeselecting"; "cellEdit": "cellEdit"; "cellSave": "cellSave"; "cellSaved": "cellSaved"; "cellSelected": "cellSelected"; "cellSelecting": "cellSelecting"; "checkboxChange": "checkboxChange"; "collapsed": "collapsed"; "collapsing": "collapsing"; "columnDrag": "columnDrag"; "columnDragStart": "columnDragStart"; "columnDrop": "columnDrop"; "columnMenuClick": "columnMenuClick"; "columnMenuOpen": "columnMenuOpen"; "contextMenuClick": "contextMenuClick"; "contextMenuOpen": "contextMenuOpen"; "created": "created"; "dataBound": "dataBound"; "dataSourceChanged": "dataSourceChanged"; "dataStateChange": "dataStateChange"; "detailDataBound": "detailDataBound"; "excelExportComplete": "excelExportComplete"; "excelHeaderQueryCellInfo": "excelHeaderQueryCellInfo"; "excelQueryCellInfo": "excelQueryCellInfo"; "expanded": "expanded"; "expanding": "expanding"; "headerCellInfo": "headerCellInfo"; "load": "load"; "pdfExportComplete": "pdfExportComplete"; "pdfHeaderQueryCellInfo": "pdfHeaderQueryCellInfo"; "pdfQueryCellInfo": "pdfQueryCellInfo"; "printComplete": "printComplete"; "queryCellInfo": "queryCellInfo"; "recordDoubleClick": "recordDoubleClick"; "resizeStart": "resizeStart"; "resizeStop": "resizeStop"; "resizing": "resizing"; "rowDataBound": "rowDataBound"; "rowDeselected": "rowDeselected"; "rowDeselecting": "rowDeselecting"; "rowDrag": "rowDrag"; "rowDragStart": "rowDragStart"; "rowDragStartHelper": "rowDragStartHelper"; "rowDrop": "rowDrop"; "rowSelected": "rowSelected"; "rowSelecting": "rowSelecting"; "toolbarClick": "toolbarClick"; "dataSourceChange": "dataSourceChange"; }, ["toolbarTemplate", "pagerTemplate", "rowTemplate", "detailTemplate", "editSettings_template", "childColumns", "childAggregates"], never>;
|
|
123
120
|
}
|
|
@@ -1,14 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./treegrid.component";
|
|
3
|
-
import * as i2 from "./columns.directive";
|
|
4
|
-
import * as i3 from "./aggregate-columns.directive";
|
|
5
|
-
import * as i4 from "./aggregates.directive";
|
|
6
|
-
import * as i5 from "@angular/common";
|
|
7
1
|
/**
|
|
8
2
|
* NgModule definition for the TreeGrid component.
|
|
9
3
|
*/
|
|
10
4
|
export declare class TreeGridModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TreeGridModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TreeGridModule, [typeof i1.TreeGridComponent, typeof i2.ColumnDirective, typeof i2.ColumnsDirective, typeof i3.AggregateColumnDirective, typeof i3.AggregateColumnsDirective, typeof i4.AggregateDirective, typeof i4.AggregatesDirective], [typeof i5.CommonModule], [typeof i1.TreeGridComponent, typeof i2.ColumnDirective, typeof i2.ColumnsDirective, typeof i3.AggregateColumnDirective, typeof i3.AggregateColumnsDirective, typeof i4.AggregateDirective, typeof i4.AggregatesDirective]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TreeGridModule>;
|
|
14
5
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-popup.e-ddl {
|
|
3
2
|
border-radius: 4px;
|
|
4
3
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
|
|
@@ -104,7 +103,6 @@
|
|
|
104
103
|
min-height: 34px;
|
|
105
104
|
}
|
|
106
105
|
|
|
107
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
108
106
|
@keyframes material-spinner-rotate {
|
|
109
107
|
0% {
|
|
110
108
|
transform: rotate(0);
|
|
@@ -447,6 +445,4 @@
|
|
|
447
445
|
}
|
|
448
446
|
.e-treegrid .e-grid.e-rtl .e-gridcontent .e-droptop .e-lastrow-dragborder {
|
|
449
447
|
height: 0;
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
/* stylelint-disable-line no-empty-source */
|
|
448
|
+
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-popup.e-ddl {
|
|
3
2
|
border-radius: 4px;
|
|
4
3
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
@@ -104,7 +103,6 @@
|
|
|
104
103
|
min-height: 34px;
|
|
105
104
|
}
|
|
106
105
|
|
|
107
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
108
106
|
@keyframes material-spinner-rotate {
|
|
109
107
|
0% {
|
|
110
108
|
transform: rotate(0);
|
|
@@ -448,6 +446,4 @@
|
|
|
448
446
|
}
|
|
449
447
|
.e-treegrid .e-grid.e-rtl .e-gridcontent .e-droptop .e-lastrow-dragborder {
|
|
450
448
|
height: 0;
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
/* stylelint-disable-line no-empty-source */
|
|
449
|
+
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-input-group.e-ddl .e-control.e-autocomplete ~ .e-ddl-icon {
|
|
3
2
|
font-size: 8px;
|
|
4
3
|
}
|
|
@@ -146,7 +145,6 @@
|
|
|
146
145
|
min-height: 34px;
|
|
147
146
|
}
|
|
148
147
|
|
|
149
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
150
148
|
@keyframes material-spinner-rotate {
|
|
151
149
|
0% {
|
|
152
150
|
transform: rotate(0);
|
|
@@ -483,6 +481,4 @@
|
|
|
483
481
|
}
|
|
484
482
|
.e-treegrid .e-grid.e-rtl .e-gridcontent .e-droptop .e-lastrow-dragborder {
|
|
485
483
|
height: 0;
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
/* stylelint-disable-line no-empty-source */
|
|
484
|
+
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-popup.e-ddl {
|
|
3
2
|
border-radius: 4px;
|
|
4
3
|
box-shadow: none;
|
|
@@ -145,7 +144,6 @@
|
|
|
145
144
|
min-height: 34px;
|
|
146
145
|
}
|
|
147
146
|
|
|
148
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
149
147
|
@keyframes material-spinner-rotate {
|
|
150
148
|
0% {
|
|
151
149
|
transform: rotate(0);
|
|
@@ -163,7 +161,6 @@
|
|
|
163
161
|
}
|
|
164
162
|
}
|
|
165
163
|
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
166
|
-
/* stylelint-disable */
|
|
167
164
|
.e-treegrid .e-indent::before,
|
|
168
165
|
.e-grid-menu .e-indent::before {
|
|
169
166
|
content: "\e810";
|
|
@@ -484,6 +481,4 @@
|
|
|
484
481
|
}
|
|
485
482
|
.e-treegrid .e-grid.e-rtl .e-gridcontent .e-droptop .e-lastrow-dragborder {
|
|
486
483
|
height: 0;
|
|
487
|
-
}
|
|
488
|
-
|
|
489
|
-
/* stylelint-disable-line no-empty-source */
|
|
484
|
+
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-popup.e-ddl {
|
|
3
2
|
border-radius: 4px;
|
|
4
3
|
box-shadow: none;
|
|
@@ -145,7 +144,6 @@
|
|
|
145
144
|
min-height: 34px;
|
|
146
145
|
}
|
|
147
146
|
|
|
148
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
149
147
|
@keyframes material-spinner-rotate {
|
|
150
148
|
0% {
|
|
151
149
|
transform: rotate(0);
|
|
@@ -163,7 +161,6 @@
|
|
|
163
161
|
}
|
|
164
162
|
}
|
|
165
163
|
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
166
|
-
/* stylelint-disable */
|
|
167
164
|
.e-treegrid .e-indent::before,
|
|
168
165
|
.e-grid-menu .e-indent::before {
|
|
169
166
|
content: "\e810";
|
|
@@ -484,6 +481,4 @@
|
|
|
484
481
|
}
|
|
485
482
|
.e-treegrid .e-grid.e-rtl .e-gridcontent .e-droptop .e-lastrow-dragborder {
|
|
486
483
|
height: 0;
|
|
487
|
-
}
|
|
488
|
-
|
|
489
|
-
/* stylelint-disable-line no-empty-source */
|
|
484
|
+
}
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-ddl.e-popup {
|
|
3
2
|
border: 0;
|
|
4
3
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
|
|
@@ -80,7 +79,6 @@
|
|
|
80
79
|
height: 34px;
|
|
81
80
|
}
|
|
82
81
|
|
|
83
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
84
82
|
@keyframes material-spinner-rotate {
|
|
85
83
|
0% {
|
|
86
84
|
transform: rotate(0);
|
|
@@ -423,6 +421,4 @@
|
|
|
423
421
|
}
|
|
424
422
|
.e-treegrid .e-grid.e-rtl .e-gridcontent .e-droptop .e-lastrow-dragborder {
|
|
425
423
|
height: 0;
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
/* stylelint-disable-line no-empty-source */
|
|
424
|
+
}
|
package/styles/fabric.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-ddl.e-popup {
|
|
3
2
|
border: 0;
|
|
4
3
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
@@ -73,7 +72,6 @@
|
|
|
73
72
|
height: 34px;
|
|
74
73
|
}
|
|
75
74
|
|
|
76
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
77
75
|
@keyframes material-spinner-rotate {
|
|
78
76
|
0% {
|
|
79
77
|
transform: rotate(0);
|
|
@@ -416,6 +414,4 @@
|
|
|
416
414
|
}
|
|
417
415
|
.e-treegrid .e-grid.e-rtl .e-gridcontent .e-droptop .e-lastrow-dragborder {
|
|
418
416
|
height: 0;
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
/* stylelint-disable-line no-empty-source */
|
|
417
|
+
}
|
package/styles/fluent-dark.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-popup.e-ddl {
|
|
3
2
|
border-radius: 4px;
|
|
4
3
|
box-shadow: none;
|
|
@@ -125,7 +124,6 @@
|
|
|
125
124
|
min-height: 34px;
|
|
126
125
|
}
|
|
127
126
|
|
|
128
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
129
127
|
@keyframes material-spinner-rotate {
|
|
130
128
|
0% {
|
|
131
129
|
transform: rotate(0);
|
|
@@ -481,6 +479,4 @@
|
|
|
481
479
|
}
|
|
482
480
|
.e-treegrid .e-grid.e-rtl .e-gridcontent .e-droptop .e-lastrow-dragborder {
|
|
483
481
|
height: 0;
|
|
484
|
-
}
|
|
485
|
-
|
|
486
|
-
/* stylelint-disable-line no-empty-source */
|
|
482
|
+
}
|
package/styles/fluent.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-popup.e-ddl {
|
|
3
2
|
border-radius: 4px;
|
|
4
3
|
box-shadow: none;
|
|
@@ -125,7 +124,6 @@
|
|
|
125
124
|
min-height: 34px;
|
|
126
125
|
}
|
|
127
126
|
|
|
128
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
129
127
|
@keyframes material-spinner-rotate {
|
|
130
128
|
0% {
|
|
131
129
|
transform: rotate(0);
|
|
@@ -481,6 +479,4 @@
|
|
|
481
479
|
}
|
|
482
480
|
.e-treegrid .e-grid.e-rtl .e-gridcontent .e-droptop .e-lastrow-dragborder {
|
|
483
481
|
height: 0;
|
|
484
|
-
}
|
|
485
|
-
|
|
486
|
-
/* stylelint-disable-line no-empty-source */
|
|
482
|
+
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
3
2
|
height: 36px;
|
|
4
3
|
}
|
|
@@ -77,7 +76,6 @@
|
|
|
77
76
|
height: 34px;
|
|
78
77
|
}
|
|
79
78
|
|
|
80
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
81
79
|
@keyframes material-spinner-rotate {
|
|
82
80
|
0% {
|
|
83
81
|
transform: rotate(0);
|
|
@@ -420,6 +418,4 @@
|
|
|
420
418
|
}
|
|
421
419
|
.e-treegrid .e-grid.e-rtl .e-gridcontent .e-droptop .e-lastrow-dragborder {
|
|
422
420
|
height: 0;
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
/* stylelint-disable-line no-empty-source */
|
|
421
|
+
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
3
2
|
height: 36px;
|
|
4
3
|
}
|
|
@@ -77,7 +76,6 @@
|
|
|
77
76
|
height: 34px;
|
|
78
77
|
}
|
|
79
78
|
|
|
80
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
81
79
|
@keyframes material-spinner-rotate {
|
|
82
80
|
0% {
|
|
83
81
|
transform: rotate(0);
|
|
@@ -420,6 +418,4 @@
|
|
|
420
418
|
}
|
|
421
419
|
.e-treegrid .e-grid.e-rtl .e-gridcontent .e-droptop .e-lastrow-dragborder {
|
|
422
420
|
height: 0;
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
/* stylelint-disable-line no-empty-source */
|
|
421
|
+
}
|
package/styles/material-dark.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3
2
|
@keyframes e-input-ripple {
|
|
4
3
|
100% {
|
|
5
4
|
opacity: 0;
|
|
@@ -112,7 +111,6 @@
|
|
|
112
111
|
padding: 5px 5px 5px 12px;
|
|
113
112
|
}
|
|
114
113
|
|
|
115
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
116
114
|
@keyframes material-spinner-rotate {
|
|
117
115
|
0% {
|
|
118
116
|
transform: rotate(0deg);
|
|
@@ -458,6 +456,4 @@
|
|
|
458
456
|
}
|
|
459
457
|
.e-treegrid .e-grid.e-rtl .e-gridcontent .e-droptop .e-lastrow-dragborder {
|
|
460
458
|
height: 0;
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
/* stylelint-disable-line no-empty-source */
|
|
459
|
+
}
|
package/styles/material.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3
2
|
@keyframes e-input-ripple {
|
|
4
3
|
100% {
|
|
5
4
|
opacity: 0;
|
|
@@ -145,7 +144,6 @@
|
|
|
145
144
|
padding: 4px 8px;
|
|
146
145
|
}
|
|
147
146
|
|
|
148
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
149
147
|
@keyframes material-spinner-rotate {
|
|
150
148
|
0% {
|
|
151
149
|
transform: rotate(0deg);
|
|
@@ -492,6 +490,4 @@
|
|
|
492
490
|
}
|
|
493
491
|
.e-treegrid .e-grid.e-rtl .e-gridcontent .e-droptop .e-lastrow-dragborder {
|
|
494
492
|
height: 0;
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
/* stylelint-disable-line no-empty-source */
|
|
493
|
+
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3
2
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
4
3
|
transform: rotate(0deg);
|
|
5
4
|
transition: transform 300ms ease;
|
|
@@ -94,7 +93,6 @@
|
|
|
94
93
|
padding: 4px 8px;
|
|
95
94
|
}
|
|
96
95
|
|
|
97
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
98
96
|
@keyframes material-spinner-rotate {
|
|
99
97
|
0% {
|
|
100
98
|
transform: rotate(0);
|
|
@@ -431,6 +429,4 @@
|
|
|
431
429
|
}
|
|
432
430
|
.e-treegrid .e-grid.e-rtl .e-gridcontent .e-droptop .e-lastrow-dragborder {
|
|
433
431
|
height: 0;
|
|
434
|
-
}
|
|
435
|
-
|
|
436
|
-
/* stylelint-disable-line no-empty-source */
|
|
432
|
+
}
|
package/styles/tailwind.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3
2
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
4
3
|
transform: rotate(0deg);
|
|
5
4
|
transition: transform 300ms ease;
|
|
@@ -94,7 +93,6 @@
|
|
|
94
93
|
padding: 4px 8px;
|
|
95
94
|
}
|
|
96
95
|
|
|
97
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
98
96
|
@keyframes material-spinner-rotate {
|
|
99
97
|
0% {
|
|
100
98
|
transform: rotate(0);
|
|
@@ -431,6 +429,4 @@
|
|
|
431
429
|
}
|
|
432
430
|
.e-treegrid .e-grid.e-rtl .e-gridcontent .e-droptop .e-lastrow-dragborder {
|
|
433
431
|
height: 0;
|
|
434
|
-
}
|
|
435
|
-
|
|
436
|
-
/* stylelint-disable-line no-empty-source */
|
|
432
|
+
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-popup.e-ddl {
|
|
3
2
|
border-radius: 4px;
|
|
4
3
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
|
|
@@ -104,7 +103,6 @@
|
|
|
104
103
|
min-height: 34px;
|
|
105
104
|
}
|
|
106
105
|
|
|
107
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
108
106
|
@keyframes material-spinner-rotate {
|
|
109
107
|
0% {
|
|
110
108
|
transform: rotate(0);
|
|
@@ -447,6 +445,4 @@
|
|
|
447
445
|
}
|
|
448
446
|
.e-treegrid .e-grid.e-rtl .e-gridcontent .e-droptop .e-lastrow-dragborder {
|
|
449
447
|
height: 0;
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
/* stylelint-disable-line no-empty-source */
|
|
448
|
+
}
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap-dark-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/check-box/bootstrap-dark-definition.scss';
|
|
7
|
-
@import 'ej2-dropdowns/styles/auto-complete/bootstrap-dark-definition.scss';
|
|
8
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-dark-definition.scss';
|
|
9
|
-
@import 'ej2-popups/styles/dialog/bootstrap-dark-definition.scss';
|
|
10
|
-
@import 'ej2-popups/styles/spinner/bootstrap-dark-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/tooltip/bootstrap-dark-definition.scss';
|
|
12
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap-dark-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap-dark-definition.scss';
|
|
14
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap-dark-definition.scss';
|
|
15
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap-dark-definition.scss';
|
|
16
|
-
@import 'bootstrap-dark-definition.scss';
|
|
17
|
-
@import 'icons/bootstrap-dark.scss';
|
|
18
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-treegrid/styles/treegrid/bootstrap-dark.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-popup.e-ddl {
|
|
3
2
|
border-radius: 4px;
|
|
4
3
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
@@ -104,7 +103,6 @@
|
|
|
104
103
|
min-height: 34px;
|
|
105
104
|
}
|
|
106
105
|
|
|
107
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
108
106
|
@keyframes material-spinner-rotate {
|
|
109
107
|
0% {
|
|
110
108
|
transform: rotate(0);
|
|
@@ -448,6 +446,4 @@
|
|
|
448
446
|
}
|
|
449
447
|
.e-treegrid .e-grid.e-rtl .e-gridcontent .e-droptop .e-lastrow-dragborder {
|
|
450
448
|
height: 0;
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
/* stylelint-disable-line no-empty-source */
|
|
449
|
+
}
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap-definition.scss';
|
|
3
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/button/bootstrap-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/check-box/bootstrap-definition.scss';
|
|
7
|
-
@import 'ej2-dropdowns/styles/auto-complete/bootstrap-definition.scss';
|
|
8
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition.scss';
|
|
9
|
-
@import 'ej2-popups/styles/dialog/bootstrap-definition.scss';
|
|
10
|
-
@import 'ej2-popups/styles/spinner/bootstrap-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/tooltip/bootstrap-definition.scss';
|
|
12
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap-definition.scss';
|
|
14
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap-definition.scss';
|
|
15
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap-definition.scss';
|
|
16
|
-
@import 'bootstrap-definition.scss';
|
|
17
|
-
@import 'icons/bootstrap.scss';
|
|
18
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-treegrid/styles/treegrid/bootstrap.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-input-group.e-ddl .e-control.e-autocomplete ~ .e-ddl-icon {
|
|
3
2
|
font-size: 8px;
|
|
4
3
|
}
|
|
@@ -146,7 +145,6 @@
|
|
|
146
145
|
min-height: 34px;
|
|
147
146
|
}
|
|
148
147
|
|
|
149
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
150
148
|
@keyframes material-spinner-rotate {
|
|
151
149
|
0% {
|
|
152
150
|
transform: rotate(0);
|
|
@@ -483,6 +481,4 @@
|
|
|
483
481
|
}
|
|
484
482
|
.e-treegrid .e-grid.e-rtl .e-gridcontent .e-droptop .e-lastrow-dragborder {
|
|
485
483
|
height: 0;
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
/* stylelint-disable-line no-empty-source */
|
|
484
|
+
}
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap4-definition.scss';
|
|
3
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap4-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap4-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/check-box/bootstrap4-definition.scss';
|
|
7
|
-
@import 'ej2-dropdowns/styles/auto-complete/bootstrap4-definition.scss';
|
|
8
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap4-definition.scss';
|
|
9
|
-
@import 'ej2-popups/styles/dialog/bootstrap4-definition.scss';
|
|
10
|
-
@import 'ej2-popups/styles/spinner/bootstrap4-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/tooltip/bootstrap4-definition.scss';
|
|
12
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap4-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap4-definition.scss';
|
|
14
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap4-definition.scss';
|
|
15
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap4-definition.scss';
|
|
16
|
-
@import 'bootstrap4-definition.scss';
|
|
17
|
-
@import 'icons/bootstrap4.scss';
|
|
18
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-treegrid/styles/treegrid/bootstrap4.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-popup.e-ddl {
|
|
3
2
|
border-radius: 4px;
|
|
4
3
|
box-shadow: none;
|
|
@@ -145,7 +144,6 @@
|
|
|
145
144
|
min-height: 34px;
|
|
146
145
|
}
|
|
147
146
|
|
|
148
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
149
147
|
@keyframes material-spinner-rotate {
|
|
150
148
|
0% {
|
|
151
149
|
transform: rotate(0);
|
|
@@ -163,7 +161,6 @@
|
|
|
163
161
|
}
|
|
164
162
|
}
|
|
165
163
|
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
166
|
-
/* stylelint-disable */
|
|
167
164
|
.e-treegrid .e-indent::before,
|
|
168
165
|
.e-grid-menu .e-indent::before {
|
|
169
166
|
content: "\e810";
|
|
@@ -484,6 +481,4 @@
|
|
|
484
481
|
}
|
|
485
482
|
.e-treegrid .e-grid.e-rtl .e-gridcontent .e-droptop .e-lastrow-dragborder {
|
|
486
483
|
height: 0;
|
|
487
|
-
}
|
|
488
|
-
|
|
489
|
-
/* stylelint-disable-line no-empty-source */
|
|
484
|
+
}
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap5-dark-definition.scss';
|
|
3
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap5-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap5-dark-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/check-box/bootstrap5-dark-definition.scss';
|
|
7
|
-
@import 'ej2-dropdowns/styles/auto-complete/bootstrap5-dark-definition.scss';
|
|
8
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-dark-definition.scss';
|
|
9
|
-
@import 'ej2-popups/styles/dialog/bootstrap5-dark-definition.scss';
|
|
10
|
-
@import 'ej2-popups/styles/spinner/bootstrap5-dark-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/tooltip/bootstrap5-dark-definition.scss';
|
|
12
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap5-dark-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap5-dark-definition.scss';
|
|
14
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap5-dark-definition.scss';
|
|
15
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap5-dark-definition.scss';
|
|
16
|
-
@import 'bootstrap5-dark-definition.scss';
|
|
17
|
-
@import 'icons/bootstrap5-dark.scss';
|
|
18
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-treegrid/styles/treegrid/bootstrap5-dark.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-popup.e-ddl {
|
|
3
2
|
border-radius: 4px;
|
|
4
3
|
box-shadow: none;
|
|
@@ -145,7 +144,6 @@
|
|
|
145
144
|
min-height: 34px;
|
|
146
145
|
}
|
|
147
146
|
|
|
148
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
149
147
|
@keyframes material-spinner-rotate {
|
|
150
148
|
0% {
|
|
151
149
|
transform: rotate(0);
|
|
@@ -163,7 +161,6 @@
|
|
|
163
161
|
}
|
|
164
162
|
}
|
|
165
163
|
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
166
|
-
/* stylelint-disable */
|
|
167
164
|
.e-treegrid .e-indent::before,
|
|
168
165
|
.e-grid-menu .e-indent::before {
|
|
169
166
|
content: "\e810";
|
|
@@ -484,6 +481,4 @@
|
|
|
484
481
|
}
|
|
485
482
|
.e-treegrid .e-grid.e-rtl .e-gridcontent .e-droptop .e-lastrow-dragborder {
|
|
486
483
|
height: 0;
|
|
487
|
-
}
|
|
488
|
-
|
|
489
|
-
/* stylelint-disable-line no-empty-source */
|
|
484
|
+
}
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap5-definition.scss';
|
|
3
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap5-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap5-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/check-box/bootstrap5-definition.scss';
|
|
7
|
-
@import 'ej2-dropdowns/styles/auto-complete/bootstrap5-definition.scss';
|
|
8
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-definition.scss';
|
|
9
|
-
@import 'ej2-popups/styles/dialog/bootstrap5-definition.scss';
|
|
10
|
-
@import 'ej2-popups/styles/spinner/bootstrap5-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/tooltip/bootstrap5-definition.scss';
|
|
12
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap5-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap5-definition.scss';
|
|
14
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap5-definition.scss';
|
|
15
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap5-definition.scss';
|
|
16
|
-
@import 'bootstrap5-definition.scss';
|
|
17
|
-
@import 'icons/bootstrap5.scss';
|
|
18
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-treegrid/styles/treegrid/bootstrap5.scss';
|