@syncfusion/ej2-vue-pivotview 24.1.46 → 24.2.3

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-pivotview@*",
3
- "_id": "@syncfusion/ej2-vue-pivotview@24.1.45",
3
+ "_id": "@syncfusion/ej2-vue-pivotview@24.1.47",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-hH7HUO52Pf/SOpFMfQaHYkRcbbwTnaYC2aRFR090gDWWr35QUxVnVFI/V+yVCNG5cQatnee3oTC9wR6rumna4g==",
5
+ "_integrity": "sha512-DxokjdESUaB2OMh0c03dcXutuZ+OMtOWpndC2apAD4FTAdFH+kDnUbSLhF9ugaXTyqD52W0i5dyUS/rGN2se+w==",
6
6
  "_location": "/@syncfusion/ej2-vue-pivotview",
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-pivotview/-/ej2-vue-pivotview-24.1.45.tgz",
23
- "_shasum": "e4b75422e3ec050ee368a0259753419529f3d609",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pivotview/-/ej2-vue-pivotview-24.1.47.tgz",
23
+ "_shasum": "e2cb5a11255b0c5ab230959c85a9cddc21e73801",
24
24
  "_spec": "@syncfusion/ej2-vue-pivotview@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~24.1.46",
35
- "@syncfusion/ej2-pivotview": "24.1.46",
36
- "@syncfusion/ej2-vue-base": "~24.1.41"
34
+ "@syncfusion/ej2-base": "~24.2.3",
35
+ "@syncfusion/ej2-pivotview": "24.2.3",
36
+ "@syncfusion/ej2-vue-base": "~24.2.3"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Vue",
@@ -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.1.46",
60
+ "version": "24.2.3",
61
61
  "sideEffects": false
62
62
  }
@@ -25,7 +25,7 @@ export var PivotFieldListComponent = vueDefineComponent({
25
25
  provide: function () { return { custom: this.custom }; },
26
26
  data: function () {
27
27
  return {
28
- ej2Instance: new PivotFieldList({}),
28
+ ej2Instances: new PivotFieldList({}),
29
29
  propKeys: properties,
30
30
  models: modelProps,
31
31
  hasChildDirective: false,
@@ -25,7 +25,7 @@ export var PivotViewComponent = vueDefineComponent({
25
25
  provide: function () { return { custom: this.custom }; },
26
26
  data: function () {
27
27
  return {
28
- ej2Instance: new PivotView({}),
28
+ ej2Instances: new PivotView({}),
29
29
  propKeys: properties,
30
30
  models: modelProps,
31
31
  hasChildDirective: false,