@progress/kendo-angular-toolbar 25.0.0-develop.7 → 25.0.0-develop.8

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.
@@ -26,8 +26,8 @@ const packageMetadata = {
26
26
  productName: 'Kendo UI for Angular',
27
27
  productCode: 'KENDOUIANGULAR',
28
28
  productCodes: ['KENDOUIANGULAR'],
29
- publishDate: 1784618757,
30
- version: '25.0.0-develop.7',
29
+ publishDate: 1784795855,
30
+ version: '25.0.0-develop.8',
31
31
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
32
32
  };
33
33
 
@@ -2989,6 +2989,7 @@ class ToolBarButtonComponent extends ToolBarToolComponent {
2989
2989
  [ngStyle]="style"
2990
2990
  [ngClass]="className"
2991
2991
  [attr.title]="title"
2992
+ [attr.aria-label]="title"
2992
2993
  [disabled]="disabled"
2993
2994
  [toggleable]="toggleable"
2994
2995
  [fillMode]="fillMode"
@@ -3024,6 +3025,7 @@ class ToolBarButtonComponent extends ToolBarToolComponent {
3024
3025
  [ngStyle]="style"
3025
3026
  [ngClass]="className"
3026
3027
  [attr.title]="title"
3028
+ [attr.aria-label]="title"
3027
3029
  [disabled]="disabled"
3028
3030
  [toggleable]="toggleable"
3029
3031
  [fillMode]="fillMode"
@@ -3089,6 +3091,7 @@ class ToolBarButtonComponent extends ToolBarToolComponent {
3089
3091
  [ngStyle]="style"
3090
3092
  [ngClass]="className"
3091
3093
  [attr.title]="title"
3094
+ [attr.aria-label]="title"
3092
3095
  [disabled]="disabled"
3093
3096
  [toggleable]="toggleable"
3094
3097
  [fillMode]="fillMode"
@@ -3123,6 +3126,7 @@ class ToolBarButtonComponent extends ToolBarToolComponent {
3123
3126
  [ngStyle]="style"
3124
3127
  [ngClass]="className"
3125
3128
  [attr.title]="title"
3129
+ [attr.aria-label]="title"
3126
3130
  [disabled]="disabled"
3127
3131
  [toggleable]="toggleable"
3128
3132
  [fillMode]="fillMode"
@@ -3165,6 +3169,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
3165
3169
  [ngStyle]="style"
3166
3170
  [ngClass]="className"
3167
3171
  [attr.title]="title"
3172
+ [attr.aria-label]="title"
3168
3173
  [disabled]="disabled"
3169
3174
  [toggleable]="toggleable"
3170
3175
  [fillMode]="fillMode"
@@ -3200,6 +3205,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
3200
3205
  [ngStyle]="style"
3201
3206
  [ngClass]="className"
3202
3207
  [attr.title]="title"
3208
+ [attr.aria-label]="title"
3203
3209
  [disabled]="disabled"
3204
3210
  [toggleable]="toggleable"
3205
3211
  [fillMode]="fillMode"
@@ -3265,6 +3271,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
3265
3271
  [ngStyle]="style"
3266
3272
  [ngClass]="className"
3267
3273
  [attr.title]="title"
3274
+ [attr.aria-label]="title"
3268
3275
  [disabled]="disabled"
3269
3276
  [toggleable]="toggleable"
3270
3277
  [fillMode]="fillMode"
@@ -3299,6 +3306,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
3299
3306
  [ngStyle]="style"
3300
3307
  [ngClass]="className"
3301
3308
  [attr.title]="title"
3309
+ [attr.aria-label]="title"
3302
3310
  [disabled]="disabled"
3303
3311
  [toggleable]="toggleable"
3304
3312
  [fillMode]="fillMode"
@@ -3583,6 +3591,7 @@ class ToolBarButtonGroupComponent extends ToolBarToolComponent {
3583
3591
  [ngStyle]="button.style"
3584
3592
  [ngClass]="button.className"
3585
3593
  [attr.title]="button.title"
3594
+ [attr.aria-label]="button.title"
3586
3595
  [disabled]="button.disabled"
3587
3596
  [size]="size"
3588
3597
  [togglable]="button.togglable"
@@ -3651,6 +3660,7 @@ class ToolBarButtonGroupComponent extends ToolBarToolComponent {
3651
3660
  [ngStyle]="button.style"
3652
3661
  [ngClass]="button.className"
3653
3662
  [attr.title]="button.title"
3663
+ [attr.aria-label]="button.title"
3654
3664
  [disabled]="button.disabled"
3655
3665
  [size]="size"
3656
3666
  [togglable]="button.togglable"
@@ -3699,6 +3709,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
3699
3709
  [ngStyle]="button.style"
3700
3710
  [ngClass]="button.className"
3701
3711
  [attr.title]="button.title"
3712
+ [attr.aria-label]="button.title"
3702
3713
  [disabled]="button.disabled"
3703
3714
  [size]="size"
3704
3715
  [togglable]="button.togglable"
@@ -3767,6 +3778,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
3767
3778
  [ngStyle]="button.style"
3768
3779
  [ngClass]="button.className"
3769
3780
  [attr.title]="button.title"
3781
+ [attr.aria-label]="button.title"
3770
3782
  [disabled]="button.disabled"
3771
3783
  [size]="size"
3772
3784
  [togglable]="button.togglable"
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1784618757,
11
- "version": "25.0.0-develop.7",
10
+ "publishDate": 1784795855,
11
+ "version": "25.0.0-develop.8",
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": "25.0.0-develop.7",
3
+ "version": "25.0.0-develop.8",
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",
@@ -43,7 +43,7 @@
43
43
  "package": {
44
44
  "productName": "Kendo UI for Angular",
45
45
  "productCode": "KENDOUIANGULAR",
46
- "publishDate": 1784618757,
46
+ "publishDate": 1784795855,
47
47
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
48
48
  }
49
49
  },
@@ -53,17 +53,17 @@
53
53
  "@angular/core": "20 - 22",
54
54
  "@angular/platform-browser": "20 - 22",
55
55
  "@progress/kendo-licensing": "^1.11.0",
56
- "@progress/kendo-angular-buttons": "25.0.0-develop.7",
57
- "@progress/kendo-angular-common": "25.0.0-develop.7",
58
- "@progress/kendo-angular-l10n": "25.0.0-develop.7",
59
- "@progress/kendo-angular-icons": "25.0.0-develop.7",
60
- "@progress/kendo-angular-indicators": "25.0.0-develop.7",
61
- "@progress/kendo-angular-popup": "25.0.0-develop.7",
56
+ "@progress/kendo-angular-buttons": "25.0.0-develop.8",
57
+ "@progress/kendo-angular-common": "25.0.0-develop.8",
58
+ "@progress/kendo-angular-l10n": "25.0.0-develop.8",
59
+ "@progress/kendo-angular-icons": "25.0.0-develop.8",
60
+ "@progress/kendo-angular-indicators": "25.0.0-develop.8",
61
+ "@progress/kendo-angular-popup": "25.0.0-develop.8",
62
62
  "rxjs": "^6.5.3 || ^7.0.0"
63
63
  },
64
64
  "dependencies": {
65
65
  "tslib": "^2.3.1",
66
- "@progress/kendo-angular-schematics": "25.0.0-develop.7"
66
+ "@progress/kendo-angular-schematics": "25.0.0-develop.8"
67
67
  },
68
68
  "schematics": "./schematics/collection.json",
69
69
  "module": "fesm2022/progress-kendo-angular-toolbar.mjs",