@syncfusion/ej2-angular-spreadsheet 25.2.7 → 26.1.35-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 (103) 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 +1586 -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/package.json +15 -29
  12. package/schematics/utils/lib-details.js +2 -2
  13. package/schematics/utils/lib-details.ts +2 -2
  14. package/src/spreadsheet/cells.directive.d.ts +10 -5
  15. package/src/spreadsheet/chart.directive.d.ts +0 -5
  16. package/src/spreadsheet/columns.directive.d.ts +5 -5
  17. package/src/spreadsheet/conditionalformats.directive.d.ts +0 -5
  18. package/src/spreadsheet/definednames.directive.d.ts +0 -5
  19. package/src/spreadsheet/image.directive.d.ts +0 -5
  20. package/src/spreadsheet/ranges.directive.d.ts +7 -5
  21. package/src/spreadsheet/rows.directive.d.ts +5 -5
  22. package/src/spreadsheet/sheets.directive.d.ts +0 -5
  23. package/src/spreadsheet/spreadsheet-all.module.d.ts +0 -6
  24. package/src/spreadsheet/spreadsheet.component.d.ts +0 -3
  25. package/src/spreadsheet/spreadsheet.module.d.ts +0 -15
  26. package/styles/bootstrap-dark.css +4171 -1
  27. package/styles/bootstrap.css +4234 -1
  28. package/styles/bootstrap4.css +4283 -1
  29. package/styles/bootstrap5-dark.css +4296 -1
  30. package/styles/bootstrap5.css +4296 -1
  31. package/styles/fabric-dark.css +4148 -1
  32. package/styles/fabric.css +4168 -1
  33. package/styles/fluent-dark.css +4262 -1
  34. package/styles/fluent.css +4262 -1
  35. package/styles/fluent2.css +6649 -0
  36. package/styles/fluent2.scss +2 -0
  37. package/styles/highcontrast-light.css +3560 -1
  38. package/styles/highcontrast.css +4177 -1
  39. package/styles/material-dark.css +4260 -1
  40. package/styles/material.css +4290 -1
  41. package/styles/material3-dark.css +4737 -1
  42. package/styles/material3.css +4961 -1
  43. package/styles/spreadsheet/bootstrap-dark.css +3984 -1
  44. package/styles/spreadsheet/bootstrap.css +4017 -1
  45. package/styles/spreadsheet/bootstrap4.css +4107 -1
  46. package/styles/spreadsheet/bootstrap5-dark.css +4077 -1
  47. package/styles/spreadsheet/bootstrap5.css +4077 -1
  48. package/styles/spreadsheet/fabric-dark.css +3963 -1
  49. package/styles/spreadsheet/fabric.css +3972 -1
  50. package/styles/spreadsheet/fluent-dark.css +4067 -1
  51. package/styles/spreadsheet/fluent.css +4067 -1
  52. package/styles/spreadsheet/fluent2.css +5399 -0
  53. package/styles/spreadsheet/fluent2.scss +1 -0
  54. package/styles/spreadsheet/highcontrast-light.css +3378 -1
  55. package/styles/spreadsheet/highcontrast.css +3977 -1
  56. package/styles/spreadsheet/material-dark.css +4073 -1
  57. package/styles/spreadsheet/material.css +4091 -1
  58. package/styles/spreadsheet/material3-dark.css +4475 -1
  59. package/styles/spreadsheet/material3.css +4587 -1
  60. package/styles/spreadsheet/tailwind-dark.css +4307 -1
  61. package/styles/spreadsheet/tailwind.css +4070 -1
  62. package/styles/spreadsheet-ribbon/bootstrap-dark.css +186 -1
  63. package/styles/spreadsheet-ribbon/bootstrap.css +216 -1
  64. package/styles/spreadsheet-ribbon/bootstrap4.css +175 -1
  65. package/styles/spreadsheet-ribbon/bootstrap5-dark.css +218 -1
  66. package/styles/spreadsheet-ribbon/bootstrap5.css +218 -1
  67. package/styles/spreadsheet-ribbon/fabric-dark.css +184 -1
  68. package/styles/spreadsheet-ribbon/fabric.css +195 -1
  69. package/styles/spreadsheet-ribbon/fluent-dark.css +194 -1
  70. package/styles/spreadsheet-ribbon/fluent.css +194 -1
  71. package/styles/spreadsheet-ribbon/fluent2.css +1249 -0
  72. package/styles/spreadsheet-ribbon/fluent2.scss +1 -0
  73. package/styles/spreadsheet-ribbon/highcontrast-light.css +181 -1
  74. package/styles/spreadsheet-ribbon/highcontrast.css +199 -1
  75. package/styles/spreadsheet-ribbon/material-dark.css +186 -1
  76. package/styles/spreadsheet-ribbon/material.css +198 -1
  77. package/styles/spreadsheet-ribbon/material3-dark.css +261 -1
  78. package/styles/spreadsheet-ribbon/material3.css +373 -1
  79. package/styles/spreadsheet-ribbon/tailwind-dark.css +199 -1
  80. package/styles/spreadsheet-ribbon/tailwind.css +199 -1
  81. package/styles/tailwind-dark.css +4507 -1
  82. package/styles/tailwind.css +4270 -1
  83. package/esm2020/public_api.mjs +0 -3
  84. package/esm2020/src/index.mjs +0 -14
  85. package/esm2020/src/spreadsheet/cells.directive.mjs +0 -71
  86. package/esm2020/src/spreadsheet/chart.directive.mjs +0 -46
  87. package/esm2020/src/spreadsheet/columns.directive.mjs +0 -61
  88. package/esm2020/src/spreadsheet/conditionalformats.directive.mjs +0 -61
  89. package/esm2020/src/spreadsheet/definednames.directive.mjs +0 -58
  90. package/esm2020/src/spreadsheet/image.directive.mjs +0 -46
  91. package/esm2020/src/spreadsheet/ranges.directive.mjs +0 -69
  92. package/esm2020/src/spreadsheet/rows.directive.mjs +0 -65
  93. package/esm2020/src/spreadsheet/sheets.directive.mjs +0 -68
  94. package/esm2020/src/spreadsheet/spreadsheet-all.module.mjs +0 -71
  95. package/esm2020/src/spreadsheet/spreadsheet.component.mjs +0 -181
  96. package/esm2020/src/spreadsheet/spreadsheet.module.mjs +0 -106
  97. package/esm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -5
  98. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +0 -856
  99. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
  100. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -856
  101. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
  102. package/postinstall/tagchange.js +0 -18
  103. package/syncfusion-ej2-angular-spreadsheet.d.ts +0 -5
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-spreadsheet@*",
3
- "_id": "@syncfusion/ej2-angular-spreadsheet@25.2.5",
3
+ "_id": "@syncfusion/ej2-angular-spreadsheet@25.1.35",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-zImYdDUwj/qJyDtbsaV44V4pCyLjCQzzfEy+OK0/SH1qWxpnNxA7ydFZOFbaV3QiCEtE08ly9Xwu6/sv/lmSbw==",
5
+ "_integrity": "sha512-80GFrW9QTjZy5zdxO/pDxk8AaMepSPhjitXxYbfPzgavpCMvod11XNVlwjpW+VyAsql5M1+X8LXu1OqczG03tg==",
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-25.2.5.tgz",
23
- "_shasum": "758c10c15a6279eee7ba51c76b60c90b7dd9b82e",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-angular-spreadsheet/-/ej2-angular-spreadsheet-25.1.35.tgz",
23
+ "_shasum": "ea1c81ff13ab101593d88adbf4932f4f6fe3814e",
24
24
  "_spec": "@syncfusion/ej2-angular-spreadsheet@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_25.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": "~25.2.6",
