@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
@@ -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
@@ -3,25 +3,14 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { NgModule } from '@angular/core';
6
- import { CommonModule } from '@angular/common';
7
- import { PanelBarComponent } from './panelbar/panelbar.component';
8
- import { PanelBarItemComponent } from './panelbar/panelbar-item.component';
9
- import { PanelBarContentDirective } from './panelbar/panelbar-content.directive';
10
- import { PanelBarItemTemplateDirective } from './panelbar/panelbar-item-template.directive';
11
- import { PanelBarItemTitleDirective } from './panelbar/panelbar-item-title.directive';
12
- import { IconsModule } from '@progress/kendo-angular-icons';
13
- import { WatermarkModule } from '@progress/kendo-angular-common';
6
+ import { KENDO_PANELBAR } from './directives';
14
7
  import * as i0 from "@angular/core";
15
- const exportedModules = [
16
- PanelBarComponent,
17
- PanelBarItemComponent,
18
- PanelBarContentDirective,
19
- PanelBarItemTemplateDirective,
20
- PanelBarItemTitleDirective
21
- ];
22
- const declarations = [
23
- ...exportedModules
24
- ];
8
+ import * as i1 from "./panelbar/panelbar.component";
9
+ import * as i2 from "./panelbar/panelbar-item.component";
10
+ import * as i3 from "./panelbar/panelbar-content.directive";
11
+ import * as i4 from "./panelbar/panelbar-item-template.directive";
12
+ import * as i5 from "./panelbar/panelbar-item-title.directive";
13
+ // IMPORTANT: NgModule export kept for backwards compatibility
25
14
  /**
26
15
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
27
16
  * definition for the PanelBar component.
@@ -36,21 +25,12 @@ const declarations = [
36
25
  export class PanelBarModule {
37
26
  }
38
27
  PanelBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
39
- PanelBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule, declarations: [PanelBarComponent,
40
- PanelBarItemComponent,
41
- PanelBarContentDirective,
42
- PanelBarItemTemplateDirective,
43
- PanelBarItemTitleDirective], imports: [CommonModule, IconsModule, WatermarkModule], exports: [PanelBarComponent,
44
- PanelBarItemComponent,
45
- PanelBarContentDirective,
46
- PanelBarItemTemplateDirective,
47
- PanelBarItemTitleDirective] });
48
- PanelBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule, imports: [CommonModule, IconsModule, WatermarkModule] });
28
+ PanelBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule, imports: [i1.PanelBarComponent, i2.PanelBarItemComponent, i3.PanelBarContentDirective, i4.PanelBarItemTemplateDirective, i5.PanelBarItemTitleDirective], exports: [i1.PanelBarComponent, i2.PanelBarItemComponent, i3.PanelBarContentDirective, i4.PanelBarItemTemplateDirective, i5.PanelBarItemTitleDirective] });
29
+ PanelBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule, imports: [i1.PanelBarComponent, i2.PanelBarItemComponent] });
49
30
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule, decorators: [{
50
31
  type: NgModule,
51
32
  args: [{
52
- declarations: [declarations],
53
- exports: [exportedModules],
54
- imports: [CommonModule, IconsModule, WatermarkModule]
33
+ exports: [...KENDO_PANELBAR],
34
+ imports: [...KENDO_PANELBAR]
55
35
  }]
56
36
  }] });
@@ -11,12 +11,12 @@ import { Subscription, of } from 'rxjs';
11
11
  import { delay, filter, map, switchMap, takeUntil, tap } from 'rxjs/operators';
12
12
  import { shouldToggleOrResize } from './util';
13
13
  import { caretAltDownIcon, caretAltLeftIcon, caretAltRightIcon, caretAltUpIcon } from '@progress/kendo-svg-icons';
14
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
15
+ import { NgIf } from '@angular/common';
14
16
  import * as i0 from "@angular/core";
15
17
  import * as i1 from "@progress/kendo-angular-common";
16
18
  import * as i2 from "@progress/kendo-angular-l10n";
17
19
  import * as i3 from "./splitter.service";
18
- import * as i4 from "@angular/common";
19
- import * as i5 from "@progress/kendo-angular-icons";
20
20
  const stopPropagation = ({ originalEvent: event }) => {
21
21
  event.stopPropagation();
22
22
  event.preventDefault();
@@ -218,7 +218,7 @@ export class SplitterBarComponent {
218
218
  }
219
219
  }
220
220
  SplitterBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterBarComponent, deps: [{ token: i1.DraggableDirective, host: true }, { token: i2.LocalizationService }, { token: i3.SplitterService }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
221
- SplitterBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SplitterBarComponent, selector: "kendo-splitter-bar", inputs: { orientation: "orientation", index: "index" }, host: { properties: { "attr.role": "this.ariaRole", "class.k-focus": "this.focused", "attr.aria-orientation": "this.hostOrientation", "attr.tabindex": "this.tabIndex", "class": "this.hostClasses", "style.-ms-flex-order": "this.order", "style.order": "this.order" } }, ngImport: i0, template: `
221
+ SplitterBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SplitterBarComponent, isStandalone: true, selector: "kendo-splitter-bar", inputs: { orientation: "orientation", index: "index" }, host: { properties: { "attr.role": "this.ariaRole", "class.k-focus": "this.focused", "attr.aria-orientation": "this.hostOrientation", "attr.tabindex": "this.tabIndex", "class": "this.hostClasses", "style.-ms-flex-order": "this.order", "style.order": "this.order" } }, ngImport: i0, template: `
222
222
  <div *ngIf="shouldShowIcon('prev')" class="k-collapse-prev" (click)="togglePrevious()">
223
223
  <kendo-icon-wrapper
224
224
  size="xsmall"
@@ -234,7 +234,7 @@ SplitterBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
234
234
  [svgIcon]="nextSVGArrowClass()"
235
235
  ></kendo-icon-wrapper>
236
236
  </div>
237
- `, isInline: true, dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i5.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
237
+ `, isInline: true, dependencies: [{ 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"] }] });
238
238
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterBarComponent, decorators: [{
239
239
  type: Component,
240
240
  args: [{
@@ -255,7 +255,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
255
255
  [svgIcon]="nextSVGArrowClass()"
256
256
  ></kendo-icon-wrapper>
257
257
  </div>
258
- `
258
+ `,
259
+ standalone: true,
260
+ imports: [NgIf, IconWrapperComponent]
259
261
  }]
260
262
  }], ctorParameters: function () { return [{ type: i1.DraggableDirective, decorators: [{
261
263
  type: Host
@@ -3,8 +3,8 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ChangeDetectorRef, Component, ElementRef, EventEmitter, HostBinding, Renderer2, Input, Output } from '@angular/core';
6
+ import { NgIf } from '@angular/common';
6
7
  import * as i0 from "@angular/core";
7
- import * as i1 from "@angular/common";
8
8
  /**
9
9
  * Represents the pane component of the Splitter.
10
10
  */
