@progress/kendo-angular-buttons 18.1.0-develop.1 → 18.1.0-develop.11

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,7 +223,9 @@ export class DropDownButtonComponent extends ListButton {
223
223
  if (this._disabled) {
224
224
  event.preventDefault();
225
225
  }
226
- this._active = true;
226
+ else {
227
+ this._active = true;
228
+ }
227
229
  }
228
230
  /**
229
231
  * @hidden
@@ -342,7 +342,7 @@ export class ListButton extends MultiTabStop {
342
342
  handleTab() {
343
343
  this.blurWrapper();
344
344
  }
345
- onNavigationEnterUp(e) {
345
+ onNavigationEnterUp(_args) {
346
346
  if (!this._disabled && !this.openState) {
347
347
  this._active = false;
348
348
  }
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1738141317,
14
- version: '18.1.0-develop.1',
13
+ publishDate: 1738662226,
14
+ version: '18.1.0-develop.11',
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: 1738141317,
48
- version: '18.1.0-develop.1',
47
+ publishDate: 1738662226,
48
+ version: '18.1.0-develop.11',
49
49
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
50
50
  };
51
51
 
@@ -2675,7 +2675,7 @@ class ListButton extends MultiTabStop {
2675
2675
  handleTab() {
2676
2676
  this.blurWrapper();
2677
2677
  }
2678
- onNavigationEnterUp(e) {
2678
+ onNavigationEnterUp(_args) {
2679
2679
  if (!this._disabled && !this.openState) {
2680
2680
  this._active = false;
2681
2681
  }
@@ -2989,7 +2989,9 @@ class DropDownButtonComponent extends ListButton {
2989
2989
  if (this._disabled) {
2990
2990
  event.preventDefault();
2991
2991
  }
2992
- this._active = true;
2992
+ else {
2993
+ this._active = true;
2994
+ }
2993
2995
  }
2994
2996
  /**
2995
2997
  * @hidden
@@ -152,7 +152,7 @@ export declare class ListButton extends MultiTabStop implements OnDestroy {
152
152
  protected blurWrapper(emit?: boolean): void;
153
153
  protected focusButton(): void;
154
154
  protected handleTab(): void;
155
- protected onNavigationEnterUp(e?: any): void;
155
+ protected onNavigationEnterUp(_args?: any): void;
156
156
  protected onNavigationOpen(): void;
157
157
  protected onNavigationClose(e?: any): void;
158
158
  protected onArrowKeyNavigate({ index }: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-buttons",
3
- "version": "18.1.0-develop.1",
3
+ "version": "18.1.0-develop.11",
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": 1738141317,
24
+ "publishDate": 1738662226,
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.1",
35
- "@progress/kendo-angular-l10n": "18.1.0-develop.1",
36
- "@progress/kendo-angular-popup": "18.1.0-develop.1",
37
- "@progress/kendo-angular-icons": "18.1.0-develop.1",
34
+ "@progress/kendo-angular-common": "18.1.0-develop.11",
35
+ "@progress/kendo-angular-l10n": "18.1.0-develop.11",
36
+ "@progress/kendo-angular-popup": "18.1.0-develop.11",
37
+ "@progress/kendo-angular-icons": "18.1.0-develop.11",
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.1",
42
+ "@progress/kendo-angular-schematics": "18.1.0-develop.11",
43
43
  "@progress/kendo-common": "^1.0.1"
44
44
  },
45
45
  "schematics": "./schematics/collection.json",