@progress/kendo-angular-buttons 18.1.0-develop.8 → 18.1.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.
|
@@ -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: '18.1.0
|
|
13
|
+
publishDate: 1739286961,
|
|
14
|
+
version: '18.1.0',
|
|
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: '18.1.0
|
|
47
|
+
publishDate: 1739286961,
|
|
48
|
+
version: '18.1.0',
|
|
49
49
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
50
50
|
};
|
|
51
51
|
|
|
@@ -2989,7 +2989,9 @@ class DropDownButtonComponent extends ListButton {
|
|
|
2989
2989
|
if (this._disabled) {
|
|
2990
2990
|
event.preventDefault();
|
|
2991
2991
|
}
|
|
2992
|
-
|
|
2992
|
+
else {
|
|
2993
|
+
this._active = true;
|
|
2994
|
+
}
|
|
2993
2995
|
}
|
|
2994
2996
|
/**
|
|
2995
2997
|
* @hidden
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-buttons",
|
|
3
|
-
"version": "18.1.0
|
|
3
|
+
"version": "18.1.0",
|
|
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": 1739286961,
|
|
25
25
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
@@ -30,16 +30,16 @@
|
|
|
30
30
|
"@angular/common": "16 - 19",
|
|
31
31
|
"@angular/core": "16 - 19",
|
|
32
32
|
"@angular/platform-browser": "16 - 19",
|
|
33
|
-
"@progress/kendo-licensing": "^1.0
|
|
34
|
-
"@progress/kendo-angular-common": "18.1.0
|
|
35
|
-
"@progress/kendo-angular-l10n": "18.1.0
|
|
36
|
-
"@progress/kendo-angular-popup": "18.1.0
|
|
37
|
-
"@progress/kendo-angular-icons": "18.1.0
|
|
33
|
+
"@progress/kendo-licensing": "^1.4.0",
|
|
34
|
+
"@progress/kendo-angular-common": "18.1.0",
|
|
35
|
+
"@progress/kendo-angular-l10n": "18.1.0",
|
|
36
|
+
"@progress/kendo-angular-popup": "18.1.0",
|
|
37
|
+
"@progress/kendo-angular-icons": "18.1.0",
|
|
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": "18.1.0
|
|
42
|
+
"@progress/kendo-angular-schematics": "18.1.0",
|
|
43
43
|
"@progress/kendo-common": "^1.0.1"
|
|
44
44
|
},
|
|
45
45
|
"schematics": "./schematics/collection.json",
|