@progress/kendo-angular-layout 16.0.0-develop.2 → 16.0.0-develop.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (181) hide show
  1. package/avatar/avatar.component.d.ts +1 -1
  2. package/avatar/l10n/custom-messages.component.d.ts +1 -1
  3. package/avatar/l10n/localized-messages.directive.d.ts +1 -1
  4. package/avatar/l10n/messages.d.ts +1 -1
  5. package/card/card-actions.component.d.ts +1 -1
  6. package/card/card-body.component.d.ts +1 -1
  7. package/card/card-footer.component.d.ts +1 -1
  8. package/card/card-header.component.d.ts +1 -1
  9. package/card/card.component.d.ts +1 -1
  10. package/card/directives/card-media.directive.d.ts +1 -1
  11. package/card/directives/card-separator.directive.d.ts +1 -1
  12. package/card/directives/card-subtitle.directive.d.ts +1 -1
  13. package/card/directives/card-title.directive.d.ts +1 -1
  14. package/drawer/drawer-container.component.d.ts +1 -1
  15. package/drawer/drawer-content.component.d.ts +1 -1
  16. package/drawer/drawer.component.d.ts +1 -1
  17. package/drawer/item.component.d.ts +1 -1
  18. package/drawer/list.component.d.ts +1 -1
  19. package/drawer/template-directives/drawer-template.directive.d.ts +1 -1
  20. package/drawer/template-directives/footer-template.directive.d.ts +1 -1
  21. package/drawer/template-directives/header-template.directive.d.ts +1 -1
  22. package/drawer/template-directives/item-template.directive.d.ts +1 -1
  23. package/esm2020/avatar/avatar.component.mjs +7 -7
  24. package/esm2020/avatar/l10n/custom-messages.component.mjs +3 -3
  25. package/esm2020/avatar/l10n/localized-messages.directive.mjs +3 -3
  26. package/esm2020/avatar/l10n/messages.mjs +3 -3
  27. package/esm2020/avatar.module.mjs +4 -4
  28. package/esm2020/card/card-actions.component.mjs +4 -4
  29. package/esm2020/card/card-body.component.mjs +3 -3
  30. package/esm2020/card/card-footer.component.mjs +3 -3
  31. package/esm2020/card/card-header.component.mjs +3 -3
  32. package/esm2020/card/card.component.mjs +3 -3
  33. package/esm2020/card/directives/card-media.directive.mjs +3 -3
  34. package/esm2020/card/directives/card-separator.directive.mjs +3 -3
  35. package/esm2020/card/directives/card-subtitle.directive.mjs +3 -3
  36. package/esm2020/card/directives/card-title.directive.mjs +3 -3
  37. package/esm2020/card.module.mjs +4 -4
  38. package/esm2020/drawer/drawer-container.component.mjs +4 -4
  39. package/esm2020/drawer/drawer-content.component.mjs +3 -3
  40. package/esm2020/drawer/drawer.component.mjs +6 -6
  41. package/esm2020/drawer/drawer.service.mjs +3 -3
  42. package/esm2020/drawer/item.component.mjs +8 -6
  43. package/esm2020/drawer/list.component.mjs +5 -5
  44. package/esm2020/drawer/template-directives/drawer-template.directive.mjs +3 -3
  45. package/esm2020/drawer/template-directives/footer-template.directive.mjs +3 -3
  46. package/esm2020/drawer/template-directives/header-template.directive.mjs +3 -3
  47. package/esm2020/drawer/template-directives/item-template.directive.mjs +3 -3
  48. package/esm2020/drawer.module.mjs +4 -4
  49. package/esm2020/expansionpanel/expansionpanel-title.directive.mjs +3 -3
  50. package/esm2020/expansionpanel/expansionpanel.component.mjs +6 -6
  51. package/esm2020/expansionpanel.module.mjs +4 -4
  52. package/esm2020/gridlayout.module.mjs +4 -4
  53. package/esm2020/index.mjs +7 -0
  54. package/esm2020/layout.module.mjs +11 -7
  55. package/esm2020/layouts/grid-layout.component.mjs +3 -3
  56. package/esm2020/layouts/gridlayout-item.component.mjs +3 -3
  57. package/esm2020/layouts/stack-layout.component.mjs +3 -3
  58. package/esm2020/package-metadata.mjs +2 -2
  59. package/esm2020/panelbar/panelbar-content.directive.mjs +3 -3
  60. package/esm2020/panelbar/panelbar-item-template.directive.mjs +3 -3
  61. package/esm2020/panelbar/panelbar-item-title.directive.mjs +3 -3
  62. package/esm2020/panelbar/panelbar-item.component.mjs +14 -20
  63. package/esm2020/panelbar/panelbar.component.mjs +6 -9
  64. package/esm2020/panelbar/panelbar.service.mjs +3 -3
  65. package/esm2020/panelbar.module.mjs +4 -4
  66. package/esm2020/splitter/splitter-bar.component.mjs +6 -6
  67. package/esm2020/splitter/splitter-pane.component.mjs +4 -4
  68. package/esm2020/splitter/splitter.component.mjs +7 -7
  69. package/esm2020/splitter/splitter.service.mjs +3 -3
  70. package/esm2020/splitter.module.mjs +6 -8
  71. package/esm2020/stacklayout.module.mjs +4 -4
  72. package/esm2020/stepper/list.component.mjs +5 -5
  73. package/esm2020/stepper/localization/custom-messages.component.mjs +3 -3
  74. package/esm2020/stepper/localization/localized-messages.directive.mjs +3 -3
  75. package/esm2020/stepper/localization/messages.mjs +3 -3
  76. package/esm2020/stepper/step.component.mjs +6 -6
  77. package/esm2020/stepper/stepper.component.mjs +7 -7
  78. package/esm2020/stepper/stepper.service.mjs +3 -3
  79. package/esm2020/stepper/template-directives/indicator-template.directive.mjs +3 -3
  80. package/esm2020/stepper/template-directives/label-template.directive.mjs +3 -3
  81. package/esm2020/stepper/template-directives/step-template.directive.mjs +3 -3
  82. package/esm2020/stepper.module.mjs +4 -4
  83. package/esm2020/tabstrip/directives/tab-content.directive.mjs +3 -3
  84. package/esm2020/tabstrip/directives/tab-title.directive.mjs +3 -3
  85. package/esm2020/tabstrip/directives/tab.directive.mjs +3 -3
  86. package/esm2020/tabstrip/localization/custom-messages.component.mjs +3 -3
  87. package/esm2020/tabstrip/localization/localized-messages.directive.mjs +3 -3
  88. package/esm2020/tabstrip/localization/messages.mjs +3 -3
  89. package/esm2020/tabstrip/models/tabstrip-tab.component.mjs +3 -3
  90. package/esm2020/tabstrip/rendering/tab.component.mjs +6 -6
  91. package/esm2020/tabstrip/scrollable-button.component.mjs +4 -4
  92. package/esm2020/tabstrip/tabstrip-scroll.service.mjs +3 -3
  93. package/esm2020/tabstrip/tabstrip.component.mjs +12 -12
  94. package/esm2020/tabstrip/tabstrip.service.mjs +3 -3
  95. package/esm2020/tabstrip.module.mjs +4 -4
  96. package/esm2020/tilelayout/dragging-service.mjs +3 -3
  97. package/esm2020/tilelayout/keyboard-navigation.service.mjs +3 -5
  98. package/esm2020/tilelayout/tilelayout-item-body.component.mjs +3 -3
  99. package/esm2020/tilelayout/tilelayout-item-header.component.mjs +3 -3
  100. package/esm2020/tilelayout/tilelayout-item.component.mjs +6 -6
  101. package/esm2020/tilelayout/tilelayout-resize-handle.directive.mjs +3 -3
  102. package/esm2020/tilelayout/tilelayout.component.mjs +6 -6
  103. package/esm2020/tilelayout.module.mjs +4 -4
  104. package/esm2020/timeline/events/navigation-direction.mjs +5 -0
  105. package/esm2020/timeline/localization/custom-messages.component.mjs +41 -0
  106. package/esm2020/timeline/localization/localized-messages.directive.mjs +37 -0
  107. package/esm2020/timeline/localization/messages.mjs +25 -0
  108. package/esm2020/timeline/models/anchor-target.mjs +5 -0
  109. package/esm2020/timeline/models/default-model-fields.mjs +16 -0
  110. package/esm2020/timeline/models/model-fields.mjs +5 -0
  111. package/esm2020/timeline/models/timeline-event.mjs +5 -0
  112. package/esm2020/timeline/templates/timeline-card-actions.directive.mjs +29 -0
  113. package/esm2020/timeline/templates/timeline-card-body.directive.mjs +29 -0
  114. package/esm2020/timeline/templates/timeline-card-header.directive.mjs +29 -0
  115. package/esm2020/timeline/timeline-card.component.mjs +400 -0
  116. package/esm2020/timeline/timeline-horizontal.component.mjs +729 -0
  117. package/esm2020/timeline/timeline-vertical.component.mjs +175 -0
  118. package/esm2020/timeline/timeline.component.mjs +418 -0
  119. package/esm2020/timeline/timeline.service.mjs +31 -0
  120. package/esm2020/timeline/util.mjs +26 -0
  121. package/esm2020/timeline.module.mjs +65 -0
  122. package/expansionpanel/expansionpanel-title.directive.d.ts +1 -1
  123. package/expansionpanel/expansionpanel.component.d.ts +1 -1
  124. package/fesm2015/progress-kendo-angular-layout.mjs +2537 -610
  125. package/fesm2020/progress-kendo-angular-layout.mjs +2268 -368
  126. package/index.d.ts +10 -0
  127. package/layout.module.d.ts +2 -1
  128. package/layouts/grid-layout.component.d.ts +1 -1
  129. package/layouts/gridlayout-item.component.d.ts +1 -1
  130. package/layouts/stack-layout.component.d.ts +1 -1
  131. package/package.json +14 -13
  132. package/panelbar/panelbar-content.directive.d.ts +1 -1
  133. package/panelbar/panelbar-item-template.directive.d.ts +1 -1
  134. package/panelbar/panelbar-item-title.directive.d.ts +1 -1
  135. package/panelbar/panelbar-item.component.d.ts +1 -2
  136. package/panelbar/panelbar.component.d.ts +1 -1
  137. package/splitter/splitter-bar.component.d.ts +1 -1
  138. package/splitter/splitter-pane.component.d.ts +1 -1
  139. package/splitter/splitter.component.d.ts +1 -1
  140. package/stepper/list.component.d.ts +1 -1
  141. package/stepper/localization/custom-messages.component.d.ts +1 -1
  142. package/stepper/localization/localized-messages.directive.d.ts +1 -1
  143. package/stepper/localization/messages.d.ts +1 -1
  144. package/stepper/step.component.d.ts +1 -1
  145. package/stepper/stepper.component.d.ts +1 -1
  146. package/stepper/template-directives/indicator-template.directive.d.ts +1 -1
  147. package/stepper/template-directives/label-template.directive.d.ts +1 -1
  148. package/stepper/template-directives/step-template.directive.d.ts +1 -1
  149. package/tabstrip/directives/tab-content.directive.d.ts +1 -1
  150. package/tabstrip/directives/tab-title.directive.d.ts +1 -1
  151. package/tabstrip/directives/tab.directive.d.ts +1 -1
  152. package/tabstrip/localization/custom-messages.component.d.ts +1 -1
  153. package/tabstrip/localization/localized-messages.directive.d.ts +1 -1
  154. package/tabstrip/localization/messages.d.ts +1 -1
  155. package/tabstrip/models/tabstrip-tab.component.d.ts +1 -1
  156. package/tabstrip/rendering/tab.component.d.ts +1 -1
  157. package/tabstrip/scrollable-button.component.d.ts +1 -1
  158. package/tabstrip/tabstrip.component.d.ts +1 -1
  159. package/tilelayout/tilelayout-item-body.component.d.ts +1 -1
  160. package/tilelayout/tilelayout-item-header.component.d.ts +1 -1
  161. package/tilelayout/tilelayout-item.component.d.ts +1 -1
  162. package/tilelayout/tilelayout-resize-handle.directive.d.ts +1 -1
  163. package/tilelayout/tilelayout.component.d.ts +1 -1
  164. package/timeline/events/navigation-direction.d.ts +5 -0
  165. package/timeline/localization/custom-messages.component.d.ts +17 -0
  166. package/timeline/localization/localized-messages.directive.d.ts +16 -0
  167. package/timeline/localization/messages.d.ts +21 -0
  168. package/timeline/models/anchor-target.d.ts +5 -0
  169. package/{progress-kendo-angular-layout.d.ts → timeline/models/default-model-fields.d.ts} +3 -3
  170. package/timeline/models/model-fields.d.ts +51 -0
  171. package/timeline/models/timeline-event.d.ts +49 -0
  172. package/timeline/templates/timeline-card-actions.directive.d.ts +20 -0
  173. package/timeline/templates/timeline-card-body.directive.d.ts +20 -0
  174. package/timeline/templates/timeline-card-header.directive.d.ts +20 -0
  175. package/timeline/timeline-card.component.d.ts +59 -0
  176. package/timeline/timeline-horizontal.component.d.ts +110 -0
  177. package/timeline/timeline-vertical.component.d.ts +41 -0
  178. package/timeline/timeline.component.d.ts +185 -0
  179. package/timeline/timeline.service.d.ts +17 -0
  180. package/timeline/util.d.ts +18 -0
  181. package/timeline.module.d.ts +31 -0
@@ -6,23 +6,25 @@ 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 i1$1 from '@progress/kendo-angular-common';
10
- import { Keys, shouldShowValidationUI, PreventableEvent as PreventableEvent$1, isDocumentAvailable, guid, hasObservers, focusableSelector, isChanged, WatermarkModule, EventsModule, DraggableModule, ResizeSensorModule } from '@progress/kendo-angular-common';
9
+ import * as i5 from '@progress/kendo-angular-common';
10
+ import { Keys, shouldShowValidationUI, PreventableEvent as PreventableEvent$1, isDocumentAvailable, guid, hasObservers, focusableSelector, isChanged, WatermarkModule, EventsModule, DraggableModule, ResizeSensorModule, isPresent as isPresent$1 } from '@progress/kendo-angular-common';
11
11
  import { validatePackage } from '@progress/kendo-licensing';
12
- import * as i1$2 from '@angular/animations';
12
+ import * as i1$1 from '@angular/animations';
13
13
  import { trigger, state, style, transition, animate, AUTO_STYLE } from '@angular/animations';
14
- import { Subject, BehaviorSubject, Subscription, of } from 'rxjs';
15
- import { chevronUpIcon, chevronDownIcon, caretAltLeftIcon, caretAltRightIcon, caretAltUpIcon, caretAltDownIcon, xIcon, checkCircleIcon, exclamationCircleIcon } from '@progress/kendo-svg-icons';
16
- import * as i2 from '@progress/kendo-angular-icons';
17
- import { IconsModule } from '@progress/kendo-angular-icons';
18
- import * as i3 from '@angular/common';
14
+ import { Subject, BehaviorSubject, Subscription, of, fromEvent } from 'rxjs';
15
+ import { chevronUpIcon, chevronDownIcon, caretAltLeftIcon, caretAltRightIcon, caretAltUpIcon, caretAltDownIcon, xIcon, checkCircleIcon, exclamationCircleIcon, chevronRightIcon } from '@progress/kendo-svg-icons';
16
+ import * as i2 from '@angular/common';
19
17
  import { CommonModule } from '@angular/common';
18
+ import * as i3 from '@progress/kendo-angular-icons';
19
+ import { IconsModule } from '@progress/kendo-angular-icons';
20
20
  import { delay, takeUntil, map, tap, filter, switchMap, take } from 'rxjs/operators';
21
- import * as i2$1 from '@progress/kendo-angular-buttons';
21
+ import * as i3$1 from '@progress/kendo-angular-buttons';
22
22
  import { ButtonModule } from '@progress/kendo-angular-buttons';
23
23
  import * as i4 from '@progress/kendo-angular-progressbar';
24
24
  import { ProgressBarModule } from '@progress/kendo-angular-progressbar';
25
25
  import { Draggable } from '@progress/kendo-draggable';
26
+ import * as i6 from '@progress/kendo-angular-intl';
27
+ import { IntlModule } from '@progress/kendo-angular-intl';
26
28
 
