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.
- package/dist/ag-grid-community.js +2 -2
- package/dist/ag-grid-community.min.js +1 -1
- package/dist/ag-grid-community.min.noStyle.js +1 -1
- package/dist/ag-grid-community.noStyle.js +2 -2
- package/dist/package/main.cjs.js +2 -3
- package/dist/package/main.cjs.min.js +2 -2
- package/dist/package/main.esm.min.mjs +2 -2
- package/dist/package/main.esm.mjs +2 -3
- package/dist/package/package.json +2 -3
- package/dist/types/package.json +2 -3
- package/dist/types/src/version.d.ts +1 -1
- package/package.json +2 -3
|
@@ -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.
|
|
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.
|
|
54706
|
+
exports.VERSION = '33.0.4';
|
|
54707
54707
|
|
|
54708
54708
|
|
|
54709
54709
|
/***/ }),
|