@@ -163,10 +163,10 @@ export class SplitterPaneComponent {
163
163
  }
164
164
  }
165
165
  SplitterPaneComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterPaneComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
166
- SplitterPaneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SplitterPaneComponent, selector: "kendo-splitter-pane", inputs: { order: "order", size: "size", separatorLabel: "separatorLabel", min: "min", max: "max", resizable: "resizable", collapsible: "collapsible", scrollable: "scrollable", collapsed: "collapsed", orientation: "orientation", containsSplitter: "containsSplitter", overlayContent: "overlayContent" }, outputs: { sizeChange: "sizeChange", collapsedChange: "collapsedChange" }, host: { properties: { "attr.role": "this.ariaRole", "class.k-pane": "this.hostClass", "class.k-pane-static": "this.staticPaneClass", "class.k-scrollable": "this.scrollablePaneClass" } }, exportAs: ["kendoSplitterPane"], ngImport: i0, template: `
166
+ SplitterPaneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SplitterPaneComponent, isStandalone: true, selector: "kendo-splitter-pane", inputs: { order: "order", size: "size", separatorLabel: "separatorLabel", min: "min", max: "max", resizable: "resizable", collapsible: "collapsible", scrollable: "scrollable", collapsed: "collapsed", orientation: "orientation", containsSplitter: "containsSplitter", overlayContent: "overlayContent" }, outputs: { sizeChange: "sizeChange", collapsedChange: "collapsedChange" }, host: { properties: { "attr.role": "this.ariaRole", "class.k-pane": "this.hostClass", "class.k-pane-static": "this.staticPaneClass", "class.k-scrollable": "this.scrollablePaneClass" } }, exportAs: ["kendoSplitterPane"], ngImport: i0, template: `
167
167
  <ng-container *ngIf="!collapsed"><ng-content></ng-content></ng-container>
