@syncfusion/ej2-vue-layouts 30.1.37 → 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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-layouts.umd.min.js
3
- * version : 30.1.37
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,45 +1,9 @@
1
1
  {
2
- "_from": "@syncfusion/ej2-vue-layouts@*",
3
- "_id": "@syncfusion/ej2-vue-layouts@21.5.0",
4
- "_inBundle": false,
5
- "_integrity": "sha512-msyTyrXkpfxuLltHBwlx8sXxYCwoanOB5j2e8nhSoNTvs5APz1pHOJC9E3VO+HUQU/MDN3dQswQG0MPyfWPTpg==",
6
- "_location": "/@syncfusion/ej2-vue-layouts",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "@syncfusion/ej2-vue-layouts@*",
12
- "name": "@syncfusion/ej2-vue-layouts",
13
- "escapedName": "@syncfusion%2fej2-vue-layouts",
14
- "scope": "@syncfusion",
15
- "rawSpec": "*",
16
- "saveSpec": null,
17
- "fetchSpec": "*"
18
- },
19
- "_requiredBy": [
20
- "/"
21
- ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-development/@syncfusion/ej2-vue-layouts/-/ej2-vue-layouts-21.5.0.tgz",
23
- "_shasum": "37559e8e4a1ccccb0323eb62162577a5120cd266",
24
- "_spec": "@syncfusion/ej2-vue-layouts@*",
25
- "_where": "D:\\SF3992\\WFH\\Nexus\\ej2-nexus-branch-switching-dev\\release",
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": "~30.1.37",
35
- "@syncfusion/ej2-layouts": "30.1.37",
36
- "@syncfusion/ej2-vue-base": "~30.1.37"
37
- },
38
- "deprecated": false,
2
+ "name": "@syncfusion/ej2-vue-layouts",
3
+ "version": "30.2.4",
39
4
  "description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for Vue",
40
- "devDependencies": {},
41
- "es2015": "dist/es6/ej2-vue-layouts.es2015.js",
42
- "homepage": "https://www.syncfusion.com/vue-components",
5
+ "author": "Syncfusion Inc.",
6
+ "license": "SEE LICENSE IN license",
43
7
  "keywords": [
44
8
  "vue-splitter",
45
9
  "vue-split-panes",
@@ -49,18 +13,24 @@
49
13
  "vue-dashboardlayout",
50
14
  "vue-timeline"
51
15
  ],
52
- "license": "SEE LICENSE IN license",
53
- "main": "./dist/ej2-vue-layouts.umd.min.js",
54
- "module": "./index.js",
55
- "name": "@syncfusion/ej2-vue-layouts",
56
16
  "repository": {
57
17
  "type": "git",
58
- "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
18
+ "url": "https://github.com/syncfusion/ej2-vue-ui-components.git"
19
+ },
20
+ "main": "./dist/ej2-vue-layouts.umd.min.js",
21
+ "module": "./index.js",
22
+ "es2015": "dist/es6/ej2-vue-layouts.es2015.js",
23
+ "readme": "ReadMe.md",
24
+ "dependencies": {
25
+ "@syncfusion/ej2-base": "~30.2.4",
26
+ "@syncfusion/ej2-vue-base": "~30.2.4",
27
+ "@syncfusion/ej2-layouts": "30.2.4"
59
28
  },
29
+ "devDependencies": {},
60
30
  "scripts": {
61
- "ci-publish": "gulp ci-publish",
62
- "compile": "gulp ci-compile && gulp vue-global-script"
31
+ "compile": "gulp ci-compile && gulp vue-global-script",
32
+ "ci-publish": "gulp ci-publish"
63
33
  },
64
- "version": "30.1.37",
65
- "sideEffects": false
34
+ "sideEffects": false,
35
+ "homepage": "https://www.syncfusion.com/vue-components"
66
36
  }