@progress/kendo-angular-layout 24.2.2 → 25.0.0-develop.12
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 +305 -301
- package/index.d.ts +4927 -97
- package/package-metadata.mjs +2 -2
- package/package.json +13 -13
- package/avatar/avatar.component.d.ts +0 -152
- package/avatar/l10n/custom-messages.component.d.ts +0 -26
- package/avatar/l10n/localized-messages.directive.d.ts +0 -16
- package/avatar/l10n/messages.d.ts +0 -17
- package/avatar/models/fill.d.ts +0 -8
- package/avatar/models/models.d.ts +0 -9
- package/avatar/models/rounded.d.ts +0 -8
- package/avatar/models/shape.d.ts +0 -15
- package/avatar/models/size.d.ts +0 -8
- package/avatar/models/theme-color.d.ts +0 -14
- package/avatar.module.d.ts +0 -28
- package/card/card-actions.component.d.ts +0 -65
- package/card/card-body.component.d.ts +0 -21
- package/card/card-footer.component.d.ts +0 -21
- package/card/card-header.component.d.ts +0 -22
- package/card/card.component.d.ts +0 -55
- package/card/directives/card-media.directive.d.ts +0 -22
- package/card/directives/card-separator.directive.d.ts +0 -34
- package/card/directives/card-subtitle.directive.d.ts +0 -20
- package/card/directives/card-title.directive.d.ts +0 -20
- package/card/models/actions-layout.d.ts +0 -8
- package/card/models/card-action.d.ts +0 -21
- package/card.module.d.ts +0 -35
- package/common/direction.d.ts +0 -8
- package/common/dom-queries.d.ts +0 -24
- package/common/orientation.d.ts +0 -8
- package/common/preventable-event.d.ts +0 -25
- package/common/styling-classes.d.ts +0 -11
- package/common/util.d.ts +0 -44
- package/directives.d.ts +0 -100
- package/drawer/drawer-container.component.d.ts +0 -52
- package/drawer/drawer-content.component.d.ts +0 -22
- package/drawer/drawer.component.d.ts +0 -204
- package/drawer/drawer.service.d.ts +0 -34
- package/drawer/events/drawer-list-select.event.d.ts +0 -26
- package/drawer/events/select-event.d.ts +0 -31
- package/drawer/item.component.d.ts +0 -38
- package/drawer/list.component.d.ts +0 -37
- package/drawer/models/constants.d.ts +0 -8
- package/drawer/models/drawer-animation.interface.d.ts +0 -18
- package/drawer/models/drawer-item-expand.interface.d.ts +0 -8
- package/drawer/models/drawer-item.interface.d.ts +0 -63
- package/drawer/models/drawer-view-item.interface.d.ts +0 -29
- package/drawer/models/mode.d.ts +0 -11
- package/drawer/models/position.d.ts +0 -8
- package/drawer/template-directives/drawer-template.directive.d.ts +0 -32
- package/drawer/template-directives/footer-template.directive.d.ts +0 -25
- package/drawer/template-directives/header-template.directive.d.ts +0 -25
- package/drawer/template-directives/item-template.directive.d.ts +0 -33
- package/drawer/template-directives.d.ts +0 -8
- package/drawer/types.d.ts +0 -8
- package/drawer/util.d.ts +0 -16
- package/drawer.module.d.ts +0 -33
- package/expansionpanel/animations.d.ts +0 -13
- package/expansionpanel/events/action-event.d.ts +0 -22
- package/expansionpanel/expansionpanel-title.directive.d.ts +0 -27
- package/expansionpanel/expansionpanel.component.d.ts +0 -179
- package/expansionpanel.module.d.ts +0 -28
- package/gridlayout.module.d.ts +0 -28
- package/layout.module.d.ts +0 -79
- package/layouts/grid-layout.component.d.ts +0 -74
- package/layouts/gridlayout-item.component.d.ts +0 -48
- package/layouts/models/gridlayout-gap-settings.d.ts +0 -17
- package/layouts/models/gridlayout-row-col-size.d.ts +0 -22
- package/layouts/models/layout-align-settings.d.ts +0 -18
- package/layouts/models/layout-horizontal-align.d.ts +0 -8
- package/layouts/models/layout-vertical-align.d.ts +0 -8
- package/layouts/models.d.ts +0 -10
- package/layouts/stack-layout.component.d.ts +0 -60
- package/layouts/util.d.ts +0 -42
- package/package-metadata.d.ts +0 -9
- package/panelbar/events/collapse-event.d.ts +0 -15
- package/panelbar/events/expand-event.d.ts +0 -15
- package/panelbar/events/item-click-event.d.ts +0 -18
- package/panelbar/events/select-event.d.ts +0 -15
- package/panelbar/events/state-change-event.d.ts +0 -14
- package/panelbar/events.d.ts +0 -9
- package/panelbar/panelbar-content.directive.d.ts +0 -27
- package/panelbar/panelbar-expand-mode.d.ts +0 -28
- package/panelbar/panelbar-item-model.d.ts +0 -63
- package/panelbar/panelbar-item-template.directive.d.ts +0 -26
- package/panelbar/panelbar-item-title.directive.d.ts +0 -31
- package/panelbar/panelbar-item.component.d.ts +0 -187
- package/panelbar/panelbar.component.d.ts +0 -196
- package/panelbar/panelbar.service.d.ts +0 -31
- package/panelbar.module.d.ts +0 -31
- package/splitter/splitter-bar.component.d.ts +0 -61
- package/splitter/splitter-pane.component.d.ts +0 -158
- package/splitter/splitter.component.d.ts +0 -87
- package/splitter/splitter.service.d.ts +0 -68
- package/splitter/util.d.ts +0 -17
- package/splitter.module.d.ts +0 -28
- package/stacklayout.module.d.ts +0 -27
- package/stepper/events/activate-event.d.ts +0 -31
- package/stepper/list.component.d.ts +0 -48
- package/stepper/localization/custom-messages.component.d.ts +0 -26
- package/stepper/localization/localized-messages.directive.d.ts +0 -16
- package/stepper/localization/messages.d.ts +0 -17
- package/stepper/models/constants.d.ts +0 -8
- package/stepper/models/orientation.d.ts +0 -11
- package/stepper/models/step-predicate.d.ts +0 -18
- package/stepper/models/step-type.d.ts +0 -11
- package/stepper/models/stepper-step.interface.d.ts +0 -66
- package/stepper/step.component.d.ts +0 -64
- package/stepper/stepper.component.d.ts +0 -177
- package/stepper/stepper.service.d.ts +0 -41
- package/stepper/template-directives/indicator-template.directive.d.ts +0 -26
- package/stepper/template-directives/label-template.directive.d.ts +0 -26
- package/stepper/template-directives/step-template.directive.d.ts +0 -28
- package/stepper/template-directives.d.ts +0 -7
- package/stepper/types.d.ts +0 -8
- package/stepper.module.d.ts +0 -31
- package/tabstrip/constants.d.ts +0 -29
- package/tabstrip/directives/tab-content.directive.d.ts +0 -30
- package/tabstrip/directives/tab-title.directive.d.ts +0 -28
- package/tabstrip/directives/tab.directive.d.ts +0 -15
- package/tabstrip/events/select-event.d.ts +0 -21
- package/tabstrip/events/tabclose-event.d.ts +0 -21
- package/tabstrip/events/tabscroll-event.d.ts +0 -20
- package/tabstrip/events.d.ts +0 -7
- package/tabstrip/localization/custom-messages.component.d.ts +0 -27
- package/tabstrip/localization/localized-messages.directive.d.ts +0 -16
- package/tabstrip/localization/messages.d.ts +0 -25
- package/tabstrip/models/button-state-change.d.ts +0 -11
- package/tabstrip/models/scroll-button-type.d.ts +0 -8
- package/tabstrip/models/scroll-buttons-visibility.d.ts +0 -8
- package/tabstrip/models/scrollable-settings.d.ts +0 -65
- package/tabstrip/models/size.d.ts +0 -8
- package/tabstrip/models/tab-alignment.d.ts +0 -9
- package/tabstrip/models/tab-position.d.ts +0 -9
- package/tabstrip/models/tabstrip-tab.component.d.ts +0 -88
- package/tabstrip/rendering/tab.component.d.ts +0 -37
- package/tabstrip/scrollable-button.component.d.ts +0 -48
- package/tabstrip/tabstrip-scroll.service.d.ts +0 -36
- package/tabstrip/tabstrip.component.d.ts +0 -252
- package/tabstrip/tabstrip.service.d.ts +0 -35
- package/tabstrip/util.d.ts +0 -69
- package/tabstrip.module.d.ts +0 -31
- package/tilelayout/constants.d.ts +0 -48
- package/tilelayout/dragging-service.d.ts +0 -60
- package/tilelayout/keyboard-navigation.service.d.ts +0 -40
- package/tilelayout/models/dragging-config.interface.d.ts +0 -18
- package/tilelayout/models/flowmode.type.d.ts +0 -16
- package/tilelayout/models/gap.interface.d.ts +0 -17
- package/tilelayout/models/navigation.interface.d.ts +0 -17
- package/tilelayout/reorder-event.d.ts +0 -34
- package/tilelayout/resize-event.d.ts +0 -30
- package/tilelayout/tilelayout-item-body.component.d.ts +0 -23
- package/tilelayout/tilelayout-item-header.component.d.ts +0 -24
- package/tilelayout/tilelayout-item.component.d.ts +0 -119
- package/tilelayout/tilelayout-resize-handle.directive.d.ts +0 -22
- package/tilelayout/tilelayout.component.d.ts +0 -141
- package/tilelayout/util.d.ts +0 -68
- package/tilelayout.module.d.ts +0 -30
- package/timeline/events/navigation-direction.d.ts +0 -11
- package/timeline/localization/custom-messages.component.d.ts +0 -17
- package/timeline/localization/localized-messages.directive.d.ts +0 -16
- package/timeline/localization/messages.d.ts +0 -21
- package/timeline/models/anchor-target.d.ts +0 -11
- package/timeline/models/default-model-fields.d.ts +0 -9
- package/timeline/models/events-order.d.ts +0 -10
- package/timeline/models/model-fields.d.ts +0 -51
- package/timeline/models/timeline-event.d.ts +0 -49
- package/timeline/templates/timeline-card-actions.directive.d.ts +0 -29
- package/timeline/templates/timeline-card-body.directive.d.ts +0 -29
- package/timeline/templates/timeline-card-header.directive.d.ts +0 -30
- package/timeline/timeline-card.component.d.ts +0 -60
- package/timeline/timeline-horizontal.component.d.ts +0 -110
- package/timeline/timeline-vertical.component.d.ts +0 -41
- package/timeline/timeline.component.d.ts +0 -203
- package/timeline/timeline.service.d.ts +0 -17
- package/timeline/util.d.ts +0 -18
- package/timeline.module.d.ts +0 -31
|
@@ -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: '
|
|
32
|
+
publishDate: 1785317855,
|
|
33
|
+
version: '25.0.0-develop.12',
|
|
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: "
|
|
104
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
103
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: PanelBarService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
104
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: PanelBarService });
|
|
105
105
|
}
|
|
106
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
106
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", 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: "
|
|
131
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
130
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: PanelBarContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
131
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: PanelBarContentDirective, isStandalone: true, selector: "[kendoPanelBarContent]", ngImport: i0 });
|
|
132
132
|
}
|
|
133
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
133
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", 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: "
|
|
166
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
165
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", 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.25", type: PanelBarItemTitleDirective, isStandalone: true, selector: "[kendoPanelBarItemTitle]", ngImport: i0 });
|
|
167
167
|
}
|
|
168
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
168
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", 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: "
|
|
613
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
612
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", 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.25", 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: "
|
|
769
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", 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: "
|
|
1030
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1029
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", 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.25", type: PanelBarItemTemplateDirective, isStandalone: true, selector: "[kendoPanelBarItemTemplate]", ngImport: i0 });
|
|
1031
1031
|
}
|
|
1032
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1032
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: PanelBarItemTemplateDirective, decorators: [{
|
|
1033
1033
|
type: Directive,
|
|
1034
1034
|
args: [{
|
|
1035
1035
|
selector: '[kendoPanelBarItemTemplate]',
|
|
@@ -1652,8 +1652,8 @@ class PanelBarComponent {
|
|
|
1652
1652
|
});
|
|
1653
1653
|
return flattedItems;
|
|
1654
1654
|
}
|
|
1655
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1656
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
1655
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", 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.25", 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
|
{
|
|
@@ -1692,7 +1692,7 @@ class PanelBarComponent {
|
|
|
1692
1692
|
}
|
|
1693
1693
|
`, 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
1694
|
}
|
|
1695
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1695
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: PanelBarComponent, decorators: [{
|
|
1696
1696
|
type: Component,
|
|
1697
1697
|
args: [{
|
|
1698
1698
|
exportAs: 'kendoPanelbar',
|
|
@@ -2042,10 +2042,10 @@ class SplitterService {
|
|
|
2042
2042
|
this.zone.run(() => emitter.emit(args));
|
|
2043
2043
|
}
|
|
2044
2044
|
}
|
|
2045
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2046
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2045
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SplitterService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2046
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SplitterService });
|
|
2047
2047
|
}
|
|
2048
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2048
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SplitterService, decorators: [{
|
|
2049
2049
|
type: Injectable
|
|
2050
2050
|
}], ctorParameters: () => [{ type: i0.NgZone }] });
|
|
2051
2051
|
|
|
@@ -2323,8 +2323,8 @@ class SplitterPaneComponent {
|
|
|
2323
2323
|
this.renderer.removeClass(this.nativeElement, 'k-pane-static');
|
|
2324
2324
|
}
|
|
2325
2325
|
}
|
|
2326
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2327
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
2326
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SplitterPaneComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: SplitterService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2327
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", 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
2328
|
@if (!collapsed) {
|
|
2329
2329
|
<ng-content></ng-content>
|
|
2330
2330
|
}
|
|
@@ -2333,7 +2333,7 @@ class SplitterPaneComponent {
|
|
|
2333
2333
|
}
|
|
2334
2334
|
`, isInline: true });
|
|
2335
2335
|
}
|
|
2336
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2336
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SplitterPaneComponent, decorators: [{
|
|
2337
2337
|
type: Component,
|
|
2338
2338
|
args: [{
|
|
2339
2339
|
exportAs: 'kendoSplitterPane',
|
|
@@ -2626,8 +2626,8 @@ class SplitterBarComponent {
|
|
|
2626
2626
|
const attributesToRender = { ...this.mutableAttributes, ...this.parsedAttributes };
|
|
2627
2627
|
setHTMLAttributes(attributesToRender, this.renderer, this.element.nativeElement);
|
|
2628
2628
|
}
|
|
2629
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2630
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
2629
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", 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 });
|
|
2630
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", 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
2631
|
@if (shouldShowIcon('prev')) {
|
|
2632
2632
|
<div class="k-collapse-prev" (click)="togglePrevious()">
|
|
2633
2633
|
<kendo-icon-wrapper
|
|
@@ -2649,7 +2649,7 @@ class SplitterBarComponent {
|
|
|
2649
2649
|
}
|
|
2650
2650
|
`, isInline: true, dependencies: [{ kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
2651
2651
|
}
|
|
2652
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2652
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SplitterBarComponent, decorators: [{
|
|
2653
2653
|
type: Component,
|
|
2654
2654
|
args: [{
|
|
2655
2655
|
selector: 'kendo-splitter-bar',
|
|
@@ -2894,8 +2894,8 @@ class SplitterComponent {
|
|
|
2894
2894
|
setFixedHeight() {
|
|
2895
2895
|
this.splitterService.fixedHeight = getComputedStyle(this.element.nativeElement).getPropertyValue('height') !== 'auto';
|
|
2896
2896
|
}
|
|
2897
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2898
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
2897
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", 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 });
|
|
2898
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", 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
2899
|
SplitterService,
|
|
2900
2900
|
LocalizationService,
|
|
2901
2901
|
{
|
|
@@ -2922,7 +2922,7 @@ class SplitterComponent {
|
|
|
2922
2922
|
}
|
|
2923
2923
|
`, 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
2924
|
}
|
|
2925
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2925
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SplitterComponent, decorators: [{
|
|
2926
2926
|
type: Component,
|
|
2927
2927
|
args: [{
|
|
2928
2928
|
exportAs: 'kendoSplitter',
|
|
@@ -3020,10 +3020,10 @@ class TabContentDirective {
|
|
|
3020
3020
|
constructor(templateRef) {
|
|
3021
3021
|
this.templateRef = templateRef;
|
|
3022
3022
|
}
|
|
3023
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3024
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3023
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TabContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3024
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: TabContentDirective, isStandalone: true, selector: "[kendoTabContent]", ngImport: i0 });
|
|
3025
3025
|
}
|
|
3026
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3026
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TabContentDirective, decorators: [{
|
|
3027
3027
|
type: Directive,
|
|
3028
3028
|
args: [{
|
|
3029
3029
|
selector: '[kendoTabContent]',
|
|
@@ -3052,10 +3052,10 @@ class TabTitleDirective {
|
|
|
3052
3052
|
constructor(templateRef) {
|
|
3053
3053
|
this.templateRef = templateRef;
|
|
3054
3054
|
}
|
|
3055
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3056
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3055
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TabTitleDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3056
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: TabTitleDirective, isStandalone: true, selector: "[kendoTabTitle]", ngImport: i0 });
|
|
3057
3057
|
}
|
|
3058
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3058
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TabTitleDirective, decorators: [{
|
|
3059
3059
|
type: Directive,
|
|
3060
3060
|
args: [{
|
|
3061
3061
|
selector: '[kendoTabTitle]',
|
|
@@ -3071,10 +3071,10 @@ class TabTemplateDirective {
|
|
|
3071
3071
|
constructor(templateRef) {
|
|
3072
3072
|
this.templateRef = templateRef;
|
|
3073
3073
|
}
|
|
3074
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3075
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3074
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TabTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3075
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: TabTemplateDirective, isStandalone: true, selector: "[kendoTabTemplate]", ngImport: i0 });
|
|
3076
3076
|
}
|
|
3077
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3077
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TabTemplateDirective, decorators: [{
|
|
3078
3078
|
type: Directive,
|
|
3079
3079
|
args: [{
|
|
3080
3080
|
selector: '[kendoTabTemplate]',
|
|
@@ -3164,10 +3164,10 @@ class TabStripTabComponent {
|
|
|
3164
3164
|
* immediately selected
|
|
3165
3165
|
*/
|
|
3166
3166
|
focused = false;
|
|
3167
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3168
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3167
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TabStripTabComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3168
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", 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
3169
|
}
|
|
3170
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3170
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TabStripTabComponent, decorators: [{
|
|
3171
3171
|
type: Component,
|
|
3172
3172
|
args: [{
|
|
3173
3173
|
exportAs: 'kendoTabStripTab',
|
|
@@ -3520,10 +3520,10 @@ class TabStripService {
|
|
|
3520
3520
|
}
|
|
3521
3521
|
return selectedIndex + 1;
|
|
3522
3522
|
}
|
|
3523
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3524
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3523
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TabStripService, deps: [{ token: i1.LocalizationService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3524
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TabStripService });
|
|
3525
3525
|
}
|
|
3526
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3526
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TabStripService, decorators: [{
|
|
3527
3527
|
type: Injectable
|
|
3528
3528
|
}], ctorParameters: () => [{ type: i1.LocalizationService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }] });
|
|
3529
3529
|
|
|
@@ -3711,10 +3711,10 @@ class ScrollService {
|
|
|
3711
3711
|
this.scrollButtonActiveStateChange.next({ buttonType, active });
|
|
3712
3712
|
}
|
|
3713
3713
|
isDisabled = (buttonType) => this.owner[`${buttonType}ScrollButton`]?.host.nativeElement.classList.contains('k-disabled');
|
|
3714
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3715
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3714
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ScrollService, deps: [{ token: i0.NgZone }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3715
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ScrollService });
|
|
3716
3716
|
}
|
|
3717
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3717
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ScrollService, decorators: [{
|
|
3718
3718
|
type: Injectable
|
|
3719
3719
|
}], ctorParameters: () => [{ type: i0.NgZone }, { type: i1.LocalizationService }] });
|
|
3720
3720
|
|
|
@@ -3745,6 +3745,7 @@ class TabStripScrollableButtonComponent {
|
|
|
3745
3745
|
renderer;
|
|
3746
3746
|
ngZone;
|
|
3747
3747
|
localization;
|
|
3748
|
+
ariaHidden = true;
|
|
3748
3749
|
get prevClass() {
|
|
3749
3750
|
return this.prev;
|
|
3750
3751
|
}
|
|
@@ -3871,8 +3872,8 @@ class TabStripScrollableButtonComponent {
|
|
|
3871
3872
|
this.tabScroll.emit(scrollEvent);
|
|
3872
3873
|
return scrollEvent;
|
|
3873
3874
|
}
|
|
3874
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3875
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3875
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TabStripScrollableButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3876
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", 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
3877
|
<kendo-icon-wrapper
|
|
3877
3878
|
[name]="iconClass"
|
|
3878
3879
|
[customFontClass]="customIconClass"
|
|
@@ -3882,7 +3883,7 @@ class TabStripScrollableButtonComponent {
|
|
|
3882
3883
|
</kendo-icon-wrapper>
|
|
3883
3884
|
`, isInline: true, dependencies: [{ kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
3884
3885
|
}
|
|
3885
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3886
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TabStripScrollableButtonComponent, decorators: [{
|
|
3886
3887
|
type: Component,
|
|
3887
3888
|
args: [{
|
|
3888
3889
|
template: `
|
|
@@ -3898,7 +3899,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
3898
3899
|
standalone: true,
|
|
3899
3900
|
imports: [IconWrapperComponent]
|
|
3900
3901
|
}]
|
|
3901
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i1.LocalizationService }], propDecorators: {
|
|
3902
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i1.LocalizationService }], propDecorators: { ariaHidden: [{
|
|
3903
|
+
type: HostBinding,
|
|
3904
|
+
args: ['attr.aria-hidden']
|
|
3905
|
+
}], prevClass: [{
|
|
3902
3906
|
type: HostBinding,
|
|
3903
3907
|
args: ['class.k-tabstrip-prev']
|
|
3904
3908
|
}], nextClass: [{
|
|
@@ -3930,7 +3934,7 @@ class TabComponent {
|
|
|
3930
3934
|
tabClose = new EventEmitter();
|
|
3931
3935
|
hostClasses = true;
|
|
3932
3936
|
get activeClass() {
|
|
3933
|
-
return this.tab.selected;
|
|
3937
|
+
return this.tab.selected || null;
|
|
3934
3938
|
}
|
|
3935
3939
|
get disabledClass() {
|
|
3936
3940
|
return this.tab.disabled || null;
|
|
@@ -3985,8 +3989,8 @@ class TabComponent {
|
|
|
3985
3989
|
const closeArgs = new TabCloseEvent(index, this.tab);
|
|
3986
3990
|
this.tabClose.emit(closeArgs);
|
|
3987
3991
|
}
|
|
3988
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3989
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
3992
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TabComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3993
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", 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
3994
|
@if (!tab.tabTemplate) {
|
|
3991
3995
|
@if (!tab.tabTitle) {
|
|
3992
3996
|
<span class="k-link">
|
|
@@ -4014,7 +4018,7 @@ class TabComponent {
|
|
|
4014
4018
|
}
|
|
4015
4019
|
`, 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
4020
|
}
|
|
4017
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4021
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TabComponent, decorators: [{
|
|
4018
4022
|
type: Component,
|
|
4019
4023
|
args: [{
|
|
4020
4024
|
selector: '[kendoTabStripTab]',
|
|
@@ -4101,10 +4105,10 @@ class TabStripMessages extends ComponentMessages {
|
|
|
4101
4105
|
* Sets the title for the **Next Tab** button when the TabStrip is scrollable.
|
|
4102
4106
|
*/
|
|
4103
4107
|
nextTabButton;
|
|
4104
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4105
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4108
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TabStripMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
4109
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: TabStripMessages, isStandalone: true, selector: "kendo-tabstrip-messages-base", inputs: { closeTitle: "closeTitle", previousTabButton: "previousTabButton", nextTabButton: "nextTabButton" }, usesInheritance: true, ngImport: i0 });
|
|
4106
4110
|
}
|
|
4107
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4111
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TabStripMessages, decorators: [{
|
|
4108
4112
|
type: Directive,
|
|
4109
4113
|
args: [{
|
|
4110
4114
|
selector: 'kendo-tabstrip-messages-base'
|
|
@@ -4126,15 +4130,15 @@ class LocalizedTabStripMessagesDirective extends TabStripMessages {
|
|
|
4126
4130
|
super();
|
|
4127
4131
|
this.service = service;
|
|
4128
4132
|
}
|
|
4129
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4130
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4133
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: LocalizedTabStripMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4134
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: LocalizedTabStripMessagesDirective, isStandalone: true, selector: "[kendoTabStripLocalizedMessages]", providers: [
|
|
4131
4135
|
{
|
|
4132
4136
|
provide: TabStripMessages,
|
|
4133
4137
|
useExisting: forwardRef(() => LocalizedTabStripMessagesDirective)
|
|
4134
4138
|
}
|
|
4135
4139
|
], usesInheritance: true, ngImport: i0 });
|
|
4136
4140
|
}
|
|
4137
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4141
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: LocalizedTabStripMessagesDirective, decorators: [{
|
|
4138
4142
|
type: Directive,
|
|
4139
4143
|
args: [{
|
|
4140
4144
|
providers: [
|
|
@@ -4630,8 +4634,8 @@ class TabStripComponent {
|
|
|
4630
4634
|
this.renderer.addClass(wrapper, 'k-tabstrip-scrollable-end');
|
|
4631
4635
|
}
|
|
4632
4636
|
}
|
|
4633
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4634
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
4637
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", 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 });
|
|
4638
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", 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
4639
|
TabStripService,
|
|
4636
4640
|
ScrollService,
|
|
4637
4641
|
LocalizationService,
|
|
@@ -4677,7 +4681,7 @@ class TabStripComponent {
|
|
|
4677
4681
|
[prev]="true"
|
|
4678
4682
|
[title]="localization.get('previousTabButton')"
|
|
4679
4683
|
(tabScroll)="tabScroll.emit($event)"
|
|
4680
|
-
class="k-icon-button k-button k-button-flat
|
|
4684
|
+
class="k-icon-button k-button k-button-flat"
|
|
4681
4685
|
[ngClass]="{
|
|
4682
4686
|
'k-button-sm': size === 'small',
|
|
4683
4687
|
'k-button-md': size === 'medium',
|
|
@@ -4695,7 +4699,7 @@ class TabStripComponent {
|
|
|
4695
4699
|
[prev]="false"
|
|
4696
4700
|
[title]="localization.get('nextTabButton')"
|
|
4697
4701
|
(tabScroll)="tabScroll.emit($event)"
|
|
4698
|
-
class="k-icon-button k-button k-button-flat
|
|
4702
|
+
class="k-icon-button k-button k-button-flat"
|
|
4699
4703
|
[ngClass]="{
|
|
4700
4704
|
'k-button-sm': size === 'small',
|
|
4701
4705
|
'k-button-md': size === 'medium',
|
|
@@ -4746,7 +4750,7 @@ class TabStripComponent {
|
|
|
4746
4750
|
[prev]="true"
|
|
4747
4751
|
[title]="localization.get('previousTabButton')"
|
|
4748
4752
|
(tabScroll)="tabScroll.emit($event)"
|
|
4749
|
-
class="k-icon-button k-button k-button-flat
|
|
4753
|
+
class="k-icon-button k-button k-button-flat"
|
|
4750
4754
|
[ngClass]="{
|
|
4751
4755
|
'k-button-sm': size === 'small',
|
|
4752
4756
|
'k-button-md': size === 'medium',
|
|
@@ -4764,7 +4768,7 @@ class TabStripComponent {
|
|
|
4764
4768
|
[prev]="false"
|
|
4765
4769
|
[title]="localization.get('nextTabButton')"
|
|
4766
4770
|
(tabScroll)="tabScroll.emit($event)"
|
|
4767
|
-
class="k-icon-button k-button k-button-flat
|
|
4771
|
+
class="k-icon-button k-button k-button-flat"
|
|
4768
4772
|
[ngClass]="{
|
|
4769
4773
|
'k-button-sm': size === 'small',
|
|
4770
4774
|
'k-button-md': size === 'medium',
|
|
@@ -4810,7 +4814,7 @@ class TabStripComponent {
|
|
|
4810
4814
|
])
|
|
4811
4815
|
], deferBlockDependencies: [() => [NgTemplateOutlet, NgClass]] });
|
|
4812
4816
|
}
|
|
4813
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4817
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TabStripComponent, decorators: [{
|
|
4814
4818
|
type: Component,
|
|
4815
4819
|
args: [{
|
|
4816
4820
|
animations: [
|
|
@@ -4871,7 +4875,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
4871
4875
|
[prev]="true"
|
|
4872
4876
|
[title]="localization.get('previousTabButton')"
|
|
4873
4877
|
(tabScroll)="tabScroll.emit($event)"
|
|
4874
|
-
class="k-icon-button k-button k-button-flat
|
|
4878
|
+
class="k-icon-button k-button k-button-flat"
|
|
4875
4879
|
[ngClass]="{
|
|
4876
4880
|
'k-button-sm': size === 'small',
|
|
4877
4881
|
'k-button-md': size === 'medium',
|
|
@@ -4889,7 +4893,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
4889
4893
|
[prev]="false"
|
|
4890
4894
|
[title]="localization.get('nextTabButton')"
|
|
4891
4895
|
(tabScroll)="tabScroll.emit($event)"
|
|
4892
|
-
class="k-icon-button k-button k-button-flat
|
|
4896
|
+
class="k-icon-button k-button k-button-flat"
|
|
4893
4897
|
[ngClass]="{
|
|
4894
4898
|
'k-button-sm': size === 'small',
|
|
4895
4899
|
'k-button-md': size === 'medium',
|
|
@@ -4940,7 +4944,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
4940
4944
|
[prev]="true"
|
|
4941
4945
|
[title]="localization.get('previousTabButton')"
|
|
4942
4946
|
(tabScroll)="tabScroll.emit($event)"
|
|
4943
|
-
class="k-icon-button k-button k-button-flat
|
|
4947
|
+
class="k-icon-button k-button k-button-flat"
|
|
4944
4948
|
[ngClass]="{
|
|
4945
4949
|
'k-button-sm': size === 'small',
|
|
4946
4950
|
'k-button-md': size === 'medium',
|
|
@@ -4958,7 +4962,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
4958
4962
|
[prev]="false"
|
|
4959
4963
|
[title]="localization.get('nextTabButton')"
|
|
4960
4964
|
(tabScroll)="tabScroll.emit($event)"
|
|
4961
|
-
class="k-icon-button k-button k-button-flat
|
|
4965
|
+
class="k-icon-button k-button k-button-flat"
|
|
4962
4966
|
[ngClass]="{
|
|
4963
4967
|
'k-button-sm': size === 'small',
|
|
4964
4968
|
'k-button-md': size === 'medium',
|
|
@@ -5091,15 +5095,15 @@ class TabStripCustomMessagesComponent extends TabStripMessages {
|
|
|
5091
5095
|
get override() {
|
|
5092
5096
|
return true;
|
|
5093
5097
|
}
|
|
5094
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5095
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
5098
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TabStripCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5099
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: TabStripCustomMessagesComponent, isStandalone: true, selector: "kendo-tabstrip-messages", providers: [
|
|
5096
5100
|
{
|
|
5097
5101
|
provide: TabStripMessages,
|
|
5098
5102
|
useExisting: forwardRef(() => TabStripCustomMessagesComponent)
|
|
5099
5103
|
}
|
|
5100
5104
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
5101
5105
|
}
|
|
5102
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5106
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TabStripCustomMessagesComponent, decorators: [{
|
|
5103
5107
|
type: Component,
|
|
5104
5108
|
args: [{
|
|
5105
5109
|
providers: [
|
|
@@ -5139,10 +5143,10 @@ class DrawerTemplateDirective {
|
|
|
5139
5143
|
constructor(templateRef) {
|
|
5140
5144
|
this.templateRef = templateRef;
|
|
5141
5145
|
}
|
|
5142
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5143
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
5146
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DrawerTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5147
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: DrawerTemplateDirective, isStandalone: true, selector: "[kendoDrawerTemplate]", ngImport: i0 });
|
|
5144
5148
|
}
|
|
5145
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5149
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DrawerTemplateDirective, decorators: [{
|
|
5146
5150
|
type: Directive,
|
|
5147
5151
|
args: [{
|
|
5148
5152
|
selector: '[kendoDrawerTemplate]',
|
|
@@ -5178,10 +5182,10 @@ class DrawerItemTemplateDirective {
|
|
|
5178
5182
|
constructor(templateRef) {
|
|
5179
5183
|
this.templateRef = templateRef;
|
|
5180
5184
|
}
|
|
5181
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5182
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
5185
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DrawerItemTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5186
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: DrawerItemTemplateDirective, isStandalone: true, selector: "[kendoDrawerItemTemplate]", ngImport: i0 });
|
|
5183
5187
|
}
|
|
5184
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5188
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DrawerItemTemplateDirective, decorators: [{
|
|
5185
5189
|
type: Directive,
|
|
5186
5190
|
args: [{
|
|
5187
5191
|
selector: '[kendoDrawerItemTemplate]',
|
|
@@ -5209,10 +5213,10 @@ class DrawerHeaderTemplateDirective {
|
|
|
5209
5213
|
constructor(templateRef) {
|
|
5210
5214
|
this.templateRef = templateRef;
|
|
5211
5215
|
}
|
|
5212
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5213
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
5216
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DrawerHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5217
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: DrawerHeaderTemplateDirective, isStandalone: true, selector: "[kendoDrawerHeaderTemplate]", ngImport: i0 });
|
|
5214
5218
|
}
|
|
5215
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5219
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DrawerHeaderTemplateDirective, decorators: [{
|
|
5216
5220
|
type: Directive,
|
|
5217
5221
|
args: [{
|
|
5218
5222
|
selector: '[kendoDrawerHeaderTemplate]',
|
|
@@ -5240,10 +5244,10 @@ class DrawerFooterTemplateDirective {
|
|
|
5240
5244
|
constructor(templateRef) {
|
|
5241
5245
|
this.templateRef = templateRef;
|
|
5242
5246
|
}
|
|
5243
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5244
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
5247
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DrawerFooterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5248
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: DrawerFooterTemplateDirective, isStandalone: true, selector: "[kendoDrawerFooterTemplate]", ngImport: i0 });
|
|
5245
5249
|
}
|
|
5246
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5250
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DrawerFooterTemplateDirective, decorators: [{
|
|
5247
5251
|
type: Directive,
|
|
5248
5252
|
args: [{
|
|
5249
5253
|
selector: '[kendoDrawerFooterTemplate]',
|
|
@@ -5347,10 +5351,10 @@ class DrawerService {
|
|
|
5347
5351
|
resetSelection() {
|
|
5348
5352
|
this.selectedIndices = [];
|
|
5349
5353
|
}
|
|
5350
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5351
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5354
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DrawerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5355
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DrawerService });
|
|
5352
5356
|
}
|
|
5353
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5357
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DrawerService, decorators: [{
|
|
5354
5358
|
type: Injectable
|
|
5355
5359
|
}] });
|
|
5356
5360
|
|
|
@@ -5454,8 +5458,8 @@ class DrawerItemComponent {
|
|
|
5454
5458
|
get item() {
|
|
5455
5459
|
return this.viewItem.item;
|
|
5456
5460
|
}
|
|
5457
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5458
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
5461
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DrawerItemComponent, deps: [{ token: DrawerService }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
5462
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", 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
5463
|
@if (itemTemplate) {
|
|
5460
5464
|
<ng-template
|
|
5461
5465
|
[ngTemplateOutlet]="itemTemplate"
|
|
@@ -5505,7 +5509,7 @@ class DrawerItemComponent {
|
|
|
5505
5509
|
|
|
5506
5510
|
`, 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
5511
|
}
|
|
5508
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5512
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DrawerItemComponent, decorators: [{
|
|
5509
5513
|
type: Component,
|
|
5510
5514
|
args: [{
|
|
5511
5515
|
selector: '[kendoDrawerItem]',
|
|
@@ -5692,10 +5696,10 @@ class DrawerListComponent {
|
|
|
5692
5696
|
return itemIndex(item, DRAWER_ITEM_INDEX);
|
|
5693
5697
|
}
|
|
5694
5698
|
}
|
|
5695
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5696
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
5699
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DrawerListComponent, deps: [{ token: DrawerService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
5700
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", 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
5701
|
}
|
|
5698
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5702
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DrawerListComponent, decorators: [{
|
|
5699
5703
|
type: Component,
|
|
5700
5704
|
args: [{
|
|
5701
5705
|
selector: '[kendoDrawerList]',
|
|
@@ -6045,8 +6049,8 @@ class DrawerComponent {
|
|
|
6045
6049
|
this.expanded = value;
|
|
6046
6050
|
this.expandedChange.emit(value);
|
|
6047
6051
|
}
|
|
6048
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6049
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
6052
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DrawerComponent, deps: [{ token: i1.LocalizationService }, { token: DrawerService }], target: i0.ɵɵFactoryTarget.Component });
|
|
6053
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", 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
6054
|
LocalizationService,
|
|
6051
6055
|
DrawerService,
|
|
6052
6056
|
{
|
|
@@ -6094,7 +6098,7 @@ class DrawerComponent {
|
|
|
6094
6098
|
}
|
|
6095
6099
|
`, 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
6100
|
}
|
|
6097
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6101
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DrawerComponent, decorators: [{
|
|
6098
6102
|
type: Component,
|
|
6099
6103
|
args: [{
|
|
6100
6104
|
exportAs: 'kendoDrawer',
|
|
@@ -6274,8 +6278,8 @@ class DrawerContainerComponent {
|
|
|
6274
6278
|
this.drawer.toggle(false);
|
|
6275
6279
|
}
|
|
6276
6280
|
}
|
|
6277
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6278
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
6281
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DrawerContainerComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
6282
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", 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
6283
|
LocalizationService,
|
|
6280
6284
|
{
|
|
6281
6285
|
provide: L10N_PREFIX,
|
|
@@ -6288,7 +6292,7 @@ class DrawerContainerComponent {
|
|
|
6288
6292
|
<ng-content></ng-content>
|
|
6289
6293
|
`, isInline: true });
|
|
6290
6294
|
}
|
|
6291
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6295
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DrawerContainerComponent, decorators: [{
|
|
6292
6296
|
type: Component,
|
|
6293
6297
|
args: [{
|
|
6294
6298
|
selector: 'kendo-drawer-container',
|
|
@@ -6344,12 +6348,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
6344
6348
|
class DrawerContentComponent {
|
|
6345
6349
|
hostClasses = true;
|
|
6346
6350
|
constructor() { }
|
|
6347
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6348
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
6351
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DrawerContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6352
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: DrawerContentComponent, isStandalone: true, selector: "kendo-drawer-content", host: { properties: { "class.k-drawer-content": "this.hostClasses" } }, ngImport: i0, template: `
|
|
6349
6353
|
<ng-content></ng-content>
|
|
6350
6354
|
`, isInline: true, encapsulation: i0.ViewEncapsulation.None });
|
|
6351
6355
|
}
|
|
6352
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6356
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DrawerContentComponent, decorators: [{
|
|
6353
6357
|
type: Component,
|
|
6354
6358
|
args: [{
|
|
6355
6359
|
selector: 'kendo-drawer-content',
|
|
@@ -6414,10 +6418,10 @@ class StepperStepTemplateDirective {
|
|
|
6414
6418
|
constructor(templateRef) {
|
|
6415
6419
|
this.templateRef = templateRef;
|
|
6416
6420
|
}
|
|
6417
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6418
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
6421
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperStepTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6422
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: StepperStepTemplateDirective, isStandalone: true, selector: "[kendoStepperStepTemplate]", ngImport: i0 });
|
|
6419
6423
|
}
|
|
6420
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6424
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperStepTemplateDirective, decorators: [{
|
|
6421
6425
|
type: Directive,
|
|
6422
6426
|
args: [{
|
|
6423
6427
|
selector: '[kendoStepperStepTemplate]',
|
|
@@ -6446,10 +6450,10 @@ class StepperLabelTemplateDirective {
|
|
|
6446
6450
|
constructor(templateRef) {
|
|
6447
6451
|
this.templateRef = templateRef;
|
|
6448
6452
|
}
|
|
6449
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6450
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
6453
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperLabelTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6454
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: StepperLabelTemplateDirective, isStandalone: true, selector: "[kendoStepperLabelTemplate]", ngImport: i0 });
|
|
6451
6455
|
}
|
|
6452
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6456
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperLabelTemplateDirective, decorators: [{
|
|
6453
6457
|
type: Directive,
|
|
6454
6458
|
args: [{
|
|
6455
6459
|
selector: '[kendoStepperLabelTemplate]',
|
|
@@ -6478,10 +6482,10 @@ class StepperIndicatorTemplateDirective {
|
|
|
6478
6482
|
constructor(templateRef) {
|
|
6479
6483
|
this.templateRef = templateRef;
|
|
6480
6484
|
}
|
|
6481
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6482
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
6485
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperIndicatorTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6486
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: StepperIndicatorTemplateDirective, isStandalone: true, selector: "[kendoStepperIndicatorTemplate]", ngImport: i0 });
|
|
6483
6487
|
}
|
|
6484
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6488
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperIndicatorTemplateDirective, decorators: [{
|
|
6485
6489
|
type: Directive,
|
|
6486
6490
|
args: [{
|
|
6487
6491
|
selector: '[kendoStepperIndicatorTemplate]',
|
|
@@ -6661,10 +6665,10 @@ class StepperService {
|
|
|
6661
6665
|
get isHorizontal() {
|
|
6662
6666
|
return this.owner.orientation === 'horizontal';
|
|
6663
6667
|
}
|
|
6664
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6665
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
6668
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperService, deps: [{ token: i1.LocalizationService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6669
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperService });
|
|
6666
6670
|
}
|
|
6667
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6671
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperService, decorators: [{
|
|
6668
6672
|
type: Injectable
|
|
6669
6673
|
}], ctorParameters: () => [{ type: i1.LocalizationService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }] });
|
|
6670
6674
|
|
|
@@ -6861,8 +6865,8 @@ class StepperStepComponent {
|
|
|
6861
6865
|
this.isStepValid = this.updateStepValidity();
|
|
6862
6866
|
}
|
|
6863
6867
|
}
|
|
6864
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6865
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
6868
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperStepComponent, deps: [{ token: StepperService }, { token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
6869
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", 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
6870
|
<a href='#' class='k-step-link' #stepLink
|
|
6867
6871
|
[attr.tabindex]='tabIndexAttr'
|
|
6868
6872
|
[attr.title]='step.label'
|
|
@@ -6937,7 +6941,7 @@ class StepperStepComponent {
|
|
|
6937
6941
|
</a>
|
|
6938
6942
|
`, 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
6943
|
}
|
|
6940
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6944
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperStepComponent, decorators: [{
|
|
6941
6945
|
type: Component,
|
|
6942
6946
|
args: [{
|
|
6943
6947
|
selector: '[kendoStepperStep]',
|
|
@@ -7151,10 +7155,10 @@ class StepperListComponent {
|
|
|
7151
7155
|
return itemIndex(step, STEPPER_STEP_INDEX);
|
|
7152
7156
|
}
|
|
7153
7157
|
}
|
|
7154
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7155
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
7158
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperListComponent, deps: [{ token: i0.Renderer2 }, { token: i0.NgZone }, { token: StepperService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
7159
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", 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
7160
|
}
|
|
7157
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7161
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperListComponent, decorators: [{
|
|
7158
7162
|
type: Component,
|
|
7159
7163
|
args: [{
|
|
7160
7164
|
selector: '[kendoStepperList]',
|
|
@@ -7233,10 +7237,10 @@ class StepperMessages extends ComponentMessages {
|
|
|
7233
7237
|
* Specifies the optional text.
|
|
7234
7238
|
*/
|
|
7235
7239
|
optional;
|
|
7236
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7237
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
7240
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
7241
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: StepperMessages, isStandalone: true, selector: "kendo-stepper-messages-base", inputs: { optional: "optional" }, usesInheritance: true, ngImport: i0 });
|
|
7238
7242
|
}
|
|
7239
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7243
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperMessages, decorators: [{
|
|
7240
7244
|
type: Directive,
|
|
7241
7245
|
args: [{
|
|
7242
7246
|
selector: 'kendo-stepper-messages-base'
|
|
@@ -7254,15 +7258,15 @@ class LocalizedStepperMessagesDirective extends StepperMessages {
|
|
|
7254
7258
|
super();
|
|
7255
7259
|
this.service = service;
|
|
7256
7260
|
}
|
|
7257
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7258
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
7261
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: LocalizedStepperMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
7262
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: LocalizedStepperMessagesDirective, isStandalone: true, selector: "\n [kendoStepperLocalizedMessages]\n ", providers: [
|
|
7259
7263
|
{
|
|
7260
7264
|
provide: StepperMessages,
|
|
7261
7265
|
useExisting: forwardRef(() => LocalizedStepperMessagesDirective)
|
|
7262
7266
|
}
|
|
7263
7267
|
], usesInheritance: true, ngImport: i0 });
|
|
7264
7268
|
}
|
|
7265
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7269
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: LocalizedStepperMessagesDirective, decorators: [{
|
|
7266
7270
|
type: Directive,
|
|
7267
7271
|
args: [{
|
|
7268
7272
|
providers: [
|
|
@@ -7525,8 +7529,8 @@ class StepperComponent {
|
|
|
7525
7529
|
get isHorizontal() {
|
|
7526
7530
|
return this.orientation === 'horizontal';
|
|
7527
7531
|
}
|
|
7528
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7529
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
7532
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.LocalizationService }, { token: StepperService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7533
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", 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
7534
|
LocalizationService,
|
|
7531
7535
|
StepperService,
|
|
7532
7536
|
{
|
|
@@ -7575,9 +7579,9 @@ class StepperComponent {
|
|
|
7575
7579
|
<kendo-progressbar-messages progressBarLabel="progress"></kendo-progressbar-messages>
|
|
7576
7580
|
</kendo-progressbar>
|
|
7577
7581
|
}
|
|
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" }] });
|
|
7582
|
+
`, 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
7583
|
}
|
|
7580
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7584
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperComponent, decorators: [{
|
|
7581
7585
|
type: Component,
|
|
7582
7586
|
args: [{
|
|
7583
7587
|
exportAs: 'kendoStepper',
|
|
@@ -7738,15 +7742,15 @@ class StepperCustomMessagesComponent extends StepperMessages {
|
|
|
7738
7742
|
get override() {
|
|
7739
7743
|
return true;
|
|
7740
7744
|
}
|
|
7741
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7742
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
7745
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7746
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: StepperCustomMessagesComponent, isStandalone: true, selector: "kendo-stepper-messages", providers: [
|
|
7743
7747
|
{
|
|
7744
7748
|
provide: StepperMessages,
|
|
7745
7749
|
useExisting: forwardRef(() => StepperCustomMessagesComponent)
|
|
7746
7750
|
}
|
|
7747
7751
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
7748
7752
|
}
|
|
7749
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7753
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperCustomMessagesComponent, decorators: [{
|
|
7750
7754
|
type: Component,
|
|
7751
7755
|
args: [{
|
|
7752
7756
|
providers: [
|
|
@@ -7769,10 +7773,10 @@ class Messages extends ComponentMessages {
|
|
|
7769
7773
|
* Defines the alt attribute text of the image in the Avatar.
|
|
7770
7774
|
*/
|
|
7771
7775
|
avatarAlt;
|
|
7772
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7773
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
7776
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
7777
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: Messages, isStandalone: true, selector: "kendoAvatarMessages", inputs: { avatarAlt: "avatarAlt" }, usesInheritance: true, ngImport: i0 });
|
|
7774
7778
|
}
|
|
7775
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7779
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: Messages, decorators: [{
|
|
7776
7780
|
type: Directive,
|
|
7777
7781
|
args: [{
|
|
7778
7782
|
selector: 'kendoAvatarMessages'
|
|
@@ -7791,15 +7795,15 @@ class LocalizedAvatarMessagesDirective extends Messages {
|
|
|
7791
7795
|
super();
|
|
7792
7796
|
this.service = service;
|
|
7793
7797
|
}
|
|
7794
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7795
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
7798
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: LocalizedAvatarMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
7799
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: LocalizedAvatarMessagesDirective, isStandalone: true, selector: "[kendoAvatarLocalizedMessages]", providers: [
|
|
7796
7800
|
{
|
|
7797
7801
|
provide: Messages,
|
|
7798
7802
|
useExisting: forwardRef(() => LocalizedAvatarMessagesDirective)
|
|
7799
7803
|
}
|
|
7800
7804
|
], usesInheritance: true, ngImport: i0 });
|
|
7801
7805
|
}
|
|
7802
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7806
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: LocalizedAvatarMessagesDirective, decorators: [{
|
|
7803
7807
|
type: Directive,
|
|
7804
7808
|
args: [{
|
|
7805
7809
|
providers: [
|
|
@@ -8049,8 +8053,8 @@ class AvatarComponent {
|
|
|
8049
8053
|
textFor(key) {
|
|
8050
8054
|
return this.localization.get(key);
|
|
8051
8055
|
}
|
|
8052
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8053
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
8056
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: AvatarComponent, deps: [{ token: i1.LocalizationService }, { token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
8057
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", 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
8058
|
LocalizationService,
|
|
8055
8059
|
{
|
|
8056
8060
|
provide: L10N_PREFIX,
|
|
@@ -8090,7 +8094,7 @@ class AvatarComponent {
|
|
|
8090
8094
|
}
|
|
8091
8095
|
`, 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
8096
|
}
|
|
8093
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8097
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: AvatarComponent, decorators: [{
|
|
8094
8098
|
type: Component,
|
|
8095
8099
|
args: [{
|
|
8096
8100
|
providers: [
|
|
@@ -8206,15 +8210,15 @@ class AvatarCustomMessagesComponent extends Messages {
|
|
|
8206
8210
|
get override() {
|
|
8207
8211
|
return true;
|
|
8208
8212
|
}
|
|
8209
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8210
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
8213
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: AvatarCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
8214
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: AvatarCustomMessagesComponent, isStandalone: true, selector: "kendo-avatar-messages", providers: [
|
|
8211
8215
|
{
|
|
8212
8216
|
provide: Messages,
|
|
8213
8217
|
useExisting: forwardRef(() => AvatarCustomMessagesComponent)
|
|
8214
8218
|
}
|
|
8215
8219
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
8216
8220
|
}
|
|
8217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8221
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: AvatarCustomMessagesComponent, decorators: [{
|
|
8218
8222
|
type: Component,
|
|
8219
8223
|
args: [{
|
|
8220
8224
|
providers: [
|
|
@@ -8290,8 +8294,8 @@ class CardComponent {
|
|
|
8290
8294
|
this.dynamicRTLSubscription.unsubscribe();
|
|
8291
8295
|
}
|
|
8292
8296
|
}
|
|
8293
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8294
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
8297
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: CardComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
8298
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", 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
8299
|
LocalizationService,
|
|
8296
8300
|
{
|
|
8297
8301
|
provide: L10N_PREFIX,
|
|
@@ -8301,7 +8305,7 @@ class CardComponent {
|
|
|
8301
8305
|
<ng-content></ng-content>
|
|
8302
8306
|
`, isInline: true });
|
|
8303
8307
|
}
|
|
8304
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8308
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: CardComponent, decorators: [{
|
|
8305
8309
|
type: Component,
|
|
8306
8310
|
args: [{
|
|
8307
8311
|
selector: 'kendo-card',
|
|
@@ -8352,12 +8356,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
8352
8356
|
*/
|
|
8353
8357
|
class CardHeaderComponent {
|
|
8354
8358
|
hostClass = true;
|
|
8355
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8356
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
8359
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: CardHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8360
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: CardHeaderComponent, isStandalone: true, selector: "kendo-card-header", host: { properties: { "class.k-card-header": "this.hostClass" } }, ngImport: i0, template: `
|
|
8357
8361
|
<ng-content></ng-content>
|
|
8358
8362
|
`, isInline: true });
|
|
8359
8363
|
}
|
|
8360
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8364
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: CardHeaderComponent, decorators: [{
|
|
8361
8365
|
type: Component,
|
|
8362
8366
|
args: [{
|
|
8363
8367
|
selector: 'kendo-card-header',
|
|
@@ -8384,12 +8388,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
8384
8388
|
*/
|
|
8385
8389
|
class CardBodyComponent {
|
|
8386
8390
|
hostClass = true;
|
|
8387
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8388
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
8391
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: CardBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8392
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: CardBodyComponent, isStandalone: true, selector: "kendo-card-body", host: { properties: { "class.k-card-body": "this.hostClass" } }, ngImport: i0, template: `
|
|
8389
8393
|
<ng-content></ng-content>
|
|
8390
8394
|
`, isInline: true });
|
|
8391
8395
|
}
|
|
8392
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8396
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: CardBodyComponent, decorators: [{
|
|
8393
8397
|
type: Component,
|
|
8394
8398
|
args: [{
|
|
8395
8399
|
selector: 'kendo-card-body',
|
|
@@ -8416,12 +8420,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
8416
8420
|
*/
|
|
8417
8421
|
class CardFooterComponent {
|
|
8418
8422
|
hostClass = true;
|
|
8419
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8420
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
8423
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: CardFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8424
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: CardFooterComponent, isStandalone: true, selector: "kendo-card-footer", host: { properties: { "class.k-card-footer": "this.hostClass" } }, ngImport: i0, template: `
|
|
8421
8425
|
<ng-content></ng-content>
|
|
8422
8426
|
`, isInline: true });
|
|
8423
8427
|
}
|
|
8424
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8428
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: CardFooterComponent, decorators: [{
|
|
8425
8429
|
type: Component,
|
|
8426
8430
|
args: [{
|
|
8427
8431
|
selector: 'kendo-card-footer',
|
|
@@ -8509,8 +8513,8 @@ class CardActionsComponent {
|
|
|
8509
8513
|
onClick(action) {
|
|
8510
8514
|
this.action.emit(action);
|
|
8511
8515
|
}
|
|
8512
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8513
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
8516
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: CardActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8517
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", 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
8518
|
@if (!actionsArray && !actionsTemplate) {
|
|
8515
8519
|
<ng-content></ng-content>
|
|
8516
8520
|
}
|
|
@@ -8534,7 +8538,7 @@ class CardActionsComponent {
|
|
|
8534
8538
|
}
|
|
8535
8539
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
8536
8540
|
}
|
|
8537
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8541
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: CardActionsComponent, decorators: [{
|
|
8538
8542
|
type: Component,
|
|
8539
8543
|
args: [{
|
|
8540
8544
|
selector: 'kendo-card-actions',
|
|
@@ -8627,10 +8631,10 @@ class CardSeparatorDirective {
|
|
|
8627
8631
|
* @default 'horizontal'
|
|
8628
8632
|
*/
|
|
8629
8633
|
orientation = 'horizontal';
|
|
8630
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8631
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
8634
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: CardSeparatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
8635
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", 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
8636
|
}
|
|
8633
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8637
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: CardSeparatorDirective, decorators: [{
|
|
8634
8638
|
type: Directive,
|
|
8635
8639
|
args: [{
|
|
8636
8640
|
selector: '[kendoCardSeparator]',
|
|
@@ -8666,10 +8670,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
8666
8670
|
*/
|
|
8667
8671
|
class CardTitleDirective {
|
|
8668
8672
|
hostClass = true;
|
|
8669
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8670
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
8673
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: CardTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
8674
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: CardTitleDirective, isStandalone: true, selector: "[kendoCardTitle]", host: { properties: { "class.k-card-title": "this.hostClass" } }, ngImport: i0 });
|
|
8671
8675
|
}
|
|
8672
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8676
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: CardTitleDirective, decorators: [{
|
|
8673
8677
|
type: Directive,
|
|
8674
8678
|
args: [{
|
|
8675
8679
|
selector: '[kendoCardTitle]',
|
|
@@ -8692,10 +8696,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
8692
8696
|
*/
|
|
8693
8697
|
class CardSubtitleDirective {
|
|
8694
8698
|
hostClass = true;
|
|
8695
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8696
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
8699
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: CardSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
8700
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: CardSubtitleDirective, isStandalone: true, selector: "[kendoCardSubtitle]", host: { properties: { "class.k-card-subtitle": "this.hostClass" } }, ngImport: i0 });
|
|
8697
8701
|
}
|
|
8698
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8702
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: CardSubtitleDirective, decorators: [{
|
|
8699
8703
|
type: Directive,
|
|
8700
8704
|
args: [{
|
|
8701
8705
|
selector: '[kendoCardSubtitle]',
|
|
@@ -8720,10 +8724,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
8720
8724
|
*/
|
|
8721
8725
|
class CardMediaDirective {
|
|
8722
8726
|
hostClass = true;
|
|
8723
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8724
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
8727
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: CardMediaDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
8728
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: CardMediaDirective, isStandalone: true, selector: "[kendoCardMedia]", host: { properties: { "class.k-card-media": "this.hostClass" } }, ngImport: i0 });
|
|
8725
8729
|
}
|
|
8726
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8730
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: CardMediaDirective, decorators: [{
|
|
8727
8731
|
type: Directive,
|
|
8728
8732
|
args: [{
|
|
8729
8733
|
selector: '[kendoCardMedia]',
|
|
@@ -8772,10 +8776,10 @@ class ExpansionPanelTitleDirective {
|
|
|
8772
8776
|
constructor(templateRef) {
|
|
8773
8777
|
this.templateRef = templateRef;
|
|
8774
8778
|
}
|
|
8775
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8776
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
8779
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ExpansionPanelTitleDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
8780
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: ExpansionPanelTitleDirective, isStandalone: true, selector: "[kendoExpansionPanelTitleDirective]", ngImport: i0 });
|
|
8777
8781
|
}
|
|
8778
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8782
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ExpansionPanelTitleDirective, decorators: [{
|
|
8779
8783
|
type: Directive,
|
|
8780
8784
|
args: [{
|
|
8781
8785
|
selector: '[kendoExpansionPanelTitleDirective]',
|
|
@@ -9162,8 +9166,8 @@ class ExpansionPanelComponent {
|
|
|
9162
9166
|
removeContentHiddenClass() {
|
|
9163
9167
|
this.renderer.removeClass(this.content.nativeElement, CONTENT_HIDDEN_CLASS);
|
|
9164
9168
|
}
|
|
9165
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9166
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
9169
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ExpansionPanelComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i1.LocalizationService }, { token: i2.AnimationBuilder }], target: i0.ɵɵFactoryTarget.Component });
|
|
9170
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", 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
9171
|
LocalizationService,
|
|
9168
9172
|
{
|
|
9169
9173
|
provide: L10N_PREFIX,
|
|
@@ -9212,7 +9216,7 @@ class ExpansionPanelComponent {
|
|
|
9212
9216
|
</div>
|
|
9213
9217
|
`, 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
9218
|
}
|
|
9215
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9219
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ExpansionPanelComponent, decorators: [{
|
|
9216
9220
|
type: Component,
|
|
9217
9221
|
args: [{
|
|
9218
9222
|
exportAs: 'kendoExpansionPanel',
|
|
@@ -10003,10 +10007,10 @@ class TileLayoutDraggingService {
|
|
|
10003
10007
|
const hintHeight = totalHintCellsHeight + totalHintGapsHeight - HINT_BORDERS_HEIGHT;
|
|
10004
10008
|
return hintHeight;
|
|
10005
10009
|
}
|
|
10006
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10007
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10010
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TileLayoutDraggingService, deps: [{ token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10011
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TileLayoutDraggingService });
|
|
10008
10012
|
}
|
|
10009
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10013
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TileLayoutDraggingService, decorators: [{
|
|
10010
10014
|
type: Injectable
|
|
10011
10015
|
}], ctorParameters: () => [{ type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i1.LocalizationService }] });
|
|
10012
10016
|
|
|
@@ -10178,10 +10182,10 @@ class TileLayoutKeyboardNavigationService {
|
|
|
10178
10182
|
targetTile(focusedTile, items, offset) {
|
|
10179
10183
|
return items.find(item => item.order === focusedTile.order + offset);
|
|
10180
10184
|
}
|
|
10181
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10182
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10185
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TileLayoutKeyboardNavigationService, deps: [{ token: i0.NgZone }, { token: i0.Renderer2 }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10186
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TileLayoutKeyboardNavigationService });
|
|
10183
10187
|
}
|
|
10184
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10188
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TileLayoutKeyboardNavigationService, decorators: [{
|
|
10185
10189
|
type: Injectable
|
|
10186
10190
|
}], ctorParameters: () => [{ type: i0.NgZone }, { type: i0.Renderer2 }, { type: i1.LocalizationService }] });
|
|
10187
10191
|
|
|
@@ -10201,12 +10205,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
10201
10205
|
*/
|
|
10202
10206
|
class TileLayoutItemHeaderComponent {
|
|
10203
10207
|
hostClass = true;
|
|
10204
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10205
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
10208
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TileLayoutItemHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10209
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", 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
10210
|
<ng-content></ng-content>
|
|
10207
10211
|
`, isInline: true });
|
|
10208
10212
|
}
|
|
10209
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10213
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TileLayoutItemHeaderComponent, decorators: [{
|
|
10210
10214
|
type: Component,
|
|
10211
10215
|
args: [{
|
|
10212
10216
|
selector: 'kendo-tilelayout-item-header',
|
|
@@ -10263,10 +10267,10 @@ class TileLayoutResizeHandleDirective {
|
|
|
10263
10267
|
this.setBottom(element);
|
|
10264
10268
|
}
|
|
10265
10269
|
}
|
|
10266
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10267
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
10270
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TileLayoutResizeHandleDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
10271
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: TileLayoutResizeHandleDirective, isStandalone: true, selector: "[kendoTileLayoutResizeHandle]", inputs: { resizeDirection: "resizeDirection", rtl: "rtl" }, ngImport: i0 });
|
|
10268
10272
|
}
|
|
10269
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10273
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TileLayoutResizeHandleDirective, decorators: [{
|
|
10270
10274
|
type: Directive,
|
|
10271
10275
|
args: [{
|
|
10272
10276
|
selector: '[kendoTileLayoutResizeHandle]',
|
|
@@ -10475,8 +10479,8 @@ class TileLayoutItemComponent {
|
|
|
10475
10479
|
this.renderer.removeClass(headerEl, 'k-cursor-move');
|
|
10476
10480
|
}
|
|
10477
10481
|
}
|
|
10478
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10479
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
10482
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", 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 });
|
|
10483
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", 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
10484
|
@if (title) {
|
|
10481
10485
|
<kendo-tilelayout-item-header>
|
|
10482
10486
|
<h5 [id]="titleId" class="k-card-title">{{ title }}</h5>
|
|
@@ -10495,7 +10499,7 @@ class TileLayoutItemComponent {
|
|
|
10495
10499
|
}
|
|
10496
10500
|
`, isInline: true, dependencies: [{ kind: "component", type: TileLayoutItemHeaderComponent, selector: "kendo-tilelayout-item-header" }, { kind: "directive", type: TileLayoutResizeHandleDirective, selector: "[kendoTileLayoutResizeHandle]", inputs: ["resizeDirection", "rtl"] }] });
|
|
10497
10501
|
}
|
|
10498
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10502
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TileLayoutItemComponent, decorators: [{
|
|
10499
10503
|
type: Component,
|
|
10500
10504
|
args: [{
|
|
10501
10505
|
selector: 'kendo-tilelayout-item',
|
|
@@ -10845,8 +10849,8 @@ class TileLayoutComponent {
|
|
|
10845
10849
|
this.navigationService.returnFocus();
|
|
10846
10850
|
}
|
|
10847
10851
|
};
|
|
10848
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10849
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
10852
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", 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 });
|
|
10853
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", 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
10854
|
LocalizationService,
|
|
10851
10855
|
TileLayoutDraggingService,
|
|
10852
10856
|
TileLayoutKeyboardNavigationService,
|
|
@@ -10870,7 +10874,7 @@ class TileLayoutComponent {
|
|
|
10870
10874
|
}
|
|
10871
10875
|
`, isInline: true, dependencies: [{ kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay], kendo-watermark-overlay", inputs: ["licenseMessage"] }] });
|
|
10872
10876
|
}
|
|
10873
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10877
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TileLayoutComponent, decorators: [{
|
|
10874
10878
|
type: Component,
|
|
10875
10879
|
args: [{
|
|
10876
10880
|
selector: 'kendo-tilelayout',
|
|
@@ -10959,12 +10963,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
10959
10963
|
class TileLayoutItemBodyComponent {
|
|
10960
10964
|
hostClass = true;
|
|
10961
10965
|
minHeight = 0;
|
|
10962
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10963
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
10966
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TileLayoutItemBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10967
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", 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
10968
|
<ng-content></ng-content>
|
|
10965
10969
|
`, isInline: true });
|
|
10966
10970
|
}
|
|
10967
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10971
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TileLayoutItemBodyComponent, decorators: [{
|
|
10968
10972
|
type: Component,
|
|
10969
10973
|
args: [{
|
|
10970
10974
|
selector: 'kendo-tilelayout-item-body',
|
|
@@ -11205,8 +11209,8 @@ class GridLayoutComponent {
|
|
|
11205
11209
|
get direction() {
|
|
11206
11210
|
return this.localization.rtl ? 'rtl' : 'ltr';
|
|
11207
11211
|
}
|
|
11208
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11209
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11212
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: GridLayoutComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
11213
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", 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
11214
|
LocalizationService,
|
|
11211
11215
|
{
|
|
11212
11216
|
provide: L10N_PREFIX,
|
|
@@ -11216,7 +11220,7 @@ class GridLayoutComponent {
|
|
|
11216
11220
|
<ng-content></ng-content>
|
|
11217
11221
|
`, isInline: true });
|
|
11218
11222
|
}
|
|
11219
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11223
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: GridLayoutComponent, decorators: [{
|
|
11220
11224
|
type: Component,
|
|
11221
11225
|
args: [{
|
|
11222
11226
|
exportAs: 'kendoGridLayout',
|
|
@@ -11302,12 +11306,12 @@ class GridLayoutItemComponent {
|
|
|
11302
11306
|
const gridAreaStyle = `${row} / ${col} / ${rowSpan} / ${colSpan}`;
|
|
11303
11307
|
this.renderer.setStyle(this.element.nativeElement, 'grid-area', gridAreaStyle);
|
|
11304
11308
|
}
|
|
11305
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11306
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11309
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: GridLayoutItemComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
11310
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: GridLayoutItemComponent, isStandalone: true, selector: "kendo-gridlayout-item", inputs: { row: "row", col: "col", rowSpan: "rowSpan", colSpan: "colSpan" }, usesOnChanges: true, ngImport: i0, template: `
|
|
11307
11311
|
<ng-content></ng-content>
|
|
11308
11312
|
`, isInline: true });
|
|
11309
11313
|
}
|
|
11310
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11314
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: GridLayoutItemComponent, decorators: [{
|
|
11311
11315
|
type: Component,
|
|
11312
11316
|
args: [{
|
|
11313
11317
|
selector: 'kendo-gridlayout-item',
|
|
@@ -11427,8 +11431,8 @@ class StackLayoutComponent {
|
|
|
11427
11431
|
get direction() {
|
|
11428
11432
|
return this.localization.rtl ? 'rtl' : 'ltr';
|
|
11429
11433
|
}
|
|
11430
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11431
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11434
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StackLayoutComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
11435
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", 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
11436
|
LocalizationService,
|
|
11433
11437
|
{
|
|
11434
11438
|
provide: L10N_PREFIX,
|
|
@@ -11438,7 +11442,7 @@ class StackLayoutComponent {
|
|
|
11438
11442
|
<ng-content></ng-content>
|
|
11439
11443
|
`, isInline: true });
|
|
11440
11444
|
}
|
|
11441
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11445
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StackLayoutComponent, decorators: [{
|
|
11442
11446
|
type: Component,
|
|
11443
11447
|
args: [{
|
|
11444
11448
|
exportAs: 'kendoStackLayout',
|
|
@@ -11487,10 +11491,10 @@ class TimelineMessages extends ComponentMessages {
|
|
|
11487
11491
|
* The title of the next button in horizontal orientation.
|
|
11488
11492
|
*/
|
|
11489
11493
|
next;
|
|
11490
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11491
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
11494
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
11495
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: TimelineMessages, isStandalone: true, selector: "kendo-timeline-messages-base", inputs: { previous: "previous", next: "next" }, usesInheritance: true, ngImport: i0 });
|
|
11492
11496
|
}
|
|
11493
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11497
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineMessages, decorators: [{
|
|
11494
11498
|
type: Directive,
|
|
11495
11499
|
args: [{
|
|
11496
11500
|
selector: 'kendo-timeline-messages-base'
|
|
@@ -11513,15 +11517,15 @@ class TimelineCustomMessagesComponent extends TimelineMessages {
|
|
|
11513
11517
|
get override() {
|
|
11514
11518
|
return true;
|
|
11515
11519
|
}
|
|
11516
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11517
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11520
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
11521
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: TimelineCustomMessagesComponent, isStandalone: true, selector: "kendo-timeline-messages", providers: [
|
|
11518
11522
|
{
|
|
11519
11523
|
provide: TimelineMessages,
|
|
11520
11524
|
useExisting: forwardRef(() => TimelineCustomMessagesComponent),
|
|
11521
11525
|
},
|
|
11522
11526
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
11523
11527
|
}
|
|
11524
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11528
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineCustomMessagesComponent, decorators: [{
|
|
11525
11529
|
type: Component,
|
|
11526
11530
|
args: [{
|
|
11527
11531
|
providers: [
|
|
@@ -11558,10 +11562,10 @@ class TimelineCardActionsTemplateDirective {
|
|
|
11558
11562
|
constructor(templateRef) {
|
|
11559
11563
|
this.templateRef = templateRef;
|
|
11560
11564
|
}
|
|
11561
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11562
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
11565
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineCardActionsTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11566
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: TimelineCardActionsTemplateDirective, isStandalone: true, selector: "[kendoTimelineCardActionsTemplate]", ngImport: i0 });
|
|
11563
11567
|
}
|
|
11564
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11568
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineCardActionsTemplateDirective, decorators: [{
|
|
11565
11569
|
type: Directive,
|
|
11566
11570
|
args: [{
|
|
11567
11571
|
selector: '[kendoTimelineCardActionsTemplate]',
|
|
@@ -11593,10 +11597,10 @@ class TimelineCardBodyTemplateDirective {
|
|
|
11593
11597
|
constructor(templateRef) {
|
|
11594
11598
|
this.templateRef = templateRef;
|
|
11595
11599
|
}
|
|
11596
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11597
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
11600
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineCardBodyTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11601
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: TimelineCardBodyTemplateDirective, isStandalone: true, selector: "[kendoTimelineCardBodyTemplate]", ngImport: i0 });
|
|
11598
11602
|
}
|
|
11599
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11603
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineCardBodyTemplateDirective, decorators: [{
|
|
11600
11604
|
type: Directive,
|
|
11601
11605
|
args: [{
|
|
11602
11606
|
selector: '[kendoTimelineCardBodyTemplate]',
|
|
@@ -11629,10 +11633,10 @@ class TimelineCardHeaderTemplateDirective {
|
|
|
11629
11633
|
constructor(templateRef) {
|
|
11630
11634
|
this.templateRef = templateRef;
|
|
11631
11635
|
}
|
|
11632
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11633
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
11636
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineCardHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11637
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: TimelineCardHeaderTemplateDirective, isStandalone: true, selector: "[kendoTimelineCardHeaderTemplate]", ngImport: i0 });
|
|
11634
11638
|
}
|
|
11635
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11639
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineCardHeaderTemplateDirective, decorators: [{
|
|
11636
11640
|
type: Directive,
|
|
11637
11641
|
args: [{
|
|
11638
11642
|
selector: '[kendoTimelineCardHeaderTemplate]',
|
|
@@ -11698,10 +11702,10 @@ class TimelineService {
|
|
|
11698
11702
|
this.timeline['onNavigate']?.emit(event);
|
|
11699
11703
|
}
|
|
11700
11704
|
}
|
|
11701
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11702
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
11705
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11706
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineService });
|
|
11703
11707
|
}
|
|
11704
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11708
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineService, decorators: [{
|
|
11705
11709
|
type: Injectable
|
|
11706
11710
|
}] });
|
|
11707
11711
|
|
|
@@ -11828,8 +11832,8 @@ class TimelineCardComponent {
|
|
|
11828
11832
|
this.renderer.setStyle(cardBody, 'overflow', 'auto');
|
|
11829
11833
|
}
|
|
11830
11834
|
}
|
|
11831
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11832
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
11835
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineCardComponent, deps: [{ token: i0.ElementRef }, { token: TimelineService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
11836
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", 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
11837
|
<kendo-card
|
|
11834
11838
|
[ngStyle]="{ 'height': orientation === 'horizontal' ? eventHeight + 'px' : null }"
|
|
11835
11839
|
[width]="orientation === 'horizontal' ? 'auto' : eventWidth + 'px'"
|
|
@@ -11956,7 +11960,7 @@ class TimelineCardComponent {
|
|
|
11956
11960
|
])
|
|
11957
11961
|
] });
|
|
11958
11962
|
}
|
|
11959
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11963
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineCardComponent, decorators: [{
|
|
11960
11964
|
type: Component,
|
|
11961
11965
|
args: [{
|
|
11962
11966
|
animations: [
|
|
@@ -12592,8 +12596,8 @@ class TimelineHorizontalComponent {
|
|
|
12592
12596
|
}
|
|
12593
12597
|
this.cdr.markForCheck();
|
|
12594
12598
|
}
|
|
12595
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12596
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
12599
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineHorizontalComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: TimelineService }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
12600
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", 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
12601
|
<div class="k-timeline-track-wrap" #track>
|
|
12598
12602
|
<button
|
|
12599
12603
|
kendoButton
|
|
@@ -12700,7 +12704,7 @@ class TimelineHorizontalComponent {
|
|
|
12700
12704
|
}
|
|
12701
12705
|
<kendo-resize-sensor (resize)="onResize()" [rateLimit]="10"></kendo-resize-sensor>
|
|
12702
12706
|
</div>
|
|
12703
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { 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: "
|
|
12707
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { 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: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "pipe", type: DatePipe, name: "kendoDate" }], animations: [
|
|
12704
12708
|
trigger('trackSlide', [
|
|
12705
12709
|
state('left', style({
|
|
12706
12710
|
transform: `translateX({{transformValue}}%)`,
|
|
@@ -12722,7 +12726,7 @@ class TimelineHorizontalComponent {
|
|
|
12722
12726
|
])
|
|
12723
12727
|
] });
|
|
12724
12728
|
}
|
|
12725
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12729
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineHorizontalComponent, decorators: [{
|
|
12726
12730
|
type: Component,
|
|
12727
12731
|
args: [{
|
|
12728
12732
|
animations: [
|
|
@@ -12968,8 +12972,8 @@ class TimelineVerticalComponent {
|
|
|
12968
12972
|
this.renderer.setAttribute(dateElement, 'id', dateLabelId);
|
|
12969
12973
|
this.renderer.setAttribute(cardElement, 'aria-describedby', dateLabelId);
|
|
12970
12974
|
}
|
|
12971
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12972
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
12975
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineVerticalComponent, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
12976
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", 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
12977
|
@if (events && events.length > 0) {
|
|
12974
12978
|
<ul>
|
|
12975
12979
|
@for (event of events; track event; let i = $index) {
|
|
@@ -13010,7 +13014,7 @@ class TimelineVerticalComponent {
|
|
|
13010
13014
|
}
|
|
13011
13015
|
`, 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
13016
|
}
|
|
13013
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13017
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineVerticalComponent, decorators: [{
|
|
13014
13018
|
type: Component,
|
|
13015
13019
|
args: [{
|
|
13016
13020
|
providers: [],
|
|
@@ -13101,15 +13105,15 @@ class LocalizedTimelineMessagesDirective extends TimelineMessages {
|
|
|
13101
13105
|
super();
|
|
13102
13106
|
this.service = service;
|
|
13103
13107
|
}
|
|
13104
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13105
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
13108
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: LocalizedTimelineMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
13109
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: LocalizedTimelineMessagesDirective, isStandalone: true, selector: "[kendoTimelineLocalizedMessages]", providers: [
|
|
13106
13110
|
{
|
|
13107
13111
|
provide: TimelineMessages,
|
|
13108
13112
|
useExisting: forwardRef(() => LocalizedTimelineMessagesDirective),
|
|
13109
13113
|
},
|
|
13110
13114
|
], usesInheritance: true, ngImport: i0 });
|
|
13111
13115
|
}
|
|
13112
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13116
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: LocalizedTimelineMessagesDirective, decorators: [{
|
|
13113
13117
|
type: Directive,
|
|
13114
13118
|
args: [{
|
|
13115
13119
|
providers: [
|
|
@@ -13426,8 +13430,8 @@ class TimelineComponent {
|
|
|
13426
13430
|
this.actionsTemplate = this.cardActionsTemplate?.first || null;
|
|
13427
13431
|
}));
|
|
13428
13432
|
}
|
|
13429
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13430
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
13433
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineComponent, deps: [{ token: TimelineService }], target: i0.ɵɵFactoryTarget.Component });
|
|
13434
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", 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
13435
|
TimelineService,
|
|
13432
13436
|
LocalizationService,
|
|
13433
13437
|
{
|
|
@@ -13478,7 +13482,7 @@ class TimelineComponent {
|
|
|
13478
13482
|
}
|
|
13479
13483
|
`, 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
13484
|
}
|
|
13481
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13485
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineComponent, decorators: [{
|
|
13482
13486
|
type: Component,
|
|
13483
13487
|
args: [{
|
|
13484
13488
|
providers: [
|
|
@@ -13744,11 +13748,11 @@ const KENDO_LAYOUT = [
|
|
|
13744
13748
|
* ```
|
|
13745
13749
|
*/
|
|
13746
13750
|
class AvatarModule {
|
|
13747
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13748
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
13749
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
13751
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: AvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
13752
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.25", ngImport: i0, type: AvatarModule, imports: [AvatarComponent, AvatarCustomMessagesComponent], exports: [AvatarComponent, AvatarCustomMessagesComponent] });
|
|
13753
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: AvatarModule, imports: [AvatarComponent] });
|
|
13750
13754
|
}
|
|
13751
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13755
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: AvatarModule, decorators: [{
|
|
13752
13756
|
type: NgModule,
|
|
13753
13757
|
args: [{
|
|
13754
13758
|
exports: [...KENDO_AVATAR],
|
|
@@ -13774,11 +13778,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
13774
13778
|
* ```
|
|
13775
13779
|
*/
|
|
13776
13780
|
class CardModule {
|
|
13777
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13778
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
13779
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
13781
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: CardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
13782
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.25", ngImport: i0, type: CardModule, imports: [CardComponent, CardActionsComponent, CardBodyComponent, CardFooterComponent, CardHeaderComponent, CardMediaDirective, CardSeparatorDirective, CardSubtitleDirective, CardTitleDirective], exports: [CardComponent, CardActionsComponent, CardBodyComponent, CardFooterComponent, CardHeaderComponent, CardMediaDirective, CardSeparatorDirective, CardSubtitleDirective, CardTitleDirective] });
|
|
13783
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: CardModule });
|
|
13780
13784
|
}
|
|
13781
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13785
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: CardModule, decorators: [{
|
|
13782
13786
|
type: NgModule,
|
|
13783
13787
|
args: [{
|
|
13784
13788
|
exports: [...KENDO_CARD],
|
|
@@ -13804,11 +13808,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
13804
13808
|
* ```
|
|
13805
13809
|
*/
|
|
13806
13810
|
class DrawerModule {
|
|
13807
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13808
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
13809
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
13811
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DrawerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
13812
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.25", ngImport: i0, type: DrawerModule, imports: [DrawerComponent, DrawerContainerComponent, DrawerContentComponent, DrawerTemplateDirective, DrawerFooterTemplateDirective, DrawerHeaderTemplateDirective, DrawerItemTemplateDirective], exports: [DrawerComponent, DrawerContainerComponent, DrawerContentComponent, DrawerTemplateDirective, DrawerFooterTemplateDirective, DrawerHeaderTemplateDirective, DrawerItemTemplateDirective] });
|
|
13813
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DrawerModule, imports: [DrawerComponent] });
|
|
13810
13814
|
}
|
|
13811
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13815
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DrawerModule, decorators: [{
|
|
13812
13816
|
type: NgModule,
|
|
13813
13817
|
args: [{
|
|
13814
13818
|
exports: [...KENDO_DRAWER],
|
|
@@ -13838,11 +13842,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
13838
13842
|
* ```
|
|
13839
13843
|
*/
|
|
13840
13844
|
class LayoutModule {
|
|
13841
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13842
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
13843
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
13845
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: LayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
13846
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.25", 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] });
|
|
13847
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: LayoutModule, imports: [AvatarComponent, DrawerComponent, ExpansionPanelComponent, PanelBarComponent, PanelBarItemComponent, SplitterComponent, StepperComponent, TabStripComponent, TileLayoutComponent, TimelineComponent] });
|
|
13844
13848
|
}
|
|
13845
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13849
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: LayoutModule, decorators: [{
|
|
13846
13850
|
type: NgModule,
|
|
13847
13851
|
args: [{
|
|
13848
13852
|
exports: [...KENDO_LAYOUT],
|
|
@@ -13868,11 +13872,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
13868
13872
|
* ```
|
|
13869
13873
|
*/
|
|
13870
13874
|
class PanelBarModule {
|
|
13871
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13872
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
13873
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
13875
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: PanelBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
13876
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.25", ngImport: i0, type: PanelBarModule, imports: [PanelBarComponent, PanelBarItemComponent, PanelBarContentDirective, PanelBarItemTemplateDirective, PanelBarItemTitleDirective], exports: [PanelBarComponent, PanelBarItemComponent, PanelBarContentDirective, PanelBarItemTemplateDirective, PanelBarItemTitleDirective] });
|
|
13877
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: PanelBarModule, imports: [PanelBarComponent, PanelBarItemComponent] });
|
|
13874
13878
|
}
|
|
13875
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13879
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: PanelBarModule, decorators: [{
|
|
13876
13880
|
type: NgModule,
|
|
13877
13881
|
args: [{
|
|
13878
13882
|
exports: [...KENDO_PANELBAR],
|
|
@@ -13898,11 +13902,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
13898
13902
|
* ```
|
|
13899
13903
|
*/
|
|
13900
13904
|
class SplitterModule {
|
|
13901
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13902
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
13903
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
13905
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SplitterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
13906
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.25", ngImport: i0, type: SplitterModule, imports: [SplitterComponent, SplitterPaneComponent], exports: [SplitterComponent, SplitterPaneComponent] });
|
|
13907
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SplitterModule, imports: [SplitterComponent] });
|
|
13904
13908
|
}
|
|
13905
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13909
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SplitterModule, decorators: [{
|
|
13906
13910
|
type: NgModule,
|
|
13907
13911
|
args: [{
|
|
13908
13912
|
exports: [...KENDO_SPLITTER],
|
|
@@ -13928,11 +13932,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
13928
13932
|
* ```
|
|
13929
13933
|
*/
|
|
13930
13934
|
class StepperModule {
|
|
13931
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13932
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
13933
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
13935
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
13936
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.25", ngImport: i0, type: StepperModule, imports: [StepperComponent, StepperCustomMessagesComponent, StepperIndicatorTemplateDirective, StepperLabelTemplateDirective, StepperStepTemplateDirective], exports: [StepperComponent, StepperCustomMessagesComponent, StepperIndicatorTemplateDirective, StepperLabelTemplateDirective, StepperStepTemplateDirective] });
|
|
13937
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperModule, imports: [StepperComponent] });
|
|
13934
13938
|
}
|
|
13935
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13939
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StepperModule, decorators: [{
|
|
13936
13940
|
type: NgModule,
|
|
13937
13941
|
args: [{
|
|
13938
13942
|
exports: [...KENDO_STEPPER],
|
|
@@ -13958,11 +13962,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
13958
13962
|
* ```
|
|
13959
13963
|
*/
|
|
13960
13964
|
class TabStripModule {
|
|
13961
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13962
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
13963
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
13965
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TabStripModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
13966
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.25", ngImport: i0, type: TabStripModule, imports: [TabStripComponent, TabStripTabComponent, TabContentDirective, TabTitleDirective, TabStripCustomMessagesComponent], exports: [TabStripComponent, TabStripTabComponent, TabContentDirective, TabTitleDirective, TabStripCustomMessagesComponent] });
|
|
13967
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TabStripModule, imports: [TabStripComponent] });
|
|
13964
13968
|
}
|
|
13965
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13969
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TabStripModule, decorators: [{
|
|
13966
13970
|
type: NgModule,
|
|
13967
13971
|
args: [{
|
|
13968
13972
|
exports: [...KENDO_TABSTRIP],
|
|
@@ -13988,11 +13992,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
13988
13992
|
* ```
|
|
13989
13993
|
*/
|
|
13990
13994
|
class ExpansionPanelModule {
|
|
13991
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13992
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
13993
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
13995
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ExpansionPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
13996
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.25", ngImport: i0, type: ExpansionPanelModule, imports: [ExpansionPanelComponent, ExpansionPanelTitleDirective], exports: [ExpansionPanelComponent, ExpansionPanelTitleDirective] });
|
|
13997
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ExpansionPanelModule, imports: [ExpansionPanelComponent] });
|
|
13994
13998
|
}
|
|
13995
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13999
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ExpansionPanelModule, decorators: [{
|
|
13996
14000
|
type: NgModule,
|
|
13997
14001
|
args: [{
|
|
13998
14002
|
exports: [...KENDO_EXPANSIONPANEL],
|
|
@@ -14018,11 +14022,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
14018
14022
|
* ```
|
|
14019
14023
|
*/
|
|
14020
14024
|
class TileLayoutModule {
|
|
14021
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14022
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
14023
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
14025
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TileLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
14026
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.25", ngImport: i0, type: TileLayoutModule, imports: [TileLayoutComponent, TileLayoutItemBodyComponent, TileLayoutItemComponent, TileLayoutItemHeaderComponent], exports: [TileLayoutComponent, TileLayoutItemBodyComponent, TileLayoutItemComponent, TileLayoutItemHeaderComponent] });
|
|
14027
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TileLayoutModule, imports: [TileLayoutComponent] });
|
|
14024
14028
|
}
|
|
14025
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14029
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TileLayoutModule, decorators: [{
|
|
14026
14030
|
type: NgModule,
|
|
14027
14031
|
args: [{
|
|
14028
14032
|
exports: [...KENDO_TILELAYOUT],
|
|
@@ -14048,11 +14052,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
14048
14052
|
* ```
|
|
14049
14053
|
*/
|
|
14050
14054
|
class StackLayoutModule {
|
|
14051
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14052
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
14053
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
14055
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StackLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
14056
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.25", ngImport: i0, type: StackLayoutModule, imports: [StackLayoutComponent], exports: [StackLayoutComponent] });
|
|
14057
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StackLayoutModule });
|
|
14054
14058
|
}
|
|
14055
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14059
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: StackLayoutModule, decorators: [{
|
|
14056
14060
|
type: NgModule,
|
|
14057
14061
|
args: [{
|
|
14058
14062
|
exports: [...KENDO_STACKLAYOUT],
|
|
@@ -14078,11 +14082,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
14078
14082
|
* ```
|
|
14079
14083
|
*/
|
|
14080
14084
|
class GridLayoutModule {
|
|
14081
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14082
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
14083
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
14085
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: GridLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
14086
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.25", ngImport: i0, type: GridLayoutModule, imports: [GridLayoutComponent, GridLayoutItemComponent], exports: [GridLayoutComponent, GridLayoutItemComponent] });
|
|
14087
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: GridLayoutModule });
|
|
14084
14088
|
}
|
|
14085
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14089
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: GridLayoutModule, decorators: [{
|
|
14086
14090
|
type: NgModule,
|
|
14087
14091
|
args: [{
|
|
14088
14092
|
exports: [...KENDO_GRIDLAYOUT],
|
|
@@ -14108,11 +14112,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
14108
14112
|
* ```
|
|
14109
14113
|
*/
|
|
14110
14114
|
class TimelineModule {
|
|
14111
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14112
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
14113
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
14115
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
14116
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.25", ngImport: i0, type: TimelineModule, imports: [TimelineComponent, TimelineCustomMessagesComponent, TimelineCardActionsTemplateDirective, TimelineCardBodyTemplateDirective, TimelineCardHeaderTemplateDirective], exports: [TimelineComponent, TimelineCustomMessagesComponent, TimelineCardActionsTemplateDirective, TimelineCardBodyTemplateDirective, TimelineCardHeaderTemplateDirective] });
|
|
14117
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineModule, imports: [TimelineComponent] });
|
|
14114
14118
|
}
|
|
14115
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14119
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineModule, decorators: [{
|
|
14116
14120
|
type: NgModule,
|
|
14117
14121
|
args: [{
|
|
14118
14122
|
exports: [...KENDO_TIMELINE],
|