@progress/kendo-angular-layout 17.0.0-develop.9 → 17.0.0

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 (242) hide show
  1. package/avatar/avatar.component.d.ts +1 -1
  2. package/avatar/l10n/messages.d.ts +1 -1
  3. package/avatar/models/fill.d.ts +1 -1
  4. package/avatar/models/rounded.d.ts +1 -1
  5. package/avatar/models/shape.d.ts +2 -2
  6. package/avatar/models/size.d.ts +1 -1
  7. package/avatar/models/theme-color.d.ts +1 -1
  8. package/card/card-actions.component.d.ts +1 -1
  9. package/card/card.component.d.ts +1 -1
  10. package/card/directives/card-separator.directive.d.ts +1 -1
  11. package/card/models/actions-layout.d.ts +1 -1
  12. package/common/direction.d.ts +1 -1
  13. package/common/orientation.d.ts +1 -1
  14. package/drawer/drawer.component.d.ts +1 -1
  15. package/drawer/item.component.d.ts +1 -1
  16. package/drawer/list.component.d.ts +1 -1
  17. package/drawer/models/drawer-item-expand.interface.d.ts +1 -1
  18. package/drawer/models/mode.d.ts +1 -1
  19. package/drawer/models/position.d.ts +1 -1
  20. package/{esm2020 → esm2022}/avatar/avatar.component.mjs +61 -25
  21. package/{esm2020 → esm2022}/avatar/l10n/custom-messages.component.mjs +9 -8
  22. package/{esm2020 → esm2022}/avatar/l10n/localized-messages.directive.mjs +9 -8
  23. package/{esm2020 → esm2022}/avatar/l10n/messages.mjs +7 -3
  24. package/{esm2020 → esm2022}/avatar.module.mjs +4 -4
  25. package/{esm2020 → esm2022}/card/card-actions.component.mjs +37 -31
  26. package/{esm2020 → esm2022}/card/card-body.component.mjs +5 -7
  27. package/{esm2020 → esm2022}/card/card-footer.component.mjs +5 -7
  28. package/{esm2020 → esm2022}/card/card-header.component.mjs +5 -7
  29. package/{esm2020 → esm2022}/card/card.component.mjs +40 -34
  30. package/{esm2020 → esm2022}/card/directives/card-media.directive.mjs +4 -6
  31. package/{esm2020 → esm2022}/card/directives/card-separator.directive.mjs +16 -14
  32. package/{esm2020 → esm2022}/card/directives/card-subtitle.directive.mjs +4 -6
  33. package/{esm2020 → esm2022}/card/directives/card-title.directive.mjs +4 -6
  34. package/{esm2020 → esm2022}/card/models/card-action.mjs +12 -0
  35. package/{esm2020 → esm2022}/card.module.mjs +4 -4
  36. package/{esm2020 → esm2022}/common/preventable-event.mjs +7 -7
  37. package/{esm2020 → esm2022}/drawer/drawer-container.component.mjs +28 -18
  38. package/{esm2020 → esm2022}/drawer/drawer-content.component.mjs +6 -7
  39. package/{esm2020 → esm2022}/drawer/drawer.component.mjs +132 -106
  40. package/{esm2020 → esm2022}/drawer/drawer.service.mjs +10 -10
  41. package/{esm2020 → esm2022}/drawer/events/drawer-list-select.event.mjs +12 -0
  42. package/{esm2020 → esm2022}/drawer/events/select-event.mjs +16 -0
  43. package/{esm2020 → esm2022}/drawer/item.component.mjs +22 -11
  44. package/{esm2020 → esm2022}/drawer/list.component.mjs +14 -6
  45. package/{esm2020 → esm2022}/drawer/template-directives/drawer-template.directive.mjs +4 -3
  46. package/{esm2020 → esm2022}/drawer/template-directives/footer-template.directive.mjs +4 -3
  47. package/{esm2020 → esm2022}/drawer/template-directives/header-template.directive.mjs +4 -3
  48. package/{esm2020 → esm2022}/drawer/template-directives/item-template.directive.mjs +4 -3
  49. package/{esm2020 → esm2022}/drawer.module.mjs +4 -4
  50. package/{esm2020 → esm2022}/expansionpanel/events/action-event.mjs +4 -0
  51. package/{esm2020 → esm2022}/expansionpanel/expansionpanel-title.directive.mjs +4 -3
  52. package/{esm2020 → esm2022}/expansionpanel/expansionpanel.component.mjs +103 -81
  53. package/{esm2020 → esm2022}/expansionpanel.module.mjs +4 -4
  54. package/{esm2020 → esm2022}/gridlayout.module.mjs +4 -4
  55. package/{esm2020 → esm2022}/layout.module.mjs +4 -4
  56. package/{esm2020 → esm2022}/layouts/grid-layout.component.mjs +57 -26
  57. package/{esm2020 → esm2022}/layouts/gridlayout-item.component.mjs +26 -4
  58. package/{esm2020 → esm2022}/layouts/stack-layout.component.mjs +40 -35
  59. package/{esm2020 → esm2022}/package-metadata.mjs +2 -2
  60. package/{esm2020 → esm2022}/panelbar/events/collapse-event.mjs +4 -0
  61. package/{esm2020 → esm2022}/panelbar/events/expand-event.mjs +4 -0
  62. package/{esm2020 → esm2022}/panelbar/events/item-click-event.mjs +8 -0
  63. package/{esm2020 → esm2022}/panelbar/events/select-event.mjs +4 -0
  64. package/{esm2020 → esm2022}/panelbar/events/state-change-event.mjs +4 -0
  65. package/{esm2020 → esm2022}/panelbar/panelbar-content.directive.mjs +4 -3
  66. package/{esm2020 → esm2022}/panelbar/panelbar-item-template.directive.mjs +4 -3
  67. package/{esm2020 → esm2022}/panelbar/panelbar-item-title.directive.mjs +4 -3
  68. package/{esm2020 → esm2022}/panelbar/panelbar-item.component.mjs +101 -66
  69. package/{esm2020 → esm2022}/panelbar/panelbar.component.mjs +109 -98
  70. package/{esm2020 → esm2022}/panelbar/panelbar.service.mjs +23 -13
  71. package/{esm2020 → esm2022}/panelbar.module.mjs +4 -4
  72. package/{esm2020 → esm2022}/splitter/splitter-bar.component.mjs +68 -28
  73. package/esm2022/splitter/splitter-pane.component.mjs +267 -0
  74. package/{esm2020 → esm2022}/splitter/splitter.component.mjs +98 -40
  75. package/{esm2020 → esm2022}/splitter/splitter.service.mjs +69 -28
  76. package/{esm2020 → esm2022}/splitter.module.mjs +4 -4
  77. package/{esm2020 → esm2022}/stacklayout.module.mjs +4 -4
  78. package/{esm2020 → esm2022}/stepper/events/activate-event.mjs +16 -0
  79. package/{esm2020 → esm2022}/stepper/list.component.mjs +23 -5
  80. package/{esm2020 → esm2022}/stepper/localization/custom-messages.component.mjs +9 -8
  81. package/{esm2020 → esm2022}/stepper/localization/localized-messages.directive.mjs +9 -8
  82. package/{esm2020 → esm2022}/stepper/localization/messages.mjs +7 -3
  83. package/{esm2020 → esm2022}/stepper/step.component.mjs +25 -8
  84. package/{esm2020 → esm2022}/stepper/stepper.component.mjs +111 -70
  85. package/{esm2020 → esm2022}/stepper/stepper.service.mjs +30 -9
  86. package/{esm2020 → esm2022}/stepper/template-directives/indicator-template.directive.mjs +4 -3
  87. package/{esm2020 → esm2022}/stepper/template-directives/label-template.directive.mjs +4 -3
  88. package/{esm2020 → esm2022}/stepper/template-directives/step-template.directive.mjs +4 -3
  89. package/{esm2020 → esm2022}/stepper.module.mjs +4 -4
  90. package/{esm2020 → esm2022}/tabstrip/directives/tab-content.directive.mjs +4 -3
  91. package/{esm2020 → esm2022}/tabstrip/directives/tab-title.directive.mjs +4 -3
  92. package/{esm2020 → esm2022}/tabstrip/directives/tab.directive.mjs +4 -3
  93. package/{esm2020 → esm2022}/tabstrip/events/select-event.mjs +2 -0
  94. package/{esm2020 → esm2022}/tabstrip/events/tabclose-event.mjs +2 -0
  95. package/{esm2020 → esm2022}/tabstrip/events/tabscroll-event.mjs +4 -0
  96. package/{esm2020 → esm2022}/tabstrip/localization/custom-messages.component.mjs +9 -8
  97. package/{esm2020 → esm2022}/tabstrip/localization/localized-messages.directive.mjs +9 -8
  98. package/{esm2020 → esm2022}/tabstrip/localization/messages.mjs +15 -3
  99. package/esm2022/tabstrip/models/tabstrip-tab.component.mjs +117 -0
  100. package/{esm2020 → esm2022}/tabstrip/rendering/tab.component.mjs +16 -9
  101. package/{esm2020 → esm2022}/tabstrip/scrollable-button.component.mjs +33 -27
  102. package/{esm2020 → esm2022}/tabstrip/tabstrip-scroll.service.mjs +11 -9
  103. package/{esm2020 → esm2022}/tabstrip/tabstrip.component.mjs +145 -111
  104. package/{esm2020 → esm2022}/tabstrip/tabstrip.service.mjs +6 -3
  105. package/{esm2020 → esm2022}/tabstrip.module.mjs +4 -4
  106. package/{esm2020 → esm2022}/tilelayout/dragging-service.mjs +39 -24
  107. package/{esm2020 → esm2022}/tilelayout/keyboard-navigation.service.mjs +9 -4
  108. package/{esm2020 → esm2022}/tilelayout/reorder-event.mjs +8 -0
  109. package/{esm2020 → esm2022}/tilelayout/resize-event.mjs +6 -0
  110. package/{esm2020 → esm2022}/tilelayout/tilelayout-item-body.component.mjs +6 -8
  111. package/esm2022/tilelayout/tilelayout-item-header.component.mjs +33 -0
  112. package/{esm2020 → esm2022}/tilelayout/tilelayout-item.component.mjs +85 -58
  113. package/{esm2020 → esm2022}/tilelayout/tilelayout-resize-handle.directive.mjs +7 -3
  114. package/{esm2020 → esm2022}/tilelayout/tilelayout.component.mjs +103 -93
  115. package/{esm2020 → esm2022}/tilelayout.module.mjs +4 -4
  116. package/{esm2020 → esm2022}/timeline/localization/custom-messages.component.mjs +9 -8
  117. package/{esm2020 → esm2022}/timeline/localization/localized-messages.directive.mjs +9 -8
  118. package/{esm2020 → esm2022}/timeline/localization/messages.mjs +11 -3
  119. package/{esm2020 → esm2022}/timeline/templates/timeline-card-actions.directive.mjs +4 -3
  120. package/{esm2020 → esm2022}/timeline/templates/timeline-card-body.directive.mjs +4 -3
  121. package/{esm2020 → esm2022}/timeline/templates/timeline-card-header.directive.mjs +4 -3
  122. package/{esm2020 → esm2022}/timeline/timeline-card.component.mjs +48 -33
  123. package/{esm2020 → esm2022}/timeline/timeline-horizontal.component.mjs +85 -55
  124. package/{esm2020 → esm2022}/timeline/timeline-vertical.component.mjs +20 -6
  125. package/{esm2020 → esm2022}/timeline/timeline.component.mjs +108 -68
  126. package/{esm2020 → esm2022}/timeline/timeline.service.mjs +4 -3
  127. package/{esm2020 → esm2022}/timeline.module.mjs +4 -4
  128. package/expansionpanel/events/action-event.d.ts +1 -1
  129. package/expansionpanel/expansionpanel.component.d.ts +1 -1
  130. package/{fesm2020 → fesm2022}/progress-kendo-angular-layout.mjs +2672 -1777
  131. package/layouts/grid-layout.component.d.ts +1 -1
  132. package/layouts/gridlayout-item.component.d.ts +1 -1
  133. package/layouts/models/layout-horizontal-align.d.ts +1 -1
  134. package/layouts/models/layout-vertical-align.d.ts +1 -1
  135. package/layouts/stack-layout.component.d.ts +1 -1
  136. package/package.json +16 -22
  137. package/panelbar/panelbar-item.component.d.ts +1 -1
  138. package/panelbar/panelbar.component.d.ts +1 -1
  139. package/schematics/ngAdd/index.js +1 -1
  140. package/splitter/splitter-bar.component.d.ts +13 -1
  141. package/splitter/splitter-pane.component.d.ts +26 -6
  142. package/splitter/splitter.component.d.ts +12 -4
  143. package/splitter/splitter.service.d.ts +7 -2
  144. package/stepper/list.component.d.ts +1 -1
  145. package/stepper/localization/messages.d.ts +1 -1
  146. package/stepper/models/orientation.d.ts +1 -1
  147. package/stepper/models/step-predicate.d.ts +1 -1
  148. package/stepper/models/step-type.d.ts +1 -1
  149. package/stepper/step.component.d.ts +1 -1
  150. package/stepper/stepper.component.d.ts +1 -1
  151. package/tabstrip/localization/messages.d.ts +1 -1
  152. package/tabstrip/models/button-state-change.d.ts +1 -1
  153. package/tabstrip/models/scroll-button-type.d.ts +1 -1
  154. package/tabstrip/models/scroll-buttons-visibility.d.ts +1 -1
  155. package/tabstrip/models/tab-alignment.d.ts +1 -1
  156. package/tabstrip/models/tab-position.d.ts +1 -1
  157. package/tabstrip/models/tabstrip-tab.component.d.ts +1 -1
  158. package/tabstrip/rendering/tab.component.d.ts +1 -1
  159. package/tabstrip/scrollable-button.component.d.ts +1 -1
  160. package/tabstrip/tabstrip.component.d.ts +1 -1
  161. package/tilelayout/models/flowmode.type.d.ts +1 -1
  162. package/tilelayout/tilelayout-item-header.component.d.ts +1 -9
  163. package/tilelayout/tilelayout-item.component.d.ts +1 -1
  164. package/tilelayout/tilelayout-resize-handle.directive.d.ts +1 -1
  165. package/tilelayout/tilelayout.component.d.ts +1 -1
  166. package/timeline/events/navigation-direction.d.ts +1 -1
  167. package/timeline/localization/messages.d.ts +1 -1
  168. package/timeline/models/anchor-target.d.ts +1 -1
  169. package/timeline/timeline-card.component.d.ts +1 -1
  170. package/timeline/timeline-horizontal.component.d.ts +2 -2
  171. package/timeline/timeline-vertical.component.d.ts +1 -1
  172. package/timeline/timeline.component.d.ts +1 -1
  173. package/esm2020/splitter/splitter-pane.component.mjs +0 -222
  174. package/esm2020/tabstrip/models/tabstrip-tab.component.mjs +0 -78
  175. package/esm2020/tilelayout/tilelayout-item-header.component.mjs +0 -53
  176. package/fesm2015/progress-kendo-angular-layout.mjs +0 -12385
  177. /package/{esm2020 → esm2022}/avatar/models/fill.mjs +0 -0
  178. /package/{esm2020 → esm2022}/avatar/models/models.mjs +0 -0
  179. /package/{esm2020 → esm2022}/avatar/models/rounded.mjs +0 -0
  180. /package/{esm2020 → esm2022}/avatar/models/shape.mjs +0 -0
  181. /package/{esm2020 → esm2022}/avatar/models/size.mjs +0 -0
  182. /package/{esm2020 → esm2022}/avatar/models/theme-color.mjs +0 -0
  183. /package/{esm2020 → esm2022}/card/models/actions-layout.mjs +0 -0
  184. /package/{esm2020 → esm2022}/common/direction.mjs +0 -0
  185. /package/{esm2020 → esm2022}/common/dom-queries.mjs +0 -0
  186. /package/{esm2020 → esm2022}/common/orientation.mjs +0 -0
  187. /package/{esm2020 → esm2022}/common/styling-classes.mjs +0 -0
  188. /package/{esm2020 → esm2022}/common/util.mjs +0 -0
  189. /package/{esm2020 → esm2022}/directives.mjs +0 -0
  190. /package/{esm2020 → esm2022}/drawer/animations.mjs +0 -0
  191. /package/{esm2020 → esm2022}/drawer/models/constants.mjs +0 -0
  192. /package/{esm2020 → esm2022}/drawer/models/drawer-animation.interface.mjs +0 -0
  193. /package/{esm2020 → esm2022}/drawer/models/drawer-item-expand.interface.mjs +0 -0
  194. /package/{esm2020 → esm2022}/drawer/models/drawer-item.interface.mjs +0 -0
  195. /package/{esm2020 → esm2022}/drawer/models/drawer-view-item.interface.mjs +0 -0
  196. /package/{esm2020 → esm2022}/drawer/models/mode.mjs +0 -0
  197. /package/{esm2020 → esm2022}/drawer/models/position.mjs +0 -0
  198. /package/{esm2020 → esm2022}/drawer/template-directives.mjs +0 -0
  199. /package/{esm2020 → esm2022}/drawer/types.mjs +0 -0
  200. /package/{esm2020 → esm2022}/drawer/util.mjs +0 -0
  201. /package/{esm2020 → esm2022}/expansionpanel/animations.mjs +0 -0
  202. /package/{esm2020 → esm2022}/index.mjs +0 -0
  203. /package/{esm2020 → esm2022}/layouts/models/gridlayout-gap-settings.mjs +0 -0
  204. /package/{esm2020 → esm2022}/layouts/models/gridlayout-row-col-size.mjs +0 -0
  205. /package/{esm2020 → esm2022}/layouts/models/layout-align-settings.mjs +0 -0
  206. /package/{esm2020 → esm2022}/layouts/models/layout-horizontal-align.mjs +0 -0
  207. /package/{esm2020 → esm2022}/layouts/models/layout-vertical-align.mjs +0 -0
  208. /package/{esm2020 → esm2022}/layouts/models.mjs +0 -0
  209. /package/{esm2020 → esm2022}/layouts/util.mjs +0 -0
  210. /package/{esm2020 → esm2022}/panelbar/events.mjs +0 -0
  211. /package/{esm2020 → esm2022}/panelbar/panelbar-expand-mode.mjs +0 -0
  212. /package/{esm2020 → esm2022}/panelbar/panelbar-item-model.mjs +0 -0
  213. /package/{esm2020 → esm2022}/progress-kendo-angular-layout.mjs +0 -0
  214. /package/{esm2020 → esm2022}/splitter/util.mjs +0 -0
  215. /package/{esm2020 → esm2022}/stepper/models/constants.mjs +0 -0
  216. /package/{esm2020 → esm2022}/stepper/models/orientation.mjs +0 -0
  217. /package/{esm2020 → esm2022}/stepper/models/step-predicate.mjs +0 -0
  218. /package/{esm2020 → esm2022}/stepper/models/step-type.mjs +0 -0
  219. /package/{esm2020 → esm2022}/stepper/models/stepper-step.interface.mjs +0 -0
  220. /package/{esm2020 → esm2022}/stepper/template-directives.mjs +0 -0
  221. /package/{esm2020 → esm2022}/stepper/types.mjs +0 -0
  222. /package/{esm2020 → esm2022}/tabstrip/constants.mjs +0 -0
  223. /package/{esm2020 → esm2022}/tabstrip/events.mjs +0 -0
  224. /package/{esm2020 → esm2022}/tabstrip/models/button-state-change.mjs +0 -0
  225. /package/{esm2020 → esm2022}/tabstrip/models/scroll-button-type.mjs +0 -0
  226. /package/{esm2020 → esm2022}/tabstrip/models/scroll-buttons-visibility.mjs +0 -0
  227. /package/{esm2020 → esm2022}/tabstrip/models/scrollable-settings.mjs +0 -0
  228. /package/{esm2020 → esm2022}/tabstrip/models/tab-alignment.mjs +0 -0
  229. /package/{esm2020 → esm2022}/tabstrip/models/tab-position.mjs +0 -0
  230. /package/{esm2020 → esm2022}/tabstrip/util.mjs +0 -0
  231. /package/{esm2020 → esm2022}/tilelayout/constants.mjs +0 -0
  232. /package/{esm2020 → esm2022}/tilelayout/models/dragging-config.interface.mjs +0 -0
  233. /package/{esm2020 → esm2022}/tilelayout/models/flowmode.type.mjs +0 -0
  234. /package/{esm2020 → esm2022}/tilelayout/models/gap.interface.mjs +0 -0
  235. /package/{esm2020 → esm2022}/tilelayout/models/navigation.interface.mjs +0 -0
  236. /package/{esm2020 → esm2022}/tilelayout/util.mjs +0 -0
  237. /package/{esm2020 → esm2022}/timeline/events/navigation-direction.mjs +0 -0
  238. /package/{esm2020 → esm2022}/timeline/models/anchor-target.mjs +0 -0
  239. /package/{esm2020 → esm2022}/timeline/models/default-model-fields.mjs +0 -0
  240. /package/{esm2020 → esm2022}/timeline/models/model-fields.mjs +0 -0
  241. /package/{esm2020 → esm2022}/timeline/models/timeline-event.mjs +0 -0
  242. /package/{esm2020 → esm2022}/timeline/util.mjs +0 -0
