@progress/kendo-angular-buttons 16.0.0-develop.7 → 16.0.0-develop.9

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.
@@ -359,7 +359,7 @@ ChipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
359
359
  <ng-content *ngIf="!label"></ng-content>
360
360
  </span>
361
361
 
362
- <span class="k-chip-actions">
362
+ <span class="k-chip-actions" *ngIf="hasMenu || removable">
363
363
  <span class="k-chip-action"
364
364
  *ngIf="hasMenu"
365
365
  (click)="onMenuClick($event)">
@@ -411,7 +411,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
411
411
  <ng-content *ngIf="!label"></ng-content>
412
412
  </span>
413
413
 
414
- <span class="k-chip-actions">
414
+ <span class="k-chip-actions" *ngIf="hasMenu || removable">
415
415
  <span class="k-chip-action"
416
416
  *ngIf="hasMenu"
417
417
  (click)="onMenuClick($event)">
@@ -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: 1714201499,
13
- version: '16.0.0-develop.7',
12
+ publishDate: 1714370399,
13
+ version: '16.0.0-develop.9',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -29,8 +29,8 @@ const packageMetadata = {
29
29
  name: '@progress/kendo-angular-buttons',
30
30
  productName: 'Kendo UI for Angular',
31
31
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
32
- publishDate: 1714201499,
33
- version: '16.0.0-develop.7',
32
+ publishDate: 1714370399,
33
+ version: '16.0.0-develop.9',
34
34
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
35
35
  };
36
36
 
@@ -3698,7 +3698,7 @@ ChipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
3698
3698
  <ng-content *ngIf="!label"></ng-content>
3699
3699
  </span>
3700
3700
 
3701
- <span class="k-chip-actions">
3701
+ <span class="k-chip-actions" *ngIf="hasMenu || removable">
3702
3702
  <span class="k-chip-action"
3703
3703
  *ngIf="hasMenu"
3704
3704
  (click)="onMenuClick($event)">
@@ -3750,7 +3750,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
3750
3750
  <ng-content *ngIf="!label"></ng-content>
3751
3751
  </span>
3752
3752
 
3753
- <span class="k-chip-actions">
3753
+ <span class="k-chip-actions" *ngIf="hasMenu || removable">
3754
3754
  <span class="k-chip-action"
3755
3755
  *ngIf="hasMenu"
3756
3756
  (click)="onMenuClick($event)">
@@ -47,8 +47,8 @@ const packageMetadata = {
47
47
  name: '@progress/kendo-angular-buttons',
48
48
  productName: 'Kendo UI for Angular',
49
49
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
50
- publishDate: 1714201499,
51
- version: '16.0.0-develop.7',
50
+ publishDate: 1714370399,
51
+ version: '16.0.0-develop.9',
52
52
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
53
53
  };
54
54
 
@@ -3691,7 +3691,7 @@ ChipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
3691
3691
  <ng-content *ngIf="!label"></ng-content>
3692
3692
  </span>
3693
3693
 
3694
- <span class="k-chip-actions">
3694
+ <span class="k-chip-actions" *ngIf="hasMenu || removable">
3695
3695
  <span class="k-chip-action"
3696
3696
  *ngIf="hasMenu"
3697
3697
  (click)="onMenuClick($event)">
@@ -3743,7 +3743,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
3743
3743
  <ng-content *ngIf="!label"></ng-content>
3744
3744
  </span>
3745
3745
 
3746
- <span class="k-chip-actions">
3746
+ <span class="k-chip-actions" *ngIf="hasMenu || removable">
3747
3747
  <span class="k-chip-action"
3748
3748
  *ngIf="hasMenu"
3749
3749
  (click)="onMenuClick($event)">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-buttons",
3
- "version": "16.0.0-develop.7",
3
+ "version": "16.0.0-develop.9",
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": "15 - 17",
26
26
  "@angular/platform-browser": "15 - 17",
27
27
  "@progress/kendo-licensing": "^1.0.2",
28
- "@progress/kendo-angular-common": "16.0.0-develop.7",
29
- "@progress/kendo-angular-l10n": "16.0.0-develop.7",
30
- "@progress/kendo-angular-popup": "16.0.0-develop.7",
31
- "@progress/kendo-angular-icons": "16.0.0-develop.7",
28
+ "@progress/kendo-angular-common": "16.0.0-develop.9",
29
+ "@progress/kendo-angular-l10n": "16.0.0-develop.9",
30
+ "@progress/kendo-angular-popup": "16.0.0-develop.9",
31
+ "@progress/kendo-angular-icons": "16.0.0-develop.9",
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": "16.0.0-develop.7",
36
+ "@progress/kendo-angular-schematics": "16.0.0-develop.9",
37
37
  "@progress/kendo-common": "^0.2.1"
38
38
  },
39
39
  "schematics": "./schematics/collection.json",