@syncfusion/ej2-angular-spreadsheet 26.2.4 → 26.2.5-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 (99) 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 +1588 -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 +14 -28
  13. package/src/spreadsheet/cells.directive.d.ts +0 -5
  14. package/src/spreadsheet/chart.directive.d.ts +0 -5
  15. package/src/spreadsheet/columns.directive.d.ts +0 -5
  16. package/src/spreadsheet/conditionalformats.directive.d.ts +0 -5
  17. package/src/spreadsheet/definednames.directive.d.ts +0 -5
  18. package/src/spreadsheet/image.directive.d.ts +0 -5
  19. package/src/spreadsheet/ranges.directive.d.ts +0 -5
  20. package/src/spreadsheet/rows.directive.d.ts +0 -5
  21. package/src/spreadsheet/sheets.directive.d.ts +0 -5
  22. package/src/spreadsheet/spreadsheet-all.module.d.ts +0 -6
  23. package/src/spreadsheet/spreadsheet.component.d.ts +0 -3
  24. package/src/spreadsheet/spreadsheet.module.d.ts +0 -15
  25. package/styles/bootstrap-dark.css +1 -4171
  26. package/styles/bootstrap.css +1 -4234
  27. package/styles/bootstrap4.css +1 -4283
  28. package/styles/bootstrap5-dark.css +1 -4296
  29. package/styles/bootstrap5.css +1 -4296
  30. package/styles/fabric-dark.css +1 -4148
  31. package/styles/fabric.css +1 -4168
  32. package/styles/fluent-dark.css +1 -4262
  33. package/styles/fluent.css +1 -4262
  34. package/styles/fluent2.css +1 -6649
  35. package/styles/highcontrast-light.css +1 -3560
  36. package/styles/highcontrast.css +1 -4177
  37. package/styles/material-dark.css +1 -4260
  38. package/styles/material.css +1 -4290
  39. package/styles/material3-dark.css +1 -4737
  40. package/styles/material3.css +1 -4961
  41. package/styles/spreadsheet/bootstrap-dark.css +1 -3984
  42. package/styles/spreadsheet/bootstrap.css +1 -4017
  43. package/styles/spreadsheet/bootstrap4.css +1 -4107
  44. package/styles/spreadsheet/bootstrap5-dark.css +1 -4077
  45. package/styles/spreadsheet/bootstrap5.css +1 -4077
  46. package/styles/spreadsheet/fabric-dark.css +1 -3963
  47. package/styles/spreadsheet/fabric.css +1 -3972
  48. package/styles/spreadsheet/fluent-dark.css +1 -4067
  49. package/styles/spreadsheet/fluent.css +1 -4067
  50. package/styles/spreadsheet/fluent2.css +1 -5399
  51. package/styles/spreadsheet/highcontrast-light.css +1 -3378
  52. package/styles/spreadsheet/highcontrast.css +1 -3977
  53. package/styles/spreadsheet/material-dark.css +1 -4073
  54. package/styles/spreadsheet/material.css +1 -4091
  55. package/styles/spreadsheet/material3-dark.css +1 -4475
  56. package/styles/spreadsheet/material3.css +1 -4587
  57. package/styles/spreadsheet/tailwind-dark.css +1 -4307
  58. package/styles/spreadsheet/tailwind.css +1 -4070
  59. package/styles/spreadsheet-ribbon/bootstrap-dark.css +1 -186
  60. package/styles/spreadsheet-ribbon/bootstrap.css +1 -216
  61. package/styles/spreadsheet-ribbon/bootstrap4.css +1 -175
  62. package/styles/spreadsheet-ribbon/bootstrap5-dark.css +1 -218
  63. package/styles/spreadsheet-ribbon/bootstrap5.css +1 -218
  64. package/styles/spreadsheet-ribbon/fabric-dark.css +1 -184
  65. package/styles/spreadsheet-ribbon/fabric.css +1 -195
  66. package/styles/spreadsheet-ribbon/fluent-dark.css +1 -194
  67. package/styles/spreadsheet-ribbon/fluent.css +1 -194
  68. package/styles/spreadsheet-ribbon/fluent2.css +1 -1249
  69. package/styles/spreadsheet-ribbon/highcontrast-light.css +1 -181
  70. package/styles/spreadsheet-ribbon/highcontrast.css +1 -199
  71. package/styles/spreadsheet-ribbon/material-dark.css +1 -186
  72. package/styles/spreadsheet-ribbon/material.css +1 -198
  73. package/styles/spreadsheet-ribbon/material3-dark.css +1 -261
  74. package/styles/spreadsheet-ribbon/material3.css +1 -373
  75. package/styles/spreadsheet-ribbon/tailwind-dark.css +1 -199
  76. package/styles/spreadsheet-ribbon/tailwind.css +1 -199
  77. package/styles/tailwind-dark.css +1 -4507
  78. package/styles/tailwind.css +1 -4270
  79. package/CHANGELOG.md +0 -1524
  80. package/esm2020/public_api.mjs +0 -2
  81. package/esm2020/src/index.mjs +0 -14
  82. package/esm2020/src/spreadsheet/cells.directive.mjs +0 -71
  83. package/esm2020/src/spreadsheet/chart.directive.mjs +0 -46
  84. package/esm2020/src/spreadsheet/columns.directive.mjs +0 -61
  85. package/esm2020/src/spreadsheet/conditionalformats.directive.mjs +0 -61
  86. package/esm2020/src/spreadsheet/definednames.directive.mjs +0 -58
  87. package/esm2020/src/spreadsheet/image.directive.mjs +0 -46
  88. package/esm2020/src/spreadsheet/ranges.directive.mjs +0 -69
  89. package/esm2020/src/spreadsheet/rows.directive.mjs +0 -65
  90. package/esm2020/src/spreadsheet/sheets.directive.mjs +0 -68
  91. package/esm2020/src/spreadsheet/spreadsheet-all.module.mjs +0 -71
  92. package/esm2020/src/spreadsheet/spreadsheet.component.mjs +0 -181
  93. package/esm2020/src/spreadsheet/spreadsheet.module.mjs +0 -106
  94. package/esm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -5
  95. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +0 -854
  96. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
  97. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -854
  98. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
  99. package/syncfusion-ej2-angular-spreadsheet.d.ts +0 -5
