@progress/kendo-angular-layout 25.0.0-develop.2 → 25.0.0-develop.21
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/fesm2022/progress-kendo-angular-layout.mjs +332 -312
- package/index.d.ts +1 -0
- package/package-metadata.mjs +2 -2
- package/package.json +9 -9
|
@@ -7,7 +7,7 @@ import { Injectable, Directive, Optional, isDevMode, ContentChildren, ViewChildr
|
|
|
7
7
|
import * as i1 from '@progress/kendo-angular-l10n';
|
|
8
8
|
import { LocalizationService, L10N_PREFIX, ComponentMessages } from '@progress/kendo-angular-l10n';
|
|
9
9
|
import * as i1$1 from '@progress/kendo-angular-common';
|
|
10
|
-
import { Keys, getLicenseMessage, shouldShowValidationUI, normalizeKeys, WatermarkOverlayComponent, KENDO_WEBMCP_HOST, isDocumentAvailable, anyChanged, isObjectPresent, removeHTMLAttributes, parseAttributes, setHTMLAttributes, DraggableDirective, PreventableEvent as PreventableEvent$1, guid, ResizeSensorComponent, hasObservers, isPresent as isPresent$1, focusableSelector, isChanged } from '@progress/kendo-angular-common';
|
|
10
|
+
import { Keys, getLicenseMessage, shouldShowValidationUI, normalizeKeys, WatermarkOverlayComponent, KENDO_WEBMCP_HOST, provideComponentName, isDocumentAvailable, anyChanged, isObjectPresent, removeHTMLAttributes, parseAttributes, setHTMLAttributes, DraggableDirective, PreventableEvent as PreventableEvent$1, guid, ResizeSensorComponent, hasObservers, isPresent as isPresent$1, focusableSelector, isChanged } from '@progress/kendo-angular-common';
|
|
11
11
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
12
12
|
import * as i2 from '@angular/animations';
|
|
13
13
|
import { trigger, state, style, transition, animate, AUTO_STYLE } from '@angular/animations';
|
|
@@ -29,8 +29,8 @@ const packageMetadata = {
|
|
|
29
29
|
productName: 'Kendo UI for Angular',
|
|
30
30
|
productCode: 'KENDOUIANGULAR',
|
|
31
31
|
productCodes: ['KENDOUIANGULAR'],
|
|
32
|
-
publishDate:
|
|
33
|
-
version: '25.0.0-develop.
|
|
32
|
+
publishDate: 1785852494,
|
|
33
|
+
version: '25.0.0-develop.21',
|
|
34
34
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
35
35
|
};
|
|
36
36
|
|
|
@@ -100,10 +100,10 @@ class PanelBarService {
|
|
|
100
100
|
this.keepContent$ = this.keepContentSource.asObservable();
|
|
101
101
|
this.pbId = nextPanelbarId++;
|
|
102
102
|
}
|
|
103
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
104
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
103
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: PanelBarService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
104
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: PanelBarService });
|
|
105
105
|
}
|
|
106
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
106
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: PanelBarService, decorators: [{
|
|
107
107
|
type: Injectable
|
|
108
108
|
}], ctorParameters: () => [] });
|
|
109
109
|
|
|
@@ -127,10 +127,10 @@ class PanelBarContentDirective {
|
|
|
127
127
|
constructor(templateRef) {
|
|
128
128
|
this.templateRef = templateRef;
|
|
129
129
|
}
|
|
130
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
131
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
130
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: PanelBarContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
131
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: PanelBarContentDirective, isStandalone: true, selector: "[kendoPanelBarContent]", ngImport: i0 });
|
|
132
132
|
}
|
|
133
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
133
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: PanelBarContentDirective, decorators: [{
|
|
134
134
|
type: Directive,
|
|
135
135
|
args: [{
|
|
136
136
|
selector: "[kendoPanelBarContent]",
|
|
@@ -162,10 +162,10 @@ class PanelBarItemTitleDirective {
|
|
|
162
162
|
constructor(templateRef) {
|
|
163
163
|
this.templateRef = templateRef;
|
|
164
164
|
}
|
|
165
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
166
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
165
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: PanelBarItemTitleDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
166
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: PanelBarItemTitleDirective, isStandalone: true, selector: "[kendoPanelBarItemTitle]", ngImport: i0 });
|
|
167
167
|
}
|
|
168
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
168
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: PanelBarItemTitleDirective, decorators: [{
|
|
169
169
|
type: Directive,
|
|
170
170
|
args: [{
|
|
171
171
|
selector: '[kendoPanelBarItemTitle]',
|
|
@@ -431,7 +431,7 @@ class PanelBarItemComponent {
|
|
|
431
431
|
return !this.disabled && (this.selected || this.expanded);
|
|
432
432
|
}
|
|
433
433
|
get ariaDisabled() {
|
|
434
|
-
return this.disabled
|
|
434
|
+
return this.disabled || null;
|
|
435
435
|
}
|
|
436
436
|
get headerClass() {
|
|
437
437
|
return this.parent ? null : true;
|
|
@@ -609,8 +609,8 @@ class PanelBarItemComponent {
|
|
|
609
609
|
onWrapperFocusChange(focused) {
|
|
610
610
|
this.wrapperFocused = focused;
|
|
611
611
|
}
|
|
612
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
613
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
612
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: PanelBarItemComponent, deps: [{ token: PanelBarItemComponent, host: true, optional: true, skipSelf: true }, { token: PanelBarService }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
613
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: PanelBarItemComponent, isStandalone: true, selector: "kendo-panelbar-item", inputs: { title: "title", id: "id", icon: "icon", iconClass: "iconClass", svgIcon: "svgIcon", imageUrl: "imageUrl", disabled: "disabled", expanded: "expanded", selected: "selected", content: "content", items: "items", template: "template" }, host: { properties: { "attr.role": "this.role", "attr.title": "this.titleAttribute", "class.k-panelbar-item": "this.kItemClass", "class.k-expanded": "this.kStateExpandedClass", "id": "this.itemId", "attr.aria-expanded": "this.ariaExpanded", "attr.aria-selected": "this.ariaSelected", "attr.aria-disabled": "this.ariaDisabled", "class.k-panelbar-header": "this.headerClass" } }, queries: [{ propertyName: "contentItems", predicate: PanelBarItemComponent }, { propertyName: "contentTemplate", predicate: PanelBarContentDirective }, { propertyName: "titleTemplates", predicate: PanelBarItemTitleDirective }], viewQueries: [{ propertyName: "header", first: true, predicate: ["header"], descendants: true }, { propertyName: "contentWrapper", first: true, predicate: ["contentWrapper"], descendants: true }, { propertyName: "viewChildItems", predicate: PanelBarItemComponent, descendants: true }], exportAs: ["kendoPanelbarItem"], ngImport: i0, template: `
|
|
614
614
|
<span
|
|
615
615
|
#header
|
|
616
616
|
[class.k-link]="true"
|
|
@@ -766,7 +766,7 @@ class PanelBarItemComponent {
|
|
|
766
766
|
])
|
|
767
767
|
], deferBlockDependencies: [() => [PanelBarItemComponent, NgTemplateOutlet]] });
|
|
768
768
|
}
|
|
769
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
769
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: PanelBarItemComponent, decorators: [{
|
|
770
770
|
type: Component,
|
|
771
771
|
args: [{
|
|
772
772
|
animations: [
|
|
@@ -1026,10 +1026,10 @@ class PanelBarItemTemplateDirective {
|
|
|
1026
1026
|
constructor(templateRef) {
|
|
1027
1027
|
this.templateRef = templateRef;
|
|
1028
1028
|
}
|
|
1029
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1030
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
1029
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: PanelBarItemTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1030
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: PanelBarItemTemplateDirective, isStandalone: true, selector: "[kendoPanelBarItemTemplate]", ngImport: i0 });
|
|
1031
1031
|
}
|
|
1032
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1032
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: PanelBarItemTemplateDirective, decorators: [{
|
|
1033
1033
|
type: Directive,
|
|
1034
1034
|
args: [{
|
|
1035
1035
|
selector: '[kendoPanelBarItemTemplate]',
|
|
@@ -1652,14 +1652,15 @@ class PanelBarComponent {
|
|
|
1652
1652
|
});
|
|
1653
1653
|
return flattedItems;
|
|
1654
1654
|
}
|
|
1655
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1656
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
1655
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: PanelBarComponent, deps: [{ token: i0.ElementRef }, { token: PanelBarService }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1656
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: PanelBarComponent, isStandalone: true, selector: "kendo-panelbar", inputs: { expandMode: "expandMode", selectable: "selectable", animate: "animate", height: "height", keepItemContent: "keepItemContent", items: "items" }, outputs: { stateChange: "stateChange", select: "select", expand: "expand", collapse: "collapse", itemClick: "itemClick" }, host: { listeners: { "click": "onComponentClick($event)", "focus": "onComponentFocus()", "blur": "onComponentBlur()", "keydown": "onComponentKeyDown($event)" }, properties: { "class.k-panelbar": "this.hostClasses", "attr.tabIndex": "this.tabIndex", "attr.role": "this.role", "attr.aria-activedescendant": "this.activeDescendant", "style.height": "this.hostHeight", "style.overflow": "this.overflow", "attr.dir": "this.dir" } }, providers: [
|
|
1657
1657
|
PanelBarService,
|
|
1658
1658
|
LocalizationService,
|
|
1659
1659
|
{
|
|
1660
1660
|
provide: L10N_PREFIX,
|
|
1661
1661
|
useValue: 'kendo.panelbar'
|
|
1662
1662
|
},
|
|
1663
|
+
provideComponentName('panelbar'),
|
|
1663
1664
|
{ provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => PanelBarComponent) }
|
|
1664
1665
|
], queries: [{ propertyName: "template", first: true, predicate: PanelBarItemTemplateDirective, descendants: true }, { propertyName: "contentItems", predicate: PanelBarItemComponent, descendants: true }, { propertyName: "contentChildItems", predicate: PanelBarItemComponent }], viewQueries: [{ propertyName: "viewChildItems", predicate: PanelBarItemComponent, descendants: true }], exportAs: ["kendoPanelbar"], usesOnChanges: true, ngImport: i0, template: `
|
|
1665
1666
|
@if (contentChildItems && !items) {
|
|
@@ -1692,7 +1693,7 @@ class PanelBarComponent {
|
|
|
1692
1693
|
}
|
|
1693
1694
|
`, isInline: true, dependencies: [{ kind: "component", type: PanelBarItemComponent, selector: "kendo-panelbar-item", inputs: ["title", "id", "icon", "iconClass", "svgIcon", "imageUrl", "disabled", "expanded", "selected", "content", "items", "template"], exportAs: ["kendoPanelbarItem"] }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay], kendo-watermark-overlay", inputs: ["licenseMessage"] }] });
|
|
1694
1695
|
}
|
|
1695
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1696
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: PanelBarComponent, decorators: [{
|
|
1696
1697
|
type: Component,
|
|
1697
1698
|
args: [{
|
|
1698
1699
|
exportAs: 'kendoPanelbar',
|
|
@@ -1703,6 +1704,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
1703
1704
|
provide: L10N_PREFIX,
|
|
1704
1705
|
useValue: 'kendo.panelbar'
|
|
1705
1706
|
},
|
|
1707
|
+
provideComponentName('panelbar'),
|
|
1706
1708
|
{ provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => PanelBarComponent) }
|
|
1707
1709
|
],
|
|
1708
1710
|
selector: 'kendo-panelbar',
|
|
@@ -2042,10 +2044,10 @@ class SplitterService {
|
|
|
2042
2044
|
this.zone.run(() => emitter.emit(args));
|
|
2043
2045
|
}
|
|
2044
2046
|
}
|
|
2045
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2046
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
2047
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SplitterService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2048
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SplitterService });
|
|
2047
2049
|
}
|
|
2048
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2050
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SplitterService, decorators: [{
|
|
2049
2051
|
type: Injectable
|
|
2050
2052
|
}], ctorParameters: () => [{ type: i0.NgZone }] });
|
|
2051
2053
|
|
|
@@ -2323,8 +2325,8 @@ class SplitterPaneComponent {
|
|
|
2323
2325
|
this.renderer.removeClass(this.nativeElement, 'k-pane-static');
|
|
2324
2326
|
}
|
|
2325
2327
|
}
|
|
2326
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2327
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
2328
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SplitterPaneComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: SplitterService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2329
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: SplitterPaneComponent, isStandalone: true, selector: "kendo-splitter-pane", inputs: { order: "order", size: "size", splitterBarAttributes: "splitterBarAttributes", splitterBarClass: "splitterBarClass", min: "min", max: "max", resizable: "resizable", collapsible: "collapsible", scrollable: "scrollable", collapsed: "collapsed", orientation: "orientation", containsSplitter: "containsSplitter", overlayContent: "overlayContent" }, outputs: { sizeChange: "sizeChange", collapsedChange: "collapsedChange" }, host: { properties: { "attr.role": "this.ariaRole", "class.k-pane": "this.hostClass", "class.k-scrollable": "this.scrollablePaneClass" } }, exportAs: ["kendoSplitterPane"], usesOnChanges: true, ngImport: i0, template: `
|
|
2328
2330
|
@if (!collapsed) {
|
|
2329
2331
|
<ng-content></ng-content>
|
|
2330
2332
|
}
|
|
@@ -2333,7 +2335,7 @@ class SplitterPaneComponent {
|
|
|
2333
2335
|
}
|
|
2334
2336
|
`, isInline: true });
|
|
2335
2337
|
}
|
|
2336
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2338
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SplitterPaneComponent, decorators: [{
|
|
2337
2339
|
type: Component,
|
|
2338
2340
|
args: [{
|
|
2339
2341
|
exportAs: 'kendoSplitterPane',
|
|
@@ -2626,8 +2628,8 @@ class SplitterBarComponent {
|
|
|
2626
2628
|
const attributesToRender = { ...this.mutableAttributes, ...this.parsedAttributes };
|
|
2627
2629
|
setHTMLAttributes(attributesToRender, this.renderer, this.element.nativeElement);
|
|
2628
2630
|
}
|
|
2629
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2630
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
2631
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SplitterBarComponent, deps: [{ token: i1$1.DraggableDirective, host: true }, { token: i1.LocalizationService }, { token: SplitterService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
2632
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: SplitterBarComponent, isStandalone: true, selector: "kendo-splitter-bar", inputs: { orientation: "orientation", index: "index", htmlAttributes: "htmlAttributes" }, host: { properties: { "attr.role": "this.ariaRole", "attr.aria-label": "this.ariaLabel", "class.k-focus": "this.focused", "attr.aria-orientation": "this.hostOrientation", "attr.aria-keyshortcuts": "this.ariaKeyShortcuts", "attr.tabindex": "this.tabIndex", "class": "this.hostClasses", "style.-ms-flex-order": "this.order", "style.order": "this.order" } }, ngImport: i0, template: `
|
|
2631
2633
|
@if (shouldShowIcon('prev')) {
|
|
2632
2634
|
<div class="k-collapse-prev" (click)="togglePrevious()">
|
|
2633
2635
|
<kendo-icon-wrapper
|
|
@@ -2649,7 +2651,7 @@ class SplitterBarComponent {
|
|
|
2649
2651
|
}
|
|
2650
2652
|
`, isInline: true, dependencies: [{ kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
2651
2653
|
}
|
|
2652
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2654
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SplitterBarComponent, decorators: [{
|
|
2653
2655
|
type: Component,
|
|
2654
2656
|
args: [{
|
|
2655
2657
|
selector: 'kendo-splitter-bar',
|
|
@@ -2894,14 +2896,15 @@ class SplitterComponent {
|
|
|
2894
2896
|
setFixedHeight() {
|
|
2895
2897
|
this.splitterService.fixedHeight = getComputedStyle(this.element.nativeElement).getPropertyValue('height') !== 'auto';
|
|
2896
2898
|
}
|
|
2897
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2898
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
2899
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SplitterComponent, deps: [{ token: i0.ElementRef }, { token: SplitterService }, { token: i1.LocalizationService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: SplitterPaneComponent, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
2900
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: SplitterComponent, isStandalone: true, selector: "kendo-splitter", inputs: { orientation: "orientation", splitbarWidth: "splitbarWidth", resizeStep: "resizeStep", splitterBarClass: "splitterBarClass" }, outputs: { layoutChange: "layoutChange" }, host: { properties: { "class.k-splitter": "this.hostClasses", "class.k-splitter-flex": "this.hostClasses", "class.k-splitter-horizontal": "this.horizontalHostClasses", "class.k-splitter-vertical": "this.verticalHostClasses", "attr.dir": "this.dir" } }, providers: [
|
|
2899
2901
|
SplitterService,
|
|
2900
2902
|
LocalizationService,
|
|
2901
2903
|
{
|
|
2902
2904
|
provide: L10N_PREFIX,
|
|
2903
2905
|
useValue: 'kendo.spliter'
|
|
2904
|
-
}
|
|
2906
|
+
},
|
|
2907
|
+
provideComponentName('splitter')
|
|
2905
2908
|
], queries: [{ propertyName: "panes", predicate: SplitterPaneComponent }], viewQueries: [{ propertyName: "splitbars", predicate: SplitterBarComponent, descendants: true }], exportAs: ["kendoSplitter"], usesOnChanges: true, ngImport: i0, template: `
|
|
2906
2909
|
<ng-content select="kendo-splitter-pane"></ng-content>
|
|
2907
2910
|
@for (
|
|
@@ -2922,7 +2925,7 @@ class SplitterComponent {
|
|
|
2922
2925
|
}
|
|
2923
2926
|
`, isInline: true, dependencies: [{ kind: "component", type: SplitterBarComponent, selector: "kendo-splitter-bar", inputs: ["orientation", "index", "htmlAttributes"] }, { kind: "directive", type: DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
2924
2927
|
}
|
|
2925
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2928
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SplitterComponent, decorators: [{
|
|
2926
2929
|
type: Component,
|
|
2927
2930
|
args: [{
|
|
2928
2931
|
exportAs: 'kendoSplitter',
|
|
@@ -2933,7 +2936,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
2933
2936
|
{
|
|
2934
2937
|
provide: L10N_PREFIX,
|
|
2935
2938
|
useValue: 'kendo.spliter'
|
|
2936
|
-
}
|
|
2939
|
+
},
|
|
2940
|
+
provideComponentName('splitter')
|
|
2937
2941
|
],
|
|
2938
2942
|
template: `
|
|
2939
2943
|
<ng-content select="kendo-splitter-pane"></ng-content>
|
|
@@ -3020,10 +3024,10 @@ class TabContentDirective {
|
|
|
3020
3024
|
constructor(templateRef) {
|
|
3021
3025
|
this.templateRef = templateRef;
|
|
3022
3026
|
}
|
|
3023
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3024
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
3027
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TabContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3028
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: TabContentDirective, isStandalone: true, selector: "[kendoTabContent]", ngImport: i0 });
|
|
3025
3029
|
}
|
|
3026
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3030
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TabContentDirective, decorators: [{
|
|
3027
3031
|
type: Directive,
|
|
3028
3032
|
args: [{
|
|
3029
3033
|
selector: '[kendoTabContent]',
|
|
@@ -3052,10 +3056,10 @@ class TabTitleDirective {
|
|
|
3052
3056
|
constructor(templateRef) {
|
|
3053
3057
|
this.templateRef = templateRef;
|
|
3054
3058
|
}
|
|
3055
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3056
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
3059
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TabTitleDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3060
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: TabTitleDirective, isStandalone: true, selector: "[kendoTabTitle]", ngImport: i0 });
|
|
3057
3061
|
}
|
|
3058
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3062
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TabTitleDirective, decorators: [{
|
|
3059
3063
|
type: Directive,
|
|
3060
3064
|
args: [{
|
|
3061
3065
|
selector: '[kendoTabTitle]',
|
|
@@ -3071,10 +3075,10 @@ class TabTemplateDirective {
|
|
|
3071
3075
|
constructor(templateRef) {
|
|
3072
3076
|
this.templateRef = templateRef;
|
|
3073
3077
|
}
|
|
3074
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3075
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
3078
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TabTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3079
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: TabTemplateDirective, isStandalone: true, selector: "[kendoTabTemplate]", ngImport: i0 });
|
|
3076
3080
|
}
|
|
3077
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3081
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TabTemplateDirective, decorators: [{
|
|
3078
3082
|
type: Directive,
|
|
3079
3083
|
args: [{
|
|
3080
3084
|
selector: '[kendoTabTemplate]',
|
|
@@ -3164,10 +3168,10 @@ class TabStripTabComponent {
|
|
|
3164
3168
|
* immediately selected
|
|
3165
3169
|
*/
|
|
3166
3170
|
focused = false;
|
|
3167
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3168
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
3171
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TabStripTabComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3172
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: TabStripTabComponent, isStandalone: true, selector: "kendo-tabstrip-tab", inputs: { title: "title", disabled: "disabled", cssClass: "cssClass", cssStyle: "cssStyle", selected: "selected", closable: "closable", closeIcon: "closeIcon", closeIconClass: "closeIconClass", closeSVGIcon: "closeSVGIcon" }, queries: [{ propertyName: "_tabDirective", predicate: TabTemplateDirective }, { propertyName: "_tabContent", predicate: TabContentDirective }, { propertyName: "_tabTitleDirective", predicate: TabTitleDirective }], exportAs: ["kendoTabStripTab"], ngImport: i0, template: ``, isInline: true });
|
|
3169
3173
|
}
|
|
3170
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3174
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TabStripTabComponent, decorators: [{
|
|
3171
3175
|
type: Component,
|
|
3172
3176
|
args: [{
|
|
3173
3177
|
exportAs: 'kendoTabStripTab',
|
|
@@ -3520,10 +3524,10 @@ class TabStripService {
|
|
|
3520
3524
|
}
|
|
3521
3525
|
return selectedIndex + 1;
|
|
3522
3526
|
}
|
|
3523
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3524
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
3527
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TabStripService, deps: [{ token: i1.LocalizationService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3528
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TabStripService });
|
|
3525
3529
|
}
|
|
3526
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3530
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TabStripService, decorators: [{
|
|
3527
3531
|
type: Injectable
|
|
3528
3532
|
}], ctorParameters: () => [{ type: i1.LocalizationService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }] });
|
|
3529
3533
|
|
|
@@ -3711,10 +3715,10 @@ class ScrollService {
|
|
|
3711
3715
|
this.scrollButtonActiveStateChange.next({ buttonType, active });
|
|
3712
3716
|
}
|
|
3713
3717
|
isDisabled = (buttonType) => this.owner[`${buttonType}ScrollButton`]?.host.nativeElement.classList.contains('k-disabled');
|
|
3714
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3715
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
3718
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ScrollService, deps: [{ token: i0.NgZone }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3719
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ScrollService });
|
|
3716
3720
|
}
|
|
3717
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3721
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ScrollService, decorators: [{
|
|
3718
3722
|
type: Injectable
|
|
3719
3723
|
}], ctorParameters: () => [{ type: i0.NgZone }, { type: i1.LocalizationService }] });
|
|
3720
3724
|
|
|
@@ -3745,6 +3749,7 @@ class TabStripScrollableButtonComponent {
|
|
|
3745
3749
|
renderer;
|
|
3746
3750
|
ngZone;
|
|
3747
3751
|
localization;
|
|
3752
|
+
ariaHidden = true;
|
|
3748
3753
|
get prevClass() {
|
|
3749
3754
|
return this.prev;
|
|
3750
3755
|
}
|
|
@@ -3871,8 +3876,8 @@ class TabStripScrollableButtonComponent {
|
|
|
3871
3876
|
this.tabScroll.emit(scrollEvent);
|
|
3872
3877
|
return scrollEvent;
|
|
3873
3878
|
}
|
|
3874
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3875
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
3879
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TabStripScrollableButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3880
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: TabStripScrollableButtonComponent, isStandalone: true, selector: "[kendoTabStripScrollableButton]", inputs: { prev: "prev", tabPosition: "tabPosition", scrollable: "scrollable" }, outputs: { tabScroll: "tabScroll", onClick: "onClick" }, host: { properties: { "attr.aria-hidden": "this.ariaHidden", "class.k-tabstrip-prev": "this.prevClass", "class.k-tabstrip-next": "this.nextClass" } }, ngImport: i0, template: `
|
|
3876
3881
|
<kendo-icon-wrapper
|
|
3877
3882
|
[name]="iconClass"
|
|
3878
3883
|
[customFontClass]="customIconClass"
|
|
@@ -3882,7 +3887,7 @@ class TabStripScrollableButtonComponent {
|
|
|
3882
3887
|
</kendo-icon-wrapper>
|
|
3883
3888
|
`, isInline: true, dependencies: [{ kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
3884
3889
|
}
|
|
3885
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3890
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TabStripScrollableButtonComponent, decorators: [{
|
|
3886
3891
|
type: Component,
|
|
3887
3892
|
args: [{
|
|
3888
3893
|
template: `
|
|
@@ -3898,7 +3903,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
3898
3903
|
standalone: true,
|
|
3899
3904
|
imports: [IconWrapperComponent]
|
|
3900
3905
|
}]
|
|
3901
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i1.LocalizationService }], propDecorators: {
|
|
3906
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i1.LocalizationService }], propDecorators: { ariaHidden: [{
|
|
3907
|
+
type: HostBinding,
|
|
3908
|
+
args: ['attr.aria-hidden']
|
|
3909
|
+
}], prevClass: [{
|
|
3902
3910
|
type: HostBinding,
|
|
3903
3911
|
args: ['class.k-tabstrip-prev']
|
|
3904
3912
|
}], nextClass: [{
|
|
@@ -3930,7 +3938,7 @@ class TabComponent {
|
|
|
3930
3938
|
tabClose = new EventEmitter();
|
|
3931
3939
|
hostClasses = true;
|
|
3932
3940
|
get activeClass() {
|
|
3933
|
-
return this.tab.selected;
|
|
3941
|
+
return this.tab.selected || null;
|
|
3934
3942
|
}
|
|
3935
3943
|
get disabledClass() {
|
|
3936
3944
|
return this.tab.disabled || null;
|
|
@@ -3985,8 +3993,8 @@ class TabComponent {
|
|
|
3985
3993
|
const closeArgs = new TabCloseEvent(index, this.tab);
|
|
3986
3994
|
this.tabClose.emit(closeArgs);
|
|
3987
3995
|
}
|
|
3988
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3989
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
3996
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TabComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3997
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: TabComponent, isStandalone: true, selector: "[kendoTabStripTab]", inputs: { tab: "tab", index: "index", tabStripClosable: "tabStripClosable", tabStripCloseIcon: "tabStripCloseIcon", customTabstripCloseIcon: "customTabstripCloseIcon", closeSVGIcon: "closeSVGIcon" }, outputs: { tabClose: "tabClose" }, host: { properties: { "class.k-tabstrip-item": "this.hostClasses", "attr.aria-selected": "this.activeClass", "class.k-active": "this.activeClass", "attr.aria-disabled": "this.disabledClass", "class.k-disabled": "this.disabledClass", "class.k-focus": "this.focusedClass", "attr.tabindex": "this.tabIndex" } }, ngImport: i0, template: `
|
|
3990
3998
|
@if (!tab.tabTemplate) {
|
|
3991
3999
|
@if (!tab.tabTitle) {
|
|
3992
4000
|
<span class="k-link">
|
|
@@ -4014,7 +4022,7 @@ class TabComponent {
|
|
|
4014
4022
|
}
|
|
4015
4023
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
4016
4024
|
}
|
|
4017
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4025
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TabComponent, decorators: [{
|
|
4018
4026
|
type: Component,
|
|
4019
4027
|
args: [{
|
|
4020
4028
|
selector: '[kendoTabStripTab]',
|
|
@@ -4101,10 +4109,10 @@ class TabStripMessages extends ComponentMessages {
|
|
|
4101
4109
|
* Sets the title for the **Next Tab** button when the TabStrip is scrollable.
|
|
4102
4110
|
*/
|
|
4103
4111
|
nextTabButton;
|
|
4104
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4105
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
4112
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TabStripMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
4113
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: TabStripMessages, isStandalone: true, selector: "kendo-tabstrip-messages-base", inputs: { closeTitle: "closeTitle", previousTabButton: "previousTabButton", nextTabButton: "nextTabButton" }, usesInheritance: true, ngImport: i0 });
|
|
4106
4114
|
}
|
|
4107
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4115
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TabStripMessages, decorators: [{
|
|
4108
4116
|
type: Directive,
|
|
4109
4117
|
args: [{
|
|
4110
4118
|
selector: 'kendo-tabstrip-messages-base'
|
|
@@ -4126,15 +4134,15 @@ class LocalizedTabStripMessagesDirective extends TabStripMessages {
|
|
|
4126
4134
|
super();
|
|
4127
4135
|
this.service = service;
|
|
4128
4136
|
}
|
|
4129
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4130
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
4137
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LocalizedTabStripMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4138
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: LocalizedTabStripMessagesDirective, isStandalone: true, selector: "[kendoTabStripLocalizedMessages]", providers: [
|
|
4131
4139
|
{
|
|
4132
4140
|
provide: TabStripMessages,
|
|
4133
4141
|
useExisting: forwardRef(() => LocalizedTabStripMessagesDirective)
|
|
4134
4142
|
}
|
|
4135
4143
|
], usesInheritance: true, ngImport: i0 });
|
|
4136
4144
|
}
|
|
4137
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4145
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LocalizedTabStripMessagesDirective, decorators: [{
|
|
4138
4146
|
type: Directive,
|
|
4139
4147
|
args: [{
|
|
4140
4148
|
providers: [
|
|
@@ -4630,8 +4638,8 @@ class TabStripComponent {
|
|
|
4630
4638
|
this.renderer.addClass(wrapper, 'k-tabstrip-scrollable-end');
|
|
4631
4639
|
}
|
|
4632
4640
|
}
|
|
4633
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4634
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
4641
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TabStripComponent, deps: [{ token: i1.LocalizationService }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: TabStripService }, { token: ScrollService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4642
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: TabStripComponent, isStandalone: true, selector: "kendo-tabstrip", inputs: { height: "height", animate: "animate", tabAlignment: "tabAlignment", tabPosition: "tabPosition", keepTabContent: "keepTabContent", closable: "closable", scrollable: "scrollable", size: "size", closeIcon: "closeIcon", closeIconClass: "closeIconClass", closeSVGIcon: "closeSVGIcon", showContentArea: "showContentArea" }, outputs: { tabSelect: "tabSelect", tabClose: "tabClose", tabScroll: "tabScroll" }, host: { properties: { "class.k-tabstrip": "this.hostClasses", "class.k-tabstrip-top": "this.tabsAtTop", "class.k-tabstrip-right": "this.tabsAtRight", "class.k-tabstrip-bottom": "this.tabsAtBottom", "class.k-tabstrip-left": "this.tabsAtLeft", "attr.dir": "this.dir", "class.k-tabstrip-scrollable": "this.tabStripScrollable", "class.k-tabstrip-scrollable-overlay": "this.tabStripScrollableOverlay" } }, providers: [
|
|
4635
4643
|
TabStripService,
|
|
4636
4644
|
ScrollService,
|
|
4637
4645
|
LocalizationService,
|
|
@@ -4639,6 +4647,7 @@ class TabStripComponent {
|
|
|
4639
4647
|
provide: L10N_PREFIX,
|
|
4640
4648
|
useValue: 'kendo.tabstrip'
|
|
4641
4649
|
},
|
|
4650
|
+
provideComponentName('tabstrip'),
|
|
4642
4651
|
{ provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => TabStripComponent) }
|
|
4643
4652
|
], queries: [{ propertyName: "tabs", predicate: TabStripTabComponent }], viewQueries: [{ propertyName: "tablist", first: true, predicate: ["tablist"], descendants: true }, { propertyName: "prevScrollButton", first: true, predicate: ["prevScrollButton"], descendants: true }, { propertyName: "nextScrollButton", first: true, predicate: ["nextScrollButton"], descendants: true }, { propertyName: "tabHeaderContainers", predicate: ["tabHeaderContainer"], descendants: true, read: ElementRef }], exportAs: ["kendoTabStrip"], usesOnChanges: true, ngImport: i0, template: `
|
|
4644
4653
|
<ng-container kendoTabStripLocalizedMessages
|
|
@@ -4677,7 +4686,7 @@ class TabStripComponent {
|
|
|
4677
4686
|
[prev]="true"
|
|
4678
4687
|
[title]="localization.get('previousTabButton')"
|
|
4679
4688
|
(tabScroll)="tabScroll.emit($event)"
|
|
4680
|
-
class="k-icon-button k-button k-button-flat
|
|
4689
|
+
class="k-icon-button k-button k-button-flat"
|
|
4681
4690
|
[ngClass]="{
|
|
4682
4691
|
'k-button-sm': size === 'small',
|
|
4683
4692
|
'k-button-md': size === 'medium',
|
|
@@ -4695,7 +4704,7 @@ class TabStripComponent {
|
|
|
4695
4704
|
[prev]="false"
|
|
4696
4705
|
[title]="localization.get('nextTabButton')"
|
|
4697
4706
|
(tabScroll)="tabScroll.emit($event)"
|
|
4698
|
-
class="k-icon-button k-button k-button-flat
|
|
4707
|
+
class="k-icon-button k-button k-button-flat"
|
|
4699
4708
|
[ngClass]="{
|
|
4700
4709
|
'k-button-sm': size === 'small',
|
|
4701
4710
|
'k-button-md': size === 'medium',
|
|
@@ -4746,7 +4755,7 @@ class TabStripComponent {
|
|
|
4746
4755
|
[prev]="true"
|
|
4747
4756
|
[title]="localization.get('previousTabButton')"
|
|
4748
4757
|
(tabScroll)="tabScroll.emit($event)"
|
|
4749
|
-
class="k-icon-button k-button k-button-flat
|
|
4758
|
+
class="k-icon-button k-button k-button-flat"
|
|
4750
4759
|
[ngClass]="{
|
|
4751
4760
|
'k-button-sm': size === 'small',
|
|
4752
4761
|
'k-button-md': size === 'medium',
|
|
@@ -4764,7 +4773,7 @@ class TabStripComponent {
|
|
|
4764
4773
|
[prev]="false"
|
|
4765
4774
|
[title]="localization.get('nextTabButton')"
|
|
4766
4775
|
(tabScroll)="tabScroll.emit($event)"
|
|
4767
|
-
class="k-icon-button k-button k-button-flat
|
|
4776
|
+
class="k-icon-button k-button k-button-flat"
|
|
4768
4777
|
[ngClass]="{
|
|
4769
4778
|
'k-button-sm': size === 'small',
|
|
4770
4779
|
'k-button-md': size === 'medium',
|
|
@@ -4810,7 +4819,7 @@ class TabStripComponent {
|
|
|
4810
4819
|
])
|
|
4811
4820
|
], deferBlockDependencies: [() => [NgTemplateOutlet, NgClass]] });
|
|
4812
4821
|
}
|
|
4813
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4822
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TabStripComponent, decorators: [{
|
|
4814
4823
|
type: Component,
|
|
4815
4824
|
args: [{
|
|
4816
4825
|
animations: [
|
|
@@ -4830,6 +4839,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
4830
4839
|
provide: L10N_PREFIX,
|
|
4831
4840
|
useValue: 'kendo.tabstrip'
|
|
4832
4841
|
},
|
|
4842
|
+
provideComponentName('tabstrip'),
|
|
4833
4843
|
{ provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => TabStripComponent) }
|
|
4834
4844
|
],
|
|
4835
4845
|
exportAs: 'kendoTabStrip',
|
|
@@ -4871,7 +4881,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
4871
4881
|
[prev]="true"
|
|
4872
4882
|
[title]="localization.get('previousTabButton')"
|
|
4873
4883
|
(tabScroll)="tabScroll.emit($event)"
|
|
4874
|
-
class="k-icon-button k-button k-button-flat
|
|
4884
|
+
class="k-icon-button k-button k-button-flat"
|
|
4875
4885
|
[ngClass]="{
|
|
4876
4886
|
'k-button-sm': size === 'small',
|
|
4877
4887
|
'k-button-md': size === 'medium',
|
|
@@ -4889,7 +4899,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
4889
4899
|
[prev]="false"
|
|
4890
4900
|
[title]="localization.get('nextTabButton')"
|
|
4891
4901
|
(tabScroll)="tabScroll.emit($event)"
|
|
4892
|
-
class="k-icon-button k-button k-button-flat
|
|
4902
|
+
class="k-icon-button k-button k-button-flat"
|
|
4893
4903
|
[ngClass]="{
|
|
4894
4904
|
'k-button-sm': size === 'small',
|
|
4895
4905
|
'k-button-md': size === 'medium',
|
|
@@ -4940,7 +4950,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
4940
4950
|
[prev]="true"
|
|
4941
4951
|
[title]="localization.get('previousTabButton')"
|
|
4942
4952
|
(tabScroll)="tabScroll.emit($event)"
|
|
4943
|
-
class="k-icon-button k-button k-button-flat
|
|
4953
|
+
class="k-icon-button k-button k-button-flat"
|
|
4944
4954
|
[ngClass]="{
|
|
4945
4955
|
'k-button-sm': size === 'small',
|
|
4946
4956
|
'k-button-md': size === 'medium',
|
|
@@ -4958,7 +4968,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
4958
4968
|
[prev]="false"
|
|
4959
4969
|
[title]="localization.get('nextTabButton')"
|
|
4960
4970
|
(tabScroll)="tabScroll.emit($event)"
|
|
4961
|
-
class="k-icon-button k-button k-button-flat
|
|
4971
|
+
class="k-icon-button k-button k-button-flat"
|
|
4962
4972
|
[ngClass]="{
|
|
4963
4973
|
'k-button-sm': size === 'small',
|
|
4964
4974
|
'k-button-md': size === 'medium',
|
|
@@ -5091,15 +5101,15 @@ class TabStripCustomMessagesComponent extends TabStripMessages {
|
|
|
5091
5101
|
get override() {
|
|
5092
5102
|
return true;
|
|
5093
5103
|
}
|
|
5094
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
5095
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
5104
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TabStripCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5105
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: TabStripCustomMessagesComponent, isStandalone: true, selector: "kendo-tabstrip-messages", providers: [
|
|
5096
5106
|
{
|
|
5097
5107
|
provide: TabStripMessages,
|
|
5098
5108
|
useExisting: forwardRef(() => TabStripCustomMessagesComponent)
|
|
5099
5109
|
}
|
|
5100
5110
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
5101
5111
|
}
|
|
5102
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
5112
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TabStripCustomMessagesComponent, decorators: [{
|
|
5103
5113
|
type: Component,
|
|
5104
5114
|
args: [{
|
|
5105
5115
|
providers: [
|
|
@@ -5139,10 +5149,10 @@ class DrawerTemplateDirective {
|
|
|
5139
5149
|
constructor(templateRef) {
|
|
5140
5150
|
this.templateRef = templateRef;
|
|
5141
5151
|
}
|
|
5142
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
5143
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
5152
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: DrawerTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5153
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: DrawerTemplateDirective, isStandalone: true, selector: "[kendoDrawerTemplate]", ngImport: i0 });
|
|
5144
5154
|
}
|
|
5145
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
5155
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: DrawerTemplateDirective, decorators: [{
|
|
5146
5156
|
type: Directive,
|
|
5147
5157
|
args: [{
|
|
5148
5158
|
selector: '[kendoDrawerTemplate]',
|
|
@@ -5178,10 +5188,10 @@ class DrawerItemTemplateDirective {
|
|
|
5178
5188
|
constructor(templateRef) {
|
|
5179
5189
|
this.templateRef = templateRef;
|
|
5180
5190
|
}
|
|
5181
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
5182
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
5191
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: DrawerItemTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5192
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: DrawerItemTemplateDirective, isStandalone: true, selector: "[kendoDrawerItemTemplate]", ngImport: i0 });
|
|
5183
5193
|
}
|
|
5184
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
5194
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: DrawerItemTemplateDirective, decorators: [{
|
|
5185
5195
|
type: Directive,
|
|
5186
5196
|
args: [{
|
|
5187
5197
|
selector: '[kendoDrawerItemTemplate]',
|
|
@@ -5209,10 +5219,10 @@ class DrawerHeaderTemplateDirective {
|
|
|
5209
5219
|
constructor(templateRef) {
|
|
5210
5220
|
this.templateRef = templateRef;
|
|
5211
5221
|
}
|
|
5212
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
5213
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
5222
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: DrawerHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5223
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: DrawerHeaderTemplateDirective, isStandalone: true, selector: "[kendoDrawerHeaderTemplate]", ngImport: i0 });
|
|
5214
5224
|
}
|
|
5215
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
5225
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: DrawerHeaderTemplateDirective, decorators: [{
|
|
5216
5226
|
type: Directive,
|
|
5217
5227
|
args: [{
|
|
5218
5228
|
selector: '[kendoDrawerHeaderTemplate]',
|
|
@@ -5240,10 +5250,10 @@ class DrawerFooterTemplateDirective {
|
|
|
5240
5250
|
constructor(templateRef) {
|
|
5241
5251
|
this.templateRef = templateRef;
|
|
5242
5252
|
}
|
|
5243
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
5244
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
5253
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: DrawerFooterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5254
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: DrawerFooterTemplateDirective, isStandalone: true, selector: "[kendoDrawerFooterTemplate]", ngImport: i0 });
|
|
5245
5255
|
}
|
|
5246
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
5256
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: DrawerFooterTemplateDirective, decorators: [{
|
|
5247
5257
|
type: Directive,
|
|
5248
5258
|
args: [{
|
|
5249
5259
|
selector: '[kendoDrawerFooterTemplate]',
|
|
@@ -5347,10 +5357,10 @@ class DrawerService {
|
|
|
5347
5357
|
resetSelection() {
|
|
5348
5358
|
this.selectedIndices = [];
|
|
5349
5359
|
}
|
|
5350
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
5351
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
5360
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: DrawerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5361
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: DrawerService });
|
|
5352
5362
|
}
|
|
5353
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
5363
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: DrawerService, decorators: [{
|
|
5354
5364
|
type: Injectable
|
|
5355
5365
|
}] });
|
|
5356
5366
|
|
|
@@ -5454,8 +5464,8 @@ class DrawerItemComponent {
|
|
|
5454
5464
|
get item() {
|
|
5455
5465
|
return this.viewItem.item;
|
|
5456
5466
|
}
|
|
5457
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
5458
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
5467
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: DrawerItemComponent, deps: [{ token: DrawerService }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
5468
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: DrawerItemComponent, isStandalone: true, selector: "[kendoDrawerItem]", inputs: { viewItem: "viewItem", index: "index", itemTemplate: "itemTemplate", mini: "mini", expanded: "expanded", disabled: "disabled", cssClass: "cssClass", cssStyle: "cssStyle" }, host: { properties: { "attr.aria-disabled": "this.disabledClass", "class.k-disabled": "this.disabledClass", "attr.aria-current": "this.selectedClass", "class.k-selected": "this.selectedClass", "attr.aria-label": "this.label" } }, ngImport: i0, template: `
|
|
5459
5469
|
@if (itemTemplate) {
|
|
5460
5470
|
<ng-template
|
|
5461
5471
|
[ngTemplateOutlet]="itemTemplate"
|
|
@@ -5483,7 +5493,7 @@ class DrawerItemComponent {
|
|
|
5483
5493
|
}
|
|
5484
5494
|
@if (viewItem.hasChildren) {
|
|
5485
5495
|
<kendo-icon-wrapper
|
|
5486
|
-
[name]="viewItem.isExpanded ? '
|
|
5496
|
+
[name]="viewItem.isExpanded ? 'chevron-up' : 'chevron-down'"
|
|
5487
5497
|
innerCssClass="k-drawer-toggle"
|
|
5488
5498
|
[svgIcon]="viewItem.isExpanded ? arrowUpIcon : arrowDownIcon"
|
|
5489
5499
|
>
|
|
@@ -5505,7 +5515,7 @@ class DrawerItemComponent {
|
|
|
5505
5515
|
|
|
5506
5516
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
5507
5517
|
}
|
|
5508
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
5518
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: DrawerItemComponent, decorators: [{
|
|
5509
5519
|
type: Component,
|
|
5510
5520
|
args: [{
|
|
5511
5521
|
selector: '[kendoDrawerItem]',
|
|
@@ -5537,7 +5547,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
5537
5547
|
}
|
|
5538
5548
|
@if (viewItem.hasChildren) {
|
|
5539
5549
|
<kendo-icon-wrapper
|
|
5540
|
-
[name]="viewItem.isExpanded ? '
|
|
5550
|
+
[name]="viewItem.isExpanded ? 'chevron-up' : 'chevron-down'"
|
|
5541
5551
|
innerCssClass="k-drawer-toggle"
|
|
5542
5552
|
[svgIcon]="viewItem.isExpanded ? arrowUpIcon : arrowDownIcon"
|
|
5543
5553
|
>
|
|
@@ -5692,10 +5702,10 @@ class DrawerListComponent {
|
|
|
5692
5702
|
return itemIndex(item, DRAWER_ITEM_INDEX);
|
|
5693
5703
|
}
|
|
5694
5704
|
}
|
|
5695
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
5696
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
5705
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: DrawerListComponent, deps: [{ token: DrawerService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
5706
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: DrawerListComponent, isStandalone: true, selector: "[kendoDrawerList]", inputs: { itemTemplate: "itemTemplate", mini: "mini", expanded: "expanded", view: "view" }, outputs: { select: "select", viewChange: "viewChange" }, viewQueries: [{ propertyName: "items", predicate: DrawerItemComponent, descendants: true, read: ElementRef }], ngImport: i0, template: "\n @for (v of view; track identifyItem(idx, v); let idx = $index) {\n @if (!v.item.separator) {\n <li kendoDrawerItem\n class=\"k-drawer-item {{expanded ? ' k-level-' + v.level : ''}}\"\n role=\"menuitem\"\n [viewItem]=\"v\"\n [index]=\"idx\"\n [mini]=\"mini\"\n [expanded]=\"expanded\"\n [itemTemplate]=\"itemTemplate\"\n [attr.data-kendo-drawer-index]=\"v.index\"\n [ngClass]=\"v.item.cssClass\"\n [ngStyle]=\"v.item.cssStyle\"\n [tabindex]=\"v.index === 0 ? '0' : '-1'\">\n </li>\n }\n @if (v.item.separator) {\n <li\n role=\"separator\"\n class=\"k-drawer-item k-drawer-separator\"\n [ngClass]=\"v.item.cssClass\"\n [ngStyle]=\"v.item.cssStyle\">\n </li>\n }\n }\n ", isInline: true, dependencies: [{ kind: "component", type: DrawerItemComponent, selector: "[kendoDrawerItem]", inputs: ["viewItem", "index", "itemTemplate", "mini", "expanded", "disabled", "cssClass", "cssStyle"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
5697
5707
|
}
|
|
5698
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
5708
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: DrawerListComponent, decorators: [{
|
|
5699
5709
|
type: Component,
|
|
5700
5710
|
args: [{
|
|
5701
5711
|
selector: '[kendoDrawerList]',
|
|
@@ -6045,14 +6055,15 @@ class DrawerComponent {
|
|
|
6045
6055
|
this.expanded = value;
|
|
6046
6056
|
this.expandedChange.emit(value);
|
|
6047
6057
|
}
|
|
6048
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6049
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
6058
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: DrawerComponent, deps: [{ token: i1.LocalizationService }, { token: DrawerService }], target: i0.ɵɵFactoryTarget.Component });
|
|
6059
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: DrawerComponent, isStandalone: true, selector: "kendo-drawer", inputs: { mode: "mode", position: "position", mini: "mini", expanded: "expanded", width: "width", miniWidth: "miniWidth", autoCollapse: "autoCollapse", items: "items", isItemExpanded: "isItemExpanded", animation: "animation" }, outputs: { expand: "expand", collapse: "collapse", select: "select", expandedChange: "expandedChange" }, host: { properties: { "class.k-drawer": "this.hostClasses", "class.k-drawer-start": "this.startPositionClass", "class.k-drawer-end": "this.endPositionClass", "attr.dir": "this.direction" } }, providers: [
|
|
6050
6060
|
LocalizationService,
|
|
6051
6061
|
DrawerService,
|
|
6052
6062
|
{
|
|
6053
6063
|
provide: L10N_PREFIX,
|
|
6054
6064
|
useValue: 'kendo.drawer'
|
|
6055
6065
|
},
|
|
6066
|
+
provideComponentName('drawer'),
|
|
6056
6067
|
{ provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => DrawerComponent) }
|
|
6057
6068
|
], queries: [{ propertyName: "drawerTemplate", first: true, predicate: DrawerTemplateDirective, descendants: true }, { propertyName: "footerTemplate", first: true, predicate: DrawerFooterTemplateDirective, descendants: true }, { propertyName: "headerTemplate", first: true, predicate: DrawerHeaderTemplateDirective, descendants: true }, { propertyName: "itemTemplate", first: true, predicate: DrawerItemTemplateDirective, descendants: true }], exportAs: ["kendoDrawer"], usesOnChanges: true, ngImport: i0, template: `
|
|
6058
6069
|
@if (expanded || mini || animation) {
|
|
@@ -6094,7 +6105,7 @@ class DrawerComponent {
|
|
|
6094
6105
|
}
|
|
6095
6106
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: DrawerListComponent, selector: "[kendoDrawerList]", inputs: ["itemTemplate", "mini", "expanded", "view"], outputs: ["select", "viewChange"] }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay], kendo-watermark-overlay", inputs: ["licenseMessage"] }] });
|
|
6096
6107
|
}
|
|
6097
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6108
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: DrawerComponent, decorators: [{
|
|
6098
6109
|
type: Component,
|
|
6099
6110
|
args: [{
|
|
6100
6111
|
exportAs: 'kendoDrawer',
|
|
@@ -6105,6 +6116,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
6105
6116
|
provide: L10N_PREFIX,
|
|
6106
6117
|
useValue: 'kendo.drawer'
|
|
6107
6118
|
},
|
|
6119
|
+
provideComponentName('drawer'),
|
|
6108
6120
|
{ provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => DrawerComponent) }
|
|
6109
6121
|
],
|
|
6110
6122
|
selector: 'kendo-drawer',
|
|
@@ -6274,8 +6286,8 @@ class DrawerContainerComponent {
|
|
|
6274
6286
|
this.drawer.toggle(false);
|
|
6275
6287
|
}
|
|
6276
6288
|
}
|
|
6277
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6278
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
6289
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: DrawerContainerComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
6290
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: DrawerContainerComponent, isStandalone: true, selector: "kendo-drawer-container", host: { properties: { "class.k-drawer-container": "this.hostClass", "class.k-drawer-overlay": "this.overlayClass", "class.k-drawer-mini": "this.miniClass", "class.k-drawer-push": "this.pushClass", "class.k-drawer-expanded": "this.isExpandedClass", "attr.dir": "this.direction" } }, providers: [
|
|
6279
6291
|
LocalizationService,
|
|
6280
6292
|
{
|
|
6281
6293
|
provide: L10N_PREFIX,
|
|
@@ -6288,7 +6300,7 @@ class DrawerContainerComponent {
|
|
|
6288
6300
|
<ng-content></ng-content>
|
|
6289
6301
|
`, isInline: true });
|
|
6290
6302
|
}
|
|
6291
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6303
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: DrawerContainerComponent, decorators: [{
|
|
6292
6304
|
type: Component,
|
|
6293
6305
|
args: [{
|
|
6294
6306
|
selector: 'kendo-drawer-container',
|
|
@@ -6344,12 +6356,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
6344
6356
|
class DrawerContentComponent {
|
|
6345
6357
|
hostClasses = true;
|
|
6346
6358
|
constructor() { }
|
|
6347
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6348
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
6359
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: DrawerContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6360
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: DrawerContentComponent, isStandalone: true, selector: "kendo-drawer-content", host: { properties: { "class.k-drawer-content": "this.hostClasses" } }, ngImport: i0, template: `
|
|
6349
6361
|
<ng-content></ng-content>
|
|
6350
6362
|
`, isInline: true, encapsulation: i0.ViewEncapsulation.None });
|
|
6351
6363
|
}
|
|
6352
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6364
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: DrawerContentComponent, decorators: [{
|
|
6353
6365
|
type: Component,
|
|
6354
6366
|
args: [{
|
|
6355
6367
|
selector: 'kendo-drawer-content',
|
|
@@ -6414,10 +6426,10 @@ class StepperStepTemplateDirective {
|
|
|
6414
6426
|
constructor(templateRef) {
|
|
6415
6427
|
this.templateRef = templateRef;
|
|
6416
6428
|
}
|
|
6417
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6418
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
6429
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: StepperStepTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6430
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: StepperStepTemplateDirective, isStandalone: true, selector: "[kendoStepperStepTemplate]", ngImport: i0 });
|
|
6419
6431
|
}
|
|
6420
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6432
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: StepperStepTemplateDirective, decorators: [{
|
|
6421
6433
|
type: Directive,
|
|
6422
6434
|
args: [{
|
|
6423
6435
|
selector: '[kendoStepperStepTemplate]',
|
|
@@ -6446,10 +6458,10 @@ class StepperLabelTemplateDirective {
|
|
|
6446
6458
|
constructor(templateRef) {
|
|
6447
6459
|
this.templateRef = templateRef;
|
|
6448
6460
|
}
|
|
6449
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6450
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
6461
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: StepperLabelTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6462
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: StepperLabelTemplateDirective, isStandalone: true, selector: "[kendoStepperLabelTemplate]", ngImport: i0 });
|
|
6451
6463
|
}
|
|
6452
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6464
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: StepperLabelTemplateDirective, decorators: [{
|
|
6453
6465
|
type: Directive,
|
|
6454
6466
|
args: [{
|
|
6455
6467
|
selector: '[kendoStepperLabelTemplate]',
|
|
@@ -6478,10 +6490,10 @@ class StepperIndicatorTemplateDirective {
|
|
|
6478
6490
|
constructor(templateRef) {
|
|
6479
6491
|
this.templateRef = templateRef;
|
|
6480
6492
|
}
|
|
6481
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6482
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
6493
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: StepperIndicatorTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6494
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: StepperIndicatorTemplateDirective, isStandalone: true, selector: "[kendoStepperIndicatorTemplate]", ngImport: i0 });
|
|
6483
6495
|
}
|
|
6484
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6496
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: StepperIndicatorTemplateDirective, decorators: [{
|
|
6485
6497
|
type: Directive,
|
|
6486
6498
|
args: [{
|
|
6487
6499
|
selector: '[kendoStepperIndicatorTemplate]',
|
|
@@ -6661,10 +6673,10 @@ class StepperService {
|
|
|
6661
6673
|
get isHorizontal() {
|
|
6662
6674
|
return this.owner.orientation === 'horizontal';
|
|
6663
6675
|
}
|
|
6664
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6665
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
6676
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: StepperService, deps: [{ token: i1.LocalizationService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6677
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: StepperService });
|
|
6666
6678
|
}
|
|
6667
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6679
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: StepperService, decorators: [{
|
|
6668
6680
|
type: Injectable
|
|
6669
6681
|
}], ctorParameters: () => [{ type: i1.LocalizationService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }] });
|
|
6670
6682
|
|
|
@@ -6861,8 +6873,8 @@ class StepperStepComponent {
|
|
|
6861
6873
|
this.isStepValid = this.updateStepValidity();
|
|
6862
6874
|
}
|
|
6863
6875
|
}
|
|
6864
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6865
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
6876
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: StepperStepComponent, deps: [{ token: StepperService }, { token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
6877
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: StepperStepComponent, isStandalone: true, selector: "[kendoStepperStep]", inputs: { step: "step", index: "index", current: "current", type: "type", successIcon: "successIcon", successSVGIcon: "successSVGIcon", errorIcon: "errorIcon", errorSVGIcon: "errorSVGIcon", svgIcon: "svgIcon", indicatorTemplate: "indicatorTemplate", labelTemplate: "labelTemplate", stepTemplate: "stepTemplate" }, host: { properties: { "class.k-step-error": "this.errorStepClass", "class.k-step-success": "this.successStepClass" } }, viewQueries: [{ propertyName: "stepLink", first: true, predicate: ["stepLink"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: `
|
|
6866
6878
|
<a href='#' class='k-step-link' #stepLink
|
|
6867
6879
|
[attr.tabindex]='tabIndexAttr'
|
|
6868
6880
|
[attr.title]='step.label'
|
|
@@ -6937,7 +6949,7 @@ class StepperStepComponent {
|
|
|
6937
6949
|
</a>
|
|
6938
6950
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
6939
6951
|
}
|
|
6940
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6952
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: StepperStepComponent, decorators: [{
|
|
6941
6953
|
type: Component,
|
|
6942
6954
|
args: [{
|
|
6943
6955
|
selector: '[kendoStepperStep]',
|
|
@@ -7151,10 +7163,10 @@ class StepperListComponent {
|
|
|
7151
7163
|
return itemIndex(step, STEPPER_STEP_INDEX);
|
|
7152
7164
|
}
|
|
7153
7165
|
}
|
|
7154
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
7155
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
7166
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: StepperListComponent, deps: [{ token: i0.Renderer2 }, { token: i0.NgZone }, { token: StepperService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
7167
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: StepperListComponent, isStandalone: true, selector: "[kendoStepperList]", inputs: { linear: "linear", stepType: "stepType", orientation: "orientation", currentStep: "currentStep", steps: "steps", successIcon: "successIcon", successSVGIcon: "successSVGIcon", errorIcon: "errorIcon", errorSVGIcon: "errorSVGIcon", svgIcon: "svgIcon", indicatorTemplate: "indicatorTemplate", labelTemplate: "labelTemplate", stepTemplate: "stepTemplate" }, outputs: { listKeydown: "listKeydown", listClick: "listClick" }, ngImport: i0, template: "\n @for (step of steps; track step; let idx = $index) {\n <li kendoStepperStep\n [attr.data-kendo-stepper-index]='idx'\n [type]='stepType'\n [step]='step'\n [index]='idx'\n [current]='currentStep'\n [successIcon]='successIcon'\n [successSVGIcon]='successSVGIcon'\n [errorIcon]='errorIcon'\n [errorSVGIcon]='errorSVGIcon'\n [svgIcon]='svgIcon'\n [indicatorTemplate]='indicatorTemplate'\n [labelTemplate]='labelTemplate'\n [stepTemplate]='stepTemplate'\n class='k-step'\n [class.k-step-first]='idx === 0'\n [class.k-step-last]='idx === steps.length - 1'\n [class.k-step-done]='idx < currentStep'\n [class.k-step-current]='idx === currentStep'\n [class.k-step-optional]='step.optional'\n [class.k-disabled]='step.disabled'\n [class.k-focus]='idx === focusedStep || (!isPresent(focusedStep) && idx === currentStep)'\n [ngClass]='step.cssClass'\n [ngStyle]='step.cssStyle'\n [style.max-width.%] = 'maxStepWidth'\n [style.max-height.%] = 'maxStepHeight'\n >\n </li>\n }\n ", isInline: true, dependencies: [{ kind: "component", type: StepperStepComponent, selector: "[kendoStepperStep]", inputs: ["step", "index", "current", "type", "successIcon", "successSVGIcon", "errorIcon", "errorSVGIcon", "svgIcon", "indicatorTemplate", "labelTemplate", "stepTemplate"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
7156
7168
|
}
|
|
7157
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
7169
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: StepperListComponent, decorators: [{
|
|
7158
7170
|
type: Component,
|
|
7159
7171
|
args: [{
|
|
7160
7172
|
selector: '[kendoStepperList]',
|
|
@@ -7233,10 +7245,10 @@ class StepperMessages extends ComponentMessages {
|
|
|
7233
7245
|
* Specifies the optional text.
|
|
7234
7246
|
*/
|
|
7235
7247
|
optional;
|
|
7236
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
7237
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
7248
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: StepperMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
7249
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: StepperMessages, isStandalone: true, selector: "kendo-stepper-messages-base", inputs: { optional: "optional" }, usesInheritance: true, ngImport: i0 });
|
|
7238
7250
|
}
|
|
7239
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
7251
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: StepperMessages, decorators: [{
|
|
7240
7252
|
type: Directive,
|
|
7241
7253
|
args: [{
|
|
7242
7254
|
selector: 'kendo-stepper-messages-base'
|
|
@@ -7254,15 +7266,15 @@ class LocalizedStepperMessagesDirective extends StepperMessages {
|
|
|
7254
7266
|
super();
|
|
7255
7267
|
this.service = service;
|
|
7256
7268
|
}
|
|
7257
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
7258
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
7269
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LocalizedStepperMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
7270
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: LocalizedStepperMessagesDirective, isStandalone: true, selector: "\n [kendoStepperLocalizedMessages]\n ", providers: [
|
|
7259
7271
|
{
|
|
7260
7272
|
provide: StepperMessages,
|
|
7261
7273
|
useExisting: forwardRef(() => LocalizedStepperMessagesDirective)
|
|
7262
7274
|
}
|
|
7263
7275
|
], usesInheritance: true, ngImport: i0 });
|
|
7264
7276
|
}
|
|
7265
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
7277
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LocalizedStepperMessagesDirective, decorators: [{
|
|
7266
7278
|
type: Directive,
|
|
7267
7279
|
args: [{
|
|
7268
7280
|
providers: [
|
|
@@ -7525,14 +7537,15 @@ class StepperComponent {
|
|
|
7525
7537
|
get isHorizontal() {
|
|
7526
7538
|
return this.orientation === 'horizontal';
|
|
7527
7539
|
}
|
|
7528
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
7529
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
7540
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: StepperComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.LocalizationService }, { token: StepperService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7541
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: StepperComponent, isStandalone: true, selector: "kendo-stepper", inputs: { stepType: "stepType", linear: "linear", orientation: "orientation", currentStep: "currentStep", steps: "steps", svgIcon: "svgIcon", successSVGIcon: "successSVGIcon", errorSVGIcon: "errorSVGIcon", successIcon: "successIcon", errorIcon: "errorIcon", animation: "animation" }, outputs: { activate: "activate", currentStepChange: "currentStepChange" }, host: { properties: { "class.k-stepper": "this.hostClasses", "class.k-stepper-linear": "this.linearClass", "attr.role": "this.ariaRole", "attr.dir": "this.direction", "style.display": "this.displayStyle" } }, providers: [
|
|
7530
7542
|
LocalizationService,
|
|
7531
7543
|
StepperService,
|
|
7532
7544
|
{
|
|
7533
7545
|
provide: L10N_PREFIX,
|
|
7534
7546
|
useValue: 'kendo.stepper'
|
|
7535
7547
|
},
|
|
7548
|
+
provideComponentName('stepper'),
|
|
7536
7549
|
{ provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => StepperComponent) }
|
|
7537
7550
|
], queries: [{ propertyName: "stepTemplate", first: true, predicate: StepperStepTemplateDirective, descendants: true }, { propertyName: "labelTemplate", first: true, predicate: StepperLabelTemplateDirective, descendants: true }, { propertyName: "indicatorTemplate", first: true, predicate: StepperIndicatorTemplateDirective, descendants: true }], exportAs: ["kendoStepper"], usesOnChanges: true, ngImport: i0, template: `
|
|
7538
7551
|
<ng-container kendoStepperLocalizedMessages
|
|
@@ -7575,9 +7588,9 @@ class StepperComponent {
|
|
|
7575
7588
|
<kendo-progressbar-messages progressBarLabel="progress"></kendo-progressbar-messages>
|
|
7576
7589
|
</kendo-progressbar>
|
|
7577
7590
|
}
|
|
7578
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedStepperMessagesDirective, selector: "\n [kendoStepperLocalizedMessages]\n " }, { kind: "component", type: StepperListComponent, selector: "[kendoStepperList]", inputs: ["linear", "stepType", "orientation", "currentStep", "steps", "successIcon", "successSVGIcon", "errorIcon", "errorSVGIcon", "svgIcon", "indicatorTemplate", "labelTemplate", "stepTemplate"], outputs: ["listKeydown", "listClick"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: ProgressBarComponent, selector: "kendo-progressbar", inputs: ["label", "progressCssStyle", "progressCssClass", "emptyCssStyle", "emptyCssClass", "animation"], outputs: ["animationEnd"], exportAs: ["kendoProgressBar"] }, { kind: "component", type: ProgressBarCustomMessagesComponent, selector: "kendo-progressbar-messages" }] });
|
|
7591
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedStepperMessagesDirective, selector: "\n [kendoStepperLocalizedMessages]\n " }, { kind: "component", type: StepperListComponent, selector: "[kendoStepperList]", inputs: ["linear", "stepType", "orientation", "currentStep", "steps", "successIcon", "successSVGIcon", "errorIcon", "errorSVGIcon", "svgIcon", "indicatorTemplate", "labelTemplate", "stepTemplate"], outputs: ["listKeydown", "listClick"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: ProgressBarComponent, selector: "kendo-progressbar", inputs: ["label", "progressCssStyle", "progressCssClass", "emptyCssStyle", "emptyCssClass", "animation", "max"], outputs: ["animationEnd"], exportAs: ["kendoProgressBar"] }, { kind: "component", type: ProgressBarCustomMessagesComponent, selector: "kendo-progressbar-messages" }] });
|
|
7579
7592
|
}
|
|
7580
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
7593
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: StepperComponent, decorators: [{
|
|
7581
7594
|
type: Component,
|
|
7582
7595
|
args: [{
|
|
7583
7596
|
exportAs: 'kendoStepper',
|
|
@@ -7588,6 +7601,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
7588
7601
|
provide: L10N_PREFIX,
|
|
7589
7602
|
useValue: 'kendo.stepper'
|
|
7590
7603
|
},
|
|
7604
|
+
provideComponentName('stepper'),
|
|
7591
7605
|
{ provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => StepperComponent) }
|
|
7592
7606
|
],
|
|
7593
7607
|
selector: 'kendo-stepper',
|
|
@@ -7738,15 +7752,15 @@ class StepperCustomMessagesComponent extends StepperMessages {
|
|
|
7738
7752
|
get override() {
|
|
7739
7753
|
return true;
|
|
7740
7754
|
}
|
|
7741
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
7742
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
7755
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: StepperCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7756
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: StepperCustomMessagesComponent, isStandalone: true, selector: "kendo-stepper-messages", providers: [
|
|
7743
7757
|
{
|
|
7744
7758
|
provide: StepperMessages,
|
|
7745
7759
|
useExisting: forwardRef(() => StepperCustomMessagesComponent)
|
|
7746
7760
|
}
|
|
7747
7761
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
7748
7762
|
}
|
|
7749
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
7763
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: StepperCustomMessagesComponent, decorators: [{
|
|
7750
7764
|
type: Component,
|
|
7751
7765
|
args: [{
|
|
7752
7766
|
providers: [
|
|
@@ -7769,10 +7783,10 @@ class Messages extends ComponentMessages {
|
|
|
7769
7783
|
* Defines the alt attribute text of the image in the Avatar.
|
|
7770
7784
|
*/
|
|
7771
7785
|
avatarAlt;
|
|
7772
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
7773
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
7786
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
7787
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: Messages, isStandalone: true, selector: "kendoAvatarMessages", inputs: { avatarAlt: "avatarAlt" }, usesInheritance: true, ngImport: i0 });
|
|
7774
7788
|
}
|
|
7775
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
7789
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: Messages, decorators: [{
|
|
7776
7790
|
type: Directive,
|
|
7777
7791
|
args: [{
|
|
7778
7792
|
selector: 'kendoAvatarMessages'
|
|
@@ -7791,15 +7805,15 @@ class LocalizedAvatarMessagesDirective extends Messages {
|
|
|
7791
7805
|
super();
|
|
7792
7806
|
this.service = service;
|
|
7793
7807
|
}
|
|
7794
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
7795
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
7808
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LocalizedAvatarMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
7809
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: LocalizedAvatarMessagesDirective, isStandalone: true, selector: "[kendoAvatarLocalizedMessages]", providers: [
|
|
7796
7810
|
{
|
|
7797
7811
|
provide: Messages,
|
|
7798
7812
|
useExisting: forwardRef(() => LocalizedAvatarMessagesDirective)
|
|
7799
7813
|
}
|
|
7800
7814
|
], usesInheritance: true, ngImport: i0 });
|
|
7801
7815
|
}
|
|
7802
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
7816
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LocalizedAvatarMessagesDirective, decorators: [{
|
|
7803
7817
|
type: Directive,
|
|
7804
7818
|
args: [{
|
|
7805
7819
|
providers: [
|
|
@@ -8049,13 +8063,14 @@ class AvatarComponent {
|
|
|
8049
8063
|
textFor(key) {
|
|
8050
8064
|
return this.localization.get(key);
|
|
8051
8065
|
}
|
|
8052
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
8053
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
8066
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: AvatarComponent, deps: [{ token: i1.LocalizationService }, { token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
8067
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: AvatarComponent, isStandalone: true, selector: "kendo-avatar", inputs: { shape: "shape", size: "size", rounded: "rounded", themeColor: "themeColor", fillMode: "fillMode", fill: "fill", border: "border", iconClass: "iconClass", width: "width", height: "height", cssStyle: "cssStyle", initials: "initials", icon: "icon", imageSrc: "imageSrc", svgIcon: "svgIcon" }, host: { properties: { "class.k-avatar": "this.hostClass", "class.k-avatar-bordered": "this.borderClass", "style.flexBasis": "this.flexBasis", "style.width": "this.avatarWidth", "style.height": "this.avatarHeight" } }, providers: [
|
|
8054
8068
|
LocalizationService,
|
|
8055
8069
|
{
|
|
8056
8070
|
provide: L10N_PREFIX,
|
|
8057
8071
|
useValue: 'kendo.avatar'
|
|
8058
|
-
}
|
|
8072
|
+
},
|
|
8073
|
+
provideComponentName('avatar')
|
|
8059
8074
|
], ngImport: i0, template: `
|
|
8060
8075
|
<ng-container kendoAvatarLocalizedMessages
|
|
8061
8076
|
i18n-avatarAlt="kendo.avatar.avatarAlt|The alt attribute text of the image in the avatar."
|
|
@@ -8090,7 +8105,7 @@ class AvatarComponent {
|
|
|
8090
8105
|
}
|
|
8091
8106
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: LocalizedAvatarMessagesDirective, selector: "[kendoAvatarLocalizedMessages]" }] });
|
|
8092
8107
|
}
|
|
8093
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
8108
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: AvatarComponent, decorators: [{
|
|
8094
8109
|
type: Component,
|
|
8095
8110
|
args: [{
|
|
8096
8111
|
providers: [
|
|
@@ -8098,7 +8113,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
8098
8113
|
{
|
|
8099
8114
|
provide: L10N_PREFIX,
|
|
8100
8115
|
useValue: 'kendo.avatar'
|
|
8101
|
-
}
|
|
8116
|
+
},
|
|
8117
|
+
provideComponentName('avatar')
|
|
8102
8118
|
],
|
|
8103
8119
|
selector: 'kendo-avatar',
|
|
8104
8120
|
template: `
|
|
@@ -8206,15 +8222,15 @@ class AvatarCustomMessagesComponent extends Messages {
|
|
|
8206
8222
|
get override() {
|
|
8207
8223
|
return true;
|
|
8208
8224
|
}
|
|
8209
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
8210
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
8225
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: AvatarCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
8226
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: AvatarCustomMessagesComponent, isStandalone: true, selector: "kendo-avatar-messages", providers: [
|
|
8211
8227
|
{
|
|
8212
8228
|
provide: Messages,
|
|
8213
8229
|
useExisting: forwardRef(() => AvatarCustomMessagesComponent)
|
|
8214
8230
|
}
|
|
8215
8231
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
8216
8232
|
}
|
|
8217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
8233
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: AvatarCustomMessagesComponent, decorators: [{
|
|
8218
8234
|
type: Component,
|
|
8219
8235
|
args: [{
|
|
8220
8236
|
providers: [
|
|
@@ -8290,8 +8306,8 @@ class CardComponent {
|
|
|
8290
8306
|
this.dynamicRTLSubscription.unsubscribe();
|
|
8291
8307
|
}
|
|
8292
8308
|
}
|
|
8293
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
8294
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
8309
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: CardComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
8310
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: CardComponent, isStandalone: true, selector: "kendo-card", inputs: { orientation: "orientation", width: "width" }, host: { properties: { "class.k-card": "this.hostClass", "style.width": "this.widthStyle", "class.k-card-vertical": "this.vertical", "class.k-card-horizontal": "this.horizontal", "attr.dir": "this.direction" } }, providers: [
|
|
8295
8311
|
LocalizationService,
|
|
8296
8312
|
{
|
|
8297
8313
|
provide: L10N_PREFIX,
|
|
@@ -8301,7 +8317,7 @@ class CardComponent {
|
|
|
8301
8317
|
<ng-content></ng-content>
|
|
8302
8318
|
`, isInline: true });
|
|
8303
8319
|
}
|
|
8304
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
8320
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: CardComponent, decorators: [{
|
|
8305
8321
|
type: Component,
|
|
8306
8322
|
args: [{
|
|
8307
8323
|
selector: 'kendo-card',
|
|
@@ -8352,12 +8368,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
8352
8368
|
*/
|
|
8353
8369
|
class CardHeaderComponent {
|
|
8354
8370
|
hostClass = true;
|
|
8355
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
8356
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
8371
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: CardHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8372
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: CardHeaderComponent, isStandalone: true, selector: "kendo-card-header", host: { properties: { "class.k-card-header": "this.hostClass" } }, ngImport: i0, template: `
|
|
8357
8373
|
<ng-content></ng-content>
|
|
8358
8374
|
`, isInline: true });
|
|
8359
8375
|
}
|
|
8360
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
8376
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: CardHeaderComponent, decorators: [{
|
|
8361
8377
|
type: Component,
|
|
8362
8378
|
args: [{
|
|
8363
8379
|
selector: 'kendo-card-header',
|
|
@@ -8384,12 +8400,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
8384
8400
|
*/
|
|
8385
8401
|
class CardBodyComponent {
|
|
8386
8402
|
hostClass = true;
|
|
8387
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
8388
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
8403
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: CardBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8404
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: CardBodyComponent, isStandalone: true, selector: "kendo-card-body", host: { properties: { "class.k-card-body": "this.hostClass" } }, ngImport: i0, template: `
|
|
8389
8405
|
<ng-content></ng-content>
|
|
8390
8406
|
`, isInline: true });
|
|
8391
8407
|
}
|
|
8392
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
8408
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: CardBodyComponent, decorators: [{
|
|
8393
8409
|
type: Component,
|
|
8394
8410
|
args: [{
|
|
8395
8411
|
selector: 'kendo-card-body',
|
|
@@ -8416,12 +8432,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
8416
8432
|
*/
|
|
8417
8433
|
class CardFooterComponent {
|
|
8418
8434
|
hostClass = true;
|
|
8419
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
8420
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
8435
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: CardFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8436
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: CardFooterComponent, isStandalone: true, selector: "kendo-card-footer", host: { properties: { "class.k-card-footer": "this.hostClass" } }, ngImport: i0, template: `
|
|
8421
8437
|
<ng-content></ng-content>
|
|
8422
8438
|
`, isInline: true });
|
|
8423
8439
|
}
|
|
8424
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
8440
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: CardFooterComponent, decorators: [{
|
|
8425
8441
|
type: Component,
|
|
8426
8442
|
args: [{
|
|
8427
8443
|
selector: 'kendo-card-footer',
|
|
@@ -8509,8 +8525,8 @@ class CardActionsComponent {
|
|
|
8509
8525
|
onClick(action) {
|
|
8510
8526
|
this.action.emit(action);
|
|
8511
8527
|
}
|
|
8512
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
8513
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
8528
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: CardActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8529
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: CardActionsComponent, isStandalone: true, selector: "kendo-card-actions", inputs: { orientation: "orientation", layout: "layout", actions: "actions" }, outputs: { action: "action" }, host: { properties: { "class.k-actions": "this.hostClass", "class.k-card-actions": "this.hostClass", "class.k-actions-stretched": "this.stretchedClass", "class.k-actions-start": "this.startClass", "class.k-actions-end": "this.endClass", "class.k-actions-center": "this.centerClass", "class.k-actions-vertical": "this.verticalClass", "class.k-actions-horizontal": "this.horizontalClass" } }, ngImport: i0, template: `
|
|
8514
8530
|
@if (!actionsArray && !actionsTemplate) {
|
|
8515
8531
|
<ng-content></ng-content>
|
|
8516
8532
|
}
|
|
@@ -8534,7 +8550,7 @@ class CardActionsComponent {
|
|
|
8534
8550
|
}
|
|
8535
8551
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
8536
8552
|
}
|
|
8537
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
8553
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: CardActionsComponent, decorators: [{
|
|
8538
8554
|
type: Component,
|
|
8539
8555
|
args: [{
|
|
8540
8556
|
selector: 'kendo-card-actions',
|
|
@@ -8627,10 +8643,10 @@ class CardSeparatorDirective {
|
|
|
8627
8643
|
* @default 'horizontal'
|
|
8628
8644
|
*/
|
|
8629
8645
|
orientation = 'horizontal';
|
|
8630
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
8631
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
8646
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: CardSeparatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
8647
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: CardSeparatorDirective, isStandalone: true, selector: "[kendoCardSeparator]", inputs: { color: "color", orientation: "orientation" }, host: { properties: { "class.k-card-separator": "this.hostClass", "class.k-separator-vertical": "this.verticalClass", "class.k-separator-horizontal": "this.horizontalClass", "style.color": "this.color" } }, ngImport: i0 });
|
|
8632
8648
|
}
|
|
8633
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
8649
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: CardSeparatorDirective, decorators: [{
|
|
8634
8650
|
type: Directive,
|
|
8635
8651
|
args: [{
|
|
8636
8652
|
selector: '[kendoCardSeparator]',
|
|
@@ -8666,10 +8682,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
8666
8682
|
*/
|
|
8667
8683
|
class CardTitleDirective {
|
|
8668
8684
|
hostClass = true;
|
|
8669
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
8670
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
8685
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: CardTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
8686
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: CardTitleDirective, isStandalone: true, selector: "[kendoCardTitle]", host: { properties: { "class.k-card-title": "this.hostClass" } }, ngImport: i0 });
|
|
8671
8687
|
}
|
|
8672
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
8688
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: CardTitleDirective, decorators: [{
|
|
8673
8689
|
type: Directive,
|
|
8674
8690
|
args: [{
|
|
8675
8691
|
selector: '[kendoCardTitle]',
|
|
@@ -8692,10 +8708,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
8692
8708
|
*/
|
|
8693
8709
|
class CardSubtitleDirective {
|
|
8694
8710
|
hostClass = true;
|
|
8695
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
8696
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
8711
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: CardSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
8712
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: CardSubtitleDirective, isStandalone: true, selector: "[kendoCardSubtitle]", host: { properties: { "class.k-card-subtitle": "this.hostClass" } }, ngImport: i0 });
|
|
8697
8713
|
}
|
|
8698
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
8714
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: CardSubtitleDirective, decorators: [{
|
|
8699
8715
|
type: Directive,
|
|
8700
8716
|
args: [{
|
|
8701
8717
|
selector: '[kendoCardSubtitle]',
|
|
@@ -8720,10 +8736,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
8720
8736
|
*/
|
|
8721
8737
|
class CardMediaDirective {
|
|
8722
8738
|
hostClass = true;
|
|
8723
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
8724
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
8739
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: CardMediaDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
8740
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: CardMediaDirective, isStandalone: true, selector: "[kendoCardMedia]", host: { properties: { "class.k-card-media": "this.hostClass" } }, ngImport: i0 });
|
|
8725
8741
|
}
|
|
8726
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
8742
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: CardMediaDirective, decorators: [{
|
|
8727
8743
|
type: Directive,
|
|
8728
8744
|
args: [{
|
|
8729
8745
|
selector: '[kendoCardMedia]',
|
|
@@ -8772,10 +8788,10 @@ class ExpansionPanelTitleDirective {
|
|
|
8772
8788
|
constructor(templateRef) {
|
|
8773
8789
|
this.templateRef = templateRef;
|
|
8774
8790
|
}
|
|
8775
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
8776
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
8791
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ExpansionPanelTitleDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
8792
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: ExpansionPanelTitleDirective, isStandalone: true, selector: "[kendoExpansionPanelTitleDirective]", ngImport: i0 });
|
|
8777
8793
|
}
|
|
8778
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
8794
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ExpansionPanelTitleDirective, decorators: [{
|
|
8779
8795
|
type: Directive,
|
|
8780
8796
|
args: [{
|
|
8781
8797
|
selector: '[kendoExpansionPanelTitleDirective]',
|
|
@@ -9162,13 +9178,14 @@ class ExpansionPanelComponent {
|
|
|
9162
9178
|
removeContentHiddenClass() {
|
|
9163
9179
|
this.renderer.removeClass(this.content.nativeElement, CONTENT_HIDDEN_CLASS);
|
|
9164
9180
|
}
|
|
9165
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
9166
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
9181
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ExpansionPanelComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i1.LocalizationService }, { token: i2.AnimationBuilder }], target: i0.ɵɵFactoryTarget.Component });
|
|
9182
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: ExpansionPanelComponent, isStandalone: true, selector: "kendo-expansionpanel", inputs: { title: "title", subtitle: "subtitle", disabled: "disabled", expanded: "expanded", svgExpandIcon: "svgExpandIcon", svgCollapseIcon: "svgCollapseIcon", expandIcon: "expandIcon", collapseIcon: "collapseIcon", animation: "animation" }, outputs: { expandedChange: "expandedChange", action: "action", expand: "expand", collapse: "collapse" }, host: { properties: { "class.k-expander": "this.hostClass", "class.k-expanded": "this.expandedClass", "class.k-disabled": "this.disabledClass", "attr.dir": "this.direction" } }, providers: [
|
|
9167
9183
|
LocalizationService,
|
|
9168
9184
|
{
|
|
9169
9185
|
provide: L10N_PREFIX,
|
|
9170
9186
|
useValue: 'kendo.expansionpanel'
|
|
9171
|
-
}
|
|
9187
|
+
},
|
|
9188
|
+
provideComponentName('expansionpanel')
|
|
9172
9189
|
], queries: [{ propertyName: "titleTemplate", first: true, predicate: ExpansionPanelTitleDirective, descendants: true }], viewQueries: [{ propertyName: "content", first: true, predicate: ["content"], descendants: true, static: true }, { propertyName: "header", first: true, predicate: ["header"], descendants: true, static: true }], exportAs: ["kendoExpansionPanel"], ngImport: i0, template: `
|
|
9173
9190
|
<div
|
|
9174
9191
|
#header
|
|
@@ -9212,7 +9229,7 @@ class ExpansionPanelComponent {
|
|
|
9212
9229
|
</div>
|
|
9213
9230
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
9214
9231
|
}
|
|
9215
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
9232
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ExpansionPanelComponent, decorators: [{
|
|
9216
9233
|
type: Component,
|
|
9217
9234
|
args: [{
|
|
9218
9235
|
exportAs: 'kendoExpansionPanel',
|
|
@@ -9221,7 +9238,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
9221
9238
|
{
|
|
9222
9239
|
provide: L10N_PREFIX,
|
|
9223
9240
|
useValue: 'kendo.expansionpanel'
|
|
9224
|
-
}
|
|
9241
|
+
},
|
|
9242
|
+
provideComponentName('expansionpanel')
|
|
9225
9243
|
],
|
|
9226
9244
|
selector: 'kendo-expansionpanel',
|
|
9227
9245
|
template: `
|
|
@@ -10003,10 +10021,10 @@ class TileLayoutDraggingService {
|
|
|
10003
10021
|
const hintHeight = totalHintCellsHeight + totalHintGapsHeight - HINT_BORDERS_HEIGHT;
|
|
10004
10022
|
return hintHeight;
|
|
10005
10023
|
}
|
|
10006
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10007
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
10024
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TileLayoutDraggingService, deps: [{ token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10025
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TileLayoutDraggingService });
|
|
10008
10026
|
}
|
|
10009
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10027
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TileLayoutDraggingService, decorators: [{
|
|
10010
10028
|
type: Injectable
|
|
10011
10029
|
}], ctorParameters: () => [{ type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i1.LocalizationService }] });
|
|
10012
10030
|
|
|
@@ -10178,10 +10196,10 @@ class TileLayoutKeyboardNavigationService {
|
|
|
10178
10196
|
targetTile(focusedTile, items, offset) {
|
|
10179
10197
|
return items.find(item => item.order === focusedTile.order + offset);
|
|
10180
10198
|
}
|
|
10181
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10182
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
10199
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TileLayoutKeyboardNavigationService, deps: [{ token: i0.NgZone }, { token: i0.Renderer2 }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10200
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TileLayoutKeyboardNavigationService });
|
|
10183
10201
|
}
|
|
10184
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10202
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TileLayoutKeyboardNavigationService, decorators: [{
|
|
10185
10203
|
type: Injectable
|
|
10186
10204
|
}], ctorParameters: () => [{ type: i0.NgZone }, { type: i0.Renderer2 }, { type: i1.LocalizationService }] });
|
|
10187
10205
|
|
|
@@ -10201,12 +10219,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
10201
10219
|
*/
|
|
10202
10220
|
class TileLayoutItemHeaderComponent {
|
|
10203
10221
|
hostClass = true;
|
|
10204
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10205
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
10222
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TileLayoutItemHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10223
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: TileLayoutItemHeaderComponent, isStandalone: true, selector: "kendo-tilelayout-item-header", host: { properties: { "class.k-tilelayout-item-header": "this.hostClass", "class.k-card-header": "this.hostClass" } }, ngImport: i0, template: `
|
|
10206
10224
|
<ng-content></ng-content>
|
|
10207
10225
|
`, isInline: true });
|
|
10208
10226
|
}
|
|
10209
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10227
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TileLayoutItemHeaderComponent, decorators: [{
|
|
10210
10228
|
type: Component,
|
|
10211
10229
|
args: [{
|
|
10212
10230
|
selector: 'kendo-tilelayout-item-header',
|
|
@@ -10263,10 +10281,10 @@ class TileLayoutResizeHandleDirective {
|
|
|
10263
10281
|
this.setBottom(element);
|
|
10264
10282
|
}
|
|
10265
10283
|
}
|
|
10266
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10267
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
10284
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TileLayoutResizeHandleDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
10285
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: TileLayoutResizeHandleDirective, isStandalone: true, selector: "[kendoTileLayoutResizeHandle]", inputs: { resizeDirection: "resizeDirection", rtl: "rtl" }, ngImport: i0 });
|
|
10268
10286
|
}
|
|
10269
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10287
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TileLayoutResizeHandleDirective, decorators: [{
|
|
10270
10288
|
type: Directive,
|
|
10271
10289
|
args: [{
|
|
10272
10290
|
selector: '[kendoTileLayoutResizeHandle]',
|
|
@@ -10475,8 +10493,8 @@ class TileLayoutItemComponent {
|
|
|
10475
10493
|
this.renderer.removeClass(headerEl, 'k-cursor-move');
|
|
10476
10494
|
}
|
|
10477
10495
|
}
|
|
10478
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10479
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
10496
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TileLayoutItemComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i1.LocalizationService }, { token: TileLayoutDraggingService }, { token: TileLayoutKeyboardNavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
10497
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: TileLayoutItemComponent, isStandalone: true, selector: "kendo-tilelayout-item", inputs: { title: "title", rowSpan: "rowSpan", colSpan: "colSpan", order: "order", col: "col", row: "row", reorderable: "reorderable", resizable: "resizable" }, host: { properties: { "class.k-tilelayout-item": "this.itemClass", "class.k-card": "this.itemClass", "attr.role": "this.hostRole", "attr.tabindex": "this.hostTabindex", "attr.aria-keyshortcuts": "this.ariaKeyShortcuts", "attr.aria-labelledby": "this.hostLabelledBy", "style.grid-column-end": "this.colEnd", "style.grid-row-end": "this.rowEnd", "style.grid-column-start": "this.colStart", "style.grid-row-start": "this.rowStart" } }, queries: [{ propertyName: "headers", predicate: TileLayoutItemHeaderComponent }], usesOnChanges: true, ngImport: i0, template: `
|
|
10480
10498
|
@if (title) {
|
|
10481
10499
|
<kendo-tilelayout-item-header>
|
|
10482
10500
|
<h5 [id]="titleId" class="k-card-title">{{ title }}</h5>
|
|
@@ -10495,7 +10513,7 @@ class TileLayoutItemComponent {
|
|
|
10495
10513
|
}
|
|
10496
10514
|
`, isInline: true, dependencies: [{ kind: "component", type: TileLayoutItemHeaderComponent, selector: "kendo-tilelayout-item-header" }, { kind: "directive", type: TileLayoutResizeHandleDirective, selector: "[kendoTileLayoutResizeHandle]", inputs: ["resizeDirection", "rtl"] }] });
|
|
10497
10515
|
}
|
|
10498
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10516
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TileLayoutItemComponent, decorators: [{
|
|
10499
10517
|
type: Component,
|
|
10500
10518
|
args: [{
|
|
10501
10519
|
selector: 'kendo-tilelayout-item',
|
|
@@ -10845,8 +10863,8 @@ class TileLayoutComponent {
|
|
|
10845
10863
|
this.navigationService.returnFocus();
|
|
10846
10864
|
}
|
|
10847
10865
|
};
|
|
10848
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10849
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
10866
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TileLayoutComponent, deps: [{ token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.LocalizationService }, { token: TileLayoutDraggingService }, { token: TileLayoutKeyboardNavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
10867
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: TileLayoutComponent, isStandalone: true, selector: "kendo-tilelayout", inputs: { columns: "columns", columnWidth: "columnWidth", gap: "gap", reorderable: "reorderable", resizable: "resizable", rowHeight: "rowHeight", autoFlow: "autoFlow", navigable: "navigable" }, outputs: { reorder: "reorder", resize: "resize" }, host: { properties: { "class.k-tilelayout": "this.hostClass", "attr.role": "this.hostRole", "style.gap": "this.gapStyle", "style.padding": "this.gapStyle", "attr.dir": "this.direction" } }, providers: [
|
|
10850
10868
|
LocalizationService,
|
|
10851
10869
|
TileLayoutDraggingService,
|
|
10852
10870
|
TileLayoutKeyboardNavigationService,
|
|
@@ -10870,7 +10888,7 @@ class TileLayoutComponent {
|
|
|
10870
10888
|
}
|
|
10871
10889
|
`, isInline: true, dependencies: [{ kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay], kendo-watermark-overlay", inputs: ["licenseMessage"] }] });
|
|
10872
10890
|
}
|
|
10873
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10891
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TileLayoutComponent, decorators: [{
|
|
10874
10892
|
type: Component,
|
|
10875
10893
|
args: [{
|
|
10876
10894
|
selector: 'kendo-tilelayout',
|
|
@@ -10959,12 +10977,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
10959
10977
|
class TileLayoutItemBodyComponent {
|
|
10960
10978
|
hostClass = true;
|
|
10961
10979
|
minHeight = 0;
|
|
10962
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10963
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
10980
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TileLayoutItemBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10981
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: TileLayoutItemBodyComponent, isStandalone: true, selector: "kendo-tilelayout-item-body", host: { properties: { "class.k-tilelayout-item-body": "this.hostClass", "class.k-card-body": "this.hostClass", "style.min-height": "this.minHeight" } }, ngImport: i0, template: `
|
|
10964
10982
|
<ng-content></ng-content>
|
|
10965
10983
|
`, isInline: true });
|
|
10966
10984
|
}
|
|
10967
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10985
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TileLayoutItemBodyComponent, decorators: [{
|
|
10968
10986
|
type: Component,
|
|
10969
10987
|
args: [{
|
|
10970
10988
|
selector: 'kendo-tilelayout-item-body',
|
|
@@ -11205,8 +11223,8 @@ class GridLayoutComponent {
|
|
|
11205
11223
|
get direction() {
|
|
11206
11224
|
return this.localization.rtl ? 'rtl' : 'ltr';
|
|
11207
11225
|
}
|
|
11208
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11209
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
11226
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: GridLayoutComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
11227
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: GridLayoutComponent, isStandalone: true, selector: "kendo-gridlayout", inputs: { rows: "rows", cols: "cols", gap: "gap", align: "align" }, host: { properties: { "class.k-grid-layout": "this.hostClass", "attr.dir": "this.dir" } }, providers: [
|
|
11210
11228
|
LocalizationService,
|
|
11211
11229
|
{
|
|
11212
11230
|
provide: L10N_PREFIX,
|
|
@@ -11216,7 +11234,7 @@ class GridLayoutComponent {
|
|
|
11216
11234
|
<ng-content></ng-content>
|
|
11217
11235
|
`, isInline: true });
|
|
11218
11236
|
}
|
|
11219
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11237
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: GridLayoutComponent, decorators: [{
|
|
11220
11238
|
type: Component,
|
|
11221
11239
|
args: [{
|
|
11222
11240
|
exportAs: 'kendoGridLayout',
|
|
@@ -11302,12 +11320,12 @@ class GridLayoutItemComponent {
|
|
|
11302
11320
|
const gridAreaStyle = `${row} / ${col} / ${rowSpan} / ${colSpan}`;
|
|
11303
11321
|
this.renderer.setStyle(this.element.nativeElement, 'grid-area', gridAreaStyle);
|
|
11304
11322
|
}
|
|
11305
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11306
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
11323
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: GridLayoutItemComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
11324
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: GridLayoutItemComponent, isStandalone: true, selector: "kendo-gridlayout-item", inputs: { row: "row", col: "col", rowSpan: "rowSpan", colSpan: "colSpan" }, usesOnChanges: true, ngImport: i0, template: `
|
|
11307
11325
|
<ng-content></ng-content>
|
|
11308
11326
|
`, isInline: true });
|
|
11309
11327
|
}
|
|
11310
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11328
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: GridLayoutItemComponent, decorators: [{
|
|
11311
11329
|
type: Component,
|
|
11312
11330
|
args: [{
|
|
11313
11331
|
selector: 'kendo-gridlayout-item',
|
|
@@ -11427,8 +11445,8 @@ class StackLayoutComponent {
|
|
|
11427
11445
|
get direction() {
|
|
11428
11446
|
return this.localization.rtl ? 'rtl' : 'ltr';
|
|
11429
11447
|
}
|
|
11430
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11431
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
11448
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: StackLayoutComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
11449
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: StackLayoutComponent, isStandalone: true, selector: "kendo-stacklayout", inputs: { align: "align", gap: "gap", orientation: "orientation" }, host: { properties: { "class.k-stack-layout": "this.hostClass", "class.k-hstack": "this.horizontalClass", "class.k-vstack": "this.verticalClass", "attr.dir": "this.dir" } }, providers: [
|
|
11432
11450
|
LocalizationService,
|
|
11433
11451
|
{
|
|
11434
11452
|
provide: L10N_PREFIX,
|
|
@@ -11438,7 +11456,7 @@ class StackLayoutComponent {
|
|
|
11438
11456
|
<ng-content></ng-content>
|
|
11439
11457
|
`, isInline: true });
|
|
11440
11458
|
}
|
|
11441
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11459
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: StackLayoutComponent, decorators: [{
|
|
11442
11460
|
type: Component,
|
|
11443
11461
|
args: [{
|
|
11444
11462
|
exportAs: 'kendoStackLayout',
|
|
@@ -11487,10 +11505,10 @@ class TimelineMessages extends ComponentMessages {
|
|
|
11487
11505
|
* The title of the next button in horizontal orientation.
|
|
11488
11506
|
*/
|
|
11489
11507
|
next;
|
|
11490
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11491
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
11508
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TimelineMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
11509
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: TimelineMessages, isStandalone: true, selector: "kendo-timeline-messages-base", inputs: { previous: "previous", next: "next" }, usesInheritance: true, ngImport: i0 });
|
|
11492
11510
|
}
|
|
11493
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11511
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TimelineMessages, decorators: [{
|
|
11494
11512
|
type: Directive,
|
|
11495
11513
|
args: [{
|
|
11496
11514
|
selector: 'kendo-timeline-messages-base'
|
|
@@ -11513,15 +11531,15 @@ class TimelineCustomMessagesComponent extends TimelineMessages {
|
|
|
11513
11531
|
get override() {
|
|
11514
11532
|
return true;
|
|
11515
11533
|
}
|
|
11516
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11517
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
11534
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TimelineCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
11535
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: TimelineCustomMessagesComponent, isStandalone: true, selector: "kendo-timeline-messages", providers: [
|
|
11518
11536
|
{
|
|
11519
11537
|
provide: TimelineMessages,
|
|
11520
11538
|
useExisting: forwardRef(() => TimelineCustomMessagesComponent),
|
|
11521
11539
|
},
|
|
11522
11540
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
11523
11541
|
}
|
|
11524
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11542
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TimelineCustomMessagesComponent, decorators: [{
|
|
11525
11543
|
type: Component,
|
|
11526
11544
|
args: [{
|
|
11527
11545
|
providers: [
|
|
@@ -11558,10 +11576,10 @@ class TimelineCardActionsTemplateDirective {
|
|
|
11558
11576
|
constructor(templateRef) {
|
|
11559
11577
|
this.templateRef = templateRef;
|
|
11560
11578
|
}
|
|
11561
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11562
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
11579
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TimelineCardActionsTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11580
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: TimelineCardActionsTemplateDirective, isStandalone: true, selector: "[kendoTimelineCardActionsTemplate]", ngImport: i0 });
|
|
11563
11581
|
}
|
|
11564
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11582
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TimelineCardActionsTemplateDirective, decorators: [{
|
|
11565
11583
|
type: Directive,
|
|
11566
11584
|
args: [{
|
|
11567
11585
|
selector: '[kendoTimelineCardActionsTemplate]',
|
|
@@ -11593,10 +11611,10 @@ class TimelineCardBodyTemplateDirective {
|
|
|
11593
11611
|
constructor(templateRef) {
|
|
11594
11612
|
this.templateRef = templateRef;
|
|
11595
11613
|
}
|
|
11596
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11597
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
11614
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TimelineCardBodyTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11615
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: TimelineCardBodyTemplateDirective, isStandalone: true, selector: "[kendoTimelineCardBodyTemplate]", ngImport: i0 });
|
|
11598
11616
|
}
|
|
11599
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11617
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TimelineCardBodyTemplateDirective, decorators: [{
|
|
11600
11618
|
type: Directive,
|
|
11601
11619
|
args: [{
|
|
11602
11620
|
selector: '[kendoTimelineCardBodyTemplate]',
|
|
@@ -11629,10 +11647,10 @@ class TimelineCardHeaderTemplateDirective {
|
|
|
11629
11647
|
constructor(templateRef) {
|
|
11630
11648
|
this.templateRef = templateRef;
|
|
11631
11649
|
}
|
|
11632
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11633
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
11650
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TimelineCardHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11651
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: TimelineCardHeaderTemplateDirective, isStandalone: true, selector: "[kendoTimelineCardHeaderTemplate]", ngImport: i0 });
|
|
11634
11652
|
}
|
|
11635
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11653
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TimelineCardHeaderTemplateDirective, decorators: [{
|
|
11636
11654
|
type: Directive,
|
|
11637
11655
|
args: [{
|
|
11638
11656
|
selector: '[kendoTimelineCardHeaderTemplate]',
|
|
@@ -11698,10 +11716,10 @@ class TimelineService {
|
|
|
11698
11716
|
this.timeline['onNavigate']?.emit(event);
|
|
11699
11717
|
}
|
|
11700
11718
|
}
|
|
11701
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11702
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
11719
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TimelineService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11720
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TimelineService });
|
|
11703
11721
|
}
|
|
11704
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TimelineService, decorators: [{
|
|
11705
11723
|
type: Injectable
|
|
11706
11724
|
}] });
|
|
11707
11725
|
|
|
@@ -11765,7 +11783,7 @@ class TimelineCardComponent {
|
|
|
11765
11783
|
return this.orientation === 'vertical' && this.collapsible ? this.expanded : null;
|
|
11766
11784
|
}
|
|
11767
11785
|
calloutSvgIcon = chevronRightIcon;
|
|
11768
|
-
calloutFontIcon = '
|
|
11786
|
+
calloutFontIcon = 'chevron-right';
|
|
11769
11787
|
animationState = this.expanded ? 'expanded' : 'collapsed';
|
|
11770
11788
|
animationInProgress = false;
|
|
11771
11789
|
constructor(element, timelineService, renderer) {
|
|
@@ -11828,8 +11846,8 @@ class TimelineCardComponent {
|
|
|
11828
11846
|
this.renderer.setStyle(cardBody, 'overflow', 'auto');
|
|
11829
11847
|
}
|
|
11830
11848
|
}
|
|
11831
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11832
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
11849
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TimelineCardComponent, deps: [{ token: i0.ElementRef }, { token: TimelineService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
11850
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: TimelineCardComponent, isStandalone: true, selector: "kendo-timeline-card", inputs: { event: "event", expanded: "expanded", collapsible: "collapsible", reversed: "reversed", orientation: "orientation", navigable: "navigable", tabIndex: "tabIndex", animationDuration: "animationDuration", index: "index", eventWidth: "eventWidth", eventHeight: "eventHeight", headerTemplate: "headerTemplate", bodyTemplate: "bodyTemplate", actionsTemplate: "actionsTemplate", calloutStyle: "calloutStyle" }, host: { listeners: { "keydown": "onComponentKeyDown($event)" }, properties: { "class.k-timeline-card": "this.hostClass", "class.k-collapsed": "this.collapsedClass" } }, providers: [], viewQueries: [{ propertyName: "calloutElementRef", first: true, predicate: ["callout"], descendants: true }], exportAs: ["kendoTimelineCard"], usesOnChanges: true, ngImport: i0, template: `
|
|
11833
11851
|
<kendo-card
|
|
11834
11852
|
[ngStyle]="{ 'height': orientation === 'horizontal' ? eventHeight + 'px' : null }"
|
|
11835
11853
|
[width]="orientation === 'horizontal' ? 'auto' : eventWidth + 'px'"
|
|
@@ -11956,7 +11974,7 @@ class TimelineCardComponent {
|
|
|
11956
11974
|
])
|
|
11957
11975
|
] });
|
|
11958
11976
|
}
|
|
11959
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11977
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TimelineCardComponent, decorators: [{
|
|
11960
11978
|
type: Component,
|
|
11961
11979
|
args: [{
|
|
11962
11980
|
animations: [
|
|
@@ -12592,8 +12610,8 @@ class TimelineHorizontalComponent {
|
|
|
12592
12610
|
}
|
|
12593
12611
|
this.cdr.markForCheck();
|
|
12594
12612
|
}
|
|
12595
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
12596
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
12613
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TimelineHorizontalComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: TimelineService }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
12614
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: TimelineHorizontalComponent, isStandalone: true, selector: "kendo-timeline-horizontal", inputs: { events: "events", alterMode: "alterMode", collapsibleEvents: "collapsibleEvents", navigable: "navigable", showDateLabels: "showDateLabels", animationDuration: "animationDuration", eventHeight: "eventHeight", dateFormat: "dateFormat", headerTemplate: "headerTemplate", bodyTemplate: "bodyTemplate", actionsTemplate: "actionsTemplate" }, providers: [], viewQueries: [{ propertyName: "trackElementRef", first: true, predicate: ["track"], descendants: true }, { propertyName: "scrollableTrackElementRef", first: true, predicate: ["scrollableTrack"], descendants: true }, { propertyName: "cardElementRefs", predicate: ["card"], descendants: true, read: ElementRef }, { propertyName: "circleElementRefs", predicate: ["trackCircle"], descendants: true }, { propertyName: "flagElementRefs", predicate: ["trackFlag"], descendants: true }, { propertyName: "cardComponents", predicate: TimelineCardComponent, descendants: true }], exportAs: ["kendoTimelineHorizontal"], usesOnChanges: true, ngImport: i0, template: `
|
|
12597
12615
|
<div class="k-timeline-track-wrap" #track>
|
|
12598
12616
|
<button
|
|
12599
12617
|
kendoButton
|
|
@@ -12722,7 +12740,7 @@ class TimelineHorizontalComponent {
|
|
|
12722
12740
|
])
|
|
12723
12741
|
] });
|
|
12724
12742
|
}
|
|
12725
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
12743
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TimelineHorizontalComponent, decorators: [{
|
|
12726
12744
|
type: Component,
|
|
12727
12745
|
args: [{
|
|
12728
12746
|
animations: [
|
|
@@ -12968,8 +12986,8 @@ class TimelineVerticalComponent {
|
|
|
12968
12986
|
this.renderer.setAttribute(dateElement, 'id', dateLabelId);
|
|
12969
12987
|
this.renderer.setAttribute(cardElement, 'aria-describedby', dateLabelId);
|
|
12970
12988
|
}
|
|
12971
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
12972
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
12989
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TimelineVerticalComponent, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
12990
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: TimelineVerticalComponent, isStandalone: true, selector: "kendo-timeline-vertical", inputs: { events: "events", alterMode: "alterMode", collapsibleEvents: "collapsibleEvents", navigable: "navigable", showDateLabels: "showDateLabels", animationDuration: "animationDuration", eventWidth: "eventWidth", dateFormat: "dateFormat", headerTemplate: "headerTemplate", bodyTemplate: "bodyTemplate", actionsTemplate: "actionsTemplate" }, providers: [], viewQueries: [{ propertyName: "cards", predicate: ["card"], descendants: true }, { propertyName: "dateElementRefs", predicate: ["dateWrap"], descendants: true }, { propertyName: "innerDateElementRefs", predicate: ["innerDate"], descendants: true }], exportAs: ["kendoTimelineVertical"], ngImport: i0, template: `
|
|
12973
12991
|
@if (events && events.length > 0) {
|
|
12974
12992
|
<ul>
|
|
12975
12993
|
@for (event of events; track event; let i = $index) {
|
|
@@ -13010,7 +13028,7 @@ class TimelineVerticalComponent {
|
|
|
13010
13028
|
}
|
|
13011
13029
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: TimelineCardComponent, selector: "kendo-timeline-card", inputs: ["event", "expanded", "collapsible", "reversed", "orientation", "navigable", "tabIndex", "animationDuration", "index", "eventWidth", "eventHeight", "headerTemplate", "bodyTemplate", "actionsTemplate", "calloutStyle"], exportAs: ["kendoTimelineCard"] }, { kind: "pipe", type: DatePipe, name: "kendoDate" }] });
|
|
13012
13030
|
}
|
|
13013
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
13031
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TimelineVerticalComponent, decorators: [{
|
|
13014
13032
|
type: Component,
|
|
13015
13033
|
args: [{
|
|
13016
13034
|
providers: [],
|
|
@@ -13101,15 +13119,15 @@ class LocalizedTimelineMessagesDirective extends TimelineMessages {
|
|
|
13101
13119
|
super();
|
|
13102
13120
|
this.service = service;
|
|
13103
13121
|
}
|
|
13104
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
13105
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
13122
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LocalizedTimelineMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
13123
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: LocalizedTimelineMessagesDirective, isStandalone: true, selector: "[kendoTimelineLocalizedMessages]", providers: [
|
|
13106
13124
|
{
|
|
13107
13125
|
provide: TimelineMessages,
|
|
13108
13126
|
useExisting: forwardRef(() => LocalizedTimelineMessagesDirective),
|
|
13109
13127
|
},
|
|
13110
13128
|
], usesInheritance: true, ngImport: i0 });
|
|
13111
13129
|
}
|
|
13112
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
13130
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LocalizedTimelineMessagesDirective, decorators: [{
|
|
13113
13131
|
type: Directive,
|
|
13114
13132
|
args: [{
|
|
13115
13133
|
providers: [
|
|
@@ -13426,14 +13444,15 @@ class TimelineComponent {
|
|
|
13426
13444
|
this.actionsTemplate = this.cardActionsTemplate?.first || null;
|
|
13427
13445
|
}));
|
|
13428
13446
|
}
|
|
13429
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
13430
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
13447
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TimelineComponent, deps: [{ token: TimelineService }], target: i0.ɵɵFactoryTarget.Component });
|
|
13448
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: TimelineComponent, isStandalone: true, selector: "kendo-timeline", inputs: { events: "events", modelFields: "modelFields", orientation: "orientation", alterMode: "alterMode", collapsibleEvents: "collapsibleEvents", navigable: "navigable", showDateLabels: "showDateLabels", animation: "animation", eventsOrder: "eventsOrder", eventWidth: "eventWidth", eventHeight: "eventHeight", dateFormat: "dateFormat" }, outputs: { onToggle: "onToggle", onActionClick: "onActionClick", onNavigate: "onNavigate" }, host: { properties: { "class.k-timeline": "this.hostClass", "class.k-timeline-vertical": "this.verticalClass", "class.k-timeline-horizontal": "this.horizontalClass", "class.k-timeline-alternating": "this.alternatingClass", "class.k-timeline-collapsible": "this.collapsibleClass" } }, providers: [
|
|
13431
13449
|
TimelineService,
|
|
13432
13450
|
LocalizationService,
|
|
13433
13451
|
{
|
|
13434
13452
|
provide: L10N_PREFIX,
|
|
13435
13453
|
useValue: 'kendo.timeline'
|
|
13436
|
-
}
|
|
13454
|
+
},
|
|
13455
|
+
provideComponentName('timeline')
|
|
13437
13456
|
], queries: [{ propertyName: "cardHeaderTemplate", predicate: TimelineCardHeaderTemplateDirective }, { propertyName: "cardBodyTemplate", predicate: TimelineCardBodyTemplateDirective }, { propertyName: "cardActionsTemplate", predicate: TimelineCardActionsTemplateDirective }], viewQueries: [{ propertyName: "timelineHorizontal", first: true, predicate: TimelineHorizontalComponent, descendants: true }, { propertyName: "timelineVertical", first: true, predicate: TimelineVerticalComponent, descendants: true }], exportAs: ["kendoTimeline"], ngImport: i0, template: `
|
|
13438
13457
|
<ng-container kendoTimelineLocalizedMessages
|
|
13439
13458
|
i18n-previous="kendo.timeline.previous|The title of the previous button in horizontal orientation."
|
|
@@ -13478,7 +13497,7 @@ class TimelineComponent {
|
|
|
13478
13497
|
}
|
|
13479
13498
|
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedTimelineMessagesDirective, selector: "[kendoTimelineLocalizedMessages]" }, { kind: "component", type: TimelineVerticalComponent, selector: "kendo-timeline-vertical", inputs: ["events", "alterMode", "collapsibleEvents", "navigable", "showDateLabels", "animationDuration", "eventWidth", "dateFormat", "headerTemplate", "bodyTemplate", "actionsTemplate"], exportAs: ["kendoTimelineVertical"] }, { kind: "component", type: TimelineHorizontalComponent, selector: "kendo-timeline-horizontal", inputs: ["events", "alterMode", "collapsibleEvents", "navigable", "showDateLabels", "animationDuration", "eventHeight", "dateFormat", "headerTemplate", "bodyTemplate", "actionsTemplate"], exportAs: ["kendoTimelineHorizontal"] }] });
|
|
13480
13499
|
}
|
|
13481
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
13500
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TimelineComponent, decorators: [{
|
|
13482
13501
|
type: Component,
|
|
13483
13502
|
args: [{
|
|
13484
13503
|
providers: [
|
|
@@ -13487,7 +13506,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
13487
13506
|
{
|
|
13488
13507
|
provide: L10N_PREFIX,
|
|
13489
13508
|
useValue: 'kendo.timeline'
|
|
13490
|
-
}
|
|
13509
|
+
},
|
|
13510
|
+
provideComponentName('timeline')
|
|
13491
13511
|
],
|
|
13492
13512
|
exportAs: 'kendoTimeline',
|
|
13493
13513
|
selector: 'kendo-timeline',
|
|
@@ -13744,11 +13764,11 @@ const KENDO_LAYOUT = [
|
|
|
13744
13764
|
* ```
|
|
13745
13765
|
*/
|
|
13746
13766
|
class AvatarModule {
|
|
13747
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
13748
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
13749
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
13767
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: AvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
13768
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.26", ngImport: i0, type: AvatarModule, imports: [AvatarComponent, AvatarCustomMessagesComponent], exports: [AvatarComponent, AvatarCustomMessagesComponent] });
|
|
13769
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: AvatarModule, imports: [AvatarComponent] });
|
|
13750
13770
|
}
|
|
13751
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
13771
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: AvatarModule, decorators: [{
|
|
13752
13772
|
type: NgModule,
|
|
13753
13773
|
args: [{
|
|
13754
13774
|
exports: [...KENDO_AVATAR],
|
|
@@ -13774,11 +13794,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
13774
13794
|
* ```
|
|
13775
13795
|
*/
|
|
13776
13796
|
class CardModule {
|
|
13777
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
13778
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
13779
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
13797
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: CardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
13798
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.26", ngImport: i0, type: CardModule, imports: [CardComponent, CardActionsComponent, CardBodyComponent, CardFooterComponent, CardHeaderComponent, CardMediaDirective, CardSeparatorDirective, CardSubtitleDirective, CardTitleDirective], exports: [CardComponent, CardActionsComponent, CardBodyComponent, CardFooterComponent, CardHeaderComponent, CardMediaDirective, CardSeparatorDirective, CardSubtitleDirective, CardTitleDirective] });
|
|
13799
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: CardModule });
|
|
13780
13800
|
}
|
|
13781
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
13801
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: CardModule, decorators: [{
|
|
13782
13802
|
type: NgModule,
|
|
13783
13803
|
args: [{
|
|
13784
13804
|
exports: [...KENDO_CARD],
|
|
@@ -13804,11 +13824,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
13804
13824
|
* ```
|
|
13805
13825
|
*/
|
|
13806
13826
|
class DrawerModule {
|
|
13807
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
13808
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
13809
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
13827
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: DrawerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
13828
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.26", ngImport: i0, type: DrawerModule, imports: [DrawerComponent, DrawerContainerComponent, DrawerContentComponent, DrawerTemplateDirective, DrawerFooterTemplateDirective, DrawerHeaderTemplateDirective, DrawerItemTemplateDirective], exports: [DrawerComponent, DrawerContainerComponent, DrawerContentComponent, DrawerTemplateDirective, DrawerFooterTemplateDirective, DrawerHeaderTemplateDirective, DrawerItemTemplateDirective] });
|
|
13829
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: DrawerModule, imports: [DrawerComponent] });
|
|
13810
13830
|
}
|
|
13811
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
13831
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: DrawerModule, decorators: [{
|
|
13812
13832
|
type: NgModule,
|
|
13813
13833
|
args: [{
|
|
13814
13834
|
exports: [...KENDO_DRAWER],
|
|
@@ -13838,11 +13858,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
13838
13858
|
* ```
|
|
13839
13859
|
*/
|
|
13840
13860
|
class LayoutModule {
|
|
13841
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
13842
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
13843
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
13861
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
13862
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.26", ngImport: i0, type: LayoutModule, imports: [AvatarComponent, AvatarCustomMessagesComponent, CardComponent, CardActionsComponent, CardBodyComponent, CardFooterComponent, CardHeaderComponent, CardMediaDirective, CardSeparatorDirective, CardSubtitleDirective, CardTitleDirective, DrawerComponent, DrawerContainerComponent, DrawerContentComponent, DrawerTemplateDirective, DrawerFooterTemplateDirective, DrawerHeaderTemplateDirective, DrawerItemTemplateDirective, ExpansionPanelComponent, ExpansionPanelTitleDirective, GridLayoutComponent, GridLayoutItemComponent, PanelBarComponent, PanelBarItemComponent, PanelBarContentDirective, PanelBarItemTemplateDirective, PanelBarItemTitleDirective, SplitterComponent, SplitterPaneComponent, StackLayoutComponent, StepperComponent, StepperCustomMessagesComponent, StepperIndicatorTemplateDirective, StepperLabelTemplateDirective, StepperStepTemplateDirective, TabStripComponent, TabStripTabComponent, TabContentDirective, TabTitleDirective, TabStripCustomMessagesComponent, TileLayoutComponent, TileLayoutItemBodyComponent, TileLayoutItemComponent, TileLayoutItemHeaderComponent, TimelineComponent, TimelineCustomMessagesComponent, TimelineCardActionsTemplateDirective, TimelineCardBodyTemplateDirective, TimelineCardHeaderTemplateDirective], exports: [AvatarComponent, AvatarCustomMessagesComponent, CardComponent, CardActionsComponent, CardBodyComponent, CardFooterComponent, CardHeaderComponent, CardMediaDirective, CardSeparatorDirective, CardSubtitleDirective, CardTitleDirective, DrawerComponent, DrawerContainerComponent, DrawerContentComponent, DrawerTemplateDirective, DrawerFooterTemplateDirective, DrawerHeaderTemplateDirective, DrawerItemTemplateDirective, ExpansionPanelComponent, ExpansionPanelTitleDirective, GridLayoutComponent, GridLayoutItemComponent, PanelBarComponent, PanelBarItemComponent, PanelBarContentDirective, PanelBarItemTemplateDirective, PanelBarItemTitleDirective, SplitterComponent, SplitterPaneComponent, StackLayoutComponent, StepperComponent, StepperCustomMessagesComponent, StepperIndicatorTemplateDirective, StepperLabelTemplateDirective, StepperStepTemplateDirective, TabStripComponent, TabStripTabComponent, TabContentDirective, TabTitleDirective, TabStripCustomMessagesComponent, TileLayoutComponent, TileLayoutItemBodyComponent, TileLayoutItemComponent, TileLayoutItemHeaderComponent, TimelineComponent, TimelineCustomMessagesComponent, TimelineCardActionsTemplateDirective, TimelineCardBodyTemplateDirective, TimelineCardHeaderTemplateDirective] });
|
|
13863
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LayoutModule, imports: [AvatarComponent, DrawerComponent, ExpansionPanelComponent, PanelBarComponent, PanelBarItemComponent, SplitterComponent, StepperComponent, TabStripComponent, TileLayoutComponent, TimelineComponent] });
|
|
13844
13864
|
}
|
|
13845
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
13865
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LayoutModule, decorators: [{
|
|
13846
13866
|
type: NgModule,
|
|
13847
13867
|
args: [{
|
|
13848
13868
|
exports: [...KENDO_LAYOUT],
|
|
@@ -13868,11 +13888,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
13868
13888
|
* ```
|
|
13869
13889
|
*/
|
|
13870
13890
|
class PanelBarModule {
|
|
13871
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
13872
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
13873
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
13891
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: PanelBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
13892
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.26", ngImport: i0, type: PanelBarModule, imports: [PanelBarComponent, PanelBarItemComponent, PanelBarContentDirective, PanelBarItemTemplateDirective, PanelBarItemTitleDirective], exports: [PanelBarComponent, PanelBarItemComponent, PanelBarContentDirective, PanelBarItemTemplateDirective, PanelBarItemTitleDirective] });
|
|
13893
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: PanelBarModule, imports: [PanelBarComponent, PanelBarItemComponent] });
|
|
13874
13894
|
}
|
|
13875
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
13895
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: PanelBarModule, decorators: [{
|
|
13876
13896
|
type: NgModule,
|
|
13877
13897
|
args: [{
|
|
13878
13898
|
exports: [...KENDO_PANELBAR],
|
|
@@ -13898,11 +13918,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
13898
13918
|
* ```
|
|
13899
13919
|
*/
|
|
13900
13920
|
class SplitterModule {
|
|
13901
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
13902
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
13903
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
13921
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SplitterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
13922
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.26", ngImport: i0, type: SplitterModule, imports: [SplitterComponent, SplitterPaneComponent], exports: [SplitterComponent, SplitterPaneComponent] });
|
|
13923
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SplitterModule, imports: [SplitterComponent] });
|
|
13904
13924
|
}
|
|
13905
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
13925
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SplitterModule, decorators: [{
|
|
13906
13926
|
type: NgModule,
|
|
13907
13927
|
args: [{
|
|
13908
13928
|
exports: [...KENDO_SPLITTER],
|
|
@@ -13928,11 +13948,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
13928
13948
|
* ```
|
|
13929
13949
|
*/
|
|
13930
13950
|
class StepperModule {
|
|
13931
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
13932
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
13933
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
13951
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: StepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
13952
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.26", ngImport: i0, type: StepperModule, imports: [StepperComponent, StepperCustomMessagesComponent, StepperIndicatorTemplateDirective, StepperLabelTemplateDirective, StepperStepTemplateDirective], exports: [StepperComponent, StepperCustomMessagesComponent, StepperIndicatorTemplateDirective, StepperLabelTemplateDirective, StepperStepTemplateDirective] });
|
|
13953
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: StepperModule, imports: [StepperComponent] });
|
|
13934
13954
|
}
|
|
13935
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
13955
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: StepperModule, decorators: [{
|
|
13936
13956
|
type: NgModule,
|
|
13937
13957
|
args: [{
|
|
13938
13958
|
exports: [...KENDO_STEPPER],
|
|
@@ -13958,11 +13978,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
13958
13978
|
* ```
|
|
13959
13979
|
*/
|
|
13960
13980
|
class TabStripModule {
|
|
13961
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
13962
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
13963
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
13981
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TabStripModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
13982
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.26", ngImport: i0, type: TabStripModule, imports: [TabStripComponent, TabStripTabComponent, TabContentDirective, TabTitleDirective, TabStripCustomMessagesComponent], exports: [TabStripComponent, TabStripTabComponent, TabContentDirective, TabTitleDirective, TabStripCustomMessagesComponent] });
|
|
13983
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TabStripModule, imports: [TabStripComponent] });
|
|
13964
13984
|
}
|
|
13965
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
13985
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TabStripModule, decorators: [{
|
|
13966
13986
|
type: NgModule,
|
|
13967
13987
|
args: [{
|
|
13968
13988
|
exports: [...KENDO_TABSTRIP],
|
|
@@ -13988,11 +14008,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
13988
14008
|
* ```
|
|
13989
14009
|
*/
|
|
13990
14010
|
class ExpansionPanelModule {
|
|
13991
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
13992
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
13993
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
14011
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ExpansionPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
14012
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.26", ngImport: i0, type: ExpansionPanelModule, imports: [ExpansionPanelComponent, ExpansionPanelTitleDirective], exports: [ExpansionPanelComponent, ExpansionPanelTitleDirective] });
|
|
14013
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ExpansionPanelModule, imports: [ExpansionPanelComponent] });
|
|
13994
14014
|
}
|
|
13995
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
14015
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ExpansionPanelModule, decorators: [{
|
|
13996
14016
|
type: NgModule,
|
|
13997
14017
|
args: [{
|
|
13998
14018
|
exports: [...KENDO_EXPANSIONPANEL],
|
|
@@ -14018,11 +14038,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
14018
14038
|
* ```
|
|
14019
14039
|
*/
|
|
14020
14040
|
class TileLayoutModule {
|
|
14021
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
14022
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
14023
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
14041
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TileLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
14042
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.26", ngImport: i0, type: TileLayoutModule, imports: [TileLayoutComponent, TileLayoutItemBodyComponent, TileLayoutItemComponent, TileLayoutItemHeaderComponent], exports: [TileLayoutComponent, TileLayoutItemBodyComponent, TileLayoutItemComponent, TileLayoutItemHeaderComponent] });
|
|
14043
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TileLayoutModule, imports: [TileLayoutComponent] });
|
|
14024
14044
|
}
|
|
14025
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
14045
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TileLayoutModule, decorators: [{
|
|
14026
14046
|
type: NgModule,
|
|
14027
14047
|
args: [{
|
|
14028
14048
|
exports: [...KENDO_TILELAYOUT],
|
|
@@ -14048,11 +14068,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
14048
14068
|
* ```
|
|
14049
14069
|
*/
|
|
14050
14070
|
class StackLayoutModule {
|
|
14051
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
14052
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
14053
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
14071
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: StackLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
14072
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.26", ngImport: i0, type: StackLayoutModule, imports: [StackLayoutComponent], exports: [StackLayoutComponent] });
|
|
14073
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: StackLayoutModule });
|
|
14054
14074
|
}
|
|
14055
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
14075
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: StackLayoutModule, decorators: [{
|
|
14056
14076
|
type: NgModule,
|
|
14057
14077
|
args: [{
|
|
14058
14078
|
exports: [...KENDO_STACKLAYOUT],
|
|
@@ -14078,11 +14098,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
14078
14098
|
* ```
|
|
14079
14099
|
*/
|
|
14080
14100
|
class GridLayoutModule {
|
|
14081
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
14082
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
14083
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
14101
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: GridLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
14102
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.26", ngImport: i0, type: GridLayoutModule, imports: [GridLayoutComponent, GridLayoutItemComponent], exports: [GridLayoutComponent, GridLayoutItemComponent] });
|
|
14103
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: GridLayoutModule });
|
|
14084
14104
|
}
|
|
14085
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
14105
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: GridLayoutModule, decorators: [{
|
|
14086
14106
|
type: NgModule,
|
|
14087
14107
|
args: [{
|
|
14088
14108
|
exports: [...KENDO_GRIDLAYOUT],
|
|
@@ -14108,11 +14128,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
14108
14128
|
* ```
|
|
14109
14129
|
*/
|
|
14110
14130
|
class TimelineModule {
|
|
14111
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
14112
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
14113
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
14131
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TimelineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
14132
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.26", ngImport: i0, type: TimelineModule, imports: [TimelineComponent, TimelineCustomMessagesComponent, TimelineCardActionsTemplateDirective, TimelineCardBodyTemplateDirective, TimelineCardHeaderTemplateDirective], exports: [TimelineComponent, TimelineCustomMessagesComponent, TimelineCardActionsTemplateDirective, TimelineCardBodyTemplateDirective, TimelineCardHeaderTemplateDirective] });
|
|
14133
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TimelineModule, imports: [TimelineComponent] });
|
|
14114
14134
|
}
|
|
14115
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
14135
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TimelineModule, decorators: [{
|
|
14116
14136
|
type: NgModule,
|
|
14117
14137
|
args: [{
|
|
14118
14138
|
exports: [...KENDO_TIMELINE],
|