@progress/kendo-angular-layout 16.5.0 → 16.6.0-develop.10

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 (165) hide show
  1. package/NOTICE.txt +12 -19
  2. package/avatar/avatar.component.d.ts +1 -1
  3. package/avatar/l10n/custom-messages.component.d.ts +1 -1
  4. package/avatar/l10n/localized-messages.directive.d.ts +1 -1
  5. package/avatar.module.d.ts +3 -6
  6. package/card/card-actions.component.d.ts +1 -1
  7. package/card/card-body.component.d.ts +1 -1
  8. package/card/card-footer.component.d.ts +1 -1
  9. package/card/card-header.component.d.ts +1 -1
  10. package/card/card.component.d.ts +1 -1
  11. package/card/directives/card-media.directive.d.ts +1 -1
  12. package/card/directives/card-separator.directive.d.ts +1 -1
  13. package/card/directives/card-subtitle.directive.d.ts +1 -1
  14. package/card/directives/card-title.directive.d.ts +1 -1
  15. package/card.module.d.ts +7 -8
  16. package/directives.d.ts +61 -0
  17. package/drawer/drawer-container.component.d.ts +1 -1
  18. package/drawer/drawer-content.component.d.ts +1 -1
  19. package/drawer/drawer.component.d.ts +1 -1
  20. package/drawer/item.component.d.ts +1 -1
  21. package/drawer/list.component.d.ts +1 -1
  22. package/drawer/template-directives/drawer-template.directive.d.ts +1 -1
  23. package/drawer/template-directives/footer-template.directive.d.ts +1 -1
  24. package/drawer/template-directives/header-template.directive.d.ts +1 -1
  25. package/drawer/template-directives/item-template.directive.d.ts +1 -1
  26. package/drawer.module.d.ts +8 -13
  27. package/esm2020/avatar/avatar.component.mjs +8 -6
  28. package/esm2020/avatar/l10n/custom-messages.component.mjs +3 -2
  29. package/esm2020/avatar/l10n/localized-messages.directive.mjs +3 -2
  30. package/esm2020/avatar.module.mjs +8 -20
  31. package/esm2020/card/card-actions.component.mjs +6 -4
  32. package/esm2020/card/card-body.component.mjs +3 -2
  33. package/esm2020/card/card-footer.component.mjs +3 -2
  34. package/esm2020/card/card-header.component.mjs +3 -2
  35. package/esm2020/card/card.component.mjs +3 -2
  36. package/esm2020/card/directives/card-media.directive.mjs +3 -2
  37. package/esm2020/card/directives/card-separator.directive.mjs +3 -2
  38. package/esm2020/card/directives/card-subtitle.directive.mjs +3 -2
  39. package/esm2020/card/directives/card-title.directive.mjs +3 -2
  40. package/esm2020/card.module.mjs +15 -44
  41. package/esm2020/directives.mjs +135 -0
  42. package/esm2020/drawer/drawer-container.component.mjs +6 -4
  43. package/esm2020/drawer/drawer-content.component.mjs +3 -2
  44. package/esm2020/drawer/drawer.component.mjs +8 -7
  45. package/esm2020/drawer/item.component.mjs +7 -5
  46. package/esm2020/drawer/list.component.mjs +5 -4
  47. package/esm2020/drawer/template-directives/drawer-template.directive.mjs +3 -2
  48. package/esm2020/drawer/template-directives/footer-template.directive.mjs +3 -2
  49. package/esm2020/drawer/template-directives/header-template.directive.mjs +3 -2
  50. package/esm2020/drawer/template-directives/item-template.directive.mjs +3 -2
  51. package/esm2020/drawer.module.mjs +13 -42
  52. package/esm2020/expansionpanel/expansionpanel-title.directive.mjs +3 -2
  53. package/esm2020/expansionpanel/expansionpanel.component.mjs +7 -5
  54. package/esm2020/expansionpanel.module.mjs +8 -19
  55. package/esm2020/gridlayout.module.mjs +8 -17
  56. package/esm2020/index.mjs +1 -0
  57. package/esm2020/layout.module.mjs +55 -50
  58. package/esm2020/layouts/grid-layout.component.mjs +3 -2
  59. package/esm2020/layouts/gridlayout-item.component.mjs +3 -2
  60. package/esm2020/layouts/stack-layout.component.mjs +3 -2
  61. package/esm2020/package-metadata.mjs +2 -2
  62. package/esm2020/panelbar/panelbar-content.directive.mjs +3 -2
  63. package/esm2020/panelbar/panelbar-item-template.directive.mjs +3 -2
  64. package/esm2020/panelbar/panelbar-item-title.directive.mjs +3 -2
  65. package/esm2020/panelbar/panelbar-item.component.mjs +7 -5
  66. package/esm2020/panelbar/panelbar.component.mjs +7 -7
  67. package/esm2020/panelbar.module.mjs +11 -31
  68. package/esm2020/splitter/splitter-bar.component.mjs +7 -5
  69. package/esm2020/splitter/splitter-pane.component.mjs +6 -4
  70. package/esm2020/splitter/splitter.component.mjs +10 -9
  71. package/esm2020/splitter.module.mjs +8 -29
  72. package/esm2020/stacklayout.module.mjs +7 -13
  73. package/esm2020/stepper/list.component.mjs +6 -4
  74. package/esm2020/stepper/localization/custom-messages.component.mjs +3 -2
  75. package/esm2020/stepper/localization/localized-messages.directive.mjs +3 -2
  76. package/esm2020/stepper/step.component.mjs +7 -5
  77. package/esm2020/stepper/stepper.component.mjs +9 -7
  78. package/esm2020/stepper/template-directives/indicator-template.directive.mjs +3 -2
  79. package/esm2020/stepper/template-directives/label-template.directive.mjs +3 -2
  80. package/esm2020/stepper/template-directives/step-template.directive.mjs +3 -2
  81. package/esm2020/stepper.module.mjs +11 -40
  82. package/esm2020/tabstrip/directives/tab-content.directive.mjs +3 -2
  83. package/esm2020/tabstrip/directives/tab-title.directive.mjs +3 -2
  84. package/esm2020/tabstrip/directives/tab.directive.mjs +3 -2
  85. package/esm2020/tabstrip/localization/custom-messages.component.mjs +3 -2
  86. package/esm2020/tabstrip/localization/localized-messages.directive.mjs +3 -2
  87. package/esm2020/tabstrip/models/tabstrip-tab.component.mjs +3 -2
  88. package/esm2020/tabstrip/rendering/tab.component.mjs +7 -5
  89. package/esm2020/tabstrip/scrollable-button.component.mjs +6 -4
  90. package/esm2020/tabstrip/tabstrip.component.mjs +9 -9
  91. package/esm2020/tabstrip.module.mjs +11 -46
  92. package/esm2020/tilelayout/tilelayout-item-body.component.mjs +3 -2
  93. package/esm2020/tilelayout/tilelayout-item-header.component.mjs +3 -2
  94. package/esm2020/tilelayout/tilelayout-item.component.mjs +7 -6
  95. package/esm2020/tilelayout/tilelayout-resize-handle.directive.mjs +3 -2
  96. package/esm2020/tilelayout/tilelayout.component.mjs +7 -6
  97. package/esm2020/tilelayout.module.mjs +10 -30
  98. package/esm2020/timeline/localization/custom-messages.component.mjs +2 -1
  99. package/esm2020/timeline/localization/localized-messages.directive.mjs +3 -2
  100. package/esm2020/timeline/templates/timeline-card-actions.directive.mjs +3 -2
  101. package/esm2020/timeline/templates/timeline-card-body.directive.mjs +3 -2
  102. package/esm2020/timeline/templates/timeline-card-header.directive.mjs +3 -2
  103. package/esm2020/timeline/timeline-card.component.mjs +13 -11
  104. package/esm2020/timeline/timeline-horizontal.component.mjs +7 -6
  105. package/esm2020/timeline/timeline-vertical.component.mjs +7 -5
  106. package/esm2020/timeline/timeline.component.mjs +6 -6
  107. package/esm2020/timeline.module.mjs +11 -44
  108. package/expansionpanel/expansionpanel-title.directive.d.ts +1 -1
  109. package/expansionpanel/expansionpanel.component.d.ts +1 -1
  110. package/expansionpanel.module.d.ts +1 -4
  111. package/fesm2015/progress-kendo-angular-layout.mjs +1075 -1158
  112. package/fesm2020/progress-kendo-angular-layout.mjs +806 -889
  113. package/gridlayout.module.d.ts +1 -2
  114. package/index.d.ts +1 -0
  115. package/layout.module.d.ts +50 -13
  116. package/layouts/grid-layout.component.d.ts +1 -1
  117. package/layouts/gridlayout-item.component.d.ts +1 -1
  118. package/layouts/stack-layout.component.d.ts +1 -1
  119. package/package.json +8 -8
  120. package/panelbar/panelbar-content.directive.d.ts +1 -1
  121. package/panelbar/panelbar-item-template.directive.d.ts +1 -1
  122. package/panelbar/panelbar-item-title.directive.d.ts +1 -1
  123. package/panelbar/panelbar-item.component.d.ts +1 -1
  124. package/panelbar/panelbar.component.d.ts +1 -1
  125. package/panelbar.module.d.ts +1 -4
  126. package/splitter/splitter-bar.component.d.ts +1 -1
  127. package/splitter/splitter-pane.component.d.ts +1 -1
  128. package/splitter/splitter.component.d.ts +1 -1
  129. package/splitter.module.d.ts +3 -7
  130. package/stacklayout.module.d.ts +1 -2
  131. package/stepper/list.component.d.ts +1 -1
  132. package/stepper/localization/custom-messages.component.d.ts +1 -1
  133. package/stepper/localization/localized-messages.directive.d.ts +1 -1
  134. package/stepper/step.component.d.ts +1 -1
  135. package/stepper/stepper.component.d.ts +1 -1
  136. package/stepper/template-directives/indicator-template.directive.d.ts +1 -1
  137. package/stepper/template-directives/label-template.directive.d.ts +1 -1
  138. package/stepper/template-directives/step-template.directive.d.ts +1 -1
  139. package/stepper.module.d.ts +6 -12
  140. package/tabstrip/directives/tab-content.directive.d.ts +1 -1
  141. package/tabstrip/directives/tab-title.directive.d.ts +1 -1
  142. package/tabstrip/directives/tab.directive.d.ts +1 -1
  143. package/tabstrip/localization/custom-messages.component.d.ts +1 -1
  144. package/tabstrip/localization/localized-messages.directive.d.ts +1 -1
  145. package/tabstrip/models/tabstrip-tab.component.d.ts +1 -1
  146. package/tabstrip/rendering/tab.component.d.ts +1 -1
  147. package/tabstrip/scrollable-button.component.d.ts +1 -1
  148. package/tabstrip/tabstrip.component.d.ts +1 -1
  149. package/tabstrip.module.d.ts +2 -10
  150. package/tilelayout/tilelayout-item-body.component.d.ts +1 -1
  151. package/tilelayout/tilelayout-item-header.component.d.ts +1 -1
  152. package/tilelayout/tilelayout-item.component.d.ts +1 -1
  153. package/tilelayout/tilelayout-resize-handle.directive.d.ts +1 -1
  154. package/tilelayout/tilelayout.component.d.ts +1 -1
  155. package/tilelayout.module.d.ts +4 -7
  156. package/timeline/localization/custom-messages.component.d.ts +1 -1
  157. package/timeline/localization/localized-messages.directive.d.ts +1 -1
  158. package/timeline/templates/timeline-card-actions.directive.d.ts +1 -1
  159. package/timeline/templates/timeline-card-body.directive.d.ts +1 -1
  160. package/timeline/templates/timeline-card-header.directive.d.ts +1 -1
  161. package/timeline/timeline-card.component.d.ts +1 -1
  162. package/timeline/timeline-horizontal.component.d.ts +1 -1
  163. package/timeline/timeline-vertical.component.d.ts +1 -1
  164. package/timeline/timeline.component.d.ts +1 -1
  165. package/timeline.module.d.ts +3 -12
