@progress/kendo-angular-menu 25.0.0-develop.4 → 25.0.0-develop.6

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.
@@ -23,8 +23,8 @@ const packageMetadata = {
23
23
  productName: 'Kendo UI for Angular',
24
24
  productCode: 'KENDOUIANGULAR',
25
25
  productCodes: ['KENDOUIANGULAR'],
26
- publishDate: 1783940117,
27
- version: '25.0.0-develop.4',
26
+ publishDate: 1784040996,
27
+ version: '25.0.0-develop.6',
28
28
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
29
29
  };
30
30
 
@@ -2100,14 +2100,14 @@ class ItemComponent {
2100
2100
  }], viewQueries: [{ propertyName: "link", first: true, predicate: ["link"], descendants: true }, { propertyName: "popupTemplate", first: true, predicate: ["popupTemplate"], descendants: true, static: true }], ngImport: i0, template: `
2101
2101
  @if (!hasLink && !item.content && !linkTemplate) {
2102
2102
  <span class="k-link k-menu-link" #link
2103
- [class.k-active]="opened" [class.k-disabled]="item.disabled && (level > 0 || isContextMenu)" role="presentation">
2103
+ [class.k-active]="opened" [class.k-disabled]="item.disabled && (level > 0 || isContextMenu)">
2104
2104
  <ng-template [ngTemplateOutlet]="itemcontent">
2105
2105
  </ng-template>
2106
2106
  </span>
2107
2107
  }
2108
2108
  @if (item.url && !linkTemplate) {
2109
2109
  <a class="k-link k-menu-link" #link [attr.href]="item.url"
2110
- [class.k-active]="opened" [class.k-disabled]="item.disabled && (level > 0 || isContextMenu)" tabindex="-1" role="presentation">
2110
+ [class.k-active]="opened" [class.k-disabled]="item.disabled && (level > 0 || isContextMenu)" tabindex="-1">
2111
2111
  <ng-template [ngTemplateOutlet]="itemcontent">
2112
2112
  </ng-template>
2113
2113
  </a>
@@ -2174,14 +2174,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
2174
2174
  template: `
2175
2175
  @if (!hasLink && !item.content && !linkTemplate) {
2176
2176
  <span class="k-link k-menu-link" #link
2177
- [class.k-active]="opened" [class.k-disabled]="item.disabled && (level > 0 || isContextMenu)" role="presentation">
2177
+ [class.k-active]="opened" [class.k-disabled]="item.disabled && (level > 0 || isContextMenu)">
2178
2178
  <ng-template [ngTemplateOutlet]="itemcontent">
2179
2179
  </ng-template>
2180
2180
  </span>
2181
2181
  }
2182
2182
  @if (item.url && !linkTemplate) {
2183
2183
  <a class="k-link k-menu-link" #link [attr.href]="item.url"
2184
- [class.k-active]="opened" [class.k-disabled]="item.disabled && (level > 0 || isContextMenu)" tabindex="-1" role="presentation">
2184
+ [class.k-active]="opened" [class.k-disabled]="item.disabled && (level > 0 || isContextMenu)" tabindex="-1">
2185
2185
  <ng-template [ngTemplateOutlet]="itemcontent">
2186
2186
  </ng-template>
2187
2187
  </a>
@@ -2637,7 +2637,6 @@ class LinkDirective {
2637
2637
  }
2638
2638
  _index = signal(undefined, ...(ngDevMode ? [{ debugName: "_index" }] : []));
2639
2639
  hostClasses = true;
2640
- role = 'presentation';
2641
2640
  tabindex = '-1';
2642
2641
  get activeClass() {
2643
2642
  return this.item.opened;
@@ -2653,7 +2652,7 @@ class LinkDirective {
2653
2652
  this.item = this.itemsService.get(this.index) || {};
2654
2653
  }
2655
2654
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: LinkDirective, deps: [{ token: ItemsService }], target: i0.ɵɵFactoryTarget.Directive });
2656
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: LinkDirective, isStandalone: true, selector: "[kendoMenuItemLink]", inputs: { index: ["kendoMenuItemLink", "index"] }, host: { properties: { "class.k-link": "this.hostClasses", "class.k-menu-link": "this.hostClasses", "attr.role": "this.role", "attr.tabindex": "this.tabindex", "class.k-active": "this.activeClass" } }, ngImport: i0 });
2655
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: LinkDirective, isStandalone: true, selector: "[kendoMenuItemLink]", inputs: { index: ["kendoMenuItemLink", "index"] }, host: { properties: { "class.k-link": "this.hostClasses", "class.k-menu-link": "this.hostClasses", "attr.tabindex": "this.tabindex", "class.k-active": "this.activeClass" } }, ngImport: i0 });
2657
2656
  }
2658
2657
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: LinkDirective, decorators: [{
2659
2658
  type: Directive,
@@ -2670,9 +2669,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
2670
2669
  }, {
2671
2670
  type: HostBinding,
2672
2671
  args: ['class.k-menu-link']
2673
- }], role: [{
2674
- type: HostBinding,
2675
- args: ['attr.role']
2676
2672
  }], tabindex: [{
2677
2673
  type: HostBinding,
2678
2674
  args: ['attr.tabindex']
package/index.d.ts CHANGED
@@ -914,7 +914,6 @@ declare class LinkDirective implements OnInit {
914
914
  get index(): string;
915
915
  private _index;
916
916
  hostClasses: boolean;
917
- role: string;
918
917
  tabindex: string;
919
918
  get activeClass(): boolean;
920
919
  private item;
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1783940117,
11
- "version": "25.0.0-develop.4",
10
+ "publishDate": 1784040996,
11
+ "version": "25.0.0-develop.6",
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-menu",
3
- "version": "25.0.0-develop.4",
3
+ "version": "25.0.0-develop.6",
4
4
  "description": "Kendo UI Angular Menu component",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -19,7 +19,7 @@
19
19
  "package": {
20
20
  "productName": "Kendo UI for Angular",
21
21
  "productCode": "KENDOUIANGULAR",
22
- "publishDate": 1783940117,
22
+ "publishDate": 1784040996,
23
23
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
24
24
  }
25
25
  },
@@ -29,15 +29,15 @@
29
29
  "@angular/core": "20 - 22",
30
30
  "@angular/platform-browser": "20 - 22",
31
31
  "@progress/kendo-licensing": "^1.11.0",
32
- "@progress/kendo-angular-common": "25.0.0-develop.4",
33
- "@progress/kendo-angular-l10n": "25.0.0-develop.4",
34
- "@progress/kendo-angular-icons": "25.0.0-develop.4",
35
- "@progress/kendo-angular-popup": "25.0.0-develop.4",
32
+ "@progress/kendo-angular-common": "25.0.0-develop.6",
33
+ "@progress/kendo-angular-l10n": "25.0.0-develop.6",
34
+ "@progress/kendo-angular-icons": "25.0.0-develop.6",
35
+ "@progress/kendo-angular-popup": "25.0.0-develop.6",
36
36
  "rxjs": "^6.5.3 || ^7.0.0"
37
37
  },
38
38
  "dependencies": {
39
39
  "tslib": "^2.3.1",
40
- "@progress/kendo-angular-schematics": "25.0.0-develop.4"
40
+ "@progress/kendo-angular-schematics": "25.0.0-develop.6"
41
41
  },
42
42
  "schematics": "./schematics/collection.json",
43
43
  "module": "fesm2022/progress-kendo-angular-menu.mjs",