@progress/kendo-vue-popup
Advanced tools
Comparing version 5.3.0-dev.202410141143 to 5.3.0-develop.1
{ | ||
"name": "@progress/kendo-vue-popup", | ||
"version": "5.3.0-develop.1", | ||
"description": "Kendo UI for Vue Popup package", | ||
"version": "5.3.0-dev.202410141143", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/telerik/kendo-vue.git" | ||
}, | ||
"main": "dist/npm/main.js", | ||
"types": "dist/npm/main.d.ts", | ||
"module": "dist/es/main.js", | ||
"jsnext:main": "dist/es/main.js", | ||
"author": "Progress", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"homepage": "https://www.telerik.com/kendo-vue-ui", | ||
"main": "./index.js", | ||
"module": "./index.mjs", | ||
"types": "./index.d.ts", | ||
"exports": { | ||
"node": "./dist/esm/main.js", | ||
"import": "./dist/es/main.js", | ||
"require": "./dist/npm/main.js", | ||
"default": "./dist/npm/main.js" | ||
".": { | ||
"import": { | ||
"types": "./index.d.mts", | ||
"default": "./index.mjs" | ||
}, | ||
"require": { | ||
"types": "./index.d.ts", | ||
"default": "./index.js" | ||
} | ||
} | ||
}, | ||
"scripts": { | ||
"test": "cd ../../ && npm run test -- --testPathPattern=/packages/popup/.*", | ||
"start": "gulp start --notsc", | ||
"build-package": "gulp build-package" | ||
"sideEffects": false, | ||
"peerDependencies": { | ||
"@progress/kendo-licensing": "^1.3.0", | ||
"@progress/kendo-vue-animation": "5.3.0-develop.1", | ||
"@progress/kendo-vue-common": "5.3.0-develop.1", | ||
"vue": "^3.0.2" | ||
}, | ||
"dependencies": { | ||
"@progress/kendo-popup-common": "^1.6.1" | ||
}, | ||
"keywords": [ | ||
@@ -30,14 +39,2 @@ "Kendo UI", | ||
], | ||
"peerDependencies": { | ||
"@progress/kendo-licensing": "^1.3.0", | ||
"vue": "^2.6.12 || ^3.0.2" | ||
}, | ||
"dependencies": { | ||
"@progress/kendo-popup-common": "^1.6.1", | ||
"@progress/kendo-vue-animation": "5.3.0-dev.202410141143", | ||
"@progress/kendo-vue-common": "5.3.0-dev.202410141143" | ||
}, | ||
"devDependencies": { | ||
"@progress/kendo-licensing": "^1.3.0" | ||
}, | ||
"@progress": { | ||
@@ -47,7 +44,9 @@ "friendlyName": "Popup", | ||
}, | ||
"author": "Progress", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/telerik/kendo-vue.git" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
<a href="https://www.telerik.com/kendo-vue-ui/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-popup&utm_content=banner" target="_blank"> | ||
<a href="https://www.telerik.com/kendo-vue-ui/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-utils&utm_content=banner" target="_blank"> | ||
<img src="https://www.telerik.com/kendo-vue-ui/npm-banner.svg" alt="Kendo UI for Vue NPM Banner"> | ||
@@ -6,29 +6,19 @@ </a> | ||
## Kendo UI for Vue Popup Component for Vue | ||
## Kendo UI for Vue Common Package for Vue | ||
> **Important** | ||
> * This package is а part of [Kendo UI for Vue](https://www.telerik.com/kendo-vue-ui/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-popup)—a commercial UI library. | ||
> * 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 Vue My License page](https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-popup). | ||
> * 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-vue-trial-npm-popup) or register for a [free trial](https://www.telerik.com/download-login-v2-kendo-vue-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-popup). Doing so indicates that you [accept the Kendo UI for Vue License Agreement](https://www.telerik.com/purchase/license-agreement/kendo-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-popup). | ||
> * This package is а part of [Kendo UI for Vue](https://www.telerik.com/kendo-vue-ui/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-common)—a commercial UI library. | ||
> * 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 Vue My License page](https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-common). | ||
> * 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-vue-trial-npm-common) or register for a [free trial](https://www.telerik.com/download-login-v2-kendo-vue-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-common). Doing so indicates that you [accept the Kendo UI for Vue License Agreement](https://www.telerik.com/purchase/license-agreement/kendo-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-common). | ||
> * The 30-day free trial gives you access to all the Kendo UI for Vue 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 Vue dev team! | ||
> | ||
> [Start using Kendo UI for Vue](https://www.telerik.com/download-login-v2-kendo-vue-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-popup) and speed up your development process! | ||
> [Start using Kendo UI for Vue](https://www.telerik.com/download-login-v2-kendo-vue-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-common) and speed up your development process! | ||
The Kendo UI for Vue Popup positions a piece of content next to a specific anchor component. | ||
The Kendo UI for Vue Common package delivers common utilities that can be used with the Kendo UI for Vue UI components to enhance their performance and functionality. | ||
## Vue Popup | ||
> Historically, all Kendo UI for Vue Native components support both **Vue 2** and **Vue 3**, however, Vue 2 is currently in its end-of-support phase till Nov 2024. After our last major release for 2024, Vue 2 will no longer be supported in the new versions of the Kendo UI for Vue components. Please check our [Vue 2 End of Support article](https://www.telerik.com/kendo-vue-ui/components/vue2-deprecation/) for more details. | ||
Among the features which the Kendo UI for Vue Popup component delivers are: | ||
* [Hidden popup](https://www.telerik.com/kendo-vue-ui/components/popup/hidden-state/)—The Popup enables you to control its visibility. | ||
* [Animations](https://www.telerik.com/kendo-vue-ui/components/popup/animations/)—The Popup allows you to enable or disable its opening and closing animation. | ||
* [Aligning and positioning](https://www.telerik.com/kendo-vue-ui/components/popup/aligning-positioning/)—The Popup enables you to align it to components and absolute points as well as to control its position. | ||
* [Viewport boundary detection](https://www.telerik.com/kendo-vue-ui/components/popup/viewport-boundary/)—The Popup enables you to set its boundary detection functionality by using the collision property. This controls the behavior of the component when it does not fit in the view port. | ||
* [Theme support](https://www.telerik.com/kendo-vue-ui/components/styling/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-popup)—The Kendo UI for Vue Popup, as well as all 80+ components in the Kendo UI for Vue suite, are styled in four polished themes (Bootstrap, Material, Default and Fluent) and can be further customized to match your specific design guidelines. | ||
## Support Options | ||
For any issues you might encounter while working with the Kendo UI for Vue Popup, use any of the available support channels: | ||
For any issues you might encounter while working with the Kendo UI for Vue common, use any of the available support channels: | ||
@@ -41,9 +31,7 @@ * Industry-leading technical support—Kendo UI for Vue 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 Vue support system](https://www.telerik.com/account/support-tickets?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-all). | ||
* [Getting Started with Kendo UI for Vue](https://www.telerik.com/kendo-vue-ui/getting-started/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-popup) | ||
* [Get Started with the Kendo UI for Vue Popup](https://www.telerik.com/kendo-vue-ui/components/popup/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-popup) | ||
* [API Reference of the Kendo UI for Vue Popup](https://www.telerik.com/kendo-vue-ui/components/popup/api/PopupProps/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-popup) | ||
* [Kendo UI for Vue Roadmap](https://www.telerik.com/kendo-vue-ui/roadmap/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-popup) | ||
* [Blogs](https://www.telerik.com/blogs/tag/vue?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-popup) | ||
* [Demos, documentation, and component reference](https://www.telerik.com/kendo-vue-ui/components/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-popup) | ||
* [Kendo UI for Vue pricing and licensing](https://www.telerik.com/purchase/kendo-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-popup) | ||
* [Getting Started with Kendo UI for Vue](https://www.telerik.com/kendo-vue-ui/getting-started/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-common) | ||
* [Kendo UI for Vue Roadmap](https://www.telerik.com/kendo-vue-ui/roadmap/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-common) | ||
* [Blogs](https://www.telerik.com/blogs/tag/vue?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-common) | ||
* [Demos, documentation, and component reference](https://www.telerik.com/kendo-vue-ui/components/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-common) | ||
* [Kendo UI for Vue pricing and licensing](https://www.telerik.com/purchase/kendo-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-common) | ||
@@ -50,0 +38,0 @@ *Copyright © 2023 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.* |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
0
81069
21
1044
5
39
1
+ Added@progress/kendo-svg-icons@3.3.0(transitive)
+ Added@progress/kendo-vue-animation@5.3.0-develop.1(transitive)
+ Added@progress/kendo-vue-common@5.3.0-develop.1(transitive)
- Removed@progress/kendo-vue-animation@5.3.0-dev.202410141143
- Removed@progress/kendo-vue-animation@5.3.0-dev.202410141143(transitive)
- Removed@progress/kendo-vue-common@5.3.0-dev.202410141143(transitive)