@syncfusion/ej2-vue-spreadsheet 24.2.3 → 24.2.5

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@24.1.47",
3
+ "_id": "@syncfusion/ej2-vue-spreadsheet@24.2.4",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-5yv0yrNatUnJSWlr1JThCVJSGfVf0Z0+pqtygUqaIIOOCwVrsuQRJtb4Q2e9UKccIIzylCelaxqUSNP2BxHE7w==",
5
+ "_integrity": "sha512-D38Uj6hv2k2J3IVeN+YDSnPjAt7A/XkXLP5pe4NOsDv59tMjdcHUZVVQX4TYNsCYRpcw8h+q2blxf5/HEAoHaw==",
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-24.1.47.tgz",
23
- "_shasum": "c4e1e481e28a3e203a6dc96cec4e8fbee5ad00fe",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-spreadsheet/-/ej2-vue-spreadsheet-24.2.4.tgz",
23
+ "_shasum": "9ac913ef6cc873f6bf42cbce5e980fd883158dfb",
24
24
  "_spec": "@syncfusion/ej2-vue-spreadsheet@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
26
26
  "author": {
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~24.2.3",
35
- "@syncfusion/ej2-spreadsheet": "24.2.3",
34
+ "@syncfusion/ej2-base": "~24.2.5",
35
+ "@syncfusion/ej2-spreadsheet": "24.2.5",
36
36
  "@syncfusion/ej2-vue-base": "~24.2.3"
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": "24.2.3",
60
+ "version": "24.2.5",
61
61
  "sideEffects": false
62
62
  }
@@ -10,7 +10,7 @@ import { RangesDirective, RangeDirective, RangesPlugin, RangePlugin } from './ra
10
10
  import { ConditionalFormatsDirective, ConditionalFormatDirective, ConditionalFormatsPlugin, ConditionalFormatPlugin } from './conditionalformats.directive';
11
11
  import { SheetsDirective, SheetDirective, SheetsPlugin, SheetPlugin } from './sheets.directive';
12
12
  import { DefinedNamesDirective, DefinedNameDirective, DefinedNamesPlugin, DefinedNamePlugin } from './definednames.directive';
13
- export var properties = ['isLazyUpdate', 'plugins', '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', 'currencyCode', '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'];
13
+ export var properties = ['isLazyUpdate', 'plugins', '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', 'currencyCode', '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', 'cellEdited', 'cellEditing', 'cellSave', 'contextMenuBeforeClose', 'contextMenuBeforeOpen', 'contextMenuItemSelect', 'created', 'dataBound', 'dataSourceChanged', 'dialogBeforeOpen', 'fileMenuBeforeClose', 'fileMenuBeforeOpen', 'fileMenuItemSelect', 'openComplete', 'openFailure', 'queryCellInfo', 'saveComplete', 'select', 'sortComplete'];
14
14
  export var modelProps = [];
15
15
  export var testProp = getProps({ props: properties });
16
16
  export var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);