@syncfusion/ej2-vue-spreadsheet 19.3.53 → 19.3.58
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 +44 -0
- package/dist/ej2-vue-spreadsheet.umd.min.js +1 -19
- package/dist/ej2-vue-spreadsheet.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-spreadsheet.es2015.js +1 -1
- package/dist/es6/ej2-vue-spreadsheet.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-spreadsheet.es5.js +1 -1
- package/dist/es6/ej2-vue-spreadsheet.es5.js.map +1 -1
- package/dist/global/ej2-vue-spreadsheet.min.js +1 -0
- package/package.json +69 -69
- package/src/spreadsheet/spreadsheet.component.js +1 -1
package/package.json
CHANGED
|
@@ -1,70 +1,70 @@
|
|
|
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
|
-
}
|
|
2
|
+
"_from": "@syncfusion/ej2-vue-spreadsheet@*",
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-spreadsheet@19.3.56",
|
|
4
|
+
"_inBundle": false,
|
|
5
|
+
"_integrity": "sha512-zRgXscXrtXIKnPgx+zjoYszI78PUmEn2nfmatpu13eE0bQTgqrY6gDL/Ogu5kOzz1HSXRVCV3pJZDtz+6Tv/8A==",
|
|
6
|
+
"_location": "/@syncfusion/ej2-vue-spreadsheet",
|
|
7
|
+
"_phantomChildren": {},
|
|
8
|
+
"_requested": {
|
|
9
|
+
"type": "range",
|
|
10
|
+
"registry": true,
|
|
11
|
+
"raw": "@syncfusion/ej2-vue-spreadsheet@*",
|
|
12
|
+
"name": "@syncfusion/ej2-vue-spreadsheet",
|
|
13
|
+
"escapedName": "@syncfusion%2fej2-vue-spreadsheet",
|
|
14
|
+
"scope": "@syncfusion",
|
|
15
|
+
"rawSpec": "*",
|
|
16
|
+
"saveSpec": null,
|
|
17
|
+
"fetchSpec": "*"
|
|
18
|
+
},
|
|
19
|
+
"_requiredBy": [
|
|
20
|
+
"/"
|
|
21
|
+
],
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-spreadsheet/-/ej2-vue-spreadsheet-19.3.56.tgz",
|
|
23
|
+
"_shasum": "94e6ff45347ddba6dd446c4f70a2490aacc86c65",
|
|
24
|
+
"_spec": "@syncfusion/ej2-vue-spreadsheet@*",
|
|
25
|
+
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
|
+
"author": {
|
|
27
|
+
"name": "Syncfusion Inc."
|
|
28
|
+
},
|
|
29
|
+
"bugs": {
|
|
30
|
+
"url": "https://github.com/syncfusion/ej2-vue-ui-components/issues"
|
|
31
|
+
},
|
|
32
|
+
"bundleDependencies": false,
|
|
33
|
+
"dependencies": {
|
|
34
|
+
"@syncfusion/ej2-base": "~19.3.56",
|
|
35
|
+
"@syncfusion/ej2-spreadsheet": "19.3.58",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~19.3.55"
|
|
37
|
+
},
|
|
38
|
+
"deprecated": false,
|
|
39
|
+
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Vue",
|
|
40
|
+
"devDependencies": {},
|
|
41
|
+
"es2015": "dist/es6/ej2-vue-spreadsheet.es2015.js",
|
|
42
|
+
"homepage": "https://github.com/syncfusion/ej2-vue-ui-components#readme",
|
|
43
|
+
"keywords": [
|
|
44
|
+
"ej2",
|
|
45
|
+
"ej2-spreadsheet",
|
|
46
|
+
"syncfusion",
|
|
47
|
+
"web-components",
|
|
48
|
+
"typescript",
|
|
49
|
+
"javascript",
|
|
50
|
+
"spreadsheet",
|
|
51
|
+
"excel like spreadsheet",
|
|
52
|
+
"data",
|
|
53
|
+
"vue",
|
|
54
|
+
"vuejs",
|
|
55
|
+
"vue-spreadsheet",
|
|
56
|
+
"ej2-vue-spreadsheet",
|
|
57
|
+
"vue spreadsheet",
|
|
58
|
+
"vue excel"
|
|
59
|
+
],
|
|
60
|
+
"license": "SEE LICENSE IN license",
|
|
61
|
+
"main": "./dist/ej2-vue-spreadsheet.umd.min.js",
|
|
62
|
+
"module": "./index.js",
|
|
63
|
+
"name": "@syncfusion/ej2-vue-spreadsheet",
|
|
64
|
+
"repository": {
|
|
65
|
+
"type": "git",
|
|
66
|
+
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
67
|
+
},
|
|
68
|
+
"version": "19.3.58",
|
|
69
|
+
"sideEffects": false
|
|
70
|
+
}
|
|
@@ -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 = ['
|
|
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', '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'];
|
|
34
34
|
export var modelProps = [];
|
|
35
35
|
export var testProp = getProps({ props: properties });
|
|
36
36
|
export var props = testProp[0];
|