@progress/kendo-angular-navigation 23.1.0-develop.2 → 23.1.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.
|
@@ -26,7 +26,7 @@ const packageMetadata = {
|
|
|
26
26
|
productCode: 'KENDOUIANGULAR',
|
|
27
27
|
productCodes: ['KENDOUIANGULAR'],
|
|
28
28
|
publishDate: 0,
|
|
29
|
-
version: '23.1.0-develop.
|
|
29
|
+
version: '23.1.0-develop.4',
|
|
30
30
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
31
31
|
};
|
|
32
32
|
|
|
@@ -595,7 +595,6 @@ class ActionSheetItemComponent {
|
|
|
595
595
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ActionSheetItemComponent, decorators: [{
|
|
596
596
|
type: Component,
|
|
597
597
|
args: [{
|
|
598
|
-
// eslint-disable-next-line @angular-eslint/component-selector
|
|
599
598
|
selector: '[kendoActionSheetItem]',
|
|
600
599
|
template: `
|
|
601
600
|
@if (itemTemplate) {
|
|
@@ -699,7 +698,6 @@ class ActionSheetListComponent {
|
|
|
699
698
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ActionSheetListComponent, decorators: [{
|
|
700
699
|
type: Component,
|
|
701
700
|
args: [{
|
|
702
|
-
// eslint-disable-next-line @angular-eslint/component-selector
|
|
703
701
|
selector: '[kendoActionSheetList]',
|
|
704
702
|
template: `
|
|
705
703
|
@for (item of groupItems; track item) {
|
|
@@ -1752,7 +1750,6 @@ class BottomNavigationItemComponent {
|
|
|
1752
1750
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: BottomNavigationItemComponent, decorators: [{
|
|
1753
1751
|
type: Component,
|
|
1754
1752
|
args: [{
|
|
1755
|
-
// eslint-disable-next-line @angular-eslint/component-selector
|
|
1756
1753
|
selector: '[kendoBottomNavigationItem]',
|
|
1757
1754
|
template: `
|
|
1758
1755
|
@if (!itemTemplate) {
|
|
@@ -2288,7 +2285,6 @@ class BreadCrumbItemComponent {
|
|
|
2288
2285
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: BreadCrumbItemComponent, decorators: [{
|
|
2289
2286
|
type: Component,
|
|
2290
2287
|
args: [{
|
|
2291
|
-
// eslint-disable-next-line @angular-eslint/component-selector
|
|
2292
2288
|
selector: '[kendoBreadCrumbItem]',
|
|
2293
2289
|
template: `
|
|
2294
2290
|
<ng-template #separator>
|
|
@@ -2513,7 +2509,6 @@ class BreadCrumbListComponent {
|
|
|
2513
2509
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: BreadCrumbListComponent, decorators: [{
|
|
2514
2510
|
type: Component,
|
|
2515
2511
|
args: [{
|
|
2516
|
-
// eslint-disable-next-line @angular-eslint/component-selector
|
|
2517
2512
|
selector: '[kendoBreadCrumbList]',
|
|
2518
2513
|
template: `
|
|
2519
2514
|
@for (item of items; track item; let i = $index; let isFirst = $first; let isLast = $last) {
|
|
@@ -2580,8 +2575,6 @@ const collapseFirst = toggleFirst(false);
|
|
|
2580
2575
|
*/
|
|
2581
2576
|
const expandFirst = toggleFirst(true);
|
|
2582
2577
|
|
|
2583
|
-
/* eslint-disable @typescript-eslint/no-inferrable-types */
|
|
2584
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
2585
2578
|
/**
|
|
2586
2579
|
* Represents the [Kendo UI Breadcrumb component for Angular](https://www.telerik.com/kendo-angular-ui/components/navigation/breadcrumb).
|
|
2587
2580
|
*
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "23.1.0-develop.
|
|
10
|
+
"publishDate": 1771407737,
|
|
11
|
+
"version": "23.1.0-develop.4",
|
|
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-navigation",
|
|
3
|
-
"version": "23.1.0-develop.
|
|
3
|
+
"version": "23.1.0-develop.4",
|
|
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":
|
|
20
|
+
"publishDate": 1771407737,
|
|
21
21
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
22
22
|
}
|
|
23
23
|
},
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"@angular/core": "19 - 21",
|
|
28
28
|
"@angular/platform-browser": "19 - 21",
|
|
29
29
|
"@progress/kendo-licensing": "^1.10.0",
|
|
30
|
-
"@progress/kendo-angular-buttons": "23.1.0-develop.
|
|
31
|
-
"@progress/kendo-angular-common": "23.1.0-develop.
|
|
32
|
-
"@progress/kendo-angular-icons": "23.1.0-develop.
|
|
33
|
-
"@progress/kendo-angular-l10n": "23.1.0-develop.
|
|
30
|
+
"@progress/kendo-angular-buttons": "23.1.0-develop.4",
|
|
31
|
+
"@progress/kendo-angular-common": "23.1.0-develop.4",
|
|
32
|
+
"@progress/kendo-angular-icons": "23.1.0-develop.4",
|
|
33
|
+
"@progress/kendo-angular-l10n": "23.1.0-develop.4",
|
|
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": "23.1.0-develop.
|
|
38
|
+
"@progress/kendo-angular-schematics": "23.1.0-develop.4"
|
|
39
39
|
},
|
|
40
40
|
"schematics": "./schematics/collection.json",
|
|
41
41
|
"module": "fesm2022/progress-kendo-angular-navigation.mjs",
|