@progress/kendo-angular-buttons 13.2.0 → 13.2.1-develop.10

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.
@@ -341,6 +341,7 @@ ChipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
341
341
  (click)="onRemoveClick($event)">
342
342
  <kendo-icon-wrapper
343
343
  name="x-circle"
344
+ size="small"
344
345
  [svgIcon]="defaultRemoveIcon || removeSvgIcon"
345
346
  [customFontClass]="removeIcon"></kendo-icon-wrapper>
346
347
 
@@ -384,6 +385,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
384
385
  (click)="onRemoveClick($event)">
385
386
  <kendo-icon-wrapper
386
387
  name="x-circle"
388
+ size="small"
387
389
  [svgIcon]="defaultRemoveIcon || removeSvgIcon"
388
390
  [customFontClass]="removeIcon"></kendo-icon-wrapper>
389
391
 
@@ -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: 1689688545,
13
- version: '13.2.0',
12
+ publishDate: 1690460337,
13
+ version: '13.2.1-develop.10',
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: 1689688545,
32
- version: '13.2.0',
31
+ publishDate: 1690460337,
32
+ version: '13.2.1-develop.10',
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) {
@@ -3580,6 +3582,7 @@ ChipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
3580
3582
  (click)="onRemoveClick($event)">
3581
3583
  <kendo-icon-wrapper
3582
3584
  name="x-circle"
3585
+ size="small"
3583
3586
  [svgIcon]="defaultRemoveIcon || removeSvgIcon"
3584
3587
  [customFontClass]="removeIcon"></kendo-icon-wrapper>
3585
3588
 
@@ -3623,6 +3626,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
3623
3626
  (click)="onRemoveClick($event)">
3624
3627
  <kendo-icon-wrapper
3625
3628
  name="x-circle"
3629
+ size="small"
3626
3630
  [svgIcon]="defaultRemoveIcon || removeSvgIcon"
3627
3631
  [customFontClass]="removeIcon"></kendo-icon-wrapper>
3628
3632
 
@@ -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: 1689688545,
50
- version: '13.2.0',
49
+ publishDate: 1690460337,
50
+ version: '13.2.1-develop.10',
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) {
@@ -3574,6 +3576,7 @@ ChipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
3574
3576
  (click)="onRemoveClick($event)">
3575
3577
  <kendo-icon-wrapper
3576
3578
  name="x-circle"
3579
+ size="small"
3577
3580
  [svgIcon]="defaultRemoveIcon || removeSvgIcon"
3578
3581
  [customFontClass]="removeIcon"></kendo-icon-wrapper>
3579
3582
 
@@ -3617,6 +3620,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
3617
3620
  (click)="onRemoveClick($event)">
3618
3621
  <kendo-icon-wrapper
3619
3622
  name="x-circle"
3623
+ size="small"
3620
3624
  [svgIcon]="defaultRemoveIcon || removeSvgIcon"
3621
3625
  [customFontClass]="removeIcon"></kendo-icon-wrapper>
3622
3626
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-buttons",
3
- "version": "13.2.0",
3
+ "version": "13.2.1-develop.10",
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.0",
29
- "@progress/kendo-angular-l10n": "13.2.0",
30
- "@progress/kendo-angular-popup": "13.2.0",
31
- "@progress/kendo-angular-icons": "13.2.0",
28
+ "@progress/kendo-angular-common": "13.2.1-develop.10",
29
+ "@progress/kendo-angular-l10n": "13.2.1-develop.10",
30
+ "@progress/kendo-angular-popup": "13.2.1-develop.10",
31
+ "@progress/kendo-angular-icons": "13.2.1-develop.10",
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.0",
36
+ "@progress/kendo-angular-schematics": "13.2.1-develop.10",
37
37
  "@progress/kendo-common": "^0.2.1"
38
38
  },
39
39
  "schematics": "./schematics/collection.json",