@@ -9,13 +9,13 @@ import { StepperLabelTemplateDirective } from './template-directives/label-templ
9
9
  import { isPresent } from '../common/util';
10
10
  import { StepperIndicatorTemplateDirective } from './template-directives/indicator-template.directive';
11
11
  import { StepperService } from './stepper.service';
12
+ import { ProgressBarComponent } from '@progress/kendo-angular-progressbar';
13
+ import { NgStyle, NgIf } from '@angular/common';
14
+ import { StepperListComponent } from './list.component';
15
+ import { LocalizedStepperMessagesDirective } from './localization/localized-messages.directive';
12
16
  import * as i0 from "@angular/core";
13
17
  import * as i1 from "@progress/kendo-angular-l10n";
14
18
  import * as i2 from "./stepper.service";
15
- import * as i3 from "@angular/common";
16
- import * as i4 from "@progress/kendo-angular-progressbar";
17
- import * as i5 from "./list.component";
18
- import * as i6 from "./localization/localized-messages.directive";
19
19
  const DEFAULT_ANIMATION_DURATION = 400;
20
20
  /**
21
21
  * Represents the [Kendo UI Stepper component for Angular]({% slug overview_stepper %}).
@@ -231,7 +231,7 @@ export class StepperComponent {
231
231
  }
232
232
  }
233
233
  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: i2.StepperService }], target: i0.ɵɵFactoryTarget.Component });
234
- 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: [
234
+ StepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StepperComponent, isStandalone: true, selector: "kendo-stepper", inputs: { stepType: "stepType", linear: "linear", orientation: "orientation", currentStep: "currentStep", steps: "steps", svgIcon: "svgIcon", successSVGIcon: "successSVGIcon", errorSVGIcon: "errorSVGIcon", successIcon: "successIcon", errorIcon: "errorIcon", animation: "animation" }, outputs: { activate: "activate", currentStepChange: "currentStepChange" }, host: { properties: { "class.k-stepper": "this.hostClasses", "class.k-stepper-linear": "this.linearClass", "attr.role": "this.ariaRole", "attr.dir": "this.direction", "style.display": "this.displayStyle" } }, providers: [
235
235
  LocalizationService,
236
236
  StepperService,
237
237
  {
@@ -276,7 +276,7 @@ StepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
276
276
  [value]='currentStep'
277
277
  [ngStyle]='progressBarStyling'>
278
278
  </kendo-progressbar>
279
- `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.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: i5.StepperListComponent, selector: "[kendoStepperList]", inputs: ["linear", "stepType", "orientation", "currentStep", "steps", "successIcon", "successSVGIcon", "errorIcon", "errorSVGIcon", "svgIcon", "indicatorTemplate", "labelTemplate", "stepTemplate"], outputs: ["listKeydown", "listClick"] }, { kind: "directive", type: i6.LocalizedStepperMessagesDirective, selector: "\n [kendoStepperLocalizedMessages]\n " }] });
279
+ `, isInline: true, dependencies: [{ kind: "directive", type: LocalizedStepperMessagesDirective, selector: "\n [kendoStepperLocalizedMessages]\n " }, { kind: "component", type: StepperListComponent, selector: "[kendoStepperList]", inputs: ["linear", "stepType", "orientation", "currentStep", "steps", "successIcon", "successSVGIcon", "errorIcon", "errorSVGIcon", "svgIcon", "indicatorTemplate", "labelTemplate", "stepTemplate"], outputs: ["listKeydown", "listClick"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ProgressBarComponent, selector: "kendo-progressbar", inputs: ["label", "progressCssStyle", "progressCssClass", "emptyCssStyle", "emptyCssClass", "animation"], outputs: ["animationEnd"], exportAs: ["kendoProgressBar"] }] });
280
280
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperComponent, decorators: [{
281
281
  type: Component,
282
282
  args: [{
@@ -328,7 +328,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
328
328
  [value]='currentStep'
329
329
  [ngStyle]='progressBarStyling'>
330
330
  </kendo-progressbar>
331
- `
331
+ `,
332
+ standalone: true,
333
+ imports: [LocalizedStepperMessagesDirective, StepperListComponent, NgStyle, NgIf, ProgressBarComponent]
332
334
  }]
333
335
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i1.LocalizationService }, { type: i2.StepperService }]; }, propDecorators: { hostClasses: [{
334
336
  type: HostBinding,
@@ -15,11 +15,12 @@ export class StepperIndicatorTemplateDirective {
15
15
  }
16
16
  }
17
17
  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 });
18
- StepperIndicatorTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: StepperIndicatorTemplateDirective, selector: "[kendoStepperIndicatorTemplate]", ngImport: i0 });
18
+ StepperIndicatorTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: StepperIndicatorTemplateDirective, isStandalone: true, selector: "[kendoStepperIndicatorTemplate]", ngImport: i0 });
19
19
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperIndicatorTemplateDirective, decorators: [{
20
20
  type: Directive,
21
21
  args: [{
22
- selector: '[kendoStepperIndicatorTemplate]'
22
+ selector: '[kendoStepperIndicatorTemplate]',
23
+ standalone: true
23
24
  }]
24
25
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
25
26
  type: Optional
@@ -15,11 +15,12 @@ export class StepperLabelTemplateDirective {
15
15
  }
16
16
  }
17
17
  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 });
18
- StepperLabelTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: StepperLabelTemplateDirective, selector: "[kendoStepperLabelTemplate]", ngImport: i0 });
18
+ StepperLabelTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: StepperLabelTemplateDirective, isStandalone: true, selector: "[kendoStepperLabelTemplate]", ngImport: i0 });
19
19
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperLabelTemplateDirective, decorators: [{
20
20
  type: Directive,
21
21
  args: [{
22
- selector: '[kendoStepperLabelTemplate]'
22
+ selector: '[kendoStepperLabelTemplate]',
23
+ standalone: true
23
24
  }]
24
25
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
25
26
  type: Optional
@@ -15,11 +15,12 @@ export class StepperStepTemplateDirective {
15
15
  }
16
16
  }
17
17
  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 });
18
- StepperStepTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: StepperStepTemplateDirective, selector: "[kendoStepperStepTemplate]", ngImport: i0 });
18
+ StepperStepTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: StepperStepTemplateDirective, isStandalone: true, selector: "[kendoStepperStepTemplate]", ngImport: i0 });
19
19
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperStepTemplateDirective, decorators: [{
20
20
  type: Directive,
21
21
  args: [{
22
- selector: '[kendoStepperStepTemplate]'
22
+ selector: '[kendoStepperStepTemplate]',
23
+ standalone: true
23
24
  }]
24
25
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
25
26
  type: Optional
@@ -3,34 +3,14 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { NgModule } from '@angular/core';
6
- import { CommonModule } from '@angular/common';
7
- import { ProgressBarModule } from '@progress/kendo-angular-progressbar';
8
- import { StepperComponent } from './stepper/stepper.component';
9
- import { StepperStepComponent } from './stepper/step.component';
10
- import { StepperListComponent } from './stepper/list.component';
11
- import { StepperIndicatorTemplateDirective } from './stepper/template-directives/indicator-template.directive';
12
- import { StepperLabelTemplateDirective } from './stepper/template-directives/label-template.directive';
13
- import { StepperStepTemplateDirective } from './stepper/template-directives/step-template.directive';
14
- import { LocalizedStepperMessagesDirective } from './stepper/localization/localized-messages.directive';
15
- import { StepperCustomMessagesComponent } from './stepper/localization/custom-messages.component';
16
- import { IconsModule } from '@progress/kendo-angular-icons';
6
+ import { KENDO_STEPPER } from './directives';
17
7
  import * as i0 from "@angular/core";
18
- const templateDirectives = [
19
- StepperStepTemplateDirective,
20
- StepperLabelTemplateDirective,
21
- StepperIndicatorTemplateDirective
22
- ];
23
- const exportedModules = [
24
- StepperComponent,
25
- StepperCustomMessagesComponent,
26
- ...templateDirectives
27
- ];
28
- const declarations = [
29
- StepperStepComponent,
30
- StepperListComponent,
31
- LocalizedStepperMessagesDirective,
32
- ...exportedModules
33
- ];
8
+ import * as i1 from "./stepper/stepper.component";
9
+ import * as i2 from "./stepper/localization/custom-messages.component";
10
+ import * as i3 from "./stepper/template-directives/indicator-template.directive";
11
+ import * as i4 from "./stepper/template-directives/label-template.directive";
12
+ import * as i5 from "./stepper/template-directives/step-template.directive";
13
+ // IMPORTANT: NgModule export kept for backwards compatibility
34
14
  /**
35
15
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
36
16
  * definition for the Stepper component.
@@ -38,21 +18,12 @@ const declarations = [
38
18
  export class StepperModule {
39
19
  }
40
20
  StepperModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
41
- StepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: StepperModule, declarations: [StepperStepComponent,
42
- StepperListComponent,
43
- LocalizedStepperMessagesDirective, StepperComponent,
44
- StepperCustomMessagesComponent, StepperStepTemplateDirective,
45
- StepperLabelTemplateDirective,
46
- StepperIndicatorTemplateDirective], imports: [CommonModule, ProgressBarModule, IconsModule], exports: [StepperComponent,
47
- StepperCustomMessagesComponent, StepperStepTemplateDirective,
48
- StepperLabelTemplateDirective,
49
- StepperIndicatorTemplateDirective] });
50
- StepperModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperModule, imports: [CommonModule, ProgressBarModule, IconsModule] });
21
+ StepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: StepperModule, imports: [i1.StepperComponent, i2.StepperCustomMessagesComponent, i3.StepperIndicatorTemplateDirective, i4.StepperLabelTemplateDirective, i5.StepperStepTemplateDirective], exports: [i1.StepperComponent, i2.StepperCustomMessagesComponent, i3.StepperIndicatorTemplateDirective, i4.StepperLabelTemplateDirective, i5.StepperStepTemplateDirective] });
22
+ StepperModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperModule, imports: [i1.StepperComponent, i2.StepperCustomMessagesComponent] });
51
23
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperModule, decorators: [{
52
24
  type: NgModule,
53
25
  args: [{
54
- declarations: [declarations],
55
- exports: [exportedModules],
56
- imports: [CommonModule, ProgressBarModule, IconsModule]
26
+ exports: [...KENDO_STEPPER],
27
+ imports: [...KENDO_STEPPER]
57
28
  }]
58
29
  }] });
@@ -40,10 +40,11 @@ export class TabContentDirective {
40
40
  }
41
41
  }
42
42
  TabContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
43
- TabContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TabContentDirective, selector: "[kendoTabContent]", ngImport: i0 });
43
+ TabContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TabContentDirective, isStandalone: true, selector: "[kendoTabContent]", ngImport: i0 });
44
44
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabContentDirective, decorators: [{
45
45
  type: Directive,
46
46
  args: [{
47
- selector: '[kendoTabContent]'
47
+ selector: '[kendoTabContent]',
48
+ standalone: true
48
49
  }]
49
50
  }], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
@@ -45,10 +45,11 @@ export class TabTitleDirective {
45
45
  }
46
46
  }
47
47
  TabTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabTitleDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
48
- TabTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TabTitleDirective, selector: "[kendoTabTitle]", ngImport: i0 });
48
+ TabTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TabTitleDirective, isStandalone: true, selector: "[kendoTabTitle]", ngImport: i0 });
49
49
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabTitleDirective, decorators: [{
50
50
  type: Directive,
51
51
  args: [{
52
- selector: '[kendoTabTitle]'
52
+ selector: '[kendoTabTitle]',
53
+ standalone: true
53
54
  }]
54
55
  }], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
@@ -13,10 +13,11 @@ export class TabTemplateDirective {
13
13
  }
14
14
  }
15
15
  TabTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
16
- TabTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TabTemplateDirective, selector: "[kendoTabTemplate]", ngImport: i0 });
16
+ TabTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TabTemplateDirective, isStandalone: true, selector: "[kendoTabTemplate]", ngImport: i0 });
17
17
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabTemplateDirective, decorators: [{
18
18
  type: Directive,
19
19
  args: [{
20
- selector: '[kendoTabTemplate]'
20
+ selector: '[kendoTabTemplate]',
21
+ standalone: true
21
22
  }]
22
23
  }], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
@@ -21,7 +21,7 @@ export class TabStripCustomMessagesComponent extends TabStripMessages {
21
21
  }
22
22
  }
23
23
  TabStripCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
24
- TabStripCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TabStripCustomMessagesComponent, selector: "kendo-tabstrip-messages", providers: [
24
+ TabStripCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TabStripCustomMessagesComponent, isStandalone: true, selector: "kendo-tabstrip-messages", providers: [
25
25
  {
26
26
  provide: TabStripMessages,
27
27
  useExisting: forwardRef(() => TabStripCustomMessagesComponent)
@@ -37,6 +37,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
37
37
  }
38
38
  ],
39
39
  selector: 'kendo-tabstrip-messages',
40
- template: ``
40
+ template: ``,
41
+ standalone: true
41
42
  }]
42
43
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
@@ -17,7 +17,7 @@ export class LocalizedTabStripMessagesDirective extends TabStripMessages {
17
17
  }
18
18
  }
19
19
  LocalizedTabStripMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedTabStripMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
20
- LocalizedTabStripMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedTabStripMessagesDirective, selector: "[kendoTabStripLocalizedMessages]", providers: [
20
+ LocalizedTabStripMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedTabStripMessagesDirective, isStandalone: true, selector: "[kendoTabStripLocalizedMessages]", providers: [
21
21
  {
22
22
  provide: TabStripMessages,
23
23
  useExisting: forwardRef(() => LocalizedTabStripMessagesDirective)
@@ -32,6 +32,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
32
32
  useExisting: forwardRef(() => LocalizedTabStripMessagesDirective)
33
33
  }
34
34
  ],
35
- selector: `[kendoTabStripLocalizedMessages]`
35
+ selector: `[kendoTabStripLocalizedMessages]`,
36
+ standalone: true
36
37
  }]
37
38
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
@@ -39,13 +39,14 @@ export class TabStripTabComponent {
39
39
  }
40
40
  }
41
41
  TabStripTabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripTabComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
42
- 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 });
42
+ TabStripTabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TabStripTabComponent, isStandalone: true, selector: "kendo-tabstrip-tab", inputs: { title: "title", disabled: "disabled", cssClass: "cssClass", cssStyle: "cssStyle", selected: "selected", closable: "closable", closeIcon: "closeIcon", closeIconClass: "closeIconClass", closeSVGIcon: "closeSVGIcon" }, queries: [{ propertyName: "_tabDirective", predicate: TabTemplateDirective }, { propertyName: "_tabContent", predicate: TabContentDirective }, { propertyName: "_tabTitleDirective", predicate: TabTitleDirective }], exportAs: ["kendoTabStripTab"], ngImport: i0, template: ``, isInline: true });
43
43
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripTabComponent, decorators: [{
44
44
  type: Component,
45
45
  args: [{
46
46
  exportAs: 'kendoTabStripTab',
47
47
  selector: 'kendo-tabstrip-tab',
48
- template: ``
48
+ template: ``,
49
+ standalone: true
49
50
  }]
50
51
  }], propDecorators: { title: [{
51
52
  type: Input
@@ -7,10 +7,10 @@ import { Component, EventEmitter, HostBinding, Input, Output } from '@angular/co
7
7
  import { LocalizationService } from '@progress/kendo-angular-l10n';
8
8
  import { TabCloseEvent } from '../events/tabclose-event';
9
9
  import { xIcon } from '@progress/kendo-svg-icons';
10
+ import { ButtonComponent } from '@progress/kendo-angular-buttons';
11
+ import { NgIf, NgTemplateOutlet } from '@angular/common';
10
12
  import * as i0 from "@angular/core";
11
13
  import * as i1 from "@progress/kendo-angular-l10n";
12
- import * as i2 from "@angular/common";
13
- import * as i3 from "@progress/kendo-angular-buttons";
14
14
  /**
15
15
  * @hidden
16
16
  */
