@progress/kendo-angular-menu 16.4.0-develop.4 → 16.4.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.
@@ -48,7 +48,7 @@ export declare class ContextMenuComponent extends MenuBase implements OnInit, On
48
48
  target: HTMLElement | ElementRef | ContextMenuTargetContainerDirective | string;
49
49
  /**
50
50
  * Specifies a CSS selector which filters the elements in the target for which the ContextMenu will open
51
- * ([see example]({% slug target_contextmenu %}#toc-defining-specific-targets)).
51
+ * ([see example](slug:target_contextmenu#toc-changing-items-for-specific-targets)).
52
52
  */
53
53
  filter: string;
54
54
  /**
@@ -96,23 +96,23 @@ export declare class ContextMenuComponent extends MenuBase implements OnInit, On
96
96
  */
97
97
  ariaLabel: string;
98
98
  /**
99
- * Fires when the Menu is opened ([see example]({% slug target_contextmenu %}#toc-changing-items-for-specified-targets)).
99
+ * Fires when the Menu is opened ([see example](slug:events_contextmenu)).
100
100
  */
101
101
  popupOpen: EventEmitter<ContextMenuPopupEvent>;
102
102
  /**
103
- * Fires when the Menu is closed.
103
+ * Fires when the Menu is closed ([see example](slug:events_contextmenu)).
104
104
  */
105
105
  popupClose: EventEmitter<ContextMenuPopupEvent>;
106
106
  /**
107
- * Fires when a Menu item is selected.
107
+ * Fires when a Menu item is selected ([see example](slug:events_contextmenu)).
108
108
  */
109
109
  select: EventEmitter<ContextMenuSelectEvent>;
110
110
  /**
111
- * Fires when a Menu item is opened.
111
+ * Fires when a Menu item is opened ([see example](slug:events_contextmenu)).
112
112
  */
113
113
  open: EventEmitter<ContextMenuEvent>;
114
114
  /**
115
- * Fires when a Menu item is closed.
115
+ * Fires when a Menu item is closed ([see example](slug:events_contextmenu)).
116
116
  */
117
117
  close: EventEmitter<ContextMenuEvent>;
118
118
  /**
@@ -69,23 +69,23 @@ export class ContextMenuComponent extends MenuBase {
69
69
  */
70
70
  this.vertical = true;
71
71
  /**
72
- * Fires when the Menu is opened ([see example]({% slug target_contextmenu %}#toc-changing-items-for-specified-targets)).
72
+ * Fires when the Menu is opened ([see example](slug:events_contextmenu)).
73
73
  */
74
74
  this.popupOpen = new EventEmitter();
75
75
  /**
76
- * Fires when the Menu is closed.
76
+ * Fires when the Menu is closed ([see example](slug:events_contextmenu)).
77
77
  */
78
78
  this.popupClose = new EventEmitter();
79
79
  /**
80
- * Fires when a Menu item is selected.
80
+ * Fires when a Menu item is selected ([see example](slug:events_contextmenu)).
81
81
  */
82
82
  this.select = new EventEmitter();
83
83
  /**
84
- * Fires when a Menu item is opened.
84
+ * Fires when a Menu item is opened ([see example](slug:events_contextmenu)).
85
85
  */
86
86
  this.open = new EventEmitter();
87
87
  /**
88
- * Fires when a Menu item is closed.
88
+ * Fires when a Menu item is closed ([see example](slug:events_contextmenu)).
89
89
  */
90
90
  this.close = new EventEmitter();
91
91
  this.service.owner = this;
@@ -58,15 +58,15 @@ export class MenuComponent extends MenuBase {
58
58
  */
59
59
  this.ariaRole = 'menubar';
60
60
  /**
61
- * Fires when a Menu item is selected ([see example]({% slug routing_menu %})).
61
+ * Fires when a Menu item is selected ([see example](slug:events_menu)).
62
62
  */
63
63
  this.select = new EventEmitter();
64
64
  /**
65
- * Fires when a Menu item is opened.
65
+ * Fires when a Menu item is opened ([see example](slug:events_menu)).
66
66
  */
67
67
  this.open = new EventEmitter();
68
68
  /**
69
- * Fires when a Menu item is closed.
69
+ * Fires when a Menu item is closed ([see example](slug:events_menu)).
70
70
  */
71
71
  this.close = new EventEmitter();
72
72
  validatePackage(packageMetadata);
@@ -211,7 +211,7 @@ MenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
211
211
  useExisting: forwardRef(() => MenuComponent)
212
212
  }
