ag-grid-community 33.0.3 → 33.0.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.
@@ -28913,7 +28913,7 @@ class HeaderComp extends component_1.Component {
28913
28913
  return;
28914
28914
  }
28915
28915
  const displayNameSanitised = (0, string_1._escapeString)(displayName, true);
28916
- this.eText.innerText = displayNameSanitised;
28916
+ this.eText.textContent = displayNameSanitised;
28917
28917
  }
28918
28918
  addInIcon(iconName, eParent, column) {
28919
28919
  if (eParent == null) {
@@ -54703,7 +54703,7 @@ exports.VanillaFrameworkOverrides = VanillaFrameworkOverrides;
54703
54703
  Object.defineProperty(exports, "__esModule", ({ value: true }));
54704
54704
  exports.VERSION = void 0;
54705
54705
  // DO NOT UPDATE MANUALLY: Generated from script during build time
54706
- exports.VERSION = '33.0.3';
54706
+ exports.VERSION = '33.0.4';
54707
54707
 
54708
54708
 
54709
54709
  /***/ }),