@syncfusion/ej2-vue-spreadsheet 19.4.43 → 19.4.52

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@19.4.42",
3
+ "_id": "@syncfusion/ej2-vue-spreadsheet@19.4.50",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Zo+/RBBRA/le0fDrgEHS2uzPPjGz9uxuA/kk9Bs9inM2G9AEW7UtIC4aLFVuMkFnshC9JkAG0nmEFHCBCr8foA==",
5
+ "_integrity": "sha512-fdplc2RgCUkT9kHx6Wkuu0mwOh02Fdb4yiCqqrZzDkJKOA5sWZdu4TxEntCqy4722TJQMckPsVR1XOEdNCa0Tg==",
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-19.4.42.tgz",
23
- "_shasum": "b424bf760825e9d3496c330654d8c68c4e019f6c",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-spreadsheet/-/ej2-vue-spreadsheet-19.4.50.tgz",
23
+ "_shasum": "efd46a7f6a91544e25e434fd30d020a6009f06a7",
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": "~19.4.42",
35
- "@syncfusion/ej2-spreadsheet": "19.4.43",
36
- "@syncfusion/ej2-vue-base": "~19.4.40"
34
+ "@syncfusion/ej2-base": "~19.4.52",
35
+ "@syncfusion/ej2-spreadsheet": "19.4.52",
36
+ "@syncfusion/ej2-vue-base": "~19.4.52"
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": "19.4.43",
68
+ "version": "19.4.52",
69
69
  "sideEffects": false
70
70
  }
