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

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 +6 -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 +6 -6
  63. package/esm2020/panelbar/panelbar.component.mjs +6 -6
  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 +8 -8
  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 +402 -0
  116. package/esm2020/timeline/timeline-horizontal.component.mjs +722 -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 +2513 -584
  125. package/fesm2020/progress-kendo-angular-layout.mjs +2249 -347
  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 +13 -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 -1
  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 +186 -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 { Directive, Optional, Injectable, isDevMode, Component, SkipSelf, Host, Input, ViewChild, HostBinding, ViewChildren, ContentChildren, EventEmitter, Output, ContentChild, HostListener, Inject, QueryList, NgZone, forwardRef, ElementRef, ViewEncapsulation, TemplateRef, NgModule } from '@angular/core';
7
7
  import * as i1 from '@progress/kendo-angular-l10n';
8
8
  import { LocalizationService, L10N_PREFIX, ComponentMessages } from '@progress/kendo-angular-l10n';
9
- import * as 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: 1714129718,
37
+ version: '16.0.0-develop.5',
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
 
@@ -72,9 +74,9 @@ class PanelBarContentDirective {
72
74
  this.templateRef = templateRef;
73
75
  }
74
76
  }
75
- PanelBarContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
76
- PanelBarContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: PanelBarContentDirective, selector: "[kendoPanelBarContent]", ngImport: i0 });
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarContentDirective, decorators: [{
77
+ PanelBarContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PanelBarContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
78
+ PanelBarContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: PanelBarContentDirective, selector: "[kendoPanelBarContent]", ngImport: i0 });
79
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PanelBarContentDirective, decorators: [{
78
80
  type: Directive,
79
81
  args: [{
80
82
  selector: "[kendoPanelBarContent]"
@@ -112,9 +114,9 @@ class PanelBarItemTitleDirective {
112
114
  this.templateRef = templateRef;
113
115
  }
114
116
  }
115
- 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 });
116
- PanelBarItemTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: PanelBarItemTitleDirective, selector: "[kendoPanelBarItemTitle]", ngImport: i0 });
117
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarItemTitleDirective, decorators: [{
117
+ PanelBarItemTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PanelBarItemTitleDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
118
+ PanelBarItemTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: PanelBarItemTitleDirective, selector: "[kendoPanelBarItemTitle]", ngImport: i0 });
119
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PanelBarItemTitleDirective, decorators: [{
118
120
  type: Directive,
119
121
  args: [{
120
122
  selector: '[kendoPanelBarItemTitle]'
@@ -280,9 +282,9 @@ class PanelBarService {
280
282
  this.parentSource.next(false);
281
283
  }
282
284
  }
283
- PanelBarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
284
- PanelBarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarService });
285
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarService, decorators: [{
285
+ PanelBarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PanelBarService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
286
+ PanelBarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PanelBarService });
287
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PanelBarService, decorators: [{
286
288
  type: Injectable
287
289
  }], ctorParameters: function () { return []; } });
288
290
 
@@ -548,8 +550,8 @@ class PanelBarItemComponent {
548
550
  this.wrapperFocused = focused;
549
551
  }
550
552
  }
551
- 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 });
552
- 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: `
553
+ PanelBarItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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 });
554
+ PanelBarItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: `
553
555
  <span
554
556
  #header
555
557
  [class.k-link]="true"
@@ -671,7 +673,7 @@ PanelBarItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
671
673
  </ng-template>
672
674
  <ng-template [ngIf]="!template">{{content}}</ng-template>
673
675
  </div>
674
- </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: [
676
+ </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: [
675
677
  trigger('toggle', [
676
678
  state('inactive', style({ display: 'none' })),
677
679
  transition('* => active', [
@@ -684,7 +686,7 @@ PanelBarItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
684
686
  ])
685
687
  ])
686
688
  ] });
