@syncfusion/ej2-spreadsheet 28.1.41-37550 → 28.2.3
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/README.md +1 -1
- package/dist/ej2-spreadsheet.min.js +9 -0
- package/dist/ej2-spreadsheet.umd.min.js +9 -0
- package/dist/global/ej2-spreadsheet.min.js +9 -0
- package/dist/global/index.d.ts +9 -0
- package/package.json +84 -84
- package/src/workbook/base/workbook.d.ts +1 -1
- package/src/workbook/base/workbook.js +1 -1
- package/styles/material3-dark.scss +1 -1
- package/styles/material3.scss +1 -1
- package/styles/spreadsheet/material3-dark.scss +1 -1
- package/styles/spreadsheet/material3.scss +1 -1
- package/styles/spreadsheet-ribbon/material3-dark.scss +1 -1
- package/styles/spreadsheet-ribbon/material3.scss +1 -1
package/dist/global/index.d.ts
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* filename: index.d.ts
|
|
3
|
+
* version : 28.2.3
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
|
|
5
|
+
* Use of this code is subject to the terms of our license.
|
|
6
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
+
* applicable laws.
|
|
9
|
+
*/
|
|
1
10
|
import * as _spreadsheet from '@syncfusion/ej2-spreadsheet';
|
|
2
11
|
|
|
3
12
|
export declare namespace ej {
|
package/package.json
CHANGED
|
@@ -1,85 +1,85 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
2
|
+
"_from": "@syncfusion/ej2-spreadsheet@*",
|
|
3
|
+
"_id": "@syncfusion/ej2-spreadsheet@28.1.41",
|
|
4
|
+
"_inBundle": false,
|
|
5
|
+
"_integrity": "sha512-fVEkWDrNZNzV2bbZuJh0idEHb5Q49afhDY5mxa/D9Tt+Sqd4FCFPAtnPuaiuqQFHJd1N514nRFaUaFI1Penc2A==",
|
|
6
|
+
"_location": "/@syncfusion/ej2-spreadsheet",
|
|
7
|
+
"_phantomChildren": {},
|
|
8
|
+
"_requested": {
|
|
9
|
+
"type": "range",
|
|
10
|
+
"registry": true,
|
|
11
|
+
"raw": "@syncfusion/ej2-spreadsheet@*",
|
|
12
|
+
"name": "@syncfusion/ej2-spreadsheet",
|
|
13
|
+
"escapedName": "@syncfusion%2fej2-spreadsheet",
|
|
14
|
+
"scope": "@syncfusion",
|
|
15
|
+
"rawSpec": "*",
|
|
16
|
+
"saveSpec": null,
|
|
17
|
+
"fetchSpec": "*"
|
|
18
|
+
},
|
|
19
|
+
"_requiredBy": [
|
|
20
|
+
"/",
|
|
21
|
+
"/@syncfusion/ej2",
|
|
22
|
+
"/@syncfusion/ej2-angular-spreadsheet",
|
|
23
|
+
"/@syncfusion/ej2-react-spreadsheet",
|
|
24
|
+
"/@syncfusion/ej2-vue-spreadsheet"
|
|
25
|
+
],
|
|
26
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-spreadsheet/-/ej2-spreadsheet-28.1.41.tgz",
|
|
27
|
+
"_shasum": "39abfa38e326d8c10a31875d69db4158f91adfad",
|
|
28
|
+
"_spec": "@syncfusion/ej2-spreadsheet@*",
|
|
29
|
+
"_where": "/jenkins/workspace/elease-automation_release_28.1.1/packages/included",
|
|
30
|
+
"author": {
|
|
31
|
+
"name": "Syncfusion Inc."
|
|
32
|
+
},
|
|
33
|
+
"bundleDependencies": false,
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"@syncfusion/ej2-base": "~28.2.3",
|
|
36
|
+
"@syncfusion/ej2-charts": "~28.2.3",
|
|
37
|
+
"@syncfusion/ej2-dropdowns": "~28.2.3",
|
|
38
|
+
"@syncfusion/ej2-grids": "~28.2.3",
|
|
39
|
+
"@syncfusion/ej2-navigations": "~28.2.3"
|
|
40
|
+
},
|
|
41
|
+
"deprecated": false,
|
|
42
|
+
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel",
|
|
43
|
+
"devDependencies": {},
|
|
44
|
+
"es2015": "./dist/es6/ej2-spreadsheet.es5.js",
|
|
45
|
+
"keywords": [
|
|
46
|
+
"ej2",
|
|
47
|
+
"syncfusion",
|
|
48
|
+
"spreadsheet",
|
|
49
|
+
"excel",
|
|
50
|
+
"workbook",
|
|
51
|
+
"worksheet",
|
|
52
|
+
"xlsx",
|
|
53
|
+
"xlsb",
|
|
54
|
+
"csv",
|
|
55
|
+
"grid",
|
|
56
|
+
"data",
|
|
57
|
+
"excel-like",
|
|
58
|
+
"excel-style",
|
|
59
|
+
"editor",
|
|
60
|
+
"excel-editor",
|
|
61
|
+
"excel-viewer",
|
|
62
|
+
"sheets",
|
|
63
|
+
"formulas",
|
|
64
|
+
"sorting",
|
|
65
|
+
"filtering",
|
|
66
|
+
"formatting",
|
|
67
|
+
"virtual-scrolling",
|
|
68
|
+
"edit-cell",
|
|
69
|
+
"editable-table",
|
|
70
|
+
"javascript",
|
|
71
|
+
"typescript"
|
|
72
|
+
],
|
|
73
|
+
"license": "SEE LICENSE IN license",
|
|
74
|
+
"main": "./dist/ej2-spreadsheet.umd.min.js",
|
|
75
|
+
"module": "./index.js",
|
|
76
|
+
"name": "@syncfusion/ej2-spreadsheet",
|
|
77
|
+
"repository": {
|
|
78
|
+
"type": "git",
|
|
79
|
+
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/spreadsheet"
|
|
80
|
+
},
|
|
81
|
+
"typings": "index.d.ts",
|
|
82
|
+
"version": "28.2.3",
|
|
83
|
+
"sideEffects": true,
|
|
84
|
+
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
|
|
85
|
+
}
|
|
@@ -1040,7 +1040,7 @@ export declare class Workbook extends Component<HTMLElement> implements INotifyP
|
|
|
1040
1040
|
* active sheet will be considered.
|
|
1041
1041
|
* {% codeBlock src='spreadsheet/unfreezePanes/index.md' %}{% endcodeBlock %}
|
|
1042
1042
|
* @returns {void}
|
|
1043
|
-
|
|
1043
|
+
|
|
1044
1044
|
*/
|
|
1045
1045
|
Unfreeze(sheet?: number | string): void;
|
|
1046
1046
|
/**
|
|
@@ -1363,7 +1363,7 @@ var Workbook = /** @class */ (function (_super) {
|
|
|
1363
1363
|
* active sheet will be considered.
|
|
1364
1364
|
* {% codeBlock src='spreadsheet/unfreezePanes/index.md' %}{% endcodeBlock %}
|
|
1365
1365
|
* @returns {void}
|
|
1366
|
-
|
|
1366
|
+
|
|
1367
1367
|
*/
|
|
1368
1368
|
Workbook.prototype.Unfreeze = function (sheet) {
|
|
1369
1369
|
this.freezePanes(0, 0, sheet);
|
package/styles/material3.scss
CHANGED