@progress/kendo-angular-buttons 19.0.0-develop.2 → 19.0.0-develop.4
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.
|
@@ -99,7 +99,10 @@ export class ButtonGroupComponent {
|
|
|
99
99
|
return this.width;
|
|
100
100
|
}
|
|
101
101
|
get wrapperTabIndex() {
|
|
102
|
-
|
|
102
|
+
if (this.disabled) {
|
|
103
|
+
return undefined;
|
|
104
|
+
}
|
|
105
|
+
return this.navigable ? this.currentTabIndex : undefined;
|
|
103
106
|
}
|
|
104
107
|
constructor(service, localization, renderer, element) {
|
|
105
108
|
this.service = service;
|
|
@@ -382,7 +382,10 @@ export class FloatingActionButtonComponent {
|
|
|
382
382
|
* @hidden
|
|
383
383
|
*/
|
|
384
384
|
get ariaControls() {
|
|
385
|
-
|
|
385
|
+
if (!this.hasDialItems) {
|
|
386
|
+
return undefined;
|
|
387
|
+
}
|
|
388
|
+
return this.isOpen ? this.dialListId : undefined;
|
|
386
389
|
}
|
|
387
390
|
/**
|
|
388
391
|
* @hidden
|
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '19.0.0-develop.
|
|
13
|
+
publishDate: 1745571906,
|
|
14
|
+
version: '19.0.0-develop.4',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -44,8 +44,8 @@ const packageMetadata = {
|
|
|
44
44
|
productName: 'Kendo UI for Angular',
|
|
45
45
|
productCode: 'KENDOUIANGULAR',
|
|
46
46
|
productCodes: ['KENDOUIANGULAR'],
|
|
47
|
-
publishDate:
|
|
48
|
-
version: '19.0.0-develop.
|
|
47
|
+
publishDate: 1745571906,
|
|
48
|
+
version: '19.0.0-develop.4',
|
|
49
49
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
50
50
|
};
|
|
51
51
|
|
|
@@ -786,7 +786,10 @@ class ButtonGroupComponent {
|
|
|
786
786
|
return this.width;
|
|
787
787
|
}
|
|
788
788
|
get wrapperTabIndex() {
|
|
789
|
-
|
|
789
|
+
if (this.disabled) {
|
|
790
|
+
return undefined;
|
|
791
|
+
}
|
|
792
|
+
return this.navigable ? this.currentTabIndex : undefined;
|
|
790
793
|
}
|
|
791
794
|
constructor(service, localization, renderer, element) {
|
|
792
795
|
this.service = service;
|
|
@@ -3973,7 +3976,10 @@ class FloatingActionButtonComponent {
|
|
|
3973
3976
|
* @hidden
|
|
3974
3977
|
*/
|
|
3975
3978
|
get ariaControls() {
|
|
3976
|
-
|
|
3979
|
+
if (!this.hasDialItems) {
|
|
3980
|
+
return undefined;
|
|
3981
|
+
}
|
|
3982
|
+
return this.isOpen ? this.dialListId : undefined;
|
|
3977
3983
|
}
|
|
3978
3984
|
/**
|
|
3979
3985
|
* @hidden
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-buttons",
|
|
3
|
-
"version": "19.0.0-develop.
|
|
3
|
+
"version": "19.0.0-develop.4",
|
|
4
4
|
"description": "Buttons Package for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"package": {
|
|
22
22
|
"productName": "Kendo UI for Angular",
|
|
23
23
|
"productCode": "KENDOUIANGULAR",
|
|
24
|
-
"publishDate":
|
|
24
|
+
"publishDate": 1745571906,
|
|
25
25
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
@@ -31,15 +31,15 @@
|
|
|
31
31
|
"@angular/core": "16 - 19",
|
|
32
32
|
"@angular/platform-browser": "16 - 19",
|
|
33
33
|
"@progress/kendo-licensing": "^1.5.0",
|
|
34
|
-
"@progress/kendo-angular-common": "19.0.0-develop.
|
|
35
|
-
"@progress/kendo-angular-l10n": "19.0.0-develop.
|
|
36
|
-
"@progress/kendo-angular-popup": "19.0.0-develop.
|
|
37
|
-
"@progress/kendo-angular-icons": "19.0.0-develop.
|
|
34
|
+
"@progress/kendo-angular-common": "19.0.0-develop.4",
|
|
35
|
+
"@progress/kendo-angular-l10n": "19.0.0-develop.4",
|
|
36
|
+
"@progress/kendo-angular-popup": "19.0.0-develop.4",
|
|
37
|
+
"@progress/kendo-angular-icons": "19.0.0-develop.4",
|
|
38
38
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"tslib": "^2.3.1",
|
|
42
|
-
"@progress/kendo-angular-schematics": "19.0.0-develop.
|
|
42
|
+
"@progress/kendo-angular-schematics": "19.0.0-develop.4",
|
|
43
43
|
"@progress/kendo-common": "^1.0.1"
|
|
44
44
|
},
|
|
45
45
|
"schematics": "./schematics/collection.json",
|