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

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