213
213
  ], exportAs: ["kendoMenu"], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
214
- <ul
214
+ <ul
215
215
  [attr.role]="ariaRole"
216
216
  [attr.aria-orientation]="ariaOrientation"
217
217
  kendoMenuList [items]="rootItems" [level]="0" [appendTo]="appendTo"
@@ -242,7 +242,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
242
242
  ],
243
243
  selector: 'kendo-menu',
244
244
  template: `
245
- <ul
245
+ <ul
246
246
  [attr.role]="ariaRole"
247
247
  [attr.aria-orientation]="ariaOrientation"
248
248
  kendoMenuList [items]="rootItems" [level]="0" [appendTo]="appendTo"
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-menu',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1719995822,
13
- version: '16.4.0-develop.4',
12
+ publishDate: 1720184904,
13
+ version: '16.4.0-develop.6',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -23,8 +23,8 @@ const packageMetadata = {
23
23
  name: '@progress/kendo-angular-menu',
24
24
  productName: 'Kendo UI for Angular',
25
25
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
26
- publishDate: 1719995822,
27
- version: '16.4.0-develop.4',
26
+ publishDate: 1720184904,
27
+ version: '16.4.0-develop.6',
28
28
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
29
29
  };
30
30
 
@@ -1872,15 +1872,15 @@ class MenuComponent extends MenuBase {
1872
1872
  */
1873
1873
  this.ariaRole = 'menubar';
1874
1874
  /**
1875
- * Fires when a Menu item is selected ([see example]({% slug routing_menu %})).
1875
+ * Fires when a Menu item is selected ([see example](slug:events_menu)).
1876
1876
  */
1877
1877
  this.select = new EventEmitter();
1878
1878
  /**
1879
- * Fires when a Menu item is opened.
1879
+ * Fires when a Menu item is opened ([see example](slug:events_menu)).
1880
1880
  */
1881
1881
  this.open = new EventEmitter();
1882
1882
  /**
1883
- * Fires when a Menu item is closed.
1883
+ * Fires when a Menu item is closed ([see example](slug:events_menu)).
1884
1884
  */
1885
1885
  this.close = new EventEmitter();
1886
1886
  validatePackage(packageMetadata);
@@ -2025,7 +2025,7 @@ MenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
2025
2025
  useExisting: forwardRef(() => MenuComponent)
2026
2026
  }
2027
2027
  ], exportAs: ["kendoMenu"], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
2028
- <ul
2028
+ <ul
2029
2029
  [attr.role]="ariaRole"
2030
2030
  [attr.aria-orientation]="ariaOrientation"
2031
2031
  kendoMenuList [items]="rootItems" [level]="0" [appendTo]="appendTo"
@@ -2056,7 +2056,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2056
2056
  ],
2057
2057
  selector: 'kendo-menu',
2058
2058
  template: `
2059
- <ul
2059
+ <ul
2060
2060
  [attr.role]="ariaRole"
2061
2061
  [attr.aria-orientation]="ariaOrientation"
2062
2062
  kendoMenuList [items]="rootItems" [level]="0" [appendTo]="appendTo"
