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

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 (164) hide show
  1. package/avatar/avatar.component.d.ts +1 -1
  2. package/avatar/l10n/custom-messages.component.d.ts +1 -1
  3. package/avatar/l10n/localized-messages.directive.d.ts +1 -1
  4. package/avatar.module.d.ts +3 -6
  5. package/card/card-actions.component.d.ts +1 -1
  6. package/card/card-body.component.d.ts +1 -1
  7. package/card/card-footer.component.d.ts +1 -1
  8. package/card/card-header.component.d.ts +1 -1
  9. package/card/card.component.d.ts +1 -1
  10. package/card/directives/card-media.directive.d.ts +1 -1
  11. package/card/directives/card-separator.directive.d.ts +1 -1
  12. package/card/directives/card-subtitle.directive.d.ts +1 -1
  13. package/card/directives/card-title.directive.d.ts +1 -1
  14. package/card.module.d.ts +7 -8
  15. package/directives.d.ts +61 -0
  16. package/drawer/drawer-container.component.d.ts +1 -1
  17. package/drawer/drawer-content.component.d.ts +1 -1
  18. package/drawer/drawer.component.d.ts +1 -1
  19. package/drawer/item.component.d.ts +1 -1
  20. package/drawer/list.component.d.ts +1 -1
  21. package/drawer/template-directives/drawer-template.directive.d.ts +1 -1
  22. package/drawer/template-directives/footer-template.directive.d.ts +1 -1
  23. package/drawer/template-directives/header-template.directive.d.ts +1 -1
  24. package/drawer/template-directives/item-template.directive.d.ts +1 -1
  25. package/drawer.module.d.ts +8 -13
  26. package/esm2020/avatar/avatar.component.mjs +8 -6
  27. package/esm2020/avatar/l10n/custom-messages.component.mjs +3 -2
  28. package/esm2020/avatar/l10n/localized-messages.directive.mjs +3 -2
  29. package/esm2020/avatar.module.mjs +8 -20
  30. package/esm2020/card/card-actions.component.mjs +6 -4
  31. package/esm2020/card/card-body.component.mjs +3 -2
  32. package/esm2020/card/card-footer.component.mjs +3 -2
  33. package/esm2020/card/card-header.component.mjs +3 -2
  34. package/esm2020/card/card.component.mjs +3 -2
  35. package/esm2020/card/directives/card-media.directive.mjs +3 -2
  36. package/esm2020/card/directives/card-separator.directive.mjs +3 -2
  37. package/esm2020/card/directives/card-subtitle.directive.mjs +3 -2
  38. package/esm2020/card/directives/card-title.directive.mjs +3 -2
  39. package/esm2020/card.module.mjs +15 -44
  40. package/esm2020/directives.mjs +135 -0
  41. package/esm2020/drawer/drawer-container.component.mjs +6 -4
  42. package/esm2020/drawer/drawer-content.component.mjs +3 -2
  43. package/esm2020/drawer/drawer.component.mjs +8 -7
  44. package/esm2020/drawer/item.component.mjs +7 -5
  45. package/esm2020/drawer/list.component.mjs +5 -4
  46. package/esm2020/drawer/template-directives/drawer-template.directive.mjs +3 -2
  47. package/esm2020/drawer/template-directives/footer-template.directive.mjs +3 -2
  48. package/esm2020/drawer/template-directives/header-template.directive.mjs +3 -2
  49. package/esm2020/drawer/template-directives/item-template.directive.mjs +3 -2
  50. package/esm2020/drawer.module.mjs +13 -42
  51. package/esm2020/expansionpanel/expansionpanel-title.directive.mjs +3 -2
  52. package/esm2020/expansionpanel/expansionpanel.component.mjs +7 -5
  53. package/esm2020/expansionpanel.module.mjs +8 -19
  54. package/esm2020/gridlayout.module.mjs +8 -17
  55. package/esm2020/index.mjs +1 -0
  56. package/esm2020/layout.module.mjs +55 -50
  57. package/esm2020/layouts/grid-layout.component.mjs +3 -2
  58. package/esm2020/layouts/gridlayout-item.component.mjs +3 -2
  59. package/esm2020/layouts/stack-layout.component.mjs +3 -2
  60. package/esm2020/package-metadata.mjs +2 -2
  61. package/esm2020/panelbar/panelbar-content.directive.mjs +3 -2
  62. package/esm2020/panelbar/panelbar-item-template.directive.mjs +3 -2
  63. package/esm2020/panelbar/panelbar-item-title.directive.mjs +3 -2
  64. package/esm2020/panelbar/panelbar-item.component.mjs +7 -5
  65. package/esm2020/panelbar/panelbar.component.mjs +7 -7
  66. package/esm2020/panelbar.module.mjs +11 -31
  67. package/esm2020/splitter/splitter-bar.component.mjs +7 -5
  68. package/esm2020/splitter/splitter-pane.component.mjs +6 -4
  69. package/esm2020/splitter/splitter.component.mjs +10 -9
  70. package/esm2020/splitter.module.mjs +8 -29
  71. package/esm2020/stacklayout.module.mjs +7 -13
  72. package/esm2020/stepper/list.component.mjs +6 -4
  73. package/esm2020/stepper/localization/custom-messages.component.mjs +3 -2
  74. package/esm2020/stepper/localization/localized-messages.directive.mjs +3 -2
  75. package/esm2020/stepper/step.component.mjs +7 -5
  76. package/esm2020/stepper/stepper.component.mjs +9 -7
  77. package/esm2020/stepper/template-directives/indicator-template.directive.mjs +3 -2
  78. package/esm2020/stepper/template-directives/label-template.directive.mjs +3 -2
  79. package/esm2020/stepper/template-directives/step-template.directive.mjs +3 -2
  80. package/esm2020/stepper.module.mjs +11 -40
  81. package/esm2020/tabstrip/directives/tab-content.directive.mjs +3 -2
  82. package/esm2020/tabstrip/directives/tab-title.directive.mjs +3 -2
  83. package/esm2020/tabstrip/directives/tab.directive.mjs +3 -2
  84. package/esm2020/tabstrip/localization/custom-messages.component.mjs +3 -2
  85. package/esm2020/tabstrip/localization/localized-messages.directive.mjs +3 -2
  86. package/esm2020/tabstrip/models/tabstrip-tab.component.mjs +3 -2
  87. package/esm2020/tabstrip/rendering/tab.component.mjs +7 -5
  88. package/esm2020/tabstrip/scrollable-button.component.mjs +6 -4
  89. package/esm2020/tabstrip/tabstrip.component.mjs +9 -9
  90. package/esm2020/tabstrip.module.mjs +11 -46
  91. package/esm2020/tilelayout/tilelayout-item-body.component.mjs +3 -2
  92. package/esm2020/tilelayout/tilelayout-item-header.component.mjs +3 -2
  93. package/esm2020/tilelayout/tilelayout-item.component.mjs +7 -6
  94. package/esm2020/tilelayout/tilelayout-resize-handle.directive.mjs +3 -2
  95. package/esm2020/tilelayout/tilelayout.component.mjs +7 -6
  96. package/esm2020/tilelayout.module.mjs +10 -30
  97. package/esm2020/timeline/localization/custom-messages.component.mjs +2 -1
  98. package/esm2020/timeline/localization/localized-messages.directive.mjs +3 -2
  99. package/esm2020/timeline/templates/timeline-card-actions.directive.mjs +3 -2
  100. package/esm2020/timeline/templates/timeline-card-body.directive.mjs +3 -2
  101. package/esm2020/timeline/templates/timeline-card-header.directive.mjs +3 -2
  102. package/esm2020/timeline/timeline-card.component.mjs +13 -11
  103. package/esm2020/timeline/timeline-horizontal.component.mjs +7 -6
  104. package/esm2020/timeline/timeline-vertical.component.mjs +7 -5
  105. package/esm2020/timeline/timeline.component.mjs +6 -6
  106. package/esm2020/timeline.module.mjs +11 -44
  107. package/expansionpanel/expansionpanel-title.directive.d.ts +1 -1
  108. package/expansionpanel/expansionpanel.component.d.ts +1 -1
  109. package/expansionpanel.module.d.ts +1 -4
  110. package/fesm2015/progress-kendo-angular-layout.mjs +1075 -1158
  111. package/fesm2020/progress-kendo-angular-layout.mjs +806 -889
  112. package/gridlayout.module.d.ts +1 -2
  113. package/index.d.ts +1 -0
  114. package/layout.module.d.ts +50 -13
  115. package/layouts/grid-layout.component.d.ts +1 -1
  116. package/layouts/gridlayout-item.component.d.ts +1 -1
  117. package/layouts/stack-layout.component.d.ts +1 -1
  118. package/package.json +8 -8
  119. package/panelbar/panelbar-content.directive.d.ts +1 -1
  120. package/panelbar/panelbar-item-template.directive.d.ts +1 -1
  121. package/panelbar/panelbar-item-title.directive.d.ts +1 -1
  122. package/panelbar/panelbar-item.component.d.ts +1 -1
  123. package/panelbar/panelbar.component.d.ts +1 -1
  124. package/panelbar.module.d.ts +1 -4
  125. package/splitter/splitter-bar.component.d.ts +1 -1
  126. package/splitter/splitter-pane.component.d.ts +1 -1
  127. package/splitter/splitter.component.d.ts +1 -1
  128. package/splitter.module.d.ts +3 -7
  129. package/stacklayout.module.d.ts +1 -2
  130. package/stepper/list.component.d.ts +1 -1
  131. package/stepper/localization/custom-messages.component.d.ts +1 -1
  132. package/stepper/localization/localized-messages.directive.d.ts +1 -1
  133. package/stepper/step.component.d.ts +1 -1
  134. package/stepper/stepper.component.d.ts +1 -1
  135. package/stepper/template-directives/indicator-template.directive.d.ts +1 -1
  136. package/stepper/template-directives/label-template.directive.d.ts +1 -1
  137. package/stepper/template-directives/step-template.directive.d.ts +1 -1
  138. package/stepper.module.d.ts +6 -12
  139. package/tabstrip/directives/tab-content.directive.d.ts +1 -1
  140. package/tabstrip/directives/tab-title.directive.d.ts +1 -1
  141. package/tabstrip/directives/tab.directive.d.ts +1 -1
  142. package/tabstrip/localization/custom-messages.component.d.ts +1 -1
  143. package/tabstrip/localization/localized-messages.directive.d.ts +1 -1
  144. package/tabstrip/models/tabstrip-tab.component.d.ts +1 -1
  145. package/tabstrip/rendering/tab.component.d.ts +1 -1
  146. package/tabstrip/scrollable-button.component.d.ts +1 -1
  147. package/tabstrip/tabstrip.component.d.ts +1 -1
  148. package/tabstrip.module.d.ts +2 -10
  149. package/tilelayout/tilelayout-item-body.component.d.ts +1 -1
  150. package/tilelayout/tilelayout-item-header.component.d.ts +1 -1
  151. package/tilelayout/tilelayout-item.component.d.ts +1 -1
  152. package/tilelayout/tilelayout-resize-handle.directive.d.ts +1 -1
  153. package/tilelayout/tilelayout.component.d.ts +1 -1
  154. package/tilelayout.module.d.ts +4 -7
  155. package/timeline/localization/custom-messages.component.d.ts +1 -1
  156. package/timeline/localization/localized-messages.directive.d.ts +1 -1
  157. package/timeline/templates/timeline-card-actions.directive.d.ts +1 -1
  158. package/timeline/templates/timeline-card-body.directive.d.ts +1 -1
  159. package/timeline/templates/timeline-card-header.directive.d.ts +1 -1
  160. package/timeline/timeline-card.component.d.ts +1 -1
  161. package/timeline/timeline-horizontal.component.d.ts +1 -1
  162. package/timeline/timeline-vertical.component.d.ts +1 -1
  163. package/timeline/timeline.component.d.ts +1 -1
  164. package/timeline.module.d.ts +3 -12
