@progress/kendo-angular-buttons 13.2.1-develop.1 → 13.2.1-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.
@@ -377,7 +377,9 @@ export class ListButton {
377
377
  popupAlign: this.popupAlign,
378
378
  popupClass: this.popupClasses
379
379
  });
380
- this.popupSubs.add(this.popupRef.popupAnchorViewportLeave.subscribe(() => this.openState = false));
380
+ this.popupSubs = this.popupRef.popupAnchorViewportLeave.subscribe(() => {
381
+ this.togglePopupVisibility();
382
+ });
381
383
  }
382
384
  destroyPopup() {
383
385
  if (this.popupRef) {
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-buttons',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1689768352,
13
- version: '13.2.1-develop.1',
12
+ publishDate: 1689770995,
13
+ version: '13.2.1-develop.2',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -28,8 +28,8 @@ const packageMetadata = {
28
28
  name: '@progress/kendo-angular-buttons',
29
29
  productName: 'Kendo UI for Angular',
30
30
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
31
- publishDate: 1689768352,
32
- version: '13.2.1-develop.1',
31
+ publishDate: 1689770995,
32
+ version: '13.2.1-develop.2',
33
33
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
34
34
  };
35
35
 
@@ -1906,7 +1906,9 @@ class ListButton {
1906
1906
  popupAlign: this.popupAlign,
1907
1907
  popupClass: this.popupClasses
1908
1908
  });
1909
- this.popupSubs.add(this.popupRef.popupAnchorViewportLeave.subscribe(() => this.openState = false));
1909
+ this.popupSubs = this.popupRef.popupAnchorViewportLeave.subscribe(() => {
1910
+ this.togglePopupVisibility();
1911
+ });
1910
1912
  }
1911
1913
  destroyPopup() {
1912
1914
  if (this.popupRef) {
@@ -46,8 +46,8 @@ const packageMetadata = {
46
46
  name: '@progress/kendo-angular-buttons',
47
47
  productName: 'Kendo UI for Angular',
48
48
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
49
- publishDate: 1689768352,
50
- version: '13.2.1-develop.1',
49
+ publishDate: 1689770995,
50
+ version: '13.2.1-develop.2',
51
51
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
52
52
  };
53
53
 
@@ -1902,7 +1902,9 @@ class ListButton {
1902
1902
  popupAlign: this.popupAlign,
1903
1903
  popupClass: this.popupClasses
1904
1904
  });
1905
- this.popupSubs.add(this.popupRef.popupAnchorViewportLeave.subscribe(() => this.openState = false));
1905
+ this.popupSubs = this.popupRef.popupAnchorViewportLeave.subscribe(() => {
1906
+ this.togglePopupVisibility();
1907
+ });
1906
1908
  }
1907
1909
  destroyPopup() {
1908
1910
  if (this.popupRef) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-buttons",
3
- "version": "13.2.1-develop.1",
3
+ "version": "13.2.1-develop.2",
4
4
  "description": "Buttons Package for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -25,15 +25,15 @@
25
25
  "@angular/core": "13 - 16",
26
26
  "@angular/platform-browser": "13 - 16",
27
27
  "@progress/kendo-licensing": "^1.0.2",
28
- "@progress/kendo-angular-common": "13.2.1-develop.1",
29
- "@progress/kendo-angular-l10n": "13.2.1-develop.1",
30
- "@progress/kendo-angular-popup": "13.2.1-develop.1",
31
- "@progress/kendo-angular-icons": "13.2.1-develop.1",
28
+ "@progress/kendo-angular-common": "13.2.1-develop.2",
29
+ "@progress/kendo-angular-l10n": "13.2.1-develop.2",
30
+ "@progress/kendo-angular-popup": "13.2.1-develop.2",
31
+ "@progress/kendo-angular-icons": "13.2.1-develop.2",
32
32
  "rxjs": "^6.5.3 || ^7.0.0"
33
33
  },
34
34
  "dependencies": {
35
35
  "tslib": "^2.3.1",
36
- "@progress/kendo-angular-schematics": "13.2.1-develop.1",
36
+ "@progress/kendo-angular-schematics": "13.2.1-develop.2",
37
37
  "@progress/kendo-common": "^0.2.1"
38
38
  },
39
39
  "schematics": "./schematics/collection.json",