@@ -2706,23 +2706,23 @@ class ContextMenuComponent extends MenuBase {
2706
2706
  */
2707
2707
  this.vertical = true;
2708
2708
  /**
2709
- * Fires when the Menu is opened ([see example]({% slug target_contextmenu %}#toc-changing-items-for-specified-targets)).
2709
+ * Fires when the Menu is opened ([see example](slug:events_contextmenu)).
2710
2710
  */
2711
2711
  this.popupOpen = new EventEmitter();
2712
2712
  /**
2713
- * Fires when the Menu is closed.
2713
+ * Fires when the Menu is closed ([see example](slug:events_contextmenu)).
2714
2714
  */
2715
2715
  this.popupClose = new EventEmitter();
2716
2716
  /**
2717
- * Fires when a Menu item is selected.
2717
+ * Fires when a Menu item is selected ([see example](slug:events_contextmenu)).
2718
2718
  */
2719
2719
  this.select = new EventEmitter();
2720
2720
  /**
2721
- * Fires when a Menu item is opened.
2721
+ * Fires when a Menu item is opened ([see example](slug:events_contextmenu)).
2722
2722
  */
2723
2723
  this.open = new EventEmitter();
2724
2724
  /**
2725
- * Fires when a Menu item is closed.
2725
+ * Fires when a Menu item is closed ([see example](slug:events_contextmenu)).
2726
2726
  */
2727
2727
  this.close = new EventEmitter();
2728
2728
  this.service.owner = this;
@@ -23,8 +23,8 @@ const packageMetadata = {
23
23
  name: '@progress/kendo-angular-menu',
24
24
  productName: 'Kendo UI for Angular',
25
25
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
26
- publishDate: 1719995822,
27
- version: '16.4.0-develop.4',
26
+ publishDate: 1720184904,
27
+ version: '16.4.0-develop.6',
28
28
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
29
29
  };
30
30
 
@@ -1864,15 +1864,15 @@ class MenuComponent extends MenuBase {
1864
1864
  */
1865
1865
  this.ariaRole = 'menubar';
1866
1866
  /**
1867
- * Fires when a Menu item is selected ([see example]({% slug routing_menu %})).
1867
+ * Fires when a Menu item is selected ([see example](slug:events_menu)).
1868
1868
  */
1869
1869
  this.select = new EventEmitter();
1870
1870
  /**
1871
- * Fires when a Menu item is opened.
1871
+ * Fires when a Menu item is opened ([see example](slug:events_menu)).
1872
1872
  */
1873
1873
  this.open = new EventEmitter();
1874
1874
  /**
1875
- * Fires when a Menu item is closed.
1875
+ * Fires when a Menu item is closed ([see example](slug:events_menu)).
1876
1876
  */
1877
1877
  this.close = new EventEmitter();
1878
1878
  validatePackage(packageMetadata);
@@ -2017,7 +2017,7 @@ MenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
2017
2017
  useExisting: forwardRef(() => MenuComponent)
2018
2018
  }
2019
2019
  ], exportAs: ["kendoMenu"], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
2020
- <ul
2020
+ <ul
2021
2021
  [attr.role]="ariaRole"
2022
2022
  [attr.aria-orientation]="ariaOrientation"
2023
2023
  kendoMenuList [items]="rootItems" [level]="0" [appendTo]="appendTo"
@@ -2048,7 +2048,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2048
2048
  ],
2049
2049
  selector: 'kendo-menu',