35
- "@syncfusion/ej2-base": "~25.2.7",
36
- "@syncfusion/ej2-spreadsheet": "25.2.7",
37
- "tslib": "^2.3.0"
34
+ "@syncfusion/ej2-angular-base": "~26.1.35",
35
+ "@syncfusion/ej2-base": "~26.1.35",
36
+ "@syncfusion/ej2-spreadsheet": "26.1.35"
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": "25.2.7"
58
+ "typings": "ej2-angular-spreadsheet.d.ts",
59
+ "version": "26.1.35-ngcc"
74
60
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-spreadsheet';
4
- exports.pkgVer = '^25.2.7';
4
+ exports.pkgVer = '^26.1.35';
5
5
  exports.moduleName = 'SpreadsheetModule';
6
- exports.themeVer = '~25.2.7';
6
+ exports.themeVer = '~26.1.35';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-spreadsheet';
2
- export const pkgVer = '^25.2.7';
2
+ export const pkgVer = '^26.1.35';
3
3
  export const moduleName = 'SpreadsheetModule';
4
- export const themeVer = '~25.2.7';
4
+ export const themeVer = '~26.1.35';
@@ -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.
@@ -68,6 +67,16 @@ export declare class CellDirective extends ComplexBase<CellDirective> {
68
67
  * @default true
69
68
  */
70
69
  isLocked: any;
70
+ /**
71
+ * Represents whether a cell in the sheet is read-only or not. If set to true, it prevents editing the specified cell in the sheet.
72
+ * @default false
73
+ */
74
+ isReadOnly: any;
75
+ /**
76
+ * Specifies the note of the cell.
77
+ * @default ''
78
+ */
79
+ notes: any;
71
80
  /**
72
81
  * Specifies the row-wise cell merge count.
73
82
  * @default 1
@@ -96,8 +105,6 @@ export declare class CellDirective extends ComplexBase<CellDirective> {
96
105
  */
97
106
  wrap: any;
98
107
  constructor(viewContainerRef: ViewContainerRef);
99
- static ɵfac: i0.ɵɵFactoryDeclaration<CellDirective, never>;
100
- 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"; "rowSpan": "rowSpan"; "style": "style"; "validation": "validation"; "value": "value"; "wrap": "wrap"; }, {}, ["childImage", "childChart"]>;
101
108
  }
