@progress/kendo-angular-dropdowns 19.2.0-develop.12 → 19.2.0-develop.13

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,9 +4,14 @@
4
4
 
5
5
  ## Kendo UI for Angular DropDowns Package
6
6
 
7
- > * This package is part of the [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui/)—a commercial UI library.
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).
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 team!
7
+ > * This package is part of [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui/)—a commercial UI library.
8
+ > * To use this package, you must install a license key file, whether you are on a paid license or a 30-day free trial. To receive a license key, either [purchase a license](https://www.telerik.com/purchase/kendo-ui) or start a [free trial](https://www.telerik.com/download-login-v2-kendo-angular-ui).
9
+ > * Adding a valid license key file ensures a seamless experience during the trial period—no watermarks, no warnings, and full access to all components and features.
10
+ > * Trial users can register for a free license key file. Without it, your trial may be interrupted by visual indicators or functionality limitations.
11
+ > * Additionally, for the period of your license, you get access to our legendary technical support provided directly by the Kendo UI for Angular team!
12
+ > * Learn more: https://www.telerik.com/kendo-angular-ui/components/licensing
13
+ >
14
+ > [Start using Kendo UI for Angular](https://www.telerik.com/download-login-v2-kendo-angular-ui) and speed up your development process!
10
15
 
11
16
  The [Angular Dropdowns package](https://www.telerik.com/kendo-angular-ui/components/dropdowns) includes variety of highly configurable drop-down types that allow you to quickly and easily create the exact Dropdowns component you need to statisfy requirements for functionality and appearance. The Dropdowns are built from the ground-up and specifically for Angular, so that you get high-performance drop-down controls which integrate tightly with your application.
12
17
 
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1751375338,
14
- version: '19.2.0-develop.12',
13
+ publishDate: 1751386075,
14
+ version: '19.2.0-develop.13',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -37,8 +37,8 @@ const packageMetadata = {
37
37
  productName: 'Kendo UI for Angular',
38
38
  productCode: 'KENDOUIANGULAR',
39
39
  productCodes: ['KENDOUIANGULAR'],
40
- publishDate: 1751375338,
41
- version: '19.2.0-develop.12',
40
+ publishDate: 1751386075,
41
+ version: '19.2.0-develop.13',
42
42
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
43
43
  };
44
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dropdowns",
3
- "version": "19.2.0-develop.12",
3
+ "version": "19.2.0-develop.13",
4
4
  "description": "A wide variety of native Angular dropdown components including AutoComplete, ComboBox, DropDownList, DropDownTree, MultiColumnComboBox, MultiSelect, and MultiSelectTree ",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -100,7 +100,7 @@
100
100
  "package": {
101
101
  "productName": "Kendo UI for Angular",
102
102
  "productCode": "KENDOUIANGULAR",
103
- "publishDate": 1751375338,
103
+ "publishDate": 1751386075,
104
104
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
105
105
  }
106
106
  },
@@ -111,18 +111,18 @@
111
111
  "@angular/forms": "16 - 20",
112
112
  "@angular/platform-browser": "16 - 20",
113
113
  "@progress/kendo-licensing": "^1.5.0",
114
- "@progress/kendo-angular-common": "19.2.0-develop.12",
115
- "@progress/kendo-angular-utils": "19.2.0-develop.12",
116
- "@progress/kendo-angular-l10n": "19.2.0-develop.12",
117
- "@progress/kendo-angular-navigation": "19.2.0-develop.12",
118
- "@progress/kendo-angular-popup": "19.2.0-develop.12",
119
- "@progress/kendo-angular-icons": "19.2.0-develop.12",
120
- "@progress/kendo-angular-treeview": "19.2.0-develop.12",
114
+ "@progress/kendo-angular-common": "19.2.0-develop.13",
115
+ "@progress/kendo-angular-utils": "19.2.0-develop.13",
116
+ "@progress/kendo-angular-l10n": "19.2.0-develop.13",
117
+ "@progress/kendo-angular-navigation": "19.2.0-develop.13",
118
+ "@progress/kendo-angular-popup": "19.2.0-develop.13",
119
+ "@progress/kendo-angular-icons": "19.2.0-develop.13",
120
+ "@progress/kendo-angular-treeview": "19.2.0-develop.13",
121
121
  "rxjs": "^6.5.3 || ^7.0.0"
122
122
  },
123
123
  "dependencies": {
124
124
  "tslib": "^2.3.1",
125
- "@progress/kendo-angular-schematics": "19.2.0-develop.12",
125
+ "@progress/kendo-angular-schematics": "19.2.0-develop.13",
126
126
  "@progress/kendo-common": "^1.0.1",
127
127
  "node-html-parser": "^7.0.1"
128
128
  },
@@ -4,9 +4,9 @@ const schematics_1 = require("@angular-devkit/schematics");
4
4
  function default_1(options) {
5
5
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'DropDownsModule', package: 'dropdowns', peerDependencies: {
6
6
  // peers of the treeview
7
- '@progress/kendo-angular-inputs': '19.2.0-develop.12',
7
+ '@progress/kendo-angular-inputs': '19.2.0-develop.13',
8
8
  // peers of inputs
9
- '@progress/kendo-angular-intl': '19.2.0-develop.12',
9
+ '@progress/kendo-angular-intl': '19.2.0-develop.13',
10
10
  '@progress/kendo-drawing': '^1.17.2',
11
11
  // Peer dependency of icons
12
12
  '@progress/kendo-svg-icons': '^4.0.0'