@syncfusion/ej2-vue-base 29.2.4 → 30.2.4
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/.eslintrc.json
CHANGED
|
@@ -39,6 +39,8 @@
|
|
|
39
39
|
"security/detect-pseudoRandomBytes":"error",
|
|
40
40
|
"security/detect-new-buffer":"error",
|
|
41
41
|
"security/detect-bidi-characters":"error",
|
|
42
|
+
"no-prototype-builtins": "warn",
|
|
43
|
+
"no-extend-native": ["warn"],
|
|
42
44
|
"@typescript-eslint/no-inferrable-types": "off",
|
|
43
45
|
"@typescript-eslint/ban-types": ["warn", {
|
|
44
46
|
"types": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-base.umd.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 30.2.4
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-base.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 30.2.4
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version :
|
|
3
|
+
* version : 30.2.4
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,78 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-Wmgr5/Ow0UNYORfPBTk8vuLdMn4eBKzcSMc2bEnttPEysDPLwc93N1UfZWtr3yiYfV6QNiWWy3yHyp1R7i51jg==",
|
|
6
|
-
"_location": "/@syncfusion/ej2-vue-base",
|
|
7
|
-
"_phantomChildren": {},
|
|
8
|
-
"_requested": {
|
|
9
|
-
"type": "range",
|
|
10
|
-
"registry": true,
|
|
11
|
-
"raw": "@syncfusion/ej2-vue-base@*",
|
|
12
|
-
"name": "@syncfusion/ej2-vue-base",
|
|
13
|
-
"escapedName": "@syncfusion%2fej2-vue-base",
|
|
14
|
-
"scope": "@syncfusion",
|
|
15
|
-
"rawSpec": "*",
|
|
16
|
-
"saveSpec": null,
|
|
17
|
-
"fetchSpec": "*"
|
|
18
|
-
},
|
|
19
|
-
"_requiredBy": [
|
|
20
|
-
"/",
|
|
21
|
-
"/@syncfusion/ej2-vue-barcode-generator",
|
|
22
|
-
"/@syncfusion/ej2-vue-buttons",
|
|
23
|
-
"/@syncfusion/ej2-vue-calendars",
|
|
24
|
-
"/@syncfusion/ej2-vue-charts",
|
|
25
|
-
"/@syncfusion/ej2-vue-circulargauge",
|
|
26
|
-
"/@syncfusion/ej2-vue-diagrams",
|
|
27
|
-
"/@syncfusion/ej2-vue-documenteditor",
|
|
28
|
-
"/@syncfusion/ej2-vue-dropdowns",
|
|
29
|
-
"/@syncfusion/ej2-vue-filemanager",
|
|
30
|
-
"/@syncfusion/ej2-vue-gantt",
|
|
31
|
-
"/@syncfusion/ej2-vue-grids",
|
|
32
|
-
"/@syncfusion/ej2-vue-heatmap",
|
|
33
|
-
"/@syncfusion/ej2-vue-image-editor",
|
|
34
|
-
"/@syncfusion/ej2-vue-inplace-editor",
|
|
35
|
-
"/@syncfusion/ej2-vue-inputs",
|
|
36
|
-
"/@syncfusion/ej2-vue-interactive-chat",
|
|
37
|
-
"/@syncfusion/ej2-vue-kanban",
|
|
38
|
-
"/@syncfusion/ej2-vue-layouts",
|
|
39
|
-
"/@syncfusion/ej2-vue-lineargauge",
|
|
40
|
-
"/@syncfusion/ej2-vue-lists",
|
|
41
|
-
"/@syncfusion/ej2-vue-maps",
|
|
42
|
-
"/@syncfusion/ej2-vue-multicolumn-combobox",
|
|
43
|
-
"/@syncfusion/ej2-vue-navigations",
|
|
44
|
-
"/@syncfusion/ej2-vue-notifications",
|
|
45
|
-
"/@syncfusion/ej2-vue-pdfviewer",
|
|
46
|
-
"/@syncfusion/ej2-vue-pivotview",
|
|
47
|
-
"/@syncfusion/ej2-vue-popups",
|
|
48
|
-
"/@syncfusion/ej2-vue-progressbar",
|
|
49
|
-
"/@syncfusion/ej2-vue-querybuilder",
|
|
50
|
-
"/@syncfusion/ej2-vue-ribbon",
|
|
51
|
-
"/@syncfusion/ej2-vue-richtexteditor",
|
|
52
|
-
"/@syncfusion/ej2-vue-schedule",
|
|
53
|
-
"/@syncfusion/ej2-vue-splitbuttons",
|
|
54
|
-
"/@syncfusion/ej2-vue-spreadsheet",
|
|
55
|
-
"/@syncfusion/ej2-vue-treegrid",
|
|
56
|
-
"/@syncfusion/ej2-vue-treemap"
|
|
57
|
-
],
|
|
58
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-base/-/ej2-vue-base-29.1.33.tgz",
|
|
59
|
-
"_shasum": "1fe2db084bf934b53d6337aed3896b8c73f907c6",
|
|
60
|
-
"_spec": "@syncfusion/ej2-vue-base@*",
|
|
61
|
-
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
|
|
62
|
-
"author": {
|
|
63
|
-
"name": "Syncfusion Inc."
|
|
64
|
-
},
|
|
65
|
-
"bugs": {
|
|
66
|
-
"url": "https://github.com/syncfusion/ej2-vue-ui-components/issues"
|
|
67
|
-
},
|
|
68
|
-
"bundleDependencies": false,
|
|
69
|
-
"dependencies": {
|
|
70
|
-
"@syncfusion/ej2-base": "~29.2.4"
|
|
71
|
-
},
|
|
72
|
-
"deprecated": false,
|
|
2
|
+
"name": "@syncfusion/ej2-vue-base",
|
|
3
|
+
"version": "30.2.4",
|
|
73
4
|
"description": "A common package of Essential JS 2 base Vue libraries, methods and class definitions",
|
|
74
|
-
"
|
|
75
|
-
"
|
|
5
|
+
"author": "Syncfusion Inc.",
|
|
6
|
+
"license": "SEE LICENSE IN license",
|
|
76
7
|
"keywords": [
|
|
77
8
|
"ej2",
|
|
78
9
|
"syncfusion",
|
|
@@ -84,22 +15,25 @@
|
|
|
84
15
|
"library",
|
|
85
16
|
"ej2-vue-base"
|
|
86
17
|
],
|
|
87
|
-
"license": "SEE LICENSE IN license",
|
|
88
|
-
"main": "./dist/ej2-vue-base.umd.min.js",
|
|
89
|
-
"module": "./index.js",
|
|
90
|
-
"name": "@syncfusion/ej2-vue-base",
|
|
91
18
|
"repository": {
|
|
92
19
|
"type": "git",
|
|
93
|
-
"url": "
|
|
20
|
+
"url": "https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
94
21
|
},
|
|
22
|
+
"homepage": "https://www.syncfusion.com/vue-components",
|
|
23
|
+
"main": "./dist/ej2-vue-base.umd.min.js",
|
|
24
|
+
"module": "./index.js",
|
|
25
|
+
"readme": "ReadMe.md",
|
|
26
|
+
"dependencies": {
|
|
27
|
+
"@syncfusion/ej2-base": "~30.2.4"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {},
|
|
95
30
|
"scripts": {
|
|
96
|
-
"
|
|
31
|
+
"test": "gulp ci-test",
|
|
97
32
|
"compile": "gulp ci-compile",
|
|
98
|
-
"
|
|
33
|
+
"ci-publish": "gulp ci-publish",
|
|
99
34
|
"es-lint-config": "npx tslint-to-eslint-config --config .eslintrc.json --tslint ./tslint.json",
|
|
100
|
-
"
|
|
35
|
+
"es-lint": "eslint -c .eslintrc.json --ext .ts ./src/**"
|
|
101
36
|
},
|
|
102
37
|
"typings": "index.d.ts",
|
|
103
|
-
"version": "29.2.4",
|
|
104
38
|
"sideEffects": true
|
|
105
39
|
}
|