@progress/kendo-angular-buttons 18.1.0-develop.19 → 18.1.0-develop.2

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.
@@ -223,9 +223,7 @@ export class DropDownButtonComponent extends ListButton {
223
223
  if (this._disabled) {
224
224
  event.preventDefault();
225
225
  }
226
- else {
227
- this._active = true;
228
- }
226
+ this._active = true;
229
227
  }
230
228
  /**
231
229
  * @hidden
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1738833725,
14
- version: '18.1.0-develop.19',
13
+ publishDate: 1738227034,
14
+ version: '18.1.0-develop.2',
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: 1738833725,
48
- version: '18.1.0-develop.19',
47
+ publishDate: 1738227034,
48
+ version: '18.1.0-develop.2',
49
49
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
50
50
  };
51
51
 
@@ -2989,9 +2989,7 @@ class DropDownButtonComponent extends ListButton {
2989
2989
  if (this._disabled) {
2990
2990
  event.preventDefault();
2991
2991
  }
2992
- else {
2993
- this._active = true;
2994
- }
2992
+ this._active = true;
2995
2993
  }
2996
2994
  /**
2997
2995
  * @hidden
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-buttons",
3
- "version": "18.1.0-develop.19",
3
+ "version": "18.1.0-develop.2",
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": 1738833725,
24
+ "publishDate": 1738227034,
25
25
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
26
26
  }
27
27
  },
@@ -31,15 +31,15 @@
31
31
  "@angular/core": "16 - 19",
32
32
  "@angular/platform-browser": "16 - 19",
33
33
  "@progress/kendo-licensing": "^1.0.2",
34
- "@progress/kendo-angular-common": "18.1.0-develop.19",
35
- "@progress/kendo-angular-l10n": "18.1.0-develop.19",
36
- "@progress/kendo-angular-popup": "18.1.0-develop.19",
37
- "@progress/kendo-angular-icons": "18.1.0-develop.19",
34
+ "@progress/kendo-angular-common": "18.1.0-develop.2",
35
+ "@progress/kendo-angular-l10n": "18.1.0-develop.2",
36
+ "@progress/kendo-angular-popup": "18.1.0-develop.2",
37
+ "@progress/kendo-angular-icons": "18.1.0-develop.2",
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-develop.19",
42
+ "@progress/kendo-angular-schematics": "18.1.0-develop.2",
43
43
  "@progress/kendo-common": "^1.0.1"
44
44
  },
45
45
  "schematics": "./schematics/collection.json",