@syncfusion/ej2-layouts 20.3.48 → 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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 20.3.48
3
+ * version : 20.3.57
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-layouts@*",
3
- "_id": "@syncfusion/ej2-layouts@20.3.1",
3
+ "_id": "@syncfusion/ej2-layouts@20.3.56",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-HK+muKb9n9ACPM15zGoClZs7GHHUsl9GuNCBdplQ7pOBynHBPTwXqTEVydnrIWMRi9UB+mYrkiZ3dqpl6LJAnQ==",
5
+ "_integrity": "sha512-LQAefUlELgeY6Uz6G1JVnKm9e0mlCfBFYYqfNuP2xBfVsqOQ+OUiMh8JBiuimolKo9H4qLAfbW/NtsX9TdktSA==",
6
6
  "_location": "/@syncfusion/ej2-layouts",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -27,16 +27,16 @@
27
27
  "/@syncfusion/ej2-react-layouts",
28
28
  "/@syncfusion/ej2-vue-layouts"
29
29
  ],
30
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-layouts/-/ej2-layouts-20.3.1.tgz",
31
- "_shasum": "f603be52955a30d289ed94da1ea54c5867e7b721",
30
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-layouts/-/ej2-layouts-20.3.56.tgz",
31
+ "_shasum": "009551fa1cb6d4c5b13c659546c20af9dcb112c5",
32
32
  "_spec": "@syncfusion/ej2-layouts@*",
33
- "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
33
+ "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
34
34
  "author": {
35
35
  "name": "Syncfusion Inc."
36
36
  },
37
37
  "bundleDependencies": false,
38
38
  "dependencies": {
39
- "@syncfusion/ej2-base": "~20.3.48"
39
+ "@syncfusion/ej2-base": "~20.3.56"
40
40
  },
41
41
  "deprecated": false,
42
42
  "description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person.",
@@ -76,6 +76,6 @@
76
76
  "url": "https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/layouts"
77
77
  },
78
78
  "typings": "index.d.ts",
79
- "version": "20.3.48",
79
+ "version": "20.3.57",
80
80
  "sideEffects": false
81
81
  }
@@ -349,6 +349,9 @@ var DashboardLayout = /** @class */ (function (_super) {
349
349
  if (document.querySelectorAll(template).length) {
350
350
  return compile(document.querySelector(template).innerHTML.trim());
351
351
  }
352
+ else {
353
+ return compile(template);
354
+ }
352
355
  }
353
356
  catch (error) {
354
357
  var sanitizedValue = SanitizeHtmlHelper.sanitize(template);