@@ -75,7 +75,7 @@ export class TabComponent {
75
75
  }
76
76
  }
77
77
  TabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
78
- 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: `
78
+ TabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TabComponent, isStandalone: true, selector: "[kendoTabStripTab]", inputs: { tab: "tab", index: "index", tabStripClosable: "tabStripClosable", tabStripCloseIcon: "tabStripCloseIcon", customTabstripCloseIcon: "customTabstripCloseIcon", closeSVGIcon: "closeSVGIcon" }, outputs: { tabClose: "tabClose" }, host: { properties: { "class.k-item": "this.hostClasses", "class.k-tabstrip-item": "this.hostClasses", "attr.aria-selected": "this.activeClass", "class.k-active": "this.activeClass", "attr.aria-disabled": "this.disabledClass", "class.k-disabled": "this.disabledClass", "class.k-focus": "this.focusedClass", "attr.tabindex": "this.tabIndex" } }, ngImport: i0, template: `
79
79
  <ng-container *ngIf="!tab.tabTemplate; else tabTemplate">
80
80
  <span class="k-link" *ngIf="!tab.tabTitle">{{ tab.title }}</span>
81
81
  <span class="k-link" *ngIf="tab.tabTitle">
@@ -101,7 +101,7 @@ TabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
101
101
  (click)="closeTab(index)"
