@progress/kendo-angular-layout 21.4.0-develop.8 → 21.4.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 (358) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +1 -1
  3. package/avatar/avatar.component.d.ts +1 -1
  4. package/avatar/l10n/custom-messages.component.d.ts +1 -1
  5. package/avatar/l10n/localized-messages.directive.d.ts +1 -1
  6. package/avatar/l10n/messages.d.ts +1 -1
  7. package/avatar/models/fill.d.ts +1 -1
  8. package/avatar/models/models.d.ts +1 -1
  9. package/avatar/models/rounded.d.ts +1 -1
  10. package/avatar/models/shape.d.ts +1 -1
  11. package/avatar/models/size.d.ts +1 -1
  12. package/avatar/models/theme-color.d.ts +1 -1
  13. package/avatar.module.d.ts +1 -1
  14. package/card/card-actions.component.d.ts +1 -1
  15. package/card/card-body.component.d.ts +1 -1
  16. package/card/card-footer.component.d.ts +1 -1
  17. package/card/card-header.component.d.ts +1 -1
  18. package/card/card.component.d.ts +1 -1
  19. package/card/directives/card-media.directive.d.ts +1 -1
  20. package/card/directives/card-separator.directive.d.ts +1 -1
  21. package/card/directives/card-subtitle.directive.d.ts +1 -1
  22. package/card/directives/card-title.directive.d.ts +1 -1
  23. package/card/models/actions-layout.d.ts +1 -1
  24. package/card/models/card-action.d.ts +1 -1
  25. package/card.module.d.ts +1 -1
  26. package/codemods/utils.js +1 -1
  27. package/codemods/v19/tabstrip-mousescrollspeed.js +1 -1
  28. package/common/direction.d.ts +1 -1
  29. package/common/dom-queries.d.ts +1 -1
  30. package/common/orientation.d.ts +1 -1
  31. package/common/preventable-event.d.ts +1 -1
  32. package/common/styling-classes.d.ts +1 -1
  33. package/common/util.d.ts +1 -1
  34. package/directives.d.ts +1 -1
  35. package/drawer/animations.d.ts +1 -1
  36. package/drawer/drawer-container.component.d.ts +1 -1
  37. package/drawer/drawer-content.component.d.ts +1 -1
  38. package/drawer/drawer.component.d.ts +1 -1
  39. package/drawer/drawer.service.d.ts +1 -1
  40. package/drawer/events/drawer-list-select.event.d.ts +1 -1
  41. package/drawer/events/select-event.d.ts +1 -1
  42. package/drawer/item.component.d.ts +1 -1
  43. package/drawer/list.component.d.ts +1 -1
  44. package/drawer/models/constants.d.ts +1 -1
  45. package/drawer/models/drawer-animation.interface.d.ts +1 -1
  46. package/drawer/models/drawer-item-expand.interface.d.ts +1 -1
  47. package/drawer/models/drawer-item.interface.d.ts +1 -1
  48. package/drawer/models/drawer-view-item.interface.d.ts +1 -1
  49. package/drawer/models/mode.d.ts +1 -1
  50. package/drawer/models/position.d.ts +1 -1
  51. package/drawer/template-directives/drawer-template.directive.d.ts +1 -1
  52. package/drawer/template-directives/footer-template.directive.d.ts +1 -1
  53. package/drawer/template-directives/header-template.directive.d.ts +1 -1
  54. package/drawer/template-directives/item-template.directive.d.ts +1 -1
  55. package/drawer/template-directives.d.ts +1 -1
  56. package/drawer/types.d.ts +1 -1
  57. package/drawer/util.d.ts +1 -1
  58. package/drawer.module.d.ts +1 -1
  59. package/esm2022/avatar/avatar.component.mjs +1 -1
  60. package/esm2022/avatar/l10n/custom-messages.component.mjs +1 -1
  61. package/esm2022/avatar/l10n/localized-messages.directive.mjs +1 -1
  62. package/esm2022/avatar/l10n/messages.mjs +1 -1
  63. package/esm2022/avatar/models/fill.mjs +1 -1
  64. package/esm2022/avatar/models/models.mjs +1 -1
  65. package/esm2022/avatar/models/rounded.mjs +1 -1
  66. package/esm2022/avatar/models/shape.mjs +1 -1
  67. package/esm2022/avatar/models/size.mjs +1 -1
  68. package/esm2022/avatar/models/theme-color.mjs +1 -1
  69. package/esm2022/avatar.module.mjs +1 -1
  70. package/esm2022/card/card-actions.component.mjs +1 -1
  71. package/esm2022/card/card-body.component.mjs +1 -1
  72. package/esm2022/card/card-footer.component.mjs +1 -1
  73. package/esm2022/card/card-header.component.mjs +1 -1
  74. package/esm2022/card/card.component.mjs +1 -1
  75. package/esm2022/card/directives/card-media.directive.mjs +1 -1
  76. package/esm2022/card/directives/card-separator.directive.mjs +1 -1
  77. package/esm2022/card/directives/card-subtitle.directive.mjs +1 -1
  78. package/esm2022/card/directives/card-title.directive.mjs +1 -1
  79. package/esm2022/card/models/actions-layout.mjs +1 -1
  80. package/esm2022/card/models/card-action.mjs +1 -1
  81. package/esm2022/card.module.mjs +1 -1
  82. package/esm2022/common/direction.mjs +1 -1
  83. package/esm2022/common/dom-queries.mjs +1 -1
  84. package/esm2022/common/orientation.mjs +1 -1
  85. package/esm2022/common/preventable-event.mjs +1 -1
  86. package/esm2022/common/styling-classes.mjs +1 -1
  87. package/esm2022/common/util.mjs +1 -1
  88. package/esm2022/directives.mjs +1 -1
  89. package/esm2022/drawer/animations.mjs +1 -1
  90. package/esm2022/drawer/drawer-container.component.mjs +1 -1
  91. package/esm2022/drawer/drawer-content.component.mjs +1 -1
  92. package/esm2022/drawer/drawer.component.mjs +1 -1
  93. package/esm2022/drawer/drawer.service.mjs +1 -1
  94. package/esm2022/drawer/events/drawer-list-select.event.mjs +1 -1
  95. package/esm2022/drawer/events/select-event.mjs +1 -1
  96. package/esm2022/drawer/item.component.mjs +1 -1
  97. package/esm2022/drawer/list.component.mjs +1 -1
  98. package/esm2022/drawer/models/constants.mjs +1 -1
  99. package/esm2022/drawer/models/drawer-animation.interface.mjs +1 -1
  100. package/esm2022/drawer/models/drawer-item-expand.interface.mjs +1 -1
  101. package/esm2022/drawer/models/drawer-item.interface.mjs +1 -1
  102. package/esm2022/drawer/models/drawer-view-item.interface.mjs +1 -1
  103. package/esm2022/drawer/models/mode.mjs +1 -1
  104. package/esm2022/drawer/models/position.mjs +1 -1
  105. package/esm2022/drawer/template-directives/drawer-template.directive.mjs +1 -1
  106. package/esm2022/drawer/template-directives/footer-template.directive.mjs +1 -1
  107. package/esm2022/drawer/template-directives/header-template.directive.mjs +1 -1
  108. package/esm2022/drawer/template-directives/item-template.directive.mjs +1 -1
  109. package/esm2022/drawer/template-directives.mjs +1 -1
  110. package/esm2022/drawer/types.mjs +1 -1
  111. package/esm2022/drawer/util.mjs +1 -1
  112. package/esm2022/drawer.module.mjs +1 -1
  113. package/esm2022/expansionpanel/animations.mjs +1 -1
  114. package/esm2022/expansionpanel/events/action-event.mjs +1 -1
  115. package/esm2022/expansionpanel/expansionpanel-title.directive.mjs +1 -1
  116. package/esm2022/expansionpanel/expansionpanel.component.mjs +1 -1
  117. package/esm2022/expansionpanel.module.mjs +1 -1
  118. package/esm2022/gridlayout.module.mjs +1 -1
  119. package/esm2022/index.mjs +1 -1
  120. package/esm2022/layout.module.mjs +1 -1
  121. package/esm2022/layouts/grid-layout.component.mjs +1 -1
  122. package/esm2022/layouts/gridlayout-item.component.mjs +1 -1
  123. package/esm2022/layouts/models/gridlayout-gap-settings.mjs +1 -1
  124. package/esm2022/layouts/models/gridlayout-row-col-size.mjs +1 -1
  125. package/esm2022/layouts/models/layout-align-settings.mjs +1 -1
  126. package/esm2022/layouts/models/layout-horizontal-align.mjs +1 -1
  127. package/esm2022/layouts/models/layout-vertical-align.mjs +1 -1
  128. package/esm2022/layouts/models.mjs +1 -1
  129. package/esm2022/layouts/stack-layout.component.mjs +1 -1
  130. package/esm2022/layouts/util.mjs +1 -1
  131. package/esm2022/package-metadata.mjs +3 -3
  132. package/esm2022/panelbar/events/collapse-event.mjs +1 -1
  133. package/esm2022/panelbar/events/expand-event.mjs +1 -1
  134. package/esm2022/panelbar/events/item-click-event.mjs +1 -1
  135. package/esm2022/panelbar/events/select-event.mjs +1 -1
  136. package/esm2022/panelbar/events/state-change-event.mjs +1 -1
  137. package/esm2022/panelbar/events.mjs +1 -1
  138. package/esm2022/panelbar/panelbar-content.directive.mjs +1 -1
  139. package/esm2022/panelbar/panelbar-expand-mode.mjs +1 -1
  140. package/esm2022/panelbar/panelbar-item-model.mjs +1 -1
  141. package/esm2022/panelbar/panelbar-item-template.directive.mjs +1 -1
  142. package/esm2022/panelbar/panelbar-item-title.directive.mjs +1 -1
  143. package/esm2022/panelbar/panelbar-item.component.mjs +1 -1
  144. package/esm2022/panelbar/panelbar.component.mjs +13 -6
  145. package/esm2022/panelbar/panelbar.service.mjs +1 -1
  146. package/esm2022/panelbar.module.mjs +1 -1
  147. package/esm2022/progress-kendo-angular-layout.mjs +1 -1
  148. package/esm2022/splitter/splitter-bar.component.mjs +1 -1
  149. package/esm2022/splitter/splitter-pane.component.mjs +1 -1
  150. package/esm2022/splitter/splitter.component.mjs +1 -1
  151. package/esm2022/splitter/splitter.service.mjs +1 -1
  152. package/esm2022/splitter/util.mjs +1 -1
  153. package/esm2022/splitter.module.mjs +1 -1
  154. package/esm2022/stacklayout.module.mjs +1 -1
  155. package/esm2022/stepper/events/activate-event.mjs +1 -1
  156. package/esm2022/stepper/list.component.mjs +1 -1
  157. package/esm2022/stepper/localization/custom-messages.component.mjs +1 -1
  158. package/esm2022/stepper/localization/localized-messages.directive.mjs +1 -1
  159. package/esm2022/stepper/localization/messages.mjs +1 -1
  160. package/esm2022/stepper/models/constants.mjs +1 -1
  161. package/esm2022/stepper/models/orientation.mjs +1 -1
  162. package/esm2022/stepper/models/step-predicate.mjs +1 -1
  163. package/esm2022/stepper/models/step-type.mjs +1 -1
  164. package/esm2022/stepper/models/stepper-step.interface.mjs +1 -1
  165. package/esm2022/stepper/step.component.mjs +1 -1
  166. package/esm2022/stepper/stepper.component.mjs +1 -1
  167. package/esm2022/stepper/stepper.service.mjs +1 -1
  168. package/esm2022/stepper/template-directives/indicator-template.directive.mjs +1 -1
  169. package/esm2022/stepper/template-directives/label-template.directive.mjs +1 -1
  170. package/esm2022/stepper/template-directives/step-template.directive.mjs +1 -1
  171. package/esm2022/stepper/template-directives.mjs +1 -1
  172. package/esm2022/stepper/types.mjs +1 -1
  173. package/esm2022/stepper.module.mjs +1 -1
  174. package/esm2022/tabstrip/constants.mjs +1 -1
  175. package/esm2022/tabstrip/directives/tab-content.directive.mjs +1 -1
  176. package/esm2022/tabstrip/directives/tab-title.directive.mjs +1 -1
  177. package/esm2022/tabstrip/directives/tab.directive.mjs +1 -1
  178. package/esm2022/tabstrip/events/select-event.mjs +1 -1
  179. package/esm2022/tabstrip/events/tabclose-event.mjs +1 -1
  180. package/esm2022/tabstrip/events/tabscroll-event.mjs +1 -1
  181. package/esm2022/tabstrip/events.mjs +1 -1
  182. package/esm2022/tabstrip/localization/custom-messages.component.mjs +1 -1
  183. package/esm2022/tabstrip/localization/localized-messages.directive.mjs +1 -1
  184. package/esm2022/tabstrip/localization/messages.mjs +1 -1
  185. package/esm2022/tabstrip/models/button-state-change.mjs +1 -1
  186. package/esm2022/tabstrip/models/scroll-button-type.mjs +1 -1
  187. package/esm2022/tabstrip/models/scroll-buttons-visibility.mjs +1 -1
  188. package/esm2022/tabstrip/models/scrollable-settings.mjs +1 -1
  189. package/esm2022/tabstrip/models/size.mjs +1 -1
  190. package/esm2022/tabstrip/models/tab-alignment.mjs +1 -1
  191. package/esm2022/tabstrip/models/tab-position.mjs +1 -1
  192. package/esm2022/tabstrip/models/tabstrip-tab.component.mjs +1 -1
  193. package/esm2022/tabstrip/rendering/tab.component.mjs +1 -1
  194. package/esm2022/tabstrip/scrollable-button.component.mjs +1 -1
  195. package/esm2022/tabstrip/tabstrip-scroll.service.mjs +1 -1
  196. package/esm2022/tabstrip/tabstrip.component.mjs +13 -7
  197. package/esm2022/tabstrip/tabstrip.service.mjs +1 -1
  198. package/esm2022/tabstrip/util.mjs +1 -1
  199. package/esm2022/tabstrip.module.mjs +1 -1
  200. package/esm2022/tilelayout/constants.mjs +1 -1
  201. package/esm2022/tilelayout/dragging-service.mjs +1 -1
  202. package/esm2022/tilelayout/keyboard-navigation.service.mjs +1 -1
  203. package/esm2022/tilelayout/models/dragging-config.interface.mjs +1 -1
  204. package/esm2022/tilelayout/models/flowmode.type.mjs +1 -1
  205. package/esm2022/tilelayout/models/gap.interface.mjs +1 -1
  206. package/esm2022/tilelayout/models/navigation.interface.mjs +1 -1
  207. package/esm2022/tilelayout/reorder-event.mjs +1 -1
  208. package/esm2022/tilelayout/resize-event.mjs +1 -1
  209. package/esm2022/tilelayout/tilelayout-item-body.component.mjs +1 -1
  210. package/esm2022/tilelayout/tilelayout-item-header.component.mjs +1 -1
  211. package/esm2022/tilelayout/tilelayout-item.component.mjs +1 -1
  212. package/esm2022/tilelayout/tilelayout-resize-handle.directive.mjs +1 -1
  213. package/esm2022/tilelayout/tilelayout.component.mjs +1 -1
  214. package/esm2022/tilelayout/util.mjs +1 -1
  215. package/esm2022/tilelayout.module.mjs +1 -1
  216. package/esm2022/timeline/events/navigation-direction.mjs +1 -1
  217. package/esm2022/timeline/localization/custom-messages.component.mjs +1 -1
  218. package/esm2022/timeline/localization/localized-messages.directive.mjs +1 -1
  219. package/esm2022/timeline/localization/messages.mjs +1 -1
  220. package/esm2022/timeline/models/anchor-target.mjs +1 -1
  221. package/esm2022/timeline/models/default-model-fields.mjs +1 -1
  222. package/esm2022/timeline/models/events-order.mjs +1 -1
  223. package/esm2022/timeline/models/model-fields.mjs +1 -1
  224. package/esm2022/timeline/models/timeline-event.mjs +1 -1
  225. package/esm2022/timeline/templates/timeline-card-actions.directive.mjs +1 -1
  226. package/esm2022/timeline/templates/timeline-card-body.directive.mjs +1 -1
  227. package/esm2022/timeline/templates/timeline-card-header.directive.mjs +1 -1
  228. package/esm2022/timeline/timeline-card.component.mjs +1 -1
  229. package/esm2022/timeline/timeline-horizontal.component.mjs +1 -1
  230. package/esm2022/timeline/timeline-vertical.component.mjs +1 -1
  231. package/esm2022/timeline/timeline.component.mjs +1 -1
  232. package/esm2022/timeline/timeline.service.mjs +1 -1
  233. package/esm2022/timeline/util.mjs +1 -1
  234. package/esm2022/timeline.module.mjs +1 -1
  235. package/expansionpanel/animations.d.ts +1 -1
  236. package/expansionpanel/events/action-event.d.ts +1 -1
  237. package/expansionpanel/expansionpanel-title.directive.d.ts +1 -1
  238. package/expansionpanel/expansionpanel.component.d.ts +1 -1
  239. package/expansionpanel.module.d.ts +1 -1
  240. package/fesm2022/progress-kendo-angular-layout.mjs +27 -14
  241. package/gridlayout.module.d.ts +1 -1
  242. package/index.d.ts +1 -1
  243. package/layout.module.d.ts +1 -1
  244. package/layouts/grid-layout.component.d.ts +1 -1
  245. package/layouts/gridlayout-item.component.d.ts +1 -1
  246. package/layouts/models/gridlayout-gap-settings.d.ts +1 -1
  247. package/layouts/models/gridlayout-row-col-size.d.ts +1 -1
  248. package/layouts/models/layout-align-settings.d.ts +1 -1
  249. package/layouts/models/layout-horizontal-align.d.ts +1 -1
  250. package/layouts/models/layout-vertical-align.d.ts +1 -1
  251. package/layouts/models.d.ts +1 -1
  252. package/layouts/stack-layout.component.d.ts +1 -1
  253. package/layouts/util.d.ts +1 -1
  254. package/package-metadata.d.ts +1 -1
  255. package/package.json +9 -9
  256. package/panelbar/events/collapse-event.d.ts +1 -1
  257. package/panelbar/events/expand-event.d.ts +1 -1
  258. package/panelbar/events/item-click-event.d.ts +1 -1
  259. package/panelbar/events/select-event.d.ts +1 -1
  260. package/panelbar/events/state-change-event.d.ts +1 -1
  261. package/panelbar/events.d.ts +1 -1
  262. package/panelbar/panelbar-content.directive.d.ts +1 -1
  263. package/panelbar/panelbar-expand-mode.d.ts +1 -1
  264. package/panelbar/panelbar-item-model.d.ts +1 -1
  265. package/panelbar/panelbar-item-template.directive.d.ts +1 -1
  266. package/panelbar/panelbar-item-title.directive.d.ts +1 -1
  267. package/panelbar/panelbar-item.component.d.ts +1 -1
  268. package/panelbar/panelbar.component.d.ts +13 -6
  269. package/panelbar/panelbar.service.d.ts +1 -1
  270. package/panelbar.module.d.ts +1 -1
  271. package/schematics/ngAdd/index.js +1 -1
  272. package/splitter/splitter-bar.component.d.ts +1 -1
  273. package/splitter/splitter-pane.component.d.ts +1 -1
  274. package/splitter/splitter.component.d.ts +1 -1
  275. package/splitter/splitter.service.d.ts +1 -1
  276. package/splitter/util.d.ts +1 -1
  277. package/splitter.module.d.ts +1 -1
  278. package/stacklayout.module.d.ts +1 -1
  279. package/stepper/events/activate-event.d.ts +1 -1
  280. package/stepper/list.component.d.ts +1 -1
  281. package/stepper/localization/custom-messages.component.d.ts +1 -1
  282. package/stepper/localization/localized-messages.directive.d.ts +1 -1
  283. package/stepper/localization/messages.d.ts +1 -1
  284. package/stepper/models/constants.d.ts +1 -1
  285. package/stepper/models/orientation.d.ts +1 -1
  286. package/stepper/models/step-predicate.d.ts +1 -1
  287. package/stepper/models/step-type.d.ts +1 -1
  288. package/stepper/models/stepper-step.interface.d.ts +1 -1
  289. package/stepper/step.component.d.ts +1 -1
  290. package/stepper/stepper.component.d.ts +1 -1
  291. package/stepper/stepper.service.d.ts +1 -1
  292. package/stepper/template-directives/indicator-template.directive.d.ts +1 -1
  293. package/stepper/template-directives/label-template.directive.d.ts +1 -1
  294. package/stepper/template-directives/step-template.directive.d.ts +1 -1
  295. package/stepper/template-directives.d.ts +1 -1
  296. package/stepper/types.d.ts +1 -1
  297. package/stepper.module.d.ts +1 -1
  298. package/tabstrip/constants.d.ts +1 -1
  299. package/tabstrip/directives/tab-content.directive.d.ts +1 -1
  300. package/tabstrip/directives/tab-title.directive.d.ts +1 -1
  301. package/tabstrip/directives/tab.directive.d.ts +1 -1
  302. package/tabstrip/events/select-event.d.ts +1 -1
  303. package/tabstrip/events/tabclose-event.d.ts +1 -1
  304. package/tabstrip/events/tabscroll-event.d.ts +1 -1
  305. package/tabstrip/events.d.ts +1 -1
  306. package/tabstrip/localization/custom-messages.component.d.ts +1 -1
  307. package/tabstrip/localization/localized-messages.directive.d.ts +1 -1
  308. package/tabstrip/localization/messages.d.ts +1 -1
  309. package/tabstrip/models/button-state-change.d.ts +1 -1
  310. package/tabstrip/models/scroll-button-type.d.ts +1 -1
  311. package/tabstrip/models/scroll-buttons-visibility.d.ts +1 -1
  312. package/tabstrip/models/scrollable-settings.d.ts +1 -1
  313. package/tabstrip/models/size.d.ts +1 -1
  314. package/tabstrip/models/tab-alignment.d.ts +1 -1
  315. package/tabstrip/models/tab-position.d.ts +1 -1
  316. package/tabstrip/models/tabstrip-tab.component.d.ts +1 -1
  317. package/tabstrip/rendering/tab.component.d.ts +1 -1
  318. package/tabstrip/scrollable-button.component.d.ts +1 -1
  319. package/tabstrip/tabstrip-scroll.service.d.ts +1 -1
  320. package/tabstrip/tabstrip.component.d.ts +13 -7
  321. package/tabstrip/tabstrip.service.d.ts +1 -1
  322. package/tabstrip/util.d.ts +1 -1
  323. package/tabstrip.module.d.ts +1 -1
  324. package/tilelayout/constants.d.ts +1 -1
  325. package/tilelayout/dragging-service.d.ts +1 -1
  326. package/tilelayout/keyboard-navigation.service.d.ts +1 -1
  327. package/tilelayout/models/dragging-config.interface.d.ts +1 -1
  328. package/tilelayout/models/flowmode.type.d.ts +1 -1
  329. package/tilelayout/models/gap.interface.d.ts +1 -1
  330. package/tilelayout/models/navigation.interface.d.ts +1 -1
  331. package/tilelayout/reorder-event.d.ts +1 -1
  332. package/tilelayout/resize-event.d.ts +1 -1
  333. package/tilelayout/tilelayout-item-body.component.d.ts +1 -1
  334. package/tilelayout/tilelayout-item-header.component.d.ts +1 -1
  335. package/tilelayout/tilelayout-item.component.d.ts +1 -1
  336. package/tilelayout/tilelayout-resize-handle.directive.d.ts +1 -1
  337. package/tilelayout/tilelayout.component.d.ts +1 -1
  338. package/tilelayout/util.d.ts +1 -1
  339. package/tilelayout.module.d.ts +1 -1
  340. package/timeline/events/navigation-direction.d.ts +1 -1
  341. package/timeline/localization/custom-messages.component.d.ts +1 -1
  342. package/timeline/localization/localized-messages.directive.d.ts +1 -1
  343. package/timeline/localization/messages.d.ts +1 -1
  344. package/timeline/models/anchor-target.d.ts +1 -1
  345. package/timeline/models/default-model-fields.d.ts +1 -1
  346. package/timeline/models/events-order.d.ts +1 -1
  347. package/timeline/models/model-fields.d.ts +1 -1
  348. package/timeline/models/timeline-event.d.ts +1 -1
  349. package/timeline/templates/timeline-card-actions.directive.d.ts +1 -1
  350. package/timeline/templates/timeline-card-body.directive.d.ts +1 -1
  351. package/timeline/templates/timeline-card-header.directive.d.ts +1 -1
  352. package/timeline/timeline-card.component.d.ts +1 -1
  353. package/timeline/timeline-horizontal.component.d.ts +1 -1
  354. package/timeline/timeline-vertical.component.d.ts +1 -1
  355. package/timeline/timeline.component.d.ts +1 -1
  356. package/timeline/timeline.service.d.ts +1 -1
  357. package/timeline/util.d.ts +1 -1
  358. package/timeline.module.d.ts +1 -1
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { Directive, TemplateRef, Optional } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { Directive, TemplateRef, Optional } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  /* eslint-disable @typescript-eslint/no-explicit-any */
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { Component, ContentChild, ContentChildren, ElementRef, EventEmitter, HostBinding, HostListener, Input, Output, QueryList, ViewChildren, isDevMode } from '@angular/core';
@@ -70,11 +70,18 @@ export class PanelBarComponent {
70
70
  */
71
71
  height = '400px';
72
72
  /**
73
- * When set to `true`, the PanelBar renders the content of all items and they are persisted in the DOM
74
- * ([see example]({% slug templates_panelbar %}#toc-collections)).
75
- *
76
- * @default false
77
- */
73
+ * Controls how the PanelBar renders item content.
74
+ *
75
+ * The available options are:
76
+ *
77
+ * * `true`—Renders all items' content and persists them in the DOM.
78
+ * * `false`—Removes collapsed items' content from the DOM.
79
+ * * `"loadOnDemand"`—Loads items' content only when expanded for the first time. Collapsed items' content is not rendered until the item is expanded.
80
+ *
81
+ * For more information, refer to the [Rendering Modes](slug:rendering_panelbar) article.
82
+ *
83
+ * @default false
84
+ */
78
85
  get keepItemContent() {
79
86
  return this._keepItemContent;
80
87
  }
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { Injectable } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { NgModule } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  /* eslint-disable @typescript-eslint/no-explicit-any */
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { ChangeDetectorRef, Component, ElementRef, EventEmitter, HostBinding, Renderer2, Input, Output } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { Component, ElementRef, EventEmitter, ContentChildren, Host, HostBinding, Inject, Input, Optional, Output, QueryList, ViewChildren, Renderer2, NgZone, isDevMode } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { EventEmitter, NgZone, Injectable } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { Keys } from "@progress/kendo-angular-common";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { NgModule } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { NgModule } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { PreventableEvent } from '@progress/kendo-angular-common';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { Component, ElementRef, EventEmitter, Input, NgZone, Output, Renderer2, TemplateRef } from "@angular/core";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { Component, forwardRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { Directive, forwardRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { Directive, Input } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { Component, Input, HostBinding, TemplateRef, NgZone, ElementRef, ViewChild } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { Component, HostBinding, Input, Output, EventEmitter, ContentChild, Renderer2, ElementRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { Injectable, NgZone, ChangeDetectorRef, EventEmitter } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { Directive, Optional, TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { Directive, Optional, TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { Directive, Optional, TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  export { StepperIndicatorTemplateDirective } from './template-directives/indicator-template.directive';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { NgModule } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { Directive, TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { Directive, TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { Directive, TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { PreventableEvent } from "@progress/kendo-angular-common";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { PreventableEvent } from "@progress/kendo-angular-common";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  export { TabCloseEvent } from "./events/tabclose-event";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { Component, forwardRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { Directive, forwardRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { Directive, Input } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { BUTTON_SCROLL_SPEED } from "../constants";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { Component, Input, ContentChildren, QueryList } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { TabStripTabComponent } from '../models/tabstrip-tab.component';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  /* eslint-disable @typescript-eslint/no-explicit-any */
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { DEFAULT_SCROLL_BEHAVIOR } from './constants';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { Component, ContentChildren, ElementRef, EventEmitter, HostBinding, Input, Output, QueryList, ViewChild, ViewChildren, Renderer2, NgZone, isDevMode } from '@angular/core';
@@ -84,12 +84,18 @@ export class TabStripComponent {
84
84
  */
85
85
  tabPosition = 'top';
86
86
  /**
87
- * When set to `true`, all tabs' content is eagerly rendered and kept in the DOM ([see example](slug:rendering_tabstrip)).
88
- * When set to `false`, only the active tab's content is rendered. Inactive tabs' content is removed from the DOM.
89
- * When set to `'loadOnDemand'`, the active tab's content is rendered initially. Inactive tabs' content is rendered only when the tab is activated for the first time and kept in the DOM afterwards.
90
- *
91
- * @default false
92
- */
87
+ * Controls how the TabStrip renders tab content.
88
+ *
89
+ * The available options are:
90
+ *
91
+ * * `true`—Renders all tabs' content and persists them in the DOM.
92
+ * * `false`—Removes inactive tabs' content from the DOM.
93
+ * * `"loadOnDemand"`—Loads tabs' content only when activated for the first time. Inactive tabs' content is not rendered until the tab is activated.
94
+ *
95
+ * For more information, refer to the [Rendering Modes](slug:rendering_tabstrip) article.
96
+ *
97
+ * @default false
98
+ */
93
99
  keepTabContent = false;
94
100
  /**
95
101
  * When set to `true`, renders a close button inside each tab.
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { Injectable, NgZone } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { isPresent } from "../common/util";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { NgModule } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  import { ChangeDetectorRef, Injectable, NgZone, Renderer2 } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  /* eslint-disable no-unused-expressions */
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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
5
  export {};