@syncfusion/ej2-layouts 20.3.56 → 20.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.
@@ -2607,6 +2607,9 @@ var DashboardLayout = /** @__PURE__ @class */ (function (_super) {
2607
2607
  if (document.querySelectorAll(template).length) {
2608
2608
  return compile(document.querySelector(template).innerHTML.trim());
2609
2609
  }
2610
+ else {
2611
+ return compile(template);
2612
+ }
2610
2613
  }
2611
2614
  catch (error) {
2612
2615
  var sanitizedValue = SanitizeHtmlHelper.sanitize(template);