package/license ADDED
@@ -0,0 +1,10 @@
1
+ Essential JS 2 library is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
2
+
3
+ To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
4
+
5
+ Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
6
+
7
+ Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
8
+
9
+ The Syncfusion license that contains the terms and conditions can be found at
10
+ https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "_from": "@syncfusion/ej2-angular-spreadsheet@*",
3
3
  "_id": "@syncfusion/ej2-angular-spreadsheet@26.1.42",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-BpZAMgBQ9Kqp515L2AJJjxBKAcMh4XIDM0DwDWty4+bTmfQs6ONAHjqCf+gwddyXogPzdyS/abl4D4T+RLUBGA==",
5
+ "_integrity": "sha512-JTr7W82M/fOzSRE0UrzEe5nB6RxbIERHeaZEv38unH3es3MZj9rEgWF6kg1MhlMsWwo6YUDGsELisJgsIWmZjw==",
6
6
  "_location": "/@syncfusion/ej2-angular-spreadsheet",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-spreadsheet/-/ej2-angular-spreadsheet-26.1.42.tgz",
23
- "_shasum": "7565e9e14384275cca2b0cf3e268c0686e6bb74d",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-spreadsheet/-/ej2-angular-spreadsheet-26.1.42.tgz",
23
+ "_shasum": "b98e236cbd8309a9b4aefc29f4d955adcf4cddfe",
24
24
  "_spec": "@syncfusion/ej2-angular-spreadsheet@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,37 +31,23 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~26.2.4",
35
- "@syncfusion/ej2-base": "~26.2.4",
36
- "@syncfusion/ej2-spreadsheet": "26.2.4",
37
- "tslib": "^2.3.0"
34
+ "@syncfusion/ej2-angular-base": "~26.2.5",
35
+ "@syncfusion/ej2-base": "~26.2.5",
36
+ "@syncfusion/ej2-spreadsheet": "26.2.5"
38
37
  },
39
38
  "deprecated": false,
40
39
  "description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Angular",
41
- "es2020": "fesm2020/syncfusion-ej2-angular-spreadsheet.mjs",
42
- "esm2020": "esm2020/syncfusion-ej2-angular-spreadsheet.mjs",
43
- "exports": {
44
- "./package.json": {
45
- "default": "./package.json"
46
- },
47
- ".": {
48
- "types": "./syncfusion-ej2-angular-spreadsheet.d.ts",
49
- "esm2020": "./esm2020/syncfusion-ej2-angular-spreadsheet.mjs",
50
- "es2020": "./fesm2020/syncfusion-ej2-angular-spreadsheet.mjs",
51
- "es2015": "./fesm2015/syncfusion-ej2-angular-spreadsheet.mjs",
52
- "node": "./fesm2015/syncfusion-ej2-angular-spreadsheet.mjs",
53
- "default": "./fesm2020/syncfusion-ej2-angular-spreadsheet.mjs"
54
- }
55
- },
56
- "fesm2015": "fesm2015/syncfusion-ej2-angular-spreadsheet.mjs",
57
- "fesm2020": "fesm2020/syncfusion-ej2-angular-spreadsheet.mjs",
40
+ "devDependencies": {},
41
+ "es2015": "@syncfusion/ej2-angular-spreadsheet.js",
58
42
  "homepage": "https://www.syncfusion.com/angular-components",
