@syncfusion/ej2-vue-layouts 20.2.38 → 20.2.45

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-layouts@*",
3
- "_id": "@syncfusion/ej2-vue-layouts@20.2.36",
3
+ "_id": "@syncfusion/ej2-vue-layouts@20.2.43",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-XYg4uaQzgCrSOD0tfbtQo1iinLlpnTOwILyJZh2LMi3VeE29hCx2PU2obNShis1jtFIe3DLq/SBP0C8ba4cIZg==",
5
+ "_integrity": "sha512-fnlvaTWoos5TYN1INKippgtzDvluIyKskk0I3VSZAUIkJ2ti6umJkPY4YcN9aUCQwviE8+sPJkZFYxyrD2L8/w==",
6
6
  "_location": "/@syncfusion/ej2-vue-layouts",
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-layouts/-/ej2-vue-layouts-20.2.36.tgz",
23
- "_shasum": "4ea48109dbfbee4734b5dd34d03a143f537e13de",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-layouts/-/ej2-vue-layouts-20.2.43.tgz",
23
+ "_shasum": "96b10164ad1658d818d6a6d78ee3b34f8b631026",
24
24
  "_spec": "@syncfusion/ej2-vue-layouts@*",
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": "~20.2.38",
35
- "@syncfusion/ej2-layouts": "20.2.38",
36
- "@syncfusion/ej2-vue-base": "~20.2.38"
34
+ "@syncfusion/ej2-base": "~20.2.45",
35
+ "@syncfusion/ej2-layouts": "20.2.45",
36
+ "@syncfusion/ej2-vue-base": "~20.2.45"
37
37
  },
38
38
  "deprecated": false,
39
39
  "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",
@@ -65,6 +65,9 @@
65
65
  "type": "git",
66
66
  "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
67
67
  },
68
- "version": "20.2.38",
68
+ "scripts": {
69
+ "postinstall": "node ../ej2-vue-base/postinstall.js"
70
+ },
71
+ "version": "20.2.45",
69
72
  "sideEffects": false
70
73
  }
@@ -28,7 +28,7 @@ export var testProp = getProps({ props: properties });
28
28
  export var props = testProp[0];
29
29
  export var watch = testProp[1];
30
30
  export var emitProbs = Object.keys(watch);
31
- emitProbs.push('modelchanged');
31
+ emitProbs.push('modelchanged', 'update:modelValue');
32
32
  for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
33
33
  var props_1 = modelProps_1[_i];
34
34
  emitProbs.push('update:' + props_1);
@@ -28,7 +28,7 @@ export var testProp = getProps({ props: properties });
28
28
  export var props = testProp[0];
29
29
  export var watch = testProp[1];
30
30
  export var emitProbs = Object.keys(watch);
31
- emitProbs.push('modelchanged');
31
+ emitProbs.push('modelchanged', 'update:modelValue');
32
32
  for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
33
33
  var props_1 = modelProps_1[_i];
34
34
  emitProbs.push('update:' + props_1);