@progress/kendo-angular-toolbar 24.2.0-develop.11 → 24.2.0-develop.13
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:
|
|
30
|
-
version: '24.2.0-develop.
|
|
29
|
+
publishDate: 1782718300,
|
|
30
|
+
version: '24.2.0-develop.13',
|
|
31
31
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
32
32
|
};
|
|
33
33
|
|
|
@@ -3481,6 +3481,9 @@ class ToolBarButtonGroupComponent extends ToolBarToolComponent {
|
|
|
3481
3481
|
* @hidden
|
|
3482
3482
|
*/
|
|
3483
3483
|
overflowSelectedChangeHandler(button) {
|
|
3484
|
+
if (!button.toggleable) {
|
|
3485
|
+
return;
|
|
3486
|
+
}
|
|
3484
3487
|
if (this.selection === 'multiple') {
|
|
3485
3488
|
button.selected = !button.selected;
|
|
3486
3489
|
}
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "24.2.0-develop.
|
|
10
|
+
"publishDate": 1782718300,
|
|
11
|
+
"version": "24.2.0-develop.13",
|
|
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": "24.2.0-develop.
|
|
3
|
+
"version": "24.2.0-develop.13",
|
|
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":
|
|
46
|
+
"publishDate": 1782718300,
|
|
47
47
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
48
48
|
}
|
|
49
49
|
},
|
|
@@ -53,17 +53,17 @@
|
|
|
53
53
|
"@angular/core": "19 - 22",
|
|
54
54
|
"@angular/platform-browser": "19 - 22",
|
|
55
55
|
"@progress/kendo-licensing": "^1.11.0",
|
|
56
|
-
"@progress/kendo-angular-buttons": "24.2.0-develop.
|
|
57
|
-
"@progress/kendo-angular-common": "24.2.0-develop.
|
|
58
|
-
"@progress/kendo-angular-l10n": "24.2.0-develop.
|
|
59
|
-
"@progress/kendo-angular-icons": "24.2.0-develop.
|
|
60
|
-
"@progress/kendo-angular-indicators": "24.2.0-develop.
|
|
61
|
-
"@progress/kendo-angular-popup": "24.2.0-develop.
|
|
56
|
+
"@progress/kendo-angular-buttons": "24.2.0-develop.13",
|
|
57
|
+
"@progress/kendo-angular-common": "24.2.0-develop.13",
|
|
58
|
+
"@progress/kendo-angular-l10n": "24.2.0-develop.13",
|
|
59
|
+
"@progress/kendo-angular-icons": "24.2.0-develop.13",
|
|
60
|
+
"@progress/kendo-angular-indicators": "24.2.0-develop.13",
|
|
61
|
+
"@progress/kendo-angular-popup": "24.2.0-develop.13",
|
|
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": "24.2.0-develop.
|
|
66
|
+
"@progress/kendo-angular-schematics": "24.2.0-develop.13"
|
|
67
67
|
},
|
|
68
68
|
"schematics": "./schematics/collection.json",
|
|
69
69
|
"module": "fesm2022/progress-kendo-angular-toolbar.mjs",
|