59
43
  "keywords": [
60
44
  "angular",
61
45
  "angular-spreadsheet"
62
46
  ],
63
47
  "license": "SEE LICENSE IN license",
64
- "module": "fesm2015/syncfusion-ej2-angular-spreadsheet.mjs",
48
+ "main": "dist/ej2-angular-spreadsheet.umd.js",
49
+ "metadata": "ej2-angular-spreadsheet.metadata.json",
50
+ "module": "@syncfusion/ej2-angular-spreadsheet.es5.js",
65
51
  "name": "@syncfusion/ej2-angular-spreadsheet",
66
52
  "repository": {
67
53
  "type": "git",
@@ -69,6 +55,6 @@
69
55
  },
70
56
  "schematics": "./schematics/collection.json",
71
57
  "sideEffects": false,
72
- "typings": "syncfusion-ej2-angular-spreadsheet.d.ts",
73
- "version": "26.2.4"
58
+ "typings": "ej2-angular-spreadsheet.d.ts",
59
+ "version": "26.2.5-ngcc"
74
60
  }
@@ -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-cell` directive represent a cell of the Angular Spreadsheet.
6
5
  * It must be contained in a `e-row` directive.
@@ -106,8 +105,6 @@ export declare class CellDirective extends ComplexBase<CellDirective> {
106
105
  */
107
106
  wrap: any;
108
107
  constructor(viewContainerRef: ViewContainerRef);
109
- static ɵfac: i0.ɵɵFactoryDeclaration<CellDirective, never>;
110
- static ɵdir: i0.ɵɵDirectiveDeclaration<CellDirective, "e-cells>e-cell", never, { "chart": "chart"; "colSpan": "colSpan"; "format": "format"; "formula": "formula"; "hyperlink": "hyperlink"; "image": "image"; "index": "index"; "isLocked": "isLocked"; "isReadOnly": "isReadOnly"; "notes": "notes"; "rowSpan": "rowSpan"; "style": "style"; "validation": "validation"; "value": "value"; "wrap": "wrap"; }, {}, ["childImage", "childChart"]>;
111
108
  }
112
109
  /**
113
110
  * Cell Array Directive
@@ -115,6 +112,4 @@ export declare class CellDirective extends ComplexBase<CellDirective> {
115
112
  */
116
113
  export declare class CellsDirective extends ArrayBase<CellsDirective> {
117
114
  constructor();
118
- static ɵfac: i0.ɵɵFactoryDeclaration<CellsDirective, never>;
119
- static ɵdir: i0.ɵɵDirectiveDeclaration<CellsDirective, "e-row>e-cells", never, {}, {}, ["children"]>;
120
115
  }
@@ -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
  export declare class ChartDirective extends ComplexBase<ChartDirective> {
5
4
  private viewContainerRef;
6
5
  directivePropList: any;
@@ -70,8 +69,6 @@ export declare class ChartDirective extends ComplexBase<ChartDirective> {
70
69
  */
71
70
  width: any;
72
71
  constructor(viewContainerRef: ViewContainerRef);
73
- static ɵfac: i0.ɵɵFactoryDeclaration<ChartDirective, never>;
74
- static ɵdir: i0.ɵɵDirectiveDeclaration<ChartDirective, "e-charts>e-chart", never, { "dataLabelSettings": "dataLabelSettings"; "height": "height"; "id": "id"; "isSeriesInRows": "isSeriesInRows"; "legendSettings": "legendSettings"; "markerSettings": "markerSettings"; "primaryXAxis": "primaryXAxis"; "primaryYAxis": "primaryYAxis"; "range": "range"; "theme": "theme"; "title": "title"; "type": "type"; "width": "width"; }, {}, never>;
75
72
  }
76
73
  /**
77
74
  * Chart Array Directive
@@ -79,6 +76,4 @@ export declare class ChartDirective extends ComplexBase<ChartDirective> {
79
76
  */
80
77
  export declare class ChartsDirective extends ArrayBase<ChartsDirective> {
81
78
  constructor();
82
- static ɵfac: i0.ɵɵFactoryDeclaration<ChartsDirective, never>;
83
- static ɵdir: i0.ɵɵDirectiveDeclaration<ChartsDirective, "e-cell>e-charts", never, {}, {}, ["children"]>;
84
79
  }
@@ -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 Spreadsheet.
6
5
  * It must be contained in a `e-sheet` directive.
@@ -62,8 +61,6 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
62
61
  */
63
62
  width: any;
64
63
  constructor(viewContainerRef: ViewContainerRef);
65
- static ɵfac: i0.ɵɵFactoryDeclaration<ColumnDirective, never>;
66
- static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnDirective, "e-columns>e-column", never, { "customWidth": "customWidth"; "format": "format"; "hidden": "hidden"; "index": "index"; "isLocked": "isLocked"; "isReadOnly": "isReadOnly"; "validation": "validation"; "width": "width"; }, {}, never>;
67
64
  }
68
65
  /**
69
66
  * Column Array Directive
@@ -71,6 +68,4 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
71
68
  */
72
69
  export declare class ColumnsDirective extends ArrayBase<ColumnsDirective> {
73
70
  constructor();
74
- static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsDirective, never>;
75
- static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnsDirective, "e-sheet>e-columns", never, {}, {}, ["children"]>;
76
71
  }
@@ -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-conditionalformat` directive represent a conditionalformat of the Angular Spreadsheet.
6
5
  * It must be contained in a `e-sheet` directive.
