angular-slickgrid 3.3.1 → 3.3.2

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.
@@ -596,7 +596,7 @@
596
596
  return subscriptions;
597
597
  }
598
598
 
599
- var DOMPurify = DOMPurify___namespace; // patch to fix rollup to work
599
+ var DOMPurify = DOMPurify___namespace['default'] || DOMPurify___namespace; // patch to fix rollup to work
600
600
  var ROW_DETAIL_CONTAINER_PREFIX = 'container_';
601
601
  var PRELOAD_CONTAINER_PREFIX = 'container_loading';
602
602
  var RowDetailViewExtension = /** @class */ (function () {