@syncfusion/ej2-vue-spreadsheet 20.1.61 → 20.2.39
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/CHANGELOG.md +24 -107
- package/dist/ej2-vue-spreadsheet.umd.min.js +2 -11
- package/dist/es6/ej2-vue-spreadsheet.es2015.js +3 -0
- package/dist/es6/ej2-vue-spreadsheet.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-spreadsheet.es5.js +3 -0
- package/dist/es6/ej2-vue-spreadsheet.es5.js.map +1 -1
- package/dist/global/ej2-vue-spreadsheet.min.js +2 -2
- package/package.json +8 -8
- package/src/spreadsheet/spreadsheet.component.d.ts +1 -0
- package/src/spreadsheet/spreadsheet.component.js +3 -0
- package/styles/bootstrap-dark.css +167 -180
- package/styles/bootstrap.css +167 -177
- package/styles/bootstrap4.css +170 -180
- package/styles/bootstrap5-dark.css +182 -184
- package/styles/bootstrap5.css +182 -184
- package/styles/fabric-dark.css +166 -181
- package/styles/fabric.css +166 -178
- package/styles/fluent-dark.css +203 -199
- package/styles/fluent.css +203 -199
- package/styles/highcontrast-light.css +166 -177
- package/styles/highcontrast.css +165 -177
- package/styles/material-dark.css +166 -180
- package/styles/material.css +166 -177
- package/styles/ribbon/bootstrap-dark.css +7 -0
- package/styles/ribbon/bootstrap.css +7 -0
- package/styles/ribbon/bootstrap4.css +7 -0
- package/styles/ribbon/bootstrap5-dark.css +15 -0
- package/styles/ribbon/bootstrap5.css +15 -0
- package/styles/ribbon/fabric-dark.css +8 -0
- package/styles/ribbon/fabric.css +8 -0
- package/styles/ribbon/fluent-dark.css +10 -0
- package/styles/ribbon/fluent.css +10 -0
- package/styles/ribbon/highcontrast-light.css +9 -0
- package/styles/ribbon/highcontrast.css +9 -0
- package/styles/ribbon/material-dark.css +7 -0
- package/styles/ribbon/material.css +7 -0
- package/styles/ribbon/tailwind-dark.css +7 -0
- package/styles/ribbon/tailwind.css +7 -0
- package/styles/spreadsheet/bootstrap-dark.css +160 -180
- package/styles/spreadsheet/bootstrap.css +160 -177
- package/styles/spreadsheet/bootstrap4.css +163 -180
- package/styles/spreadsheet/bootstrap5-dark.css +167 -184
- package/styles/spreadsheet/bootstrap5.css +167 -184
- package/styles/spreadsheet/fabric-dark.css +158 -181
- package/styles/spreadsheet/fabric.css +158 -178
- package/styles/spreadsheet/fluent-dark.css +193 -199
- package/styles/spreadsheet/fluent.css +193 -199
- package/styles/spreadsheet/highcontrast-light.css +157 -177
- package/styles/spreadsheet/highcontrast.css +156 -177
- package/styles/spreadsheet/material-dark.css +159 -180
- package/styles/spreadsheet/material.css +159 -177
- package/styles/spreadsheet/tailwind-dark.css +385 -184
- package/styles/spreadsheet/tailwind.css +175 -184
- package/styles/tailwind-dark.css +392 -184
- package/styles/tailwind.css +182 -184
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-spreadsheet@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-spreadsheet@20.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-spreadsheet@20.2.38",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-6vBWA9XssAUX+BaeuVl48OChkuUSyUkELbaiVTNBVwpgyshCp9GTgpaaglW7Uo5ylP3Mj1fHeImgayQuKukItw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-spreadsheet",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-spreadsheet/-/ej2-vue-spreadsheet-20.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-spreadsheet/-/ej2-vue-spreadsheet-20.2.38.tgz",
|
|
23
|
+
"_shasum": "8c9ad87bdc7a7291744b742e7b80b0cda7f0dfad",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-spreadsheet@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.
|
|
35
|
-
"@syncfusion/ej2-spreadsheet": "20.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~20.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.2.38",
|
|
35
|
+
"@syncfusion/ej2-spreadsheet": "20.2.39",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.2.38"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Vue",
|
|
@@ -65,6 +65,6 @@
|
|
|
65
65
|
"type": "git",
|
|
66
66
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
67
67
|
},
|
|
68
|
-
"version": "20.
|
|
68
|
+
"version": "20.2.39",
|
|
69
69
|
"sideEffects": false
|
|
70
70
|
}
|
|
@@ -106,6 +106,7 @@ export declare class SpreadsheetComponent extends ComponentBase {
|
|
|
106
106
|
showSpinner(): void;
|
|
107
107
|
sort(sortOptions?: Object, range?: string): Object;
|
|
108
108
|
startEdit(): void;
|
|
109
|
+
unMerge(range?: string): void;
|
|
109
110
|
undo(): void;
|
|
110
111
|
unfreezePanes(sheet?: number | string): void;
|
|
111
112
|
unprotectSheet(sheet?: number | string): void;
|
|
@@ -357,6 +357,9 @@ var SpreadsheetComponent = /** @class */ (function (_super) {
|
|
|
357
357
|
SpreadsheetComponent.prototype.startEdit = function () {
|
|
358
358
|
return this.ej2Instances.startEdit();
|
|
359
359
|
};
|
|
360
|
+
SpreadsheetComponent.prototype.unMerge = function (range) {
|
|
361
|
+
return this.ej2Instances.unMerge(range);
|
|
362
|
+
};
|
|
360
363
|
SpreadsheetComponent.prototype.undo = function () {
|
|
361
364
|
return this.ej2Instances.undo();
|
|
362
365
|
};
|