168
168
  <div *ngIf="overlayContent" class="k-splitter-overlay k-overlay"></div>
169
- `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
169
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
170
170
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterPaneComponent, decorators: [{
171
171
  type: Component,
172
172
  args: [{
@@ -175,7 +175,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
175
175
  template: `
176
176
  <ng-container *ngIf="!collapsed"><ng-content></ng-content></ng-container>
177
177
  <div *ngIf="overlayContent" class="k-splitter-overlay k-overlay"></div>
178
- `
178
+ `,
179
+ standalone: true,
180
+ imports: [NgIf]
179
181
  }]
180
182
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { order: [{
181
183
  type: Input
@@ -7,17 +7,16 @@ import { LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
7
7
  import { validatePackage } from '@progress/kendo-licensing';
8
8
  import { isDocumentAvailable } from '@progress/kendo-angular-common';
9
9
  import { packageMetadata } from '../package-metadata';
10
- import { isPresent } from '../common/util';
11
10
  import { SplitterPaneComponent } from './splitter-pane.component';
12
11
  import { SplitterBarComponent } from './splitter-bar.component';
13
12
  import { SplitterService } from './splitter.service';
13
+ import { isPresent } from '../common/util';
14
+ import { DraggableDirective } from '@progress/kendo-angular-common';
15
+ import { NgFor, NgIf, NgStyle } from '@angular/common';
14
16
  import * as i0 from "@angular/core";
15
17
  import * as i1 from "./splitter.service";
16
18
  import * as i2 from "@progress/kendo-angular-l10n";
17
- import * as i3 from "@angular/common";
18
- import * as i4 from "@progress/kendo-angular-common";
19
- import * as i5 from "./splitter-bar.component";
20
- import * as i6 from "./splitter-pane.component";
19
+ import * as i3 from "./splitter-pane.component";
21
20
  /**
22
21
  * Represents the [Kendo UI Splitter component for Angular]({% slug overview_splitter %}).
23
22
  *
@@ -162,7 +161,7 @@ export class SplitterComponent {
162
161
  }
163
162
  }
164
163
  SplitterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterComponent, deps: [{ token: i0.ElementRef }, { token: i1.SplitterService }, { token: i2.LocalizationService }, { token: i0.Renderer2 }, { token: SplitterPaneComponent, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Component });
165
- SplitterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SplitterComponent, selector: "kendo-splitter", inputs: { orientation: "orientation", splitbarWidth: "splitbarWidth", resizeStep: "resizeStep" }, outputs: { layoutChange: "layoutChange" }, host: { properties: { "class.k-splitter": "this.hostClasses", "class.k-splitter-flex": "this.hostClasses", "class.k-splitter-horizontal": "this.horizontalHostClasses", "class.k-splitter-vertical": "this.verticalHostClasses", "attr.dir": "this.dir" } }, providers: [
164
+ SplitterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SplitterComponent, isStandalone: true, selector: "kendo-splitter", inputs: { orientation: "orientation", splitbarWidth: "splitbarWidth", resizeStep: "resizeStep" }, outputs: { layoutChange: "layoutChange" }, host: { properties: { "class.k-splitter": "this.hostClasses", "class.k-splitter-flex": "this.hostClasses", "class.k-splitter-horizontal": "this.horizontalHostClasses", "class.k-splitter-vertical": "this.verticalHostClasses", "attr.dir": "this.dir" } }, providers: [
166
165
  SplitterService,
167
166
  LocalizationService,
168
167
  {
@@ -187,7 +186,7 @@ SplitterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
187
186
  }">
188
187
  </kendo-splitter-bar>
189
188
  </ng-container>
190
- `, 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: "directive", type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i4.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "component", type: i5.SplitterBarComponent, selector: "kendo-splitter-bar", inputs: ["orientation", "index"] }] });
189
+ `, 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: SplitterBarComponent, selector: "kendo-splitter-bar", inputs: ["orientation", "index"] }, { kind: "directive", type: DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
191
190
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterComponent, decorators: [{
192
191
  type: Component,
193
192
  args: [{
@@ -219,9 +218,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
219
218
  }">
220
219
  </kendo-splitter-bar>
221
220
  </ng-container>
222
- `
221
+ `,
222
+ standalone: true,
223
+ imports: [NgFor, NgIf, SplitterBarComponent, DraggableDirective, NgStyle]
223
224
  }]
224
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.SplitterService }, { type: i2.LocalizationService }, { type: i0.Renderer2 }, { type: i6.SplitterPaneComponent, decorators: [{
225
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.SplitterService }, { type: i2.LocalizationService }, { type: i0.Renderer2 }, { type: i3.SplitterPaneComponent, decorators: [{
225
226
  type: Optional
226
227
  }, {
227
228
  type: Host
@@ -3,21 +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 { DraggableModule } from '@progress/kendo-angular-common';
8
- import { SplitterComponent } from './splitter/splitter.component';
9
- import { SplitterBarComponent } from './splitter/splitter-bar.component';
10
- import { SplitterPaneComponent } from './splitter/splitter-pane.component';
11
- import { IconsModule } from '@progress/kendo-angular-icons';
6
+ import { KENDO_SPLITTER } from './directives';
12
7
  import * as i0 from "@angular/core";
13
- const exportedModules = [
14
- SplitterComponent,
15
- SplitterPaneComponent
16
- ];
17
- const declarations = [
18
- SplitterBarComponent,
19
- ...exportedModules
20
- ];
8
+ import * as i1 from "./splitter/splitter.component";
9
+ import * as i2 from "./splitter/splitter-pane.component";
10
+ // IMPORTANT: NgModule export kept for backwards compatibility
21
11
  /**
22
12
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
23
13
  * definition for the Splitter component.
@@ -29,23 +19,12 @@ const declarations = [
29
19
  export class SplitterModule {
30
20
  }
31
21
  SplitterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
32
- SplitterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, declarations: [SplitterBarComponent, SplitterComponent,
33
- SplitterPaneComponent], imports: [CommonModule,
34
- DraggableModule,
35
- IconsModule], exports: [SplitterComponent,
36
- SplitterPaneComponent] });
37
- SplitterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, imports: [CommonModule,
38
- DraggableModule,
39
- IconsModule] });
22
+ SplitterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, imports: [i1.SplitterComponent, i2.SplitterPaneComponent], exports: [i1.SplitterComponent, i2.SplitterPaneComponent] });
23
+ SplitterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, imports: [KENDO_SPLITTER] });
40
24
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, decorators: [{
41
25
  type: NgModule,
42
26
  args: [{
43
- declarations: [declarations],
44
- exports: [exportedModules],
45
- imports: [
46
- CommonModule,
47
- DraggableModule,
48
- IconsModule
49
- ]
27
+ exports: [...KENDO_SPLITTER],
28
+ imports: [...KENDO_SPLITTER]
50
29
  }]
51
30
  }] });
@@ -3,15 +3,10 @@
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 { StackLayoutComponent } from './layouts/stack-layout.component';
6
+ import { KENDO_STACKLAYOUT } from './directives';
8
7
  import * as i0 from "@angular/core";
9
- const exportedModules = [
10
- StackLayoutComponent
11
- ];
12
- const declarations = [
13
- ...exportedModules
14
- ];
8
+ import * as i1 from "./layouts/stack-layout.component";
9
+ // IMPORTANT: NgModule export kept for backwards compatibility
15
10
  /**
16
11
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
17
12
  * definition for the StackLayout component.
@@ -19,13 +14,12 @@ const declarations = [
19
14
  export class StackLayoutModule {
20
15
  }
21
16
  StackLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StackLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
22
- StackLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: StackLayoutModule, declarations: [StackLayoutComponent], imports: [CommonModule], exports: [StackLayoutComponent] });
23
- StackLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StackLayoutModule, imports: [CommonModule] });
17
+ StackLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: StackLayoutModule, imports: [i1.StackLayoutComponent], exports: [i1.StackLayoutComponent] });
18
+ StackLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StackLayoutModule, imports: [KENDO_STACKLAYOUT] });
24
19
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StackLayoutModule, decorators: [{
25
20
  type: NgModule,
26
21
  args: [{
27
- declarations: [declarations],
28
- exports: [exportedModules],
29
- imports: [CommonModule]
22
+ exports: [...KENDO_STACKLAYOUT],
23
+ imports: [...KENDO_STACKLAYOUT]
30
24
  }]
31
25
  }] });
@@ -7,10 +7,10 @@ import { closestItem, itemIndex, hasClass } from '../common/dom-queries';
7
7
  import { STEPPER_STEP_INDEX } from '../stepper/models/constants';
8
8
  import { StepperService } from "./stepper.service";
9
9
  import { isPresent } from "@progress/kendo-angular-common";
10
+ import { StepperStepComponent } from "./step.component";
11
+ import { NgFor, NgClass, NgStyle } from "@angular/common";
10
12
  import * as i0 from "@angular/core";
11
13
  import * as i1 from "./stepper.service";
12
- import * as i2 from "@angular/common";
13
- import * as i3 from "./step.component";
14
14
  /**
15
15
  * @hidden
16
16
  */
@@ -93,7 +93,7 @@ export class StepperListComponent {
93
93
  }
94
94
  }
95
95
  StepperListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperListComponent, deps: [{ token: i0.Renderer2 }, { token: i0.NgZone }, { token: i1.StepperService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
96
- StepperListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StepperListComponent, selector: "[kendoStepperList]", inputs: { linear: "linear", stepType: "stepType", orientation: "orientation", currentStep: "currentStep", steps: "steps", successIcon: "successIcon", successSVGIcon: "successSVGIcon", errorIcon: "errorIcon", errorSVGIcon: "errorSVGIcon", svgIcon: "svgIcon", indicatorTemplate: "indicatorTemplate", labelTemplate: "labelTemplate", stepTemplate: "stepTemplate" }, outputs: { listKeydown: "listKeydown", listClick: "listClick" }, ngImport: i0, template: "\n <ng-container *ngFor='let step of steps; let idx = index'>\n <li kendoStepperStep\n [attr.data-kendo-stepper-index]='idx'\n [type]='stepType'\n [step]='step'\n [index]='idx'\n [current]='currentStep'\n [successIcon]='successIcon'\n [successSVGIcon]='successSVGIcon'\n [errorIcon]='errorIcon'\n [errorSVGIcon]='errorSVGIcon'\n [svgIcon]='svgIcon'\n [indicatorTemplate]='indicatorTemplate'\n [labelTemplate]='labelTemplate'\n [stepTemplate]='stepTemplate'\n class='k-step'\n [class.k-step-first]='idx === 0'\n [class.k-step-last]='idx === steps.length - 1'\n [class.k-step-done]='idx < currentStep'\n [class.k-step-current]='idx === currentStep'\n [class.k-step-optional]='step.optional'\n [class.k-disabled]='step.disabled'\n [class.k-focus]='idx === focusedStep || (!isPresent(focusedStep) && idx === currentStep)'\n [ngClass]='step.cssClass'\n [ngStyle]='step.cssStyle'\n [style.max-width.%] = 'maxStepWidth'\n [style.max-height.%] = 'maxStepHeight'\n >\n </li>\n </ng-container>\n ", isInline: true, dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i3.StepperStepComponent, selector: "[kendoStepperStep]", inputs: ["step", "index", "current", "type", "successIcon", "successSVGIcon", "errorIcon", "errorSVGIcon", "svgIcon", "indicatorTemplate", "labelTemplate", "stepTemplate"] }] });
96
+ StepperListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StepperListComponent, isStandalone: true, selector: "[kendoStepperList]", inputs: { linear: "linear", stepType: "stepType", orientation: "orientation", currentStep: "currentStep", steps: "steps", successIcon: "successIcon", successSVGIcon: "successSVGIcon", errorIcon: "errorIcon", errorSVGIcon: "errorSVGIcon", svgIcon: "svgIcon", indicatorTemplate: "indicatorTemplate", labelTemplate: "labelTemplate", stepTemplate: "stepTemplate" }, outputs: { listKeydown: "listKeydown", listClick: "listClick" }, ngImport: i0, template: "\n <ng-container *ngFor='let step of steps; let idx = index'>\n <li kendoStepperStep\n [attr.data-kendo-stepper-index]='idx'\n [type]='stepType'\n [step]='step'\n [index]='idx'\n [current]='currentStep'\n [successIcon]='successIcon'\n [successSVGIcon]='successSVGIcon'\n [errorIcon]='errorIcon'\n [errorSVGIcon]='errorSVGIcon'\n [svgIcon]='svgIcon'\n [indicatorTemplate]='indicatorTemplate'\n [labelTemplate]='labelTemplate'\n [stepTemplate]='stepTemplate'\n class='k-step'\n [class.k-step-first]='idx === 0'\n [class.k-step-last]='idx === steps.length - 1'\n [class.k-step-done]='idx < currentStep'\n [class.k-step-current]='idx === currentStep'\n [class.k-step-optional]='step.optional'\n [class.k-disabled]='step.disabled'\n [class.k-focus]='idx === focusedStep || (!isPresent(focusedStep) && idx === currentStep)'\n [ngClass]='step.cssClass'\n [ngStyle]='step.cssStyle'\n [style.max-width.%] = 'maxStepWidth'\n [style.max-height.%] = 'maxStepHeight'\n >\n </li>\n </ng-container>\n ", isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: StepperStepComponent, selector: "[kendoStepperStep]", inputs: ["step", "index", "current", "type", "successIcon", "successSVGIcon", "errorIcon", "errorSVGIcon", "svgIcon", "indicatorTemplate", "labelTemplate", "stepTemplate"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
97
97
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperListComponent, decorators: [{
98
98
  type: Component,
99
99
  args: [{
@@ -130,7 +130,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
130
130
  >
131
131
  </li>
132
132
  </ng-container>
133
- `
133
+ `,
134
+ standalone: true,
135
+ imports: [NgFor, StepperStepComponent, NgClass, NgStyle]
134
136
  }]
135
137
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.NgZone }, { type: i1.StepperService }, { type: i0.ElementRef }]; }, propDecorators: { linear: [{
136
138
  type: Input
@@ -21,7 +21,7 @@ export class StepperCustomMessagesComponent extends StepperMessages {
21
21
  }
22
22
  }
23
23
  StepperCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
24
- StepperCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StepperCustomMessagesComponent, selector: "kendo-stepper-messages", providers: [
24
+ StepperCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StepperCustomMessagesComponent, isStandalone: true, selector: "kendo-stepper-messages", providers: [
25
25
  {
26
26
  provide: StepperMessages,
27
27
  useExisting: forwardRef(() => StepperCustomMessagesComponent)
@@ -37,6 +37,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
37
37
  }
38
38
  ],
39
39
  selector: 'kendo-stepper-messages',
40
- template: ``
40
+ template: ``,
41
+ standalone: true
41
42
  }]
42
43
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
@@ -17,7 +17,7 @@ export class LocalizedStepperMessagesDirective extends StepperMessages {
17
17
  }
18
18
  }
19
19
  LocalizedStepperMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedStepperMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
20
- LocalizedStepperMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedStepperMessagesDirective, selector: "\n [kendoStepperLocalizedMessages]\n ", providers: [
20
+ LocalizedStepperMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedStepperMessagesDirective, isStandalone: true, selector: "\n [kendoStepperLocalizedMessages]\n ", providers: [
21
21
  {
22
22
  provide: StepperMessages,
23
23
  useExisting: forwardRef(() => LocalizedStepperMessagesDirective)
@@ -34,6 +34,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
34
34
  ],
35
35
  selector: `
36
36
  [kendoStepperLocalizedMessages]
37
- `
37
+ `,
38
+ standalone: true
38
39
  }]
39
40
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
@@ -9,11 +9,11 @@ import { isPresent } from '../common/util';
9
9
  import { StepperService } from './stepper.service';
10
10
  import { LocalizationService } from '@progress/kendo-angular-l10n';
11
11
  import { checkCircleIcon, exclamationCircleIcon } from '@progress/kendo-svg-icons';
12
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
13
+ import { NgIf, NgTemplateOutlet } from '@angular/common';
12
14
  import * as i0 from "@angular/core";
13
15
  import * as i1 from "./stepper.service";
14
16
  import * as i2 from "@progress/kendo-angular-l10n";
15
- import * as i3 from "@angular/common";
16
- import * as i4 from "@progress/kendo-angular-icons";
17
17
  /**
18
18
  * @hidden
19
19
  */
@@ -187,7 +187,7 @@ export class StepperStepComponent {
187
187
  }
188
188
  }
189
189
  StepperStepComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperStepComponent, deps: [{ token: i1.StepperService }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
190
- StepperStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StepperStepComponent, selector: "[kendoStepperStep]", inputs: { step: "step", index: "index", current: "current", type: "type", successIcon: "successIcon", successSVGIcon: "successSVGIcon", errorIcon: "errorIcon", errorSVGIcon: "errorSVGIcon", svgIcon: "svgIcon", indicatorTemplate: "indicatorTemplate", labelTemplate: "labelTemplate", stepTemplate: "stepTemplate" }, host: { properties: { "class.k-step-error": "this.errorStepClass", "class.k-step-success": "this.successStepClass" } }, viewQueries: [{ propertyName: "stepLink", first: true, predicate: ["stepLink"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: `
190
+ StepperStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StepperStepComponent, isStandalone: true, selector: "[kendoStepperStep]", inputs: { step: "step", index: "index", current: "current", type: "type", successIcon: "successIcon", successSVGIcon: "successSVGIcon", errorIcon: "errorIcon", errorSVGIcon: "errorSVGIcon", svgIcon: "svgIcon", indicatorTemplate: "indicatorTemplate", labelTemplate: "labelTemplate", stepTemplate: "stepTemplate" }, host: { properties: { "class.k-step-error": "this.errorStepClass", "class.k-step-success": "this.successStepClass" } }, viewQueries: [{ propertyName: "stepLink", first: true, predicate: ["stepLink"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: `
191
191
  <a href='#' class='k-step-link' #stepLink
192
192
  [attr.tabindex]='tabIndexAttr'
193
193
  [attr.title]='step.label'
@@ -245,7 +245,7 @@ StepperStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
245
245
  </span>
246
246
  </ng-container>
247
247
  </a>
248
- `, 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"] }] });
248
+ `, 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"] }] });
249
249
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperStepComponent, decorators: [{
250
250
  type: Component,
251
251
  args: [{
@@ -309,7 +309,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
309
309
  </span>
310
310
  </ng-container>
311
311
  </a>
312
- `
312
+ `,
313
+ standalone: true,
314
+ imports: [NgIf, NgTemplateOutlet, IconWrapperComponent]
313
315
  }]
314
316
  }], ctorParameters: function () { return [{ type: i1.StepperService }, { type: i2.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { step: [{
315
317
  type: Input