@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
@@ -18,7 +18,7 @@ export class LocalizedAvatarMessagesDirective extends Messages {
18
18
  }
19
19
  }
20
20
  LocalizedAvatarMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedAvatarMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
21
- LocalizedAvatarMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedAvatarMessagesDirective, selector: "[kendoAvatarLocalizedMessages]", providers: [
21
+ LocalizedAvatarMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedAvatarMessagesDirective, isStandalone: true, selector: "[kendoAvatarLocalizedMessages]", providers: [
22
22
  {
23
23
  provide: Messages,
24
24
  useExisting: forwardRef(() => LocalizedAvatarMessagesDirective)
@@ -33,6 +33,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
33
33
  useExisting: forwardRef(() => LocalizedAvatarMessagesDirective)
34
34
  }
35
35
  ],
36
- selector: '[kendoAvatarLocalizedMessages]'
36
+ selector: '[kendoAvatarLocalizedMessages]',
37
+ standalone: true
37
38
  }]
38
39
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
@@ -3,20 +3,11 @@
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 { IconsModule } from '@progress/kendo-angular-icons';
8
- import { AvatarComponent } from './avatar/avatar.component';
9
- import { LocalizedAvatarMessagesDirective } from './avatar/l10n/localized-messages.directive';
10
- import { AvatarCustomMessagesComponent } from './avatar/l10n/custom-messages.component';
6
+ import { KENDO_AVATAR } from './directives';
11
7
  import * as i0 from "@angular/core";
