@progress/kendo-angular-buttons 19.2.1-develop.1 → 19.2.1-develop.3

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.
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { ElementRef, EventEmitter, NgZone, ChangeDetectorRef, AfterViewInit, Renderer2 } from '@angular/core';
5
+ import { ElementRef, EventEmitter, NgZone, ChangeDetectorRef, AfterViewInit, OnDestroy, Renderer2 } from '@angular/core';
6
6
  import { LocalizationService } from '@progress/kendo-angular-l10n';
7
7
  import { PopupService } from '@progress/kendo-angular-popup';
8
8
  import { ButtonItemTemplateDirective } from '../listbutton/button-item-template.directive';
@@ -40,7 +40,7 @@ import * as i0 from "@angular/core";
40
40
  * }
41
41
  * ```
42
42
  */
43
- export declare class DropDownButtonComponent extends ListButton implements AfterViewInit {
43
+ export declare class DropDownButtonComponent extends ListButton implements AfterViewInit, OnDestroy {
44
44
  protected containerService: PopupContainerService;
45
45
  private renderer;
46
46
  /**
@@ -297,6 +297,7 @@ export class DropDownButtonComponent extends ListButton {
297
297
  if (this.documentMouseUpSub) {
298
298
  this.documentMouseUpSub();
299
299
  }
300
+ super.ngOnDestroy();
300
301
  }
301
302
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DropDownButtonComponent, deps: [{ token: i1.FocusService }, { token: i2.NavigationService }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i3.PopupService }, { token: i0.ElementRef }, { token: i4.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i5.PopupContainerService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
302
303
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: DropDownButtonComponent, isStandalone: true, selector: "kendo-dropdownbutton", inputs: { arrowIcon: "arrowIcon", icon: "icon", svgIcon: "svgIcon", iconClass: "iconClass", imageUrl: "imageUrl", textField: "textField", data: "data", size: "size", rounded: "rounded", fillMode: "fillMode", themeColor: "themeColor", buttonAttributes: "buttonAttributes" }, outputs: { itemClick: "itemClick", onFocus: "focus", onBlur: "blur" }, host: { listeners: { "keydown": "keydown($event)", "keyup": "keyup($event)", "mousedown": "mousedown($event)", "mouseup": "mouseup($event)" }, properties: { "class.k-focus": "this.focused", "style.display": "this.hostDisplayStyle", "attr.dir": "this.dir" } }, providers: [
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1751466572,
14
- version: '19.2.1-develop.1',
13
+ publishDate: 1751628023,
14
+ version: '19.2.1-develop.3',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -371,6 +371,7 @@ export class SplitButtonComponent extends ListButton {
371
371
  if (this.documentMouseUpSub) {
372
372
  this.documentMouseUpSub();
373
373
  }
374
+ super.ngOnDestroy();
374
375
  }
375
376
  /**
376
377
  * @hidden
@@ -44,8 +44,8 @@ const packageMetadata = {
44
44
  productName: 'Kendo UI for Angular',
45
45
  productCode: 'KENDOUIANGULAR',
46
46
  productCodes: ['KENDOUIANGULAR'],
47
- publishDate: 1751466572,
48
- version: '19.2.1-develop.1',
47
+ publishDate: 1751628023,
48
+ version: '19.2.1-develop.3',
49
49
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
50
50
  };
51
51
 
@@ -3035,6 +3035,7 @@ class DropDownButtonComponent extends ListButton {
3035
3035
  if (this.documentMouseUpSub) {
3036
3036
  this.documentMouseUpSub();
3037
3037
  }
3038
+ super.ngOnDestroy();
3038
3039
  }
3039
3040
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DropDownButtonComponent, deps: [{ token: FocusService }, { token: NavigationService }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i3.PopupService }, { token: i0.ElementRef }, { token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: PopupContainerService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
3040
3041
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: DropDownButtonComponent, isStandalone: true, selector: "kendo-dropdownbutton", inputs: { arrowIcon: "arrowIcon", icon: "icon", svgIcon: "svgIcon", iconClass: "iconClass", imageUrl: "imageUrl", textField: "textField", data: "data", size: "size", rounded: "rounded", fillMode: "fillMode", themeColor: "themeColor", buttonAttributes: "buttonAttributes" }, outputs: { itemClick: "itemClick", onFocus: "focus", onBlur: "blur" }, host: { listeners: { "keydown": "keydown($event)", "keyup": "keyup($event)", "mousedown": "mousedown($event)", "mouseup": "mouseup($event)" }, properties: { "class.k-focus": "this.focused", "style.display": "this.hostDisplayStyle", "attr.dir": "this.dir" } }, providers: [
@@ -4925,6 +4926,7 @@ class SplitButtonComponent extends ListButton {
4925
4926
  if (this.documentMouseUpSub) {
4926
4927
  this.documentMouseUpSub();
4927
4928
  }
4929
+ super.ngOnDestroy();
4928
4930
  }
4929
4931
  /**
4930
4932
  * @hidden
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-buttons",
3
- "version": "19.2.1-develop.1",
3
+ "version": "19.2.1-develop.3",
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": 1751466572,
24
+ "publishDate": 1751628023,
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 - 20",
32
32
  "@angular/platform-browser": "16 - 20",
33
33
  "@progress/kendo-licensing": "^1.5.0",
34
- "@progress/kendo-angular-common": "19.2.1-develop.1",
35
- "@progress/kendo-angular-l10n": "19.2.1-develop.1",
36
- "@progress/kendo-angular-popup": "19.2.1-develop.1",
37
- "@progress/kendo-angular-icons": "19.2.1-develop.1",
34
+ "@progress/kendo-angular-common": "19.2.1-develop.3",
35
+ "@progress/kendo-angular-l10n": "19.2.1-develop.3",
36
+ "@progress/kendo-angular-popup": "19.2.1-develop.3",
37
+ "@progress/kendo-angular-icons": "19.2.1-develop.3",
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": "19.2.1-develop.1",
42
+ "@progress/kendo-angular-schematics": "19.2.1-develop.3",
43
43
  "@progress/kendo-common": "^1.0.1"
44
44
  },
45
45
  "schematics": "./schematics/collection.json",
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { ElementRef, EventEmitter, AfterViewInit, OnChanges, SimpleChanges, NgZone, ChangeDetectorRef, Renderer2 } from '@angular/core';
5
+ import { ElementRef, EventEmitter, AfterViewInit, OnChanges, SimpleChanges, NgZone, ChangeDetectorRef, Renderer2, OnDestroy } from '@angular/core';
6
6
  import { LocalizationService } from '@progress/kendo-angular-l10n';
7
7
  import { Align, PopupService } from '@progress/kendo-angular-popup';
8
8
  import { ListButton } from './../listbutton/list-button';
@@ -44,7 +44,7 @@ import * as i0 from "@angular/core";
44
44
  * }
45
45
  * ```
46
46
  */
47
- export declare class SplitButtonComponent extends ListButton implements AfterViewInit, OnChanges {
47
+ export declare class SplitButtonComponent extends ListButton implements AfterViewInit, OnChanges, OnDestroy {
48
48
  private localization;
49
49
  private renderer;
50
50
  /**