27
29
  /**
28
30
  * @hidden
@@ -31,8 +33,8 @@ const packageMetadata = {
31
33
  name: '@progress/kendo-angular-layout',
32
34
  productName: 'Kendo UI for Angular',
33
35
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
34
- publishDate: 1714067415,
35
- version: '16.0.0-develop.2',
36
+ publishDate: 1715351226,
37
+ version: '16.0.0-develop.21',
36
38
  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'
37
39
  };
38
40
 
@@ -94,9 +96,9 @@ class PanelBarService {
94
96
  this.parentSource.next(false);
95
97
  }
96
98
  }
97
- PanelBarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
98
- PanelBarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarService });
99
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarService, decorators: [{
99
+ PanelBarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
100
+ PanelBarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarService });
101
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarService, decorators: [{
100
102
  type: Injectable
101
103
  }], ctorParameters: function () { return []; } });
102
104
 
@@ -109,9 +111,9 @@ class PanelBarContentDirective {
109
111
  this.templateRef = templateRef;
110
112
  }
111
113
  }
112
- PanelBarContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
113
- PanelBarContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: PanelBarContentDirective, selector: "[kendoPanelBarContent]", ngImport: i0 });
114
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarContentDirective, decorators: [{
114
+ 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 });
116
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarContentDirective, decorators: [{
115
117
  type: Directive,
116
118
  args: [{
117
119
  selector: "[kendoPanelBarContent]"
@@ -149,9 +151,9 @@ class PanelBarItemTitleDirective {
149
151
  this.templateRef = templateRef;
150
152
  }
151
153
  }
152
- PanelBarItemTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarItemTitleDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
153
- PanelBarItemTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: PanelBarItemTitleDirective, selector: "[kendoPanelBarItemTitle]", ngImport: i0 });
154
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarItemTitleDirective, decorators: [{
154
+ 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 });
156
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarItemTitleDirective, decorators: [{
155
157
  type: Directive,
156
158
  args: [{
157
159
  selector: '[kendoPanelBarItemTitle]'
@@ -372,9 +374,6 @@ class PanelBarItemComponent {
372
374
  get animate() {
373
375
  return this.eventService.animate;
374
376
  }
375
- get kStateDefaultClass() {
376
- return !this.disabled;
377
- }
378
377
  get kStateExpandedClass() {
379
378
  return !this.disabled && this.expanded && (this.hasChildItems || this.hasContent);
380
379
  }
@@ -546,8 +545,8 @@ class PanelBarItemComponent {
546
545
  this.wrapperFocused = focused;
547
546
  }
548
547
  }
549
- PanelBarItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", 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 });
550
- PanelBarItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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-state-default": "this.kStateDefaultClass", "class.k-expanded": "this.kStateExpandedClass", "id": "this.itemId", "attr.aria-expanded": "this.ariaExpanded", "attr.aria-selected": "this.ariaSelected", "attr.aria-disabled": "this.ariaDisabled", "class.k-panelbar-header": "this.headerClass" } }, queries: [{ propertyName: "contentItems", predicate: PanelBarItemComponent }, { propertyName: "contentTemplate", predicate: PanelBarContentDirective }, { propertyName: "titleTemplates", predicate: PanelBarItemTitleDirective }], viewQueries: [{ propertyName: "header", first: true, predicate: ["header"], descendants: true }, { propertyName: "contentWrapper", first: true, predicate: ["contentWrapper"], descendants: true }, { propertyName: "viewChildItems", predicate: PanelBarItemComponent, descendants: true }], exportAs: ["kendoPanelbarItem"], ngImport: i0, template: `
548
+ PanelBarItemComponent.ɵ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: `
551
550
  <span
552
551
  #header
553
552
  [class.k-link]="true"
@@ -605,7 +604,7 @@ PanelBarItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
605
604
  *ngIf="hasChildItems && !items?.length"
606
605
  [style.overflow]="contentOverflow"
607
606
  [style.height]="contentHeight"
608
- class="k-panel k-group k-panelbar-group"
607
+ class="k-panelbar-group"
609
608
  >
610
609
  <ng-content select="kendo-panelbar-item"></ng-content>
611
610
  </div>
@@ -613,7 +612,7 @@ PanelBarItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
613
612
  *ngIf="hasContent && !content"
614
613
  [style.overflow]="contentOverflow"
615
614
  [style.height]="contentHeight"
616
- class="k-content k-panelbar-content">
615
+ class="k-panelbar-content">
617
616
  <ng-template
618
617
  [ngTemplateOutlet]="contentTemplate.first.templateRef"
619
618
  [ngTemplateOutletContext]="{
@@ -631,7 +630,7 @@ PanelBarItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
631
630
  <div *ngIf="hasItems"
632
631
  [style.overflow]="contentOverflow"
633
632
  [style.height]="contentHeight"
634
- class="k-panel k-group k-panelbar-group">
633
+ class="k-panelbar-group">
635
634
  <ng-container *ngFor="let item of items">
636
635
  <kendo-panelbar-item *ngIf="!item.hidden"
637
636
  [title]="item.title"
@@ -653,7 +652,7 @@ PanelBarItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
653
652
  *ngIf="content"
654
653
  [style.overflow]="contentOverflow"
655
654
  [style.height]="contentHeight"
656
- class="k-content k-panelbar-content">
655
+ class="k-panelbar-content">
657
656
  <ng-template
658
657
  [ngTemplateOutlet]="template"
659
658
  [ngTemplateOutletContext]="{
@@ -669,7 +668,7 @@ PanelBarItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
669
668
  </ng-template>
670
669
  <ng-template [ngIf]="!template">{{content}}</ng-template>
671
670
  </div>
672
- </div>`, isInline: true, components: [{ type: i2.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { type: PanelBarItemComponent, selector: "kendo-panelbar-item", inputs: ["title", "id", "icon", "iconClass", "svgIcon", "imageUrl", "disabled", "expanded", "selected", "content", "items", "template"], exportAs: ["kendoPanelbarItem"] }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], animations: [
671
+ </div>`, isInline: true, dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: PanelBarItemComponent, selector: "kendo-panelbar-item", inputs: ["title", "id", "icon", "iconClass", "svgIcon", "imageUrl", "disabled", "expanded", "selected", "content", "items", "template"], exportAs: ["kendoPanelbarItem"] }], animations: [
673
672
  trigger('toggle', [
674
673
  state('inactive', style({ display: 'none' })),
675
674
  transition('* => active', [
@@ -682,7 +681,7 @@ PanelBarItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
682
681
  ])
683
682
  ])
684
683
  ] });
685
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarItemComponent, decorators: [{
684
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarItemComponent, decorators: [{
686
685
  type: Component,
687
686
  args: [{
688
687
  animations: [
@@ -758,7 +757,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
758
757
  *ngIf="hasChildItems && !items?.length"
759
758
  [style.overflow]="contentOverflow"
760
759
  [style.height]="contentHeight"
761
- class="k-panel k-group k-panelbar-group"
760
+ class="k-panelbar-group"
762
761
  >
763
762
  <ng-content select="kendo-panelbar-item"></ng-content>
764
763
  </div>
@@ -766,7 +765,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
766
765
  *ngIf="hasContent && !content"
767
766
  [style.overflow]="contentOverflow"
768
767
  [style.height]="contentHeight"
769
- class="k-content k-panelbar-content">
768
+ class="k-panelbar-content">
770
769
  <ng-template
771
770
  [ngTemplateOutlet]="contentTemplate.first.templateRef"
772
771
  [ngTemplateOutletContext]="{
@@ -784,7 +783,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
784
783
  <div *ngIf="hasItems"
785
784
  [style.overflow]="contentOverflow"
786
785
  [style.height]="contentHeight"
787
- class="k-panel k-group k-panelbar-group">
786
+ class="k-panelbar-group">
788
787
  <ng-container *ngFor="let item of items">
789
788
  <kendo-panelbar-item *ngIf="!item.hidden"
790
789
  [title]="item.title"
@@ -806,7 +805,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
806
805
  *ngIf="content"
807
806
  [style.overflow]="contentOverflow"
808
807
  [style.height]="contentHeight"
809
- class="k-content k-panelbar-content">
808
+ class="k-panelbar-content">
810
809
  <ng-template
811
810
  [ngTemplateOutlet]="template"
812
811
  [ngTemplateOutletContext]="{
@@ -869,9 +868,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
869
868
  }], kItemClass: [{
870
869
  type: HostBinding,
871
870
  args: ['class.k-panelbar-item']
872
- }], kStateDefaultClass: [{
873
- type: HostBinding,
874
- args: ['class.k-state-default']
875
871
  }], kStateExpandedClass: [{
876
872
  type: HostBinding,
877
873
  args: ['class.k-expanded']
@@ -912,9 +908,9 @@ class PanelBarItemTemplateDirective {
912
908
  this.templateRef = templateRef;
913
909
  }
914
910
  }
915
- PanelBarItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarItemTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
916
- PanelBarItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: PanelBarItemTemplateDirective, selector: "[kendoPanelBarItemTemplate]", ngImport: i0 });
917
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarItemTemplateDirective, decorators: [{
911
+ 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 });
913
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarItemTemplateDirective, decorators: [{
918
914
  type: Directive,
919
915
  args: [{
920
916
  selector: '[kendoPanelBarItemTemplate]'
@@ -1455,8 +1451,8 @@ class PanelBarComponent {
1455
1451
  return flattedItems;
1456
1452
  }
1457
1453
  }
1458
- PanelBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarComponent, deps: [{ token: i0.ElementRef }, { token: PanelBarService }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
1459
- PanelBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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", "class.k-pos-relative": "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: [
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: [
1460
1456
  PanelBarService,
1461
1457
  LocalizationService,
1462
1458
  {
@@ -1486,8 +1482,8 @@ PanelBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
1486
1482
  </ng-template>
1487
1483
 
1488
1484
  <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
1489
- `, isInline: true, components: [{ type: PanelBarItemComponent, selector: "kendo-panelbar-item", inputs: ["title", "id", "icon", "iconClass", "svgIcon", "imageUrl", "disabled", "expanded", "selected", "content", "items", "template"], exportAs: ["kendoPanelbarItem"] }, { type: i1$1.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
1490
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarComponent, decorators: [{
1485
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i5.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }, { kind: "component", type: PanelBarItemComponent, selector: "kendo-panelbar-item", inputs: ["title", "id", "icon", "iconClass", "svgIcon", "imageUrl", "disabled", "expanded", "selected", "content", "items", "template"], exportAs: ["kendoPanelbarItem"] }] });
1486
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarComponent, decorators: [{
1491
1487
  type: Component,
1492
1488
  args: [{
1493
1489
  exportAs: 'kendoPanelbar',
@@ -1550,9 +1546,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1550
1546
  }], hostClasses: [{
1551
1547
  type: HostBinding,
1552
1548
  args: ['class.k-panelbar']
1553
- }, {
1554
- type: HostBinding,
1555
- args: ['class.k-pos-relative']
1556
1549
  }], tabIndex: [{
1557
1550
  type: HostBinding,
1558
1551
  args: ['attr.tabIndex']
@@ -1753,12 +1746,12 @@ class SplitterPaneComponent {
1753
1746
  this.renderer.setStyle(element, 'order', this.order);
1754
1747
  }
1755
1748
  }
1756
- SplitterPaneComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SplitterPaneComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
1757
- SplitterPaneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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: `
1749
+ 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 });
1750
+ 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: `
1758
1751
  <ng-container *ngIf="!collapsed"><ng-content></ng-content></ng-container>
1759
1752
  <div *ngIf="overlayContent" class="k-splitter-overlay k-overlay"></div>
1760
- `, isInline: true, directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
1761
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SplitterPaneComponent, decorators: [{
1753
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
1754
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterPaneComponent, decorators: [{
1762
1755
  type: Component,
1763
1756
  args: [{
1764
1757
  exportAs: 'kendoSplitterPane',
@@ -1998,9 +1991,9 @@ class SplitterService {
1998
1991
  }
1999
1992
  }
2000
1993
  }
2001
- SplitterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SplitterService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
2002
- SplitterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SplitterService });
2003
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SplitterService, decorators: [{
1994
+ SplitterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
1995
+ SplitterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterService });
1996
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterService, decorators: [{
2004
1997
  type: Injectable
2005
1998
  }], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
2006
1999
 
@@ -2205,8 +2198,8 @@ class SplitterBarComponent {
2205
2198
  }
2206
2199
  }
2207
2200
  }
2208
- SplitterBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", 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 });
2209
- SplitterBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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: `
2201
+ SplitterBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterBarComponent, deps: [{ token: i5.DraggableDirective, host: true }, { token: i1.LocalizationService }, { token: SplitterService }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
2202
+ SplitterBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SplitterBarComponent, selector: "kendo-splitter-bar", inputs: { orientation: "orientation", index: "index" }, host: { properties: { "attr.role": "this.ariaRole", "class.k-focus": "this.focused", "attr.aria-orientation": "this.hostOrientation", "attr.tabindex": "this.tabIndex", "class": "this.hostClasses", "style.-ms-flex-order": "this.order", "style.order": "this.order" } }, ngImport: i0, template: `
2210
2203
  <div *ngIf="shouldShowIcon('prev')" class="k-collapse-prev" (click)="togglePrevious()">
2211
2204
  <kendo-icon-wrapper
2212
2205
  size="xsmall"
@@ -2222,8 +2215,8 @@ SplitterBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
2222
2215
  [svgIcon]="nextSVGArrowClass()"
2223
2216
  ></kendo-icon-wrapper>
2224
2217
  </div>
2225
- `, isInline: true, components: [{ type: i2.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
2226
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SplitterBarComponent, decorators: [{
2218
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
2219
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterBarComponent, decorators: [{
2227
2220
  type: Component,
2228
2221
  args: [{
2229
2222
  selector: 'kendo-splitter-bar',
@@ -2245,7 +2238,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
2245
2238
  </div>
2246
2239
  `
2247
2240
  }]
2248
- }], ctorParameters: function () { return [{ type: i1$1.DraggableDirective, decorators: [{
2241
+ }], ctorParameters: function () { return [{ type: i5.DraggableDirective, decorators: [{
2249
2242
  type: Host
2250
2243
  }] }, { type: i1.LocalizationService }, { type: SplitterService }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { ariaRole: [{
2251
2244
  type: HostBinding,
@@ -2413,8 +2406,8 @@ class SplitterComponent {
2413
2406
  return this.localization.rtl ? 'rtl' : 'ltr';
2414
2407
  }
2415
2408
  }
2416
- SplitterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", 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 });
2417
- SplitterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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: [
2409
+ 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 });
2410
+ 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: [
2418
2411
  SplitterService,
2419
2412
  LocalizationService,
2420
2413
  {
@@ -2439,8 +2432,8 @@ SplitterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
2439
2432
  }">
2440
2433
  </kendo-splitter-bar>
2441
2434
  </ng-container>
2442
- `, isInline: true, components: [{ type: SplitterBarComponent, selector: "kendo-splitter-bar", inputs: ["orientation", "index"] }], directives: [{ type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1$1.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
2443
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SplitterComponent, decorators: [{
2435
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i5.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "component", type: SplitterBarComponent, selector: "kendo-splitter-bar", inputs: ["orientation", "index"] }] });
2436
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterComponent, decorators: [{
2444
2437
  type: Component,
2445
2438
  args: [{
2446
2439
  exportAs: 'kendoSplitter',
@@ -2546,9 +2539,9 @@ class TabContentDirective {
2546
2539
  this.templateRef = templateRef;
2547
2540
  }
2548
2541
  }
2549
- TabContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
2550
- TabContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: TabContentDirective, selector: "[kendoTabContent]", ngImport: i0 });
2551
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabContentDirective, decorators: [{
2542
+ TabContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
2543
+ TabContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TabContentDirective, selector: "[kendoTabContent]", ngImport: i0 });
2544
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabContentDirective, decorators: [{
2552
2545
  type: Directive,
2553
2546
  args: [{
2554
2547
  selector: '[kendoTabContent]'
@@ -2595,9 +2588,9 @@ class TabTitleDirective {
2595
2588
  this.templateRef = templateRef;
2596
2589
  }
2597
2590
  }
2598
- TabTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabTitleDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
2599
- TabTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: TabTitleDirective, selector: "[kendoTabTitle]", ngImport: i0 });
2600
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabTitleDirective, decorators: [{
2591
+ TabTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabTitleDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
2592
+ TabTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TabTitleDirective, selector: "[kendoTabTitle]", ngImport: i0 });
2593
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabTitleDirective, decorators: [{
2601
2594
  type: Directive,
2602
2595
  args: [{
2603
2596
  selector: '[kendoTabTitle]'
@@ -2612,9 +2605,9 @@ class TabTemplateDirective {
2612
2605
  this.templateRef = templateRef;
2613
2606
  }
2614
2607
  }
2615
- TabTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
2616
- TabTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: TabTemplateDirective, selector: "[kendoTabTemplate]", ngImport: i0 });
2617
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabTemplateDirective, decorators: [{
2608
+ TabTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
2609
+ TabTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TabTemplateDirective, selector: "[kendoTabTemplate]", ngImport: i0 });
2610
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabTemplateDirective, decorators: [{
2618
2611
  type: Directive,
2619
2612
  args: [{
2620
2613
  selector: '[kendoTabTemplate]'
@@ -2652,9 +2645,9 @@ class TabStripTabComponent {
2652
2645
  return this._tabDirective.first;
2653
2646
  }
2654
2647
  }
2655
- TabStripTabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripTabComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2656
- TabStripTabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
2657
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripTabComponent, decorators: [{
2648
+ TabStripTabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripTabComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2649
+ 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 });
2650
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripTabComponent, decorators: [{
2658
2651
  type: Component,
2659
2652
  args: [{
2660
2653
  exportAs: 'kendoTabStripTab',
@@ -2969,9 +2962,9 @@ class TabStripService {
2969
2962
  return selectedIndex + 1;
2970
2963
  }
2971
2964
  }
2972
- TabStripService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripService, deps: [{ token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
2973
- TabStripService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripService });
2974
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripService, decorators: [{
2965
+ TabStripService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripService, deps: [{ token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
2966
+ TabStripService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripService });
2967
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripService, decorators: [{
2975
2968
  type: Injectable
2976
2969
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.NgZone }]; } });
2977
2970
 
@@ -3169,9 +3162,9 @@ class ScrollService {
3169
3162
  this.scrollButtonActiveStateChange.next({ buttonType, active });
3170
3163
  }
3171
3164
  }
3172
- ScrollService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ScrollService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
3173
- ScrollService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ScrollService });
3174
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ScrollService, decorators: [{
3165
+ ScrollService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ScrollService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
3166
+ ScrollService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ScrollService });
3167
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ScrollService, decorators: [{
3175
3168
  type: Injectable
3176
3169
  }], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
3177
3170
 
@@ -3327,8 +3320,8 @@ class TabStripScrollableButtonComponent {
3327
3320
  return scrollEvent;
3328
3321
  }
3329
3322
  }
3330
- TabStripScrollableButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripScrollableButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
3331
- TabStripScrollableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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: `
3323
+ 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 });
3324
+ 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: `
3332
3325
  <kendo-icon-wrapper
3333
3326
  [name]="iconClass"
3334
3327
  [customFontClass]="customIconClass"
@@ -3336,8 +3329,8 @@ TabStripScrollableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion
3336
3329
  innerCssClass="k-button-icon"
3337
3330
  >
3338
3331
  </kendo-icon-wrapper>
3339
- `, isInline: true, components: [{ type: i2.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
3340
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripScrollableButtonComponent, decorators: [{
3332
+ `, isInline: true, dependencies: [{ kind: "component", type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
3333
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripScrollableButtonComponent, decorators: [{
3341
3334
  type: Component,
3342
3335
  args: [{
3343
3336
  template: `
@@ -3433,8 +3426,8 @@ class TabComponent {
3433
3426
  this.tabClose.emit(closeArgs);
3434
3427
  }
3435
3428
  }
3436
- TabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
3437
- TabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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: `
3429
+ TabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
3430
+ 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: `
3438
3431
  <ng-container *ngIf="!tab.tabTemplate; else tabTemplate">
3439
3432
  <span class="k-link" *ngIf="!tab.tabTitle">{{ tab.title }}</span>
3440
3433
  <span class="k-link" *ngIf="tab.tabTitle">
@@ -3460,8 +3453,8 @@ TabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
3460
3453
  (click)="closeTab(index)"
3461
3454
  class="k-remove-tab k-icon-button"
3462
3455
  ></button>
3463
- `, isInline: true, components: [{ type: i2$1.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"] }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
3464
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabComponent, decorators: [{
3456
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i3$1.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"] }] });
3457
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabComponent, decorators: [{
3465
3458
  type: Component,
3466
3459
  args: [{
3467
3460
  // eslint-disable-next-line @angular-eslint/component-selector
@@ -3539,9 +3532,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
3539
3532
  */
3540
3533
  class TabStripMessages extends ComponentMessages {
3541
3534
  }
