@progress/kendo-angular-popup 17.0.0-develop.7 → 17.0.0-develop.8
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.
package/README.md
CHANGED
|
@@ -4,43 +4,45 @@
|
|
|
4
4
|
|
|
5
5
|
## Kendo UI for Angular Popup Component
|
|
6
6
|
|
|
7
|
-
>
|
|
8
|
-
> *
|
|
9
|
-
> * You will need to install a license key when adding the package to your project. For more information, please refer to the [Kendo UI for Angular My License page](https://www.telerik.com/kendo-angular-ui/my-license?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-popup).
|
|
10
|
-
> * To receive a license key, you need to either [purchase a license](https://www.telerik.com/purchase/kendo-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-popup) or register for a [free trial](https://www.telerik.com/download-login-v2-kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-popup). Doing so indicates that you [accept the Kendo UI for Angular License Agreement](https://www.telerik.com/purchase/license-agreement/kendo-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-popup).
|
|
7
|
+
> * This package is part of [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui)—a commercial library designed and built for developing business applications with Angular. Every UI component in the Kendo UI for Angular suite has been built from the ground-up specifically for Angular.
|
|
8
|
+
> * You must [install a license key](https://www.telerik.com/kendo-angular-ui/my-license) when adding the package to your project. To receive a license key, either [purchase a license](https://www.telerik.com/purchase/kendo-ui) or register for a [free trial](https://www.telerik.com/download-login-v2-kendo-angular-ui).
|
|
11
9
|
> * The 30-day free trial gives you access to all the Kendo UI for Angular components and their full functionality. Additionally, for the period of your license, you get access to our legendary technical support provided directly by the Kendo UI for Angular dev team!
|
|
12
10
|
>
|
|
13
|
-
> [Start using Kendo UI for Angular](https://www.telerik.com/download-login-v2-kendo-angular-ui
|
|
11
|
+
> [Start using Kendo UI for Angular](https://www.telerik.com/download-login-v2-kendo-angular-ui) and speed up your development process!
|
|
14
12
|
|
|
15
13
|
## Angular Popup Component
|
|
16
14
|
|
|
17
|
-
The Kendo UI for Angular Popup
|
|
15
|
+
The [Kendo UI for Angular Popup](https://www.telerik.com/kendo-angular-ui/components/pdfviewer) component overlays content next to a specific anchor HTML element. The Angular Popup component is build natively for Angular so you get the best possible performance and integration with other Angular components.
|
|
18
16
|
|
|
19
17
|
<img src="https://d585tldpucybw.cloudfront.net/sfimages/default-source/component-pages/angular/angular-popup-animations.gif" alt="Angular PopupExample">
|
|
20
18
|
|
|
21
19
|
### Key Features
|
|
22
20
|
|
|
23
|
-
* [Animations](https://www.telerik.com/kendo-angular-ui/components/popup/animations
|
|
24
|
-
* [Aligning and Positioning](https://www.telerik.com/kendo-angular-ui/components/popup/aligning-positioning
|
|
25
|
-
* [Document Scale](https://www.telerik.com/kendo-angular-ui/components/popup/document-scale
|
|
26
|
-
* [Styling](https://www.telerik.com/kendo-angular-ui/components/popup/styling
|
|
27
|
-
* [Viewport Boundary Detection](https://www.telerik.com/kendo-angular-ui/components/popup/viewport-boundary
|
|
28
|
-
* [Angular Service](https://www.telerik.com/kendo-angular-ui/components/popup/service
|
|
21
|
+
* [Animations](https://www.telerik.com/kendo-angular-ui/components/popup/animations/)—Customize the animation of the Popup and change its direction, type, and duration, or disable it.
|
|
22
|
+
* [Aligning and Positioning](https://www.telerik.com/kendo-angular-ui/components/popup/aligning-positioning/)—Align the Popup components to other components and absolute points as well as to control its position and render a margin according to a specific elements.
|
|
23
|
+
* [Document Scale](https://www.telerik.com/kendo-angular-ui/components/popup/document-scale/)—The Angular Popup provides configuration options for declaring the document scale so that it gets properly positioned.
|
|
24
|
+
* [Styling](https://www.telerik.com/kendo-angular-ui/components/popup/styling/)—Customize the appearance of the host Popup element and the elements that hold its content as well as copy the anchor font styles of the content-holding element.
|
|
25
|
+
* [Viewport Boundary Detection](https://www.telerik.com/kendo-angular-ui/components/popup/viewport-boundary/)—Set the compponent's boundary detection functionality so that when it does not fit in the viewport, it will automatically change its position.
|
|
26
|
+
* [Angular Service](https://www.telerik.com/kendo-angular-ui/components/popup/service/)—Create Popup instances from TypeScript based on user interactions and without the need to define the component in a template.
|
|
27
|
+
|
|
28
|
+
## Support Options
|
|
29
|
+
|
|
30
|
+
For any issues you might encounter while working with the Kendo UI for Angular Popup, you have the following support channels available:
|
|
31
|
+
|
|
32
|
+
* Industry-leading technical support—Kendo UI for Angular paid license holders and users with an active (free) trial license can take advantage of our outstanding customer support. To submit a ticket, use the [dedicated Kendo UI for Angular support system](https://www.telerik.com/account/support-tickets).
|
|
33
|
+
* Product forums—The [Kendo UI for Angular forums](https://www.telerik.com/forums/kendo-angular-ui) are part of the free support you can get from the community and from the Kendo UI for Angular team.
|
|
34
|
+
* Feedback portal—The [Kendo UI for Angular feedback portal](https://feedback.telerik.com/kendo-angular-ui) is where you can request and vote for new features to be added.
|
|
29
35
|
|
|
30
36
|
## Resources
|
|
31
37
|
|
|
32
|
-
* [
|
|
33
|
-
* [
|
|
38
|
+
* [Getting Started with Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui/getting-started)
|
|
39
|
+
* [Getting Started with the Kendo UI for Angular Popup](https://www.telerik.com/kendo-angular-ui/components/popup/installation/getting-started)
|
|
40
|
+
* [PDFViewer Overview page](https://www.telerik.com/kendo-angular-ui/components/pdfviewer) and [PDFViewer API reference](https://www.telerik.com/kendo-angular-ui/components/pdfviewer/api)
|
|
41
|
+
* [Kendo UI for Angular roadmap](https://www.telerik.com/kendo-angular-ui/roadmap)
|
|
34
42
|
* [Blogs](http://www.telerik.com/blogs/kendo-ui)
|
|
43
|
+
* [Demos, documentation, and component reference](https://www.telerik.com/kendo-angular-ui/components)
|
|
35
44
|
* [Kendo UI for Angular pricing and licensing](https://www.telerik.com/purchase/kendo-ui)
|
|
36
45
|
|
|
37
|
-
## Questions and Feedback
|
|
38
|
-
|
|
39
|
-
* [Official Forums](https://www.telerik.com/forums/kendo-angular-ui)
|
|
40
|
-
* [GitHub Issues](https://github.com/telerik/kendo-angular/issues)
|
|
41
|
-
* [Feedback Portal](https://feedback.telerik.com/kendo-angular-ui)
|
|
42
|
-
* [StackOverflow](https://stackoverflow.com/questions/tagged/kendo-ui-angular2)
|
|
43
|
-
|
|
44
46
|
*Copyright © 2024 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
|
|
45
47
|
|
|
46
48
|
*Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.*
|
|
@@ -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: '17.0.0-develop.
|
|
12
|
+
publishDate: 1729169902,
|
|
13
|
+
version: '17.0.0-develop.8',
|
|
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
|
};
|
|
@@ -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: '17.0.0-develop.
|
|
682
|
+
publishDate: 1729169902,
|
|
683
|
+
version: '17.0.0-develop.8',
|
|
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
|
|
|
@@ -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: '17.0.0-develop.
|
|
678
|
+
publishDate: 1729169902,
|
|
679
|
+
version: '17.0.0-develop.8',
|
|
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
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-popup",
|
|
3
|
-
"version": "17.0.0-develop.
|
|
3
|
+
"version": "17.0.0-develop.8",
|
|
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": "17.0.0-develop.
|
|
25
|
+
"@progress/kendo-angular-common": "17.0.0-develop.8",
|
|
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": "17.0.0-develop.
|
|
32
|
+
"@progress/kendo-angular-schematics": "17.0.0-develop.8"
|
|
33
33
|
},
|
|
34
34
|
"schematics": "./schematics/collection.json",
|
|
35
35
|
"module": "fesm2015/progress-kendo-angular-popup.mjs",
|