@@ -105,6 +105,7 @@ export declare class SpreadsheetComponent extends ComponentBase {
105
105
  sort(sortOptions?: Object, range?: string): Object;
106
106
  startEdit(): void;
107
107
  undo(): void;
108
+ unfreezePanes(sheet?: number | string): void;
108
109
  unprotectSheet(sheet?: number | string): void;
109
110
  updateAction(options: Object): void;
110
111
  updateCell(cell: Object, address?: string): void;
@@ -30,7 +30,7 @@ import { ConditionalFormatsDirective, ConditionalFormatDirective, ConditionalFor
30
30
  import { SheetsDirective, SheetDirective, SheetsPlugin, SheetPlugin } from './sheets.directive';
31
31
  import { DefinedNamesDirective, DefinedNameDirective, DefinedNamesPlugin, DefinedNamePlugin } from './definednames.directive';
32
32
  import { Options } from 'vue-class-component';
33
- export var properties = ['isLazyUpdate', 'activeSheetIndex', 'allowAutoFill', 'allowCellFormatting', 'allowChart', 'allowConditionalFormat', 'allowDataValidation', 'allowDelete', 'allowEditing', 'allowFiltering', 'allowFindAndReplace', 'allowHyperlink', 'allowImage', 'allowInsert', 'allowMerge', 'allowNumberFormatting', 'allowOpen', 'allowResizing', 'allowSave', 'allowScrolling', 'allowSorting', 'allowUndoRedo', 'allowWrap', 'autoFillSettings', 'cellStyle', 'cssClass', 'definedNames', 'enableClipboard', 'enableContextMenu', 'enableKeyboardNavigation', 'enableKeyboardShortcut', 'enablePersistence', 'enableRtl', 'height', 'isProtected', 'locale', 'openUrl', 'password', 'saveUrl', 'scrollSettings', 'selectionSettings', 'sheets', 'showAggregate', 'showFormulaBar', 'showRibbon', 'showSheetTabs', 'width', 'actionBegin', 'actionComplete', 'afterHyperlinkClick', 'afterHyperlinkCreate', 'beforeCellFormat', 'beforeCellRender', 'beforeCellSave', 'beforeConditionalFormat', 'beforeDataBound', 'beforeHyperlinkClick', 'beforeHyperlinkCreate', 'beforeOpen', 'beforeSave', 'beforeSelect', 'beforeSort', 'cellEdit', 'cellEditing', 'cellSave', 'contextMenuBeforeClose', 'contextMenuBeforeOpen', 'contextMenuItemSelect', 'created', 'dataBound', 'dataSourceChanged', 'dialogBeforeOpen', 'fileMenuBeforeClose', 'fileMenuBeforeOpen', 'fileMenuItemSelect', 'openComplete', 'openFailure', 'queryCellInfo', 'saveComplete', 'select', 'sortComplete'];
33
+ export var properties = ['isLazyUpdate', 'activeSheetIndex', 'allowAutoFill', 'allowCellFormatting', 'allowChart', 'allowConditionalFormat', 'allowDataValidation', 'allowDelete', 'allowEditing', 'allowFiltering', 'allowFindAndReplace', 'allowFreezePane', 'allowHyperlink', 'allowImage', 'allowInsert', 'allowMerge', 'allowNumberFormatting', 'allowOpen', 'allowResizing', 'allowSave', 'allowScrolling', 'allowSorting', 'allowUndoRedo', 'allowWrap', 'autoFillSettings', 'cellStyle', 'cssClass', 'definedNames', 'enableClipboard', 'enableContextMenu', 'enableKeyboardNavigation', 'enableKeyboardShortcut', 'enablePersistence', 'enableRtl', 'height', 'isProtected', 'locale', 'openUrl', 'password', 'saveUrl', 'scrollSettings', 'selectionSettings', 'sheets', 'showAggregate', 'showFormulaBar', 'showRibbon', 'showSheetTabs', 'width', 'actionBegin', 'actionComplete', 'afterHyperlinkClick', 'afterHyperlinkCreate', 'beforeCellFormat', 'beforeCellRender', 'beforeCellSave', 'beforeCellUpdate', 'beforeConditionalFormat', 'beforeDataBound', 'beforeHyperlinkClick', 'beforeHyperlinkCreate', 'beforeOpen', 'beforeSave', 'beforeSelect', 'beforeSort', 'cellEdit', 'cellEditing', 'cellSave', 'contextMenuBeforeClose', 'contextMenuBeforeOpen', 'contextMenuItemSelect', 'created', 'dataBound', 'dataSourceChanged', 'dialogBeforeOpen', 'fileMenuBeforeClose', 'fileMenuBeforeOpen', 'fileMenuItemSelect', 'openComplete', 'openFailure', 'queryCellInfo', 'saveComplete', 'select', 'sortComplete'];
34
34
  export var modelProps = [];
35
35
  export var testProp = getProps({ props: properties });
36
36
  export var props = testProp[0];
@@ -353,6 +353,9 @@ var SpreadsheetComponent = /** @class */ (function (_super) {
353
353
  SpreadsheetComponent.prototype.undo = function () {
354
354
  return this.ej2Instances.undo();
355
355
  };
356
+ SpreadsheetComponent.prototype.unfreezePanes = function (sheet) {
357
+ return this.ej2Instances.unfreezePanes(sheet);
358
+ };
356
359
  SpreadsheetComponent.prototype.unprotectSheet = function (sheet) {
357
360
  return this.ej2Instances.unprotectSheet(sheet);
358
361
  };
@@ -3852,12 +3852,18 @@
3852
3852
  background-color: transparent;
3853
3853
  border-color: transparent;
3854
3854
  box-shadow: none;
3855
- color: #343a40;
3855
+ color: #adb5bd;
3856
3856
  }
3857
3857
 
3858
3858
  .e-spreadsheet .e-aggregate-list.e-flat:hover:not(.e-active) {
3859
3859
  background: #5c636a;
3860
3860
  border-color: transparent;
3861
+ color: #fff;
3862
+ }
3863
+
3864
+ .e-spreadsheet .e-aggregate-list.e-flat:hover:not(.e-active) .e-icons,
3865
+ .e-spreadsheet .e-aggregate-list.e-flat:hover:not(.e-active) .e-dropdown-btn {
3866
+ color: #fff;
3861
3867
  }
3862
3868
 
3863
3869
  .e-spreadsheet .e-aggregate-list.e-flat.e-active {
@@ -3865,6 +3871,10 @@
3865
3871
  border-color: transparent;
3866
3872
  }
3867
3873
 
3874
+ .e-spreadsheet .e-aggregate-list.e-flat.e-active, .e-spreadsheet .e-aggregate-list.e-flat:focus {
3875
+ color: #fff;
3876
+ }
3877
+
3868
3878
  .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
3869
3879
  background-color: transparent;
3870
3880
  border-color: transparent;
@@ -3852,12 +3852,18 @@
3852
3852
  background-color: transparent;
3853
3853
  border-color: transparent;
3854
3854
  box-shadow: none;
3855
- color: #fff;
3855
+ color: #6c757d;
3856
3856
  }
3857
3857
 
3858
3858
  .e-spreadsheet .e-aggregate-list.e-flat:hover:not(.e-active) {
3859
3859
  background: #5c636a;
3860
3860
  border-color: transparent;
3861
+ color: #fff;
3862
+ }
3863
+
3864
+ .e-spreadsheet .e-aggregate-list.e-flat:hover:not(.e-active) .e-icons,
3865
+ .e-spreadsheet .e-aggregate-list.e-flat:hover:not(.e-active) .e-dropdown-btn {
3866
+ color: #fff;
3861
3867
  }
3862
3868
 
3863
3869
  .e-spreadsheet .e-aggregate-list.e-flat.e-active {
@@ -3865,6 +3871,10 @@
3865
3871
  border-color: transparent;
3866
3872
  }
3867
3873
 
3874
+ .e-spreadsheet .e-aggregate-list.e-flat.e-active, .e-spreadsheet .e-aggregate-list.e-flat:focus {
3875
+ color: #fff;
3876
+ }
3877
+
3868
3878
  .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
3869
3879
  background-color: transparent;
3870
3880
  border-color: transparent;
@@ -3852,12 +3852,18 @@
3852
3852
  background-color: transparent;
3853
3853
  border-color: transparent;
3854
3854
  box-shadow: none;
3855
- color: #343a40;
3855
+ color: #adb5bd;
3856
3856
  }
3857
3857
 
3858
3858
  .e-spreadsheet .e-aggregate-list.e-flat:hover:not(.e-active) {
3859
3859
  background: #5c636a;
3860
3860
  border-color: transparent;
3861
+ color: #fff;
3862
+ }
3863
+
3864
+ .e-spreadsheet .e-aggregate-list.e-flat:hover:not(.e-active) .e-icons,
3865
+ .e-spreadsheet .e-aggregate-list.e-flat:hover:not(.e-active) .e-dropdown-btn {
3866
+ color: #fff;
3861
3867
  }
3862
3868
 
3863
3869
  .e-spreadsheet .e-aggregate-list.e-flat.e-active {
@@ -3865,6 +3871,10 @@
3865
3871
  border-color: transparent;
3866
3872
  }
3867
3873
 
3874
+ .e-spreadsheet .e-aggregate-list.e-flat.e-active, .e-spreadsheet .e-aggregate-list.e-flat:focus {
3875
+ color: #fff;
3876
+ }
3877
+
3868
3878
  .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
3869
3879
  background-color: transparent;
3870
3880
  border-color: transparent;
@@ -3852,12 +3852,18 @@
3852
3852
  background-color: transparent;
3853
3853
  border-color: transparent;
3854
3854
  box-shadow: none;
3855
- color: #fff;
3855
+ color: #6c757d;
3856
3856
  }
3857
3857
 
3858
3858
  .e-spreadsheet .e-aggregate-list.e-flat:hover:not(.e-active) {
3859
3859
  background: #5c636a;
3860
3860
  border-color: transparent;
3861
+ color: #fff;
3862
+ }
3863
+
3864
+ .e-spreadsheet .e-aggregate-list.e-flat:hover:not(.e-active) .e-icons,
3865
+ .e-spreadsheet .e-aggregate-list.e-flat:hover:not(.e-active) .e-dropdown-btn {
3866
+ color: #fff;
3861
3867
  }
3862
3868
 
3863
3869
  .e-spreadsheet .e-aggregate-list.e-flat.e-active {
@@ -3865,6 +3871,10 @@
3865
3871
  border-color: transparent;
3866
3872
  }
3867
3873
 
3874
+ .e-spreadsheet .e-aggregate-list.e-flat.e-active, .e-spreadsheet .e-aggregate-list.e-flat:focus {
3875
+ color: #fff;
3876
+ }
3877
+
3868
3878
  .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
3869
3879
  background-color: transparent;
3870
3880
  border-color: transparent;