@@ -46,8 +45,6 @@ export declare class ConditionalFormatDirective extends ComplexBase<ConditionalF
46
45
  */
47
46
  value: any;
48
47
  constructor(viewContainerRef: ViewContainerRef);
49
- static ɵfac: i0.ɵɵFactoryDeclaration<ConditionalFormatDirective, never>;
50
- static ɵdir: i0.ɵɵDirectiveDeclaration<ConditionalFormatDirective, "e-conditionalformats>e-conditionalformat", never, { "cFColor": "cFColor"; "format": "format"; "range": "range"; "type": "type"; "value": "value"; }, {}, never>;
51
48
  }
52
49
  /**
53
50
  * ConditionalFormat Array Directive
@@ -55,6 +52,4 @@ export declare class ConditionalFormatDirective extends ComplexBase<ConditionalF
55
52
  */
56
53
  export declare class ConditionalFormatsDirective extends ArrayBase<ConditionalFormatsDirective> {
57
54
  constructor();
58
- static ɵfac: i0.ɵɵFactoryDeclaration<ConditionalFormatsDirective, never>;
59
- static ɵdir: i0.ɵɵDirectiveDeclaration<ConditionalFormatsDirective, "e-sheet>e-conditionalformats", never, {}, {}, ["children"]>;
60
55
  }
@@ -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-definedname` directive represent a defined name of the Angular Spreadsheet.
6
5
  * It must be contained in a Spreadsheet component(`ejs-spreadsheet`).
@@ -37,8 +36,6 @@ export declare class DefinedNameDirective extends ComplexBase<DefinedNameDirecti
37
36
  */
38
37
  scope: any;
39
38
  constructor(viewContainerRef: ViewContainerRef);
40
- static ɵfac: i0.ɵɵFactoryDeclaration<DefinedNameDirective, never>;
41
- static ɵdir: i0.ɵɵDirectiveDeclaration<DefinedNameDirective, "e-definednames>e-definedname", never, { "comment": "comment"; "name": "name"; "refersTo": "refersTo"; "scope": "scope"; }, {}, never>;
42
39
  }
43
40
  /**
44
41
  * DefinedName Array Directive
@@ -46,6 +43,4 @@ export declare class DefinedNameDirective extends ComplexBase<DefinedNameDirecti
46
43
  */
47
44
  export declare class DefinedNamesDirective extends ArrayBase<DefinedNamesDirective> {
48
45
  constructor();
49
- static ɵfac: i0.ɵɵFactoryDeclaration<DefinedNamesDirective, never>;
50
- static ɵdir: i0.ɵɵDirectiveDeclaration<DefinedNamesDirective, "ejs-spreadsheet>e-definednames", never, {}, {}, ["children"]>;
51
46
  }
@@ -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
  export declare class ImageDirective extends ComplexBase<ImageDirective> {
5
4
  private viewContainerRef;
6
5
  directivePropList: any;
@@ -39,8 +38,6 @@ export declare class ImageDirective extends ComplexBase<ImageDirective> {
39
38
  */
40
39
  width: any;
41
40
  constructor(viewContainerRef: ViewContainerRef);
42
- static ɵfac: i0.ɵɵFactoryDeclaration<ImageDirective, never>;
43
- static ɵdir: i0.ɵɵDirectiveDeclaration<ImageDirective, "e-images>e-image", never, { "height": "height"; "id": "id"; "left": "left"; "src": "src"; "top": "top"; "width": "width"; }, {}, never>;
44
41
  }
45
42
  /**
46
43
  * Image Array Directive
@@ -48,6 +45,4 @@ export declare class ImageDirective extends ComplexBase<ImageDirective> {
48
45
  */
49
46
  export declare class ImagesDirective extends ArrayBase<ImagesDirective> {
50
47
  constructor();
51
- static ɵfac: i0.ɵɵFactoryDeclaration<ImagesDirective, never>;
52
- static ɵdir: i0.ɵɵDirectiveDeclaration<ImagesDirective, "e-cell>e-images", never, {}, {}, ["children"]>;
53
48
  }
@@ -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
  }