@progress/kendo-angular-buttons 23.1.0-develop.2 → 23.1.0-develop.3

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.
@@ -50,7 +50,7 @@ const packageMetadata = {
50
50
  productCode: 'KENDOUIANGULAR',
51
51
  productCodes: ['KENDOUIANGULAR'],
52
52
  publishDate: 0,
53
- version: '23.1.0-develop.2',
53
+ version: '23.1.0-develop.3',
54
54
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
55
55
  };
56
56
 
@@ -2025,7 +2025,6 @@ var KeyEvents;
2025
2025
  */
2026
2026
  var NavigationAction;
2027
2027
  (function (NavigationAction) {
2028
- // eslint-disable-next-line id-denylist
2029
2028
  NavigationAction[NavigationAction["Undefined"] = 0] = "Undefined";
2030
2029
  NavigationAction[NavigationAction["Open"] = 1] = "Open";
2031
2030
  NavigationAction[NavigationAction["Close"] = 2] = "Close";
@@ -3484,7 +3483,6 @@ class DialItemComponent {
3484
3483
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: DialItemComponent, decorators: [{
3485
3484
  type: Component,
3486
3485
  args: [{
3487
- // eslint-disable-next-line @angular-eslint/component-selector
3488
3486
  selector: '[kendoDialItem]',
3489
3487
  template: `
3490
3488
  @if (dialItemTemplate) {
@@ -3597,7 +3595,6 @@ class DialListComponent {
3597
3595
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: DialListComponent, decorators: [{
3598
3596
  type: Component,
3599
3597
  args: [{
3600
- // eslint-disable-next-line @angular-eslint/component-selector
3601
3598
  selector: '[kendoDialList]',
3602
3599
  template: `
3603
3600
  @for (item of dialItems; track item; let idx = $index) {
@@ -4586,7 +4583,6 @@ class Messages extends ComponentMessages {
4586
4583
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: Messages, decorators: [{
4587
4584
  type: Directive,
4588
4585
  args: [{
4589
- // eslint-disable-next-line @angular-eslint/directive-selector
4590
4586
  selector: 'kendo-splitbutton-messages-base'
4591
4587
  }]
4592
4588
  }], propDecorators: { splitButtonLabel: [{
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1771344262,
11
- "version": "23.1.0-develop.2",
10
+ "publishDate": 1771355869,
11
+ "version": "23.1.0-develop.3",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-buttons",
3
- "version": "23.1.0-develop.2",
3
+ "version": "23.1.0-develop.3",
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": 1771344262,
24
+ "publishDate": 1771355869,
25
25
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
26
26
  }
27
27
  },
@@ -31,15 +31,15 @@
31
31
  "@angular/core": "19 - 21",
32
32
  "@angular/platform-browser": "19 - 21",
33
33
  "@progress/kendo-licensing": "^1.10.0",
34
- "@progress/kendo-angular-common": "23.1.0-develop.2",
35
- "@progress/kendo-angular-l10n": "23.1.0-develop.2",
36
- "@progress/kendo-angular-popup": "23.1.0-develop.2",
37
- "@progress/kendo-angular-icons": "23.1.0-develop.2",
34
+ "@progress/kendo-angular-common": "23.1.0-develop.3",
35
+ "@progress/kendo-angular-l10n": "23.1.0-develop.3",
36
+ "@progress/kendo-angular-popup": "23.1.0-develop.3",
37
+ "@progress/kendo-angular-icons": "23.1.0-develop.3",
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": "23.1.0-develop.2",
42
+ "@progress/kendo-angular-schematics": "23.1.0-develop.3",
43
43
  "@progress/kendo-common": "^1.0.1",
44
44
  "@progress/kendo-webspeech-common": "1.0.1",
45
45
  "@progress/kendo-smartpaste-common": "1.0.0"