@progress/kendo-angular-navigation 20.0.3 → 20.0.4-develop.2

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.
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
11
11
  * @example
12
12
  * ```html
13
13
  * <kendo-bottomnavigation [items]="items">
14
- * <ng-template kendoBottomNavigationItemTemplate let-item="item">
14
+ * <ng-template kendoBottomNavigationItemTemplate let-item>
15
15
  * <span>{{ item.text }}</span>
16
16
  * </ng-template>
17
17
  * </kendo-bottomnavigation>
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
11
11
  * @example
12
12
  * ```html
13
13
  * <kendo-bottomnavigation [items]="items">
14
- * <ng-template kendoBottomNavigationItemTemplate let-item="item">
14
+ * <ng-template kendoBottomNavigationItemTemplate let-item>
15
15
  * <span>{{ item.text }}</span>
16
16
  * </ng-template>
17
17
  * </kendo-bottomnavigation>
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1756992643,
14
- version: '20.0.3',
13
+ publishDate: 1758036268,
14
+ version: '20.0.4-develop.2',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -25,8 +25,8 @@ const packageMetadata = {
25
25
  productName: 'Kendo UI for Angular',
26
26
  productCode: 'KENDOUIANGULAR',
27
27
  productCodes: ['KENDOUIANGULAR'],
28
- publishDate: 1756992643,
29
- version: '20.0.3',
28
+ publishDate: 1758036268,
29
+ version: '20.0.4-develop.2',
30
30
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
31
31
  };
32
32
 
@@ -1568,7 +1568,7 @@ class BottomNavigationSelectEvent extends PreventableEvent {
1568
1568
  * @example
1569
1569
  * ```html
1570
1570
  * <kendo-bottomnavigation [items]="items">
1571
- * <ng-template kendoBottomNavigationItemTemplate let-item="item">
1571
+ * <ng-template kendoBottomNavigationItemTemplate let-item>
1572
1572
  * <span>{{ item.text }}</span>
1573
1573
  * </ng-template>
1574
1574
  * </kendo-bottomnavigation>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-navigation",
3
- "version": "20.0.3",
3
+ "version": "20.0.4-develop.2",
4
4
  "description": "Kendo UI Navigation for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -17,7 +17,7 @@
17
17
  "package": {
18
18
  "productName": "Kendo UI for Angular",
19
19
  "productCode": "KENDOUIANGULAR",
20
- "publishDate": 1756992643,
20
+ "publishDate": 1758036268,
21
21
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
22
22
  }
23
23
  },
@@ -27,15 +27,15 @@
27
27
  "@angular/core": "16 - 20",
28
28
  "@angular/platform-browser": "16 - 20",
29
29
  "@progress/kendo-licensing": "^1.7.0",
30
- "@progress/kendo-angular-buttons": "20.0.3",
31
- "@progress/kendo-angular-common": "20.0.3",
32
- "@progress/kendo-angular-icons": "20.0.3",
33
- "@progress/kendo-angular-l10n": "20.0.3",
30
+ "@progress/kendo-angular-buttons": "20.0.4-develop.2",
31
+ "@progress/kendo-angular-common": "20.0.4-develop.2",
32
+ "@progress/kendo-angular-icons": "20.0.4-develop.2",
33
+ "@progress/kendo-angular-l10n": "20.0.4-develop.2",
34
34
  "rxjs": "^6.5.3 || ^7.0.0"
35
35
  },
36
36
  "dependencies": {
37
37
  "tslib": "^2.3.1",
38
- "@progress/kendo-angular-schematics": "20.0.3"
38
+ "@progress/kendo-angular-schematics": "20.0.4-develop.2"
39
39
  },
40
40
  "schematics": "./schematics/collection.json",
41
41
  "module": "fesm2022/progress-kendo-angular-navigation.mjs",