@progress/kendo-react-dropdowns 8.2.0-develop.4 → 8.2.0-develop.5

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/index.d.mts CHANGED
@@ -765,6 +765,10 @@ export declare interface ComboBoxProps extends FormComponentProps {
765
765
  * Identifies the element(s) which will label the component.
766
766
  */
767
767
  ariaLabelledBy?: string;
768
+ /**
769
+ * The accessible label of the component.
770
+ */
771
+ ariaLabel?: string;
768
772
  /**
769
773
  * If set, the ComboBox will use it to get the focused item index.
770
774
  *
@@ -954,6 +958,7 @@ export declare class ComboBoxWithoutContext extends React_2.Component<ComboBoxPr
954
958
  required: PropTypes.Requireable<boolean>;
955
959
  id: PropTypes.Requireable<string>;
956
960
  ariaLabelledBy: PropTypes.Requireable<string>;
961
+ ariaLabel: PropTypes.Requireable<string>;
957
962
  ariaDescribedBy: PropTypes.Requireable<string>;
958
963
  list: PropTypes.Requireable<any>;
959
964
  valueRender: PropTypes.Requireable<(...args: any[]) => any>;
@@ -3993,6 +3998,7 @@ declare interface SearchBarProps {
3993
3998
  activedescendant?: string;
3994
3999
  accessKey?: string;
3995
4000
  ariaLabelledBy?: string;
4001
+ ariaLabel?: string;
3996
4002
  ariaDescribedBy?: string;
3997
4003
  ariaRequired?: boolean;
3998
4004
  }
package/index.d.ts CHANGED
@@ -765,6 +765,10 @@ export declare interface ComboBoxProps extends FormComponentProps {
765
765
  * Identifies the element(s) which will label the component.
766
766
  */
767
767
  ariaLabelledBy?: string;
768
+ /**
769
+ * The accessible label of the component.
770
+ */
771
+ ariaLabel?: string;
768
772
  /**
769
773
  * If set, the ComboBox will use it to get the focused item index.
770
774
  *
@@ -954,6 +958,7 @@ export declare class ComboBoxWithoutContext extends React_2.Component<ComboBoxPr
954
958
  required: PropTypes.Requireable<boolean>;
955
959
  id: PropTypes.Requireable<string>;
956
960
  ariaLabelledBy: PropTypes.Requireable<string>;
961
+ ariaLabel: PropTypes.Requireable<string>;
957
962
  ariaDescribedBy: PropTypes.Requireable<string>;
958
963
  list: PropTypes.Requireable<any>;
959
964
  valueRender: PropTypes.Requireable<(...args: any[]) => any>;
@@ -3993,6 +3998,7 @@ declare interface SearchBarProps {
3993
3998
  activedescendant?: string;
3994
3999
  accessKey?: string;
3995
4000
  ariaLabelledBy?: string;
4001
+ ariaLabel?: string;
3996
4002
  ariaDescribedBy?: string;
3997
4003
  ariaRequired?: boolean;
3998
4004
  }
@@ -10,7 +10,7 @@ const e = {
10
10
  name: "@progress/kendo-react-dropdowns",
11
11
  productName: "KendoReact",
12
12
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
13
- publishDate: 1720175159,
13
+ publishDate: 1720426895,
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.2.0-develop.4",
3
+ "version": "8.2.0-develop.5",
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.2.0-develop.4",
27
- "@progress/kendo-react-common": "8.2.0-develop.4",
28
- "@progress/kendo-react-inputs": "8.2.0-develop.4",
29
- "@progress/kendo-react-intl": "8.2.0-develop.4",
30
- "@progress/kendo-react-labels": "8.2.0-develop.4",
31
- "@progress/kendo-react-layout": "8.2.0-develop.4",
32
- "@progress/kendo-react-popup": "8.2.0-develop.4",
33
- "@progress/kendo-react-treeview": "8.2.0-develop.4",
26
+ "@progress/kendo-react-buttons": "8.2.0-develop.5",
27
+ "@progress/kendo-react-common": "8.2.0-develop.5",
28
+ "@progress/kendo-react-inputs": "8.2.0-develop.5",
29
+ "@progress/kendo-react-intl": "8.2.0-develop.5",
30
+ "@progress/kendo-react-labels": "8.2.0-develop.5",
31
+ "@progress/kendo-react-layout": "8.2.0-develop.5",
32
+ "@progress/kendo-react-popup": "8.2.0-develop.5",
33
+ "@progress/kendo-react-treeview": "8.2.0-develop.5",
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"