@progress/kendo-react-dropdowns 10.0.0-develop.4 → 10.0.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.
- package/README.md +9 -11
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -1,17 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
<img src="https://www.telerik.com/kendo-react-ui/components/npm-banner.svg" alt="KendoReact NPM Banner">
|
|
3
|
-
</a>
|
|
1
|
+
[](https://www.telerik.com/kendo-react-ui/components/free?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dropdowns&utm_content=banner)
|
|
4
2
|
|
|
5
3
|
# KendoReact DropDowns Library for React
|
|
6
4
|
|
|
7
5
|
> **Important**
|
|
8
6
|
>
|
|
9
7
|
> - This package is а part of [KendoReact](https://www.telerik.com/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dropdowns)—an enterprise-grade UI library with 120+ free and premium components.
|
|
10
|
-
> -
|
|
11
|
-
> - If you're looking for free React components, check out [Get Started with KendoReact Free
|
|
8
|
+
> - It contains both free and premium KendoReact components and tools. To use the premium components, you will need to [purchase a license](https://www.telerik.com/kendo-react-ui/pricing?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dropdowns) or register for a [free trial](https://www.telerik.com/try/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dropdowns). You can use the free components without having to sign up or get a license key.
|
|
9
|
+
> - If you're looking for free React components, check out [Get Started with KendoReact Free](https://www.telerik.com/kendo-react-ui/components/free).
|
|
12
10
|
> - If you have an active license, visit the [KendoReact My License page](https://www.telerik.com/kendo-react-ui/components/my-license/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dropdowns) to learn how to configure your KendoReact licensing.
|
|
13
11
|
> - Installing and working with this package indicates that you [accept the KendoReact License Agreement](https://www.telerik.com/purchase/license-agreement/progress-kendoreact?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dropdowns).
|
|
14
|
-
|
|
12
|
+
The 30-day free trial gives you access to all KendoReact components and their full functionality. Additionally, for the period of your trial, you can use our legendary technical support provided directly by the KendoReact dev team!
|
|
15
13
|
>
|
|
16
14
|
> [Start using KendoReact](https://www.telerik.com/try/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dropdowns) and speed up your development process!
|
|
17
15
|
|
|
@@ -56,7 +54,7 @@ Among the many features which the KendoReact DropDowns deliver are:
|
|
|
56
54
|
|
|
57
55
|
## React AutoComplete Component
|
|
58
56
|
|
|
59
|
-
> This is a **free React component**—no sign-up or license required
|
|
57
|
+
> This is a **free React component**—no sign-up or license required.
|
|
60
58
|
|
|
61
59
|
[The KendoReact AutoComplete component](https://www.telerik.com/kendo-react-ui/components/dropdowns/autocomplete/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dropdowns) is part of KendoReact Free and lets your end users type text into an input element and a list of suggested items will appear in a popup beneath. With suggestions turned on, the React AutoComplete will fill in the input field with suggestions from the underlying data, saving the user a lot of time when selecting data in the AutoComplete.
|
|
62
60
|
|
|
@@ -94,7 +92,7 @@ import { ComboBox } from '@progress/kendo-react-dropdowns';
|
|
|
94
92
|
|
|
95
93
|
## React DropDownList Component
|
|
96
94
|
|
|
97
|
-
> This is a **free React component** with premium filtering and virtualization. The free feature set does not require any sign-up or license
|
|
95
|
+
> This is a **free React component** with premium filtering and virtualization. The free feature set does not require any sign-up or license. The premium filtering and virtualization require a commercial license or an active trial license.
|
|
98
96
|
|
|
99
97
|
[The KendoReact DropDownList component](https://www.telerik.com/kendo-react-ui/components/dropdowns/dropdownlist/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dropdowns) is a form component that enables end users to choose a single predefined value from a list, without support for typing in values, and is a richer form of the select element. The KendoReact DropDownList can be bound to various forms of data, including datasets of objects, an array of primitive values or binding directly to a single value property. Additionally, the React DropDown List can bind separate fields to the displayed text and the underlying value. By Default, the KendoReact DropDownList will render an empty area if no value has been displayed. Some requirements may call for some sort of placeholder string indicating what the DropDownList component is for, which is where the default item feature comes in.
|
|
100
98
|
|
|
@@ -153,7 +151,7 @@ import { MultiColumnComboBox } from '@progress/kendo-react-dropdowns';
|
|
|
153
151
|
|
|
154
152
|
## React MultiSelect Component
|
|
155
153
|
|
|
156
|
-
> This is a **free React component** with premium filtering and virtualization. The free feature set does not require any sign-up or license
|
|
154
|
+
> This is a **free React component** with premium filtering and virtualization. The free feature set does not require any sign-up or license. The premium filtering and virtualization require a commercial license or an active trial license.
|
|
157
155
|
|
|
158
156
|
[The KendoReact MultiSelect component](https://www.telerik.com/kendo-react-ui/components/dropdowns/multiselect/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dropdowns) is a form component that displays a list of options in a popup and allows for multiple items to be selected from this list. Each selected item is rendered as a tag in the input element. With the custom tags feature, the MultiSelect can customize what to display when an item is selected, including having a single tag representing all selected items.
|
|
159
157
|
|
|
@@ -193,14 +191,14 @@ import { MultiSelectTree } from '@progress/kendo-react-dropdowns';
|
|
|
193
191
|
|
|
194
192
|
For any issues you might encounter while working with the KendoReact DropDowns, use any of the available support channels:
|
|
195
193
|
|
|
196
|
-
- Industry-leading technical support—KendoReact 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 KendoReact support system](https://www.telerik.com/account/support-
|
|
194
|
+
- Industry-leading technical support—KendoReact 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 KendoReact support system](https://www.telerik.com/account/support-center/contact-us/technical-support?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dropdowns).
|
|
197
195
|
- Product forums—The [KendoReact forums](https://www.telerik.com/forums/kendo-ui-react?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dropdowns) are part of the free support you can get from the community and from the KendoReact team.
|
|
198
196
|
- Feedback portal—The [KendoReact feedback portal](https://feedback.telerik.com/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dropdowns) is where you can request and vote for new features to be added.
|
|
199
197
|
|
|
200
198
|
## Resources
|
|
201
199
|
|
|
202
200
|
- [Getting Started with KendoReact](https://www.telerik.com/kendo-react-ui/components/getting-started/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dropdowns)
|
|
203
|
-
- [Get Started with KendoReact Free
|
|
201
|
+
- [Get Started with KendoReact Free](https://www.telerik.com/kendo-react-ui/components/free)
|
|
204
202
|
- [Getting Started with the KendoReact DropDowns](https://www.telerik.com/kendo-react-ui/components/dropdowns/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dropdowns)
|
|
205
203
|
- [API Reference of the KendoReact DropDowns](https://www.telerik.com/kendo-react-ui/components/dropdowns/api/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dropdowns)
|
|
206
204
|
- [KendoReact Roadmap](https://www.telerik.com/support/whats-new/kendo-react-ui/roadmap?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dropdowns)
|
package/package-metadata.js
CHANGED
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-react-dropdowns",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate:
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-react-dropdowns",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate: 1741695429,version:"10.0.0",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"};exports.packageMetadata=e;
|
package/package-metadata.mjs
CHANGED
|
@@ -10,8 +10,8 @@ const e = {
|
|
|
10
10
|
productName: "KendoReact",
|
|
11
11
|
productCode: "KENDOUIREACT",
|
|
12
12
|
productCodes: ["KENDOUIREACT"],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: "10.0.0
|
|
13
|
+
publishDate: 1741695429,
|
|
14
|
+
version: "10.0.0",
|
|
15
15
|
licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"
|
|
16
16
|
};
|
|
17
17
|
export {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-dropdowns",
|
|
3
|
-
"version": "10.0.0
|
|
3
|
+
"version": "10.0.0",
|
|
4
4
|
"description": "React DropDowns offer an interface for users to select different items from a list and more. KendoReact Dropdowns package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -25,15 +25,15 @@
|
|
|
25
25
|
},
|
|
26
26
|
"sideEffects": false,
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"@progress/kendo-licensing": "^1.5.
|
|
29
|
-
"@progress/kendo-react-buttons": "10.0.0
|
|
30
|
-
"@progress/kendo-react-common": "10.0.0
|
|
31
|
-
"@progress/kendo-react-inputs": "10.0.0
|
|
32
|
-
"@progress/kendo-react-intl": "10.0.0
|
|
33
|
-
"@progress/kendo-react-labels": "10.0.0
|
|
34
|
-
"@progress/kendo-react-layout": "10.0.0
|
|
35
|
-
"@progress/kendo-react-popup": "10.0.0
|
|
36
|
-
"@progress/kendo-react-treeview": "10.0.0
|
|
28
|
+
"@progress/kendo-licensing": "^1.5.1",
|
|
29
|
+
"@progress/kendo-react-buttons": "10.0.0",
|
|
30
|
+
"@progress/kendo-react-common": "10.0.0",
|
|
31
|
+
"@progress/kendo-react-inputs": "10.0.0",
|
|
32
|
+
"@progress/kendo-react-intl": "10.0.0",
|
|
33
|
+
"@progress/kendo-react-labels": "10.0.0",
|
|
34
|
+
"@progress/kendo-react-layout": "10.0.0",
|
|
35
|
+
"@progress/kendo-react-popup": "10.0.0",
|
|
36
|
+
"@progress/kendo-react-treeview": "10.0.0",
|
|
37
37
|
"@progress/kendo-svg-icons": "^4.0.0",
|
|
38
38
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
|
39
39
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"package": {
|
|
63
63
|
"productName": "KendoReact",
|
|
64
64
|
"productCode": "KENDOUIREACT",
|
|
65
|
-
"publishDate":
|
|
65
|
+
"publishDate": 1741695429,
|
|
66
66
|
"licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"
|
|
67
67
|
}
|
|
68
68
|
},
|