@progress/kendo-angular-navigation 12.0.0-develop.1 → 12.0.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.
- package/esm2020/bottomnavigation/bottomnavigation-item.component.mjs +3 -7
- package/esm2020/breadcrumb/breadcrumb-item.component.mjs +2 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-navigation.mjs +7 -11
- package/fesm2020/progress-kendo-angular-navigation.mjs +7 -11
- package/package.json +5 -5
|
@@ -30,7 +30,7 @@ export class BottomNavigationItemComponent {
|
|
|
30
30
|
return this.selectedIdx ? this.selectedIdx === this.index : this.item.selected;
|
|
31
31
|
}
|
|
32
32
|
get itemIcon() {
|
|
33
|
-
return this.item.icon || this.item.iconClass
|
|
33
|
+
return Boolean(this.item.icon || this.item.iconClass || this.item.svgIcon);
|
|
34
34
|
}
|
|
35
35
|
get iconClasses() {
|
|
36
36
|
const kendoIcon = this.item.icon ? `k-icon k-i-${this.item.icon}` : '';
|
|
@@ -45,9 +45,7 @@ BottomNavigationItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
|
|
|
45
45
|
class="k-bottom-nav-item-icon"
|
|
46
46
|
[name]="item.icon"
|
|
47
47
|
[customFontClass]="item.iconClass"
|
|
48
|
-
[svgIcon]="item.svgIcon"
|
|
49
|
-
>
|
|
50
|
-
</kendo-icon-wrapper>
|
|
48
|
+
[svgIcon]="item.svgIcon"></kendo-icon-wrapper>
|
|
51
49
|
<span *ngIf="item.text" class="k-bottom-nav-item-text">{{item.text}}</span>
|
|
52
50
|
</ng-container>
|
|
53
51
|
<ng-template *ngIf="itemTemplate"
|
|
@@ -66,9 +64,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
66
64
|
class="k-bottom-nav-item-icon"
|
|
67
65
|
[name]="item.icon"
|
|
68
66
|
[customFontClass]="item.iconClass"
|
|
69
|
-
[svgIcon]="item.svgIcon"
|
|
70
|
-
>
|
|
71
|
-
</kendo-icon-wrapper>
|
|
67
|
+
[svgIcon]="item.svgIcon"></kendo-icon-wrapper>
|
|
72
68
|
<span *ngIf="item.text" class="k-bottom-nav-item-text">{{item.text}}</span>
|
|
73
69
|
</ng-container>
|
|
74
70
|
<ng-template *ngIf="itemTemplate"
|
|
@@ -68,7 +68,7 @@ BreadCrumbItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
68
68
|
class="k-cursor-pointer k-flex-none"
|
|
69
69
|
>
|
|
70
70
|
<img *ngIf="item.data.imageUrl" (load)="onImageLoad()" [src]="item.data.imageUrl" class="k-image" role="presentation" />
|
|
71
|
-
<kendo-icon-wrapper *ngIf="item.data.icon || item.data.iconClass"
|
|
71
|
+
<kendo-icon-wrapper *ngIf="item.data.icon || item.data.iconClass || item.data.svgIcon"
|
|
72
72
|
[name]="item.data.icon"
|
|
73
73
|
[customFontClass]="item.data.iconClass"
|
|
74
74
|
[svgIcon]="item.data.svgIcon"
|
|
@@ -121,7 +121,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
121
121
|
class="k-cursor-pointer k-flex-none"
|
|
122
122
|
>
|
|
123
123
|
<img *ngIf="item.data.imageUrl" (load)="onImageLoad()" [src]="item.data.imageUrl" class="k-image" role="presentation" />
|
|
124
|
-
<kendo-icon-wrapper *ngIf="item.data.icon || item.data.iconClass"
|
|
124
|
+
<kendo-icon-wrapper *ngIf="item.data.icon || item.data.iconClass || item.data.svgIcon"
|
|
125
125
|
[name]="item.data.icon"
|
|
126
126
|
[customFontClass]="item.data.iconClass"
|
|
127
127
|
[svgIcon]="item.data.svgIcon"
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-navigation',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '12.0.0-develop.
|
|
12
|
+
publishDate: 1680801910,
|
|
13
|
+
version: '12.0.0-develop.3',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -26,8 +26,8 @@ const packageMetadata = {
|
|
|
26
26
|
name: '@progress/kendo-angular-navigation',
|
|
27
27
|
productName: 'Kendo UI for Angular',
|
|
28
28
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
29
|
-
publishDate:
|
|
30
|
-
version: '12.0.0-develop.
|
|
29
|
+
publishDate: 1680801910,
|
|
30
|
+
version: '12.0.0-develop.3',
|
|
31
31
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
32
32
|
};
|
|
33
33
|
|
|
@@ -485,7 +485,7 @@ BreadCrumbItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
485
485
|
class="k-cursor-pointer k-flex-none"
|
|
486
486
|
>
|
|
487
487
|
<img *ngIf="item.data.imageUrl" (load)="onImageLoad()" [src]="item.data.imageUrl" class="k-image" role="presentation" />
|
|
488
|
-
<kendo-icon-wrapper *ngIf="item.data.icon || item.data.iconClass"
|
|
488
|
+
<kendo-icon-wrapper *ngIf="item.data.icon || item.data.iconClass || item.data.svgIcon"
|
|
489
489
|
[name]="item.data.icon"
|
|
490
490
|
[customFontClass]="item.data.iconClass"
|
|
491
491
|
[svgIcon]="item.data.svgIcon"
|
|
@@ -538,7 +538,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
538
538
|
class="k-cursor-pointer k-flex-none"
|
|
539
539
|
>
|
|
540
540
|
<img *ngIf="item.data.imageUrl" (load)="onImageLoad()" [src]="item.data.imageUrl" class="k-image" role="presentation" />
|
|
541
|
-
<kendo-icon-wrapper *ngIf="item.data.icon || item.data.iconClass"
|
|
541
|
+
<kendo-icon-wrapper *ngIf="item.data.icon || item.data.iconClass || item.data.svgIcon"
|
|
542
542
|
[name]="item.data.icon"
|
|
543
543
|
[customFontClass]="item.data.iconClass"
|
|
544
544
|
[svgIcon]="item.data.svgIcon"
|
|
@@ -1154,7 +1154,7 @@ class BottomNavigationItemComponent {
|
|
|
1154
1154
|
return this.selectedIdx ? this.selectedIdx === this.index : this.item.selected;
|
|
1155
1155
|
}
|
|
1156
1156
|
get itemIcon() {
|
|
1157
|
-
return this.item.icon || this.item.iconClass
|
|
1157
|
+
return Boolean(this.item.icon || this.item.iconClass || this.item.svgIcon);
|
|
1158
1158
|
}
|
|
1159
1159
|
get iconClasses() {
|
|
1160
1160
|
const kendoIcon = this.item.icon ? `k-icon k-i-${this.item.icon}` : '';
|
|
@@ -1169,9 +1169,7 @@ BottomNavigationItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
|
|
|
1169
1169
|
class="k-bottom-nav-item-icon"
|
|
1170
1170
|
[name]="item.icon"
|
|
1171
1171
|
[customFontClass]="item.iconClass"
|
|
1172
|
-
[svgIcon]="item.svgIcon"
|
|
1173
|
-
>
|
|
1174
|
-
</kendo-icon-wrapper>
|
|
1172
|
+
[svgIcon]="item.svgIcon"></kendo-icon-wrapper>
|
|
1175
1173
|
<span *ngIf="item.text" class="k-bottom-nav-item-text">{{item.text}}</span>
|
|
1176
1174
|
</ng-container>
|
|
1177
1175
|
<ng-template *ngIf="itemTemplate"
|
|
@@ -1190,9 +1188,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1190
1188
|
class="k-bottom-nav-item-icon"
|
|
1191
1189
|
[name]="item.icon"
|
|
1192
1190
|
[customFontClass]="item.iconClass"
|
|
1193
|
-
[svgIcon]="item.svgIcon"
|
|
1194
|
-
>
|
|
1195
|
-
</kendo-icon-wrapper>
|
|
1191
|
+
[svgIcon]="item.svgIcon"></kendo-icon-wrapper>
|
|
1196
1192
|
<span *ngIf="item.text" class="k-bottom-nav-item-text">{{item.text}}</span>
|
|
1197
1193
|
</ng-container>
|
|
1198
1194
|
<ng-template *ngIf="itemTemplate"
|
|
@@ -26,8 +26,8 @@ const packageMetadata = {
|
|
|
26
26
|
name: '@progress/kendo-angular-navigation',
|
|
27
27
|
productName: 'Kendo UI for Angular',
|
|
28
28
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
29
|
-
publishDate:
|
|
30
|
-
version: '12.0.0-develop.
|
|
29
|
+
publishDate: 1680801910,
|
|
30
|
+
version: '12.0.0-develop.3',
|
|
31
31
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
32
32
|
};
|
|
33
33
|
|
|
@@ -483,7 +483,7 @@ BreadCrumbItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
483
483
|
class="k-cursor-pointer k-flex-none"
|
|
484
484
|
>
|
|
485
485
|
<img *ngIf="item.data.imageUrl" (load)="onImageLoad()" [src]="item.data.imageUrl" class="k-image" role="presentation" />
|
|
486
|
-
<kendo-icon-wrapper *ngIf="item.data.icon || item.data.iconClass"
|
|
486
|
+
<kendo-icon-wrapper *ngIf="item.data.icon || item.data.iconClass || item.data.svgIcon"
|
|
487
487
|
[name]="item.data.icon"
|
|
488
488
|
[customFontClass]="item.data.iconClass"
|
|
489
489
|
[svgIcon]="item.data.svgIcon"
|
|
@@ -536,7 +536,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
536
536
|
class="k-cursor-pointer k-flex-none"
|
|
537
537
|
>
|
|
538
538
|
<img *ngIf="item.data.imageUrl" (load)="onImageLoad()" [src]="item.data.imageUrl" class="k-image" role="presentation" />
|
|
539
|
-
<kendo-icon-wrapper *ngIf="item.data.icon || item.data.iconClass"
|
|
539
|
+
<kendo-icon-wrapper *ngIf="item.data.icon || item.data.iconClass || item.data.svgIcon"
|
|
540
540
|
[name]="item.data.icon"
|
|
541
541
|
[customFontClass]="item.data.iconClass"
|
|
542
542
|
[svgIcon]="item.data.svgIcon"
|
|
@@ -1173,7 +1173,7 @@ class BottomNavigationItemComponent {
|
|
|
1173
1173
|
return this.selectedIdx ? this.selectedIdx === this.index : this.item.selected;
|
|
1174
1174
|
}
|
|
1175
1175
|
get itemIcon() {
|
|
1176
|
-
return this.item.icon || this.item.iconClass
|
|
1176
|
+
return Boolean(this.item.icon || this.item.iconClass || this.item.svgIcon);
|
|
1177
1177
|
}
|
|
1178
1178
|
get iconClasses() {
|
|
1179
1179
|
const kendoIcon = this.item.icon ? `k-icon k-i-${this.item.icon}` : '';
|
|
@@ -1188,9 +1188,7 @@ BottomNavigationItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
|
|
|
1188
1188
|
class="k-bottom-nav-item-icon"
|
|
1189
1189
|
[name]="item.icon"
|
|
1190
1190
|
[customFontClass]="item.iconClass"
|
|
1191
|
-
[svgIcon]="item.svgIcon"
|
|
1192
|
-
>
|
|
1193
|
-
</kendo-icon-wrapper>
|
|
1191
|
+
[svgIcon]="item.svgIcon"></kendo-icon-wrapper>
|
|
1194
1192
|
<span *ngIf="item.text" class="k-bottom-nav-item-text">{{item.text}}</span>
|
|
1195
1193
|
</ng-container>
|
|
1196
1194
|
<ng-template *ngIf="itemTemplate"
|
|
@@ -1209,9 +1207,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1209
1207
|
class="k-bottom-nav-item-icon"
|
|
1210
1208
|
[name]="item.icon"
|
|
1211
1209
|
[customFontClass]="item.iconClass"
|
|
1212
|
-
[svgIcon]="item.svgIcon"
|
|
1213
|
-
>
|
|
1214
|
-
</kendo-icon-wrapper>
|
|
1210
|
+
[svgIcon]="item.svgIcon"></kendo-icon-wrapper>
|
|
1215
1211
|
<span *ngIf="item.text" class="k-bottom-nav-item-text">{{item.text}}</span>
|
|
1216
1212
|
</ng-container>
|
|
1217
1213
|
<ng-template *ngIf="itemTemplate"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-navigation",
|
|
3
|
-
"version": "12.0.0-develop.
|
|
3
|
+
"version": "12.0.0-develop.3",
|
|
4
4
|
"description": "Kendo UI Navigation for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"@angular/core": "13 - 15",
|
|
22
22
|
"@angular/platform-browser": "13 - 15",
|
|
23
23
|
"@progress/kendo-licensing": "^1.0.2",
|
|
24
|
-
"@progress/kendo-angular-common": "12.0.0-develop.
|
|
25
|
-
"@progress/kendo-angular-icons": "12.0.0-develop.
|
|
26
|
-
"@progress/kendo-angular-l10n": "12.0.0-develop.
|
|
24
|
+
"@progress/kendo-angular-common": "12.0.0-develop.3",
|
|
25
|
+
"@progress/kendo-angular-icons": "12.0.0-develop.3",
|
|
26
|
+
"@progress/kendo-angular-l10n": "12.0.0-develop.3",
|
|
27
27
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"tslib": "^2.3.1",
|
|
31
|
-
"@progress/kendo-angular-schematics": "12.0.0-develop.
|
|
31
|
+
"@progress/kendo-angular-schematics": "12.0.0-develop.3"
|
|
32
32
|
},
|
|
33
33
|
"schematics": "./schematics/collection.json",
|
|
34
34
|
"module": "fesm2015/progress-kendo-angular-navigation.mjs",
|