3542
- TabStripMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
3543
- TabStripMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: TabStripMessages, selector: "kendo-tabstrip-messages-base", inputs: { closeTitle: "closeTitle", previousTabButton: "previousTabButton", nextTabButton: "nextTabButton" }, usesInheritance: true, ngImport: i0 });
3544
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripMessages, decorators: [{
3535
+ TabStripMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
3536
+ TabStripMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TabStripMessages, selector: "kendo-tabstrip-messages-base", inputs: { closeTitle: "closeTitle", previousTabButton: "previousTabButton", nextTabButton: "nextTabButton" }, usesInheritance: true, ngImport: i0 });
3537
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripMessages, decorators: [{
3545
3538
  type: Directive,
3546
3539
  args: [{
3547
3540
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -3564,14 +3557,14 @@ class LocalizedTabStripMessagesDirective extends TabStripMessages {
3564
3557
  this.service = service;
3565
3558
  }
3566
3559
  }
3567
- LocalizedTabStripMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LocalizedTabStripMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
3568
- LocalizedTabStripMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: LocalizedTabStripMessagesDirective, selector: "[kendoTabStripLocalizedMessages]", providers: [
3560
+ LocalizedTabStripMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedTabStripMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
3561
+ LocalizedTabStripMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedTabStripMessagesDirective, selector: "[kendoTabStripLocalizedMessages]", providers: [
3569
3562
  {
3570
3563
  provide: TabStripMessages,
3571
3564
  useExisting: forwardRef(() => LocalizedTabStripMessagesDirective)
3572
3565
  }
3573
3566
  ], usesInheritance: true, ngImport: i0 });
3574
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LocalizedTabStripMessagesDirective, decorators: [{
3567
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedTabStripMessagesDirective, decorators: [{
3575
3568
  type: Directive,
3576
3569
  args: [{
3577
3570
  providers: [
@@ -3746,8 +3739,10 @@ class TabStripComponent {
3746
3739
  });
3747
3740
  this.initDomEvents();
3748
3741
  this.tabsChangesSub = this.tabs.changes.subscribe(() => {
3749
- this.toggleScrollButtons(this.scrollService.tabsOverflow);
3750
- this.scrollService.toggleScrollButtonsState();
3742
+ this.ngZone.onStable.pipe(take(1)).subscribe(() => {
3743
+ this.toggleScrollButtons(this.scrollService.tabsOverflow);
3744
+ this.scrollService.toggleScrollButtonsState();
3745
+ });
3751
3746
  });
3752
3747
  }
3753
3748
  ngOnChanges(changes) {
@@ -3966,8 +3961,8 @@ class TabStripComponent {
3966
3961
  });
3967
3962
  }
3968
3963
  }
3969
- TabStripComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", 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 });
3970
- TabStripComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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: [
3964
+ 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 });
3965
+ 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: [
3971
3966
  TabStripService,
3972
3967
  ScrollService,
3973
3968
  LocalizationService,
@@ -4065,7 +4060,6 @@ TabStripComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
4065
4060
  role="tabpanel"
4066
4061
  [id]="getTabPanelId(i)"
4067
4062
  [attr.aria-hidden]="!tab.selected"
4068
- [attr.aria-expanded]="tab.selected"
4069
4063
  [attr.aria-labelledby]="getTabId(i)"
4070
4064
  [attr.aria-disabled]="tab.disabled"
4071
4065
  >
@@ -4076,7 +4070,7 @@ TabStripComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
4076
4070
  </ng-template>
4077
4071
  <kendo-resize-sensor *ngIf="isScrollable" (resize)="onResize()"></kendo-resize-sensor>
4078
4072
  <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
4079
- `, isInline: true, components: [{ type: TabStripScrollableButtonComponent, selector: "[kendoTabStripScrollableButton]", inputs: ["prev", "tabPosition", "scrollable"], outputs: ["tabScroll", "onClick"] }, { type: TabComponent, selector: "[kendoTabStripTab]", inputs: ["tab", "index", "tabStripClosable", "tabStripCloseIcon", "customTabstripCloseIcon", "closeSVGIcon"], outputs: ["tabClose"] }, { type: i1$1.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { type: i1$1.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], directives: [{ type: LocalizedTabStripMessagesDirective, selector: "[kendoTabStripLocalizedMessages]" }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], animations: [
4073
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i5.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: i5.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }, { kind: "component", type: TabComponent, selector: "[kendoTabStripTab]", inputs: ["tab", "index", "tabStripClosable", "tabStripCloseIcon", "customTabstripCloseIcon", "closeSVGIcon"], outputs: ["tabClose"] }, { kind: "directive", type: LocalizedTabStripMessagesDirective, selector: "[kendoTabStripLocalizedMessages]" }, { kind: "component", type: TabStripScrollableButtonComponent, selector: "[kendoTabStripScrollableButton]", inputs: ["prev", "tabPosition", "scrollable"], outputs: ["tabScroll", "onClick"] }], animations: [
4080
4074
  trigger('state', [
4081
4075
  state('active', style({ opacity: 1 })),
4082
4076
  transition('* => active', [
@@ -4085,7 +4079,7 @@ TabStripComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
4085
4079
  ])
4086
4080
  ])
4087
4081
  ] });
4088
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripComponent, decorators: [{
4082
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripComponent, decorators: [{
4089
4083
  type: Component,
4090
4084
  args: [{
4091
4085
  animations: [
@@ -4198,7 +4192,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
4198
4192
  role="tabpanel"
4199
4193
  [id]="getTabPanelId(i)"
4200
4194
  [attr.aria-hidden]="!tab.selected"
4201
- [attr.aria-expanded]="tab.selected"
4202
4195
  [attr.aria-labelledby]="getTabId(i)"
4203
4196
  [attr.aria-disabled]="tab.disabled"
4204
4197
  >
@@ -4293,14 +4286,14 @@ class TabStripCustomMessagesComponent extends TabStripMessages {
4293
4286
  return true;
4294
4287
  }
4295
4288
  }
4296
- TabStripCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
4297
- TabStripCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TabStripCustomMessagesComponent, selector: "kendo-tabstrip-messages", providers: [
4289
+ TabStripCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
4290
+ TabStripCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TabStripCustomMessagesComponent, selector: "kendo-tabstrip-messages", providers: [
4298
4291
  {
4299
4292
  provide: TabStripMessages,
4300
4293
  useExisting: forwardRef(() => TabStripCustomMessagesComponent)
4301
4294
  }
4302
4295
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
4303
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripCustomMessagesComponent, decorators: [{
4296
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripCustomMessagesComponent, decorators: [{
4304
4297
  type: Component,
4305
4298
  args: [{
4306
4299
  providers: [
@@ -4326,9 +4319,9 @@ class DrawerTemplateDirective {
4326
4319
  this.templateRef = templateRef;
4327
4320
  }
4328
4321
  }
4329
- DrawerTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
4330
- DrawerTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DrawerTemplateDirective, selector: "[kendoDrawerTemplate]", ngImport: i0 });
4331
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerTemplateDirective, decorators: [{
4322
+ 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 });
4323
+ DrawerTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerTemplateDirective, selector: "[kendoDrawerTemplate]", ngImport: i0 });
4324
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerTemplateDirective, decorators: [{
4332
4325
  type: Directive,
4333
4326
  args: [{
4334
4327
  selector: '[kendoDrawerTemplate]'
@@ -4347,9 +4340,9 @@ class DrawerItemTemplateDirective {
4347
4340
  this.templateRef = templateRef;
4348
4341
  }
4349
4342
  }
4350
- DrawerItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerItemTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
4351
- DrawerItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DrawerItemTemplateDirective, selector: "[kendoDrawerItemTemplate]", ngImport: i0 });
4352
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerItemTemplateDirective, decorators: [{
4343
+ 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 });
4344
+ DrawerItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerItemTemplateDirective, selector: "[kendoDrawerItemTemplate]", ngImport: i0 });
4345
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerItemTemplateDirective, decorators: [{
4353
4346
  type: Directive,
4354
4347
  args: [{
4355
4348
  selector: '[kendoDrawerItemTemplate]'
@@ -4368,9 +4361,9 @@ class DrawerHeaderTemplateDirective {
4368
4361
  this.templateRef = templateRef;
4369
4362
  }
4370
4363
  }
4371
- DrawerHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
4372
- DrawerHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DrawerHeaderTemplateDirective, selector: "[kendoDrawerHeaderTemplate]", ngImport: i0 });
4373
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerHeaderTemplateDirective, decorators: [{
4364
+ 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 });
4365
+ DrawerHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerHeaderTemplateDirective, selector: "[kendoDrawerHeaderTemplate]", ngImport: i0 });
4366
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerHeaderTemplateDirective, decorators: [{
4374
4367
  type: Directive,
4375
4368
  args: [{
4376
4369
  selector: '[kendoDrawerHeaderTemplate]'
@@ -4389,9 +4382,9 @@ class DrawerFooterTemplateDirective {
4389
4382
  this.templateRef = templateRef;
4390
4383
  }
4391
4384
  }
4392
- DrawerFooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerFooterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
4393
- DrawerFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DrawerFooterTemplateDirective, selector: "[kendoDrawerFooterTemplate]", ngImport: i0 });
4394
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerFooterTemplateDirective, decorators: [{
4385
+ 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 });
4386
+ DrawerFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerFooterTemplateDirective, selector: "[kendoDrawerFooterTemplate]", ngImport: i0 });
4387
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerFooterTemplateDirective, decorators: [{
4395
4388
  type: Directive,
4396
4389
  args: [{
4397
4390
  selector: '[kendoDrawerFooterTemplate]'
@@ -4493,9 +4486,9 @@ class DrawerService {
4493
4486
  this.selectedIndices = [];
4494
4487
  }
4495
4488
  }
4496
- DrawerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4497
- DrawerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerService });
4498
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerService, decorators: [{
4489
+ DrawerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4490
+ DrawerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerService });
4491
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerService, decorators: [{
4499
4492
  type: Injectable
4500
4493
  }] });
4501
4494
 
@@ -4720,8 +4713,8 @@ class DrawerItemComponent {
4720
4713
  return this.viewItem.item;
4721
4714
  }
4722
4715
  }
4723
- DrawerItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerItemComponent, deps: [{ token: DrawerService }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
4724
- DrawerItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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: `
4716
+ 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 });
4717
+ 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: `
4725
4718
  <ng-template *ngIf="itemTemplate; else defaultTemplate"
4726
4719
  [ngTemplateOutlet]="itemTemplate"
4727
4720
  [ngTemplateOutletContext]="{
@@ -4744,6 +4737,7 @@ DrawerItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
4744
4737
  </kendo-icon-wrapper>
4745
4738
 
4746
4739
  <span class="k-item-text">{{ item.text }}</span>
4740
+ <span *ngIf="viewItem.hasChildren" class="k-spacer"></span>
4747
4741
  <kendo-icon-wrapper
4748
4742
  *ngIf="viewItem.hasChildren"
4749
4743
  [name]="viewItem.isExpanded ? 'arrow-chevron-up' : 'arrow-chevron-down'"
@@ -4763,8 +4757,8 @@ DrawerItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
4763
4757
  </kendo-icon-wrapper>
4764
4758
  </ng-container>
4765
4759
  </ng-template>
4766
- `, isInline: true, components: [{ type: i2.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
4767
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerItemComponent, decorators: [{
4760
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
4761
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerItemComponent, decorators: [{
4768
4762
  type: Component,
4769
4763
  args: [{
4770
4764
  // eslint-disable-next-line @angular-eslint/component-selector
@@ -4792,6 +4786,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
4792
4786
  </kendo-icon-wrapper>
4793
4787
 
4794
4788
  <span class="k-item-text">{{ item.text }}</span>
4789
+ <span *ngIf="viewItem.hasChildren" class="k-spacer"></span>
4795
4790
  <kendo-icon-wrapper
4796
4791
  *ngIf="viewItem.hasChildren"
4797
4792
  [name]="viewItem.isExpanded ? 'arrow-chevron-up' : 'arrow-chevron-down'"
@@ -4934,9 +4929,9 @@ class DrawerListComponent {
4934
4929
  }
4935
4930
  }
4936
4931
  }
4937
- DrawerListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerListComponent, deps: [{ token: DrawerService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
4938
- DrawerListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 &nbsp;\n </li>\n </ng-container>\n ", isInline: true, components: [{ type: DrawerItemComponent, selector: "[kendoDrawerItem]", inputs: ["viewItem", "index", "itemTemplate", "mini", "expanded", "disabled", "cssClass", "cssStyle"] }], directives: [{ type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
4939
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerListComponent, decorators: [{
4932
+ 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 });
4933
+ 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 &nbsp;\n </li>\n </ng-container>\n ", isInline: true, dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: DrawerItemComponent, selector: "[kendoDrawerItem]", inputs: ["viewItem", "index", "itemTemplate", "mini", "expanded", "disabled", "cssClass", "cssStyle"] }] });
4934
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerListComponent, decorators: [{
4940
4935
  type: Component,
4941
4936
  args: [{
4942
4937
  // eslint-disable-next-line @angular-eslint/component-selector
@@ -5243,8 +5238,8 @@ class DrawerComponent {
5243
5238
  return player;
5244
5239
  }
5245
5240
  }
5246
- DrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerComponent, deps: [{ token: i0.ElementRef }, { token: i1$2.AnimationBuilder }, { token: i1.LocalizationService }, { token: DrawerService }], target: i0.ɵɵFactoryTarget.Component });
5247
- DrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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: [
5241
+ DrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerComponent, deps: [{ token: i0.ElementRef }, { token: i1$1.AnimationBuilder }, { token: i1.LocalizationService }, { token: DrawerService }], target: i0.ɵɵFactoryTarget.Component });
5242
+ 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: [
5248
5243
  LocalizationService,
5249
5244
  DrawerService,
5250
5245
  {
@@ -5280,8 +5275,8 @@ DrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
5280
5275
  </div>
5281
5276
 
5282
5277
  <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
5283
- `, isInline: true, components: [{ type: DrawerListComponent, selector: "[kendoDrawerList]", inputs: ["itemTemplate", "mini", "expanded", "view"], outputs: ["select"] }, { type: i1$1.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
5284
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerComponent, decorators: [{
5278
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i5.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }, { kind: "component", type: DrawerListComponent, selector: "[kendoDrawerList]", inputs: ["itemTemplate", "mini", "expanded", "view"], outputs: ["select"] }] });
5279
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerComponent, decorators: [{
5285
5280
  type: Component,
5286
5281
  args: [{
5287
5282
  exportAs: 'kendoDrawer',
@@ -5325,7 +5320,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
5325
5320
  <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
5326
5321
  `
5327
5322
  }]
5328
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1$2.AnimationBuilder }, { type: i1.LocalizationService }, { type: DrawerService }]; }, propDecorators: { hostClasses: [{
5323
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1$1.AnimationBuilder }, { type: i1.LocalizationService }, { type: DrawerService }]; }, propDecorators: { hostClasses: [{
5329
5324
  type: HostBinding,
5330
5325
  args: ['class.k-drawer']
5331
5326
  }], startPositionClass: [{
@@ -5434,8 +5429,8 @@ class DrawerContainerComponent {
5434
5429
  }
5435
5430
  }
5436
5431
  }
5437
- DrawerContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerContainerComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
5438
- DrawerContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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: [
5432
+ DrawerContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerContainerComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
5433
+ 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: [
5439
5434
  LocalizationService,
5440
5435
  {
5441
5436
  provide: L10N_PREFIX,
@@ -5444,8 +5439,8 @@ DrawerContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
5444
5439
  ], queries: [{ propertyName: "drawer", first: true, predicate: DrawerComponent, descendants: true }], ngImport: i0, template: `
5445
5440
  <div class="k-overlay" *ngIf="overlay" (click)="closeDrawer()"></div>
5446
5441
  <ng-content></ng-content>
5447
- `, isInline: true, directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
5448
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerContainerComponent, decorators: [{
5442
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
5443
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerContainerComponent, decorators: [{
5449
5444
  type: Component,
5450
5445
  args: [{
5451
5446
  selector: 'kendo-drawer-container',
@@ -5492,11 +5487,11 @@ class DrawerContentComponent {
5492
5487
  this.hostClasses = true;
5493
5488
  }
5494
5489
  }
5495
- DrawerContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
5496
- DrawerContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: DrawerContentComponent, selector: "kendo-drawer-content", host: { properties: { "class.k-drawer-content": "this.hostClasses" } }, ngImport: i0, template: `
5490
+ DrawerContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
5491
+ 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: `
5497
5492
  <ng-content></ng-content>
5498
5493
  `, isInline: true, encapsulation: i0.ViewEncapsulation.None });
5499
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerContentComponent, decorators: [{
5494
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerContentComponent, decorators: [{
5500
5495
  type: Component,
5501
5496
  args: [{
5502
5497
  selector: 'kendo-drawer-content',
@@ -5533,9 +5528,9 @@ class StepperStepTemplateDirective {
5533
5528
  this.templateRef = templateRef;
5534
5529
  }
5535
5530
  }
5536
- StepperStepTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperStepTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
5537
- StepperStepTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: StepperStepTemplateDirective, selector: "[kendoStepperStepTemplate]", ngImport: i0 });
5538
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperStepTemplateDirective, decorators: [{
5531
+ 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 });
5532
+ StepperStepTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: StepperStepTemplateDirective, selector: "[kendoStepperStepTemplate]", ngImport: i0 });
5533
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperStepTemplateDirective, decorators: [{
5539
5534
  type: Directive,
5540
5535
  args: [{
5541
5536
  selector: '[kendoStepperStepTemplate]'
@@ -5554,9 +5549,9 @@ class StepperLabelTemplateDirective {
5554
5549
  this.templateRef = templateRef;
5555
5550
  }
5556
5551
  }
5557
- StepperLabelTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperLabelTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
5558
- StepperLabelTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: StepperLabelTemplateDirective, selector: "[kendoStepperLabelTemplate]", ngImport: i0 });
5559
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperLabelTemplateDirective, decorators: [{
5552
+ 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 });
5553
+ StepperLabelTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: StepperLabelTemplateDirective, selector: "[kendoStepperLabelTemplate]", ngImport: i0 });
5554
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperLabelTemplateDirective, decorators: [{
5560
5555
  type: Directive,
5561
5556
  args: [{
5562
5557
  selector: '[kendoStepperLabelTemplate]'
@@ -5575,9 +5570,9 @@ class StepperIndicatorTemplateDirective {
5575
5570
  this.templateRef = templateRef;
5576
5571
  }
5577
5572
  }
5578
- StepperIndicatorTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperIndicatorTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
5579
- StepperIndicatorTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: StepperIndicatorTemplateDirective, selector: "[kendoStepperIndicatorTemplate]", ngImport: i0 });
5580
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperIndicatorTemplateDirective, decorators: [{
5573
+ 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 });
5574
+ StepperIndicatorTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: StepperIndicatorTemplateDirective, selector: "[kendoStepperIndicatorTemplate]", ngImport: i0 });
5575
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperIndicatorTemplateDirective, decorators: [{
5581
5576
  type: Directive,
5582
5577
  args: [{
5583
5578
  selector: '[kendoStepperIndicatorTemplate]'
@@ -5604,7 +5599,7 @@ handlersRTL[Keys.ArrowRight] = 'left';
5604
5599
  /**
5605
5600
  * @hidden
5606
5601
  */
5607
- class StepperActivateEvent$1 extends PreventableEvent$1 {
5602
+ let StepperActivateEvent$1 = class StepperActivateEvent extends PreventableEvent$1 {
5608
5603
  /**
5609
5604
  * @hidden
5610
5605
  */
@@ -5612,7 +5607,7 @@ class StepperActivateEvent$1 extends PreventableEvent$1 {
5612
5607
  super();
5613
5608
  Object.assign(this, args);
5614
5609
  }
5615
- }
5610
+ };
5616
5611
  /**
5617
5612
  * @hidden
5618
5613
  */
@@ -5733,9 +5728,9 @@ class StepperService {
5733
5728
  return this.owner.orientation === 'horizontal';
5734
5729
  }
5735
5730
  }
5736
- StepperService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperService, deps: [{ token: i1.LocalizationService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Injectable });
5737
- StepperService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperService });
5738
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperService, decorators: [{
5731
+ StepperService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperService, deps: [{ token: i1.LocalizationService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Injectable });
5732
+ StepperService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperService });
5733
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperService, decorators: [{
5739
5734
  type: Injectable
5740
5735
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }]; } });
5741
5736
 
@@ -5916,8 +5911,8 @@ class StepperStepComponent {
5916
5911
  }
5917
5912
  }
5918
5913
  }
5919
- StepperStepComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperStepComponent, deps: [{ token: StepperService }, { token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
5920
- StepperStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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: `
5914
+ 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 });
5915
+ 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: `
5921
5916
  <a href='#' class='k-step-link' #stepLink
5922
5917
  [attr.tabindex]='tabIndexAttr'
5923
5918
  [attr.title]='step.label'
@@ -5975,8 +5970,8 @@ StepperStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
5975
5970
  </span>
5976
5971
  </ng-container>
5977
5972
  </a>
5978
- `, isInline: true, components: [{ type: i2.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
5979
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperStepComponent, decorators: [{
5973
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
5974
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperStepComponent, decorators: [{
5980
5975
  type: Component,
5981
5976
  args: [{
5982
5977
  // eslint-disable-next-line @angular-eslint/component-selector
@@ -6154,9 +6149,9 @@ class StepperListComponent {
6154
6149
  }
6155
6150
  }
6156
6151
  }
6157
- StepperListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperListComponent, deps: [{ token: i0.Renderer2 }, { token: i0.NgZone }, { token: StepperService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
6158
- StepperListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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'\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, components: [{ type: StepperStepComponent, selector: "[kendoStepperStep]", inputs: ["step", "index", "current", "type", "successIcon", "successSVGIcon", "errorIcon", "errorSVGIcon", "svgIcon", "indicatorTemplate", "labelTemplate", "stepTemplate"] }], directives: [{ type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
6159
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperListComponent, decorators: [{
6152
+ 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 });
6153
+ 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'\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: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: StepperStepComponent, selector: "[kendoStepperStep]", inputs: ["step", "index", "current", "type", "successIcon", "successSVGIcon", "errorIcon", "errorSVGIcon", "svgIcon", "indicatorTemplate", "labelTemplate", "stepTemplate"] }] });
6154
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperListComponent, decorators: [{
6160
6155
  type: Component,
6161
6156
  args: [{
6162
6157
  // eslint-disable-next-line @angular-eslint/component-selector
@@ -6231,9 +6226,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
6231
6226
  */
6232
6227
  class StepperMessages extends ComponentMessages {
6233
6228
  }
6234
- StepperMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
6235
- StepperMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: StepperMessages, selector: "kendo-stepper-messages-base", inputs: { optional: "optional" }, usesInheritance: true, ngImport: i0 });
6236
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperMessages, decorators: [{
6229
+ StepperMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
6230
+ StepperMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: StepperMessages, selector: "kendo-stepper-messages-base", inputs: { optional: "optional" }, usesInheritance: true, ngImport: i0 });
6231
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperMessages, decorators: [{
6237
6232
  type: Directive,
6238
6233
  args: [{
6239
6234
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -6252,14 +6247,14 @@ class LocalizedStepperMessagesDirective extends StepperMessages {
6252
6247
  this.service = service;
6253
6248
  }
6254
6249
  }
6255
- LocalizedStepperMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LocalizedStepperMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
6256
- LocalizedStepperMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: LocalizedStepperMessagesDirective, selector: "\n [kendoStepperLocalizedMessages]\n ", providers: [
6250
+ LocalizedStepperMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedStepperMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
6251
+ LocalizedStepperMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedStepperMessagesDirective, selector: "\n [kendoStepperLocalizedMessages]\n ", providers: [
6257
6252
  {
6258
6253
  provide: StepperMessages,
6259
6254
  useExisting: forwardRef(() => LocalizedStepperMessagesDirective)
6260
6255
  }
6261
6256
  ], usesInheritance: true, ngImport: i0 });
6262
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LocalizedStepperMessagesDirective, decorators: [{
6257
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedStepperMessagesDirective, decorators: [{
6263
6258
  type: Directive,
6264
6259
  args: [{
6265
6260
  providers: [
@@ -6488,8 +6483,8 @@ class StepperComponent {
6488
6483
  return this.orientation === 'horizontal';
6489
6484
  }
6490
6485
  }
6491
- StepperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.LocalizationService }, { token: StepperService }], target: i0.ɵɵFactoryTarget.Component });
6492
- StepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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: [
6486
+ 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 });
6487
+ 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: [
6493
6488
  LocalizationService,
6494
6489
  StepperService,
6495
6490
  {
@@ -6534,8 +6529,8 @@ StepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
6534
6529
  [value]='currentStep'
6535
6530
  [ngStyle]='progressBarStyling'>
6536
6531
  </kendo-progressbar>
6537
- `, isInline: true, components: [{ type: StepperListComponent, selector: "[kendoStepperList]", inputs: ["linear", "stepType", "orientation", "currentStep", "steps", "successIcon", "successSVGIcon", "errorIcon", "errorSVGIcon", "svgIcon", "indicatorTemplate", "labelTemplate", "stepTemplate"], outputs: ["listKeydown", "listClick"] }, { type: i4.ProgressBarComponent, selector: "kendo-progressbar", inputs: ["label", "progressCssStyle", "progressCssClass", "emptyCssStyle", "emptyCssClass", "animation"], outputs: ["animationEnd"], exportAs: ["kendoProgressBar"] }], directives: [{ type: LocalizedStepperMessagesDirective, selector: "\n [kendoStepperLocalizedMessages]\n " }, { type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
6538
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperComponent, decorators: [{
6532
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i4.ProgressBarComponent, selector: "kendo-progressbar", inputs: ["label", "progressCssStyle", "progressCssClass", "emptyCssStyle", "emptyCssClass", "animation"], outputs: ["animationEnd"], exportAs: ["kendoProgressBar"] }, { 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: LocalizedStepperMessagesDirective, selector: "\n [kendoStepperLocalizedMessages]\n " }] });
6533
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperComponent, decorators: [{
6539
6534
  type: Component,
6540
6535
  args: [{
6541
6536
  exportAs: 'kendoStepper',
@@ -6666,14 +6661,14 @@ class StepperCustomMessagesComponent extends StepperMessages {
6666
6661
  return true;
6667
6662
  }
6668
6663
  }
6669
- StepperCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
6670
- StepperCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: StepperCustomMessagesComponent, selector: "kendo-stepper-messages", providers: [
6664
+ StepperCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
6665
+ StepperCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StepperCustomMessagesComponent, selector: "kendo-stepper-messages", providers: [
6671
6666
  {
6672
6667
  provide: StepperMessages,
6673
6668
  useExisting: forwardRef(() => StepperCustomMessagesComponent)
6674
6669
  }
6675
6670
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
6676
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperCustomMessagesComponent, decorators: [{
6671
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperCustomMessagesComponent, decorators: [{
6677
6672
  type: Component,
6678
6673
  args: [{
6679
6674
  providers: [
@@ -6692,9 +6687,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
6692
6687
  */
6693
6688
  class Messages extends ComponentMessages {
6694
6689
  }
6695
- Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
6696
- Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: Messages, selector: "kendoAvatarMessages", inputs: { avatarAlt: "avatarAlt" }, usesInheritance: true, ngImport: i0 });
6697
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: Messages, decorators: [{
6690
+ Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
6691
+ Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: Messages, selector: "kendoAvatarMessages", inputs: { avatarAlt: "avatarAlt" }, usesInheritance: true, ngImport: i0 });
6692
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Messages, decorators: [{
6698
6693
  type: Directive,
6699
6694
  args: [{
6700
6695
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -6714,14 +6709,14 @@ class LocalizedAvatarMessagesDirective extends Messages {
6714
6709
  this.service = service;
6715
6710
  }
6716
6711
  }
6717
- LocalizedAvatarMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LocalizedAvatarMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
6718
- LocalizedAvatarMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: LocalizedAvatarMessagesDirective, selector: "[kendoAvatarLocalizedMessages]", providers: [
6712
+ LocalizedAvatarMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedAvatarMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
6713
+ LocalizedAvatarMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedAvatarMessagesDirective, selector: "[kendoAvatarLocalizedMessages]", providers: [
6719
6714
  {
6720
6715
  provide: Messages,
6721
6716
  useExisting: forwardRef(() => LocalizedAvatarMessagesDirective)
6722
6717
  }
6723
6718
  ], usesInheritance: true, ngImport: i0 });
6724
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LocalizedAvatarMessagesDirective, decorators: [{
6719
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedAvatarMessagesDirective, decorators: [{
6725
6720
  type: Directive,
6726
6721
  args: [{
6727
6722
  providers: [
@@ -6961,8 +6956,8 @@ class AvatarComponent {
6961
6956
  return this.localization.get(key);
6962
6957
  }
6963
6958
  }
6964
- AvatarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AvatarComponent, deps: [{ token: i1.LocalizationService }, { token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
6965
- AvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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: [
6959
+ 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 });
6960
+ 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: [
6966
6961
  LocalizationService,
6967
6962
  {
6968
6963
  provide: L10N_PREFIX,
@@ -6998,8 +6993,8 @@ AvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
6998
6993
  </kendo-icon-wrapper>
6999
6994
  </span>
7000
6995
  </ng-container>
7001
- `, isInline: true, components: [{ type: i2.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: LocalizedAvatarMessagesDirective, selector: "[kendoAvatarLocalizedMessages]" }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
7002
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AvatarComponent, decorators: [{
6996
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: LocalizedAvatarMessagesDirective, selector: "[kendoAvatarLocalizedMessages]" }] });
6997
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarComponent, decorators: [{
7003
6998
  type: Component,
7004
6999
  args: [{
7005
7000
  providers: [
@@ -7103,14 +7098,14 @@ class AvatarCustomMessagesComponent extends Messages {
7103
7098
  return true;
7104
7099
  }
7105
7100
  }
7106
- AvatarCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AvatarCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
7107
- AvatarCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AvatarCustomMessagesComponent, selector: "kendo-avatar-messages", providers: [
7101
+ AvatarCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
7102
+ AvatarCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AvatarCustomMessagesComponent, selector: "kendo-avatar-messages", providers: [
7108
7103
  {
7109
7104
  provide: Messages,
7110
7105
  useExisting: forwardRef(() => AvatarCustomMessagesComponent)
7111
7106
  }
7112
7107
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
7113
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AvatarCustomMessagesComponent, decorators: [{
7108
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarCustomMessagesComponent, decorators: [{
7114
7109
  type: Component,
7115
7110
  args: [{
7116
7111
  providers: [
@@ -7167,8 +7162,8 @@ class CardComponent {
7167
7162
  }
7168
7163
  }
7169
7164
  }
7170
- CardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
7171
- CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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: [
7165
+ CardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
7166
+ 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: [
7172
7167
  LocalizationService,
7173
7168
  {
7174
7169
  provide: L10N_PREFIX,
@@ -7177,7 +7172,7 @@ CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
7177
7172
  ], ngImport: i0, template: `
7178
7173
  <ng-content></ng-content>
7179
7174
  `, isInline: true });
7180
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardComponent, decorators: [{
7175
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardComponent, decorators: [{
7181
7176
  type: Component,
7182
7177
  args: [{
7183
7178
  selector: 'kendo-card',
@@ -7221,11 +7216,11 @@ class CardHeaderComponent {
7221
7216
  this.hostClass = true;
7222
7217
  }
7223
7218
  }
7224
- CardHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7225
- CardHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CardHeaderComponent, selector: "kendo-card-header", host: { properties: { "class.k-card-header": "this.hostClass" } }, ngImport: i0, template: `
7219
+ CardHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7220
+ 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: `
7226
7221
  <ng-content></ng-content>
7227
7222
  `, isInline: true });
7228
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardHeaderComponent, decorators: [{
7223
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardHeaderComponent, decorators: [{
7229
7224
  type: Component,
7230
7225
  args: [{
7231
7226
  selector: 'kendo-card-header',
@@ -7246,11 +7241,11 @@ class CardBodyComponent {
7246
7241
  this.hostClass = true;
7247
7242
  }
7248
7243
  }
7249
- CardBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7250
- CardBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CardBodyComponent, selector: "kendo-card-body", host: { properties: { "class.k-card-body": "this.hostClass" } }, ngImport: i0, template: `
7244
+ CardBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7245
+ 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: `
7251
7246
  <ng-content></ng-content>
7252
7247
  `, isInline: true });
7253
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardBodyComponent, decorators: [{
7248
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardBodyComponent, decorators: [{
7254
7249
  type: Component,
7255
7250
  args: [{
7256
7251
  selector: 'kendo-card-body',
@@ -7271,11 +7266,11 @@ class CardFooterComponent {
7271
7266
  this.hostClass = true;
7272
7267
  }
7273
7268
  }
7274
- CardFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7275
- CardFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CardFooterComponent, selector: "kendo-card-footer", host: { properties: { "class.k-card-footer": "this.hostClass" } }, ngImport: i0, template: `
7269
+ CardFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7270
+ 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: `
7276
7271
  <ng-content></ng-content>
7277
7272
  `, isInline: true });
7278
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardFooterComponent, decorators: [{
7273
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardFooterComponent, decorators: [{
7279
7274
  type: Component,
7280
7275
  args: [{
7281
7276
  selector: 'kendo-card-footer',
@@ -7356,8 +7351,8 @@ class CardActionsComponent {
7356
7351
  this.action.emit(action);
7357
7352
  }
7358
7353
  }
7359
- CardActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7360
- CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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: `
7354
+ CardActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7355
+ 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: `
7361
7356
  <ng-content *ngIf="!actionsArray && !actionsTemplate"></ng-content>
7362
7357
 
7363
7358
  <ng-container *ngIf="actionsArray">
@@ -7378,8 +7373,8 @@ CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
7378
7373
  </ng-container>
7379
7374
 
7380
7375
  <ng-template [ngTemplateOutlet]="actionsTemplate" *ngIf="actionsTemplate"></ng-template>
7381
- `, isInline: true, directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
7382
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardActionsComponent, decorators: [{
7376
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
7377
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardActionsComponent, decorators: [{
7383
7378
  type: Component,
7384
7379
  args: [{
7385
7380
  selector: 'kendo-card-actions',
@@ -7462,9 +7457,9 @@ class CardSeparatorDirective {
7462
7457
  return this.orientation === 'horizontal';
7463
7458
  }
7464
7459
  }
7465
- CardSeparatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardSeparatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
7466
- CardSeparatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", 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 });
7467
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardSeparatorDirective, decorators: [{
7460
+ CardSeparatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardSeparatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
7461
+ 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 });
7462
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardSeparatorDirective, decorators: [{
7468
7463
  type: Directive,
7469
7464
  args: [{
7470
7465
  selector: '[kendoCardSeparator]'
@@ -7495,9 +7490,9 @@ class CardTitleDirective {
7495
7490
  this.hostClass = true;
7496
7491
  }
7497
7492
  }
7498
- CardTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
7499
- CardTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: CardTitleDirective, selector: "[kendoCardTitle]", host: { properties: { "class.k-card-title": "this.hostClass" } }, ngImport: i0 });
7500
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardTitleDirective, decorators: [{
7493
+ CardTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
7494
+ 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 });
7495
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardTitleDirective, decorators: [{
7501
7496
  type: Directive,
7502
7497
  args: [{
7503
7498
  selector: '[kendoCardTitle]'
@@ -7515,9 +7510,9 @@ class CardSubtitleDirective {
7515
7510
  this.hostClass = true;
7516
7511
  }
7517
7512
  }
7518
- CardSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
7519
- CardSubtitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: CardSubtitleDirective, selector: "[kendoCardSubtitle]", host: { properties: { "class.k-card-subtitle": "this.hostClass" } }, ngImport: i0 });
7520
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardSubtitleDirective, decorators: [{
7513
+ CardSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
7514
+ 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 });
7515
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardSubtitleDirective, decorators: [{
7521
7516
  type: Directive,
7522
7517
  args: [{
7523
7518
  selector: '[kendoCardSubtitle]'
@@ -7535,9 +7530,9 @@ class CardMediaDirective {
7535
7530
  this.hostClass = true;
7536
7531
  }
7537
7532
  }
7538
- CardMediaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardMediaDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
7539
- CardMediaDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: CardMediaDirective, selector: "[kendoCardMedia]", host: { properties: { "class.k-card-media": "this.hostClass" } }, ngImport: i0 });
7540
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardMediaDirective, decorators: [{
7533
+ CardMediaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardMediaDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
7534
+ 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 });
7535
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardMediaDirective, decorators: [{
7541
7536
  type: Directive,
7542
7537
  args: [{
7543
7538
  selector: '[kendoCardMedia]'
@@ -7564,9 +7559,9 @@ class ExpansionPanelTitleDirective {
7564
7559
  this.templateRef = templateRef;
7565
7560
  }
7566
7561
  }
7567
- ExpansionPanelTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExpansionPanelTitleDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
7568
- ExpansionPanelTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: ExpansionPanelTitleDirective, selector: "[kendoExpansionPanelTitleDirective]", ngImport: i0 });
7569
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExpansionPanelTitleDirective, decorators: [{
7562
+ 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 });
7563
+ ExpansionPanelTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ExpansionPanelTitleDirective, selector: "[kendoExpansionPanelTitleDirective]", ngImport: i0 });
7564
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelTitleDirective, decorators: [{
7570
7565
  type: Directive,
7571
7566
  args: [{
7572
7567
  selector: '[kendoExpansionPanelTitleDirective]'
@@ -7925,8 +7920,8 @@ class ExpansionPanelComponent {
7925
7920
  this.renderer.removeClass(this.content.nativeElement, CONTENT_HIDDEN_CLASS);
7926
7921
  }
7927
7922
  }
7928
- ExpansionPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", 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 });
7929
- ExpansionPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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: [
7923
+ 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$1.AnimationBuilder }], target: i0.ɵɵFactoryTarget.Component });
7924
+ 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: [
7930
7925
  LocalizationService,
7931
7926
  {
7932
7927
  provide: L10N_PREFIX,
@@ -7969,8 +7964,8 @@ ExpansionPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
7969
7964
  <ng-content></ng-content>
7970
7965
  </div>
7971
7966
  </div>
7972
- `, isInline: true, components: [{ type: i2.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
7973
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExpansionPanelComponent, decorators: [{
7967
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
7968
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelComponent, decorators: [{
7974
7969
  type: Component,
7975
7970
  args: [{
7976
7971
  exportAs: 'kendoExpansionPanel',
@@ -8021,7 +8016,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
8021
8016
  </div>
8022
8017
  `
8023
8018
  }]
8024
- }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i1.LocalizationService }, { type: i1$2.AnimationBuilder }]; }, propDecorators: { title: [{
8019
+ }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i1.LocalizationService }, { type: i1$1.AnimationBuilder }]; }, propDecorators: { title: [{
8025
8020
  type: Input
8026
8021
  }], subtitle: [{
8027
8022
  type: Input
@@ -8707,9 +8702,9 @@ class TileLayoutDraggingService {
8707
8702
  return hintHeight;
8708
8703
  }
8709
8704
  }
8710
- TileLayoutDraggingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutDraggingService, deps: [{ token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
8711
- TileLayoutDraggingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutDraggingService });
8712
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutDraggingService, decorators: [{
8705
+ TileLayoutDraggingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutDraggingService, deps: [{ token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
8706
+ TileLayoutDraggingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutDraggingService });
8707
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutDraggingService, decorators: [{
8713
8708
  type: Injectable
8714
8709
  }], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i1.LocalizationService }]; } });
8715
8710
 
@@ -8780,7 +8775,6 @@ class TileLayoutKeyboardNavigationService {
8780
8775
  getAllFocusableChildren(parent) {
8781
8776
  return Array.from(parent.querySelectorAll(focusableSelector)).filter((element) => element.offsetParent !== null);
8782
8777
  }
8783
- ;
8784
8778
  resizeItem(keyCode, focusedTile, settings, col) {
8785
8779
  const { resizeRight, resizeLeft, resizeDown, resizeUp } = shouldResize(keyCode, col, focusedTile, settings);
8786
8780
  const resizeHorizontal = resizeLeft || resizeRight;
@@ -8839,14 +8833,13 @@ class TileLayoutKeyboardNavigationService {
8839
8833
  const lastFocusable = all.length > 0 ? all[all.length - 1] : parent;
8840
8834
  return [firstFocusable, lastFocusable];
8841
8835
  }
8842
- ;
8843
8836
  targetTile(focusedTile, items, offset) {
8844
8837
  return items.find(item => item.order === focusedTile.order + offset);
8845
8838
  }
8846
8839
  }
8847
- TileLayoutKeyboardNavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutKeyboardNavigationService, deps: [{ token: i0.NgZone }, { token: i0.Renderer2 }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
8848
- TileLayoutKeyboardNavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutKeyboardNavigationService });
8849
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutKeyboardNavigationService, decorators: [{
8840
+ TileLayoutKeyboardNavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutKeyboardNavigationService, deps: [{ token: i0.NgZone }, { token: i0.Renderer2 }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
8841
+ TileLayoutKeyboardNavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutKeyboardNavigationService });
8842
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutKeyboardNavigationService, decorators: [{
8850
8843
  type: Injectable
8851
8844
  }], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.Renderer2 }, { type: i1.LocalizationService }]; } });
8852
8845
 
@@ -8875,11 +8868,11 @@ class TileLayoutItemHeaderComponent {
8875
8868
  }
8876
8869
  }
8877
8870
  }
8878
- TileLayoutItemHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutItemHeaderComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
8879
- TileLayoutItemHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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: `
8871
+ 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 });
8872
+ 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: `
8880
8873
  <ng-content></ng-content>
8881
8874
  `, isInline: true });
8882
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutItemHeaderComponent, decorators: [{
8875
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutItemHeaderComponent, decorators: [{
8883
8876
  type: Component,
8884
8877
  args: [{
8885
8878
  selector: 'kendo-tilelayout-item-header',
@@ -8934,9 +8927,9 @@ class TileLayoutResizeHandleDirective {
8934
8927
  }
8935
8928
  }
8936
8929
  }
8937
- TileLayoutResizeHandleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutResizeHandleDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
8938
- TileLayoutResizeHandleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: TileLayoutResizeHandleDirective, selector: "[kendoTileLayoutResizeHandle]", inputs: { resizeDirection: "resizeDirection", rtl: "rtl" }, ngImport: i0 });
8939
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutResizeHandleDirective, decorators: [{
8930
+ 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 });
8931
+ TileLayoutResizeHandleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TileLayoutResizeHandleDirective, selector: "[kendoTileLayoutResizeHandle]", inputs: { resizeDirection: "resizeDirection", rtl: "rtl" }, ngImport: i0 });
8932
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutResizeHandleDirective, decorators: [{
8940
8933
  type: Directive,
8941
8934
  args: [{
8942
8935
  selector: '[kendoTileLayoutResizeHandle]'
@@ -9108,8 +9101,8 @@ class TileLayoutItemComponent {
9108
9101
  }
9109
9102
  }
9110
9103
  }
9111
- TileLayoutItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", 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 });
9112
- TileLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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: `
9104
+ 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 });
9105
+ 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: `
9113
9106
  <kendo-tilelayout-item-header [reorderable]="isReorderable" *ngIf="title">
9114
9107
  <h5 [id]="titleId" class="k-card-title">{{ title }}</h5>
9115
9108
  </kendo-tilelayout-item-header>
@@ -9123,8 +9116,8 @@ TileLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
9123
9116
  [resizeDirection]="dir">
9124
9117
  </div>
9125
9118
  </ng-container>
9126
- `, isInline: true, components: [{ type: TileLayoutItemHeaderComponent, selector: "kendo-tilelayout-item-header", inputs: ["reorderable"] }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: TileLayoutResizeHandleDirective, selector: "[kendoTileLayoutResizeHandle]", inputs: ["resizeDirection", "rtl"] }] });
9127
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutItemComponent, decorators: [{
9119
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: TileLayoutItemHeaderComponent, selector: "kendo-tilelayout-item-header", inputs: ["reorderable"] }, { kind: "directive", type: TileLayoutResizeHandleDirective, selector: "[kendoTileLayoutResizeHandle]", inputs: ["resizeDirection", "rtl"] }] });
9120
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutItemComponent, decorators: [{
9128
9121
  type: Component,
9129
9122
  args: [{
9130
9123
  selector: 'kendo-tilelayout-item',
@@ -9436,8 +9429,8 @@ class TileLayoutComponent {
9436
9429
  });
9437
9430
  }
9438
9431
  }
9439
- TileLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", 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 });
9440
- TileLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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: [
9432
+ 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 });
9433
+ 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: [
9441
9434
  LocalizationService,
9442
9435
  TileLayoutDraggingService,
9443
9436
  TileLayoutKeyboardNavigationService,
@@ -9457,8 +9450,8 @@ TileLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
9457
9450
  [style.zIndex]="'1'">
9458
9451
  </div>
9459
9452
  <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
9460
- `, isInline: true, components: [{ type: i1$1.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
9461
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutComponent, decorators: [{
9453
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i5.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }] });
9454
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutComponent, decorators: [{
9462
9455
  type: Component,
9463
9456
  args: [{
9464
9457
  selector: 'kendo-tilelayout',
@@ -9540,11 +9533,11 @@ class TileLayoutItemBodyComponent {
9540
9533
  this.minHeight = 0;
9541
9534
  }
9542
9535
  }
9543
- TileLayoutItemBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutItemBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9544
- TileLayoutItemBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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: `
9536
+ TileLayoutItemBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutItemBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9537
+ 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: `
9545
9538
  <ng-content></ng-content>
9546
9539
  `, isInline: true });
9547
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutItemBodyComponent, decorators: [{
9540
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutItemBodyComponent, decorators: [{
9548
9541
  type: Component,
9549
9542
  args: [{
9550
9543
  selector: 'kendo-tilelayout-item-body',
@@ -9563,13 +9556,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
9563
9556
  args: ['style.min-height']
9564
9557
  }] } });
9565
9558
 
9566
- const exportedModules$a = [
9559
+ const exportedModules$b = [
9567
9560
  AvatarComponent,
9568
9561
  AvatarCustomMessagesComponent
9569
9562
  ];
9570
- const declarations$a = [
9563
+ const declarations$b = [
9571
9564
  LocalizedAvatarMessagesDirective,
9572
- ...exportedModules$a
9565
+ ...exportedModules$b
9573
9566
  ];
9574
9567
  /**
9575
9568
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
@@ -9577,16 +9570,16 @@ const declarations$a = [
9577
9570
  */
9578
9571
  class AvatarModule {
9579
9572
  }
9580
- AvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9581
- AvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AvatarModule, declarations: [LocalizedAvatarMessagesDirective, AvatarComponent,
9573
+ AvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9574
+ AvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, declarations: [LocalizedAvatarMessagesDirective, AvatarComponent,
9582
9575
  AvatarCustomMessagesComponent], imports: [CommonModule, IconsModule], exports: [AvatarComponent,
9583
9576
  AvatarCustomMessagesComponent] });
9584
- AvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AvatarModule, imports: [[CommonModule, IconsModule]] });
9585
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AvatarModule, decorators: [{
9577
+ AvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, imports: [CommonModule, IconsModule] });
9578
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, decorators: [{
9586
9579
  type: NgModule,
9587
9580
  args: [{
9588
- declarations: [declarations$a],
9589
- exports: [exportedModules$a],
9581
+ declarations: [declarations$b],
9582
+ exports: [exportedModules$b],
9590
9583
  imports: [CommonModule, IconsModule]
9591
9584
  }]
9592
9585
  }] });
@@ -9597,7 +9590,7 @@ const cardDirectives = [
9597
9590
  CardSeparatorDirective,
9598
9591
  CardMediaDirective
9599
9592
  ];
9600
- const exportedModules$9 = [
9593
+ const exportedModules$a = [
9601
9594
  CardComponent,
9602
9595
  CardHeaderComponent,
9603
9596
  CardBodyComponent,
@@ -9605,15 +9598,15 @@ const exportedModules$9 = [
9605
9598
  CardActionsComponent,
9606
9599
  ...cardDirectives
9607
9600
  ];
9608
- const declarations$9 = [...exportedModules$9];
9601
+ const declarations$a = [...exportedModules$a];
9609
9602
  /**
9610
9603
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
9611
9604
  * definition for the Card component.
9612
9605
  */
9613
9606
  class CardModule {
9614
9607
  }
9615
- CardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9616
- CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardModule, declarations: [CardComponent,
9608
+ CardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9609
+ CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: CardModule, declarations: [CardComponent,
9617
9610
  CardHeaderComponent,
9618
9611
  CardBodyComponent,
9619
9612
  CardFooterComponent,
@@ -9628,12 +9621,12 @@ CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13
9628
9621
  CardSubtitleDirective,
9629
9622
  CardSeparatorDirective,
9630
9623
  CardMediaDirective] });
9631
- CardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardModule, imports: [[CommonModule]] });
9632
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardModule, decorators: [{
9624
+ CardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardModule, imports: [CommonModule] });
9625
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardModule, decorators: [{
9633
9626
  type: NgModule,
9634
9627
  args: [{
9635
- declarations: [declarations$9],
9636
- exports: [exportedModules$9],
9628
+ declarations: [declarations$a],
9629
+ exports: [exportedModules$a],
9637
9630
  imports: [CommonModule]
9638
9631
  }]
9639
9632
  }] });
@@ -9644,16 +9637,16 @@ const templateDirectives$1 = [
9644
9637
  DrawerFooterTemplateDirective,
9645
9638
  DrawerItemTemplateDirective
9646
9639
  ];
9647
- const exportedModules$8 = [
9640
+ const exportedModules$9 = [
9648
9641
  DrawerComponent,
9649
9642
  DrawerContainerComponent,
9650
9643
  DrawerContentComponent,
9651
9644
  ...templateDirectives$1
9652
9645
  ];
9653
- const declarations$8 = [
9646
+ const declarations$9 = [
9654
9647
  DrawerItemComponent,
9655
9648
  DrawerListComponent,
9656
- ...exportedModules$8
9649
+ ...exportedModules$9
9657
9650
  ];
9658
9651
  /**
9659
9652
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
@@ -9661,8 +9654,8 @@ const declarations$8 = [
9661
9654
  */
9662
9655
  class DrawerModule {
9663
9656
  }
9664
- DrawerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9665
- DrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerModule, declarations: [DrawerItemComponent,
9657
+ DrawerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9658
+ DrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DrawerModule, declarations: [DrawerItemComponent,
9666
9659
  DrawerListComponent, DrawerComponent,
9667
9660
  DrawerContainerComponent,
9668
9661
  DrawerContentComponent, DrawerTemplateDirective,
@@ -9674,22 +9667,22 @@ DrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
9674
9667
  DrawerHeaderTemplateDirective,
9675
9668
  DrawerFooterTemplateDirective,
9676
9669
  DrawerItemTemplateDirective] });
9677
- DrawerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerModule, imports: [[CommonModule, IconsModule, WatermarkModule]] });
9678
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerModule, decorators: [{
9670
+ DrawerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerModule, imports: [CommonModule, IconsModule, WatermarkModule] });
9671
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerModule, decorators: [{
9679
9672
  type: NgModule,
9680
9673
  args: [{
9681
- declarations: [declarations$8],
9682
- exports: [exportedModules$8],
9674
+ declarations: [declarations$9],
9675
+ exports: [exportedModules$9],
9683
9676
  imports: [CommonModule, IconsModule, WatermarkModule]
9684
9677
  }]
9685
9678
  }] });
9686
9679
 
9687
- const exportedModules$7 = [
9680
+ const exportedModules$8 = [
9688
9681
  ExpansionPanelComponent,
9689
9682
  ExpansionPanelTitleDirective
9690
9683
  ];
9691
- const declarations$7 = [
9692
- ...exportedModules$7
9684
+ const declarations$8 = [
9685
+ ...exportedModules$8
9693
9686
  ];
9694
9687
  /**
9695
9688
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
@@ -9697,29 +9690,29 @@ const declarations$7 = [
9697
9690
  */
9698
9691
  class ExpansionPanelModule {
9699
9692
  }
9700
- ExpansionPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExpansionPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9701
- ExpansionPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExpansionPanelModule, declarations: [ExpansionPanelComponent,
9693
+ ExpansionPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9694
+ ExpansionPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelModule, declarations: [ExpansionPanelComponent,
9702
9695
  ExpansionPanelTitleDirective], imports: [CommonModule, EventsModule, IconsModule], exports: [ExpansionPanelComponent,
9703
9696
  ExpansionPanelTitleDirective] });
9704
- ExpansionPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExpansionPanelModule, imports: [[CommonModule, EventsModule, IconsModule]] });
9705
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExpansionPanelModule, decorators: [{
9697
+ ExpansionPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelModule, imports: [CommonModule, EventsModule, IconsModule] });
9698
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelModule, decorators: [{
9706
9699
  type: NgModule,
9707
9700
  args: [{
9708
- declarations: [declarations$7],
9709
- exports: [exportedModules$7],
9701
+ declarations: [declarations$8],
9702
+ exports: [exportedModules$8],
9710
9703
  imports: [CommonModule, EventsModule, IconsModule]
9711
9704
  }]
9712
9705
  }] });
9713
9706
 
9714
- const exportedModules$6 = [
9707
+ const exportedModules$7 = [
9715
9708
  PanelBarComponent,
9716
9709
  PanelBarItemComponent,
9717
9710
  PanelBarContentDirective,
9718
9711
  PanelBarItemTemplateDirective,
9719
9712
  PanelBarItemTitleDirective
9720
9713
  ];
9721
- const declarations$6 = [
9722
- ...exportedModules$6
9714
+ const declarations$7 = [
9715
+ ...exportedModules$7
9723
9716
  ];
9724
9717
  /**
9725
9718
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
@@ -9734,8 +9727,8 @@ const declarations$6 = [
9734
9727
  */
9735
9728
  class PanelBarModule {
9736
9729
  }
9737
- PanelBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9738
- PanelBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarModule, declarations: [PanelBarComponent,
9730
+ PanelBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9731
+ PanelBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule, declarations: [PanelBarComponent,
9739
9732
  PanelBarItemComponent,
9740
9733
  PanelBarContentDirective,
9741
9734
  PanelBarItemTemplateDirective,
@@ -9744,23 +9737,23 @@ PanelBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
9744
9737
  PanelBarContentDirective,
9745
9738
  PanelBarItemTemplateDirective,
9746
9739
  PanelBarItemTitleDirective] });
9747
- PanelBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarModule, imports: [[CommonModule, IconsModule, WatermarkModule]] });
9748
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarModule, decorators: [{
9740
+ PanelBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule, imports: [CommonModule, IconsModule, WatermarkModule] });
9741
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule, decorators: [{
9749
9742
  type: NgModule,
9750
9743
  args: [{
9751
- declarations: [declarations$6],
9752
- exports: [exportedModules$6],
9744
+ declarations: [declarations$7],
9745
+ exports: [exportedModules$7],
9753
9746
  imports: [CommonModule, IconsModule, WatermarkModule]
9754
9747
  }]
9755
9748
  }] });
9756
9749
 
9757
- const exportedModules$5 = [
9750
+ const exportedModules$6 = [
9758
9751
  SplitterComponent,
9759
9752
  SplitterPaneComponent
9760
9753
  ];
9761
- const declarations$5 = [
9754
+ const declarations$6 = [
9762
9755
  SplitterBarComponent,
9763
- ...exportedModules$5
9756
+ ...exportedModules$6
9764
9757
  ];
9765
9758
  /**
9766
9759
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
@@ -9772,22 +9765,20 @@ const declarations$5 = [
9772
9765
  */
9773
9766
  class SplitterModule {
9774
9767
  }
9775
- SplitterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SplitterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9776
- SplitterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SplitterModule, declarations: [SplitterBarComponent, SplitterComponent,
9768
+ SplitterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9769
+ SplitterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, declarations: [SplitterBarComponent, SplitterComponent,
9777
9770
  SplitterPaneComponent], imports: [CommonModule,
9778
9771
  DraggableModule,
9779
9772
  IconsModule], exports: [SplitterComponent,
9780
9773
  SplitterPaneComponent] });
9781
- SplitterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SplitterModule, imports: [[
9782
- CommonModule,
9783
- DraggableModule,
9784
- IconsModule
9785
- ]] });
9786
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SplitterModule, decorators: [{
9774
+ SplitterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, imports: [CommonModule,
9775
+ DraggableModule,
9776
+ IconsModule] });
9777
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, decorators: [{
9787
9778
  type: NgModule,
9788
9779
  args: [{
9789
- declarations: [declarations$5],
9790
- exports: [exportedModules$5],
9780
+ declarations: [declarations$6],
9781
+ exports: [exportedModules$6],
9791
9782
  imports: [
9792
9783
  CommonModule,
9793
9784
  DraggableModule,
@@ -9801,16 +9792,16 @@ const templateDirectives = [
9801
9792
  StepperLabelTemplateDirective,
9802
9793
  StepperIndicatorTemplateDirective
9803
9794
  ];
9804
- const exportedModules$4 = [
9795
+ const exportedModules$5 = [
9805
9796
  StepperComponent,
9806
9797
  StepperCustomMessagesComponent,
9807
9798
  ...templateDirectives
9808
9799
  ];
9809
- const declarations$4 = [
9800
+ const declarations$5 = [
9810
9801
  StepperStepComponent,
9811
9802
  StepperListComponent,
9812
9803
  LocalizedStepperMessagesDirective,
9813
- ...exportedModules$4
9804
+ ...exportedModules$5
9814
9805
  ];
9815
9806
  /**
9816
9807
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
@@ -9818,8 +9809,8 @@ const declarations$4 = [
9818
9809
  */
9819
9810
  class StepperModule {
9820
9811
  }
9821
- StepperModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9822
- StepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperModule, declarations: [StepperStepComponent,
9812
+ StepperModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9813
+ StepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: StepperModule, declarations: [StepperStepComponent,
9823
9814
  StepperListComponent,
9824
9815
  LocalizedStepperMessagesDirective, StepperComponent,
9825
9816
  StepperCustomMessagesComponent, StepperStepTemplateDirective,
@@ -9828,17 +9819,17 @@ StepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
9828
9819
  StepperCustomMessagesComponent, StepperStepTemplateDirective,
9829
9820
  StepperLabelTemplateDirective,
9830
9821
  StepperIndicatorTemplateDirective] });
9831
- StepperModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperModule, imports: [[CommonModule, ProgressBarModule, IconsModule]] });
9832
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperModule, decorators: [{
9822
+ StepperModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperModule, imports: [CommonModule, ProgressBarModule, IconsModule] });
9823
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperModule, decorators: [{
9833
9824
  type: NgModule,
9834
9825
  args: [{
9835
- declarations: [declarations$4],
9836
- exports: [exportedModules$4],
9826
+ declarations: [declarations$5],
9827
+ exports: [exportedModules$5],
9837
9828
  imports: [CommonModule, ProgressBarModule, IconsModule]
9838
9829
  }]
9839
9830
  }] });
9840
9831
 
9841
- const exportedModules$3 = [
9832
+ const exportedModules$4 = [
9842
9833
  TabStripComponent,
9843
9834
  TabStripTabComponent,
9844
9835
  TabContentDirective,
@@ -9848,8 +9839,8 @@ const exportedModules$3 = [
9848
9839
  LocalizedTabStripMessagesDirective,
9849
9840
  TabTemplateDirective
9850
9841
  ];
9851
- const declarations$3 = [
9852
- ...exportedModules$3,
9842
+ const declarations$4 = [
9843
+ ...exportedModules$4,
9853
9844
  TabStripScrollableButtonComponent
9854
9845
  ];
9855
9846
  /**
@@ -9864,8 +9855,8 @@ const declarations$3 = [
9864
9855
  */
9865
9856
  class TabStripModule {
9866
9857
  }
9867
- TabStripModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9868
- TabStripModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripModule, declarations: [TabStripComponent,
9858
+ TabStripModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9859
+ TabStripModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule, declarations: [TabStripComponent,
9869
9860
  TabStripTabComponent,
9870
9861
  TabContentDirective,
9871
9862
  TabTitleDirective,
@@ -9880,25 +9871,25 @@ TabStripModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
9880
9871
  TabStripCustomMessagesComponent,
9881
9872
  LocalizedTabStripMessagesDirective,
9882
9873
  TabTemplateDirective] });
9883
- TabStripModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripModule, imports: [[CommonModule, ResizeSensorModule, IconsModule, ButtonModule, WatermarkModule]] });
9884
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripModule, decorators: [{
9874
+ TabStripModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule, imports: [CommonModule, ResizeSensorModule, IconsModule, ButtonModule, WatermarkModule] });
9875
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule, decorators: [{
9885
9876
  type: NgModule,
9886
9877
  args: [{
9887
- declarations: [declarations$3],
9888
- exports: [exportedModules$3],
9878
+ declarations: [declarations$4],
9879
+ exports: [exportedModules$4],
9889
9880
  imports: [CommonModule, ResizeSensorModule, IconsModule, ButtonModule, WatermarkModule]
9890
9881
  }]
9891
9882
  }] });
9892
9883
 
9893
- const exportedModules$2 = [
9884
+ const exportedModules$3 = [
9894
9885
  TileLayoutComponent,
9895
9886
  TileLayoutItemComponent,
9896
9887
  TileLayoutItemHeaderComponent,
9897
9888
  TileLayoutItemBodyComponent,
9898
9889
  TileLayoutResizeHandleDirective
9899
9890
  ];
9900
- const declarations$2 = [
9901
- ...exportedModules$2
9891
+ const declarations$3 = [
9892
+ ...exportedModules$3
9902
9893
  ];
9903
9894
  /**
9904
9895
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
@@ -9912,8 +9903,8 @@ const declarations$2 = [
9912
9903
  */
9913
9904
  class TileLayoutModule {
9914
9905
  }
9915
- TileLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9916
- TileLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutModule, declarations: [TileLayoutComponent,
9906
+ TileLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9907
+ TileLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutModule, declarations: [TileLayoutComponent,
9917
9908
  TileLayoutItemComponent,
9918
9909
  TileLayoutItemHeaderComponent,
9919
9910
  TileLayoutItemBodyComponent,
@@ -9922,12 +9913,12 @@ TileLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
9922
9913
  TileLayoutItemHeaderComponent,
9923
9914
  TileLayoutItemBodyComponent,
9924
9915
  TileLayoutResizeHandleDirective] });
9925
- TileLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutModule, imports: [[CommonModule, WatermarkModule]] });
9926
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutModule, decorators: [{
9916
+ TileLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutModule, imports: [CommonModule, WatermarkModule] });
9917
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutModule, decorators: [{
9927
9918
  type: NgModule,
9928
9919
  args: [{
9929
- declarations: [declarations$2],
9930
- exports: [exportedModules$2],
9920
+ declarations: [declarations$3],
9921
+ exports: [exportedModules$3],
9931
9922
  imports: [CommonModule, WatermarkModule]
9932
9923
  }]
9933
9924
  }] });
@@ -10118,8 +10109,8 @@ class StackLayoutComponent {
10118
10109
  return this.localization.rtl ? 'rtl' : 'ltr';
10119
10110
  }
10120
10111
  }
10121
- StackLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StackLayoutComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
10122
- StackLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: StackLayoutComponent, 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: [
10112
+ 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 });
10113
+ StackLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StackLayoutComponent, 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: [
10123
10114
  LocalizationService,
10124
10115
  {
10125
10116
  provide: L10N_PREFIX,
@@ -10128,7 +10119,7 @@ StackLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
10128
10119
  ], exportAs: ["kendoStackLayout"], usesOnChanges: true, ngImport: i0, template: `
10129
10120
  <ng-content></ng-content>
10130
10121
  `, isInline: true });
10131
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StackLayoutComponent, decorators: [{
10122
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StackLayoutComponent, decorators: [{
10132
10123
  type: Component,
10133
10124
  args: [{
10134
10125
  exportAs: 'kendoStackLayout',
@@ -10164,11 +10155,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
10164
10155
  type: Input
10165
10156
  }] } });
10166
10157
 
10167
- const exportedModules$1 = [
10158
+ const exportedModules$2 = [
10168
10159
  StackLayoutComponent
10169
10160
  ];
10170
- const declarations$1 = [
10171
- ...exportedModules$1
10161
+ const declarations$2 = [
10162
+ ...exportedModules$2
10172
10163
  ];
10173
10164
  /**
10174
10165
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
@@ -10176,14 +10167,14 @@ const declarations$1 = [
10176
10167
  */
10177
10168
  class StackLayoutModule {
10178
10169
  }
10179
- StackLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StackLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10180
- StackLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StackLayoutModule, declarations: [StackLayoutComponent], imports: [CommonModule], exports: [StackLayoutComponent] });
10181
- StackLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StackLayoutModule, imports: [[CommonModule]] });
10182
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StackLayoutModule, decorators: [{
10170
+ StackLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StackLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10171
+ StackLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: StackLayoutModule, declarations: [StackLayoutComponent], imports: [CommonModule], exports: [StackLayoutComponent] });
10172
+ StackLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StackLayoutModule, imports: [CommonModule] });
10173
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StackLayoutModule, decorators: [{
10183
10174
  type: NgModule,
10184
10175
  args: [{
10185
- declarations: [declarations$1],
10186
- exports: [exportedModules$1],
10176
+ declarations: [declarations$2],
10177
+ exports: [exportedModules$2],
10187
10178
  imports: [CommonModule]
10188
10179
  }]
10189
10180
  }] });
@@ -10274,8 +10265,8 @@ class GridLayoutComponent {
10274
10265
  return this.localization.rtl ? 'rtl' : 'ltr';
10275
10266
  }
10276
10267
  }
10277
- GridLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GridLayoutComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
10278
- GridLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: GridLayoutComponent, 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: [
10268
+ 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 });
10269
+ GridLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GridLayoutComponent, 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: [
10279
10270
  LocalizationService,
10280
10271
  {
10281
10272
  provide: L10N_PREFIX,
@@ -10284,7 +10275,7 @@ GridLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
10284
10275
  ], exportAs: ["kendoGridLayout"], usesOnChanges: true, ngImport: i0, template: `
10285
10276
  <ng-content></ng-content>
10286
10277
  `, isInline: true });
10287
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GridLayoutComponent, decorators: [{
10278
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutComponent, decorators: [{
10288
10279
  type: Component,
10289
10280
  args: [{
10290
10281
  exportAs: 'kendoGridLayout',
@@ -10336,11 +10327,11 @@ class GridLayoutItemComponent {
10336
10327
  this.renderer.setStyle(this.element.nativeElement, 'grid-area', gridAreaStyle);
10337
10328
  }
10338
10329
  }
10339
- GridLayoutItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GridLayoutItemComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
10340
- GridLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: GridLayoutItemComponent, selector: "kendo-gridlayout-item", inputs: { row: "row", col: "col", rowSpan: "rowSpan", colSpan: "colSpan" }, usesOnChanges: true, ngImport: i0, template: `
10330
+ 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 });
10331
+ GridLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GridLayoutItemComponent, selector: "kendo-gridlayout-item", inputs: { row: "row", col: "col", rowSpan: "rowSpan", colSpan: "colSpan" }, usesOnChanges: true, ngImport: i0, template: `
10341
10332
  <ng-content></ng-content>
10342
10333
  `, isInline: true });
10343
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GridLayoutItemComponent, decorators: [{
10334
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutItemComponent, decorators: [{
10344
10335
  type: Component,
10345
10336
  args: [{
10346
10337
  selector: 'kendo-gridlayout-item',
@@ -10358,12 +10349,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
10358
10349
  type: Input
10359
10350
  }] } });
10360
10351
 
10361
- const exportedModules = [
10352
+ const exportedModules$1 = [
10362
10353
  GridLayoutComponent,
10363
10354
  GridLayoutItemComponent
10364
10355
  ];
10365
- const declarations = [
10366
- ...exportedModules
10356
+ const declarations$1 = [
10357
+ ...exportedModules$1
10367
10358
  ];
10368
10359
  /**
10369
10360
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
@@ -10371,20 +10362,1926 @@ const declarations = [
10371
10362
  */
10372
10363
  class GridLayoutModule {
10373
10364
  }
10374
- GridLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GridLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10375
- GridLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GridLayoutModule, declarations: [GridLayoutComponent,
10365
+ GridLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10366
+ GridLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutModule, declarations: [GridLayoutComponent,
10376
10367
  GridLayoutItemComponent], imports: [CommonModule], exports: [GridLayoutComponent,
10377
10368
  GridLayoutItemComponent] });
10378
- GridLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GridLayoutModule, imports: [[CommonModule]] });
10379
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GridLayoutModule, decorators: [{
10369
+ GridLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutModule, imports: [CommonModule] });
10370
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutModule, decorators: [{
10380
10371
  type: NgModule,
10381
10372
  args: [{
10382
- declarations: [declarations],
10383
- exports: [exportedModules],
10373
+ declarations: [declarations$1],
10374
+ exports: [exportedModules$1],
10384
10375
  imports: [CommonModule]
10385
10376
  }]
10386
10377
  }] });
10387
10378
 
10379
+ /**
10380
+ * @hidden
10381
+ */
10382
+ const defaultModelFields = {
10383
+ title: 'title',
10384
+ subtitle: 'subtitle',
10385
+ description: 'description',
10386
+ date: 'date',
10387
+ expanded: 'expanded',
10388
+ images: 'images',
10389
+ actions: 'actions',
10390
+ };
10391
+
10392
+ /**
10393
+ * @hidden
10394
+ */
10395
+ const processItems = (items, fields) => {
10396
+ return items.map((item) => parseItem(item, fields));
10397
+ };
10398
+ /**
10399
+ * @hidden
10400
+ */
10401
+ const parseItem = (item, fields) => ({
10402
+ title: item[fields.title] || item.title,
10403
+ date: item[fields.date] || item.date,
10404
+ subtitle: item[fields.subtitle] || item.subtitle,
10405
+ description: item[fields.description] || item.description,
10406
+ expanded: item[fields.expanded] || item.expanded,
10407
+ images: item[fields.images] || item.images,
10408
+ actions: item[fields.actions] || item.actions,
10409
+ });
10410
+ /**
10411
+ * @hidden
10412
+ */
10413
+ const MAX_VISIBLE_EVENTS = 3;
10414
+
10415
+ /**
10416
+ * @hidden
10417
+ */
10418
+ class TimelineService {
10419
+ onToggle(event) {
10420
+ if (this.timeline) {
10421
+ this.timeline['onToggle']?.emit(event);
10422
+ }
10423
+ }
10424
+ onActionClick(event) {
10425
+ if (this.timeline) {
10426
+ this.timeline['onActionClick']?.emit(event);
10427
+ }
10428
+ }
10429
+ onNavigate(event) {
10430
+ if (this.timeline) {
10431
+ this.timeline['onNavigate']?.emit(event);
10432
+ }
10433
+ }
10434
+ }
10435
+ TimelineService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
10436
+ TimelineService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineService });
10437
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineService, decorators: [{
10438
+ type: Injectable
10439
+ }] });
10440
+
10441
+ /**
10442
+ * Specifies the header of each timeline card. To define a header template, nest an `<ng-template>` tag
10443
+ * with the `kendoTimelineCardHeaderTemplate` directive inside the `<kendo-timeline>` tag.
10444
+ *
10445
+ * The following values are available as context variables:
10446
+ * - `let-event="event"` (`TimelineEvent`) - The current card's event. Also available as implicit context variable.
10447
+ * - `let-index="index"` (`number`) - The current event index.
10448
+ */
10449
+ class TimelineCardHeaderTemplateDirective {
10450
+ constructor(templateRef) {
10451
+ this.templateRef = templateRef;
10452
+ }
10453
+ }
10454
+ 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 });
10455
+ TimelineCardHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimelineCardHeaderTemplateDirective, selector: "[kendoTimelineCardHeaderTemplate]", ngImport: i0 });
10456
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCardHeaderTemplateDirective, decorators: [{
10457
+ type: Directive,
10458
+ args: [{
10459
+ selector: '[kendoTimelineCardHeaderTemplate]'
10460
+ }]
10461
+ }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
10462
+ type: Optional
10463
+ }] }]; } });
10464
+
10465
+ /**
10466
+ * Specifies the body of each timeline card. To define a body template, nest an `<ng-template>` tag
10467
+ * with the `kendoTimelineCardBodyTemplate` directive inside the `<kendo-timeline>` tag.
10468
+ *
10469
+ * The following values are available as context variables:
10470
+ * - `let-event="event"` (`TimelineEvent`) - The current card's event. Also available as implicit context variable.
10471
+ * - `let-index="index"` (`number`) - The current event index.
10472
+ */
10473
+ class TimelineCardBodyTemplateDirective {
10474
+ constructor(templateRef) {
10475
+ this.templateRef = templateRef;
10476
+ }
10477
+ }
10478
+ 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 });
10479
+ TimelineCardBodyTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimelineCardBodyTemplateDirective, selector: "[kendoTimelineCardBodyTemplate]", ngImport: i0 });
10480
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCardBodyTemplateDirective, decorators: [{
10481
+ type: Directive,
10482
+ args: [{
10483
+ selector: '[kendoTimelineCardBodyTemplate]'
10484
+ }]
10485
+ }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
10486
+ type: Optional
10487
+ }] }]; } });
10488
+
10489
+ /**
10490
+ * Specifies the actions of each timeline card. To define an actions template, nest an `<ng-template>` tag
10491
+ * with the `kendoTimelineCardActionsTemplate` directive inside the `<kendo-timeline>` tag.
10492
+ *
10493
+ * The following values are available as context variables:
10494
+ * - `let-event="event"` (`TimelineEvent`) - The current card's event. Also available as implicit context variable.
10495
+ * - `let-index="index"` (`number`) - The current event index.
10496
+ */
10497
+ class TimelineCardActionsTemplateDirective {
10498
+ constructor(templateRef) {
10499
+ this.templateRef = templateRef;
10500
+ }
10501
+ }
10502
+ 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 });
10503
+ TimelineCardActionsTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimelineCardActionsTemplateDirective, selector: "[kendoTimelineCardActionsTemplate]", ngImport: i0 });
10504
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCardActionsTemplateDirective, decorators: [{
10505
+ type: Directive,
10506
+ args: [{
10507
+ selector: '[kendoTimelineCardActionsTemplate]'
10508
+ }]
10509
+ }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
10510
+ type: Optional
10511
+ }] }]; } });
10512
+
10513
+ /**
10514
+ * @hidden
10515
+ */
10516
+ class TimelineCardComponent {
10517
+ constructor(element, timelineService, renderer) {
10518
+ this.element = element;
10519
+ this.timelineService = timelineService;
10520
+ this.renderer = renderer;
10521
+ this.expanded = false;
10522
+ this.collapsible = true;
10523
+ this.reversed = false;
10524
+ this.hostClass = true;
10525
+ this.calloutSvgIcon = chevronRightIcon;
10526
+ this.calloutFontIcon = 'arrow-chevron-right';
10527
+ this.animationState = this.expanded ? 'expanded' : 'collapsed';
10528
+ this.animationInProgress = false;
10529
+ }
10530
+ set calloutStyle(value) {
10531
+ // applies only to horizontal orientation where the callout points upwards
10532
+ if (!this.calloutElementRef || !this.calloutElementRef.nativeElement.classList.contains('k-callout-n')) {
10533
+ return;
10534
+ }
10535
+ this.calloutElementRef.nativeElement.style.left = value?.left;
10536
+ }
10537
+ get collapsedClass() {
10538
+ return !this.expanded && !this.animationInProgress && this.animationState === 'collapsed';
10539
+ }
10540
+ onComponentKeyDown(event) {
10541
+ if (!this.navigable) {
10542
+ return;
10543
+ }
10544
+ if (event.keyCode === Keys.Space || event.keyCode === Keys.Enter) {
10545
+ event.preventDefault();
10546
+ if (this.collapsible && this.orientation === 'vertical') {
10547
+ this.expanded = !this.expanded;
10548
+ }
10549
+ }
10550
+ }
10551
+ get role() {
10552
+ return this.orientation === 'vertical' ? 'button' : 'tabpanel';
10553
+ }
10554
+ get ariaLive() {
10555
+ return this.orientation === 'vertical' ? 'polite' : null;
10556
+ }
10557
+ get ariaExpanded() {
10558
+ return this.orientation === 'vertical' ? this.expanded : null;
10559
+ }
10560
+ ngAfterViewInit() {
10561
+ this.makeOverflowVisible();
10562
+ }
10563
+ ngOnChanges(changes) {
10564
+ if (isChanged('collapsible', changes, false)) {
10565
+ if (!this.collapsible) {
10566
+ this.expanded = true;
10567
+ }
10568
+ }
10569
+ }
10570
+ toggle() {
10571
+ if (this.orientation === 'vertical') {
10572
+ this.expanded = this.collapsible ? !this.expanded : true;
10573
+ this.timelineService.onToggle(this.index);
10574
+ }
10575
+ }
10576
+ expand() {
10577
+ if (!this.expanded) {
10578
+ this.expanded = true;
10579
+ this.timelineService.onToggle(this.index);
10580
+ }
10581
+ }
10582
+ collapse() {
10583
+ if (!this.collapsible || !this.expanded) {
10584
+ return;
10585
+ }
10586
+ this.expanded = false;
10587
+ this.timelineService.onToggle(this.index);
10588
+ }
10589
+ onActionClick(event) {
10590
+ event.stopPropagation();
10591
+ this.timelineService.onActionClick(this.index);
10592
+ }
10593
+ animationStart() {
10594
+ this.animationInProgress = true;
10595
+ }
10596
+ animationDone(event) {
10597
+ this.animationInProgress = false;
10598
+ if (event.toState === 'expanded' && event.fromState !== 'expanded') {
10599
+ this.animationState = 'expanded';
10600
+ this.makeOverflowVisible();
10601
+ }
10602
+ else if (event.toState === 'collapsed' && event.fromState !== 'collapsed') {
10603
+ this.animationState = 'collapsed';
10604
+ }
10605
+ }
10606
+ makeOverflowVisible() {
10607
+ if (this.orientation === 'vertical') {
10608
+ return;
10609
+ }
10610
+ const cardBody = this.element?.nativeElement.querySelector('.k-card-body');
10611
+ if (cardBody) {
10612
+ this.renderer.setStyle(cardBody, 'overflow', 'auto');
10613
+ }
10614
+ }
10615
+ }
10616
+ 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 });
10617
+ 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: `
10618
+ <kendo-card
10619
+ [ngStyle]="{ 'height': orientation === 'horizontal' ? eventHeight + 'px' : null }"
10620
+ [width]="orientation === 'horizontal' ? 'auto' : eventWidth + 'px'"
10621
+ class="k-card-with-callout k-card-vertical"
10622
+ (click)="toggle()"
10623
+ [attr.role]="role"
10624
+ [attr.aria-live]="ariaLive"
10625
+ [attr.aria-expanded]="ariaExpanded"
10626
+ [attr.tabindex]="tabIndex"
10627
+ >
10628
+ <span
10629
+ #callout
10630
+ class="k-timeline-card-callout k-card-callout"
10631
+ [ngClass]="{
10632
+ 'k-callout-n': orientation === 'horizontal',
10633
+ 'k-callout-w': orientation === 'vertical' && !this.reversed,
10634
+ 'k-callout-e': orientation === 'vertical' && this.reversed
10635
+ }"
10636
+ >
10637
+ </span>
10638
+ <div *ngIf="event" class="k-card-inner">
10639
+ <kendo-card-header>
10640
+ <ng-template
10641
+ *ngIf="headerTemplate"
10642
+ [ngTemplateOutlet]="headerTemplate?.templateRef"
10643
+ [ngTemplateOutletContext]="{ $implicit: event, index: index}">
10644
+ >
10645
+ </ng-template>
10646
+
10647
+ <div kendoCardTitle *ngIf="!headerTemplate">
10648
+ <span class="k-event-title">{{ event.title }}</span>
10649
+ <button
10650
+ kendoButton
10651
+ *ngIf="collapsible && orientation === 'vertical'"
10652
+ [icon]="calloutFontIcon"
10653
+ [svgIcon]="calloutSvgIcon"
10654
+ class="k-event-collapse"
10655
+ fillMode="flat"
10656
+ [attr.aria-hidden]="true"
10657
+ tabindex="-1"
10658
+ type="button"
10659
+ ></button>
10660
+ </div>
10661
+ <div kendoCardSubtitle *ngIf="!headerTemplate">{{ event.subtitle }}</div>
10662
+ </kendo-card-header>
10663
+
10664
+ <kendo-card-body
10665
+ *ngIf="event.description || event.images"
10666
+ [@toggle]="{value: expanded ? 'expanded' : 'collapsed', params: {animationDuration: this.animationDuration || 0}}"
10667
+ (@toggle.start)="animationStart()"
10668
+ (@toggle.done)="animationDone($event)"
10669
+ >
10670
+ <ng-template
10671
+ *ngIf="bodyTemplate"
10672
+ [ngTemplateOutlet]="bodyTemplate?.templateRef"
10673
+ [ngTemplateOutletContext]="{ $implicit: event, index: index}">
10674
+ >
10675
+ </ng-template>
10676
+
10677
+ <div *ngIf="!bodyTemplate" class="k-card-description">
10678
+ <p *ngIf="event.description">{{ event.description }}</p>
10679
+ <ng-container *ngFor="let image of event.images">
10680
+ <img *ngIf="image.alt" kendoCardMedia [src]="image.src" [alt]="image.alt" />
10681
+ <img *ngIf="!image.alt" kendoCardMedia [src]="image.src" />
10682
+ </ng-container>
10683
+ </div>
10684
+ </kendo-card-body>
10685
+
10686
+ <kendo-card-actions
10687
+ *ngIf="event.actions"
10688
+ [@toggle]="{value: expanded ? 'expanded' : 'collapsed', params: {animationDuration: this.animationDuration || 0}}"
10689
+ >
10690
+ <ng-template
10691
+ *ngIf="actionsTemplate"
10692
+ [ngTemplateOutlet]="actionsTemplate?.templateRef"
10693
+ [ngTemplateOutletContext]="{ $implicit: event, index: index}">
10694
+ >
10695
+ </ng-template>
10696
+
10697
+ <ng-container *ngIf="!actionsTemplate">
10698
+ <a *ngFor="let action of event.actions"
10699
+ [href]="action.url"
10700
+ [target]="action.target === 'blank' ? '_blank' : '_self'"
10701
+ (click)="onActionClick($event)"
10702
+ class="k-button k-button-md k-rounded-md k-button-flat k-button-flat-primary"
10703
+ role="button"
10704
+ >
10705
+ {{ action.text }}
10706
+ </a>
10707
+ </ng-container>
10708
+ </kendo-card-actions>
10709
+ </div>
10710
+ </kendo-card>
10711
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: CardComponent, selector: "kendo-card", inputs: ["orientation", "width"] }, { kind: "component", type: CardHeaderComponent, selector: "kendo-card-header" }, { kind: "component", type: CardBodyComponent, selector: "kendo-card-body" }, { kind: "component", type: CardActionsComponent, selector: "kendo-card-actions", inputs: ["orientation", "layout", "actions"], outputs: ["action"] }, { kind: "directive", type: CardTitleDirective, selector: "[kendoCardTitle]" }, { kind: "directive", type: CardSubtitleDirective, selector: "[kendoCardSubtitle]" }, { kind: "directive", type: CardMediaDirective, selector: "[kendoCardMedia]" }, { kind: "component", type: i3$1.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"] }], animations: [
10712
+ trigger('toggle', [
10713
+ state('collapsed', style({
10714
+ height: '0',
10715
+ 'overflow-y': 'hidden',
10716
+ display: 'none'
10717
+ })),
10718
+ state('expanded', style({
10719
+ height: '*',
10720
+ 'overflow-y': 'hidden',
10721
+ display: 'block'
10722
+ })),
10723
+ transition('collapsed <=> expanded', [
10724
+ animate('{{animationDuration}}ms')
10725
+ ], { params: { animationDuration: '400' } }),
10726
+ ])
10727
+ ] });
10728
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCardComponent, decorators: [{
10729
+ type: Component,
10730
+ args: [{
10731
+ animations: [
10732
+ trigger('toggle', [
10733
+ state('collapsed', style({
10734
+ height: '0',
10735
+ 'overflow-y': 'hidden',
10736
+ display: 'none'
10737
+ })),
10738
+ state('expanded', style({
10739
+ height: '*',
10740
+ 'overflow-y': 'hidden',
10741
+ display: 'block'
10742
+ })),
10743
+ transition('collapsed <=> expanded', [
10744
+ animate('{{animationDuration}}ms')
10745
+ ], { params: { animationDuration: '400' } }),
10746
+ ])
10747
+ ],
10748
+ providers: [],
10749
+ exportAs: 'kendoTimelineCard',
10750
+ selector: 'kendo-timeline-card',
10751
+ template: `
10752
+ <kendo-card
10753
+ [ngStyle]="{ 'height': orientation === 'horizontal' ? eventHeight + 'px' : null }"
10754
+ [width]="orientation === 'horizontal' ? 'auto' : eventWidth + 'px'"
10755
+ class="k-card-with-callout k-card-vertical"
10756
+ (click)="toggle()"
10757
+ [attr.role]="role"
10758
+ [attr.aria-live]="ariaLive"
10759
+ [attr.aria-expanded]="ariaExpanded"
10760
+ [attr.tabindex]="tabIndex"
10761
+ >
10762
+ <span
10763
+ #callout
10764
+ class="k-timeline-card-callout k-card-callout"
10765
+ [ngClass]="{
10766
+ 'k-callout-n': orientation === 'horizontal',
10767
+ 'k-callout-w': orientation === 'vertical' && !this.reversed,
10768
+ 'k-callout-e': orientation === 'vertical' && this.reversed
10769
+ }"
10770
+ >
10771
+ </span>
10772
+ <div *ngIf="event" class="k-card-inner">
10773
+ <kendo-card-header>
10774
+ <ng-template
10775
+ *ngIf="headerTemplate"
10776
+ [ngTemplateOutlet]="headerTemplate?.templateRef"
10777
+ [ngTemplateOutletContext]="{ $implicit: event, index: index}">
10778
+ >
10779
+ </ng-template>
10780
+
10781
+ <div kendoCardTitle *ngIf="!headerTemplate">
10782
+ <span class="k-event-title">{{ event.title }}</span>
10783
+ <button
10784
+ kendoButton
10785
+ *ngIf="collapsible && orientation === 'vertical'"
10786
+ [icon]="calloutFontIcon"
10787
+ [svgIcon]="calloutSvgIcon"
10788
+ class="k-event-collapse"
10789
+ fillMode="flat"
10790
+ [attr.aria-hidden]="true"
10791
+ tabindex="-1"
10792
+ type="button"
10793
+ ></button>
10794
+ </div>
10795
+ <div kendoCardSubtitle *ngIf="!headerTemplate">{{ event.subtitle }}</div>
10796
+ </kendo-card-header>
10797
+
10798
+ <kendo-card-body
10799
+ *ngIf="event.description || event.images"
10800
+ [@toggle]="{value: expanded ? 'expanded' : 'collapsed', params: {animationDuration: this.animationDuration || 0}}"
10801
+ (@toggle.start)="animationStart()"
10802
+ (@toggle.done)="animationDone($event)"
10803
+ >
10804
+ <ng-template
10805
+ *ngIf="bodyTemplate"
10806
+ [ngTemplateOutlet]="bodyTemplate?.templateRef"
10807
+ [ngTemplateOutletContext]="{ $implicit: event, index: index}">
10808
+ >
10809
+ </ng-template>
10810
+
10811
+ <div *ngIf="!bodyTemplate" class="k-card-description">
10812
+ <p *ngIf="event.description">{{ event.description }}</p>
10813
+ <ng-container *ngFor="let image of event.images">
10814
+ <img *ngIf="image.alt" kendoCardMedia [src]="image.src" [alt]="image.alt" />
10815
+ <img *ngIf="!image.alt" kendoCardMedia [src]="image.src" />
10816
+ </ng-container>
10817
+ </div>
10818
+ </kendo-card-body>
10819
+
10820
+ <kendo-card-actions
10821
+ *ngIf="event.actions"
10822
+ [@toggle]="{value: expanded ? 'expanded' : 'collapsed', params: {animationDuration: this.animationDuration || 0}}"
10823
+ >
10824
+ <ng-template
10825
+ *ngIf="actionsTemplate"
10826
+ [ngTemplateOutlet]="actionsTemplate?.templateRef"
10827
+ [ngTemplateOutletContext]="{ $implicit: event, index: index}">
10828
+ >
10829
+ </ng-template>
10830
+
10831
+ <ng-container *ngIf="!actionsTemplate">
10832
+ <a *ngFor="let action of event.actions"
10833
+ [href]="action.url"
10834
+ [target]="action.target === 'blank' ? '_blank' : '_self'"
10835
+ (click)="onActionClick($event)"
10836
+ class="k-button k-button-md k-rounded-md k-button-flat k-button-flat-primary"
10837
+ role="button"
10838
+ >
10839
+ {{ action.text }}
10840
+ </a>
10841
+ </ng-container>
10842
+ </kendo-card-actions>
10843
+ </div>
10844
+ </kendo-card>
10845
+ `,
10846
+ }]
10847
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: TimelineService }, { type: i0.Renderer2 }]; }, propDecorators: { event: [{
10848
+ type: Input
10849
+ }], expanded: [{
10850
+ type: Input
10851
+ }], collapsible: [{
10852
+ type: Input
10853
+ }], reversed: [{
10854
+ type: Input
10855
+ }], orientation: [{
10856
+ type: Input
10857
+ }], navigable: [{
10858
+ type: Input
10859
+ }], tabIndex: [{
10860
+ type: Input
10861
+ }], animationDuration: [{
10862
+ type: Input
10863
+ }], index: [{
10864
+ type: Input
10865
+ }], eventWidth: [{
10866
+ type: Input
10867
+ }], eventHeight: [{
10868
+ type: Input
10869
+ }], headerTemplate: [{
10870
+ type: Input
10871
+ }], bodyTemplate: [{
10872
+ type: Input
10873
+ }], actionsTemplate: [{
10874
+ type: Input
10875
+ }], calloutStyle: [{
10876
+ type: Input
10877
+ }], calloutElementRef: [{
10878
+ type: ViewChild,
10879
+ args: ['callout']
10880
+ }], hostClass: [{
10881
+ type: HostBinding,
10882
+ args: ['class.k-timeline-card']
10883
+ }], collapsedClass: [{
10884
+ type: HostBinding,
10885
+ args: ['class.k-collapsed']
10886
+ }], onComponentKeyDown: [{
10887
+ type: HostListener,
10888
+ args: ['keydown', ['$event']]
10889
+ }] } });
10890
+
10891
+ const DEFAULT_TAB_WIDTH = 200;
10892
+ const SPACE_BETWEEN_TABS = 25;
10893
+ const TRANSITION_EVENTS_COUNT = 3;
10894
+ /**
10895
+ * @hidden
10896
+ */
10897
+ class TimelineHorizontalComponent {
10898
+ constructor(cdr, _zone, renderer, timelineService, localization) {
10899
+ this.cdr = cdr;
10900
+ this._zone = _zone;
10901
+ this.renderer = renderer;
10902
+ this.timelineService = timelineService;
10903
+ this.localization = localization;
10904
+ this.events = [];
10905
+ this.svgLeftIcon = caretAltLeftIcon;
10906
+ this.svgRightIcon = caretAltRightIcon;
10907
+ this.animationState = 'center';
10908
+ this.translateValue = 0;
10909
+ this.eventsInInterval = [0, 1, 2];
10910
+ this.selectedCardIndex = 0;
10911
+ this.tabWidth = DEFAULT_TAB_WIDTH;
10912
+ this.firstCircleInView = 0;
10913
+ this.visibleEvents = [];
10914
+ this.trackItems = [];
10915
+ this.previousTitle = 'previous';
10916
+ this.nextTitle = 'next';
10917
+ this.subscriptions = new Subscription();
10918
+ }
10919
+ get selectedEvent() {
10920
+ return this._selectedEvent;
10921
+ }
10922
+ set selectedEvent(value) {
10923
+ if (this._selectedEvent === value) {
10924
+ return;
10925
+ }
10926
+ const newSelectedIndex = this.events.findIndex(event => event === value);
10927
+ if (newSelectedIndex === -1 && value !== null) {
10928
+ return;
10929
+ }
10930
+ this._selectedEvent = value;
10931
+ this.selectedEventIndex = newSelectedIndex;
10932
+ this.calloutStyle = this.calloutOffset;
10933
+ }
10934
+ ngOnInit() {
10935
+ this._zone.runOutsideAngular(() => this.subscriptions.add(fromEvent(window, 'resize').subscribe(this.handleWindowResize.bind(this))));
10936
+ this.l10nChange();
10937
+ this.subscriptions.add(this.localization.changes.subscribe(this.l10nChange.bind(this)));
10938
+ if (this.events.length > 0) {
10939
+ this.selectedEvent = this.events[0];
10940
+ }
10941
+ this.events.forEach(event => {
10942
+ if (event.flag) {
10943
+ this.trackItems.push({ isFlag: event.flag });
10944
+ }
10945
+ this.trackItems.push(event);
10946
+ });
10947
+ }
10948
+ ngAfterViewInit() {
10949
+ this.subscriptions.add(this.renderer.listen(this.trackElementRef.nativeElement, 'keydown', this.onKeyDown.bind(this)));
10950
+ this.trackWrapWidth = this.trackElementRef.nativeElement.getBoundingClientRect().width;
10951
+ this.scrollableTrackWidth = this.scrollableTrackElementRef.nativeElement.getBoundingClientRect().width;
10952
+ this._zone.runOutsideAngular(() => {
10953
+ this.onCirclesChange();
10954
+ this.subscriptions.add(this.circleElementRefs.changes.subscribe(this.onCirclesChange.bind(this)));
10955
+ this.subscriptions.add(this.cardElementRefs.changes.subscribe(this.onCardsChange.bind(this)));
10956
+ });
10957
+ if (this.events.length === 0) {
10958
+ return;
10959
+ }
10960
+ this.onCardsChange();
10961
+ if (this.cardComponents.get(this.selectedCardIndex)) {
10962
+ this.cardComponents.get(this.selectedCardIndex).calloutStyle = this.calloutOffset;
10963
+ this.focusTrackItem(0);
10964
+ }
10965
+ }
10966
+ ngOnChanges(changes) {
10967
+ if (isChanged('events', changes)) {
10968
+ if (!this.events || this.events.length === 0) {
10969
+ this.selectedEvent = null;
10970
+ this.trackItems = [];
10971
+ this.visibleEvents = [];
10972
+ }
10973
+ else {
10974
+ this.trackItems = [];
10975
+ this.events.forEach(event => {
10976
+ if (event.flag) {
10977
+ this.trackItems.push({ isFlag: event.flag });
10978
+ }
10979
+ this.trackItems.push(event);
10980
+ });
10981
+ this.visibleEvents = this.trackItems
10982
+ .slice(this.firstCircleInView, this.firstCircleInView + this.visibleTabsCount)
10983
+ .filter(event => !event.isFlag);
10984
+ this.selectedEvent = this.events[0];
10985
+ this.cdr.detectChanges();
10986
+ this.calloutStyle = this.calloutOffset;
10987
+ this.focusTrackItem(0);
10988
+ }
10989
+ }
10990
+ }
10991
+ ngOnDestroy() {
10992
+ this.subscriptions.unsubscribe();
10993
+ }
10994
+ handleWindowResize() {
10995
+ if (this.trackWrapWidth === this.trackElementRef.nativeElement.getBoundingClientRect().width) {
10996
+ return;
10997
+ }
10998
+ this.cardWidth = this.cardComponents.get(this.selectedCardIndex).element.nativeElement.offsetWidth;
10999
+ this.transformCards();
11000
+ this.trackWrapWidth = this.trackElementRef.nativeElement.getBoundingClientRect().width;
11001
+ this.scrollableTrackWidth = this.scrollableTrackElementRef.nativeElement.getBoundingClientRect().width;
11002
+ this.changeTabsCount();
11003
+ this._zone.run(() => {
11004
+ this.cardComponents.get(this.selectedCardIndex).calloutStyle = this.calloutOffset;
11005
+ });
11006
+ }
11007
+ onTransitionEnd() {
11008
+ this.cardElementRefs?.forEach(card => this.renderer.removeStyle(card.nativeElement, 'transition-duration'));
11009
+ this.cardComponents.get(this.selectedCardIndex).event = this.selectedEvent;
11010
+ this.calloutStyle = this.calloutOffset;
11011
+ }
11012
+ onTrackTransitionEnd() {
11013
+ this.calloutStyle = this.calloutOffset;
11014
+ }
11015
+ onSlideDone() {
11016
+ this.calloutStyle = this.calloutOffset;
11017
+ }
11018
+ previous() {
11019
+ if (this.firstCircleInView === 0) {
11020
+ return;
11021
+ }
11022
+ this.updateInterval(false);
11023
+ }
11024
+ previousClick() {
11025
+ this.previous();
11026
+ this.timelineService.onNavigate('previous');
11027
+ }
11028
+ next() {
11029
+ if (!this.visibleTabsCount || this.firstCircleInView + this.visibleTabsCount > this.trackItems.length) {
11030
+ return;
11031
+ }
11032
+ this.updateInterval(true);
11033
+ }
11034
+ nextClick() {
11035
+ this.next();
11036
+ this.timelineService.onNavigate('next');
11037
+ }
11038
+ open(index) {
11039
+ if (index < 0 || index >= this.events.length) {
11040
+ return;
11041
+ }
11042
+ if (this.visibleEvents.findIndex(event => event === this.events[index]) === -1) {
11043
+ // determine the start and end of the interval that the event belongs to, regardless of its position in the interval
11044
+ const trackItemIndex = this.trackItems.findIndex(event => event === this.events[index]);
11045
+ const start = Math.floor(trackItemIndex / this.visibleTabsCount) * this.visibleTabsCount;
11046
+ this.navigateToInterval(start, index);
11047
+ }
11048
+ this.selectedEvent = this.events[index];
11049
+ this.selectedCardIndex = this.getOtherSelectedCardIndex(index > this.selectedEventIndex);
11050
+ this.calloutStyle = this.calloutOffset;
11051
+ this.focusTrackItem(this.selectedEventIndex);
11052
+ this.animateCards();
11053
+ }
11054
+ navigateToEvent(index) {
11055
+ const eventIndex = this.events.findIndex(event => event === this.trackItems[index]);
11056
+ if (this.selectedEventIndex === eventIndex) {
11057
+ return;
11058
+ }
11059
+ this.selectedEvent = this.events[eventIndex];
11060
+ this.selectedCardIndex = this.getOtherSelectedCardIndex(index > eventIndex);
11061
+ this.calloutStyle = this.calloutOffset;
11062
+ this.animateCards();
11063
+ }
11064
+ getOtherSelectedCardIndex(forward) {
11065
+ // change the selected card which changes all cards' transform styles
11066
+ if (forward) {
11067
+ return this.selectedCardIndex === 0 ? TRANSITION_EVENTS_COUNT - 1 : this.selectedCardIndex - 1;
11068
+ }
11069
+ return this.selectedCardIndex === TRANSITION_EVENTS_COUNT - 1 ? 0 : this.selectedCardIndex + 1;
11070
+ }
11071
+ tabStyle() {
11072
+ if (!this.tabFlex) {
11073
+ return {};
11074
+ }
11075
+ return { 'flex': `1 0 ${this.tabFlex}%` };
11076
+ }
11077
+ getTransformation(width, position) {
11078
+ if (position === this.selectedCardIndex - 1 || position === this.selectedCardIndex + 2) {
11079
+ return `translate3d(${-width}px, 0, 0)`;
11080
+ }
11081
+ if (position === this.selectedCardIndex + 1 || position === this.selectedCardIndex - 2) {
11082
+ return `translate3d(${width}px, 0, 0)`;
11083
+ }
11084
+ return `translate3d(0, 0, 0)`;
11085
+ }
11086
+ getState(position) {
11087
+ if (position === this.selectedCardIndex) {
11088
+ return 'center';
11089
+ }
11090
+ if (position === this.selectedCardIndex - 1 || position === this.selectedCardIndex + 2) {
11091
+ return 'left';
11092
+ }
11093
+ return 'right';
11094
+ }
11095
+ get calloutOffset() {
11096
+ if (!this.circleElementRefs?.first || !this.trackElementRef || !isPresent$1(this.selectedEventIndex)) {
11097
+ return {};
11098
+ }
11099
+ const circleCenter = this.circleElementRefs.get(this.selectedEventIndex).nativeElement.getBoundingClientRect().left +
11100
+ this.circleElementRefs.get(this.selectedEventIndex).nativeElement.offsetWidth / 2;
11101
+ const trackOffset = this.trackElementRef.nativeElement.getBoundingClientRect().left;
11102
+ return { left: `${circleCenter - trackOffset}px` };
11103
+ }
11104
+ get isFirstRange() {
11105
+ return this.firstCircleInView === 0;
11106
+ }
11107
+ get isLastRange() {
11108
+ if (!this.circleElementRefs?.first && !this.flagElementRefs?.first) {
11109
+ return false;
11110
+ }
11111
+ return this.trackItems.length === 0 ||
11112
+ this.firstCircleInView + this.visibleTabsCount >= this.trackItems.length;
11113
+ }
11114
+ onCardsChange() {
11115
+ if (this.cardElementRefs?.get(this.selectedCardIndex)) {
11116
+ this.cardWidth = this.cardElementRefs.get(this.selectedCardIndex).nativeElement.offsetWidth;
11117
+ this.transformCards();
11118
+ }
11119
+ }
11120
+ onCirclesChange() {
11121
+ if (!this.circleElementRefs?.first) {
11122
+ return;
11123
+ }
11124
+ this.circleElementRefs
11125
+ .map(element => element.nativeElement)
11126
+ .forEach((element, index) => {
11127
+ this.subscriptions.add(this.renderer.listen(element, 'click', () => {
11128
+ this.focusTrackItem(index);
11129
+ }));
11130
+ });
11131
+ const width = this.circleElementRefs.first.nativeElement.getBoundingClientRect().width;
11132
+ if (width > DEFAULT_TAB_WIDTH) {
11133
+ this.tabWidth = this.circleElementRefs.first.nativeElement.getBoundingClientRect().width + SPACE_BETWEEN_TABS;
11134
+ }
11135
+ this.changeTabsCount();
11136
+ this.visibleEvents = this.trackItems
11137
+ .slice(this.firstCircleInView, this.firstCircleInView + this.visibleTabsCount)
11138
+ .filter(event => !event.isFlag);
11139
+ }
11140
+ onKeyDown(event) {
11141
+ if (!this.navigable) {
11142
+ return;
11143
+ }
11144
+ event.preventDefault();
11145
+ if (event.keyCode === Keys.Home) {
11146
+ this.onHomeKey();
11147
+ }
11148
+ else if (event.keyCode === Keys.End) {
11149
+ this.onEndKey();
11150
+ }
11151
+ else if (event.keyCode === Keys.ArrowRight) {
11152
+ this.onArrowRightKey();
11153
+ }
11154
+ else if (event.keyCode === Keys.ArrowLeft) {
11155
+ this.onArrowLeftKey();
11156
+ }
11157
+ }
11158
+ focusTrackItem(index) {
11159
+ if (!this.circleElementRefs || index < 0 || index >= this.circleElementRefs.length) {
11160
+ return;
11161
+ }
11162
+ const selectedTrackItem = this.circleElementRefs
11163
+ .find(element => element.nativeElement.hasAttribute('aria-selected'));
11164
+ if (selectedTrackItem) {
11165
+ this.removeTrackItemAttributes(selectedTrackItem);
11166
+ this.removeCardsAttributes();
11167
+ }
11168
+ const newTrackItem = this.circleElementRefs.get(index).nativeElement;
11169
+ this.setTrackItemAttributes(newTrackItem, index);
11170
+ }
11171
+ setTrackItemAttributes(element, index) {
11172
+ const innerCard = this.cardComponents.get(this.selectedCardIndex).element.nativeElement.querySelector('.k-card');
11173
+ const selectedCircle = this.circleElementRefs.get(index).nativeElement;
11174
+ this.renderer.addClass(element, 'k-focus');
11175
+ this.renderer.setAttribute(element, 'aria-selected', 'true');
11176
+ this.assignAriaLabel(innerCard, selectedCircle);
11177
+ this.assignAriaDescribedBy(innerCard, selectedCircle);
11178
+ }
11179
+ removeTrackItemAttributes(element) {
11180
+ this.renderer.removeClass(element.nativeElement, 'k-focus');
11181
+ this.renderer.removeAttribute(element.nativeElement, 'aria-selected');
11182
+ this.renderer.removeAttribute(element.nativeElement, 'id');
11183
+ this.renderer.removeAttribute(element.nativeElement, 'aria-describedby');
11184
+ }
11185
+ removeCardsAttributes() {
11186
+ this.cardElementRefs.forEach(card => {
11187
+ this.renderer.removeAttribute(card.nativeElement.querySelector('.k-card'), 'id');
11188
+ this.renderer.removeAttribute(card.nativeElement.querySelector('.k-card'), 'aria-label');
11189
+ });
11190
+ }
11191
+ assignAriaLabel(cardElement, dateElement) {
11192
+ const dateLabelId = `k-${guid()}`;
11193
+ this.renderer.setAttribute(dateElement, 'id', dateLabelId);
11194
+ this.renderer.setAttribute(cardElement, 'aria-label', dateLabelId);
11195
+ }
11196
+ assignAriaDescribedBy(cardElement, dateElement) {
11197
+ const cardId = `k-${guid()}`;
11198
+ this.renderer.setAttribute(cardElement, 'id', cardId);
11199
+ this.renderer.setAttribute(dateElement, 'aria-describedby', cardId);
11200
+ }
11201
+ updateInterval(forward) {
11202
+ let start = forward ? this.firstCircleInView + this.visibleTabsCount : this.firstCircleInView - this.visibleTabsCount;
11203
+ if (start < 0 || start >= this.trackItems.length) {
11204
+ start = 0;
11205
+ }
11206
+ this.navigateToInterval(start, 0, forward, !forward);
11207
+ }
11208
+ onHomeKey() {
11209
+ if (this.selectedEvent === this.events[0]) {
11210
+ return;
11211
+ }
11212
+ this.navigateToFirstInterval();
11213
+ }
11214
+ onEndKey() {
11215
+ if (this.selectedEvent === this.events[this.events.length - 1]) {
11216
+ return;
11217
+ }
11218
+ this.navigateToLastInterval();
11219
+ }
11220
+ onArrowRightKey() {
11221
+ this.navigateToOtherEvent(true);
11222
+ }
11223
+ onArrowLeftKey() {
11224
+ this.navigateToOtherEvent(false);
11225
+ }
11226
+ navigateToFirstInterval() {
11227
+ this.navigateToInterval(0);
11228
+ }
11229
+ navigateToLastInterval() {
11230
+ const start = Math.floor((this.trackItems.length - 1) / this.visibleTabsCount) * this.visibleTabsCount;
11231
+ this.navigateToInterval(start, this.events.length - 1);
11232
+ }
11233
+ navigateToOtherEvent(direction) {
11234
+ const offset = direction ? 1 : -1;
11235
+ const newIndex = this.selectedEventIndex + offset;
11236
+ if (newIndex < 0 || newIndex >= this.events.length) {
11237
+ return;
11238
+ }
11239
+ if (this.visibleEvents.findIndex(event => event === this.events[newIndex]) === -1) {
11240
+ this.updateInterval(direction);
11241
+ }
11242
+ else {
11243
+ this.selectedEvent = this.events[newIndex];
11244
+ this.selectedCardIndex = this.getOtherSelectedCardIndex(direction);
11245
+ this.focusTrackItem(this.selectedEventIndex);
11246
+ this.animateCards();
11247
+ this.cdr.markForCheck();
11248
+ }
11249
+ }
11250
+ navigateToInterval(start, selectedIndex = 0, selectFirst = false, selectLast = false) {
11251
+ const end = start + this.visibleTabsCount < this.trackItems.length ? start + this.visibleTabsCount : undefined;
11252
+ const forward = this.firstCircleInView < start;
11253
+ this.firstCircleInView = start;
11254
+ const interval = Math.floor(start / this.visibleTabsCount);
11255
+ this.translateValue = interval * -100;
11256
+ this.animationState = forward ? 'right' : 'left';
11257
+ this.visibleEvents = this.trackItems.slice(this.firstCircleInView, end).filter(event => !event.isFlag);
11258
+ if (selectFirst) {
11259
+ this.selectedEvent = this.visibleEvents[0];
11260
+ }
11261
+ else if (selectLast) {
11262
+ this.selectedEvent = this.visibleEvents[this.visibleEvents.length - 1];
11263
+ }
11264
+ else {
11265
+ this.selectedEvent = this.events[selectedIndex];
11266
+ }
11267
+ this.selectedCardIndex = this.getOtherSelectedCardIndex(forward);
11268
+ this.cdr.detectChanges();
11269
+ this.focusTrackItem(this.selectedEventIndex);
11270
+ this.animateCards();
11271
+ this.calloutStyle = this.calloutOffset;
11272
+ this.cdr.markForCheck();
11273
+ }
11274
+ animateCards() {
11275
+ if (this.animationDuration) {
11276
+ this.cardComponents.get(this.selectedCardIndex).event = null;
11277
+ }
11278
+ this.cardElementRefs.forEach((card, index) => {
11279
+ this.renderer.setStyle(card.nativeElement, 'transform', this.getTransformation(this.cardWidth, index));
11280
+ this.renderer.setStyle(card.nativeElement, 'transition-duration', `${this.animationDuration || 0}ms`);
11281
+ });
11282
+ }
11283
+ transformCards() {
11284
+ this.cardElementRefs.forEach((card, index) => this.renderer.setStyle(card.nativeElement, 'transform', this.getTransformation(this.cardWidth, index)));
11285
+ }
11286
+ changeTabsCount() {
11287
+ this.visibleTabsCount = Math.round(this.scrollableTrackWidth / this.tabWidth);
11288
+ if (this.tabFlex !== 100 / this.visibleTabsCount) {
11289
+ this.tabFlex = 100 / this.visibleTabsCount;
11290
+ this.circleElementRefs.forEach(item => this.renderer.setStyle(item.nativeElement, 'flex', `1 0 ${this.tabFlex}%`));
11291
+ this.flagElementRefs.forEach(item => this.renderer.setStyle(item.nativeElement, 'flex', `1 0 ${this.tabFlex}%`));
11292
+ this.cdr.detectChanges();
11293
+ this.visibleEvents = this.trackItems
11294
+ .slice(this.firstCircleInView, this.firstCircleInView + this.visibleTabsCount)
11295
+ .filter(event => !event.isFlag);
11296
+ if (!this.visibleEvents.find(event => event === this.selectedEvent)) {
11297
+ const trackItemIndex = this.trackItems.findIndex(event => event === this.selectedEvent);
11298
+ this.navigateToInterval(trackItemIndex, this.selectedEventIndex);
11299
+ }
11300
+ }
11301
+ }
11302
+ l10nChange() {
11303
+ if (this.localization.get('previous')) {
11304
+ this.previousTitle = this.localization.get('previous');
11305
+ }
11306
+ if (this.localization.get('next')) {
11307
+ this.nextTitle = this.localization.get('next');
11308
+ }
11309
+ this.cdr.markForCheck();
11310
+ }
11311
+ }
11312
+ 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 });
11313
+ 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: `
11314
+ <div class="k-timeline-track-wrap" #track>
11315
+ <button
11316
+ kendoButton
11317
+ [svgIcon]="svgLeftIcon"
11318
+ class="k-timeline-arrow k-timeline-arrow-left"
11319
+ rounded="full"
11320
+ [title]="previousTitle"
11321
+ (click)="previousClick()"
11322
+ [disabled]="isFirstRange"
11323
+ [attr.aria-hidden]="true"
11324
+ tabindex="-1"
11325
+ type="button"
11326
+ ></button>
11327
+ <button
11328
+ kendoButton
11329
+ [svgIcon]="svgRightIcon"
11330
+ class="k-timeline-arrow k-timeline-arrow-right"
11331
+ rounded="full"
11332
+ [title]="nextTitle"
11333
+ (click)="nextClick()"
11334
+ [disabled]="isLastRange"
11335
+ [attr.aria-hidden]="true"
11336
+ tabindex="-1"
11337
+ type="button"
11338
+ ></button>
11339
+ <div class="k-timeline-track">
11340
+ <ul class="k-timeline-scrollable-wrap"
11341
+ #scrollableTrack
11342
+ [attr.role]="'tablist'"
11343
+ [attr.tabindex]="'0'"
11344
+ [@trackSlide]="{value: animationState, params: {transformValue: this.translateValue}}"
11345
+ (@trackSlide.done)="onSlideDone()"
11346
+ (transitionend)="onTrackTransitionEnd()"
11347
+ >
11348
+ <ng-container *ngFor="let event of trackItems; let index = index">
11349
+ <li
11350
+ #trackFlag
11351
+ *ngIf="event.isFlag"
11352
+ class="k-timeline-flag-wrap k-timeline-track-item"
11353
+ [attr.role]="'none'"
11354
+ [attr.aria-hidden]="true"
11355
+ [ngStyle]="tabStyle()"
11356
+ >
11357
+ <span class="k-timeline-flag">{{ event.isFlag }}</span>
11358
+ </li>
11359
+ <li
11360
+ *ngIf="!event.isFlag"
11361
+ #trackCircle
11362
+ class="k-timeline-track-item"
11363
+ [attr.role]="'tab'"
11364
+ (click)="navigateToEvent(index)"
11365
+ [ngStyle]="tabStyle()"
11366
+ >
11367
+ <div class="k-timeline-date-wrap">
11368
+ <span *ngIf="showDateLabels" class="k-timeline-date">
11369
+ {{ event.date | kendoDate: dateFormat }}
11370
+ </span>
11371
+ </div>
11372
+ <span class="k-timeline-circle"></span>
11373
+ </li>
11374
+ </ng-container>
11375
+ </ul>
11376
+ </div>
11377
+ </div>
11378
+ <div class="k-timeline-events-list">
11379
+ <ul
11380
+ *ngIf="selectedEvent"
11381
+ class="k-timeline-scrollable-wrap"
11382
+ [@eventsSlide]="{value: animationState, params: {animationDuration: this.animationDuration || 0}}"
11383
+ (@eventsSlide.done)="onSlideDone()"
11384
+ [ngStyle]="{'transform-origin': 'left top'}"
11385
+ >
11386
+ <li *ngFor="let event of eventsInInterval; let index = index"
11387
+ #card
11388
+ class="k-timeline-event"
11389
+ (transitionend)="onTransitionEnd()"
11390
+ >
11391
+ <kendo-timeline-card
11392
+ [event]="selectedCardIndex === index ? selectedEvent : null"
11393
+ [expanded]="true"
11394
+ [collapsible]="collapsibleEvents"
11395
+ [calloutStyle]="selectedCardIndex === index ? calloutStyle : {}"
11396
+ [ngStyle]="{visibility: selectedCardIndex === index ? 'visible' : 'hidden' }"
11397
+ [tabIndex]="selectedCardIndex === index ? '0' : '-1'"
11398
+ [navigable]="navigable"
11399
+ [index]="selectedEventIndex"
11400
+ [headerTemplate]="headerTemplate"
11401
+ [bodyTemplate]="bodyTemplate"
11402
+ [actionsTemplate]="actionsTemplate"
11403
+ [eventHeight]="eventHeight"
11404
+ orientation="horizontal"
11405
+ >
11406
+ </kendo-timeline-card>
11407
+ </li>
11408
+ </ul>
11409
+ </div>
11410
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i3$1.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: "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: i6.DatePipe, name: "kendoDate" }], animations: [
11411
+ trigger('trackSlide', [
11412
+ state('left', style({
11413
+ transform: `translateX({{transformValue}}%)`,
11414
+ }), { params: { transformValue: '0' } }),
11415
+ state('right', style({
11416
+ transform: `translateX({{transformValue}}%)`,
11417
+ }), { params: { transformValue: '0' } }),
11418
+ state('center', style({
11419
+ transform: `translateX(0)`,
11420
+ }))
11421
+ ]),
11422
+ trigger('eventsSlide', [
11423
+ transition('* => right', [
11424
+ animate('{{animationDuration}}ms', style({ transform: `translateX(-100%)` }))
11425
+ ], { params: { animationDuration: '400' } }),
11426
+ transition('* => left', [
11427
+ animate('{{animationDuration}}ms', style({ transform: `translateX(100%)` }))
11428
+ ], { params: { animationDuration: '400' } })
11429
+ ])
11430
+ ] });
11431
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineHorizontalComponent, decorators: [{
11432
+ type: Component,
11433
+ args: [{
11434
+ animations: [
11435
+ trigger('trackSlide', [
11436
+ state('left', style({
11437
+ transform: `translateX({{transformValue}}%)`,
11438
+ }), { params: { transformValue: '0' } }),
11439
+ state('right', style({
11440
+ transform: `translateX({{transformValue}}%)`,
11441
+ }), { params: { transformValue: '0' } }),
11442
+ state('center', style({
11443
+ transform: `translateX(0)`,
11444
+ }))
11445
+ ]),
11446
+ trigger('eventsSlide', [
11447
+ transition('* => right', [
11448
+ animate('{{animationDuration}}ms', style({ transform: `translateX(-100%)` }))
11449
+ ], { params: { animationDuration: '400' } }),
11450
+ transition('* => left', [
11451
+ animate('{{animationDuration}}ms', style({ transform: `translateX(100%)` }))
11452
+ ], { params: { animationDuration: '400' } })
11453
+ ])
11454
+ ],
11455
+ providers: [],
11456
+ exportAs: 'kendoTimelineHorizontal',
11457
+ selector: 'kendo-timeline-horizontal',
11458
+ template: `
11459
+ <div class="k-timeline-track-wrap" #track>
11460
+ <button
11461
+ kendoButton
11462
+ [svgIcon]="svgLeftIcon"
11463
+ class="k-timeline-arrow k-timeline-arrow-left"
11464
+ rounded="full"
11465
+ [title]="previousTitle"
11466
+ (click)="previousClick()"
11467
+ [disabled]="isFirstRange"
11468
+ [attr.aria-hidden]="true"
11469
+ tabindex="-1"
11470
+ type="button"
11471
+ ></button>
11472
+ <button
11473
+ kendoButton
11474
+ [svgIcon]="svgRightIcon"
11475
+ class="k-timeline-arrow k-timeline-arrow-right"
11476
+ rounded="full"
11477
+ [title]="nextTitle"
11478
+ (click)="nextClick()"
11479
+ [disabled]="isLastRange"
11480
+ [attr.aria-hidden]="true"
11481
+ tabindex="-1"
11482
+ type="button"
11483
+ ></button>
11484
+ <div class="k-timeline-track">
11485
+ <ul class="k-timeline-scrollable-wrap"
11486
+ #scrollableTrack
11487
+ [attr.role]="'tablist'"
11488
+ [attr.tabindex]="'0'"
11489
+ [@trackSlide]="{value: animationState, params: {transformValue: this.translateValue}}"
11490
+ (@trackSlide.done)="onSlideDone()"
11491
+ (transitionend)="onTrackTransitionEnd()"
11492
+ >
11493
+ <ng-container *ngFor="let event of trackItems; let index = index">
11494
+ <li
11495
+ #trackFlag
11496
+ *ngIf="event.isFlag"
11497
+ class="k-timeline-flag-wrap k-timeline-track-item"
11498
+ [attr.role]="'none'"
11499
+ [attr.aria-hidden]="true"
11500
+ [ngStyle]="tabStyle()"
11501
+ >
11502
+ <span class="k-timeline-flag">{{ event.isFlag }}</span>
11503
+ </li>
11504
+ <li
11505
+ *ngIf="!event.isFlag"
11506
+ #trackCircle
11507
+ class="k-timeline-track-item"
11508
+ [attr.role]="'tab'"
11509
+ (click)="navigateToEvent(index)"
11510
+ [ngStyle]="tabStyle()"
11511
+ >
11512
+ <div class="k-timeline-date-wrap">
11513
+ <span *ngIf="showDateLabels" class="k-timeline-date">
11514
+ {{ event.date | kendoDate: dateFormat }}
11515
+ </span>
11516
+ </div>
11517
+ <span class="k-timeline-circle"></span>
11518
+ </li>
11519
+ </ng-container>
11520
+ </ul>
11521
+ </div>
11522
+ </div>
11523
+ <div class="k-timeline-events-list">
11524
+ <ul
11525
+ *ngIf="selectedEvent"
11526
+ class="k-timeline-scrollable-wrap"
11527
+ [@eventsSlide]="{value: animationState, params: {animationDuration: this.animationDuration || 0}}"
11528
+ (@eventsSlide.done)="onSlideDone()"
11529
+ [ngStyle]="{'transform-origin': 'left top'}"
11530
+ >
11531
+ <li *ngFor="let event of eventsInInterval; let index = index"
11532
+ #card
11533
+ class="k-timeline-event"
11534
+ (transitionend)="onTransitionEnd()"
11535
+ >
11536
+ <kendo-timeline-card
11537
+ [event]="selectedCardIndex === index ? selectedEvent : null"
11538
+ [expanded]="true"
11539
+ [collapsible]="collapsibleEvents"
11540
+ [calloutStyle]="selectedCardIndex === index ? calloutStyle : {}"
11541
+ [ngStyle]="{visibility: selectedCardIndex === index ? 'visible' : 'hidden' }"
11542
+ [tabIndex]="selectedCardIndex === index ? '0' : '-1'"
11543
+ [navigable]="navigable"
11544
+ [index]="selectedEventIndex"
11545
+ [headerTemplate]="headerTemplate"
11546
+ [bodyTemplate]="bodyTemplate"
11547
+ [actionsTemplate]="actionsTemplate"
11548
+ [eventHeight]="eventHeight"
11549
+ orientation="horizontal"
11550
+ >
11551
+ </kendo-timeline-card>
11552
+ </li>
11553
+ </ul>
11554
+ </div>
11555
+ `,
11556
+ }]
11557
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: TimelineService }, { type: i1.LocalizationService }]; }, propDecorators: { events: [{
11558
+ type: Input
11559
+ }], alterMode: [{
11560
+ type: Input
11561
+ }], collapsibleEvents: [{
11562
+ type: Input
11563
+ }], navigable: [{
11564
+ type: Input
11565
+ }], showDateLabels: [{
11566
+ type: Input
11567
+ }], animationDuration: [{
11568
+ type: Input
11569
+ }], eventHeight: [{
11570
+ type: Input
11571
+ }], dateFormat: [{
11572
+ type: Input
11573
+ }], headerTemplate: [{
11574
+ type: Input
11575
+ }], bodyTemplate: [{
11576
+ type: Input
11577
+ }], actionsTemplate: [{
11578
+ type: Input
11579
+ }], cardElementRefs: [{
11580
+ type: ViewChildren,
11581
+ args: ['card', { read: ElementRef }]
11582
+ }], circleElementRefs: [{
11583
+ type: ViewChildren,
11584
+ args: ['trackCircle']
11585
+ }], flagElementRefs: [{
11586
+ type: ViewChildren,
11587
+ args: ['trackFlag']
11588
+ }], trackElementRef: [{
11589
+ type: ViewChild,
11590
+ args: ['track']
11591
+ }], scrollableTrackElementRef: [{
11592
+ type: ViewChild,
11593
+ args: ['scrollableTrack']
11594
+ }], cardComponents: [{
11595
+ type: ViewChildren,
11596
+ args: [TimelineCardComponent]
11597
+ }] } });
11598
+
11599
+ /**
11600
+ * @hidden
11601
+ */
11602
+ class TimelineVerticalComponent {
11603
+ constructor(renderer) {
11604
+ this.renderer = renderer;
11605
+ this.events = [];
11606
+ this.subscriptions = new Subscription();
11607
+ }
11608
+ ngAfterViewInit() {
11609
+ this.ariaDescribedByAllEvents();
11610
+ this.subscriptions.add(this.innerDateElementRefs.changes.subscribe(() => {
11611
+ if (this.innerDateElementRefs?.length > 0) {
11612
+ this.ariaDescribedByAllEvents();
11613
+ }
11614
+ else {
11615
+ this.removeAriaDescribedBy();
11616
+ }
11617
+ }));
11618
+ }
11619
+ expand(index) {
11620
+ if (index < 0 || index >= this.cards.length) {
11621
+ return;
11622
+ }
11623
+ this.cards.get(index).expand();
11624
+ }
11625
+ collapse(index) {
11626
+ if (index < 0 || index >= this.cards.length) {
11627
+ return;
11628
+ }
11629
+ this.cards.get(index).collapse();
11630
+ }
11631
+ ariaDescribedByAllEvents() {
11632
+ this.cards?.forEach((card, index) => {
11633
+ const innerCard = card.element.nativeElement.querySelector('.k-card');
11634
+ const innerDate = this.dateElementRefs.get(index).nativeElement.querySelector('.k-timeline-date');
11635
+ if (innerDate) {
11636
+ this.assignAriaDescribedBy(innerCard, innerDate);
11637
+ }
11638
+ });
11639
+ }
11640
+ removeAriaDescribedBy() {
11641
+ this.cards?.forEach(card => {
11642
+ const innerCard = card.element.nativeElement.querySelector('.k-card');
11643
+ this.renderer.removeAttribute(innerCard, 'aria-describedby');
11644
+ });
11645
+ }
11646
+ assignAriaDescribedBy(cardElement, dateElement) {
11647
+ const dateLabelId = `k-${guid()}`;
11648
+ this.renderer.setAttribute(dateElement, 'id', dateLabelId);
11649
+ this.renderer.setAttribute(cardElement, 'aria-describedby', dateLabelId);
11650
+ }
11651
+ }
11652
+ TimelineVerticalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineVerticalComponent, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
11653
+ 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: `
11654
+ <ul *ngIf="events && events.length > 0">
11655
+ <ng-container *ngFor="let event of events; let i = index">
11656
+ <li class="k-timeline-flag-wrap" *ngIf="event.flag">
11657
+ <span class="k-timeline-flag">{{ event.flag }}</span>
11658
+ </li>
11659
+ <li class="k-timeline-event" [ngClass]="{ 'k-reverse': alterMode && i % 2 === 0 }">
11660
+ <div class="k-timeline-date-wrap" #dateWrap>
11661
+ <span *ngIf="showDateLabels" class="k-timeline-date" #innerDate>
11662
+ {{ event.date | kendoDate: dateFormat }}
11663
+ </span>
11664
+ </div>
11665
+ <span class="k-timeline-circle"></span>
11666
+ <kendo-timeline-card
11667
+ #card
11668
+ [event]="event"
11669
+ [expanded]="event.expanded || !collapsibleEvents"
11670
+ [collapsible]="collapsibleEvents"
11671
+ [reversed]="alterMode && i % 2 === 0"
11672
+ [tabIndex]="'0'"
11673
+ [navigable]="navigable"
11674
+ [animationDuration]="animationDuration"
11675
+ [headerTemplate]="headerTemplate"
11676
+ [bodyTemplate]="bodyTemplate"
11677
+ [actionsTemplate]="actionsTemplate"
11678
+ [index]="i"
11679
+ [eventWidth]="eventWidth"
11680
+ orientation="vertical"
11681
+ >
11682
+ </kendo-timeline-card>
11683
+ </li>
11684
+ </ng-container>
11685
+ </ul>
11686
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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: i6.DatePipe, name: "kendoDate" }] });
11687
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineVerticalComponent, decorators: [{
11688
+ type: Component,
11689
+ args: [{
11690
+ providers: [],
11691
+ exportAs: 'kendoTimelineVertical',
11692
+ selector: 'kendo-timeline-vertical',
11693
+ template: `
11694
+ <ul *ngIf="events && events.length > 0">
11695
+ <ng-container *ngFor="let event of events; let i = index">
11696
+ <li class="k-timeline-flag-wrap" *ngIf="event.flag">
11697
+ <span class="k-timeline-flag">{{ event.flag }}</span>
11698
+ </li>
11699
+ <li class="k-timeline-event" [ngClass]="{ 'k-reverse': alterMode && i % 2 === 0 }">
11700
+ <div class="k-timeline-date-wrap" #dateWrap>
11701
+ <span *ngIf="showDateLabels" class="k-timeline-date" #innerDate>
11702
+ {{ event.date | kendoDate: dateFormat }}
11703
+ </span>
11704
+ </div>
11705
+ <span class="k-timeline-circle"></span>
11706
+ <kendo-timeline-card
11707
+ #card
11708
+ [event]="event"
11709
+ [expanded]="event.expanded || !collapsibleEvents"
11710
+ [collapsible]="collapsibleEvents"
11711
+ [reversed]="alterMode && i % 2 === 0"
11712
+ [tabIndex]="'0'"
11713
+ [navigable]="navigable"
11714
+ [animationDuration]="animationDuration"
11715
+ [headerTemplate]="headerTemplate"
11716
+ [bodyTemplate]="bodyTemplate"
11717
+ [actionsTemplate]="actionsTemplate"
11718
+ [index]="i"
11719
+ [eventWidth]="eventWidth"
11720
+ orientation="vertical"
11721
+ >
11722
+ </kendo-timeline-card>
11723
+ </li>
11724
+ </ng-container>
11725
+ </ul>
11726
+ `,
11727
+ }]
11728
+ }], ctorParameters: function () { return [{ type: i0.Renderer2 }]; }, propDecorators: { events: [{
11729
+ type: Input
11730
+ }], alterMode: [{
11731
+ type: Input
11732
+ }], collapsibleEvents: [{
11733
+ type: Input
11734
+ }], navigable: [{
11735
+ type: Input
11736
+ }], showDateLabels: [{
11737
+ type: Input
11738
+ }], animationDuration: [{
11739
+ type: Input
11740
+ }], eventWidth: [{
11741
+ type: Input
11742
+ }], dateFormat: [{
11743
+ type: Input
11744
+ }], headerTemplate: [{
11745
+ type: Input
11746
+ }], bodyTemplate: [{
11747
+ type: Input
11748
+ }], actionsTemplate: [{
11749
+ type: Input
11750
+ }], cards: [{
11751
+ type: ViewChildren,
11752
+ args: ['card']
11753
+ }], dateElementRefs: [{
11754
+ type: ViewChildren,
11755
+ args: ['dateWrap']
11756
+ }], innerDateElementRefs: [{
11757
+ type: ViewChildren,
11758
+ args: ['innerDate']
11759
+ }] } });
11760
+
11761
+ /**
11762
+ * @hidden
11763
+ */
11764
+ class TimelineMessages extends ComponentMessages {
11765
+ }
11766
+ TimelineMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
11767
+ 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 });
11768
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineMessages, decorators: [{
11769
+ type: Directive,
11770
+ args: [{
11771
+ // eslint-disable-next-line @angular-eslint/directive-selector
11772
+ selector: 'kendo-timeline-messages-base'
11773
+ }]
11774
+ }], propDecorators: { previous: [{
11775
+ type: Input
11776
+ }], next: [{
11777
+ type: Input
11778
+ }] } });
11779
+
11780
+ /**
11781
+ * @hidden
11782
+ */
11783
+ class LocalizedTimelineMessagesDirective extends TimelineMessages {
11784
+ constructor(service) {
11785
+ super();
11786
+ this.service = service;
11787
+ }
11788
+ }
11789
+ LocalizedTimelineMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedTimelineMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
11790
+ LocalizedTimelineMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedTimelineMessagesDirective, selector: "[kendoTimelineLocalizedMessages]", providers: [
11791
+ {
11792
+ provide: TimelineMessages,
11793
+ useExisting: forwardRef(() => LocalizedTimelineMessagesDirective),
11794
+ },
11795
+ ], usesInheritance: true, ngImport: i0 });
11796
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedTimelineMessagesDirective, decorators: [{
11797
+ type: Directive,
11798
+ args: [{
11799
+ providers: [
11800
+ {
11801
+ provide: TimelineMessages,
11802
+ useExisting: forwardRef(() => LocalizedTimelineMessagesDirective),
11803
+ },
11804
+ ],
11805
+ selector: `[kendoTimelineLocalizedMessages]`
11806
+ }]
11807
+ }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
11808
+
11809
+ const DEFAULT_HORIZONTAL_ANIMATION_DURATION = 400;
11810
+ const DEFAULT_VERTICAL_ANIMATION_DURATION = 300;
11811
+ const DEFAULT_EVENT_WIDTH = 400;
11812
+ const DEFAULT_EVENT_HEIGHT = 600;
11813
+ const DEFAULT_DATE_FORMAT = 'MMMM dd, yyyy';
11814
+ /**
11815
+ * Represents the [Kendo UI Timeline component for Angular]({% slug overview_timeline %}).
11816
+ */
11817
+ class TimelineComponent {
11818
+ constructor(timelineService) {
11819
+ this.timelineService = timelineService;
11820
+ /**
11821
+ * Specifies the orientation of the axis.
11822
+ *
11823
+ * @default 'vertical'
11824
+ */
11825
+ this.orientation = 'vertical';
11826
+ /**
11827
+ * Specifies whether to render events alternatingly on both sides of the axis.
11828
+ * Applicable when `orientation` is set to `vertical`.
11829
+ *
11830
+ * @default false
11831
+ */
11832
+ this.alterMode = false;
11833
+ /**
11834
+ * Specifies whether the event cards can be collapsed.
11835
+ *
11836
+ * @default true
11837
+ */
11838
+ this.collapsibleEvents = true;
11839
+ /**
11840
+ * Specifies whether the user can use dedicated shortcuts to interact with the Timeline.
11841
+ *
11842
+ * @default true
11843
+ */
11844
+ this.navigable = true;
11845
+ /**
11846
+ * Specifies whether an event's date label will be visible.
11847
+ *
11848
+ * @default true
11849
+ */
11850
+ this.showDateLabels = true;
11851
+ this.hostClass = true;
11852
+ /**
11853
+ * Fires when a card is toggled.
11854
+ * This event is supported only in `vertical` mode.
11855
+ */
11856
+ this.onToggle = new EventEmitter();
11857
+ /**
11858
+ * Fires when a card's action is clicked.
11859
+ */
11860
+ this.onActionClick = new EventEmitter();
11861
+ /**
11862
+ * Fires when the left or right arrow is clicked.
11863
+ * This event is supported only in `horizontal` mode.
11864
+ */
11865
+ this.onNavigate = new EventEmitter();
11866
+ this._events = [];
11867
+ this._modelFields = defaultModelFields;
11868
+ this._eventWidth = DEFAULT_EVENT_WIDTH;
11869
+ this._eventHeight = DEFAULT_EVENT_HEIGHT;
11870
+ this._dateFormat = DEFAULT_DATE_FORMAT;
11871
+ this.originalData = [];
11872
+ this.subscriptions = new Subscription();
11873
+ this.timelineService.timeline = this;
11874
+ }
11875
+ /**
11876
+ * An array of event instances which will be shown by the Timeline.
11877
+ */
11878
+ set events(events) {
11879
+ if (!isPresent$1(events)) {
11880
+ return;
11881
+ }
11882
+ this.originalData = events;
11883
+ this._events = processItems(this.originalData, this.modelFields);
11884
+ this._events.sort((a, b) => {
11885
+ return a.date.getTime() - b.date.getTime();
11886
+ });
11887
+ if (this._events.length > 0) {
11888
+ let flag = this._events[0].date.getFullYear() - 1;
11889
+ this._events.forEach((event) => {
11890
+ if (event.date.getFullYear() !== flag) {
11891
+ flag = event.date.getFullYear();
11892
+ event.flag = flag;
11893
+ }
11894
+ });
11895
+ }
11896
+ }
11897
+ get events() {
11898
+ return this._events;
11899
+ }
11900
+ /**
11901
+ * The names of the model fields from which the Timeline will read its data.
11902
+ */
11903
+ set modelFields(value) {
11904
+ this._modelFields = { ...defaultModelFields, ...value };
11905
+ if (this.originalData) {
11906
+ this.events = this.originalData;
11907
+ }
11908
+ }
11909
+ get modelFields() {
11910
+ return this._modelFields;
11911
+ }
11912
+ /**
11913
+ * Sets a specific width for the event.
11914
+ * This setting is supported only in `vertical` mode.
11915
+ *
11916
+ * @default 400
11917
+ */
11918
+ get eventWidth() {
11919
+ return this._eventWidth;
11920
+ }
11921
+ set eventWidth(value) {
11922
+ if (value) {
11923
+ this._eventWidth = value;
11924
+ }
11925
+ else {
11926
+ this._eventWidth = DEFAULT_EVENT_WIDTH;
11927
+ }
11928
+ }
11929
+ /**
11930
+ * Sets a specific height for the event.
11931
+ * This setting is supported only in `horizontal` mode.
11932
+ *
11933
+ * @default 600
11934
+ */
11935
+ get eventHeight() {
11936
+ return this._eventHeight;
11937
+ }
11938
+ set eventHeight(value) {
11939
+ if (value) {
11940
+ this._eventHeight = value;
11941
+ }
11942
+ else {
11943
+ this._eventHeight = DEFAULT_EVENT_HEIGHT;
11944
+ }
11945
+ }
11946
+ /**
11947
+ * @hidden
11948
+ */
11949
+ get animationDuration() {
11950
+ if (typeof this.animation === 'number') {
11951
+ return this.animation;
11952
+ }
11953
+ if ((typeof this.animation === 'boolean' && this.animation) || !isPresent$1(this.animation)) {
11954
+ return this.orientation === 'horizontal' ? DEFAULT_HORIZONTAL_ANIMATION_DURATION : DEFAULT_VERTICAL_ANIMATION_DURATION;
11955
+ }
11956
+ return 0;
11957
+ }
11958
+ /**
11959
+ * Specifies the date format for displaying the event date.
11960
+ *
11961
+ * @default 'MMMM dd, yyyy'
11962
+ */
11963
+ set dateFormat(value) {
11964
+ if (isPresent$1(value) && value !== '') {
11965
+ this._dateFormat = value;
11966
+ }
11967
+ else {
11968
+ this._dateFormat = DEFAULT_DATE_FORMAT;
11969
+ }
11970
+ }
11971
+ get dateFormat() {
11972
+ return this._dateFormat;
11973
+ }
11974
+ get verticalClass() {
11975
+ return this.orientation === 'vertical';
11976
+ }
11977
+ get horizontalClass() {
11978
+ return this.orientation === 'horizontal';
11979
+ }
11980
+ get alternatingClass() {
11981
+ return this.alterMode === true && this.orientation === 'vertical';
11982
+ }
11983
+ get collapsibleClass() {
11984
+ return this.collapsibleEvents === true && this.orientation === 'vertical';
11985
+ }
11986
+ ngAfterContentInit() {
11987
+ this.initTemplates();
11988
+ }
11989
+ ngOnDestroy() {
11990
+ this.subscriptions.unsubscribe();
11991
+ }
11992
+ /**
11993
+ * Switches to the previous portion of events.
11994
+ * This method is supported only in `horizontal` mode.
11995
+ */
11996
+ previous() {
11997
+ this.timelineHorizontal?.previous();
11998
+ }
11999
+ /**
12000
+ * Switches to the next portion of events.
12001
+ * This method is supported only in `horizontal` mode.
12002
+ */
12003
+ next() {
12004
+ this.timelineHorizontal?.next();
12005
+ }
12006
+ /**
12007
+ * Open event details.
12008
+ * This method is supported only in `horizontal` mode.
12009
+ */
12010
+ open(index) {
12011
+ this.timelineHorizontal?.open(index);
12012
+ }
12013
+ /**
12014
+ * Expands an event.
12015
+ * This method is supported only in `vertical` mode.
12016
+ */
12017
+ expand(index) {
12018
+ this.timelineVertical?.expand(index);
12019
+ }
12020
+ /**
12021
+ * Collapses an event.
12022
+ * This method is supported only in `vertical` mode.
12023
+ */
12024
+ collapse(index) {
12025
+ this.timelineVertical?.collapse(index);
12026
+ }
12027
+ initTemplates() {
12028
+ this.headerTemplate = this.cardHeaderTemplate?.first;
12029
+ this.bodyTemplate = this.cardBodyTemplate?.first;
12030
+ this.actionsTemplate = this.cardActionsTemplate?.first;
12031
+ this.subscriptions.add(this.cardHeaderTemplate?.changes.subscribe(() => {
12032
+ this.headerTemplate = this.cardHeaderTemplate?.first || null;
12033
+ }));
12034
+ this.subscriptions.add(this.cardBodyTemplate?.changes.subscribe(() => {
12035
+ this.bodyTemplate = this.cardBodyTemplate?.first || null;
12036
+ }));
12037
+ this.subscriptions.add(this.cardActionsTemplate?.changes.subscribe(() => {
12038
+ this.actionsTemplate = this.cardActionsTemplate?.first || null;
12039
+ }));
12040
+ }
12041
+ }
12042
+ TimelineComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineComponent, deps: [{ token: TimelineService }], target: i0.ɵɵFactoryTarget.Component });
12043
+ 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: [
12044
+ TimelineService,
12045
+ LocalizationService,
12046
+ {
12047
+ provide: L10N_PREFIX,
12048
+ useValue: 'kendo.timeline'
12049
+ }
12050
+ ], queries: [{ propertyName: "cardHeaderTemplate", predicate: TimelineCardHeaderTemplateDirective }, { propertyName: "cardBodyTemplate", predicate: TimelineCardBodyTemplateDirective }, { propertyName: "cardActionsTemplate", predicate: TimelineCardActionsTemplateDirective }], viewQueries: [{ propertyName: "timelineHorizontal", first: true, predicate: TimelineHorizontalComponent, descendants: true }, { propertyName: "timelineVertical", first: true, predicate: TimelineVerticalComponent, descendants: true }], exportAs: ["kendoTimeline"], ngImport: i0, template: `
12051
+ <ng-container kendoTimelineLocalizedMessages
12052
+ i18n-previous="kendo.timeline.previous|The title of the previous button in horizontal orientation."
12053
+ previous="previous"
12054
+ >
12055
+ </ng-container>
12056
+ <ng-container kendoTimelineLocalizedMessages
12057
+ i18n-next="kendo.timeline.next|The title of the next button in horizontal orientation."
12058
+ next="next"
12059
+ >
12060
+ </ng-container>
12061
+ <kendo-timeline-vertical
12062
+ *ngIf="orientation === 'vertical'"
12063
+ [events]="events"
12064
+ [alterMode]="alterMode"
12065
+ [collapsibleEvents]="collapsibleEvents"
12066
+ [navigable]="navigable"
12067
+ [showDateLabels]="showDateLabels"
12068
+ [animationDuration]="animationDuration"
12069
+ [eventWidth]="eventWidth"
12070
+ [dateFormat]="dateFormat"
12071
+ [headerTemplate]="headerTemplate"
12072
+ [bodyTemplate]="bodyTemplate"
12073
+ [actionsTemplate]="actionsTemplate"
12074
+ >
12075
+ </kendo-timeline-vertical>
12076
+ <kendo-timeline-horizontal
12077
+ *ngIf="orientation === 'horizontal'"
12078
+ [events]="events"
12079
+ [collapsibleEvents]="false"
12080
+ [navigable]="navigable"
12081
+ [showDateLabels]="showDateLabels"
12082
+ [animationDuration]="animationDuration"
12083
+ [eventHeight]="eventHeight"
12084
+ [dateFormat]="dateFormat"
12085
+ [headerTemplate]="headerTemplate"
12086
+ [bodyTemplate]="bodyTemplate"
12087
+ [actionsTemplate]="actionsTemplate"
12088
+ >
12089
+ </kendo-timeline-horizontal>
12090
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.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"] }, { kind: "directive", type: LocalizedTimelineMessagesDirective, selector: "[kendoTimelineLocalizedMessages]" }] });
12091
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineComponent, decorators: [{
12092
+ type: Component,
12093
+ args: [{
12094
+ providers: [
12095
+ TimelineService,
12096
+ LocalizationService,
12097
+ {
12098
+ provide: L10N_PREFIX,
12099
+ useValue: 'kendo.timeline'
12100
+ }
12101
+ ],
12102
+ exportAs: 'kendoTimeline',
12103
+ selector: 'kendo-timeline',
12104
+ template: `
12105
+ <ng-container kendoTimelineLocalizedMessages
12106
+ i18n-previous="kendo.timeline.previous|The title of the previous button in horizontal orientation."
12107
+ previous="previous"
12108
+ >
12109
+ </ng-container>
12110
+ <ng-container kendoTimelineLocalizedMessages
12111
+ i18n-next="kendo.timeline.next|The title of the next button in horizontal orientation."
12112
+ next="next"
12113
+ >
12114
+ </ng-container>
12115
+ <kendo-timeline-vertical
12116
+ *ngIf="orientation === 'vertical'"
12117
+ [events]="events"
12118
+ [alterMode]="alterMode"
12119
+ [collapsibleEvents]="collapsibleEvents"
12120
+ [navigable]="navigable"
12121
+ [showDateLabels]="showDateLabels"
12122
+ [animationDuration]="animationDuration"
12123
+ [eventWidth]="eventWidth"
12124
+ [dateFormat]="dateFormat"
12125
+ [headerTemplate]="headerTemplate"
12126
+ [bodyTemplate]="bodyTemplate"
12127
+ [actionsTemplate]="actionsTemplate"
12128
+ >
12129
+ </kendo-timeline-vertical>
12130
+ <kendo-timeline-horizontal
12131
+ *ngIf="orientation === 'horizontal'"
12132
+ [events]="events"
12133
+ [collapsibleEvents]="false"
12134
+ [navigable]="navigable"
12135
+ [showDateLabels]="showDateLabels"
12136
+ [animationDuration]="animationDuration"
12137
+ [eventHeight]="eventHeight"
12138
+ [dateFormat]="dateFormat"
12139
+ [headerTemplate]="headerTemplate"
12140
+ [bodyTemplate]="bodyTemplate"
12141
+ [actionsTemplate]="actionsTemplate"
12142
+ >
12143
+ </kendo-timeline-horizontal>
12144
+ `,
12145
+ }]
12146
+ }], ctorParameters: function () { return [{ type: TimelineService }]; }, propDecorators: { events: [{
12147
+ type: Input
12148
+ }], modelFields: [{
12149
+ type: Input
12150
+ }], orientation: [{
12151
+ type: Input
12152
+ }], alterMode: [{
12153
+ type: Input
12154
+ }], collapsibleEvents: [{
12155
+ type: Input
12156
+ }], navigable: [{
12157
+ type: Input
12158
+ }], showDateLabels: [{
12159
+ type: Input
12160
+ }], animation: [{
12161
+ type: Input
12162
+ }], eventWidth: [{
12163
+ type: Input
12164
+ }], eventHeight: [{
12165
+ type: Input
12166
+ }], dateFormat: [{
12167
+ type: Input
12168
+ }], hostClass: [{
12169
+ type: HostBinding,
12170
+ args: ['class.k-timeline']
12171
+ }], verticalClass: [{
12172
+ type: HostBinding,
12173
+ args: ['class.k-timeline-vertical']
12174
+ }], horizontalClass: [{
12175
+ type: HostBinding,
12176
+ args: ['class.k-timeline-horizontal']
12177
+ }], alternatingClass: [{
12178
+ type: HostBinding,
12179
+ args: ['class.k-timeline-alternating']
12180
+ }], collapsibleClass: [{
12181
+ type: HostBinding,
12182
+ args: ['class.k-timeline-collapsible']
12183
+ }], timelineHorizontal: [{
12184
+ type: ViewChild,
12185
+ args: [TimelineHorizontalComponent]
12186
+ }], timelineVertical: [{
12187
+ type: ViewChild,
12188
+ args: [TimelineVerticalComponent]
12189
+ }], cardHeaderTemplate: [{
12190
+ type: ContentChildren,
12191
+ args: [TimelineCardHeaderTemplateDirective, { descendants: false }]
12192
+ }], cardBodyTemplate: [{
12193
+ type: ContentChildren,
12194
+ args: [TimelineCardBodyTemplateDirective, { descendants: false }]
12195
+ }], cardActionsTemplate: [{
12196
+ type: ContentChildren,
12197
+ args: [TimelineCardActionsTemplateDirective, { descendants: false }]
12198
+ }], onToggle: [{
12199
+ type: Output
12200
+ }], onActionClick: [{
12201
+ type: Output
12202
+ }], onNavigate: [{
12203
+ type: Output
12204
+ }] } });
12205
+
12206
+ /**
12207
+ * Custom component messages override default component messages.
12208
+ */
12209
+ class TimelineCustomMessagesComponent extends TimelineMessages {
12210
+ constructor(service) {
12211
+ super();
12212
+ this.service = service;
12213
+ }
12214
+ get override() {
12215
+ return true;
12216
+ }
12217
+ }
12218
+ TimelineCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
12219
+ TimelineCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimelineCustomMessagesComponent, selector: "kendo-timeline-messages", providers: [
12220
+ {
12221
+ provide: TimelineMessages,
12222
+ useExisting: forwardRef(() => TimelineCustomMessagesComponent),
12223
+ },
12224
+ ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
12225
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCustomMessagesComponent, decorators: [{
12226
+ type: Component,
12227
+ args: [{
12228
+ providers: [
12229
+ {
12230
+ provide: TimelineMessages,
12231
+ useExisting: forwardRef(() => TimelineCustomMessagesComponent),
12232
+ },
12233
+ ],
12234
+ selector: 'kendo-timeline-messages',
12235
+ template: ``,
12236
+ }]
12237
+ }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
12238
+
12239
+ const exportedModules = [
12240
+ TimelineComponent,
12241
+ TimelineCustomMessagesComponent,
12242
+ TimelineCardHeaderTemplateDirective,
12243
+ TimelineCardBodyTemplateDirective,
12244
+ TimelineCardActionsTemplateDirective
12245
+ ];
12246
+ const declarations = [
12247
+ ...exportedModules,
12248
+ TimelineVerticalComponent,
12249
+ TimelineHorizontalComponent,
12250
+ TimelineCardComponent,
12251
+ LocalizedTimelineMessagesDirective,
12252
+ ];
12253
+ /**
12254
+ * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
12255
+ * definition for the Timeline component.
12256
+ *
12257
+ * The module registers:
12258
+ * - `TimelineComponent`&mdash;The `TimelineComponent` component class.
12259
+ */
12260
+ class TimelineModule {
12261
+ }
12262
+ TimelineModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12263
+ TimelineModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TimelineModule, declarations: [TimelineComponent,
12264
+ TimelineCustomMessagesComponent,
12265
+ TimelineCardHeaderTemplateDirective,
12266
+ TimelineCardBodyTemplateDirective,
12267
+ TimelineCardActionsTemplateDirective, TimelineVerticalComponent,
12268
+ TimelineHorizontalComponent,
12269
+ TimelineCardComponent,
12270
+ LocalizedTimelineMessagesDirective], imports: [CommonModule, CardModule, ButtonModule, IconsModule, IntlModule], exports: [TimelineComponent,
12271
+ TimelineCustomMessagesComponent,
12272
+ TimelineCardHeaderTemplateDirective,
12273
+ TimelineCardBodyTemplateDirective,
12274
+ TimelineCardActionsTemplateDirective] });
12275
+ TimelineModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineModule, imports: [CommonModule, CardModule, ButtonModule, IconsModule, IntlModule] });
12276
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineModule, decorators: [{
12277
+ type: NgModule,
12278
+ args: [{
12279
+ declarations: [declarations],
12280
+ exports: [exportedModules],
12281
+ imports: [CommonModule, CardModule, ButtonModule, IconsModule, IntlModule]
12282
+ }]
12283
+ }] });
12284
+
10388
12285
  /**
10389
12286
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
10390
12287
  * definition for the Layout components.
@@ -10418,8 +12315,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
10418
12315
  */
10419
12316
  class LayoutModule {
10420
12317
  }
10421
- LayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10422
- LayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LayoutModule, exports: [AvatarModule,
12318
+ LayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12319
+ LayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: LayoutModule, exports: [AvatarModule,
10423
12320
  CardModule,
10424
12321
  DrawerModule,
10425
12322
  PanelBarModule,
@@ -10429,8 +12326,9 @@ LayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
10429
12326
  TabStripModule,
10430
12327
  TileLayoutModule,
10431
12328
  StackLayoutModule,
10432
- GridLayoutModule] });
10433
- LayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LayoutModule, imports: [AvatarModule,
12329
+ GridLayoutModule,
12330
+ TimelineModule] });
12331
+ LayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LayoutModule, imports: [AvatarModule,
10434
12332
  CardModule,
10435
12333
  DrawerModule,
10436
12334
  PanelBarModule,
@@ -10440,8 +12338,9 @@ LayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
10440
12338
  TabStripModule,
10441
12339
  TileLayoutModule,
10442
12340
  StackLayoutModule,
10443
- GridLayoutModule] });
10444
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LayoutModule, decorators: [{
12341
+ GridLayoutModule,
12342
+ TimelineModule] });
12343
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LayoutModule, decorators: [{
10445
12344
  type: NgModule,
10446
12345
  args: [{
10447
12346
  exports: [
@@ -10455,7 +12354,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
10455
12354
  TabStripModule,
10456
12355
  TileLayoutModule,
10457
12356
  StackLayoutModule,
10458
- GridLayoutModule
12357
+ GridLayoutModule,
12358
+ TimelineModule,
10459
12359
  ]
10460
12360
  }]
10461
12361
  }] });
@@ -10464,5 +12364,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
10464
12364
  * Generated bundle index. Do not edit.
10465
12365
  */
10466
12366
 
10467
- 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 };
12367
+ 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 };
10468
12368