@@ -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: 1721827635,
13
+ version: '16.6.0-develop.1',
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 }]; } });
@@ -13,11 +13,12 @@ export class PanelBarItemTemplateDirective {
13
13
  }
14
14
  }
15
15
  PanelBarItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarItemTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
16
- PanelBarItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PanelBarItemTemplateDirective, selector: "[kendoPanelBarItemTemplate]", ngImport: i0 });
16
+ PanelBarItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PanelBarItemTemplateDirective, isStandalone: true, selector: "[kendoPanelBarItemTemplate]", ngImport: i0 });
17
17
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarItemTemplateDirective, decorators: [{
18
18
  type: Directive,
19
19
  args: [{
20
- selector: '[kendoPanelBarItemTemplate]'
20
+ selector: '[kendoPanelBarItemTemplate]',
21
+ standalone: true
21
22
  }]
22
23
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
23
24
  type: Optional
@@ -36,11 +36,12 @@ export class PanelBarItemTitleDirective {
36
36
  }
37
37
  }
38
38
  PanelBarItemTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarItemTitleDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
39
- PanelBarItemTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PanelBarItemTitleDirective, selector: "[kendoPanelBarItemTitle]", ngImport: i0 });
39
+ PanelBarItemTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PanelBarItemTitleDirective, isStandalone: true, selector: "[kendoPanelBarItemTitle]", ngImport: i0 });
40
40
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarItemTitleDirective, decorators: [{
41
41
  type: Directive,
42
42
  args: [{
43
- selector: '[kendoPanelBarItemTitle]'
43
+ selector: '[kendoPanelBarItemTitle]',
44
+ standalone: true
44
45
  }]
45
46
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
46
47
  type: Optional
@@ -12,10 +12,10 @@ import { isFocusable } from '../common/dom-queries';
12
12
  import { Subscription } from 'rxjs';
13
13
  import { PanelBarExpandMode } from './panelbar-expand-mode';
14
14
  import { chevronDownIcon, chevronUpIcon } from '@progress/kendo-svg-icons';
15
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
16
+ import { NgIf, NgTemplateOutlet, NgFor } from '@angular/common';
15
17
  import * as i0 from "@angular/core";
16
18
  import * as i1 from "./panelbar.service";
17
- import * as i2 from "@angular/common";
18
- import * as i3 from "@progress/kendo-angular-icons";
19
19
  /**
20
20
  * @hidden
21
21
  */
@@ -275,7 +275,7 @@ export class PanelBarItemComponent {
275
275
  }
276
276
  }
277
277
  PanelBarItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarItemComponent, deps: [{ token: PanelBarItemComponent, host: true, optional: true, skipSelf: true }, { token: i1.PanelBarService }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
278
- PanelBarItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PanelBarItemComponent, selector: "kendo-panelbar-item", inputs: { title: "title", id: "id", icon: "icon", iconClass: "iconClass", svgIcon: "svgIcon", imageUrl: "imageUrl", disabled: "disabled", expanded: "expanded", selected: "selected", content: "content", items: "items", template: "template" }, host: { properties: { "attr.role": "this.role", "attr.title": "this.titleAttribute", "class.k-panelbar-item": "this.kItemClass", "class.k-expanded": "this.kStateExpandedClass", "id": "this.itemId", "attr.aria-expanded": "this.ariaExpanded", "attr.aria-selected": "this.ariaSelected", "attr.aria-disabled": "this.ariaDisabled", "class.k-panelbar-header": "this.headerClass" } }, queries: [{ propertyName: "contentItems", predicate: PanelBarItemComponent }, { propertyName: "contentTemplate", predicate: PanelBarContentDirective }, { propertyName: "titleTemplates", predicate: PanelBarItemTitleDirective }], viewQueries: [{ propertyName: "header", first: true, predicate: ["header"], descendants: true }, { propertyName: "contentWrapper", first: true, predicate: ["contentWrapper"], descendants: true }, { propertyName: "viewChildItems", predicate: PanelBarItemComponent, descendants: true }], exportAs: ["kendoPanelbarItem"], ngImport: i0, template: `
278
+ PanelBarItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PanelBarItemComponent, isStandalone: true, selector: "kendo-panelbar-item", inputs: { title: "title", id: "id", icon: "icon", iconClass: "iconClass", svgIcon: "svgIcon", imageUrl: "imageUrl", disabled: "disabled", expanded: "expanded", selected: "selected", content: "content", items: "items", template: "template" }, host: { properties: { "attr.role": "this.role", "attr.title": "this.titleAttribute", "class.k-panelbar-item": "this.kItemClass", "class.k-expanded": "this.kStateExpandedClass", "id": "this.itemId", "attr.aria-expanded": "this.ariaExpanded", "attr.aria-selected": "this.ariaSelected", "attr.aria-disabled": "this.ariaDisabled", "class.k-panelbar-header": "this.headerClass" } }, queries: [{ propertyName: "contentItems", predicate: PanelBarItemComponent }, { propertyName: "contentTemplate", predicate: PanelBarContentDirective }, { propertyName: "titleTemplates", predicate: PanelBarItemTitleDirective }], viewQueries: [{ propertyName: "header", first: true, predicate: ["header"], descendants: true }, { propertyName: "contentWrapper", first: true, predicate: ["contentWrapper"], descendants: true }, { propertyName: "viewChildItems", predicate: PanelBarItemComponent, descendants: true }], exportAs: ["kendoPanelbarItem"], ngImport: i0, template: `
279
279
  <span
280
280
  #header
281
281
  [class.k-link]="true"
@@ -397,7 +397,7 @@ PanelBarItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
397
397
  </ng-template>
398
398
  <ng-template [ngIf]="!template">{{content}}</ng-template>
399
399
  </div>
400
- </div>`, isInline: true, dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: PanelBarItemComponent, selector: "kendo-panelbar-item", inputs: ["title", "id", "icon", "iconClass", "svgIcon", "imageUrl", "disabled", "expanded", "selected", "content", "items", "template"], exportAs: ["kendoPanelbarItem"] }], animations: [
400
+ </div>`, isInline: true, dependencies: [{ kind: "component", type: PanelBarItemComponent, selector: "kendo-panelbar-item", inputs: ["title", "id", "icon", "iconClass", "svgIcon", "imageUrl", "disabled", "expanded", "selected", "content", "items", "template"], exportAs: ["kendoPanelbarItem"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], animations: [
401
401
  trigger('toggle', [
402
402
  state('inactive', style({ display: 'none' })),
403
403
  transition('* => active', [
@@ -550,7 +550,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
550
550
  </ng-template>
551
551
  <ng-template [ngIf]="!template">{{content}}</ng-template>
552
552
  </div>
553
- </div>`
553
+ </div>`,
554
+ standalone: true,
555
+ imports: [NgIf, IconWrapperComponent, NgTemplateOutlet, NgFor]
554
556
  }]
555
557
  }], ctorParameters: function () { return [{ type: PanelBarItemComponent, decorators: [{
556
558
  type: SkipSelf
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, ContentChild, ContentChildren, ElementRef, EventEmitter, HostBinding, HostListener, Input, Output, QueryList, ViewChildren, isDevMode } from '@angular/core';
6
6
  import { LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
7
- import { Keys, shouldShowValidationUI } from '@progress/kendo-angular-common';
7
+ import { Keys, shouldShowValidationUI, WatermarkOverlayComponent } from '@progress/kendo-angular-common';
8
8
  import { validatePackage } from '@progress/kendo-licensing';
9
9
  import { packageMetadata } from '../package-metadata';
10
10
  import { PanelBarExpandMode } from './panelbar-expand-mode';
@@ -15,12 +15,10 @@ import { parsePanelBarItems } from "../common/util";
15
15
  import { Subscription } from 'rxjs';
16
16
  import { isFocusable } from './../common/dom-queries';
17
17
  import { PanelBarSelectEvent, PanelBarExpandEvent, PanelBarCollapseEvent, PanelBarStateChangeEvent } from './events';
18
+ import { NgIf, NgFor } from '@angular/common';
18
19
  import * as i0 from "@angular/core";
19
20
  import * as i1 from "./panelbar.service";
20
21
  import * as i2 from "@progress/kendo-angular-l10n";
21
- import * as i3 from "@angular/common";
22
- import * as i4 from "@progress/kendo-angular-common";
23
- import * as i5 from "./panelbar-item.component";
24
22
  /**
25
23
  * Represents the [Kendo UI PanelBar component for Angular]({% slug overview_panelbar %}).
26
24
  */
@@ -493,7 +491,7 @@ export class PanelBarComponent {
493
491
  }
494
492
  }
495
493
  PanelBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarComponent, deps: [{ token: i0.ElementRef }, { token: i1.PanelBarService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
496
- PanelBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PanelBarComponent, selector: "kendo-panelbar", inputs: { expandMode: "expandMode", selectable: "selectable", animate: "animate", height: "height", keepItemContent: "keepItemContent", items: "items" }, outputs: { stateChange: "stateChange", select: "select", expand: "expand", collapse: "collapse", itemClick: "itemClick" }, host: { listeners: { "click": "onComponentClick($event)", "focus": "onComponentFocus()", "blur": "onComponentBlur()", "keydown": "onComponentKeyDown($event)" }, properties: { "class.k-panelbar": "this.hostClasses", "attr.tabIndex": "this.tabIndex", "attr.role": "this.role", "attr.aria-activedescendant": "this.activeDescendant", "style.height": "this.hostHeight", "style.overflow": "this.overflow", "attr.dir": "this.dir" } }, providers: [
494
+ PanelBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PanelBarComponent, isStandalone: true, selector: "kendo-panelbar", inputs: { expandMode: "expandMode", selectable: "selectable", animate: "animate", height: "height", keepItemContent: "keepItemContent", items: "items" }, outputs: { stateChange: "stateChange", select: "select", expand: "expand", collapse: "collapse", itemClick: "itemClick" }, host: { listeners: { "click": "onComponentClick($event)", "focus": "onComponentFocus()", "blur": "onComponentBlur()", "keydown": "onComponentKeyDown($event)" }, properties: { "class.k-panelbar": "this.hostClasses", "attr.tabIndex": "this.tabIndex", "attr.role": "this.role", "attr.aria-activedescendant": "this.activeDescendant", "style.height": "this.hostHeight", "style.overflow": "this.overflow", "attr.dir": "this.dir" } }, providers: [
497
495
  PanelBarService,
498
496
  LocalizationService,
499
497
  {
@@ -523,7 +521,7 @@ PanelBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
523
521
  </ng-template>
524
522
 
525
523
  <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
526
- `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }, { kind: "component", type: i5.PanelBarItemComponent, selector: "kendo-panelbar-item", inputs: ["title", "id", "icon", "iconClass", "svgIcon", "imageUrl", "disabled", "expanded", "selected", "content", "items", "template"], exportAs: ["kendoPanelbarItem"] }] });
524
+ `, 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: "component", type: PanelBarItemComponent, selector: "kendo-panelbar-item", inputs: ["title", "id", "icon", "iconClass", "svgIcon", "imageUrl", "disabled", "expanded", "selected", "content", "items", "template"], exportAs: ["kendoPanelbarItem"] }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }] });
527
525
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarComponent, decorators: [{
528
526
  type: Component,
529
527
  args: [{
@@ -560,7 +558,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
560
558
  </ng-template>
561
559
 
562
560
  <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
563
- `
561
+ `,
562
+ standalone: true,
563
+ imports: [NgIf, NgFor, PanelBarItemComponent, WatermarkOverlayComponent]
564
564
  }]
565
565
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.PanelBarService }, { type: i2.LocalizationService }]; }, propDecorators: { expandMode: [{
566
566
  type: Input