@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
@@ -7,10 +7,10 @@ import { Component, Input, TemplateRef, HostBinding, ElementRef, Renderer2 } fro
7
7
  import { chevronDownIcon, chevronUpIcon } from "@progress/kendo-svg-icons";
8
8
  import { DrawerService } from './drawer.service';
9
9
  import { nestedLink, DRAWER_LINK_SELECTOR } from './util';
10
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
11
+ import { NgIf, NgTemplateOutlet } from "@angular/common";
10
12
  import * as i0 from "@angular/core";
11
13
  import * as i1 from "./drawer.service";
12
- import * as i2 from "@angular/common";
13
- import * as i3 from "@progress/kendo-angular-icons";
14
14
  /**
15
15
  * @hidden
16
16
  */
@@ -59,7 +59,7 @@ export class DrawerItemComponent {
59
59
  }
60
60
  }
61
61
  DrawerItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerItemComponent, deps: [{ token: i1.DrawerService }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
62
- DrawerItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DrawerItemComponent, selector: "[kendoDrawerItem]", inputs: { viewItem: "viewItem", index: "index", itemTemplate: "itemTemplate", mini: "mini", expanded: "expanded", disabled: "disabled", cssClass: "cssClass", cssStyle: "cssStyle" }, host: { properties: { "attr.aria-disabled": "this.disabledClass", "class.k-disabled": "this.disabledClass", "attr.aria-current": "this.selectedClass", "class.k-selected": "this.selectedClass", "attr.aria-label": "this.label" } }, ngImport: i0, template: `
62
+ DrawerItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DrawerItemComponent, isStandalone: true, selector: "[kendoDrawerItem]", inputs: { viewItem: "viewItem", index: "index", itemTemplate: "itemTemplate", mini: "mini", expanded: "expanded", disabled: "disabled", cssClass: "cssClass", cssStyle: "cssStyle" }, host: { properties: { "attr.aria-disabled": "this.disabledClass", "class.k-disabled": "this.disabledClass", "attr.aria-current": "this.selectedClass", "class.k-selected": "this.selectedClass", "attr.aria-label": "this.label" } }, ngImport: i0, template: `
63
63
  <ng-template *ngIf="itemTemplate; else defaultTemplate"
64
64
  [ngTemplateOutlet]="itemTemplate"
65
65
  [ngTemplateOutletContext]="{
@@ -102,7 +102,7 @@ DrawerItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
102
102
  </kendo-icon-wrapper>
103
103
  </ng-container>
104
104
  </ng-template>
105
- `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
105
+ `, 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: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
106
106
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerItemComponent, decorators: [{
107
107
  type: Component,
108
108
  args: [{
@@ -151,7 +151,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
151
151
  </kendo-icon-wrapper>
152
152
  </ng-container>
153
153
  </ng-template>
154
- `
154
+ `,
155
+ standalone: true,
156
+ imports: [NgIf, NgTemplateOutlet, IconWrapperComponent]
155
157
  }]
156
158
  }], ctorParameters: function () { return [{ type: i1.DrawerService }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { viewItem: [{
157
159
  type: Input
@@ -11,10 +11,9 @@ import { Keys } from '@progress/kendo-angular-common';
11
11
  import { ACTIVE_NESTED_LINK_SELECTOR, nestedLink } from './util';
12
12
  import { DrawerListSelectEvent } from './events/drawer-list-select.event';
13
13
  import { DrawerItemComponent } from './item.component';
14
+ import { NgFor, NgIf, NgClass, NgStyle } from '@angular/common';
14
15
  import * as i0 from "@angular/core";
15
16
  import * as i1 from "./drawer.service";
16
- import * as i2 from "@angular/common";
17
- import * as i3 from "./item.component";
18
17
  /**
19
18
  * @hidden
20
19
  */
@@ -104,7 +103,7 @@ export class DrawerListComponent {
104
103
  }
105
104
  }
106
105
  DrawerListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerListComponent, deps: [{ token: i1.DrawerService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
107
- DrawerListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DrawerListComponent, selector: "[kendoDrawerList]", inputs: { itemTemplate: "itemTemplate", mini: "mini", expanded: "expanded", view: "view" }, outputs: { select: "select" }, viewQueries: [{ propertyName: "items", predicate: DrawerItemComponent, descendants: true, read: ElementRef }], ngImport: i0, template: "\n <ng-container *ngFor=\"let v of view; trackBy:identifyItem; let idx = index\">\n <li *ngIf=\"!v.item.separator\" kendoDrawerItem\n class=\"k-drawer-item {{expanded ? ' k-level-' + v.level : ''}}\"\n role=\"menuitem\"\n [viewItem]=\"v\"\n [index]=\"idx\"\n [mini]=\"mini\"\n [expanded]=\"expanded\"\n [itemTemplate]=\"itemTemplate\"\n [attr.data-kendo-drawer-index]=\"v.index\"\n [ngClass]=\"v.item.cssClass\"\n [ngStyle]=\"v.item.cssStyle\"\n [tabindex]=\"v.index === 0 ? '0' : '-1'\">\n </li>\n\n <li *ngIf=\"v.item.separator\"\n role=\"separator\"\n class=\"k-drawer-item k-drawer-separator\"\n [ngClass]=\"v.item.cssClass\"\n [ngStyle]=\"v.item.cssStyle\">\n &nbsp;\n </li>\n </ng-container>\n ", isInline: true, dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i3.DrawerItemComponent, selector: "[kendoDrawerItem]", inputs: ["viewItem", "index", "itemTemplate", "mini", "expanded", "disabled", "cssClass", "cssStyle"] }] });
106
+ DrawerListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DrawerListComponent, isStandalone: true, selector: "[kendoDrawerList]", inputs: { itemTemplate: "itemTemplate", mini: "mini", expanded: "expanded", view: "view" }, outputs: { select: "select" }, viewQueries: [{ propertyName: "items", predicate: DrawerItemComponent, descendants: true, read: ElementRef }], ngImport: i0, template: "\n <ng-container *ngFor=\"let v of view; trackBy:identifyItem; let idx = index\">\n <li *ngIf=\"!v.item.separator\" kendoDrawerItem\n class=\"k-drawer-item {{expanded ? ' k-level-' + v.level : ''}}\"\n role=\"menuitem\"\n [viewItem]=\"v\"\n [index]=\"idx\"\n [mini]=\"mini\"\n [expanded]=\"expanded\"\n [itemTemplate]=\"itemTemplate\"\n [attr.data-kendo-drawer-index]=\"v.index\"\n [ngClass]=\"v.item.cssClass\"\n [ngStyle]=\"v.item.cssStyle\"\n [tabindex]=\"v.index === 0 ? '0' : '-1'\">\n </li>\n\n <li *ngIf=\"v.item.separator\"\n role=\"separator\"\n class=\"k-drawer-item k-drawer-separator\"\n [ngClass]=\"v.item.cssClass\"\n [ngStyle]=\"v.item.cssStyle\">\n &nbsp;\n </li>\n </ng-container>\n ", isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DrawerItemComponent, selector: "[kendoDrawerItem]", inputs: ["viewItem", "index", "itemTemplate", "mini", "expanded", "disabled", "cssClass", "cssStyle"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
108
107
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerListComponent, decorators: [{
109
108
  type: Component,
110
109
  args: [{
@@ -134,7 +133,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
134
133
  &nbsp;
135
134
  </li>
136
135
  </ng-container>
137
- `
136
+ `,
137
+ standalone: true,
138
+ imports: [NgFor, NgIf, DrawerItemComponent, NgClass, NgStyle]
138
139
  }]
139
140
  }], ctorParameters: function () { return [{ type: i1.DrawerService }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i0.ElementRef }]; }, propDecorators: { itemTemplate: [{
140
141
  type: Input
@@ -17,11 +17,12 @@ export class DrawerTemplateDirective {
17
17
  }
18
18
  }
19
19
  DrawerTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
20
- DrawerTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerTemplateDirective, selector: "[kendoDrawerTemplate]", ngImport: i0 });
20
+ DrawerTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerTemplateDirective, isStandalone: true, selector: "[kendoDrawerTemplate]", ngImport: i0 });
21
21
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerTemplateDirective, decorators: [{
22
22
  type: Directive,
23
23
  args: [{
24
- selector: '[kendoDrawerTemplate]'
24
+ selector: '[kendoDrawerTemplate]',
25
+ standalone: true
25
26
  }]
26
27
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
27
28
  type: Optional
@@ -15,11 +15,12 @@ export class DrawerFooterTemplateDirective {
15
15
  }
16
16
  }
17
17
  DrawerFooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerFooterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
18
- DrawerFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerFooterTemplateDirective, selector: "[kendoDrawerFooterTemplate]", ngImport: i0 });
18
+ DrawerFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerFooterTemplateDirective, isStandalone: true, selector: "[kendoDrawerFooterTemplate]", ngImport: i0 });
19
19
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerFooterTemplateDirective, decorators: [{
20
20
  type: Directive,
21
21
  args: [{
22
- selector: '[kendoDrawerFooterTemplate]'
22
+ selector: '[kendoDrawerFooterTemplate]',
23
+ standalone: true
23
24
  }]
24
25
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
25
26
  type: Optional
@@ -15,11 +15,12 @@ export class DrawerHeaderTemplateDirective {
15
15
  }
16
16
  }
17
17
  DrawerHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
18
- DrawerHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerHeaderTemplateDirective, selector: "[kendoDrawerHeaderTemplate]", ngImport: i0 });
18
+ DrawerHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerHeaderTemplateDirective, isStandalone: true, selector: "[kendoDrawerHeaderTemplate]", ngImport: i0 });
19
19
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerHeaderTemplateDirective, decorators: [{
20
20
  type: Directive,
21
21
  args: [{
22
- selector: '[kendoDrawerHeaderTemplate]'
22
+ selector: '[kendoDrawerHeaderTemplate]',
23
+ standalone: true
23
24
  }]
24
25
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
25
26
  type: Optional
@@ -15,11 +15,12 @@ export class DrawerItemTemplateDirective {
15
15
  }
16
16
  }
17
17
  DrawerItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerItemTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
18
- DrawerItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerItemTemplateDirective, selector: "[kendoDrawerItemTemplate]", ngImport: i0 });
18
+ DrawerItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerItemTemplateDirective, isStandalone: true, selector: "[kendoDrawerItemTemplate]", ngImport: i0 });
19
19
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerItemTemplateDirective, decorators: [{
20
20
  type: Directive,
21
21
  args: [{
22
- selector: '[kendoDrawerItemTemplate]'
22
+ selector: '[kendoDrawerItemTemplate]',
23
+ standalone: true
23
24
  }]
24
25
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
25
26
  type: Optional
@@ -3,33 +3,16 @@
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 { DrawerContainerComponent } from './drawer/drawer-container.component';
8
- import { DrawerComponent } from './drawer/drawer.component';
9
- import { DrawerContentComponent } from './drawer/drawer-content.component';
10
- import { DrawerItemComponent } from './drawer/item.component';
11
- import { DrawerListComponent } from './drawer/list.component';
12
- import { IconsModule } from '@progress/kendo-angular-icons';
13
- import { WatermarkModule } from '@progress/kendo-angular-common';
14
- import { DrawerTemplateDirective, DrawerItemTemplateDirective, DrawerHeaderTemplateDirective, DrawerFooterTemplateDirective } from './drawer/template-directives';
6
+ import { KENDO_DRAWER } from './directives';
15
7
  import * as i0 from "@angular/core";
16
- const templateDirectives = [
17
- DrawerTemplateDirective,
18
- DrawerHeaderTemplateDirective,
19
- DrawerFooterTemplateDirective,
20
- DrawerItemTemplateDirective
21
- ];
22
- const exportedModules = [
23
- DrawerComponent,
24
- DrawerContainerComponent,
25
- DrawerContentComponent,
26
- ...templateDirectives
27
- ];
28
- const declarations = [
29
- DrawerItemComponent,
30
- DrawerListComponent,
31
- ...exportedModules
32
- ];
8
+ import * as i1 from "./drawer/drawer.component";
9
+ import * as i2 from "./drawer/drawer-container.component";
10
+ import * as i3 from "./drawer/drawer-content.component";
11
+ import * as i4 from "./drawer/template-directives/drawer-template.directive";
12
+ import * as i5 from "./drawer/template-directives/footer-template.directive";
13
+ import * as i6 from "./drawer/template-directives/header-template.directive";
14
+ import * as i7 from "./drawer/template-directives/item-template.directive";
15
+ // IMPORTANT: NgModule export kept for backwards compatibility
33
16
  /**
34
17
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
35
18
  * definition for the Drawer component.
@@ -37,24 +20,12 @@ const declarations = [
37
20
  export class DrawerModule {
38
21
  }
39
22
  DrawerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
40
- DrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DrawerModule, declarations: [DrawerItemComponent,
41
- DrawerListComponent, DrawerComponent,
42
- DrawerContainerComponent,
43
- DrawerContentComponent, DrawerTemplateDirective,
44
- DrawerHeaderTemplateDirective,
45
- DrawerFooterTemplateDirective,
46
- DrawerItemTemplateDirective], imports: [CommonModule, IconsModule, WatermarkModule], exports: [DrawerComponent,
47
- DrawerContainerComponent,
48
- DrawerContentComponent, DrawerTemplateDirective,
49
- DrawerHeaderTemplateDirective,
50
- DrawerFooterTemplateDirective,
51
- DrawerItemTemplateDirective] });
52
- DrawerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerModule, imports: [CommonModule, IconsModule, WatermarkModule] });
23
+ DrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DrawerModule, imports: [i1.DrawerComponent, i2.DrawerContainerComponent, i3.DrawerContentComponent, i4.DrawerTemplateDirective, i5.DrawerFooterTemplateDirective, i6.DrawerHeaderTemplateDirective, i7.DrawerItemTemplateDirective], exports: [i1.DrawerComponent, i2.DrawerContainerComponent, i3.DrawerContentComponent, i4.DrawerTemplateDirective, i5.DrawerFooterTemplateDirective, i6.DrawerHeaderTemplateDirective, i7.DrawerItemTemplateDirective] });
24
+ DrawerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerModule, imports: [i1.DrawerComponent, i2.DrawerContainerComponent, i3.DrawerContentComponent] });
53
25
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerModule, decorators: [{
54
26
  type: NgModule,
55
27
  args: [{
56
- declarations: [declarations],
57
- exports: [exportedModules],
58
- imports: [CommonModule, IconsModule, WatermarkModule]
28
+ exports: [...KENDO_DRAWER],
29
+ imports: [...KENDO_DRAWER]
59
30
  }]
60
31
  }] });
@@ -16,11 +16,12 @@ export class ExpansionPanelTitleDirective {
16
16
  }
17
17
  }
18
18
  ExpansionPanelTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelTitleDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
19
- ExpansionPanelTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ExpansionPanelTitleDirective, selector: "[kendoExpansionPanelTitleDirective]", ngImport: i0 });
19
+ ExpansionPanelTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ExpansionPanelTitleDirective, isStandalone: true, selector: "[kendoExpansionPanelTitleDirective]", ngImport: i0 });
20
20
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelTitleDirective, decorators: [{
21
21
  type: Directive,
22
22
  args: [{
23
- selector: '[kendoExpansionPanelTitleDirective]'
23
+ selector: '[kendoExpansionPanelTitleDirective]',
24
+ standalone: true
24
25
  }]
25
26
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
26
27
  type: Optional
@@ -16,11 +16,11 @@ import { packageMetadata } from '../package-metadata';
16
16
  import { ExpansionPanelActionEvent } from './events/action-event';
17
17
  import { take } from 'rxjs/operators';
18
18
  import { caretAltDownIcon, caretAltUpIcon } from '@progress/kendo-svg-icons';
19
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
20
+ import { NgIf, NgTemplateOutlet } from '@angular/common';
19
21
  import * as i0 from "@angular/core";
20
22
  import * as i1 from "@progress/kendo-angular-l10n";
21
23
  import * as i2 from "@angular/animations";
22
- import * as i3 from "@angular/common";
23
- import * as i4 from "@progress/kendo-angular-icons";
24
24
  const DEFAULT_DURATION = 200;
25
25
  const CONTENT_HIDDEN_CLASS = 'k-hidden';
26
26
  /**
@@ -340,7 +340,7 @@ export class ExpansionPanelComponent {
340
340
  }
341
341
  }
342
342
  ExpansionPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i1.LocalizationService }, { token: i2.AnimationBuilder }], target: i0.ɵɵFactoryTarget.Component });
343
- ExpansionPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ExpansionPanelComponent, selector: "kendo-expansionpanel", inputs: { title: "title", subtitle: "subtitle", disabled: "disabled", expanded: "expanded", svgExpandIcon: "svgExpandIcon", svgCollapseIcon: "svgCollapseIcon", expandIcon: "expandIcon", collapseIcon: "collapseIcon", animation: "animation" }, outputs: { expandedChange: "expandedChange", action: "action", expand: "expand", collapse: "collapse" }, host: { properties: { "class.k-expander": "this.hostClass", "class.k-expanded": "this.expandedClass", "attr.dir": "this.direction" } }, providers: [
343
+ ExpansionPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ExpansionPanelComponent, isStandalone: true, selector: "kendo-expansionpanel", inputs: { title: "title", subtitle: "subtitle", disabled: "disabled", expanded: "expanded", svgExpandIcon: "svgExpandIcon", svgCollapseIcon: "svgCollapseIcon", expandIcon: "expandIcon", collapseIcon: "collapseIcon", animation: "animation" }, outputs: { expandedChange: "expandedChange", action: "action", expand: "expand", collapse: "collapse" }, host: { properties: { "class.k-expander": "this.hostClass", "class.k-expanded": "this.expandedClass", "attr.dir": "this.direction" } }, providers: [
344
344
  LocalizationService,
345
345
  {
346
346
  provide: L10N_PREFIX,
@@ -383,7 +383,7 @@ ExpansionPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
383
383
  <ng-content></ng-content>
384
384
  </div>
385
385
  </div>
386
- `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
386
+ `, 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: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
387
387
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelComponent, decorators: [{
388
388
  type: Component,
389
389
  args: [{
@@ -433,7 +433,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
433
433
  <ng-content></ng-content>
434
434
  </div>
435
435
  </div>
436
- `
436
+ `,
437
+ standalone: true,
438
+ imports: [NgIf, NgTemplateOutlet, IconWrapperComponent]
437
439
  }]
438
440
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i1.LocalizationService }, { type: i2.AnimationBuilder }]; }, propDecorators: { title: [{
439
441
  type: Input
@@ -2,20 +2,12 @@
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 { CommonModule } from '@angular/common';
6
5
  import { NgModule } from '@angular/core';
7
- import { EventsModule } from '@progress/kendo-angular-common';
8
- import { IconsModule } from '@progress/kendo-angular-icons';
9
- import { ExpansionPanelTitleDirective } from './expansionpanel/expansionpanel-title.directive';
10
- import { ExpansionPanelComponent } from './expansionpanel/expansionpanel.component';
6
+ import { KENDO_EXPANSIONPANEL } from './directives';
11
7
  import * as i0 from "@angular/core";
12
- const exportedModules = [
13
- ExpansionPanelComponent,
14
- ExpansionPanelTitleDirective
15
- ];
16
- const declarations = [
17
- ...exportedModules
18
- ];
8
+ import * as i1 from "./expansionpanel/expansionpanel.component";
9
+ import * as i2 from "./expansionpanel/expansionpanel-title.directive";
10
+ // IMPORTANT: NgModule export kept for backwards compatibility
19
11
  /**
20
12
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
21
13
  * definition for the ExpansionPanel component.
@@ -23,15 +15,12 @@ const declarations = [
23
15
  export class ExpansionPanelModule {
24
16
  }
25
17
  ExpansionPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
26
- ExpansionPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelModule, declarations: [ExpansionPanelComponent,
27
- ExpansionPanelTitleDirective], imports: [CommonModule, EventsModule, IconsModule], exports: [ExpansionPanelComponent,
28
- ExpansionPanelTitleDirective] });
29
- ExpansionPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelModule, imports: [CommonModule, EventsModule, IconsModule] });
18
+ ExpansionPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelModule, imports: [i1.ExpansionPanelComponent, i2.ExpansionPanelTitleDirective], exports: [i1.ExpansionPanelComponent, i2.ExpansionPanelTitleDirective] });
19
+ ExpansionPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelModule, imports: [i1.ExpansionPanelComponent] });
30
20
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpansionPanelModule, decorators: [{
31
21
  type: NgModule,
32
22
  args: [{
33
- declarations: [declarations],
34
- exports: [exportedModules],
35
- imports: [CommonModule, EventsModule, IconsModule]
23
+ exports: [...KENDO_EXPANSIONPANEL],
24
+ imports: [...KENDO_EXPANSIONPANEL]
36
25
  }]
37
26
  }] });
@@ -3,17 +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 { GridLayoutComponent } from './layouts/grid-layout.component';
8
- import { GridLayoutItemComponent } from './layouts/gridlayout-item.component';
6
+ import { KENDO_GRIDLAYOUT } from './directives';
9
7
  import * as i0 from "@angular/core";
10
- const exportedModules = [
11
- GridLayoutComponent,
12
- GridLayoutItemComponent
13
- ];
14
- const declarations = [
15
- ...exportedModules
16
- ];
8
+ import * as i1 from "./layouts/grid-layout.component";
9
+ import * as i2 from "./layouts/gridlayout-item.component";
10
+ // IMPORTANT: NgModule export kept for backwards compatibility
17
11
  /**
18
12
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
19
13
  * definition for the GridLayout component.
@@ -21,15 +15,12 @@ const declarations = [
21
15
  export class GridLayoutModule {
22
16
  }
23
17
  GridLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
24
- GridLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutModule, declarations: [GridLayoutComponent,
25
- GridLayoutItemComponent], imports: [CommonModule], exports: [GridLayoutComponent,
26
- GridLayoutItemComponent] });
27
- GridLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutModule, imports: [CommonModule] });
18
+ GridLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutModule, imports: [i1.GridLayoutComponent, i2.GridLayoutItemComponent], exports: [i1.GridLayoutComponent, i2.GridLayoutItemComponent] });
19
+ GridLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutModule, imports: [KENDO_GRIDLAYOUT] });
28
20
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutModule, decorators: [{
29
21
  type: NgModule,
30
22
  args: [{
31
- declarations: [declarations],
32
- exports: [exportedModules],
33
- imports: [CommonModule]
23
+ exports: [...KENDO_GRIDLAYOUT],
24
+ imports: [...KENDO_GRIDLAYOUT]
34
25
  }]
35
26
  }] });
package/esm2020/index.mjs CHANGED
@@ -85,3 +85,4 @@ export { TimelineCardHeaderTemplateDirective } from "./timeline/templates/timeli
85
85
  export { TimelineCardBodyTemplateDirective } from "./timeline/templates/timeline-card-body.directive";
86
86
  export { TimelineCardActionsTemplateDirective } from "./timeline/templates/timeline-card-actions.directive";
87
87
  export { TimelineCustomMessagesComponent } from './timeline/localization/custom-messages.component';
88
+ export * from './directives';
@@ -3,19 +3,58 @@
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 { AvatarModule } from './avatar.module';
7
- import { CardModule } from './card.module';
8
- import { DrawerModule } from './drawer.module';
9
- import { ExpansionPanelModule } from './expansionpanel.module';
10
- import { PanelBarModule } from './panelbar.module';
11
- import { SplitterModule } from './splitter.module';
12
- import { StepperModule } from './stepper.module';
13
- import { TabStripModule } from './tabstrip.module';
14
- import { TileLayoutModule } from './tilelayout.module';
15
- import { StackLayoutModule } from './stacklayout.module';
16
- import { GridLayoutModule } from './gridlayout.module';
17
- import { TimelineModule } from './timeline.module';
6
+ import { KENDO_LAYOUT } from './directives';
18
7
  import * as i0 from "@angular/core";
8
+ import * as i1 from "./avatar/avatar.component";
9
+ import * as i2 from "./avatar/l10n/custom-messages.component";
10
+ import * as i3 from "./card/card.component";
11
+ import * as i4 from "./card/card-actions.component";
12
+ import * as i5 from "./card/card-body.component";
13
+ import * as i6 from "./card/card-footer.component";
14
+ import * as i7 from "./card/card-header.component";
15
+ import * as i8 from "./card/directives/card-media.directive";
16
+ import * as i9 from "./card/directives/card-separator.directive";
17
+ import * as i10 from "./card/directives/card-subtitle.directive";
18
+ import * as i11 from "./card/directives/card-title.directive";
19
+ import * as i12 from "./drawer/drawer.component";
20
+ import * as i13 from "./drawer/drawer-container.component";
21
+ import * as i14 from "./drawer/drawer-content.component";
22
+ import * as i15 from "./drawer/template-directives/drawer-template.directive";
23
+ import * as i16 from "./drawer/template-directives/footer-template.directive";
24
+ import * as i17 from "./drawer/template-directives/header-template.directive";
25
+ import * as i18 from "./drawer/template-directives/item-template.directive";
26
+ import * as i19 from "./expansionpanel/expansionpanel.component";
27
+ import * as i20 from "./expansionpanel/expansionpanel-title.directive";
28
+ import * as i21 from "./layouts/grid-layout.component";
29
+ import * as i22 from "./layouts/gridlayout-item.component";
30
+ import * as i23 from "./panelbar/panelbar.component";
31
+ import * as i24 from "./panelbar/panelbar-item.component";
32
+ import * as i25 from "./panelbar/panelbar-content.directive";
33
+ import * as i26 from "./panelbar/panelbar-item-template.directive";
34
+ import * as i27 from "./panelbar/panelbar-item-title.directive";
35
+ import * as i28 from "./splitter/splitter.component";
36
+ import * as i29 from "./splitter/splitter-pane.component";
37
+ import * as i30 from "./layouts/stack-layout.component";
38
+ import * as i31 from "./stepper/stepper.component";
39
+ import * as i32 from "./stepper/localization/custom-messages.component";
40
+ import * as i33 from "./stepper/template-directives/indicator-template.directive";
41
+ import * as i34 from "./stepper/template-directives/label-template.directive";
42
+ import * as i35 from "./stepper/template-directives/step-template.directive";
43
+ import * as i36 from "./tabstrip/tabstrip.component";
44
+ import * as i37 from "./tabstrip/models/tabstrip-tab.component";
45
+ import * as i38 from "./tabstrip/directives/tab-content.directive";
46
+ import * as i39 from "./tabstrip/directives/tab-title.directive";
47
+ import * as i40 from "./tabstrip/localization/custom-messages.component";
48
+ import * as i41 from "./tilelayout/tilelayout.component";
49
+ import * as i42 from "./tilelayout/tilelayout-item-body.component";
50
+ import * as i43 from "./tilelayout/tilelayout-item.component";
51
+ import * as i44 from "./tilelayout/tilelayout-item-header.component";
52
+ import * as i45 from "./timeline/timeline.component";
53
+ import * as i46 from "./timeline/localization/custom-messages.component";
54
+ import * as i47 from "./timeline/templates/timeline-card-actions.directive";
55
+ import * as i48 from "./timeline/templates/timeline-card-body.directive";
56
+ import * as i49 from "./timeline/templates/timeline-card-header.directive";
57
+ // IMPORTANT: NgModule export kept for backwards compatibility
19
58
  /**
20
59
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
21
60
  * definition for the Layout components.
@@ -50,46 +89,12 @@ import * as i0 from "@angular/core";
50
89
  export class LayoutModule {
51
90
  }
52
91
  LayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
53
- LayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: LayoutModule, exports: [AvatarModule,
54
- CardModule,
55
- DrawerModule,
56
- PanelBarModule,
57
- ExpansionPanelModule,
58
- SplitterModule,
59
- StepperModule,
60
- TabStripModule,
61
- TileLayoutModule,
62
- StackLayoutModule,
63
- GridLayoutModule,
64
- TimelineModule] });
65
- LayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LayoutModule, imports: [AvatarModule,
66
- CardModule,
67
- DrawerModule,
68
- PanelBarModule,
69
- ExpansionPanelModule,
70
- SplitterModule,
71
- StepperModule,
72
- TabStripModule,
73
- TileLayoutModule,
74
- StackLayoutModule,
75
- GridLayoutModule,
76
- TimelineModule] });
92
+ LayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: LayoutModule, imports: [i1.AvatarComponent, i2.AvatarCustomMessagesComponent, i3.CardComponent, i4.CardActionsComponent, i5.CardBodyComponent, i6.CardFooterComponent, i7.CardHeaderComponent, i8.CardMediaDirective, i9.CardSeparatorDirective, i10.CardSubtitleDirective, i11.CardTitleDirective, i12.DrawerComponent, i13.DrawerContainerComponent, i14.DrawerContentComponent, i15.DrawerTemplateDirective, i16.DrawerFooterTemplateDirective, i17.DrawerHeaderTemplateDirective, i18.DrawerItemTemplateDirective, i19.ExpansionPanelComponent, i20.ExpansionPanelTitleDirective, i21.GridLayoutComponent, i22.GridLayoutItemComponent, i23.PanelBarComponent, i24.PanelBarItemComponent, i25.PanelBarContentDirective, i26.PanelBarItemTemplateDirective, i27.PanelBarItemTitleDirective, i28.SplitterComponent, i29.SplitterPaneComponent, i30.StackLayoutComponent, i31.StepperComponent, i32.StepperCustomMessagesComponent, i33.StepperIndicatorTemplateDirective, i34.StepperLabelTemplateDirective, i35.StepperStepTemplateDirective, i36.TabStripComponent, i37.TabStripTabComponent, i38.TabContentDirective, i39.TabTitleDirective, i40.TabStripCustomMessagesComponent, i41.TileLayoutComponent, i42.TileLayoutItemBodyComponent, i43.TileLayoutItemComponent, i44.TileLayoutItemHeaderComponent, i45.TimelineComponent, i46.TimelineCustomMessagesComponent, i47.TimelineCardActionsTemplateDirective, i48.TimelineCardBodyTemplateDirective, i49.TimelineCardHeaderTemplateDirective], exports: [i1.AvatarComponent, i2.AvatarCustomMessagesComponent, i3.CardComponent, i4.CardActionsComponent, i5.CardBodyComponent, i6.CardFooterComponent, i7.CardHeaderComponent, i8.CardMediaDirective, i9.CardSeparatorDirective, i10.CardSubtitleDirective, i11.CardTitleDirective, i12.DrawerComponent, i13.DrawerContainerComponent, i14.DrawerContentComponent, i15.DrawerTemplateDirective, i16.DrawerFooterTemplateDirective, i17.DrawerHeaderTemplateDirective, i18.DrawerItemTemplateDirective, i19.ExpansionPanelComponent, i20.ExpansionPanelTitleDirective, i21.GridLayoutComponent, i22.GridLayoutItemComponent, i23.PanelBarComponent, i24.PanelBarItemComponent, i25.PanelBarContentDirective, i26.PanelBarItemTemplateDirective, i27.PanelBarItemTitleDirective, i28.SplitterComponent, i29.SplitterPaneComponent, i30.StackLayoutComponent, i31.StepperComponent, i32.StepperCustomMessagesComponent, i33.StepperIndicatorTemplateDirective, i34.StepperLabelTemplateDirective, i35.StepperStepTemplateDirective, i36.TabStripComponent, i37.TabStripTabComponent, i38.TabContentDirective, i39.TabTitleDirective, i40.TabStripCustomMessagesComponent, i41.TileLayoutComponent, i42.TileLayoutItemBodyComponent, i43.TileLayoutItemComponent, i44.TileLayoutItemHeaderComponent, i45.TimelineComponent, i46.TimelineCustomMessagesComponent, i47.TimelineCardActionsTemplateDirective, i48.TimelineCardBodyTemplateDirective, i49.TimelineCardHeaderTemplateDirective] });
93
+ LayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LayoutModule, imports: [i1.AvatarComponent, i2.AvatarCustomMessagesComponent, i3.CardComponent, i4.CardActionsComponent, i5.CardBodyComponent, i6.CardFooterComponent, i7.CardHeaderComponent, i12.DrawerComponent, i13.DrawerContainerComponent, i14.DrawerContentComponent, i19.ExpansionPanelComponent, i21.GridLayoutComponent, i22.GridLayoutItemComponent, i23.PanelBarComponent, i24.PanelBarItemComponent, i28.SplitterComponent, i29.SplitterPaneComponent, i30.StackLayoutComponent, i31.StepperComponent, i32.StepperCustomMessagesComponent, i36.TabStripComponent, i37.TabStripTabComponent, i40.TabStripCustomMessagesComponent, i41.TileLayoutComponent, i42.TileLayoutItemBodyComponent, i43.TileLayoutItemComponent, i44.TileLayoutItemHeaderComponent, i45.TimelineComponent, i46.TimelineCustomMessagesComponent] });
77
94
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LayoutModule, decorators: [{
78
95
  type: NgModule,
79
96
  args: [{
80
- exports: [
81
- AvatarModule,
82
- CardModule,
83
- DrawerModule,
84
- PanelBarModule,
85
- ExpansionPanelModule,
86
- SplitterModule,
87
- StepperModule,
88
- TabStripModule,
89
- TileLayoutModule,
90
- StackLayoutModule,
91
- GridLayoutModule,
92
- TimelineModule,
93
- ]
97
+ exports: [...KENDO_LAYOUT],
98
+ imports: [...KENDO_LAYOUT]
94
99
  }]
95
100
  }] });
@@ -98,7 +98,7 @@ export class GridLayoutComponent {
98
98
  }
99
99
  }
100
100
  GridLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
101
- GridLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GridLayoutComponent, selector: "kendo-gridlayout", inputs: { rows: "rows", cols: "cols", gap: "gap", align: "align" }, host: { properties: { "class.k-grid-layout": "this.hostClass", "attr.dir": "this.dir" } }, providers: [
101
+ GridLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GridLayoutComponent, isStandalone: true, selector: "kendo-gridlayout", inputs: { rows: "rows", cols: "cols", gap: "gap", align: "align" }, host: { properties: { "class.k-grid-layout": "this.hostClass", "attr.dir": "this.dir" } }, providers: [
102
102
  LocalizationService,
103
103
  {
104
104
  provide: L10N_PREFIX,
@@ -121,7 +121,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
121
121
  ],
122
122
  template: `
123
123
  <ng-content></ng-content>
124
- `
124
+ `,
125
+ standalone: true
125
126
  }]
126
127
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i1.LocalizationService }]; }, propDecorators: { hostClass: [{
127
128
  type: HostBinding,
@@ -25,7 +25,7 @@ export class GridLayoutItemComponent {
25
25
  }
26
26
  }
27
27
  GridLayoutItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutItemComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
28
- GridLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GridLayoutItemComponent, selector: "kendo-gridlayout-item", inputs: { row: "row", col: "col", rowSpan: "rowSpan", colSpan: "colSpan" }, usesOnChanges: true, ngImport: i0, template: `
28
+ GridLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GridLayoutItemComponent, isStandalone: true, selector: "kendo-gridlayout-item", inputs: { row: "row", col: "col", rowSpan: "rowSpan", colSpan: "colSpan" }, usesOnChanges: true, ngImport: i0, template: `
29
29
  <ng-content></ng-content>
30
30
  `, isInline: true });
31
31
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridLayoutItemComponent, decorators: [{
@@ -34,7 +34,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
34
34
  selector: 'kendo-gridlayout-item',
35
35
  template: `
36
36
  <ng-content></ng-content>
37
- `
37
+ `,
38
+ standalone: true
38
39
  }]
39
40
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { row: [{
40
41
  type: Input
@@ -100,7 +100,7 @@ export class StackLayoutComponent {
100
100
  }
101
101
  }
102
102
  StackLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StackLayoutComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
103
- StackLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StackLayoutComponent, selector: "kendo-stacklayout", inputs: { align: "align", gap: "gap", orientation: "orientation" }, host: { properties: { "class.k-stack-layout": "this.hostClass", "class.k-hstack": "this.horizontalClass", "class.k-vstack": "this.verticalClass", "attr.dir": "this.dir" } }, providers: [
103
+ StackLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StackLayoutComponent, isStandalone: true, selector: "kendo-stacklayout", inputs: { align: "align", gap: "gap", orientation: "orientation" }, host: { properties: { "class.k-stack-layout": "this.hostClass", "class.k-hstack": "this.horizontalClass", "class.k-vstack": "this.verticalClass", "attr.dir": "this.dir" } }, providers: [
104
104
  LocalizationService,
105
105
  {
106
106
  provide: L10N_PREFIX,
@@ -123,7 +123,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
123
123
  ],
124
124
  template: `
125
125
  <ng-content></ng-content>
126
- `
126
+ `,
127
+ standalone: true
127
128
  }]
128
129
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i1.LocalizationService }]; }, propDecorators: { hostClass: [{
129
130
  type: HostBinding,
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-layout',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1721814032,
13
- version: '16.5.0',
12
+ publishDate: 1722606814,
13
+ version: '16.6.0-develop.10',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
15
15
  };
@@ -14,10 +14,11 @@ export class PanelBarContentDirective {
14
14
  }
15
15
  }
16
16
  PanelBarContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
17
- PanelBarContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PanelBarContentDirective, selector: "[kendoPanelBarContent]", ngImport: i0 });
17
+ PanelBarContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PanelBarContentDirective, isStandalone: true, selector: "[kendoPanelBarContent]", ngImport: i0 });
18
18
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarContentDirective, decorators: [{
19
19
  type: Directive,
20
20
  args: [{
21
- selector: "[kendoPanelBarContent]"
21
+ selector: "[kendoPanelBarContent]",
22
+ standalone: true
22
23
  }]
23
24
  }], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });