@syncfusion/ej2-vue-spreadsheet 22.2.8 → 22.2.9

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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-spreadsheet@*",
3
- "_id": "@syncfusion/ej2-vue-spreadsheet@22.2.5",
3
+ "_id": "@syncfusion/ej2-vue-spreadsheet@22.2.8",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-/fPblzblosWTDAzfDlpnv+kaCo8CJ4ukT5xoiuswJIvsEMvj0yrFpIm+gqR5sQY2Q20rcLprxq9b2n7tqBLvLQ==",
5
+ "_integrity": "sha512-7WZ2hEMcA+ztkYHoXIET8oyJPaWE4MsOTFPr3UYwWR61Mo8Rm0IXMuxuqCskOr+Tqz8MdVt8R/LjhdVBl0pz4A==",
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": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-spreadsheet/-/ej2-vue-spreadsheet-22.2.5.tgz",
23
- "_shasum": "d462ae31ce743ec764197f60b5cc58c47386649a",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-spreadsheet/-/ej2-vue-spreadsheet-22.2.8.tgz",
23
+ "_shasum": "fb4d5db2278e73752bbba5d5d91e872a9185140c",
24
24
  "_spec": "@syncfusion/ej2-vue-spreadsheet@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~22.2.5",
35
- "@syncfusion/ej2-spreadsheet": "22.2.8",
34
+ "@syncfusion/ej2-base": "~22.2.9",
35
+ "@syncfusion/ej2-spreadsheet": "22.2.9",
36
36
  "@syncfusion/ej2-vue-base": "~22.2.5"
37
37
  },
38
38
  "deprecated": false,
@@ -57,6 +57,6 @@
57
57
  "ci-publish": "gulp ci-publish",
58
58
  "compile": "gulp ci-compile && gulp vue-global-script"
59
59
  },
60
- "version": "22.2.8",
60
+ "version": "22.2.9",
61
61
  "sideEffects": false
62
62
  }
@@ -325,8 +325,8 @@ export var SpreadsheetComponent = vueDefineComponent({
325
325
  selectRange: function (address) {
326
326
  return this.ej2Instances.selectRange(address);
327
327
  },
328
- setBorder: function (style, range, type) {
329
- return this.ej2Instances.setBorder(style, range, type);
328
+ setBorder: function (style, range, type, isUndoRedo) {
329
+ return this.ej2Instances.setBorder(style, range, type, isUndoRedo);
330
330
  },
331
331
  setColWidth: function (width, colIndex, sheetIndex) {
332
332
  return this.ej2Instances.setColWidth(width, colIndex, sheetIndex);