@progress/kendo-angular-layout 16.5.0 → 16.6.0-develop.1
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/avatar/avatar.component.d.ts +1 -1
- package/avatar/l10n/custom-messages.component.d.ts +1 -1
- package/avatar/l10n/localized-messages.directive.d.ts +1 -1
- package/avatar.module.d.ts +3 -6
- package/card/card-actions.component.d.ts +1 -1
- package/card/card-body.component.d.ts +1 -1
- package/card/card-footer.component.d.ts +1 -1
- package/card/card-header.component.d.ts +1 -1
- package/card/card.component.d.ts +1 -1
- package/card/directives/card-media.directive.d.ts +1 -1
- package/card/directives/card-separator.directive.d.ts +1 -1
- package/card/directives/card-subtitle.directive.d.ts +1 -1
- package/card/directives/card-title.directive.d.ts +1 -1
- package/card.module.d.ts +7 -8
- package/directives.d.ts +61 -0
- package/drawer/drawer-container.component.d.ts +1 -1
- package/drawer/drawer-content.component.d.ts +1 -1
- package/drawer/drawer.component.d.ts +1 -1
- package/drawer/item.component.d.ts +1 -1
- package/drawer/list.component.d.ts +1 -1
- package/drawer/template-directives/drawer-template.directive.d.ts +1 -1
- package/drawer/template-directives/footer-template.directive.d.ts +1 -1
- package/drawer/template-directives/header-template.directive.d.ts +1 -1
- package/drawer/template-directives/item-template.directive.d.ts +1 -1
- package/drawer.module.d.ts +8 -13
- package/esm2020/avatar/avatar.component.mjs +8 -6
- package/esm2020/avatar/l10n/custom-messages.component.mjs +3 -2
- package/esm2020/avatar/l10n/localized-messages.directive.mjs +3 -2
- package/esm2020/avatar.module.mjs +8 -20
- package/esm2020/card/card-actions.component.mjs +6 -4
- package/esm2020/card/card-body.component.mjs +3 -2
- package/esm2020/card/card-footer.component.mjs +3 -2
- package/esm2020/card/card-header.component.mjs +3 -2
- package/esm2020/card/card.component.mjs +3 -2
- package/esm2020/card/directives/card-media.directive.mjs +3 -2
- package/esm2020/card/directives/card-separator.directive.mjs +3 -2
- package/esm2020/card/directives/card-subtitle.directive.mjs +3 -2
- package/esm2020/card/directives/card-title.directive.mjs +3 -2
- package/esm2020/card.module.mjs +15 -44
- package/esm2020/directives.mjs +135 -0
- package/esm2020/drawer/drawer-container.component.mjs +6 -4
- package/esm2020/drawer/drawer-content.component.mjs +3 -2
- package/esm2020/drawer/drawer.component.mjs +8 -7
- package/esm2020/drawer/item.component.mjs +7 -5
- package/esm2020/drawer/list.component.mjs +5 -4
- package/esm2020/drawer/template-directives/drawer-template.directive.mjs +3 -2
- package/esm2020/drawer/template-directives/footer-template.directive.mjs +3 -2
- package/esm2020/drawer/template-directives/header-template.directive.mjs +3 -2
- package/esm2020/drawer/template-directives/item-template.directive.mjs +3 -2
- package/esm2020/drawer.module.mjs +13 -42
- package/esm2020/expansionpanel/expansionpanel-title.directive.mjs +3 -2
- package/esm2020/expansionpanel/expansionpanel.component.mjs +7 -5
- package/esm2020/expansionpanel.module.mjs +8 -19
- package/esm2020/gridlayout.module.mjs +8 -17
- package/esm2020/index.mjs +1 -0
- package/esm2020/layout.module.mjs +55 -50
- package/esm2020/layouts/grid-layout.component.mjs +3 -2
- package/esm2020/layouts/gridlayout-item.component.mjs +3 -2
- package/esm2020/layouts/stack-layout.component.mjs +3 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/panelbar/panelbar-content.directive.mjs +3 -2
- package/esm2020/panelbar/panelbar-item-template.directive.mjs +3 -2
- package/esm2020/panelbar/panelbar-item-title.directive.mjs +3 -2
- package/esm2020/panelbar/panelbar-item.component.mjs +7 -5
- package/esm2020/panelbar/panelbar.component.mjs +7 -7
- package/esm2020/panelbar.module.mjs +11 -31
- package/esm2020/splitter/splitter-bar.component.mjs +7 -5
- package/esm2020/splitter/splitter-pane.component.mjs +6 -4
- package/esm2020/splitter/splitter.component.mjs +10 -9
- package/esm2020/splitter.module.mjs +8 -29
- package/esm2020/stacklayout.module.mjs +7 -13
- package/esm2020/stepper/list.component.mjs +6 -4
- package/esm2020/stepper/localization/custom-messages.component.mjs +3 -2
- package/esm2020/stepper/localization/localized-messages.directive.mjs +3 -2
- package/esm2020/stepper/step.component.mjs +7 -5
- package/esm2020/stepper/stepper.component.mjs +9 -7
- package/esm2020/stepper/template-directives/indicator-template.directive.mjs +3 -2
- package/esm2020/stepper/template-directives/label-template.directive.mjs +3 -2
- package/esm2020/stepper/template-directives/step-template.directive.mjs +3 -2
- package/esm2020/stepper.module.mjs +11 -40
- package/esm2020/tabstrip/directives/tab-content.directive.mjs +3 -2
- package/esm2020/tabstrip/directives/tab-title.directive.mjs +3 -2
- package/esm2020/tabstrip/directives/tab.directive.mjs +3 -2
- package/esm2020/tabstrip/localization/custom-messages.component.mjs +3 -2
- package/esm2020/tabstrip/localization/localized-messages.directive.mjs +3 -2
- package/esm2020/tabstrip/models/tabstrip-tab.component.mjs +3 -2
- package/esm2020/tabstrip/rendering/tab.component.mjs +7 -5
- package/esm2020/tabstrip/scrollable-button.component.mjs +6 -4
- package/esm2020/tabstrip/tabstrip.component.mjs +9 -9
- package/esm2020/tabstrip.module.mjs +11 -46
- package/esm2020/tilelayout/tilelayout-item-body.component.mjs +3 -2
- package/esm2020/tilelayout/tilelayout-item-header.component.mjs +3 -2
- package/esm2020/tilelayout/tilelayout-item.component.mjs +7 -6
- package/esm2020/tilelayout/tilelayout-resize-handle.directive.mjs +3 -2
- package/esm2020/tilelayout/tilelayout.component.mjs +7 -6
- package/esm2020/tilelayout.module.mjs +10 -30
- package/esm2020/timeline/localization/custom-messages.component.mjs +2 -1
- package/esm2020/timeline/localization/localized-messages.directive.mjs +3 -2
- package/esm2020/timeline/templates/timeline-card-actions.directive.mjs +3 -2
- package/esm2020/timeline/templates/timeline-card-body.directive.mjs +3 -2
- package/esm2020/timeline/templates/timeline-card-header.directive.mjs +3 -2
- package/esm2020/timeline/timeline-card.component.mjs +13 -11
- package/esm2020/timeline/timeline-horizontal.component.mjs +7 -6
- package/esm2020/timeline/timeline-vertical.component.mjs +7 -5
- package/esm2020/timeline/timeline.component.mjs +6 -6
- package/esm2020/timeline.module.mjs +11 -44
- package/expansionpanel/expansionpanel-title.directive.d.ts +1 -1
- package/expansionpanel/expansionpanel.component.d.ts +1 -1
- package/expansionpanel.module.d.ts +1 -4
- package/fesm2015/progress-kendo-angular-layout.mjs +1075 -1158
- package/fesm2020/progress-kendo-angular-layout.mjs +806 -889
- package/gridlayout.module.d.ts +1 -2
- package/index.d.ts +1 -0
- package/layout.module.d.ts +50 -13
- package/layouts/grid-layout.component.d.ts +1 -1
- package/layouts/gridlayout-item.component.d.ts +1 -1
- package/layouts/stack-layout.component.d.ts +1 -1
- package/package.json +8 -8
- package/panelbar/panelbar-content.directive.d.ts +1 -1
- package/panelbar/panelbar-item-template.directive.d.ts +1 -1
- package/panelbar/panelbar-item-title.directive.d.ts +1 -1
- package/panelbar/panelbar-item.component.d.ts +1 -1
- package/panelbar/panelbar.component.d.ts +1 -1
- package/panelbar.module.d.ts +1 -4
- package/splitter/splitter-bar.component.d.ts +1 -1
- package/splitter/splitter-pane.component.d.ts +1 -1
- package/splitter/splitter.component.d.ts +1 -1
- package/splitter.module.d.ts +3 -7
- package/stacklayout.module.d.ts +1 -2
- package/stepper/list.component.d.ts +1 -1
- package/stepper/localization/custom-messages.component.d.ts +1 -1
- package/stepper/localization/localized-messages.directive.d.ts +1 -1
- package/stepper/step.component.d.ts +1 -1
- package/stepper/stepper.component.d.ts +1 -1
- package/stepper/template-directives/indicator-template.directive.d.ts +1 -1
- package/stepper/template-directives/label-template.directive.d.ts +1 -1
- package/stepper/template-directives/step-template.directive.d.ts +1 -1
- package/stepper.module.d.ts +6 -12
- package/tabstrip/directives/tab-content.directive.d.ts +1 -1
- package/tabstrip/directives/tab-title.directive.d.ts +1 -1
- package/tabstrip/directives/tab.directive.d.ts +1 -1
- package/tabstrip/localization/custom-messages.component.d.ts +1 -1
- package/tabstrip/localization/localized-messages.directive.d.ts +1 -1
- package/tabstrip/models/tabstrip-tab.component.d.ts +1 -1
- package/tabstrip/rendering/tab.component.d.ts +1 -1
- package/tabstrip/scrollable-button.component.d.ts +1 -1
- package/tabstrip/tabstrip.component.d.ts +1 -1
- package/tabstrip.module.d.ts +2 -10
- package/tilelayout/tilelayout-item-body.component.d.ts +1 -1
- package/tilelayout/tilelayout-item-header.component.d.ts +1 -1
- package/tilelayout/tilelayout-item.component.d.ts +1 -1
- package/tilelayout/tilelayout-resize-handle.directive.d.ts +1 -1
- package/tilelayout/tilelayout.component.d.ts +1 -1
- package/tilelayout.module.d.ts +4 -7
- package/timeline/localization/custom-messages.component.d.ts +1 -1
- package/timeline/localization/localized-messages.directive.d.ts +1 -1
- package/timeline/templates/timeline-card-actions.directive.d.ts +1 -1
- package/timeline/templates/timeline-card-body.directive.d.ts +1 -1
- package/timeline/templates/timeline-card-header.directive.d.ts +1 -1
- package/timeline/timeline-card.component.d.ts +1 -1
- package/timeline/timeline-horizontal.component.d.ts +1 -1
- package/timeline/timeline-vertical.component.d.ts +1 -1
- package/timeline/timeline.component.d.ts +1 -1
- package/timeline.module.d.ts +3 -12
|
@@ -6,25 +6,20 @@ import * as i0 from '@angular/core';
|
|
|
6
6
|
import { Directive, Optional, Injectable, isDevMode, Component, SkipSelf, Host, Input, ViewChild, HostBinding, ViewChildren, ContentChildren, EventEmitter, Output, ContentChild, HostListener, Inject, QueryList, NgZone, forwardRef, ElementRef, ViewEncapsulation, TemplateRef, NgModule } from '@angular/core';
|
|
7
7
|
import * as i1 from '@progress/kendo-angular-l10n';
|
|
8
8
|
import { LocalizationService, L10N_PREFIX, ComponentMessages } from '@progress/kendo-angular-l10n';
|
|
9
|
-
import * as
|
|
10
|
-
import { Keys, shouldShowValidationUI, isDocumentAvailable, PreventableEvent as PreventableEvent$1, guid, hasObservers, isPresent as isPresent$1, focusableSelector, isChanged
|
|
9
|
+
import * as i1$1 from '@progress/kendo-angular-common';
|
|
10
|
+
import { Keys, shouldShowValidationUI, WatermarkOverlayComponent, isDocumentAvailable, DraggableDirective, PreventableEvent as PreventableEvent$1, guid, ResizeSensorComponent, hasObservers, isPresent as isPresent$1, focusableSelector, isChanged } from '@progress/kendo-angular-common';
|
|
11
11
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
12
|
-
import * as i1$
|
|
12
|
+
import * as i1$2 from '@angular/animations';
|
|
13
13
|
import { trigger, state, style, transition, animate, AUTO_STYLE } from '@angular/animations';
|
|
14
14
|
import { Subject, BehaviorSubject, Subscription, of, fromEvent } from 'rxjs';
|
|
15
15
|
import { chevronUpIcon, chevronDownIcon, caretAltLeftIcon, caretAltRightIcon, caretAltUpIcon, caretAltDownIcon, xIcon, checkCircleIcon, exclamationCircleIcon, chevronRightIcon } from '@progress/kendo-svg-icons';
|
|
16
|
-
import
|
|
17
|
-
import {
|
|
18
|
-
import * as i3 from '@progress/kendo-angular-icons';
|
|
19
|
-
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
16
|
+
import { IconWrapperComponent } from '@progress/kendo-angular-icons';
|
|
17
|
+
import { NgIf, NgTemplateOutlet, NgFor, NgStyle, NgClass } from '@angular/common';
|
|
20
18
|
import { delay, takeUntil, map, tap, filter, switchMap, take } from 'rxjs/operators';
|
|
21
|
-
import
|
|
22
|
-
import {
|
|
23
|
-
import * as i4 from '@progress/kendo-angular-progressbar';
|
|
24
|
-
import { ProgressBarModule } from '@progress/kendo-angular-progressbar';
|
|
19
|
+
import { ButtonComponent } from '@progress/kendo-angular-buttons';
|
|
20
|
+
import { ProgressBarComponent } from '@progress/kendo-angular-progressbar';
|
|
25
21
|
import { Draggable } from '@progress/kendo-draggable';
|
|
26
|
-
import
|
|
27
|
-
import { IntlModule } from '@progress/kendo-angular-intl';
|
|
22
|
+
import { DatePipe } from '@progress/kendo-angular-intl';
|
|
28
23
|
|
|
29
24
|
/**
|
|
30
25
|
* @hidden
|
|
@@ -33,8 +28,8 @@ const packageMetadata = {
|
|
|
33
28
|
name: '@progress/kendo-angular-layout',
|
|
34
29
|
productName: 'Kendo UI for Angular',
|
|
35
30
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
36
|
-
publishDate:
|
|
37
|
-
version: '16.
|
|
31
|
+
publishDate: 1721827635,
|
|
32
|
+
version: '16.6.0-develop.1',
|
|
38
33
|
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'
|
|
39
34
|
};
|
|
40
35
|
|
|
@@ -75,11 +70,12 @@ class PanelBarContentDirective {
|
|
|
75
70
|
}
|
|
76
71
|
}
|
|
77
72
|
PanelBarContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
78
|
-
PanelBarContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PanelBarContentDirective, selector: "[kendoPanelBarContent]", ngImport: i0 });
|
|
73
|
+
PanelBarContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PanelBarContentDirective, isStandalone: true, selector: "[kendoPanelBarContent]", ngImport: i0 });
|
|
79
74
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarContentDirective, decorators: [{
|
|
80
75
|
type: Directive,
|
|
81
76
|
args: [{
|
|
82
|
-
selector: "[kendoPanelBarContent]"
|
|
77
|
+
selector: "[kendoPanelBarContent]",
|
|
78
|
+
standalone: true
|
|
83
79
|
}]
|
|
84
80
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
85
81
|
|
|
@@ -115,11 +111,12 @@ class PanelBarItemTitleDirective {
|
|
|
115
111
|
}
|
|
116
112
|
}
|
|
117
113
|
PanelBarItemTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarItemTitleDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
118
|
-
PanelBarItemTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PanelBarItemTitleDirective, selector: "[kendoPanelBarItemTitle]", ngImport: i0 });
|
|
114
|
+
PanelBarItemTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PanelBarItemTitleDirective, isStandalone: true, selector: "[kendoPanelBarItemTitle]", ngImport: i0 });
|
|
119
115
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarItemTitleDirective, decorators: [{
|
|
120
116
|
type: Directive,
|
|
121
117
|
args: [{
|
|
122
|
-
selector: '[kendoPanelBarItemTitle]'
|
|
118
|
+
selector: '[kendoPanelBarItemTitle]',
|
|
119
|
+
standalone: true
|
|
123
120
|
}]
|
|
124
121
|
}], ctorParameters: function () {
|
|
125
122
|
return [{ type: i0.TemplateRef, decorators: [{
|
|
@@ -548,7 +545,7 @@ class PanelBarItemComponent {
|
|
|
548
545
|
}
|
|
549
546
|
}
|
|
550
547
|
PanelBarItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", 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 });
|
|
551
|
-
PanelBarItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PanelBarItemComponent, 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: `
|
|
548
|
+
PanelBarItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: `
|
|
552
549
|
<span
|
|
553
550
|
#header
|
|
554
551
|
[class.k-link]="true"
|
|
@@ -670,7 +667,7 @@ PanelBarItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
670
667
|
</ng-template>
|
|
671
668
|
<ng-template [ngIf]="!template">{{content}}</ng-template>
|
|
672
669
|
</div>
|
|
673
|
-
</div>`, isInline: true, dependencies: [{ kind: "
|
|
670
|
+
</div>`, 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: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], animations: [
|
|
674
671
|
trigger('toggle', [
|
|
675
672
|
state('inactive', style({ display: 'none' })),
|
|
676
673
|
transition('* => active', [
|
|
@@ -823,7 +820,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
823
820
|
</ng-template>
|
|
824
821
|
<ng-template [ngIf]="!template">{{content}}</ng-template>
|
|
825
822
|
</div>
|
|
826
|
-
</div
|
|
823
|
+
</div>`,
|
|
824
|
+
standalone: true,
|
|
825
|
+
imports: [NgIf, IconWrapperComponent, NgTemplateOutlet, NgFor]
|
|
827
826
|
}]
|
|
828
827
|
}], ctorParameters: function () {
|
|
829
828
|
return [{ type: PanelBarItemComponent, decorators: [{
|
|
@@ -913,11 +912,12 @@ class PanelBarItemTemplateDirective {
|
|
|
913
912
|
}
|
|
914
913
|
}
|
|
915
914
|
PanelBarItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarItemTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
916
|
-
PanelBarItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PanelBarItemTemplateDirective, selector: "[kendoPanelBarItemTemplate]", ngImport: i0 });
|
|
915
|
+
PanelBarItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PanelBarItemTemplateDirective, isStandalone: true, selector: "[kendoPanelBarItemTemplate]", ngImport: i0 });
|
|
917
916
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarItemTemplateDirective, decorators: [{
|
|
918
917
|
type: Directive,
|
|
919
918
|
args: [{
|
|
920
|
-
selector: '[kendoPanelBarItemTemplate]'
|
|
919
|
+
selector: '[kendoPanelBarItemTemplate]',
|
|
920
|
+
standalone: true
|
|
921
921
|
}]
|
|
922
922
|
}], ctorParameters: function () {
|
|
923
923
|
return [{ type: i0.TemplateRef, decorators: [{
|
|
@@ -1458,7 +1458,7 @@ class PanelBarComponent {
|
|
|
1458
1458
|
}
|
|
1459
1459
|
}
|
|
1460
1460
|
PanelBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarComponent, deps: [{ token: i0.ElementRef }, { token: PanelBarService }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1461
|
-
PanelBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PanelBarComponent, 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: [
|
|
1461
|
+
PanelBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: [
|
|
1462
1462
|
PanelBarService,
|
|
1463
1463
|
LocalizationService,
|
|
1464
1464
|
{
|
|
@@ -1488,7 +1488,7 @@ PanelBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
1488
1488
|
</ng-template>
|
|
1489
1489
|
|
|
1490
1490
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
1491
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
1491
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { 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]" }] });
|
|
1492
1492
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarComponent, decorators: [{
|
|
1493
1493
|
type: Component,
|
|
1494
1494
|
args: [{
|
|
@@ -1525,7 +1525,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1525
1525
|
</ng-template>
|
|
1526
1526
|
|
|
1527
1527
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
1528
|
-
|
|
1528
|
+
`,
|
|
1529
|
+
standalone: true,
|
|
1530
|
+
imports: [NgIf, NgFor, PanelBarItemComponent, WatermarkOverlayComponent]
|
|
1529
1531
|
}]
|
|
1530
1532
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: PanelBarService }, { type: i1.LocalizationService }]; }, propDecorators: { expandMode: [{
|
|
1531
1533
|
type: Input
|
|
@@ -1754,10 +1756,10 @@ class SplitterPaneComponent {
|
|
|
1754
1756
|
}
|
|
1755
1757
|
}
|
|
1756
1758
|
SplitterPaneComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterPaneComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1757
|
-
SplitterPaneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SplitterPaneComponent, selector: "kendo-splitter-pane", inputs: { order: "order", size: "size", separatorLabel: "separatorLabel", 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-pane-static": "this.staticPaneClass", "class.k-scrollable": "this.scrollablePaneClass" } }, exportAs: ["kendoSplitterPane"], ngImport: i0, template: `
|
|
1759
|
+
SplitterPaneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SplitterPaneComponent, isStandalone: true, selector: "kendo-splitter-pane", inputs: { order: "order", size: "size", separatorLabel: "separatorLabel", 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-pane-static": "this.staticPaneClass", "class.k-scrollable": "this.scrollablePaneClass" } }, exportAs: ["kendoSplitterPane"], ngImport: i0, template: `
|
|
1758
1760
|
<ng-container *ngIf="!collapsed"><ng-content></ng-content></ng-container>
|
|
1759
1761
|
<div *ngIf="overlayContent" class="k-splitter-overlay k-overlay"></div>
|
|
1760
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
1762
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
1761
1763
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterPaneComponent, decorators: [{
|
|
1762
1764
|
type: Component,
|
|
1763
1765
|
args: [{
|
|
@@ -1766,7 +1768,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1766
1768
|
template: `
|
|
1767
1769
|
<ng-container *ngIf="!collapsed"><ng-content></ng-content></ng-container>
|
|
1768
1770
|
<div *ngIf="overlayContent" class="k-splitter-overlay k-overlay"></div>
|
|
1769
|
-
|
|
1771
|
+
`,
|
|
1772
|
+
standalone: true,
|
|
1773
|
+
imports: [NgIf]
|
|
1770
1774
|
}]
|
|
1771
1775
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { order: [{
|
|
1772
1776
|
type: Input
|
|
@@ -2198,8 +2202,8 @@ class SplitterBarComponent {
|
|
|
2198
2202
|
}
|
|
2199
2203
|
}
|
|
2200
2204
|
}
|
|
2201
|
-
SplitterBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterBarComponent, deps: [{ token:
|
|
2202
|
-
SplitterBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SplitterBarComponent, selector: "kendo-splitter-bar", inputs: { orientation: "orientation", index: "index" }, host: { properties: { "attr.role": "this.ariaRole", "class.k-focus": "this.focused", "attr.aria-orientation": "this.hostOrientation", "attr.tabindex": "this.tabIndex", "class": "this.hostClasses", "style.-ms-flex-order": "this.order", "style.order": "this.order" } }, ngImport: i0, template: `
|
|
2205
|
+
SplitterBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterBarComponent, deps: [{ token: i1$1.DraggableDirective, host: true }, { token: i1.LocalizationService }, { token: SplitterService }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
2206
|
+
SplitterBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SplitterBarComponent, isStandalone: true, selector: "kendo-splitter-bar", inputs: { orientation: "orientation", index: "index" }, host: { properties: { "attr.role": "this.ariaRole", "class.k-focus": "this.focused", "attr.aria-orientation": "this.hostOrientation", "attr.tabindex": "this.tabIndex", "class": "this.hostClasses", "style.-ms-flex-order": "this.order", "style.order": "this.order" } }, ngImport: i0, template: `
|
|
2203
2207
|
<div *ngIf="shouldShowIcon('prev')" class="k-collapse-prev" (click)="togglePrevious()">
|
|
2204
2208
|
<kendo-icon-wrapper
|
|
2205
2209
|
size="xsmall"
|
|
@@ -2215,7 +2219,7 @@ SplitterBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
|
|
|
2215
2219
|
[svgIcon]="nextSVGArrowClass()"
|
|
2216
2220
|
></kendo-icon-wrapper>
|
|
2217
2221
|
</div>
|
|
2218
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
2222
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
2219
2223
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterBarComponent, decorators: [{
|
|
2220
2224
|
type: Component,
|
|
2221
2225
|
args: [{
|
|
@@ -2236,10 +2240,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2236
2240
|
[svgIcon]="nextSVGArrowClass()"
|
|
2237
2241
|
></kendo-icon-wrapper>
|
|
2238
2242
|
</div>
|
|
2239
|
-
|
|
2243
|
+
`,
|
|
2244
|
+
standalone: true,
|
|
2245
|
+
imports: [NgIf, IconWrapperComponent]
|
|
2240
2246
|
}]
|
|
2241
2247
|
}], ctorParameters: function () {
|
|
2242
|
-
return [{ type:
|
|
2248
|
+
return [{ type: i1$1.DraggableDirective, decorators: [{
|
|
2243
2249
|
type: Host
|
|
2244
2250
|
}] }, { type: i1.LocalizationService }, { type: SplitterService }, { type: i0.ElementRef }, { type: i0.Renderer2 }];
|
|
2245
2251
|
}, propDecorators: { ariaRole: [{
|
|
@@ -2413,7 +2419,7 @@ class SplitterComponent {
|
|
|
2413
2419
|
}
|
|
2414
2420
|
}
|
|
2415
2421
|
SplitterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterComponent, deps: [{ token: i0.ElementRef }, { token: SplitterService }, { token: i1.LocalizationService }, { token: i0.Renderer2 }, { token: SplitterPaneComponent, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
2416
|
-
SplitterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SplitterComponent, selector: "kendo-splitter", inputs: { orientation: "orientation", splitbarWidth: "splitbarWidth", resizeStep: "resizeStep" }, 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: [
|
|
2422
|
+
SplitterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SplitterComponent, isStandalone: true, selector: "kendo-splitter", inputs: { orientation: "orientation", splitbarWidth: "splitbarWidth", resizeStep: "resizeStep" }, 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: [
|
|
2417
2423
|
SplitterService,
|
|
2418
2424
|
LocalizationService,
|
|
2419
2425
|
{
|
|
@@ -2438,7 +2444,7 @@ SplitterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
2438
2444
|
}">
|
|
2439
2445
|
</kendo-splitter-bar>
|
|
2440
2446
|
</ng-container>
|
|
2441
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
2447
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: SplitterBarComponent, selector: "kendo-splitter-bar", inputs: ["orientation", "index"] }, { kind: "directive", type: DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
2442
2448
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterComponent, decorators: [{
|
|
2443
2449
|
type: Component,
|
|
2444
2450
|
args: [{
|
|
@@ -2470,7 +2476,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2470
2476
|
}">
|
|
2471
2477
|
</kendo-splitter-bar>
|
|
2472
2478
|
</ng-container>
|
|
2473
|
-
|
|
2479
|
+
`,
|
|
2480
|
+
standalone: true,
|
|
2481
|
+
imports: [NgFor, NgIf, SplitterBarComponent, DraggableDirective, NgStyle]
|
|
2474
2482
|
}]
|
|
2475
2483
|
}], ctorParameters: function () {
|
|
2476
2484
|
return [{ type: i0.ElementRef }, { type: SplitterService }, { type: i1.LocalizationService }, { type: i0.Renderer2 }, { type: SplitterPaneComponent, decorators: [{
|
|
@@ -2548,11 +2556,12 @@ class TabContentDirective {
|
|
|
2548
2556
|
}
|
|
2549
2557
|
}
|
|
2550
2558
|
TabContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2551
|
-
TabContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TabContentDirective, selector: "[kendoTabContent]", ngImport: i0 });
|
|
2559
|
+
TabContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TabContentDirective, isStandalone: true, selector: "[kendoTabContent]", ngImport: i0 });
|
|
2552
2560
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabContentDirective, decorators: [{
|
|
2553
2561
|
type: Directive,
|
|
2554
2562
|
args: [{
|
|
2555
|
-
selector: '[kendoTabContent]'
|
|
2563
|
+
selector: '[kendoTabContent]',
|
|
2564
|
+
standalone: true
|
|
2556
2565
|
}]
|
|
2557
2566
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
2558
2567
|
|
|
@@ -2597,11 +2606,12 @@ class TabTitleDirective {
|
|
|
2597
2606
|
}
|
|
2598
2607
|
}
|
|
2599
2608
|
TabTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabTitleDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2600
|
-
TabTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TabTitleDirective, selector: "[kendoTabTitle]", ngImport: i0 });
|
|
2609
|
+
TabTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TabTitleDirective, isStandalone: true, selector: "[kendoTabTitle]", ngImport: i0 });
|
|
2601
2610
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabTitleDirective, decorators: [{
|
|
2602
2611
|
type: Directive,
|
|
2603
2612
|
args: [{
|
|
2604
|
-
selector: '[kendoTabTitle]'
|
|
2613
|
+
selector: '[kendoTabTitle]',
|
|
2614
|
+
standalone: true
|
|
2605
2615
|
}]
|
|
2606
2616
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
2607
2617
|
|
|
@@ -2614,11 +2624,12 @@ class TabTemplateDirective {
|
|
|
2614
2624
|
}
|
|
2615
2625
|
}
|
|
2616
2626
|
TabTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2617
|
-
TabTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TabTemplateDirective, selector: "[kendoTabTemplate]", ngImport: i0 });
|
|
2627
|
+
TabTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TabTemplateDirective, isStandalone: true, selector: "[kendoTabTemplate]", ngImport: i0 });
|
|
2618
2628
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabTemplateDirective, decorators: [{
|
|
2619
2629
|
type: Directive,
|
|
2620
2630
|
args: [{
|
|
2621
|
-
selector: '[kendoTabTemplate]'
|
|
2631
|
+
selector: '[kendoTabTemplate]',
|
|
2632
|
+
standalone: true
|
|
2622
2633
|
}]
|
|
2623
2634
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
2624
2635
|
|
|
@@ -2654,13 +2665,14 @@ class TabStripTabComponent {
|
|
|
2654
2665
|
}
|
|
2655
2666
|
}
|
|
2656
2667
|
TabStripTabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripTabComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2657
|
-
TabStripTabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TabStripTabComponent, 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 });
|
|
2668
|
+
TabStripTabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
2658
2669
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripTabComponent, decorators: [{
|
|
2659
2670
|
type: Component,
|
|
2660
2671
|
args: [{
|
|
2661
2672
|
exportAs: 'kendoTabStripTab',
|
|
2662
2673
|
selector: 'kendo-tabstrip-tab',
|
|
2663
|
-
template:
|
|
2674
|
+
template: ``,
|
|
2675
|
+
standalone: true
|
|
2664
2676
|
}]
|
|
2665
2677
|
}], propDecorators: { title: [{
|
|
2666
2678
|
type: Input
|
|
@@ -3210,6 +3222,169 @@ class TabScrollEvent extends PreventableEvent$1 {
|
|
|
3210
3222
|
}
|
|
3211
3223
|
}
|
|
3212
3224
|
|
|
3225
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
3226
|
+
/**
|
|
3227
|
+
* @hidden
|
|
3228
|
+
*/
|
|
3229
|
+
class TabStripScrollableButtonComponent {
|
|
3230
|
+
constructor(host, renderer, ngZone, localization) {
|
|
3231
|
+
this.host = host;
|
|
3232
|
+
this.renderer = renderer;
|
|
3233
|
+
this.ngZone = ngZone;
|
|
3234
|
+
this.localization = localization;
|
|
3235
|
+
this.prev = false;
|
|
3236
|
+
this.tabScroll = new EventEmitter();
|
|
3237
|
+
this.onClick = new EventEmitter();
|
|
3238
|
+
this.caretAltLeftIcon = caretAltLeftIcon;
|
|
3239
|
+
this.caretAltRightIcon = caretAltRightIcon;
|
|
3240
|
+
this.caretAltUpIcon = caretAltUpIcon;
|
|
3241
|
+
this.caretAltDownIcon = caretAltDownIcon;
|
|
3242
|
+
this.subs = new Subscription();
|
|
3243
|
+
this.clickHandler = (scrollEvent) => {
|
|
3244
|
+
const tabStripScrollEvent = this.emitScrollEvent(scrollEvent);
|
|
3245
|
+
const isTabStripScrollEventPrevented = tabStripScrollEvent.isDefaultPrevented();
|
|
3246
|
+
if (isTabStripScrollEventPrevented) {
|
|
3247
|
+
return;
|
|
3248
|
+
}
|
|
3249
|
+
const buttonType = this.prev ? 'prev' : 'next';
|
|
3250
|
+
this.onClick.emit(buttonType);
|
|
3251
|
+
};
|
|
3252
|
+
}
|
|
3253
|
+
get prevClass() {
|
|
3254
|
+
return this.prev;
|
|
3255
|
+
}
|
|
3256
|
+
get nextClass() {
|
|
3257
|
+
return !this.prev;
|
|
3258
|
+
}
|
|
3259
|
+
get hostBoundingClientRect() {
|
|
3260
|
+
return this.host.nativeElement.getBoundingClientRect();
|
|
3261
|
+
}
|
|
3262
|
+
get iconClass() {
|
|
3263
|
+
return this.scrollButtonIconClass;
|
|
3264
|
+
}
|
|
3265
|
+
get customIconClass() {
|
|
3266
|
+
return this.customScrollButtonIconClass;
|
|
3267
|
+
}
|
|
3268
|
+
get svgIcon() {
|
|
3269
|
+
return this.scrollButtonSVGIcon;
|
|
3270
|
+
}
|
|
3271
|
+
ngAfterViewInit() {
|
|
3272
|
+
this.ngZone.runOutsideAngular(() => {
|
|
3273
|
+
this.subs.add(this.renderer.listen(this.host.nativeElement, 'click', this.clickHandler));
|
|
3274
|
+
});
|
|
3275
|
+
}
|
|
3276
|
+
ngOnDestroy() {
|
|
3277
|
+
this.subs.unsubscribe();
|
|
3278
|
+
}
|
|
3279
|
+
toggle(show) {
|
|
3280
|
+
this.renderer[show ? 'removeClass' : 'addClass'](this.host.nativeElement, HIDDEN_CLASS);
|
|
3281
|
+
}
|
|
3282
|
+
get scrollButtonIconClass() {
|
|
3283
|
+
const defaultPrevIcon = isTablistHorizontal(this.tabPosition) ?
|
|
3284
|
+
!this.localization.rtl ?
|
|
3285
|
+
DIRECTION_CLASSES.left :
|
|
3286
|
+
DIRECTION_CLASSES.right :
|
|
3287
|
+
DIRECTION_CLASSES.up;
|
|
3288
|
+
const defaultNextIcon = isTablistHorizontal(this.tabPosition) ?
|
|
3289
|
+
!this.localization.rtl ?
|
|
3290
|
+
DIRECTION_CLASSES.right :
|
|
3291
|
+
DIRECTION_CLASSES.left :
|
|
3292
|
+
DIRECTION_CLASSES.down;
|
|
3293
|
+
if (typeof this.scrollable === 'object') {
|
|
3294
|
+
const prevIcon = typeof this.scrollable.prevButtonIcon === 'undefined' ? defaultPrevIcon : '';
|
|
3295
|
+
const nextIcon = typeof this.scrollable.nextButtonIcon === 'undefined' ? defaultNextIcon : '';
|
|
3296
|
+
if (prevIcon && this.prev) {
|
|
3297
|
+
return prevIcon;
|
|
3298
|
+
}
|
|
3299
|
+
else if (nextIcon && !this.prev) {
|
|
3300
|
+
return nextIcon;
|
|
3301
|
+
}
|
|
3302
|
+
}
|
|
3303
|
+
}
|
|
3304
|
+
get customScrollButtonIconClass() {
|
|
3305
|
+
if (typeof this.scrollable === 'object') {
|
|
3306
|
+
const prevIcon = this.scrollable.prevButtonIcon;
|
|
3307
|
+
const nextIcon = this.scrollable.nextButtonIcon;
|
|
3308
|
+
if (prevIcon && this.prev) {
|
|
3309
|
+
return `k-icon ${prevIcon}`;
|
|
3310
|
+
}
|
|
3311
|
+
if (nextIcon && !this.prev) {
|
|
3312
|
+
return `k-icon ${nextIcon}`;
|
|
3313
|
+
}
|
|
3314
|
+
}
|
|
3315
|
+
}
|
|
3316
|
+
get scrollButtonSVGIcon() {
|
|
3317
|
+
const defaultPrevSVGIcon = isTablistHorizontal(this.tabPosition) ?
|
|
3318
|
+
!this.localization.rtl ?
|
|
3319
|
+
this.caretAltLeftIcon :
|
|
3320
|
+
this.caretAltRightIcon :
|
|
3321
|
+
this.caretAltUpIcon;
|
|
3322
|
+
const defaultNextSVGIcon = isTablistHorizontal(this.tabPosition) ?
|
|
3323
|
+
!this.localization.rtl ?
|
|
3324
|
+
this.caretAltRightIcon :
|
|
3325
|
+
this.caretAltLeftIcon :
|
|
3326
|
+
this.caretAltDownIcon;
|
|
3327
|
+
if (typeof this.scrollable === 'object') {
|
|
3328
|
+
const prevIcon = this.scrollable.prevSVGButtonIcon !== undefined ? this.scrollable.prevSVGButtonIcon : defaultPrevSVGIcon;
|
|
3329
|
+
const nextIcon = this.scrollable.nextSVGButtonIcon !== undefined ? this.scrollable.nextSVGButtonIcon : defaultNextSVGIcon;
|
|
3330
|
+
if (prevIcon || nextIcon) {
|
|
3331
|
+
return this.prev ? prevIcon : nextIcon;
|
|
3332
|
+
}
|
|
3333
|
+
}
|
|
3334
|
+
}
|
|
3335
|
+
emitScrollEvent(event) {
|
|
3336
|
+
const scrollEvent = new TabScrollEvent({
|
|
3337
|
+
originalEvent: event
|
|
3338
|
+
});
|
|
3339
|
+
this.tabScroll.emit(scrollEvent);
|
|
3340
|
+
return scrollEvent;
|
|
3341
|
+
}
|
|
3342
|
+
}
|
|
3343
|
+
TabStripScrollableButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripScrollableButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3344
|
+
TabStripScrollableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TabStripScrollableButtonComponent, isStandalone: true, selector: "[kendoTabStripScrollableButton]", inputs: { prev: "prev", tabPosition: "tabPosition", scrollable: "scrollable" }, outputs: { tabScroll: "tabScroll", onClick: "onClick" }, host: { properties: { "class.k-tabstrip-prev": "this.prevClass", "class.k-tabstrip-next": "this.nextClass" } }, ngImport: i0, template: `
|
|
3345
|
+
<kendo-icon-wrapper
|
|
3346
|
+
[name]="iconClass"
|
|
3347
|
+
[customFontClass]="customIconClass"
|
|
3348
|
+
[svgIcon]="svgIcon"
|
|
3349
|
+
innerCssClass="k-button-icon"
|
|
3350
|
+
>
|
|
3351
|
+
</kendo-icon-wrapper>
|
|
3352
|
+
`, isInline: true, dependencies: [{ kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
3353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripScrollableButtonComponent, decorators: [{
|
|
3354
|
+
type: Component,
|
|
3355
|
+
args: [{
|
|
3356
|
+
template: `
|
|
3357
|
+
<kendo-icon-wrapper
|
|
3358
|
+
[name]="iconClass"
|
|
3359
|
+
[customFontClass]="customIconClass"
|
|
3360
|
+
[svgIcon]="svgIcon"
|
|
3361
|
+
innerCssClass="k-button-icon"
|
|
3362
|
+
>
|
|
3363
|
+
</kendo-icon-wrapper>
|
|
3364
|
+
`,
|
|
3365
|
+
// eslint-disable-next-line @angular-eslint/component-selector
|
|
3366
|
+
selector: '[kendoTabStripScrollableButton]',
|
|
3367
|
+
standalone: true,
|
|
3368
|
+
imports: [IconWrapperComponent]
|
|
3369
|
+
}]
|
|
3370
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i1.LocalizationService }]; }, propDecorators: { prevClass: [{
|
|
3371
|
+
type: HostBinding,
|
|
3372
|
+
args: ['class.k-tabstrip-prev']
|
|
3373
|
+
}], nextClass: [{
|
|
3374
|
+
type: HostBinding,
|
|
3375
|
+
args: ['class.k-tabstrip-next']
|
|
3376
|
+
}], prev: [{
|
|
3377
|
+
type: Input
|
|
3378
|
+
}], tabPosition: [{
|
|
3379
|
+
type: Input
|
|
3380
|
+
}], scrollable: [{
|
|
3381
|
+
type: Input
|
|
3382
|
+
}], tabScroll: [{
|
|
3383
|
+
type: Output
|
|
3384
|
+
}], onClick: [{
|
|
3385
|
+
type: Output
|
|
3386
|
+
}] } });
|
|
3387
|
+
|
|
3213
3388
|
/**
|
|
3214
3389
|
* @hidden
|
|
3215
3390
|
*/
|
|
@@ -3274,7 +3449,7 @@ class TabComponent {
|
|
|
3274
3449
|
}
|
|
3275
3450
|
}
|
|
3276
3451
|
TabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3277
|
-
TabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TabComponent, selector: "[kendoTabStripTab]", inputs: { tab: "tab", index: "index", tabStripClosable: "tabStripClosable", tabStripCloseIcon: "tabStripCloseIcon", customTabstripCloseIcon: "customTabstripCloseIcon", closeSVGIcon: "closeSVGIcon" }, outputs: { tabClose: "tabClose" }, host: { properties: { "class.k-item": "this.hostClasses", "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: `
|
|
3452
|
+
TabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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-item": "this.hostClasses", "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: `
|
|
3278
3453
|
<ng-container *ngIf="!tab.tabTemplate; else tabTemplate">
|
|
3279
3454
|
<span class="k-link" *ngIf="!tab.tabTitle">{{ tab.title }}</span>
|
|
3280
3455
|
<span class="k-link" *ngIf="tab.tabTitle">
|
|
@@ -3300,7 +3475,7 @@ TabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
3300
3475
|
(click)="closeTab(index)"
|
|
3301
3476
|
class="k-remove-tab k-icon-button"
|
|
3302
3477
|
></button>
|
|
3303
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
3478
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
3304
3479
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabComponent, decorators: [{
|
|
3305
3480
|
type: Component,
|
|
3306
3481
|
args: [{
|
|
@@ -3332,7 +3507,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3332
3507
|
(click)="closeTab(index)"
|
|
3333
3508
|
class="k-remove-tab k-icon-button"
|
|
3334
3509
|
></button>
|
|
3335
|
-
|
|
3510
|
+
`,
|
|
3511
|
+
standalone: true,
|
|
3512
|
+
imports: [NgIf, NgTemplateOutlet, ButtonComponent]
|
|
3336
3513
|
}]
|
|
3337
3514
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { tab: [{
|
|
3338
3515
|
type: Input
|
|
@@ -3405,7 +3582,7 @@ class LocalizedTabStripMessagesDirective extends TabStripMessages {
|
|
|
3405
3582
|
}
|
|
3406
3583
|
}
|
|
3407
3584
|
LocalizedTabStripMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedTabStripMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3408
|
-
LocalizedTabStripMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedTabStripMessagesDirective, selector: "[kendoTabStripLocalizedMessages]", providers: [
|
|
3585
|
+
LocalizedTabStripMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedTabStripMessagesDirective, isStandalone: true, selector: "[kendoTabStripLocalizedMessages]", providers: [
|
|
3409
3586
|
{
|
|
3410
3587
|
provide: TabStripMessages,
|
|
3411
3588
|
useExisting: forwardRef(() => LocalizedTabStripMessagesDirective)
|
|
@@ -3420,232 +3597,72 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3420
3597
|
useExisting: forwardRef(() => LocalizedTabStripMessagesDirective)
|
|
3421
3598
|
}
|
|
3422
3599
|
],
|
|
3423
|
-
selector: `[kendoTabStripLocalizedMessages]
|
|
3600
|
+
selector: `[kendoTabStripLocalizedMessages]`,
|
|
3601
|
+
standalone: true
|
|
3424
3602
|
}]
|
|
3425
3603
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
3426
3604
|
|
|
3427
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
3428
3605
|
/**
|
|
3429
|
-
*
|
|
3606
|
+
* Represents the [Kendo UI TabStrip component for Angular]({% slug overview_tabstrip %}).
|
|
3430
3607
|
*/
|
|
3431
|
-
class
|
|
3432
|
-
constructor(
|
|
3433
|
-
this.
|
|
3608
|
+
class TabStripComponent {
|
|
3609
|
+
constructor(localization, renderer, wrapper, tabstripService, scrollService, ngZone) {
|
|
3610
|
+
this.localization = localization;
|
|
3434
3611
|
this.renderer = renderer;
|
|
3612
|
+
this.wrapper = wrapper;
|
|
3613
|
+
this.tabstripService = tabstripService;
|
|
3614
|
+
this.scrollService = scrollService;
|
|
3435
3615
|
this.ngZone = ngZone;
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
this.
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
!this.localization.rtl ?
|
|
3487
|
-
DIRECTION_CLASSES.left :
|
|
3488
|
-
DIRECTION_CLASSES.right :
|
|
3489
|
-
DIRECTION_CLASSES.up;
|
|
3490
|
-
const defaultNextIcon = isTablistHorizontal(this.tabPosition) ?
|
|
3491
|
-
!this.localization.rtl ?
|
|
3492
|
-
DIRECTION_CLASSES.right :
|
|
3493
|
-
DIRECTION_CLASSES.left :
|
|
3494
|
-
DIRECTION_CLASSES.down;
|
|
3495
|
-
if (typeof this.scrollable === 'object') {
|
|
3496
|
-
const prevIcon = typeof this.scrollable.prevButtonIcon === 'undefined' ? defaultPrevIcon : '';
|
|
3497
|
-
const nextIcon = typeof this.scrollable.nextButtonIcon === 'undefined' ? defaultNextIcon : '';
|
|
3498
|
-
if (prevIcon && this.prev) {
|
|
3499
|
-
return prevIcon;
|
|
3500
|
-
}
|
|
3501
|
-
else if (nextIcon && !this.prev) {
|
|
3502
|
-
return nextIcon;
|
|
3503
|
-
}
|
|
3504
|
-
}
|
|
3505
|
-
}
|
|
3506
|
-
get customScrollButtonIconClass() {
|
|
3507
|
-
if (typeof this.scrollable === 'object') {
|
|
3508
|
-
const prevIcon = this.scrollable.prevButtonIcon;
|
|
3509
|
-
const nextIcon = this.scrollable.nextButtonIcon;
|
|
3510
|
-
if (prevIcon && this.prev) {
|
|
3511
|
-
return `k-icon ${prevIcon}`;
|
|
3512
|
-
}
|
|
3513
|
-
if (nextIcon && !this.prev) {
|
|
3514
|
-
return `k-icon ${nextIcon}`;
|
|
3515
|
-
}
|
|
3516
|
-
}
|
|
3517
|
-
}
|
|
3518
|
-
get scrollButtonSVGIcon() {
|
|
3519
|
-
const defaultPrevSVGIcon = isTablistHorizontal(this.tabPosition) ?
|
|
3520
|
-
!this.localization.rtl ?
|
|
3521
|
-
this.caretAltLeftIcon :
|
|
3522
|
-
this.caretAltRightIcon :
|
|
3523
|
-
this.caretAltUpIcon;
|
|
3524
|
-
const defaultNextSVGIcon = isTablistHorizontal(this.tabPosition) ?
|
|
3525
|
-
!this.localization.rtl ?
|
|
3526
|
-
this.caretAltRightIcon :
|
|
3527
|
-
this.caretAltLeftIcon :
|
|
3528
|
-
this.caretAltDownIcon;
|
|
3529
|
-
if (typeof this.scrollable === 'object') {
|
|
3530
|
-
const prevIcon = this.scrollable.prevSVGButtonIcon !== undefined ? this.scrollable.prevSVGButtonIcon : defaultPrevSVGIcon;
|
|
3531
|
-
const nextIcon = this.scrollable.nextSVGButtonIcon !== undefined ? this.scrollable.nextSVGButtonIcon : defaultNextSVGIcon;
|
|
3532
|
-
if (prevIcon || nextIcon) {
|
|
3533
|
-
return this.prev ? prevIcon : nextIcon;
|
|
3534
|
-
}
|
|
3535
|
-
}
|
|
3536
|
-
}
|
|
3537
|
-
emitScrollEvent(event) {
|
|
3538
|
-
const scrollEvent = new TabScrollEvent({
|
|
3539
|
-
originalEvent: event
|
|
3540
|
-
});
|
|
3541
|
-
this.tabScroll.emit(scrollEvent);
|
|
3542
|
-
return scrollEvent;
|
|
3543
|
-
}
|
|
3544
|
-
}
|
|
3545
|
-
TabStripScrollableButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripScrollableButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3546
|
-
TabStripScrollableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TabStripScrollableButtonComponent, selector: "[kendoTabStripScrollableButton]", inputs: { prev: "prev", tabPosition: "tabPosition", scrollable: "scrollable" }, outputs: { tabScroll: "tabScroll", onClick: "onClick" }, host: { properties: { "class.k-tabstrip-prev": "this.prevClass", "class.k-tabstrip-next": "this.nextClass" } }, ngImport: i0, template: `
|
|
3547
|
-
<kendo-icon-wrapper
|
|
3548
|
-
[name]="iconClass"
|
|
3549
|
-
[customFontClass]="customIconClass"
|
|
3550
|
-
[svgIcon]="svgIcon"
|
|
3551
|
-
innerCssClass="k-button-icon"
|
|
3552
|
-
>
|
|
3553
|
-
</kendo-icon-wrapper>
|
|
3554
|
-
`, isInline: true, dependencies: [{ kind: "component", type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
3555
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripScrollableButtonComponent, decorators: [{
|
|
3556
|
-
type: Component,
|
|
3557
|
-
args: [{
|
|
3558
|
-
template: `
|
|
3559
|
-
<kendo-icon-wrapper
|
|
3560
|
-
[name]="iconClass"
|
|
3561
|
-
[customFontClass]="customIconClass"
|
|
3562
|
-
[svgIcon]="svgIcon"
|
|
3563
|
-
innerCssClass="k-button-icon"
|
|
3564
|
-
>
|
|
3565
|
-
</kendo-icon-wrapper>
|
|
3566
|
-
`,
|
|
3567
|
-
// eslint-disable-next-line @angular-eslint/component-selector
|
|
3568
|
-
selector: '[kendoTabStripScrollableButton]'
|
|
3569
|
-
}]
|
|
3570
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i1.LocalizationService }]; }, propDecorators: { prevClass: [{
|
|
3571
|
-
type: HostBinding,
|
|
3572
|
-
args: ['class.k-tabstrip-prev']
|
|
3573
|
-
}], nextClass: [{
|
|
3574
|
-
type: HostBinding,
|
|
3575
|
-
args: ['class.k-tabstrip-next']
|
|
3576
|
-
}], prev: [{
|
|
3577
|
-
type: Input
|
|
3578
|
-
}], tabPosition: [{
|
|
3579
|
-
type: Input
|
|
3580
|
-
}], scrollable: [{
|
|
3581
|
-
type: Input
|
|
3582
|
-
}], tabScroll: [{
|
|
3583
|
-
type: Output
|
|
3584
|
-
}], onClick: [{
|
|
3585
|
-
type: Output
|
|
3586
|
-
}] } });
|
|
3587
|
-
|
|
3588
|
-
/**
|
|
3589
|
-
* Represents the [Kendo UI TabStrip component for Angular]({% slug overview_tabstrip %}).
|
|
3590
|
-
*/
|
|
3591
|
-
class TabStripComponent {
|
|
3592
|
-
constructor(localization, renderer, wrapper, tabstripService, scrollService, ngZone) {
|
|
3593
|
-
this.localization = localization;
|
|
3594
|
-
this.renderer = renderer;
|
|
3595
|
-
this.wrapper = wrapper;
|
|
3596
|
-
this.tabstripService = tabstripService;
|
|
3597
|
-
this.scrollService = scrollService;
|
|
3598
|
-
this.ngZone = ngZone;
|
|
3599
|
-
/**
|
|
3600
|
-
* Enables the tab animation.
|
|
3601
|
-
*
|
|
3602
|
-
* @default true
|
|
3603
|
-
*/
|
|
3604
|
-
this.animate = true;
|
|
3605
|
-
/**
|
|
3606
|
-
* Sets the position of the tabs. Defaults to `top`.
|
|
3607
|
-
*
|
|
3608
|
-
* @default 'top'
|
|
3609
|
-
*/
|
|
3610
|
-
this.tabPosition = 'top';
|
|
3611
|
-
/**
|
|
3612
|
-
* When set to `true`, the component renders all tabs and they are persisted in the DOM.
|
|
3613
|
-
* By default, `keepTabContent` is `false`.
|
|
3614
|
-
*
|
|
3615
|
-
* @default false
|
|
3616
|
-
*/
|
|
3617
|
-
this.keepTabContent = false;
|
|
3618
|
-
/**
|
|
3619
|
-
* When set to `true`, a close button will be rendered inside each tab.
|
|
3620
|
-
* By default, `closable` is `false`.
|
|
3621
|
-
*
|
|
3622
|
-
* @default false
|
|
3623
|
-
*/
|
|
3624
|
-
this.closable = false;
|
|
3625
|
-
/**
|
|
3626
|
-
* Defines the name for an existing font icon in the Kendo UI theme for the close icon.
|
|
3627
|
-
*/
|
|
3628
|
-
this.closeIcon = 'x';
|
|
3629
|
-
/**
|
|
3630
|
-
* Determines whether the content associated with each tab will be rendered.
|
|
3631
|
-
*
|
|
3632
|
-
* @default true
|
|
3633
|
-
*/
|
|
3634
|
-
this.showContentArea = true;
|
|
3635
|
-
/**
|
|
3636
|
-
* Fires each time the user selects a tab ([see example](slug:events_tabstrip)).
|
|
3637
|
-
* The event data contains the index of the selected tab and its title.
|
|
3638
|
-
*/
|
|
3639
|
-
this.tabSelect = new EventEmitter();
|
|
3640
|
-
/**
|
|
3641
|
-
* Fires each time the user closes a tab.
|
|
3642
|
-
* The event data contains the index of the closed tab and its instance.
|
|
3643
|
-
*/
|
|
3644
|
-
this.tabClose = new EventEmitter();
|
|
3645
|
-
/**
|
|
3646
|
-
* Fires each time the user scrolls the TabStrip list.
|
|
3647
|
-
* The event is preventable.
|
|
3648
|
-
*/
|
|
3616
|
+
/**
|
|
3617
|
+
* Enables the tab animation.
|
|
3618
|
+
*
|
|
3619
|
+
* @default true
|
|
3620
|
+
*/
|
|
3621
|
+
this.animate = true;
|
|
3622
|
+
/**
|
|
3623
|
+
* Sets the position of the tabs. Defaults to `top`.
|
|
3624
|
+
*
|
|
3625
|
+
* @default 'top'
|
|
3626
|
+
*/
|
|
3627
|
+
this.tabPosition = 'top';
|
|
3628
|
+
/**
|
|
3629
|
+
* When set to `true`, the component renders all tabs and they are persisted in the DOM.
|
|
3630
|
+
* By default, `keepTabContent` is `false`.
|
|
3631
|
+
*
|
|
3632
|
+
* @default false
|
|
3633
|
+
*/
|
|
3634
|
+
this.keepTabContent = false;
|
|
3635
|
+
/**
|
|
3636
|
+
* When set to `true`, a close button will be rendered inside each tab.
|
|
3637
|
+
* By default, `closable` is `false`.
|
|
3638
|
+
*
|
|
3639
|
+
* @default false
|
|
3640
|
+
*/
|
|
3641
|
+
this.closable = false;
|
|
3642
|
+
/**
|
|
3643
|
+
* Defines the name for an existing font icon in the Kendo UI theme for the close icon.
|
|
3644
|
+
*/
|
|
3645
|
+
this.closeIcon = 'x';
|
|
3646
|
+
/**
|
|
3647
|
+
* Determines whether the content associated with each tab will be rendered.
|
|
3648
|
+
*
|
|
3649
|
+
* @default true
|
|
3650
|
+
*/
|
|
3651
|
+
this.showContentArea = true;
|
|
3652
|
+
/**
|
|
3653
|
+
* Fires each time the user selects a tab ([see example](slug:events_tabstrip)).
|
|
3654
|
+
* The event data contains the index of the selected tab and its title.
|
|
3655
|
+
*/
|
|
3656
|
+
this.tabSelect = new EventEmitter();
|
|
3657
|
+
/**
|
|
3658
|
+
* Fires each time the user closes a tab.
|
|
3659
|
+
* The event data contains the index of the closed tab and its instance.
|
|
3660
|
+
*/
|
|
3661
|
+
this.tabClose = new EventEmitter();
|
|
3662
|
+
/**
|
|
3663
|
+
* Fires each time the user scrolls the TabStrip list.
|
|
3664
|
+
* The event is preventable.
|
|
3665
|
+
*/
|
|
3649
3666
|
this.tabScroll = new EventEmitter();
|
|
3650
3667
|
this.hostClasses = true;
|
|
3651
3668
|
/**
|
|
@@ -3970,7 +3987,7 @@ class TabStripComponent {
|
|
|
3970
3987
|
}
|
|
3971
3988
|
}
|
|
3972
3989
|
TabStripComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", 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 });
|
|
3973
|
-
TabStripComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TabStripComponent, selector: "kendo-tabstrip", inputs: { height: "height", animate: "animate", tabAlignment: "tabAlignment", tabPosition: "tabPosition", keepTabContent: "keepTabContent", closable: "closable", scrollable: "scrollable", closeIcon: "closeIcon", closeIconClass: "closeIconClass", closeSVGIcon: "closeSVGIcon", showContentArea: "showContentArea" }, outputs: { tabSelect: "tabSelect", tabClose: "tabClose", tabScroll: "tabScroll" }, host: { properties: { "class.k-tabstrip": "this.hostClasses", "class.k-pos-relative": "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" } }, providers: [
|
|
3990
|
+
TabStripComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TabStripComponent, isStandalone: true, selector: "kendo-tabstrip", inputs: { height: "height", animate: "animate", tabAlignment: "tabAlignment", tabPosition: "tabPosition", keepTabContent: "keepTabContent", closable: "closable", scrollable: "scrollable", closeIcon: "closeIcon", closeIconClass: "closeIconClass", closeSVGIcon: "closeSVGIcon", showContentArea: "showContentArea" }, outputs: { tabSelect: "tabSelect", tabClose: "tabClose", tabScroll: "tabScroll" }, host: { properties: { "class.k-tabstrip": "this.hostClasses", "class.k-pos-relative": "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" } }, providers: [
|
|
3974
3991
|
TabStripService,
|
|
3975
3992
|
ScrollService,
|
|
3976
3993
|
LocalizationService,
|
|
@@ -4078,7 +4095,7 @@ TabStripComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
4078
4095
|
</ng-template>
|
|
4079
4096
|
<kendo-resize-sensor *ngIf="isScrollable" (resize)="onResize()"></kendo-resize-sensor>
|
|
4080
4097
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
4081
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
4098
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedTabStripMessagesDirective, selector: "[kendoTabStripLocalizedMessages]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: TabStripScrollableButtonComponent, selector: "[kendoTabStripScrollableButton]", inputs: ["prev", "tabPosition", "scrollable"], outputs: ["tabScroll", "onClick"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: TabComponent, selector: "[kendoTabStripTab]", inputs: ["tab", "index", "tabStripClosable", "tabStripCloseIcon", "customTabstripCloseIcon", "closeSVGIcon"], outputs: ["tabClose"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], animations: [
|
|
4082
4099
|
trigger('state', [
|
|
4083
4100
|
state('active', style({ opacity: 1 })),
|
|
4084
4101
|
transition('* => active', [
|
|
@@ -4210,7 +4227,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4210
4227
|
</ng-template>
|
|
4211
4228
|
<kendo-resize-sensor *ngIf="isScrollable" (resize)="onResize()"></kendo-resize-sensor>
|
|
4212
4229
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
4213
|
-
|
|
4230
|
+
`,
|
|
4231
|
+
standalone: true,
|
|
4232
|
+
imports: [LocalizedTabStripMessagesDirective, NgIf, NgTemplateOutlet, NgClass, TabStripScrollableButtonComponent, NgFor, TabComponent, NgStyle, ResizeSensorComponent, WatermarkOverlayComponent]
|
|
4214
4233
|
}]
|
|
4215
4234
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: TabStripService }, { type: ScrollService }, { type: i0.NgZone }]; }, propDecorators: { height: [{
|
|
4216
4235
|
type: Input
|
|
@@ -4295,7 +4314,7 @@ class TabStripCustomMessagesComponent extends TabStripMessages {
|
|
|
4295
4314
|
}
|
|
4296
4315
|
}
|
|
4297
4316
|
TabStripCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4298
|
-
TabStripCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TabStripCustomMessagesComponent, selector: "kendo-tabstrip-messages", providers: [
|
|
4317
|
+
TabStripCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TabStripCustomMessagesComponent, isStandalone: true, selector: "kendo-tabstrip-messages", providers: [
|
|
4299
4318
|
{
|
|
4300
4319
|
provide: TabStripMessages,
|
|
4301
4320
|
useExisting: forwardRef(() => TabStripCustomMessagesComponent)
|
|
@@ -4311,7 +4330,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4311
4330
|
}
|
|
4312
4331
|
],
|
|
4313
4332
|
selector: 'kendo-tabstrip-messages',
|
|
4314
|
-
template:
|
|
4333
|
+
template: ``,
|
|
4334
|
+
standalone: true
|
|
4315
4335
|
}]
|
|
4316
4336
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
4317
4337
|
|
|
@@ -4328,11 +4348,12 @@ class DrawerTemplateDirective {
|
|
|
4328
4348
|
}
|
|
4329
4349
|
}
|
|
4330
4350
|
DrawerTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4331
|
-
DrawerTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerTemplateDirective, selector: "[kendoDrawerTemplate]", ngImport: i0 });
|
|
4351
|
+
DrawerTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerTemplateDirective, isStandalone: true, selector: "[kendoDrawerTemplate]", ngImport: i0 });
|
|
4332
4352
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerTemplateDirective, decorators: [{
|
|
4333
4353
|
type: Directive,
|
|
4334
4354
|
args: [{
|
|
4335
|
-
selector: '[kendoDrawerTemplate]'
|
|
4355
|
+
selector: '[kendoDrawerTemplate]',
|
|
4356
|
+
standalone: true
|
|
4336
4357
|
}]
|
|
4337
4358
|
}], ctorParameters: function () {
|
|
4338
4359
|
return [{ type: i0.TemplateRef, decorators: [{
|
|
@@ -4351,11 +4372,12 @@ class DrawerItemTemplateDirective {
|
|
|
4351
4372
|
}
|
|
4352
4373
|
}
|
|
4353
4374
|
DrawerItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerItemTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4354
|
-
DrawerItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerItemTemplateDirective, selector: "[kendoDrawerItemTemplate]", ngImport: i0 });
|
|
4375
|
+
DrawerItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerItemTemplateDirective, isStandalone: true, selector: "[kendoDrawerItemTemplate]", ngImport: i0 });
|
|
4355
4376
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerItemTemplateDirective, decorators: [{
|
|
4356
4377
|
type: Directive,
|
|
4357
4378
|
args: [{
|
|
4358
|
-
selector: '[kendoDrawerItemTemplate]'
|
|
4379
|
+
selector: '[kendoDrawerItemTemplate]',
|
|
4380
|
+
standalone: true
|
|
4359
4381
|
}]
|
|
4360
4382
|
}], ctorParameters: function () {
|
|
4361
4383
|
return [{ type: i0.TemplateRef, decorators: [{
|
|
@@ -4374,11 +4396,12 @@ class DrawerHeaderTemplateDirective {
|
|
|
4374
4396
|
}
|
|
4375
4397
|
}
|
|
4376
4398
|
DrawerHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4377
|
-
DrawerHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerHeaderTemplateDirective, selector: "[kendoDrawerHeaderTemplate]", ngImport: i0 });
|
|
4399
|
+
DrawerHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerHeaderTemplateDirective, isStandalone: true, selector: "[kendoDrawerHeaderTemplate]", ngImport: i0 });
|
|
4378
4400
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerHeaderTemplateDirective, decorators: [{
|
|
4379
4401
|
type: Directive,
|
|
4380
4402
|
args: [{
|
|
4381
|
-
selector: '[kendoDrawerHeaderTemplate]'
|
|
4403
|
+
selector: '[kendoDrawerHeaderTemplate]',
|
|
4404
|
+
standalone: true
|
|
4382
4405
|
}]
|
|
4383
4406
|
}], ctorParameters: function () {
|
|
4384
4407
|
return [{ type: i0.TemplateRef, decorators: [{
|
|
@@ -4397,11 +4420,12 @@ class DrawerFooterTemplateDirective {
|
|
|
4397
4420
|
}
|
|
4398
4421
|
}
|
|
4399
4422
|
DrawerFooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerFooterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4400
|
-
DrawerFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerFooterTemplateDirective, selector: "[kendoDrawerFooterTemplate]", ngImport: i0 });
|
|
4423
|
+
DrawerFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerFooterTemplateDirective, isStandalone: true, selector: "[kendoDrawerFooterTemplate]", ngImport: i0 });
|
|
4401
4424
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerFooterTemplateDirective, decorators: [{
|
|
4402
4425
|
type: Directive,
|
|
4403
4426
|
args: [{
|
|
4404
|
-
selector: '[kendoDrawerFooterTemplate]'
|
|
4427
|
+
selector: '[kendoDrawerFooterTemplate]',
|
|
4428
|
+
standalone: true
|
|
4405
4429
|
}]
|
|
4406
4430
|
}], ctorParameters: function () {
|
|
4407
4431
|
return [{ type: i0.TemplateRef, decorators: [{
|
|
@@ -4730,7 +4754,7 @@ class DrawerItemComponent {
|
|
|
4730
4754
|
}
|
|
4731
4755
|
}
|
|
4732
4756
|
DrawerItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerItemComponent, deps: [{ token: DrawerService }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
4733
|
-
DrawerItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DrawerItemComponent, 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: `
|
|
4757
|
+
DrawerItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: `
|
|
4734
4758
|
<ng-template *ngIf="itemTemplate; else defaultTemplate"
|
|
4735
4759
|
[ngTemplateOutlet]="itemTemplate"
|
|
4736
4760
|
[ngTemplateOutletContext]="{
|
|
@@ -4773,7 +4797,7 @@ DrawerItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
4773
4797
|
</kendo-icon-wrapper>
|
|
4774
4798
|
</ng-container>
|
|
4775
4799
|
</ng-template>
|
|
4776
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
4800
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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"] }] });
|
|
4777
4801
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerItemComponent, decorators: [{
|
|
4778
4802
|
type: Component,
|
|
4779
4803
|
args: [{
|
|
@@ -4822,7 +4846,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4822
4846
|
</kendo-icon-wrapper>
|
|
4823
4847
|
</ng-container>
|
|
4824
4848
|
</ng-template>
|
|
4825
|
-
|
|
4849
|
+
`,
|
|
4850
|
+
standalone: true,
|
|
4851
|
+
imports: [NgIf, NgTemplateOutlet, IconWrapperComponent]
|
|
4826
4852
|
}]
|
|
4827
4853
|
}], ctorParameters: function () { return [{ type: DrawerService }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { viewItem: [{
|
|
4828
4854
|
type: Input
|
|
@@ -4947,7 +4973,7 @@ class DrawerListComponent {
|
|
|
4947
4973
|
}
|
|
4948
4974
|
}
|
|
4949
4975
|
DrawerListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerListComponent, deps: [{ token: DrawerService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
4950
|
-
DrawerListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DrawerListComponent, selector: "[kendoDrawerList]", inputs: { itemTemplate: "itemTemplate", mini: "mini", expanded: "expanded", view: "view" }, outputs: { select: "select" }, viewQueries: [{ propertyName: "items", predicate: DrawerItemComponent, descendants: true, read: ElementRef }], ngImport: i0, template: "\n <ng-container *ngFor=\"let v of view; trackBy:identifyItem; let idx = index\">\n <li *ngIf=\"!v.item.separator\" 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 <li *ngIf=\"v.item.separator\"\n role=\"separator\"\n class=\"k-drawer-item k-drawer-separator\"\n [ngClass]=\"v.item.cssClass\"\n [ngStyle]=\"v.item.cssStyle\">\n \n </li>\n </ng-container>\n ", isInline: true, dependencies: [{ kind: "directive", type:
|
|
4976
|
+
DrawerListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DrawerListComponent, isStandalone: true, selector: "[kendoDrawerList]", inputs: { itemTemplate: "itemTemplate", mini: "mini", expanded: "expanded", view: "view" }, outputs: { select: "select" }, viewQueries: [{ propertyName: "items", predicate: DrawerItemComponent, descendants: true, read: ElementRef }], ngImport: i0, template: "\n <ng-container *ngFor=\"let v of view; trackBy:identifyItem; let idx = index\">\n <li *ngIf=\"!v.item.separator\" 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 <li *ngIf=\"v.item.separator\"\n role=\"separator\"\n class=\"k-drawer-item k-drawer-separator\"\n [ngClass]=\"v.item.cssClass\"\n [ngStyle]=\"v.item.cssStyle\">\n \n </li>\n </ng-container>\n ", isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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"] }] });
|
|
4951
4977
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerListComponent, decorators: [{
|
|
4952
4978
|
type: Component,
|
|
4953
4979
|
args: [{
|
|
@@ -4977,7 +5003,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4977
5003
|
|
|
4978
5004
|
</li>
|
|
4979
5005
|
</ng-container>
|
|
4980
|
-
|
|
5006
|
+
`,
|
|
5007
|
+
standalone: true,
|
|
5008
|
+
imports: [NgFor, NgIf, DrawerItemComponent, NgClass, NgStyle]
|
|
4981
5009
|
}]
|
|
4982
5010
|
}], ctorParameters: function () { return [{ type: DrawerService }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i0.ElementRef }]; }, propDecorators: { itemTemplate: [{
|
|
4983
5011
|
type: Input
|
|
@@ -5255,8 +5283,8 @@ class DrawerComponent {
|
|
|
5255
5283
|
return player;
|
|
5256
5284
|
}
|
|
5257
5285
|
}
|
|
5258
|
-
DrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerComponent, deps: [{ token: i0.ElementRef }, { token: i1$
|
|
5259
|
-
DrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DrawerComponent, 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", "style.transform": "this.overlayTransofrmStyles", "style.flexBasis.px": "this.flexStyles", "attr.dir": "this.direction" } }, providers: [
|
|
5286
|
+
DrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerComponent, deps: [{ token: i0.ElementRef }, { token: i1$2.AnimationBuilder }, { token: i1.LocalizationService }, { token: DrawerService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5287
|
+
DrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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", "style.transform": "this.overlayTransofrmStyles", "style.flexBasis.px": "this.flexStyles", "attr.dir": "this.direction" } }, providers: [
|
|
5260
5288
|
LocalizationService,
|
|
5261
5289
|
DrawerService,
|
|
5262
5290
|
{
|
|
@@ -5292,7 +5320,7 @@ DrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
|
|
|
5292
5320
|
</div>
|
|
5293
5321
|
|
|
5294
5322
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
5295
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
5323
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: DrawerListComponent, selector: "[kendoDrawerList]", inputs: ["itemTemplate", "mini", "expanded", "view"], outputs: ["select"] }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }] });
|
|
5296
5324
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerComponent, decorators: [{
|
|
5297
5325
|
type: Component,
|
|
5298
5326
|
args: [{
|
|
@@ -5335,9 +5363,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5335
5363
|
</div>
|
|
5336
5364
|
|
|
5337
5365
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
5338
|
-
|
|
5366
|
+
`,
|
|
5367
|
+
standalone: true,
|
|
5368
|
+
imports: [NgIf, NgTemplateOutlet, DrawerListComponent, WatermarkOverlayComponent]
|
|
5339
5369
|
}]
|
|
5340
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1$
|
|
5370
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1$2.AnimationBuilder }, { type: i1.LocalizationService }, { type: DrawerService }]; }, propDecorators: { hostClasses: [{
|
|
5341
5371
|
type: HostBinding,
|
|
5342
5372
|
args: ['class.k-drawer']
|
|
5343
5373
|
}], startPositionClass: [{
|
|
@@ -5447,7 +5477,7 @@ class DrawerContainerComponent {
|
|
|
5447
5477
|
}
|
|
5448
5478
|
}
|
|
5449
5479
|
DrawerContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerContainerComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5450
|
-
DrawerContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DrawerContainerComponent, 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: [
|
|
5480
|
+
DrawerContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: [
|
|
5451
5481
|
LocalizationService,
|
|
5452
5482
|
{
|
|
5453
5483
|
provide: L10N_PREFIX,
|
|
@@ -5456,7 +5486,7 @@ DrawerContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0
|
|
|
5456
5486
|
], queries: [{ propertyName: "drawer", first: true, predicate: DrawerComponent, descendants: true }], ngImport: i0, template: `
|
|
5457
5487
|
<div class="k-overlay" *ngIf="overlay" (click)="closeDrawer()"></div>
|
|
5458
5488
|
<ng-content></ng-content>
|
|
5459
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
5489
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
5460
5490
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerContainerComponent, decorators: [{
|
|
5461
5491
|
type: Component,
|
|
5462
5492
|
args: [{
|
|
@@ -5471,7 +5501,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5471
5501
|
template: `
|
|
5472
5502
|
<div class="k-overlay" *ngIf="overlay" (click)="closeDrawer()"></div>
|
|
5473
5503
|
<ng-content></ng-content>
|
|
5474
|
-
|
|
5504
|
+
`,
|
|
5505
|
+
standalone: true,
|
|
5506
|
+
imports: [NgIf]
|
|
5475
5507
|
}]
|
|
5476
5508
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { hostClass: [{
|
|
5477
5509
|
type: HostBinding,
|
|
@@ -5505,7 +5537,7 @@ class DrawerContentComponent {
|
|
|
5505
5537
|
}
|
|
5506
5538
|
}
|
|
5507
5539
|
DrawerContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5508
|
-
DrawerContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DrawerContentComponent, selector: "kendo-drawer-content", host: { properties: { "class.k-drawer-content": "this.hostClasses" } }, ngImport: i0, template: `
|
|
5540
|
+
DrawerContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DrawerContentComponent, isStandalone: true, selector: "kendo-drawer-content", host: { properties: { "class.k-drawer-content": "this.hostClasses" } }, ngImport: i0, template: `
|
|
5509
5541
|
<ng-content></ng-content>
|
|
5510
5542
|
`, isInline: true, encapsulation: i0.ViewEncapsulation.None });
|
|
5511
5543
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerContentComponent, decorators: [{
|
|
@@ -5515,7 +5547,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5515
5547
|
template: `
|
|
5516
5548
|
<ng-content></ng-content>
|
|
5517
5549
|
`,
|
|
5518
|
-
encapsulation: ViewEncapsulation.None
|
|
5550
|
+
encapsulation: ViewEncapsulation.None,
|
|
5551
|
+
standalone: true
|
|
5519
5552
|
}]
|
|
5520
5553
|
}], ctorParameters: function () { return []; }, propDecorators: { hostClasses: [{
|
|
5521
5554
|
type: HostBinding,
|
|
@@ -5546,11 +5579,12 @@ class StepperStepTemplateDirective {
|
|
|
5546
5579
|
}
|
|
5547
5580
|
}
|
|
5548
5581
|
StepperStepTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperStepTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5549
|
-
StepperStepTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: StepperStepTemplateDirective, selector: "[kendoStepperStepTemplate]", ngImport: i0 });
|
|
5582
|
+
StepperStepTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: StepperStepTemplateDirective, isStandalone: true, selector: "[kendoStepperStepTemplate]", ngImport: i0 });
|
|
5550
5583
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperStepTemplateDirective, decorators: [{
|
|
5551
5584
|
type: Directive,
|
|
5552
5585
|
args: [{
|
|
5553
|
-
selector: '[kendoStepperStepTemplate]'
|
|
5586
|
+
selector: '[kendoStepperStepTemplate]',
|
|
5587
|
+
standalone: true
|
|
5554
5588
|
}]
|
|
5555
5589
|
}], ctorParameters: function () {
|
|
5556
5590
|
return [{ type: i0.TemplateRef, decorators: [{
|
|
@@ -5569,11 +5603,12 @@ class StepperLabelTemplateDirective {
|
|
|
5569
5603
|
}
|
|
5570
5604
|
}
|
|
5571
5605
|
StepperLabelTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperLabelTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5572
|
-
StepperLabelTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: StepperLabelTemplateDirective, selector: "[kendoStepperLabelTemplate]", ngImport: i0 });
|
|
5606
|
+
StepperLabelTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: StepperLabelTemplateDirective, isStandalone: true, selector: "[kendoStepperLabelTemplate]", ngImport: i0 });
|
|
5573
5607
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperLabelTemplateDirective, decorators: [{
|
|
5574
5608
|
type: Directive,
|
|
5575
5609
|
args: [{
|
|
5576
|
-
selector: '[kendoStepperLabelTemplate]'
|
|
5610
|
+
selector: '[kendoStepperLabelTemplate]',
|
|
5611
|
+
standalone: true
|
|
5577
5612
|
}]
|
|
5578
5613
|
}], ctorParameters: function () {
|
|
5579
5614
|
return [{ type: i0.TemplateRef, decorators: [{
|
|
@@ -5592,11 +5627,12 @@ class StepperIndicatorTemplateDirective {
|
|
|
5592
5627
|
}
|
|
5593
5628
|
}
|
|
5594
5629
|
StepperIndicatorTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperIndicatorTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5595
|
-
StepperIndicatorTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: StepperIndicatorTemplateDirective, selector: "[kendoStepperIndicatorTemplate]", ngImport: i0 });
|
|
5630
|
+
StepperIndicatorTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: StepperIndicatorTemplateDirective, isStandalone: true, selector: "[kendoStepperIndicatorTemplate]", ngImport: i0 });
|
|
5596
5631
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperIndicatorTemplateDirective, decorators: [{
|
|
5597
5632
|
type: Directive,
|
|
5598
5633
|
args: [{
|
|
5599
|
-
selector: '[kendoStepperIndicatorTemplate]'
|
|
5634
|
+
selector: '[kendoStepperIndicatorTemplate]',
|
|
5635
|
+
standalone: true
|
|
5600
5636
|
}]
|
|
5601
5637
|
}], ctorParameters: function () {
|
|
5602
5638
|
return [{ type: i0.TemplateRef, decorators: [{
|
|
@@ -5935,7 +5971,7 @@ class StepperStepComponent {
|
|
|
5935
5971
|
}
|
|
5936
5972
|
}
|
|
5937
5973
|
StepperStepComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperStepComponent, deps: [{ token: StepperService }, { token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5938
|
-
StepperStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StepperStepComponent, 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: `
|
|
5974
|
+
StepperStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: `
|
|
5939
5975
|
<a href='#' class='k-step-link' #stepLink
|
|
5940
5976
|
[attr.tabindex]='tabIndexAttr'
|
|
5941
5977
|
[attr.title]='step.label'
|
|
@@ -5993,7 +6029,7 @@ StepperStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
|
|
|
5993
6029
|
</span>
|
|
5994
6030
|
</ng-container>
|
|
5995
6031
|
</a>
|
|
5996
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
6032
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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"] }] });
|
|
5997
6033
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperStepComponent, decorators: [{
|
|
5998
6034
|
type: Component,
|
|
5999
6035
|
args: [{
|
|
@@ -6057,7 +6093,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6057
6093
|
</span>
|
|
6058
6094
|
</ng-container>
|
|
6059
6095
|
</a>
|
|
6060
|
-
|
|
6096
|
+
`,
|
|
6097
|
+
standalone: true,
|
|
6098
|
+
imports: [NgIf, NgTemplateOutlet, IconWrapperComponent]
|
|
6061
6099
|
}]
|
|
6062
6100
|
}], ctorParameters: function () { return [{ type: StepperService }, { type: i1.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { step: [{
|
|
6063
6101
|
type: Input
|
|
@@ -6176,7 +6214,7 @@ class StepperListComponent {
|
|
|
6176
6214
|
}
|
|
6177
6215
|
}
|
|
6178
6216
|
StepperListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperListComponent, deps: [{ token: i0.Renderer2 }, { token: i0.NgZone }, { token: StepperService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
6179
|
-
StepperListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StepperListComponent, 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 <ng-container *ngFor='let step of steps; 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 </ng-container>\n ", isInline: true, dependencies: [{ kind: "directive", type:
|
|
6217
|
+
StepperListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 <ng-container *ngFor='let step of steps; 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 </ng-container>\n ", isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { 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"] }] });
|
|
6180
6218
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperListComponent, decorators: [{
|
|
6181
6219
|
type: Component,
|
|
6182
6220
|
args: [{
|
|
@@ -6213,7 +6251,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6213
6251
|
>
|
|
6214
6252
|
</li>
|
|
6215
6253
|
</ng-container>
|
|
6216
|
-
|
|
6254
|
+
`,
|
|
6255
|
+
standalone: true,
|
|
6256
|
+
imports: [NgFor, StepperStepComponent, NgClass, NgStyle]
|
|
6217
6257
|
}]
|
|
6218
6258
|
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.NgZone }, { type: StepperService }, { type: i0.ElementRef }]; }, propDecorators: { linear: [{
|
|
6219
6259
|
type: Input
|
|
@@ -6274,7 +6314,7 @@ class LocalizedStepperMessagesDirective extends StepperMessages {
|
|
|
6274
6314
|
}
|
|
6275
6315
|
}
|
|
6276
6316
|
LocalizedStepperMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedStepperMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6277
|
-
LocalizedStepperMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedStepperMessagesDirective, selector: "\n [kendoStepperLocalizedMessages]\n ", providers: [
|
|
6317
|
+
LocalizedStepperMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedStepperMessagesDirective, isStandalone: true, selector: "\n [kendoStepperLocalizedMessages]\n ", providers: [
|
|
6278
6318
|
{
|
|
6279
6319
|
provide: StepperMessages,
|
|
6280
6320
|
useExisting: forwardRef(() => LocalizedStepperMessagesDirective)
|
|
@@ -6291,7 +6331,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6291
6331
|
],
|
|
6292
6332
|
selector: `
|
|
6293
6333
|
[kendoStepperLocalizedMessages]
|
|
6294
|
-
|
|
6334
|
+
`,
|
|
6335
|
+
standalone: true
|
|
6295
6336
|
}]
|
|
6296
6337
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
6297
6338
|
|
|
@@ -6510,7 +6551,7 @@ class StepperComponent {
|
|
|
6510
6551
|
}
|
|
6511
6552
|
}
|
|
6512
6553
|
StepperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.LocalizationService }, { token: StepperService }], target: i0.ɵɵFactoryTarget.Component });
|
|
6513
|
-
StepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StepperComponent, 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: [
|
|
6554
|
+
StepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: [
|
|
6514
6555
|
LocalizationService,
|
|
6515
6556
|
StepperService,
|
|
6516
6557
|
{
|
|
@@ -6555,7 +6596,7 @@ StepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
|
6555
6596
|
[value]='currentStep'
|
|
6556
6597
|
[ngStyle]='progressBarStyling'>
|
|
6557
6598
|
</kendo-progressbar>
|
|
6558
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
6599
|
+
`, 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: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ProgressBarComponent, selector: "kendo-progressbar", inputs: ["label", "progressCssStyle", "progressCssClass", "emptyCssStyle", "emptyCssClass", "animation"], outputs: ["animationEnd"], exportAs: ["kendoProgressBar"] }] });
|
|
6559
6600
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperComponent, decorators: [{
|
|
6560
6601
|
type: Component,
|
|
6561
6602
|
args: [{
|
|
@@ -6607,7 +6648,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6607
6648
|
[value]='currentStep'
|
|
6608
6649
|
[ngStyle]='progressBarStyling'>
|
|
6609
6650
|
</kendo-progressbar>
|
|
6610
|
-
|
|
6651
|
+
`,
|
|
6652
|
+
standalone: true,
|
|
6653
|
+
imports: [LocalizedStepperMessagesDirective, StepperListComponent, NgStyle, NgIf, ProgressBarComponent]
|
|
6611
6654
|
}]
|
|
6612
6655
|
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i1.LocalizationService }, { type: StepperService }]; }, propDecorators: { hostClasses: [{
|
|
6613
6656
|
type: HostBinding,
|
|
@@ -6688,7 +6731,7 @@ class StepperCustomMessagesComponent extends StepperMessages {
|
|
|
6688
6731
|
}
|
|
6689
6732
|
}
|
|
6690
6733
|
StepperCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
6691
|
-
StepperCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StepperCustomMessagesComponent, selector: "kendo-stepper-messages", providers: [
|
|
6734
|
+
StepperCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StepperCustomMessagesComponent, isStandalone: true, selector: "kendo-stepper-messages", providers: [
|
|
6692
6735
|
{
|
|
6693
6736
|
provide: StepperMessages,
|
|
6694
6737
|
useExisting: forwardRef(() => StepperCustomMessagesComponent)
|
|
@@ -6704,7 +6747,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6704
6747
|
}
|
|
6705
6748
|
],
|
|
6706
6749
|
selector: 'kendo-stepper-messages',
|
|
6707
|
-
template:
|
|
6750
|
+
template: ``,
|
|
6751
|
+
standalone: true
|
|
6708
6752
|
}]
|
|
6709
6753
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
6710
6754
|
|
|
@@ -6736,7 +6780,7 @@ class LocalizedAvatarMessagesDirective extends Messages {
|
|
|
6736
6780
|
}
|
|
6737
6781
|
}
|
|
6738
6782
|
LocalizedAvatarMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedAvatarMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6739
|
-
LocalizedAvatarMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedAvatarMessagesDirective, selector: "[kendoAvatarLocalizedMessages]", providers: [
|
|
6783
|
+
LocalizedAvatarMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedAvatarMessagesDirective, isStandalone: true, selector: "[kendoAvatarLocalizedMessages]", providers: [
|
|
6740
6784
|
{
|
|
6741
6785
|
provide: Messages,
|
|
6742
6786
|
useExisting: forwardRef(() => LocalizedAvatarMessagesDirective)
|
|
@@ -6751,7 +6795,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6751
6795
|
useExisting: forwardRef(() => LocalizedAvatarMessagesDirective)
|
|
6752
6796
|
}
|
|
6753
6797
|
],
|
|
6754
|
-
selector: '[kendoAvatarLocalizedMessages]'
|
|
6798
|
+
selector: '[kendoAvatarLocalizedMessages]',
|
|
6799
|
+
standalone: true
|
|
6755
6800
|
}]
|
|
6756
6801
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
6757
6802
|
|
|
@@ -6983,7 +7028,7 @@ class AvatarComponent {
|
|
|
6983
7028
|
}
|
|
6984
7029
|
}
|
|
6985
7030
|
AvatarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarComponent, deps: [{ token: i1.LocalizationService }, { token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
6986
|
-
AvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AvatarComponent, 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: [
|
|
7031
|
+
AvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: [
|
|
6987
7032
|
LocalizationService,
|
|
6988
7033
|
{
|
|
6989
7034
|
provide: L10N_PREFIX,
|
|
@@ -7019,7 +7064,7 @@ AvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
|
|
|
7019
7064
|
</kendo-icon-wrapper>
|
|
7020
7065
|
</span>
|
|
7021
7066
|
</ng-container>
|
|
7022
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
7067
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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]" }] });
|
|
7023
7068
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarComponent, decorators: [{
|
|
7024
7069
|
type: Component,
|
|
7025
7070
|
args: [{
|
|
@@ -7061,7 +7106,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7061
7106
|
</kendo-icon-wrapper>
|
|
7062
7107
|
</span>
|
|
7063
7108
|
</ng-container>
|
|
7064
|
-
|
|
7109
|
+
`,
|
|
7110
|
+
standalone: true,
|
|
7111
|
+
imports: [NgIf, NgStyle, IconWrapperComponent, LocalizedAvatarMessagesDirective]
|
|
7065
7112
|
}]
|
|
7066
7113
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { hostClass: [{
|
|
7067
7114
|
type: HostBinding,
|
|
@@ -7125,7 +7172,7 @@ class AvatarCustomMessagesComponent extends Messages {
|
|
|
7125
7172
|
}
|
|
7126
7173
|
}
|
|
7127
7174
|
AvatarCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7128
|
-
AvatarCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AvatarCustomMessagesComponent, selector: "kendo-avatar-messages", providers: [
|
|
7175
|
+
AvatarCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AvatarCustomMessagesComponent, isStandalone: true, selector: "kendo-avatar-messages", providers: [
|
|
7129
7176
|
{
|
|
7130
7177
|
provide: Messages,
|
|
7131
7178
|
useExisting: forwardRef(() => AvatarCustomMessagesComponent)
|
|
@@ -7141,7 +7188,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7141
7188
|
}
|
|
7142
7189
|
],
|
|
7143
7190
|
selector: 'kendo-avatar-messages',
|
|
7144
|
-
template:
|
|
7191
|
+
template: ``,
|
|
7192
|
+
standalone: true
|
|
7145
7193
|
}]
|
|
7146
7194
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
7147
7195
|
|
|
@@ -7189,7 +7237,7 @@ class CardComponent {
|
|
|
7189
7237
|
}
|
|
7190
7238
|
}
|
|
7191
7239
|
CardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7192
|
-
CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CardComponent, 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: [
|
|
7240
|
+
CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: [
|
|
7193
7241
|
LocalizationService,
|
|
7194
7242
|
{
|
|
7195
7243
|
provide: L10N_PREFIX,
|
|
@@ -7211,7 +7259,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7211
7259
|
],
|
|
7212
7260
|
template: `
|
|
7213
7261
|
<ng-content></ng-content>
|
|
7214
|
-
|
|
7262
|
+
`,
|
|
7263
|
+
standalone: true
|
|
7215
7264
|
}]
|
|
7216
7265
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { hostClass: [{
|
|
7217
7266
|
type: HostBinding,
|
|
@@ -7243,7 +7292,7 @@ class CardHeaderComponent {
|
|
|
7243
7292
|
}
|
|
7244
7293
|
}
|
|
7245
7294
|
CardHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7246
|
-
CardHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CardHeaderComponent, selector: "kendo-card-header", host: { properties: { "class.k-card-header": "this.hostClass" } }, ngImport: i0, template: `
|
|
7295
|
+
CardHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CardHeaderComponent, isStandalone: true, selector: "kendo-card-header", host: { properties: { "class.k-card-header": "this.hostClass" } }, ngImport: i0, template: `
|
|
7247
7296
|
<ng-content></ng-content>
|
|
7248
7297
|
`, isInline: true });
|
|
7249
7298
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardHeaderComponent, decorators: [{
|
|
@@ -7252,7 +7301,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7252
7301
|
selector: 'kendo-card-header',
|
|
7253
7302
|
template: `
|
|
7254
7303
|
<ng-content></ng-content>
|
|
7255
|
-
|
|
7304
|
+
`,
|
|
7305
|
+
standalone: true
|
|
7256
7306
|
}]
|
|
7257
7307
|
}], propDecorators: { hostClass: [{
|
|
7258
7308
|
type: HostBinding,
|
|
@@ -7268,7 +7318,7 @@ class CardBodyComponent {
|
|
|
7268
7318
|
}
|
|
7269
7319
|
}
|
|
7270
7320
|
CardBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7271
|
-
CardBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CardBodyComponent, selector: "kendo-card-body", host: { properties: { "class.k-card-body": "this.hostClass" } }, ngImport: i0, template: `
|
|
7321
|
+
CardBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CardBodyComponent, isStandalone: true, selector: "kendo-card-body", host: { properties: { "class.k-card-body": "this.hostClass" } }, ngImport: i0, template: `
|
|
7272
7322
|
<ng-content></ng-content>
|
|
7273
7323
|
`, isInline: true });
|
|
7274
7324
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardBodyComponent, decorators: [{
|
|
@@ -7277,7 +7327,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7277
7327
|
selector: 'kendo-card-body',
|
|
7278
7328
|
template: `
|
|
7279
7329
|
<ng-content></ng-content>
|
|
7280
|
-
|
|
7330
|
+
`,
|
|
7331
|
+
standalone: true
|
|
7281
7332
|
}]
|
|
7282
7333
|
}], propDecorators: { hostClass: [{
|
|
7283
7334
|
type: HostBinding,
|
|
@@ -7293,7 +7344,7 @@ class CardFooterComponent {
|
|
|
7293
7344
|
}
|
|
7294
7345
|
}
|
|
7295
7346
|
CardFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7296
|
-
CardFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CardFooterComponent, selector: "kendo-card-footer", host: { properties: { "class.k-card-footer": "this.hostClass" } }, ngImport: i0, template: `
|
|
7347
|
+
CardFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CardFooterComponent, isStandalone: true, selector: "kendo-card-footer", host: { properties: { "class.k-card-footer": "this.hostClass" } }, ngImport: i0, template: `
|
|
7297
7348
|
<ng-content></ng-content>
|
|
7298
7349
|
`, isInline: true });
|
|
7299
7350
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardFooterComponent, decorators: [{
|
|
@@ -7302,7 +7353,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7302
7353
|
selector: 'kendo-card-footer',
|
|
7303
7354
|
template: `
|
|
7304
7355
|
<ng-content></ng-content>
|
|
7305
|
-
|
|
7356
|
+
`,
|
|
7357
|
+
standalone: true
|
|
7306
7358
|
}]
|
|
7307
7359
|
}], propDecorators: { hostClass: [{
|
|
7308
7360
|
type: HostBinding,
|
|
@@ -7378,7 +7430,7 @@ class CardActionsComponent {
|
|
|
7378
7430
|
}
|
|
7379
7431
|
}
|
|
7380
7432
|
CardActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7381
|
-
CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CardActionsComponent, 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: `
|
|
7433
|
+
CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: `
|
|
7382
7434
|
<ng-content *ngIf="!actionsArray && !actionsTemplate"></ng-content>
|
|
7383
7435
|
|
|
7384
7436
|
<ng-container *ngIf="actionsArray">
|
|
@@ -7399,7 +7451,7 @@ CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
|
|
|
7399
7451
|
</ng-container>
|
|
7400
7452
|
|
|
7401
7453
|
<ng-template [ngTemplateOutlet]="actionsTemplate" *ngIf="actionsTemplate"></ng-template>
|
|
7402
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
7454
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
7403
7455
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardActionsComponent, decorators: [{
|
|
7404
7456
|
type: Component,
|
|
7405
7457
|
args: [{
|
|
@@ -7425,7 +7477,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7425
7477
|
</ng-container>
|
|
7426
7478
|
|
|
7427
7479
|
<ng-template [ngTemplateOutlet]="actionsTemplate" *ngIf="actionsTemplate"></ng-template>
|
|
7428
|
-
|
|
7480
|
+
`,
|
|
7481
|
+
standalone: true,
|
|
7482
|
+
imports: [NgIf, NgFor, NgTemplateOutlet]
|
|
7429
7483
|
}]
|
|
7430
7484
|
}], propDecorators: { hostClass: [{
|
|
7431
7485
|
type: HostBinding,
|
|
@@ -7484,11 +7538,12 @@ class CardSeparatorDirective {
|
|
|
7484
7538
|
}
|
|
7485
7539
|
}
|
|
7486
7540
|
CardSeparatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardSeparatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
7487
|
-
CardSeparatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CardSeparatorDirective, 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 });
|
|
7541
|
+
CardSeparatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
7488
7542
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardSeparatorDirective, decorators: [{
|
|
7489
7543
|
type: Directive,
|
|
7490
7544
|
args: [{
|
|
7491
|
-
selector: '[kendoCardSeparator]'
|
|
7545
|
+
selector: '[kendoCardSeparator]',
|
|
7546
|
+
standalone: true
|
|
7492
7547
|
}]
|
|
7493
7548
|
}], propDecorators: { hostClass: [{
|
|
7494
7549
|
type: HostBinding,
|
|
@@ -7517,11 +7572,12 @@ class CardTitleDirective {
|
|
|
7517
7572
|
}
|
|
7518
7573
|
}
|
|
7519
7574
|
CardTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
7520
|
-
CardTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CardTitleDirective, selector: "[kendoCardTitle]", host: { properties: { "class.k-card-title": "this.hostClass" } }, ngImport: i0 });
|
|
7575
|
+
CardTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CardTitleDirective, isStandalone: true, selector: "[kendoCardTitle]", host: { properties: { "class.k-card-title": "this.hostClass" } }, ngImport: i0 });
|
|
7521
7576
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardTitleDirective, decorators: [{
|
|
7522
7577
|
type: Directive,
|
|
7523
7578
|
args: [{
|
|
7524
|
-
selector: '[kendoCardTitle]'
|
|
7579
|
+
selector: '[kendoCardTitle]',
|
|
7580
|
+
standalone: true
|
|
7525
7581
|
}]
|
|
7526
7582
|
}], propDecorators: { hostClass: [{
|
|
7527
7583
|
type: HostBinding,
|
|
@@ -7537,11 +7593,12 @@ class CardSubtitleDirective {
|
|
|
7537
7593
|
}
|
|
7538
7594
|
}
|
|
7539
7595
|
CardSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
7540
|
-
CardSubtitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CardSubtitleDirective, selector: "[kendoCardSubtitle]", host: { properties: { "class.k-card-subtitle": "this.hostClass" } }, ngImport: i0 });
|
|
7596
|
+
CardSubtitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CardSubtitleDirective, isStandalone: true, selector: "[kendoCardSubtitle]", host: { properties: { "class.k-card-subtitle": "this.hostClass" } }, ngImport: i0 });
|
|
7541
7597
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardSubtitleDirective, decorators: [{
|
|
7542
7598
|
type: Directive,
|
|
7543
7599
|
args: [{
|
|
7544
|
-
selector: '[kendoCardSubtitle]'
|
|
7600
|
+
selector: '[kendoCardSubtitle]',
|
|
7601
|
+
standalone: true
|
|
7545
7602
|
}]
|
|
7546
7603
|
}], propDecorators: { hostClass: [{
|
|
7547
7604
|
type: HostBinding,
|
|
@@ -7557,11 +7614,12 @@ class CardMediaDirective {
|
|
|
7557
7614
|
}
|
|
7558
7615
|
}
|
|
7559
7616
|
CardMediaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardMediaDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
7560
|
-
CardMediaDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CardMediaDirective, selector: "[kendoCardMedia]", host: { properties: { "class.k-card-media": "this.hostClass" } }, ngImport: i0 });
|
|
7617
|
+
CardMediaDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CardMediaDirective, isStandalone: true, selector: "[kendoCardMedia]", host: { properties: { "class.k-card-media": "this.hostClass" } }, ngImport: i0 });
|
|
7561
7618
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardMediaDirective, decorators: [{
|
|
7562
7619
|
type: Directive,
|
|
7563
7620
|
args: [{
|
|
7564
|
-
selector: '[kendoCardMedia]'
|
|
7621
|
+
selector: '[kendoCardMedia]',
|
|
7622
|
+
standalone: true
|
|
7565
7623
|
}]
|
|
7566
7624
|
}], propDecorators: { hostClass: [{
|
|
7567
7625
|
type: HostBinding,
|
|
@@ -7586,11 +7644,12 @@ class ExpansionPanelTitleDirective {
|
|
|
7586
7644
|
}
|
|
7587
7645
|
}
|
|
7588
7646
|
ExpansionPanelTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelTitleDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
7589
|
-
ExpansionPanelTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ExpansionPanelTitleDirective, selector: "[kendoExpansionPanelTitleDirective]", ngImport: i0 });
|
|
7647
|
+
ExpansionPanelTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ExpansionPanelTitleDirective, isStandalone: true, selector: "[kendoExpansionPanelTitleDirective]", ngImport: i0 });
|
|
7590
7648
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelTitleDirective, decorators: [{
|
|
7591
7649
|
type: Directive,
|
|
7592
7650
|
args: [{
|
|
7593
|
-
selector: '[kendoExpansionPanelTitleDirective]'
|
|
7651
|
+
selector: '[kendoExpansionPanelTitleDirective]',
|
|
7652
|
+
standalone: true
|
|
7594
7653
|
}]
|
|
7595
7654
|
}], ctorParameters: function () {
|
|
7596
7655
|
return [{ type: i0.TemplateRef, decorators: [{
|
|
@@ -7948,8 +8007,8 @@ class ExpansionPanelComponent {
|
|
|
7948
8007
|
this.renderer.removeClass(this.content.nativeElement, CONTENT_HIDDEN_CLASS);
|
|
7949
8008
|
}
|
|
7950
8009
|
}
|
|
7951
|
-
ExpansionPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i1.LocalizationService }, { token: i1$
|
|
7952
|
-
ExpansionPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ExpansionPanelComponent, 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", "attr.dir": "this.direction" } }, providers: [
|
|
8010
|
+
ExpansionPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i1.LocalizationService }, { token: i1$2.AnimationBuilder }], target: i0.ɵɵFactoryTarget.Component });
|
|
8011
|
+
ExpansionPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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", "attr.dir": "this.direction" } }, providers: [
|
|
7953
8012
|
LocalizationService,
|
|
7954
8013
|
{
|
|
7955
8014
|
provide: L10N_PREFIX,
|
|
@@ -7992,7 +8051,7 @@ ExpansionPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
7992
8051
|
<ng-content></ng-content>
|
|
7993
8052
|
</div>
|
|
7994
8053
|
</div>
|
|
7995
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
8054
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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"] }] });
|
|
7996
8055
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelComponent, decorators: [{
|
|
7997
8056
|
type: Component,
|
|
7998
8057
|
args: [{
|
|
@@ -8042,9 +8101,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8042
8101
|
<ng-content></ng-content>
|
|
8043
8102
|
</div>
|
|
8044
8103
|
</div>
|
|
8045
|
-
|
|
8104
|
+
`,
|
|
8105
|
+
standalone: true,
|
|
8106
|
+
imports: [NgIf, NgTemplateOutlet, IconWrapperComponent]
|
|
8046
8107
|
}]
|
|
8047
|
-
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i1.LocalizationService }, { type: i1$
|
|
8108
|
+
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i1.LocalizationService }, { type: i1$2.AnimationBuilder }]; }, propDecorators: { title: [{
|
|
8048
8109
|
type: Input
|
|
8049
8110
|
}], subtitle: [{
|
|
8050
8111
|
type: Input
|
|
@@ -8762,7 +8823,7 @@ class TileLayoutItemHeaderComponent {
|
|
|
8762
8823
|
}
|
|
8763
8824
|
}
|
|
8764
8825
|
TileLayoutItemHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutItemHeaderComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
8765
|
-
TileLayoutItemHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TileLayoutItemHeaderComponent, selector: "kendo-tilelayout-item-header", inputs: { reorderable: "reorderable" }, host: { properties: { "class.k-tilelayout-item-header": "this.hostClass", "class.k-card-header": "this.hostClass" } }, ngImport: i0, template: `
|
|
8826
|
+
TileLayoutItemHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TileLayoutItemHeaderComponent, isStandalone: true, selector: "kendo-tilelayout-item-header", inputs: { reorderable: "reorderable" }, host: { properties: { "class.k-tilelayout-item-header": "this.hostClass", "class.k-card-header": "this.hostClass" } }, ngImport: i0, template: `
|
|
8766
8827
|
<ng-content></ng-content>
|
|
8767
8828
|
`, isInline: true });
|
|
8768
8829
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutItemHeaderComponent, decorators: [{
|
|
@@ -8771,7 +8832,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8771
8832
|
selector: 'kendo-tilelayout-item-header',
|
|
8772
8833
|
template: `
|
|
8773
8834
|
<ng-content></ng-content>
|
|
8774
|
-
|
|
8835
|
+
`,
|
|
8836
|
+
standalone: true
|
|
8775
8837
|
}]
|
|
8776
8838
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { hostClass: [{
|
|
8777
8839
|
type: HostBinding,
|
|
@@ -8783,6 +8845,57 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8783
8845
|
type: Input
|
|
8784
8846
|
}] } });
|
|
8785
8847
|
|
|
8848
|
+
/**
|
|
8849
|
+
* @hidden
|
|
8850
|
+
*/
|
|
8851
|
+
class TileLayoutResizeHandleDirective {
|
|
8852
|
+
constructor(el, renderer) {
|
|
8853
|
+
this.el = el;
|
|
8854
|
+
this.renderer = renderer;
|
|
8855
|
+
}
|
|
8856
|
+
ngOnInit() {
|
|
8857
|
+
this.sizeHandle();
|
|
8858
|
+
}
|
|
8859
|
+
setHorizontalPosition(element) {
|
|
8860
|
+
this.renderer.setStyle(element, this.rtl ? 'left' : 'right', -RESIZE_HANDLE_DIMENSIONS[this.resizeDirection].overlapX + 'px');
|
|
8861
|
+
}
|
|
8862
|
+
setBottom(element) {
|
|
8863
|
+
this.renderer.setStyle(element, 'bottom', -RESIZE_HANDLE_DIMENSIONS[this.resizeDirection].overlapY + 'px');
|
|
8864
|
+
}
|
|
8865
|
+
sizeHandle() {
|
|
8866
|
+
const element = this.el.nativeElement;
|
|
8867
|
+
const handleWidth = RESIZE_HANDLE_DIMENSIONS[this.resizeDirection].width ?
|
|
8868
|
+
`${RESIZE_HANDLE_DIMENSIONS[this.resizeDirection].width}px` : '100%';
|
|
8869
|
+
const handleHeight = RESIZE_HANDLE_DIMENSIONS[this.resizeDirection].height ?
|
|
8870
|
+
`${RESIZE_HANDLE_DIMENSIONS[this.resizeDirection].height}px` : '100%';
|
|
8871
|
+
this.renderer.setStyle(element, 'width', handleWidth);
|
|
8872
|
+
this.renderer.setStyle(element, 'height', handleHeight);
|
|
8873
|
+
if (this.resizeDirection === 'ew') {
|
|
8874
|
+
this.setHorizontalPosition(element);
|
|
8875
|
+
}
|
|
8876
|
+
else if (this.resizeDirection === 'ns') {
|
|
8877
|
+
this.setBottom(element);
|
|
8878
|
+
}
|
|
8879
|
+
else {
|
|
8880
|
+
this.setHorizontalPosition(element);
|
|
8881
|
+
this.setBottom(element);
|
|
8882
|
+
}
|
|
8883
|
+
}
|
|
8884
|
+
}
|
|
8885
|
+
TileLayoutResizeHandleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutResizeHandleDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
8886
|
+
TileLayoutResizeHandleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TileLayoutResizeHandleDirective, isStandalone: true, selector: "[kendoTileLayoutResizeHandle]", inputs: { resizeDirection: "resizeDirection", rtl: "rtl" }, ngImport: i0 });
|
|
8887
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutResizeHandleDirective, decorators: [{
|
|
8888
|
+
type: Directive,
|
|
8889
|
+
args: [{
|
|
8890
|
+
selector: '[kendoTileLayoutResizeHandle]',
|
|
8891
|
+
standalone: true
|
|
8892
|
+
}]
|
|
8893
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { resizeDirection: [{
|
|
8894
|
+
type: Input
|
|
8895
|
+
}], rtl: [{
|
|
8896
|
+
type: Input
|
|
8897
|
+
}] } });
|
|
8898
|
+
|
|
8786
8899
|
/* eslint-disable no-unused-expressions */
|
|
8787
8900
|
/**
|
|
8788
8901
|
* @hidden
|
|
@@ -8920,57 +9033,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8920
9033
|
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.Renderer2 }, { type: i1.LocalizationService }]; } });
|
|
8921
9034
|
|
|
8922
9035
|
/**
|
|
8923
|
-
*
|
|
8924
|
-
*/
|
|
8925
|
-
class TileLayoutResizeHandleDirective {
|
|
8926
|
-
constructor(el, renderer) {
|
|
8927
|
-
this.el = el;
|
|
8928
|
-
this.renderer = renderer;
|
|
8929
|
-
}
|
|
8930
|
-
ngOnInit() {
|
|
8931
|
-
this.sizeHandle();
|
|
8932
|
-
}
|
|
8933
|
-
setHorizontalPosition(element) {
|
|
8934
|
-
this.renderer.setStyle(element, this.rtl ? 'left' : 'right', -RESIZE_HANDLE_DIMENSIONS[this.resizeDirection].overlapX + 'px');
|
|
8935
|
-
}
|
|
8936
|
-
setBottom(element) {
|
|
8937
|
-
this.renderer.setStyle(element, 'bottom', -RESIZE_HANDLE_DIMENSIONS[this.resizeDirection].overlapY + 'px');
|
|
8938
|
-
}
|
|
8939
|
-
sizeHandle() {
|
|
8940
|
-
const element = this.el.nativeElement;
|
|
8941
|
-
const handleWidth = RESIZE_HANDLE_DIMENSIONS[this.resizeDirection].width ?
|
|
8942
|
-
`${RESIZE_HANDLE_DIMENSIONS[this.resizeDirection].width}px` : '100%';
|
|
8943
|
-
const handleHeight = RESIZE_HANDLE_DIMENSIONS[this.resizeDirection].height ?
|
|
8944
|
-
`${RESIZE_HANDLE_DIMENSIONS[this.resizeDirection].height}px` : '100%';
|
|
8945
|
-
this.renderer.setStyle(element, 'width', handleWidth);
|
|
8946
|
-
this.renderer.setStyle(element, 'height', handleHeight);
|
|
8947
|
-
if (this.resizeDirection === 'ew') {
|
|
8948
|
-
this.setHorizontalPosition(element);
|
|
8949
|
-
}
|
|
8950
|
-
else if (this.resizeDirection === 'ns') {
|
|
8951
|
-
this.setBottom(element);
|
|
8952
|
-
}
|
|
8953
|
-
else {
|
|
8954
|
-
this.setHorizontalPosition(element);
|
|
8955
|
-
this.setBottom(element);
|
|
8956
|
-
}
|
|
8957
|
-
}
|
|
8958
|
-
}
|
|
8959
|
-
TileLayoutResizeHandleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutResizeHandleDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
8960
|
-
TileLayoutResizeHandleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TileLayoutResizeHandleDirective, selector: "[kendoTileLayoutResizeHandle]", inputs: { resizeDirection: "resizeDirection", rtl: "rtl" }, ngImport: i0 });
|
|
8961
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutResizeHandleDirective, decorators: [{
|
|
8962
|
-
type: Directive,
|
|
8963
|
-
args: [{
|
|
8964
|
-
selector: '[kendoTileLayoutResizeHandle]'
|
|
8965
|
-
}]
|
|
8966
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { resizeDirection: [{
|
|
8967
|
-
type: Input
|
|
8968
|
-
}], rtl: [{
|
|
8969
|
-
type: Input
|
|
8970
|
-
}] } });
|
|
8971
|
-
|
|
8972
|
-
/**
|
|
8973
|
-
* Represents a tile item within the TileLayoutComponent.
|
|
9036
|
+
* Represents a tile item within the TileLayoutComponent.
|
|
8974
9037
|
*/
|
|
8975
9038
|
class TileLayoutItemComponent {
|
|
8976
9039
|
constructor(elem, zone, renderer, localization, draggingService, keyboardNavigationService) {
|
|
@@ -9132,7 +9195,7 @@ class TileLayoutItemComponent {
|
|
|
9132
9195
|
}
|
|
9133
9196
|
}
|
|
9134
9197
|
TileLayoutItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", 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 });
|
|
9135
|
-
TileLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TileLayoutItemComponent, 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.aria-dropeffect": "this.hostDropEffect", "attr.tabindex": "this.hostTabindex", "attr.aria-keyshortcuts": "this.ariaKeyShortcuts", "attr.aria-grabbed": "this.hostGrabbed", "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: `
|
|
9198
|
+
TileLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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.aria-dropeffect": "this.hostDropEffect", "attr.tabindex": "this.hostTabindex", "attr.aria-keyshortcuts": "this.ariaKeyShortcuts", "attr.aria-grabbed": "this.hostGrabbed", "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: `
|
|
9136
9199
|
<kendo-tilelayout-item-header [reorderable]="isReorderable" *ngIf="title">
|
|
9137
9200
|
<h5 [id]="titleId" class="k-card-title">{{ title }}</h5>
|
|
9138
9201
|
</kendo-tilelayout-item-header>
|
|
@@ -9146,7 +9209,7 @@ TileLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
9146
9209
|
[resizeDirection]="dir">
|
|
9147
9210
|
</div>
|
|
9148
9211
|
</ng-container>
|
|
9149
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
9212
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: TileLayoutItemHeaderComponent, selector: "kendo-tilelayout-item-header", inputs: ["reorderable"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: TileLayoutResizeHandleDirective, selector: "[kendoTileLayoutResizeHandle]", inputs: ["resizeDirection", "rtl"] }] });
|
|
9150
9213
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutItemComponent, decorators: [{
|
|
9151
9214
|
type: Component,
|
|
9152
9215
|
args: [{
|
|
@@ -9165,7 +9228,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9165
9228
|
[resizeDirection]="dir">
|
|
9166
9229
|
</div>
|
|
9167
9230
|
</ng-container>
|
|
9168
|
-
|
|
9231
|
+
`,
|
|
9232
|
+
standalone: true,
|
|
9233
|
+
imports: [NgIf, TileLayoutItemHeaderComponent, NgFor, TileLayoutResizeHandleDirective]
|
|
9169
9234
|
}]
|
|
9170
9235
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i1.LocalizationService }, { type: TileLayoutDraggingService }, { type: TileLayoutKeyboardNavigationService }]; }, propDecorators: { title: [{
|
|
9171
9236
|
type: Input
|
|
@@ -9460,7 +9525,7 @@ class TileLayoutComponent {
|
|
|
9460
9525
|
}
|
|
9461
9526
|
}
|
|
9462
9527
|
TileLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", 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 });
|
|
9463
|
-
TileLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TileLayoutComponent, 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", "class.k-pos-relative": "this.hostClass", "attr.role": "this.hostRole", "style.gap": "this.gapStyle", "style.padding": "this.gapStyle", "attr.dir": "this.direction" } }, providers: [
|
|
9528
|
+
TileLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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", "class.k-pos-relative": "this.hostClass", "attr.role": "this.hostRole", "style.gap": "this.gapStyle", "style.padding": "this.gapStyle", "attr.dir": "this.direction" } }, providers: [
|
|
9464
9529
|
LocalizationService,
|
|
9465
9530
|
TileLayoutDraggingService,
|
|
9466
9531
|
TileLayoutKeyboardNavigationService,
|
|
@@ -9480,7 +9545,7 @@ TileLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
9480
9545
|
[style.zIndex]="'1'">
|
|
9481
9546
|
</div>
|
|
9482
9547
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
9483
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
9548
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }] });
|
|
9484
9549
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutComponent, decorators: [{
|
|
9485
9550
|
type: Component,
|
|
9486
9551
|
args: [{
|
|
@@ -9506,7 +9571,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9506
9571
|
[style.zIndex]="'1'">
|
|
9507
9572
|
</div>
|
|
9508
9573
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
9509
|
-
|
|
9574
|
+
`,
|
|
9575
|
+
standalone: true,
|
|
9576
|
+
imports: [NgIf, WatermarkOverlayComponent]
|
|
9510
9577
|
}]
|
|
9511
9578
|
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.LocalizationService }, { type: TileLayoutDraggingService }, { type: TileLayoutKeyboardNavigationService }]; }, propDecorators: { columns: [{
|
|
9512
9579
|
type: Input
|
|
@@ -9564,7 +9631,7 @@ class TileLayoutItemBodyComponent {
|
|
|
9564
9631
|
}
|
|
9565
9632
|
}
|
|
9566
9633
|
TileLayoutItemBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutItemBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9567
|
-
TileLayoutItemBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TileLayoutItemBodyComponent, 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: `
|
|
9634
|
+
TileLayoutItemBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: `
|
|
9568
9635
|
<ng-content></ng-content>
|
|
9569
9636
|
`, isInline: true });
|
|
9570
9637
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutItemBodyComponent, decorators: [{
|
|
@@ -9573,7 +9640,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9573
9640
|
selector: 'kendo-tilelayout-item-body',
|
|
9574
9641
|
template: `
|
|
9575
9642
|
<ng-content></ng-content>
|
|
9576
|
-
|
|
9643
|
+
`,
|
|
9644
|
+
standalone: true
|
|
9577
9645
|
}]
|
|
9578
9646
|
}], propDecorators: { hostClass: [{
|
|
9579
9647
|
type: HostBinding,
|
|
@@ -9586,373 +9654,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9586
9654
|
args: ['style.min-height']
|
|
9587
9655
|
}] } });
|
|
9588
9656
|
|
|
9589
|
-
const exportedModules$b = [
|
|
9590
|
-
AvatarComponent,
|
|
9591
|
-
AvatarCustomMessagesComponent
|
|
9592
|
-
];
|
|
9593
|
-
const declarations$b = [
|
|
9594
|
-
LocalizedAvatarMessagesDirective,
|
|
9595
|
-
...exportedModules$b
|
|
9596
|
-
];
|
|
9597
|
-
/**
|
|
9598
|
-
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
9599
|
-
* definition for the Avatar component.
|
|
9600
|
-
*/
|
|
9601
|
-
class AvatarModule {
|
|
9602
|
-
}
|
|
9603
|
-
AvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9604
|
-
AvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, declarations: [LocalizedAvatarMessagesDirective, AvatarComponent,
|
|
9605
|
-
AvatarCustomMessagesComponent], imports: [CommonModule, IconsModule], exports: [AvatarComponent,
|
|
9606
|
-
AvatarCustomMessagesComponent] });
|
|
9607
|
-
AvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, imports: [CommonModule, IconsModule] });
|
|
9608
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, decorators: [{
|
|
9609
|
-
type: NgModule,
|
|
9610
|
-
args: [{
|
|
9611
|
-
declarations: [declarations$b],
|
|
9612
|
-
exports: [exportedModules$b],
|
|
9613
|
-
imports: [CommonModule, IconsModule]
|
|
9614
|
-
}]
|
|
9615
|
-
}] });
|
|
9616
|
-
|
|
9617
|
-
const cardDirectives = [
|
|
9618
|
-
CardTitleDirective,
|
|
9619
|
-
CardSubtitleDirective,
|
|
9620
|
-
CardSeparatorDirective,
|
|
9621
|
-
CardMediaDirective
|
|
9622
|
-
];
|
|
9623
|
-
const exportedModules$a = [
|
|
9624
|
-
CardComponent,
|
|
9625
|
-
CardHeaderComponent,
|
|
9626
|
-
CardBodyComponent,
|
|
9627
|
-
CardFooterComponent,
|
|
9628
|
-
CardActionsComponent,
|
|
9629
|
-
...cardDirectives
|
|
9630
|
-
];
|
|
9631
|
-
const declarations$a = [...exportedModules$a];
|
|
9632
|
-
/**
|
|
9633
|
-
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
9634
|
-
* definition for the Card component.
|
|
9635
|
-
*/
|
|
9636
|
-
class CardModule {
|
|
9637
|
-
}
|
|
9638
|
-
CardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9639
|
-
CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: CardModule, declarations: [CardComponent,
|
|
9640
|
-
CardHeaderComponent,
|
|
9641
|
-
CardBodyComponent,
|
|
9642
|
-
CardFooterComponent,
|
|
9643
|
-
CardActionsComponent, CardTitleDirective,
|
|
9644
|
-
CardSubtitleDirective,
|
|
9645
|
-
CardSeparatorDirective,
|
|
9646
|
-
CardMediaDirective], imports: [CommonModule], exports: [CardComponent,
|
|
9647
|
-
CardHeaderComponent,
|
|
9648
|
-
CardBodyComponent,
|
|
9649
|
-
CardFooterComponent,
|
|
9650
|
-
CardActionsComponent, CardTitleDirective,
|
|
9651
|
-
CardSubtitleDirective,
|
|
9652
|
-
CardSeparatorDirective,
|
|
9653
|
-
CardMediaDirective] });
|
|
9654
|
-
CardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardModule, imports: [CommonModule] });
|
|
9655
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardModule, decorators: [{
|
|
9656
|
-
type: NgModule,
|
|
9657
|
-
args: [{
|
|
9658
|
-
declarations: [declarations$a],
|
|
9659
|
-
exports: [exportedModules$a],
|
|
9660
|
-
imports: [CommonModule]
|
|
9661
|
-
}]
|
|
9662
|
-
}] });
|
|
9663
|
-
|
|
9664
|
-
const templateDirectives$1 = [
|
|
9665
|
-
DrawerTemplateDirective,
|
|
9666
|
-
DrawerHeaderTemplateDirective,
|
|
9667
|
-
DrawerFooterTemplateDirective,
|
|
9668
|
-
DrawerItemTemplateDirective
|
|
9669
|
-
];
|
|
9670
|
-
const exportedModules$9 = [
|
|
9671
|
-
DrawerComponent,
|
|
9672
|
-
DrawerContainerComponent,
|
|
9673
|
-
DrawerContentComponent,
|
|
9674
|
-
...templateDirectives$1
|
|
9675
|
-
];
|
|
9676
|
-
const declarations$9 = [
|
|
9677
|
-
DrawerItemComponent,
|
|
9678
|
-
DrawerListComponent,
|
|
9679
|
-
...exportedModules$9
|
|
9680
|
-
];
|
|
9681
|
-
/**
|
|
9682
|
-
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
9683
|
-
* definition for the Drawer component.
|
|
9684
|
-
*/
|
|
9685
|
-
class DrawerModule {
|
|
9686
|
-
}
|
|
9687
|
-
DrawerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9688
|
-
DrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DrawerModule, declarations: [DrawerItemComponent,
|
|
9689
|
-
DrawerListComponent, DrawerComponent,
|
|
9690
|
-
DrawerContainerComponent,
|
|
9691
|
-
DrawerContentComponent, DrawerTemplateDirective,
|
|
9692
|
-
DrawerHeaderTemplateDirective,
|
|
9693
|
-
DrawerFooterTemplateDirective,
|
|
9694
|
-
DrawerItemTemplateDirective], imports: [CommonModule, IconsModule, WatermarkModule], exports: [DrawerComponent,
|
|
9695
|
-
DrawerContainerComponent,
|
|
9696
|
-
DrawerContentComponent, DrawerTemplateDirective,
|
|
9697
|
-
DrawerHeaderTemplateDirective,
|
|
9698
|
-
DrawerFooterTemplateDirective,
|
|
9699
|
-
DrawerItemTemplateDirective] });
|
|
9700
|
-
DrawerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerModule, imports: [CommonModule, IconsModule, WatermarkModule] });
|
|
9701
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerModule, decorators: [{
|
|
9702
|
-
type: NgModule,
|
|
9703
|
-
args: [{
|
|
9704
|
-
declarations: [declarations$9],
|
|
9705
|
-
exports: [exportedModules$9],
|
|
9706
|
-
imports: [CommonModule, IconsModule, WatermarkModule]
|
|
9707
|
-
}]
|
|
9708
|
-
}] });
|
|
9709
|
-
|
|
9710
|
-
const exportedModules$8 = [
|
|
9711
|
-
ExpansionPanelComponent,
|
|
9712
|
-
ExpansionPanelTitleDirective
|
|
9713
|
-
];
|
|
9714
|
-
const declarations$8 = [
|
|
9715
|
-
...exportedModules$8
|
|
9716
|
-
];
|
|
9717
|
-
/**
|
|
9718
|
-
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
9719
|
-
* definition for the ExpansionPanel component.
|
|
9720
|
-
*/
|
|
9721
|
-
class ExpansionPanelModule {
|
|
9722
|
-
}
|
|
9723
|
-
ExpansionPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9724
|
-
ExpansionPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelModule, declarations: [ExpansionPanelComponent,
|
|
9725
|
-
ExpansionPanelTitleDirective], imports: [CommonModule, EventsModule, IconsModule], exports: [ExpansionPanelComponent,
|
|
9726
|
-
ExpansionPanelTitleDirective] });
|
|
9727
|
-
ExpansionPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelModule, imports: [CommonModule, EventsModule, IconsModule] });
|
|
9728
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelModule, decorators: [{
|
|
9729
|
-
type: NgModule,
|
|
9730
|
-
args: [{
|
|
9731
|
-
declarations: [declarations$8],
|
|
9732
|
-
exports: [exportedModules$8],
|
|
9733
|
-
imports: [CommonModule, EventsModule, IconsModule]
|
|
9734
|
-
}]
|
|
9735
|
-
}] });
|
|
9736
|
-
|
|
9737
|
-
const exportedModules$7 = [
|
|
9738
|
-
PanelBarComponent,
|
|
9739
|
-
PanelBarItemComponent,
|
|
9740
|
-
PanelBarContentDirective,
|
|
9741
|
-
PanelBarItemTemplateDirective,
|
|
9742
|
-
PanelBarItemTitleDirective
|
|
9743
|
-
];
|
|
9744
|
-
const declarations$7 = [
|
|
9745
|
-
...exportedModules$7
|
|
9746
|
-
];
|
|
9747
|
-
/**
|
|
9748
|
-
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
9749
|
-
* definition for the PanelBar component.
|
|
9750
|
-
*
|
|
9751
|
-
* The module registers:
|
|
9752
|
-
* - `PanelBarComponent`—The `PanelBar` component class.
|
|
9753
|
-
* - `PanelBarItemComponent`—The `PanelBarItem` component class.
|
|
9754
|
-
* - `PanelBarContentComponent`—The `PanelBarContent` component class.
|
|
9755
|
-
* - `PanelBarItemTemplateDirective—The `PanelBarItemTemplate` directive.
|
|
9756
|
-
* - `PanelBarItemTitleDirective—The `PanelBarItemTitle` directive.
|
|
9757
|
-
*/
|
|
9758
|
-
class PanelBarModule {
|
|
9759
|
-
}
|
|
9760
|
-
PanelBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9761
|
-
PanelBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule, declarations: [PanelBarComponent,
|
|
9762
|
-
PanelBarItemComponent,
|
|
9763
|
-
PanelBarContentDirective,
|
|
9764
|
-
PanelBarItemTemplateDirective,
|
|
9765
|
-
PanelBarItemTitleDirective], imports: [CommonModule, IconsModule, WatermarkModule], exports: [PanelBarComponent,
|
|
9766
|
-
PanelBarItemComponent,
|
|
9767
|
-
PanelBarContentDirective,
|
|
9768
|
-
PanelBarItemTemplateDirective,
|
|
9769
|
-
PanelBarItemTitleDirective] });
|
|
9770
|
-
PanelBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule, imports: [CommonModule, IconsModule, WatermarkModule] });
|
|
9771
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule, decorators: [{
|
|
9772
|
-
type: NgModule,
|
|
9773
|
-
args: [{
|
|
9774
|
-
declarations: [declarations$7],
|
|
9775
|
-
exports: [exportedModules$7],
|
|
9776
|
-
imports: [CommonModule, IconsModule, WatermarkModule]
|
|
9777
|
-
}]
|
|
9778
|
-
}] });
|
|
9779
|
-
|
|
9780
|
-
const exportedModules$6 = [
|
|
9781
|
-
SplitterComponent,
|
|
9782
|
-
SplitterPaneComponent
|
|
9783
|
-
];
|
|
9784
|
-
const declarations$6 = [
|
|
9785
|
-
SplitterBarComponent,
|
|
9786
|
-
...exportedModules$6
|
|
9787
|
-
];
|
|
9788
|
-
/**
|
|
9789
|
-
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
9790
|
-
* definition for the Splitter component.
|
|
9791
|
-
*
|
|
9792
|
-
* The module registers:
|
|
9793
|
-
* - `SplitterComponent`—The `Splitter` component class.
|
|
9794
|
-
* - `SplitterPaneComponent`—The `SplitterPane` component class.
|
|
9795
|
-
*/
|
|
9796
|
-
class SplitterModule {
|
|
9797
|
-
}
|
|
9798
|
-
SplitterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9799
|
-
SplitterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, declarations: [SplitterBarComponent, SplitterComponent,
|
|
9800
|
-
SplitterPaneComponent], imports: [CommonModule,
|
|
9801
|
-
DraggableModule,
|
|
9802
|
-
IconsModule], exports: [SplitterComponent,
|
|
9803
|
-
SplitterPaneComponent] });
|
|
9804
|
-
SplitterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, imports: [CommonModule,
|
|
9805
|
-
DraggableModule,
|
|
9806
|
-
IconsModule] });
|
|
9807
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, decorators: [{
|
|
9808
|
-
type: NgModule,
|
|
9809
|
-
args: [{
|
|
9810
|
-
declarations: [declarations$6],
|
|
9811
|
-
exports: [exportedModules$6],
|
|
9812
|
-
imports: [
|
|
9813
|
-
CommonModule,
|
|
9814
|
-
DraggableModule,
|
|
9815
|
-
IconsModule
|
|
9816
|
-
]
|
|
9817
|
-
}]
|
|
9818
|
-
}] });
|
|
9819
|
-
|
|
9820
|
-
const templateDirectives = [
|
|
9821
|
-
StepperStepTemplateDirective,
|
|
9822
|
-
StepperLabelTemplateDirective,
|
|
9823
|
-
StepperIndicatorTemplateDirective
|
|
9824
|
-
];
|
|
9825
|
-
const exportedModules$5 = [
|
|
9826
|
-
StepperComponent,
|
|
9827
|
-
StepperCustomMessagesComponent,
|
|
9828
|
-
...templateDirectives
|
|
9829
|
-
];
|
|
9830
|
-
const declarations$5 = [
|
|
9831
|
-
StepperStepComponent,
|
|
9832
|
-
StepperListComponent,
|
|
9833
|
-
LocalizedStepperMessagesDirective,
|
|
9834
|
-
...exportedModules$5
|
|
9835
|
-
];
|
|
9836
|
-
/**
|
|
9837
|
-
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
9838
|
-
* definition for the Stepper component.
|
|
9839
|
-
*/
|
|
9840
|
-
class StepperModule {
|
|
9841
|
-
}
|
|
9842
|
-
StepperModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9843
|
-
StepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: StepperModule, declarations: [StepperStepComponent,
|
|
9844
|
-
StepperListComponent,
|
|
9845
|
-
LocalizedStepperMessagesDirective, StepperComponent,
|
|
9846
|
-
StepperCustomMessagesComponent, StepperStepTemplateDirective,
|
|
9847
|
-
StepperLabelTemplateDirective,
|
|
9848
|
-
StepperIndicatorTemplateDirective], imports: [CommonModule, ProgressBarModule, IconsModule], exports: [StepperComponent,
|
|
9849
|
-
StepperCustomMessagesComponent, StepperStepTemplateDirective,
|
|
9850
|
-
StepperLabelTemplateDirective,
|
|
9851
|
-
StepperIndicatorTemplateDirective] });
|
|
9852
|
-
StepperModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperModule, imports: [CommonModule, ProgressBarModule, IconsModule] });
|
|
9853
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperModule, decorators: [{
|
|
9854
|
-
type: NgModule,
|
|
9855
|
-
args: [{
|
|
9856
|
-
declarations: [declarations$5],
|
|
9857
|
-
exports: [exportedModules$5],
|
|
9858
|
-
imports: [CommonModule, ProgressBarModule, IconsModule]
|
|
9859
|
-
}]
|
|
9860
|
-
}] });
|
|
9861
|
-
|
|
9862
|
-
const exportedModules$4 = [
|
|
9863
|
-
TabStripComponent,
|
|
9864
|
-
TabStripTabComponent,
|
|
9865
|
-
TabContentDirective,
|
|
9866
|
-
TabTitleDirective,
|
|
9867
|
-
TabComponent,
|
|
9868
|
-
TabStripCustomMessagesComponent,
|
|
9869
|
-
LocalizedTabStripMessagesDirective,
|
|
9870
|
-
TabTemplateDirective
|
|
9871
|
-
];
|
|
9872
|
-
const declarations$4 = [
|
|
9873
|
-
...exportedModules$4,
|
|
9874
|
-
TabStripScrollableButtonComponent
|
|
9875
|
-
];
|
|
9876
|
-
/**
|
|
9877
|
-
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
9878
|
-
* definition for the TabStrip component.
|
|
9879
|
-
*
|
|
9880
|
-
* The module registers:
|
|
9881
|
-
* - `TabStripComponent`—The `TabStrip` component class.
|
|
9882
|
-
* - `TabStripTabComponent`—The `TabStripTab` component class.
|
|
9883
|
-
* - `TabContentDirective`—The tab content directive used on the `<ng-template>` tag.
|
|
9884
|
-
* - `TabTitleDirective`—The tab title directive used on the `<ng-template>` tag.
|
|
9885
|
-
*/
|
|
9886
|
-
class TabStripModule {
|
|
9887
|
-
}
|
|
9888
|
-
TabStripModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9889
|
-
TabStripModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule, declarations: [TabStripComponent,
|
|
9890
|
-
TabStripTabComponent,
|
|
9891
|
-
TabContentDirective,
|
|
9892
|
-
TabTitleDirective,
|
|
9893
|
-
TabComponent,
|
|
9894
|
-
TabStripCustomMessagesComponent,
|
|
9895
|
-
LocalizedTabStripMessagesDirective,
|
|
9896
|
-
TabTemplateDirective, TabStripScrollableButtonComponent], imports: [CommonModule, ResizeSensorModule, IconsModule, ButtonModule, WatermarkModule], exports: [TabStripComponent,
|
|
9897
|
-
TabStripTabComponent,
|
|
9898
|
-
TabContentDirective,
|
|
9899
|
-
TabTitleDirective,
|
|
9900
|
-
TabComponent,
|
|
9901
|
-
TabStripCustomMessagesComponent,
|
|
9902
|
-
LocalizedTabStripMessagesDirective,
|
|
9903
|
-
TabTemplateDirective] });
|
|
9904
|
-
TabStripModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule, imports: [CommonModule, ResizeSensorModule, IconsModule, ButtonModule, WatermarkModule] });
|
|
9905
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule, decorators: [{
|
|
9906
|
-
type: NgModule,
|
|
9907
|
-
args: [{
|
|
9908
|
-
declarations: [declarations$4],
|
|
9909
|
-
exports: [exportedModules$4],
|
|
9910
|
-
imports: [CommonModule, ResizeSensorModule, IconsModule, ButtonModule, WatermarkModule]
|
|
9911
|
-
}]
|
|
9912
|
-
}] });
|
|
9913
|
-
|
|
9914
|
-
const exportedModules$3 = [
|
|
9915
|
-
TileLayoutComponent,
|
|
9916
|
-
TileLayoutItemComponent,
|
|
9917
|
-
TileLayoutItemHeaderComponent,
|
|
9918
|
-
TileLayoutItemBodyComponent,
|
|
9919
|
-
TileLayoutResizeHandleDirective
|
|
9920
|
-
];
|
|
9921
|
-
const declarations$3 = [
|
|
9922
|
-
...exportedModules$3
|
|
9923
|
-
];
|
|
9924
|
-
/**
|
|
9925
|
-
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
9926
|
-
* definition for the TileLayout component.
|
|
9927
|
-
*
|
|
9928
|
-
* The module registers:
|
|
9929
|
-
* - `TileLayoutComponent`—The `TileLayoutComponent` component class.
|
|
9930
|
-
* - `TileLayoutItemComponent`—The `TileLayoutItemComponent` component class.
|
|
9931
|
-
* - `TileLayoutItemHeaderComponent`—The `TileLayoutItemHeaderComponent` component class.
|
|
9932
|
-
* - `TileLayoutItemBodyComponent`—The `TileLayoutItemBodyComponent` component class.
|
|
9933
|
-
*/
|
|
9934
|
-
class TileLayoutModule {
|
|
9935
|
-
}
|
|
9936
|
-
TileLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9937
|
-
TileLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutModule, declarations: [TileLayoutComponent,
|
|
9938
|
-
TileLayoutItemComponent,
|
|
9939
|
-
TileLayoutItemHeaderComponent,
|
|
9940
|
-
TileLayoutItemBodyComponent,
|
|
9941
|
-
TileLayoutResizeHandleDirective], imports: [CommonModule, WatermarkModule], exports: [TileLayoutComponent,
|
|
9942
|
-
TileLayoutItemComponent,
|
|
9943
|
-
TileLayoutItemHeaderComponent,
|
|
9944
|
-
TileLayoutItemBodyComponent,
|
|
9945
|
-
TileLayoutResizeHandleDirective] });
|
|
9946
|
-
TileLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutModule, imports: [CommonModule, WatermarkModule] });
|
|
9947
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutModule, decorators: [{
|
|
9948
|
-
type: NgModule,
|
|
9949
|
-
args: [{
|
|
9950
|
-
declarations: [declarations$3],
|
|
9951
|
-
exports: [exportedModules$3],
|
|
9952
|
-
imports: [CommonModule, WatermarkModule]
|
|
9953
|
-
}]
|
|
9954
|
-
}] });
|
|
9955
|
-
|
|
9956
9657
|
/**
|
|
9957
9658
|
* @hidden
|
|
9958
9659
|
*/
|
|
@@ -10052,46 +9753,31 @@ const validateGridLayoutRowsCols = (arr) => {
|
|
|
10052
9753
|
};
|
|
10053
9754
|
|
|
10054
9755
|
/**
|
|
10055
|
-
* Represents the [Kendo UI
|
|
9756
|
+
* Represents the [Kendo UI GridLayout component for Angular]({% slug overview_gridlayout %}).
|
|
10056
9757
|
*/
|
|
10057
|
-
class
|
|
9758
|
+
class GridLayoutComponent {
|
|
10058
9759
|
constructor(renderer, element, localization) {
|
|
10059
9760
|
this.renderer = renderer;
|
|
10060
9761
|
this.element = element;
|
|
10061
9762
|
this.localization = localization;
|
|
10062
9763
|
this.hostClass = true;
|
|
10063
9764
|
/**
|
|
10064
|
-
* Specifies the
|
|
10065
|
-
* ([see example](slug:
|
|
9765
|
+
* Specifies the gaps between the elements. The default value is `0`
|
|
9766
|
+
* ([see example](slug:layout_gridlayout#toc-gap)).
|
|
10066
9767
|
*/
|
|
10067
9768
|
this.gap = 0;
|
|
10068
|
-
/**
|
|
10069
|
-
* Specifies the orientation of the StackLayout
|
|
10070
|
-
* ([see example]({% slug layout_stacklayout %}#toc-orientation)).
|
|
10071
|
-
*
|
|
10072
|
-
* The possible values are:
|
|
10073
|
-
* (Default) `horizontal`
|
|
10074
|
-
* `vertical`
|
|
10075
|
-
*/
|
|
10076
|
-
this.orientation = 'horizontal';
|
|
10077
9769
|
this._align = {
|
|
10078
9770
|
horizontal: 'stretch',
|
|
10079
9771
|
vertical: 'stretch'
|
|
10080
9772
|
};
|
|
10081
9773
|
validatePackage(packageMetadata);
|
|
10082
9774
|
}
|
|
10083
|
-
get horizontalClass() {
|
|
10084
|
-
return this.orientation === 'horizontal';
|
|
10085
|
-
}
|
|
10086
|
-
get verticalClass() {
|
|
10087
|
-
return this.orientation === 'vertical';
|
|
10088
|
-
}
|
|
10089
9775
|
get dir() {
|
|
10090
9776
|
return this.direction;
|
|
10091
9777
|
}
|
|
10092
9778
|
/**
|
|
10093
|
-
* Specifies the horizontal and vertical alignment of the inner
|
|
10094
|
-
* ([see example]({% slug
|
|
9779
|
+
* Specifies the horizontal and vertical alignment of the inner GridLayout elements
|
|
9780
|
+
* ([see example]({% slug layout_gridlayout %}#toc-alignment)).
|
|
10095
9781
|
*/
|
|
10096
9782
|
set align(align) {
|
|
10097
9783
|
this._align = Object.assign({}, this._align, align);
|
|
@@ -10102,14 +9788,19 @@ class StackLayoutComponent {
|
|
|
10102
9788
|
}
|
|
10103
9789
|
ngAfterViewInit() {
|
|
10104
9790
|
this.handleAlignClasses();
|
|
9791
|
+
this.handleGridTemplateStyling('rows');
|
|
9792
|
+
this.handleGridTemplateStyling('cols');
|
|
10105
9793
|
this.setGap();
|
|
10106
9794
|
}
|
|
10107
9795
|
ngOnChanges(changes) {
|
|
10108
9796
|
if (isChanged('gap', changes)) {
|
|
10109
9797
|
this.setGap();
|
|
10110
9798
|
}
|
|
10111
|
-
if (isChanged('
|
|
10112
|
-
this.
|
|
9799
|
+
if (isChanged('rows', changes)) {
|
|
9800
|
+
this.handleGridTemplateStyling('rows');
|
|
9801
|
+
}
|
|
9802
|
+
if (isChanged('cols', changes)) {
|
|
9803
|
+
this.handleGridTemplateStyling('cols');
|
|
10113
9804
|
}
|
|
10114
9805
|
}
|
|
10115
9806
|
handleAlignClasses() {
|
|
@@ -10120,121 +9811,160 @@ class StackLayoutComponent {
|
|
|
10120
9811
|
if (isPresent(this.alignClass)) {
|
|
10121
9812
|
this.renderer.removeClass(elem, this.alignClass);
|
|
10122
9813
|
}
|
|
10123
|
-
|
|
10124
|
-
|
|
10125
|
-
this.alignClass = `${ALIGN_PREFIX}-${VERTICAL_SUFFIX[this.align.vertical]}`;
|
|
10126
|
-
}
|
|
10127
|
-
else {
|
|
10128
|
-
this.justifyClass = `${JUSTIFY_PREFIX}-${VERTICAL_SUFFIX[this.align.vertical]}`;
|
|
10129
|
-
this.alignClass = `${ALIGN_PREFIX}-${this.align.horizontal}`;
|
|
10130
|
-
}
|
|
9814
|
+
this.justifyClass = `${GRID_JUSTIFY_PREFIX}-${this.align.horizontal}`;
|
|
9815
|
+
this.alignClass = `${ALIGN_PREFIX}-${VERTICAL_SUFFIX[this.align.vertical]}`;
|
|
10131
9816
|
this.renderer.addClass(elem, this.justifyClass);
|
|
10132
9817
|
this.renderer.addClass(elem, this.alignClass);
|
|
10133
9818
|
}
|
|
10134
9819
|
setGap() {
|
|
10135
|
-
const parsedGap =
|
|
10136
|
-
|
|
9820
|
+
const parsedGap = normalizeGap(this.gap);
|
|
9821
|
+
const gapStyle = generateGapStyle(parsedGap);
|
|
9822
|
+
this.renderer.setStyle(this.element.nativeElement, 'gap', gapStyle);
|
|
9823
|
+
}
|
|
9824
|
+
handleGridTemplateStyling(type) {
|
|
9825
|
+
if (!isPresent(this[type])) {
|
|
9826
|
+
return;
|
|
9827
|
+
}
|
|
9828
|
+
const isValid = validateGridLayoutRowsCols(this[type]);
|
|
9829
|
+
if (!isValid && isDevMode()) {
|
|
9830
|
+
const valueType = type === 'rows' ? 'GridLayoutRowSize' : 'GridLayoutColSize';
|
|
9831
|
+
throw new Error(`The provided ${type} value contains invalid elements. The array supports values of type number, string or ${valueType}.`);
|
|
9832
|
+
}
|
|
9833
|
+
const gridTemplateStyle = type === 'rows' ? 'grid-template-rows' : 'grid-template-columns';
|
|
9834
|
+
const gridStyle = generateGridStyle(this[type], type);
|
|
9835
|
+
this.renderer.setStyle(this.element.nativeElement, gridTemplateStyle, gridStyle.join(' '));
|
|
10137
9836
|
}
|
|
10138
9837
|
get direction() {
|
|
10139
9838
|
return this.localization.rtl ? 'rtl' : 'ltr';
|
|
10140
9839
|
}
|
|
10141
9840
|
}
|
|
10142
|
-
|
|
10143
|
-
|
|
9841
|
+
GridLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
9842
|
+
GridLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: [
|
|
10144
9843
|
LocalizationService,
|
|
10145
9844
|
{
|
|
10146
9845
|
provide: L10N_PREFIX,
|
|
10147
|
-
useValue: 'kendo.
|
|
9846
|
+
useValue: 'kendo.gridlayout'
|
|
10148
9847
|
}
|
|
10149
|
-
], exportAs: ["
|
|
9848
|
+
], exportAs: ["kendoGridLayout"], usesOnChanges: true, ngImport: i0, template: `
|
|
10150
9849
|
<ng-content></ng-content>
|
|
10151
9850
|
`, isInline: true });
|
|
10152
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type:
|
|
9851
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutComponent, decorators: [{
|
|
10153
9852
|
type: Component,
|
|
10154
9853
|
args: [{
|
|
10155
|
-
exportAs: '
|
|
10156
|
-
selector: 'kendo-
|
|
9854
|
+
exportAs: 'kendoGridLayout',
|
|
9855
|
+
selector: 'kendo-gridlayout',
|
|
10157
9856
|
providers: [
|
|
10158
9857
|
LocalizationService,
|
|
10159
9858
|
{
|
|
10160
9859
|
provide: L10N_PREFIX,
|
|
10161
|
-
useValue: 'kendo.
|
|
9860
|
+
useValue: 'kendo.gridlayout'
|
|
10162
9861
|
}
|
|
10163
9862
|
],
|
|
10164
9863
|
template: `
|
|
10165
9864
|
<ng-content></ng-content>
|
|
10166
|
-
|
|
9865
|
+
`,
|
|
9866
|
+
standalone: true
|
|
10167
9867
|
}]
|
|
10168
9868
|
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i1.LocalizationService }]; }, propDecorators: { hostClass: [{
|
|
10169
9869
|
type: HostBinding,
|
|
10170
|
-
args: ['class.k-
|
|
10171
|
-
}], horizontalClass: [{
|
|
10172
|
-
type: HostBinding,
|
|
10173
|
-
args: ['class.k-hstack']
|
|
10174
|
-
}], verticalClass: [{
|
|
10175
|
-
type: HostBinding,
|
|
10176
|
-
args: ['class.k-vstack']
|
|
9870
|
+
args: ['class.k-grid-layout']
|
|
10177
9871
|
}], dir: [{
|
|
10178
9872
|
type: HostBinding,
|
|
10179
9873
|
args: ['attr.dir']
|
|
10180
|
-
}],
|
|
9874
|
+
}], rows: [{
|
|
9875
|
+
type: Input
|
|
9876
|
+
}], cols: [{
|
|
10181
9877
|
type: Input
|
|
10182
9878
|
}], gap: [{
|
|
10183
9879
|
type: Input
|
|
10184
|
-
}],
|
|
9880
|
+
}], align: [{
|
|
10185
9881
|
type: Input
|
|
10186
9882
|
}] } });
|
|
10187
9883
|
|
|
10188
|
-
|
|
10189
|
-
|
|
10190
|
-
|
|
10191
|
-
|
|
10192
|
-
|
|
10193
|
-
|
|
10194
|
-
|
|
10195
|
-
|
|
10196
|
-
|
|
10197
|
-
|
|
10198
|
-
|
|
9884
|
+
class GridLayoutItemComponent {
|
|
9885
|
+
constructor(renderer, element) {
|
|
9886
|
+
this.renderer = renderer;
|
|
9887
|
+
this.element = element;
|
|
9888
|
+
}
|
|
9889
|
+
ngOnInit() {
|
|
9890
|
+
this.setItemStyle();
|
|
9891
|
+
}
|
|
9892
|
+
ngOnChanges() {
|
|
9893
|
+
this.setItemStyle();
|
|
9894
|
+
}
|
|
9895
|
+
setItemStyle() {
|
|
9896
|
+
const row = this.row || 'auto';
|
|
9897
|
+
const col = this.col || 'auto';
|
|
9898
|
+
const rowSpan = this.rowSpan ? `span ${this.rowSpan}` : 'auto';
|
|
9899
|
+
const colSpan = this.colSpan ? `span ${this.colSpan}` : 'auto';
|
|
9900
|
+
const gridAreaStyle = `${row} / ${col} / ${rowSpan} / ${colSpan}`;
|
|
9901
|
+
this.renderer.setStyle(this.element.nativeElement, 'grid-area', gridAreaStyle);
|
|
9902
|
+
}
|
|
10199
9903
|
}
|
|
10200
|
-
|
|
10201
|
-
|
|
10202
|
-
|
|
10203
|
-
|
|
10204
|
-
|
|
9904
|
+
GridLayoutItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutItemComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
9905
|
+
GridLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GridLayoutItemComponent, isStandalone: true, selector: "kendo-gridlayout-item", inputs: { row: "row", col: "col", rowSpan: "rowSpan", colSpan: "colSpan" }, usesOnChanges: true, ngImport: i0, template: `
|
|
9906
|
+
<ng-content></ng-content>
|
|
9907
|
+
`, isInline: true });
|
|
9908
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutItemComponent, decorators: [{
|
|
9909
|
+
type: Component,
|
|
10205
9910
|
args: [{
|
|
10206
|
-
|
|
10207
|
-
|
|
10208
|
-
|
|
9911
|
+
selector: 'kendo-gridlayout-item',
|
|
9912
|
+
template: `
|
|
9913
|
+
<ng-content></ng-content>
|
|
9914
|
+
`,
|
|
9915
|
+
standalone: true
|
|
10209
9916
|
}]
|
|
10210
|
-
}] }
|
|
9917
|
+
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { row: [{
|
|
9918
|
+
type: Input
|
|
9919
|
+
}], col: [{
|
|
9920
|
+
type: Input
|
|
9921
|
+
}], rowSpan: [{
|
|
9922
|
+
type: Input
|
|
9923
|
+
}], colSpan: [{
|
|
9924
|
+
type: Input
|
|
9925
|
+
}] } });
|
|
10211
9926
|
|
|
10212
9927
|
/**
|
|
10213
|
-
* Represents the [Kendo UI
|
|
9928
|
+
* Represents the [Kendo UI StackLayout component for Angular]({% slug overview_stacklayout %}).
|
|
10214
9929
|
*/
|
|
10215
|
-
class
|
|
9930
|
+
class StackLayoutComponent {
|
|
10216
9931
|
constructor(renderer, element, localization) {
|
|
10217
9932
|
this.renderer = renderer;
|
|
10218
9933
|
this.element = element;
|
|
10219
9934
|
this.localization = localization;
|
|
10220
9935
|
this.hostClass = true;
|
|
10221
9936
|
/**
|
|
10222
|
-
* Specifies the
|
|
10223
|
-
* ([see example](slug:
|
|
9937
|
+
* Specifies the gap between the inner StackLayout elements. The default value is `0`
|
|
9938
|
+
* ([see example](slug:layout_stacklayout#toc-gap)).
|
|
10224
9939
|
*/
|
|
10225
9940
|
this.gap = 0;
|
|
9941
|
+
/**
|
|
9942
|
+
* Specifies the orientation of the StackLayout
|
|
9943
|
+
* ([see example]({% slug layout_stacklayout %}#toc-orientation)).
|
|
9944
|
+
*
|
|
9945
|
+
* The possible values are:
|
|
9946
|
+
* (Default) `horizontal`
|
|
9947
|
+
* `vertical`
|
|
9948
|
+
*/
|
|
9949
|
+
this.orientation = 'horizontal';
|
|
10226
9950
|
this._align = {
|
|
10227
9951
|
horizontal: 'stretch',
|
|
10228
9952
|
vertical: 'stretch'
|
|
10229
9953
|
};
|
|
10230
9954
|
validatePackage(packageMetadata);
|
|
10231
9955
|
}
|
|
9956
|
+
get horizontalClass() {
|
|
9957
|
+
return this.orientation === 'horizontal';
|
|
9958
|
+
}
|
|
9959
|
+
get verticalClass() {
|
|
9960
|
+
return this.orientation === 'vertical';
|
|
9961
|
+
}
|
|
10232
9962
|
get dir() {
|
|
10233
9963
|
return this.direction;
|
|
10234
9964
|
}
|
|
10235
9965
|
/**
|
|
10236
|
-
* Specifies the horizontal and vertical alignment of the inner
|
|
10237
|
-
* ([see example]({% slug
|
|
9966
|
+
* Specifies the horizontal and vertical alignment of the inner StackLayout elements
|
|
9967
|
+
* ([see example]({% slug layout_stacklayout %}#toc-alignment)).
|
|
10238
9968
|
*/
|
|
10239
9969
|
set align(align) {
|
|
10240
9970
|
this._align = Object.assign({}, this._align, align);
|
|
@@ -10245,19 +9975,14 @@ class GridLayoutComponent {
|
|
|
10245
9975
|
}
|
|
10246
9976
|
ngAfterViewInit() {
|
|
10247
9977
|
this.handleAlignClasses();
|
|
10248
|
-
this.handleGridTemplateStyling('rows');
|
|
10249
|
-
this.handleGridTemplateStyling('cols');
|
|
10250
9978
|
this.setGap();
|
|
10251
9979
|
}
|
|
10252
9980
|
ngOnChanges(changes) {
|
|
10253
9981
|
if (isChanged('gap', changes)) {
|
|
10254
9982
|
this.setGap();
|
|
10255
9983
|
}
|
|
10256
|
-
if (isChanged('
|
|
10257
|
-
this.
|
|
10258
|
-
}
|
|
10259
|
-
if (isChanged('cols', changes)) {
|
|
10260
|
-
this.handleGridTemplateStyling('cols');
|
|
9984
|
+
if (isChanged('orientation', changes)) {
|
|
9985
|
+
this.handleAlignClasses();
|
|
10261
9986
|
}
|
|
10262
9987
|
}
|
|
10263
9988
|
handleAlignClasses() {
|
|
@@ -10268,143 +9993,205 @@ class GridLayoutComponent {
|
|
|
10268
9993
|
if (isPresent(this.alignClass)) {
|
|
10269
9994
|
this.renderer.removeClass(elem, this.alignClass);
|
|
10270
9995
|
}
|
|
10271
|
-
this.
|
|
10272
|
-
|
|
9996
|
+
if (this.orientation === 'horizontal') {
|
|
9997
|
+
this.justifyClass = `${JUSTIFY_PREFIX}-${this.align.horizontal}`;
|
|
9998
|
+
this.alignClass = `${ALIGN_PREFIX}-${VERTICAL_SUFFIX[this.align.vertical]}`;
|
|
9999
|
+
}
|
|
10000
|
+
else {
|
|
10001
|
+
this.justifyClass = `${JUSTIFY_PREFIX}-${VERTICAL_SUFFIX[this.align.vertical]}`;
|
|
10002
|
+
this.alignClass = `${ALIGN_PREFIX}-${this.align.horizontal}`;
|
|
10003
|
+
}
|
|
10273
10004
|
this.renderer.addClass(elem, this.justifyClass);
|
|
10274
10005
|
this.renderer.addClass(elem, this.alignClass);
|
|
10275
10006
|
}
|
|
10276
10007
|
setGap() {
|
|
10277
|
-
const parsedGap =
|
|
10278
|
-
|
|
10279
|
-
this.renderer.setStyle(this.element.nativeElement, 'gap', gapStyle);
|
|
10280
|
-
}
|
|
10281
|
-
handleGridTemplateStyling(type) {
|
|
10282
|
-
if (!isPresent(this[type])) {
|
|
10283
|
-
return;
|
|
10284
|
-
}
|
|
10285
|
-
const isValid = validateGridLayoutRowsCols(this[type]);
|
|
10286
|
-
if (!isValid && isDevMode()) {
|
|
10287
|
-
const valueType = type === 'rows' ? 'GridLayoutRowSize' : 'GridLayoutColSize';
|
|
10288
|
-
throw new Error(`The provided ${type} value contains invalid elements. The array supports values of type number, string or ${valueType}.`);
|
|
10289
|
-
}
|
|
10290
|
-
const gridTemplateStyle = type === 'rows' ? 'grid-template-rows' : 'grid-template-columns';
|
|
10291
|
-
const gridStyle = generateGridStyle(this[type], type);
|
|
10292
|
-
this.renderer.setStyle(this.element.nativeElement, gridTemplateStyle, gridStyle.join(' '));
|
|
10008
|
+
const parsedGap = isNumber(this.gap) ? `${this.gap}px` : this.gap;
|
|
10009
|
+
this.renderer.setStyle(this.element.nativeElement, 'gap', parsedGap);
|
|
10293
10010
|
}
|
|
10294
10011
|
get direction() {
|
|
10295
10012
|
return this.localization.rtl ? 'rtl' : 'ltr';
|
|
10296
10013
|
}
|
|
10297
10014
|
}
|
|
10298
|
-
|
|
10299
|
-
|
|
10015
|
+
StackLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StackLayoutComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
10016
|
+
StackLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: [
|
|
10300
10017
|
LocalizationService,
|
|
10301
10018
|
{
|
|
10302
10019
|
provide: L10N_PREFIX,
|
|
10303
|
-
useValue: 'kendo.
|
|
10020
|
+
useValue: 'kendo.stacklayout'
|
|
10304
10021
|
}
|
|
10305
|
-
], exportAs: ["
|
|
10022
|
+
], exportAs: ["kendoStackLayout"], usesOnChanges: true, ngImport: i0, template: `
|
|
10306
10023
|
<ng-content></ng-content>
|
|
10307
10024
|
`, isInline: true });
|
|
10308
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type:
|
|
10025
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StackLayoutComponent, decorators: [{
|
|
10309
10026
|
type: Component,
|
|
10310
10027
|
args: [{
|
|
10311
|
-
exportAs: '
|
|
10312
|
-
selector: 'kendo-
|
|
10028
|
+
exportAs: 'kendoStackLayout',
|
|
10029
|
+
selector: 'kendo-stacklayout',
|
|
10313
10030
|
providers: [
|
|
10314
10031
|
LocalizationService,
|
|
10315
10032
|
{
|
|
10316
10033
|
provide: L10N_PREFIX,
|
|
10317
|
-
useValue: 'kendo.
|
|
10034
|
+
useValue: 'kendo.stacklayout'
|
|
10318
10035
|
}
|
|
10319
10036
|
],
|
|
10320
10037
|
template: `
|
|
10321
10038
|
<ng-content></ng-content>
|
|
10322
|
-
|
|
10039
|
+
`,
|
|
10040
|
+
standalone: true
|
|
10323
10041
|
}]
|
|
10324
10042
|
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i1.LocalizationService }]; }, propDecorators: { hostClass: [{
|
|
10325
10043
|
type: HostBinding,
|
|
10326
|
-
args: ['class.k-
|
|
10044
|
+
args: ['class.k-stack-layout']
|
|
10045
|
+
}], horizontalClass: [{
|
|
10046
|
+
type: HostBinding,
|
|
10047
|
+
args: ['class.k-hstack']
|
|
10048
|
+
}], verticalClass: [{
|
|
10049
|
+
type: HostBinding,
|
|
10050
|
+
args: ['class.k-vstack']
|
|
10327
10051
|
}], dir: [{
|
|
10328
10052
|
type: HostBinding,
|
|
10329
10053
|
args: ['attr.dir']
|
|
10330
|
-
}],
|
|
10331
|
-
type: Input
|
|
10332
|
-
}], cols: [{
|
|
10054
|
+
}], align: [{
|
|
10333
10055
|
type: Input
|
|
10334
10056
|
}], gap: [{
|
|
10335
10057
|
type: Input
|
|
10336
|
-
}],
|
|
10058
|
+
}], orientation: [{
|
|
10337
10059
|
type: Input
|
|
10338
10060
|
}] } });
|
|
10339
10061
|
|
|
10340
|
-
|
|
10341
|
-
|
|
10342
|
-
|
|
10343
|
-
|
|
10344
|
-
}
|
|
10345
|
-
ngOnInit() {
|
|
10346
|
-
this.setItemStyle();
|
|
10347
|
-
}
|
|
10348
|
-
ngOnChanges() {
|
|
10349
|
-
this.setItemStyle();
|
|
10350
|
-
}
|
|
10351
|
-
setItemStyle() {
|
|
10352
|
-
const row = this.row || 'auto';
|
|
10353
|
-
const col = this.col || 'auto';
|
|
10354
|
-
const rowSpan = this.rowSpan ? `span ${this.rowSpan}` : 'auto';
|
|
10355
|
-
const colSpan = this.colSpan ? `span ${this.colSpan}` : 'auto';
|
|
10356
|
-
const gridAreaStyle = `${row} / ${col} / ${rowSpan} / ${colSpan}`;
|
|
10357
|
-
this.renderer.setStyle(this.element.nativeElement, 'grid-area', gridAreaStyle);
|
|
10358
|
-
}
|
|
10062
|
+
/**
|
|
10063
|
+
* @hidden
|
|
10064
|
+
*/
|
|
10065
|
+
class TimelineMessages extends ComponentMessages {
|
|
10359
10066
|
}
|
|
10360
|
-
|
|
10361
|
-
|
|
10362
|
-
|
|
10363
|
-
|
|
10364
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutItemComponent, decorators: [{
|
|
10365
|
-
type: Component,
|
|
10067
|
+
TimelineMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
10068
|
+
TimelineMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimelineMessages, selector: "kendo-timeline-messages-base", inputs: { previous: "previous", next: "next" }, usesInheritance: true, ngImport: i0 });
|
|
10069
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineMessages, decorators: [{
|
|
10070
|
+
type: Directive,
|
|
10366
10071
|
args: [{
|
|
10367
|
-
|
|
10368
|
-
|
|
10369
|
-
<ng-content></ng-content>
|
|
10370
|
-
`
|
|
10072
|
+
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
10073
|
+
selector: 'kendo-timeline-messages-base'
|
|
10371
10074
|
}]
|
|
10372
|
-
}],
|
|
10373
|
-
type: Input
|
|
10374
|
-
}], col: [{
|
|
10375
|
-
type: Input
|
|
10376
|
-
}], rowSpan: [{
|
|
10075
|
+
}], propDecorators: { previous: [{
|
|
10377
10076
|
type: Input
|
|
10378
|
-
}],
|
|
10077
|
+
}], next: [{
|
|
10379
10078
|
type: Input
|
|
10380
10079
|
}] } });
|
|
10381
10080
|
|
|
10382
|
-
const exportedModules$1 = [
|
|
10383
|
-
GridLayoutComponent,
|
|
10384
|
-
GridLayoutItemComponent
|
|
10385
|
-
];
|
|
10386
|
-
const declarations$1 = [
|
|
10387
|
-
...exportedModules$1
|
|
10388
|
-
];
|
|
10389
10081
|
/**
|
|
10390
|
-
*
|
|
10391
|
-
* definition for the GridLayout component.
|
|
10082
|
+
* Custom component messages override default component messages.
|
|
10392
10083
|
*/
|
|
10393
|
-
class
|
|
10084
|
+
class TimelineCustomMessagesComponent extends TimelineMessages {
|
|
10085
|
+
constructor(service) {
|
|
10086
|
+
super();
|
|
10087
|
+
this.service = service;
|
|
10088
|
+
}
|
|
10089
|
+
get override() {
|
|
10090
|
+
return true;
|
|
10091
|
+
}
|
|
10394
10092
|
}
|
|
10395
|
-
|
|
10396
|
-
|
|
10397
|
-
|
|
10398
|
-
|
|
10399
|
-
|
|
10400
|
-
|
|
10401
|
-
|
|
10093
|
+
TimelineCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
10094
|
+
TimelineCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimelineCustomMessagesComponent, isStandalone: true, selector: "kendo-timeline-messages", providers: [
|
|
10095
|
+
{
|
|
10096
|
+
provide: TimelineMessages,
|
|
10097
|
+
useExisting: forwardRef(() => TimelineCustomMessagesComponent),
|
|
10098
|
+
},
|
|
10099
|
+
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
10100
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCustomMessagesComponent, decorators: [{
|
|
10101
|
+
type: Component,
|
|
10402
10102
|
args: [{
|
|
10403
|
-
|
|
10404
|
-
|
|
10405
|
-
|
|
10103
|
+
providers: [
|
|
10104
|
+
{
|
|
10105
|
+
provide: TimelineMessages,
|
|
10106
|
+
useExisting: forwardRef(() => TimelineCustomMessagesComponent),
|
|
10107
|
+
},
|
|
10108
|
+
],
|
|
10109
|
+
selector: 'kendo-timeline-messages',
|
|
10110
|
+
template: ``,
|
|
10111
|
+
standalone: true
|
|
10406
10112
|
}]
|
|
10407
|
-
}] });
|
|
10113
|
+
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
10114
|
+
|
|
10115
|
+
/**
|
|
10116
|
+
* Specifies the actions of each timeline card. To define an actions template, nest an `<ng-template>` tag
|
|
10117
|
+
* with the `kendoTimelineCardActionsTemplate` directive inside the `<kendo-timeline>` tag.
|
|
10118
|
+
*
|
|
10119
|
+
* The following values are available as context variables:
|
|
10120
|
+
* - `let-event="event"` (`TimelineEvent`) - The current card's event. Also available as implicit context variable.
|
|
10121
|
+
* - `let-index="index"` (`number`) - The current event index.
|
|
10122
|
+
*/
|
|
10123
|
+
class TimelineCardActionsTemplateDirective {
|
|
10124
|
+
constructor(templateRef) {
|
|
10125
|
+
this.templateRef = templateRef;
|
|
10126
|
+
}
|
|
10127
|
+
}
|
|
10128
|
+
TimelineCardActionsTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCardActionsTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
10129
|
+
TimelineCardActionsTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimelineCardActionsTemplateDirective, isStandalone: true, selector: "[kendoTimelineCardActionsTemplate]", ngImport: i0 });
|
|
10130
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCardActionsTemplateDirective, decorators: [{
|
|
10131
|
+
type: Directive,
|
|
10132
|
+
args: [{
|
|
10133
|
+
selector: '[kendoTimelineCardActionsTemplate]',
|
|
10134
|
+
standalone: true
|
|
10135
|
+
}]
|
|
10136
|
+
}], ctorParameters: function () {
|
|
10137
|
+
return [{ type: i0.TemplateRef, decorators: [{
|
|
10138
|
+
type: Optional
|
|
10139
|
+
}] }];
|
|
10140
|
+
} });
|
|
10141
|
+
|
|
10142
|
+
/**
|
|
10143
|
+
* Specifies the body of each timeline card. To define a body template, nest an `<ng-template>` tag
|
|
10144
|
+
* with the `kendoTimelineCardBodyTemplate` directive inside the `<kendo-timeline>` tag.
|
|
10145
|
+
*
|
|
10146
|
+
* The following values are available as context variables:
|
|
10147
|
+
* - `let-event="event"` (`TimelineEvent`) - The current card's event. Also available as implicit context variable.
|
|
10148
|
+
* - `let-index="index"` (`number`) - The current event index.
|
|
10149
|
+
*/
|
|
10150
|
+
class TimelineCardBodyTemplateDirective {
|
|
10151
|
+
constructor(templateRef) {
|
|
10152
|
+
this.templateRef = templateRef;
|
|
10153
|
+
}
|
|
10154
|
+
}
|
|
10155
|
+
TimelineCardBodyTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCardBodyTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
10156
|
+
TimelineCardBodyTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimelineCardBodyTemplateDirective, isStandalone: true, selector: "[kendoTimelineCardBodyTemplate]", ngImport: i0 });
|
|
10157
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCardBodyTemplateDirective, decorators: [{
|
|
10158
|
+
type: Directive,
|
|
10159
|
+
args: [{
|
|
10160
|
+
selector: '[kendoTimelineCardBodyTemplate]',
|
|
10161
|
+
standalone: true
|
|
10162
|
+
}]
|
|
10163
|
+
}], ctorParameters: function () {
|
|
10164
|
+
return [{ type: i0.TemplateRef, decorators: [{
|
|
10165
|
+
type: Optional
|
|
10166
|
+
}] }];
|
|
10167
|
+
} });
|
|
10168
|
+
|
|
10169
|
+
/**
|
|
10170
|
+
* Specifies the header of each timeline card. To define a header template, nest an `<ng-template>` tag
|
|
10171
|
+
* with the `kendoTimelineCardHeaderTemplate` directive inside the `<kendo-timeline>` tag.
|
|
10172
|
+
*
|
|
10173
|
+
* The following values are available as context variables:
|
|
10174
|
+
* - `let-event="event"` (`TimelineEvent`) - The current card's event. Also available as implicit context variable.
|
|
10175
|
+
* - `let-index="index"` (`number`) - The current event index.
|
|
10176
|
+
*/
|
|
10177
|
+
class TimelineCardHeaderTemplateDirective {
|
|
10178
|
+
constructor(templateRef) {
|
|
10179
|
+
this.templateRef = templateRef;
|
|
10180
|
+
}
|
|
10181
|
+
}
|
|
10182
|
+
TimelineCardHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCardHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
10183
|
+
TimelineCardHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimelineCardHeaderTemplateDirective, isStandalone: true, selector: "[kendoTimelineCardHeaderTemplate]", ngImport: i0 });
|
|
10184
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCardHeaderTemplateDirective, decorators: [{
|
|
10185
|
+
type: Directive,
|
|
10186
|
+
args: [{
|
|
10187
|
+
selector: '[kendoTimelineCardHeaderTemplate]',
|
|
10188
|
+
standalone: true
|
|
10189
|
+
}]
|
|
10190
|
+
}], ctorParameters: function () {
|
|
10191
|
+
return [{ type: i0.TemplateRef, decorators: [{
|
|
10192
|
+
type: Optional
|
|
10193
|
+
}] }];
|
|
10194
|
+
} });
|
|
10408
10195
|
|
|
10409
10196
|
/**
|
|
10410
10197
|
* @hidden
|
|
@@ -10576,7 +10363,7 @@ class TimelineCardComponent {
|
|
|
10576
10363
|
}
|
|
10577
10364
|
}
|
|
10578
10365
|
TimelineCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCardComponent, deps: [{ token: i0.ElementRef }, { token: TimelineService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
10579
|
-
TimelineCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimelineCardComponent, 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: `
|
|
10366
|
+
TimelineCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: `
|
|
10580
10367
|
<kendo-card
|
|
10581
10368
|
[ngStyle]="{ 'height': orientation === 'horizontal' ? eventHeight + 'px' : null }"
|
|
10582
10369
|
[width]="orientation === 'horizontal' ? 'auto' : eventWidth + 'px'"
|
|
@@ -10670,7 +10457,7 @@ TimelineCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
10670
10457
|
</kendo-card-actions>
|
|
10671
10458
|
</div>
|
|
10672
10459
|
</kendo-card>
|
|
10673
|
-
`, isInline: true, dependencies: [{ kind: "
|
|
10460
|
+
`, isInline: true, dependencies: [{ kind: "component", type: CardComponent, selector: "kendo-card", inputs: ["orientation", "width"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: CardHeaderComponent, selector: "kendo-card-header" }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: CardTitleDirective, selector: "[kendoCardTitle]" }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: CardSubtitleDirective, selector: "[kendoCardSubtitle]" }, { kind: "component", type: CardBodyComponent, selector: "kendo-card-body" }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: CardMediaDirective, selector: "[kendoCardMedia]" }, { kind: "component", type: CardActionsComponent, selector: "kendo-card-actions", inputs: ["orientation", "layout", "actions"], outputs: ["action"] }], animations: [
|
|
10674
10461
|
trigger('toggle', [
|
|
10675
10462
|
state('collapsed', style({
|
|
10676
10463
|
height: '0',
|
|
@@ -10805,6 +10592,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10805
10592
|
</div>
|
|
10806
10593
|
</kendo-card>
|
|
10807
10594
|
`,
|
|
10595
|
+
standalone: true,
|
|
10596
|
+
imports: [CardComponent, NgStyle, NgClass, NgIf, CardHeaderComponent, NgTemplateOutlet, CardTitleDirective, ButtonComponent, CardSubtitleDirective, CardBodyComponent, NgFor, CardMediaDirective, CardActionsComponent]
|
|
10808
10597
|
}]
|
|
10809
10598
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: TimelineService }, { type: i0.Renderer2 }]; }, propDecorators: { event: [{
|
|
10810
10599
|
type: Input
|
|
@@ -11292,7 +11081,7 @@ class TimelineHorizontalComponent {
|
|
|
11292
11081
|
}
|
|
11293
11082
|
}
|
|
11294
11083
|
TimelineHorizontalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineHorizontalComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: TimelineService }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
11295
|
-
TimelineHorizontalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimelineHorizontalComponent, 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: `
|
|
11084
|
+
TimelineHorizontalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: `
|
|
11296
11085
|
<div class="k-timeline-track-wrap" #track>
|
|
11297
11086
|
<button
|
|
11298
11087
|
kendoButton
|
|
@@ -11389,7 +11178,7 @@ TimelineHorizontalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.
|
|
|
11389
11178
|
</li>
|
|
11390
11179
|
</ul>
|
|
11391
11180
|
</div>
|
|
11392
|
-
`, isInline: true, dependencies: [{ kind: "
|
|
11181
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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: "pipe", type: DatePipe, name: "kendoDate" }], animations: [
|
|
11393
11182
|
trigger('trackSlide', [
|
|
11394
11183
|
state('left', style({
|
|
11395
11184
|
transform: `translateX({{transformValue}}%)`,
|
|
@@ -11535,6 +11324,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
11535
11324
|
</ul>
|
|
11536
11325
|
</div>
|
|
11537
11326
|
`,
|
|
11327
|
+
standalone: true,
|
|
11328
|
+
imports: [ButtonComponent, NgFor, NgIf, NgStyle, TimelineCardComponent, DatePipe]
|
|
11538
11329
|
}]
|
|
11539
11330
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: TimelineService }, { type: i1.LocalizationService }]; }, propDecorators: { events: [{
|
|
11540
11331
|
type: Input
|
|
@@ -11635,7 +11426,7 @@ class TimelineVerticalComponent {
|
|
|
11635
11426
|
}
|
|
11636
11427
|
}
|
|
11637
11428
|
TimelineVerticalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineVerticalComponent, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
11638
|
-
TimelineVerticalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimelineVerticalComponent, 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: `
|
|
11429
|
+
TimelineVerticalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: `
|
|
11639
11430
|
<ul *ngIf="events && events.length > 0">
|
|
11640
11431
|
<ng-container *ngFor="let event of events; let i = index">
|
|
11641
11432
|
<li class="k-timeline-flag-wrap" *ngIf="event.flag">
|
|
@@ -11668,7 +11459,7 @@ TimelineVerticalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.
|
|
|
11668
11459
|
</li>
|
|
11669
11460
|
</ng-container>
|
|
11670
11461
|
</ul>
|
|
11671
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
11462
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { 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" }] });
|
|
11672
11463
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineVerticalComponent, decorators: [{
|
|
11673
11464
|
type: Component,
|
|
11674
11465
|
args: [{
|
|
@@ -11709,6 +11500,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
11709
11500
|
</ng-container>
|
|
11710
11501
|
</ul>
|
|
11711
11502
|
`,
|
|
11503
|
+
standalone: true,
|
|
11504
|
+
imports: [NgIf, NgFor, NgClass, TimelineCardComponent, DatePipe]
|
|
11712
11505
|
}]
|
|
11713
11506
|
}], ctorParameters: function () { return [{ type: i0.Renderer2 }]; }, propDecorators: { events: [{
|
|
11714
11507
|
type: Input
|
|
@@ -11743,103 +11536,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
11743
11536
|
args: ['innerDate']
|
|
11744
11537
|
}] } });
|
|
11745
11538
|
|
|
11746
|
-
/**
|
|
11747
|
-
* Specifies the body of each timeline card. To define a body template, nest an `<ng-template>` tag
|
|
11748
|
-
* with the `kendoTimelineCardBodyTemplate` directive inside the `<kendo-timeline>` tag.
|
|
11749
|
-
*
|
|
11750
|
-
* The following values are available as context variables:
|
|
11751
|
-
* - `let-event="event"` (`TimelineEvent`) - The current card's event. Also available as implicit context variable.
|
|
11752
|
-
* - `let-index="index"` (`number`) - The current event index.
|
|
11753
|
-
*/
|
|
11754
|
-
class TimelineCardBodyTemplateDirective {
|
|
11755
|
-
constructor(templateRef) {
|
|
11756
|
-
this.templateRef = templateRef;
|
|
11757
|
-
}
|
|
11758
|
-
}
|
|
11759
|
-
TimelineCardBodyTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCardBodyTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11760
|
-
TimelineCardBodyTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimelineCardBodyTemplateDirective, selector: "[kendoTimelineCardBodyTemplate]", ngImport: i0 });
|
|
11761
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCardBodyTemplateDirective, decorators: [{
|
|
11762
|
-
type: Directive,
|
|
11763
|
-
args: [{
|
|
11764
|
-
selector: '[kendoTimelineCardBodyTemplate]'
|
|
11765
|
-
}]
|
|
11766
|
-
}], ctorParameters: function () {
|
|
11767
|
-
return [{ type: i0.TemplateRef, decorators: [{
|
|
11768
|
-
type: Optional
|
|
11769
|
-
}] }];
|
|
11770
|
-
} });
|
|
11771
|
-
|
|
11772
|
-
/**
|
|
11773
|
-
* Specifies the header of each timeline card. To define a header template, nest an `<ng-template>` tag
|
|
11774
|
-
* with the `kendoTimelineCardHeaderTemplate` directive inside the `<kendo-timeline>` tag.
|
|
11775
|
-
*
|
|
11776
|
-
* The following values are available as context variables:
|
|
11777
|
-
* - `let-event="event"` (`TimelineEvent`) - The current card's event. Also available as implicit context variable.
|
|
11778
|
-
* - `let-index="index"` (`number`) - The current event index.
|
|
11779
|
-
*/
|
|
11780
|
-
class TimelineCardHeaderTemplateDirective {
|
|
11781
|
-
constructor(templateRef) {
|
|
11782
|
-
this.templateRef = templateRef;
|
|
11783
|
-
}
|
|
11784
|
-
}
|
|
11785
|
-
TimelineCardHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCardHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11786
|
-
TimelineCardHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimelineCardHeaderTemplateDirective, selector: "[kendoTimelineCardHeaderTemplate]", ngImport: i0 });
|
|
11787
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCardHeaderTemplateDirective, decorators: [{
|
|
11788
|
-
type: Directive,
|
|
11789
|
-
args: [{
|
|
11790
|
-
selector: '[kendoTimelineCardHeaderTemplate]'
|
|
11791
|
-
}]
|
|
11792
|
-
}], ctorParameters: function () {
|
|
11793
|
-
return [{ type: i0.TemplateRef, decorators: [{
|
|
11794
|
-
type: Optional
|
|
11795
|
-
}] }];
|
|
11796
|
-
} });
|
|
11797
|
-
|
|
11798
|
-
/**
|
|
11799
|
-
* Specifies the actions of each timeline card. To define an actions template, nest an `<ng-template>` tag
|
|
11800
|
-
* with the `kendoTimelineCardActionsTemplate` directive inside the `<kendo-timeline>` tag.
|
|
11801
|
-
*
|
|
11802
|
-
* The following values are available as context variables:
|
|
11803
|
-
* - `let-event="event"` (`TimelineEvent`) - The current card's event. Also available as implicit context variable.
|
|
11804
|
-
* - `let-index="index"` (`number`) - The current event index.
|
|
11805
|
-
*/
|
|
11806
|
-
class TimelineCardActionsTemplateDirective {
|
|
11807
|
-
constructor(templateRef) {
|
|
11808
|
-
this.templateRef = templateRef;
|
|
11809
|
-
}
|
|
11810
|
-
}
|
|
11811
|
-
TimelineCardActionsTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCardActionsTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11812
|
-
TimelineCardActionsTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimelineCardActionsTemplateDirective, selector: "[kendoTimelineCardActionsTemplate]", ngImport: i0 });
|
|
11813
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCardActionsTemplateDirective, decorators: [{
|
|
11814
|
-
type: Directive,
|
|
11815
|
-
args: [{
|
|
11816
|
-
selector: '[kendoTimelineCardActionsTemplate]'
|
|
11817
|
-
}]
|
|
11818
|
-
}], ctorParameters: function () {
|
|
11819
|
-
return [{ type: i0.TemplateRef, decorators: [{
|
|
11820
|
-
type: Optional
|
|
11821
|
-
}] }];
|
|
11822
|
-
} });
|
|
11823
|
-
|
|
11824
|
-
/**
|
|
11825
|
-
* @hidden
|
|
11826
|
-
*/
|
|
11827
|
-
class TimelineMessages extends ComponentMessages {
|
|
11828
|
-
}
|
|
11829
|
-
TimelineMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
11830
|
-
TimelineMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimelineMessages, selector: "kendo-timeline-messages-base", inputs: { previous: "previous", next: "next" }, usesInheritance: true, ngImport: i0 });
|
|
11831
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineMessages, decorators: [{
|
|
11832
|
-
type: Directive,
|
|
11833
|
-
args: [{
|
|
11834
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
11835
|
-
selector: 'kendo-timeline-messages-base'
|
|
11836
|
-
}]
|
|
11837
|
-
}], propDecorators: { previous: [{
|
|
11838
|
-
type: Input
|
|
11839
|
-
}], next: [{
|
|
11840
|
-
type: Input
|
|
11841
|
-
}] } });
|
|
11842
|
-
|
|
11843
11539
|
/**
|
|
11844
11540
|
* @hidden
|
|
11845
11541
|
*/
|
|
@@ -11850,7 +11546,7 @@ class LocalizedTimelineMessagesDirective extends TimelineMessages {
|
|
|
11850
11546
|
}
|
|
11851
11547
|
}
|
|
11852
11548
|
LocalizedTimelineMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedTimelineMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11853
|
-
LocalizedTimelineMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedTimelineMessagesDirective, selector: "[kendoTimelineLocalizedMessages]", providers: [
|
|
11549
|
+
LocalizedTimelineMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedTimelineMessagesDirective, isStandalone: true, selector: "[kendoTimelineLocalizedMessages]", providers: [
|
|
11854
11550
|
{
|
|
11855
11551
|
provide: TimelineMessages,
|
|
11856
11552
|
useExisting: forwardRef(() => LocalizedTimelineMessagesDirective),
|
|
@@ -11865,7 +11561,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
11865
11561
|
useExisting: forwardRef(() => LocalizedTimelineMessagesDirective),
|
|
11866
11562
|
},
|
|
11867
11563
|
],
|
|
11868
|
-
selector: `[kendoTimelineLocalizedMessages]
|
|
11564
|
+
selector: `[kendoTimelineLocalizedMessages]`,
|
|
11565
|
+
standalone: true
|
|
11869
11566
|
}]
|
|
11870
11567
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
11871
11568
|
|
|
@@ -12112,7 +11809,7 @@ class TimelineComponent {
|
|
|
12112
11809
|
}
|
|
12113
11810
|
}
|
|
12114
11811
|
TimelineComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineComponent, deps: [{ token: TimelineService }], target: i0.ɵɵFactoryTarget.Component });
|
|
12115
|
-
TimelineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimelineComponent, selector: "kendo-timeline", inputs: { events: "events", modelFields: "modelFields", orientation: "orientation", alterMode: "alterMode", collapsibleEvents: "collapsibleEvents", navigable: "navigable", showDateLabels: "showDateLabels", animation: "animation", 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: [
|
|
11812
|
+
TimelineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimelineComponent, isStandalone: true, selector: "kendo-timeline", inputs: { events: "events", modelFields: "modelFields", orientation: "orientation", alterMode: "alterMode", collapsibleEvents: "collapsibleEvents", navigable: "navigable", showDateLabels: "showDateLabels", animation: "animation", 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: [
|
|
12116
11813
|
TimelineService,
|
|
12117
11814
|
LocalizationService,
|
|
12118
11815
|
{
|
|
@@ -12159,7 +11856,7 @@ TimelineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
12159
11856
|
[actionsTemplate]="actionsTemplate"
|
|
12160
11857
|
>
|
|
12161
11858
|
</kendo-timeline-horizontal>
|
|
12162
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
11859
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedTimelineMessagesDirective, selector: "[kendoTimelineLocalizedMessages]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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"] }] });
|
|
12163
11860
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineComponent, decorators: [{
|
|
12164
11861
|
type: Component,
|
|
12165
11862
|
args: [{
|
|
@@ -12214,6 +11911,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
12214
11911
|
>
|
|
12215
11912
|
</kendo-timeline-horizontal>
|
|
12216
11913
|
`,
|
|
11914
|
+
standalone: true,
|
|
11915
|
+
imports: [LocalizedTimelineMessagesDirective, NgIf, TimelineVerticalComponent, TimelineHorizontalComponent]
|
|
12217
11916
|
}]
|
|
12218
11917
|
}], ctorParameters: function () { return [{ type: TimelineService }]; }, propDecorators: { events: [{
|
|
12219
11918
|
type: Input
|
|
@@ -12275,85 +11974,149 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
12275
11974
|
type: Output
|
|
12276
11975
|
}] } });
|
|
12277
11976
|
|
|
11977
|
+
const KENDO_AVATAR = [
|
|
11978
|
+
AvatarComponent,
|
|
11979
|
+
AvatarCustomMessagesComponent
|
|
11980
|
+
];
|
|
11981
|
+
const KENDO_CARD = [
|
|
11982
|
+
CardComponent,
|
|
11983
|
+
CardActionsComponent,
|
|
11984
|
+
CardBodyComponent,
|
|
11985
|
+
CardFooterComponent,
|
|
11986
|
+
CardHeaderComponent,
|
|
11987
|
+
CardMediaDirective,
|
|
11988
|
+
CardSeparatorDirective,
|
|
11989
|
+
CardSubtitleDirective,
|
|
11990
|
+
CardTitleDirective
|
|
11991
|
+
];
|
|
11992
|
+
const KENDO_DRAWER = [
|
|
11993
|
+
DrawerComponent,
|
|
11994
|
+
DrawerContainerComponent,
|
|
11995
|
+
DrawerContentComponent,
|
|
11996
|
+
DrawerTemplateDirective,
|
|
11997
|
+
DrawerFooterTemplateDirective,
|
|
11998
|
+
DrawerHeaderTemplateDirective,
|
|
11999
|
+
DrawerItemTemplateDirective
|
|
12000
|
+
];
|
|
12001
|
+
const KENDO_EXPANSIONPANEL = [
|
|
12002
|
+
ExpansionPanelComponent,
|
|
12003
|
+
ExpansionPanelTitleDirective
|
|
12004
|
+
];
|
|
12005
|
+
const KENDO_GRIDLAYOUT = [
|
|
12006
|
+
GridLayoutComponent,
|
|
12007
|
+
GridLayoutItemComponent
|
|
12008
|
+
];
|
|
12009
|
+
const KENDO_PANELBAR = [
|
|
12010
|
+
PanelBarComponent,
|
|
12011
|
+
PanelBarItemComponent,
|
|
12012
|
+
PanelBarContentDirective,
|
|
12013
|
+
PanelBarItemTemplateDirective,
|
|
12014
|
+
PanelBarItemTitleDirective
|
|
12015
|
+
];
|
|
12016
|
+
const KENDO_SPLITTER = [
|
|
12017
|
+
SplitterComponent,
|
|
12018
|
+
SplitterPaneComponent
|
|
12019
|
+
];
|
|
12020
|
+
const KENDO_STACKLAYOUT = [
|
|
12021
|
+
StackLayoutComponent
|
|
12022
|
+
];
|
|
12023
|
+
const KENDO_STEPPER = [
|
|
12024
|
+
StepperComponent,
|
|
12025
|
+
StepperCustomMessagesComponent,
|
|
12026
|
+
StepperIndicatorTemplateDirective,
|
|
12027
|
+
StepperLabelTemplateDirective,
|
|
12028
|
+
StepperStepTemplateDirective
|
|
12029
|
+
];
|
|
12030
|
+
const KENDO_TABSTRIP = [
|
|
12031
|
+
TabStripComponent,
|
|
12032
|
+
TabStripTabComponent,
|
|
12033
|
+
TabContentDirective,
|
|
12034
|
+
TabTitleDirective,
|
|
12035
|
+
TabStripCustomMessagesComponent
|
|
12036
|
+
];
|
|
12037
|
+
const KENDO_TILELAYOUT = [
|
|
12038
|
+
TileLayoutComponent,
|
|
12039
|
+
TileLayoutItemBodyComponent,
|
|
12040
|
+
TileLayoutItemComponent,
|
|
12041
|
+
TileLayoutItemHeaderComponent
|
|
12042
|
+
];
|
|
12043
|
+
const KENDO_TIMELINE = [
|
|
12044
|
+
TimelineComponent,
|
|
12045
|
+
TimelineCustomMessagesComponent,
|
|
12046
|
+
TimelineCardActionsTemplateDirective,
|
|
12047
|
+
TimelineCardBodyTemplateDirective,
|
|
12048
|
+
TimelineCardHeaderTemplateDirective
|
|
12049
|
+
];
|
|
12050
|
+
const KENDO_LAYOUT = [
|
|
12051
|
+
...KENDO_AVATAR,
|
|
12052
|
+
...KENDO_CARD,
|
|
12053
|
+
...KENDO_DRAWER,
|
|
12054
|
+
...KENDO_EXPANSIONPANEL,
|
|
12055
|
+
...KENDO_GRIDLAYOUT,
|
|
12056
|
+
...KENDO_PANELBAR,
|
|
12057
|
+
...KENDO_SPLITTER,
|
|
12058
|
+
...KENDO_STACKLAYOUT,
|
|
12059
|
+
...KENDO_STEPPER,
|
|
12060
|
+
...KENDO_TABSTRIP,
|
|
12061
|
+
...KENDO_TILELAYOUT,
|
|
12062
|
+
...KENDO_TIMELINE
|
|
12063
|
+
];
|
|
12064
|
+
|
|
12065
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
12278
12066
|
/**
|
|
12279
|
-
*
|
|
12067
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
12068
|
+
* definition for the Avatar component.
|
|
12280
12069
|
*/
|
|
12281
|
-
class
|
|
12282
|
-
constructor(service) {
|
|
12283
|
-
super();
|
|
12284
|
-
this.service = service;
|
|
12285
|
-
}
|
|
12286
|
-
get override() {
|
|
12287
|
-
return true;
|
|
12288
|
-
}
|
|
12070
|
+
class AvatarModule {
|
|
12289
12071
|
}
|
|
12290
|
-
|
|
12291
|
-
|
|
12292
|
-
|
|
12293
|
-
|
|
12294
|
-
|
|
12295
|
-
},
|
|
12296
|
-
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
12297
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCustomMessagesComponent, decorators: [{
|
|
12298
|
-
type: Component,
|
|
12072
|
+
AvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12073
|
+
AvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, imports: [AvatarComponent, AvatarCustomMessagesComponent], exports: [AvatarComponent, AvatarCustomMessagesComponent] });
|
|
12074
|
+
AvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, imports: [KENDO_AVATAR] });
|
|
12075
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, decorators: [{
|
|
12076
|
+
type: NgModule,
|
|
12299
12077
|
args: [{
|
|
12300
|
-
|
|
12301
|
-
|
|
12302
|
-
provide: TimelineMessages,
|
|
12303
|
-
useExisting: forwardRef(() => TimelineCustomMessagesComponent),
|
|
12304
|
-
},
|
|
12305
|
-
],
|
|
12306
|
-
selector: 'kendo-timeline-messages',
|
|
12307
|
-
template: ``,
|
|
12078
|
+
exports: [...KENDO_AVATAR],
|
|
12079
|
+
imports: [...KENDO_AVATAR]
|
|
12308
12080
|
}]
|
|
12309
|
-
}]
|
|
12081
|
+
}] });
|
|
12310
12082
|
|
|
12311
|
-
|
|
12312
|
-
TimelineComponent,
|
|
12313
|
-
TimelineCustomMessagesComponent,
|
|
12314
|
-
TimelineCardHeaderTemplateDirective,
|
|
12315
|
-
TimelineCardBodyTemplateDirective,
|
|
12316
|
-
TimelineCardActionsTemplateDirective
|
|
12317
|
-
];
|
|
12318
|
-
const declarations = [
|
|
12319
|
-
...exportedModules,
|
|
12320
|
-
TimelineVerticalComponent,
|
|
12321
|
-
TimelineHorizontalComponent,
|
|
12322
|
-
TimelineCardComponent,
|
|
12323
|
-
LocalizedTimelineMessagesDirective,
|
|
12324
|
-
];
|
|
12083
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
12325
12084
|
/**
|
|
12326
12085
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
12327
|
-
* definition for the
|
|
12328
|
-
*
|
|
12329
|
-
* The module registers:
|
|
12330
|
-
* - `TimelineComponent`—The `TimelineComponent` component class.
|
|
12086
|
+
* definition for the Card component.
|
|
12331
12087
|
*/
|
|
12332
|
-
class
|
|
12088
|
+
class CardModule {
|
|
12333
12089
|
}
|
|
12334
|
-
|
|
12335
|
-
|
|
12336
|
-
|
|
12337
|
-
|
|
12338
|
-
|
|
12339
|
-
|
|
12340
|
-
|
|
12341
|
-
|
|
12342
|
-
|
|
12343
|
-
|
|
12344
|
-
|
|
12345
|
-
|
|
12346
|
-
|
|
12347
|
-
|
|
12348
|
-
|
|
12090
|
+
CardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12091
|
+
CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: CardModule, imports: [CardComponent, CardActionsComponent, CardBodyComponent, CardFooterComponent, CardHeaderComponent, CardMediaDirective, CardSeparatorDirective, CardSubtitleDirective, CardTitleDirective], exports: [CardComponent, CardActionsComponent, CardBodyComponent, CardFooterComponent, CardHeaderComponent, CardMediaDirective, CardSeparatorDirective, CardSubtitleDirective, CardTitleDirective] });
|
|
12092
|
+
CardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardModule, imports: [CardComponent, CardActionsComponent, CardBodyComponent, CardFooterComponent, CardHeaderComponent] });
|
|
12093
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardModule, decorators: [{
|
|
12094
|
+
type: NgModule,
|
|
12095
|
+
args: [{
|
|
12096
|
+
exports: [...KENDO_CARD],
|
|
12097
|
+
imports: [...KENDO_CARD]
|
|
12098
|
+
}]
|
|
12099
|
+
}] });
|
|
12100
|
+
|
|
12101
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
12102
|
+
/**
|
|
12103
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
12104
|
+
* definition for the Drawer component.
|
|
12105
|
+
*/
|
|
12106
|
+
class DrawerModule {
|
|
12107
|
+
}
|
|
12108
|
+
DrawerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12109
|
+
DrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DrawerModule, imports: [DrawerComponent, DrawerContainerComponent, DrawerContentComponent, DrawerTemplateDirective, DrawerFooterTemplateDirective, DrawerHeaderTemplateDirective, DrawerItemTemplateDirective], exports: [DrawerComponent, DrawerContainerComponent, DrawerContentComponent, DrawerTemplateDirective, DrawerFooterTemplateDirective, DrawerHeaderTemplateDirective, DrawerItemTemplateDirective] });
|
|
12110
|
+
DrawerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerModule, imports: [DrawerComponent, DrawerContainerComponent, DrawerContentComponent] });
|
|
12111
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerModule, decorators: [{
|
|
12349
12112
|
type: NgModule,
|
|
12350
12113
|
args: [{
|
|
12351
|
-
|
|
12352
|
-
|
|
12353
|
-
imports: [CommonModule, CardModule, ButtonModule, IconsModule, IntlModule]
|
|
12114
|
+
exports: [...KENDO_DRAWER],
|
|
12115
|
+
imports: [...KENDO_DRAWER]
|
|
12354
12116
|
}]
|
|
12355
12117
|
}] });
|
|
12356
12118
|
|
|
12119
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
12357
12120
|
/**
|
|
12358
12121
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
12359
12122
|
* definition for the Layout components.
|
|
@@ -12388,47 +12151,201 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
12388
12151
|
class LayoutModule {
|
|
12389
12152
|
}
|
|
12390
12153
|
LayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12391
|
-
LayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: LayoutModule, exports: [
|
|
12392
|
-
|
|
12393
|
-
DrawerModule,
|
|
12394
|
-
PanelBarModule,
|
|
12395
|
-
ExpansionPanelModule,
|
|
12396
|
-
SplitterModule,
|
|
12397
|
-
StepperModule,
|
|
12398
|
-
TabStripModule,
|
|
12399
|
-
TileLayoutModule,
|
|
12400
|
-
StackLayoutModule,
|
|
12401
|
-
GridLayoutModule,
|
|
12402
|
-
TimelineModule] });
|
|
12403
|
-
LayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LayoutModule, imports: [AvatarModule,
|
|
12404
|
-
CardModule,
|
|
12405
|
-
DrawerModule,
|
|
12406
|
-
PanelBarModule,
|
|
12407
|
-
ExpansionPanelModule,
|
|
12408
|
-
SplitterModule,
|
|
12409
|
-
StepperModule,
|
|
12410
|
-
TabStripModule,
|
|
12411
|
-
TileLayoutModule,
|
|
12412
|
-
StackLayoutModule,
|
|
12413
|
-
GridLayoutModule,
|
|
12414
|
-
TimelineModule] });
|
|
12154
|
+
LayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", 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] });
|
|
12155
|
+
LayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LayoutModule, imports: [AvatarComponent, AvatarCustomMessagesComponent, CardComponent, CardActionsComponent, CardBodyComponent, CardFooterComponent, CardHeaderComponent, DrawerComponent, DrawerContainerComponent, DrawerContentComponent, ExpansionPanelComponent, GridLayoutComponent, GridLayoutItemComponent, PanelBarComponent, PanelBarItemComponent, SplitterComponent, SplitterPaneComponent, StackLayoutComponent, StepperComponent, StepperCustomMessagesComponent, TabStripComponent, TabStripTabComponent, TabStripCustomMessagesComponent, TileLayoutComponent, TileLayoutItemBodyComponent, TileLayoutItemComponent, TileLayoutItemHeaderComponent, TimelineComponent, TimelineCustomMessagesComponent] });
|
|
12415
12156
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LayoutModule, decorators: [{
|
|
12416
12157
|
type: NgModule,
|
|
12417
12158
|
args: [{
|
|
12418
|
-
exports: [
|
|
12419
|
-
|
|
12420
|
-
|
|
12421
|
-
|
|
12422
|
-
|
|
12423
|
-
|
|
12424
|
-
|
|
12425
|
-
|
|
12426
|
-
|
|
12427
|
-
|
|
12428
|
-
|
|
12429
|
-
|
|
12430
|
-
|
|
12431
|
-
|
|
12159
|
+
exports: [...KENDO_LAYOUT],
|
|
12160
|
+
imports: [...KENDO_LAYOUT]
|
|
12161
|
+
}]
|
|
12162
|
+
}] });
|
|
12163
|
+
|
|
12164
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
12165
|
+
/**
|
|
12166
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
12167
|
+
* definition for the PanelBar component.
|
|
12168
|
+
*
|
|
12169
|
+
* The module registers:
|
|
12170
|
+
* - `PanelBarComponent`—The `PanelBar` component class.
|
|
12171
|
+
* - `PanelBarItemComponent`—The `PanelBarItem` component class.
|
|
12172
|
+
* - `PanelBarContentComponent`—The `PanelBarContent` component class.
|
|
12173
|
+
* - `PanelBarItemTemplateDirective—The `PanelBarItemTemplate` directive.
|
|
12174
|
+
* - `PanelBarItemTitleDirective—The `PanelBarItemTitle` directive.
|
|
12175
|
+
*/
|
|
12176
|
+
class PanelBarModule {
|
|
12177
|
+
}
|
|
12178
|
+
PanelBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12179
|
+
PanelBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule, imports: [PanelBarComponent, PanelBarItemComponent, PanelBarContentDirective, PanelBarItemTemplateDirective, PanelBarItemTitleDirective], exports: [PanelBarComponent, PanelBarItemComponent, PanelBarContentDirective, PanelBarItemTemplateDirective, PanelBarItemTitleDirective] });
|
|
12180
|
+
PanelBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule, imports: [PanelBarComponent, PanelBarItemComponent] });
|
|
12181
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule, decorators: [{
|
|
12182
|
+
type: NgModule,
|
|
12183
|
+
args: [{
|
|
12184
|
+
exports: [...KENDO_PANELBAR],
|
|
12185
|
+
imports: [...KENDO_PANELBAR]
|
|
12186
|
+
}]
|
|
12187
|
+
}] });
|
|
12188
|
+
|
|
12189
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
12190
|
+
/**
|
|
12191
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
12192
|
+
* definition for the Splitter component.
|
|
12193
|
+
*
|
|
12194
|
+
* The module registers:
|
|
12195
|
+
* - `SplitterComponent`—The `Splitter` component class.
|
|
12196
|
+
* - `SplitterPaneComponent`—The `SplitterPane` component class.
|
|
12197
|
+
*/
|
|
12198
|
+
class SplitterModule {
|
|
12199
|
+
}
|
|
12200
|
+
SplitterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12201
|
+
SplitterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, imports: [SplitterComponent, SplitterPaneComponent], exports: [SplitterComponent, SplitterPaneComponent] });
|
|
12202
|
+
SplitterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, imports: [KENDO_SPLITTER] });
|
|
12203
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, decorators: [{
|
|
12204
|
+
type: NgModule,
|
|
12205
|
+
args: [{
|
|
12206
|
+
exports: [...KENDO_SPLITTER],
|
|
12207
|
+
imports: [...KENDO_SPLITTER]
|
|
12208
|
+
}]
|
|
12209
|
+
}] });
|
|
12210
|
+
|
|
12211
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
12212
|
+
/**
|
|
12213
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
12214
|
+
* definition for the Stepper component.
|
|
12215
|
+
*/
|
|
12216
|
+
class StepperModule {
|
|
12217
|
+
}
|
|
12218
|
+
StepperModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12219
|
+
StepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: StepperModule, imports: [StepperComponent, StepperCustomMessagesComponent, StepperIndicatorTemplateDirective, StepperLabelTemplateDirective, StepperStepTemplateDirective], exports: [StepperComponent, StepperCustomMessagesComponent, StepperIndicatorTemplateDirective, StepperLabelTemplateDirective, StepperStepTemplateDirective] });
|
|
12220
|
+
StepperModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperModule, imports: [StepperComponent, StepperCustomMessagesComponent] });
|
|
12221
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperModule, decorators: [{
|
|
12222
|
+
type: NgModule,
|
|
12223
|
+
args: [{
|
|
12224
|
+
exports: [...KENDO_STEPPER],
|
|
12225
|
+
imports: [...KENDO_STEPPER]
|
|
12226
|
+
}]
|
|
12227
|
+
}] });
|
|
12228
|
+
|
|
12229
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
12230
|
+
/**
|
|
12231
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
12232
|
+
* definition for the TabStrip component.
|
|
12233
|
+
*
|
|
12234
|
+
* The module registers:
|
|
12235
|
+
* - `TabStripComponent`—The `TabStrip` component class.
|
|
12236
|
+
* - `TabStripTabComponent`—The `TabStripTab` component class.
|
|
12237
|
+
* - `TabContentDirective`—The tab content directive used on the `<ng-template>` tag.
|
|
12238
|
+
* - `TabTitleDirective`—The tab title directive used on the `<ng-template>` tag.
|
|
12239
|
+
*/
|
|
12240
|
+
class TabStripModule {
|
|
12241
|
+
}
|
|
12242
|
+
TabStripModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12243
|
+
TabStripModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule, imports: [TabStripComponent, TabStripTabComponent, TabContentDirective, TabTitleDirective, TabStripCustomMessagesComponent], exports: [TabStripComponent, TabStripTabComponent, TabContentDirective, TabTitleDirective, TabStripCustomMessagesComponent] });
|
|
12244
|
+
TabStripModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule, imports: [TabStripComponent, TabStripTabComponent, TabStripCustomMessagesComponent] });
|
|
12245
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule, decorators: [{
|
|
12246
|
+
type: NgModule,
|
|
12247
|
+
args: [{
|
|
12248
|
+
exports: [...KENDO_TABSTRIP],
|
|
12249
|
+
imports: [...KENDO_TABSTRIP]
|
|
12250
|
+
}]
|
|
12251
|
+
}] });
|
|
12252
|
+
|
|
12253
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
12254
|
+
/**
|
|
12255
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
12256
|
+
* definition for the ExpansionPanel component.
|
|
12257
|
+
*/
|
|
12258
|
+
class ExpansionPanelModule {
|
|
12259
|
+
}
|
|
12260
|
+
ExpansionPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12261
|
+
ExpansionPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelModule, imports: [ExpansionPanelComponent, ExpansionPanelTitleDirective], exports: [ExpansionPanelComponent, ExpansionPanelTitleDirective] });
|
|
12262
|
+
ExpansionPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelModule, imports: [ExpansionPanelComponent] });
|
|
12263
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelModule, decorators: [{
|
|
12264
|
+
type: NgModule,
|
|
12265
|
+
args: [{
|
|
12266
|
+
exports: [...KENDO_EXPANSIONPANEL],
|
|
12267
|
+
imports: [...KENDO_EXPANSIONPANEL]
|
|
12268
|
+
}]
|
|
12269
|
+
}] });
|
|
12270
|
+
|
|
12271
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
12272
|
+
/**
|
|
12273
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
12274
|
+
* definition for the TileLayout component.
|
|
12275
|
+
*
|
|
12276
|
+
* The module registers:
|
|
12277
|
+
* - `TileLayoutComponent`—The `TileLayoutComponent` component class.
|
|
12278
|
+
* - `TileLayoutItemComponent`—The `TileLayoutItemComponent` component class.
|
|
12279
|
+
* - `TileLayoutItemHeaderComponent`—The `TileLayoutItemHeaderComponent` component class.
|
|
12280
|
+
* - `TileLayoutItemBodyComponent`—The `TileLayoutItemBodyComponent` component class.
|
|
12281
|
+
*/
|
|
12282
|
+
class TileLayoutModule {
|
|
12283
|
+
}
|
|
12284
|
+
TileLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12285
|
+
TileLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutModule, imports: [TileLayoutComponent, TileLayoutItemBodyComponent, TileLayoutItemComponent, TileLayoutItemHeaderComponent], exports: [TileLayoutComponent, TileLayoutItemBodyComponent, TileLayoutItemComponent, TileLayoutItemHeaderComponent] });
|
|
12286
|
+
TileLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutModule, imports: [KENDO_TILELAYOUT] });
|
|
12287
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutModule, decorators: [{
|
|
12288
|
+
type: NgModule,
|
|
12289
|
+
args: [{
|
|
12290
|
+
exports: [...KENDO_TILELAYOUT],
|
|
12291
|
+
imports: [...KENDO_TILELAYOUT]
|
|
12292
|
+
}]
|
|
12293
|
+
}] });
|
|
12294
|
+
|
|
12295
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
12296
|
+
/**
|
|
12297
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
12298
|
+
* definition for the StackLayout component.
|
|
12299
|
+
*/
|
|
12300
|
+
class StackLayoutModule {
|
|
12301
|
+
}
|
|
12302
|
+
StackLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StackLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12303
|
+
StackLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: StackLayoutModule, imports: [StackLayoutComponent], exports: [StackLayoutComponent] });
|
|
12304
|
+
StackLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StackLayoutModule, imports: [KENDO_STACKLAYOUT] });
|
|
12305
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StackLayoutModule, decorators: [{
|
|
12306
|
+
type: NgModule,
|
|
12307
|
+
args: [{
|
|
12308
|
+
exports: [...KENDO_STACKLAYOUT],
|
|
12309
|
+
imports: [...KENDO_STACKLAYOUT]
|
|
12310
|
+
}]
|
|
12311
|
+
}] });
|
|
12312
|
+
|
|
12313
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
12314
|
+
/**
|
|
12315
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
12316
|
+
* definition for the GridLayout component.
|
|
12317
|
+
*/
|
|
12318
|
+
class GridLayoutModule {
|
|
12319
|
+
}
|
|
12320
|
+
GridLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12321
|
+
GridLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutModule, imports: [GridLayoutComponent, GridLayoutItemComponent], exports: [GridLayoutComponent, GridLayoutItemComponent] });
|
|
12322
|
+
GridLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutModule, imports: [KENDO_GRIDLAYOUT] });
|
|
12323
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutModule, decorators: [{
|
|
12324
|
+
type: NgModule,
|
|
12325
|
+
args: [{
|
|
12326
|
+
exports: [...KENDO_GRIDLAYOUT],
|
|
12327
|
+
imports: [...KENDO_GRIDLAYOUT]
|
|
12328
|
+
}]
|
|
12329
|
+
}] });
|
|
12330
|
+
|
|
12331
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
12332
|
+
/**
|
|
12333
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
12334
|
+
* definition for the Timeline component.
|
|
12335
|
+
*
|
|
12336
|
+
* The module registers:
|
|
12337
|
+
* - `TimelineComponent`—The `TimelineComponent` component class.
|
|
12338
|
+
*/
|
|
12339
|
+
class TimelineModule {
|
|
12340
|
+
}
|
|
12341
|
+
TimelineModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12342
|
+
TimelineModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TimelineModule, imports: [TimelineComponent, TimelineCustomMessagesComponent, TimelineCardActionsTemplateDirective, TimelineCardBodyTemplateDirective, TimelineCardHeaderTemplateDirective], exports: [TimelineComponent, TimelineCustomMessagesComponent, TimelineCardActionsTemplateDirective, TimelineCardBodyTemplateDirective, TimelineCardHeaderTemplateDirective] });
|
|
12343
|
+
TimelineModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineModule, imports: [TimelineComponent, TimelineCustomMessagesComponent] });
|
|
12344
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineModule, decorators: [{
|
|
12345
|
+
type: NgModule,
|
|
12346
|
+
args: [{
|
|
12347
|
+
exports: [...KENDO_TIMELINE],
|
|
12348
|
+
imports: [...KENDO_TIMELINE]
|
|
12432
12349
|
}]
|
|
12433
12350
|
}] });
|
|
12434
12351
|
|
|
@@ -12436,5 +12353,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
12436
12353
|
* Generated bundle index. Do not edit.
|
|
12437
12354
|
*/
|
|
12438
12355
|
|
|
12439
|
-
export { AvatarComponent, AvatarCustomMessagesComponent, AvatarModule, CardAction, CardActionsComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CardMediaDirective, CardModule, CardSeparatorDirective, CardSubtitleDirective, CardTitleDirective, DrawerComponent, DrawerContainerComponent, DrawerContentComponent, DrawerFooterTemplateDirective, DrawerHeaderTemplateDirective, DrawerItemTemplateDirective, DrawerModule, DrawerSelectEvent, DrawerTemplateDirective, ExpansionPanelActionEvent, ExpansionPanelComponent, ExpansionPanelModule, ExpansionPanelTitleDirective, GridLayoutComponent, GridLayoutItemComponent, GridLayoutModule, LayoutModule, LocalizedAvatarMessagesDirective, LocalizedStepperMessagesDirective, LocalizedTabStripMessagesDirective, PanelBarCollapseEvent, PanelBarComponent, PanelBarContentDirective, PanelBarExpandEvent, PanelBarExpandMode, PanelBarItemClickEvent, PanelBarItemComponent, PanelBarItemTemplateDirective, PanelBarItemTitleDirective, PanelBarModule, PanelBarSelectEvent, PanelBarStateChangeEvent, SelectEvent, SplitterComponent, SplitterModule, SplitterPaneComponent, StackLayoutComponent, StackLayoutModule, StepperActivateEvent, StepperComponent, StepperCustomMessagesComponent, StepperIndicatorTemplateDirective, StepperLabelTemplateDirective, StepperModule, StepperStepTemplateDirective, TabCloseEvent, TabComponent, TabContentDirective, TabStripComponent, TabStripCustomMessagesComponent, TabStripModule, TabStripTabComponent, TabTemplateDirective, TabTitleDirective, TileLayoutComponent, TileLayoutItemBodyComponent, TileLayoutItemComponent, TileLayoutItemHeaderComponent, TileLayoutModule, TileLayoutReorderEvent, TileLayoutResizeEvent, TileLayoutResizeHandleDirective, TimelineCardActionsTemplateDirective, TimelineCardBodyTemplateDirective, TimelineCardHeaderTemplateDirective, TimelineComponent, TimelineCustomMessagesComponent, TimelineModule };
|
|
12356
|
+
export { AvatarComponent, AvatarCustomMessagesComponent, AvatarModule, CardAction, CardActionsComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CardMediaDirective, CardModule, CardSeparatorDirective, CardSubtitleDirective, CardTitleDirective, DrawerComponent, DrawerContainerComponent, DrawerContentComponent, DrawerFooterTemplateDirective, DrawerHeaderTemplateDirective, DrawerItemTemplateDirective, DrawerModule, DrawerSelectEvent, DrawerTemplateDirective, ExpansionPanelActionEvent, ExpansionPanelComponent, ExpansionPanelModule, ExpansionPanelTitleDirective, GridLayoutComponent, GridLayoutItemComponent, GridLayoutModule, KENDO_AVATAR, KENDO_CARD, KENDO_DRAWER, KENDO_EXPANSIONPANEL, KENDO_GRIDLAYOUT, KENDO_LAYOUT, KENDO_PANELBAR, KENDO_SPLITTER, KENDO_STACKLAYOUT, KENDO_STEPPER, KENDO_TABSTRIP, KENDO_TILELAYOUT, KENDO_TIMELINE, LayoutModule, LocalizedAvatarMessagesDirective, LocalizedStepperMessagesDirective, LocalizedTabStripMessagesDirective, PanelBarCollapseEvent, PanelBarComponent, PanelBarContentDirective, PanelBarExpandEvent, PanelBarExpandMode, PanelBarItemClickEvent, PanelBarItemComponent, PanelBarItemTemplateDirective, PanelBarItemTitleDirective, PanelBarModule, PanelBarSelectEvent, PanelBarStateChangeEvent, SelectEvent, SplitterComponent, SplitterModule, SplitterPaneComponent, StackLayoutComponent, StackLayoutModule, StepperActivateEvent, StepperComponent, StepperCustomMessagesComponent, StepperIndicatorTemplateDirective, StepperLabelTemplateDirective, StepperModule, StepperStepTemplateDirective, TabCloseEvent, TabComponent, TabContentDirective, TabStripComponent, TabStripCustomMessagesComponent, TabStripModule, TabStripTabComponent, TabTemplateDirective, TabTitleDirective, TileLayoutComponent, TileLayoutItemBodyComponent, TileLayoutItemComponent, TileLayoutItemHeaderComponent, TileLayoutModule, TileLayoutReorderEvent, TileLayoutResizeEvent, TileLayoutResizeHandleDirective, TimelineCardActionsTemplateDirective, TimelineCardBodyTemplateDirective, TimelineCardHeaderTemplateDirective, TimelineComponent, TimelineCustomMessagesComponent, TimelineModule };
|
|
12440
12357
|
|