12
- const exportedModules = [
13
- AvatarComponent,
14
- AvatarCustomMessagesComponent
15
- ];
16
- const declarations = [
17
- LocalizedAvatarMessagesDirective,
18
- ...exportedModules
19
- ];
8
+ import * as i1 from "./avatar/avatar.component";
9
+ import * as i2 from "./avatar/l10n/custom-messages.component";
10
+ // IMPORTANT: NgModule export kept for backwards compatibility
20
11
  /**
21
12
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
22
13
  * definition for the Avatar component.
@@ -24,15 +15,12 @@ const declarations = [
24
15
  export class AvatarModule {
25
16
  }
26
17
  AvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
27
- AvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, declarations: [LocalizedAvatarMessagesDirective, AvatarComponent,
28
- AvatarCustomMessagesComponent], imports: [CommonModule, IconsModule], exports: [AvatarComponent,
29
- AvatarCustomMessagesComponent] });
30
- AvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, imports: [CommonModule, IconsModule] });
18
+ AvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, imports: [i1.AvatarComponent, i2.AvatarCustomMessagesComponent], exports: [i1.AvatarComponent, i2.AvatarCustomMessagesComponent] });
19
+ AvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, imports: [KENDO_AVATAR] });
31
20
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, decorators: [{
32
21
  type: NgModule,
33
22
  args: [{
34
- declarations: [declarations],
35
- exports: [exportedModules],
36
- imports: [CommonModule, IconsModule]
23
+ exports: [...KENDO_AVATAR],
24
+ imports: [...KENDO_AVATAR]
37
25
  }]
38
26
  }] });
@@ -3,8 +3,8 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, EventEmitter, HostBinding, Input, Output, TemplateRef } from '@angular/core';
6
+ import { NgIf, NgFor, NgTemplateOutlet } from '@angular/common';
6
7
  import * as i0 from "@angular/core";
7
- import * as i1 from "@angular/common";
8
8
  /**
9
9
  * Specifies the action buttons of the Card.
10
10
  * * ([see example]({% slug actions_card %})).
@@ -74,7 +74,7 @@ export class CardActionsComponent {
74
74
  }
75
75
  }
76
76
  CardActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
77
- 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: `
77
+ CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CardActionsComponent, isStandalone: true, selector: "kendo-card-actions", inputs: { orientation: "orientation", layout: "layout", actions: "actions" }, outputs: { action: "action" }, host: { properties: { "class.k-actions": "this.hostClass", "class.k-card-actions": "this.hostClass", "class.k-actions-stretched": "this.stretchedClass", "class.k-actions-start": "this.startClass", "class.k-actions-end": "this.endClass", "class.k-actions-center": "this.centerClass", "class.k-actions-vertical": "this.verticalClass", "class.k-actions-horizontal": "this.horizontalClass" } }, ngImport: i0, template: `
78
78
  <ng-content *ngIf="!actionsArray && !actionsTemplate"></ng-content>
79
79
 
80
80
  <ng-container *ngIf="actionsArray">
@@ -95,7 +95,7 @@ CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
95
95
  </ng-container>
96
96
 
97
97
  <ng-template [ngTemplateOutlet]="actionsTemplate" *ngIf="actionsTemplate"></ng-template>
98
- `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
98
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
99
99
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardActionsComponent, decorators: [{
100
100
  type: Component,
101
101
  args: [{
@@ -121,7 +121,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
121
121
  </ng-container>
122
122
 
123
123
  <ng-template [ngTemplateOutlet]="actionsTemplate" *ngIf="actionsTemplate"></ng-template>
124
- `
124
+ `,
125
+ standalone: true,
126
+ imports: [NgIf, NgFor, NgTemplateOutlet]
125
127
  }]
126
128
  }], propDecorators: { hostClass: [{
127
129
  type: HostBinding,
@@ -13,7 +13,7 @@ export class CardBodyComponent {
13
13
  }
14
14
  }
15
15
  CardBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
16
- 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: `
16
+ CardBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CardBodyComponent, isStandalone: true, selector: "kendo-card-body", host: { properties: { "class.k-card-body": "this.hostClass" } }, ngImport: i0, template: `
17
17
  <ng-content></ng-content>
18
18
  `, isInline: true });
19
19
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardBodyComponent, decorators: [{
@@ -22,7 +22,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
22
22
  selector: 'kendo-card-body',
23
23
  template: `
24
24
  <ng-content></ng-content>
25
- `
25
+ `,
26
+ standalone: true
26
27
  }]
27
28
  }], propDecorators: { hostClass: [{
28
29
  type: HostBinding,
@@ -13,7 +13,7 @@ export class CardFooterComponent {
13
13
  }
14
14
  }
15
15
  CardFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
16
- 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: `
16
+ CardFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CardFooterComponent, isStandalone: true, selector: "kendo-card-footer", host: { properties: { "class.k-card-footer": "this.hostClass" } }, ngImport: i0, template: `
17
17
  <ng-content></ng-content>
18
18
  `, isInline: true });
19
19
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardFooterComponent, decorators: [{
@@ -22,7 +22,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
22
22
  selector: 'kendo-card-footer',
23
23
  template: `
24
24
  <ng-content></ng-content>
25
- `
25
+ `,
26
+ standalone: true
26
27
  }]
27
28
  }], propDecorators: { hostClass: [{
28
29
  type: HostBinding,
@@ -13,7 +13,7 @@ export class CardHeaderComponent {
13
13
  }
14
14
  }
15
15
  CardHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
16
- 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: `
16
+ CardHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CardHeaderComponent, isStandalone: true, selector: "kendo-card-header", host: { properties: { "class.k-card-header": "this.hostClass" } }, ngImport: i0, template: `
17
17
  <ng-content></ng-content>
18
18
  `, isInline: true });
19
19
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardHeaderComponent, decorators: [{
@@ -22,7 +22,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
22
22
  selector: 'kendo-card-header',
23
23
  template: `
24
24
  <ng-content></ng-content>
25
- `
25
+ `,
26
+ standalone: true
26
27
  }]
27
28
  }], propDecorators: { hostClass: [{
28
29
  type: HostBinding,
@@ -52,7 +52,7 @@ export class CardComponent {
52
52
  }
53
53
  }
54
54
  CardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
55
- 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: [
55
+ CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CardComponent, isStandalone: true, selector: "kendo-card", inputs: { orientation: "orientation", width: "width" }, host: { properties: { "class.k-card": "this.hostClass", "style.width": "this.widthStyle", "class.k-card-vertical": "this.vertical", "class.k-card-horizontal": "this.horizontal", "attr.dir": "this.direction" } }, providers: [
56
56
  LocalizationService,
57
57
  {
58
58
  provide: L10N_PREFIX,
@@ -74,7 +74,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
74
74
  ],
75
75
  template: `
76
76
  <ng-content></ng-content>
77
- `
77
+ `,
78
+ standalone: true
78
79
  }]
79
80
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { hostClass: [{
80
81
  type: HostBinding,
@@ -13,11 +13,12 @@ export class CardMediaDirective {
13
13
  }
14
14
  }
15
15
  CardMediaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardMediaDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
16
- 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 });
16
+ CardMediaDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CardMediaDirective, isStandalone: true, selector: "[kendoCardMedia]", host: { properties: { "class.k-card-media": "this.hostClass" } }, ngImport: i0 });
17
17
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardMediaDirective, decorators: [{
18
18
  type: Directive,
19
19
  args: [{
20
- selector: '[kendoCardMedia]'
20
+ selector: '[kendoCardMedia]',
21
+ standalone: true
21
22
  }]
22
23
  }], propDecorators: { hostClass: [{
23
24
  type: HostBinding,
@@ -27,11 +27,12 @@ export class CardSeparatorDirective {
27
27
  }
28
28
  }
29
29
  CardSeparatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardSeparatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
30
- 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 });
30
+ CardSeparatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CardSeparatorDirective, isStandalone: true, selector: "[kendoCardSeparator]", inputs: { color: "color", orientation: "orientation" }, host: { properties: { "class.k-card-separator": "this.hostClass", "class.k-separator-vertical": "this.verticalClass", "class.k-separator-horizontal": "this.horizontalClass", "style.color": "this.color" } }, ngImport: i0 });
31
31
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardSeparatorDirective, decorators: [{
32
32
  type: Directive,
33
33
  args: [{
34
- selector: '[kendoCardSeparator]'
34
+ selector: '[kendoCardSeparator]',
35
+ standalone: true
35
36
  }]
36
37
  }], propDecorators: { hostClass: [{
37
38
  type: HostBinding,
@@ -13,11 +13,12 @@ export class CardSubtitleDirective {
13
13
  }
14
14
  }
15
15
  CardSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
16
- 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 });
16
+ CardSubtitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CardSubtitleDirective, isStandalone: true, selector: "[kendoCardSubtitle]", host: { properties: { "class.k-card-subtitle": "this.hostClass" } }, ngImport: i0 });
17
17
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardSubtitleDirective, decorators: [{
18
18
  type: Directive,
19
19
  args: [{
20
- selector: '[kendoCardSubtitle]'
20
+ selector: '[kendoCardSubtitle]',
21
+ standalone: true
21
22
  }]
22
23
  }], propDecorators: { hostClass: [{
23
24
  type: HostBinding,
@@ -13,11 +13,12 @@ export class CardTitleDirective {
13
13
  }
14
14
  }
15
15
  CardTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
16
- 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 });
16
+ CardTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CardTitleDirective, isStandalone: true, selector: "[kendoCardTitle]", host: { properties: { "class.k-card-title": "this.hostClass" } }, ngImport: i0 });
17
17
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardTitleDirective, decorators: [{
18
18
  type: Directive,
19
19
  args: [{
20
- selector: '[kendoCardTitle]'
20
+ selector: '[kendoCardTitle]',
21
+ standalone: true
21
22
  }]
22
23
  }], propDecorators: { hostClass: [{
23
24
  type: HostBinding,
@@ -3,32 +3,18 @@
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 { CardComponent } from './card/card.component';
8
- import { CardHeaderComponent } from './card/card-header.component';
9
- import { CardFooterComponent } from './card/card-footer.component';
10
- import { CardBodyComponent } from './card/card-body.component';
11
- import { CardActionsComponent } from './card/card-actions.component';
12
- import { CardSeparatorDirective } from './card/directives/card-separator.directive';
13
- import { CardTitleDirective } from './card/directives/card-title.directive';
14
- import { CardSubtitleDirective } from './card/directives/card-subtitle.directive';
15
- import { CardMediaDirective } from './card/directives/card-media.directive';
6
+ import { KENDO_CARD } from './directives';
16
7
  import * as i0 from "@angular/core";
17
- const cardDirectives = [
18
- CardTitleDirective,
19
- CardSubtitleDirective,
20
- CardSeparatorDirective,
21
- CardMediaDirective
22
- ];
23
- const exportedModules = [
24
- CardComponent,
25
- CardHeaderComponent,
26
- CardBodyComponent,
27
- CardFooterComponent,
28
- CardActionsComponent,
29
- ...cardDirectives
30
- ];
31
- const declarations = [...exportedModules];
8
+ import * as i1 from "./card/card.component";
9
+ import * as i2 from "./card/card-actions.component";
10
+ import * as i3 from "./card/card-body.component";
11
+ import * as i4 from "./card/card-footer.component";
12
+ import * as i5 from "./card/card-header.component";
13
+ import * as i6 from "./card/directives/card-media.directive";
14
+ import * as i7 from "./card/directives/card-separator.directive";
15
+ import * as i8 from "./card/directives/card-subtitle.directive";
16
+ import * as i9 from "./card/directives/card-title.directive";
17
+ // IMPORTANT: NgModule export kept for backwards compatibility
32
18
  /**
33
19
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
34
20
  * definition for the Card component.
@@ -36,27 +22,12 @@ const declarations = [...exportedModules];
36
22
  export class CardModule {
37
23
  }
38
24
  CardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
39
- CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: CardModule, declarations: [CardComponent,
40
- CardHeaderComponent,
41
- CardBodyComponent,
42
- CardFooterComponent,
43
- CardActionsComponent, CardTitleDirective,
44
- CardSubtitleDirective,
45
- CardSeparatorDirective,
46
- CardMediaDirective], imports: [CommonModule], exports: [CardComponent,
47
- CardHeaderComponent,
48
- CardBodyComponent,
49
- CardFooterComponent,
50
- CardActionsComponent, CardTitleDirective,
51
- CardSubtitleDirective,
52
- CardSeparatorDirective,
53
- CardMediaDirective] });
54
- CardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardModule, imports: [CommonModule] });
25
+ CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: CardModule, imports: [i1.CardComponent, i2.CardActionsComponent, i3.CardBodyComponent, i4.CardFooterComponent, i5.CardHeaderComponent, i6.CardMediaDirective, i7.CardSeparatorDirective, i8.CardSubtitleDirective, i9.CardTitleDirective], exports: [i1.CardComponent, i2.CardActionsComponent, i3.CardBodyComponent, i4.CardFooterComponent, i5.CardHeaderComponent, i6.CardMediaDirective, i7.CardSeparatorDirective, i8.CardSubtitleDirective, i9.CardTitleDirective] });
26
+ CardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardModule, imports: [i1.CardComponent, i2.CardActionsComponent, i3.CardBodyComponent, i4.CardFooterComponent, i5.CardHeaderComponent] });
55
27
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardModule, decorators: [{
56
28
  type: NgModule,
57
29
  args: [{
58
- declarations: [declarations],
59
- exports: [exportedModules],
60
- imports: [CommonModule]
30
+ exports: [...KENDO_CARD],
31
+ imports: [...KENDO_CARD]
61
32
  }]
62
33
  }] });
@@ -0,0 +1,135 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { AvatarComponent } from "./avatar/avatar.component";
6
+ import { AvatarCustomMessagesComponent } from "./avatar/l10n/custom-messages.component";
7
+ import { CardActionsComponent } from "./card/card-actions.component";
8
+ import { CardBodyComponent } from "./card/card-body.component";
9
+ import { CardFooterComponent } from "./card/card-footer.component";
10
+ import { CardHeaderComponent } from "./card/card-header.component";
11
+ import { CardComponent } from "./card/card.component";
12
+ import { CardMediaDirective } from "./card/directives/card-media.directive";
13
+ import { CardSeparatorDirective } from "./card/directives/card-separator.directive";
14
+ import { CardSubtitleDirective } from "./card/directives/card-subtitle.directive";
15
+ import { CardTitleDirective } from "./card/directives/card-title.directive";
16
+ import { DrawerContainerComponent } from "./drawer/drawer-container.component";
17
+ import { DrawerContentComponent } from "./drawer/drawer-content.component";
18
+ import { DrawerComponent } from "./drawer/drawer.component";
19
+ import { DrawerFooterTemplateDirective, DrawerHeaderTemplateDirective, DrawerItemTemplateDirective, DrawerTemplateDirective } from "./drawer/template-directives";
20
+ import { ExpansionPanelTitleDirective } from "./expansionpanel/expansionpanel-title.directive";
21
+ import { ExpansionPanelComponent } from "./expansionpanel/expansionpanel.component";
22
+ import { GridLayoutComponent } from "./layouts/grid-layout.component";
23
+ import { GridLayoutItemComponent } from "./layouts/gridlayout-item.component";
24
+ import { StackLayoutComponent } from "./layouts/stack-layout.component";
25
+ import { PanelBarContentDirective } from "./panelbar/panelbar-content.directive";
26
+ import { PanelBarItemTemplateDirective } from "./panelbar/panelbar-item-template.directive";
27
+ import { PanelBarItemTitleDirective } from "./panelbar/panelbar-item-title.directive";
28
+ import { PanelBarItemComponent } from "./panelbar/panelbar-item.component";
29
+ import { PanelBarComponent } from "./panelbar/panelbar.component";
30
+ import { SplitterPaneComponent } from "./splitter/splitter-pane.component";
31
+ import { SplitterComponent } from "./splitter/splitter.component";
32
+ import { StepperCustomMessagesComponent } from "./stepper/localization/custom-messages.component";
33
+ import { StepperComponent } from "./stepper/stepper.component";
34
+ import { StepperIndicatorTemplateDirective, StepperLabelTemplateDirective, StepperStepTemplateDirective } from "./stepper/template-directives";
35
+ import { TabContentDirective } from "./tabstrip/directives/tab-content.directive";
36
+ import { TabTitleDirective } from "./tabstrip/directives/tab-title.directive";
37
+ import { TabStripCustomMessagesComponent } from "./tabstrip/localization/custom-messages.component";
38
+ import { TabStripTabComponent } from "./tabstrip/models/tabstrip-tab.component";
39
+ import { TabStripComponent } from "./tabstrip/tabstrip.component";
40
+ import { TileLayoutItemBodyComponent } from "./tilelayout/tilelayout-item-body.component";
41
+ import { TileLayoutItemHeaderComponent } from "./tilelayout/tilelayout-item-header.component";
42
+ import { TileLayoutItemComponent } from "./tilelayout/tilelayout-item.component";
43
+ import { TileLayoutComponent } from "./tilelayout/tilelayout.component";
44
+ import { TimelineCustomMessagesComponent } from "./timeline/localization/custom-messages.component";
45
+ import { TimelineCardActionsTemplateDirective } from "./timeline/templates/timeline-card-actions.directive";
46
+ import { TimelineCardBodyTemplateDirective } from "./timeline/templates/timeline-card-body.directive";
47
+ import { TimelineCardHeaderTemplateDirective } from "./timeline/templates/timeline-card-header.directive";
48
+ import { TimelineComponent } from "./timeline/timeline.component";
49
+ export const KENDO_AVATAR = [
50
+ AvatarComponent,
51
+ AvatarCustomMessagesComponent
52
+ ];
53
+ export const KENDO_CARD = [
54
+ CardComponent,
55
+ CardActionsComponent,
56
+ CardBodyComponent,
57
+ CardFooterComponent,
58
+ CardHeaderComponent,
59
+ CardMediaDirective,
60
+ CardSeparatorDirective,
61
+ CardSubtitleDirective,
62
+ CardTitleDirective
63
+ ];
64
+ export const KENDO_DRAWER = [
65
+ DrawerComponent,
66
+ DrawerContainerComponent,
67
+ DrawerContentComponent,
68
+ DrawerTemplateDirective,
69
+ DrawerFooterTemplateDirective,
70
+ DrawerHeaderTemplateDirective,
71
+ DrawerItemTemplateDirective
72
+ ];
73
+ export const KENDO_EXPANSIONPANEL = [
74
+ ExpansionPanelComponent,
75
+ ExpansionPanelTitleDirective
76
+ ];
77
+ export const KENDO_GRIDLAYOUT = [
78
+ GridLayoutComponent,
79
+ GridLayoutItemComponent
80
+ ];
81
+ export const KENDO_PANELBAR = [
82
+ PanelBarComponent,
83
+ PanelBarItemComponent,
84
+ PanelBarContentDirective,
85
+ PanelBarItemTemplateDirective,
86
+ PanelBarItemTitleDirective
87
+ ];
88
+ export const KENDO_SPLITTER = [
89
+ SplitterComponent,
90
+ SplitterPaneComponent
91
+ ];
92
+ export const KENDO_STACKLAYOUT = [
93
+ StackLayoutComponent
94
+ ];
95
+ export const KENDO_STEPPER = [
96
+ StepperComponent,
97
+ StepperCustomMessagesComponent,
98
+ StepperIndicatorTemplateDirective,
99
+ StepperLabelTemplateDirective,
100
+ StepperStepTemplateDirective
101
+ ];
102
+ export const KENDO_TABSTRIP = [
103
+ TabStripComponent,
104
+ TabStripTabComponent,
105
+ TabContentDirective,
106
+ TabTitleDirective,
107
+ TabStripCustomMessagesComponent
108
+ ];
109
+ export const KENDO_TILELAYOUT = [
110
+ TileLayoutComponent,
111
+ TileLayoutItemBodyComponent,
112
+ TileLayoutItemComponent,
113
+ TileLayoutItemHeaderComponent
114
+ ];
115
+ export const KENDO_TIMELINE = [
116
+ TimelineComponent,
117
+ TimelineCustomMessagesComponent,
118
+ TimelineCardActionsTemplateDirective,
119
+ TimelineCardBodyTemplateDirective,
120
+ TimelineCardHeaderTemplateDirective
121
+ ];
122
+ export const KENDO_LAYOUT = [
123
+ ...KENDO_AVATAR,
124
+ ...KENDO_CARD,
125
+ ...KENDO_DRAWER,
126
+ ...KENDO_EXPANSIONPANEL,
127
+ ...KENDO_GRIDLAYOUT,
128
+ ...KENDO_PANELBAR,
129
+ ...KENDO_SPLITTER,
130
+ ...KENDO_STACKLAYOUT,
131
+ ...KENDO_STEPPER,
132
+ ...KENDO_TABSTRIP,
133
+ ...KENDO_TILELAYOUT,
134
+ ...KENDO_TIMELINE
135
+ ];
@@ -6,9 +6,9 @@ import { Component, HostBinding, ContentChild } from '@angular/core';
6
6
  import { L10N_PREFIX, LocalizationService } from '@progress/kendo-angular-l10n';
7
7
  import { DrawerComponent } from './drawer.component';
8
8
  import { isPresent } from '../common/util';
9
+ import { NgIf } from '@angular/common';
9
10
  import * as i0 from "@angular/core";
10
11
  import * as i1 from "@progress/kendo-angular-l10n";
11
- import * as i2 from "@angular/common";
12
12
  /**
13
13
  * Serves as a container for the [Kendo UI Drawer component for Angular]({% slug overview_drawer %}) and its content.
14
14
  */
