@progress/kendo-react-dropdowns 8.2.1-develop.5 → 8.3.0-develop.1
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/ComboBox/ComboBox.js +1 -1
- package/ComboBox/ComboBox.mjs +185 -176
- package/DropDownList/DropDownList.js +1 -1
- package/DropDownList/DropDownList.mjs +1 -0
- package/MultiSelect/MultiSelect.js +1 -1
- package/MultiSelect/MultiSelect.mjs +130 -127
- package/common/SearchBar.js +1 -1
- package/common/SearchBar.mjs +20 -17
- package/dist/cdn/js/kendo-react-dropdowns.js +1 -1
- package/index.d.mts +5 -0
- package/index.d.ts +5 -0
- package/package-metadata.mjs +1 -1
- package/package.json +9 -9
package/index.d.mts
CHANGED
|
@@ -3113,6 +3113,10 @@ export declare interface MultiSelectProps extends FormComponentProps {
|
|
|
3113
3113
|
* For example these elements could contain error or hint message.
|
|
3114
3114
|
*/
|
|
3115
3115
|
ariaDescribedBy?: string;
|
|
3116
|
+
/**
|
|
3117
|
+
* Specifies the accessible label of the interactive component.
|
|
3118
|
+
*/
|
|
3119
|
+
ariaLabel?: string;
|
|
3116
3120
|
/**
|
|
3117
3121
|
* Identifies the element(s) which will label the component.
|
|
3118
3122
|
*/
|
|
@@ -4009,6 +4013,7 @@ declare interface SearchBarProps {
|
|
|
4009
4013
|
ariaLabel?: string;
|
|
4010
4014
|
ariaDescribedBy?: string;
|
|
4011
4015
|
ariaRequired?: boolean;
|
|
4016
|
+
ariaControls?: string;
|
|
4012
4017
|
}
|
|
4013
4018
|
|
|
4014
4019
|
/**
|
package/index.d.ts
CHANGED
|
@@ -3113,6 +3113,10 @@ export declare interface MultiSelectProps extends FormComponentProps {
|
|
|
3113
3113
|
* For example these elements could contain error or hint message.
|
|
3114
3114
|
*/
|
|
3115
3115
|
ariaDescribedBy?: string;
|
|
3116
|
+
/**
|
|
3117
|
+
* Specifies the accessible label of the interactive component.
|
|
3118
|
+
*/
|
|
3119
|
+
ariaLabel?: string;
|
|
3116
3120
|
/**
|
|
3117
3121
|
* Identifies the element(s) which will label the component.
|
|
3118
3122
|
*/
|
|
@@ -4009,6 +4013,7 @@ declare interface SearchBarProps {
|
|
|
4009
4013
|
ariaLabel?: string;
|
|
4010
4014
|
ariaDescribedBy?: string;
|
|
4011
4015
|
ariaRequired?: boolean;
|
|
4016
|
+
ariaControls?: string;
|
|
4012
4017
|
}
|
|
4013
4018
|
|
|
4014
4019
|
/**
|
package/package-metadata.mjs
CHANGED
|
@@ -10,7 +10,7 @@ const e = {
|
|
|
10
10
|
name: "@progress/kendo-react-dropdowns",
|
|
11
11
|
productName: "KendoReact",
|
|
12
12
|
productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
|
|
13
|
-
publishDate:
|
|
13
|
+
publishDate: 1723203530,
|
|
14
14
|
version: "",
|
|
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
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-dropdowns",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.3.0-develop.1",
|
|
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",
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
"sideEffects": false,
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@progress/kendo-licensing": "^1.3.4",
|
|
26
|
-
"@progress/kendo-react-buttons": "8.
|
|
27
|
-
"@progress/kendo-react-common": "8.
|
|
28
|
-
"@progress/kendo-react-inputs": "8.
|
|
29
|
-
"@progress/kendo-react-intl": "8.
|
|
30
|
-
"@progress/kendo-react-labels": "8.
|
|
31
|
-
"@progress/kendo-react-layout": "8.
|
|
32
|
-
"@progress/kendo-react-popup": "8.
|
|
33
|
-
"@progress/kendo-react-treeview": "8.
|
|
26
|
+
"@progress/kendo-react-buttons": "8.3.0-develop.1",
|
|
27
|
+
"@progress/kendo-react-common": "8.3.0-develop.1",
|
|
28
|
+
"@progress/kendo-react-inputs": "8.3.0-develop.1",
|
|
29
|
+
"@progress/kendo-react-intl": "8.3.0-develop.1",
|
|
30
|
+
"@progress/kendo-react-labels": "8.3.0-develop.1",
|
|
31
|
+
"@progress/kendo-react-layout": "8.3.0-develop.1",
|
|
32
|
+
"@progress/kendo-react-popup": "8.3.0-develop.1",
|
|
33
|
+
"@progress/kendo-react-treeview": "8.3.0-develop.1",
|
|
34
34
|
"@progress/kendo-svg-icons": "^3.0.0",
|
|
35
35
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0",
|
|
36
36
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
|