102
109
  /**
103
110
  * Cell Array Directive
@@ -105,6 +112,4 @@ export declare class CellDirective extends ComplexBase<CellDirective> {
105
112
  */
106
113
  export declare class CellsDirective extends ArrayBase<CellsDirective> {
107
114
  constructor();
108
- static ɵfac: i0.ɵɵFactoryDeclaration<CellsDirective, never>;
109
- static ɵdir: i0.ɵɵDirectiveDeclaration<CellsDirective, "e-row>e-cells", never, {}, {}, ["children"]>;
110
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.
@@ -45,6 +44,11 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
45
44
  * @default true
46
45
  */
47
46
  isLocked: any;
47
+ /**
48
+ * Represents whether a column in the sheet is read-only or not. If set to true, it prevents editing the specified cell in the sheet.
49
+ * @default false
50
+ */
51
+ isReadOnly: any;
48
52
  /**
49
53
  * Specifies the validation of the column.
50
54
  * @default ''
@@ -57,8 +61,6 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
57
61
  */
58
62
  width: any;
59
63
  constructor(viewContainerRef: ViewContainerRef);
60
- static ɵfac: i0.ɵɵFactoryDeclaration<ColumnDirective, never>;
61
- static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnDirective, "e-columns>e-column", never, { "customWidth": "customWidth"; "format": "format"; "hidden": "hidden"; "index": "index"; "isLocked": "isLocked"; "validation": "validation"; "width": "width"; }, {}, never>;
62
64
  }
63
65
  /**
64
66
  * Column Array Directive
@@ -66,6 +68,4 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
66
68
  */