687
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarItemComponent, decorators: [{
689
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PanelBarItemComponent, decorators: [{
688
690
  type: Component,
689
691
  args: [{
690
692
  animations: [
@@ -916,9 +918,9 @@ class PanelBarItemTemplateDirective {
916
918
  this.templateRef = templateRef;
917
919
  }
918
920
  }
919
- 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 });
920
- PanelBarItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: PanelBarItemTemplateDirective, selector: "[kendoPanelBarItemTemplate]", ngImport: i0 });
921
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarItemTemplateDirective, decorators: [{
921
+ PanelBarItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PanelBarItemTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
922
+ PanelBarItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: PanelBarItemTemplateDirective, selector: "[kendoPanelBarItemTemplate]", ngImport: i0 });
923
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PanelBarItemTemplateDirective, decorators: [{
922
924
  type: Directive,
923
925
  args: [{
924
926
  selector: '[kendoPanelBarItemTemplate]'
@@ -1461,8 +1463,8 @@ class PanelBarComponent {
1461
1463
  return flattedItems;
1462
1464
  }
1463
1465
  }
1464
- 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 });
1465
- 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: [
1466
+ PanelBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PanelBarComponent, deps: [{ token: i0.ElementRef }, { token: PanelBarService }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
1467
+ PanelBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: [
1466
1468
  PanelBarService,
1467
1469
  LocalizationService,
1468
1470
  {
@@ -1492,8 +1494,8 @@ PanelBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
1492
1494
  </ng-template>
1493
1495
 
1494
1496
  <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
1495
- `, 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"] }] });
1496
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarComponent, decorators: [{
1497
+ `, 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"] }] });
1498
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PanelBarComponent, decorators: [{
1497
1499
  type: Component,
1498
1500
  args: [{
1499
1501
  exportAs: 'kendoPanelbar',
@@ -1759,12 +1761,12 @@ class SplitterPaneComponent {
1759
1761
  this.renderer.setStyle(element, 'order', this.order);
1760
1762
  }
1761
1763
  }
1762
- 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 });
1763
- 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: `
1764
+ SplitterPaneComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SplitterPaneComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
1765
+ SplitterPaneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: `
1764
1766
  <ng-container *ngIf="!collapsed"><ng-content></ng-content></ng-container>
1765
1767
  <div *ngIf="overlayContent" class="k-splitter-overlay k-overlay"></div>
1766
- `, isInline: true, directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
1767
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SplitterPaneComponent, decorators: [{
1768
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
1769
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SplitterPaneComponent, decorators: [{
1768
1770
  type: Component,
1769
1771
  args: [{
1770
1772
  exportAs: 'kendoSplitterPane',
@@ -2004,9 +2006,9 @@ class SplitterService {
2004
2006
  }
2005
2007
  }
2006
2008
  }
2007
- SplitterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SplitterService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
2008
- SplitterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SplitterService });
2009
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SplitterService, decorators: [{
2009
+ SplitterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SplitterService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
2010
+ SplitterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SplitterService });
2011
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SplitterService, decorators: [{
2010
2012
  type: Injectable
2011
2013
  }], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
2012
2014
 
@@ -2211,8 +2213,8 @@ class SplitterBarComponent {
2211
2213
  }
2212
2214
  }
2213
2215
  }
2214
- 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 });
2215
- 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: `
2216
+ SplitterBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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 });
2217
+ SplitterBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: `
2216
2218
  <div *ngIf="shouldShowIcon('prev')" class="k-collapse-prev" (click)="togglePrevious()">
2217
2219
  <kendo-icon-wrapper
2218
2220
  size="xsmall"
@@ -2228,8 +2230,8 @@ SplitterBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
2228
2230
  [svgIcon]="nextSVGArrowClass()"
2229
2231
  ></kendo-icon-wrapper>
2230
2232
  </div>
2231
- `, 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"] }] });
2232
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SplitterBarComponent, decorators: [{
2233
+ `, 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"] }] });
2234
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SplitterBarComponent, decorators: [{
2233
2235
  type: Component,
2234
2236
  args: [{
2235
2237
  selector: 'kendo-splitter-bar',
@@ -2252,7 +2254,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
2252
2254
  `
2253
2255
  }]
2254
2256
  }], ctorParameters: function () {
2255
- return [{ type: i1$1.DraggableDirective, decorators: [{
2257
+ return [{ type: i5.DraggableDirective, decorators: [{
2256
2258
  type: Host
2257
2259
  }] }, { type: i1.LocalizationService }, { type: SplitterService }, { type: i0.ElementRef }, { type: i0.Renderer2 }];
2258
2260
  }, propDecorators: { ariaRole: [{
@@ -2421,8 +2423,8 @@ class SplitterComponent {
2421
2423
  return this.localization.rtl ? 'rtl' : 'ltr';
2422
2424
  }
2423
2425
  }
2424
- 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 });
2425
- 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: [
2426
+ SplitterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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 });
2427
+ SplitterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: [
2426
2428
  SplitterService,
2427
2429
  LocalizationService,
2428
2430
  {
@@ -2447,8 +2449,8 @@ SplitterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
2447
2449
  }">
2448
2450
  </kendo-splitter-bar>
2449
2451
  </ng-container>
2450
- `, 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"] }] });
2451
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SplitterComponent, decorators: [{
2452
+ `, 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"] }] });
2453
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SplitterComponent, decorators: [{
2452
2454
  type: Component,
2453
2455
  args: [{
2454
2456
  exportAs: 'kendoSplitter',
@@ -2556,9 +2558,9 @@ class TabContentDirective {
2556
2558
  this.templateRef = templateRef;
2557
2559
  }
2558
2560
  }
2559
- TabContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
2560
- TabContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: TabContentDirective, selector: "[kendoTabContent]", ngImport: i0 });
2561
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabContentDirective, decorators: [{
2561
+ TabContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TabContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
2562
+ TabContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: TabContentDirective, selector: "[kendoTabContent]", ngImport: i0 });
2563
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TabContentDirective, decorators: [{
2562
2564
  type: Directive,
2563
2565
  args: [{
2564
2566
  selector: '[kendoTabContent]'
@@ -2605,9 +2607,9 @@ class TabTitleDirective {
2605
2607
  this.templateRef = templateRef;
2606
2608
  }
2607
2609
  }
2608
- TabTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabTitleDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
2609
- TabTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: TabTitleDirective, selector: "[kendoTabTitle]", ngImport: i0 });
2610
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabTitleDirective, decorators: [{
2610
+ TabTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TabTitleDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
2611
+ TabTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: TabTitleDirective, selector: "[kendoTabTitle]", ngImport: i0 });
2612
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TabTitleDirective, decorators: [{
2611
2613
  type: Directive,
2612
2614
  args: [{
2613
2615
  selector: '[kendoTabTitle]'
@@ -2622,9 +2624,9 @@ class TabTemplateDirective {
2622
2624
  this.templateRef = templateRef;
2623
2625
  }
2624
2626
  }
2625
- TabTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
2626
- TabTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: TabTemplateDirective, selector: "[kendoTabTemplate]", ngImport: i0 });
2627
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabTemplateDirective, decorators: [{
2627
+ TabTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TabTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
2628
+ TabTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: TabTemplateDirective, selector: "[kendoTabTemplate]", ngImport: i0 });
2629
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TabTemplateDirective, decorators: [{
2628
2630
  type: Directive,
2629
2631
  args: [{
2630
2632
  selector: '[kendoTabTemplate]'
@@ -2662,9 +2664,9 @@ class TabStripTabComponent {
2662
2664
  return this._tabDirective.first;
2663
2665
  }
2664
2666
  }
2665
- TabStripTabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripTabComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2666
- 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 });
2667
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripTabComponent, decorators: [{
2667
+ TabStripTabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TabStripTabComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2668
+ TabStripTabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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 });
2669
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TabStripTabComponent, decorators: [{
2668
2670
  type: Component,
2669
2671
  args: [{
2670
2672
  exportAs: 'kendoTabStripTab',
@@ -2979,9 +2981,9 @@ class TabStripService {
2979
2981
  return selectedIndex + 1;
2980
2982
  }
2981
2983
  }
2982
- 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 });
2983
- TabStripService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripService });
2984
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripService, decorators: [{
2984
+ TabStripService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TabStripService, deps: [{ token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
2985
+ TabStripService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TabStripService });
2986
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TabStripService, decorators: [{
2985
2987
  type: Injectable
2986
2988
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.NgZone }]; } });
2987
2989
 
@@ -3179,9 +3181,9 @@ class ScrollService {
3179
3181
  this.scrollButtonActiveStateChange.next({ buttonType, active });
3180
3182
  }
3181
3183
  }
3182
- ScrollService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ScrollService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
3183
- ScrollService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ScrollService });
3184
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ScrollService, decorators: [{
3184
+ ScrollService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ScrollService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
3185
+ ScrollService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ScrollService });
3186
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ScrollService, decorators: [{
3185
3187
  type: Injectable
3186
3188
  }], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
3187
3189
 
@@ -3219,167 +3221,6 @@ class TabScrollEvent extends PreventableEvent$1 {
3219
3221
  }
3220
3222
  }
3221
3223
 
3222
- /* eslint-disable @typescript-eslint/no-explicit-any */
3223
- /**
3224
- * @hidden
3225
- */
3226
- class TabStripScrollableButtonComponent {
3227
- constructor(host, renderer, ngZone, localization) {
3228
- this.host = host;
3229
- this.renderer = renderer;
3230
- this.ngZone = ngZone;
3231
- this.localization = localization;
3232
- this.prev = false;
3233
- this.tabScroll = new EventEmitter();
3234
- this.onClick = new EventEmitter();
3235
- this.caretAltLeftIcon = caretAltLeftIcon;
3236
- this.caretAltRightIcon = caretAltRightIcon;
3237
- this.caretAltUpIcon = caretAltUpIcon;
3238
- this.caretAltDownIcon = caretAltDownIcon;
3239
- this.subs = new Subscription();
3240
- this.clickHandler = (scrollEvent) => {
3241
- const tabStripScrollEvent = this.emitScrollEvent(scrollEvent);
3242
- const isTabStripScrollEventPrevented = tabStripScrollEvent.isDefaultPrevented();
3243
- if (isTabStripScrollEventPrevented) {
3244
- return;
3245
- }
3246
- const buttonType = this.prev ? 'prev' : 'next';
3247
- this.onClick.emit(buttonType);
3248
- };
3249
- }
3250
- get prevClass() {
3251
- return this.prev;
3252
- }
3253
- get nextClass() {
3254
- return !this.prev;
3255
- }
3256
- get hostBoundingClientRect() {
3257
- return this.host.nativeElement.getBoundingClientRect();
3258
- }
3259
- get iconClass() {
3260
- return this.scrollButtonIconClass;
3261
- }
3262
- get customIconClass() {
3263
- return this.customScrollButtonIconClass;
3264
- }
3265
- get svgIcon() {
3266
- return this.scrollButtonSVGIcon;
3267
- }
3268
- ngAfterViewInit() {
3269
- this.ngZone.runOutsideAngular(() => {
3270
- this.subs.add(this.renderer.listen(this.host.nativeElement, 'click', this.clickHandler));
3271
- });
3272
- }
3273
- ngOnDestroy() {
3274
- this.subs.unsubscribe();
3275
- }
3276
- toggle(show) {
3277
- this.renderer[show ? 'removeClass' : 'addClass'](this.host.nativeElement, HIDDEN_CLASS);
3278
- }
3279
- get scrollButtonIconClass() {
3280
- const defaultPrevIcon = isTablistHorizontal(this.tabPosition) ?
3281
- !this.localization.rtl ?
3282
- DIRECTION_CLASSES.left :
3283
- DIRECTION_CLASSES.right :
3284
- DIRECTION_CLASSES.up;
3285
- const defaultNextIcon = isTablistHorizontal(this.tabPosition) ?
3286
- !this.localization.rtl ?
3287
- DIRECTION_CLASSES.right :
3288
- DIRECTION_CLASSES.left :
3289
- DIRECTION_CLASSES.down;
3290
- if (typeof this.scrollable === 'object') {
3291
- const prevIcon = typeof this.scrollable.prevButtonIcon === 'undefined' ? defaultPrevIcon : '';
3292
- const nextIcon = typeof this.scrollable.nextButtonIcon === 'undefined' ? defaultNextIcon : '';
3293
- if (prevIcon && this.prev) {
3294
- return prevIcon;
3295
- }
3296
- else if (nextIcon && !this.prev) {
3297
- return nextIcon;
3298
- }
3299
- }
3300
- }
3301
- get customScrollButtonIconClass() {
3302
- if (typeof this.scrollable === 'object') {
3303
- const prevIcon = this.scrollable.prevButtonIcon;
3304
- const nextIcon = this.scrollable.nextButtonIcon;
3305
- if (prevIcon && this.prev) {
3306
- return `k-icon ${prevIcon}`;
3307
- }
3308
- if (nextIcon && !this.prev) {
3309
- return `k-icon ${nextIcon}`;
3310
- }
3311
- }
3312
- }
3313
- get scrollButtonSVGIcon() {
3314
- const defaultPrevSVGIcon = isTablistHorizontal(this.tabPosition) ?
3315
- !this.localization.rtl ?
3316
- this.caretAltLeftIcon :
3317
- this.caretAltRightIcon :
3318
- this.caretAltUpIcon;
3319
- const defaultNextSVGIcon = isTablistHorizontal(this.tabPosition) ?
3320
- !this.localization.rtl ?
3321
- this.caretAltRightIcon :
3322
- this.caretAltLeftIcon :
3323
- this.caretAltDownIcon;
3324
- if (typeof this.scrollable === 'object') {
3325
- const prevIcon = this.scrollable.prevSVGButtonIcon !== undefined ? this.scrollable.prevSVGButtonIcon : defaultPrevSVGIcon;
3326
- const nextIcon = this.scrollable.nextSVGButtonIcon !== undefined ? this.scrollable.nextSVGButtonIcon : defaultNextSVGIcon;
3327
- if (prevIcon || nextIcon) {
3328
- return this.prev ? prevIcon : nextIcon;
3329
- }
3330
- }
3331
- }
3332
- emitScrollEvent(event) {
3333
- const scrollEvent = new TabScrollEvent({
3334
- originalEvent: event
3335
- });
3336
- this.tabScroll.emit(scrollEvent);
3337
- return scrollEvent;
3338
- }
3339
- }
3340
- 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 });
3341
- 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: `
3342
- <kendo-icon-wrapper
3343
- [name]="iconClass"
3344
- [customFontClass]="customIconClass"
3345
- [svgIcon]="svgIcon"
3346
- innerCssClass="k-button-icon"
3347
- >
3348
- </kendo-icon-wrapper>
3349
- `, isInline: true, components: [{ type: i2.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
3350
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripScrollableButtonComponent, decorators: [{
3351
- type: Component,
3352
- args: [{
3353
- template: `
3354
- <kendo-icon-wrapper
3355
- [name]="iconClass"
3356
- [customFontClass]="customIconClass"
3357
- [svgIcon]="svgIcon"
3358
- innerCssClass="k-button-icon"
3359
- >
3360
- </kendo-icon-wrapper>
3361
- `,
3362
- // eslint-disable-next-line @angular-eslint/component-selector
3363
- selector: '[kendoTabStripScrollableButton]'
3364
- }]
3365
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i1.LocalizationService }]; }, propDecorators: { prevClass: [{
3366
- type: HostBinding,
3367
- args: ['class.k-tabstrip-prev']
3368
- }], nextClass: [{
3369
- type: HostBinding,
3370
- args: ['class.k-tabstrip-next']
3371
- }], prev: [{
3372
- type: Input
3373
- }], tabPosition: [{
3374
- type: Input
3375
- }], scrollable: [{
3376
- type: Input
3377
- }], tabScroll: [{
3378
- type: Output
3379
- }], onClick: [{
3380
- type: Output
3381
- }] } });
3382
-
3383
3224
  /**
3384
3225
  * @hidden
3385
3226
  */
@@ -3443,8 +3284,8 @@ class TabComponent {
3443
3284
  this.tabClose.emit(closeArgs);
3444
3285
  }
3445
3286
  }
3446
- TabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
3447
- 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: `
3287
+ TabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TabComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
3288
+ TabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: `
3448
3289
  <ng-container *ngIf="!tab.tabTemplate; else tabTemplate">
3449
3290
  <span class="k-link" *ngIf="!tab.tabTitle">{{ tab.title }}</span>
3450
3291
  <span class="k-link" *ngIf="tab.tabTitle">
@@ -3470,8 +3311,8 @@ TabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
3470
3311
  (click)="closeTab(index)"
3471
3312
  class="k-remove-tab k-icon-button"
3472
3313
  ></button>
3473
- `, 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"] }] });
3474
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabComponent, decorators: [{
3314
+ `, 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"] }] });
3315
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TabComponent, decorators: [{
3475
3316
  type: Component,
3476
3317
  args: [{
3477
3318
  // eslint-disable-next-line @angular-eslint/component-selector
@@ -3549,9 +3390,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
3549
3390
  */
3550
3391
  class TabStripMessages extends ComponentMessages {
3551
3392
  }
3552
- TabStripMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
3553
- 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 });
3554
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripMessages, decorators: [{
3393
+ TabStripMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TabStripMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
3394
+ TabStripMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: TabStripMessages, selector: "kendo-tabstrip-messages-base", inputs: { closeTitle: "closeTitle", previousTabButton: "previousTabButton", nextTabButton: "nextTabButton" }, usesInheritance: true, ngImport: i0 });
3395
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TabStripMessages, decorators: [{
3555
3396
  type: Directive,
3556
3397
  args: [{
3557
3398
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -3574,14 +3415,14 @@ class LocalizedTabStripMessagesDirective extends TabStripMessages {
3574
3415
  this.service = service;
3575
3416
  }
3576
3417
  }
3577
- LocalizedTabStripMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LocalizedTabStripMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
3578
- LocalizedTabStripMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: LocalizedTabStripMessagesDirective, selector: "[kendoTabStripLocalizedMessages]", providers: [
3418
+ LocalizedTabStripMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedTabStripMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
3419
+ LocalizedTabStripMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: LocalizedTabStripMessagesDirective, selector: "[kendoTabStripLocalizedMessages]", providers: [
3579
3420
  {
3580
3421
  provide: TabStripMessages,
3581
3422
  useExisting: forwardRef(() => LocalizedTabStripMessagesDirective)
3582
3423
  }
3583
3424
  ], usesInheritance: true, ngImport: i0 });
3584
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LocalizedTabStripMessagesDirective, decorators: [{
3425
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedTabStripMessagesDirective, decorators: [{
3585
3426
  type: Directive,
3586
3427
  args: [{
3587
3428
  providers: [
@@ -3594,91 +3435,252 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
3594
3435
  }]
3595
3436
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
3596
3437
 
3438
+ /* eslint-disable @typescript-eslint/no-explicit-any */
3597
3439
  /**
3598
- * Represents the [Kendo UI TabStrip component for Angular]({% slug overview_tabstrip %}).
3440
+ * @hidden
3599
3441
  */
3600
- class TabStripComponent {
3601
- constructor(localization, renderer, wrapper, tabstripService, scrollService, ngZone) {
3602
- this.localization = localization;
3442
+ class TabStripScrollableButtonComponent {
3443
+ constructor(host, renderer, ngZone, localization) {
3444
+ this.host = host;
3603
3445
  this.renderer = renderer;
3604
- this.wrapper = wrapper;
3605
- this.tabstripService = tabstripService;
3606
- this.scrollService = scrollService;
3607
3446
  this.ngZone = ngZone;
3608
- /**
3609
- * Enables the tab animation.
3610
- *
3611
- * @default true
3612
- */
3613
- this.animate = true;
3614
- /**
3615
- * Sets the position of the tabs. Defaults to `top`.
3616
- *
3617
- * @default 'top'
3618
- */
3619
- this.tabPosition = 'top';
3620
- /**
3621
- * When set to `true`, the component renders all tabs and they are persisted in the DOM.
3622
- * By default, `keepTabContent` is `false`.
3623
- *
3624
- * @default false
3625
- */
3626
- this.keepTabContent = false;
3627
- /**
3628
- * When set to `true`, a close button will be rendered inside each tab.
3629
- * By default, `closable` is `false`.
3630
- *
3631
- * @default false
3632
- */
3633
- this.closable = false;
3634
- /**
3635
- * Defines the name for an existing font icon in the Kendo UI theme for the close icon.
3636
- */
3637
- this.closeIcon = 'x';
3638
- /**
3639
- * Determines whether the content associated with each tab will be rendered.
3640
- *
3641
- * @default true
3642
- */
3643
- this.showContentArea = true;
3644
- /**
3645
- * Fires each time the user selects a tab ([see example]({% slug overview_tabstrip %}#toc-basic-usage)).
3646
- * The event data contains the index of the selected tab and its title.
3647
- */
3648
- this.tabSelect = new EventEmitter();
3649
- /**
3650
- * Fires each time the user closes a tab.
3651
- * The event data contains the index of the closed tab and its instance.
3652
- */
3653
- this.tabClose = new EventEmitter();
3654
- /**
3655
- * Fires each time the user scrolls the TabStrip list.
3656
- * The event is preventable.
3657
- */
3447
+ this.localization = localization;
3448
+ this.prev = false;
3658
3449
  this.tabScroll = new EventEmitter();
3659
- this.hostClasses = true;
3660
- /**
3661
- * A query list of all declared tabs.
3662
- */
3663
- this.tabs = new QueryList();
3664
- /**
3665
- * @hidden
3666
- */
3667
- this.showLicenseWatermark = false;
3668
- this._scrollableSettings = normalizeScrollableSettings(false);
3669
- this.subscriptions = new Subscription();
3670
- this.subscriptionsArePresent = false;
3671
- this.tabStripId = guid();
3672
- const isValid = validatePackage(packageMetadata);
3673
- this.showLicenseWatermark = shouldShowValidationUI(isValid);
3674
- this.tabstripService.owner = this;
3675
- this.scrollService.owner = this;
3676
- this.subscriptions.add(this.scrollService.scrollButtonActiveStateChange.subscribe((activeButtonSettings) => {
3677
- if (this.hasScrollButtons) {
3678
- const action = activeButtonSettings.active ? 'remove' : 'add';
3679
- this.renderer[`${action}Class`](this[`${activeButtonSettings.buttonType}ScrollButton`].host.nativeElement, 'k-disabled');
3450
+ this.onClick = new EventEmitter();
3451
+ this.caretAltLeftIcon = caretAltLeftIcon;
3452
+ this.caretAltRightIcon = caretAltRightIcon;
3453
+ this.caretAltUpIcon = caretAltUpIcon;
3454
+ this.caretAltDownIcon = caretAltDownIcon;
3455
+ this.subs = new Subscription();
3456
+ this.clickHandler = (scrollEvent) => {
3457
+ const tabStripScrollEvent = this.emitScrollEvent(scrollEvent);
3458
+ const isTabStripScrollEventPrevented = tabStripScrollEvent.isDefaultPrevented();
3459
+ if (isTabStripScrollEventPrevented) {
3460
+ return;
3680
3461
  }
3681
- }));
3462
+ const buttonType = this.prev ? 'prev' : 'next';
3463
+ this.onClick.emit(buttonType);
3464
+ };
3465
+ }
3466
+ get prevClass() {
3467
+ return this.prev;
3468
+ }
3469
+ get nextClass() {
3470
+ return !this.prev;
3471
+ }
3472
+ get hostBoundingClientRect() {
3473
+ return this.host.nativeElement.getBoundingClientRect();
3474
+ }
3475
+ get iconClass() {
3476
+ return this.scrollButtonIconClass;
3477
+ }
3478
+ get customIconClass() {
3479
+ return this.customScrollButtonIconClass;
3480
+ }
3481
+ get svgIcon() {
3482
+ return this.scrollButtonSVGIcon;
3483
+ }
3484
+ ngAfterViewInit() {
3485
+ this.ngZone.runOutsideAngular(() => {
3486
+ this.subs.add(this.renderer.listen(this.host.nativeElement, 'click', this.clickHandler));
3487
+ });
3488
+ }
3489
+ ngOnDestroy() {
3490
+ this.subs.unsubscribe();
3491
+ }
3492
+ toggle(show) {
3493
+ this.renderer[show ? 'removeClass' : 'addClass'](this.host.nativeElement, HIDDEN_CLASS);
3494
+ }
3495
+ get scrollButtonIconClass() {
3496
+ const defaultPrevIcon = isTablistHorizontal(this.tabPosition) ?
3497
+ !this.localization.rtl ?
3498
+ DIRECTION_CLASSES.left :
3499
+ DIRECTION_CLASSES.right :
3500
+ DIRECTION_CLASSES.up;
3501
+ const defaultNextIcon = isTablistHorizontal(this.tabPosition) ?
3502
+ !this.localization.rtl ?
3503
+ DIRECTION_CLASSES.right :
3504
+ DIRECTION_CLASSES.left :
3505
+ DIRECTION_CLASSES.down;
3506
+ if (typeof this.scrollable === 'object') {
3507
+ const prevIcon = typeof this.scrollable.prevButtonIcon === 'undefined' ? defaultPrevIcon : '';
3508
+ const nextIcon = typeof this.scrollable.nextButtonIcon === 'undefined' ? defaultNextIcon : '';
3509
+ if (prevIcon && this.prev) {
3510
+ return prevIcon;
3511
+ }
3512
+ else if (nextIcon && !this.prev) {
3513
+ return nextIcon;
3514
+ }
3515
+ }
3516
+ }
3517
+ get customScrollButtonIconClass() {
3518
+ if (typeof this.scrollable === 'object') {
3519
+ const prevIcon = this.scrollable.prevButtonIcon;
3520
+ const nextIcon = this.scrollable.nextButtonIcon;
3521
+ if (prevIcon && this.prev) {
3522
+ return `k-icon ${prevIcon}`;
3523
+ }
3524
+ if (nextIcon && !this.prev) {
3525
+ return `k-icon ${nextIcon}`;
3526
+ }
3527
+ }
3528
+ }
3529
+ get scrollButtonSVGIcon() {
3530
+ const defaultPrevSVGIcon = isTablistHorizontal(this.tabPosition) ?
3531
+ !this.localization.rtl ?
3532
+ this.caretAltLeftIcon :
3533
+ this.caretAltRightIcon :
3534
+ this.caretAltUpIcon;
3535
+ const defaultNextSVGIcon = isTablistHorizontal(this.tabPosition) ?
3536
+ !this.localization.rtl ?
3537
+ this.caretAltRightIcon :
3538
+ this.caretAltLeftIcon :
3539
+ this.caretAltDownIcon;
3540
+ if (typeof this.scrollable === 'object') {
3541
+ const prevIcon = this.scrollable.prevSVGButtonIcon !== undefined ? this.scrollable.prevSVGButtonIcon : defaultPrevSVGIcon;
3542
+ const nextIcon = this.scrollable.nextSVGButtonIcon !== undefined ? this.scrollable.nextSVGButtonIcon : defaultNextSVGIcon;
3543
+ if (prevIcon || nextIcon) {
3544
+ return this.prev ? prevIcon : nextIcon;
3545
+ }
3546
+ }
3547
+ }
3548
+ emitScrollEvent(event) {
3549
+ const scrollEvent = new TabScrollEvent({
3550
+ originalEvent: event
3551
+ });
3552
+ this.tabScroll.emit(scrollEvent);
3553
+ return scrollEvent;
3554
+ }
3555
+ }
3556
+ TabStripScrollableButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TabStripScrollableButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
3557
+ TabStripScrollableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: `
3558
+ <kendo-icon-wrapper
3559
+ [name]="iconClass"
3560
+ [customFontClass]="customIconClass"
3561
+ [svgIcon]="svgIcon"
3562
+ innerCssClass="k-button-icon"
3563
+ >
3564
+ </kendo-icon-wrapper>
3565
+ `, isInline: true, dependencies: [{ kind: "component", type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
3566
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TabStripScrollableButtonComponent, decorators: [{
3567
+ type: Component,
3568
+ args: [{
3569
+ template: `
3570
+ <kendo-icon-wrapper
3571
+ [name]="iconClass"
3572
+ [customFontClass]="customIconClass"
3573
+ [svgIcon]="svgIcon"
3574
+ innerCssClass="k-button-icon"
3575
+ >
3576
+ </kendo-icon-wrapper>
3577
+ `,
3578
+ // eslint-disable-next-line @angular-eslint/component-selector
3579
+ selector: '[kendoTabStripScrollableButton]'
3580
+ }]
3581
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i1.LocalizationService }]; }, propDecorators: { prevClass: [{
3582
+ type: HostBinding,
3583
+ args: ['class.k-tabstrip-prev']
3584
+ }], nextClass: [{
3585
+ type: HostBinding,
3586
+ args: ['class.k-tabstrip-next']
3587
+ }], prev: [{
3588
+ type: Input
3589
+ }], tabPosition: [{
3590
+ type: Input
3591
+ }], scrollable: [{
3592
+ type: Input
3593
+ }], tabScroll: [{
3594
+ type: Output
3595
+ }], onClick: [{
3596
+ type: Output
3597
+ }] } });
3598
+
3599
+ /**
3600
+ * Represents the [Kendo UI TabStrip component for Angular]({% slug overview_tabstrip %}).
3601
+ */
3602
+ class TabStripComponent {
3603
+ constructor(localization, renderer, wrapper, tabstripService, scrollService, ngZone) {
3604
+ this.localization = localization;
3605
+ this.renderer = renderer;
3606
+ this.wrapper = wrapper;
3607
+ this.tabstripService = tabstripService;
3608
+ this.scrollService = scrollService;
3609
+ this.ngZone = ngZone;
3610
+ /**
3611
+ * Enables the tab animation.
3612
+ *
3613
+ * @default true
3614
+ */
3615
+ this.animate = true;
3616
+ /**
3617
+ * Sets the position of the tabs. Defaults to `top`.
3618
+ *
3619
+ * @default 'top'
3620
+ */
3621
+ this.tabPosition = 'top';
3622
+ /**
3623
+ * When set to `true`, the component renders all tabs and they are persisted in the DOM.
3624
+ * By default, `keepTabContent` is `false`.
3625
+ *
3626
+ * @default false
3627
+ */
3628
+ this.keepTabContent = false;
3629
+ /**
3630
+ * When set to `true`, a close button will be rendered inside each tab.
3631
+ * By default, `closable` is `false`.
3632
+ *
3633
+ * @default false
3634
+ */
3635
+ this.closable = false;
3636
+ /**
3637
+ * Defines the name for an existing font icon in the Kendo UI theme for the close icon.
3638
+ */
3639
+ this.closeIcon = 'x';
3640
+ /**
3641
+ * Determines whether the content associated with each tab will be rendered.
3642
+ *
3643
+ * @default true
3644
+ */
3645
+ this.showContentArea = true;
3646
+ /**
3647
+ * Fires each time the user selects a tab ([see example]({% slug overview_tabstrip %}#toc-basic-usage)).
3648
+ * The event data contains the index of the selected tab and its title.
3649
+ */
3650
+ this.tabSelect = new EventEmitter();
3651
+ /**
3652
+ * Fires each time the user closes a tab.
3653
+ * The event data contains the index of the closed tab and its instance.
3654
+ */
3655
+ this.tabClose = new EventEmitter();
3656
+ /**
3657
+ * Fires each time the user scrolls the TabStrip list.
3658
+ * The event is preventable.
3659
+ */
3660
+ this.tabScroll = new EventEmitter();
3661
+ this.hostClasses = true;
3662
+ /**
3663
+ * A query list of all declared tabs.
3664
+ */
3665
+ this.tabs = new QueryList();
3666
+ /**
3667
+ * @hidden
3668
+ */
3669
+ this.showLicenseWatermark = false;
3670
+ this._scrollableSettings = normalizeScrollableSettings(false);
3671
+ this.subscriptions = new Subscription();
3672
+ this.subscriptionsArePresent = false;
3673
+ this.tabStripId = guid();
3674
+ const isValid = validatePackage(packageMetadata);
3675
+ this.showLicenseWatermark = shouldShowValidationUI(isValid);
3676
+ this.tabstripService.owner = this;
3677
+ this.scrollService.owner = this;
3678
+ this.subscriptions.add(this.scrollService.scrollButtonActiveStateChange.subscribe((activeButtonSettings) => {
3679
+ if (this.hasScrollButtons) {
3680
+ const action = activeButtonSettings.active ? 'remove' : 'add';
3681
+ this.renderer[`${action}Class`](this[`${activeButtonSettings.buttonType}ScrollButton`].host.nativeElement, 'k-disabled');
3682
+ }
3683
+ }));
3682
3684
  }
3683
3685
  /**
3684
3686
  * Sets the height of the TabStrip.
@@ -3976,8 +3978,8 @@ class TabStripComponent {
3976
3978
  });
3977
3979
  }
3978
3980
  }
3979
- 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 });
3980
- 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: [
3981
+ TabStripComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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 });
3982
+ TabStripComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: [
3981
3983
  TabStripService,
3982
3984
  ScrollService,
3983
3985
  LocalizationService,
@@ -4086,7 +4088,7 @@ TabStripComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
4086
4088
  </ng-template>
4087
4089
  <kendo-resize-sensor *ngIf="isScrollable" (resize)="onResize()"></kendo-resize-sensor>
4088
4090
  <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
4089
- `, 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: [
4091
+ `, 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: [
4090
4092
  trigger('state', [
4091
4093
  state('active', style({ opacity: 1 })),
4092
4094
  transition('* => active', [
@@ -4095,7 +4097,7 @@ TabStripComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
4095
4097
  ])
4096
4098
  ])
4097
4099
  ] });
4098
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripComponent, decorators: [{
4100
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TabStripComponent, decorators: [{
4099
4101
  type: Component,
4100
4102
  args: [{
4101
4103
  animations: [
@@ -4303,14 +4305,14 @@ class TabStripCustomMessagesComponent extends TabStripMessages {
4303
4305
  return true;
4304
4306
  }
4305
4307
  }
4306
- TabStripCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
4307
- TabStripCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TabStripCustomMessagesComponent, selector: "kendo-tabstrip-messages", providers: [
4308
+ TabStripCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TabStripCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
4309
+ TabStripCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TabStripCustomMessagesComponent, selector: "kendo-tabstrip-messages", providers: [
4308
4310
  {
4309
4311
  provide: TabStripMessages,
4310
4312
  useExisting: forwardRef(() => TabStripCustomMessagesComponent)
4311
4313
  }
4312
4314
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
4313
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripCustomMessagesComponent, decorators: [{
4315
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TabStripCustomMessagesComponent, decorators: [{
4314
4316
  type: Component,
4315
4317
  args: [{
4316
4318
  providers: [
@@ -4336,9 +4338,9 @@ class DrawerTemplateDirective {
4336
4338
  this.templateRef = templateRef;
4337
4339
  }
4338
4340
  }
4339
- 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 });
4340
- DrawerTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DrawerTemplateDirective, selector: "[kendoDrawerTemplate]", ngImport: i0 });
4341
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerTemplateDirective, decorators: [{
4341
+ DrawerTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DrawerTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
4342
+ DrawerTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DrawerTemplateDirective, selector: "[kendoDrawerTemplate]", ngImport: i0 });
4343
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DrawerTemplateDirective, decorators: [{
4342
4344
  type: Directive,
4343
4345
  args: [{
4344
4346
  selector: '[kendoDrawerTemplate]'
@@ -4359,9 +4361,9 @@ class DrawerItemTemplateDirective {
4359
4361
  this.templateRef = templateRef;
4360
4362
  }
4361
4363
  }
4362
- 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 });
4363
- DrawerItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DrawerItemTemplateDirective, selector: "[kendoDrawerItemTemplate]", ngImport: i0 });
4364
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerItemTemplateDirective, decorators: [{
4364
+ DrawerItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DrawerItemTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
4365
+ DrawerItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DrawerItemTemplateDirective, selector: "[kendoDrawerItemTemplate]", ngImport: i0 });
4366
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DrawerItemTemplateDirective, decorators: [{
4365
4367
  type: Directive,
4366
4368
  args: [{
4367
4369
  selector: '[kendoDrawerItemTemplate]'
@@ -4382,9 +4384,9 @@ class DrawerHeaderTemplateDirective {
4382
4384
  this.templateRef = templateRef;
4383
4385
  }
4384
4386
  }
4385
- 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 });
4386
- DrawerHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DrawerHeaderTemplateDirective, selector: "[kendoDrawerHeaderTemplate]", ngImport: i0 });
4387
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerHeaderTemplateDirective, decorators: [{
4387
+ DrawerHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DrawerHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
4388
+ DrawerHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DrawerHeaderTemplateDirective, selector: "[kendoDrawerHeaderTemplate]", ngImport: i0 });
4389
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DrawerHeaderTemplateDirective, decorators: [{
4388
4390
  type: Directive,
4389
4391
  args: [{
4390
4392
  selector: '[kendoDrawerHeaderTemplate]'
@@ -4405,9 +4407,9 @@ class DrawerFooterTemplateDirective {
4405
4407
  this.templateRef = templateRef;
4406
4408
  }
4407
4409
  }
4408
- 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 });
4409
- DrawerFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DrawerFooterTemplateDirective, selector: "[kendoDrawerFooterTemplate]", ngImport: i0 });
4410
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerFooterTemplateDirective, decorators: [{
4410
+ DrawerFooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DrawerFooterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
4411
+ DrawerFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DrawerFooterTemplateDirective, selector: "[kendoDrawerFooterTemplate]", ngImport: i0 });
4412
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DrawerFooterTemplateDirective, decorators: [{
4411
4413
  type: Directive,
4412
4414
  args: [{
4413
4415
  selector: '[kendoDrawerFooterTemplate]'
@@ -4511,9 +4513,9 @@ class DrawerService {
4511
4513
  this.selectedIndices = [];
4512
4514
  }
4513
4515
  }
4514
- DrawerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4515
- DrawerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerService });
4516
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerService, decorators: [{
4516
+ DrawerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DrawerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4517
+ DrawerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DrawerService });
4518
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DrawerService, decorators: [{
4517
4519
  type: Injectable
4518
4520
  }] });
4519
4521
 
@@ -4738,8 +4740,8 @@ class DrawerItemComponent {
4738
4740
  return this.viewItem.item;
4739
4741
  }
4740
4742
  }
4741
- 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 });
4742
- 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: `
4743
+ DrawerItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DrawerItemComponent, deps: [{ token: DrawerService }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
4744
+ DrawerItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: `
4743
4745
  <ng-template *ngIf="itemTemplate; else defaultTemplate"
4744
4746
  [ngTemplateOutlet]="itemTemplate"
4745
4747
  [ngTemplateOutletContext]="{
@@ -4781,8 +4783,8 @@ DrawerItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
4781
4783
  </kendo-icon-wrapper>
4782
4784
  </ng-container>
4783
4785
  </ng-template>
4784
- `, 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"] }] });
4785
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerItemComponent, decorators: [{
4786
+ `, 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"] }] });
4787
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DrawerItemComponent, decorators: [{
4786
4788
  type: Component,
4787
4789
  args: [{
4788
4790
  // eslint-disable-next-line @angular-eslint/component-selector
@@ -4953,9 +4955,9 @@ class DrawerListComponent {
4953
4955
  }
4954
4956
  }
4955
4957
  }
4956
- 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 });
4957
- 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"] }] });
4958
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerListComponent, decorators: [{
4958
+ DrawerListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DrawerListComponent, deps: [{ token: DrawerService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
4959
+ DrawerListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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"] }] });
4960
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DrawerListComponent, decorators: [{
4959
4961
  type: Component,
4960
4962
  args: [{
4961
4963
  // eslint-disable-next-line @angular-eslint/component-selector
@@ -5262,8 +5264,8 @@ class DrawerComponent {
5262
5264
  return player;
5263
5265
  }
5264
5266
  }
5265
- 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 });
5266
- 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: [
5267
+ DrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DrawerComponent, deps: [{ token: i0.ElementRef }, { token: i1$1.AnimationBuilder }, { token: i1.LocalizationService }, { token: DrawerService }], target: i0.ɵɵFactoryTarget.Component });
5268
+ DrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: DrawerComponent, selector: "kendo-drawer", inputs: { mode: "mode", position: "position", mini: "mini", expanded: "expanded", width: "width", miniWidth: "miniWidth", autoCollapse: "autoCollapse", items: "items", isItemExpanded: "isItemExpanded", animation: "animation" }, outputs: { expand: "expand", collapse: "collapse", select: "select", expandedChange: "expandedChange" }, host: { properties: { "class.k-drawer": "this.hostClasses", "class.k-drawer-start": "this.startPositionClass", "class.k-drawer-end": "this.endPositionClass", "style.transform": "this.overlayTransofrmStyles", "style.flexBasis.px": "this.flexStyles", "attr.dir": "this.direction" } }, providers: [
5267
5269
  LocalizationService,
5268
5270
  DrawerService,
5269
5271
  {
@@ -5299,8 +5301,8 @@ DrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
5299
5301
  </div>
5300
5302
 
5301
5303
  <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
5302
- `, 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"] }] });
5303
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerComponent, decorators: [{
5304
+ `, 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"] }] });
5305
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DrawerComponent, decorators: [{
5304
5306
  type: Component,
5305
5307
  args: [{
5306
5308
  exportAs: 'kendoDrawer',
@@ -5344,7 +5346,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
5344
5346
  <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
5345
5347
  `
5346
5348
  }]
5347
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1$2.AnimationBuilder }, { type: i1.LocalizationService }, { type: DrawerService }]; }, propDecorators: { hostClasses: [{
5349
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1$1.AnimationBuilder }, { type: i1.LocalizationService }, { type: DrawerService }]; }, propDecorators: { hostClasses: [{
5348
5350
  type: HostBinding,
5349
5351
  args: ['class.k-drawer']
5350
5352
  }], startPositionClass: [{
@@ -5453,8 +5455,8 @@ class DrawerContainerComponent {
5453
5455
  }
5454
5456
  }
5455
5457
  }
5456
- DrawerContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerContainerComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
5457
- 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: [
5458
+ DrawerContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DrawerContainerComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
5459
+ DrawerContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: [
5458
5460
  LocalizationService,
5459
5461
  {
5460
5462
  provide: L10N_PREFIX,
@@ -5463,8 +5465,8 @@ DrawerContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
5463
5465
  ], queries: [{ propertyName: "drawer", first: true, predicate: DrawerComponent, descendants: true }], ngImport: i0, template: `
5464
5466
  <div class="k-overlay" *ngIf="overlay" (click)="closeDrawer()"></div>
5465
5467
  <ng-content></ng-content>
5466
- `, isInline: true, directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
5467
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerContainerComponent, decorators: [{
5468
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
5469
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DrawerContainerComponent, decorators: [{
5468
5470
  type: Component,
5469
5471
  args: [{
5470
5472
  selector: 'kendo-drawer-container',
@@ -5511,11 +5513,11 @@ class DrawerContentComponent {
5511
5513
  this.hostClasses = true;
5512
5514
  }
5513
5515
  }
5514
- DrawerContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
5515
- 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: `
5516
+ DrawerContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DrawerContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
5517
+ DrawerContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: DrawerContentComponent, selector: "kendo-drawer-content", host: { properties: { "class.k-drawer-content": "this.hostClasses" } }, ngImport: i0, template: `
5516
5518
  <ng-content></ng-content>
5517
5519
  `, isInline: true, encapsulation: i0.ViewEncapsulation.None });
5518
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerContentComponent, decorators: [{
5520
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DrawerContentComponent, decorators: [{
5519
5521
  type: Component,
5520
5522
  args: [{
5521
5523
  selector: 'kendo-drawer-content',
@@ -5552,9 +5554,9 @@ class StepperStepTemplateDirective {
5552
5554
  this.templateRef = templateRef;
5553
5555
  }
5554
5556
  }
5555
- 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 });
5556
- StepperStepTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: StepperStepTemplateDirective, selector: "[kendoStepperStepTemplate]", ngImport: i0 });
5557
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperStepTemplateDirective, decorators: [{
5557
+ StepperStepTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StepperStepTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
5558
+ StepperStepTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: StepperStepTemplateDirective, selector: "[kendoStepperStepTemplate]", ngImport: i0 });
5559
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StepperStepTemplateDirective, decorators: [{
5558
5560
  type: Directive,
5559
5561
  args: [{
5560
5562
  selector: '[kendoStepperStepTemplate]'
@@ -5575,9 +5577,9 @@ class StepperLabelTemplateDirective {
5575
5577
  this.templateRef = templateRef;
5576
5578
  }
5577
5579
  }
5578
- 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 });
5579
- StepperLabelTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: StepperLabelTemplateDirective, selector: "[kendoStepperLabelTemplate]", ngImport: i0 });
5580
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperLabelTemplateDirective, decorators: [{
5580
+ StepperLabelTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StepperLabelTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
5581
+ StepperLabelTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: StepperLabelTemplateDirective, selector: "[kendoStepperLabelTemplate]", ngImport: i0 });
5582
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StepperLabelTemplateDirective, decorators: [{
5581
5583
  type: Directive,
5582
5584
  args: [{
5583
5585
  selector: '[kendoStepperLabelTemplate]'
@@ -5598,9 +5600,9 @@ class StepperIndicatorTemplateDirective {
5598
5600
  this.templateRef = templateRef;
5599
5601
  }
5600
5602
  }
5601
- 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 });
5602
- StepperIndicatorTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: StepperIndicatorTemplateDirective, selector: "[kendoStepperIndicatorTemplate]", ngImport: i0 });
5603
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperIndicatorTemplateDirective, decorators: [{
5603
+ StepperIndicatorTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StepperIndicatorTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
5604
+ StepperIndicatorTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: StepperIndicatorTemplateDirective, selector: "[kendoStepperIndicatorTemplate]", ngImport: i0 });
5605
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StepperIndicatorTemplateDirective, decorators: [{
5604
5606
  type: Directive,
5605
5607
  args: [{
5606
5608
  selector: '[kendoStepperIndicatorTemplate]'
@@ -5629,7 +5631,7 @@ handlersRTL[Keys.ArrowRight] = 'left';
5629
5631
  /**
5630
5632
  * @hidden
5631
5633
  */
5632
- class StepperActivateEvent$1 extends PreventableEvent$1 {
5634
+ let StepperActivateEvent$1 = class StepperActivateEvent extends PreventableEvent$1 {
5633
5635
  /**
5634
5636
  * @hidden
5635
5637
  */
@@ -5637,7 +5639,7 @@ class StepperActivateEvent$1 extends PreventableEvent$1 {
5637
5639
  super();
5638
5640
  Object.assign(this, args);
5639
5641
  }
5640
- }
5642
+ };
5641
5643
  /**
5642
5644
  * @hidden
5643
5645
  */
@@ -5758,9 +5760,9 @@ class StepperService {
5758
5760
  return this.owner.orientation === 'horizontal';
5759
5761
  }
5760
5762
  }
5761
- 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 });
5762
- StepperService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperService });
5763
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperService, decorators: [{
5763
+ StepperService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StepperService, deps: [{ token: i1.LocalizationService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Injectable });
5764
+ StepperService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StepperService });
5765
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StepperService, decorators: [{
5764
5766
  type: Injectable
5765
5767
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }]; } });
5766
5768
 
@@ -5941,8 +5943,8 @@ class StepperStepComponent {
5941
5943
  }
5942
5944
  }
5943
5945
  }
5944
- 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 });
5945
- 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: `
5946
+ StepperStepComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StepperStepComponent, deps: [{ token: StepperService }, { token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
5947
+ StepperStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: `
5946
5948
  <a href='#' class='k-step-link' #stepLink
5947
5949
  [attr.tabindex]='tabIndexAttr'
5948
5950
  [attr.title]='step.label'
@@ -6000,8 +6002,8 @@ StepperStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
6000
6002
  </span>
6001
6003
  </ng-container>
6002
6004
  </a>
6003
- `, 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"] }] });
6004
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperStepComponent, decorators: [{
6005
+ `, 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"] }] });
6006
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StepperStepComponent, decorators: [{
6005
6007
  type: Component,
6006
6008
  args: [{
6007
6009
  // eslint-disable-next-line @angular-eslint/component-selector
@@ -6179,9 +6181,9 @@ class StepperListComponent {
6179
6181
  }
6180
6182
  }
6181
6183
  }
6182
- 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 });
6183
- 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"] }] });
6184
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperListComponent, decorators: [{
6184
+ StepperListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StepperListComponent, deps: [{ token: i0.Renderer2 }, { token: i0.NgZone }, { token: StepperService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
6185
+ StepperListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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"] }] });
6186
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StepperListComponent, decorators: [{
6185
6187
  type: Component,
6186
6188
  args: [{
6187
6189
  // eslint-disable-next-line @angular-eslint/component-selector
@@ -6256,9 +6258,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
6256
6258
  */
6257
6259
  class StepperMessages extends ComponentMessages {
6258
6260
  }
6259
- StepperMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
6260
- 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 });
6261
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperMessages, decorators: [{
6261
+ StepperMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StepperMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
6262
+ StepperMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: StepperMessages, selector: "kendo-stepper-messages-base", inputs: { optional: "optional" }, usesInheritance: true, ngImport: i0 });
6263
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StepperMessages, decorators: [{
6262
6264
  type: Directive,
6263
6265
  args: [{
6264
6266
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -6277,14 +6279,14 @@ class LocalizedStepperMessagesDirective extends StepperMessages {
6277
6279
  this.service = service;
6278
6280
  }
6279
6281
  }
6280
- LocalizedStepperMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LocalizedStepperMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
6281
- LocalizedStepperMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: LocalizedStepperMessagesDirective, selector: "\n [kendoStepperLocalizedMessages]\n ", providers: [
6282
+ LocalizedStepperMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedStepperMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
6283
+ LocalizedStepperMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: LocalizedStepperMessagesDirective, selector: "\n [kendoStepperLocalizedMessages]\n ", providers: [
6282
6284
  {
6283
6285
  provide: StepperMessages,
6284
6286
  useExisting: forwardRef(() => LocalizedStepperMessagesDirective)
6285
6287
  }
6286
6288
  ], usesInheritance: true, ngImport: i0 });
6287
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LocalizedStepperMessagesDirective, decorators: [{
6289
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedStepperMessagesDirective, decorators: [{
6288
6290
  type: Directive,
6289
6291
  args: [{
6290
6292
  providers: [
@@ -6513,8 +6515,8 @@ class StepperComponent {
6513
6515
  return this.orientation === 'horizontal';
6514
6516
  }
6515
6517
  }
6516
- 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 });
6517
- 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: [
6518
+ StepperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StepperComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.LocalizationService }, { token: StepperService }], target: i0.ɵɵFactoryTarget.Component });
6519
+ StepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: [
6518
6520
  LocalizationService,
6519
6521
  StepperService,
6520
6522
  {
@@ -6559,8 +6561,8 @@ StepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
6559
6561
  [value]='currentStep'
6560
6562
  [ngStyle]='progressBarStyling'>
6561
6563
  </kendo-progressbar>
6562
- `, 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"] }] });
6563
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperComponent, decorators: [{
6564
+ `, 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 " }] });
6565
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StepperComponent, decorators: [{
6564
6566
  type: Component,
6565
6567
  args: [{
6566
6568
  exportAs: 'kendoStepper',
@@ -6691,14 +6693,14 @@ class StepperCustomMessagesComponent extends StepperMessages {
6691
6693
  return true;
6692
6694
  }
6693
6695
  }
6694
- StepperCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
6695
- StepperCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: StepperCustomMessagesComponent, selector: "kendo-stepper-messages", providers: [
6696
+ StepperCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StepperCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
6697
+ StepperCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: StepperCustomMessagesComponent, selector: "kendo-stepper-messages", providers: [
6696
6698
  {
6697
6699
  provide: StepperMessages,
6698
6700
  useExisting: forwardRef(() => StepperCustomMessagesComponent)
6699
6701
  }
6700
6702
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
6701
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperCustomMessagesComponent, decorators: [{
6703
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StepperCustomMessagesComponent, decorators: [{
6702
6704
  type: Component,
6703
6705
  args: [{
6704
6706
  providers: [
@@ -6717,9 +6719,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
6717
6719
  */
6718
6720
  class Messages extends ComponentMessages {
6719
6721
  }
6720
- Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
6721
- Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: Messages, selector: "kendoAvatarMessages", inputs: { avatarAlt: "avatarAlt" }, usesInheritance: true, ngImport: i0 });
6722
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: Messages, decorators: [{
6722
+ Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
6723
+ Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: Messages, selector: "kendoAvatarMessages", inputs: { avatarAlt: "avatarAlt" }, usesInheritance: true, ngImport: i0 });
6724
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: Messages, decorators: [{
6723
6725
  type: Directive,
6724
6726
  args: [{
6725
6727
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -6739,14 +6741,14 @@ class LocalizedAvatarMessagesDirective extends Messages {
6739
6741
  this.service = service;
6740
6742
  }
6741
6743
  }
6742
- LocalizedAvatarMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LocalizedAvatarMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
6743
- LocalizedAvatarMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: LocalizedAvatarMessagesDirective, selector: "[kendoAvatarLocalizedMessages]", providers: [
6744
+ LocalizedAvatarMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedAvatarMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
6745
+ LocalizedAvatarMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: LocalizedAvatarMessagesDirective, selector: "[kendoAvatarLocalizedMessages]", providers: [
6744
6746
  {
6745
6747
  provide: Messages,
6746
6748
  useExisting: forwardRef(() => LocalizedAvatarMessagesDirective)
6747
6749
  }
6748
6750
  ], usesInheritance: true, ngImport: i0 });
6749
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LocalizedAvatarMessagesDirective, decorators: [{
6751
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedAvatarMessagesDirective, decorators: [{
6750
6752
  type: Directive,
6751
6753
  args: [{
6752
6754
  providers: [
@@ -6986,8 +6988,8 @@ class AvatarComponent {
6986
6988
  return this.localization.get(key);
6987
6989
  }
6988
6990
  }
6989
- 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 });
6990
- 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: [
6991
+ AvatarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AvatarComponent, deps: [{ token: i1.LocalizationService }, { token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
6992
+ AvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: [
6991
6993
  LocalizationService,
6992
6994
  {
6993
6995
  provide: L10N_PREFIX,
@@ -7023,8 +7025,8 @@ AvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
7023
7025
  </kendo-icon-wrapper>
7024
7026
  </span>
7025
7027
  </ng-container>
7026
- `, 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"] }] });
7027
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AvatarComponent, decorators: [{
7028
+ `, 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]" }] });
7029
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AvatarComponent, decorators: [{
7028
7030
  type: Component,
7029
7031
  args: [{
7030
7032
  providers: [
@@ -7128,14 +7130,14 @@ class AvatarCustomMessagesComponent extends Messages {
7128
7130
  return true;
7129
7131
  }
7130
7132
  }
7131
- AvatarCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AvatarCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
7132
- AvatarCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AvatarCustomMessagesComponent, selector: "kendo-avatar-messages", providers: [
7133
+ AvatarCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AvatarCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
7134
+ AvatarCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: AvatarCustomMessagesComponent, selector: "kendo-avatar-messages", providers: [
7133
7135
  {
7134
7136
  provide: Messages,
7135
7137
  useExisting: forwardRef(() => AvatarCustomMessagesComponent)
7136
7138
  }
7137
7139
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
7138
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AvatarCustomMessagesComponent, decorators: [{
7140
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AvatarCustomMessagesComponent, decorators: [{
7139
7141
  type: Component,
7140
7142
  args: [{
7141
7143
  providers: [
@@ -7192,8 +7194,8 @@ class CardComponent {
7192
7194
  }
7193
7195
  }
7194
7196
  }
7195
- CardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
7196
- 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: [
7197
+ CardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
7198
+ CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: [
7197
7199
  LocalizationService,
7198
7200
  {
7199
7201
  provide: L10N_PREFIX,
@@ -7202,7 +7204,7 @@ CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
7202
7204
  ], ngImport: i0, template: `
7203
7205
  <ng-content></ng-content>
7204
7206
  `, isInline: true });
7205
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardComponent, decorators: [{
7207
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardComponent, decorators: [{
7206
7208
  type: Component,
7207
7209
  args: [{
7208
7210
  selector: 'kendo-card',
@@ -7246,11 +7248,11 @@ class CardHeaderComponent {
7246
7248
  this.hostClass = true;
7247
7249
  }
7248
7250
  }
7249
- CardHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7250
- 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: `
7251
+ CardHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7252
+ CardHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: CardHeaderComponent, selector: "kendo-card-header", host: { properties: { "class.k-card-header": "this.hostClass" } }, ngImport: i0, template: `
7251
7253
  <ng-content></ng-content>
7252
7254
  `, isInline: true });
7253
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardHeaderComponent, decorators: [{
7255
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardHeaderComponent, decorators: [{
7254
7256
  type: Component,
7255
7257
  args: [{
7256
7258
  selector: 'kendo-card-header',
@@ -7271,11 +7273,11 @@ class CardBodyComponent {
7271
7273
  this.hostClass = true;
7272
7274
  }
7273
7275
  }
7274
- CardBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7275
- 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: `
7276
+ CardBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7277
+ CardBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: CardBodyComponent, selector: "kendo-card-body", host: { properties: { "class.k-card-body": "this.hostClass" } }, ngImport: i0, template: `
7276
7278
  <ng-content></ng-content>
7277
7279
  `, isInline: true });
7278
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardBodyComponent, decorators: [{
7280
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardBodyComponent, decorators: [{
7279
7281
  type: Component,
7280
7282
  args: [{
7281
7283
  selector: 'kendo-card-body',
@@ -7296,11 +7298,11 @@ class CardFooterComponent {
7296
7298
  this.hostClass = true;
7297
7299
  }
7298
7300
  }
7299
- CardFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7300
- 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: `
7301
+ CardFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7302
+ CardFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: CardFooterComponent, selector: "kendo-card-footer", host: { properties: { "class.k-card-footer": "this.hostClass" } }, ngImport: i0, template: `
7301
7303
  <ng-content></ng-content>
7302
7304
  `, isInline: true });
7303
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardFooterComponent, decorators: [{
7305
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardFooterComponent, decorators: [{
7304
7306
  type: Component,
7305
7307
  args: [{
7306
7308
  selector: 'kendo-card-footer',
@@ -7381,8 +7383,8 @@ class CardActionsComponent {
7381
7383
  this.action.emit(action);
7382
7384
  }
7383
7385
  }
7384
- CardActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7385
- 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: `
7386
+ CardActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7387
+ CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: `
7386
7388
  <ng-content *ngIf="!actionsArray && !actionsTemplate"></ng-content>
7387
7389
 
7388
7390
  <ng-container *ngIf="actionsArray">
@@ -7403,8 +7405,8 @@ CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
7403
7405
  </ng-container>
7404
7406
 
7405
7407
  <ng-template [ngTemplateOutlet]="actionsTemplate" *ngIf="actionsTemplate"></ng-template>
7406
- `, 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"] }] });
7407
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardActionsComponent, decorators: [{
7408
+ `, 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"] }] });
7409
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardActionsComponent, decorators: [{
7408
7410
  type: Component,
7409
7411
  args: [{
7410
7412
  selector: 'kendo-card-actions',
@@ -7487,9 +7489,9 @@ class CardSeparatorDirective {
7487
7489
  return this.orientation === 'horizontal';
7488
7490
  }
7489
7491
  }
7490
- CardSeparatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardSeparatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
7491
- 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 });
7492
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardSeparatorDirective, decorators: [{
7492
+ CardSeparatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardSeparatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
7493
+ CardSeparatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", 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 });
7494
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardSeparatorDirective, decorators: [{
7493
7495
  type: Directive,
7494
7496
  args: [{
7495
7497
  selector: '[kendoCardSeparator]'
@@ -7520,9 +7522,9 @@ class CardTitleDirective {
7520
7522
  this.hostClass = true;
7521
7523
  }
7522
7524
  }
7523
- CardTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
7524
- 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 });
7525
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardTitleDirective, decorators: [{
7525
+ CardTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
7526
+ CardTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: CardTitleDirective, selector: "[kendoCardTitle]", host: { properties: { "class.k-card-title": "this.hostClass" } }, ngImport: i0 });
7527
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardTitleDirective, decorators: [{
7526
7528
  type: Directive,
7527
7529
  args: [{
7528
7530
  selector: '[kendoCardTitle]'
@@ -7540,9 +7542,9 @@ class CardSubtitleDirective {
7540
7542
  this.hostClass = true;
7541
7543
  }
7542
7544
  }
7543
- CardSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
7544
- 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 });
7545
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardSubtitleDirective, decorators: [{
7545
+ CardSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
7546
+ CardSubtitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: CardSubtitleDirective, selector: "[kendoCardSubtitle]", host: { properties: { "class.k-card-subtitle": "this.hostClass" } }, ngImport: i0 });
7547
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardSubtitleDirective, decorators: [{
7546
7548
  type: Directive,
7547
7549
  args: [{
7548
7550
  selector: '[kendoCardSubtitle]'
@@ -7560,9 +7562,9 @@ class CardMediaDirective {
7560
7562
  this.hostClass = true;
7561
7563
  }
7562
7564
  }
7563
- CardMediaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardMediaDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
7564
- 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 });
7565
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardMediaDirective, decorators: [{
7565
+ CardMediaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardMediaDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
7566
+ CardMediaDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: CardMediaDirective, selector: "[kendoCardMedia]", host: { properties: { "class.k-card-media": "this.hostClass" } }, ngImport: i0 });
7567
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardMediaDirective, decorators: [{
7566
7568
  type: Directive,
7567
7569
  args: [{
7568
7570
  selector: '[kendoCardMedia]'
@@ -7589,9 +7591,9 @@ class ExpansionPanelTitleDirective {
7589
7591
  this.templateRef = templateRef;
7590
7592
  }
7591
7593
  }
7592
- 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 });
7593
- ExpansionPanelTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: ExpansionPanelTitleDirective, selector: "[kendoExpansionPanelTitleDirective]", ngImport: i0 });
7594
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExpansionPanelTitleDirective, decorators: [{
7594
+ ExpansionPanelTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExpansionPanelTitleDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
7595
+ ExpansionPanelTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ExpansionPanelTitleDirective, selector: "[kendoExpansionPanelTitleDirective]", ngImport: i0 });
7596
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExpansionPanelTitleDirective, decorators: [{
7595
7597
  type: Directive,
7596
7598
  args: [{
7597
7599
  selector: '[kendoExpansionPanelTitleDirective]'
@@ -7952,8 +7954,8 @@ class ExpansionPanelComponent {
7952
7954
  this.renderer.removeClass(this.content.nativeElement, CONTENT_HIDDEN_CLASS);
7953
7955
  }
7954
7956
  }
7955
- 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 });
7956
- 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: [
7957
+ ExpansionPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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 });
7958
+ ExpansionPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: [
7957
7959
  LocalizationService,
7958
7960
  {
7959
7961
  provide: L10N_PREFIX,
@@ -7996,8 +7998,8 @@ ExpansionPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
7996
7998
  <ng-content></ng-content>
7997
7999
  </div>
7998
8000
  </div>
7999
- `, 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"] }] });
8000
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExpansionPanelComponent, decorators: [{
8001
+ `, 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"] }] });
8002
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExpansionPanelComponent, decorators: [{
8001
8003
  type: Component,
8002
8004
  args: [{
8003
8005
  exportAs: 'kendoExpansionPanel',
@@ -8048,7 +8050,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
8048
8050
  </div>
8049
8051
  `
8050
8052
  }]
8051
- }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i1.LocalizationService }, { type: i1$2.AnimationBuilder }]; }, propDecorators: { title: [{
8053
+ }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i1.LocalizationService }, { type: i1$1.AnimationBuilder }]; }, propDecorators: { title: [{
8052
8054
  type: Input
8053
8055
  }], subtitle: [{
8054
8056
  type: Input
@@ -8734,9 +8736,9 @@ class TileLayoutDraggingService {
8734
8736
  return hintHeight;
8735
8737
  }
8736
8738
  }
8737
- 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 });
8738
- TileLayoutDraggingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutDraggingService });
8739
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutDraggingService, decorators: [{
8739
+ TileLayoutDraggingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TileLayoutDraggingService, deps: [{ token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
8740
+ TileLayoutDraggingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TileLayoutDraggingService });
8741
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TileLayoutDraggingService, decorators: [{
8740
8742
  type: Injectable
8741
8743
  }], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i1.LocalizationService }]; } });
8742
8744
 
@@ -8765,11 +8767,11 @@ class TileLayoutItemHeaderComponent {
8765
8767
  }
8766
8768
  }
8767
8769
  }
8768
- 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 });
8769
- 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: `
8770
+ TileLayoutItemHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TileLayoutItemHeaderComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
8771
+ TileLayoutItemHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: `
8770
8772
  <ng-content></ng-content>
8771
8773
  `, isInline: true });
8772
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutItemHeaderComponent, decorators: [{
8774
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TileLayoutItemHeaderComponent, decorators: [{
8773
8775
  type: Component,
8774
8776
  args: [{
8775
8777
  selector: 'kendo-tilelayout-item-header',
@@ -8855,7 +8857,6 @@ class TileLayoutKeyboardNavigationService {
8855
8857
  getAllFocusableChildren(parent) {
8856
8858
  return Array.from(parent.querySelectorAll(focusableSelector)).filter((element) => element.offsetParent !== null);
8857
8859
  }
8858
- ;
8859
8860
  resizeItem(keyCode, focusedTile, settings, col) {
8860
8861
  const { resizeRight, resizeLeft, resizeDown, resizeUp } = shouldResize(keyCode, col, focusedTile, settings);
8861
8862
  const resizeHorizontal = resizeLeft || resizeRight;
@@ -8914,14 +8915,13 @@ class TileLayoutKeyboardNavigationService {
8914
8915
  const lastFocusable = all.length > 0 ? all[all.length - 1] : parent;
8915
8916
  return [firstFocusable, lastFocusable];
8916
8917
  }
8917
- ;
8918
8918
  targetTile(focusedTile, items, offset) {
8919
8919
  return items.find(item => item.order === focusedTile.order + offset);
8920
8920
  }
8921
8921
  }
8922
- 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 });
8923
- TileLayoutKeyboardNavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutKeyboardNavigationService });
8924
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutKeyboardNavigationService, decorators: [{
8922
+ TileLayoutKeyboardNavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TileLayoutKeyboardNavigationService, deps: [{ token: i0.NgZone }, { token: i0.Renderer2 }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
8923
+ TileLayoutKeyboardNavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TileLayoutKeyboardNavigationService });
8924
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TileLayoutKeyboardNavigationService, decorators: [{
8925
8925
  type: Injectable
8926
8926
  }], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.Renderer2 }, { type: i1.LocalizationService }]; } });
8927
8927
 
@@ -8962,9 +8962,9 @@ class TileLayoutResizeHandleDirective {
8962
8962
  }
8963
8963
  }
8964
8964
  }
8965
- 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 });
8966
- TileLayoutResizeHandleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: TileLayoutResizeHandleDirective, selector: "[kendoTileLayoutResizeHandle]", inputs: { resizeDirection: "resizeDirection", rtl: "rtl" }, ngImport: i0 });
8967
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutResizeHandleDirective, decorators: [{
8965
+ TileLayoutResizeHandleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TileLayoutResizeHandleDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
8966
+ TileLayoutResizeHandleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: TileLayoutResizeHandleDirective, selector: "[kendoTileLayoutResizeHandle]", inputs: { resizeDirection: "resizeDirection", rtl: "rtl" }, ngImport: i0 });
8967
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TileLayoutResizeHandleDirective, decorators: [{
8968
8968
  type: Directive,
8969
8969
  args: [{
8970
8970
  selector: '[kendoTileLayoutResizeHandle]'
@@ -9137,8 +9137,8 @@ class TileLayoutItemComponent {
9137
9137
  }
9138
9138
  }
9139
9139
  }
9140
- 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 });
9141
- 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: `
9140
+ TileLayoutItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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 });
9141
+ TileLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: `
9142
9142
  <kendo-tilelayout-item-header [reorderable]="isReorderable" *ngIf="title">
9143
9143
  <h5 [id]="titleId" class="k-card-title">{{ title }}</h5>
9144
9144
  </kendo-tilelayout-item-header>
@@ -9152,8 +9152,8 @@ TileLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
9152
9152
  [resizeDirection]="dir">
9153
9153
  </div>
9154
9154
  </ng-container>
9155
- `, 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"] }] });
9156
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutItemComponent, decorators: [{
9155
+ `, 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"] }] });
9156
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TileLayoutItemComponent, decorators: [{
9157
9157
  type: Component,
9158
9158
  args: [{
9159
9159
  selector: 'kendo-tilelayout-item',
@@ -9465,8 +9465,8 @@ class TileLayoutComponent {
9465
9465
  });
9466
9466
  }
9467
9467
  }
9468
- 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 });
9469
- 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: [
9468
+ TileLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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 });
9469
+ TileLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: [
9470
9470
  LocalizationService,
9471
9471
  TileLayoutDraggingService,
9472
9472
  TileLayoutKeyboardNavigationService,
@@ -9486,8 +9486,8 @@ TileLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
9486
9486
  [style.zIndex]="'1'">
9487
9487
  </div>
9488
9488
  <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
9489
- `, isInline: true, components: [{ type: i1$1.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
9490
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutComponent, decorators: [{
9489
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i5.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }] });
9490
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TileLayoutComponent, decorators: [{
9491
9491
  type: Component,
9492
9492
  args: [{
9493
9493
  selector: 'kendo-tilelayout',
@@ -9569,11 +9569,11 @@ class TileLayoutItemBodyComponent {
9569
9569
  this.minHeight = 0;
9570
9570
  }
9571
9571
  }
9572
- TileLayoutItemBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutItemBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9573
- 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: `
9572
+ TileLayoutItemBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TileLayoutItemBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9573
+ TileLayoutItemBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: `
9574
9574
  <ng-content></ng-content>
9575
9575
  `, isInline: true });
9576
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutItemBodyComponent, decorators: [{
9576
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TileLayoutItemBodyComponent, decorators: [{
9577
9577
  type: Component,
9578
9578
  args: [{
9579
9579
  selector: 'kendo-tilelayout-item-body',
@@ -9592,13 +9592,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
9592
9592
  args: ['style.min-height']
9593
9593
  }] } });
9594
9594
 
9595
- const exportedModules$a = [
9595
+ const exportedModules$b = [
9596
9596
  AvatarComponent,
9597
9597
  AvatarCustomMessagesComponent
9598
9598
  ];
9599
- const declarations$a = [
9599
+ const declarations$b = [
9600
9600
  LocalizedAvatarMessagesDirective,
9601
- ...exportedModules$a
9601
+ ...exportedModules$b
9602
9602
  ];
9603
9603
  /**
9604
9604
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
@@ -9606,16 +9606,16 @@ const declarations$a = [
9606
9606
  */
9607
9607
  class AvatarModule {
9608
9608
  }
9609
- AvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9610
- AvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AvatarModule, declarations: [LocalizedAvatarMessagesDirective, AvatarComponent,
9609
+ AvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9610
+ AvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: AvatarModule, declarations: [LocalizedAvatarMessagesDirective, AvatarComponent,
9611
9611
  AvatarCustomMessagesComponent], imports: [CommonModule, IconsModule], exports: [AvatarComponent,
9612
9612
  AvatarCustomMessagesComponent] });
9613
- AvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AvatarModule, imports: [[CommonModule, IconsModule]] });
9614
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AvatarModule, decorators: [{
9613
+ AvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AvatarModule, imports: [CommonModule, IconsModule] });
9614
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AvatarModule, decorators: [{
9615
9615
  type: NgModule,
9616
9616
  args: [{
9617
- declarations: [declarations$a],
9618
- exports: [exportedModules$a],
9617
+ declarations: [declarations$b],
9618
+ exports: [exportedModules$b],
9619
9619
  imports: [CommonModule, IconsModule]
9620
9620
  }]
9621
9621
  }] });
@@ -9626,7 +9626,7 @@ const cardDirectives = [
9626
9626
  CardSeparatorDirective,
9627
9627
  CardMediaDirective
9628
9628
  ];
9629
- const exportedModules$9 = [
9629
+ const exportedModules$a = [
9630
9630
  CardComponent,
9631
9631
  CardHeaderComponent,
9632
9632
  CardBodyComponent,
@@ -9634,15 +9634,15 @@ const exportedModules$9 = [
9634
9634
  CardActionsComponent,
9635
9635
  ...cardDirectives
9636
9636
  ];
9637
- const declarations$9 = [...exportedModules$9];
9637
+ const declarations$a = [...exportedModules$a];
9638
9638
  /**
9639
9639
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
9640
9640
  * definition for the Card component.
9641
9641
  */
9642
9642
  class CardModule {
9643
9643
  }
9644
- CardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9645
- CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardModule, declarations: [CardComponent,
9644
+ CardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9645
+ CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: CardModule, declarations: [CardComponent,
9646
9646
  CardHeaderComponent,
9647
9647
  CardBodyComponent,
9648
9648
  CardFooterComponent,
@@ -9657,12 +9657,12 @@ CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13
9657
9657
  CardSubtitleDirective,
9658
9658
  CardSeparatorDirective,
9659
9659
  CardMediaDirective] });
9660
- CardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardModule, imports: [[CommonModule]] });
9661
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardModule, decorators: [{
9660
+ CardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardModule, imports: [CommonModule] });
9661
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardModule, decorators: [{
9662
9662
  type: NgModule,
9663
9663
  args: [{
9664
- declarations: [declarations$9],
9665
- exports: [exportedModules$9],
9664
+ declarations: [declarations$a],
9665
+ exports: [exportedModules$a],
9666
9666
  imports: [CommonModule]
9667
9667
  }]
9668
9668
  }] });
@@ -9673,16 +9673,16 @@ const templateDirectives$1 = [
9673
9673
  DrawerFooterTemplateDirective,
9674
9674
  DrawerItemTemplateDirective
9675
9675
  ];
9676
- const exportedModules$8 = [
9676
+ const exportedModules$9 = [
9677
9677
  DrawerComponent,
9678
9678
  DrawerContainerComponent,
9679
9679
  DrawerContentComponent,
9680
9680
  ...templateDirectives$1
9681
9681
  ];
9682
- const declarations$8 = [
9682
+ const declarations$9 = [
9683
9683
  DrawerItemComponent,
9684
9684
  DrawerListComponent,
9685
- ...exportedModules$8
9685
+ ...exportedModules$9
9686
9686
  ];
9687
9687
  /**
9688
9688
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
@@ -9690,8 +9690,8 @@ const declarations$8 = [
9690
9690
  */
9691
9691
  class DrawerModule {
9692
9692
  }
9693
- DrawerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9694
- DrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerModule, declarations: [DrawerItemComponent,
9693
+ DrawerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DrawerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9694
+ DrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: DrawerModule, declarations: [DrawerItemComponent,
9695
9695
  DrawerListComponent, DrawerComponent,
9696
9696
  DrawerContainerComponent,
9697
9697
  DrawerContentComponent, DrawerTemplateDirective,
@@ -9703,22 +9703,22 @@ DrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
9703
9703
  DrawerHeaderTemplateDirective,
9704
9704
  DrawerFooterTemplateDirective,
9705
9705
  DrawerItemTemplateDirective] });
9706
- DrawerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerModule, imports: [[CommonModule, IconsModule, WatermarkModule]] });
9707
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerModule, decorators: [{
9706
+ DrawerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DrawerModule, imports: [CommonModule, IconsModule, WatermarkModule] });
9707
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DrawerModule, decorators: [{
9708
9708
  type: NgModule,
9709
9709
  args: [{
9710
- declarations: [declarations$8],
9711
- exports: [exportedModules$8],
9710
+ declarations: [declarations$9],
9711
+ exports: [exportedModules$9],
9712
9712
  imports: [CommonModule, IconsModule, WatermarkModule]
9713
9713
  }]
9714
9714
  }] });
9715
9715
 
9716
- const exportedModules$7 = [
9716
+ const exportedModules$8 = [
9717
9717
  ExpansionPanelComponent,
9718
9718
  ExpansionPanelTitleDirective
9719
9719
  ];
9720
- const declarations$7 = [
9721
- ...exportedModules$7
9720
+ const declarations$8 = [
9721
+ ...exportedModules$8
9722
9722
  ];
9723
9723
  /**
9724
9724
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
@@ -9726,29 +9726,29 @@ const declarations$7 = [
9726
9726
  */
9727
9727
  class ExpansionPanelModule {
9728
9728
  }
9729
- ExpansionPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExpansionPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9730
- ExpansionPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExpansionPanelModule, declarations: [ExpansionPanelComponent,
9729
+ ExpansionPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExpansionPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9730
+ ExpansionPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: ExpansionPanelModule, declarations: [ExpansionPanelComponent,
9731
9731
  ExpansionPanelTitleDirective], imports: [CommonModule, EventsModule, IconsModule], exports: [ExpansionPanelComponent,
9732
9732
  ExpansionPanelTitleDirective] });
9733
- ExpansionPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExpansionPanelModule, imports: [[CommonModule, EventsModule, IconsModule]] });
9734
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExpansionPanelModule, decorators: [{
9733
+ ExpansionPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExpansionPanelModule, imports: [CommonModule, EventsModule, IconsModule] });
9734
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExpansionPanelModule, decorators: [{
9735
9735
  type: NgModule,
9736
9736
  args: [{
9737
- declarations: [declarations$7],
9738
- exports: [exportedModules$7],
9737
+ declarations: [declarations$8],
9738
+ exports: [exportedModules$8],
9739
9739
  imports: [CommonModule, EventsModule, IconsModule]
9740
9740
  }]
9741
9741
  }] });
9742
9742
 
9743
- const exportedModules$6 = [
9743
+ const exportedModules$7 = [
9744
9744
  PanelBarComponent,
9745
9745
  PanelBarItemComponent,
9746
9746
  PanelBarContentDirective,
9747
9747
  PanelBarItemTemplateDirective,
9748
9748
  PanelBarItemTitleDirective
9749
9749
  ];
9750
- const declarations$6 = [
9751
- ...exportedModules$6
9750
+ const declarations$7 = [
9751
+ ...exportedModules$7
9752
9752
  ];
9753
9753
  /**
9754
9754
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
@@ -9763,8 +9763,8 @@ const declarations$6 = [
9763
9763
  */
9764
9764
  class PanelBarModule {
9765
9765
  }
9766
- PanelBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9767
- PanelBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarModule, declarations: [PanelBarComponent,
9766
+ PanelBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PanelBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9767
+ PanelBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: PanelBarModule, declarations: [PanelBarComponent,
9768
9768
  PanelBarItemComponent,
9769
9769
  PanelBarContentDirective,
9770
9770
  PanelBarItemTemplateDirective,
@@ -9773,23 +9773,23 @@ PanelBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
9773
9773
  PanelBarContentDirective,
9774
9774
  PanelBarItemTemplateDirective,
9775
9775
  PanelBarItemTitleDirective] });
9776
- PanelBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarModule, imports: [[CommonModule, IconsModule, WatermarkModule]] });
9777
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarModule, decorators: [{
9776
+ PanelBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PanelBarModule, imports: [CommonModule, IconsModule, WatermarkModule] });
9777
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PanelBarModule, decorators: [{
9778
9778
  type: NgModule,
9779
9779
  args: [{
9780
- declarations: [declarations$6],
9781
- exports: [exportedModules$6],
9782
- imports: [CommonModule, IconsModule, WatermarkModule]
9780
+ declarations: [declarations$7],
9781
+ exports: [exportedModules$7],
9782
+ imports: [CommonModule, IconsModule, WatermarkModule]
9783
9783
  }]
9784
9784
  }] });
9785
9785
 
9786
- const exportedModules$5 = [
9786
+ const exportedModules$6 = [
9787
9787
  SplitterComponent,
9788
9788
  SplitterPaneComponent
9789
9789
  ];
9790
- const declarations$5 = [
9790
+ const declarations$6 = [
9791
9791
  SplitterBarComponent,
9792
- ...exportedModules$5
9792
+ ...exportedModules$6
9793
9793
  ];
9794
9794
  /**
9795
9795
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
@@ -9801,22 +9801,20 @@ const declarations$5 = [
9801
9801
  */
9802
9802
  class SplitterModule {
9803
9803
  }
9804
- SplitterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SplitterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9805
- SplitterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SplitterModule, declarations: [SplitterBarComponent, SplitterComponent,
9804
+ SplitterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SplitterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9805
+ SplitterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: SplitterModule, declarations: [SplitterBarComponent, SplitterComponent,
9806
9806
  SplitterPaneComponent], imports: [CommonModule,
9807
9807
  DraggableModule,
9808
9808
  IconsModule], exports: [SplitterComponent,
9809
9809
  SplitterPaneComponent] });
9810
- SplitterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SplitterModule, imports: [[
9811
- CommonModule,
9812
- DraggableModule,
9813
- IconsModule
9814
- ]] });
9815
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SplitterModule, decorators: [{
9810
+ SplitterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SplitterModule, imports: [CommonModule,
9811
+ DraggableModule,
9812
+ IconsModule] });
9813
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SplitterModule, decorators: [{
9816
9814
  type: NgModule,
9817
9815
  args: [{
9818
- declarations: [declarations$5],
9819
- exports: [exportedModules$5],
9816
+ declarations: [declarations$6],
9817
+ exports: [exportedModules$6],
9820
9818
  imports: [
9821
9819
  CommonModule,
9822
9820
  DraggableModule,
@@ -9830,16 +9828,16 @@ const templateDirectives = [
9830
9828
  StepperLabelTemplateDirective,
9831
9829
  StepperIndicatorTemplateDirective
9832
9830
  ];
9833
- const exportedModules$4 = [
9831
+ const exportedModules$5 = [
9834
9832
  StepperComponent,
9835
9833
  StepperCustomMessagesComponent,
9836
9834
  ...templateDirectives
9837
9835
  ];
9838
- const declarations$4 = [
9836
+ const declarations$5 = [
9839
9837
  StepperStepComponent,
9840
9838
  StepperListComponent,
9841
9839
  LocalizedStepperMessagesDirective,
9842
- ...exportedModules$4
9840
+ ...exportedModules$5
9843
9841
  ];
9844
9842
  /**
9845
9843
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
@@ -9847,8 +9845,8 @@ const declarations$4 = [
9847
9845
  */
9848
9846
  class StepperModule {
9849
9847
  }
9850
- StepperModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9851
- StepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperModule, declarations: [StepperStepComponent,
9848
+ StepperModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9849
+ StepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: StepperModule, declarations: [StepperStepComponent,
9852
9850
  StepperListComponent,
9853
9851
  LocalizedStepperMessagesDirective, StepperComponent,
9854
9852
  StepperCustomMessagesComponent, StepperStepTemplateDirective,
@@ -9857,17 +9855,17 @@ StepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
9857
9855
  StepperCustomMessagesComponent, StepperStepTemplateDirective,
9858
9856
  StepperLabelTemplateDirective,
9859
9857
  StepperIndicatorTemplateDirective] });
9860
- StepperModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperModule, imports: [[CommonModule, ProgressBarModule, IconsModule]] });
9861
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StepperModule, decorators: [{
9858
+ StepperModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StepperModule, imports: [CommonModule, ProgressBarModule, IconsModule] });
9859
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StepperModule, decorators: [{
9862
9860
  type: NgModule,
9863
9861
  args: [{
9864
- declarations: [declarations$4],
9865
- exports: [exportedModules$4],
9862
+ declarations: [declarations$5],
9863
+ exports: [exportedModules$5],
9866
9864
  imports: [CommonModule, ProgressBarModule, IconsModule]
9867
9865
  }]
9868
9866
  }] });
9869
9867
 
9870
- const exportedModules$3 = [
9868
+ const exportedModules$4 = [
9871
9869
  TabStripComponent,
9872
9870
  TabStripTabComponent,
9873
9871
  TabContentDirective,
@@ -9877,8 +9875,8 @@ const exportedModules$3 = [
9877
9875
  LocalizedTabStripMessagesDirective,
9878
9876
  TabTemplateDirective
9879
9877
  ];
9880
- const declarations$3 = [
9881
- ...exportedModules$3,
9878
+ const declarations$4 = [
9879
+ ...exportedModules$4,
9882
9880
  TabStripScrollableButtonComponent
9883
9881
  ];
9884
9882
  /**
@@ -9893,8 +9891,8 @@ const declarations$3 = [
9893
9891
  */
9894
9892
  class TabStripModule {
9895
9893
  }
9896
- TabStripModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9897
- TabStripModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripModule, declarations: [TabStripComponent,
9894
+ TabStripModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TabStripModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9895
+ TabStripModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: TabStripModule, declarations: [TabStripComponent,
9898
9896
  TabStripTabComponent,
9899
9897
  TabContentDirective,
9900
9898
  TabTitleDirective,
@@ -9909,25 +9907,25 @@ TabStripModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
9909
9907
  TabStripCustomMessagesComponent,
9910
9908
  LocalizedTabStripMessagesDirective,
9911
9909
  TabTemplateDirective] });
9912
- TabStripModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripModule, imports: [[CommonModule, ResizeSensorModule, IconsModule, ButtonModule, WatermarkModule]] });
9913
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripModule, decorators: [{
9910
+ TabStripModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TabStripModule, imports: [CommonModule, ResizeSensorModule, IconsModule, ButtonModule, WatermarkModule] });
9911
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TabStripModule, decorators: [{
9914
9912
  type: NgModule,
9915
9913
  args: [{
9916
- declarations: [declarations$3],
9917
- exports: [exportedModules$3],
9914
+ declarations: [declarations$4],
9915
+ exports: [exportedModules$4],
9918
9916
  imports: [CommonModule, ResizeSensorModule, IconsModule, ButtonModule, WatermarkModule]
9919
9917
  }]
9920
9918
  }] });
9921
9919
 
9922
- const exportedModules$2 = [
9920
+ const exportedModules$3 = [
9923
9921
  TileLayoutComponent,
9924
9922
  TileLayoutItemComponent,
9925
9923
  TileLayoutItemHeaderComponent,
9926
9924
  TileLayoutItemBodyComponent,
9927
9925
  TileLayoutResizeHandleDirective
9928
9926
  ];
9929
- const declarations$2 = [
9930
- ...exportedModules$2
9927
+ const declarations$3 = [
9928
+ ...exportedModules$3
9931
9929
  ];
9932
9930
  /**
9933
9931
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
@@ -9941,8 +9939,8 @@ const declarations$2 = [
9941
9939
  */
9942
9940
  class TileLayoutModule {
9943
9941
  }
9944
- TileLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9945
- TileLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutModule, declarations: [TileLayoutComponent,
9942
+ TileLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TileLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9943
+ TileLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: TileLayoutModule, declarations: [TileLayoutComponent,
9946
9944
  TileLayoutItemComponent,
9947
9945
  TileLayoutItemHeaderComponent,
9948
9946
  TileLayoutItemBodyComponent,
@@ -9951,12 +9949,12 @@ TileLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
9951
9949
  TileLayoutItemHeaderComponent,
9952
9950
  TileLayoutItemBodyComponent,
9953
9951
  TileLayoutResizeHandleDirective] });
9954
- TileLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutModule, imports: [[CommonModule, WatermarkModule]] });
9955
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutModule, decorators: [{
9952
+ TileLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TileLayoutModule, imports: [CommonModule, WatermarkModule] });
9953
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TileLayoutModule, decorators: [{
9956
9954
  type: NgModule,
9957
9955
  args: [{
9958
- declarations: [declarations$2],
9959
- exports: [exportedModules$2],
9956
+ declarations: [declarations$3],
9957
+ exports: [exportedModules$3],
9960
9958
  imports: [CommonModule, WatermarkModule]
9961
9959
  }]
9962
9960
  }] });
@@ -10147,8 +10145,8 @@ class StackLayoutComponent {
10147
10145
  return this.localization.rtl ? 'rtl' : 'ltr';
10148
10146
  }
10149
10147
  }
10150
- 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 });
10151
- 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: [
10148
+ StackLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StackLayoutComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
10149
+ StackLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: [
10152
10150
  LocalizationService,
10153
10151
  {
10154
10152
  provide: L10N_PREFIX,
@@ -10157,7 +10155,7 @@ StackLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
10157
10155
  ], exportAs: ["kendoStackLayout"], usesOnChanges: true, ngImport: i0, template: `
10158
10156
  <ng-content></ng-content>
10159
10157
  `, isInline: true });
10160
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StackLayoutComponent, decorators: [{
10158
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StackLayoutComponent, decorators: [{
10161
10159
  type: Component,
10162
10160
  args: [{
10163
10161
  exportAs: 'kendoStackLayout',
@@ -10193,11 +10191,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
10193
10191
  type: Input
10194
10192
  }] } });
10195
10193
 
10196
- const exportedModules$1 = [
10194
+ const exportedModules$2 = [
10197
10195
  StackLayoutComponent
10198
10196
  ];
10199
- const declarations$1 = [
10200
- ...exportedModules$1
10197
+ const declarations$2 = [
10198
+ ...exportedModules$2
10201
10199
  ];
10202
10200
  /**
10203
10201
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
@@ -10205,14 +10203,14 @@ const declarations$1 = [
10205
10203
  */
10206
10204
  class StackLayoutModule {
10207
10205
  }
10208
- StackLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StackLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10209
- StackLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StackLayoutModule, declarations: [StackLayoutComponent], imports: [CommonModule], exports: [StackLayoutComponent] });
10210
- StackLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StackLayoutModule, imports: [[CommonModule]] });
10211
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StackLayoutModule, decorators: [{
10206
+ StackLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StackLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10207
+ StackLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: StackLayoutModule, declarations: [StackLayoutComponent], imports: [CommonModule], exports: [StackLayoutComponent] });
10208
+ StackLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StackLayoutModule, imports: [CommonModule] });
10209
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StackLayoutModule, decorators: [{
10212
10210
  type: NgModule,
10213
10211
  args: [{
10214
- declarations: [declarations$1],
10215
- exports: [exportedModules$1],
10212
+ declarations: [declarations$2],
10213
+ exports: [exportedModules$2],
10216
10214
  imports: [CommonModule]
10217
10215
  }]
10218
10216
  }] });
@@ -10303,8 +10301,8 @@ class GridLayoutComponent {
10303
10301
  return this.localization.rtl ? 'rtl' : 'ltr';
10304
10302
  }
10305
10303
  }
10306
- 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 });
10307
- 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: [
10304
+ GridLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: GridLayoutComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
10305
+ GridLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: [
10308
10306
  LocalizationService,
10309
10307
  {
10310
10308
  provide: L10N_PREFIX,
@@ -10313,7 +10311,7 @@ GridLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
10313
10311
  ], exportAs: ["kendoGridLayout"], usesOnChanges: true, ngImport: i0, template: `
10314
10312
  <ng-content></ng-content>
10315
10313
  `, isInline: true });
10316
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GridLayoutComponent, decorators: [{
10314
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: GridLayoutComponent, decorators: [{
10317
10315
  type: Component,
10318
10316
  args: [{
10319
10317
  exportAs: 'kendoGridLayout',
@@ -10365,11 +10363,11 @@ class GridLayoutItemComponent {
10365
10363
  this.renderer.setStyle(this.element.nativeElement, 'grid-area', gridAreaStyle);
10366
10364
  }
10367
10365
  }
10368
- 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 });
10369
- 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: `
10366
+ GridLayoutItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: GridLayoutItemComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
10367
+ GridLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: GridLayoutItemComponent, selector: "kendo-gridlayout-item", inputs: { row: "row", col: "col", rowSpan: "rowSpan", colSpan: "colSpan" }, usesOnChanges: true, ngImport: i0, template: `
10370
10368
  <ng-content></ng-content>
10371
10369
  `, isInline: true });
10372
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GridLayoutItemComponent, decorators: [{
10370
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: GridLayoutItemComponent, decorators: [{
10373
10371
  type: Component,
10374
10372
  args: [{
10375
10373
  selector: 'kendo-gridlayout-item',
@@ -10387,12 +10385,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
10387
10385
  type: Input
10388
10386
  }] } });
10389
10387
 
10390
- const exportedModules = [
10388
+ const exportedModules$1 = [
10391
10389
  GridLayoutComponent,
10392
10390
  GridLayoutItemComponent
10393
10391
  ];
10394
- const declarations = [
10395
- ...exportedModules
10392
+ const declarations$1 = [
10393
+ ...exportedModules$1
10396
10394
  ];
10397
10395
  /**
10398
10396
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
@@ -10400,20 +10398,1948 @@ const declarations = [
10400
10398
  */
10401
10399
  class GridLayoutModule {
10402
10400
  }
10403
- GridLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GridLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10404
- GridLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GridLayoutModule, declarations: [GridLayoutComponent,
10401
+ GridLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: GridLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10402
+ GridLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: GridLayoutModule, declarations: [GridLayoutComponent,
10405
10403
  GridLayoutItemComponent], imports: [CommonModule], exports: [GridLayoutComponent,
10406
10404
  GridLayoutItemComponent] });
10407
- GridLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GridLayoutModule, imports: [[CommonModule]] });
10408
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GridLayoutModule, decorators: [{
10405
+ GridLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: GridLayoutModule, imports: [CommonModule] });
10406
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: GridLayoutModule, decorators: [{
10409
10407
  type: NgModule,
10410
10408
  args: [{
10411
- declarations: [declarations],
10412
- exports: [exportedModules],
10409
+ declarations: [declarations$1],
10410
+ exports: [exportedModules$1],
10413
10411
  imports: [CommonModule]
10414
10412
  }]
10415
10413
  }] });
10416
10414
 
10415
+ /**
10416
+ * @hidden
10417
+ */
10418
+ const defaultModelFields = {
10419
+ title: 'title',
10420
+ subtitle: 'subtitle',
10421
+ description: 'description',
10422
+ date: 'date',
10423
+ expanded: 'expanded',
10424
+ images: 'images',
10425
+ actions: 'actions',
10426
+ };
10427
+
10428
+ /**
10429
+ * @hidden
10430
+ */
10431
+ const processItems = (items, fields) => {
10432
+ return items.map((item) => parseItem(item, fields));
10433
+ };
10434
+ /**
10435
+ * @hidden
10436
+ */
10437
+ const parseItem = (item, fields) => ({
10438
+ title: item[fields.title] || item.title,
10439
+ date: item[fields.date] || item.date,
10440
+ subtitle: item[fields.subtitle] || item.subtitle,
10441
+ description: item[fields.description] || item.description,
10442
+ expanded: item[fields.expanded] || item.expanded,
10443
+ images: item[fields.images] || item.images,
10444
+ actions: item[fields.actions] || item.actions,
10445
+ });
10446
+ /**
10447
+ * @hidden
10448
+ */
10449
+ const MAX_VISIBLE_EVENTS = 3;
10450
+
10451
+ /**
10452
+ * @hidden
10453
+ */
10454
+ class TimelineService {
10455
+ onToggle(event) {
10456
+ var _a;
10457
+ if (this.timeline) {
10458
+ (_a = this.timeline['onToggle']) === null || _a === void 0 ? void 0 : _a.emit(event);
10459
+ }
10460
+ }
10461
+ onActionClick(event) {
10462
+ var _a;
10463
+ if (this.timeline) {
10464
+ (_a = this.timeline['onActionClick']) === null || _a === void 0 ? void 0 : _a.emit(event);
10465
+ }
10466
+ }
10467
+ onNavigate(event) {
10468
+ var _a;
10469
+ if (this.timeline) {
10470
+ (_a = this.timeline['onNavigate']) === null || _a === void 0 ? void 0 : _a.emit(event);
10471
+ }
10472
+ }
10473
+ }
10474
+ TimelineService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
10475
+ TimelineService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineService });
10476
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineService, decorators: [{
10477
+ type: Injectable
10478
+ }] });
10479
+
10480
+ /**
10481
+ * @hidden
10482
+ */
10483
+ class TimelineCardComponent {
10484
+ constructor(element, timelineService, renderer) {
10485
+ this.element = element;
10486
+ this.timelineService = timelineService;
10487
+ this.renderer = renderer;
10488
+ this.expanded = false;
10489
+ this.collapsible = true;
10490
+ this.reversed = false;
10491
+ this.hostClass = true;
10492
+ this.calloutSvgIcon = chevronRightIcon;
10493
+ this.calloutFontIcon = 'arrow-chevron-right';
10494
+ this.animationState = this.expanded ? 'expanded' : 'collapsed';
10495
+ this.animationInProgress = false;
10496
+ }
10497
+ set calloutStyle(value) {
10498
+ // applies only to horizontal orientation where the callout points upwards
10499
+ if (!this.calloutElementRef || !this.calloutElementRef.nativeElement.classList.contains('k-callout-n')) {
10500
+ return;
10501
+ }
10502
+ this.calloutElementRef.nativeElement.style.left = value === null || value === void 0 ? void 0 : value.left;
10503
+ }
10504
+ get collapsedClass() {
10505
+ return !this.expanded && !this.animationInProgress && this.animationState === 'collapsed';
10506
+ }
10507
+ onComponentKeyDown(event) {
10508
+ if (!this.navigable) {
10509
+ return;
10510
+ }
10511
+ if (event.keyCode === Keys.Space || event.keyCode === Keys.Enter) {
10512
+ event.preventDefault();
10513
+ if (this.collapsible && this.orientation === 'vertical') {
10514
+ this.expanded = !this.expanded;
10515
+ }
10516
+ }
10517
+ }
10518
+ get role() {
10519
+ return this.orientation === 'vertical' ? 'button' : 'tabpanel';
10520
+ }
10521
+ get ariaLive() {
10522
+ return this.orientation === 'vertical' ? 'polite' : null;
10523
+ }
10524
+ get ariaExpanded() {
10525
+ return this.orientation === 'vertical' ? this.expanded : null;
10526
+ }
10527
+ ngAfterViewInit() {
10528
+ this.makeOverflowVisible();
10529
+ }
10530
+ ngOnChanges(changes) {
10531
+ if (isChanged('collapsible', changes, false)) {
10532
+ if (!this.collapsible) {
10533
+ this.expanded = true;
10534
+ }
10535
+ }
10536
+ }
10537
+ toggle() {
10538
+ if (this.orientation === 'vertical') {
10539
+ this.expanded = this.collapsible ? !this.expanded : true;
10540
+ this.timelineService.onToggle(this.index);
10541
+ }
10542
+ }
10543
+ expand() {
10544
+ if (!this.expanded) {
10545
+ this.expanded = true;
10546
+ this.timelineService.onToggle(this.index);
10547
+ }
10548
+ }
10549
+ collapse() {
10550
+ if (!this.collapsible || !this.expanded) {
10551
+ return;
10552
+ }
10553
+ this.expanded = false;
10554
+ this.timelineService.onToggle(this.index);
10555
+ }
10556
+ onActionClick(event) {
10557
+ event.stopPropagation();
10558
+ this.timelineService.onActionClick(this.index);
10559
+ }
10560
+ animationStart() {
10561
+ this.animationInProgress = true;
10562
+ }
10563
+ animationDone(event) {
10564
+ this.animationInProgress = false;
10565
+ if (event.toState === 'expanded' && event.fromState !== 'expanded') {
10566
+ this.animationState = 'expanded';
10567
+ this.makeOverflowVisible();
10568
+ }
10569
+ else if (event.toState === 'collapsed' && event.fromState !== 'collapsed') {
10570
+ this.animationState = 'collapsed';
10571
+ }
10572
+ }
10573
+ makeOverflowVisible() {
10574
+ var _a;
10575
+ if (this.orientation === 'vertical') {
10576
+ return;
10577
+ }
10578
+ const cardBody = (_a = this.element) === null || _a === void 0 ? void 0 : _a.nativeElement.querySelector('.k-card-body');
10579
+ if (cardBody) {
10580
+ this.renderer.setStyle(cardBody, 'overflow', 'auto');
10581
+ }
10582
+ }
10583
+ }
10584
+ TimelineCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineCardComponent, deps: [{ token: i0.ElementRef }, { token: TimelineService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
10585
+ TimelineCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: `
10586
+ <kendo-card
10587
+ [ngStyle]="{ 'height': orientation === 'horizontal' ? eventHeight + 'px' : null }"
10588
+ [width]="orientation === 'horizontal' ? 'auto' : eventWidth + 'px'"
10589
+ class="k-card-with-callout k-card-vertical"
10590
+ (click)="toggle()"
10591
+ [attr.role]="role"
10592
+ [attr.aria-live]="ariaLive"
10593
+ [attr.aria-expanded]="ariaExpanded"
10594
+ [attr.tabindex]="tabIndex"
10595
+ >
10596
+ <span
10597
+ #callout
10598
+ *ngIf="event"
10599
+ class="k-timeline-card-callout k-card-callout"
10600
+ [ngClass]="{
10601
+ 'k-callout-n': orientation === 'horizontal',
10602
+ 'k-callout-w': orientation === 'vertical' && !this.reversed,
10603
+ 'k-callout-e': orientation === 'vertical' && this.reversed
10604
+ }"
10605
+ >
10606
+ </span>
10607
+ <div *ngIf="event" class="k-card-inner">
10608
+ <kendo-card-header>
10609
+ <ng-template
10610
+ *ngIf="headerTemplate"
10611
+ [ngTemplateOutlet]="headerTemplate?.templateRef"
10612
+ [ngTemplateOutletContext]="{ $implicit: event, index: index}">
10613
+ >
10614
+ </ng-template>
10615
+
10616
+ <div kendoCardTitle *ngIf="!headerTemplate">
10617
+ <span class="k-event-title">{{ event.title }}</span>
10618
+ <button
10619
+ kendoButton
10620
+ *ngIf="collapsible && orientation === 'vertical'"
10621
+ [icon]="calloutFontIcon"
10622
+ [svgIcon]="calloutSvgIcon"
10623
+ class="k-event-collapse"
10624
+ fillMode="flat"
10625
+ [attr.aria-hidden]="true"
10626
+ tabindex="-1"
10627
+ type="button"
10628
+ ></button>
10629
+ </div>
10630
+ <div kendoCardSubtitle *ngIf="!headerTemplate">{{ event.subtitle }}</div>
10631
+ </kendo-card-header>
10632
+
10633
+ <kendo-card-body
10634
+ *ngIf="event.description || event.images"
10635
+ [@toggle]="{value: expanded ? 'expanded' : 'collapsed', params: {animationDuration: this.animationDuration || 0}}"
10636
+ (@toggle.start)="animationStart()"
10637
+ (@toggle.done)="animationDone($event)"
10638
+ >
10639
+ <ng-template
10640
+ *ngIf="bodyTemplate"
10641
+ [ngTemplateOutlet]="bodyTemplate?.templateRef"
10642
+ [ngTemplateOutletContext]="{ $implicit: event, index: index}">
10643
+ >
10644
+ </ng-template>
10645
+
10646
+ <div *ngIf="!bodyTemplate" class="k-card-description">
10647
+ <p *ngIf="event.description">{{ event.description }}</p>
10648
+ <ng-container *ngFor="let image of event.images">
10649
+ <img *ngIf="image.alt" kendoCardMedia [src]="image.src" [alt]="image.alt" />
10650
+ <img *ngIf="!image.alt" kendoCardMedia [src]="image.src" />
10651
+ </ng-container>
10652
+ </div>
10653
+ </kendo-card-body>
10654
+
10655
+ <kendo-card-actions
10656
+ *ngIf="event.actions"
10657
+ [@toggle]="{value: expanded ? 'expanded' : 'collapsed', params: {animationDuration: this.animationDuration || 0}}"
10658
+ >
10659
+ <ng-template
10660
+ *ngIf="actionsTemplate"
10661
+ [ngTemplateOutlet]="actionsTemplate?.templateRef"
10662
+ [ngTemplateOutletContext]="{ $implicit: event, index: index}">
10663
+ >
10664
+ </ng-template>
10665
+
10666
+ <ng-container *ngIf="!actionsTemplate">
10667
+ <a *ngFor="let action of event.actions"
10668
+ [href]="action.url"
10669
+ [target]="action.target === 'blank' ? '_blank' : '_self'"
10670
+ (click)="onActionClick($event)"
10671
+ class="k-button k-button-md k-rounded-md k-button-flat k-button-flat-primary"
10672
+ role="button"
10673
+ >
10674
+ {{ action.text }}
10675
+ </a>
10676
+ </ng-container>
10677
+ </kendo-card-actions>
10678
+ </div>
10679
+ </kendo-card>
10680
+ `, 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: [
10681
+ trigger('toggle', [
10682
+ state('collapsed', style({
10683
+ height: '0',
10684
+ 'overflow-y': 'hidden',
10685
+ display: 'none'
10686
+ })),
10687
+ state('expanded', style({
10688
+ height: '*',
10689
+ 'overflow-y': 'hidden',
10690
+ display: 'block'
10691
+ })),
10692
+ transition('collapsed <=> expanded', [
10693
+ animate('{{animationDuration}}ms')
10694
+ ], { params: { animationDuration: '400' } }),
10695
+ ])
10696
+ ] });
10697
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineCardComponent, decorators: [{
10698
+ type: Component,
10699
+ args: [{
10700
+ animations: [
10701
+ trigger('toggle', [
10702
+ state('collapsed', style({
10703
+ height: '0',
10704
+ 'overflow-y': 'hidden',
10705
+ display: 'none'
10706
+ })),
10707
+ state('expanded', style({
10708
+ height: '*',
10709
+ 'overflow-y': 'hidden',
10710
+ display: 'block'
10711
+ })),
10712
+ transition('collapsed <=> expanded', [
10713
+ animate('{{animationDuration}}ms')
10714
+ ], { params: { animationDuration: '400' } }),
10715
+ ])
10716
+ ],
10717
+ providers: [],
10718
+ exportAs: 'kendoTimelineCard',
10719
+ selector: 'kendo-timeline-card',
10720
+ template: `
10721
+ <kendo-card
10722
+ [ngStyle]="{ 'height': orientation === 'horizontal' ? eventHeight + 'px' : null }"
10723
+ [width]="orientation === 'horizontal' ? 'auto' : eventWidth + 'px'"
10724
+ class="k-card-with-callout k-card-vertical"
10725
+ (click)="toggle()"
10726
+ [attr.role]="role"
10727
+ [attr.aria-live]="ariaLive"
10728
+ [attr.aria-expanded]="ariaExpanded"
10729
+ [attr.tabindex]="tabIndex"
10730
+ >
10731
+ <span
10732
+ #callout
10733
+ *ngIf="event"
10734
+ class="k-timeline-card-callout k-card-callout"
10735
+ [ngClass]="{
10736
+ 'k-callout-n': orientation === 'horizontal',
10737
+ 'k-callout-w': orientation === 'vertical' && !this.reversed,
10738
+ 'k-callout-e': orientation === 'vertical' && this.reversed
10739
+ }"
10740
+ >
10741
+ </span>
10742
+ <div *ngIf="event" class="k-card-inner">
10743
+ <kendo-card-header>
10744
+ <ng-template
10745
+ *ngIf="headerTemplate"
10746
+ [ngTemplateOutlet]="headerTemplate?.templateRef"
10747
+ [ngTemplateOutletContext]="{ $implicit: event, index: index}">
10748
+ >
10749
+ </ng-template>
10750
+
10751
+ <div kendoCardTitle *ngIf="!headerTemplate">
10752
+ <span class="k-event-title">{{ event.title }}</span>
10753
+ <button
10754
+ kendoButton
10755
+ *ngIf="collapsible && orientation === 'vertical'"
10756
+ [icon]="calloutFontIcon"
10757
+ [svgIcon]="calloutSvgIcon"
10758
+ class="k-event-collapse"
10759
+ fillMode="flat"
10760
+ [attr.aria-hidden]="true"
10761
+ tabindex="-1"
10762
+ type="button"
10763
+ ></button>
10764
+ </div>
10765
+ <div kendoCardSubtitle *ngIf="!headerTemplate">{{ event.subtitle }}</div>
10766
+ </kendo-card-header>
10767
+
10768
+ <kendo-card-body
10769
+ *ngIf="event.description || event.images"
10770
+ [@toggle]="{value: expanded ? 'expanded' : 'collapsed', params: {animationDuration: this.animationDuration || 0}}"
10771
+ (@toggle.start)="animationStart()"
10772
+ (@toggle.done)="animationDone($event)"
10773
+ >
10774
+ <ng-template
10775
+ *ngIf="bodyTemplate"
10776
+ [ngTemplateOutlet]="bodyTemplate?.templateRef"
10777
+ [ngTemplateOutletContext]="{ $implicit: event, index: index}">
10778
+ >
10779
+ </ng-template>
10780
+
10781
+ <div *ngIf="!bodyTemplate" class="k-card-description">
10782
+ <p *ngIf="event.description">{{ event.description }}</p>
10783
+ <ng-container *ngFor="let image of event.images">
10784
+ <img *ngIf="image.alt" kendoCardMedia [src]="image.src" [alt]="image.alt" />
10785
+ <img *ngIf="!image.alt" kendoCardMedia [src]="image.src" />
10786
+ </ng-container>
10787
+ </div>
10788
+ </kendo-card-body>
10789
+
10790
+ <kendo-card-actions
10791
+ *ngIf="event.actions"
10792
+ [@toggle]="{value: expanded ? 'expanded' : 'collapsed', params: {animationDuration: this.animationDuration || 0}}"
10793
+ >
10794
+ <ng-template
10795
+ *ngIf="actionsTemplate"
10796
+ [ngTemplateOutlet]="actionsTemplate?.templateRef"
10797
+ [ngTemplateOutletContext]="{ $implicit: event, index: index}">
10798
+ >
10799
+ </ng-template>
10800
+
10801
+ <ng-container *ngIf="!actionsTemplate">
10802
+ <a *ngFor="let action of event.actions"
10803
+ [href]="action.url"
10804
+ [target]="action.target === 'blank' ? '_blank' : '_self'"
10805
+ (click)="onActionClick($event)"
10806
+ class="k-button k-button-md k-rounded-md k-button-flat k-button-flat-primary"
10807
+ role="button"
10808
+ >
10809
+ {{ action.text }}
10810
+ </a>
10811
+ </ng-container>
10812
+ </kendo-card-actions>
10813
+ </div>
10814
+ </kendo-card>
10815
+ `,
10816
+ }]
10817
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: TimelineService }, { type: i0.Renderer2 }]; }, propDecorators: { event: [{
10818
+ type: Input
10819
+ }], expanded: [{
10820
+ type: Input
10821
+ }], collapsible: [{
10822
+ type: Input
10823
+ }], reversed: [{
10824
+ type: Input
10825
+ }], orientation: [{
10826
+ type: Input
10827
+ }], navigable: [{
10828
+ type: Input
10829
+ }], tabIndex: [{
10830
+ type: Input
10831
+ }], animationDuration: [{
10832
+ type: Input
10833
+ }], index: [{
10834
+ type: Input
10835
+ }], eventWidth: [{
10836
+ type: Input
10837
+ }], eventHeight: [{
10838
+ type: Input
10839
+ }], headerTemplate: [{
10840
+ type: Input
10841
+ }], bodyTemplate: [{
10842
+ type: Input
10843
+ }], actionsTemplate: [{
10844
+ type: Input
10845
+ }], calloutStyle: [{
10846
+ type: Input
10847
+ }], calloutElementRef: [{
10848
+ type: ViewChild,
10849
+ args: ['callout']
10850
+ }], hostClass: [{
10851
+ type: HostBinding,
10852
+ args: ['class.k-timeline-card']
10853
+ }], collapsedClass: [{
10854
+ type: HostBinding,
10855
+ args: ['class.k-collapsed']
10856
+ }], onComponentKeyDown: [{
10857
+ type: HostListener,
10858
+ args: ['keydown', ['$event']]
10859
+ }] } });
10860
+
10861
+ const DEFAULT_TAB_WIDTH = 200;
10862
+ const SPACE_BETWEEN_TABS = 25;
10863
+ const TRANSITION_EVENTS_COUNT = 3;
10864
+ /**
10865
+ * @hidden
10866
+ */
10867
+ class TimelineHorizontalComponent {
10868
+ constructor(cdr, _zone, renderer, timelineService, localization) {
10869
+ this.cdr = cdr;
10870
+ this._zone = _zone;
10871
+ this.renderer = renderer;
10872
+ this.timelineService = timelineService;
10873
+ this.localization = localization;
10874
+ this.events = [];
10875
+ this.svgLeftIcon = caretAltLeftIcon;
10876
+ this.svgRightIcon = caretAltRightIcon;
10877
+ this.animationState = 'center';
10878
+ this.translateValue = 0;
10879
+ this.eventsInInterval = [0, 1, 2];
10880
+ this.selectedCardIndex = 0;
10881
+ this.tabWidth = DEFAULT_TAB_WIDTH;
10882
+ this.firstCircleInView = 0;
10883
+ this.visibleEvents = [];
10884
+ this.trackItems = [];
10885
+ this.previousTitle = 'previous';
10886
+ this.nextTitle = 'next';
10887
+ this.subscriptions = new Subscription();
10888
+ }
10889
+ get selectedEvent() {
10890
+ return this._selectedEvent;
10891
+ }
10892
+ set selectedEvent(value) {
10893
+ if (this._selectedEvent === value) {
10894
+ return;
10895
+ }
10896
+ const newSelectedIndex = this.events.findIndex(event => event === value);
10897
+ if (newSelectedIndex === -1 && value !== null) {
10898
+ return;
10899
+ }
10900
+ this._selectedEvent = value;
10901
+ this.selectedEventIndex = newSelectedIndex;
10902
+ this.calloutStyle = this.calloutOffset;
10903
+ }
10904
+ ngOnInit() {
10905
+ this._zone.runOutsideAngular(() => this.subscriptions.add(fromEvent(window, 'resize').subscribe(this.handleWindowResize.bind(this))));
10906
+ this.l10nChange();
10907
+ this.subscriptions.add(this.localization.changes.subscribe(this.l10nChange.bind(this)));
10908
+ if (this.events.length > 0) {
10909
+ this.selectedEvent = this.events[0];
10910
+ }
10911
+ this.events.forEach(event => {
10912
+ if (event.flag) {
10913
+ this.trackItems.push({ isFlag: event.flag });
10914
+ }
10915
+ this.trackItems.push(event);
10916
+ });
10917
+ }
10918
+ ngAfterViewInit() {
10919
+ this.subscriptions.add(this.renderer.listen(this.trackElementRef.nativeElement, 'keydown', this.onKeyDown.bind(this)));
10920
+ this.trackWrapWidth = this.trackElementRef.nativeElement.getBoundingClientRect().width;
10921
+ this.scrollableTrackWidth = this.scrollableTrackElementRef.nativeElement.getBoundingClientRect().width;
10922
+ this._zone.runOutsideAngular(() => {
10923
+ this.onCirclesChange();
10924
+ this.subscriptions.add(this.circleElementRefs.changes.subscribe(this.onCirclesChange.bind(this)));
10925
+ this.subscriptions.add(this.cardElementRefs.changes.subscribe(this.onCardsChange.bind(this)));
10926
+ });
10927
+ if (this.events.length === 0) {
10928
+ return;
10929
+ }
10930
+ this.onCardsChange();
10931
+ if (this.cardComponents.get(this.selectedCardIndex)) {
10932
+ this.cardComponents.get(this.selectedCardIndex).calloutStyle = this.calloutOffset;
10933
+ this.focusTrackItem(0);
10934
+ }
10935
+ }
10936
+ ngOnChanges(changes) {
10937
+ if (isChanged('events', changes)) {
10938
+ if (!this.events || this.events.length === 0) {
10939
+ this.selectedEvent = null;
10940
+ this.trackItems = [];
10941
+ this.visibleEvents = [];
10942
+ }
10943
+ else {
10944
+ this.trackItems = [];
10945
+ this.events.forEach(event => {
10946
+ if (event.flag) {
10947
+ this.trackItems.push({ isFlag: event.flag });
10948
+ }
10949
+ this.trackItems.push(event);
10950
+ });
10951
+ this.visibleEvents = this.trackItems
10952
+ .slice(this.firstCircleInView, this.firstCircleInView + this.visibleTabsCount)
10953
+ .filter(event => !event.isFlag);
10954
+ this.selectedEvent = this.events[0];
10955
+ this.cdr.detectChanges();
10956
+ this.calloutStyle = this.calloutOffset;
10957
+ this.focusTrackItem(0);
10958
+ }
10959
+ }
10960
+ }
10961
+ ngOnDestroy() {
10962
+ this.subscriptions.unsubscribe();
10963
+ }
10964
+ handleWindowResize() {
10965
+ if (this.trackWrapWidth === this.trackElementRef.nativeElement.getBoundingClientRect().width) {
10966
+ return;
10967
+ }
10968
+ this.cardWidth = this.cardComponents.get(this.selectedCardIndex).element.nativeElement.offsetWidth;
10969
+ this.transformCards();
10970
+ this.trackWrapWidth = this.trackElementRef.nativeElement.getBoundingClientRect().width;
10971
+ this.scrollableTrackWidth = this.scrollableTrackElementRef.nativeElement.getBoundingClientRect().width;
10972
+ this.changeTabsCount();
10973
+ this._zone.run(() => {
10974
+ this.cardComponents.get(this.selectedCardIndex).calloutStyle = this.calloutOffset;
10975
+ });
10976
+ }
10977
+ onTransitionEnd() {
10978
+ var _a;
10979
+ (_a = this.cardElementRefs) === null || _a === void 0 ? void 0 : _a.forEach(card => this.renderer.removeStyle(card.nativeElement, 'transition-duration'));
10980
+ this.cardComponents.get(this.selectedCardIndex).event = this.selectedEvent;
10981
+ this.calloutStyle = this.calloutOffset;
10982
+ }
10983
+ onTrackTransitionEnd() {
10984
+ this.calloutStyle = this.calloutOffset;
10985
+ }
10986
+ onSlideDone() {
10987
+ this.calloutStyle = this.calloutOffset;
10988
+ }
10989
+ previous() {
10990
+ if (this.firstCircleInView === 0) {
10991
+ return;
10992
+ }
10993
+ this.updateInterval(false);
10994
+ }
10995
+ previousClick() {
10996
+ this.previous();
10997
+ this.timelineService.onNavigate('previous');
10998
+ }
10999
+ next() {
11000
+ if (!this.visibleTabsCount || this.firstCircleInView + this.visibleTabsCount > this.trackItems.length) {
11001
+ return;
11002
+ }
11003
+ this.updateInterval(true);
11004
+ }
11005
+ nextClick() {
11006
+ this.next();
11007
+ this.timelineService.onNavigate('next');
11008
+ }
11009
+ open(index) {
11010
+ if (index < 0 || index >= this.events.length) {
11011
+ return;
11012
+ }
11013
+ if (this.visibleEvents.findIndex(event => event === this.events[index]) === -1) {
11014
+ // determine the start and end of the interval that the event belongs to, regardless of its position in the interval
11015
+ const trackItemIndex = this.trackItems.findIndex(event => event === this.events[index]);
11016
+ const start = Math.floor(trackItemIndex / this.visibleTabsCount) * this.visibleTabsCount;
11017
+ this.navigateToInterval(start, index);
11018
+ }
11019
+ this.selectedEvent = this.events[index];
11020
+ this.selectedCardIndex = this.getOtherSelectedCardIndex(index > this.selectedEventIndex);
11021
+ this.calloutStyle = this.calloutOffset;
11022
+ this.focusTrackItem(this.selectedEventIndex);
11023
+ this.animateCards();
11024
+ }
11025
+ navigateToEvent(index) {
11026
+ const eventIndex = this.events.findIndex(event => event === this.trackItems[index]);
11027
+ if (this.selectedEventIndex === eventIndex) {
11028
+ return;
11029
+ }
11030
+ this.selectedEvent = this.events[eventIndex];
11031
+ this.selectedCardIndex = this.getOtherSelectedCardIndex(index > eventIndex);
11032
+ this.calloutStyle = this.calloutOffset;
11033
+ this.animateCards();
11034
+ }
11035
+ getOtherSelectedCardIndex(forward) {
11036
+ // change the selected card which changes all cards' transform styles
11037
+ if (forward) {
11038
+ return this.selectedCardIndex === 0 ? TRANSITION_EVENTS_COUNT - 1 : this.selectedCardIndex - 1;
11039
+ }
11040
+ return this.selectedCardIndex === TRANSITION_EVENTS_COUNT - 1 ? 0 : this.selectedCardIndex + 1;
11041
+ }
11042
+ tabStyle() {
11043
+ if (!this.tabFlex) {
11044
+ return {};
11045
+ }
11046
+ return { 'flex': `1 0 ${this.tabFlex}%` };
11047
+ }
11048
+ getTransformation(width, position) {
11049
+ if (position === this.selectedCardIndex - 1 || position === this.selectedCardIndex + 2) {
11050
+ return `translate3d(${-width}px, 0, 0)`;
11051
+ }
11052
+ if (position === this.selectedCardIndex + 1 || position === this.selectedCardIndex - 2) {
11053
+ return `translate3d(${width}px, 0, 0)`;
11054
+ }
11055
+ return `translate3d(0, 0, 0)`;
11056
+ }
11057
+ getState(position) {
11058
+ if (position === this.selectedCardIndex) {
11059
+ return 'center';
11060
+ }
11061
+ if (position === this.selectedCardIndex - 1 || position === this.selectedCardIndex + 2) {
11062
+ return 'left';
11063
+ }
11064
+ return 'right';
11065
+ }
11066
+ get calloutOffset() {
11067
+ var _a;
11068
+ if (!((_a = this.circleElementRefs) === null || _a === void 0 ? void 0 : _a.first) || !this.trackElementRef || !isPresent$1(this.selectedEventIndex)) {
11069
+ return {};
11070
+ }
11071
+ const circleCenter = this.circleElementRefs.get(this.selectedEventIndex).nativeElement.getBoundingClientRect().left +
11072
+ this.circleElementRefs.get(this.selectedEventIndex).nativeElement.offsetWidth / 2;
11073
+ const trackOffset = this.trackElementRef.nativeElement.getBoundingClientRect().left;
11074
+ return { left: `${circleCenter - trackOffset}px` };
11075
+ }
11076
+ get isFirstRange() {
11077
+ return this.firstCircleInView === 0;
11078
+ }
11079
+ get isLastRange() {
11080
+ var _a, _b;
11081
+ if (!((_a = this.circleElementRefs) === null || _a === void 0 ? void 0 : _a.first) && !((_b = this.flagElementRefs) === null || _b === void 0 ? void 0 : _b.first)) {
11082
+ return false;
11083
+ }
11084
+ return this.trackItems.length === 0 ||
11085
+ this.firstCircleInView + this.visibleTabsCount >= this.trackItems.length;
11086
+ }
11087
+ onCardsChange() {
11088
+ var _a;
11089
+ if ((_a = this.cardElementRefs) === null || _a === void 0 ? void 0 : _a.get(this.selectedCardIndex)) {
11090
+ this.cardWidth = this.cardElementRefs.get(this.selectedCardIndex).nativeElement.offsetWidth;
11091
+ this.transformCards();
11092
+ }
11093
+ }
11094
+ onCirclesChange() {
11095
+ var _a;
11096
+ if (!((_a = this.circleElementRefs) === null || _a === void 0 ? void 0 : _a.first)) {
11097
+ return;
11098
+ }
11099
+ this.circleElementRefs
11100
+ .map(element => element.nativeElement)
11101
+ .forEach((element, index) => {
11102
+ this.subscriptions.add(this.renderer.listen(element, 'click', () => {
11103
+ this.focusTrackItem(index);
11104
+ }));
11105
+ });
11106
+ const width = this.circleElementRefs.first.nativeElement.getBoundingClientRect().width;
11107
+ if (width > DEFAULT_TAB_WIDTH) {
11108
+ this.tabWidth = this.circleElementRefs.first.nativeElement.getBoundingClientRect().width + SPACE_BETWEEN_TABS;
11109
+ }
11110
+ this.changeTabsCount();
11111
+ this.visibleEvents = this.trackItems
11112
+ .slice(this.firstCircleInView, this.firstCircleInView + this.visibleTabsCount)
11113
+ .filter(event => !event.isFlag);
11114
+ }
11115
+ onKeyDown(event) {
11116
+ if (!this.navigable) {
11117
+ return;
11118
+ }
11119
+ if (event.keyCode === Keys.Home) {
11120
+ this.onHomeKey();
11121
+ }
11122
+ else if (event.keyCode === Keys.End) {
11123
+ this.onEndKey();
11124
+ }
11125
+ else if (event.keyCode === Keys.ArrowRight) {
11126
+ this.onArrowRightKey();
11127
+ }
11128
+ else if (event.keyCode === Keys.ArrowLeft) {
11129
+ this.onArrowLeftKey();
11130
+ }
11131
+ }
11132
+ focusTrackItem(index) {
11133
+ if (!this.circleElementRefs || index < 0 || index >= this.circleElementRefs.length) {
11134
+ return;
11135
+ }
11136
+ const selectedTrackItem = this.circleElementRefs
11137
+ .find(element => element.nativeElement.hasAttribute('aria-selected'));
11138
+ if (selectedTrackItem) {
11139
+ this.removeTrackItemAttributes(selectedTrackItem);
11140
+ this.removeCardsAttributes();
11141
+ }
11142
+ const newTrackItem = this.circleElementRefs.get(index).nativeElement;
11143
+ this.setTrackItemAttributes(newTrackItem, index);
11144
+ }
11145
+ setTrackItemAttributes(element, index) {
11146
+ const innerCard = this.cardComponents.get(this.selectedCardIndex).element.nativeElement.querySelector('.k-card');
11147
+ const selectedCircle = this.circleElementRefs.get(index).nativeElement;
11148
+ this.renderer.addClass(element, 'k-focus');
11149
+ this.renderer.setAttribute(element, 'aria-selected', 'true');
11150
+ this.assignAriaLabel(innerCard, selectedCircle);
11151
+ this.assignAriaDescribedBy(innerCard, selectedCircle);
11152
+ }
11153
+ removeTrackItemAttributes(element) {
11154
+ this.renderer.removeClass(element.nativeElement, 'k-focus');
11155
+ this.renderer.removeAttribute(element.nativeElement, 'aria-selected');
11156
+ this.renderer.removeAttribute(element.nativeElement, 'id');
11157
+ this.renderer.removeAttribute(element.nativeElement, 'aria-describedby');
11158
+ }
11159
+ removeCardsAttributes() {
11160
+ this.cardElementRefs.forEach(card => {
11161
+ this.renderer.removeAttribute(card.nativeElement.querySelector('.k-card'), 'id');
11162
+ this.renderer.removeAttribute(card.nativeElement.querySelector('.k-card'), 'aria-label');
11163
+ });
11164
+ }
11165
+ assignAriaLabel(cardElement, dateElement) {
11166
+ const dateLabelId = `k-${guid()}`;
11167
+ this.renderer.setAttribute(dateElement, 'id', dateLabelId);
11168
+ this.renderer.setAttribute(cardElement, 'aria-label', dateLabelId);
11169
+ }
11170
+ assignAriaDescribedBy(cardElement, dateElement) {
11171
+ const cardId = `k-${guid()}`;
11172
+ this.renderer.setAttribute(cardElement, 'id', cardId);
11173
+ this.renderer.setAttribute(dateElement, 'aria-describedby', cardId);
11174
+ }
11175
+ updateInterval(forward) {
11176
+ let start = forward ? this.firstCircleInView + this.visibleTabsCount : this.firstCircleInView - this.visibleTabsCount;
11177
+ if (start < 0 || start >= this.trackItems.length) {
11178
+ start = 0;
11179
+ }
11180
+ this.navigateToInterval(start, 0, forward, !forward);
11181
+ }
11182
+ onHomeKey() {
11183
+ this.navigateToFirstInterval();
11184
+ }
11185
+ onEndKey() {
11186
+ this.navigateToLastInterval();
11187
+ }
11188
+ onArrowRightKey() {
11189
+ this.navigateToOtherEvent(true);
11190
+ }
11191
+ onArrowLeftKey() {
11192
+ this.navigateToOtherEvent(false);
11193
+ }
11194
+ navigateToFirstInterval() {
11195
+ this.navigateToInterval(0);
11196
+ }
11197
+ navigateToLastInterval() {
11198
+ const start = Math.floor(this.trackItems.length / this.visibleTabsCount) * this.visibleTabsCount;
11199
+ this.navigateToInterval(start, this.events.length - 1);
11200
+ }
11201
+ navigateToOtherEvent(direction) {
11202
+ const offset = direction ? 1 : -1;
11203
+ const newIndex = this.selectedEventIndex + offset;
11204
+ if (newIndex < 0 || newIndex >= this.events.length) {
11205
+ return;
11206
+ }
11207
+ if (this.visibleEvents.findIndex(event => event === this.events[newIndex]) === -1) {
11208
+ this.updateInterval(direction);
11209
+ }
11210
+ else {
11211
+ this.selectedEvent = this.events[newIndex];
11212
+ this.selectedCardIndex = this.getOtherSelectedCardIndex(direction);
11213
+ this.focusTrackItem(this.selectedEventIndex);
11214
+ this.animateCards();
11215
+ this.cdr.markForCheck();
11216
+ }
11217
+ }
11218
+ navigateToInterval(start, selectedIndex = 0, selectFirst = false, selectLast = false) {
11219
+ const end = start + this.visibleTabsCount < this.trackItems.length ? start + this.visibleTabsCount : undefined;
11220
+ const forward = this.firstCircleInView < start;
11221
+ this.firstCircleInView = start;
11222
+ const interval = Math.floor(start / this.visibleTabsCount);
11223
+ this.translateValue = interval * -100;
11224
+ this.animationState = forward ? 'right' : 'left';
11225
+ this.visibleEvents = this.trackItems.slice(this.firstCircleInView, end).filter(event => !event.isFlag);
11226
+ if (selectFirst) {
11227
+ this.selectedEvent = this.visibleEvents[0];
11228
+ }
11229
+ else if (selectLast) {
11230
+ this.selectedEvent = this.visibleEvents[this.visibleEvents.length - 1];
11231
+ }
11232
+ else {
11233
+ this.selectedEvent = this.events[selectedIndex];
11234
+ }
11235
+ this.selectedCardIndex = this.getOtherSelectedCardIndex(forward);
11236
+ this.cdr.detectChanges();
11237
+ this.focusTrackItem(this.selectedEventIndex);
11238
+ this.animateCards();
11239
+ this.calloutStyle = this.calloutOffset;
11240
+ this.cdr.markForCheck();
11241
+ }
11242
+ animateCards() {
11243
+ if (this.animationDuration) {
11244
+ this.cardComponents.get(this.selectedCardIndex).event = null;
11245
+ }
11246
+ this.cardElementRefs.forEach((card, index) => {
11247
+ this.renderer.setStyle(card.nativeElement, 'transform', this.getTransformation(this.cardWidth, index));
11248
+ this.renderer.setStyle(card.nativeElement, 'transition-duration', `${this.animationDuration || 0}ms`);
11249
+ });
11250
+ }
11251
+ transformCards() {
11252
+ this.cardElementRefs.forEach((card, index) => this.renderer.setStyle(card.nativeElement, 'transform', this.getTransformation(this.cardWidth, index)));
11253
+ }
11254
+ changeTabsCount() {
11255
+ this.visibleTabsCount = Math.round(this.scrollableTrackWidth / this.tabWidth);
11256
+ if (this.tabFlex !== 100 / this.visibleTabsCount) {
11257
+ this.tabFlex = 100 / this.visibleTabsCount;
11258
+ this.circleElementRefs.forEach(item => this.renderer.setStyle(item.nativeElement, 'flex', `1 0 ${this.tabFlex}%`));
11259
+ this.flagElementRefs.forEach(item => this.renderer.setStyle(item.nativeElement, 'flex', `1 0 ${this.tabFlex}%`));
11260
+ this.cdr.detectChanges();
11261
+ this.visibleEvents = this.trackItems
11262
+ .slice(this.firstCircleInView, this.firstCircleInView + this.visibleTabsCount)
11263
+ .filter(event => !event.isFlag);
11264
+ if (!this.visibleEvents.find(event => event === this.selectedEvent)) {
11265
+ const trackItemIndex = this.trackItems.findIndex(event => event === this.selectedEvent);
11266
+ this.navigateToInterval(trackItemIndex, this.selectedEventIndex);
11267
+ }
11268
+ }
11269
+ }
11270
+ l10nChange() {
11271
+ if (this.localization.get('previous')) {
11272
+ this.previousTitle = this.localization.get('previous');
11273
+ }
11274
+ if (this.localization.get('next')) {
11275
+ this.nextTitle = this.localization.get('next');
11276
+ }
11277
+ this.cdr.markForCheck();
11278
+ }
11279
+ }
11280
+ TimelineHorizontalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineHorizontalComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: TimelineService }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
11281
+ TimelineHorizontalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: `
11282
+ <div class="k-timeline-track-wrap" #track>
11283
+ <button
11284
+ kendoButton
11285
+ [svgIcon]="svgLeftIcon"
11286
+ class="k-timeline-arrow k-timeline-arrow-left"
11287
+ rounded="full"
11288
+ [title]="previousTitle"
11289
+ (click)="previousClick()"
11290
+ [disabled]="isFirstRange"
11291
+ [attr.aria-hidden]="true"
11292
+ tabindex="-1"
11293
+ type="button"
11294
+ ></button>
11295
+ <button
11296
+ kendoButton
11297
+ [svgIcon]="svgRightIcon"
11298
+ class="k-timeline-arrow k-timeline-arrow-right"
11299
+ rounded="full"
11300
+ [title]="nextTitle"
11301
+ (click)="nextClick()"
11302
+ [disabled]="isLastRange"
11303
+ [attr.aria-hidden]="true"
11304
+ tabindex="-1"
11305
+ type="button"
11306
+ ></button>
11307
+ <div class="k-timeline-track">
11308
+ <ul class="k-timeline-scrollable-wrap"
11309
+ #scrollableTrack
11310
+ [attr.role]="'tablist'"
11311
+ [attr.tabindex]="'0'"
11312
+ [@trackSlide]="{value: animationState, params: {transformValue: this.translateValue}}"
11313
+ (@trackSlide.done)="onSlideDone()"
11314
+ (transitionend)="onTrackTransitionEnd()"
11315
+ >
11316
+ <ng-container *ngFor="let event of trackItems; let index = index">
11317
+ <li
11318
+ #trackFlag
11319
+ *ngIf="event.isFlag"
11320
+ class="k-timeline-flag-wrap k-timeline-track-item"
11321
+ [attr.role]="'none'"
11322
+ [attr.aria-hidden]="true"
11323
+ [ngStyle]="tabStyle()"
11324
+ >
11325
+ <span class="k-timeline-flag">{{ event.isFlag }}</span>
11326
+ </li>
11327
+ <li
11328
+ *ngIf="!event.isFlag"
11329
+ #trackCircle
11330
+ class="k-timeline-track-item"
11331
+ [attr.role]="'tab'"
11332
+ (click)="navigateToEvent(index)"
11333
+ [ngStyle]="tabStyle()"
11334
+ >
11335
+ <div class="k-timeline-date-wrap">
11336
+ <span *ngIf="showDateLabels" class="k-timeline-date">
11337
+ {{ event.date | kendoDate: dateFormat }}
11338
+ </span>
11339
+ </div>
11340
+ <span class="k-timeline-circle"></span>
11341
+ </li>
11342
+ </ng-container>
11343
+ </ul>
11344
+ </div>
11345
+ </div>
11346
+ <div class="k-timeline-events-list">
11347
+ <ul
11348
+ *ngIf="selectedEvent"
11349
+ class="k-timeline-scrollable-wrap"
11350
+ [@eventsSlide]="{value: animationState, params: {animationDuration: this.animationDuration || 0}}"
11351
+ (@eventsSlide.done)="onSlideDone()"
11352
+ [ngStyle]="{'transform-origin': 'left top'}"
11353
+ >
11354
+ <li *ngFor="let event of eventsInInterval; let index = index"
11355
+ #card
11356
+ class="k-timeline-event"
11357
+ (transitionend)="onTransitionEnd()"
11358
+ >
11359
+ <kendo-timeline-card
11360
+ [event]="selectedCardIndex === index ? selectedEvent : null"
11361
+ [expanded]="true"
11362
+ [collapsible]="collapsibleEvents"
11363
+ [calloutStyle]="selectedCardIndex === index ? calloutStyle : {}"
11364
+ [ngStyle]="{visibility: selectedCardIndex === index ? 'visible' : 'hidden' }"
11365
+ [tabIndex]="selectedCardIndex === index ? '0' : '-1'"
11366
+ [navigable]="navigable"
11367
+ [index]="selectedEventIndex"
11368
+ [headerTemplate]="headerTemplate"
11369
+ [bodyTemplate]="bodyTemplate"
11370
+ [actionsTemplate]="actionsTemplate"
11371
+ [eventHeight]="eventHeight"
11372
+ orientation="horizontal"
11373
+ >
11374
+ </kendo-timeline-card>
11375
+ </li>
11376
+ </ul>
11377
+ </div>
11378
+ `, 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: [
11379
+ trigger('trackSlide', [
11380
+ state('left', style({
11381
+ transform: `translateX({{transformValue}}%)`,
11382
+ }), { params: { transformValue: '0' } }),
11383
+ state('right', style({
11384
+ transform: `translateX({{transformValue}}%)`,
11385
+ }), { params: { transformValue: '0' } }),
11386
+ state('center', style({
11387
+ transform: `translateX(0)`,
11388
+ }))
11389
+ ]),
11390
+ trigger('eventsSlide', [
11391
+ transition('* => right', [
11392
+ animate('{{animationDuration}}ms', style({ transform: `translateX(-100%)` }))
11393
+ ], { params: { animationDuration: '400' } }),
11394
+ transition('* => left', [
11395
+ animate('{{animationDuration}}ms', style({ transform: `translateX(100%)` }))
11396
+ ], { params: { animationDuration: '400' } })
11397
+ ])
11398
+ ] });
11399
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineHorizontalComponent, decorators: [{
11400
+ type: Component,
11401
+ args: [{
11402
+ animations: [
11403
+ trigger('trackSlide', [
11404
+ state('left', style({
11405
+ transform: `translateX({{transformValue}}%)`,
11406
+ }), { params: { transformValue: '0' } }),
11407
+ state('right', style({
11408
+ transform: `translateX({{transformValue}}%)`,
11409
+ }), { params: { transformValue: '0' } }),
11410
+ state('center', style({
11411
+ transform: `translateX(0)`,
11412
+ }))
11413
+ ]),
11414
+ trigger('eventsSlide', [
11415
+ transition('* => right', [
11416
+ animate('{{animationDuration}}ms', style({ transform: `translateX(-100%)` }))
11417
+ ], { params: { animationDuration: '400' } }),
11418
+ transition('* => left', [
11419
+ animate('{{animationDuration}}ms', style({ transform: `translateX(100%)` }))
11420
+ ], { params: { animationDuration: '400' } })
11421
+ ])
11422
+ ],
11423
+ providers: [],
11424
+ exportAs: 'kendoTimelineHorizontal',
11425
+ selector: 'kendo-timeline-horizontal',
11426
+ template: `
11427
+ <div class="k-timeline-track-wrap" #track>
11428
+ <button
11429
+ kendoButton
11430
+ [svgIcon]="svgLeftIcon"
11431
+ class="k-timeline-arrow k-timeline-arrow-left"
11432
+ rounded="full"
11433
+ [title]="previousTitle"
11434
+ (click)="previousClick()"
11435
+ [disabled]="isFirstRange"
11436
+ [attr.aria-hidden]="true"
11437
+ tabindex="-1"
11438
+ type="button"
11439
+ ></button>
11440
+ <button
11441
+ kendoButton
11442
+ [svgIcon]="svgRightIcon"
11443
+ class="k-timeline-arrow k-timeline-arrow-right"
11444
+ rounded="full"
11445
+ [title]="nextTitle"
11446
+ (click)="nextClick()"
11447
+ [disabled]="isLastRange"
11448
+ [attr.aria-hidden]="true"
11449
+ tabindex="-1"
11450
+ type="button"
11451
+ ></button>
11452
+ <div class="k-timeline-track">
11453
+ <ul class="k-timeline-scrollable-wrap"
11454
+ #scrollableTrack
11455
+ [attr.role]="'tablist'"
11456
+ [attr.tabindex]="'0'"
11457
+ [@trackSlide]="{value: animationState, params: {transformValue: this.translateValue}}"
11458
+ (@trackSlide.done)="onSlideDone()"
11459
+ (transitionend)="onTrackTransitionEnd()"
11460
+ >
11461
+ <ng-container *ngFor="let event of trackItems; let index = index">
11462
+ <li
11463
+ #trackFlag
11464
+ *ngIf="event.isFlag"
11465
+ class="k-timeline-flag-wrap k-timeline-track-item"
11466
+ [attr.role]="'none'"
11467
+ [attr.aria-hidden]="true"
11468
+ [ngStyle]="tabStyle()"
11469
+ >
11470
+ <span class="k-timeline-flag">{{ event.isFlag }}</span>
11471
+ </li>
11472
+ <li
11473
+ *ngIf="!event.isFlag"
11474
+ #trackCircle
11475
+ class="k-timeline-track-item"
11476
+ [attr.role]="'tab'"
11477
+ (click)="navigateToEvent(index)"
11478
+ [ngStyle]="tabStyle()"
11479
+ >
11480
+ <div class="k-timeline-date-wrap">
11481
+ <span *ngIf="showDateLabels" class="k-timeline-date">
11482
+ {{ event.date | kendoDate: dateFormat }}
11483
+ </span>
11484
+ </div>
11485
+ <span class="k-timeline-circle"></span>
11486
+ </li>
11487
+ </ng-container>
11488
+ </ul>
11489
+ </div>
11490
+ </div>
11491
+ <div class="k-timeline-events-list">
11492
+ <ul
11493
+ *ngIf="selectedEvent"
11494
+ class="k-timeline-scrollable-wrap"
11495
+ [@eventsSlide]="{value: animationState, params: {animationDuration: this.animationDuration || 0}}"
11496
+ (@eventsSlide.done)="onSlideDone()"
11497
+ [ngStyle]="{'transform-origin': 'left top'}"
11498
+ >
11499
+ <li *ngFor="let event of eventsInInterval; let index = index"
11500
+ #card
11501
+ class="k-timeline-event"
11502
+ (transitionend)="onTransitionEnd()"
11503
+ >
11504
+ <kendo-timeline-card
11505
+ [event]="selectedCardIndex === index ? selectedEvent : null"
11506
+ [expanded]="true"
11507
+ [collapsible]="collapsibleEvents"
11508
+ [calloutStyle]="selectedCardIndex === index ? calloutStyle : {}"
11509
+ [ngStyle]="{visibility: selectedCardIndex === index ? 'visible' : 'hidden' }"
11510
+ [tabIndex]="selectedCardIndex === index ? '0' : '-1'"
11511
+ [navigable]="navigable"
11512
+ [index]="selectedEventIndex"
11513
+ [headerTemplate]="headerTemplate"
11514
+ [bodyTemplate]="bodyTemplate"
11515
+ [actionsTemplate]="actionsTemplate"
11516
+ [eventHeight]="eventHeight"
11517
+ orientation="horizontal"
11518
+ >
11519
+ </kendo-timeline-card>
11520
+ </li>
11521
+ </ul>
11522
+ </div>
11523
+ `,
11524
+ }]
11525
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: TimelineService }, { type: i1.LocalizationService }]; }, propDecorators: { events: [{
11526
+ type: Input
11527
+ }], alterMode: [{
11528
+ type: Input
11529
+ }], collapsibleEvents: [{
11530
+ type: Input
11531
+ }], navigable: [{
11532
+ type: Input
11533
+ }], showDateLabels: [{
11534
+ type: Input
11535
+ }], animationDuration: [{
11536
+ type: Input
11537
+ }], eventHeight: [{
11538
+ type: Input
11539
+ }], dateFormat: [{
11540
+ type: Input
11541
+ }], headerTemplate: [{
11542
+ type: Input
11543
+ }], bodyTemplate: [{
11544
+ type: Input
11545
+ }], actionsTemplate: [{
11546
+ type: Input
11547
+ }], cardElementRefs: [{
11548
+ type: ViewChildren,
11549
+ args: ['card', { read: ElementRef }]
11550
+ }], circleElementRefs: [{
11551
+ type: ViewChildren,
11552
+ args: ['trackCircle']
11553
+ }], flagElementRefs: [{
11554
+ type: ViewChildren,
11555
+ args: ['trackFlag']
11556
+ }], trackElementRef: [{
11557
+ type: ViewChild,
11558
+ args: ['track']
11559
+ }], scrollableTrackElementRef: [{
11560
+ type: ViewChild,
11561
+ args: ['scrollableTrack']
11562
+ }], cardComponents: [{
11563
+ type: ViewChildren,
11564
+ args: [TimelineCardComponent]
11565
+ }] } });
11566
+
11567
+ /**
11568
+ * @hidden
11569
+ */
11570
+ class TimelineVerticalComponent {
11571
+ constructor(renderer) {
11572
+ this.renderer = renderer;
11573
+ this.events = [];
11574
+ this.subscriptions = new Subscription();
11575
+ }
11576
+ ngAfterViewInit() {
11577
+ this.ariaDescribedByAllEvents();
11578
+ this.subscriptions.add(this.innerDateElementRefs.changes.subscribe(() => {
11579
+ var _a;
11580
+ if (((_a = this.innerDateElementRefs) === null || _a === void 0 ? void 0 : _a.length) > 0) {
11581
+ this.ariaDescribedByAllEvents();
11582
+ }
11583
+ else {
11584
+ this.removeAriaDescribedBy();
11585
+ }
11586
+ }));
11587
+ }
11588
+ expand(index) {
11589
+ if (index < 0 || index >= this.cards.length) {
11590
+ return;
11591
+ }
11592
+ this.cards.get(index).expand();
11593
+ }
11594
+ collapse(index) {
11595
+ if (index < 0 || index >= this.cards.length) {
11596
+ return;
11597
+ }
11598
+ this.cards.get(index).collapse();
11599
+ }
11600
+ ariaDescribedByAllEvents() {
11601
+ var _a;
11602
+ (_a = this.cards) === null || _a === void 0 ? void 0 : _a.forEach((card, index) => {
11603
+ const innerCard = card.element.nativeElement.querySelector('.k-card');
11604
+ const innerDate = this.dateElementRefs.get(index).nativeElement.querySelector('.k-timeline-date');
11605
+ if (innerDate) {
11606
+ this.assignAriaDescribedBy(innerCard, innerDate);
11607
+ }
11608
+ });
11609
+ }
11610
+ removeAriaDescribedBy() {
11611
+ var _a;
11612
+ (_a = this.cards) === null || _a === void 0 ? void 0 : _a.forEach(card => {
11613
+ const innerCard = card.element.nativeElement.querySelector('.k-card');
11614
+ this.renderer.removeAttribute(innerCard, 'aria-describedby');
11615
+ });
11616
+ }
11617
+ assignAriaDescribedBy(cardElement, dateElement) {
11618
+ const dateLabelId = `k-${guid()}`;
11619
+ this.renderer.setAttribute(dateElement, 'id', dateLabelId);
11620
+ this.renderer.setAttribute(cardElement, 'aria-describedby', dateLabelId);
11621
+ }
11622
+ }
11623
+ TimelineVerticalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineVerticalComponent, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
11624
+ TimelineVerticalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: `
11625
+ <ul *ngIf="events && events.length > 0">
11626
+ <ng-container *ngFor="let event of events; let i = index">
11627
+ <li class="k-timeline-flag-wrap" *ngIf="event.flag">
11628
+ <span class="k-timeline-flag">{{ event.flag }}</span>
11629
+ </li>
11630
+ <li class="k-timeline-event" [ngClass]="{ 'k-reverse': alterMode && i % 2 === 0 }">
11631
+ <div class="k-timeline-date-wrap" #dateWrap>
11632
+ <span *ngIf="showDateLabels" class="k-timeline-date" #innerDate>
11633
+ {{ event.date | kendoDate: dateFormat }}
11634
+ </span>
11635
+ </div>
11636
+ <span class="k-timeline-circle"></span>
11637
+ <kendo-timeline-card
11638
+ #card
11639
+ [event]="event"
11640
+ [expanded]="event.expanded || !collapsibleEvents"
11641
+ [collapsible]="collapsibleEvents"
11642
+ [reversed]="alterMode && i % 2 === 0"
11643
+ [tabIndex]="'0'"
11644
+ [navigable]="navigable"
11645
+ [animationDuration]="animationDuration"
11646
+ [headerTemplate]="headerTemplate"
11647
+ [bodyTemplate]="bodyTemplate"
11648
+ [actionsTemplate]="actionsTemplate"
11649
+ [index]="i"
11650
+ [eventWidth]="eventWidth"
11651
+ orientation="vertical"
11652
+ >
11653
+ </kendo-timeline-card>
11654
+ </li>
11655
+ </ng-container>
11656
+ </ul>
11657
+ `, 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" }] });
11658
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineVerticalComponent, decorators: [{
11659
+ type: Component,
11660
+ args: [{
11661
+ providers: [],
11662
+ exportAs: 'kendoTimelineVertical',
11663
+ selector: 'kendo-timeline-vertical',
11664
+ template: `
11665
+ <ul *ngIf="events && events.length > 0">
11666
+ <ng-container *ngFor="let event of events; let i = index">
11667
+ <li class="k-timeline-flag-wrap" *ngIf="event.flag">
11668
+ <span class="k-timeline-flag">{{ event.flag }}</span>
11669
+ </li>
11670
+ <li class="k-timeline-event" [ngClass]="{ 'k-reverse': alterMode && i % 2 === 0 }">
11671
+ <div class="k-timeline-date-wrap" #dateWrap>
11672
+ <span *ngIf="showDateLabels" class="k-timeline-date" #innerDate>
11673
+ {{ event.date | kendoDate: dateFormat }}
11674
+ </span>
11675
+ </div>
11676
+ <span class="k-timeline-circle"></span>
11677
+ <kendo-timeline-card
11678
+ #card
11679
+ [event]="event"
11680
+ [expanded]="event.expanded || !collapsibleEvents"
11681
+ [collapsible]="collapsibleEvents"
11682
+ [reversed]="alterMode && i % 2 === 0"
11683
+ [tabIndex]="'0'"
11684
+ [navigable]="navigable"
11685
+ [animationDuration]="animationDuration"
11686
+ [headerTemplate]="headerTemplate"
11687
+ [bodyTemplate]="bodyTemplate"
11688
+ [actionsTemplate]="actionsTemplate"
11689
+ [index]="i"
11690
+ [eventWidth]="eventWidth"
11691
+ orientation="vertical"
11692
+ >
11693
+ </kendo-timeline-card>
11694
+ </li>
11695
+ </ng-container>
11696
+ </ul>
11697
+ `,
11698
+ }]
11699
+ }], ctorParameters: function () { return [{ type: i0.Renderer2 }]; }, propDecorators: { events: [{
11700
+ type: Input
11701
+ }], alterMode: [{
11702
+ type: Input
11703
+ }], collapsibleEvents: [{
11704
+ type: Input
11705
+ }], navigable: [{
11706
+ type: Input
11707
+ }], showDateLabels: [{
11708
+ type: Input
11709
+ }], animationDuration: [{
11710
+ type: Input
11711
+ }], eventWidth: [{
11712
+ type: Input
11713
+ }], dateFormat: [{
11714
+ type: Input
11715
+ }], headerTemplate: [{
11716
+ type: Input
11717
+ }], bodyTemplate: [{
11718
+ type: Input
11719
+ }], actionsTemplate: [{
11720
+ type: Input
11721
+ }], cards: [{
11722
+ type: ViewChildren,
11723
+ args: ['card']
11724
+ }], dateElementRefs: [{
11725
+ type: ViewChildren,
11726
+ args: ['dateWrap']
11727
+ }], innerDateElementRefs: [{
11728
+ type: ViewChildren,
11729
+ args: ['innerDate']
11730
+ }] } });
11731
+
11732
+ /**
11733
+ * Specifies the body of each timeline card. To define a body template, nest an `<ng-template>` tag
11734
+ * with the `kendoTimelineCardBodyTemplate` directive inside the `<kendo-timeline>` tag.
11735
+ *
11736
+ * The following values are available as context variables:
11737
+ * - `let-event="event"` (`TimelineEvent`) - The current card's event. Also available as implicit context variable.
11738
+ * - `let-index="index"` (`number`) - The current event index.
11739
+ */
11740
+ class TimelineCardBodyTemplateDirective {
11741
+ constructor(templateRef) {
11742
+ this.templateRef = templateRef;
11743
+ }
11744
+ }
11745
+ TimelineCardBodyTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineCardBodyTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
11746
+ TimelineCardBodyTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: TimelineCardBodyTemplateDirective, selector: "[kendoTimelineCardBodyTemplate]", ngImport: i0 });
11747
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineCardBodyTemplateDirective, decorators: [{
11748
+ type: Directive,
11749
+ args: [{
11750
+ selector: '[kendoTimelineCardBodyTemplate]'
11751
+ }]
11752
+ }], ctorParameters: function () {
11753
+ return [{ type: i0.TemplateRef, decorators: [{
11754
+ type: Optional
11755
+ }] }];
11756
+ } });
11757
+
11758
+ /**
11759
+ * Specifies the header of each timeline card. To define a header template, nest an `<ng-template>` tag
11760
+ * with the `kendoTimelineCardHeaderTemplate` directive inside the `<kendo-timeline>` tag.
11761
+ *
11762
+ * The following values are available as context variables:
11763
+ * - `let-event="event"` (`TimelineEvent`) - The current card's event. Also available as implicit context variable.
11764
+ * - `let-index="index"` (`number`) - The current event index.
11765
+ */
11766
+ class TimelineCardHeaderTemplateDirective {
11767
+ constructor(templateRef) {
11768
+ this.templateRef = templateRef;
11769
+ }
11770
+ }
11771
+ TimelineCardHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineCardHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
11772
+ TimelineCardHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: TimelineCardHeaderTemplateDirective, selector: "[kendoTimelineCardHeaderTemplate]", ngImport: i0 });
11773
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineCardHeaderTemplateDirective, decorators: [{
11774
+ type: Directive,
11775
+ args: [{
11776
+ selector: '[kendoTimelineCardHeaderTemplate]'
11777
+ }]
11778
+ }], ctorParameters: function () {
11779
+ return [{ type: i0.TemplateRef, decorators: [{
11780
+ type: Optional
11781
+ }] }];
11782
+ } });
11783
+
11784
+ /**
11785
+ * Specifies the actions of each timeline card. To define an actions template, nest an `<ng-template>` tag
11786
+ * with the `kendoTimelineCardActionsTemplate` directive inside the `<kendo-timeline>` tag.
11787
+ *
11788
+ * The following values are available as context variables:
11789
+ * - `let-event="event"` (`TimelineEvent`) - The current card's event. Also available as implicit context variable.
11790
+ * - `let-index="index"` (`number`) - The current event index.
11791
+ */
11792
+ class TimelineCardActionsTemplateDirective {
11793
+ constructor(templateRef) {
11794
+ this.templateRef = templateRef;
11795
+ }
11796
+ }
11797
+ TimelineCardActionsTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineCardActionsTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
11798
+ TimelineCardActionsTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: TimelineCardActionsTemplateDirective, selector: "[kendoTimelineCardActionsTemplate]", ngImport: i0 });
11799
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineCardActionsTemplateDirective, decorators: [{
11800
+ type: Directive,
11801
+ args: [{
11802
+ selector: '[kendoTimelineCardActionsTemplate]'
11803
+ }]
11804
+ }], ctorParameters: function () {
11805
+ return [{ type: i0.TemplateRef, decorators: [{
11806
+ type: Optional
11807
+ }] }];
11808
+ } });
11809
+
11810
+ /**
11811
+ * @hidden
11812
+ */
11813
+ class TimelineMessages extends ComponentMessages {
11814
+ }
11815
+ TimelineMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
11816
+ TimelineMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: TimelineMessages, selector: "kendo-timeline-messages-base", inputs: { previous: "previous", next: "next" }, usesInheritance: true, ngImport: i0 });
11817
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineMessages, decorators: [{
11818
+ type: Directive,
11819
+ args: [{
11820
+ // eslint-disable-next-line @angular-eslint/directive-selector
11821
+ selector: 'kendo-timeline-messages-base'
11822
+ }]
11823
+ }], propDecorators: { previous: [{
11824
+ type: Input
11825
+ }], next: [{
11826
+ type: Input
11827
+ }] } });
11828
+
11829
+ /**
11830
+ * @hidden
11831
+ */
11832
+ class LocalizedTimelineMessagesDirective extends TimelineMessages {
11833
+ constructor(service) {
11834
+ super();
11835
+ this.service = service;
11836
+ }
11837
+ }
11838
+ LocalizedTimelineMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedTimelineMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
11839
+ LocalizedTimelineMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: LocalizedTimelineMessagesDirective, selector: "[kendoTimelineLocalizedMessages]", providers: [
11840
+ {
11841
+ provide: TimelineMessages,
11842
+ useExisting: forwardRef(() => LocalizedTimelineMessagesDirective),
11843
+ },
11844
+ ], usesInheritance: true, ngImport: i0 });
11845
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedTimelineMessagesDirective, decorators: [{
11846
+ type: Directive,
11847
+ args: [{
11848
+ providers: [
11849
+ {
11850
+ provide: TimelineMessages,
11851
+ useExisting: forwardRef(() => LocalizedTimelineMessagesDirective),
11852
+ },
11853
+ ],
11854
+ selector: `[kendoTimelineLocalizedMessages]`
11855
+ }]
11856
+ }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
11857
+
11858
+ const DEFAULT_HORIZONTAL_ANIMATION_DURATION = 400;
11859
+ const DEFAULT_VERTICAL_ANIMATION_DURATION = 300;
11860
+ const DEFAULT_EVENT_WIDTH = 400;
11861
+ const DEFAULT_EVENT_HEIGHT = 600;
11862
+ const DEFAULT_DATE_FORMAT = 'MMMM dd, yyyy';
11863
+ /**
11864
+ * Represents the [Kendo UI Timeline component for Angular]({% slug overview_timeline %}).
11865
+ */
11866
+ class TimelineComponent {
11867
+ constructor(timelineService) {
11868
+ this.timelineService = timelineService;
11869
+ /**
11870
+ * Specifies the orientation of the axis.
11871
+ *
11872
+ * @default 'vertical'
11873
+ */
11874
+ this.orientation = 'vertical';
11875
+ /**
11876
+ * Specifies whether to render events alternatingly on both sides of the axis.
11877
+ * Applicable when `orientation` is set to `vertical`.
11878
+ *
11879
+ * @default true
11880
+ */
11881
+ this.alterMode = true;
11882
+ /**
11883
+ * Specifies whether the event cards can be collapsed.
11884
+ *
11885
+ * @default true
11886
+ */
11887
+ this.collapsibleEvents = true;
11888
+ /**
11889
+ * Specifies whether the user can use dedicated shortcuts to interact with the Timeline.
11890
+ *
11891
+ * @default true
11892
+ */
11893
+ this.navigable = true;
11894
+ /**
11895
+ * Specifies whether an event's date label will be visible.
11896
+ *
11897
+ * @default true
11898
+ */
11899
+ this.showDateLabels = true;
11900
+ this.hostClass = true;
11901
+ /**
11902
+ * Fires when a card is toggled.
11903
+ * > This event is emitted in vertical mode only.
11904
+ */
11905
+ this.onToggle = new EventEmitter();
11906
+ /**
11907
+ * Fires when a card's action is clicked.
11908
+ */
11909
+ this.onActionClick = new EventEmitter();
11910
+ /**
11911
+ * Fires when the left or right arrow is clicked.
11912
+ * > This event is emitted in horizontal mode only.
11913
+ */
11914
+ this.onNavigate = new EventEmitter();
11915
+ this._events = [];
11916
+ this._modelFields = defaultModelFields;
11917
+ this._eventWidth = DEFAULT_EVENT_WIDTH;
11918
+ this._eventHeight = DEFAULT_EVENT_HEIGHT;
11919
+ this._dateFormat = DEFAULT_DATE_FORMAT;
11920
+ this.originalData = [];
11921
+ this.subscriptions = new Subscription();
11922
+ this.timelineService.timeline = this;
11923
+ }
11924
+ /**
11925
+ * An array of event instances which will be shown by the Timeline.
11926
+ */
11927
+ set events(events) {
11928
+ if (!isPresent$1(events)) {
11929
+ return;
11930
+ }
11931
+ this.originalData = events;
11932
+ this._events = processItems(this.originalData, this.modelFields);
11933
+ this._events.sort((a, b) => {
11934
+ return a.date.getTime() - b.date.getTime();
11935
+ });
11936
+ if (this._events.length > 0) {
11937
+ let flag = this._events[0].date.getFullYear() - 1;
11938
+ this._events.forEach((event) => {
11939
+ if (event.date.getFullYear() !== flag) {
11940
+ flag = event.date.getFullYear();
11941
+ event.flag = flag;
11942
+ }
11943
+ });
11944
+ }
11945
+ }
11946
+ get events() {
11947
+ return this._events;
11948
+ }
11949
+ /**
11950
+ * The names of the model fields from which the Timeline will read its data.
11951
+ */
11952
+ set modelFields(value) {
11953
+ this._modelFields = Object.assign(Object.assign({}, defaultModelFields), value);
11954
+ if (this.originalData) {
11955
+ this.events = this.originalData;
11956
+ }
11957
+ }
11958
+ get modelFields() {
11959
+ return this._modelFields;
11960
+ }
11961
+ /**
11962
+ * Sets a specific width for the event.
11963
+ * This setting is supported only in vertical mode.
11964
+ *
11965
+ * @default 400
11966
+ */
11967
+ get eventWidth() {
11968
+ return this._eventWidth;
11969
+ }
11970
+ set eventWidth(value) {
11971
+ if (value) {
11972
+ this._eventWidth = value;
11973
+ }
11974
+ else {
11975
+ this._eventWidth = DEFAULT_EVENT_WIDTH;
11976
+ }
11977
+ }
11978
+ /**
11979
+ * Sets a specific height for the event.
11980
+ * > This setting is supported only in horizontal mode.
11981
+ *
11982
+ * @default 600
11983
+ */
11984
+ get eventHeight() {
11985
+ return this._eventHeight;
11986
+ }
11987
+ set eventHeight(value) {
11988
+ if (value) {
11989
+ this._eventHeight = value;
11990
+ }
11991
+ else {
11992
+ this._eventHeight = DEFAULT_EVENT_HEIGHT;
11993
+ }
11994
+ }
11995
+ /**
11996
+ * @hidden
11997
+ */
11998
+ get animationDuration() {
11999
+ if (typeof this.animation === 'number') {
12000
+ return this.animation;
12001
+ }
12002
+ if (typeof this.animation === 'boolean' && this.animation) {
12003
+ return this.orientation === 'horizontal' ? DEFAULT_HORIZONTAL_ANIMATION_DURATION : DEFAULT_VERTICAL_ANIMATION_DURATION;
12004
+ }
12005
+ return 0;
12006
+ }
12007
+ /**
12008
+ * Specifies the date format for displaying the event date.
12009
+ *
12010
+ * @default 'MMMM dd, yyyy'
12011
+ */
12012
+ set dateFormat(value) {
12013
+ if (isPresent$1(value) && value !== '') {
12014
+ this._dateFormat = value;
12015
+ }
12016
+ else {
12017
+ this._dateFormat = DEFAULT_DATE_FORMAT;
12018
+ }
12019
+ }
12020
+ get dateFormat() {
12021
+ return this._dateFormat;
12022
+ }
12023
+ get verticalClass() {
12024
+ return this.orientation === 'vertical';
12025
+ }
12026
+ get horizontalClass() {
12027
+ return this.orientation === 'horizontal';
12028
+ }
12029
+ get alternatingClass() {
12030
+ return this.alterMode === true && this.orientation === 'vertical';
12031
+ }
12032
+ get collapsibleClass() {
12033
+ return this.collapsibleEvents === true && this.orientation === 'vertical';
12034
+ }
12035
+ ngAfterContentInit() {
12036
+ this.initTemplates();
12037
+ }
12038
+ ngOnDestroy() {
12039
+ this.subscriptions.unsubscribe();
12040
+ }
12041
+ /**
12042
+ * Switches to the previous portion of events.
12043
+ * > This method is supported only in horizontal mode.
12044
+ */
12045
+ previous() {
12046
+ var _a;
12047
+ (_a = this.timelineHorizontal) === null || _a === void 0 ? void 0 : _a.previous();
12048
+ }
12049
+ /**
12050
+ * Switches to the next portion of events.
12051
+ * > This method is supported only in horizontal mode.
12052
+ */
12053
+ next() {
12054
+ var _a;
12055
+ (_a = this.timelineHorizontal) === null || _a === void 0 ? void 0 : _a.next();
12056
+ }
12057
+ /**
12058
+ * Open event details.
12059
+ * > This method is supported only in horizontal mode.
12060
+ */
12061
+ open(index) {
12062
+ var _a;
12063
+ (_a = this.timelineHorizontal) === null || _a === void 0 ? void 0 : _a.open(index);
12064
+ }
12065
+ /**
12066
+ * Expands an event.
12067
+ * > This method is supported only in vertical mode.
12068
+ */
12069
+ expand(index) {
12070
+ var _a;
12071
+ (_a = this.timelineVertical) === null || _a === void 0 ? void 0 : _a.expand(index);
12072
+ }
12073
+ /**
12074
+ * Collapses an event.
12075
+ * > This method is supported only in vertical mode.
12076
+ */
12077
+ collapse(index) {
12078
+ var _a;
12079
+ (_a = this.timelineVertical) === null || _a === void 0 ? void 0 : _a.collapse(index);
12080
+ }
12081
+ initTemplates() {
12082
+ var _a, _b, _c, _d, _e, _f;
12083
+ this.headerTemplate = (_a = this.cardHeaderTemplate) === null || _a === void 0 ? void 0 : _a.first;
12084
+ this.bodyTemplate = (_b = this.cardBodyTemplate) === null || _b === void 0 ? void 0 : _b.first;
12085
+ this.actionsTemplate = (_c = this.cardActionsTemplate) === null || _c === void 0 ? void 0 : _c.first;
12086
+ this.subscriptions.add((_d = this.cardHeaderTemplate) === null || _d === void 0 ? void 0 : _d.changes.subscribe(() => {
12087
+ var _a;
12088
+ this.headerTemplate = ((_a = this.cardHeaderTemplate) === null || _a === void 0 ? void 0 : _a.first) || null;
12089
+ }));
12090
+ this.subscriptions.add((_e = this.cardBodyTemplate) === null || _e === void 0 ? void 0 : _e.changes.subscribe(() => {
12091
+ var _a;
12092
+ this.bodyTemplate = ((_a = this.cardBodyTemplate) === null || _a === void 0 ? void 0 : _a.first) || null;
12093
+ }));
12094
+ this.subscriptions.add((_f = this.cardActionsTemplate) === null || _f === void 0 ? void 0 : _f.changes.subscribe(() => {
12095
+ var _a;
12096
+ this.actionsTemplate = ((_a = this.cardActionsTemplate) === null || _a === void 0 ? void 0 : _a.first) || null;
12097
+ }));
12098
+ }
12099
+ }
12100
+ TimelineComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineComponent, deps: [{ token: TimelineService }], target: i0.ɵɵFactoryTarget.Component });
12101
+ TimelineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: [
12102
+ TimelineService,
12103
+ LocalizationService,
12104
+ {
12105
+ provide: L10N_PREFIX,
12106
+ useValue: 'kendo.timeline'
12107
+ }
12108
+ ], 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: `
12109
+ <ng-container kendoTimelineLocalizedMessages
12110
+ i18n-previous="kendo.timeline.previous|The title of the previous button in horizontal orientation."
12111
+ previous="previous"
12112
+ >
12113
+ </ng-container>
12114
+ <ng-container kendoTimelineLocalizedMessages
12115
+ i18n-next="kendo.timeline.next|The title of the next button in horizontal orientation."
12116
+ next="next"
12117
+ >
12118
+ </ng-container>
12119
+ <kendo-timeline-vertical
12120
+ *ngIf="orientation === 'vertical'"
12121
+ [events]="events"
12122
+ [alterMode]="alterMode"
12123
+ [collapsibleEvents]="collapsibleEvents"
12124
+ [navigable]="navigable"
12125
+ [showDateLabels]="showDateLabels"
12126
+ [animationDuration]="animationDuration"
12127
+ [eventWidth]="eventWidth"
12128
+ [dateFormat]="dateFormat"
12129
+ [headerTemplate]="headerTemplate"
12130
+ [bodyTemplate]="bodyTemplate"
12131
+ [actionsTemplate]="actionsTemplate"
12132
+ >
12133
+ </kendo-timeline-vertical>
12134
+ <kendo-timeline-horizontal
12135
+ *ngIf="orientation === 'horizontal'"
12136
+ [events]="events"
12137
+ [collapsibleEvents]="false"
12138
+ [navigable]="navigable"
12139
+ [showDateLabels]="showDateLabels"
12140
+ [animationDuration]="animationDuration"
12141
+ [eventHeight]="eventHeight"
12142
+ [dateFormat]="dateFormat"
12143
+ [headerTemplate]="headerTemplate"
12144
+ [bodyTemplate]="bodyTemplate"
12145
+ [actionsTemplate]="actionsTemplate"
12146
+ >
12147
+ </kendo-timeline-horizontal>
12148
+ `, 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]" }] });
12149
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineComponent, decorators: [{
12150
+ type: Component,
12151
+ args: [{
12152
+ providers: [
12153
+ TimelineService,
12154
+ LocalizationService,
12155
+ {
12156
+ provide: L10N_PREFIX,
12157
+ useValue: 'kendo.timeline'
12158
+ }
12159
+ ],
12160
+ exportAs: 'kendoTimeline',
12161
+ selector: 'kendo-timeline',
12162
+ template: `
12163
+ <ng-container kendoTimelineLocalizedMessages
12164
+ i18n-previous="kendo.timeline.previous|The title of the previous button in horizontal orientation."
12165
+ previous="previous"
12166
+ >
12167
+ </ng-container>
12168
+ <ng-container kendoTimelineLocalizedMessages
12169
+ i18n-next="kendo.timeline.next|The title of the next button in horizontal orientation."
12170
+ next="next"
12171
+ >
12172
+ </ng-container>
12173
+ <kendo-timeline-vertical
12174
+ *ngIf="orientation === 'vertical'"
12175
+ [events]="events"
12176
+ [alterMode]="alterMode"
12177
+ [collapsibleEvents]="collapsibleEvents"
12178
+ [navigable]="navigable"
12179
+ [showDateLabels]="showDateLabels"
12180
+ [animationDuration]="animationDuration"
12181
+ [eventWidth]="eventWidth"
12182
+ [dateFormat]="dateFormat"
12183
+ [headerTemplate]="headerTemplate"
12184
+ [bodyTemplate]="bodyTemplate"
12185
+ [actionsTemplate]="actionsTemplate"
12186
+ >
12187
+ </kendo-timeline-vertical>
12188
+ <kendo-timeline-horizontal
12189
+ *ngIf="orientation === 'horizontal'"
12190
+ [events]="events"
12191
+ [collapsibleEvents]="false"
12192
+ [navigable]="navigable"
12193
+ [showDateLabels]="showDateLabels"
12194
+ [animationDuration]="animationDuration"
12195
+ [eventHeight]="eventHeight"
12196
+ [dateFormat]="dateFormat"
12197
+ [headerTemplate]="headerTemplate"
12198
+ [bodyTemplate]="bodyTemplate"
12199
+ [actionsTemplate]="actionsTemplate"
12200
+ >
12201
+ </kendo-timeline-horizontal>
12202
+ `,
12203
+ }]
12204
+ }], ctorParameters: function () { return [{ type: TimelineService }]; }, propDecorators: { events: [{
12205
+ type: Input
12206
+ }], modelFields: [{
12207
+ type: Input
12208
+ }], orientation: [{
12209
+ type: Input
12210
+ }], alterMode: [{
12211
+ type: Input
12212
+ }], collapsibleEvents: [{
12213
+ type: Input
12214
+ }], navigable: [{
12215
+ type: Input
12216
+ }], showDateLabels: [{
12217
+ type: Input
12218
+ }], animation: [{
12219
+ type: Input
12220
+ }], eventWidth: [{
12221
+ type: Input
12222
+ }], eventHeight: [{
12223
+ type: Input
12224
+ }], dateFormat: [{
12225
+ type: Input
12226
+ }], hostClass: [{
12227
+ type: HostBinding,
12228
+ args: ['class.k-timeline']
12229
+ }], verticalClass: [{
12230
+ type: HostBinding,
12231
+ args: ['class.k-timeline-vertical']
12232
+ }], horizontalClass: [{
12233
+ type: HostBinding,
12234
+ args: ['class.k-timeline-horizontal']
12235
+ }], alternatingClass: [{
12236
+ type: HostBinding,
12237
+ args: ['class.k-timeline-alternating']
12238
+ }], collapsibleClass: [{
12239
+ type: HostBinding,
12240
+ args: ['class.k-timeline-collapsible']
12241
+ }], timelineHorizontal: [{
12242
+ type: ViewChild,
12243
+ args: [TimelineHorizontalComponent]
12244
+ }], timelineVertical: [{
12245
+ type: ViewChild,
12246
+ args: [TimelineVerticalComponent]
12247
+ }], cardHeaderTemplate: [{
12248
+ type: ContentChildren,
12249
+ args: [TimelineCardHeaderTemplateDirective, { descendants: false }]
12250
+ }], cardBodyTemplate: [{
12251
+ type: ContentChildren,
12252
+ args: [TimelineCardBodyTemplateDirective, { descendants: false }]
12253
+ }], cardActionsTemplate: [{
12254
+ type: ContentChildren,
12255
+ args: [TimelineCardActionsTemplateDirective, { descendants: false }]
12256
+ }], onToggle: [{
12257
+ type: Output
12258
+ }], onActionClick: [{
12259
+ type: Output
12260
+ }], onNavigate: [{
12261
+ type: Output
12262
+ }] } });
12263
+
12264
+ /**
12265
+ * Custom component messages override default component messages.
12266
+ */
12267
+ class TimelineCustomMessagesComponent extends TimelineMessages {
12268
+ constructor(service) {
12269
+ super();
12270
+ this.service = service;
12271
+ }
12272
+ get override() {
12273
+ return true;
12274
+ }
12275
+ }
12276
+ TimelineCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
12277
+ TimelineCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TimelineCustomMessagesComponent, selector: "kendo-timeline-messages", providers: [
12278
+ {
12279
+ provide: TimelineMessages,
12280
+ useExisting: forwardRef(() => TimelineCustomMessagesComponent),
12281
+ },
12282
+ ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
12283
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineCustomMessagesComponent, decorators: [{
12284
+ type: Component,
12285
+ args: [{
12286
+ providers: [
12287
+ {
12288
+ provide: TimelineMessages,
12289
+ useExisting: forwardRef(() => TimelineCustomMessagesComponent),
12290
+ },
12291
+ ],
12292
+ selector: 'kendo-timeline-messages',
12293
+ template: ``,
12294
+ }]
12295
+ }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
12296
+
12297
+ const exportedModules = [
12298
+ TimelineComponent,
12299
+ TimelineCustomMessagesComponent,
12300
+ TimelineCardHeaderTemplateDirective,
12301
+ TimelineCardBodyTemplateDirective,
12302
+ TimelineCardActionsTemplateDirective
12303
+ ];
12304
+ const declarations = [
12305
+ ...exportedModules,
12306
+ TimelineVerticalComponent,
12307
+ TimelineHorizontalComponent,
12308
+ TimelineCardComponent,
12309
+ LocalizedTimelineMessagesDirective,
12310
+ ];
12311
+ /**
12312
+ * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
12313
+ * definition for the Timeline component.
12314
+ *
12315
+ * The module registers:
12316
+ * - `TimelineComponent`&mdash;The `TimelineComponent` component class.
12317
+ */
12318
+ class TimelineModule {
12319
+ }
12320
+ TimelineModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12321
+ TimelineModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: TimelineModule, declarations: [TimelineComponent,
12322
+ TimelineCustomMessagesComponent,
12323
+ TimelineCardHeaderTemplateDirective,
12324
+ TimelineCardBodyTemplateDirective,
12325
+ TimelineCardActionsTemplateDirective, TimelineVerticalComponent,
12326
+ TimelineHorizontalComponent,
12327
+ TimelineCardComponent,
12328
+ LocalizedTimelineMessagesDirective], imports: [CommonModule, CardModule, ButtonModule, IconsModule, IntlModule], exports: [TimelineComponent,
12329
+ TimelineCustomMessagesComponent,
12330
+ TimelineCardHeaderTemplateDirective,
12331
+ TimelineCardBodyTemplateDirective,
12332
+ TimelineCardActionsTemplateDirective] });
12333
+ TimelineModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineModule, imports: [CommonModule, CardModule, ButtonModule, IconsModule, IntlModule] });
12334
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineModule, decorators: [{
12335
+ type: NgModule,
12336
+ args: [{
12337
+ declarations: [declarations],
12338
+ exports: [exportedModules],
12339
+ imports: [CommonModule, CardModule, ButtonModule, IconsModule, IntlModule]
12340
+ }]
12341
+ }] });
12342
+
10417
12343
  /**
10418
12344
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
10419
12345
  * definition for the Layout components.
@@ -10447,8 +12373,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
10447
12373
  */
