@progress/kendo-angular-toolbar 23.0.1-develop.3 → 23.0.2-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.
@@ -27,7 +27,7 @@ const packageMetadata = {
27
27
  productCode: 'KENDOUIANGULAR',
28
28
  productCodes: ['KENDOUIANGULAR'],
29
29
  publishDate: 0,
30
- version: '23.0.1-develop.3',
30
+ version: '23.0.2-develop.1',
31
31
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
32
32
  };
33
33
 
@@ -1255,6 +1255,7 @@ class ToolBarComponent {
1255
1255
  /**
1256
1256
  * Sets the `tabindex` attribute of the ToolBar.
1257
1257
  * Use this property to control the tab order of the ToolBar component.
1258
+ *
1258
1259
  * @default 0
1259
1260
  */
1260
1261
  tabindex = 0;
@@ -2729,6 +2730,9 @@ class ToolBarButtonComponent extends ToolBarToolComponent {
2729
2730
  className;
2730
2731
  /**
2731
2732
  * Specifies the `title` attribute of the Button.
2733
+ *
2734
+ * @remarks
2735
+ * This property is related to accessibility.
2732
2736
  */
2733
2737
  title;
2734
2738
  /**
@@ -3814,6 +3818,9 @@ class ToolBarDropDownButtonComponent extends ToolBarToolComponent {
3814
3818
  /**
3815
3819
  * Sets the `title` attribute of the underlying button element.
3816
3820
  * @default ''
3821
+ *
3822
+ * @remarks
3823
+ * This property is related to accessibility.
3817
3824
  */
3818
3825
  title = '';
3819
3826
  // showText and showIcon showIcon should be declared first
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1770812662,
11
- "version": "23.0.1-develop.3",
10
+ "publishDate": 1771334771,
11
+ "version": "23.0.2-develop.1",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-toolbar",
3
- "version": "23.0.1-develop.3",
3
+ "version": "23.0.2-develop.1",
4
4
  "description": "Kendo UI Angular Toolbar component - a single UI element that organizes buttons and other navigation elements",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -45,7 +45,7 @@
45
45
  "package": {
46
46
  "productName": "Kendo UI for Angular",
47
47
  "productCode": "KENDOUIANGULAR",
48
- "publishDate": 1770812662,
48
+ "publishDate": 1771334771,
49
49
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
50
50
  }
51
51
  },
@@ -55,17 +55,17 @@
55
55
  "@angular/core": "19 - 21",
56
56
  "@angular/platform-browser": "19 - 21",
57
57
  "@progress/kendo-licensing": "^1.10.0",
58
- "@progress/kendo-angular-buttons": "23.0.1-develop.3",
59
- "@progress/kendo-angular-common": "23.0.1-develop.3",
60
- "@progress/kendo-angular-l10n": "23.0.1-develop.3",
61
- "@progress/kendo-angular-icons": "23.0.1-develop.3",
62
- "@progress/kendo-angular-indicators": "23.0.1-develop.3",
63
- "@progress/kendo-angular-popup": "23.0.1-develop.3",
58
+ "@progress/kendo-angular-buttons": "23.0.2-develop.1",
59
+ "@progress/kendo-angular-common": "23.0.2-develop.1",
60
+ "@progress/kendo-angular-l10n": "23.0.2-develop.1",
61
+ "@progress/kendo-angular-icons": "23.0.2-develop.1",
62
+ "@progress/kendo-angular-indicators": "23.0.2-develop.1",
63
+ "@progress/kendo-angular-popup": "23.0.2-develop.1",
64
64
  "rxjs": "^6.5.3 || ^7.0.0"
65
65
  },
66
66
  "dependencies": {
67
67
  "tslib": "^2.3.1",
68
- "@progress/kendo-angular-schematics": "23.0.1-develop.3"
68
+ "@progress/kendo-angular-schematics": "23.0.2-develop.1"
69
69
  },
70
70
  "schematics": "./schematics/collection.json",
71
71
  "module": "fesm2022/progress-kendo-angular-toolbar.mjs",
@@ -111,6 +111,7 @@ export declare class ToolBarComponent {
111
111
  /**
112
112
  * Sets the `tabindex` attribute of the ToolBar.
113
113
  * Use this property to control the tab order of the ToolBar component.
114
+ *
114
115
  * @default 0
115
116
  */
116
117
  tabindex: number;
@@ -65,6 +65,9 @@ export declare class ToolBarButtonComponent extends ToolBarToolComponent {
65
65
  };
66
66
  /**
67
67
  * Specifies the `title` attribute of the Button.
68
+ *
69
+ * @remarks
70
+ * This property is related to accessibility.
68
71
  */
69
72
  title: string;
70
73
  /**
@@ -38,6 +38,9 @@ export declare class ToolBarDropDownButtonComponent extends ToolBarToolComponent
38
38
  /**
39
39
  * Sets the `title` attribute of the underlying button element.
40
40
  * @default ''
41
+ *
42
+ * @remarks
43
+ * This property is related to accessibility.
41
44
  */
42
45
  title: string;
43
46
  /**