2050
2050
  template: `
2051
- <ul
2051
+ <ul
2052
2052
  [attr.role]="ariaRole"
2053
2053
  [attr.aria-orientation]="ariaOrientation"
2054
2054
  kendoMenuList [items]="rootItems" [level]="0" [appendTo]="appendTo"
@@ -2694,23 +2694,23 @@ class ContextMenuComponent extends MenuBase {
2694
2694
  */
2695
2695
  this.vertical = true;
2696
2696
  /**
2697
- * Fires when the Menu is opened ([see example]({% slug target_contextmenu %}#toc-changing-items-for-specified-targets)).
2697
+ * Fires when the Menu is opened ([see example](slug:events_contextmenu)).
2698
2698
  */
2699
2699
  this.popupOpen = new EventEmitter();
2700
2700
  /**
2701
- * Fires when the Menu is closed.
2701
+ * Fires when the Menu is closed ([see example](slug:events_contextmenu)).
2702
2702
  */
2703
2703
  this.popupClose = new EventEmitter();
2704
2704
  /**
2705
- * Fires when a Menu item is selected.
2705
+ * Fires when a Menu item is selected ([see example](slug:events_contextmenu)).
2706
2706
  */
2707
2707
  this.select = new EventEmitter();
2708
2708
  /**
2709
- * Fires when a Menu item is opened.
2709
+ * Fires when a Menu item is opened ([see example](slug:events_contextmenu)).
2710
2710
  */
2711
2711
  this.open = new EventEmitter();
2712
2712
  /**
2713
- * Fires when a Menu item is closed.
2713
+ * Fires when a Menu item is closed ([see example](slug:events_contextmenu)).
2714
2714
  */
2715
2715
  this.close = new EventEmitter();
2716
2716
  this.service.owner = this;
@@ -9,35 +9,35 @@ import { SVGIcon } from '@progress/kendo-angular-icons';
9
9
  */
10
10
  export interface MenuItem {
11
11
  /**
12
- * Specifies the item text ([see example]({% slug items_menu %}#toc-text)).
12
+ * Specifies the item text ([see example](slug:items_menu#toc-showing-text)).
13
13
  */
14
14
  text?: string;
15
15
  /**
16
16
  * Specifies a URL which is rendered as a `href` attribute on the item link
17
- * ([see example]({% slug items_menu %}#toc-url)).
17
+ * ([see example](slug:items_menu#toc-rendering-urls)).
18
18
  */
19
19
  url?: string;
20
20
  /**
21
21
  * Specifies the name of the [font icon]({% slug icons %}#toc-list-of-font-icons) that will
22
- * be rendered for the item ([see example]({% slug items_menu %}#toc-icon)).
22
+ * be rendered for the item ([see example](slug:items_menu#toc-displaying-font-icons)).
23
23
  */
24
24
  icon?: string;
25
25
  /**
26
26
  * Defines an [`SVGIcon`](slug:api_icons_svgicon) that will be
27
- * rendered for the item using a [`KendoSVGIcon`](slug:api_icons_svgiconcomponent) component.
27
+ * rendered for the item using a [`KendoSVGIcon`](slug:api_icons_svgiconcomponent) component ([see example](slug:items_menu#toc-displaying-svg-icons)).
28
28
  */
29
29
  svgIcon?: SVGIcon;
30
30
  /**
31
- * Specifies if the item is disabled ([see example]({% slug items_menu %}#toc-disabled-state)).
31
+ * Specifies if the item is disabled ([see example](slug:items_menu#toc-disabling-items)).
32
32
  */
33
33
  disabled?: boolean;
34
34
  /**
35
- * The CSS classes that will be rendered on the item element ([see example]({% slug items_menu %}#toc-styles-and-classes)).
35
+ * The CSS classes that will be rendered on the item element ([see example](slug:items_menu#toc-adding-styles-and-classes)).
36
36
  * Supports the type of values that are supported by [`ngClass`](link:site.data.urls.angular['ngclassapi']).
37
37
  */
38
38
  cssClass?: any;
39
39
  /**
40
- * The CSS styles that will be rendered on the item element ([see example]({% slug items_menu %}#toc-styles-and-classes)).
40
+ * The CSS styles that will be rendered on the item element ([see example](slug:items_menu#toc-adding-styles-and-classes)).
41
41
  * Supports the type of values that are supported by [`ngStyle`](link:site.data.urls.angular['ngstyleapi']).
42
42
  */
43
43
  cssStyle?: any;
@@ -56,15 +56,15 @@ export declare class MenuComponent extends MenuBase implements OnChanges, AfterV
56
56
  */
57
57
  menuItemLinkTemplate: TemplateRef<any>;
58
58
  /**
59
- * Fires when a Menu item is selected ([see example]({% slug routing_menu %})).
59
+ * Fires when a Menu item is selected ([see example](slug:events_menu)).
60
60
  */
61
61
  select: EventEmitter<MenuSelectEvent>;
62
62
  /**
63
- * Fires when a Menu item is opened.
63
+ * Fires when a Menu item is opened ([see example](slug:events_menu)).
64
64
  */
65
65
  open: EventEmitter<MenuEvent>;
66
66
  /**
67
- * Fires when a Menu item is closed.
67
+ * Fires when a Menu item is closed ([see example](slug:events_menu)).
68
68
  */
69
69
  close: EventEmitter<MenuEvent>;
70
70
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-menu",
3
- "version": "16.4.0-develop.4",
3
+ "version": "16.4.0-develop.6",
4
4
  "description": "Kendo UI Angular Menu component",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -23,15 +23,15 @@
23
23
  "@angular/core": "15 - 18",
24
24
  "@angular/platform-browser": "15 - 18",
25
25
  "@progress/kendo-licensing": "^1.0.2",
26
- "@progress/kendo-angular-common": "16.4.0-develop.4",
27
- "@progress/kendo-angular-l10n": "16.4.0-develop.4",
28
- "@progress/kendo-angular-icons": "16.4.0-develop.4",
29
- "@progress/kendo-angular-popup": "16.4.0-develop.4",
26
+ "@progress/kendo-angular-common": "16.4.0-develop.6",
27
+ "@progress/kendo-angular-l10n": "16.4.0-develop.6",
28
+ "@progress/kendo-angular-icons": "16.4.0-develop.6",
29
+ "@progress/kendo-angular-popup": "16.4.0-develop.6",
30
30
  "rxjs": "^6.5.3 || ^7.0.0"
31
31
  },
32
32
  "dependencies": {
33
33
  "tslib": "^2.3.1",
34
- "@progress/kendo-angular-schematics": "16.4.0-develop.4"
34
+ "@progress/kendo-angular-schematics": "16.4.0-develop.6"
35
35
  },
36
36
  "schematics": "./schematics/collection.json",
37
37
  "module": "fesm2015/progress-kendo-angular-menu.mjs",