@syncfusion/ej2-angular-spreadsheet 33.2.13 → 34.1.29-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-spreadsheet.es5.js +1029 -0
- package/@syncfusion/ej2-angular-spreadsheet.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-spreadsheet.js +965 -0
- package/@syncfusion/ej2-angular-spreadsheet.js.map +1 -0
- package/LICENSE +10 -0
- package/dist/ej2-angular-spreadsheet.umd.js +1706 -0
- package/dist/ej2-angular-spreadsheet.umd.js.map +1 -0
- package/dist/ej2-angular-spreadsheet.umd.min.js +11 -0
- package/dist/ej2-angular-spreadsheet.umd.min.js.map +1 -0
- package/ej2-angular-spreadsheet.d.ts +5 -0
- package/ej2-angular-spreadsheet.metadata.json +1 -0
- package/package.json +10 -23
- package/public_api.d.ts +1 -1
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +4 -4
- package/src/index.d.ts +14 -13
- package/src/spreadsheet/cells.directive.d.ts +137 -132
- package/src/spreadsheet/chart.directive.d.ts +79 -84
- package/src/spreadsheet/columns.directive.d.ts +71 -76
- package/src/spreadsheet/conditionalformats.directive.d.ts +55 -60
- package/src/spreadsheet/definednames.directive.d.ts +49 -54
- package/src/spreadsheet/image.directive.d.ts +48 -53
- package/src/spreadsheet/ranges.directive.d.ts +68 -73
- package/src/spreadsheet/richtext.directive.d.ts +25 -0
- package/src/spreadsheet/rows.directive.d.ts +69 -74
- package/src/spreadsheet/sheets.directive.d.ts +149 -154
- package/src/spreadsheet/spreadsheet-all.module.d.ts +22 -27
- package/src/spreadsheet/spreadsheet.component.d.ts +71 -72
- package/src/spreadsheet/spreadsheet.module.d.ts +5 -20
- package/styles/bds-lite.scss +1 -1
- package/styles/bootstrap-dark-lite.scss +1 -1
- package/styles/bootstrap-lite.scss +1 -1
- package/styles/bootstrap4-lite.scss +1 -1
- package/styles/bootstrap5-dark-lite.scss +1 -1
- package/styles/bootstrap5-lite.scss +1 -1
- package/styles/bootstrap5.3-lite.scss +1 -1
- package/styles/fabric-dark-lite.scss +1 -1
- package/styles/fabric-lite.scss +1 -1
- package/styles/fluent-dark-lite.scss +1 -1
- package/styles/fluent-lite.scss +1 -1
- package/styles/fluent2-lite.scss +1 -1
- package/styles/highcontrast-light-lite.scss +1 -1
- package/styles/highcontrast-lite.scss +1 -1
- package/styles/material-dark-lite.scss +1 -1
- package/styles/material-lite.scss +1 -1
- package/styles/material3-dark-lite.scss +1 -1
- package/styles/material3-lite.scss +1 -1
- package/styles/spreadsheet/bds.scss +1 -1
- package/styles/spreadsheet/bootstrap-dark.scss +1 -1
- package/styles/spreadsheet/bootstrap.scss +1 -1
- package/styles/spreadsheet/bootstrap4.scss +1 -1
- package/styles/spreadsheet/bootstrap5-dark.scss +1 -1
- package/styles/spreadsheet/bootstrap5.3.scss +1 -1
- package/styles/spreadsheet/bootstrap5.scss +1 -1
- package/styles/spreadsheet/fabric-dark.scss +1 -1
- package/styles/spreadsheet/fabric.scss +1 -1
- package/styles/spreadsheet/fluent-dark.scss +1 -1
- package/styles/spreadsheet/fluent.scss +1 -1
- package/styles/spreadsheet/fluent2.scss +1 -1
- package/styles/spreadsheet/highcontrast-light.scss +1 -1
- package/styles/spreadsheet/highcontrast.scss +1 -1
- package/styles/spreadsheet/material-dark.scss +1 -1
- package/styles/spreadsheet/material.scss +1 -1
- package/styles/spreadsheet/material3-dark.scss +1 -1
- package/styles/spreadsheet/material3.scss +1 -1
- package/styles/spreadsheet/tailwind-dark.scss +1 -1
- package/styles/spreadsheet/tailwind.scss +1 -1
- package/styles/spreadsheet/tailwind3.scss +1 -1
- package/styles/spreadsheet-ribbon/bds.scss +1 -1
- package/styles/spreadsheet-ribbon/bootstrap-dark.scss +1 -1
- package/styles/spreadsheet-ribbon/bootstrap.scss +1 -1
- package/styles/spreadsheet-ribbon/bootstrap4.scss +1 -1
- package/styles/spreadsheet-ribbon/bootstrap5-dark.scss +1 -1
- package/styles/spreadsheet-ribbon/bootstrap5.3.scss +1 -1
- package/styles/spreadsheet-ribbon/bootstrap5.scss +1 -1
- package/styles/spreadsheet-ribbon/fabric-dark.scss +1 -1
- package/styles/spreadsheet-ribbon/fabric.scss +1 -1
- package/styles/spreadsheet-ribbon/fluent-dark.scss +1 -1
- package/styles/spreadsheet-ribbon/fluent.scss +1 -1
- package/styles/spreadsheet-ribbon/fluent2.scss +1 -1
- package/styles/spreadsheet-ribbon/highcontrast-light.scss +1 -1
- package/styles/spreadsheet-ribbon/highcontrast.scss +1 -1
- package/styles/spreadsheet-ribbon/material-dark.scss +1 -1
- package/styles/spreadsheet-ribbon/material.scss +1 -1
- package/styles/spreadsheet-ribbon/material3-dark.scss +1 -1
- package/styles/spreadsheet-ribbon/material3.scss +1 -1
- package/styles/spreadsheet-ribbon/tailwind-dark.scss +1 -1
- package/styles/spreadsheet-ribbon/tailwind.scss +1 -1
- package/styles/spreadsheet-ribbon/tailwind3.scss +1 -1
- package/styles/tailwind-dark-lite.scss +1 -1
- package/styles/tailwind-lite.scss +1 -1
- package/styles/tailwind3-lite.scss +1 -1
- package/CHANGELOG.md +0 -1689
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/index.mjs +0 -14
- package/esm2020/src/spreadsheet/cells.directive.mjs +0 -71
- package/esm2020/src/spreadsheet/chart.directive.mjs +0 -46
- package/esm2020/src/spreadsheet/columns.directive.mjs +0 -61
- package/esm2020/src/spreadsheet/conditionalformats.directive.mjs +0 -61
- package/esm2020/src/spreadsheet/definednames.directive.mjs +0 -58
- package/esm2020/src/spreadsheet/image.directive.mjs +0 -46
- package/esm2020/src/spreadsheet/ranges.directive.mjs +0 -69
- package/esm2020/src/spreadsheet/rows.directive.mjs +0 -65
- package/esm2020/src/spreadsheet/sheets.directive.mjs +0 -68
- package/esm2020/src/spreadsheet/spreadsheet-all.module.mjs +0 -71
- package/esm2020/src/spreadsheet/spreadsheet.component.mjs +0 -181
- package/esm2020/src/spreadsheet/spreadsheet.module.mjs +0 -106
- package/esm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +0 -854
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -854
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
- package/syncfusion-ej2-angular-spreadsheet.d.ts +0 -5
|
@@ -1,27 +1,22 @@
|
|
|
1
|
-
import { ValueProvider } from '@angular/core';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const
|
|
9
|
-
export declare const
|
|
10
|
-
export declare const
|
|
11
|
-
export declare const
|
|
12
|
-
export declare const
|
|
13
|
-
export declare const
|
|
14
|
-
export declare const
|
|
15
|
-
export declare const
|
|
16
|
-
export declare const
|
|
17
|
-
export declare const
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
export declare class SpreadsheetAllModule {
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SpreadsheetAllModule, never>;
|
|
25
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SpreadsheetAllModule, never, [typeof i1.CommonModule, typeof i2.SpreadsheetModule], [typeof i2.SpreadsheetModule]>;
|
|
26
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SpreadsheetAllModule>;
|
|
27
|
-
}
|
|
1
|
+
import { ValueProvider } from '@angular/core';
|
|
2
|
+
export declare const ClipboardService: ValueProvider;
|
|
3
|
+
export declare const EditService: ValueProvider;
|
|
4
|
+
export declare const KeyboardNavigationService: ValueProvider;
|
|
5
|
+
export declare const KeyboardShortcutService: ValueProvider;
|
|
6
|
+
export declare const SelectionService: ValueProvider;
|
|
7
|
+
export declare const ContextMenuService: ValueProvider;
|
|
8
|
+
export declare const FormulaBarService: ValueProvider;
|
|
9
|
+
export declare const RibbonService: ValueProvider;
|
|
10
|
+
export declare const SaveService: ValueProvider;
|
|
11
|
+
export declare const OpenService: ValueProvider;
|
|
12
|
+
export declare const SheetTabsService: ValueProvider;
|
|
13
|
+
export declare const DataBindService: ValueProvider;
|
|
14
|
+
export declare const CellFormatService: ValueProvider;
|
|
15
|
+
export declare const NumberFormatService: ValueProvider;
|
|
16
|
+
export declare const FormulaService: ValueProvider;
|
|
17
|
+
export declare const AIAssistService: ValueProvider;
|
|
18
|
+
/**
|
|
19
|
+
* NgModule definition for the Spreadsheet component with providers.
|
|
20
|
+
*/
|
|
21
|
+
export declare class SpreadsheetAllModule {
|
|
22
|
+
}
|
|
@@ -1,72 +1,71 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { Spreadsheet } from '@syncfusion/ej2-spreadsheet';
|
|
4
|
-
import { SheetsDirective } from './sheets.directive';
|
|
5
|
-
import { DefinedNamesDirective } from './definednames.directive';
|
|
6
|
-
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
private
|
|
18
|
-
private
|
|
19
|
-
private
|
|
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
|
-
}
|
|
1
|
+
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { Spreadsheet } from '@syncfusion/ej2-spreadsheet';
|
|
4
|
+
import { SheetsDirective } from './sheets.directive';
|
|
5
|
+
import { DefinedNamesDirective } from './definednames.directive';
|
|
6
|
+
export declare const inputs: string[];
|
|
7
|
+
export declare const outputs: string[];
|
|
8
|
+
export declare const twoWays: string[];
|
|
9
|
+
/**
|
|
10
|
+
* `ejs-spreadsheet` represents the Angular Spreadsheet Component.
|
|
11
|
+
* ```html
|
|
12
|
+
* <ejs-spreadsheet></ejs-spreadsheet>
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare class SpreadsheetComponent extends Spreadsheet implements IComponentBase {
|
|
16
|
+
private ngEle;
|
|
17
|
+
private srenderer;
|
|
18
|
+
private viewContainerRef;
|
|
19
|
+
private injector;
|
|
20
|
+
context: any;
|
|
21
|
+
tagObjects: any;
|
|
22
|
+
actionBegin: any;
|
|
23
|
+
actionComplete: any;
|
|
24
|
+
afterHyperlinkClick: any;
|
|
25
|
+
afterHyperlinkCreate: any;
|
|
26
|
+
beforeCellFormat: any;
|
|
27
|
+
beforeCellRender: any;
|
|
28
|
+
beforeCellSave: any;
|
|
29
|
+
beforeCellUpdate: any;
|
|
30
|
+
beforeConditionalFormat: any;
|
|
31
|
+
beforeDataBound: any;
|
|
32
|
+
beforeHyperlinkClick: any;
|
|
33
|
+
beforeHyperlinkCreate: any;
|
|
34
|
+
beforeOpen: any;
|
|
35
|
+
beforeSave: any;
|
|
36
|
+
beforeSelect: any;
|
|
37
|
+
beforeSort: any;
|
|
38
|
+
cellEdit: any;
|
|
39
|
+
cellEdited: any;
|
|
40
|
+
cellEditing: any;
|
|
41
|
+
cellSave: any;
|
|
42
|
+
contextMenuBeforeClose: any;
|
|
43
|
+
contextMenuBeforeOpen: any;
|
|
44
|
+
contextMenuItemSelect: any;
|
|
45
|
+
created: any;
|
|
46
|
+
dataBound: any;
|
|
47
|
+
dataSourceChanged: any;
|
|
48
|
+
dialogBeforeOpen: any;
|
|
49
|
+
fileMenuBeforeClose: any;
|
|
50
|
+
fileMenuBeforeOpen: any;
|
|
51
|
+
fileMenuItemSelect: any;
|
|
52
|
+
openComplete: any;
|
|
53
|
+
openFailure: any;
|
|
54
|
+
promptRequest: any;
|
|
55
|
+
promptResponse: any;
|
|
56
|
+
queryCellInfo: any;
|
|
57
|
+
saveComplete: any;
|
|
58
|
+
select: any;
|
|
59
|
+
sortComplete: any;
|
|
60
|
+
childSheets: QueryList<SheetsDirective>;
|
|
61
|
+
childDefinedNames: QueryList<DefinedNamesDirective>;
|
|
62
|
+
tags: string[];
|
|
63
|
+
template: any;
|
|
64
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
65
|
+
ngOnInit(): void;
|
|
66
|
+
ngAfterViewInit(): void;
|
|
67
|
+
ngOnDestroy(): void;
|
|
68
|
+
ngAfterContentChecked(): void;
|
|
69
|
+
registerEvents: (eventList: string[]) => void;
|
|
70
|
+
addTwoWay: (propList: string[]) => void;
|
|
71
|
+
}
|
|
@@ -1,20 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import * as i5 from "./rows.directive";
|
|
7
|
-
import * as i6 from "./columns.directive";
|
|
8
|
-
import * as i7 from "./ranges.directive";
|
|
9
|
-
import * as i8 from "./conditionalformats.directive";
|
|
10
|
-
import * as i9 from "./sheets.directive";
|
|
11
|
-
import * as i10 from "./definednames.directive";
|
|
12
|
-
import * as i11 from "@angular/common";
|
|
13
|
-
/**
|
|
14
|
-
* NgModule definition for the Spreadsheet component.
|
|
15
|
-
*/
|
|
16
|
-
export declare class SpreadsheetModule {
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SpreadsheetModule, never>;
|
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SpreadsheetModule, [typeof i1.SpreadsheetComponent, typeof i2.ImageDirective, typeof i2.ImagesDirective, typeof i3.ChartDirective, typeof i3.ChartsDirective, typeof i4.CellDirective, typeof i4.CellsDirective, typeof i5.RowDirective, typeof i5.RowsDirective, typeof i6.ColumnDirective, typeof i6.ColumnsDirective, typeof i7.RangeDirective, typeof i7.RangesDirective, typeof i8.ConditionalFormatDirective, typeof i8.ConditionalFormatsDirective, typeof i9.SheetDirective, typeof i9.SheetsDirective, typeof i10.DefinedNameDirective, typeof i10.DefinedNamesDirective], [typeof i11.CommonModule], [typeof i1.SpreadsheetComponent, typeof i2.ImageDirective, typeof i2.ImagesDirective, typeof i3.ChartDirective, typeof i3.ChartsDirective, typeof i4.CellDirective, typeof i4.CellsDirective, typeof i5.RowDirective, typeof i5.RowsDirective, typeof i6.ColumnDirective, typeof i6.ColumnsDirective, typeof i7.RangeDirective, typeof i7.RangesDirective, typeof i8.ConditionalFormatDirective, typeof i8.ConditionalFormatsDirective, typeof i9.SheetDirective, typeof i9.SheetsDirective, typeof i10.DefinedNameDirective, typeof i10.DefinedNamesDirective]>;
|
|
19
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SpreadsheetModule>;
|
|
20
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the Spreadsheet component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class SpreadsheetModule {
|
|
5
|
+
}
|
package/styles/bds-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/bds-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/bds-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/bootstrap-dark-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/bootstrap-dark-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/bootstrap-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/bootstrap-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/bootstrap4-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/bootstrap4-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/bootstrap5-dark-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/bootstrap5-dark-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/bootstrap5-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/bootstrap5-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/bootstrap5.3-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/bootstrap5.3-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/fabric-dark-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/fabric-dark-lite' as *;
|
package/styles/fabric-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/fabric-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/fabric-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/fluent-dark-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/fluent-dark-lite' as *;
|
package/styles/fluent-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/fluent-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/fluent-lite' as *;
|
package/styles/fluent2-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/fluent2-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/fluent2-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/highcontrast-light-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/highcontrast-light-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/highcontrast-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/highcontrast-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/material-dark-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/material-dark-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/material-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/material-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/material3-dark-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/material3-dark-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/material3-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/material3-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet/bds' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet/bds' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet/bootstrap-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet/bootstrap-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet/bootstrap' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet/bootstrap' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet/bootstrap4' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet/bootstrap4' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet/bootstrap5-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet/bootstrap5-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet/bootstrap5.3' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet/bootstrap5.3' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet/bootstrap5' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet/bootstrap5' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet/fabric-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet/fabric-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet/fabric' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet/fabric' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet/fluent-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet/fluent-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet/fluent' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet/fluent' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet/fluent2' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet/fluent2' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet/highcontrast-light' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet/highcontrast-light' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet/highcontrast' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet/highcontrast' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet/material-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet/material-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet/material' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet/material' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet/material3-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet/material3-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet/material3' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet/material3' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet/tailwind-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet/tailwind-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet/tailwind' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet/tailwind' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet/tailwind3' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet/tailwind3' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet-ribbon/bds' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet-ribbon/bds' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet-ribbon/bootstrap-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet-ribbon/bootstrap-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet-ribbon/bootstrap' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet-ribbon/bootstrap' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet-ribbon/bootstrap4' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet-ribbon/bootstrap4' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet-ribbon/bootstrap5-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet-ribbon/bootstrap5-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet-ribbon/bootstrap5.3' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet-ribbon/bootstrap5.3' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet-ribbon/bootstrap5' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet-ribbon/bootstrap5' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet-ribbon/fabric-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet-ribbon/fabric-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet-ribbon/fabric' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet-ribbon/fabric' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet-ribbon/fluent-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet-ribbon/fluent-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet-ribbon/fluent' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet-ribbon/fluent' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet-ribbon/fluent2' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet-ribbon/fluent2' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet-ribbon/highcontrast-light' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet-ribbon/highcontrast-light' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet-ribbon/highcontrast' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet-ribbon/highcontrast' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet-ribbon/material-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet-ribbon/material-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet-ribbon/material' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet-ribbon/material' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet-ribbon/material3-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet-ribbon/material3-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet-ribbon/material3' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet-ribbon/material3' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet-ribbon/tailwind-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet-ribbon/tailwind-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet-ribbon/tailwind' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet-ribbon/tailwind' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/styles/spreadsheet-ribbon/tailwind3' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/styles/spreadsheet-ribbon/tailwind3' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/tailwind-dark-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/tailwind-dark-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/tailwind-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/tailwind-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-spreadsheet/tailwind3-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-spreadsheet/tailwind3-lite' as *;
|