@progress/kendo-angular-navigation 24.0.0-develop.2 → 24.0.0-develop.20
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.
|
@@ -17,7 +17,6 @@ export declare class BreadCrumbItemComponent implements OnInit, AfterViewInit {
|
|
|
17
17
|
itemTemplate: TemplateRef<any>;
|
|
18
18
|
hostClasses: boolean;
|
|
19
19
|
get isRootItem(): boolean;
|
|
20
|
-
get isDisabled(): boolean;
|
|
21
20
|
get isLastItem(): boolean;
|
|
22
21
|
width: number;
|
|
23
22
|
disabled: boolean;
|
|
@@ -25,8 +25,8 @@ const packageMetadata = {
|
|
|
25
25
|
productName: 'Kendo UI for Angular',
|
|
26
26
|
productCode: 'KENDOUIANGULAR',
|
|
27
27
|
productCodes: ['KENDOUIANGULAR'],
|
|
28
|
-
publishDate:
|
|
29
|
-
version: '24.0.0-develop.
|
|
28
|
+
publishDate: 1778149361,
|
|
29
|
+
version: '24.0.0-develop.20',
|
|
30
30
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
31
31
|
};
|
|
32
32
|
|
|
@@ -693,7 +693,7 @@ class ActionSheetListComponent {
|
|
|
693
693
|
return this.allItems.indexOf(item);
|
|
694
694
|
}
|
|
695
695
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ActionSheetListComponent, deps: [{ token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
696
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: ActionSheetListComponent, isStandalone: true, selector: "[kendoActionSheetList]", inputs: { groupItems: "groupItems", allItems: "allItems", itemTemplate: "itemTemplate" }, outputs: { itemClick: "itemClick" }, ngImport: i0, template: "\n @for (item of groupItems; track item) {\n <span kendoActionSheetItem\n tabindex=\"0\"\n
|
|
696
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: ActionSheetListComponent, isStandalone: true, selector: "[kendoActionSheetList]", inputs: { groupItems: "groupItems", allItems: "allItems", itemTemplate: "itemTemplate" }, outputs: { itemClick: "itemClick" }, ngImport: i0, template: "\n @for (item of groupItems; track item) {\n <span kendoActionSheetItem\n tabindex=\"0\"\n [attr.aria-disabled]=\"item.disabled\"\n [class.k-actionsheet-item]=\"true\"\n [attr.kendo-actionsheet-item-index]=\"setAttrIndex(item)\"\n [class.k-disabled]=\"item.disabled\"\n [ngClass]=\"item.cssClass\"\n [ngStyle]=\"item.cssStyle\"\n [itemTemplate]=\"itemTemplate\"\n [item]=\"item\">\n </span>\n }\n ", isInline: true, dependencies: [{ kind: "component", type: ActionSheetItemComponent, selector: "[kendoActionSheetItem]", inputs: ["itemTemplate", "item"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
697
697
|
}
|
|
698
698
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ActionSheetListComponent, decorators: [{
|
|
699
699
|
type: Component,
|
|
@@ -703,7 +703,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
703
703
|
@for (item of groupItems; track item) {
|
|
704
704
|
<span kendoActionSheetItem
|
|
705
705
|
tabindex="0"
|
|
706
|
-
role="button"
|
|
707
706
|
[attr.aria-disabled]="item.disabled"
|
|
708
707
|
[class.k-actionsheet-item]="true"
|
|
709
708
|
[attr.${ACTIONSHEET_ITEM_INDEX_ATTRIBUTE}]="setAttrIndex(item)"
|
|
@@ -1167,7 +1166,7 @@ class ActionSheetComponent {
|
|
|
1167
1166
|
[ngTemplateOutlet]="headerTemplate?.templateRef">
|
|
1168
1167
|
</ng-template>
|
|
1169
1168
|
} @else {
|
|
1170
|
-
<div class="k-actionsheet-titlebar-group
|
|
1169
|
+
<div class="k-actionsheet-titlebar-group">
|
|
1171
1170
|
<div class="k-actionsheet-title" [id]="titleId">
|
|
1172
1171
|
@if (title) {
|
|
1173
1172
|
<div class="k-text-center">{{title}}</div>
|
|
@@ -1190,7 +1189,6 @@ class ActionSheetComponent {
|
|
|
1190
1189
|
@if (topGroupItems) {
|
|
1191
1190
|
<div kendoActionSheetList
|
|
1192
1191
|
class="k-list-ul"
|
|
1193
|
-
role="group"
|
|
1194
1192
|
[groupItems]="topGroupItems"
|
|
1195
1193
|
[allItems]="items"
|
|
1196
1194
|
[itemTemplate]="itemTemplate?.templateRef"
|
|
@@ -1203,7 +1201,6 @@ class ActionSheetComponent {
|
|
|
1203
1201
|
@if (bottomGroupItems) {
|
|
1204
1202
|
<div kendoActionSheetList
|
|
1205
1203
|
class="k-list-ul"
|
|
1206
|
-
role="group"
|
|
1207
1204
|
[groupItems]="bottomGroupItems"
|
|
1208
1205
|
[allItems]="items"
|
|
1209
1206
|
[itemTemplate]="itemTemplate?.templateRef"
|
|
@@ -1285,7 +1282,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
1285
1282
|
[ngTemplateOutlet]="headerTemplate?.templateRef">
|
|
1286
1283
|
</ng-template>
|
|
1287
1284
|
} @else {
|
|
1288
|
-
<div class="k-actionsheet-titlebar-group
|
|
1285
|
+
<div class="k-actionsheet-titlebar-group">
|
|
1289
1286
|
<div class="k-actionsheet-title" [id]="titleId">
|
|
1290
1287
|
@if (title) {
|
|
1291
1288
|
<div class="k-text-center">{{title}}</div>
|
|
@@ -1308,7 +1305,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
1308
1305
|
@if (topGroupItems) {
|
|
1309
1306
|
<div kendoActionSheetList
|
|
1310
1307
|
class="k-list-ul"
|
|
1311
|
-
role="group"
|
|
1312
1308
|
[groupItems]="topGroupItems"
|
|
1313
1309
|
[allItems]="items"
|
|
1314
1310
|
[itemTemplate]="itemTemplate?.templateRef"
|
|
@@ -1321,7 +1317,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
1321
1317
|
@if (bottomGroupItems) {
|
|
1322
1318
|
<div kendoActionSheetList
|
|
1323
1319
|
class="k-list-ul"
|
|
1324
|
-
role="group"
|
|
1325
1320
|
[groupItems]="bottomGroupItems"
|
|
1326
1321
|
[allItems]="items"
|
|
1327
1322
|
[itemTemplate]="itemTemplate?.templateRef"
|
|
@@ -1494,7 +1489,7 @@ class ActionSheetViewComponent {
|
|
|
1494
1489
|
<ng-template [ngTemplateOutlet]="headerTemplate.templateRef">
|
|
1495
1490
|
</ng-template>
|
|
1496
1491
|
} @else {
|
|
1497
|
-
<div class="k-actionsheet-titlebar-group
|
|
1492
|
+
<div class="k-actionsheet-titlebar-group">
|
|
1498
1493
|
<div class="k-actionsheet-title" [id]="titleId">
|
|
1499
1494
|
@if (title) {
|
|
1500
1495
|
<div class="k-text-center">{{title}}</div>
|
|
@@ -1539,7 +1534,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
1539
1534
|
<ng-template [ngTemplateOutlet]="headerTemplate.templateRef">
|
|
1540
1535
|
</ng-template>
|
|
1541
1536
|
} @else {
|
|
1542
|
-
<div class="k-actionsheet-titlebar-group
|
|
1537
|
+
<div class="k-actionsheet-titlebar-group">
|
|
1543
1538
|
<div class="k-actionsheet-title" [id]="titleId">
|
|
1544
1539
|
@if (title) {
|
|
1545
1540
|
<div class="k-text-center">{{title}}</div>
|
|
@@ -1739,7 +1734,7 @@ class BottomNavigationItemComponent {
|
|
|
1739
1734
|
return this.item.disabled;
|
|
1740
1735
|
}
|
|
1741
1736
|
get label() {
|
|
1742
|
-
return this.item.text ? this.item.
|
|
1737
|
+
return !this.item.text && this.itemIcon ? (this.item.icon || null) : null;
|
|
1743
1738
|
}
|
|
1744
1739
|
get tabindex() {
|
|
1745
1740
|
return this.item.tabIndex ? this.item.tabIndex : 0;
|
|
@@ -2233,9 +2228,6 @@ class BreadCrumbItemComponent {
|
|
|
2233
2228
|
get isRootItem() {
|
|
2234
2229
|
return this.item.context.isFirst;
|
|
2235
2230
|
}
|
|
2236
|
-
get isDisabled() {
|
|
2237
|
-
return this.disabled || null;
|
|
2238
|
-
}
|
|
2239
2231
|
get isLastItem() {
|
|
2240
2232
|
return this.item.context.isLast;
|
|
2241
2233
|
}
|
|
@@ -2258,7 +2250,7 @@ class BreadCrumbItemComponent {
|
|
|
2258
2250
|
}
|
|
2259
2251
|
}
|
|
2260
2252
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: BreadCrumbItemComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
2261
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: BreadCrumbItemComponent, isStandalone: true, selector: "[kendoBreadCrumbItem]", inputs: { item: "item", collapseMode: "collapseMode", index: "index", itemTemplate: "itemTemplate" }, host: { properties: { "class.k-breadcrumb-item": "this.hostClasses", "class.k-breadcrumb-root-item": "this.isRootItem", "
|
|
2253
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: BreadCrumbItemComponent, isStandalone: true, selector: "[kendoBreadCrumbItem]", inputs: { item: "item", collapseMode: "collapseMode", index: "index", itemTemplate: "itemTemplate" }, host: { properties: { "class.k-breadcrumb-item": "this.hostClasses", "class.k-breadcrumb-root-item": "this.isRootItem", "class.k-breadcrumb-last-item": "this.isLastItem" } }, ngImport: i0, template: `
|
|
2262
2254
|
<ng-template #separator>
|
|
2263
2255
|
<ng-content select="[kendoBreadCrumbSeparator]"></ng-content>
|
|
2264
2256
|
</ng-template>
|
|
@@ -2279,7 +2271,7 @@ class BreadCrumbItemComponent {
|
|
|
2279
2271
|
}"
|
|
2280
2272
|
[title]="item.data.title || ''"
|
|
2281
2273
|
[tabindex]="disabled ? -1 : 0"
|
|
2282
|
-
[attr.aria-disabled]="disabled"
|
|
2274
|
+
[attr.aria-disabled]="disabled || null"
|
|
2283
2275
|
[attr.aria-current]="item.context.isLast ? 'page' : null"
|
|
2284
2276
|
role="link"
|
|
2285
2277
|
>
|
|
@@ -2338,7 +2330,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
2338
2330
|
}"
|
|
2339
2331
|
[title]="item.data.title || ''"
|
|
2340
2332
|
[tabindex]="disabled ? -1 : 0"
|
|
2341
|
-
[attr.aria-disabled]="disabled"
|
|
2333
|
+
[attr.aria-disabled]="disabled || null"
|
|
2342
2334
|
[attr.aria-current]="item.context.isLast ? 'page' : null"
|
|
2343
2335
|
role="link"
|
|
2344
2336
|
>
|
|
@@ -2388,9 +2380,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
2388
2380
|
}], isRootItem: [{
|
|
2389
2381
|
type: HostBinding,
|
|
2390
2382
|
args: ['class.k-breadcrumb-root-item']
|
|
2391
|
-
}], isDisabled: [{
|
|
2392
|
-
type: HostBinding,
|
|
2393
|
-
args: ['attr.aria-disabled']
|
|
2394
2383
|
}], isLastItem: [{
|
|
2395
2384
|
type: HostBinding,
|
|
2396
2385
|
args: ['class.k-breadcrumb-last-item']
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "24.0.0-develop.
|
|
10
|
+
"publishDate": 1778149361,
|
|
11
|
+
"version": "24.0.0-develop.20",
|
|
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": "24.0.0-develop.
|
|
3
|
+
"version": "24.0.0-develop.20",
|
|
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": 1778149361,
|
|
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.11.0",
|
|
30
|
-
"@progress/kendo-angular-buttons": "24.0.0-develop.
|
|
31
|
-
"@progress/kendo-angular-common": "24.0.0-develop.
|
|
32
|
-
"@progress/kendo-angular-icons": "24.0.0-develop.
|
|
33
|
-
"@progress/kendo-angular-l10n": "24.0.0-develop.
|
|
30
|
+
"@progress/kendo-angular-buttons": "24.0.0-develop.20",
|
|
31
|
+
"@progress/kendo-angular-common": "24.0.0-develop.20",
|
|
32
|
+
"@progress/kendo-angular-icons": "24.0.0-develop.20",
|
|
33
|
+
"@progress/kendo-angular-l10n": "24.0.0-develop.20",
|
|
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": "24.0.0-develop.
|
|
38
|
+
"@progress/kendo-angular-schematics": "24.0.0-develop.20"
|
|
39
39
|
},
|
|
40
40
|
"schematics": "./schematics/collection.json",
|
|
41
41
|
"module": "fesm2022/progress-kendo-angular-navigation.mjs",
|