@progress/kendo-angular-common 23.3.0-develop.1 → 23.3.0-develop.10

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.
@@ -1104,7 +1104,7 @@ class WatermarkOverlayComponent {
1104
1104
  /* noop */
1105
1105
  };
1106
1106
  ngOnInit() {
1107
- if (bannerPresentOnPage || !this.licenseMessage) {
1107
+ if (bannerPresentOnPage || !this.licenseMessage || !isDocumentAvailable()) {
1108
1108
  return;
1109
1109
  }
1110
1110
  this.subscribeLicenseMessage();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-common",
3
- "version": "23.3.0-develop.1",
3
+ "version": "23.3.0-develop.10",
4
4
  "description": "Kendo UI for Angular - Utility Package",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -23,7 +23,7 @@
23
23
  "@progress/kendo-common": "^1.0.1",
24
24
  "@progress/kendo-draggable": "^3.0.2",
25
25
  "tslib": "^2.3.1",
26
- "@progress/kendo-angular-schematics": "23.3.0-develop.1"
26
+ "@progress/kendo-angular-schematics": "23.3.0-develop.10"
27
27
  },
28
28
  "publishConfig": {
29
29
  "access": "public"