@progress/kendo-angular-popup 16.7.2-develop.1 → 16.8.0-develop.1
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:
|
|
13
|
-
version: '16.
|
|
12
|
+
publishDate: 1724076705,
|
|
13
|
+
version: '16.8.0-develop.1',
|
|
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
|
};
|
package/esm2020/popup.module.mjs
CHANGED
|
@@ -48,7 +48,6 @@ PopupModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "1
|
|
|
48
48
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PopupModule, decorators: [{
|
|
49
49
|
type: NgModule,
|
|
50
50
|
args: [{
|
|
51
|
-
entryComponents: [...KENDO_POPUP],
|
|
52
51
|
exports: [...KENDO_POPUP],
|
|
53
52
|
imports: [ResizeSensorComponent, ...KENDO_POPUP],
|
|
54
53
|
providers: [PopupService, ResizeBatchService]
|
|
@@ -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:
|
|
683
|
-
version: '16.
|
|
682
|
+
publishDate: 1724076705,
|
|
683
|
+
version: '16.8.0-develop.1',
|
|
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
|
|
|
@@ -1390,7 +1390,6 @@ PopupModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "1
|
|
|
1390
1390
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PopupModule, decorators: [{
|
|
1391
1391
|
type: NgModule,
|
|
1392
1392
|
args: [{
|
|
1393
|
-
entryComponents: [...KENDO_POPUP],
|
|
1394
1393
|
exports: [...KENDO_POPUP],
|
|
1395
1394
|
imports: [ResizeSensorComponent, ...KENDO_POPUP],
|
|
1396
1395
|
providers: [PopupService, ResizeBatchService]
|
|
@@ -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:
|
|
679
|
-
version: '16.
|
|
678
|
+
publishDate: 1724076705,
|
|
679
|
+
version: '16.8.0-develop.1',
|
|
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
|
|
|
@@ -1384,7 +1384,6 @@ PopupModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "1
|
|
|
1384
1384
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PopupModule, decorators: [{
|
|
1385
1385
|
type: NgModule,
|
|
1386
1386
|
args: [{
|
|
1387
|
-
entryComponents: [...KENDO_POPUP],
|
|
1388
1387
|
exports: [...KENDO_POPUP],
|
|
1389
1388
|
imports: [ResizeSensorComponent, ...KENDO_POPUP],
|
|
1390
1389
|
providers: [PopupService, ResizeBatchService]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-popup",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.8.0-develop.1",
|
|
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.
|
|
25
|
+
"@progress/kendo-angular-common": "16.8.0-develop.1",
|
|
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.
|
|
32
|
+
"@progress/kendo-angular-schematics": "16.8.0-develop.1"
|
|
33
33
|
},
|
|
34
34
|
"schematics": "./schematics/collection.json",
|
|
35
35
|
"module": "fesm2015/progress-kendo-angular-popup.mjs",
|