@progress/kendo-angular-buttons 19.3.0-develop.28 → 19.3.0-develop.29

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.
@@ -577,7 +577,7 @@ export class FloatingActionButtonComponent {
577
577
  event.preventDefault();
578
578
  });
579
579
  });
580
- this.popupRef.popupAnchorViewportLeave.subscribe(() => this.toggleDialWithEvents(false));
580
+ this.subscriptions.add(this.popupRef.popupAnchorViewportLeave.subscribe(() => this.toggleDialWithEvents(false)));
581
581
  }
582
582
  closePopup() {
583
583
  if (this.isOpen) {
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1754567358,
14
- version: '19.3.0-develop.28',
13
+ publishDate: 1754571949,
14
+ version: '19.3.0-develop.29',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -45,8 +45,8 @@ const packageMetadata = {
45
45
  productName: 'Kendo UI for Angular',
46
46
  productCode: 'KENDOUIANGULAR',
47
47
  productCodes: ['KENDOUIANGULAR'],
48
- publishDate: 1754567358,
49
- version: '19.3.0-develop.28',
48
+ publishDate: 1754571949,
49
+ version: '19.3.0-develop.29',
50
50
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
51
51
  };
52
52
 
@@ -4125,7 +4125,7 @@ class FloatingActionButtonComponent {
4125
4125
  event.preventDefault();
4126
4126
  });
4127
4127
  });
4128
- this.popupRef.popupAnchorViewportLeave.subscribe(() => this.toggleDialWithEvents(false));
4128
+ this.subscriptions.add(this.popupRef.popupAnchorViewportLeave.subscribe(() => this.toggleDialWithEvents(false)));
4129
4129
  }
4130
4130
  closePopup() {
4131
4131
  if (this.isOpen) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-buttons",
3
- "version": "19.3.0-develop.28",
3
+ "version": "19.3.0-develop.29",
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": 1754567358,
24
+ "publishDate": 1754571949,
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.7.0",
34
- "@progress/kendo-angular-common": "19.3.0-develop.28",
35
- "@progress/kendo-angular-l10n": "19.3.0-develop.28",
36
- "@progress/kendo-angular-popup": "19.3.0-develop.28",
37
- "@progress/kendo-angular-icons": "19.3.0-develop.28",
34
+ "@progress/kendo-angular-common": "19.3.0-develop.29",
35
+ "@progress/kendo-angular-l10n": "19.3.0-develop.29",
36
+ "@progress/kendo-angular-popup": "19.3.0-develop.29",
37
+ "@progress/kendo-angular-icons": "19.3.0-develop.29",
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.3.0-develop.28",
42
+ "@progress/kendo-angular-schematics": "19.3.0-develop.29",
43
43
  "@progress/kendo-common": "^1.0.1",
44
44
  "@progress/kendo-webspeech-common": "1.0.0"
45
45
  },