@syncfusion/ej2-base 19.3.56 → 19.3.57

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.
@@ -6122,7 +6122,7 @@ Animation = Animation_1 = __decorate([
6122
6122
  function rippleEffect(element, rippleOptions, done) {
6123
6123
  const rippleModel = getRippleModel(rippleOptions);
6124
6124
  if (rippleModel.rippleFlag === false || (rippleModel.rippleFlag === undefined && !isRippleEnabled)) {
6125
- return Function;
6125
+ return (() => { });
6126
6126
  }
6127
6127
  element.setAttribute('data-ripple', 'true');
6128
6128
  EventHandler.add(element, 'mousedown', rippleHandler, { parent: element, rippleOptions: rippleModel });