@@ -59,7 +59,7 @@ export class DrawerContainerComponent {
59
59
  }
60
60
  }
61
61
  DrawerContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerContainerComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
62
- 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: [
62
+ DrawerContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DrawerContainerComponent, isStandalone: true, selector: "kendo-drawer-container", host: { properties: { "class.k-drawer-container": "this.hostClass", "class.k-drawer-overlay": "this.overlayClass", "class.k-drawer-mini": "this.miniClass", "class.k-drawer-push": "this.pushClass", "class.k-drawer-expanded": "this.isExpandedClass", "attr.dir": "this.direction" } }, providers: [
63
63
  LocalizationService,
64
64
  {
65
65
  provide: L10N_PREFIX,
@@ -68,7 +68,7 @@ DrawerContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0
68
68
  ], queries: [{ propertyName: "drawer", first: true, predicate: DrawerComponent, descendants: true }], ngImport: i0, template: `
69
69
  <div class="k-overlay" *ngIf="overlay" (click)="closeDrawer()"></div>
70
70
  <ng-content></ng-content>
71
- `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
71
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
72
72
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerContainerComponent, decorators: [{
73
73
  type: Component,
74
74
  args: [{
@@ -83,7 +83,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
83
83
  template: `
84
84
  <div class="k-overlay" *ngIf="overlay" (click)="closeDrawer()"></div>
85
85
  <ng-content></ng-content>
86
- `
86
+ `,
87
+ standalone: true,
88
+ imports: [NgIf]
87
89
  }]
88
90
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { hostClass: [{
89
91
  type: HostBinding,
@@ -13,7 +13,7 @@ export class DrawerContentComponent {
13
13
  }
14
14
  }
15
15
  DrawerContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
16
- 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: `
16
+ DrawerContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DrawerContentComponent, isStandalone: true, selector: "kendo-drawer-content", host: { properties: { "class.k-drawer-content": "this.hostClasses" } }, ngImport: i0, template: `
17
17
  <ng-content></ng-content>
18
18
  `, isInline: true, encapsulation: i0.ViewEncapsulation.None });
19
19
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerContentComponent, decorators: [{
@@ -23,7 +23,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
23
23
  template: `
24
24
  <ng-content></ng-content>
25
25
  `,
26
- encapsulation: ViewEncapsulation.None
26
+ encapsulation: ViewEncapsulation.None,
27
+ standalone: true
27
28
  }]
28
29
  }], ctorParameters: function () { return []; }, propDecorators: { hostClasses: [{
29
30
  type: HostBinding,
@@ -13,14 +13,13 @@ import { AnimationBuilder } from '@angular/animations';
13
13
  import { collapseAnimation, expandAnimation } from './animations';
14
14
  import { take } from 'rxjs/operators';
15
15
  import { L10N_PREFIX, LocalizationService } from '@progress/kendo-angular-l10n';
16
- import { shouldShowValidationUI } from '@progress/kendo-angular-common';
16
+ import { shouldShowValidationUI, WatermarkOverlayComponent } from '@progress/kendo-angular-common';
17
+ import { DrawerListComponent } from './list.component';
18
+ import { NgIf, NgTemplateOutlet } from '@angular/common';
17
19
  import * as i0 from "@angular/core";
18
20
  import * as i1 from "@angular/animations";
19
21
  import * as i2 from "@progress/kendo-angular-l10n";
20
22
  import * as i3 from "./drawer.service";
21
- import * as i4 from "@angular/common";
22
- import * as i5 from "@progress/kendo-angular-common";
23
- import * as i6 from "./list.component";
24
23
  const DEFAULT_ANIMATION = { type: 'slide', duration: 200 };
25
24
  /**
26
25
  * Represents the [Kendo UI Drawer component for Angular]({% slug overview_drawer %}).
@@ -282,7 +281,7 @@ export class DrawerComponent {
282
281
  }
283
282
  }
284
283
  DrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerComponent, deps: [{ token: i0.ElementRef }, { token: i1.AnimationBuilder }, { token: i2.LocalizationService }, { token: i3.DrawerService }], target: i0.ɵɵFactoryTarget.Component });
285
- 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: [
284
+ DrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DrawerComponent, isStandalone: true, selector: "kendo-drawer", inputs: { mode: "mode", position: "position", mini: "mini", expanded: "expanded", width: "width", miniWidth: "miniWidth", autoCollapse: "autoCollapse", items: "items", isItemExpanded: "isItemExpanded", animation: "animation" }, outputs: { expand: "expand", collapse: "collapse", select: "select", expandedChange: "expandedChange" }, host: { properties: { "class.k-drawer": "this.hostClasses", "class.k-drawer-start": "this.startPositionClass", "class.k-drawer-end": "this.endPositionClass", "style.transform": "this.overlayTransofrmStyles", "style.flexBasis.px": "this.flexStyles", "attr.dir": "this.direction" } }, providers: [
286
285
  LocalizationService,
287
286
  DrawerService,
288
287
  {
@@ -318,7 +317,7 @@ DrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
318
317
  </div>
319
318
 
320
319
  <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
321
- `, isInline: true, dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i5.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }, { kind: "component", type: i6.DrawerListComponent, selector: "[kendoDrawerList]", inputs: ["itemTemplate", "mini", "expanded", "view"], outputs: ["select"] }] });
320
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: DrawerListComponent, selector: "[kendoDrawerList]", inputs: ["itemTemplate", "mini", "expanded", "view"], outputs: ["select"] }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }] });
322
321
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerComponent, decorators: [{
323
322
  type: Component,
324
323
  args: [{
@@ -361,7 +360,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
361
360
  </div>
362
361
 
363
362
  <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
364
- `
363
+ `,
364
+ standalone: true,
365
+ imports: [NgIf, NgTemplateOutlet, DrawerListComponent, WatermarkOverlayComponent]
365
366
  }]
366
367
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.AnimationBuilder }, { type: i2.LocalizationService }, { type: i3.DrawerService }]; }, propDecorators: { hostClasses: [{
367
368
  type: HostBinding,