@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 { Injectable, Directive, Optional, 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
|
|
|
@@ -112,11 +107,12 @@ class PanelBarContentDirective {
|
|
|
112
107
|
}
|
|
113
108
|
}
|
|
114
109
|
PanelBarContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
115
|
-
PanelBarContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PanelBarContentDirective, selector: "[kendoPanelBarContent]", ngImport: i0 });
|
|
110
|
+
PanelBarContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PanelBarContentDirective, isStandalone: true, selector: "[kendoPanelBarContent]", ngImport: i0 });
|
|
116
111
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarContentDirective, decorators: [{
|
|
117
112
|
type: Directive,
|
|
118
113
|
args: [{
|
|
119
|
-
selector: "[kendoPanelBarContent]"
|
|
114
|
+
selector: "[kendoPanelBarContent]",
|
|
115
|
+
standalone: true
|
|
120
116
|
}]
|
|
121
117
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
122
118
|
|
|
@@ -152,11 +148,12 @@ class PanelBarItemTitleDirective {
|
|
|
152
148
|
}
|
|
153
149
|
}
|
|
154
150
|
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 });
|
|
155
|
-
PanelBarItemTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PanelBarItemTitleDirective, selector: "[kendoPanelBarItemTitle]", ngImport: i0 });
|
|
151
|
+
PanelBarItemTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PanelBarItemTitleDirective, isStandalone: true, selector: "[kendoPanelBarItemTitle]", ngImport: i0 });
|
|
156
152
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarItemTitleDirective, decorators: [{
|
|
157
153
|
type: Directive,
|
|
158
154
|
args: [{
|
|
159
|
-
selector: '[kendoPanelBarItemTitle]'
|
|
155
|
+
selector: '[kendoPanelBarItemTitle]',
|
|
156
|
+
standalone: true
|
|
160
157
|
}]
|
|
161
158
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
162
159
|
type: Optional
|
|
@@ -546,7 +543,7 @@ class PanelBarItemComponent {
|
|
|
546
543
|
}
|
|
547
544
|
}
|
|
548
545
|
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 });
|
|
549
|
-
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: `
|
|
546
|
+
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: `
|
|
550
547
|
<span
|
|
551
548
|
#header
|
|
552
549
|
[class.k-link]="true"
|
|
@@ -668,7 +665,7 @@ PanelBarItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
668
665
|
</ng-template>
|
|
669
666
|
<ng-template [ngIf]="!template">{{content}}</ng-template>
|
|
670
667
|
</div>
|
|
671
|
-
</div>`, isInline: true, dependencies: [{ kind: "
|
|
668
|
+
</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: [
|
|
672
669
|
trigger('toggle', [
|
|
673
670
|
state('inactive', style({ display: 'none' })),
|
|
674
671
|
transition('* => active', [
|
|
@@ -821,7 +818,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
821
818
|
</ng-template>
|
|
822
819
|
<ng-template [ngIf]="!template">{{content}}</ng-template>
|
|
823
820
|
</div>
|
|
824
|
-
</div
|
|
821
|
+
</div>`,
|
|
822
|
+
standalone: true,
|
|
823
|
+
imports: [NgIf, IconWrapperComponent, NgTemplateOutlet, NgFor]
|
|
825
824
|
}]
|
|
826
825
|
}], ctorParameters: function () { return [{ type: PanelBarItemComponent, decorators: [{
|
|
827
826
|
type: SkipSelf
|
|
@@ -909,11 +908,12 @@ class PanelBarItemTemplateDirective {
|
|
|
909
908
|
}
|
|
910
909
|
}
|
|
911
910
|
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 });
|
|
912
|
-
PanelBarItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PanelBarItemTemplateDirective, selector: "[kendoPanelBarItemTemplate]", ngImport: i0 });
|
|
911
|
+
PanelBarItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PanelBarItemTemplateDirective, isStandalone: true, selector: "[kendoPanelBarItemTemplate]", ngImport: i0 });
|
|
913
912
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarItemTemplateDirective, decorators: [{
|
|
914
913
|
type: Directive,
|
|
915
914
|
args: [{
|
|
916
|
-
selector: '[kendoPanelBarItemTemplate]'
|
|
915
|
+
selector: '[kendoPanelBarItemTemplate]',
|
|
916
|
+
standalone: true
|
|
917
917
|
}]
|
|
918
918
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
919
919
|
type: Optional
|
|
@@ -1452,7 +1452,7 @@ class PanelBarComponent {
|
|
|
1452
1452
|
}
|
|
1453
1453
|
}
|
|
1454
1454
|
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 });
|
|
1455
|
-
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: [
|
|
1455
|
+
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: [
|
|
1456
1456
|
PanelBarService,
|
|
1457
1457
|
LocalizationService,
|
|
1458
1458
|
{
|
|
@@ -1482,7 +1482,7 @@ PanelBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
1482
1482
|
</ng-template>
|
|
1483
1483
|
|
|
1484
1484
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
1485
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
1485
|
+
`, 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]" }] });
|
|
1486
1486
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarComponent, decorators: [{
|
|
1487
1487
|
type: Component,
|
|
1488
1488
|
args: [{
|
|
@@ -1519,7 +1519,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1519
1519
|
</ng-template>
|
|
1520
1520
|
|
|
1521
1521
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
1522
|
-
|
|
1522
|
+
`,
|
|
1523
|
+
standalone: true,
|
|
1524
|
+
imports: [NgIf, NgFor, PanelBarItemComponent, WatermarkOverlayComponent]
|
|
1523
1525
|
}]
|
|
1524
1526
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: PanelBarService }, { type: i1.LocalizationService }]; }, propDecorators: { expandMode: [{
|
|
1525
1527
|
type: Input
|
|
@@ -1748,10 +1750,10 @@ class SplitterPaneComponent {
|
|
|
1748
1750
|
}
|
|
1749
1751
|
}
|
|
1750
1752
|
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 });
|
|
1751
|
-
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: `
|
|
1753
|
+
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: `
|
|
1752
1754
|
<ng-container *ngIf="!collapsed"><ng-content></ng-content></ng-container>
|
|
1753
1755
|
<div *ngIf="overlayContent" class="k-splitter-overlay k-overlay"></div>
|
|
1754
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
1756
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
1755
1757
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterPaneComponent, decorators: [{
|
|
1756
1758
|
type: Component,
|
|
1757
1759
|
args: [{
|
|
@@ -1760,7 +1762,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1760
1762
|
template: `
|
|
1761
1763
|
<ng-container *ngIf="!collapsed"><ng-content></ng-content></ng-container>
|
|
1762
1764
|
<div *ngIf="overlayContent" class="k-splitter-overlay k-overlay"></div>
|
|
1763
|
-
|
|
1765
|
+
`,
|
|
1766
|
+
standalone: true,
|
|
1767
|
+
imports: [NgIf]
|
|
1764
1768
|
}]
|
|
1765
1769
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { order: [{
|
|
1766
1770
|
type: Input
|
|
@@ -2192,8 +2196,8 @@ class SplitterBarComponent {
|
|
|
2192
2196
|
}
|
|
2193
2197
|
}
|
|
2194
2198
|
}
|
|
2195
|
-
SplitterBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterBarComponent, deps: [{ token:
|
|
2196
|
-
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: `
|
|
2199
|
+
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 });
|
|
2200
|
+
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: `
|
|
2197
2201
|
<div *ngIf="shouldShowIcon('prev')" class="k-collapse-prev" (click)="togglePrevious()">
|
|
2198
2202
|
<kendo-icon-wrapper
|
|
2199
2203
|
size="xsmall"
|
|
@@ -2209,7 +2213,7 @@ SplitterBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
|
|
|
2209
2213
|
[svgIcon]="nextSVGArrowClass()"
|
|
2210
2214
|
></kendo-icon-wrapper>
|
|
2211
2215
|
</div>
|
|
2212
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
2216
|
+
`, 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"] }] });
|
|
2213
2217
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterBarComponent, decorators: [{
|
|
2214
2218
|
type: Component,
|
|
2215
2219
|
args: [{
|
|
@@ -2230,9 +2234,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2230
2234
|
[svgIcon]="nextSVGArrowClass()"
|
|
2231
2235
|
></kendo-icon-wrapper>
|
|
2232
2236
|
</div>
|
|
2233
|
-
|
|
2237
|
+
`,
|
|
2238
|
+
standalone: true,
|
|
2239
|
+
imports: [NgIf, IconWrapperComponent]
|
|
2234
2240
|
}]
|
|
2235
|
-
}], ctorParameters: function () { return [{ type:
|
|
2241
|
+
}], ctorParameters: function () { return [{ type: i1$1.DraggableDirective, decorators: [{
|
|
2236
2242
|
type: Host
|
|
2237
2243
|
}] }, { type: i1.LocalizationService }, { type: SplitterService }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { ariaRole: [{
|
|
2238
2244
|
type: HostBinding,
|
|
@@ -2405,7 +2411,7 @@ class SplitterComponent {
|
|
|
2405
2411
|
}
|
|
2406
2412
|
}
|
|
2407
2413
|
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 });
|
|
2408
|
-
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: [
|
|
2414
|
+
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: [
|
|
2409
2415
|
SplitterService,
|
|
2410
2416
|
LocalizationService,
|
|
2411
2417
|
{
|
|
@@ -2430,7 +2436,7 @@ SplitterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
2430
2436
|
}">
|
|
2431
2437
|
</kendo-splitter-bar>
|
|
2432
2438
|
</ng-container>
|
|
2433
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
2439
|
+
`, 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"] }] });
|
|
2434
2440
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterComponent, decorators: [{
|
|
2435
2441
|
type: Component,
|
|
2436
2442
|
args: [{
|
|
@@ -2462,7 +2468,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2462
2468
|
}">
|
|
2463
2469
|
</kendo-splitter-bar>
|
|
2464
2470
|
</ng-container>
|
|
2465
|
-
|
|
2471
|
+
`,
|
|
2472
|
+
standalone: true,
|
|
2473
|
+
imports: [NgFor, NgIf, SplitterBarComponent, DraggableDirective, NgStyle]
|
|
2466
2474
|
}]
|
|
2467
2475
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: SplitterService }, { type: i1.LocalizationService }, { type: i0.Renderer2 }, { type: SplitterPaneComponent, decorators: [{
|
|
2468
2476
|
type: Optional
|
|
@@ -2538,11 +2546,12 @@ class TabContentDirective {
|
|
|
2538
2546
|
}
|
|
2539
2547
|
}
|
|
2540
2548
|
TabContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2541
|
-
TabContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TabContentDirective, selector: "[kendoTabContent]", ngImport: i0 });
|
|
2549
|
+
TabContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TabContentDirective, isStandalone: true, selector: "[kendoTabContent]", ngImport: i0 });
|
|
2542
2550
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabContentDirective, decorators: [{
|
|
2543
2551
|
type: Directive,
|
|
2544
2552
|
args: [{
|
|
2545
|
-
selector: '[kendoTabContent]'
|
|
2553
|
+
selector: '[kendoTabContent]',
|
|
2554
|
+
standalone: true
|
|
2546
2555
|
}]
|
|
2547
2556
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
2548
2557
|
|
|
@@ -2587,11 +2596,12 @@ class TabTitleDirective {
|
|
|
2587
2596
|
}
|
|
2588
2597
|
}
|
|
2589
2598
|
TabTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabTitleDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2590
|
-
TabTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TabTitleDirective, selector: "[kendoTabTitle]", ngImport: i0 });
|
|
2599
|
+
TabTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TabTitleDirective, isStandalone: true, selector: "[kendoTabTitle]", ngImport: i0 });
|
|
2591
2600
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabTitleDirective, decorators: [{
|
|
2592
2601
|
type: Directive,
|
|
2593
2602
|
args: [{
|
|
2594
|
-
selector: '[kendoTabTitle]'
|
|
2603
|
+
selector: '[kendoTabTitle]',
|
|
2604
|
+
standalone: true
|
|
2595
2605
|
}]
|
|
2596
2606
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
2597
2607
|
|
|
@@ -2604,11 +2614,12 @@ class TabTemplateDirective {
|
|
|
2604
2614
|
}
|
|
2605
2615
|
}
|
|
2606
2616
|
TabTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2607
|
-
TabTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TabTemplateDirective, selector: "[kendoTabTemplate]", ngImport: i0 });
|
|
2617
|
+
TabTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TabTemplateDirective, isStandalone: true, selector: "[kendoTabTemplate]", ngImport: i0 });
|
|
2608
2618
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabTemplateDirective, decorators: [{
|
|
2609
2619
|
type: Directive,
|
|
2610
2620
|
args: [{
|
|
2611
|
-
selector: '[kendoTabTemplate]'
|
|
2621
|
+
selector: '[kendoTabTemplate]',
|
|
2622
|
+
standalone: true
|
|
2612
2623
|
}]
|
|
2613
2624
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
2614
2625
|
|
|
@@ -2644,13 +2655,14 @@ class TabStripTabComponent {
|
|
|
2644
2655
|
}
|
|
2645
2656
|
}
|
|
2646
2657
|
TabStripTabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripTabComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2647
|
-
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 });
|
|
2658
|
+
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 });
|
|
2648
2659
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripTabComponent, decorators: [{
|
|
2649
2660
|
type: Component,
|
|
2650
2661
|
args: [{
|
|
2651
2662
|
exportAs: 'kendoTabStripTab',
|
|
2652
2663
|
selector: 'kendo-tabstrip-tab',
|
|
2653
|
-
template:
|
|
2664
|
+
template: ``,
|
|
2665
|
+
standalone: true
|
|
2654
2666
|
}]
|
|
2655
2667
|
}], propDecorators: { title: [{
|
|
2656
2668
|
type: Input
|
|
@@ -3319,7 +3331,7 @@ class TabStripScrollableButtonComponent {
|
|
|
3319
3331
|
}
|
|
3320
3332
|
}
|
|
3321
3333
|
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 });
|
|
3322
|
-
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: `
|
|
3334
|
+
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: `
|
|
3323
3335
|
<kendo-icon-wrapper
|
|
3324
3336
|
[name]="iconClass"
|
|
3325
3337
|
[customFontClass]="customIconClass"
|
|
@@ -3327,7 +3339,7 @@ TabStripScrollableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion
|
|
|
3327
3339
|
innerCssClass="k-button-icon"
|
|
3328
3340
|
>
|
|
3329
3341
|
</kendo-icon-wrapper>
|
|
3330
|
-
`, isInline: true, dependencies: [{ kind: "component", type:
|
|
3342
|
+
`, isInline: true, dependencies: [{ kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
3331
3343
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripScrollableButtonComponent, decorators: [{
|
|
3332
3344
|
type: Component,
|
|
3333
3345
|
args: [{
|
|
@@ -3341,7 +3353,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3341
3353
|
</kendo-icon-wrapper>
|
|
3342
3354
|
`,
|
|
3343
3355
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
3344
|
-
selector: '[kendoTabStripScrollableButton]'
|
|
3356
|
+
selector: '[kendoTabStripScrollableButton]',
|
|
3357
|
+
standalone: true,
|
|
3358
|
+
imports: [IconWrapperComponent]
|
|
3345
3359
|
}]
|
|
3346
3360
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i1.LocalizationService }]; }, propDecorators: { prevClass: [{
|
|
3347
3361
|
type: HostBinding,
|
|
@@ -3425,7 +3439,7 @@ class TabComponent {
|
|
|
3425
3439
|
}
|
|
3426
3440
|
}
|
|
3427
3441
|
TabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3428
|
-
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: `
|
|
3442
|
+
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: `
|
|
3429
3443
|
<ng-container *ngIf="!tab.tabTemplate; else tabTemplate">
|
|
3430
3444
|
<span class="k-link" *ngIf="!tab.tabTitle">{{ tab.title }}</span>
|
|
3431
3445
|
<span class="k-link" *ngIf="tab.tabTitle">
|
|
@@ -3451,7 +3465,7 @@ TabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
3451
3465
|
(click)="closeTab(index)"
|
|
3452
3466
|
class="k-remove-tab k-icon-button"
|
|
3453
3467
|
></button>
|
|
3454
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
3468
|
+
`, 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"] }] });
|
|
3455
3469
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabComponent, decorators: [{
|
|
3456
3470
|
type: Component,
|
|
3457
3471
|
args: [{
|
|
@@ -3483,7 +3497,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3483
3497
|
(click)="closeTab(index)"
|
|
3484
3498
|
class="k-remove-tab k-icon-button"
|
|
3485
3499
|
></button>
|
|
3486
|
-
|
|
3500
|
+
`,
|
|
3501
|
+
standalone: true,
|
|
3502
|
+
imports: [NgIf, NgTemplateOutlet, ButtonComponent]
|
|
3487
3503
|
}]
|
|
3488
3504
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { tab: [{
|
|
3489
3505
|
type: Input
|
|
@@ -3556,7 +3572,7 @@ class LocalizedTabStripMessagesDirective extends TabStripMessages {
|
|
|
3556
3572
|
}
|
|
3557
3573
|
}
|
|
3558
3574
|
LocalizedTabStripMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedTabStripMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3559
|
-
LocalizedTabStripMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedTabStripMessagesDirective, selector: "[kendoTabStripLocalizedMessages]", providers: [
|
|
3575
|
+
LocalizedTabStripMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedTabStripMessagesDirective, isStandalone: true, selector: "[kendoTabStripLocalizedMessages]", providers: [
|
|
3560
3576
|
{
|
|
3561
3577
|
provide: TabStripMessages,
|
|
3562
3578
|
useExisting: forwardRef(() => LocalizedTabStripMessagesDirective)
|
|
@@ -3571,7 +3587,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3571
3587
|
useExisting: forwardRef(() => LocalizedTabStripMessagesDirective)
|
|
3572
3588
|
}
|
|
3573
3589
|
],
|
|
3574
|
-
selector: `[kendoTabStripLocalizedMessages]
|
|
3590
|
+
selector: `[kendoTabStripLocalizedMessages]`,
|
|
3591
|
+
standalone: true
|
|
3575
3592
|
}]
|
|
3576
3593
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
3577
3594
|
|
|
@@ -3960,7 +3977,7 @@ class TabStripComponent {
|
|
|
3960
3977
|
}
|
|
3961
3978
|
}
|
|
3962
3979
|
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 });
|
|
3963
|
-
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: [
|
|
3980
|
+
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: [
|
|
3964
3981
|
TabStripService,
|
|
3965
3982
|
ScrollService,
|
|
3966
3983
|
LocalizationService,
|
|
@@ -4068,7 +4085,7 @@ TabStripComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
4068
4085
|
</ng-template>
|
|
4069
4086
|
<kendo-resize-sensor *ngIf="isScrollable" (resize)="onResize()"></kendo-resize-sensor>
|
|
4070
4087
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
4071
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
4088
|
+
`, 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: [
|
|
4072
4089
|
trigger('state', [
|
|
4073
4090
|
state('active', style({ opacity: 1 })),
|
|
4074
4091
|
transition('* => active', [
|
|
@@ -4200,7 +4217,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4200
4217
|
</ng-template>
|
|
4201
4218
|
<kendo-resize-sensor *ngIf="isScrollable" (resize)="onResize()"></kendo-resize-sensor>
|
|
4202
4219
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
4203
|
-
|
|
4220
|
+
`,
|
|
4221
|
+
standalone: true,
|
|
4222
|
+
imports: [LocalizedTabStripMessagesDirective, NgIf, NgTemplateOutlet, NgClass, TabStripScrollableButtonComponent, NgFor, TabComponent, NgStyle, ResizeSensorComponent, WatermarkOverlayComponent]
|
|
4204
4223
|
}]
|
|
4205
4224
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: TabStripService }, { type: ScrollService }, { type: i0.NgZone }]; }, propDecorators: { height: [{
|
|
4206
4225
|
type: Input
|
|
@@ -4285,7 +4304,7 @@ class TabStripCustomMessagesComponent extends TabStripMessages {
|
|
|
4285
4304
|
}
|
|
4286
4305
|
}
|
|
4287
4306
|
TabStripCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4288
|
-
TabStripCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TabStripCustomMessagesComponent, selector: "kendo-tabstrip-messages", providers: [
|
|
4307
|
+
TabStripCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TabStripCustomMessagesComponent, isStandalone: true, selector: "kendo-tabstrip-messages", providers: [
|
|
4289
4308
|
{
|
|
4290
4309
|
provide: TabStripMessages,
|
|
4291
4310
|
useExisting: forwardRef(() => TabStripCustomMessagesComponent)
|
|
@@ -4301,7 +4320,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4301
4320
|
}
|
|
4302
4321
|
],
|
|
4303
4322
|
selector: 'kendo-tabstrip-messages',
|
|
4304
|
-
template:
|
|
4323
|
+
template: ``,
|
|
4324
|
+
standalone: true
|
|
4305
4325
|
}]
|
|
4306
4326
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
4307
4327
|
|
|
@@ -4318,11 +4338,12 @@ class DrawerTemplateDirective {
|
|
|
4318
4338
|
}
|
|
4319
4339
|
}
|
|
4320
4340
|
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 });
|
|
4321
|
-
DrawerTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerTemplateDirective, selector: "[kendoDrawerTemplate]", ngImport: i0 });
|
|
4341
|
+
DrawerTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerTemplateDirective, isStandalone: true, selector: "[kendoDrawerTemplate]", ngImport: i0 });
|
|
4322
4342
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerTemplateDirective, decorators: [{
|
|
4323
4343
|
type: Directive,
|
|
4324
4344
|
args: [{
|
|
4325
|
-
selector: '[kendoDrawerTemplate]'
|
|
4345
|
+
selector: '[kendoDrawerTemplate]',
|
|
4346
|
+
standalone: true
|
|
4326
4347
|
}]
|
|
4327
4348
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
4328
4349
|
type: Optional
|
|
@@ -4339,11 +4360,12 @@ class DrawerItemTemplateDirective {
|
|
|
4339
4360
|
}
|
|
4340
4361
|
}
|
|
4341
4362
|
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 });
|
|
4342
|
-
DrawerItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerItemTemplateDirective, selector: "[kendoDrawerItemTemplate]", ngImport: i0 });
|
|
4363
|
+
DrawerItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerItemTemplateDirective, isStandalone: true, selector: "[kendoDrawerItemTemplate]", ngImport: i0 });
|
|
4343
4364
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerItemTemplateDirective, decorators: [{
|
|
4344
4365
|
type: Directive,
|
|
4345
4366
|
args: [{
|
|
4346
|
-
selector: '[kendoDrawerItemTemplate]'
|
|
4367
|
+
selector: '[kendoDrawerItemTemplate]',
|
|
4368
|
+
standalone: true
|
|
4347
4369
|
}]
|
|
4348
4370
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
4349
4371
|
type: Optional
|
|
@@ -4360,11 +4382,12 @@ class DrawerHeaderTemplateDirective {
|
|
|
4360
4382
|
}
|
|
4361
4383
|
}
|
|
4362
4384
|
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 });
|
|
4363
|
-
DrawerHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerHeaderTemplateDirective, selector: "[kendoDrawerHeaderTemplate]", ngImport: i0 });
|
|
4385
|
+
DrawerHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerHeaderTemplateDirective, isStandalone: true, selector: "[kendoDrawerHeaderTemplate]", ngImport: i0 });
|
|
4364
4386
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerHeaderTemplateDirective, decorators: [{
|
|
4365
4387
|
type: Directive,
|
|
4366
4388
|
args: [{
|
|
4367
|
-
selector: '[kendoDrawerHeaderTemplate]'
|
|
4389
|
+
selector: '[kendoDrawerHeaderTemplate]',
|
|
4390
|
+
standalone: true
|
|
4368
4391
|
}]
|
|
4369
4392
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
4370
4393
|
type: Optional
|
|
@@ -4381,11 +4404,12 @@ class DrawerFooterTemplateDirective {
|
|
|
4381
4404
|
}
|
|
4382
4405
|
}
|
|
4383
4406
|
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 });
|
|
4384
|
-
DrawerFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerFooterTemplateDirective, selector: "[kendoDrawerFooterTemplate]", ngImport: i0 });
|
|
4407
|
+
DrawerFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerFooterTemplateDirective, isStandalone: true, selector: "[kendoDrawerFooterTemplate]", ngImport: i0 });
|
|
4385
4408
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerFooterTemplateDirective, decorators: [{
|
|
4386
4409
|
type: Directive,
|
|
4387
4410
|
args: [{
|
|
4388
|
-
selector: '[kendoDrawerFooterTemplate]'
|
|
4411
|
+
selector: '[kendoDrawerFooterTemplate]',
|
|
4412
|
+
standalone: true
|
|
4389
4413
|
}]
|
|
4390
4414
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
4391
4415
|
type: Optional
|
|
@@ -4712,7 +4736,7 @@ class DrawerItemComponent {
|
|
|
4712
4736
|
}
|
|
4713
4737
|
}
|
|
4714
4738
|
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 });
|
|
4715
|
-
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: `
|
|
4739
|
+
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: `
|
|
4716
4740
|
<ng-template *ngIf="itemTemplate; else defaultTemplate"
|
|
4717
4741
|
[ngTemplateOutlet]="itemTemplate"
|
|
4718
4742
|
[ngTemplateOutletContext]="{
|
|
@@ -4755,7 +4779,7 @@ DrawerItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
4755
4779
|
</kendo-icon-wrapper>
|
|
4756
4780
|
</ng-container>
|
|
4757
4781
|
</ng-template>
|
|
4758
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
4782
|
+
`, 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"] }] });
|
|
4759
4783
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerItemComponent, decorators: [{
|
|
4760
4784
|
type: Component,
|
|
4761
4785
|
args: [{
|
|
@@ -4804,7 +4828,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4804
4828
|
</kendo-icon-wrapper>
|
|
4805
4829
|
</ng-container>
|
|
4806
4830
|
</ng-template>
|
|
4807
|
-
|
|
4831
|
+
`,
|
|
4832
|
+
standalone: true,
|
|
4833
|
+
imports: [NgIf, NgTemplateOutlet, IconWrapperComponent]
|
|
4808
4834
|
}]
|
|
4809
4835
|
}], ctorParameters: function () { return [{ type: DrawerService }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { viewItem: [{
|
|
4810
4836
|
type: Input
|
|
@@ -4928,7 +4954,7 @@ class DrawerListComponent {
|
|
|
4928
4954
|
}
|
|
4929
4955
|
}
|
|
4930
4956
|
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 });
|
|
4931
|
-
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:
|
|
4957
|
+
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"] }] });
|
|
4932
4958
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerListComponent, decorators: [{
|
|
4933
4959
|
type: Component,
|
|
4934
4960
|
args: [{
|
|
@@ -4958,7 +4984,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4958
4984
|
|
|
4959
4985
|
</li>
|
|
4960
4986
|
</ng-container>
|
|
4961
|
-
|
|
4987
|
+
`,
|
|
4988
|
+
standalone: true,
|
|
4989
|
+
imports: [NgFor, NgIf, DrawerItemComponent, NgClass, NgStyle]
|
|
4962
4990
|
}]
|
|
4963
4991
|
}], ctorParameters: function () { return [{ type: DrawerService }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i0.ElementRef }]; }, propDecorators: { itemTemplate: [{
|
|
4964
4992
|
type: Input
|
|
@@ -5236,8 +5264,8 @@ class DrawerComponent {
|
|
|
5236
5264
|
return player;
|
|
5237
5265
|
}
|
|
5238
5266
|
}
|
|
5239
|
-
DrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerComponent, deps: [{ token: i0.ElementRef }, { token: i1$
|
|
5240
|
-
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: [
|
|
5267
|
+
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 });
|
|
5268
|
+
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: [
|
|
5241
5269
|
LocalizationService,
|
|
5242
5270
|
DrawerService,
|
|
5243
5271
|
{
|
|
@@ -5273,7 +5301,7 @@ DrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
|
|
|
5273
5301
|
</div>
|
|
5274
5302
|
|
|
5275
5303
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
5276
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
5304
|
+
`, 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]" }] });
|
|
5277
5305
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerComponent, decorators: [{
|
|
5278
5306
|
type: Component,
|
|
5279
5307
|
args: [{
|
|
@@ -5316,9 +5344,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5316
5344
|
</div>
|
|
5317
5345
|
|
|
5318
5346
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
5319
|
-
|
|
5347
|
+
`,
|
|
5348
|
+
standalone: true,
|
|
5349
|
+
imports: [NgIf, NgTemplateOutlet, DrawerListComponent, WatermarkOverlayComponent]
|
|
5320
5350
|
}]
|
|
5321
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1$
|
|
5351
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1$2.AnimationBuilder }, { type: i1.LocalizationService }, { type: DrawerService }]; }, propDecorators: { hostClasses: [{
|
|
5322
5352
|
type: HostBinding,
|
|
5323
5353
|
args: ['class.k-drawer']
|
|
5324
5354
|
}], startPositionClass: [{
|
|
@@ -5428,7 +5458,7 @@ class DrawerContainerComponent {
|
|
|
5428
5458
|
}
|
|
5429
5459
|
}
|
|
5430
5460
|
DrawerContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerContainerComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5431
|
-
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: [
|
|
5461
|
+
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: [
|
|
5432
5462
|
LocalizationService,
|
|
5433
5463
|
{
|
|
5434
5464
|
provide: L10N_PREFIX,
|
|
@@ -5437,7 +5467,7 @@ DrawerContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0
|
|
|
5437
5467
|
], queries: [{ propertyName: "drawer", first: true, predicate: DrawerComponent, descendants: true }], ngImport: i0, template: `
|
|
5438
5468
|
<div class="k-overlay" *ngIf="overlay" (click)="closeDrawer()"></div>
|
|
5439
5469
|
<ng-content></ng-content>
|
|
5440
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
5470
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
5441
5471
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerContainerComponent, decorators: [{
|
|
5442
5472
|
type: Component,
|
|
5443
5473
|
args: [{
|
|
@@ -5452,7 +5482,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5452
5482
|
template: `
|
|
5453
5483
|
<div class="k-overlay" *ngIf="overlay" (click)="closeDrawer()"></div>
|
|
5454
5484
|
<ng-content></ng-content>
|
|
5455
|
-
|
|
5485
|
+
`,
|
|
5486
|
+
standalone: true,
|
|
5487
|
+
imports: [NgIf]
|
|
5456
5488
|
}]
|
|
5457
5489
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { hostClass: [{
|
|
5458
5490
|
type: HostBinding,
|
|
@@ -5486,7 +5518,7 @@ class DrawerContentComponent {
|
|
|
5486
5518
|
}
|
|
5487
5519
|
}
|
|
5488
5520
|
DrawerContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5489
|
-
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: `
|
|
5521
|
+
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: `
|
|
5490
5522
|
<ng-content></ng-content>
|
|
5491
5523
|
`, isInline: true, encapsulation: i0.ViewEncapsulation.None });
|
|
5492
5524
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerContentComponent, decorators: [{
|
|
@@ -5496,7 +5528,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5496
5528
|
template: `
|
|
5497
5529
|
<ng-content></ng-content>
|
|
5498
5530
|
`,
|
|
5499
|
-
encapsulation: ViewEncapsulation.None
|
|
5531
|
+
encapsulation: ViewEncapsulation.None,
|
|
5532
|
+
standalone: true
|
|
5500
5533
|
}]
|
|
5501
5534
|
}], ctorParameters: function () { return []; }, propDecorators: { hostClasses: [{
|
|
5502
5535
|
type: HostBinding,
|
|
@@ -5527,11 +5560,12 @@ class StepperStepTemplateDirective {
|
|
|
5527
5560
|
}
|
|
5528
5561
|
}
|
|
5529
5562
|
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 });
|
|
5530
|
-
StepperStepTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: StepperStepTemplateDirective, selector: "[kendoStepperStepTemplate]", ngImport: i0 });
|
|
5563
|
+
StepperStepTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: StepperStepTemplateDirective, isStandalone: true, selector: "[kendoStepperStepTemplate]", ngImport: i0 });
|
|
5531
5564
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperStepTemplateDirective, decorators: [{
|
|
5532
5565
|
type: Directive,
|
|
5533
5566
|
args: [{
|
|
5534
|
-
selector: '[kendoStepperStepTemplate]'
|
|
5567
|
+
selector: '[kendoStepperStepTemplate]',
|
|
5568
|
+
standalone: true
|
|
5535
5569
|
}]
|
|
5536
5570
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
5537
5571
|
type: Optional
|
|
@@ -5548,11 +5582,12 @@ class StepperLabelTemplateDirective {
|
|
|
5548
5582
|
}
|
|
5549
5583
|
}
|
|
5550
5584
|
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 });
|
|
5551
|
-
StepperLabelTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: StepperLabelTemplateDirective, selector: "[kendoStepperLabelTemplate]", ngImport: i0 });
|
|
5585
|
+
StepperLabelTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: StepperLabelTemplateDirective, isStandalone: true, selector: "[kendoStepperLabelTemplate]", ngImport: i0 });
|
|
5552
5586
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperLabelTemplateDirective, decorators: [{
|
|
5553
5587
|
type: Directive,
|
|
5554
5588
|
args: [{
|
|
5555
|
-
selector: '[kendoStepperLabelTemplate]'
|
|
5589
|
+
selector: '[kendoStepperLabelTemplate]',
|
|
5590
|
+
standalone: true
|
|
5556
5591
|
}]
|
|
5557
5592
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
5558
5593
|
type: Optional
|
|
@@ -5569,11 +5604,12 @@ class StepperIndicatorTemplateDirective {
|
|
|
5569
5604
|
}
|
|
5570
5605
|
}
|
|
5571
5606
|
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 });
|
|
5572
|
-
StepperIndicatorTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: StepperIndicatorTemplateDirective, selector: "[kendoStepperIndicatorTemplate]", ngImport: i0 });
|
|
5607
|
+
StepperIndicatorTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: StepperIndicatorTemplateDirective, isStandalone: true, selector: "[kendoStepperIndicatorTemplate]", ngImport: i0 });
|
|
5573
5608
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperIndicatorTemplateDirective, decorators: [{
|
|
5574
5609
|
type: Directive,
|
|
5575
5610
|
args: [{
|
|
5576
|
-
selector: '[kendoStepperIndicatorTemplate]'
|
|
5611
|
+
selector: '[kendoStepperIndicatorTemplate]',
|
|
5612
|
+
standalone: true
|
|
5577
5613
|
}]
|
|
5578
5614
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
5579
5615
|
type: Optional
|
|
@@ -5910,7 +5946,7 @@ class StepperStepComponent {
|
|
|
5910
5946
|
}
|
|
5911
5947
|
}
|
|
5912
5948
|
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 });
|
|
5913
|
-
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: `
|
|
5949
|
+
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: `
|
|
5914
5950
|
<a href='#' class='k-step-link' #stepLink
|
|
5915
5951
|
[attr.tabindex]='tabIndexAttr'
|
|
5916
5952
|
[attr.title]='step.label'
|
|
@@ -5968,7 +6004,7 @@ StepperStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
|
|
|
5968
6004
|
</span>
|
|
5969
6005
|
</ng-container>
|
|
5970
6006
|
</a>
|
|
5971
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
6007
|
+
`, 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"] }] });
|
|
5972
6008
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperStepComponent, decorators: [{
|
|
5973
6009
|
type: Component,
|
|
5974
6010
|
args: [{
|
|
@@ -6032,7 +6068,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6032
6068
|
</span>
|
|
6033
6069
|
</ng-container>
|
|
6034
6070
|
</a>
|
|
6035
|
-
|
|
6071
|
+
`,
|
|
6072
|
+
standalone: true,
|
|
6073
|
+
imports: [NgIf, NgTemplateOutlet, IconWrapperComponent]
|
|
6036
6074
|
}]
|
|
6037
6075
|
}], ctorParameters: function () { return [{ type: StepperService }, { type: i1.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { step: [{
|
|
6038
6076
|
type: Input
|
|
@@ -6151,7 +6189,7 @@ class StepperListComponent {
|
|
|
6151
6189
|
}
|
|
6152
6190
|
}
|
|
6153
6191
|
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 });
|
|
6154
|
-
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:
|
|
6192
|
+
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"] }] });
|
|
6155
6193
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperListComponent, decorators: [{
|
|
6156
6194
|
type: Component,
|
|
6157
6195
|
args: [{
|
|
@@ -6188,7 +6226,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6188
6226
|
>
|
|
6189
6227
|
</li>
|
|
6190
6228
|
</ng-container>
|
|
6191
|
-
|
|
6229
|
+
`,
|
|
6230
|
+
standalone: true,
|
|
6231
|
+
imports: [NgFor, StepperStepComponent, NgClass, NgStyle]
|
|
6192
6232
|
}]
|
|
6193
6233
|
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.NgZone }, { type: StepperService }, { type: i0.ElementRef }]; }, propDecorators: { linear: [{
|
|
6194
6234
|
type: Input
|
|
@@ -6249,7 +6289,7 @@ class LocalizedStepperMessagesDirective extends StepperMessages {
|
|
|
6249
6289
|
}
|
|
6250
6290
|
}
|
|
6251
6291
|
LocalizedStepperMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedStepperMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6252
|
-
LocalizedStepperMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedStepperMessagesDirective, selector: "\n [kendoStepperLocalizedMessages]\n ", providers: [
|
|
6292
|
+
LocalizedStepperMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedStepperMessagesDirective, isStandalone: true, selector: "\n [kendoStepperLocalizedMessages]\n ", providers: [
|
|
6253
6293
|
{
|
|
6254
6294
|
provide: StepperMessages,
|
|
6255
6295
|
useExisting: forwardRef(() => LocalizedStepperMessagesDirective)
|
|
@@ -6266,7 +6306,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6266
6306
|
],
|
|
6267
6307
|
selector: `
|
|
6268
6308
|
[kendoStepperLocalizedMessages]
|
|
6269
|
-
|
|
6309
|
+
`,
|
|
6310
|
+
standalone: true
|
|
6270
6311
|
}]
|
|
6271
6312
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
6272
6313
|
|
|
@@ -6485,7 +6526,7 @@ class StepperComponent {
|
|
|
6485
6526
|
}
|
|
6486
6527
|
}
|
|
6487
6528
|
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 });
|
|
6488
|
-
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: [
|
|
6529
|
+
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: [
|
|
6489
6530
|
LocalizationService,
|
|
6490
6531
|
StepperService,
|
|
6491
6532
|
{
|
|
@@ -6530,7 +6571,7 @@ StepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
|
6530
6571
|
[value]='currentStep'
|
|
6531
6572
|
[ngStyle]='progressBarStyling'>
|
|
6532
6573
|
</kendo-progressbar>
|
|
6533
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
6574
|
+
`, 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"] }] });
|
|
6534
6575
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperComponent, decorators: [{
|
|
6535
6576
|
type: Component,
|
|
6536
6577
|
args: [{
|
|
@@ -6582,7 +6623,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6582
6623
|
[value]='currentStep'
|
|
6583
6624
|
[ngStyle]='progressBarStyling'>
|
|
6584
6625
|
</kendo-progressbar>
|
|
6585
|
-
|
|
6626
|
+
`,
|
|
6627
|
+
standalone: true,
|
|
6628
|
+
imports: [LocalizedStepperMessagesDirective, StepperListComponent, NgStyle, NgIf, ProgressBarComponent]
|
|
6586
6629
|
}]
|
|
6587
6630
|
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i1.LocalizationService }, { type: StepperService }]; }, propDecorators: { hostClasses: [{
|
|
6588
6631
|
type: HostBinding,
|
|
@@ -6663,7 +6706,7 @@ class StepperCustomMessagesComponent extends StepperMessages {
|
|
|
6663
6706
|
}
|
|
6664
6707
|
}
|
|
6665
6708
|
StepperCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
6666
|
-
StepperCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StepperCustomMessagesComponent, selector: "kendo-stepper-messages", providers: [
|
|
6709
|
+
StepperCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StepperCustomMessagesComponent, isStandalone: true, selector: "kendo-stepper-messages", providers: [
|
|
6667
6710
|
{
|
|
6668
6711
|
provide: StepperMessages,
|
|
6669
6712
|
useExisting: forwardRef(() => StepperCustomMessagesComponent)
|
|
@@ -6679,7 +6722,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6679
6722
|
}
|
|
6680
6723
|
],
|
|
6681
6724
|
selector: 'kendo-stepper-messages',
|
|
6682
|
-
template:
|
|
6725
|
+
template: ``,
|
|
6726
|
+
standalone: true
|
|
6683
6727
|
}]
|
|
6684
6728
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
6685
6729
|
|
|
@@ -6711,7 +6755,7 @@ class LocalizedAvatarMessagesDirective extends Messages {
|
|
|
6711
6755
|
}
|
|
6712
6756
|
}
|
|
6713
6757
|
LocalizedAvatarMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedAvatarMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6714
|
-
LocalizedAvatarMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedAvatarMessagesDirective, selector: "[kendoAvatarLocalizedMessages]", providers: [
|
|
6758
|
+
LocalizedAvatarMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedAvatarMessagesDirective, isStandalone: true, selector: "[kendoAvatarLocalizedMessages]", providers: [
|
|
6715
6759
|
{
|
|
6716
6760
|
provide: Messages,
|
|
6717
6761
|
useExisting: forwardRef(() => LocalizedAvatarMessagesDirective)
|
|
@@ -6726,7 +6770,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6726
6770
|
useExisting: forwardRef(() => LocalizedAvatarMessagesDirective)
|
|
6727
6771
|
}
|
|
6728
6772
|
],
|
|
6729
|
-
selector: '[kendoAvatarLocalizedMessages]'
|
|
6773
|
+
selector: '[kendoAvatarLocalizedMessages]',
|
|
6774
|
+
standalone: true
|
|
6730
6775
|
}]
|
|
6731
6776
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
6732
6777
|
|
|
@@ -6958,7 +7003,7 @@ class AvatarComponent {
|
|
|
6958
7003
|
}
|
|
6959
7004
|
}
|
|
6960
7005
|
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 });
|
|
6961
|
-
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: [
|
|
7006
|
+
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: [
|
|
6962
7007
|
LocalizationService,
|
|
6963
7008
|
{
|
|
6964
7009
|
provide: L10N_PREFIX,
|
|
@@ -6994,7 +7039,7 @@ AvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
|
|
|
6994
7039
|
</kendo-icon-wrapper>
|
|
6995
7040
|
</span>
|
|
6996
7041
|
</ng-container>
|
|
6997
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
7042
|
+
`, 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]" }] });
|
|
6998
7043
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarComponent, decorators: [{
|
|
6999
7044
|
type: Component,
|
|
7000
7045
|
args: [{
|
|
@@ -7036,7 +7081,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7036
7081
|
</kendo-icon-wrapper>
|
|
7037
7082
|
</span>
|
|
7038
7083
|
</ng-container>
|
|
7039
|
-
|
|
7084
|
+
`,
|
|
7085
|
+
standalone: true,
|
|
7086
|
+
imports: [NgIf, NgStyle, IconWrapperComponent, LocalizedAvatarMessagesDirective]
|
|
7040
7087
|
}]
|
|
7041
7088
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { hostClass: [{
|
|
7042
7089
|
type: HostBinding,
|
|
@@ -7100,7 +7147,7 @@ class AvatarCustomMessagesComponent extends Messages {
|
|
|
7100
7147
|
}
|
|
7101
7148
|
}
|
|
7102
7149
|
AvatarCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7103
|
-
AvatarCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AvatarCustomMessagesComponent, selector: "kendo-avatar-messages", providers: [
|
|
7150
|
+
AvatarCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AvatarCustomMessagesComponent, isStandalone: true, selector: "kendo-avatar-messages", providers: [
|
|
7104
7151
|
{
|
|
7105
7152
|
provide: Messages,
|
|
7106
7153
|
useExisting: forwardRef(() => AvatarCustomMessagesComponent)
|
|
@@ -7116,7 +7163,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7116
7163
|
}
|
|
7117
7164
|
],
|
|
7118
7165
|
selector: 'kendo-avatar-messages',
|
|
7119
|
-
template:
|
|
7166
|
+
template: ``,
|
|
7167
|
+
standalone: true
|
|
7120
7168
|
}]
|
|
7121
7169
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
7122
7170
|
|
|
@@ -7164,7 +7212,7 @@ class CardComponent {
|
|
|
7164
7212
|
}
|
|
7165
7213
|
}
|
|
7166
7214
|
CardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7167
|
-
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: [
|
|
7215
|
+
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: [
|
|
7168
7216
|
LocalizationService,
|
|
7169
7217
|
{
|
|
7170
7218
|
provide: L10N_PREFIX,
|
|
@@ -7186,7 +7234,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7186
7234
|
],
|
|
7187
7235
|
template: `
|
|
7188
7236
|
<ng-content></ng-content>
|
|
7189
|
-
|
|
7237
|
+
`,
|
|
7238
|
+
standalone: true
|
|
7190
7239
|
}]
|
|
7191
7240
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { hostClass: [{
|
|
7192
7241
|
type: HostBinding,
|
|
@@ -7218,7 +7267,7 @@ class CardHeaderComponent {
|
|
|
7218
7267
|
}
|
|
7219
7268
|
}
|
|
7220
7269
|
CardHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7221
|
-
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: `
|
|
7270
|
+
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: `
|
|
7222
7271
|
<ng-content></ng-content>
|
|
7223
7272
|
`, isInline: true });
|
|
7224
7273
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardHeaderComponent, decorators: [{
|
|
@@ -7227,7 +7276,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7227
7276
|
selector: 'kendo-card-header',
|
|
7228
7277
|
template: `
|
|
7229
7278
|
<ng-content></ng-content>
|
|
7230
|
-
|
|
7279
|
+
`,
|
|
7280
|
+
standalone: true
|
|
7231
7281
|
}]
|
|
7232
7282
|
}], propDecorators: { hostClass: [{
|
|
7233
7283
|
type: HostBinding,
|
|
@@ -7243,7 +7293,7 @@ class CardBodyComponent {
|
|
|
7243
7293
|
}
|
|
7244
7294
|
}
|
|
7245
7295
|
CardBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7246
|
-
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: `
|
|
7296
|
+
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: `
|
|
7247
7297
|
<ng-content></ng-content>
|
|
7248
7298
|
`, isInline: true });
|
|
7249
7299
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardBodyComponent, decorators: [{
|
|
@@ -7252,7 +7302,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7252
7302
|
selector: 'kendo-card-body',
|
|
7253
7303
|
template: `
|
|
7254
7304
|
<ng-content></ng-content>
|
|
7255
|
-
|
|
7305
|
+
`,
|
|
7306
|
+
standalone: true
|
|
7256
7307
|
}]
|
|
7257
7308
|
}], propDecorators: { hostClass: [{
|
|
7258
7309
|
type: HostBinding,
|
|
@@ -7268,7 +7319,7 @@ class CardFooterComponent {
|
|
|
7268
7319
|
}
|
|
7269
7320
|
}
|
|
7270
7321
|
CardFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7271
|
-
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: `
|
|
7322
|
+
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: `
|
|
7272
7323
|
<ng-content></ng-content>
|
|
7273
7324
|
`, isInline: true });
|
|
7274
7325
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardFooterComponent, decorators: [{
|
|
@@ -7277,7 +7328,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7277
7328
|
selector: 'kendo-card-footer',
|
|
7278
7329
|
template: `
|
|
7279
7330
|
<ng-content></ng-content>
|
|
7280
|
-
|
|
7331
|
+
`,
|
|
7332
|
+
standalone: true
|
|
7281
7333
|
}]
|
|
7282
7334
|
}], propDecorators: { hostClass: [{
|
|
7283
7335
|
type: HostBinding,
|
|
@@ -7353,7 +7405,7 @@ class CardActionsComponent {
|
|
|
7353
7405
|
}
|
|
7354
7406
|
}
|
|
7355
7407
|
CardActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7356
|
-
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: `
|
|
7408
|
+
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: `
|
|
7357
7409
|
<ng-content *ngIf="!actionsArray && !actionsTemplate"></ng-content>
|
|
7358
7410
|
|
|
7359
7411
|
<ng-container *ngIf="actionsArray">
|
|
@@ -7374,7 +7426,7 @@ CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
|
|
|
7374
7426
|
</ng-container>
|
|
7375
7427
|
|
|
7376
7428
|
<ng-template [ngTemplateOutlet]="actionsTemplate" *ngIf="actionsTemplate"></ng-template>
|
|
7377
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
7429
|
+
`, 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"] }] });
|
|
7378
7430
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardActionsComponent, decorators: [{
|
|
7379
7431
|
type: Component,
|
|
7380
7432
|
args: [{
|
|
@@ -7400,7 +7452,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7400
7452
|
</ng-container>
|
|
7401
7453
|
|
|
7402
7454
|
<ng-template [ngTemplateOutlet]="actionsTemplate" *ngIf="actionsTemplate"></ng-template>
|
|
7403
|
-
|
|
7455
|
+
`,
|
|
7456
|
+
standalone: true,
|
|
7457
|
+
imports: [NgIf, NgFor, NgTemplateOutlet]
|
|
7404
7458
|
}]
|
|
7405
7459
|
}], propDecorators: { hostClass: [{
|
|
7406
7460
|
type: HostBinding,
|
|
@@ -7459,11 +7513,12 @@ class CardSeparatorDirective {
|
|
|
7459
7513
|
}
|
|
7460
7514
|
}
|
|
7461
7515
|
CardSeparatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardSeparatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
7462
|
-
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 });
|
|
7516
|
+
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 });
|
|
7463
7517
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardSeparatorDirective, decorators: [{
|
|
7464
7518
|
type: Directive,
|
|
7465
7519
|
args: [{
|
|
7466
|
-
selector: '[kendoCardSeparator]'
|
|
7520
|
+
selector: '[kendoCardSeparator]',
|
|
7521
|
+
standalone: true
|
|
7467
7522
|
}]
|
|
7468
7523
|
}], propDecorators: { hostClass: [{
|
|
7469
7524
|
type: HostBinding,
|
|
@@ -7492,11 +7547,12 @@ class CardTitleDirective {
|
|
|
7492
7547
|
}
|
|
7493
7548
|
}
|
|
7494
7549
|
CardTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
7495
|
-
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 });
|
|
7550
|
+
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 });
|
|
7496
7551
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardTitleDirective, decorators: [{
|
|
7497
7552
|
type: Directive,
|
|
7498
7553
|
args: [{
|
|
7499
|
-
selector: '[kendoCardTitle]'
|
|
7554
|
+
selector: '[kendoCardTitle]',
|
|
7555
|
+
standalone: true
|
|
7500
7556
|
}]
|
|
7501
7557
|
}], propDecorators: { hostClass: [{
|
|
7502
7558
|
type: HostBinding,
|
|
@@ -7512,11 +7568,12 @@ class CardSubtitleDirective {
|
|
|
7512
7568
|
}
|
|
7513
7569
|
}
|
|
7514
7570
|
CardSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
7515
|
-
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 });
|
|
7571
|
+
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 });
|
|
7516
7572
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardSubtitleDirective, decorators: [{
|
|
7517
7573
|
type: Directive,
|
|
7518
7574
|
args: [{
|
|
7519
|
-
selector: '[kendoCardSubtitle]'
|
|
7575
|
+
selector: '[kendoCardSubtitle]',
|
|
7576
|
+
standalone: true
|
|
7520
7577
|
}]
|
|
7521
7578
|
}], propDecorators: { hostClass: [{
|
|
7522
7579
|
type: HostBinding,
|
|
@@ -7532,11 +7589,12 @@ class CardMediaDirective {
|
|
|
7532
7589
|
}
|
|
7533
7590
|
}
|
|
7534
7591
|
CardMediaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardMediaDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
7535
|
-
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 });
|
|
7592
|
+
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 });
|
|
7536
7593
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardMediaDirective, decorators: [{
|
|
7537
7594
|
type: Directive,
|
|
7538
7595
|
args: [{
|
|
7539
|
-
selector: '[kendoCardMedia]'
|
|
7596
|
+
selector: '[kendoCardMedia]',
|
|
7597
|
+
standalone: true
|
|
7540
7598
|
}]
|
|
7541
7599
|
}], propDecorators: { hostClass: [{
|
|
7542
7600
|
type: HostBinding,
|
|
@@ -7561,11 +7619,12 @@ class ExpansionPanelTitleDirective {
|
|
|
7561
7619
|
}
|
|
7562
7620
|
}
|
|
7563
7621
|
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 });
|
|
7564
|
-
ExpansionPanelTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ExpansionPanelTitleDirective, selector: "[kendoExpansionPanelTitleDirective]", ngImport: i0 });
|
|
7622
|
+
ExpansionPanelTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ExpansionPanelTitleDirective, isStandalone: true, selector: "[kendoExpansionPanelTitleDirective]", ngImport: i0 });
|
|
7565
7623
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelTitleDirective, decorators: [{
|
|
7566
7624
|
type: Directive,
|
|
7567
7625
|
args: [{
|
|
7568
|
-
selector: '[kendoExpansionPanelTitleDirective]'
|
|
7626
|
+
selector: '[kendoExpansionPanelTitleDirective]',
|
|
7627
|
+
standalone: true
|
|
7569
7628
|
}]
|
|
7570
7629
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
7571
7630
|
type: Optional
|
|
@@ -7921,8 +7980,8 @@ class ExpansionPanelComponent {
|
|
|
7921
7980
|
this.renderer.removeClass(this.content.nativeElement, CONTENT_HIDDEN_CLASS);
|
|
7922
7981
|
}
|
|
7923
7982
|
}
|
|
7924
|
-
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$
|
|
7925
|
-
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: [
|
|
7983
|
+
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 });
|
|
7984
|
+
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: [
|
|
7926
7985
|
LocalizationService,
|
|
7927
7986
|
{
|
|
7928
7987
|
provide: L10N_PREFIX,
|
|
@@ -7965,7 +8024,7 @@ ExpansionPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
7965
8024
|
<ng-content></ng-content>
|
|
7966
8025
|
</div>
|
|
7967
8026
|
</div>
|
|
7968
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
8027
|
+
`, 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"] }] });
|
|
7969
8028
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelComponent, decorators: [{
|
|
7970
8029
|
type: Component,
|
|
7971
8030
|
args: [{
|
|
@@ -8015,9 +8074,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8015
8074
|
<ng-content></ng-content>
|
|
8016
8075
|
</div>
|
|
8017
8076
|
</div>
|
|
8018
|
-
|
|
8077
|
+
`,
|
|
8078
|
+
standalone: true,
|
|
8079
|
+
imports: [NgIf, NgTemplateOutlet, IconWrapperComponent]
|
|
8019
8080
|
}]
|
|
8020
|
-
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i1.LocalizationService }, { type: i1$
|
|
8081
|
+
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i1.LocalizationService }, { type: i1$2.AnimationBuilder }]; }, propDecorators: { title: [{
|
|
8021
8082
|
type: Input
|
|
8022
8083
|
}], subtitle: [{
|
|
8023
8084
|
type: Input
|
|
@@ -8870,7 +8931,7 @@ class TileLayoutItemHeaderComponent {
|
|
|
8870
8931
|
}
|
|
8871
8932
|
}
|
|
8872
8933
|
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 });
|
|
8873
|
-
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: `
|
|
8934
|
+
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: `
|
|
8874
8935
|
<ng-content></ng-content>
|
|
8875
8936
|
`, isInline: true });
|
|
8876
8937
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutItemHeaderComponent, decorators: [{
|
|
@@ -8879,7 +8940,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8879
8940
|
selector: 'kendo-tilelayout-item-header',
|
|
8880
8941
|
template: `
|
|
8881
8942
|
<ng-content></ng-content>
|
|
8882
|
-
|
|
8943
|
+
`,
|
|
8944
|
+
standalone: true
|
|
8883
8945
|
}]
|
|
8884
8946
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { hostClass: [{
|
|
8885
8947
|
type: HostBinding,
|
|
@@ -8929,11 +8991,12 @@ class TileLayoutResizeHandleDirective {
|
|
|
8929
8991
|
}
|
|
8930
8992
|
}
|
|
8931
8993
|
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 });
|
|
8932
|
-
TileLayoutResizeHandleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TileLayoutResizeHandleDirective, selector: "[kendoTileLayoutResizeHandle]", inputs: { resizeDirection: "resizeDirection", rtl: "rtl" }, ngImport: i0 });
|
|
8994
|
+
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 });
|
|
8933
8995
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutResizeHandleDirective, decorators: [{
|
|
8934
8996
|
type: Directive,
|
|
8935
8997
|
args: [{
|
|
8936
|
-
selector: '[kendoTileLayoutResizeHandle]'
|
|
8998
|
+
selector: '[kendoTileLayoutResizeHandle]',
|
|
8999
|
+
standalone: true
|
|
8937
9000
|
}]
|
|
8938
9001
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { resizeDirection: [{
|
|
8939
9002
|
type: Input
|
|
@@ -9103,7 +9166,7 @@ class TileLayoutItemComponent {
|
|
|
9103
9166
|
}
|
|
9104
9167
|
}
|
|
9105
9168
|
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 });
|
|
9106
|
-
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: `
|
|
9169
|
+
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: `
|
|
9107
9170
|
<kendo-tilelayout-item-header [reorderable]="isReorderable" *ngIf="title">
|
|
9108
9171
|
<h5 [id]="titleId" class="k-card-title">{{ title }}</h5>
|
|
9109
9172
|
</kendo-tilelayout-item-header>
|
|
@@ -9117,7 +9180,7 @@ TileLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
9117
9180
|
[resizeDirection]="dir">
|
|
9118
9181
|
</div>
|
|
9119
9182
|
</ng-container>
|
|
9120
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
9183
|
+
`, 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"] }] });
|
|
9121
9184
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutItemComponent, decorators: [{
|
|
9122
9185
|
type: Component,
|
|
9123
9186
|
args: [{
|
|
@@ -9136,7 +9199,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9136
9199
|
[resizeDirection]="dir">
|
|
9137
9200
|
</div>
|
|
9138
9201
|
</ng-container>
|
|
9139
|
-
|
|
9202
|
+
`,
|
|
9203
|
+
standalone: true,
|
|
9204
|
+
imports: [NgIf, TileLayoutItemHeaderComponent, NgFor, TileLayoutResizeHandleDirective]
|
|
9140
9205
|
}]
|
|
9141
9206
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i1.LocalizationService }, { type: TileLayoutDraggingService }, { type: TileLayoutKeyboardNavigationService }]; }, propDecorators: { title: [{
|
|
9142
9207
|
type: Input
|
|
@@ -9431,7 +9496,7 @@ class TileLayoutComponent {
|
|
|
9431
9496
|
}
|
|
9432
9497
|
}
|
|
9433
9498
|
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 });
|
|
9434
|
-
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: [
|
|
9499
|
+
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: [
|
|
9435
9500
|
LocalizationService,
|
|
9436
9501
|
TileLayoutDraggingService,
|
|
9437
9502
|
TileLayoutKeyboardNavigationService,
|
|
@@ -9451,7 +9516,7 @@ TileLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
9451
9516
|
[style.zIndex]="'1'">
|
|
9452
9517
|
</div>
|
|
9453
9518
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
9454
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
9519
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }] });
|
|
9455
9520
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutComponent, decorators: [{
|
|
9456
9521
|
type: Component,
|
|
9457
9522
|
args: [{
|
|
@@ -9477,7 +9542,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9477
9542
|
[style.zIndex]="'1'">
|
|
9478
9543
|
</div>
|
|
9479
9544
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
9480
|
-
|
|
9545
|
+
`,
|
|
9546
|
+
standalone: true,
|
|
9547
|
+
imports: [NgIf, WatermarkOverlayComponent]
|
|
9481
9548
|
}]
|
|
9482
9549
|
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.LocalizationService }, { type: TileLayoutDraggingService }, { type: TileLayoutKeyboardNavigationService }]; }, propDecorators: { columns: [{
|
|
9483
9550
|
type: Input
|
|
@@ -9535,7 +9602,7 @@ class TileLayoutItemBodyComponent {
|
|
|
9535
9602
|
}
|
|
9536
9603
|
}
|
|
9537
9604
|
TileLayoutItemBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutItemBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9538
|
-
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: `
|
|
9605
|
+
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: `
|
|
9539
9606
|
<ng-content></ng-content>
|
|
9540
9607
|
`, isInline: true });
|
|
9541
9608
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutItemBodyComponent, decorators: [{
|
|
@@ -9544,7 +9611,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9544
9611
|
selector: 'kendo-tilelayout-item-body',
|
|
9545
9612
|
template: `
|
|
9546
9613
|
<ng-content></ng-content>
|
|
9547
|
-
|
|
9614
|
+
`,
|
|
9615
|
+
standalone: true
|
|
9548
9616
|
}]
|
|
9549
9617
|
}], propDecorators: { hostClass: [{
|
|
9550
9618
|
type: HostBinding,
|
|
@@ -9557,373 +9625,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9557
9625
|
args: ['style.min-height']
|
|
9558
9626
|
}] } });
|
|
9559
9627
|
|
|
9560
|
-
const exportedModules$b = [
|
|
9561
|
-
AvatarComponent,
|
|
9562
|
-
AvatarCustomMessagesComponent
|
|
9563
|
-
];
|
|
9564
|
-
const declarations$b = [
|
|
9565
|
-
LocalizedAvatarMessagesDirective,
|
|
9566
|
-
...exportedModules$b
|
|
9567
|
-
];
|
|
9568
|
-
/**
|
|
9569
|
-
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
9570
|
-
* definition for the Avatar component.
|
|
9571
|
-
*/
|
|
9572
|
-
class AvatarModule {
|
|
9573
|
-
}
|
|
9574
|
-
AvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9575
|
-
AvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, declarations: [LocalizedAvatarMessagesDirective, AvatarComponent,
|
|
9576
|
-
AvatarCustomMessagesComponent], imports: [CommonModule, IconsModule], exports: [AvatarComponent,
|
|
9577
|
-
AvatarCustomMessagesComponent] });
|
|
9578
|
-
AvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, imports: [CommonModule, IconsModule] });
|
|
9579
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, decorators: [{
|
|
9580
|
-
type: NgModule,
|
|
9581
|
-
args: [{
|
|
9582
|
-
declarations: [declarations$b],
|
|
9583
|
-
exports: [exportedModules$b],
|
|
9584
|
-
imports: [CommonModule, IconsModule]
|
|
9585
|
-
}]
|
|
9586
|
-
}] });
|
|
9587
|
-
|
|
9588
|
-
const cardDirectives = [
|
|
9589
|
-
CardTitleDirective,
|
|
9590
|
-
CardSubtitleDirective,
|
|
9591
|
-
CardSeparatorDirective,
|
|
9592
|
-
CardMediaDirective
|
|
9593
|
-
];
|
|
9594
|
-
const exportedModules$a = [
|
|
9595
|
-
CardComponent,
|
|
9596
|
-
CardHeaderComponent,
|
|
9597
|
-
CardBodyComponent,
|
|
9598
|
-
CardFooterComponent,
|
|
9599
|
-
CardActionsComponent,
|
|
9600
|
-
...cardDirectives
|
|
9601
|
-
];
|
|
9602
|
-
const declarations$a = [...exportedModules$a];
|
|
9603
|
-
/**
|
|
9604
|
-
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
9605
|
-
* definition for the Card component.
|
|
9606
|
-
*/
|
|
9607
|
-
class CardModule {
|
|
9608
|
-
}
|
|
9609
|
-
CardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9610
|
-
CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: CardModule, declarations: [CardComponent,
|
|
9611
|
-
CardHeaderComponent,
|
|
9612
|
-
CardBodyComponent,
|
|
9613
|
-
CardFooterComponent,
|
|
9614
|
-
CardActionsComponent, CardTitleDirective,
|
|
9615
|
-
CardSubtitleDirective,
|
|
9616
|
-
CardSeparatorDirective,
|
|
9617
|
-
CardMediaDirective], imports: [CommonModule], exports: [CardComponent,
|
|
9618
|
-
CardHeaderComponent,
|
|
9619
|
-
CardBodyComponent,
|
|
9620
|
-
CardFooterComponent,
|
|
9621
|
-
CardActionsComponent, CardTitleDirective,
|
|
9622
|
-
CardSubtitleDirective,
|
|
9623
|
-
CardSeparatorDirective,
|
|
9624
|
-
CardMediaDirective] });
|
|
9625
|
-
CardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardModule, imports: [CommonModule] });
|
|
9626
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardModule, decorators: [{
|
|
9627
|
-
type: NgModule,
|
|
9628
|
-
args: [{
|
|
9629
|
-
declarations: [declarations$a],
|
|
9630
|
-
exports: [exportedModules$a],
|
|
9631
|
-
imports: [CommonModule]
|
|
9632
|
-
}]
|
|
9633
|
-
}] });
|
|
9634
|
-
|
|
9635
|
-
const templateDirectives$1 = [
|
|
9636
|
-
DrawerTemplateDirective,
|
|
9637
|
-
DrawerHeaderTemplateDirective,
|
|
9638
|
-
DrawerFooterTemplateDirective,
|
|
9639
|
-
DrawerItemTemplateDirective
|
|
9640
|
-
];
|
|
9641
|
-
const exportedModules$9 = [
|
|
9642
|
-
DrawerComponent,
|
|
9643
|
-
DrawerContainerComponent,
|
|
9644
|
-
DrawerContentComponent,
|
|
9645
|
-
...templateDirectives$1
|
|
9646
|
-
];
|
|
9647
|
-
const declarations$9 = [
|
|
9648
|
-
DrawerItemComponent,
|
|
9649
|
-
DrawerListComponent,
|
|
9650
|
-
...exportedModules$9
|
|
9651
|
-
];
|
|
9652
|
-
/**
|
|
9653
|
-
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
9654
|
-
* definition for the Drawer component.
|
|
9655
|
-
*/
|
|
9656
|
-
class DrawerModule {
|
|
9657
|
-
}
|
|
9658
|
-
DrawerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9659
|
-
DrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DrawerModule, declarations: [DrawerItemComponent,
|
|
9660
|
-
DrawerListComponent, DrawerComponent,
|
|
9661
|
-
DrawerContainerComponent,
|
|
9662
|
-
DrawerContentComponent, DrawerTemplateDirective,
|
|
9663
|
-
DrawerHeaderTemplateDirective,
|
|
9664
|
-
DrawerFooterTemplateDirective,
|
|
9665
|
-
DrawerItemTemplateDirective], imports: [CommonModule, IconsModule, WatermarkModule], exports: [DrawerComponent,
|
|
9666
|
-
DrawerContainerComponent,
|
|
9667
|
-
DrawerContentComponent, DrawerTemplateDirective,
|
|
9668
|
-
DrawerHeaderTemplateDirective,
|
|
9669
|
-
DrawerFooterTemplateDirective,
|
|
9670
|
-
DrawerItemTemplateDirective] });
|
|
9671
|
-
DrawerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerModule, imports: [CommonModule, IconsModule, WatermarkModule] });
|
|
9672
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerModule, decorators: [{
|
|
9673
|
-
type: NgModule,
|
|
9674
|
-
args: [{
|
|
9675
|
-
declarations: [declarations$9],
|
|
9676
|
-
exports: [exportedModules$9],
|
|
9677
|
-
imports: [CommonModule, IconsModule, WatermarkModule]
|
|
9678
|
-
}]
|
|
9679
|
-
}] });
|
|
9680
|
-
|
|
9681
|
-
const exportedModules$8 = [
|
|
9682
|
-
ExpansionPanelComponent,
|
|
9683
|
-
ExpansionPanelTitleDirective
|
|
9684
|
-
];
|
|
9685
|
-
const declarations$8 = [
|
|
9686
|
-
...exportedModules$8
|
|
9687
|
-
];
|
|
9688
|
-
/**
|
|
9689
|
-
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
9690
|
-
* definition for the ExpansionPanel component.
|
|
9691
|
-
*/
|
|
9692
|
-
class ExpansionPanelModule {
|
|
9693
|
-
}
|
|
9694
|
-
ExpansionPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9695
|
-
ExpansionPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelModule, declarations: [ExpansionPanelComponent,
|
|
9696
|
-
ExpansionPanelTitleDirective], imports: [CommonModule, EventsModule, IconsModule], exports: [ExpansionPanelComponent,
|
|
9697
|
-
ExpansionPanelTitleDirective] });
|
|
9698
|
-
ExpansionPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelModule, imports: [CommonModule, EventsModule, IconsModule] });
|
|
9699
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelModule, decorators: [{
|
|
9700
|
-
type: NgModule,
|
|
9701
|
-
args: [{
|
|
9702
|
-
declarations: [declarations$8],
|
|
9703
|
-
exports: [exportedModules$8],
|
|
9704
|
-
imports: [CommonModule, EventsModule, IconsModule]
|
|
9705
|
-
}]
|
|
9706
|
-
}] });
|
|
9707
|
-
|
|
9708
|
-
const exportedModules$7 = [
|
|
9709
|
-
PanelBarComponent,
|
|
9710
|
-
PanelBarItemComponent,
|
|
9711
|
-
PanelBarContentDirective,
|
|
9712
|
-
PanelBarItemTemplateDirective,
|
|
9713
|
-
PanelBarItemTitleDirective
|
|
9714
|
-
];
|
|
9715
|
-
const declarations$7 = [
|
|
9716
|
-
...exportedModules$7
|
|
9717
|
-
];
|
|
9718
|
-
/**
|
|
9719
|
-
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
9720
|
-
* definition for the PanelBar component.
|
|
9721
|
-
*
|
|
9722
|
-
* The module registers:
|
|
9723
|
-
* - `PanelBarComponent`—The `PanelBar` component class.
|
|
9724
|
-
* - `PanelBarItemComponent`—The `PanelBarItem` component class.
|
|
9725
|
-
* - `PanelBarContentComponent`—The `PanelBarContent` component class.
|
|
9726
|
-
* - `PanelBarItemTemplateDirective—The `PanelBarItemTemplate` directive.
|
|
9727
|
-
* - `PanelBarItemTitleDirective—The `PanelBarItemTitle` directive.
|
|
9728
|
-
*/
|
|
9729
|
-
class PanelBarModule {
|
|
9730
|
-
}
|
|
9731
|
-
PanelBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9732
|
-
PanelBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule, declarations: [PanelBarComponent,
|
|
9733
|
-
PanelBarItemComponent,
|
|
9734
|
-
PanelBarContentDirective,
|
|
9735
|
-
PanelBarItemTemplateDirective,
|
|
9736
|
-
PanelBarItemTitleDirective], imports: [CommonModule, IconsModule, WatermarkModule], exports: [PanelBarComponent,
|
|
9737
|
-
PanelBarItemComponent,
|
|
9738
|
-
PanelBarContentDirective,
|
|
9739
|
-
PanelBarItemTemplateDirective,
|
|
9740
|
-
PanelBarItemTitleDirective] });
|
|
9741
|
-
PanelBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule, imports: [CommonModule, IconsModule, WatermarkModule] });
|
|
9742
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule, decorators: [{
|
|
9743
|
-
type: NgModule,
|
|
9744
|
-
args: [{
|
|
9745
|
-
declarations: [declarations$7],
|
|
9746
|
-
exports: [exportedModules$7],
|
|
9747
|
-
imports: [CommonModule, IconsModule, WatermarkModule]
|
|
9748
|
-
}]
|
|
9749
|
-
}] });
|
|
9750
|
-
|
|
9751
|
-
const exportedModules$6 = [
|
|
9752
|
-
SplitterComponent,
|
|
9753
|
-
SplitterPaneComponent
|
|
9754
|
-
];
|
|
9755
|
-
const declarations$6 = [
|
|
9756
|
-
SplitterBarComponent,
|
|
9757
|
-
...exportedModules$6
|
|
9758
|
-
];
|
|
9759
|
-
/**
|
|
9760
|
-
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
9761
|
-
* definition for the Splitter component.
|
|
9762
|
-
*
|
|
9763
|
-
* The module registers:
|
|
9764
|
-
* - `SplitterComponent`—The `Splitter` component class.
|
|
9765
|
-
* - `SplitterPaneComponent`—The `SplitterPane` component class.
|
|
9766
|
-
*/
|
|
9767
|
-
class SplitterModule {
|
|
9768
|
-
}
|
|
9769
|
-
SplitterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9770
|
-
SplitterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, declarations: [SplitterBarComponent, SplitterComponent,
|
|
9771
|
-
SplitterPaneComponent], imports: [CommonModule,
|
|
9772
|
-
DraggableModule,
|
|
9773
|
-
IconsModule], exports: [SplitterComponent,
|
|
9774
|
-
SplitterPaneComponent] });
|
|
9775
|
-
SplitterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, imports: [CommonModule,
|
|
9776
|
-
DraggableModule,
|
|
9777
|
-
IconsModule] });
|
|
9778
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, decorators: [{
|
|
9779
|
-
type: NgModule,
|
|
9780
|
-
args: [{
|
|
9781
|
-
declarations: [declarations$6],
|
|
9782
|
-
exports: [exportedModules$6],
|
|
9783
|
-
imports: [
|
|
9784
|
-
CommonModule,
|
|
9785
|
-
DraggableModule,
|
|
9786
|
-
IconsModule
|
|
9787
|
-
]
|
|
9788
|
-
}]
|
|
9789
|
-
}] });
|
|
9790
|
-
|
|
9791
|
-
const templateDirectives = [
|
|
9792
|
-
StepperStepTemplateDirective,
|
|
9793
|
-
StepperLabelTemplateDirective,
|
|
9794
|
-
StepperIndicatorTemplateDirective
|
|
9795
|
-
];
|
|
9796
|
-
const exportedModules$5 = [
|
|
9797
|
-
StepperComponent,
|
|
9798
|
-
StepperCustomMessagesComponent,
|
|
9799
|
-
...templateDirectives
|
|
9800
|
-
];
|
|
9801
|
-
const declarations$5 = [
|
|
9802
|
-
StepperStepComponent,
|
|
9803
|
-
StepperListComponent,
|
|
9804
|
-
LocalizedStepperMessagesDirective,
|
|
9805
|
-
...exportedModules$5
|
|
9806
|
-
];
|
|
9807
|
-
/**
|
|
9808
|
-
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
9809
|
-
* definition for the Stepper component.
|
|
9810
|
-
*/
|
|
9811
|
-
class StepperModule {
|
|
9812
|
-
}
|
|
9813
|
-
StepperModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9814
|
-
StepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: StepperModule, declarations: [StepperStepComponent,
|
|
9815
|
-
StepperListComponent,
|
|
9816
|
-
LocalizedStepperMessagesDirective, StepperComponent,
|
|
9817
|
-
StepperCustomMessagesComponent, StepperStepTemplateDirective,
|
|
9818
|
-
StepperLabelTemplateDirective,
|
|
9819
|
-
StepperIndicatorTemplateDirective], imports: [CommonModule, ProgressBarModule, IconsModule], exports: [StepperComponent,
|
|
9820
|
-
StepperCustomMessagesComponent, StepperStepTemplateDirective,
|
|
9821
|
-
StepperLabelTemplateDirective,
|
|
9822
|
-
StepperIndicatorTemplateDirective] });
|
|
9823
|
-
StepperModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperModule, imports: [CommonModule, ProgressBarModule, IconsModule] });
|
|
9824
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperModule, decorators: [{
|
|
9825
|
-
type: NgModule,
|
|
9826
|
-
args: [{
|
|
9827
|
-
declarations: [declarations$5],
|
|
9828
|
-
exports: [exportedModules$5],
|
|
9829
|
-
imports: [CommonModule, ProgressBarModule, IconsModule]
|
|
9830
|
-
}]
|
|
9831
|
-
}] });
|
|
9832
|
-
|
|
9833
|
-
const exportedModules$4 = [
|
|
9834
|
-
TabStripComponent,
|
|
9835
|
-
TabStripTabComponent,
|
|
9836
|
-
TabContentDirective,
|
|
9837
|
-
TabTitleDirective,
|
|
9838
|
-
TabComponent,
|
|
9839
|
-
TabStripCustomMessagesComponent,
|
|
9840
|
-
LocalizedTabStripMessagesDirective,
|
|
9841
|
-
TabTemplateDirective
|
|
9842
|
-
];
|
|
9843
|
-
const declarations$4 = [
|
|
9844
|
-
...exportedModules$4,
|
|
9845
|
-
TabStripScrollableButtonComponent
|
|
9846
|
-
];
|
|
9847
|
-
/**
|
|
9848
|
-
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
9849
|
-
* definition for the TabStrip component.
|
|
9850
|
-
*
|
|
9851
|
-
* The module registers:
|
|
9852
|
-
* - `TabStripComponent`—The `TabStrip` component class.
|
|
9853
|
-
* - `TabStripTabComponent`—The `TabStripTab` component class.
|
|
9854
|
-
* - `TabContentDirective`—The tab content directive used on the `<ng-template>` tag.
|
|
9855
|
-
* - `TabTitleDirective`—The tab title directive used on the `<ng-template>` tag.
|
|
9856
|
-
*/
|
|
9857
|
-
class TabStripModule {
|
|
9858
|
-
}
|
|
9859
|
-
TabStripModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9860
|
-
TabStripModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule, declarations: [TabStripComponent,
|
|
9861
|
-
TabStripTabComponent,
|
|
9862
|
-
TabContentDirective,
|
|
9863
|
-
TabTitleDirective,
|
|
9864
|
-
TabComponent,
|
|
9865
|
-
TabStripCustomMessagesComponent,
|
|
9866
|
-
LocalizedTabStripMessagesDirective,
|
|
9867
|
-
TabTemplateDirective, TabStripScrollableButtonComponent], imports: [CommonModule, ResizeSensorModule, IconsModule, ButtonModule, WatermarkModule], exports: [TabStripComponent,
|
|
9868
|
-
TabStripTabComponent,
|
|
9869
|
-
TabContentDirective,
|
|
9870
|
-
TabTitleDirective,
|
|
9871
|
-
TabComponent,
|
|
9872
|
-
TabStripCustomMessagesComponent,
|
|
9873
|
-
LocalizedTabStripMessagesDirective,
|
|
9874
|
-
TabTemplateDirective] });
|
|
9875
|
-
TabStripModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule, imports: [CommonModule, ResizeSensorModule, IconsModule, ButtonModule, WatermarkModule] });
|
|
9876
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule, decorators: [{
|
|
9877
|
-
type: NgModule,
|
|
9878
|
-
args: [{
|
|
9879
|
-
declarations: [declarations$4],
|
|
9880
|
-
exports: [exportedModules$4],
|
|
9881
|
-
imports: [CommonModule, ResizeSensorModule, IconsModule, ButtonModule, WatermarkModule]
|
|
9882
|
-
}]
|
|
9883
|
-
}] });
|
|
9884
|
-
|
|
9885
|
-
const exportedModules$3 = [
|
|
9886
|
-
TileLayoutComponent,
|
|
9887
|
-
TileLayoutItemComponent,
|
|
9888
|
-
TileLayoutItemHeaderComponent,
|
|
9889
|
-
TileLayoutItemBodyComponent,
|
|
9890
|
-
TileLayoutResizeHandleDirective
|
|
9891
|
-
];
|
|
9892
|
-
const declarations$3 = [
|
|
9893
|
-
...exportedModules$3
|
|
9894
|
-
];
|
|
9895
|
-
/**
|
|
9896
|
-
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
9897
|
-
* definition for the TileLayout component.
|
|
9898
|
-
*
|
|
9899
|
-
* The module registers:
|
|
9900
|
-
* - `TileLayoutComponent`—The `TileLayoutComponent` component class.
|
|
9901
|
-
* - `TileLayoutItemComponent`—The `TileLayoutItemComponent` component class.
|
|
9902
|
-
* - `TileLayoutItemHeaderComponent`—The `TileLayoutItemHeaderComponent` component class.
|
|
9903
|
-
* - `TileLayoutItemBodyComponent`—The `TileLayoutItemBodyComponent` component class.
|
|
9904
|
-
*/
|
|
9905
|
-
class TileLayoutModule {
|
|
9906
|
-
}
|
|
9907
|
-
TileLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9908
|
-
TileLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutModule, declarations: [TileLayoutComponent,
|
|
9909
|
-
TileLayoutItemComponent,
|
|
9910
|
-
TileLayoutItemHeaderComponent,
|
|
9911
|
-
TileLayoutItemBodyComponent,
|
|
9912
|
-
TileLayoutResizeHandleDirective], imports: [CommonModule, WatermarkModule], exports: [TileLayoutComponent,
|
|
9913
|
-
TileLayoutItemComponent,
|
|
9914
|
-
TileLayoutItemHeaderComponent,
|
|
9915
|
-
TileLayoutItemBodyComponent,
|
|
9916
|
-
TileLayoutResizeHandleDirective] });
|
|
9917
|
-
TileLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutModule, imports: [CommonModule, WatermarkModule] });
|
|
9918
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutModule, decorators: [{
|
|
9919
|
-
type: NgModule,
|
|
9920
|
-
args: [{
|
|
9921
|
-
declarations: [declarations$3],
|
|
9922
|
-
exports: [exportedModules$3],
|
|
9923
|
-
imports: [CommonModule, WatermarkModule]
|
|
9924
|
-
}]
|
|
9925
|
-
}] });
|
|
9926
|
-
|
|
9927
9628
|
/**
|
|
9928
9629
|
* @hidden
|
|
9929
9630
|
*/
|
|
@@ -10023,46 +9724,31 @@ const validateGridLayoutRowsCols = (arr) => {
|
|
|
10023
9724
|
};
|
|
10024
9725
|
|
|
10025
9726
|
/**
|
|
10026
|
-
* Represents the [Kendo UI
|
|
9727
|
+
* Represents the [Kendo UI GridLayout component for Angular]({% slug overview_gridlayout %}).
|
|
10027
9728
|
*/
|
|
10028
|
-
class
|
|
9729
|
+
class GridLayoutComponent {
|
|
10029
9730
|
constructor(renderer, element, localization) {
|
|
10030
9731
|
this.renderer = renderer;
|
|
10031
9732
|
this.element = element;
|
|
10032
9733
|
this.localization = localization;
|
|
10033
9734
|
this.hostClass = true;
|
|
10034
9735
|
/**
|
|
10035
|
-
* Specifies the
|
|
10036
|
-
* ([see example](slug:
|
|
9736
|
+
* Specifies the gaps between the elements. The default value is `0`
|
|
9737
|
+
* ([see example](slug:layout_gridlayout#toc-gap)).
|
|
10037
9738
|
*/
|
|
10038
9739
|
this.gap = 0;
|
|
10039
|
-
/**
|
|
10040
|
-
* Specifies the orientation of the StackLayout
|
|
10041
|
-
* ([see example]({% slug layout_stacklayout %}#toc-orientation)).
|
|
10042
|
-
*
|
|
10043
|
-
* The possible values are:
|
|
10044
|
-
* (Default) `horizontal`
|
|
10045
|
-
* `vertical`
|
|
10046
|
-
*/
|
|
10047
|
-
this.orientation = 'horizontal';
|
|
10048
9740
|
this._align = {
|
|
10049
9741
|
horizontal: 'stretch',
|
|
10050
9742
|
vertical: 'stretch'
|
|
10051
9743
|
};
|
|
10052
9744
|
validatePackage(packageMetadata);
|
|
10053
9745
|
}
|
|
10054
|
-
get horizontalClass() {
|
|
10055
|
-
return this.orientation === 'horizontal';
|
|
10056
|
-
}
|
|
10057
|
-
get verticalClass() {
|
|
10058
|
-
return this.orientation === 'vertical';
|
|
10059
|
-
}
|
|
10060
9746
|
get dir() {
|
|
10061
9747
|
return this.direction;
|
|
10062
9748
|
}
|
|
10063
9749
|
/**
|
|
10064
|
-
* Specifies the horizontal and vertical alignment of the inner
|
|
10065
|
-
* ([see example]({% slug
|
|
9750
|
+
* Specifies the horizontal and vertical alignment of the inner GridLayout elements
|
|
9751
|
+
* ([see example]({% slug layout_gridlayout %}#toc-alignment)).
|
|
10066
9752
|
*/
|
|
10067
9753
|
set align(align) {
|
|
10068
9754
|
this._align = Object.assign({}, this._align, align);
|
|
@@ -10073,15 +9759,20 @@ class StackLayoutComponent {
|
|
|
10073
9759
|
}
|
|
10074
9760
|
ngAfterViewInit() {
|
|
10075
9761
|
this.handleAlignClasses();
|
|
9762
|
+
this.handleGridTemplateStyling('rows');
|
|
9763
|
+
this.handleGridTemplateStyling('cols');
|
|
10076
9764
|
this.setGap();
|
|
10077
9765
|
}
|
|
10078
9766
|
ngOnChanges(changes) {
|
|
10079
9767
|
if (isChanged('gap', changes)) {
|
|
10080
9768
|
this.setGap();
|
|
10081
9769
|
}
|
|
10082
|
-
if (isChanged('
|
|
10083
|
-
this.
|
|
10084
|
-
}
|
|
9770
|
+
if (isChanged('rows', changes)) {
|
|
9771
|
+
this.handleGridTemplateStyling('rows');
|
|
9772
|
+
}
|
|
9773
|
+
if (isChanged('cols', changes)) {
|
|
9774
|
+
this.handleGridTemplateStyling('cols');
|
|
9775
|
+
}
|
|
10085
9776
|
}
|
|
10086
9777
|
handleAlignClasses() {
|
|
10087
9778
|
const elem = this.element.nativeElement;
|
|
@@ -10091,121 +9782,160 @@ class StackLayoutComponent {
|
|
|
10091
9782
|
if (isPresent(this.alignClass)) {
|
|
10092
9783
|
this.renderer.removeClass(elem, this.alignClass);
|
|
10093
9784
|
}
|
|
10094
|
-
|
|
10095
|
-
|
|
10096
|
-
this.alignClass = `${ALIGN_PREFIX}-${VERTICAL_SUFFIX[this.align.vertical]}`;
|
|
10097
|
-
}
|
|
10098
|
-
else {
|
|
10099
|
-
this.justifyClass = `${JUSTIFY_PREFIX}-${VERTICAL_SUFFIX[this.align.vertical]}`;
|
|
10100
|
-
this.alignClass = `${ALIGN_PREFIX}-${this.align.horizontal}`;
|
|
10101
|
-
}
|
|
9785
|
+
this.justifyClass = `${GRID_JUSTIFY_PREFIX}-${this.align.horizontal}`;
|
|
9786
|
+
this.alignClass = `${ALIGN_PREFIX}-${VERTICAL_SUFFIX[this.align.vertical]}`;
|
|
10102
9787
|
this.renderer.addClass(elem, this.justifyClass);
|
|
10103
9788
|
this.renderer.addClass(elem, this.alignClass);
|
|
10104
9789
|
}
|
|
10105
9790
|
setGap() {
|
|
10106
|
-
const parsedGap =
|
|
10107
|
-
|
|
9791
|
+
const parsedGap = normalizeGap(this.gap);
|
|
9792
|
+
const gapStyle = generateGapStyle(parsedGap);
|
|
9793
|
+
this.renderer.setStyle(this.element.nativeElement, 'gap', gapStyle);
|
|
9794
|
+
}
|
|
9795
|
+
handleGridTemplateStyling(type) {
|
|
9796
|
+
if (!isPresent(this[type])) {
|
|
9797
|
+
return;
|
|
9798
|
+
}
|
|
9799
|
+
const isValid = validateGridLayoutRowsCols(this[type]);
|
|
9800
|
+
if (!isValid && isDevMode()) {
|
|
9801
|
+
const valueType = type === 'rows' ? 'GridLayoutRowSize' : 'GridLayoutColSize';
|
|
9802
|
+
throw new Error(`The provided ${type} value contains invalid elements. The array supports values of type number, string or ${valueType}.`);
|
|
9803
|
+
}
|
|
9804
|
+
const gridTemplateStyle = type === 'rows' ? 'grid-template-rows' : 'grid-template-columns';
|
|
9805
|
+
const gridStyle = generateGridStyle(this[type], type);
|
|
9806
|
+
this.renderer.setStyle(this.element.nativeElement, gridTemplateStyle, gridStyle.join(' '));
|
|
10108
9807
|
}
|
|
10109
9808
|
get direction() {
|
|
10110
9809
|
return this.localization.rtl ? 'rtl' : 'ltr';
|
|
10111
9810
|
}
|
|
10112
9811
|
}
|
|
10113
|
-
|
|
10114
|
-
|
|
9812
|
+
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 });
|
|
9813
|
+
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: [
|
|
10115
9814
|
LocalizationService,
|
|
10116
9815
|
{
|
|
10117
9816
|
provide: L10N_PREFIX,
|
|
10118
|
-
useValue: 'kendo.
|
|
9817
|
+
useValue: 'kendo.gridlayout'
|
|
10119
9818
|
}
|
|
10120
|
-
], exportAs: ["
|
|
9819
|
+
], exportAs: ["kendoGridLayout"], usesOnChanges: true, ngImport: i0, template: `
|
|
10121
9820
|
<ng-content></ng-content>
|
|
10122
9821
|
`, isInline: true });
|
|
10123
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type:
|
|
9822
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutComponent, decorators: [{
|
|
10124
9823
|
type: Component,
|
|
10125
9824
|
args: [{
|
|
10126
|
-
exportAs: '
|
|
10127
|
-
selector: 'kendo-
|
|
9825
|
+
exportAs: 'kendoGridLayout',
|
|
9826
|
+
selector: 'kendo-gridlayout',
|
|
10128
9827
|
providers: [
|
|
10129
9828
|
LocalizationService,
|
|
10130
9829
|
{
|
|
10131
9830
|
provide: L10N_PREFIX,
|
|
10132
|
-
useValue: 'kendo.
|
|
9831
|
+
useValue: 'kendo.gridlayout'
|
|
10133
9832
|
}
|
|
10134
9833
|
],
|
|
10135
9834
|
template: `
|
|
10136
9835
|
<ng-content></ng-content>
|
|
10137
|
-
|
|
9836
|
+
`,
|
|
9837
|
+
standalone: true
|
|
10138
9838
|
}]
|
|
10139
9839
|
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i1.LocalizationService }]; }, propDecorators: { hostClass: [{
|
|
10140
9840
|
type: HostBinding,
|
|
10141
|
-
args: ['class.k-
|
|
10142
|
-
}], horizontalClass: [{
|
|
10143
|
-
type: HostBinding,
|
|
10144
|
-
args: ['class.k-hstack']
|
|
10145
|
-
}], verticalClass: [{
|
|
10146
|
-
type: HostBinding,
|
|
10147
|
-
args: ['class.k-vstack']
|
|
9841
|
+
args: ['class.k-grid-layout']
|
|
10148
9842
|
}], dir: [{
|
|
10149
9843
|
type: HostBinding,
|
|
10150
9844
|
args: ['attr.dir']
|
|
10151
|
-
}],
|
|
9845
|
+
}], rows: [{
|
|
9846
|
+
type: Input
|
|
9847
|
+
}], cols: [{
|
|
10152
9848
|
type: Input
|
|
10153
9849
|
}], gap: [{
|
|
10154
9850
|
type: Input
|
|
10155
|
-
}],
|
|
9851
|
+
}], align: [{
|
|
10156
9852
|
type: Input
|
|
10157
9853
|
}] } });
|
|
10158
9854
|
|
|
10159
|
-
|
|
10160
|
-
|
|
10161
|
-
|
|
10162
|
-
|
|
10163
|
-
|
|
10164
|
-
|
|
10165
|
-
|
|
10166
|
-
|
|
10167
|
-
|
|
10168
|
-
|
|
10169
|
-
|
|
9855
|
+
class GridLayoutItemComponent {
|
|
9856
|
+
constructor(renderer, element) {
|
|
9857
|
+
this.renderer = renderer;
|
|
9858
|
+
this.element = element;
|
|
9859
|
+
}
|
|
9860
|
+
ngOnInit() {
|
|
9861
|
+
this.setItemStyle();
|
|
9862
|
+
}
|
|
9863
|
+
ngOnChanges() {
|
|
9864
|
+
this.setItemStyle();
|
|
9865
|
+
}
|
|
9866
|
+
setItemStyle() {
|
|
9867
|
+
const row = this.row || 'auto';
|
|
9868
|
+
const col = this.col || 'auto';
|
|
9869
|
+
const rowSpan = this.rowSpan ? `span ${this.rowSpan}` : 'auto';
|
|
9870
|
+
const colSpan = this.colSpan ? `span ${this.colSpan}` : 'auto';
|
|
9871
|
+
const gridAreaStyle = `${row} / ${col} / ${rowSpan} / ${colSpan}`;
|
|
9872
|
+
this.renderer.setStyle(this.element.nativeElement, 'grid-area', gridAreaStyle);
|
|
9873
|
+
}
|
|
10170
9874
|
}
|
|
10171
|
-
|
|
10172
|
-
|
|
10173
|
-
|
|
10174
|
-
|
|
10175
|
-
|
|
9875
|
+
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 });
|
|
9876
|
+
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: `
|
|
9877
|
+
<ng-content></ng-content>
|
|
9878
|
+
`, isInline: true });
|
|
9879
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutItemComponent, decorators: [{
|
|
9880
|
+
type: Component,
|
|
10176
9881
|
args: [{
|
|
10177
|
-
|
|
10178
|
-
|
|
10179
|
-
|
|
9882
|
+
selector: 'kendo-gridlayout-item',
|
|
9883
|
+
template: `
|
|
9884
|
+
<ng-content></ng-content>
|
|
9885
|
+
`,
|
|
9886
|
+
standalone: true
|
|
10180
9887
|
}]
|
|
10181
|
-
}] }
|
|
9888
|
+
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { row: [{
|
|
9889
|
+
type: Input
|
|
9890
|
+
}], col: [{
|
|
9891
|
+
type: Input
|
|
9892
|
+
}], rowSpan: [{
|
|
9893
|
+
type: Input
|
|
9894
|
+
}], colSpan: [{
|
|
9895
|
+
type: Input
|
|
9896
|
+
}] } });
|
|
10182
9897
|
|
|
10183
9898
|
/**
|
|
10184
|
-
* Represents the [Kendo UI
|
|
9899
|
+
* Represents the [Kendo UI StackLayout component for Angular]({% slug overview_stacklayout %}).
|
|
10185
9900
|
*/
|
|
10186
|
-
class
|
|
9901
|
+
class StackLayoutComponent {
|
|
10187
9902
|
constructor(renderer, element, localization) {
|
|
10188
9903
|
this.renderer = renderer;
|
|
10189
9904
|
this.element = element;
|
|
10190
9905
|
this.localization = localization;
|
|
10191
9906
|
this.hostClass = true;
|
|
10192
9907
|
/**
|
|
10193
|
-
* Specifies the
|
|
10194
|
-
* ([see example](slug:
|
|
9908
|
+
* Specifies the gap between the inner StackLayout elements. The default value is `0`
|
|
9909
|
+
* ([see example](slug:layout_stacklayout#toc-gap)).
|
|
10195
9910
|
*/
|
|
10196
9911
|
this.gap = 0;
|
|
9912
|
+
/**
|
|
9913
|
+
* Specifies the orientation of the StackLayout
|
|
9914
|
+
* ([see example]({% slug layout_stacklayout %}#toc-orientation)).
|
|
9915
|
+
*
|
|
9916
|
+
* The possible values are:
|
|
9917
|
+
* (Default) `horizontal`
|
|
9918
|
+
* `vertical`
|
|
9919
|
+
*/
|
|
9920
|
+
this.orientation = 'horizontal';
|
|
10197
9921
|
this._align = {
|
|
10198
9922
|
horizontal: 'stretch',
|
|
10199
9923
|
vertical: 'stretch'
|
|
10200
9924
|
};
|
|
10201
9925
|
validatePackage(packageMetadata);
|
|
10202
9926
|
}
|
|
9927
|
+
get horizontalClass() {
|
|
9928
|
+
return this.orientation === 'horizontal';
|
|
9929
|
+
}
|
|
9930
|
+
get verticalClass() {
|
|
9931
|
+
return this.orientation === 'vertical';
|
|
9932
|
+
}
|
|
10203
9933
|
get dir() {
|
|
10204
9934
|
return this.direction;
|
|
10205
9935
|
}
|
|
10206
9936
|
/**
|
|
10207
|
-
* Specifies the horizontal and vertical alignment of the inner
|
|
10208
|
-
* ([see example]({% slug
|
|
9937
|
+
* Specifies the horizontal and vertical alignment of the inner StackLayout elements
|
|
9938
|
+
* ([see example]({% slug layout_stacklayout %}#toc-alignment)).
|
|
10209
9939
|
*/
|
|
10210
9940
|
set align(align) {
|
|
10211
9941
|
this._align = Object.assign({}, this._align, align);
|
|
@@ -10216,19 +9946,14 @@ class GridLayoutComponent {
|
|
|
10216
9946
|
}
|
|
10217
9947
|
ngAfterViewInit() {
|
|
10218
9948
|
this.handleAlignClasses();
|
|
10219
|
-
this.handleGridTemplateStyling('rows');
|
|
10220
|
-
this.handleGridTemplateStyling('cols');
|
|
10221
9949
|
this.setGap();
|
|
10222
9950
|
}
|
|
10223
9951
|
ngOnChanges(changes) {
|
|
10224
9952
|
if (isChanged('gap', changes)) {
|
|
10225
9953
|
this.setGap();
|
|
10226
9954
|
}
|
|
10227
|
-
if (isChanged('
|
|
10228
|
-
this.
|
|
10229
|
-
}
|
|
10230
|
-
if (isChanged('cols', changes)) {
|
|
10231
|
-
this.handleGridTemplateStyling('cols');
|
|
9955
|
+
if (isChanged('orientation', changes)) {
|
|
9956
|
+
this.handleAlignClasses();
|
|
10232
9957
|
}
|
|
10233
9958
|
}
|
|
10234
9959
|
handleAlignClasses() {
|
|
@@ -10239,143 +9964,199 @@ class GridLayoutComponent {
|
|
|
10239
9964
|
if (isPresent(this.alignClass)) {
|
|
10240
9965
|
this.renderer.removeClass(elem, this.alignClass);
|
|
10241
9966
|
}
|
|
10242
|
-
this.
|
|
10243
|
-
|
|
9967
|
+
if (this.orientation === 'horizontal') {
|
|
9968
|
+
this.justifyClass = `${JUSTIFY_PREFIX}-${this.align.horizontal}`;
|
|
9969
|
+
this.alignClass = `${ALIGN_PREFIX}-${VERTICAL_SUFFIX[this.align.vertical]}`;
|
|
9970
|
+
}
|
|
9971
|
+
else {
|
|
9972
|
+
this.justifyClass = `${JUSTIFY_PREFIX}-${VERTICAL_SUFFIX[this.align.vertical]}`;
|
|
9973
|
+
this.alignClass = `${ALIGN_PREFIX}-${this.align.horizontal}`;
|
|
9974
|
+
}
|
|
10244
9975
|
this.renderer.addClass(elem, this.justifyClass);
|
|
10245
9976
|
this.renderer.addClass(elem, this.alignClass);
|
|
10246
9977
|
}
|
|
10247
9978
|
setGap() {
|
|
10248
|
-
const parsedGap =
|
|
10249
|
-
|
|
10250
|
-
this.renderer.setStyle(this.element.nativeElement, 'gap', gapStyle);
|
|
10251
|
-
}
|
|
10252
|
-
handleGridTemplateStyling(type) {
|
|
10253
|
-
if (!isPresent(this[type])) {
|
|
10254
|
-
return;
|
|
10255
|
-
}
|
|
10256
|
-
const isValid = validateGridLayoutRowsCols(this[type]);
|
|
10257
|
-
if (!isValid && isDevMode()) {
|
|
10258
|
-
const valueType = type === 'rows' ? 'GridLayoutRowSize' : 'GridLayoutColSize';
|
|
10259
|
-
throw new Error(`The provided ${type} value contains invalid elements. The array supports values of type number, string or ${valueType}.`);
|
|
10260
|
-
}
|
|
10261
|
-
const gridTemplateStyle = type === 'rows' ? 'grid-template-rows' : 'grid-template-columns';
|
|
10262
|
-
const gridStyle = generateGridStyle(this[type], type);
|
|
10263
|
-
this.renderer.setStyle(this.element.nativeElement, gridTemplateStyle, gridStyle.join(' '));
|
|
9979
|
+
const parsedGap = isNumber(this.gap) ? `${this.gap}px` : this.gap;
|
|
9980
|
+
this.renderer.setStyle(this.element.nativeElement, 'gap', parsedGap);
|
|
10264
9981
|
}
|
|
10265
9982
|
get direction() {
|
|
10266
9983
|
return this.localization.rtl ? 'rtl' : 'ltr';
|
|
10267
9984
|
}
|
|
10268
9985
|
}
|
|
10269
|
-
|
|
10270
|
-
|
|
9986
|
+
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 });
|
|
9987
|
+
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: [
|
|
10271
9988
|
LocalizationService,
|
|
10272
9989
|
{
|
|
10273
9990
|
provide: L10N_PREFIX,
|
|
10274
|
-
useValue: 'kendo.
|
|
9991
|
+
useValue: 'kendo.stacklayout'
|
|
10275
9992
|
}
|
|
10276
|
-
], exportAs: ["
|
|
9993
|
+
], exportAs: ["kendoStackLayout"], usesOnChanges: true, ngImport: i0, template: `
|
|
10277
9994
|
<ng-content></ng-content>
|
|
10278
9995
|
`, isInline: true });
|
|
10279
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type:
|
|
9996
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StackLayoutComponent, decorators: [{
|
|
10280
9997
|
type: Component,
|
|
10281
9998
|
args: [{
|
|
10282
|
-
exportAs: '
|
|
10283
|
-
selector: 'kendo-
|
|
9999
|
+
exportAs: 'kendoStackLayout',
|
|
10000
|
+
selector: 'kendo-stacklayout',
|
|
10284
10001
|
providers: [
|
|
10285
10002
|
LocalizationService,
|
|
10286
10003
|
{
|
|
10287
10004
|
provide: L10N_PREFIX,
|
|
10288
|
-
useValue: 'kendo.
|
|
10005
|
+
useValue: 'kendo.stacklayout'
|
|
10289
10006
|
}
|
|
10290
10007
|
],
|
|
10291
10008
|
template: `
|
|
10292
10009
|
<ng-content></ng-content>
|
|
10293
|
-
|
|
10010
|
+
`,
|
|
10011
|
+
standalone: true
|
|
10294
10012
|
}]
|
|
10295
10013
|
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i1.LocalizationService }]; }, propDecorators: { hostClass: [{
|
|
10296
10014
|
type: HostBinding,
|
|
10297
|
-
args: ['class.k-
|
|
10015
|
+
args: ['class.k-stack-layout']
|
|
10016
|
+
}], horizontalClass: [{
|
|
10017
|
+
type: HostBinding,
|
|
10018
|
+
args: ['class.k-hstack']
|
|
10019
|
+
}], verticalClass: [{
|
|
10020
|
+
type: HostBinding,
|
|
10021
|
+
args: ['class.k-vstack']
|
|
10298
10022
|
}], dir: [{
|
|
10299
10023
|
type: HostBinding,
|
|
10300
10024
|
args: ['attr.dir']
|
|
10301
|
-
}],
|
|
10302
|
-
type: Input
|
|
10303
|
-
}], cols: [{
|
|
10025
|
+
}], align: [{
|
|
10304
10026
|
type: Input
|
|
10305
10027
|
}], gap: [{
|
|
10306
10028
|
type: Input
|
|
10307
|
-
}],
|
|
10029
|
+
}], orientation: [{
|
|
10308
10030
|
type: Input
|
|
10309
10031
|
}] } });
|
|
10310
10032
|
|
|
10311
|
-
|
|
10312
|
-
|
|
10313
|
-
|
|
10314
|
-
|
|
10315
|
-
}
|
|
10316
|
-
ngOnInit() {
|
|
10317
|
-
this.setItemStyle();
|
|
10318
|
-
}
|
|
10319
|
-
ngOnChanges() {
|
|
10320
|
-
this.setItemStyle();
|
|
10321
|
-
}
|
|
10322
|
-
setItemStyle() {
|
|
10323
|
-
const row = this.row || 'auto';
|
|
10324
|
-
const col = this.col || 'auto';
|
|
10325
|
-
const rowSpan = this.rowSpan ? `span ${this.rowSpan}` : 'auto';
|
|
10326
|
-
const colSpan = this.colSpan ? `span ${this.colSpan}` : 'auto';
|
|
10327
|
-
const gridAreaStyle = `${row} / ${col} / ${rowSpan} / ${colSpan}`;
|
|
10328
|
-
this.renderer.setStyle(this.element.nativeElement, 'grid-area', gridAreaStyle);
|
|
10329
|
-
}
|
|
10033
|
+
/**
|
|
10034
|
+
* @hidden
|
|
10035
|
+
*/
|
|
10036
|
+
class TimelineMessages extends ComponentMessages {
|
|
10330
10037
|
}
|
|
10331
|
-
|
|
10332
|
-
|
|
10333
|
-
|
|
10334
|
-
|
|
10335
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutItemComponent, decorators: [{
|
|
10336
|
-
type: Component,
|
|
10038
|
+
TimelineMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
10039
|
+
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 });
|
|
10040
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineMessages, decorators: [{
|
|
10041
|
+
type: Directive,
|
|
10337
10042
|
args: [{
|
|
10338
|
-
|
|
10339
|
-
|
|
10340
|
-
<ng-content></ng-content>
|
|
10341
|
-
`
|
|
10043
|
+
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
10044
|
+
selector: 'kendo-timeline-messages-base'
|
|
10342
10045
|
}]
|
|
10343
|
-
}],
|
|
10344
|
-
type: Input
|
|
10345
|
-
}], col: [{
|
|
10346
|
-
type: Input
|
|
10347
|
-
}], rowSpan: [{
|
|
10046
|
+
}], propDecorators: { previous: [{
|
|
10348
10047
|
type: Input
|
|
10349
|
-
}],
|
|
10048
|
+
}], next: [{
|
|
10350
10049
|
type: Input
|
|
10351
10050
|
}] } });
|
|
10352
10051
|
|
|
10353
|
-
const exportedModules$1 = [
|
|
10354
|
-
GridLayoutComponent,
|
|
10355
|
-
GridLayoutItemComponent
|
|
10356
|
-
];
|
|
10357
|
-
const declarations$1 = [
|
|
10358
|
-
...exportedModules$1
|
|
10359
|
-
];
|
|
10360
10052
|
/**
|
|
10361
|
-
*
|
|
10362
|
-
* definition for the GridLayout component.
|
|
10053
|
+
* Custom component messages override default component messages.
|
|
10363
10054
|
*/
|
|
10364
|
-
class
|
|
10055
|
+
class TimelineCustomMessagesComponent extends TimelineMessages {
|
|
10056
|
+
constructor(service) {
|
|
10057
|
+
super();
|
|
10058
|
+
this.service = service;
|
|
10059
|
+
}
|
|
10060
|
+
get override() {
|
|
10061
|
+
return true;
|
|
10062
|
+
}
|
|
10365
10063
|
}
|
|
10366
|
-
|
|
10367
|
-
|
|
10368
|
-
|
|
10369
|
-
|
|
10370
|
-
|
|
10371
|
-
|
|
10372
|
-
|
|
10064
|
+
TimelineCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
10065
|
+
TimelineCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimelineCustomMessagesComponent, isStandalone: true, selector: "kendo-timeline-messages", providers: [
|
|
10066
|
+
{
|
|
10067
|
+
provide: TimelineMessages,
|
|
10068
|
+
useExisting: forwardRef(() => TimelineCustomMessagesComponent),
|
|
10069
|
+
},
|
|
10070
|
+
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
10071
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCustomMessagesComponent, decorators: [{
|
|
10072
|
+
type: Component,
|
|
10073
|
+
args: [{
|
|
10074
|
+
providers: [
|
|
10075
|
+
{
|
|
10076
|
+
provide: TimelineMessages,
|
|
10077
|
+
useExisting: forwardRef(() => TimelineCustomMessagesComponent),
|
|
10078
|
+
},
|
|
10079
|
+
],
|
|
10080
|
+
selector: 'kendo-timeline-messages',
|
|
10081
|
+
template: ``,
|
|
10082
|
+
standalone: true
|
|
10083
|
+
}]
|
|
10084
|
+
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
10085
|
+
|
|
10086
|
+
/**
|
|
10087
|
+
* Specifies the actions of each timeline card. To define an actions template, nest an `<ng-template>` tag
|
|
10088
|
+
* with the `kendoTimelineCardActionsTemplate` directive inside the `<kendo-timeline>` tag.
|
|
10089
|
+
*
|
|
10090
|
+
* The following values are available as context variables:
|
|
10091
|
+
* - `let-event="event"` (`TimelineEvent`) - The current card's event. Also available as implicit context variable.
|
|
10092
|
+
* - `let-index="index"` (`number`) - The current event index.
|
|
10093
|
+
*/
|
|
10094
|
+
class TimelineCardActionsTemplateDirective {
|
|
10095
|
+
constructor(templateRef) {
|
|
10096
|
+
this.templateRef = templateRef;
|
|
10097
|
+
}
|
|
10098
|
+
}
|
|
10099
|
+
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 });
|
|
10100
|
+
TimelineCardActionsTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimelineCardActionsTemplateDirective, isStandalone: true, selector: "[kendoTimelineCardActionsTemplate]", ngImport: i0 });
|
|
10101
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCardActionsTemplateDirective, decorators: [{
|
|
10102
|
+
type: Directive,
|
|
10373
10103
|
args: [{
|
|
10374
|
-
|
|
10375
|
-
|
|
10376
|
-
imports: [CommonModule]
|
|
10104
|
+
selector: '[kendoTimelineCardActionsTemplate]',
|
|
10105
|
+
standalone: true
|
|
10377
10106
|
}]
|
|
10378
|
-
}]
|
|
10107
|
+
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
10108
|
+
type: Optional
|
|
10109
|
+
}] }]; } });
|
|
10110
|
+
|
|
10111
|
+
/**
|
|
10112
|
+
* Specifies the body of each timeline card. To define a body template, nest an `<ng-template>` tag
|
|
10113
|
+
* with the `kendoTimelineCardBodyTemplate` directive inside the `<kendo-timeline>` tag.
|
|
10114
|
+
*
|
|
10115
|
+
* The following values are available as context variables:
|
|
10116
|
+
* - `let-event="event"` (`TimelineEvent`) - The current card's event. Also available as implicit context variable.
|
|
10117
|
+
* - `let-index="index"` (`number`) - The current event index.
|
|
10118
|
+
*/
|
|
10119
|
+
class TimelineCardBodyTemplateDirective {
|
|
10120
|
+
constructor(templateRef) {
|
|
10121
|
+
this.templateRef = templateRef;
|
|
10122
|
+
}
|
|
10123
|
+
}
|
|
10124
|
+
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 });
|
|
10125
|
+
TimelineCardBodyTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimelineCardBodyTemplateDirective, isStandalone: true, selector: "[kendoTimelineCardBodyTemplate]", ngImport: i0 });
|
|
10126
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCardBodyTemplateDirective, decorators: [{
|
|
10127
|
+
type: Directive,
|
|
10128
|
+
args: [{
|
|
10129
|
+
selector: '[kendoTimelineCardBodyTemplate]',
|
|
10130
|
+
standalone: true
|
|
10131
|
+
}]
|
|
10132
|
+
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
10133
|
+
type: Optional
|
|
10134
|
+
}] }]; } });
|
|
10135
|
+
|
|
10136
|
+
/**
|
|
10137
|
+
* Specifies the header of each timeline card. To define a header template, nest an `<ng-template>` tag
|
|
10138
|
+
* with the `kendoTimelineCardHeaderTemplate` directive inside the `<kendo-timeline>` tag.
|
|
10139
|
+
*
|
|
10140
|
+
* The following values are available as context variables:
|
|
10141
|
+
* - `let-event="event"` (`TimelineEvent`) - The current card's event. Also available as implicit context variable.
|
|
10142
|
+
* - `let-index="index"` (`number`) - The current event index.
|
|
10143
|
+
*/
|
|
10144
|
+
class TimelineCardHeaderTemplateDirective {
|
|
10145
|
+
constructor(templateRef) {
|
|
10146
|
+
this.templateRef = templateRef;
|
|
10147
|
+
}
|
|
10148
|
+
}
|
|
10149
|
+
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 });
|
|
10150
|
+
TimelineCardHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimelineCardHeaderTemplateDirective, isStandalone: true, selector: "[kendoTimelineCardHeaderTemplate]", ngImport: i0 });
|
|
10151
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCardHeaderTemplateDirective, decorators: [{
|
|
10152
|
+
type: Directive,
|
|
10153
|
+
args: [{
|
|
10154
|
+
selector: '[kendoTimelineCardHeaderTemplate]',
|
|
10155
|
+
standalone: true
|
|
10156
|
+
}]
|
|
10157
|
+
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
10158
|
+
type: Optional
|
|
10159
|
+
}] }]; } });
|
|
10379
10160
|
|
|
10380
10161
|
/**
|
|
10381
10162
|
* @hidden
|
|
@@ -10439,78 +10220,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10439
10220
|
type: Injectable
|
|
10440
10221
|
}] });
|
|
10441
10222
|
|
|
10442
|
-
/**
|
|
10443
|
-
* Specifies the header of each timeline card. To define a header template, nest an `<ng-template>` tag
|
|
10444
|
-
* with the `kendoTimelineCardHeaderTemplate` directive inside the `<kendo-timeline>` tag.
|
|
10445
|
-
*
|
|
10446
|
-
* The following values are available as context variables:
|
|
10447
|
-
* - `let-event="event"` (`TimelineEvent`) - The current card's event. Also available as implicit context variable.
|
|
10448
|
-
* - `let-index="index"` (`number`) - The current event index.
|
|
10449
|
-
*/
|
|
10450
|
-
class TimelineCardHeaderTemplateDirective {
|
|
10451
|
-
constructor(templateRef) {
|
|
10452
|
-
this.templateRef = templateRef;
|
|
10453
|
-
}
|
|
10454
|
-
}
|
|
10455
|
-
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 });
|
|
10456
|
-
TimelineCardHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimelineCardHeaderTemplateDirective, selector: "[kendoTimelineCardHeaderTemplate]", ngImport: i0 });
|
|
10457
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCardHeaderTemplateDirective, decorators: [{
|
|
10458
|
-
type: Directive,
|
|
10459
|
-
args: [{
|
|
10460
|
-
selector: '[kendoTimelineCardHeaderTemplate]'
|
|
10461
|
-
}]
|
|
10462
|
-
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
10463
|
-
type: Optional
|
|
10464
|
-
}] }]; } });
|
|
10465
|
-
|
|
10466
|
-
/**
|
|
10467
|
-
* Specifies the body of each timeline card. To define a body template, nest an `<ng-template>` tag
|
|
10468
|
-
* with the `kendoTimelineCardBodyTemplate` directive inside the `<kendo-timeline>` tag.
|
|
10469
|
-
*
|
|
10470
|
-
* The following values are available as context variables:
|
|
10471
|
-
* - `let-event="event"` (`TimelineEvent`) - The current card's event. Also available as implicit context variable.
|
|
10472
|
-
* - `let-index="index"` (`number`) - The current event index.
|
|
10473
|
-
*/
|
|
10474
|
-
class TimelineCardBodyTemplateDirective {
|
|
10475
|
-
constructor(templateRef) {
|
|
10476
|
-
this.templateRef = templateRef;
|
|
10477
|
-
}
|
|
10478
|
-
}
|
|
10479
|
-
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 });
|
|
10480
|
-
TimelineCardBodyTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimelineCardBodyTemplateDirective, selector: "[kendoTimelineCardBodyTemplate]", ngImport: i0 });
|
|
10481
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCardBodyTemplateDirective, decorators: [{
|
|
10482
|
-
type: Directive,
|
|
10483
|
-
args: [{
|
|
10484
|
-
selector: '[kendoTimelineCardBodyTemplate]'
|
|
10485
|
-
}]
|
|
10486
|
-
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
10487
|
-
type: Optional
|
|
10488
|
-
}] }]; } });
|
|
10489
|
-
|
|
10490
|
-
/**
|
|
10491
|
-
* Specifies the actions of each timeline card. To define an actions template, nest an `<ng-template>` tag
|
|
10492
|
-
* with the `kendoTimelineCardActionsTemplate` directive inside the `<kendo-timeline>` tag.
|
|
10493
|
-
*
|
|
10494
|
-
* The following values are available as context variables:
|
|
10495
|
-
* - `let-event="event"` (`TimelineEvent`) - The current card's event. Also available as implicit context variable.
|
|
10496
|
-
* - `let-index="index"` (`number`) - The current event index.
|
|
10497
|
-
*/
|
|
10498
|
-
class TimelineCardActionsTemplateDirective {
|
|
10499
|
-
constructor(templateRef) {
|
|
10500
|
-
this.templateRef = templateRef;
|
|
10501
|
-
}
|
|
10502
|
-
}
|
|
10503
|
-
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 });
|
|
10504
|
-
TimelineCardActionsTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimelineCardActionsTemplateDirective, selector: "[kendoTimelineCardActionsTemplate]", ngImport: i0 });
|
|
10505
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCardActionsTemplateDirective, decorators: [{
|
|
10506
|
-
type: Directive,
|
|
10507
|
-
args: [{
|
|
10508
|
-
selector: '[kendoTimelineCardActionsTemplate]'
|
|
10509
|
-
}]
|
|
10510
|
-
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
10511
|
-
type: Optional
|
|
10512
|
-
}] }]; } });
|
|
10513
|
-
|
|
10514
10223
|
/**
|
|
10515
10224
|
* @hidden
|
|
10516
10225
|
*/
|
|
@@ -10615,7 +10324,7 @@ class TimelineCardComponent {
|
|
|
10615
10324
|
}
|
|
10616
10325
|
}
|
|
10617
10326
|
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 });
|
|
10618
|
-
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: `
|
|
10327
|
+
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: `
|
|
10619
10328
|
<kendo-card
|
|
10620
10329
|
[ngStyle]="{ 'height': orientation === 'horizontal' ? eventHeight + 'px' : null }"
|
|
10621
10330
|
[width]="orientation === 'horizontal' ? 'auto' : eventWidth + 'px'"
|
|
@@ -10709,7 +10418,7 @@ TimelineCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
10709
10418
|
</kendo-card-actions>
|
|
10710
10419
|
</div>
|
|
10711
10420
|
</kendo-card>
|
|
10712
|
-
`, isInline: true, dependencies: [{ kind: "
|
|
10421
|
+
`, 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: [
|
|
10713
10422
|
trigger('toggle', [
|
|
10714
10423
|
state('collapsed', style({
|
|
10715
10424
|
height: '0',
|
|
@@ -10844,6 +10553,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10844
10553
|
</div>
|
|
10845
10554
|
</kendo-card>
|
|
10846
10555
|
`,
|
|
10556
|
+
standalone: true,
|
|
10557
|
+
imports: [CardComponent, NgStyle, NgClass, NgIf, CardHeaderComponent, NgTemplateOutlet, CardTitleDirective, ButtonComponent, CardSubtitleDirective, CardBodyComponent, NgFor, CardMediaDirective, CardActionsComponent]
|
|
10847
10558
|
}]
|
|
10848
10559
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: TimelineService }, { type: i0.Renderer2 }]; }, propDecorators: { event: [{
|
|
10849
10560
|
type: Input
|
|
@@ -11326,7 +11037,7 @@ class TimelineHorizontalComponent {
|
|
|
11326
11037
|
}
|
|
11327
11038
|
}
|
|
11328
11039
|
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 });
|
|
11329
|
-
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: `
|
|
11040
|
+
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: `
|
|
11330
11041
|
<div class="k-timeline-track-wrap" #track>
|
|
11331
11042
|
<button
|
|
11332
11043
|
kendoButton
|
|
@@ -11423,7 +11134,7 @@ TimelineHorizontalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.
|
|
|
11423
11134
|
</li>
|
|
11424
11135
|
</ul>
|
|
11425
11136
|
</div>
|
|
11426
|
-
`, isInline: true, dependencies: [{ kind: "
|
|
11137
|
+
`, 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: [
|
|
11427
11138
|
trigger('trackSlide', [
|
|
11428
11139
|
state('left', style({
|
|
11429
11140
|
transform: `translateX({{transformValue}}%)`,
|
|
@@ -11569,6 +11280,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
11569
11280
|
</ul>
|
|
11570
11281
|
</div>
|
|
11571
11282
|
`,
|
|
11283
|
+
standalone: true,
|
|
11284
|
+
imports: [ButtonComponent, NgFor, NgIf, NgStyle, TimelineCardComponent, DatePipe]
|
|
11572
11285
|
}]
|
|
11573
11286
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: TimelineService }, { type: i1.LocalizationService }]; }, propDecorators: { events: [{
|
|
11574
11287
|
type: Input
|
|
@@ -11666,7 +11379,7 @@ class TimelineVerticalComponent {
|
|
|
11666
11379
|
}
|
|
11667
11380
|
}
|
|
11668
11381
|
TimelineVerticalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineVerticalComponent, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
11669
|
-
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: `
|
|
11382
|
+
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: `
|
|
11670
11383
|
<ul *ngIf="events && events.length > 0">
|
|
11671
11384
|
<ng-container *ngFor="let event of events; let i = index">
|
|
11672
11385
|
<li class="k-timeline-flag-wrap" *ngIf="event.flag">
|
|
@@ -11699,7 +11412,7 @@ TimelineVerticalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.
|
|
|
11699
11412
|
</li>
|
|
11700
11413
|
</ng-container>
|
|
11701
11414
|
</ul>
|
|
11702
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
11415
|
+
`, 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" }] });
|
|
11703
11416
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineVerticalComponent, decorators: [{
|
|
11704
11417
|
type: Component,
|
|
11705
11418
|
args: [{
|
|
@@ -11740,6 +11453,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
11740
11453
|
</ng-container>
|
|
11741
11454
|
</ul>
|
|
11742
11455
|
`,
|
|
11456
|
+
standalone: true,
|
|
11457
|
+
imports: [NgIf, NgFor, NgClass, TimelineCardComponent, DatePipe]
|
|
11743
11458
|
}]
|
|
11744
11459
|
}], ctorParameters: function () { return [{ type: i0.Renderer2 }]; }, propDecorators: { events: [{
|
|
11745
11460
|
type: Input
|
|
@@ -11774,25 +11489,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
11774
11489
|
args: ['innerDate']
|
|
11775
11490
|
}] } });
|
|
11776
11491
|
|
|
11777
|
-
/**
|
|
11778
|
-
* @hidden
|
|
11779
|
-
*/
|
|
11780
|
-
class TimelineMessages extends ComponentMessages {
|
|
11781
|
-
}
|
|
11782
|
-
TimelineMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
11783
|
-
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 });
|
|
11784
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineMessages, decorators: [{
|
|
11785
|
-
type: Directive,
|
|
11786
|
-
args: [{
|
|
11787
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
11788
|
-
selector: 'kendo-timeline-messages-base'
|
|
11789
|
-
}]
|
|
11790
|
-
}], propDecorators: { previous: [{
|
|
11791
|
-
type: Input
|
|
11792
|
-
}], next: [{
|
|
11793
|
-
type: Input
|
|
11794
|
-
}] } });
|
|
11795
|
-
|
|
11796
11492
|
/**
|
|
11797
11493
|
* @hidden
|
|
11798
11494
|
*/
|
|
@@ -11803,7 +11499,7 @@ class LocalizedTimelineMessagesDirective extends TimelineMessages {
|
|
|
11803
11499
|
}
|
|
11804
11500
|
}
|
|
11805
11501
|
LocalizedTimelineMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedTimelineMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11806
|
-
LocalizedTimelineMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedTimelineMessagesDirective, selector: "[kendoTimelineLocalizedMessages]", providers: [
|
|
11502
|
+
LocalizedTimelineMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedTimelineMessagesDirective, isStandalone: true, selector: "[kendoTimelineLocalizedMessages]", providers: [
|
|
11807
11503
|
{
|
|
11808
11504
|
provide: TimelineMessages,
|
|
11809
11505
|
useExisting: forwardRef(() => LocalizedTimelineMessagesDirective),
|
|
@@ -11818,7 +11514,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
11818
11514
|
useExisting: forwardRef(() => LocalizedTimelineMessagesDirective),
|
|
11819
11515
|
},
|
|
11820
11516
|
],
|
|
11821
|
-
selector: `[kendoTimelineLocalizedMessages]
|
|
11517
|
+
selector: `[kendoTimelineLocalizedMessages]`,
|
|
11518
|
+
standalone: true
|
|
11822
11519
|
}]
|
|
11823
11520
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
11824
11521
|
|
|
@@ -12056,7 +11753,7 @@ class TimelineComponent {
|
|
|
12056
11753
|
}
|
|
12057
11754
|
}
|
|
12058
11755
|
TimelineComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineComponent, deps: [{ token: TimelineService }], target: i0.ɵɵFactoryTarget.Component });
|
|
12059
|
-
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: [
|
|
11756
|
+
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: [
|
|
12060
11757
|
TimelineService,
|
|
12061
11758
|
LocalizationService,
|
|
12062
11759
|
{
|
|
@@ -12103,7 +11800,7 @@ TimelineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
12103
11800
|
[actionsTemplate]="actionsTemplate"
|
|
12104
11801
|
>
|
|
12105
11802
|
</kendo-timeline-horizontal>
|
|
12106
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
11803
|
+
`, 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"] }] });
|
|
12107
11804
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineComponent, decorators: [{
|
|
12108
11805
|
type: Component,
|
|
12109
11806
|
args: [{
|
|
@@ -12158,6 +11855,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
12158
11855
|
>
|
|
12159
11856
|
</kendo-timeline-horizontal>
|
|
12160
11857
|
`,
|
|
11858
|
+
standalone: true,
|
|
11859
|
+
imports: [LocalizedTimelineMessagesDirective, NgIf, TimelineVerticalComponent, TimelineHorizontalComponent]
|
|
12161
11860
|
}]
|
|
12162
11861
|
}], ctorParameters: function () { return [{ type: TimelineService }]; }, propDecorators: { events: [{
|
|
12163
11862
|
type: Input
|
|
@@ -12219,85 +11918,149 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
12219
11918
|
type: Output
|
|
12220
11919
|
}] } });
|
|
12221
11920
|
|
|
11921
|
+
const KENDO_AVATAR = [
|
|
11922
|
+
AvatarComponent,
|
|
11923
|
+
AvatarCustomMessagesComponent
|
|
11924
|
+
];
|
|
11925
|
+
const KENDO_CARD = [
|
|
11926
|
+
CardComponent,
|
|
11927
|
+
CardActionsComponent,
|
|
11928
|
+
CardBodyComponent,
|
|
11929
|
+
CardFooterComponent,
|
|
11930
|
+
CardHeaderComponent,
|
|
11931
|
+
CardMediaDirective,
|
|
11932
|
+
CardSeparatorDirective,
|
|
11933
|
+
CardSubtitleDirective,
|
|
11934
|
+
CardTitleDirective
|
|
11935
|
+
];
|
|
11936
|
+
const KENDO_DRAWER = [
|
|
11937
|
+
DrawerComponent,
|
|
11938
|
+
DrawerContainerComponent,
|
|
11939
|
+
DrawerContentComponent,
|
|
11940
|
+
DrawerTemplateDirective,
|
|
11941
|
+
DrawerFooterTemplateDirective,
|
|
11942
|
+
DrawerHeaderTemplateDirective,
|
|
11943
|
+
DrawerItemTemplateDirective
|
|
11944
|
+
];
|
|
11945
|
+
const KENDO_EXPANSIONPANEL = [
|
|
11946
|
+
ExpansionPanelComponent,
|
|
11947
|
+
ExpansionPanelTitleDirective
|
|
11948
|
+
];
|
|
11949
|
+
const KENDO_GRIDLAYOUT = [
|
|
11950
|
+
GridLayoutComponent,
|
|
11951
|
+
GridLayoutItemComponent
|
|
11952
|
+
];
|
|
11953
|
+
const KENDO_PANELBAR = [
|
|
11954
|
+
PanelBarComponent,
|
|
11955
|
+
PanelBarItemComponent,
|
|
11956
|
+
PanelBarContentDirective,
|
|
11957
|
+
PanelBarItemTemplateDirective,
|
|
11958
|
+
PanelBarItemTitleDirective
|
|
11959
|
+
];
|
|
11960
|
+
const KENDO_SPLITTER = [
|
|
11961
|
+
SplitterComponent,
|
|
11962
|
+
SplitterPaneComponent
|
|
11963
|
+
];
|
|
11964
|
+
const KENDO_STACKLAYOUT = [
|
|
11965
|
+
StackLayoutComponent
|
|
11966
|
+
];
|
|
11967
|
+
const KENDO_STEPPER = [
|
|
11968
|
+
StepperComponent,
|
|
11969
|
+
StepperCustomMessagesComponent,
|
|
11970
|
+
StepperIndicatorTemplateDirective,
|
|
11971
|
+
StepperLabelTemplateDirective,
|
|
11972
|
+
StepperStepTemplateDirective
|
|
11973
|
+
];
|
|
11974
|
+
const KENDO_TABSTRIP = [
|
|
11975
|
+
TabStripComponent,
|
|
11976
|
+
TabStripTabComponent,
|
|
11977
|
+
TabContentDirective,
|
|
11978
|
+
TabTitleDirective,
|
|
11979
|
+
TabStripCustomMessagesComponent
|
|
11980
|
+
];
|
|
11981
|
+
const KENDO_TILELAYOUT = [
|
|
11982
|
+
TileLayoutComponent,
|
|
11983
|
+
TileLayoutItemBodyComponent,
|
|
11984
|
+
TileLayoutItemComponent,
|
|
11985
|
+
TileLayoutItemHeaderComponent
|
|
11986
|
+
];
|
|
11987
|
+
const KENDO_TIMELINE = [
|
|
11988
|
+
TimelineComponent,
|
|
11989
|
+
TimelineCustomMessagesComponent,
|
|
11990
|
+
TimelineCardActionsTemplateDirective,
|
|
11991
|
+
TimelineCardBodyTemplateDirective,
|
|
11992
|
+
TimelineCardHeaderTemplateDirective
|
|
11993
|
+
];
|
|
11994
|
+
const KENDO_LAYOUT = [
|
|
11995
|
+
...KENDO_AVATAR,
|
|
11996
|
+
...KENDO_CARD,
|
|
11997
|
+
...KENDO_DRAWER,
|
|
11998
|
+
...KENDO_EXPANSIONPANEL,
|
|
11999
|
+
...KENDO_GRIDLAYOUT,
|
|
12000
|
+
...KENDO_PANELBAR,
|
|
12001
|
+
...KENDO_SPLITTER,
|
|
12002
|
+
...KENDO_STACKLAYOUT,
|
|
12003
|
+
...KENDO_STEPPER,
|
|
12004
|
+
...KENDO_TABSTRIP,
|
|
12005
|
+
...KENDO_TILELAYOUT,
|
|
12006
|
+
...KENDO_TIMELINE
|
|
12007
|
+
];
|
|
12008
|
+
|
|
12009
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
12222
12010
|
/**
|
|
12223
|
-
*
|
|
12011
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
12012
|
+
* definition for the Avatar component.
|
|
12224
12013
|
*/
|
|
12225
|
-
class
|
|
12226
|
-
constructor(service) {
|
|
12227
|
-
super();
|
|
12228
|
-
this.service = service;
|
|
12229
|
-
}
|
|
12230
|
-
get override() {
|
|
12231
|
-
return true;
|
|
12232
|
-
}
|
|
12014
|
+
class AvatarModule {
|
|
12233
12015
|
}
|
|
12234
|
-
|
|
12235
|
-
|
|
12236
|
-
|
|
12237
|
-
|
|
12238
|
-
|
|
12239
|
-
},
|
|
12240
|
-
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
12241
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCustomMessagesComponent, decorators: [{
|
|
12242
|
-
type: Component,
|
|
12016
|
+
AvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12017
|
+
AvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, imports: [AvatarComponent, AvatarCustomMessagesComponent], exports: [AvatarComponent, AvatarCustomMessagesComponent] });
|
|
12018
|
+
AvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, imports: [KENDO_AVATAR] });
|
|
12019
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, decorators: [{
|
|
12020
|
+
type: NgModule,
|
|
12243
12021
|
args: [{
|
|
12244
|
-
|
|
12245
|
-
|
|
12246
|
-
provide: TimelineMessages,
|
|
12247
|
-
useExisting: forwardRef(() => TimelineCustomMessagesComponent),
|
|
12248
|
-
},
|
|
12249
|
-
],
|
|
12250
|
-
selector: 'kendo-timeline-messages',
|
|
12251
|
-
template: ``,
|
|
12022
|
+
exports: [...KENDO_AVATAR],
|
|
12023
|
+
imports: [...KENDO_AVATAR]
|
|
12252
12024
|
}]
|
|
12253
|
-
}]
|
|
12025
|
+
}] });
|
|
12254
12026
|
|
|
12255
|
-
|
|
12256
|
-
TimelineComponent,
|
|
12257
|
-
TimelineCustomMessagesComponent,
|
|
12258
|
-
TimelineCardHeaderTemplateDirective,
|
|
12259
|
-
TimelineCardBodyTemplateDirective,
|
|
12260
|
-
TimelineCardActionsTemplateDirective
|
|
12261
|
-
];
|
|
12262
|
-
const declarations = [
|
|
12263
|
-
...exportedModules,
|
|
12264
|
-
TimelineVerticalComponent,
|
|
12265
|
-
TimelineHorizontalComponent,
|
|
12266
|
-
TimelineCardComponent,
|
|
12267
|
-
LocalizedTimelineMessagesDirective,
|
|
12268
|
-
];
|
|
12027
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
12269
12028
|
/**
|
|
12270
12029
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
12271
|
-
* definition for the
|
|
12272
|
-
*
|
|
12273
|
-
* The module registers:
|
|
12274
|
-
* - `TimelineComponent`—The `TimelineComponent` component class.
|
|
12030
|
+
* definition for the Card component.
|
|
12275
12031
|
*/
|
|
12276
|
-
class
|
|
12032
|
+
class CardModule {
|
|
12277
12033
|
}
|
|
12278
|
-
|
|
12279
|
-
|
|
12280
|
-
|
|
12281
|
-
|
|
12282
|
-
|
|
12283
|
-
|
|
12284
|
-
|
|
12285
|
-
|
|
12286
|
-
|
|
12287
|
-
|
|
12288
|
-
|
|
12289
|
-
|
|
12290
|
-
|
|
12291
|
-
|
|
12292
|
-
|
|
12034
|
+
CardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12035
|
+
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] });
|
|
12036
|
+
CardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardModule, imports: [CardComponent, CardActionsComponent, CardBodyComponent, CardFooterComponent, CardHeaderComponent] });
|
|
12037
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardModule, decorators: [{
|
|
12038
|
+
type: NgModule,
|
|
12039
|
+
args: [{
|
|
12040
|
+
exports: [...KENDO_CARD],
|
|
12041
|
+
imports: [...KENDO_CARD]
|
|
12042
|
+
}]
|
|
12043
|
+
}] });
|
|
12044
|
+
|
|
12045
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
12046
|
+
/**
|
|
12047
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
12048
|
+
* definition for the Drawer component.
|
|
12049
|
+
*/
|
|
12050
|
+
class DrawerModule {
|
|
12051
|
+
}
|
|
12052
|
+
DrawerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12053
|
+
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] });
|
|
12054
|
+
DrawerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerModule, imports: [DrawerComponent, DrawerContainerComponent, DrawerContentComponent] });
|
|
12055
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerModule, decorators: [{
|
|
12293
12056
|
type: NgModule,
|
|
12294
12057
|
args: [{
|
|
12295
|
-
|
|
12296
|
-
|
|
12297
|
-
imports: [CommonModule, CardModule, ButtonModule, IconsModule, IntlModule]
|
|
12058
|
+
exports: [...KENDO_DRAWER],
|
|
12059
|
+
imports: [...KENDO_DRAWER]
|
|
12298
12060
|
}]
|
|
12299
12061
|
}] });
|
|
12300
12062
|
|
|
12063
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
12301
12064
|
/**
|
|
12302
12065
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
12303
12066
|
* definition for the Layout components.
|
|
@@ -12332,47 +12095,201 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
12332
12095
|
class LayoutModule {
|
|
12333
12096
|
}
|
|
12334
12097
|
LayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12335
|
-
LayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: LayoutModule, exports: [
|
|
12336
|
-
|
|
12337
|
-
DrawerModule,
|
|
12338
|
-
PanelBarModule,
|
|
12339
|
-
ExpansionPanelModule,
|
|
12340
|
-
SplitterModule,
|
|
12341
|
-
StepperModule,
|
|
12342
|
-
TabStripModule,
|
|
12343
|
-
TileLayoutModule,
|
|
12344
|
-
StackLayoutModule,
|
|
12345
|
-
GridLayoutModule,
|
|
12346
|
-
TimelineModule] });
|
|
12347
|
-
LayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LayoutModule, imports: [AvatarModule,
|
|
12348
|
-
CardModule,
|
|
12349
|
-
DrawerModule,
|
|
12350
|
-
PanelBarModule,
|
|
12351
|
-
ExpansionPanelModule,
|
|
12352
|
-
SplitterModule,
|
|
12353
|
-
StepperModule,
|
|
12354
|
-
TabStripModule,
|
|
12355
|
-
TileLayoutModule,
|
|
12356
|
-
StackLayoutModule,
|
|
12357
|
-
GridLayoutModule,
|
|
12358
|
-
TimelineModule] });
|
|
12098
|
+
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] });
|
|
12099
|
+
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] });
|
|
12359
12100
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LayoutModule, decorators: [{
|
|
12360
12101
|
type: NgModule,
|
|
12361
12102
|
args: [{
|
|
12362
|
-
exports: [
|
|
12363
|
-
|
|
12364
|
-
|
|
12365
|
-
|
|
12366
|
-
|
|
12367
|
-
|
|
12368
|
-
|
|
12369
|
-
|
|
12370
|
-
|
|
12371
|
-
|
|
12372
|
-
|
|
12373
|
-
|
|
12374
|
-
|
|
12375
|
-
|
|
12103
|
+
exports: [...KENDO_LAYOUT],
|
|
12104
|
+
imports: [...KENDO_LAYOUT]
|
|
12105
|
+
}]
|
|
12106
|
+
}] });
|
|
12107
|
+
|
|
12108
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
12109
|
+
/**
|
|
12110
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
12111
|
+
* definition for the PanelBar component.
|
|
12112
|
+
*
|
|
12113
|
+
* The module registers:
|
|
12114
|
+
* - `PanelBarComponent`—The `PanelBar` component class.
|
|
12115
|
+
* - `PanelBarItemComponent`—The `PanelBarItem` component class.
|
|
12116
|
+
* - `PanelBarContentComponent`—The `PanelBarContent` component class.
|
|
12117
|
+
* - `PanelBarItemTemplateDirective—The `PanelBarItemTemplate` directive.
|
|
12118
|
+
* - `PanelBarItemTitleDirective—The `PanelBarItemTitle` directive.
|
|
12119
|
+
*/
|
|
12120
|
+
class PanelBarModule {
|
|
12121
|
+
}
|
|
12122
|
+
PanelBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12123
|
+
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] });
|
|
12124
|
+
PanelBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule, imports: [PanelBarComponent, PanelBarItemComponent] });
|
|
12125
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule, decorators: [{
|
|
12126
|
+
type: NgModule,
|
|
12127
|
+
args: [{
|
|
12128
|
+
exports: [...KENDO_PANELBAR],
|
|
12129
|
+
imports: [...KENDO_PANELBAR]
|
|
12130
|
+
}]
|
|
12131
|
+
}] });
|
|
12132
|
+
|
|
12133
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
12134
|
+
/**
|
|
12135
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
12136
|
+
* definition for the Splitter component.
|
|
12137
|
+
*
|
|
12138
|
+
* The module registers:
|
|
12139
|
+
* - `SplitterComponent`—The `Splitter` component class.
|
|
12140
|
+
* - `SplitterPaneComponent`—The `SplitterPane` component class.
|
|
12141
|
+
*/
|
|
12142
|
+
class SplitterModule {
|
|
12143
|
+
}
|
|
12144
|
+
SplitterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12145
|
+
SplitterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, imports: [SplitterComponent, SplitterPaneComponent], exports: [SplitterComponent, SplitterPaneComponent] });
|
|
12146
|
+
SplitterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, imports: [KENDO_SPLITTER] });
|
|
12147
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, decorators: [{
|
|
12148
|
+
type: NgModule,
|
|
12149
|
+
args: [{
|
|
12150
|
+
exports: [...KENDO_SPLITTER],
|
|
12151
|
+
imports: [...KENDO_SPLITTER]
|
|
12152
|
+
}]
|
|
12153
|
+
}] });
|
|
12154
|
+
|
|
12155
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
12156
|
+
/**
|
|
12157
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
12158
|
+
* definition for the Stepper component.
|
|
12159
|
+
*/
|
|
12160
|
+
class StepperModule {
|
|
12161
|
+
}
|
|
12162
|
+
StepperModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12163
|
+
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] });
|
|
12164
|
+
StepperModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperModule, imports: [StepperComponent, StepperCustomMessagesComponent] });
|
|
12165
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperModule, decorators: [{
|
|
12166
|
+
type: NgModule,
|
|
12167
|
+
args: [{
|
|
12168
|
+
exports: [...KENDO_STEPPER],
|
|
12169
|
+
imports: [...KENDO_STEPPER]
|
|
12170
|
+
}]
|
|
12171
|
+
}] });
|
|
12172
|
+
|
|
12173
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
12174
|
+
/**
|
|
12175
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
12176
|
+
* definition for the TabStrip component.
|
|
12177
|
+
*
|
|
12178
|
+
* The module registers:
|
|
12179
|
+
* - `TabStripComponent`—The `TabStrip` component class.
|
|
12180
|
+
* - `TabStripTabComponent`—The `TabStripTab` component class.
|
|
12181
|
+
* - `TabContentDirective`—The tab content directive used on the `<ng-template>` tag.
|
|
12182
|
+
* - `TabTitleDirective`—The tab title directive used on the `<ng-template>` tag.
|
|
12183
|
+
*/
|
|
12184
|
+
class TabStripModule {
|
|
12185
|
+
}
|
|
12186
|
+
TabStripModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12187
|
+
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] });
|
|
12188
|
+
TabStripModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule, imports: [TabStripComponent, TabStripTabComponent, TabStripCustomMessagesComponent] });
|
|
12189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule, decorators: [{
|
|
12190
|
+
type: NgModule,
|
|
12191
|
+
args: [{
|
|
12192
|
+
exports: [...KENDO_TABSTRIP],
|
|
12193
|
+
imports: [...KENDO_TABSTRIP]
|
|
12194
|
+
}]
|
|
12195
|
+
}] });
|
|
12196
|
+
|
|
12197
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
12198
|
+
/**
|
|
12199
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
12200
|
+
* definition for the ExpansionPanel component.
|
|
12201
|
+
*/
|
|
12202
|
+
class ExpansionPanelModule {
|
|
12203
|
+
}
|
|
12204
|
+
ExpansionPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12205
|
+
ExpansionPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelModule, imports: [ExpansionPanelComponent, ExpansionPanelTitleDirective], exports: [ExpansionPanelComponent, ExpansionPanelTitleDirective] });
|
|
12206
|
+
ExpansionPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelModule, imports: [ExpansionPanelComponent] });
|
|
12207
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelModule, decorators: [{
|
|
12208
|
+
type: NgModule,
|
|
12209
|
+
args: [{
|
|
12210
|
+
exports: [...KENDO_EXPANSIONPANEL],
|
|
12211
|
+
imports: [...KENDO_EXPANSIONPANEL]
|
|
12212
|
+
}]
|
|
12213
|
+
}] });
|
|
12214
|
+
|
|
12215
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
12216
|
+
/**
|
|
12217
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
12218
|
+
* definition for the TileLayout component.
|
|
12219
|
+
*
|
|
12220
|
+
* The module registers:
|
|
12221
|
+
* - `TileLayoutComponent`—The `TileLayoutComponent` component class.
|
|
12222
|
+
* - `TileLayoutItemComponent`—The `TileLayoutItemComponent` component class.
|
|
12223
|
+
* - `TileLayoutItemHeaderComponent`—The `TileLayoutItemHeaderComponent` component class.
|
|
12224
|
+
* - `TileLayoutItemBodyComponent`—The `TileLayoutItemBodyComponent` component class.
|
|
12225
|
+
*/
|
|
12226
|
+
class TileLayoutModule {
|
|
12227
|
+
}
|
|
12228
|
+
TileLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12229
|
+
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] });
|
|
12230
|
+
TileLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutModule, imports: [KENDO_TILELAYOUT] });
|
|
12231
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutModule, decorators: [{
|
|
12232
|
+
type: NgModule,
|
|
12233
|
+
args: [{
|
|
12234
|
+
exports: [...KENDO_TILELAYOUT],
|
|
12235
|
+
imports: [...KENDO_TILELAYOUT]
|
|
12236
|
+
}]
|
|
12237
|
+
}] });
|
|
12238
|
+
|
|
12239
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
12240
|
+
/**
|
|
12241
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
12242
|
+
* definition for the StackLayout component.
|
|
12243
|
+
*/
|
|
12244
|
+
class StackLayoutModule {
|
|
12245
|
+
}
|
|
12246
|
+
StackLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StackLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12247
|
+
StackLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: StackLayoutModule, imports: [StackLayoutComponent], exports: [StackLayoutComponent] });
|
|
12248
|
+
StackLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StackLayoutModule, imports: [KENDO_STACKLAYOUT] });
|
|
12249
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StackLayoutModule, decorators: [{
|
|
12250
|
+
type: NgModule,
|
|
12251
|
+
args: [{
|
|
12252
|
+
exports: [...KENDO_STACKLAYOUT],
|
|
12253
|
+
imports: [...KENDO_STACKLAYOUT]
|
|
12254
|
+
}]
|
|
12255
|
+
}] });
|
|
12256
|
+
|
|
12257
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
12258
|
+
/**
|
|
12259
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
12260
|
+
* definition for the GridLayout component.
|
|
12261
|
+
*/
|
|
12262
|
+
class GridLayoutModule {
|
|
12263
|
+
}
|
|
12264
|
+
GridLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12265
|
+
GridLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutModule, imports: [GridLayoutComponent, GridLayoutItemComponent], exports: [GridLayoutComponent, GridLayoutItemComponent] });
|
|
12266
|
+
GridLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutModule, imports: [KENDO_GRIDLAYOUT] });
|
|
12267
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutModule, decorators: [{
|
|
12268
|
+
type: NgModule,
|
|
12269
|
+
args: [{
|
|
12270
|
+
exports: [...KENDO_GRIDLAYOUT],
|
|
12271
|
+
imports: [...KENDO_GRIDLAYOUT]
|
|
12272
|
+
}]
|
|
12273
|
+
}] });
|
|
12274
|
+
|
|
12275
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
12276
|
+
/**
|
|
12277
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
12278
|
+
* definition for the Timeline component.
|
|
12279
|
+
*
|
|
12280
|
+
* The module registers:
|
|
12281
|
+
* - `TimelineComponent`—The `TimelineComponent` component class.
|
|
12282
|
+
*/
|
|
12283
|
+
class TimelineModule {
|
|
12284
|
+
}
|
|
12285
|
+
TimelineModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12286
|
+
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] });
|
|
12287
|
+
TimelineModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineModule, imports: [TimelineComponent, TimelineCustomMessagesComponent] });
|
|
12288
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineModule, decorators: [{
|
|
12289
|
+
type: NgModule,
|
|
12290
|
+
args: [{
|
|
12291
|
+
exports: [...KENDO_TIMELINE],
|
|
12292
|
+
imports: [...KENDO_TIMELINE]
|
|
12376
12293
|
}]
|
|
12377
12294
|
}] });
|
|
12378
12295
|
|
|
@@ -12380,5 +12297,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
12380
12297
|
* Generated bundle index. Do not edit.
|
|
12381
12298
|
*/
|
|
12382
12299
|
|
|
12383
|
-
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 };
|
|
12300
|
+
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 };
|
|
12384
12301
|
|