@progress/kendo-angular-buttons 25.0.0-develop.8 → 25.0.0
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/NOTICE.txt +33 -34
- package/codemods/libs/common/src/codemods/utils.js +15 -0
- package/fesm2022/progress-kendo-angular-buttons.mjs +180 -154
- package/index.d.ts +2 -1
- package/package-metadata.mjs +2 -2
- package/package.json +7 -7
package/index.d.ts
CHANGED
|
@@ -803,7 +803,7 @@ declare class ListButton extends MultiTabStop implements OnDestroy {
|
|
|
803
803
|
protected buttonId: string;
|
|
804
804
|
protected _data: any;
|
|
805
805
|
protected _open: i0.WritableSignal<boolean>;
|
|
806
|
-
protected _disabled: boolean
|
|
806
|
+
protected _disabled: i0.WritableSignal<boolean>;
|
|
807
807
|
protected _active: i0.WritableSignal<boolean>;
|
|
808
808
|
protected _popupSettings: PopupSettings;
|
|
809
809
|
protected _isFocused: boolean;
|
|
@@ -2400,6 +2400,7 @@ declare class SpeechToTextButtonComponent implements OnInit, OnDestroy {
|
|
|
2400
2400
|
click: EventEmitter<any>;
|
|
2401
2401
|
get iconButtonClass(): boolean;
|
|
2402
2402
|
get listeningClass(): boolean;
|
|
2403
|
+
get ariaPressed(): string;
|
|
2403
2404
|
speechToTextButtonClass: boolean;
|
|
2404
2405
|
get classDisabled(): boolean;
|
|
2405
2406
|
get getDirection(): string;
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "25.0.0
|
|
10
|
+
"publishDate": 1786525783,
|
|
11
|
+
"version": "25.0.0",
|
|
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-buttons",
|
|
3
|
-
"version": "25.0.0
|
|
3
|
+
"version": "25.0.0",
|
|
4
4
|
"description": "Buttons Package for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"package": {
|
|
57
57
|
"productName": "Kendo UI for Angular",
|
|
58
58
|
"productCode": "KENDOUIANGULAR",
|
|
59
|
-
"publishDate":
|
|
59
|
+
"publishDate": 1786525783,
|
|
60
60
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
61
61
|
}
|
|
62
62
|
},
|
|
@@ -66,15 +66,15 @@
|
|
|
66
66
|
"@angular/core": "20 - 22",
|
|
67
67
|
"@angular/platform-browser": "20 - 22",
|
|
68
68
|
"@progress/kendo-licensing": "^1.11.0",
|
|
69
|
-
"@progress/kendo-angular-common": "25.0.0
|
|
70
|
-
"@progress/kendo-angular-l10n": "25.0.0
|
|
71
|
-
"@progress/kendo-angular-popup": "25.0.0
|
|
72
|
-
"@progress/kendo-angular-icons": "25.0.0
|
|
69
|
+
"@progress/kendo-angular-common": "25.0.0",
|
|
70
|
+
"@progress/kendo-angular-l10n": "25.0.0",
|
|
71
|
+
"@progress/kendo-angular-popup": "25.0.0",
|
|
72
|
+
"@progress/kendo-angular-icons": "25.0.0",
|
|
73
73
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"tslib": "^2.3.1",
|
|
77
|
-
"@progress/kendo-angular-schematics": "25.0.0
|
|
77
|
+
"@progress/kendo-angular-schematics": "25.0.0",
|
|
78
78
|
"@progress/kendo-common": "^1.0.1",
|
|
79
79
|
"@progress/kendo-webspeech-common": "1.0.1",
|
|
80
80
|
"@progress/kendo-smartpaste-common": "1.0.0"
|