@progress/kendo-angular-buttons 23.3.0-develop.19 → 23.3.0-develop.20
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/README.md
CHANGED
|
@@ -15,7 +15,7 @@ The Kendo UI for Angular Buttons provide a clickable UI functionality which can
|
|
|
15
15
|
|
|
16
16
|
## What's Included in the Angular Buttons Package
|
|
17
17
|
|
|
18
|
-
The [Angular Buttons](https://www.telerik.com/kendo-angular-ui/components/buttons) package includes
|
|
18
|
+
The [Angular Buttons](https://www.telerik.com/kendo-angular-ui/components/buttons) package includes ten built-in components:
|
|
19
19
|
|
|
20
20
|
* [Angular Button Component](https://www.telerik.com/kendo-angular-ui/components/buttons/button)
|
|
21
21
|
* [Angular ButtonGroup Component](https://www.telerik.com/kendo-angular-ui/components/buttons/buttongroup)
|
|
@@ -23,7 +23,9 @@ The [Angular Buttons](https://www.telerik.com/kendo-angular-ui/components/button
|
|
|
23
23
|
* [Angular ChipList Component](https://www.telerik.com/kendo-angular-ui/components/buttons/chiplist)
|
|
24
24
|
* [Angular DropDownButton Component](https://www.telerik.com/kendo-angular-ui/components/buttons/dropdownbutton)
|
|
25
25
|
* [Angular FloatingActionButton Component](https://www.telerik.com/kendo-angular-ui/components/buttons/floatingactionbutton)
|
|
26
|
+
* [Angular SegmentedControl Component](https://www.telerik.com/kendo-angular-ui/components/buttons/segmentedcontrol)
|
|
26
27
|
* [Angular SmartPasteButton Component](https://www.telerik.com/kendo-angular-ui/components/buttons/smartpastebutton)
|
|
28
|
+
* [Angular SpeechToTextButton Component](https://www.telerik.com/kendo-angular-ui/components/buttons/speechtotextbutton)
|
|
27
29
|
* [Angular SplitButton Component](https://www.telerik.com/kendo-angular-ui/components/buttons/splitbutton)
|
|
28
30
|
|
|
29
31
|
## Key Features
|
|
@@ -49,8 +49,8 @@ const packageMetadata = {
|
|
|
49
49
|
productName: 'Kendo UI for Angular',
|
|
50
50
|
productCode: 'KENDOUIANGULAR',
|
|
51
51
|
productCodes: ['KENDOUIANGULAR'],
|
|
52
|
-
publishDate:
|
|
53
|
-
version: '23.3.0-develop.
|
|
52
|
+
publishDate: 1774614708,
|
|
53
|
+
version: '23.3.0-develop.20',
|
|
54
54
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
55
55
|
};
|
|
56
56
|
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "23.3.0-develop.
|
|
10
|
+
"publishDate": 1774614708,
|
|
11
|
+
"version": "23.3.0-develop.20",
|
|
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": "23.3.0-develop.
|
|
3
|
+
"version": "23.3.0-develop.20",
|
|
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": 1774614708,
|
|
25
25
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
@@ -31,15 +31,15 @@
|
|
|
31
31
|
"@angular/core": "19 - 21",
|
|
32
32
|
"@angular/platform-browser": "19 - 21",
|
|
33
33
|
"@progress/kendo-licensing": "^1.10.0",
|
|
34
|
-
"@progress/kendo-angular-common": "23.3.0-develop.
|
|
35
|
-
"@progress/kendo-angular-l10n": "23.3.0-develop.
|
|
36
|
-
"@progress/kendo-angular-popup": "23.3.0-develop.
|
|
37
|
-
"@progress/kendo-angular-icons": "23.3.0-develop.
|
|
34
|
+
"@progress/kendo-angular-common": "23.3.0-develop.20",
|
|
35
|
+
"@progress/kendo-angular-l10n": "23.3.0-develop.20",
|
|
36
|
+
"@progress/kendo-angular-popup": "23.3.0-develop.20",
|
|
37
|
+
"@progress/kendo-angular-icons": "23.3.0-develop.20",
|
|
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": "23.3.0-develop.
|
|
42
|
+
"@progress/kendo-angular-schematics": "23.3.0-develop.20",
|
|
43
43
|
"@progress/kendo-common": "^1.0.1",
|
|
44
44
|
"@progress/kendo-webspeech-common": "1.0.1",
|
|
45
45
|
"@progress/kendo-smartpaste-common": "1.0.0"
|