@progress/kendo-angular-navigation 11.0.0-develop.110 → 11.0.0-develop.112
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/actionsheet/models/actionsheet-item.interface.d.ts +5 -0
- package/actionsheet.module.d.ts +2 -1
- package/bottomnavigation/types/bottomnavigation-item.d.ts +5 -0
- package/bottomnavigation.module.d.ts +2 -1
- package/breadcrumb/breadcrumb.component.d.ts +6 -1
- package/breadcrumb/list.component.d.ts +3 -1
- package/breadcrumb/models/breadcrumb-item.interface.d.ts +5 -0
- package/breadcrumb/template-directives/separator.directive.d.ts +6 -1
- package/breadcrumb.module.d.ts +2 -1
- package/esm2020/actionsheet/item.component.mjs +17 -14
- package/esm2020/actionsheet.module.mjs +4 -3
- package/esm2020/bottomnavigation/bottomnavigation-item.component.mjs +17 -4
- package/esm2020/bottomnavigation.module.mjs +4 -3
- package/esm2020/breadcrumb/breadcrumb-item.component.mjs +15 -6
- package/esm2020/breadcrumb/breadcrumb.component.mjs +8 -2
- package/esm2020/breadcrumb/list.component.mjs +6 -3
- package/esm2020/breadcrumb/template-directives/separator.directive.mjs +40 -8
- package/esm2020/breadcrumb.module.mjs +4 -3
- package/esm2020/package-metadata.mjs +1 -1
- package/fesm2015/progress-kendo-angular-navigation.mjs +109 -45
- package/fesm2020/progress-kendo-angular-navigation.mjs +109 -45
- package/package.json +5 -4
- package/schematics/ngAdd/index.js +4 -1
|
@@ -10,6 +10,7 @@ import { BreadCrumbItemComponent } from './breadcrumb/breadcrumb-item.component'
|
|
|
10
10
|
import { BreadCrumbItemTemplateDirective } from './breadcrumb/template-directives/item-template.directive';
|
|
11
11
|
import { BreadCrumbSeparatorDirective } from './breadcrumb/template-directives/separator.directive';
|
|
12
12
|
import { BreadCrumbListComponent } from './breadcrumb/list.component';
|
|
13
|
+
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
13
14
|
import * as i0 from "@angular/core";
|
|
14
15
|
const templateDirectives = [
|
|
15
16
|
BreadCrumbItemTemplateDirective
|
|
@@ -60,15 +61,15 @@ export class BreadCrumbModule {
|
|
|
60
61
|
BreadCrumbModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BreadCrumbModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
61
62
|
BreadCrumbModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BreadCrumbModule, declarations: [BreadCrumbComponent,
|
|
62
63
|
BreadCrumbItemComponent,
|
|
63
|
-
BreadCrumbListComponent, BreadCrumbItemTemplateDirective, BreadCrumbSeparatorDirective], imports: [CommonModule, ResizeSensorModule], exports: [BreadCrumbComponent,
|
|
64
|
+
BreadCrumbListComponent, BreadCrumbItemTemplateDirective, BreadCrumbSeparatorDirective], imports: [CommonModule, ResizeSensorModule, IconsModule], exports: [BreadCrumbComponent,
|
|
64
65
|
BreadCrumbItemComponent,
|
|
65
66
|
BreadCrumbListComponent, BreadCrumbItemTemplateDirective] });
|
|
66
|
-
BreadCrumbModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BreadCrumbModule, imports: [[CommonModule, ResizeSensorModule]] });
|
|
67
|
+
BreadCrumbModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BreadCrumbModule, imports: [[CommonModule, ResizeSensorModule, IconsModule]] });
|
|
67
68
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BreadCrumbModule, decorators: [{
|
|
68
69
|
type: NgModule,
|
|
69
70
|
args: [{
|
|
70
71
|
declarations: [declarations],
|
|
71
72
|
exports: [exportedModules],
|
|
72
|
-
imports: [CommonModule, ResizeSensorModule]
|
|
73
|
+
imports: [CommonModule, ResizeSensorModule, IconsModule]
|
|
73
74
|
}]
|
|
74
75
|
}] });
|
|
@@ -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:
|
|
12
|
+
publishDate: 1673618686,
|
|
13
13
|
version: '',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -9,10 +9,13 @@ import { LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
|
|
|
9
9
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
10
10
|
import * as i3 from '@progress/kendo-angular-common';
|
|
11
11
|
import { closestInScope as closestInScope$1, isDocumentAvailable, Keys, ResizeSensorModule } from '@progress/kendo-angular-common';
|
|
12
|
-
import * as
|
|
12
|
+
import * as i2 from '@angular/common';
|
|
13
13
|
import { CommonModule } from '@angular/common';
|
|
14
14
|
import { fromEvent, merge, ReplaySubject, Subject, Subscription } from 'rxjs';
|
|
15
15
|
import { filter, map, startWith, share } from 'rxjs/operators';
|
|
16
|
+
import * as i1$1 from '@progress/kendo-angular-icons';
|
|
17
|
+
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
18
|
+
import { chevronRightIcon, chevronLeftIcon } from '@progress/kendo-svg-icons';
|
|
16
19
|
|
|
17
20
|
/**
|
|
18
21
|
* @hidden
|
|
@@ -21,7 +24,7 @@ const packageMetadata = {
|
|
|
21
24
|
name: '@progress/kendo-angular-navigation',
|
|
22
25
|
productName: 'Kendo UI for Angular',
|
|
23
26
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
24
|
-
publishDate:
|
|
27
|
+
publishDate: 1673618686,
|
|
25
28
|
version: '',
|
|
26
29
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
27
30
|
};
|
|
@@ -496,8 +499,12 @@ BreadCrumbItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
496
499
|
class="k-cursor-pointer k-flex-none"
|
|
497
500
|
>
|
|
498
501
|
<img *ngIf="item.data.imageUrl" (load)="onImageLoad()" [src]="item.data.imageUrl" class="k-image" role="presentation" />
|
|
499
|
-
<
|
|
500
|
-
|
|
502
|
+
<kendo-icon-wrapper *ngIf="item.data.icon || item.data.iconClass"
|
|
503
|
+
[name]="item.data.icon"
|
|
504
|
+
[customFontClass]="item.data.iconClass"
|
|
505
|
+
[svgIcon]="item.data.svgIcon"
|
|
506
|
+
>
|
|
507
|
+
</kendo-icon-wrapper>
|
|
501
508
|
{{ item.data.text }}
|
|
502
509
|
</span>
|
|
503
510
|
<ng-template
|
|
@@ -513,7 +520,7 @@ BreadCrumbItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
513
520
|
<ng-container *ngIf="collapseMode !== 'wrap'">
|
|
514
521
|
<ng-container *ngTemplateOutlet="separator"></ng-container>
|
|
515
522
|
</ng-container>
|
|
516
|
-
`, isInline: true,
|
|
523
|
+
`, isInline: true, components: [{ type: i1$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
517
524
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BreadCrumbItemComponent, decorators: [{
|
|
518
525
|
type: Component,
|
|
519
526
|
args: [{
|
|
@@ -545,8 +552,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
545
552
|
class="k-cursor-pointer k-flex-none"
|
|
546
553
|
>
|
|
547
554
|
<img *ngIf="item.data.imageUrl" (load)="onImageLoad()" [src]="item.data.imageUrl" class="k-image" role="presentation" />
|
|
548
|
-
<
|
|
549
|
-
|
|
555
|
+
<kendo-icon-wrapper *ngIf="item.data.icon || item.data.iconClass"
|
|
556
|
+
[name]="item.data.icon"
|
|
557
|
+
[customFontClass]="item.data.iconClass"
|
|
558
|
+
[svgIcon]="item.data.svgIcon"
|
|
559
|
+
>
|
|
560
|
+
</kendo-icon-wrapper>
|
|
550
561
|
{{ item.data.text }}
|
|
551
562
|
</span>
|
|
552
563
|
<ng-template
|
|
@@ -609,6 +620,8 @@ const closestItem = (target, targetAttr, scope) => closestInScope(target, target
|
|
|
609
620
|
|
|
610
621
|
const DEFAULT_ICON = 'chevron-right';
|
|
611
622
|
const DEFAULT_RTL_ICON = 'chevron-left';
|
|
623
|
+
const DEFAULT_SVG_ICON = chevronRightIcon;
|
|
624
|
+
const DEFAULT_RTL_SVG_ICON = chevronLeftIcon;
|
|
612
625
|
/**
|
|
613
626
|
* @hidden
|
|
614
627
|
*/
|
|
@@ -622,8 +635,6 @@ class BreadCrumbSeparatorDirective {
|
|
|
622
635
|
this.direction = this.localization.rtl ? 'rtl' : 'ltr';
|
|
623
636
|
}
|
|
624
637
|
set icon(icon) {
|
|
625
|
-
const element = this.el.nativeElement;
|
|
626
|
-
element.classList.remove(`k-i-${this._icon}`);
|
|
627
638
|
if (isPresent(icon)) {
|
|
628
639
|
this._icon = icon;
|
|
629
640
|
this.hasDefaultIcon = false;
|
|
@@ -632,32 +643,62 @@ class BreadCrumbSeparatorDirective {
|
|
|
632
643
|
this._icon = this.direction === 'ltr' ? DEFAULT_ICON : DEFAULT_RTL_ICON;
|
|
633
644
|
this.hasDefaultIcon = true;
|
|
634
645
|
}
|
|
635
|
-
element.classList.add(`k-i-${this._icon}`);
|
|
636
646
|
}
|
|
637
647
|
get icon() {
|
|
638
648
|
return this._icon;
|
|
639
649
|
}
|
|
650
|
+
set svgIcon(svgIcon) {
|
|
651
|
+
if (isPresent(svgIcon)) {
|
|
652
|
+
this._svgIcon = svgIcon;
|
|
653
|
+
this.hasDefaultSvgIcon = false;
|
|
654
|
+
}
|
|
655
|
+
else {
|
|
656
|
+
this._svgIcon = this.direction === 'ltr' ? DEFAULT_SVG_ICON : DEFAULT_RTL_SVG_ICON;
|
|
657
|
+
this.hasDefaultSvgIcon = true;
|
|
658
|
+
}
|
|
659
|
+
}
|
|
660
|
+
get svgIcon() {
|
|
661
|
+
return this._svgIcon;
|
|
662
|
+
}
|
|
640
663
|
ngOnInit() {
|
|
641
664
|
this.localizationChangesSubscription = this.localization.changes.subscribe(({ rtl }) => {
|
|
642
665
|
this.direction = rtl ? 'rtl' : 'ltr';
|
|
643
666
|
if (this.hasDefaultIcon) {
|
|
644
667
|
this.icon = undefined;
|
|
645
668
|
}
|
|
669
|
+
if (this.hasDefaultSvgIcon) {
|
|
670
|
+
this.svgIcon = undefined;
|
|
671
|
+
}
|
|
646
672
|
});
|
|
647
673
|
}
|
|
648
674
|
ngOnDestroy() {
|
|
649
675
|
this.localizationChangesSubscription.unsubscribe();
|
|
650
676
|
}
|
|
651
677
|
}
|
|
652
|
-
BreadCrumbSeparatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BreadCrumbSeparatorDirective, deps: [{ token: i0.ElementRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.
|
|
653
|
-
BreadCrumbSeparatorDirective.ɵ
|
|
678
|
+
BreadCrumbSeparatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BreadCrumbSeparatorDirective, deps: [{ token: i0.ElementRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
679
|
+
BreadCrumbSeparatorDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: BreadCrumbSeparatorDirective, selector: "[kendoBreadCrumbSeparator]", inputs: { icon: "icon", svgIcon: "svgIcon" }, host: { properties: { "class.k-breadcrumb-delimiter-icon": "this.defaultClasses", "class.k-icon": "this.defaultClasses", "attr.aria-hidden": "this.ariaHidden" } }, ngImport: i0, template: `
|
|
680
|
+
<kendo-icon-wrapper
|
|
681
|
+
[name]="icon"
|
|
682
|
+
[svgIcon]="svgIcon"
|
|
683
|
+
>
|
|
684
|
+
</kendo-icon-wrapper>
|
|
685
|
+
`, isInline: true, components: [{ type: i1$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }] });
|
|
654
686
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BreadCrumbSeparatorDirective, decorators: [{
|
|
655
|
-
type:
|
|
687
|
+
type: Component,
|
|
656
688
|
args: [{
|
|
657
|
-
selector: '[kendoBreadCrumbSeparator]'
|
|
689
|
+
selector: '[kendoBreadCrumbSeparator]',
|
|
690
|
+
template: `
|
|
691
|
+
<kendo-icon-wrapper
|
|
692
|
+
[name]="icon"
|
|
693
|
+
[svgIcon]="svgIcon"
|
|
694
|
+
>
|
|
695
|
+
</kendo-icon-wrapper>
|
|
696
|
+
`
|
|
658
697
|
}]
|
|
659
698
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.LocalizationService }]; }, propDecorators: { icon: [{
|
|
660
699
|
type: Input
|
|
700
|
+
}], svgIcon: [{
|
|
701
|
+
type: Input
|
|
661
702
|
}], defaultClasses: [{
|
|
662
703
|
type: HostBinding,
|
|
663
704
|
args: ['class.k-breadcrumb-delimiter-icon']
|
|
@@ -703,7 +744,7 @@ class BreadCrumbListComponent {
|
|
|
703
744
|
}
|
|
704
745
|
}
|
|
705
746
|
BreadCrumbListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BreadCrumbListComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
706
|
-
BreadCrumbListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: BreadCrumbListComponent, selector: "[kendoBreadCrumbList]", inputs: { items: "items", itemTemplate: "itemTemplate", collapseMode: "collapseMode", separatorIcon: "separatorIcon" }, outputs: { itemClick: "itemClick" }, viewQueries: [{ propertyName: "renderedItems", predicate: BreadCrumbItemComponent, descendants: true }], ngImport: i0, template: "\n <ng-container *ngFor=\"let item of items; let i = index; let isFirst = first; let isLast = last\">\n <li\n #renderedItem\n kendoBreadCrumbItem\n *ngIf=\"!(collapseMode === 'wrap' && isFirst) || isRootItemContainer\"\n [attr.data-kendo-breadcrumb-index]=\"i\"\n [item]=\"item\"\n [index]=\"i\"\n [collapseMode]=\"collapseMode\"\n [itemTemplate]=\"itemTemplate\"\n >\n <span kendoBreadCrumbSeparator [icon]=\"separatorIcon\" *ngIf=\"collapseMode === 'wrap' && !isFirst\"></span>\n <span\n kendoBreadCrumbSeparator\n [icon]=\"separatorIcon\"\n *ngIf=\"collapseMode !== 'wrap' && !isLast && !(item?.context.collapsed && items[i + 1]?.context.collapsed)\"\n ></span>\n </li>\n </ng-container>\n ", isInline: true, components: [{ type: BreadCrumbItemComponent, selector: "[kendoBreadCrumbItem]", inputs: ["item", "collapseMode", "index", "itemTemplate"] }
|
|
747
|
+
BreadCrumbListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: BreadCrumbListComponent, selector: "[kendoBreadCrumbList]", inputs: { items: "items", itemTemplate: "itemTemplate", collapseMode: "collapseMode", separatorIcon: "separatorIcon", separatorSVGIcon: "separatorSVGIcon" }, outputs: { itemClick: "itemClick" }, viewQueries: [{ propertyName: "renderedItems", predicate: BreadCrumbItemComponent, descendants: true }], ngImport: i0, template: "\n <ng-container *ngFor=\"let item of items; let i = index; let isFirst = first; let isLast = last\">\n <li\n #renderedItem\n kendoBreadCrumbItem\n *ngIf=\"!(collapseMode === 'wrap' && isFirst) || isRootItemContainer\"\n [attr.data-kendo-breadcrumb-index]=\"i\"\n [item]=\"item\"\n [index]=\"i\"\n [collapseMode]=\"collapseMode\"\n [itemTemplate]=\"itemTemplate\"\n >\n <span kendoBreadCrumbSeparator [icon]=\"separatorIcon\" *ngIf=\"collapseMode === 'wrap' && !isFirst\"></span>\n <span\n kendoBreadCrumbSeparator\n [icon]=\"separatorIcon\"\n [svgIcon]=\"separatorSVGIcon\"\n *ngIf=\"collapseMode !== 'wrap' && !isLast && !(item?.context.collapsed && items[i + 1]?.context.collapsed)\"\n ></span>\n </li>\n </ng-container>\n ", isInline: true, components: [{ type: BreadCrumbItemComponent, selector: "[kendoBreadCrumbItem]", inputs: ["item", "collapseMode", "index", "itemTemplate"] }, { type: BreadCrumbSeparatorDirective, selector: "[kendoBreadCrumbSeparator]", inputs: ["icon", "svgIcon"] }], directives: [{ type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
707
748
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BreadCrumbListComponent, decorators: [{
|
|
708
749
|
type: Component,
|
|
709
750
|
args: [{
|
|
@@ -725,6 +766,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
725
766
|
<span
|
|
726
767
|
kendoBreadCrumbSeparator
|
|
727
768
|
[icon]="separatorIcon"
|
|
769
|
+
[svgIcon]="separatorSVGIcon"
|
|
728
770
|
*ngIf="collapseMode !== 'wrap' && !isLast && !(item?.context.collapsed && items[i + 1]?.context.collapsed)"
|
|
729
771
|
></span>
|
|
730
772
|
</li>
|
|
@@ -739,6 +781,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
739
781
|
type: Input
|
|
740
782
|
}], separatorIcon: [{
|
|
741
783
|
type: Input
|
|
784
|
+
}], separatorSVGIcon: [{
|
|
785
|
+
type: Input
|
|
742
786
|
}], itemClick: [{
|
|
743
787
|
type: Output
|
|
744
788
|
}], renderedItems: [{
|
|
@@ -932,7 +976,7 @@ class BreadCrumbComponent {
|
|
|
932
976
|
}
|
|
933
977
|
}
|
|
934
978
|
BreadCrumbComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BreadCrumbComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
935
|
-
BreadCrumbComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: BreadCrumbComponent, selector: "kendo-breadcrumb", inputs: { items: "items", separatorIcon: "separatorIcon", collapseMode: "collapseMode" }, outputs: { itemClick: "itemClick" }, host: { properties: { "class.k-widget": "this.hostClasses", "class.k-breadcrumb": "this.hostClasses", "class.k-breadcrumb-wrap": "this.wrapMode", "attr.dir": "this.getDir" } }, providers: [
|
|
979
|
+
BreadCrumbComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: BreadCrumbComponent, selector: "kendo-breadcrumb", inputs: { items: "items", separatorIcon: "separatorIcon", separatorSVGIcon: "separatorSVGIcon", collapseMode: "collapseMode" }, outputs: { itemClick: "itemClick" }, host: { properties: { "class.k-widget": "this.hostClasses", "class.k-breadcrumb": "this.hostClasses", "class.k-breadcrumb-wrap": "this.wrapMode", "attr.dir": "this.getDir" } }, providers: [
|
|
936
980
|
LocalizationService,
|
|
937
981
|
{
|
|
938
982
|
provide: L10N_PREFIX,
|
|
@@ -948,6 +992,7 @@ BreadCrumbComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
948
992
|
[itemTemplate]="itemTemplate?.templateRef"
|
|
949
993
|
[collapseMode]="collapseMode"
|
|
950
994
|
[separatorIcon]="separatorIcon"
|
|
995
|
+
[separatorSVGIcon]="separatorSVGIcon"
|
|
951
996
|
(itemClick)="itemClick.emit($event)"
|
|
952
997
|
></ol>
|
|
953
998
|
<ol
|
|
@@ -958,11 +1003,12 @@ BreadCrumbComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
958
1003
|
[itemTemplate]="itemTemplate?.templateRef"
|
|
959
1004
|
[collapseMode]="collapseMode"
|
|
960
1005
|
[separatorIcon]="separatorIcon"
|
|
1006
|
+
[separatorSVGIcon]="separatorSVGIcon"
|
|
961
1007
|
(itemClick)="itemClick.emit($event)"
|
|
962
1008
|
[ngClass]="{ 'k-flex-wrap': collapseMode === 'wrap', 'k-flex-none': collapseMode === 'none' }"
|
|
963
1009
|
></ol>
|
|
964
1010
|
<kendo-resize-sensor [rateLimit]="1000" #resizeSensor></kendo-resize-sensor>
|
|
965
|
-
`, isInline: true, components: [{ type: BreadCrumbListComponent, selector: "[kendoBreadCrumbList]", inputs: ["items", "itemTemplate", "collapseMode", "separatorIcon"], outputs: ["itemClick"] }, { type: i3.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }], directives: [{ type:
|
|
1011
|
+
`, isInline: true, components: [{ type: BreadCrumbListComponent, selector: "[kendoBreadCrumbList]", inputs: ["items", "itemTemplate", "collapseMode", "separatorIcon", "separatorSVGIcon"], outputs: ["itemClick"] }, { type: i3.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], pipes: { "async": i2.AsyncPipe } });
|
|
966
1012
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BreadCrumbComponent, decorators: [{
|
|
967
1013
|
type: Component,
|
|
968
1014
|
args: [{
|
|
@@ -985,6 +1031,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
985
1031
|
[itemTemplate]="itemTemplate?.templateRef"
|
|
986
1032
|
[collapseMode]="collapseMode"
|
|
987
1033
|
[separatorIcon]="separatorIcon"
|
|
1034
|
+
[separatorSVGIcon]="separatorSVGIcon"
|
|
988
1035
|
(itemClick)="itemClick.emit($event)"
|
|
989
1036
|
></ol>
|
|
990
1037
|
<ol
|
|
@@ -995,6 +1042,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
995
1042
|
[itemTemplate]="itemTemplate?.templateRef"
|
|
996
1043
|
[collapseMode]="collapseMode"
|
|
997
1044
|
[separatorIcon]="separatorIcon"
|
|
1045
|
+
[separatorSVGIcon]="separatorSVGIcon"
|
|
998
1046
|
(itemClick)="itemClick.emit($event)"
|
|
999
1047
|
[ngClass]="{ 'k-flex-wrap': collapseMode === 'wrap', 'k-flex-none': collapseMode === 'none' }"
|
|
1000
1048
|
></ol>
|
|
@@ -1005,6 +1053,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1005
1053
|
type: Input
|
|
1006
1054
|
}], separatorIcon: [{
|
|
1007
1055
|
type: Input
|
|
1056
|
+
}], separatorSVGIcon: [{
|
|
1057
|
+
type: Input
|
|
1008
1058
|
}], collapseMode: [{
|
|
1009
1059
|
type: Input
|
|
1010
1060
|
}], itemClick: [{
|
|
@@ -1084,16 +1134,16 @@ class BreadCrumbModule {
|
|
|
1084
1134
|
BreadCrumbModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BreadCrumbModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1085
1135
|
BreadCrumbModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BreadCrumbModule, declarations: [BreadCrumbComponent,
|
|
1086
1136
|
BreadCrumbItemComponent,
|
|
1087
|
-
BreadCrumbListComponent, BreadCrumbItemTemplateDirective, BreadCrumbSeparatorDirective], imports: [CommonModule, ResizeSensorModule], exports: [BreadCrumbComponent,
|
|
1137
|
+
BreadCrumbListComponent, BreadCrumbItemTemplateDirective, BreadCrumbSeparatorDirective], imports: [CommonModule, ResizeSensorModule, IconsModule], exports: [BreadCrumbComponent,
|
|
1088
1138
|
BreadCrumbItemComponent,
|
|
1089
1139
|
BreadCrumbListComponent, BreadCrumbItemTemplateDirective] });
|
|
1090
|
-
BreadCrumbModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BreadCrumbModule, imports: [[CommonModule, ResizeSensorModule]] });
|
|
1140
|
+
BreadCrumbModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BreadCrumbModule, imports: [[CommonModule, ResizeSensorModule, IconsModule]] });
|
|
1091
1141
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BreadCrumbModule, decorators: [{
|
|
1092
1142
|
type: NgModule,
|
|
1093
1143
|
args: [{
|
|
1094
1144
|
declarations: [declarations$2],
|
|
1095
1145
|
exports: [exportedModules$1],
|
|
1096
|
-
imports: [CommonModule, ResizeSensorModule]
|
|
1146
|
+
imports: [CommonModule, ResizeSensorModule, IconsModule]
|
|
1097
1147
|
}]
|
|
1098
1148
|
}] });
|
|
1099
1149
|
|
|
@@ -1131,14 +1181,20 @@ class BottomNavigationItemComponent {
|
|
|
1131
1181
|
BottomNavigationItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BottomNavigationItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1132
1182
|
BottomNavigationItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: BottomNavigationItemComponent, selector: "[kendoBottomNavigationItem]", inputs: { itemTemplate: "itemTemplate", item: "item", index: "index", disabledComponent: "disabledComponent", selectedIdx: "selectedIdx", orientation: "orientation" }, host: { properties: { "attr.aria-disabled": "this.disabledClass", "class.k-disabled": "this.disabledClass", "class.k-hstack": "this.horizontalItemClass", "class.k-vstack": "this.verticalItemClass", "attr.aria-label": "this.label", "attr.tabindex": "this.tabindex", "attr.aria-selected": "this.selectedClass", "class.k-selected": "this.selectedClass" } }, ngImport: i0, template: `
|
|
1133
1183
|
<ng-container *ngIf="!itemTemplate">
|
|
1134
|
-
<
|
|
1184
|
+
<kendo-icon-wrapper *ngIf="itemIcon"
|
|
1185
|
+
class="k-bottom-nav-item-icon"
|
|
1186
|
+
[name]="item.icon"
|
|
1187
|
+
[customFontClass]="item.iconClass"
|
|
1188
|
+
[svgIcon]="item.svgIcon"
|
|
1189
|
+
>
|
|
1190
|
+
</kendo-icon-wrapper>
|
|
1135
1191
|
<span *ngIf="item.text" class="k-bottom-nav-item-text">{{item.text}}</span>
|
|
1136
1192
|
</ng-container>
|
|
1137
1193
|
<ng-template *ngIf="itemTemplate"
|
|
1138
1194
|
[ngTemplateOutlet]="itemTemplate?.templateRef"
|
|
1139
1195
|
[ngTemplateOutletContext]="{ $implicit: item }">
|
|
1140
1196
|
</ng-template>
|
|
1141
|
-
`, isInline: true,
|
|
1197
|
+
`, isInline: true, components: [{ type: i1$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
1142
1198
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BottomNavigationItemComponent, decorators: [{
|
|
1143
1199
|
type: Component,
|
|
1144
1200
|
args: [{
|
|
@@ -1146,7 +1202,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1146
1202
|
selector: '[kendoBottomNavigationItem]',
|
|
1147
1203
|
template: `
|
|
1148
1204
|
<ng-container *ngIf="!itemTemplate">
|
|
1149
|
-
<
|
|
1205
|
+
<kendo-icon-wrapper *ngIf="itemIcon"
|
|
1206
|
+
class="k-bottom-nav-item-icon"
|
|
1207
|
+
[name]="item.icon"
|
|
1208
|
+
[customFontClass]="item.iconClass"
|
|
1209
|
+
[svgIcon]="item.svgIcon"
|
|
1210
|
+
>
|
|
1211
|
+
</kendo-icon-wrapper>
|
|
1150
1212
|
<span *ngIf="item.text" class="k-bottom-nav-item-text">{{item.text}}</span>
|
|
1151
1213
|
</ng-container>
|
|
1152
1214
|
<ng-template *ngIf="itemTemplate"
|
|
@@ -1497,7 +1559,7 @@ BottomNavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
1497
1559
|
provide: L10N_PREFIX,
|
|
1498
1560
|
useValue: 'kendo.bottomnavigation'
|
|
1499
1561
|
}
|
|
1500
|
-
], queries: [{ propertyName: "itemTemplate", first: true, predicate: BottomNavigationItemTemplateDirective, descendants: true }], exportAs: ["kendoBottomNavigation"], ngImport: i0, template: "\n <ng-container *ngIf=\"items\">\n <span kendoBottomNavigationItem\n *ngFor=\"let item of items; let idx=index\"\n role=\"link\"\n class=\"k-bottom-nav-item\"\n [disabledComponent]=\"disabled\"\n [item]=\"item\"\n [index]=\"idx\"\n [selectedIdx]=\"selectedIdx\"\n [itemTemplate]=\"itemTemplate\"\n [attr.data-kendo-bottomnavigation-index]=\"idx\"\n [ngClass]=\"item.cssClass\"\n [ngStyle]=\"item.cssStyle\"\n [orientation]=\"itemFlow\">\n </span>\n </ng-container>\n ", isInline: true, components: [{ type: BottomNavigationItemComponent, selector: "[kendoBottomNavigationItem]", inputs: ["itemTemplate", "item", "index", "disabledComponent", "selectedIdx", "orientation"] }], directives: [{ type:
|
|
1562
|
+
], queries: [{ propertyName: "itemTemplate", first: true, predicate: BottomNavigationItemTemplateDirective, descendants: true }], exportAs: ["kendoBottomNavigation"], ngImport: i0, template: "\n <ng-container *ngIf=\"items\">\n <span kendoBottomNavigationItem\n *ngFor=\"let item of items; let idx=index\"\n role=\"link\"\n class=\"k-bottom-nav-item\"\n [disabledComponent]=\"disabled\"\n [item]=\"item\"\n [index]=\"idx\"\n [selectedIdx]=\"selectedIdx\"\n [itemTemplate]=\"itemTemplate\"\n [attr.data-kendo-bottomnavigation-index]=\"idx\"\n [ngClass]=\"item.cssClass\"\n [ngStyle]=\"item.cssStyle\"\n [orientation]=\"itemFlow\">\n </span>\n </ng-container>\n ", isInline: true, components: [{ type: BottomNavigationItemComponent, selector: "[kendoBottomNavigationItem]", inputs: ["itemTemplate", "item", "index", "disabledComponent", "selectedIdx", "orientation"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
1501
1563
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BottomNavigationComponent, decorators: [{
|
|
1502
1564
|
type: Component,
|
|
1503
1565
|
args: [{
|
|
@@ -1608,14 +1670,14 @@ const declarations$1 = [BottomNavigationItemComponent, ...exportedComponents];
|
|
|
1608
1670
|
class BottomNavigationModule {
|
|
1609
1671
|
}
|
|
1610
1672
|
BottomNavigationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BottomNavigationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1611
|
-
BottomNavigationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BottomNavigationModule, declarations: [BottomNavigationItemComponent, BottomNavigationComponent, BottomNavigationItemTemplateDirective], imports: [CommonModule], exports: [BottomNavigationComponent, BottomNavigationItemTemplateDirective] });
|
|
1612
|
-
BottomNavigationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BottomNavigationModule, imports: [[CommonModule]] });
|
|
1673
|
+
BottomNavigationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BottomNavigationModule, declarations: [BottomNavigationItemComponent, BottomNavigationComponent, BottomNavigationItemTemplateDirective], imports: [CommonModule, IconsModule], exports: [BottomNavigationComponent, BottomNavigationItemTemplateDirective] });
|
|
1674
|
+
BottomNavigationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BottomNavigationModule, imports: [[CommonModule, IconsModule]] });
|
|
1613
1675
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BottomNavigationModule, decorators: [{
|
|
1614
1676
|
type: NgModule,
|
|
1615
1677
|
args: [{
|
|
1616
1678
|
declarations: [declarations$1],
|
|
1617
1679
|
exports: [exportedComponents],
|
|
1618
|
-
imports: [CommonModule]
|
|
1680
|
+
imports: [CommonModule, IconsModule]
|
|
1619
1681
|
}]
|
|
1620
1682
|
}] });
|
|
1621
1683
|
|
|
@@ -1726,12 +1788,6 @@ class ActionSheetItemComponent {
|
|
|
1726
1788
|
}
|
|
1727
1789
|
manageIconClasses(item) {
|
|
1728
1790
|
const classes = ['k-actionsheet-item-icon'];
|
|
1729
|
-
if (item.icon) {
|
|
1730
|
-
classes.push(`k-icon k-i-${item.icon}`);
|
|
1731
|
-
}
|
|
1732
|
-
if (item.iconClass) {
|
|
1733
|
-
classes.push(`${item.iconClass}`);
|
|
1734
|
-
}
|
|
1735
1791
|
const isHexColor = isPresent(item.iconColor) && hexColorRegex.test(item.iconColor);
|
|
1736
1792
|
const isThemeColor = isPresent(item.iconColor) && item.iconColor !== '' && !isHexColor;
|
|
1737
1793
|
if (isThemeColor) {
|
|
@@ -1763,10 +1819,14 @@ ActionSheetItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
|
1763
1819
|
<ng-template #defaultTemplate>
|
|
1764
1820
|
<span class="k-actionsheet-action">
|
|
1765
1821
|
<span *ngIf="item.icon || item.iconClass" class="k-icon-wrap">
|
|
1766
|
-
<
|
|
1822
|
+
<kendo-icon-wrapper
|
|
1823
|
+
[name]="item.icon"
|
|
1824
|
+
[customFontClass]="item.iconClass"
|
|
1767
1825
|
[class]="manageIconClasses(item)"
|
|
1768
|
-
[
|
|
1769
|
-
|
|
1826
|
+
[svgIcon]="item.svgIcon"
|
|
1827
|
+
[style]="manageIconStyles(item)"
|
|
1828
|
+
>
|
|
1829
|
+
</kendo-icon-wrapper>
|
|
1770
1830
|
</span>
|
|
1771
1831
|
<span *ngIf="item.title || item.description" class="k-actionsheet-item-text">
|
|
1772
1832
|
<span *ngIf="item.title" class="k-actionsheet-item-title">{{item.title}}</span>
|
|
@@ -1774,7 +1834,7 @@ ActionSheetItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
|
1774
1834
|
</span>
|
|
1775
1835
|
</span>
|
|
1776
1836
|
</ng-template>
|
|
1777
|
-
`, isInline: true,
|
|
1837
|
+
`, isInline: true, components: [{ type: i1$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
1778
1838
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ActionSheetItemComponent, decorators: [{
|
|
1779
1839
|
type: Component,
|
|
1780
1840
|
args: [{
|
|
@@ -1790,10 +1850,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1790
1850
|
<ng-template #defaultTemplate>
|
|
1791
1851
|
<span class="k-actionsheet-action">
|
|
1792
1852
|
<span *ngIf="item.icon || item.iconClass" class="k-icon-wrap">
|
|
1793
|
-
<
|
|
1853
|
+
<kendo-icon-wrapper
|
|
1854
|
+
[name]="item.icon"
|
|
1855
|
+
[customFontClass]="item.iconClass"
|
|
1794
1856
|
[class]="manageIconClasses(item)"
|
|
1795
|
-
[
|
|
1796
|
-
|
|
1857
|
+
[svgIcon]="item.svgIcon"
|
|
1858
|
+
[style]="manageIconStyles(item)"
|
|
1859
|
+
>
|
|
1860
|
+
</kendo-icon-wrapper>
|
|
1797
1861
|
</span>
|
|
1798
1862
|
<span *ngIf="item.title || item.description" class="k-actionsheet-item-text">
|
|
1799
1863
|
<span *ngIf="item.title" class="k-actionsheet-item-title">{{item.title}}</span>
|
|
@@ -1859,7 +1923,7 @@ class ActionSheetListComponent {
|
|
|
1859
1923
|
}
|
|
1860
1924
|
}
|
|
1861
1925
|
ActionSheetListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ActionSheetListComponent, deps: [{ token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1862
|
-
ActionSheetListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ActionSheetListComponent, selector: "[kendoActionSheetList]", inputs: { groupItems: "groupItems", allItems: "allItems", itemTemplate: "itemTemplate" }, outputs: { itemClick: "itemClick" }, ngImport: i0, template: "\n <span *ngFor=\"let item of groupItems\" kendoActionSheetItem\n tabindex=\"0\"\n role=\"button\"\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 ", isInline: true, components: [{ type: ActionSheetItemComponent, selector: "[kendoActionSheetItem]", inputs: ["itemTemplate", "item"] }], directives: [{ type:
|
|
1926
|
+
ActionSheetListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ActionSheetListComponent, selector: "[kendoActionSheetList]", inputs: { groupItems: "groupItems", allItems: "allItems", itemTemplate: "itemTemplate" }, outputs: { itemClick: "itemClick" }, ngImport: i0, template: "\n <span *ngFor=\"let item of groupItems\" kendoActionSheetItem\n tabindex=\"0\"\n role=\"button\"\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 ", isInline: true, components: [{ type: ActionSheetItemComponent, selector: "[kendoActionSheetItem]", inputs: ["itemTemplate", "item"] }], directives: [{ type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
1863
1927
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ActionSheetListComponent, decorators: [{
|
|
1864
1928
|
type: Component,
|
|
1865
1929
|
args: [{
|
|
@@ -2090,7 +2154,7 @@ ActionSheetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
2090
2154
|
</div>
|
|
2091
2155
|
</div>
|
|
2092
2156
|
</div>
|
|
2093
|
-
`, isInline: true, components: [{ type: ActionSheetListComponent, selector: "[kendoActionSheetList]", inputs: ["groupItems", "allItems", "itemTemplate"], outputs: ["itemClick"] }], directives: [{ type:
|
|
2157
|
+
`, isInline: true, components: [{ type: ActionSheetListComponent, selector: "[kendoActionSheetList]", inputs: ["groupItems", "allItems", "itemTemplate"], outputs: ["itemClick"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
2094
2158
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ActionSheetComponent, decorators: [{
|
|
2095
2159
|
type: Component,
|
|
2096
2160
|
args: [{
|
|
@@ -2247,17 +2311,17 @@ ActionSheetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versi
|
|
|
2247
2311
|
ActionSheetListComponent, ActionSheetComponent, ActionSheetHeaderTemplateDirective,
|
|
2248
2312
|
ActionSheetItemTemplateDirective,
|
|
2249
2313
|
ActionSheetContentTemplateDirective,
|
|
2250
|
-
ActionSheetFooterTemplateDirective], imports: [CommonModule], exports: [ActionSheetComponent, ActionSheetHeaderTemplateDirective,
|
|
2314
|
+
ActionSheetFooterTemplateDirective], imports: [CommonModule, IconsModule], exports: [ActionSheetComponent, ActionSheetHeaderTemplateDirective,
|
|
2251
2315
|
ActionSheetItemTemplateDirective,
|
|
2252
2316
|
ActionSheetContentTemplateDirective,
|
|
2253
2317
|
ActionSheetFooterTemplateDirective] });
|
|
2254
|
-
ActionSheetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ActionSheetModule, imports: [[CommonModule]] });
|
|
2318
|
+
ActionSheetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ActionSheetModule, imports: [[CommonModule, IconsModule]] });
|
|
2255
2319
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ActionSheetModule, decorators: [{
|
|
2256
2320
|
type: NgModule,
|
|
2257
2321
|
args: [{
|
|
2258
2322
|
declarations: [declarations],
|
|
2259
2323
|
exports: [exportedModules],
|
|
2260
|
-
imports: [CommonModule]
|
|
2324
|
+
imports: [CommonModule, IconsModule]
|
|
2261
2325
|
}]
|
|
2262
2326
|
}] });
|
|
2263
2327
|
|