67
69
  export declare class ColumnsDirective extends ArrayBase<ColumnsDirective> {
68
70
  constructor();
69
- static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsDirective, never>;
70
- static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnsDirective, "e-sheet>e-columns", never, {}, {}, ["children"]>;
71
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.
@@ -29,6 +28,13 @@ export declare class RangeDirective extends ComplexBase<RangeDirective> {
29
28
  * @default null
30
29
  */
31
30
  dataSource: any;
31
+ /**
32
+ * By default, when a sheet is bound to a data source, columns are assigned to data source fields sequentially.
33
+ * This means that the first data field is assigned to Column A, the second to Column B, and so on.
34
+ * You can customize these assignments by specifying the field names in the desired column order using the 'fieldsOrder' property.
35
+ * @default null
36
+ */
37
+ fieldsOrder: any;
32
38
  /**
33
39
  * Defines the external [`Query`](https://ej2.syncfusion.com/documentation/data/api-query.html)
34
40
  * that will be executed along with data processing.
@@ -52,8 +58,6 @@ export declare class RangeDirective extends ComplexBase<RangeDirective> {
52
58
  */
53
59
  template: any;
54
60
  constructor(viewContainerRef: ViewContainerRef);
55
- static ɵfac: i0.ɵɵFactoryDeclaration<RangeDirective, never>;
56
- static ɵdir: i0.ɵɵDirectiveDeclaration<RangeDirective, "e-ranges>e-range", never, { "address": "address"; "dataSource": "dataSource"; "query": "query"; "showFieldAsHeader": "showFieldAsHeader"; "startCell": "startCell"; "template": "template"; }, {}, ["template"]>;
57
61
  }
58
62
  /**
59
63
  * Range Array Directive
@@ -61,6 +65,4 @@ export declare class RangeDirective extends ComplexBase<RangeDirective> {
61
65
  */
62
66
  export declare class RangesDirective extends ArrayBase<RangesDirective> {
63
67
  constructor();
64
- static ɵfac: i0.ɵɵFactoryDeclaration<RangesDirective, never>;
65
- static ɵdir: i0.ɵɵDirectiveDeclaration<RangesDirective, "e-sheet>e-ranges", never, {}, {}, ["children"]>;
66
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.
@@ -54,9 +53,12 @@ export declare class RowDirective extends ComplexBase<RowDirective> {
54
53
  * @asptype int
55
54
  */
56
55
  index: any;
56
+ /**
57
+ * Represents whether a row in the sheet is read-only or not. If set to true, it prevents editing the specified cell in the sheet.
58
+ * @default false
59
+ */
60
+ isReadOnly: any;
57
61
  constructor(viewContainerRef: ViewContainerRef);
58
- static ɵfac: i0.ɵɵFactoryDeclaration<RowDirective, never>;
59
- static ɵdir: i0.ɵɵDirectiveDeclaration<RowDirective, "e-rows>e-row", never, { "cells": "cells"; "customHeight": "customHeight"; "format": "format"; "height": "height"; "hidden": "hidden"; "index": "index"; }, {}, ["childCells"]>;
60
62
  }
61
63
  /**
62
64
  * Row Array Directive
@@ -64,6 +66,4 @@ export declare class RowDirective extends ComplexBase<RowDirective> {
64
66
  */
65
67
  export declare class RowsDirective extends ArrayBase<RowsDirective> {
66
68
  constructor();
67
- static ɵfac: i0.ɵɵFactoryDeclaration<RowsDirective, never>;
68
- static ɵdir: i0.ɵɵDirectiveDeclaration<RowsDirective, "e-sheet>e-rows", never, {}, {}, ["children"]>;
69
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`).
@@ -133,8 +132,6 @@ export declare class SheetDirective extends ComplexBase<SheetDirective> {
133
132
  */
134
133
  usedRange: any;
135
134
  constructor(viewContainerRef: ViewContainerRef);
136
- static ɵfac: i0.ɵɵFactoryDeclaration<SheetDirective, never>;
137
- 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"; "state": "state"; "topLeftCell": "topLeftCell"; "usedRange": "usedRange"; }, {}, ["childRows", "childColumns", "childRanges", "childConditionalFormats"]>;
138
135
  }
139
136
  /**
140
137
  * Sheet Array Directive
@@ -142,6 +139,4 @@ export declare class SheetDirective extends ComplexBase<SheetDirective> {
142
139
  */
143
140
  export declare class SheetsDirective extends ArrayBase<SheetsDirective> {
144
141
  constructor();
145
- static ɵfac: i0.ɵɵFactoryDeclaration<SheetsDirective, never>;
146
- static ɵdir: i0.ɵɵDirectiveDeclaration<SheetsDirective, "ejs-spreadsheet>e-sheets", never, {}, {}, ["children"]>;
147
142
  }
@@ -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"; "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"; "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
  }