@progress/kendo-react-grid 5.17.0 → 5.18.0-dev.202308301538

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.
@@ -67,7 +67,7 @@ var GridToolbar = /** @class */ (function (_super) {
67
67
  'k-toolbar-md': !this.props.size
68
68
  },
69
69
  _a["k-toolbar-".concat(kendoThemeMaps.sizeMap[this.props.size] || this.props.size)] = this.props.size,
70
- _a), this.props.className) }, this.props.children));
70
+ _a), this.props.className), "aria-label": this.props.ariaLabel, role: "toolbar" }, this.props.children));
71
71
  };
72
72
  /**
73
73
  * @hidden
@@ -23,4 +23,8 @@ export interface GridToolbarProps {
23
23
  * @default `medium`
24
24
  */
25
25
  size?: null | 'small' | 'medium' | 'large';
26
+ /**
27
+ * The accessible label of the GridToolbar component.
28
+ */
29
+ ariaLabel?: string;
26
30
  }
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-react-grid',
6
6
  productName: 'KendoReact',
7
7
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
8
- publishDate: 1693312367,
8
+ publishDate: 1693408638,
9
9
  version: '',
10
10
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
11
11
  };
@@ -70,7 +70,7 @@ var GridToolbar = /** @class */ (function (_super) {
70
70
  'k-toolbar-md': !this.props.size
71
71
  },
72
72
  _a["k-toolbar-".concat(kendo_react_common_1.kendoThemeMaps.sizeMap[this.props.size] || this.props.size)] = this.props.size,
73
- _a), this.props.className) }, this.props.children));
73
+ _a), this.props.className), "aria-label": this.props.ariaLabel, role: "toolbar" }, this.props.children));
74
74
  };
75
75
  /**
76
76
  * @hidden
@@ -23,4 +23,8 @@ export interface GridToolbarProps {
23
23
  * @default `medium`
24
24
  */
25
25
  size?: null | 'small' | 'medium' | 'large';
26
+ /**
27
+ * The accessible label of the GridToolbar component.
28
+ */
29
+ ariaLabel?: string;
26
30
  }
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-react-grid',
9
9
  productName: 'KendoReact',
10
10
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
11
- publishDate: 1693312367,
11
+ publishDate: 1693408638,
12
12
  version: '',
13
13
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
14
14
  };