@syncfusion/ej2-angular-base 25.2.6 → 25.2.7-18564

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
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "bundleDependencies": false,
50
50
  "dependencies": {
51
- "@syncfusion/ej2-base": "~25.2.5",
51
+ "@syncfusion/ej2-base": "~25.2.7",
52
52
  "@syncfusion/ej2-icons": "~25.2.3"
53
53
  },
54
54
  "deprecated": false,
@@ -76,6 +76,6 @@
76
76
  "postinstall": "node ./postinstall.js"
77
77
  },
78
78
  "typings": "index.d.ts",
79
- "version": "25.2.6",
79
+ "version": "25.2.7-18564",
80
80
  "sideEffects": true
81
81
  }
@@ -307,7 +307,7 @@ var ComponentBase = /** @class */ (function () {
307
307
  }
308
308
  list.isUpdated = true;
309
309
  }
310
- if ((/grid/.test(tempAfterContentThis.getModuleName()) && hasDiffLength) || /chart/.test(tempAfterContentThis.getModuleName())) {
310
+ if (/grid/.test(tempAfterContentThis.getModuleName()) && hasDiffLength) {
311
311
  propObj[tagObject.name] = tagObject.instance.getProperties();
312
312
  tempAfterContentThis.setProperties(propObj, tagObject.instance.isInitChanges);
313
313
  }