@syncfusion/ej2-angular-spreadsheet 26.2.12 → 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.
Files changed (101) hide show
  1. package/@syncfusion/ej2-angular-spreadsheet.es5.js +962 -0
  2. package/@syncfusion/ej2-angular-spreadsheet.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-spreadsheet.js +902 -0
  4. package/@syncfusion/ej2-angular-spreadsheet.js.map +1 -0
  5. package/dist/ej2-angular-spreadsheet.umd.js +1594 -0
  6. package/dist/ej2-angular-spreadsheet.umd.js.map +1 -0
  7. package/dist/ej2-angular-spreadsheet.umd.min.js +11 -0
  8. package/dist/ej2-angular-spreadsheet.umd.min.js.map +1 -0
  9. package/ej2-angular-spreadsheet.d.ts +5 -0
  10. package/ej2-angular-spreadsheet.metadata.json +1 -0
  11. package/license +10 -0
  12. package/package.json +15 -29
  13. package/schematics/collection.json +10 -9
  14. package/schematics/ng-add/index.d.ts +3 -0
  15. package/schematics/ng-add/index.js +9 -0
  16. package/schematics/ng-add/index.ts +10 -10
  17. package/schematics/ng-add/schema.d.ts +13 -0
  18. package/schematics/ng-add/schema.js +2 -0
  19. package/schematics/ng-add/schema.json +34 -34
  20. package/schematics/ng-add/schema.ts +30 -30
  21. package/schematics/tsconfig.json +25 -25
  22. package/schematics/utils/lib-details.d.ts +4 -0
  23. package/schematics/utils/lib-details.js +6 -0
  24. package/schematics/utils/lib-details.ts +2 -2
  25. package/src/spreadsheet/cells.directive.d.ts +0 -5
  26. package/src/spreadsheet/chart.directive.d.ts +0 -5
  27. package/src/spreadsheet/columns.directive.d.ts +0 -5
  28. package/src/spreadsheet/conditionalformats.directive.d.ts +0 -5
  29. package/src/spreadsheet/definednames.directive.d.ts +0 -5
  30. package/src/spreadsheet/image.directive.d.ts +0 -5
  31. package/src/spreadsheet/ranges.directive.d.ts +0 -5
  32. package/src/spreadsheet/rows.directive.d.ts +0 -5
  33. package/src/spreadsheet/sheets.directive.d.ts +0 -5
  34. package/src/spreadsheet/spreadsheet-all.module.d.ts +0 -6
  35. package/src/spreadsheet/spreadsheet.component.d.ts +0 -3
  36. package/src/spreadsheet/spreadsheet.module.d.ts +0 -15
  37. package/styles/bootstrap-dark-lite.css +1 -0
  38. package/styles/bootstrap-dark-lite.scss +1 -0
  39. package/styles/bootstrap-lite.css +1 -0
  40. package/styles/bootstrap-lite.scss +1 -0
  41. package/styles/bootstrap4-lite.css +1 -0
  42. package/styles/bootstrap4-lite.scss +1 -0
  43. package/styles/bootstrap5-dark-lite.css +1 -0
  44. package/styles/bootstrap5-dark-lite.scss +1 -0
  45. package/styles/bootstrap5-lite.css +1 -0
  46. package/styles/bootstrap5-lite.scss +1 -0
  47. package/styles/bootstrap5.3-lite.css +1 -0
  48. package/styles/bootstrap5.3-lite.scss +1 -0
  49. package/styles/bootstrap5.3.css +1 -0
  50. package/styles/bootstrap5.3.scss +2 -0
  51. package/styles/fabric-dark-lite.css +1 -0
  52. package/styles/fabric-dark-lite.scss +1 -0
  53. package/styles/fabric-lite.css +1 -0
  54. package/styles/fabric-lite.scss +1 -0
  55. package/styles/fluent-dark-lite.css +1 -0
  56. package/styles/fluent-dark-lite.scss +1 -0
  57. package/styles/fluent-lite.css +1 -0
  58. package/styles/fluent-lite.scss +1 -0
  59. package/styles/fluent2-lite.css +1 -0
  60. package/styles/fluent2-lite.scss +1 -0
  61. package/styles/highcontrast-light-lite.css +1 -0
  62. package/styles/highcontrast-light-lite.scss +1 -0
  63. package/styles/highcontrast-lite.css +1 -0
  64. package/styles/highcontrast-lite.scss +1 -0
  65. package/styles/material-dark-lite.css +1 -0
  66. package/styles/material-dark-lite.scss +1 -0
  67. package/styles/material-lite.css +1 -0
  68. package/styles/material-lite.scss +1 -0
  69. package/styles/material3-dark-lite.css +1 -0
  70. package/styles/material3-dark-lite.scss +1 -0
  71. package/styles/material3-lite.css +1 -0
  72. package/styles/material3-lite.scss +1 -0
  73. package/styles/spreadsheet/bootstrap5.3.css +1 -0
  74. package/styles/spreadsheet/bootstrap5.3.scss +1 -0
  75. package/styles/spreadsheet-ribbon/bootstrap5.3.css +1 -0
  76. package/styles/spreadsheet-ribbon/bootstrap5.3.scss +1 -0
  77. package/styles/tailwind-dark-lite.css +1 -0
  78. package/styles/tailwind-dark-lite.scss +1 -0
  79. package/styles/tailwind-lite.css +1 -0
  80. package/styles/tailwind-lite.scss +1 -0
  81. package/CHANGELOG.md +0 -1560
  82. package/esm2020/public_api.mjs +0 -2
  83. package/esm2020/src/index.mjs +0 -14
  84. package/esm2020/src/spreadsheet/cells.directive.mjs +0 -71
  85. package/esm2020/src/spreadsheet/chart.directive.mjs +0 -46
  86. package/esm2020/src/spreadsheet/columns.directive.mjs +0 -61
  87. package/esm2020/src/spreadsheet/conditionalformats.directive.mjs +0 -61
  88. package/esm2020/src/spreadsheet/definednames.directive.mjs +0 -58
  89. package/esm2020/src/spreadsheet/image.directive.mjs +0 -46
  90. package/esm2020/src/spreadsheet/ranges.directive.mjs +0 -69
  91. package/esm2020/src/spreadsheet/rows.directive.mjs +0 -65
  92. package/esm2020/src/spreadsheet/sheets.directive.mjs +0 -68
  93. package/esm2020/src/spreadsheet/spreadsheet-all.module.mjs +0 -71
  94. package/esm2020/src/spreadsheet/spreadsheet.component.mjs +0 -181
  95. package/esm2020/src/spreadsheet/spreadsheet.module.mjs +0 -106
  96. package/esm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -5
  97. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +0 -854
  98. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
  99. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -854
  100. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
  101. package/syncfusion-ej2-angular-spreadsheet.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-range` directive represent a range of the Angular Spreadsheet.
6
5
  * It must be contained in a `e-sheet` directive.
@@ -59,8 +58,6 @@ export declare class RangeDirective extends ComplexBase<RangeDirective> {
59
58
  */
60
59
  template: any;
61
60
  constructor(viewContainerRef: ViewContainerRef);
62
- static ɵfac: i0.ɵɵFactoryDeclaration<RangeDirective, never>;
63
- static ɵdir: i0.ɵɵDirectiveDeclaration<RangeDirective, "e-ranges>e-range", never, { "address": "address"; "dataSource": "dataSource"; "fieldsOrder": "fieldsOrder"; "query": "query"; "showFieldAsHeader": "showFieldAsHeader"; "startCell": "startCell"; "template": "template"; }, {}, ["template"]>;
64
61
  }
65
62
  /**
66
63
  * Range Array Directive
@@ -68,6 +65,4 @@ export declare class RangeDirective extends ComplexBase<RangeDirective> {
68
65
  */
69
66
  export declare class RangesDirective extends ArrayBase<RangesDirective> {
70
67
  constructor();
71
- static ɵfac: i0.ɵɵFactoryDeclaration<RangesDirective, never>;
72
- static ɵdir: i0.ɵɵDirectiveDeclaration<RangesDirective, "e-sheet>e-ranges", never, {}, {}, ["children"]>;
73
68
  }
@@ -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-row` directive represent a row of the Angular Spreadsheet.
6
5
  * It must be contained in a `e-sheet` directive.
