@progress/kendo-angular-popup 16.7.1-develop.2 → 16.7.1-develop.4

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.
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-popup',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1723191762,
13
- version: '16.7.1-develop.2',
12
+ publishDate: 1723454095,
13
+ version: '16.7.1-develop.4',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
15
15
  };
@@ -95,7 +95,7 @@ export class PopupService {
95
95
  }
96
96
  throw new Error(`
97
97
  View Container not found! Inject the POPUP_CONTAINER or define a specific ViewContainerRef via the appendTo option.
98
- See http://www.telerik.com/kendo-angular-ui/components/popup/api/POPUP_CONTAINER/ for more details.
98
+ See https://www.telerik.com/kendo-angular-ui/components/popup/api/POPUP_CONTAINER/ for more details.
99
99
  `);
100
100
  }
101
101
  /**
@@ -679,8 +679,8 @@ const packageMetadata = {
679
679
  name: '@progress/kendo-angular-popup',
680
680
  productName: 'Kendo UI for Angular',
681
681
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
682
- publishDate: 1723191762,
683
- version: '16.7.1-develop.2',
682
+ publishDate: 1723454095,
683
+ version: '16.7.1-develop.4',
684
684
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
685
685
  };
686
686
 
@@ -1170,7 +1170,7 @@ class PopupService {
1170
1170
  }
1171
1171
  throw new Error(`
1172
1172
  View Container not found! Inject the POPUP_CONTAINER or define a specific ViewContainerRef via the appendTo option.
1173
- See http://www.telerik.com/kendo-angular-ui/components/popup/api/POPUP_CONTAINER/ for more details.
1173
+ See https://www.telerik.com/kendo-angular-ui/components/popup/api/POPUP_CONTAINER/ for more details.
1174
1174
  `);
1175
1175
  }
1176
1176
  /**
@@ -675,8 +675,8 @@ const packageMetadata = {
675
675
  name: '@progress/kendo-angular-popup',
676
676
  productName: 'Kendo UI for Angular',
677
677
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
678
- publishDate: 1723191762,
679
- version: '16.7.1-develop.2',
678
+ publishDate: 1723454095,
679
+ version: '16.7.1-develop.4',
680
680
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
681
681
  };
682
682
 
@@ -1166,7 +1166,7 @@ class PopupService {
1166
1166
  }
1167
1167
  throw new Error(`
1168
1168
  View Container not found! Inject the POPUP_CONTAINER or define a specific ViewContainerRef via the appendTo option.
1169
- See http://www.telerik.com/kendo-angular-ui/components/popup/api/POPUP_CONTAINER/ for more details.
1169
+ See https://www.telerik.com/kendo-angular-ui/components/popup/api/POPUP_CONTAINER/ for more details.
1170
1170
  `);
1171
1171
  }
1172
1172
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-popup",
3
- "version": "16.7.1-develop.2",
3
+ "version": "16.7.1-develop.4",
4
4
  "description": "Kendo UI Angular Popup component - an easily customized popup from the most trusted provider of professional Angular components.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -22,14 +22,14 @@
22
22
  "@angular/common": "15 - 18",
23
23
  "@angular/core": "15 - 18",
24
24
  "@angular/platform-browser": "15 - 18",
25
- "@progress/kendo-angular-common": "16.7.1-develop.2",
25
+ "@progress/kendo-angular-common": "16.7.1-develop.4",
26
26
  "@progress/kendo-licensing": "^1.0.2",
27
27
  "rxjs": "^6.5.3 || ^7.0.0"
28
28
  },
29
29
  "dependencies": {
30
30
  "@progress/kendo-popup-common": "^1.7.0",
31
31
  "tslib": "^2.3.1",
32
- "@progress/kendo-angular-schematics": "16.7.1-develop.2"
32
+ "@progress/kendo-angular-schematics": "16.7.1-develop.4"
33
33
  },
34
34
  "schematics": "./schematics/collection.json",
35
35
  "module": "fesm2015/progress-kendo-angular-popup.mjs",