@progress/kendo-angular-buttons 17.0.0 → 17.0.1-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.
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-buttons',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '17.0.
|
|
12
|
+
publishDate: 1731429614,
|
|
13
|
+
version: '17.0.1-develop.1',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -42,8 +42,8 @@ const packageMetadata = {
|
|
|
42
42
|
name: '@progress/kendo-angular-buttons',
|
|
43
43
|
productName: 'Kendo UI for Angular',
|
|
44
44
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
45
|
-
publishDate:
|
|
46
|
-
version: '17.0.
|
|
45
|
+
publishDate: 1731429614,
|
|
46
|
+
version: '17.0.1-develop.1',
|
|
47
47
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
48
48
|
};
|
|
49
49
|
|
|
@@ -1820,6 +1820,7 @@ class ChipListComponent {
|
|
|
1820
1820
|
if (chip.removable) {
|
|
1821
1821
|
this.renderer.setAttribute(chipEl, 'aria-keyshortcuts', 'Enter Delete');
|
|
1822
1822
|
}
|
|
1823
|
+
this.setChipSize(chip, this.size);
|
|
1823
1824
|
});
|
|
1824
1825
|
}
|
|
1825
1826
|
normalizeActiveIndex() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-buttons",
|
|
3
|
-
"version": "17.0.
|
|
3
|
+
"version": "17.0.1-develop.1",
|
|
4
4
|
"description": "Buttons Package for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -25,15 +25,15 @@
|
|
|
25
25
|
"@angular/core": "16 - 18",
|
|
26
26
|
"@angular/platform-browser": "16 - 18",
|
|
27
27
|
"@progress/kendo-licensing": "^1.0.2",
|
|
28
|
-
"@progress/kendo-angular-common": "17.0.
|
|
29
|
-
"@progress/kendo-angular-l10n": "17.0.
|
|
30
|
-
"@progress/kendo-angular-popup": "17.0.
|
|
31
|
-
"@progress/kendo-angular-icons": "17.0.
|
|
28
|
+
"@progress/kendo-angular-common": "17.0.1-develop.1",
|
|
29
|
+
"@progress/kendo-angular-l10n": "17.0.1-develop.1",
|
|
30
|
+
"@progress/kendo-angular-popup": "17.0.1-develop.1",
|
|
31
|
+
"@progress/kendo-angular-icons": "17.0.1-develop.1",
|
|
32
32
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"tslib": "^2.3.1",
|
|
36
|
-
"@progress/kendo-angular-schematics": "17.0.
|
|
36
|
+
"@progress/kendo-angular-schematics": "17.0.1-develop.1",
|
|
37
37
|
"@progress/kendo-common": "^1.0.1"
|
|
38
38
|
},
|
|
39
39
|
"schematics": "./schematics/collection.json",
|