@@ -60,8 +59,6 @@ export declare class RowDirective extends ComplexBase<RowDirective> {
60
59
  */
61
60
  isReadOnly: any;
62
61
  constructor(viewContainerRef: ViewContainerRef);
63
- static ɵfac: i0.ɵɵFactoryDeclaration<RowDirective, never>;
64
- static ɵdir: i0.ɵɵDirectiveDeclaration<RowDirective, "e-rows>e-row", never, { "cells": "cells"; "customHeight": "customHeight"; "format": "format"; "height": "height"; "hidden": "hidden"; "index": "index"; "isReadOnly": "isReadOnly"; }, {}, ["childCells"]>;
65
62
  }
66
63
  /**
67
64
  * Row Array Directive
@@ -69,6 +66,4 @@ export declare class RowDirective extends ComplexBase<RowDirective> {
69
66
  */
70
67
  export declare class RowsDirective extends ArrayBase<RowsDirective> {
71
68
  constructor();
72
- static ɵfac: i0.ɵɵFactoryDeclaration<RowsDirective, never>;
73
- static ɵdir: i0.ɵɵDirectiveDeclaration<RowsDirective, "e-sheet>e-rows", never, {}, {}, ["children"]>;
74
69
  }
@@ -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-sheet` directive represent a sheet of the Angular Spreadsheet.
6
5
  * It must be contained in a Spreadsheet component(`ejs-spreadsheet`).
@@ -140,8 +139,6 @@ export declare class SheetDirective extends ComplexBase<SheetDirective> {
140
139
  */
141
140
  usedRange: any;
142
141
  constructor(viewContainerRef: ViewContainerRef);
143
- static ɵfac: i0.ɵɵFactoryDeclaration<SheetDirective, never>;
144
- static ɵdir: i0.ɵɵDirectiveDeclaration<SheetDirective, "e-sheets>e-sheet", never, { "activeCell": "activeCell"; "colCount": "colCount"; "columns": "columns"; "conditionalFormats": "conditionalFormats"; "frozenColumns": "frozenColumns"; "frozenRows": "frozenRows"; "index": "index"; "isProtected": "isProtected"; "name": "name"; "paneTopLeftCell": "paneTopLeftCell"; "password": "password"; "protectSettings": "protectSettings"; "ranges": "ranges"; "rowCount": "rowCount"; "rows": "rows"; "selectedRange": "selectedRange"; "showGridLines": "showGridLines"; "showHeaders": "showHeaders"; "standardHeight": "standardHeight"; "state": "state"; "topLeftCell": "topLeftCell"; "usedRange": "usedRange"; }, {}, ["childRows", "childColumns", "childRanges", "childConditionalFormats"]>;
145
142
  }
146
143
  /**
147
144
  * Sheet Array Directive
@@ -149,6 +146,4 @@ export declare class SheetDirective extends ComplexBase<SheetDirective> {
149
146
  */
150
147
  export declare class SheetsDirective extends ArrayBase<SheetsDirective> {
151
148
  constructor();
152
- static ɵfac: i0.ɵɵFactoryDeclaration<SheetsDirective, never>;
153
- static ɵdir: i0.ɵɵDirectiveDeclaration<SheetsDirective, "ejs-spreadsheet>e-sheets", never, {}, {}, ["children"]>;
154
149
  }
@@ -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 "./spreadsheet.module";
5
2
  export declare const ClipboardService: ValueProvider;
6
3
  export declare const EditService: ValueProvider;
7
4
  export declare const KeyboardNavigationService: ValueProvider;
@@ -21,7 +18,4 @@ export declare const FormulaService: ValueProvider;
21
18
  * NgModule definition for the Spreadsheet component with providers.
22
19
  */
23
20
  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
21
  }
@@ -3,7 +3,6 @@ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { Spreadsheet } from '@syncfusion/ej2-spreadsheet';
4
4
  import { SheetsDirective } from './sheets.directive';
5
5
  import { DefinedNamesDirective } from './definednames.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[];
@@ -67,6 +66,4 @@ export declare class SpreadsheetComponent extends Spreadsheet implements ICompon
67
66
  ngAfterContentChecked(): void;
68
67
  registerEvents: (eventList: string[]) => void;
69
68
  addTwoWay: (propList: string[]) => void;
70
- static ɵfac: i0.ɵɵFactoryDeclaration<SpreadsheetComponent, never>;
71
- static ɵcmp: i0.ɵɵComponentDeclaration<SpreadsheetComponent, "ejs-spreadsheet", never, { "activeSheetIndex": "activeSheetIndex"; "allowAutoFill": "allowAutoFill"; "allowCellFormatting": "allowCellFormatting"; "allowChart": "allowChart"; "allowConditionalFormat": "allowConditionalFormat"; "allowDataValidation": "allowDataValidation"; "allowDelete": "allowDelete"; "allowEditing": "allowEditing"; "allowFiltering": "allowFiltering"; "allowFindAndReplace": "allowFindAndReplace"; "allowFreezePane": "allowFreezePane"; "allowHyperlink": "allowHyperlink"; "allowImage": "allowImage"; "allowInsert": "allowInsert"; "allowMerge": "allowMerge"; "allowNumberFormatting": "allowNumberFormatting"; "allowOpen": "allowOpen"; "allowPrint": "allowPrint"; "allowResizing": "allowResizing"; "allowSave": "allowSave"; "allowScrolling": "allowScrolling"; "allowSorting": "allowSorting"; "allowUndoRedo": "allowUndoRedo"; "allowWrap": "allowWrap"; "autoFillSettings": "autoFillSettings"; "cellStyle": "cellStyle"; "cssClass": "cssClass"; "currencyCode": "currencyCode"; "definedNames": "definedNames"; "enableClipboard": "enableClipboard"; "enableContextMenu": "enableContextMenu"; "enableKeyboardNavigation": "enableKeyboardNavigation"; "enableKeyboardShortcut": "enableKeyboardShortcut"; "enableNotes": "enableNotes"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "height": "height"; "isProtected": "isProtected"; "listSeparator": "listSeparator"; "locale": "locale"; "openUrl": "openUrl"; "password": "password"; "saveUrl": "saveUrl"; "scrollSettings": "scrollSettings"; "selectionSettings": "selectionSettings"; "sheets": "sheets"; "showAggregate": "showAggregate"; "showFormulaBar": "showFormulaBar"; "showRibbon": "showRibbon"; "showSheetTabs": "showSheetTabs"; "width": "width"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "afterHyperlinkClick": "afterHyperlinkClick"; "afterHyperlinkCreate": "afterHyperlinkCreate"; "beforeCellFormat": "beforeCellFormat"; "beforeCellRender": "beforeCellRender"; "beforeCellSave": "beforeCellSave"; "beforeCellUpdate": "beforeCellUpdate"; "beforeConditionalFormat": "beforeConditionalFormat"; "beforeDataBound": "beforeDataBound"; "beforeHyperlinkClick": "beforeHyperlinkClick"; "beforeHyperlinkCreate": "beforeHyperlinkCreate"; "beforeOpen": "beforeOpen"; "beforeSave": "beforeSave"; "beforeSelect": "beforeSelect"; "beforeSort": "beforeSort"; "cellEdit": "cellEdit"; "cellEdited": "cellEdited"; "cellEditing": "cellEditing"; "cellSave": "cellSave"; "contextMenuBeforeClose": "contextMenuBeforeClose"; "contextMenuBeforeOpen": "contextMenuBeforeOpen"; "contextMenuItemSelect": "contextMenuItemSelect"; "created": "created"; "dataBound": "dataBound"; "dataSourceChanged": "dataSourceChanged"; "dialogBeforeOpen": "dialogBeforeOpen"; "fileMenuBeforeClose": "fileMenuBeforeClose"; "fileMenuBeforeOpen": "fileMenuBeforeOpen"; "fileMenuItemSelect": "fileMenuItemSelect"; "openComplete": "openComplete"; "openFailure": "openFailure"; "queryCellInfo": "queryCellInfo"; "saveComplete": "saveComplete"; "select": "select"; "sortComplete": "sortComplete"; }, ["template", "childSheets", "childDefinedNames"], never>;
72
69
  }
@@ -1,20 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./spreadsheet.component";
3
- import * as i2 from "./image.directive";
4
- import * as i3 from "./chart.directive";
5
- import * as i4 from "./cells.directive";
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
1
  /**
14
2
  * NgModule definition for the Spreadsheet component.
15
3
  */
16
4
  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
5
  }
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-spreadsheet/styles/bootstrap-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-spreadsheet/styles/bootstrap-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-spreadsheet/styles/bootstrap-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-spreadsheet/styles/bootstrap-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-spreadsheet/styles/bootstrap4-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-spreadsheet/styles/bootstrap4-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-spreadsheet/styles/bootstrap5-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-spreadsheet/styles/bootstrap5-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-spreadsheet/styles/bootstrap5-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-spreadsheet/styles/bootstrap5-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-spreadsheet/styles/bootstrap5.3-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-spreadsheet/styles/bootstrap5.3-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-spreadsheet/styles/bootstrap5.3.css';
@@ -0,0 +1,2 @@
1
+ @import 'spreadsheet/bootstrap5.3.scss';
2
+ @import 'spreadsheet-ribbon/bootstrap5.3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-spreadsheet/styles/fabric-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-spreadsheet/styles/fabric-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-spreadsheet/styles/fabric-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-spreadsheet/styles/fabric-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-spreadsheet/styles/fluent-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-spreadsheet/styles/fluent-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-spreadsheet/styles/fluent-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-spreadsheet/styles/fluent-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-spreadsheet/styles/fluent2-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-spreadsheet/styles/fluent2-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-spreadsheet/styles/highcontrast-light-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-spreadsheet/styles/highcontrast-light-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-spreadsheet/styles/highcontrast-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-spreadsheet/styles/highcontrast-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-spreadsheet/styles/material-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-spreadsheet/styles/material-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-spreadsheet/styles/material-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-spreadsheet/styles/material-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-spreadsheet/styles/material3-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-spreadsheet/styles/material3-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-spreadsheet/styles/material3-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-spreadsheet/styles/material3-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-spreadsheet/styles/spreadsheet/bootstrap5.3.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-spreadsheet/styles/spreadsheet/bootstrap5.3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-spreadsheet/styles/spreadsheet-ribbon/bootstrap5.3.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-spreadsheet/styles/spreadsheet-ribbon/bootstrap5.3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-spreadsheet/styles/tailwind-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-spreadsheet/styles/tailwind-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-spreadsheet/styles/tailwind-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-spreadsheet/styles/tailwind-lite.scss';