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.
- package/bundles/angular-slickgrid.umd.js +1 -1
- package/bundles/angular-slickgrid.umd.js.map +1 -1
- package/esm2015/app/modules/angular-slickgrid/extensions/rowDetailViewExtension.js +2 -2
- package/fesm2015/angular-slickgrid.js +1 -1
- package/fesm2015/angular-slickgrid.js.map +1 -1
- package/package.json +8 -8
|
@@ -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 () {
|