@@ -63,5 +63,5 @@ export declare class GridLayoutComponent implements AfterViewInit, OnChanges {
63
63
  private handleGridTemplateStyling;
64
64
  private get direction();
65
65
  static ɵfac: i0.ɵɵFactoryDeclaration<GridLayoutComponent, never>;
66
- static ɵcmp: i0.ɵɵComponentDeclaration<GridLayoutComponent, "kendo-gridlayout", ["kendoGridLayout"], { "rows": "rows"; "cols": "cols"; "gap": "gap"; "align": "align"; }, {}, never, ["*"], true, never>;
66
+ static ɵcmp: i0.ɵɵComponentDeclaration<GridLayoutComponent, "kendo-gridlayout", ["kendoGridLayout"], { "rows": { "alias": "rows"; "required": false; }; "cols": { "alias": "cols"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; "align": { "alias": "align"; "required": false; }; }, {}, never, ["*"], true, never>;
67
67
  }
@@ -32,5 +32,5 @@ export declare class GridLayoutItemComponent implements OnChanges {
32
32
  ngOnChanges(): void;
33
33
  private setItemStyle;
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<GridLayoutItemComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<GridLayoutItemComponent, "kendo-gridlayout-item", never, { "row": "row"; "col": "col"; "rowSpan": "rowSpan"; "colSpan": "colSpan"; }, {}, never, ["*"], true, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<GridLayoutItemComponent, "kendo-gridlayout-item", never, { "row": { "alias": "row"; "required": false; }; "col": { "alias": "col"; "required": false; }; "rowSpan": { "alias": "rowSpan"; "required": false; }; "colSpan": { "alias": "colSpan"; "required": false; }; }, {}, never, ["*"], true, never>;
36
36
  }
@@ -5,4 +5,4 @@
5
5
  /**
6
6
  * Represents the possible horizontal alignment options of the StackLayout and GridLayout.
7
7
  */
8
- export declare type HorizontalAlign = 'start' | 'center' | 'end' | 'stretch';
8
+ export type HorizontalAlign = 'start' | 'center' | 'end' | 'stretch';
@@ -5,4 +5,4 @@
5
5
  /**
6
6
  * Represents the possible vertical alignment options of the StackLayout and GridLayout.
7
7
  */
8
- export declare type VerticalAlign = 'top' | 'middle' | 'bottom' | 'stretch';
8
+ export type VerticalAlign = 'top' | 'middle' | 'bottom' | 'stretch';
@@ -47,5 +47,5 @@ export declare class StackLayoutComponent implements AfterViewInit, OnChanges {
47
47
  private setGap;
48
48
  private get direction();
49
49
  static ɵfac: i0.ɵɵFactoryDeclaration<StackLayoutComponent, never>;
50
- static ɵcmp: i0.ɵɵComponentDeclaration<StackLayoutComponent, "kendo-stacklayout", ["kendoStackLayout"], { "align": "align"; "gap": "gap"; "orientation": "orientation"; }, {}, never, ["*"], true, never>;
50
+ static ɵcmp: i0.ɵɵComponentDeclaration<StackLayoutComponent, "kendo-stacklayout", ["kendoStackLayout"], { "align": { "alias": "align"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; }, {}, never, ["*"], true, never>;
51
51
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-layout",
3
- "version": "17.0.0-develop.9",
3
+ "version": "17.0.0",
4
4
  "description": "Kendo UI for Angular Layout Package - a collection of components to create professional application layoyts",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -34,30 +34,26 @@
34
34
  "friendlyName": "Layout"
35
35
  },
36
36
  "peerDependencies": {
37
- "@angular/animations": "15 - 18",
38
- "@angular/common": "15 - 18",
39
- "@angular/core": "15 - 18",
40
- "@angular/platform-browser": "15 - 18",
37
+ "@angular/animations": "16 - 18",
38
+ "@angular/common": "16 - 18",
39
+ "@angular/core": "16 - 18",
40
+ "@angular/platform-browser": "16 - 18",
41
41
  "@progress/kendo-licensing": "^1.0.2",
42
- "@progress/kendo-angular-common": "17.0.0-develop.9",
43
- "@progress/kendo-angular-l10n": "17.0.0-develop.9",
44
- "@progress/kendo-angular-progressbar": "17.0.0-develop.9",
45
- "@progress/kendo-angular-icons": "17.0.0-develop.9",
46
- "@progress/kendo-angular-buttons": "17.0.0-develop.9",
47
- "@progress/kendo-angular-intl": "17.0.0-develop.9",
42
+ "@progress/kendo-angular-common": "17.0.0",
43
+ "@progress/kendo-angular-l10n": "17.0.0",
44
+ "@progress/kendo-angular-progressbar": "17.0.0",
45
+ "@progress/kendo-angular-icons": "17.0.0",
46
+ "@progress/kendo-angular-buttons": "17.0.0",
47
+ "@progress/kendo-angular-intl": "17.0.0",
48
48
  "rxjs": "^6.5.3 || ^7.0.0"
49
49
  },
50
50
  "dependencies": {
51
51
  "tslib": "^2.3.1",
52
- "@progress/kendo-angular-schematics": "17.0.0-develop.9",
52
+ "@progress/kendo-angular-schematics": "17.0.0",
53
53
  "@progress/kendo-draggable": "^3.0.2"
54
54
  },
55
55
  "schematics": "./schematics/collection.json",
56
- "module": "fesm2015/progress-kendo-angular-layout.mjs",
57
- "es2020": "fesm2020/progress-kendo-angular-layout.mjs",
58
- "esm2020": "esm2020/progress-kendo-angular-layout.mjs",
59
- "fesm2020": "fesm2020/progress-kendo-angular-layout.mjs",
60
- "fesm2015": "fesm2015/progress-kendo-angular-layout.mjs",
56
+ "module": "fesm2022/progress-kendo-angular-layout.mjs",
61
57
  "typings": "index.d.ts",
62
58
  "exports": {
63
59
  "./package.json": {
@@ -65,11 +61,9 @@
65
61
  },
66
62
  ".": {
67
63
  "types": "./index.d.ts",
68
- "esm2020": "./esm2020/progress-kendo-angular-layout.mjs",
69
- "es2020": "./fesm2020/progress-kendo-angular-layout.mjs",
70
- "es2015": "./fesm2015/progress-kendo-angular-layout.mjs",
71
- "node": "./fesm2015/progress-kendo-angular-layout.mjs",
72
- "default": "./fesm2020/progress-kendo-angular-layout.mjs"
64
+ "esm2022": "./esm2022/progress-kendo-angular-layout.mjs",
65
+ "esm": "./esm2022/progress-kendo-angular-layout.mjs",
66
+ "default": "./fesm2022/progress-kendo-angular-layout.mjs"
73
67
  }
74
68
  },
75
69
  "sideEffects": false
@@ -168,5 +168,5 @@ export declare class PanelBarItemComponent implements OnInit, AfterContentChecke
168
168
  private addLevelClass;
169
169
  private onWrapperFocusChange;
170
170
  static ɵfac: i0.ɵɵFactoryDeclaration<PanelBarItemComponent, [{ optional: true; host: true; skipSelf: true; }, null, null, null]>;
171
- static ɵcmp: i0.ɵɵComponentDeclaration<PanelBarItemComponent, "kendo-panelbar-item", ["kendoPanelbarItem"], { "title": "title"; "id": "id"; "icon": "icon"; "iconClass": "iconClass"; "svgIcon": "svgIcon"; "imageUrl": "imageUrl"; "disabled": "disabled"; "expanded": "expanded"; "selected": "selected"; "content": "content"; "items": "items"; "template": "template"; }, {}, ["contentItems", "contentTemplate", "titleTemplates"], ["kendo-panelbar-item"], true, never>;
171
+ static ɵcmp: i0.ɵɵComponentDeclaration<PanelBarItemComponent, "kendo-panelbar-item", ["kendoPanelbarItem"], { "title": { "alias": "title"; "required": false; }; "id": { "alias": "id"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconClass": { "alias": "iconClass"; "required": false; }; "svgIcon": { "alias": "svgIcon"; "required": false; }; "imageUrl": { "alias": "imageUrl"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "content": { "alias": "content"; "required": false; }; "items": { "alias": "items"; "required": false; }; "template": { "alias": "template"; "required": false; }; }, {}, ["contentItems", "contentTemplate", "titleTemplates"], ["kendo-panelbar-item"], true, never>;
172
172
  }
@@ -157,5 +157,5 @@ export declare class PanelBarComponent implements AfterViewChecked, OnChanges, O
157
157
  private visibleItems;
158
158
  private flatVisibleItems;
159
159
  static ɵfac: i0.ɵɵFactoryDeclaration<PanelBarComponent, never>;
160
- static ɵcmp: i0.ɵɵComponentDeclaration<PanelBarComponent, "kendo-panelbar", ["kendoPanelbar"], { "expandMode": "expandMode"; "selectable": "selectable"; "animate": "animate"; "height": "height"; "keepItemContent": "keepItemContent"; "items": "items"; }, { "stateChange": "stateChange"; "select": "select"; "expand": "expand"; "collapse": "collapse"; "itemClick": "itemClick"; }, ["template", "contentItems", "contentChildItems"], ["kendo-panelbar-item"], true, never>;
160
+ static ɵcmp: i0.ɵɵComponentDeclaration<PanelBarComponent, "kendo-panelbar", ["kendoPanelbar"], { "expandMode": { "alias": "expandMode"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "animate": { "alias": "animate"; "required": false; }; "height": { "alias": "height"; "required": false; }; "keepItemContent": { "alias": "keepItemContent"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, { "stateChange": "stateChange"; "select": "select"; "expand": "expand"; "collapse": "collapse"; "itemClick": "itemClick"; }, ["template", "contentItems", "contentChildItems"], ["kendo-panelbar-item"], true, never>;
161
161
  }
@@ -4,7 +4,7 @@ const schematics_1 = require("@angular-devkit/schematics");
4
4
  function default_1(options) {
5
5
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'LayoutModule', package: 'layout', peerDependencies: {
6
6
  // peer dep of the icons
7
- '@progress/kendo-svg-icons': '^3.0.0'
7
+ '@progress/kendo-svg-icons': '^4.0.0'
8
8
  } });
9
9
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
10
10
  }
@@ -20,6 +20,7 @@ export declare class SplitterBarComponent implements OnInit, OnDestroy {
20
20
  private renderer;
21
21
  private cdr;
22
22
  ariaRole: string;
23
+ ariaLabel: string;
23
24
  focused: boolean;
24
25
  get hostOrientation(): string;
25
26
  get tabIndex(): number;
@@ -27,7 +28,17 @@ export declare class SplitterBarComponent implements OnInit, OnDestroy {
27
28
  get order(): number;
28
29
  orientation: Orientation;
29
30
  index: number;
31
+ set htmlAttributes(attributes: {
32
+ [key: string]: string;
33
+ });
34
+ get htmlAttributes(): {
35
+ [key: string]: string;
36
+ };
30
37
  private subscriptions;
38
+ private _htmlAttributes;
39
+ private parsedAttributes;
40
+ private get defaultAttributes();
41
+ private get mutableAttributes();
31
42
  constructor(draggable: DraggableDirective, localization: LocalizationService, splitterService: SplitterService, element: ElementRef<HTMLElement>, renderer: Renderer2, cdr: ChangeDetectorRef);
32
43
  ngOnInit(): void;
33
44
  ngOnDestroy(): void;
@@ -43,6 +54,7 @@ export declare class SplitterBarComponent implements OnInit, OnDestroy {
43
54
  private get expandLast();
44
55
  private onKeyDown;
45
56
  private tryToggleNearest;
57
+ private setHtmlAttributes;
46
58
  static ɵfac: i0.ɵɵFactoryDeclaration<SplitterBarComponent, [{ host: true; }, null, null, null, null, null]>;
47
- static ɵcmp: i0.ɵɵComponentDeclaration<SplitterBarComponent, "kendo-splitter-bar", never, { "orientation": "orientation"; "index": "index"; }, {}, never, never, true, never>;
59
+ static ɵcmp: i0.ɵɵComponentDeclaration<SplitterBarComponent, "kendo-splitter-bar", never, { "orientation": { "alias": "orientation"; "required": false; }; "index": { "alias": "index"; "required": false; }; "htmlAttributes": { "alias": "htmlAttributes"; "required": false; }; }, {}, never, never, true, never>;
48
60
  }
@@ -2,8 +2,9 @@
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 { ChangeDetectorRef, ElementRef, EventEmitter, Renderer2, AfterViewChecked } from '@angular/core';
5
+ import { ChangeDetectorRef, ElementRef, EventEmitter, Renderer2, AfterViewChecked, SimpleChanges } from '@angular/core';
6
6
  import { Orientation } from '../common/orientation';
7
+ import { SplitterService } from './splitter.service';
7
8
  import * as i0 from "@angular/core";
8
9
  /**
9
10
  * Represents the pane component of the Splitter.
@@ -12,6 +13,7 @@ export declare class SplitterPaneComponent implements AfterViewChecked {
12
13
  element: ElementRef<HTMLElement>;
13
14
  private renderer;
14
15
  private cdr;
16
+ private splitterService;
15
17
  /**
16
18
  * @hidden
17
19
  */
@@ -25,9 +27,21 @@ export declare class SplitterPaneComponent implements AfterViewChecked {
25
27
  set size(newSize: string);
26
28
  get size(): string;
27
29
  /**
28
- * The value of the aria-label attribute of the auxiliary separator.
30
+ * Sets the HTML attributes of the splitter bar.
31
+ * The property accepts string key-value based pairs.
32
+ * Attributes which are essential for certain functionalities cannot be changed.
29
33
  */
30
- separatorLabel: string;
34
+ set splitterBarAttributes(attributes: {
35
+ [key: string]: string;
36
+ });
37
+ get splitterBarAttributes(): {
38
+ [key: string]: string;
39
+ };
40
+ /**
41
+ * The CSS classes that will be rendered on the splitter bar.
42
+ * Supports the type of values that are supported by [`ngClass`](link:site.data.urls.angular['ngclassapi']).
43
+ */
44
+ splitterBarClass: string | Array<string> | Object;
31
45
  /**
32
46
  * Sets the minimum possible size of the pane.
33
47
  * Accepts units in pixel and percentage values.
@@ -81,7 +95,6 @@ export declare class SplitterPaneComponent implements AfterViewChecked {
81
95
  get isHidden(): boolean;
82
96
  ariaRole: string;
83
97
  hostClass: boolean;
84
- get staticPaneClass(): boolean;
85
98
  get scrollablePaneClass(): boolean;
86
99
  get fixedSize(): boolean;
87
100
  /**
@@ -94,12 +107,18 @@ export declare class SplitterPaneComponent implements AfterViewChecked {
94
107
  isResized: boolean;
95
108
  private _size;
96
109
  private _order;
97
- constructor(element: ElementRef<HTMLElement>, renderer: Renderer2, cdr: ChangeDetectorRef);
110
+ private _splitterBarAttributes;
111
+ constructor(element: ElementRef<HTMLElement>, renderer: Renderer2, cdr: ChangeDetectorRef, splitterService: SplitterService);
98
112
  ngAfterViewChecked(): void;
113
+ ngOnChanges(changes: SimpleChanges): void;
99
114
  /**
100
115
  * @hidden
101
116
  */
102
117
  get computedSize(): number;
118
+ /**
119
+ * @hidden
120
+ */
121
+ get nativeElement(): HTMLElement;
103
122
  /**
104
123
  * @hidden
105
124
  */
@@ -109,6 +128,7 @@ export declare class SplitterPaneComponent implements AfterViewChecked {
109
128
  */
110
129
  detectChanges(): void;
111
130
  private setOrderStyles;
131
+ private setStaticPaneClass;
112
132
  static ɵfac: i0.ɵɵFactoryDeclaration<SplitterPaneComponent, never>;
113
- static ɵcmp: i0.ɵɵComponentDeclaration<SplitterPaneComponent, "kendo-splitter-pane", ["kendoSplitterPane"], { "order": "order"; "size": "size"; "separatorLabel": "separatorLabel"; "min": "min"; "max": "max"; "resizable": "resizable"; "collapsible": "collapsible"; "scrollable": "scrollable"; "collapsed": "collapsed"; "orientation": "orientation"; "containsSplitter": "containsSplitter"; "overlayContent": "overlayContent"; }, { "sizeChange": "sizeChange"; "collapsedChange": "collapsedChange"; }, never, ["*"], true, never>;
133
+ static ɵcmp: i0.ɵɵComponentDeclaration<SplitterPaneComponent, "kendo-splitter-pane", ["kendoSplitterPane"], { "order": { "alias": "order"; "required": false; }; "size": { "alias": "size"; "required": false; }; "splitterBarAttributes": { "alias": "splitterBarAttributes"; "required": false; }; "splitterBarClass": { "alias": "splitterBarClass"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "collapsible": { "alias": "collapsible"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "containsSplitter": { "alias": "containsSplitter"; "required": false; }; "overlayContent": { "alias": "overlayContent"; "required": false; }; }, { "sizeChange": "sizeChange"; "collapsedChange": "collapsedChange"; }, never, ["*"], true, never>;
114
134
  }
@@ -2,7 +2,7 @@
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 { ElementRef, EventEmitter, AfterContentInit, QueryList, Renderer2 } from '@angular/core';
5
+ import { ElementRef, EventEmitter, AfterContentInit, QueryList, Renderer2, NgZone } from '@angular/core';
6
6
  import { LocalizationService } from '@progress/kendo-angular-l10n';
7
7
  import { Orientation } from '../common/orientation';
8
8
  import { SplitterPaneComponent } from './splitter-pane.component';
@@ -49,6 +49,7 @@ export declare class SplitterComponent implements AfterContentInit {
49
49
  protected splitterService: SplitterService;
50
50
  private localization;
51
51
  private renderer;
52
+ private ngZone;
52
53
  private enclosingPane?;
53
54
  /**
54
55
  * Specifies the orientation of the panes within the Splitter.
@@ -66,6 +67,11 @@ export declare class SplitterComponent implements AfterContentInit {
66
67
  */
67
68
  set resizeStep(value: number);
68
69
  get resizeStep(): number;
70
+ /**
71
+ * The CSS classes that will be rendered on the splitter bars.
72
+ * Supports the type of values that are supported by [`ngClass`](link:site.data.urls.angular['ngclassapi']).
73
+ */
74
+ splitterBarClass: string | Array<string> | Object;
69
75
  /**
70
76
  * Fires after a Splitter pane is resized or collapsed.
71
77
  * Useful for triggering layout calculations on components
@@ -82,7 +88,8 @@ export declare class SplitterComponent implements AfterContentInit {
82
88
  */
83
89
  panes: QueryList<SplitterPaneComponent>;
84
90
  private paneChangesSubscription;
85
- constructor(element: ElementRef<HTMLElement>, splitterService: SplitterService, localization: LocalizationService, renderer: Renderer2, enclosingPane?: SplitterPaneComponent);
91
+ private _styleObserver;
92
+ constructor(element: ElementRef<HTMLElement>, splitterService: SplitterService, localization: LocalizationService, renderer: Renderer2, ngZone: NgZone, enclosingPane?: SplitterPaneComponent);
86
93
  ngAfterContentInit(): void;
87
94
  ngOnChanges(changes: any): void;
88
95
  ngOnDestroy(): void;
@@ -90,6 +97,7 @@ export declare class SplitterComponent implements AfterContentInit {
90
97
  private unsubscribeChanges;
91
98
  private configure;
92
99
  private get direction();
93
- static ɵfac: i0.ɵɵFactoryDeclaration<SplitterComponent, [null, null, null, null, { optional: true; host: true; }]>;
94
- static ɵcmp: i0.ɵɵComponentDeclaration<SplitterComponent, "kendo-splitter", ["kendoSplitter"], { "orientation": "orientation"; "splitbarWidth": "splitbarWidth"; "resizeStep": "resizeStep"; }, { "layoutChange": "layoutChange"; }, ["panes"], ["kendo-splitter-pane"], true, never>;
100
+ private setFixedHeight;
101
+ static ɵfac: i0.ɵɵFactoryDeclaration<SplitterComponent, [null, null, null, null, null, { optional: true; host: true; }]>;
102
+ static ɵcmp: i0.ɵɵComponentDeclaration<SplitterComponent, "kendo-splitter", ["kendoSplitter"], { "orientation": { "alias": "orientation"; "required": false; }; "splitbarWidth": { "alias": "splitbarWidth"; "required": false; }; "resizeStep": { "alias": "resizeStep"; "required": false; }; "splitterBarClass": { "alias": "splitterBarClass"; "required": false; }; }, { "layoutChange": "layoutChange"; }, ["panes"], ["kendo-splitter-pane"], true, never>;
95
103
  }
@@ -6,11 +6,12 @@ import { EventEmitter, NgZone } from '@angular/core';
6
6
  import { Orientation } from '../common/orientation';
7
7
  import { SplitterPaneComponent } from './splitter-pane.component';
8
8
  import { Direction } from '../common/direction';
9
+ import { SplitterBarComponent } from './splitter-bar.component';
9
10
  import * as i0 from "@angular/core";
10
11
  /**
11
12
  * @hidden
12
13
  */
13
- export declare type SplitterParameters = {
14
+ export type SplitterParameters = {
14
15
  containerSize: () => number;
15
16
  panes: Array<SplitterPaneComponent>;
16
17
  orientation: Orientation;
@@ -19,7 +20,7 @@ export declare type SplitterParameters = {
19
20
  /**
20
21
  * @hidden
21
22
  */
22
- export declare type SplitterDragState = {
23
+ export type SplitterDragState = {
23
24
  prev: {
24
25
  index: number;
25
26
  initialSize: number;
@@ -39,8 +40,10 @@ export declare type SplitterDragState = {
39
40
  export declare class SplitterService {
40
41
  private zone;
41
42
  panes: Array<SplitterPaneComponent>;
43
+ splitterBars: Array<SplitterBarComponent>;
42
44
  layoutChange: EventEmitter<any>;
43
45
  resizeStep: number;
46
+ fixedHeight: boolean;
44
47
  constructor(zone: NgZone);
45
48
  tryToggle(paneIndex: number): boolean;
46
49
  togglePane(keyCode: number, index: number): void;
@@ -51,6 +54,8 @@ export declare class SplitterService {
51
54
  isDraggable(splitBarIndex: number): boolean;
52
55
  isStatic(splitBarIndex: number): boolean;
53
56
  pane(index: number): SplitterPaneComponent;
57
+ paneByIndex(pane: SplitterPaneComponent): number;
58
+ getPaneSplitterBar(pane: SplitterPaneComponent): SplitterBarComponent | null;
54
59
  configure({ panes, orientation, containerSize, direction }: SplitterParameters): void;
55
60
  private containerSize;
56
61
  private rtl;
@@ -44,5 +44,5 @@ export declare class StepperListComponent implements OnInit, OnDestroy {
44
44
  private clickHandler;
45
45
  private getStepIndex;
46
46
  static ɵfac: i0.ɵɵFactoryDeclaration<StepperListComponent, never>;
47
- static ɵcmp: i0.ɵɵComponentDeclaration<StepperListComponent, "[kendoStepperList]", never, { "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"; }, { "listKeydown": "listKeydown"; "listClick": "listClick"; }, never, never, true, never>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<StepperListComponent, "[kendoStepperList]", never, { "linear": { "alias": "linear"; "required": false; }; "stepType": { "alias": "stepType"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "currentStep": { "alias": "currentStep"; "required": false; }; "steps": { "alias": "steps"; "required": false; }; "successIcon": { "alias": "successIcon"; "required": false; }; "successSVGIcon": { "alias": "successSVGIcon"; "required": false; }; "errorIcon": { "alias": "errorIcon"; "required": false; }; "errorSVGIcon": { "alias": "errorSVGIcon"; "required": false; }; "svgIcon": { "alias": "svgIcon"; "required": false; }; "indicatorTemplate": { "alias": "indicatorTemplate"; "required": false; }; "labelTemplate": { "alias": "labelTemplate"; "required": false; }; "stepTemplate": { "alias": "stepTemplate"; "required": false; }; }, { "listKeydown": "listKeydown"; "listClick": "listClick"; }, never, never, true, never>;
48
48
  }
@@ -13,5 +13,5 @@ export declare class StepperMessages extends ComponentMessages {
13
13
  */
14
14
  optional: string;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<StepperMessages, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<StepperMessages, "kendo-stepper-messages-base", never, { "optional": "optional"; }, {}, never, never, false, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<StepperMessages, "kendo-stepper-messages-base", never, { "optional": { "alias": "optional"; "required": false; }; }, {}, never, never, false, never>;
17
17
  }
@@ -10,4 +10,4 @@
10
10
  * * (Default) `horizontal`
11
11
  * * `vertical`
12
12
  */
13
- export declare type StepperOrientation = 'horizontal' | 'vertical';
13
+ export type StepperOrientation = 'horizontal' | 'vertical';
@@ -16,4 +16,4 @@
16
16
  * ```
17
17
  *
18
18
  */
19
- export declare type StepPredicateFn = (stepIndex: number) => boolean;
19
+ export type StepPredicateFn = (stepIndex: number) => boolean;
@@ -11,4 +11,4 @@
11
11
  * * `label`
12
12
  * * `full`
13
13
  */
14
- export declare type StepType = 'indicator' | 'label' | 'full';
14
+ export type StepType = 'indicator' | 'label' | 'full';
@@ -60,5 +60,5 @@ export declare class StepperStepComponent implements OnInit, OnChanges, OnDestro
60
60
  private _shouldCheckValidity;
61
61
  private handleValidityChecks;
62
62
  static ɵfac: i0.ɵɵFactoryDeclaration<StepperStepComponent, never>;
63
- static ɵcmp: i0.ɵɵComponentDeclaration<StepperStepComponent, "[kendoStepperStep]", never, { "step": "step"; "index": "index"; "current": "current"; "type": "type"; "successIcon": "successIcon"; "successSVGIcon": "successSVGIcon"; "errorIcon": "errorIcon"; "errorSVGIcon": "errorSVGIcon"; "svgIcon": "svgIcon"; "indicatorTemplate": "indicatorTemplate"; "labelTemplate": "labelTemplate"; "stepTemplate": "stepTemplate"; }, {}, never, never, true, never>;
63
+ static ɵcmp: i0.ɵɵComponentDeclaration<StepperStepComponent, "[kendoStepperStep]", never, { "step": { "alias": "step"; "required": false; }; "index": { "alias": "index"; "required": false; }; "current": { "alias": "current"; "required": false; }; "type": { "alias": "type"; "required": false; }; "successIcon": { "alias": "successIcon"; "required": false; }; "successSVGIcon": { "alias": "successSVGIcon"; "required": false; }; "errorIcon": { "alias": "errorIcon"; "required": false; }; "errorSVGIcon": { "alias": "errorSVGIcon"; "required": false; }; "svgIcon": { "alias": "svgIcon"; "required": false; }; "indicatorTemplate": { "alias": "indicatorTemplate"; "required": false; }; "labelTemplate": { "alias": "labelTemplate"; "required": false; }; "stepTemplate": { "alias": "stepTemplate"; "required": false; }; }, {}, never, never, true, never>;
64
64
  }
@@ -180,5 +180,5 @@ export declare class StepperComponent implements OnChanges, OnDestroy {
180
180
  */
181
181
  get isHorizontal(): boolean;
182
182
  static ɵfac: i0.ɵɵFactoryDeclaration<StepperComponent, never>;
183
- static ɵcmp: i0.ɵɵComponentDeclaration<StepperComponent, "kendo-stepper", ["kendoStepper"], { "stepType": "stepType"; "linear": "linear"; "orientation": "orientation"; "currentStep": "currentStep"; "steps": "steps"; "svgIcon": "svgIcon"; "successSVGIcon": "successSVGIcon"; "errorSVGIcon": "errorSVGIcon"; "successIcon": "successIcon"; "errorIcon": "errorIcon"; "animation": "animation"; }, { "activate": "activate"; "currentStepChange": "currentStepChange"; }, ["stepTemplate", "labelTemplate", "indicatorTemplate"], never, true, never>;
183
+ static ɵcmp: i0.ɵɵComponentDeclaration<StepperComponent, "kendo-stepper", ["kendoStepper"], { "stepType": { "alias": "stepType"; "required": false; }; "linear": { "alias": "linear"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "currentStep": { "alias": "currentStep"; "required": false; }; "steps": { "alias": "steps"; "required": false; }; "svgIcon": { "alias": "svgIcon"; "required": false; }; "successSVGIcon": { "alias": "successSVGIcon"; "required": false; }; "errorSVGIcon": { "alias": "errorSVGIcon"; "required": false; }; "successIcon": { "alias": "successIcon"; "required": false; }; "errorIcon": { "alias": "errorIcon"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; }, { "activate": "activate"; "currentStepChange": "currentStepChange"; }, ["stepTemplate", "labelTemplate", "indicatorTemplate"], never, true, never>;
184
184
  }
@@ -21,5 +21,5 @@ export declare class TabStripMessages extends ComponentMessages {
21
21
  */
22
22
  nextTabButton: string;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<TabStripMessages, never>;
24
- static ɵdir: i0.ɵɵDirectiveDeclaration<TabStripMessages, "kendo-tabstrip-messages-base", never, { "closeTitle": "closeTitle"; "previousTabButton": "previousTabButton"; "nextTabButton": "nextTabButton"; }, {}, never, never, false, never>;
24
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TabStripMessages, "kendo-tabstrip-messages-base", never, { "closeTitle": { "alias": "closeTitle"; "required": false; }; "previousTabButton": { "alias": "previousTabButton"; "required": false; }; "nextTabButton": { "alias": "nextTabButton"; "required": false; }; }, {}, never, never, false, never>;
25
25
  }
@@ -5,7 +5,7 @@
5
5
  /**
6
6
  * @hidden
7
7
  */
8
- export declare type ScrollButtonActiveStateChange = {
8
+ export type ScrollButtonActiveStateChange = {
9
9
  buttonType: string;
10
10
  active: boolean;
11
11
  };
@@ -5,4 +5,4 @@
5
5
  /**
6
6
  * @hidden
7
7
  */
8
- export declare type ScrollButtonType = 'prev' | 'next';
8
+ export type ScrollButtonType = 'prev' | 'next';
@@ -5,4 +5,4 @@
5
5
  /**
6
6
  * Specifies when the TabStrip scroll buttons will be rendered.
7
7
  */
8
- export declare type TabStripScrollButtonsVisibility = 'hidden' | 'visible' | 'auto';
8
+ export type TabStripScrollButtonsVisibility = 'hidden' | 'visible' | 'auto';
@@ -6,4 +6,4 @@
6
6
  * Specifies the alignment of the tabs
7
7
  * ([see example](slug:tabs_tabstrip#toc-tab-alignment)).
8
8
  */
9
- export declare type TabAlignment = 'start' | 'end' | 'center' | 'justify' | 'stretched';
9
+ export type TabAlignment = 'start' | 'end' | 'center' | 'justify' | 'stretched';
@@ -6,4 +6,4 @@
6
6
  * Specifies the position of the tabs
7
7
  * ([see example](slug:tabs_tabstrip#toc-tab-position)).
8
8
  */
9
- export declare type TabPosition = 'top' | 'left' | 'right' | 'bottom';
9
+ export type TabPosition = 'top' | 'left' | 'right' | 'bottom';
@@ -71,5 +71,5 @@ export declare class TabStripTabComponent {
71
71
  */
72
72
  focused: boolean;
73
73
  static ɵfac: i0.ɵɵFactoryDeclaration<TabStripTabComponent, never>;
74
- static ɵcmp: i0.ɵɵComponentDeclaration<TabStripTabComponent, "kendo-tabstrip-tab", ["kendoTabStripTab"], { "title": "title"; "disabled": "disabled"; "cssClass": "cssClass"; "cssStyle": "cssStyle"; "selected": "selected"; "closable": "closable"; "closeIcon": "closeIcon"; "closeIconClass": "closeIconClass"; "closeSVGIcon": "closeSVGIcon"; }, {}, ["_tabDirective", "_tabContent", "_tabTitleDirective"], never, true, never>;
74
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabStripTabComponent, "kendo-tabstrip-tab", ["kendoTabStripTab"], { "title": { "alias": "title"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "cssStyle": { "alias": "cssStyle"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "closable": { "alias": "closable"; "required": false; }; "closeIcon": { "alias": "closeIcon"; "required": false; }; "closeIconClass": { "alias": "closeIconClass"; "required": false; }; "closeSVGIcon": { "alias": "closeSVGIcon"; "required": false; }; }, {}, ["_tabDirective", "_tabContent", "_tabTitleDirective"], never, true, never>;
75
75
  }
@@ -33,5 +33,5 @@ export declare class TabComponent {
33
33
  get closeButtonTitle(): string;
34
34
  closeTab(index: number): void;
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<TabComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "[kendoTabStripTab]", never, { "tab": "tab"; "index": "index"; "tabStripClosable": "tabStripClosable"; "tabStripCloseIcon": "tabStripCloseIcon"; "customTabstripCloseIcon": "customTabstripCloseIcon"; "closeSVGIcon": "closeSVGIcon"; }, { "tabClose": "tabClose"; }, never, never, true, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "[kendoTabStripTab]", never, { "tab": { "alias": "tab"; "required": false; }; "index": { "alias": "index"; "required": false; }; "tabStripClosable": { "alias": "tabStripClosable"; "required": false; }; "tabStripCloseIcon": { "alias": "tabStripCloseIcon"; "required": false; }; "customTabstripCloseIcon": { "alias": "customTabstripCloseIcon"; "required": false; }; "closeSVGIcon": { "alias": "closeSVGIcon"; "required": false; }; }, { "tabClose": "tabClose"; }, never, never, true, never>;
37
37
  }
@@ -44,5 +44,5 @@ export declare class TabStripScrollableButtonComponent implements AfterViewInit,
44
44
  private get scrollButtonSVGIcon();
45
45
  private emitScrollEvent;
46
46
  static ɵfac: i0.ɵɵFactoryDeclaration<TabStripScrollableButtonComponent, never>;
47
- static ɵcmp: i0.ɵɵComponentDeclaration<TabStripScrollableButtonComponent, "[kendoTabStripScrollableButton]", never, { "prev": "prev"; "tabPosition": "tabPosition"; "scrollable": "scrollable"; }, { "tabScroll": "tabScroll"; "onClick": "onClick"; }, never, never, true, never>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabStripScrollableButtonComponent, "[kendoTabStripScrollableButton]", never, { "prev": { "alias": "prev"; "required": false; }; "tabPosition": { "alias": "tabPosition"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; }, { "tabScroll": "tabScroll"; "onClick": "onClick"; }, never, never, true, never>;
48
48
  }
@@ -205,5 +205,5 @@ export declare class TabStripComponent implements AfterViewInit, OnDestroy {
205
205
  private toggleScrollButtons;
206
206
  private attachWheelHandler;
207
207
  static ɵfac: i0.ɵɵFactoryDeclaration<TabStripComponent, never>;
208
- static ɵcmp: i0.ɵɵComponentDeclaration<TabStripComponent, "kendo-tabstrip", ["kendoTabStrip"], { "height": "height"; "animate": "animate"; "tabAlignment": "tabAlignment"; "tabPosition": "tabPosition"; "keepTabContent": "keepTabContent"; "closable": "closable"; "scrollable": "scrollable"; "closeIcon": "closeIcon"; "closeIconClass": "closeIconClass"; "closeSVGIcon": "closeSVGIcon"; "showContentArea": "showContentArea"; }, { "tabSelect": "tabSelect"; "tabClose": "tabClose"; "tabScroll": "tabScroll"; }, ["tabs"], never, true, never>;
208
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabStripComponent, "kendo-tabstrip", ["kendoTabStrip"], { "height": { "alias": "height"; "required": false; }; "animate": { "alias": "animate"; "required": false; }; "tabAlignment": { "alias": "tabAlignment"; "required": false; }; "tabPosition": { "alias": "tabPosition"; "required": false; }; "keepTabContent": { "alias": "keepTabContent"; "required": false; }; "closable": { "alias": "closable"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "closeIcon": { "alias": "closeIcon"; "required": false; }; "closeIconClass": { "alias": "closeIconClass"; "required": false; }; "closeSVGIcon": { "alias": "closeSVGIcon"; "required": false; }; "showContentArea": { "alias": "showContentArea"; "required": false; }; }, { "tabSelect": "tabSelect"; "tabClose": "tabClose"; "tabScroll": "tabScroll"; }, ["tabs"], never, true, never>;
209
209
  }
@@ -14,4 +14,4 @@
14
14
  * * `none`
15
15
  *
16
16
  */
17
- export declare type TileLayoutFlowMode = 'none' | 'row' | 'column' | 'row-dense' | 'column-dense';
17
+ export type TileLayoutFlowMode = 'none' | 'row' | 'column' | 'row-dense' | 'column-dense';
@@ -2,21 +2,13 @@
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 { ElementRef, Renderer2 } from '@angular/core';
6
5
  import * as i0 from "@angular/core";
7
6
  /**
8
7
  * Holds the content of the header section of the TileLayoutItem component.
9
8
  * This is the area which can be dragged to reorder the items if reordering is enabled for this item.
10
9
  */
11
10
  export declare class TileLayoutItemHeaderComponent {
12
- private hostEl;
13
- private renderer;
14
11
  hostClass: boolean;
15
- /**
16
- * @hidden
17
- */
18
- set reorderable(value: boolean);
19
- constructor(hostEl: ElementRef, renderer: Renderer2);
20
12
  static ɵfac: i0.ɵɵFactoryDeclaration<TileLayoutItemHeaderComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<TileLayoutItemHeaderComponent, "kendo-tilelayout-item-header", never, { "reorderable": "reorderable"; }, {}, never, ["*"], true, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<TileLayoutItemHeaderComponent, "kendo-tilelayout-item-header", never, {}, {}, never, ["*"], true, never>;
22
14
  }
@@ -103,5 +103,5 @@ export declare class TileLayoutItemComponent implements AfterViewInit, OnDestroy
103
103
  ngOnDestroy(): void;
104
104
  private toggleCursorClass;
105
105
  static ɵfac: i0.ɵɵFactoryDeclaration<TileLayoutItemComponent, never>;
106
- static ɵcmp: i0.ɵɵComponentDeclaration<TileLayoutItemComponent, "kendo-tilelayout-item", never, { "title": "title"; "rowSpan": "rowSpan"; "colSpan": "colSpan"; "order": "order"; "col": "col"; "row": "row"; "reorderable": "reorderable"; "resizable": "resizable"; }, {}, ["headers"], ["*"], true, never>;
106
+ static ɵcmp: i0.ɵɵComponentDeclaration<TileLayoutItemComponent, "kendo-tilelayout-item", never, { "title": { "alias": "title"; "required": false; }; "rowSpan": { "alias": "rowSpan"; "required": false; }; "colSpan": { "alias": "colSpan"; "required": false; }; "order": { "alias": "order"; "required": false; }; "col": { "alias": "col"; "required": false; }; "row": { "alias": "row"; "required": false; }; "reorderable": { "alias": "reorderable"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; }, {}, ["headers"], ["*"], true, never>;
107
107
  }
@@ -18,5 +18,5 @@ export declare class TileLayoutResizeHandleDirective implements OnInit {
18
18
  private setBottom;
19
19
  private sizeHandle;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<TileLayoutResizeHandleDirective, never>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<TileLayoutResizeHandleDirective, "[kendoTileLayoutResizeHandle]", never, { "resizeDirection": "resizeDirection"; "rtl": "rtl"; }, {}, never, never, true, never>;
21
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TileLayoutResizeHandleDirective, "[kendoTileLayoutResizeHandle]", never, { "resizeDirection": { "alias": "resizeDirection"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; }, {}, never, never, true, never>;
22
22
  }
@@ -123,5 +123,5 @@ export declare class TileLayoutComponent implements OnInit, AfterViewInit, After
123
123
  private applyAutoFlow;
124
124
  private setItemsOrder;
125
125
  static ɵfac: i0.ɵɵFactoryDeclaration<TileLayoutComponent, never>;
126
- static ɵcmp: i0.ɵɵComponentDeclaration<TileLayoutComponent, "kendo-tilelayout", never, { "columns": "columns"; "columnWidth": "columnWidth"; "gap": "gap"; "reorderable": "reorderable"; "resizable": "resizable"; "rowHeight": "rowHeight"; "autoFlow": "autoFlow"; "navigable": "navigable"; }, { "reorder": "reorder"; "resize": "resize"; }, ["items"], ["*"], true, never>;
126
+ static ɵcmp: i0.ɵɵComponentDeclaration<TileLayoutComponent, "kendo-tilelayout", never, { "columns": { "alias": "columns"; "required": false; }; "columnWidth": { "alias": "columnWidth"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; "reorderable": { "alias": "reorderable"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "rowHeight": { "alias": "rowHeight"; "required": false; }; "autoFlow": { "alias": "autoFlow"; "required": false; }; "navigable": { "alias": "navigable"; "required": false; }; }, { "reorder": "reorder"; "resize": "resize"; }, ["items"], ["*"], true, never>;
127
127
  }
@@ -2,4 +2,4 @@
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
- export declare type NavigationDirection = 'previous' | 'next';
5
+ export type NavigationDirection = 'previous' | 'next';
@@ -17,5 +17,5 @@ export declare class TimelineMessages extends ComponentMessages {
17
17
  */
18
18
  next: string;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<TimelineMessages, never>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<TimelineMessages, "kendo-timeline-messages-base", never, { "previous": "previous"; "next": "next"; }, {}, never, never, false, never>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TimelineMessages, "kendo-timeline-messages-base", never, { "previous": { "alias": "previous"; "required": false; }; "next": { "alias": "next"; "required": false; }; }, {}, never, never, false, never>;
21
21
  }
@@ -2,4 +2,4 @@
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
- export declare type AnchorTarget = 'self' | 'blank';
5
+ export type AnchorTarget = 'self' | 'blank';