102
102
  class="k-remove-tab k-icon-button"
103
103
  ></button>
104
- `, 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.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"] }] });
104
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
105
105
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabComponent, decorators: [{
106
106
  type: Component,
107
107
  args: [{
@@ -133,7 +133,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
133
133
  (click)="closeTab(index)"
134
134
  class="k-remove-tab k-icon-button"
135
135
  ></button>
136
- `
136
+ `,
137
+ standalone: true,
138
+ imports: [NgIf, NgTemplateOutlet, ButtonComponent]
137
139
  }]
138
140
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { tab: [{
139
141
  type: Input
@@ -10,9 +10,9 @@ import { isTablistHorizontal } from './util';
10
10
  import { TabScrollEvent } from './events/tabscroll-event';
11
11
  import { caretAltDownIcon, caretAltLeftIcon, caretAltRightIcon, caretAltUpIcon } from '@progress/kendo-svg-icons';
12
12
  import { LocalizationService } from '@progress/kendo-angular-l10n';
13
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
13
14
  import * as i0 from "@angular/core";
14
15
  import * as i1 from "@progress/kendo-angular-l10n";
15
- import * as i2 from "@progress/kendo-angular-icons";
16
16
  /**
17
17
  * @hidden
18
18
  */
@@ -131,7 +131,7 @@ export class TabStripScrollableButtonComponent {
131
131
  }
132
132
  }
133
133
  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 });
134
- 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: `
134
+ TabStripScrollableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TabStripScrollableButtonComponent, isStandalone: true, selector: "[kendoTabStripScrollableButton]", inputs: { prev: "prev", tabPosition: "tabPosition", scrollable: "scrollable" }, outputs: { tabScroll: "tabScroll", onClick: "onClick" }, host: { properties: { "class.k-tabstrip-prev": "this.prevClass", "class.k-tabstrip-next": "this.nextClass" } }, ngImport: i0, template: `
135
135
  <kendo-icon-wrapper
136
136
  [name]="iconClass"
137
137
  [customFontClass]="customIconClass"
@@ -139,7 +139,7 @@ TabStripScrollableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion
139
139
  innerCssClass="k-button-icon"
140
140
  >
141
141
  </kendo-icon-wrapper>
142
- `, isInline: true, dependencies: [{ kind: "component", type: i2.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
142
+ `, isInline: true, dependencies: [{ kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
143
143
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripScrollableButtonComponent, decorators: [{
144
144
  type: Component,
145
145
  args: [{
@@ -153,7 +153,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
153
153
  </kendo-icon-wrapper>
154
154
  `,
155
155
  // eslint-disable-next-line @angular-eslint/component-selector
156
- selector: '[kendoTabStripScrollableButton]'
156
+ selector: '[kendoTabStripScrollableButton]',
157
+ standalone: true,
158
+ imports: [IconWrapperComponent]
157
159
  }]