10448
12374
  class LayoutModule {
10449
12375
  }
10450
- LayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10451
- LayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LayoutModule, exports: [AvatarModule,
12376
+ LayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12377
+ LayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: LayoutModule, exports: [AvatarModule,
10452
12378
  CardModule,
10453
12379
  DrawerModule,
10454
12380
  PanelBarModule,
@@ -10458,8 +12384,9 @@ LayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
10458
12384
  TabStripModule,
10459
12385
  TileLayoutModule,
10460
12386
  StackLayoutModule,
10461
- GridLayoutModule] });
10462
- LayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LayoutModule, imports: [AvatarModule,
12387
+ GridLayoutModule,
12388
+ TimelineModule] });
12389
+ LayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LayoutModule, imports: [AvatarModule,
10463
12390
  CardModule,
10464
12391
  DrawerModule,
10465
12392
  PanelBarModule,
@@ -10469,8 +12396,9 @@ LayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
10469
12396
  TabStripModule,
10470
12397
  TileLayoutModule,
10471
12398
  StackLayoutModule,
10472
- GridLayoutModule] });
10473
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LayoutModule, decorators: [{
12399
+ GridLayoutModule,
12400
+ TimelineModule] });
12401
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LayoutModule, decorators: [{
10474
12402
  type: NgModule,
10475
12403
  args: [{
10476
12404
  exports: [
@@ -10484,7 +12412,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
10484
12412
  TabStripModule,
10485
12413
  TileLayoutModule,
10486
12414
  StackLayoutModule,
10487
- GridLayoutModule
12415
+ GridLayoutModule,
12416
+ TimelineModule,
10488
12417
  ]
10489
12418
  }]
10490
12419
  }] });
@@ -10493,5 +12422,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
10493
12422
  * Generated bundle index. Do not edit.
10494
12423
  */
10495
12424
 
10496
- 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 };
12425
+ 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 };
10497
12426