@progress/kendo-angular-popup 23.3.0-develop.8 → 23.3.0
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.
|
@@ -683,8 +683,8 @@ const packageMetadata = {
|
|
|
683
683
|
productName: 'Kendo UI for Angular',
|
|
684
684
|
productCode: 'KENDOUIANGULAR',
|
|
685
685
|
productCodes: ['KENDOUIANGULAR'],
|
|
686
|
-
publishDate:
|
|
687
|
-
version: '23.3.0
|
|
686
|
+
publishDate: 1775133141,
|
|
687
|
+
version: '23.3.0',
|
|
688
688
|
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'
|
|
689
689
|
};
|
|
690
690
|
|
|
@@ -1041,9 +1041,9 @@ const removeElement = (element) => {
|
|
|
1041
1041
|
}
|
|
1042
1042
|
};
|
|
1043
1043
|
/**
|
|
1044
|
-
* Injects the Popup container. If not set, uses the first root component of the application.
|
|
1044
|
+
* Injects the Popup container. If not set, uses the first root component of the application ([see example](https://www.telerik.com/kendo-angular-ui/components/popup/rendering-container)).
|
|
1045
1045
|
*
|
|
1046
|
-
* > Use `POPUP_CONTAINER` only with the `PopupService` class ([see example](https://www.telerik.com/kendo-angular-ui/components/popup/
|
|
1046
|
+
* > Use `POPUP_CONTAINER` only with the `PopupService` class ([see example](https://www.telerik.com/kendo-angular-ui/components/popup/service)).
|
|
1047
1047
|
*
|
|
1048
1048
|
* In standalone components:
|
|
1049
1049
|
*
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "23.3.0
|
|
10
|
+
"publishDate": 1775133141,
|
|
11
|
+
"version": "23.3.0",
|
|
12
12
|
"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"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-popup",
|
|
3
|
-
"version": "23.3.0
|
|
3
|
+
"version": "23.3.0",
|
|
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": 1775133141,
|
|
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": "19 - 21",
|
|
29
29
|
"@angular/core": "19 - 21",
|
|
30
30
|
"@angular/platform-browser": "19 - 21",
|
|
31
|
-
"@progress/kendo-angular-common": "23.3.0
|
|
31
|
+
"@progress/kendo-angular-common": "23.3.0",
|
|
32
32
|
"@progress/kendo-licensing": "^1.10.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": "23.3.0
|
|
38
|
+
"@progress/kendo-angular-schematics": "23.3.0"
|
|
39
39
|
},
|
|
40
40
|
"schematics": "./schematics/collection.json",
|
|
41
41
|
"module": "fesm2022/progress-kendo-angular-popup.mjs",
|
package/popup.service.d.ts
CHANGED
|
@@ -7,9 +7,9 @@ import { PopupSettings } from './models/popup-settings';
|
|
|
7
7
|
import { PopupRef } from './models/popup-ref';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
|
-
* Injects the Popup container. If not set, uses the first root component of the application.
|
|
10
|
+
* Injects the Popup container. If not set, uses the first root component of the application ([see example](https://www.telerik.com/kendo-angular-ui/components/popup/rendering-container)).
|
|
11
11
|
*
|
|
12
|
-
* > Use `POPUP_CONTAINER` only with the `PopupService` class ([see example](https://www.telerik.com/kendo-angular-ui/components/popup/
|
|
12
|
+
* > Use `POPUP_CONTAINER` only with the `PopupService` class ([see example](https://www.telerik.com/kendo-angular-ui/components/popup/service)).
|
|
13
13
|
*
|
|
14
14
|
* In standalone components:
|
|
15
15
|
*
|