158
160
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i1.LocalizationService }]; }, propDecorators: { prevClass: [{
159
161
  type: HostBinding,
@@ -18,16 +18,14 @@ import { normalizeScrollableSettings } from './models/scrollable-settings';
18
18
  import { TabScrollEvent } from './events/tabscroll-event';
19
19
  import { TabStripScrollableButtonComponent } from './scrollable-button.component';
20
20
  import { take } from 'rxjs/operators';
21
- import { guid, isDocumentAvailable, shouldShowValidationUI } from '@progress/kendo-angular-common';
21
+ import { guid, isDocumentAvailable, shouldShowValidationUI, WatermarkOverlayComponent, ResizeSensorComponent } from '@progress/kendo-angular-common';
22
+ import { TabComponent } from './rendering/tab.component';
23
+ import { NgIf, NgTemplateOutlet, NgClass, NgFor, NgStyle } from '@angular/common';
24
+ import { LocalizedTabStripMessagesDirective } from './localization/localized-messages.directive';
22
25
  import * as i0 from "@angular/core";
23
26
  import * as i1 from "@progress/kendo-angular-l10n";
24
27
  import * as i2 from "./tabstrip.service";
25
28
  import * as i3 from "./tabstrip-scroll.service";
26
- import * as i4 from "@angular/common";
27
- import * as i5 from "@progress/kendo-angular-common";
28
- import * as i6 from "./rendering/tab.component";
29
- import * as i7 from "./localization/localized-messages.directive";
30
- import * as i8 from "./scrollable-button.component";
31
29
  /**
32
30
  * Represents the [Kendo UI TabStrip component for Angular]({% slug overview_tabstrip %}).
33
31
  */
@@ -413,7 +411,7 @@ export class TabStripComponent {
413
411
  }
414
412
  }
415
413
  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: i2.TabStripService }, { token: i3.ScrollService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
416
- 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: [
414
+ TabStripComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TabStripComponent, isStandalone: true, selector: "kendo-tabstrip", inputs: { height: "height", animate: "animate", tabAlignment: "tabAlignment", tabPosition: "tabPosition", keepTabContent: "keepTabContent", closable: "closable", scrollable: "scrollable", closeIcon: "closeIcon", closeIconClass: "closeIconClass", closeSVGIcon: "closeSVGIcon", showContentArea: "showContentArea" }, outputs: { tabSelect: "tabSelect", tabClose: "tabClose", tabScroll: "tabScroll" }, host: { properties: { "class.k-tabstrip": "this.hostClasses", "class.k-pos-relative": "this.hostClasses", "class.k-tabstrip-top": "this.tabsAtTop", "class.k-tabstrip-right": "this.tabsAtRight", "class.k-tabstrip-bottom": "this.tabsAtBottom", "class.k-tabstrip-left": "this.tabsAtLeft", "attr.dir": "this.dir", "class.k-tabstrip-scrollable": "this.tabStripScrollable" } }, providers: [
417
415
  TabStripService,
418
416
  ScrollService,
419
417
  LocalizationService,
@@ -521,7 +519,7 @@ TabStripComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
521
519
  </ng-template>
522
520
  <kendo-resize-sensor *ngIf="isScrollable" (resize)="onResize()"></kendo-resize-sensor>
523
521
  <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
524
- `, isInline: true, dependencies: [{ kind: "directive", type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i4.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: i6.TabComponent, selector: "[kendoTabStripTab]", inputs: ["tab", "index", "tabStripClosable", "tabStripCloseIcon", "customTabstripCloseIcon", "closeSVGIcon"], outputs: ["tabClose"] }, { kind: "directive", type: i7.LocalizedTabStripMessagesDirective, selector: "[kendoTabStripLocalizedMessages]" }, { kind: "component", type: i8.TabStripScrollableButtonComponent, selector: "[kendoTabStripScrollableButton]", inputs: ["prev", "tabPosition", "scrollable"], outputs: ["tabScroll", "onClick"] }], animations: [
522
+ `, isInline: true, dependencies: [{ kind: "directive", type: LocalizedTabStripMessagesDirective, selector: "[kendoTabStripLocalizedMessages]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: TabStripScrollableButtonComponent, selector: "[kendoTabStripScrollableButton]", inputs: ["prev", "tabPosition", "scrollable"], outputs: ["tabScroll", "onClick"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: TabComponent, selector: "[kendoTabStripTab]", inputs: ["tab", "index", "tabStripClosable", "tabStripCloseIcon", "customTabstripCloseIcon", "closeSVGIcon"], outputs: ["tabClose"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], animations: [
525
523
  trigger('state', [
526
524
  state('active', style({ opacity: 1 })),
527
525
  transition('* => active', [
@@ -653,7 +651,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
653
651
  </ng-template>
654
652
  <kendo-resize-sensor *ngIf="isScrollable" (resize)="onResize()"></kendo-resize-sensor>
655
653
  <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
656
- `
654
+ `,
655
+ standalone: true,
656
+ imports: [LocalizedTabStripMessagesDirective, NgIf, NgTemplateOutlet, NgClass, TabStripScrollableButtonComponent, NgFor, TabComponent, NgStyle, ResizeSensorComponent, WatermarkOverlayComponent]
657
657
  }]
658
658
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i2.TabStripService }, { type: i3.ScrollService }, { type: i0.NgZone }]; }, propDecorators: { height: [{
659
659
  type: Input
@@ -2,35 +2,15 @@
2
2
  * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { TabComponent } from './tabstrip/rendering/tab.component';
6
5
  import { NgModule } from '@angular/core';
7
- import { CommonModule } from '@angular/common';
8
- import { TabStripComponent } from './tabstrip/tabstrip.component';
9
- import { TabStripTabComponent } from './tabstrip/models/tabstrip-tab.component';
10
- import { TabContentDirective } from './tabstrip/directives/tab-content.directive';
11
- import { TabTitleDirective } from './tabstrip/directives/tab-title.directive';
12
- import { TabStripCustomMessagesComponent } from './tabstrip/localization/custom-messages.component';
13
- import { LocalizedTabStripMessagesDirective } from './tabstrip/localization/localized-messages.directive';
14
- import { ResizeSensorModule, WatermarkModule } from '@progress/kendo-angular-common';
15
- import { TabStripScrollableButtonComponent } from './tabstrip/scrollable-button.component';
16
- import { IconsModule } from '@progress/kendo-angular-icons';
17
- import { ButtonModule } from '@progress/kendo-angular-buttons';
18
- import { TabTemplateDirective } from './tabstrip/directives/tab.directive';
6
+ import { KENDO_TABSTRIP } from './directives';
19
7
  import * as i0 from "@angular/core";
20
- const exportedModules = [
21
- TabStripComponent,
22
- TabStripTabComponent,
23
- TabContentDirective,
24
- TabTitleDirective,
25
- TabComponent,
26
- TabStripCustomMessagesComponent,
27
- LocalizedTabStripMessagesDirective,
28
- TabTemplateDirective
29
- ];
30
- const declarations = [
31
- ...exportedModules,
32
- TabStripScrollableButtonComponent
33
- ];
8
+ import * as i1 from "./tabstrip/tabstrip.component";
9
+ import * as i2 from "./tabstrip/models/tabstrip-tab.component";
10
+ import * as i3 from "./tabstrip/directives/tab-content.directive";
11
+ import * as i4 from "./tabstrip/directives/tab-title.directive";
12
+ import * as i5 from "./tabstrip/localization/custom-messages.component";
13
+ // IMPORTANT: NgModule export kept for backwards compatibility
34
14
  /**
35
15
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
36
16
  * definition for the TabStrip component.
@@ -44,27 +24,12 @@ const declarations = [
44
24
  export class TabStripModule {
45
25
  }
46
26
  TabStripModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
47
- TabStripModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule, declarations: [TabStripComponent,
48
- TabStripTabComponent,
49
- TabContentDirective,
50
- TabTitleDirective,
51
- TabComponent,
52
- TabStripCustomMessagesComponent,
53
- LocalizedTabStripMessagesDirective,
54
- TabTemplateDirective, TabStripScrollableButtonComponent], imports: [CommonModule, ResizeSensorModule, IconsModule, ButtonModule, WatermarkModule], exports: [TabStripComponent,
55
- TabStripTabComponent,
56
- TabContentDirective,
57
- TabTitleDirective,
58
- TabComponent,
59
- TabStripCustomMessagesComponent,
60
- LocalizedTabStripMessagesDirective,
61
- TabTemplateDirective] });
62
- TabStripModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule, imports: [CommonModule, ResizeSensorModule, IconsModule, ButtonModule, WatermarkModule] });
27
+ TabStripModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule, imports: [i1.TabStripComponent, i2.TabStripTabComponent, i3.TabContentDirective, i4.TabTitleDirective, i5.TabStripCustomMessagesComponent], exports: [i1.TabStripComponent, i2.TabStripTabComponent, i3.TabContentDirective, i4.TabTitleDirective, i5.TabStripCustomMessagesComponent] });
28
+ TabStripModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule, imports: [i1.TabStripComponent, i2.TabStripTabComponent, i5.TabStripCustomMessagesComponent] });
63
29
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule, decorators: [{
64
30
  type: NgModule,
65
31
  args: [{
66
- declarations: [declarations],
67
- exports: [exportedModules],
68
- imports: [CommonModule, ResizeSensorModule, IconsModule, ButtonModule, WatermarkModule]
32
+ exports: [...KENDO_TABSTRIP],
33
+ imports: [...KENDO_TABSTRIP]
69
34
  }]
70
35
  }] });
@@ -14,7 +14,7 @@ export class TileLayoutItemBodyComponent {
14
14
  }
15
15
  }
16
16
  TileLayoutItemBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutItemBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
17
- 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: `
17
+ TileLayoutItemBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TileLayoutItemBodyComponent, isStandalone: true, selector: "kendo-tilelayout-item-body", host: { properties: { "class.k-tilelayout-item-body": "this.hostClass", "class.k-card-body": "this.hostClass", "style.min-height": "this.minHeight" } }, ngImport: i0, template: `
18
18
  <ng-content></ng-content>
19
19
  `, isInline: true });
20
20
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutItemBodyComponent, decorators: [{
@@ -23,7 +23,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
23
23
  selector: 'kendo-tilelayout-item-body',
24
24
  template: `
25
25
  <ng-content></ng-content>
26
- `
26
+ `,
27
+ standalone: true
27
28
  }]
28
29
  }], propDecorators: { hostClass: [{
29
30
  type: HostBinding,
@@ -30,7 +30,7 @@ export class TileLayoutItemHeaderComponent {
30
30
  }
31
31
  }
32
32
  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 });
33
- 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: `
33
+ TileLayoutItemHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TileLayoutItemHeaderComponent, isStandalone: true, selector: "kendo-tilelayout-item-header", inputs: { reorderable: "reorderable" }, host: { properties: { "class.k-tilelayout-item-header": "this.hostClass", "class.k-card-header": "this.hostClass" } }, ngImport: i0, template: `
34
34
  <ng-content></ng-content>
35
35
  `, isInline: true });
36
36
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutItemHeaderComponent, decorators: [{
@@ -39,7 +39,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
39
39
  selector: 'kendo-tilelayout-item-header',
40
40
  template: `
41
41
  <ng-content></ng-content>
42
- `
42
+ `,
43
+ standalone: true
43
44
  }]
44
45
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { hostClass: [{
45
46
  type: HostBinding,
@@ -11,13 +11,12 @@ import { isPresent } from './../common/util';
11
11
  import { RESIZE_DIRECTIONS, RTL_RESIZE_DIRECTIONS } from './constants';
12
12
  import { TileLayoutItemHeaderComponent } from './tilelayout-item-header.component';
13
13
  import { getId } from './util';
14
+ import { TileLayoutResizeHandleDirective } from './tilelayout-resize-handle.directive';
15
+ import { NgIf, NgFor } from '@angular/common';
14
16
  import * as i0 from "@angular/core";
15
17
  import * as i1 from "@progress/kendo-angular-l10n";
16
18
  import * as i2 from "./dragging-service";
17
19
  import * as i3 from "./keyboard-navigation.service";
18
- import * as i4 from "@angular/common";
19
- import * as i5 from "./tilelayout-item-header.component";
20
- import * as i6 from "./tilelayout-resize-handle.directive";
21
20
  /**
22
21
  * Represents a tile item within the TileLayoutComponent.
23
22
  */
@@ -180,7 +179,7 @@ export class TileLayoutItemComponent {
180
179
  }
181
180
  }
182
181
  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: i2.TileLayoutDraggingService }, { token: i3.TileLayoutKeyboardNavigationService }], target: i0.ɵɵFactoryTarget.Component });
183
- 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: `
182
+ TileLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TileLayoutItemComponent, isStandalone: true, selector: "kendo-tilelayout-item", inputs: { title: "title", rowSpan: "rowSpan", colSpan: "colSpan", order: "order", col: "col", row: "row", reorderable: "reorderable", resizable: "resizable" }, host: { properties: { "class.k-tilelayout-item": "this.itemClass", "class.k-card": "this.itemClass", "attr.role": "this.hostRole", "attr.aria-dropeffect": "this.hostDropEffect", "attr.tabindex": "this.hostTabindex", "attr.aria-keyshortcuts": "this.ariaKeyShortcuts", "attr.aria-grabbed": "this.hostGrabbed", "attr.aria-labelledby": "this.hostLabelledBy", "style.grid-column-end": "this.colEnd", "style.grid-row-end": "this.rowEnd", "style.grid-column-start": "this.colStart", "style.grid-row-start": "this.rowStart" } }, queries: [{ propertyName: "headers", predicate: TileLayoutItemHeaderComponent }], usesOnChanges: true, ngImport: i0, template: `
184
183
  <kendo-tilelayout-item-header [reorderable]="isReorderable" *ngIf="title">
185
184
  <h5 [id]="titleId" class="k-card-title">{{ title }}</h5>
186
185
  </kendo-tilelayout-item-header>
@@ -194,7 +193,7 @@ TileLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
194
193
  [resizeDirection]="dir">
195
194
  </div>
196
195
  </ng-container>
197
- `, isInline: true, dependencies: [{ kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i5.TileLayoutItemHeaderComponent, selector: "kendo-tilelayout-item-header", inputs: ["reorderable"] }, { kind: "directive", type: i6.TileLayoutResizeHandleDirective, selector: "[kendoTileLayoutResizeHandle]", inputs: ["resizeDirection", "rtl"] }] });
196
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: TileLayoutItemHeaderComponent, selector: "kendo-tilelayout-item-header", inputs: ["reorderable"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: TileLayoutResizeHandleDirective, selector: "[kendoTileLayoutResizeHandle]", inputs: ["resizeDirection", "rtl"] }] });
198
197
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutItemComponent, decorators: [{
199
198
  type: Component,
200
199
  args: [{
@@ -213,7 +212,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
213
212
  [resizeDirection]="dir">
214
213
  </div>
215
214
  </ng-container>
216
- `
215
+ `,
216
+ standalone: true,
217
+ imports: [NgIf, TileLayoutItemHeaderComponent, NgFor, TileLayoutResizeHandleDirective]
217
218
  }]
218
219
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i1.LocalizationService }, { type: i2.TileLayoutDraggingService }, { type: i3.TileLayoutKeyboardNavigationService }]; }, propDecorators: { title: [{
219
220
  type: Input