@syncfusion/ej2-spreadsheet 26.1.39-72217 → 26.1.40
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 : 26.1.40
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2023. 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@26.1.38",
|
|
4
|
+
"_inBundle": false,
|
|
5
|
+
"_integrity": "sha512-3Jx91Efc+1ESjSsmBG9OTLh/ZmJN05DfrqPjw967/VHr8c3Sdp4kNDxGv1dQfjXO2Xi4XjVlA86Z+9NGR1jPRw==",
|
|
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-26.1.38.tgz",
|
|
27
|
+
"_shasum": "fa9f77fef70602cadbe55410d6f7847000c03c81",
|
|
28
|
+
"_spec": "@syncfusion/ej2-spreadsheet@*",
|
|
29
|
+
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
|
|
30
|
+
"author": {
|
|
31
|
+
"name": "Syncfusion Inc."
|
|
32
|
+
},
|
|
33
|
+
"bundleDependencies": false,
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"@syncfusion/ej2-base": "~26.1.37",
|
|
36
|
+
"@syncfusion/ej2-charts": "~26.1.40",
|
|
37
|
+
"@syncfusion/ej2-dropdowns": "~26.1.40",
|
|
38
|
+
"@syncfusion/ej2-grids": "~26.1.40",
|
|
39
|
+
"@syncfusion/ej2-navigations": "~26.1.40"
|
|
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": "26.1.40",
|
|
83
|
+
"sideEffects": true,
|
|
84
|
+
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
|
|
85
|
+
}
|
|
@@ -1005,7 +1005,7 @@ export declare class Workbook extends Component<HTMLElement> implements INotifyP
|
|
|
1005
1005
|
* active sheet will be considered.
|
|
1006
1006
|
* {% codeBlock src='spreadsheet/unfreezePanes/index.md' %}{% endcodeBlock %}
|
|
1007
1007
|
* @returns {void}
|
|
1008
|
-
|
|
1008
|
+
|
|
1009
1009
|
*/
|
|
1010
1010
|
Unfreeze(sheet?: number | string): void;
|
|
1011
1011
|
/**
|
|
@@ -1283,7 +1283,7 @@ var Workbook = /** @class */ (function (_super) {
|
|
|
1283
1283
|
* active sheet will be considered.
|
|
1284
1284
|
* {% codeBlock src='spreadsheet/unfreezePanes/index.md' %}{% endcodeBlock %}
|
|
1285
1285
|
* @returns {void}
|
|
1286
|
-
|
|
1286
|
+
|
|
1287
1287
|
*/
|
|
1288
1288
|
Workbook.prototype.Unfreeze = function (sheet) {
|
|
1289
1289
|
this.freezePanes(0, 0, sheet);
|
package/styles/material3.scss
CHANGED