@progress/kendo-angular-buttons 16.8.0-develop.3 → 16.8.0-develop.4

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.
@@ -360,7 +360,7 @@ ChipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
360
360
  </span>
361
361
 
362
362
  <span class="k-chip-actions" *ngIf="hasMenu || removable">
363
- <span class="k-chip-action"
363
+ <span class="k-chip-action k-chip-more-action"
364
364
  *ngIf="hasMenu"
365
365
  (click)="onMenuClick($event)">
366
366
  <kendo-icon-wrapper
@@ -412,7 +412,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
412
412
  </span>
413
413
 
414
414
  <span class="k-chip-actions" *ngIf="hasMenu || removable">
415
- <span class="k-chip-action"
415
+ <span class="k-chip-action k-chip-more-action"
416
416
  *ngIf="hasMenu"
417
417
  (click)="onMenuClick($event)">
418
418
  <kendo-icon-wrapper
@@ -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: 1724395195,
13
- version: '16.8.0-develop.3',
12
+ publishDate: 1724416587,
13
+ version: '16.8.0-develop.4',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -26,8 +26,8 @@ const packageMetadata = {
26
26
  name: '@progress/kendo-angular-buttons',
27
27
  productName: 'Kendo UI for Angular',
28
28
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
29
- publishDate: 1724395195,
30
- version: '16.8.0-develop.3',
29
+ publishDate: 1724416587,
30
+ version: '16.8.0-develop.4',
31
31
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
32
32
  };
33
33
 
@@ -1370,7 +1370,7 @@ ChipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
1370
1370
  </span>
1371
1371
 
1372
1372
  <span class="k-chip-actions" *ngIf="hasMenu || removable">
1373
- <span class="k-chip-action"
1373
+ <span class="k-chip-action k-chip-more-action"
1374
1374
  *ngIf="hasMenu"
1375
1375
  (click)="onMenuClick($event)">
1376
1376
  <kendo-icon-wrapper
@@ -1422,7 +1422,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1422
1422
  </span>
1423
1423
 
1424
1424
  <span class="k-chip-actions" *ngIf="hasMenu || removable">
1425
- <span class="k-chip-action"
1425
+ <span class="k-chip-action k-chip-more-action"
1426
1426
  *ngIf="hasMenu"
1427
1427
  (click)="onMenuClick($event)">
1428
1428
  <kendo-icon-wrapper
@@ -44,8 +44,8 @@ const packageMetadata = {
44
44
  name: '@progress/kendo-angular-buttons',
45
45
  productName: 'Kendo UI for Angular',
46
46
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
47
- publishDate: 1724395195,
48
- version: '16.8.0-develop.3',
47
+ publishDate: 1724416587,
48
+ version: '16.8.0-develop.4',
49
49
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
50
50
  };
51
51
 
@@ -1368,7 +1368,7 @@ ChipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
1368
1368
  </span>
1369
1369
 
1370
1370
  <span class="k-chip-actions" *ngIf="hasMenu || removable">
1371
- <span class="k-chip-action"
1371
+ <span class="k-chip-action k-chip-more-action"
1372
1372
  *ngIf="hasMenu"
1373
1373
  (click)="onMenuClick($event)">
1374
1374
  <kendo-icon-wrapper
@@ -1420,7 +1420,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1420
1420
  </span>
1421
1421
 
1422
1422
  <span class="k-chip-actions" *ngIf="hasMenu || removable">
1423
- <span class="k-chip-action"
1423
+ <span class="k-chip-action k-chip-more-action"
1424
1424
  *ngIf="hasMenu"
1425
1425
  (click)="onMenuClick($event)">
1426
1426
  <kendo-icon-wrapper
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-buttons",
3
- "version": "16.8.0-develop.3",
3
+ "version": "16.8.0-develop.4",
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 - 18",
26
26
  "@angular/platform-browser": "15 - 18",
27
27
  "@progress/kendo-licensing": "^1.0.2",
28
- "@progress/kendo-angular-common": "16.8.0-develop.3",
29
- "@progress/kendo-angular-l10n": "16.8.0-develop.3",
30
- "@progress/kendo-angular-popup": "16.8.0-develop.3",
31
- "@progress/kendo-angular-icons": "16.8.0-develop.3",
28
+ "@progress/kendo-angular-common": "16.8.0-develop.4",
29
+ "@progress/kendo-angular-l10n": "16.8.0-develop.4",
30
+ "@progress/kendo-angular-popup": "16.8.0-develop.4",
31
+ "@progress/kendo-angular-icons": "16.8.0-develop.4",
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.8.0-develop.3",
36
+ "@progress/kendo-angular-schematics": "16.8.0-develop.4",
37
37
  "@progress/kendo-common": "^0.2.1"
38
38
  },
39
39
  "schematics": "./schematics/collection.json",