@progress/kendo-angular-popup 20.1.0 → 20.1.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.
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '20.1.
|
|
13
|
+
publishDate: 1761290051,
|
|
14
|
+
version: '20.1.1',
|
|
15
15
|
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'
|
|
16
16
|
};
|
|
@@ -201,7 +201,7 @@ export class PopupService {
|
|
|
201
201
|
projectComponentInputs(component, options) {
|
|
202
202
|
Object.getOwnPropertyNames(options)
|
|
203
203
|
.filter(prop => prop !== 'content' || options.content instanceof TemplateRef)
|
|
204
|
-
.
|
|
204
|
+
.forEach((prop) => {
|
|
205
205
|
component.instance[prop] = options[prop];
|
|
206
206
|
});
|
|
207
207
|
return component;
|
|
@@ -663,8 +663,8 @@ const packageMetadata = {
|
|
|
663
663
|
productName: 'Kendo UI for Angular',
|
|
664
664
|
productCode: 'KENDOUIANGULAR',
|
|
665
665
|
productCodes: ['KENDOUIANGULAR'],
|
|
666
|
-
publishDate:
|
|
667
|
-
version: '20.1.
|
|
666
|
+
publishDate: 1761290051,
|
|
667
|
+
version: '20.1.1',
|
|
668
668
|
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'
|
|
669
669
|
};
|
|
670
670
|
|
|
@@ -1198,7 +1198,7 @@ class PopupService {
|
|
|
1198
1198
|
projectComponentInputs(component, options) {
|
|
1199
1199
|
Object.getOwnPropertyNames(options)
|
|
1200
1200
|
.filter(prop => prop !== 'content' || options.content instanceof TemplateRef)
|
|
1201
|
-
.
|
|
1201
|
+
.forEach((prop) => {
|
|
1202
1202
|
component.instance[prop] = options[prop];
|
|
1203
1203
|
});
|
|
1204
1204
|
return component;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-popup",
|
|
3
|
-
"version": "20.1.
|
|
3
|
+
"version": "20.1.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",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"package": {
|
|
20
20
|
"productName": "Kendo UI for Angular",
|
|
21
21
|
"productCode": "KENDOUIANGULAR",
|
|
22
|
-
"publishDate":
|
|
22
|
+
"publishDate": 1761290051,
|
|
23
23
|
"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"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
"@angular/common": "16 - 20",
|
|
29
29
|
"@angular/core": "16 - 20",
|
|
30
30
|
"@angular/platform-browser": "16 - 20",
|
|
31
|
-
"@progress/kendo-angular-common": "20.1.
|
|
31
|
+
"@progress/kendo-angular-common": "20.1.1",
|
|
32
32
|
"@progress/kendo-licensing": "^1.7.0",
|
|
33
33
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@progress/kendo-popup-common": "1.9.5",
|
|
37
37
|
"tslib": "^2.3.1",
|
|
38
|
-
"@progress/kendo-angular-schematics": "20.1.
|
|
38
|
+
"@progress/kendo-angular-schematics": "20.1.1"
|
|
39
39
|
},
|
|
40
40
|
"schematics": "./schematics/collection.json",
|
|
41
41
|
"module": "fesm2022/progress-kendo-angular-popup.mjs",
|