@progress/kendo-angular-layout 7.2.0 → 11.0.0-develop.79

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 (339) hide show
  1. package/NOTICE.txt +3 -3
  2. package/avatar/avatar.component.d.ts +1 -1
  3. package/avatar/models/fill.d.ts +1 -1
  4. package/avatar/models/models.d.ts +1 -1
  5. package/avatar/models/rounded.d.ts +1 -1
  6. package/avatar/models/shape.d.ts +1 -1
  7. package/avatar/models/size.d.ts +1 -1
  8. package/avatar/models/theme-color.d.ts +1 -1
  9. package/avatar.module.d.ts +1 -1
  10. package/card/card-actions.component.d.ts +1 -1
  11. package/card/card-body.component.d.ts +1 -1
  12. package/card/card-footer.component.d.ts +1 -1
  13. package/card/card-header.component.d.ts +1 -1
  14. package/card/card.component.d.ts +1 -1
  15. package/card/directives/card-media.directive.d.ts +1 -1
  16. package/card/directives/card-separator.directive.d.ts +1 -1
  17. package/card/directives/card-subtitle.directive.d.ts +1 -1
  18. package/card/directives/card-title.directive.d.ts +1 -1
  19. package/card/models/actions-layout.d.ts +1 -1
  20. package/card/models/card-action.d.ts +1 -1
  21. package/card.module.d.ts +1 -1
  22. package/common/direction.d.ts +1 -1
  23. package/common/dom-queries.d.ts +1 -1
  24. package/common/orientation.d.ts +1 -1
  25. package/common/preventable-event.d.ts +1 -1
  26. package/common/styling-classes.d.ts +1 -1
  27. package/common/util.d.ts +1 -1
  28. package/drawer/animations.d.ts +1 -1
  29. package/drawer/drawer-container.component.d.ts +1 -1
  30. package/drawer/drawer-content.component.d.ts +1 -1
  31. package/drawer/drawer.component.d.ts +1 -1
  32. package/drawer/drawer.service.d.ts +1 -1
  33. package/drawer/events/drawer-list-select.event.d.ts +1 -1
  34. package/drawer/events/select-event.d.ts +1 -1
  35. package/drawer/item.component.d.ts +1 -1
  36. package/drawer/list.component.d.ts +1 -1
  37. package/drawer/models/constants.d.ts +2 -2
  38. package/drawer/models/drawer-animation.interface.d.ts +1 -1
  39. package/drawer/models/drawer-item-expand.interface.d.ts +1 -1
  40. package/drawer/models/drawer-item.interface.d.ts +1 -1
  41. package/drawer/models/drawer-view-item.interface.d.ts +1 -1
  42. package/drawer/models/mode.d.ts +1 -1
  43. package/drawer/models/position.d.ts +1 -1
  44. package/drawer/template-directives/drawer-template.directive.d.ts +1 -1
  45. package/drawer/template-directives/footer-template.directive.d.ts +1 -1
  46. package/drawer/template-directives/header-template.directive.d.ts +1 -1
  47. package/drawer/template-directives/item-template.directive.d.ts +1 -1
  48. package/drawer/template-directives.d.ts +1 -1
  49. package/drawer/types.d.ts +1 -1
  50. package/drawer/util.d.ts +1 -1
  51. package/drawer.module.d.ts +1 -1
  52. package/{esm2015/avatar/avatar.component.js → esm2020/avatar/avatar.component.mjs} +5 -5
  53. package/{esm2015/avatar/models/size.js → esm2020/avatar/models/fill.mjs} +1 -1
  54. package/{esm2015/avatar/models/models.js → esm2020/avatar/models/models.mjs} +1 -1
  55. package/{esm2015/avatar/models/rounded.js → esm2020/avatar/models/rounded.mjs} +1 -1
  56. package/{esm2015/avatar/models/shape.js → esm2020/avatar/models/shape.mjs} +1 -1
  57. package/{esm2015/avatar/models/fill.js → esm2020/avatar/models/size.mjs} +1 -1
  58. package/esm2020/avatar/models/theme-color.mjs +5 -0
  59. package/{esm2015/avatar.module.js → esm2020/avatar.module.mjs} +5 -5
  60. package/{esm2015/card/card-actions.component.js → esm2020/card/card-actions.component.mjs} +4 -4
  61. package/{esm2015/card/card-body.component.js → esm2020/card/card-body.component.mjs} +4 -4
  62. package/{esm2015/card/card-footer.component.js → esm2020/card/card-footer.component.mjs} +4 -4
  63. package/{esm2015/card/card-header.component.js → esm2020/card/card-header.component.mjs} +4 -4
  64. package/{esm2015/card/card.component.js → esm2020/card/card.component.mjs} +4 -4
  65. package/{esm2015/card/directives/card-media.directive.js → esm2020/card/directives/card-media.directive.mjs} +4 -4
  66. package/{esm2015/card/directives/card-separator.directive.js → esm2020/card/directives/card-separator.directive.mjs} +4 -4
  67. package/{esm2015/card/directives/card-subtitle.directive.js → esm2020/card/directives/card-subtitle.directive.mjs} +4 -4
  68. package/{esm2015/card/directives/card-title.directive.js → esm2020/card/directives/card-title.directive.mjs} +4 -4
  69. package/esm2020/card/models/actions-layout.mjs +5 -0
  70. package/{esm2015/card/models/card-action.js → esm2020/card/models/card-action.mjs} +1 -1
  71. package/{esm2015/card.module.js → esm2020/card.module.mjs} +5 -5
  72. package/esm2020/common/direction.mjs +5 -0
  73. package/{esm2015/common/dom-queries.js → esm2020/common/dom-queries.mjs} +1 -1
  74. package/esm2020/common/orientation.mjs +5 -0
  75. package/{esm2015/common/preventable-event.js → esm2020/common/preventable-event.mjs} +1 -1
  76. package/esm2020/common/styling-classes.mjs +5 -0
  77. package/{esm2015/common/util.js → esm2020/common/util.mjs} +1 -1
  78. package/{esm2015/drawer/animations.js → esm2020/drawer/animations.mjs} +1 -1
  79. package/{esm2015/drawer/drawer-container.component.js → esm2020/drawer/drawer-container.component.mjs} +4 -4
  80. package/{esm2015/drawer/drawer-content.component.js → esm2020/drawer/drawer-content.component.mjs} +4 -4
  81. package/{esm2015/drawer/drawer.component.js → esm2020/drawer/drawer.component.mjs} +6 -5
  82. package/{esm2015/drawer/drawer.service.js → esm2020/drawer/drawer.service.mjs} +5 -5
  83. package/{esm2015/drawer/events/drawer-list-select.event.js → esm2020/drawer/events/drawer-list-select.event.mjs} +1 -1
  84. package/{esm2015/drawer/events/select-event.js → esm2020/drawer/events/select-event.mjs} +1 -1
  85. package/{esm2015/drawer/item.component.js → esm2020/drawer/item.component.mjs} +6 -5
  86. package/{esm2015/drawer/list.component.js → esm2020/drawer/list.component.mjs} +7 -7
  87. package/{esm2015/drawer/models/constants.js → esm2020/drawer/models/constants.mjs} +1 -1
  88. package/esm2020/drawer/models/drawer-animation.interface.mjs +5 -0
  89. package/esm2020/drawer/models/drawer-item-expand.interface.mjs +5 -0
  90. package/esm2020/drawer/models/drawer-item.interface.mjs +5 -0
  91. package/esm2020/drawer/models/drawer-view-item.interface.mjs +5 -0
  92. package/esm2020/drawer/models/mode.mjs +5 -0
  93. package/esm2020/drawer/models/position.mjs +5 -0
  94. package/{esm2015/drawer/template-directives/drawer-template.directive.js → esm2020/drawer/template-directives/drawer-template.directive.mjs} +5 -5
  95. package/{esm2015/drawer/template-directives/footer-template.directive.js → esm2020/drawer/template-directives/footer-template.directive.mjs} +5 -5
  96. package/{esm2015/drawer/template-directives/header-template.directive.js → esm2020/drawer/template-directives/header-template.directive.mjs} +5 -5
  97. package/{esm2015/drawer/template-directives/item-template.directive.js → esm2020/drawer/template-directives/item-template.directive.mjs} +5 -5
  98. package/{esm2015/drawer/template-directives.js → esm2020/drawer/template-directives.mjs} +1 -1
  99. package/esm2020/drawer/types.mjs +5 -0
  100. package/{esm2015/drawer/util.js → esm2020/drawer/util.mjs} +1 -1
  101. package/{esm2015/drawer.module.js → esm2020/drawer.module.mjs} +5 -5
  102. package/{esm2015/expansionpanel/animations.js → esm2020/expansionpanel/animations.mjs} +1 -1
  103. package/{esm2015/expansionpanel/events/action-event.js → esm2020/expansionpanel/events/action-event.mjs} +1 -1
  104. package/{esm2015/expansionpanel/expansionpanel-title.directive.js → esm2020/expansionpanel/expansionpanel-title.directive.mjs} +5 -5
  105. package/{esm2015/expansionpanel/expansionpanel.component.js → esm2020/expansionpanel/expansionpanel.component.mjs} +6 -5
  106. package/{esm2015/expansionpanel.module.js → esm2020/expansionpanel.module.mjs} +5 -5
  107. package/{esm2015/gridlayout.module.js → esm2020/gridlayout.module.mjs} +5 -5
  108. package/{esm2015/main.js → esm2020/index.mjs} +1 -1
  109. package/{esm2015/layout.module.js → esm2020/layout.module.mjs} +5 -5
  110. package/{esm2015/layouts/grid-layout.component.js → esm2020/layouts/grid-layout.component.mjs} +7 -7
  111. package/{esm2015/layouts/gridlayout-item.component.js → esm2020/layouts/gridlayout-item.component.mjs} +5 -5
  112. package/esm2020/layouts/models/gridlayout-gap-settings.mjs +5 -0
  113. package/esm2020/layouts/models/gridlayout-row-col-size.mjs +5 -0
  114. package/esm2020/layouts/models/layout-align-settings.mjs +5 -0
  115. package/esm2020/layouts/models/layout-horizontal-align.mjs +5 -0
  116. package/esm2020/layouts/models/layout-vertical-align.mjs +5 -0
  117. package/{esm2015/layouts/models.js → esm2020/layouts/models.mjs} +1 -1
  118. package/{esm2015/layouts/stack-layout.component.js → esm2020/layouts/stack-layout.component.mjs} +5 -5
  119. package/{esm2015/layouts/util.js → esm2020/layouts/util.mjs} +5 -5
  120. package/{esm2015/package-metadata.js → esm2020/package-metadata.mjs} +2 -2
  121. package/{esm2015/panelbar/events/collapse-event.js → esm2020/panelbar/events/collapse-event.mjs} +1 -1
  122. package/{esm2015/panelbar/events/expand-event.js → esm2020/panelbar/events/expand-event.mjs} +1 -1
  123. package/{esm2015/panelbar/events/select-event.js → esm2020/panelbar/events/select-event.mjs} +1 -1
  124. package/{esm2015/panelbar/events/state-change-event.js → esm2020/panelbar/events/state-change-event.mjs} +1 -1
  125. package/{esm2015/panelbar/events.js → esm2020/panelbar/events.mjs} +1 -1
  126. package/{esm2015/panelbar/panelbar-content.directive.js → esm2020/panelbar/panelbar-content.directive.mjs} +5 -5
  127. package/{esm2015/panelbar/panelbar-expand-mode.js → esm2020/panelbar/panelbar-expand-mode.mjs} +1 -1
  128. package/esm2020/panelbar/panelbar-item-model.mjs +5 -0
  129. package/{esm2015/panelbar/panelbar-item-template.directive.js → esm2020/panelbar/panelbar-item-template.directive.mjs} +5 -5
  130. package/{esm2015/panelbar/panelbar-item-title.directive.js → esm2020/panelbar/panelbar-item-title.directive.mjs} +5 -5
  131. package/{esm2015/panelbar/panelbar-item.component.js → esm2020/panelbar/panelbar-item.component.mjs} +7 -6
  132. package/{esm2015/panelbar/panelbar.component.js → esm2020/panelbar/panelbar.component.mjs} +16 -16
  133. package/{esm2015/panelbar/panelbar.service.js → esm2020/panelbar/panelbar.service.mjs} +4 -4
  134. package/{esm2015/panelbar.module.js → esm2020/panelbar.module.mjs} +5 -5
  135. package/{esm2015/kendo-angular-layout.js → esm2020/progress-kendo-angular-layout.mjs} +2 -2
  136. package/{esm2015/splitter/splitter-bar.component.js → esm2020/splitter/splitter-bar.component.mjs} +8 -6
  137. package/{esm2015/splitter/splitter-pane.component.js → esm2020/splitter/splitter-pane.component.mjs} +5 -5
  138. package/{esm2015/splitter/splitter.component.js → esm2020/splitter/splitter.component.mjs} +6 -6
  139. package/{esm2015/splitter/splitter.service.js → esm2020/splitter/splitter.service.mjs} +7 -7
  140. package/{esm2015/splitter/util.js → esm2020/splitter/util.mjs} +1 -1
  141. package/{esm2015/splitter.module.js → esm2020/splitter.module.mjs} +5 -5
  142. package/{esm2015/stacklayout.module.js → esm2020/stacklayout.module.mjs} +5 -5
  143. package/{esm2015/stepper/events/activate-event.js → esm2020/stepper/events/activate-event.mjs} +1 -1
  144. package/{esm2015/stepper/list.component.js → esm2020/stepper/list.component.mjs} +6 -5
  145. package/{esm2015/stepper/localization/custom-messages.component.js → esm2020/stepper/localization/custom-messages.component.mjs} +5 -4
  146. package/{esm2015/stepper/localization/localized-messages.directive.js → esm2020/stepper/localization/localized-messages.directive.mjs} +5 -4
  147. package/{esm2015/stepper/localization/messages.js → esm2020/stepper/localization/messages.mjs} +4 -4
  148. package/{esm2015/stepper/models/constants.js → esm2020/stepper/models/constants.mjs} +1 -1
  149. package/esm2020/stepper/models/orientation.mjs +5 -0
  150. package/esm2020/stepper/models/step-predicate.mjs +5 -0
  151. package/esm2020/stepper/models/step-type.mjs +5 -0
  152. package/esm2020/stepper/models/stepper-step.interface.mjs +5 -0
  153. package/{esm2015/stepper/step.component.js → esm2020/stepper/step.component.mjs} +8 -6
  154. package/{esm2015/stepper/stepper.component.js → esm2020/stepper/stepper.component.mjs} +7 -7
  155. package/{esm2015/stepper/stepper.service.js → esm2020/stepper/stepper.service.mjs} +6 -5
  156. package/{esm2015/stepper/template-directives/indicator-template.directive.js → esm2020/stepper/template-directives/indicator-template.directive.mjs} +5 -5
  157. package/{esm2015/stepper/template-directives/label-template.directive.js → esm2020/stepper/template-directives/label-template.directive.mjs} +5 -5
  158. package/{esm2015/stepper/template-directives/step-template.directive.js → esm2020/stepper/template-directives/step-template.directive.mjs} +5 -5
  159. package/{esm2015/stepper/template-directives.js → esm2020/stepper/template-directives.mjs} +1 -1
  160. package/esm2020/stepper/types.mjs +5 -0
  161. package/{esm2015/stepper.module.js → esm2020/stepper.module.mjs} +5 -5
  162. package/{esm2015/tabstrip/constants.js → esm2020/tabstrip/constants.mjs} +1 -1
  163. package/{esm2015/tabstrip/directives/tab-content.directive.js → esm2020/tabstrip/directives/tab-content.directive.mjs} +5 -5
  164. package/{esm2015/tabstrip/directives/tab-title.directive.js → esm2020/tabstrip/directives/tab-title.directive.mjs} +5 -5
  165. package/{esm2015/tabstrip/events/select-event.js → esm2020/tabstrip/events/select-event.mjs} +1 -1
  166. package/{esm2015/tabstrip/events/tabclose-event.js → esm2020/tabstrip/events/tabclose-event.mjs} +1 -1
  167. package/{esm2015/tabstrip/events/tabscroll-event.js → esm2020/tabstrip/events/tabscroll-event.mjs} +1 -1
  168. package/{esm2015/tabstrip/events.js → esm2020/tabstrip/events.mjs} +1 -1
  169. package/{esm2015/tabstrip/localization/custom-messages.component.js → esm2020/tabstrip/localization/custom-messages.component.mjs} +5 -4
  170. package/{esm2015/tabstrip/localization/localized-messages.directive.js → esm2020/tabstrip/localization/localized-messages.directive.mjs} +5 -4
  171. package/{esm2015/tabstrip/localization/messages.js → esm2020/tabstrip/localization/messages.mjs} +4 -4
  172. package/esm2020/tabstrip/models/button-state-change.mjs +5 -0
  173. package/esm2020/tabstrip/models/scroll-button-type.mjs +5 -0
  174. package/esm2020/tabstrip/models/scroll-buttons-visibility.mjs +5 -0
  175. package/{esm2015/tabstrip/models/scrollable-settings.js → esm2020/tabstrip/models/scrollable-settings.mjs} +1 -1
  176. package/esm2020/tabstrip/models/tab-alignment.mjs +5 -0
  177. package/esm2020/tabstrip/models/tab-position.mjs +5 -0
  178. package/{esm2015/tabstrip/models/tabstrip-tab.component.js → esm2020/tabstrip/models/tabstrip-tab.component.mjs} +4 -4
  179. package/{esm2015/tabstrip/rendering/tab.component.js → esm2020/tabstrip/rendering/tab.component.mjs} +6 -4
  180. package/{esm2015/tabstrip/scrollable-button.component.js → esm2020/tabstrip/scrollable-button.component.mjs} +5 -5
  181. package/{esm2015/tabstrip/tabstrip-scroll.service.js → esm2020/tabstrip/tabstrip-scroll.service.mjs} +6 -6
  182. package/{esm2015/tabstrip/tabstrip.component.js → esm2020/tabstrip/tabstrip.component.mjs} +18 -10
  183. package/{esm2015/tabstrip/tabstrip.service.js → esm2020/tabstrip/tabstrip.service.mjs} +7 -6
  184. package/{esm2015/tabstrip/util.js → esm2020/tabstrip/util.mjs} +1 -1
  185. package/{esm2015/tabstrip.module.js → esm2020/tabstrip.module.mjs} +5 -5
  186. package/{esm2015/tilelayout/constants.js → esm2020/tilelayout/constants.mjs} +1 -1
  187. package/{esm2015/tilelayout/dragging-service.js → esm2020/tilelayout/dragging-service.mjs} +7 -6
  188. package/{esm2015/tilelayout/keyboard-navigation.service.js → esm2020/tilelayout/keyboard-navigation.service.mjs} +7 -7
  189. package/esm2020/tilelayout/models/dragging-config.interface.mjs +5 -0
  190. package/esm2020/tilelayout/models/flowmode.type.mjs +5 -0
  191. package/esm2020/tilelayout/models/gap.interface.mjs +5 -0
  192. package/esm2020/tilelayout/models/navigation.interface.mjs +5 -0
  193. package/{esm2015/tilelayout/reorder-event.js → esm2020/tilelayout/reorder-event.mjs} +1 -1
  194. package/{esm2015/tilelayout/resize-event.js → esm2020/tilelayout/resize-event.mjs} +1 -1
  195. package/{esm2015/tilelayout/tilelayout-item-body.component.js → esm2020/tilelayout/tilelayout-item-body.component.mjs} +4 -4
  196. package/{esm2015/tilelayout/tilelayout-item-header.component.js → esm2020/tilelayout/tilelayout-item-header.component.mjs} +5 -5
  197. package/{esm2015/tilelayout/tilelayout-item.component.js → esm2020/tilelayout/tilelayout-item.component.mjs} +12 -10
  198. package/{esm2015/tilelayout/tilelayout-resize-handle.directive.js → esm2020/tilelayout/tilelayout-resize-handle.directive.mjs} +5 -5
  199. package/{esm2015/tilelayout/tilelayout.component.js → esm2020/tilelayout/tilelayout.component.mjs} +13 -13
  200. package/{esm2015/tilelayout/util.js → esm2020/tilelayout/util.mjs} +1 -1
  201. package/{esm2015/tilelayout.module.js → esm2020/tilelayout.module.mjs} +5 -5
  202. package/expansionpanel/animations.d.ts +1 -1
  203. package/expansionpanel/events/action-event.d.ts +1 -1
  204. package/expansionpanel/expansionpanel-title.directive.d.ts +1 -1
  205. package/expansionpanel/expansionpanel.component.d.ts +1 -1
  206. package/expansionpanel.module.d.ts +1 -1
  207. package/fesm2015/progress-kendo-angular-layout.mjs +9792 -0
  208. package/{fesm2015/kendo-angular-layout.js → fesm2020/progress-kendo-angular-layout.mjs} +371 -368
  209. package/gridlayout.module.d.ts +1 -1
  210. package/{main.d.ts → index.d.ts} +1 -1
  211. package/layout.module.d.ts +1 -1
  212. package/layouts/grid-layout.component.d.ts +1 -1
  213. package/layouts/gridlayout-item.component.d.ts +1 -1
  214. package/layouts/models/gridlayout-gap-settings.d.ts +1 -1
  215. package/layouts/models/gridlayout-row-col-size.d.ts +1 -1
  216. package/layouts/models/layout-align-settings.d.ts +1 -1
  217. package/layouts/models/layout-horizontal-align.d.ts +1 -1
  218. package/layouts/models/layout-vertical-align.d.ts +1 -1
  219. package/layouts/models.d.ts +1 -1
  220. package/layouts/stack-layout.component.d.ts +1 -1
  221. package/layouts/util.d.ts +1 -1
  222. package/package-metadata.d.ts +1 -1
  223. package/package.json +30 -57
  224. package/panelbar/events/collapse-event.d.ts +1 -1
  225. package/panelbar/events/expand-event.d.ts +1 -1
  226. package/panelbar/events/select-event.d.ts +1 -1
  227. package/panelbar/events/state-change-event.d.ts +1 -1
  228. package/panelbar/events.d.ts +1 -1
  229. package/panelbar/panelbar-content.directive.d.ts +1 -1
  230. package/panelbar/panelbar-expand-mode.d.ts +1 -1
  231. package/panelbar/panelbar-item-model.d.ts +1 -1
  232. package/panelbar/panelbar-item-template.directive.d.ts +1 -1
  233. package/panelbar/panelbar-item-title.directive.d.ts +1 -1
  234. package/panelbar/panelbar-item.component.d.ts +1 -1
  235. package/panelbar/panelbar.component.d.ts +1 -1
  236. package/panelbar/panelbar.service.d.ts +1 -1
  237. package/panelbar.module.d.ts +1 -1
  238. package/{kendo-angular-layout.d.ts → progress-kendo-angular-layout.d.ts} +2 -2
  239. package/schematics/ngAdd/index.js +1 -5
  240. package/splitter/splitter-bar.component.d.ts +1 -1
  241. package/splitter/splitter-pane.component.d.ts +1 -1
  242. package/splitter/splitter.component.d.ts +2 -2
  243. package/splitter/splitter.service.d.ts +1 -1
  244. package/splitter/util.d.ts +1 -1
  245. package/splitter.module.d.ts +1 -1
  246. package/stacklayout.module.d.ts +1 -1
  247. package/stepper/events/activate-event.d.ts +1 -1
  248. package/stepper/list.component.d.ts +1 -1
  249. package/stepper/localization/custom-messages.component.d.ts +1 -1
  250. package/stepper/localization/localized-messages.directive.d.ts +1 -1
  251. package/stepper/localization/messages.d.ts +1 -1
  252. package/stepper/models/constants.d.ts +2 -2
  253. package/stepper/models/orientation.d.ts +1 -1
  254. package/stepper/models/step-predicate.d.ts +1 -1
  255. package/stepper/models/step-type.d.ts +1 -1
  256. package/stepper/models/stepper-step.interface.d.ts +1 -1
  257. package/stepper/step.component.d.ts +1 -1
  258. package/stepper/stepper.component.d.ts +1 -1
  259. package/stepper/stepper.service.d.ts +1 -1
  260. package/stepper/template-directives/indicator-template.directive.d.ts +1 -1
  261. package/stepper/template-directives/label-template.directive.d.ts +1 -1
  262. package/stepper/template-directives/step-template.directive.d.ts +1 -1
  263. package/stepper/template-directives.d.ts +1 -1
  264. package/stepper/types.d.ts +1 -1
  265. package/stepper.module.d.ts +1 -1
  266. package/tabstrip/constants.d.ts +1 -1
  267. package/tabstrip/directives/tab-content.directive.d.ts +1 -1
  268. package/tabstrip/directives/tab-title.directive.d.ts +1 -1
  269. package/tabstrip/events/select-event.d.ts +1 -1
  270. package/tabstrip/events/tabclose-event.d.ts +1 -1
  271. package/tabstrip/events/tabscroll-event.d.ts +1 -1
  272. package/tabstrip/events.d.ts +1 -1
  273. package/tabstrip/localization/custom-messages.component.d.ts +1 -1
  274. package/tabstrip/localization/localized-messages.directive.d.ts +1 -1
  275. package/tabstrip/localization/messages.d.ts +1 -1
  276. package/tabstrip/models/button-state-change.d.ts +1 -1
  277. package/tabstrip/models/scroll-button-type.d.ts +1 -1
  278. package/tabstrip/models/scroll-buttons-visibility.d.ts +1 -1
  279. package/tabstrip/models/scrollable-settings.d.ts +1 -1
  280. package/tabstrip/models/tab-alignment.d.ts +1 -1
  281. package/tabstrip/models/tab-position.d.ts +1 -1
  282. package/tabstrip/models/tabstrip-tab.component.d.ts +1 -1
  283. package/tabstrip/rendering/tab.component.d.ts +1 -1
  284. package/tabstrip/scrollable-button.component.d.ts +1 -1
  285. package/tabstrip/tabstrip-scroll.service.d.ts +1 -1
  286. package/tabstrip/tabstrip.component.d.ts +1 -1
  287. package/tabstrip/tabstrip.service.d.ts +1 -1
  288. package/tabstrip/util.d.ts +1 -1
  289. package/tabstrip.module.d.ts +1 -1
  290. package/tilelayout/constants.d.ts +4 -4
  291. package/tilelayout/dragging-service.d.ts +1 -1
  292. package/tilelayout/keyboard-navigation.service.d.ts +1 -1
  293. package/tilelayout/models/dragging-config.interface.d.ts +1 -1
  294. package/tilelayout/models/flowmode.type.d.ts +1 -1
  295. package/tilelayout/models/gap.interface.d.ts +1 -1
  296. package/tilelayout/models/navigation.interface.d.ts +1 -1
  297. package/tilelayout/reorder-event.d.ts +1 -1
  298. package/tilelayout/resize-event.d.ts +1 -1
  299. package/tilelayout/tilelayout-item-body.component.d.ts +1 -1
  300. package/tilelayout/tilelayout-item-header.component.d.ts +1 -1
  301. package/tilelayout/tilelayout-item.component.d.ts +1 -1
  302. package/tilelayout/tilelayout-resize-handle.directive.d.ts +1 -1
  303. package/tilelayout/tilelayout.component.d.ts +1 -1
  304. package/tilelayout/util.d.ts +1 -1
  305. package/tilelayout.module.d.ts +1 -1
  306. package/bundles/kendo-angular-layout.umd.js +0 -5
  307. package/esm2015/avatar/models/theme-color.js +0 -5
  308. package/esm2015/card/models/actions-layout.js +0 -5
  309. package/esm2015/common/direction.js +0 -5
  310. package/esm2015/common/orientation.js +0 -5
  311. package/esm2015/common/styling-classes.js +0 -5
  312. package/esm2015/drawer/models/drawer-animation.interface.js +0 -5
  313. package/esm2015/drawer/models/drawer-item-expand.interface.js +0 -5
  314. package/esm2015/drawer/models/drawer-item.interface.js +0 -5
  315. package/esm2015/drawer/models/drawer-view-item.interface.js +0 -5
  316. package/esm2015/drawer/models/mode.js +0 -5
  317. package/esm2015/drawer/models/position.js +0 -5
  318. package/esm2015/drawer/types.js +0 -5
  319. package/esm2015/layouts/models/gridlayout-gap-settings.js +0 -5
  320. package/esm2015/layouts/models/gridlayout-row-col-size.js +0 -5
  321. package/esm2015/layouts/models/layout-align-settings.js +0 -5
  322. package/esm2015/layouts/models/layout-horizontal-align.js +0 -5
  323. package/esm2015/layouts/models/layout-vertical-align.js +0 -5
  324. package/esm2015/panelbar/panelbar-item-model.js +0 -5
  325. package/esm2015/stepper/models/orientation.js +0 -5
  326. package/esm2015/stepper/models/step-predicate.js +0 -5
  327. package/esm2015/stepper/models/step-type.js +0 -5
  328. package/esm2015/stepper/models/stepper-step.interface.js +0 -5
  329. package/esm2015/stepper/types.js +0 -5
  330. package/esm2015/tabstrip/models/button-state-change.js +0 -5
  331. package/esm2015/tabstrip/models/scroll-button-type.js +0 -5
  332. package/esm2015/tabstrip/models/scroll-buttons-visibility.js +0 -5
  333. package/esm2015/tabstrip/models/tab-alignment.js +0 -5
  334. package/esm2015/tabstrip/models/tab-position.js +0 -5
  335. package/esm2015/tilelayout/models/dragging-config.interface.js +0 -5
  336. package/esm2015/tilelayout/models/flowmode.type.js +0 -5
  337. package/esm2015/tilelayout/models/gap.interface.js +0 -5
  338. package/esm2015/tilelayout/models/navigation.interface.js +0 -5
  339. package/schematics/ngAdd/index.js.map +0 -1
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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';
@@ -10,9 +10,9 @@ import * as i0 from "@angular/core";
10
10
  */
11
11
  export class StepperMessages extends ComponentMessages {
12
12
  }
13
- StepperMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
- StepperMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: StepperMessages, selector: "kendo-stepper-messages-base", inputs: { optional: "optional" }, usesInheritance: true, ngImport: i0 });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperMessages, decorators: [{
13
+ StepperMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
+ StepperMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: StepperMessages, selector: "kendo-stepper-messages-base", inputs: { optional: "optional" }, usesInheritance: true, ngImport: i0 });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperMessages, decorators: [{
16
16
  type: Directive,
17
17
  args: [{
18
18
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
  /**
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -1,11 +1,13 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { Component, Input, HostBinding, ViewChild } from '@angular/core';
5
+ import { Component, Input, HostBinding, TemplateRef, NgZone, ElementRef, ViewChild } from '@angular/core';
6
6
  import { validatePackage } from '@progress/kendo-licensing';
7
7
  import { packageMetadata } from '../package-metadata';
8
8
  import { isPresent } from '../common/util';
9
+ import { StepperService } from './stepper.service';
10
+ import { LocalizationService } from '@progress/kendo-angular-l10n';
9
11
  import * as i0 from "@angular/core";
10
12
  import * as i1 from "./stepper.service";
11
13
  import * as i2 from "@progress/kendo-angular-l10n";
@@ -44,7 +46,7 @@ export class StepperStepComponent {
44
46
  this.handleValidityChecks();
45
47
  }
46
48
  ngOnChanges(changes) {
47
- if (changes.current && !changes.current.firstChange) {
49
+ if (changes['current'] && !changes['current'].firstChange) {
48
50
  this.handleValidityChecks();
49
51
  }
50
52
  }
@@ -156,8 +158,8 @@ export class StepperStepComponent {
156
158
  }
157
159
  }
158
160
  }
159
- StepperStepComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperStepComponent, deps: [{ token: i1.StepperService }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
160
- StepperStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: StepperStepComponent, selector: "[kendoStepperStep]", inputs: { step: "step", index: "index", current: "current", type: "type", successIcon: "successIcon", errorIcon: "errorIcon", indicatorTemplate: "indicatorTemplate", labelTemplate: "labelTemplate", stepTemplate: "stepTemplate" }, host: { properties: { "class.k-step-error": "this.errorStepClass", "class.k-step-success": "this.successStepClass" } }, viewQueries: [{ propertyName: "stepLink", first: true, predicate: ["stepLink"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: `
161
+ StepperStepComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperStepComponent, deps: [{ token: i1.StepperService }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
162
+ StepperStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: StepperStepComponent, selector: "[kendoStepperStep]", inputs: { step: "step", index: "index", current: "current", type: "type", successIcon: "successIcon", errorIcon: "errorIcon", indicatorTemplate: "indicatorTemplate", labelTemplate: "labelTemplate", stepTemplate: "stepTemplate" }, host: { properties: { "class.k-step-error": "this.errorStepClass", "class.k-step-success": "this.successStepClass" } }, viewQueries: [{ propertyName: "stepLink", first: true, predicate: ["stepLink"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: `
161
163
  <a href='#' class='k-step-link' #stepLink
162
164
  [attr.tabindex]='tabIndexAttr'
163
165
  [attr.title]='step.label'
@@ -202,7 +204,7 @@ StepperStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
202
204
  </ng-container>
203
205
  </a>
204
206
  `, isInline: true, directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
205
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperStepComponent, decorators: [{
207
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperStepComponent, decorators: [{
206
208
  type: Component,
207
209
  args: [{
208
210
  // eslint-disable-next-line @angular-eslint/component-selector
@@ -1,8 +1,8 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { Component, HostBinding, Input, Output, EventEmitter, ContentChild } from '@angular/core';
5
+ import { Component, HostBinding, Input, Output, EventEmitter, ContentChild, Renderer2, ElementRef } from '@angular/core';
6
6
  import { L10N_PREFIX, LocalizationService } from '@progress/kendo-angular-l10n';
7
7
  import { StepperStepTemplateDirective } from './template-directives/step-template.directive';
8
8
  import { StepperLabelTemplateDirective } from './template-directives/label-template.directive';
@@ -122,10 +122,10 @@ export class StepperComponent {
122
122
  this.applyHostStyling();
123
123
  }
124
124
  ngOnChanges(changes) {
125
- if (changes.steps && !changes.steps.firstChange) {
125
+ if (changes['steps'] && !changes['steps'].firstChange) {
126
126
  this.applyHostStyling();
127
127
  }
128
- if (changes.orientation) {
128
+ if (changes['orientation']) {
129
129
  this.resetHostStyling();
130
130
  this.applyHostStyling();
131
131
  }
@@ -220,8 +220,8 @@ export class StepperComponent {
220
220
  return this.orientation === 'horizontal';
221
221
  }
222
222
  }
223
- StepperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.LocalizationService }, { token: i2.StepperService }], target: i0.ɵɵFactoryTarget.Component });
224
- StepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: StepperComponent, selector: "kendo-stepper", inputs: { stepType: "stepType", linear: "linear", orientation: "orientation", currentStep: "currentStep", steps: "steps", successIcon: "successIcon", errorIcon: "errorIcon", animation: "animation" }, outputs: { activate: "activate", currentStepChange: "currentStepChange" }, host: { properties: { "class.k-stepper": "this.hostClasses", "class.k-stepper-linear": "this.linearClass", "attr.role": "this.ariaRole", "attr.dir": "this.direction", "style.display": "this.displayStyle" } }, providers: [
223
+ StepperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.LocalizationService }, { token: i2.StepperService }], target: i0.ɵɵFactoryTarget.Component });
224
+ StepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: StepperComponent, selector: "kendo-stepper", inputs: { stepType: "stepType", linear: "linear", orientation: "orientation", currentStep: "currentStep", steps: "steps", successIcon: "successIcon", errorIcon: "errorIcon", animation: "animation" }, outputs: { activate: "activate", currentStepChange: "currentStepChange" }, host: { properties: { "class.k-stepper": "this.hostClasses", "class.k-stepper-linear": "this.linearClass", "attr.role": "this.ariaRole", "attr.dir": "this.direction", "style.display": "this.displayStyle" } }, providers: [
225
225
  LocalizationService,
226
226
  StepperService,
227
227
  {
@@ -264,7 +264,7 @@ StepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
264
264
  [ngStyle]='progressBarStyling'>
265
265
  </kendo-progressbar>
266
266
  `, isInline: true, components: [{ type: i3.StepperListComponent, selector: "[kendoStepperList]", inputs: ["linear", "stepType", "orientation", "currentStep", "steps", "successIcon", "errorIcon", "indicatorTemplate", "labelTemplate", "stepTemplate"], outputs: ["listKeydown", "listClick"] }, { type: i4.ProgressBarComponent, selector: "kendo-progressbar", inputs: ["label", "progressCssStyle", "progressCssClass", "emptyCssStyle", "emptyCssClass", "animation"], outputs: ["animationEnd"], exportAs: ["kendoProgressBar"] }], directives: [{ type: i5.LocalizedStepperMessagesDirective, selector: "\n [kendoStepperLocalizedMessages]\n " }, { type: i6.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
267
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperComponent, decorators: [{
267
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperComponent, decorators: [{
268
268
  type: Component,
269
269
  args: [{
270
270
  exportAs: 'kendoStepper',
@@ -1,10 +1,11 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { Injectable, EventEmitter } from '@angular/core';
5
+ import { Injectable, NgZone, ChangeDetectorRef, EventEmitter } from '@angular/core';
6
6
  import { hasObservers, PreventableEvent } from '@progress/kendo-angular-common';
7
7
  import { Keys } from '@progress/kendo-angular-common';
8
+ import { LocalizationService } from '@progress/kendo-angular-l10n';
8
9
  import { isPresent } from '../common/util';
9
10
  import * as i0 from "@angular/core";
10
11
  import * as i1 from "@progress/kendo-angular-l10n";
@@ -155,8 +156,8 @@ export class StepperService {
155
156
  return this.owner.orientation === 'horizontal';
156
157
  }
157
158
  }
158
- StepperService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperService, deps: [{ token: i1.LocalizationService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Injectable });
159
- StepperService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperService });
160
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperService, decorators: [{
159
+ StepperService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperService, deps: [{ token: i1.LocalizationService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Injectable });
160
+ StepperService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperService });
161
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperService, decorators: [{
161
162
  type: Injectable
162
163
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }]; } });
@@ -1,8 +1,8 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { Directive, Optional } from '@angular/core';
5
+ import { Directive, Optional, TemplateRef } from '@angular/core';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Represents a template that defines the content of the Step indicator.
@@ -14,9 +14,9 @@ export class StepperIndicatorTemplateDirective {
14
14
  this.templateRef = templateRef;
15
15
  }
16
16
  }
17
- StepperIndicatorTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperIndicatorTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
18
- StepperIndicatorTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: StepperIndicatorTemplateDirective, selector: "[kendoStepperIndicatorTemplate]", ngImport: i0 });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperIndicatorTemplateDirective, decorators: [{
17
+ StepperIndicatorTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperIndicatorTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
18
+ StepperIndicatorTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: StepperIndicatorTemplateDirective, selector: "[kendoStepperIndicatorTemplate]", ngImport: i0 });
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperIndicatorTemplateDirective, decorators: [{
20
20
  type: Directive,
21
21
  args: [{
22
22
  selector: '[kendoStepperIndicatorTemplate]'
@@ -1,8 +1,8 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { Directive, Optional } from '@angular/core';
5
+ import { Directive, Optional, TemplateRef } from '@angular/core';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Represents a template that defines the content of the Step label.
@@ -14,9 +14,9 @@ export class StepperLabelTemplateDirective {
14
14
  this.templateRef = templateRef;
15
15
  }
16
16
  }
17
- StepperLabelTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperLabelTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
18
- StepperLabelTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: StepperLabelTemplateDirective, selector: "[kendoStepperLabelTemplate]", ngImport: i0 });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperLabelTemplateDirective, decorators: [{
17
+ StepperLabelTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperLabelTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
18
+ StepperLabelTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: StepperLabelTemplateDirective, selector: "[kendoStepperLabelTemplate]", ngImport: i0 });
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperLabelTemplateDirective, decorators: [{
20
20
  type: Directive,
21
21
  args: [{
22
22
  selector: '[kendoStepperLabelTemplate]'
@@ -1,8 +1,8 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { Directive, Optional } from '@angular/core';
5
+ import { Directive, Optional, TemplateRef } from '@angular/core';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Represents a template that defines the content of the whole Step.
@@ -14,9 +14,9 @@ export class StepperStepTemplateDirective {
14
14
  this.templateRef = templateRef;
15
15
  }
16
16
  }
17
- StepperStepTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperStepTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
18
- StepperStepTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: StepperStepTemplateDirective, selector: "[kendoStepperStepTemplate]", ngImport: i0 });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperStepTemplateDirective, decorators: [{
17
+ StepperStepTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperStepTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
18
+ StepperStepTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: StepperStepTemplateDirective, selector: "[kendoStepperStepTemplate]", ngImport: i0 });
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperStepTemplateDirective, decorators: [{
20
20
  type: Directive,
21
21
  args: [{
22
22
  selector: '[kendoStepperStepTemplate]'
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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';
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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';
@@ -36,8 +36,8 @@ const declarations = [
36
36
  */
37
37
  export class StepperModule {
38
38
  }
39
- StepperModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
40
- StepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperModule, declarations: [StepperStepComponent,
39
+ StepperModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
40
+ StepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperModule, declarations: [StepperStepComponent,
41
41
  StepperListComponent,
42
42
  LocalizedStepperMessagesDirective, StepperComponent,
43
43
  StepperCustomMessagesComponent, StepperStepTemplateDirective,
@@ -46,8 +46,8 @@ StepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
46
46
  StepperCustomMessagesComponent, StepperStepTemplateDirective,
47
47
  StepperLabelTemplateDirective,
48
48
  StepperIndicatorTemplateDirective] });
49
- StepperModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperModule, imports: [[CommonModule, ProgressBarModule]] });
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperModule, decorators: [{
49
+ StepperModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperModule, imports: [[CommonModule, ProgressBarModule]] });
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperModule, decorators: [{
51
51
  type: NgModule,
52
52
  args: [{
53
53
  declarations: [declarations],
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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,8 +1,8 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { Directive } from '@angular/core';
5
+ import { Directive, TemplateRef } from '@angular/core';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Represents the content template of the Kendo UI TabStrip.
@@ -39,9 +39,9 @@ export class TabContentDirective {
39
39
  this.templateRef = templateRef;
40
40
  }
41
41
  }
42
- TabContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
43
- TabContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: TabContentDirective, selector: "[kendoTabContent]", ngImport: i0 });
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabContentDirective, decorators: [{
42
+ TabContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
43
+ TabContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: TabContentDirective, selector: "[kendoTabContent]", ngImport: i0 });
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabContentDirective, decorators: [{
45
45
  type: Directive,
46
46
  args: [{
47
47
  selector: '[kendoTabContent]'
@@ -1,8 +1,8 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { Directive } from '@angular/core';
5
+ import { Directive, TemplateRef } from '@angular/core';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Represents the title template of the Kendo UI TabStrip.
@@ -44,9 +44,9 @@ export class TabTitleDirective {
44
44
  this.templateRef = templateRef;
45
45
  }
46
46
  }
47
- TabTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabTitleDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
48
- TabTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: TabTitleDirective, selector: "[kendoTabTitle]", ngImport: i0 });
49
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabTitleDirective, decorators: [{
47
+ TabTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabTitleDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
48
+ TabTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: TabTitleDirective, selector: "[kendoTabTitle]", ngImport: i0 });
49
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabTitleDirective, decorators: [{
50
50
  type: Directive,
51
51
  args: [{
52
52
  selector: '[kendoTabTitle]'
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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,8 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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';
6
+ import { LocalizationService } from '@progress/kendo-angular-l10n';
6
7
  import { TabStripMessages } from './messages';
7
8
  import * as i0 from "@angular/core";
8
9
  import * as i1 from "@progress/kendo-angular-l10n";
@@ -19,14 +20,14 @@ export class TabStripCustomMessagesComponent extends TabStripMessages {
19
20
  return true;
20
21
  }
21
22
  }
22
- TabStripCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabStripCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
23
- TabStripCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TabStripCustomMessagesComponent, selector: "kendo-tabstrip-messages", providers: [
23
+ TabStripCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabStripCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
24
+ TabStripCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: TabStripCustomMessagesComponent, selector: "kendo-tabstrip-messages", providers: [
24
25
  {
25
26
  provide: TabStripMessages,
26
27
  useExisting: forwardRef(() => TabStripCustomMessagesComponent)
27
28
  }
28
29
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabStripCustomMessagesComponent, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabStripCustomMessagesComponent, decorators: [{
30
31
  type: Component,
31
32
  args: [{
32
33
  providers: [
@@ -1,8 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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';
6
+ import { LocalizationService } from '@progress/kendo-angular-l10n';
6
7
  import { TabStripMessages } from './messages';
7
8
  import * as i0 from "@angular/core";
8
9
  import * as i1 from "@progress/kendo-angular-l10n";
@@ -15,14 +16,14 @@ export class LocalizedTabStripMessagesDirective extends TabStripMessages {
15
16
  this.service = service;
16
17
  }
17
18
  }
18
- LocalizedTabStripMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: LocalizedTabStripMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
19
- LocalizedTabStripMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: LocalizedTabStripMessagesDirective, selector: "[kendoTabStripLocalizedMessages]", providers: [
19
+ LocalizedTabStripMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LocalizedTabStripMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
20
+ LocalizedTabStripMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: LocalizedTabStripMessagesDirective, selector: "[kendoTabStripLocalizedMessages]", providers: [
20
21
  {
21
22
  provide: TabStripMessages,
22
23
  useExisting: forwardRef(() => LocalizedTabStripMessagesDirective)
23
24
  }
24
25
  ], usesInheritance: true, ngImport: i0 });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: LocalizedTabStripMessagesDirective, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LocalizedTabStripMessagesDirective, decorators: [{
26
27
  type: Directive,
27
28
  args: [{
28
29
  providers: [
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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';
@@ -10,9 +10,9 @@ import * as i0 from "@angular/core";
10
10
  */
11
11
  export class TabStripMessages extends ComponentMessages {
12
12
  }
13
- TabStripMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabStripMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
- TabStripMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: TabStripMessages, selector: "kendo-tabstrip-messages-base", inputs: { closeTitle: "closeTitle", previousTabButton: "previousTabButton", nextTabButton: "nextTabButton" }, usesInheritance: true, ngImport: i0 });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabStripMessages, decorators: [{
13
+ TabStripMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabStripMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
+ TabStripMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: TabStripMessages, selector: "kendo-tabstrip-messages-base", inputs: { closeTitle: "closeTitle", previousTabButton: "previousTabButton", nextTabButton: "nextTabButton" }, usesInheritance: true, ngImport: i0 });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabStripMessages, decorators: [{
16
16
  type: Directive,
17
17
  args: [{
18
18
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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, MOUSE_SCROLL_SPEED } from "../constants";
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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';
@@ -33,9 +33,9 @@ export class TabStripTabComponent {
33
33
  return this._tabTitleDirective.first;
34
34
  }
35
35
  }
36
- TabStripTabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabStripTabComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
37
- TabStripTabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TabStripTabComponent, selector: "kendo-tabstrip-tab", inputs: { title: "title", disabled: "disabled", cssClass: "cssClass", cssStyle: "cssStyle", selected: "selected", closable: "closable", closeIcon: "closeIcon" }, queries: [{ propertyName: "_tabContent", predicate: TabContentDirective }, { propertyName: "_tabTitleDirective", predicate: TabTitleDirective }], exportAs: ["kendoTabStripTab"], ngImport: i0, template: ``, isInline: true });
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabStripTabComponent, decorators: [{
36
+ TabStripTabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabStripTabComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
37
+ TabStripTabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: TabStripTabComponent, selector: "kendo-tabstrip-tab", inputs: { title: "title", disabled: "disabled", cssClass: "cssClass", cssStyle: "cssStyle", selected: "selected", closable: "closable", closeIcon: "closeIcon" }, queries: [{ propertyName: "_tabContent", predicate: TabContentDirective }, { propertyName: "_tabTitleDirective", predicate: TabTitleDirective }], exportAs: ["kendoTabStripTab"], ngImport: i0, template: ``, isInline: true });
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabStripTabComponent, decorators: [{
39
39
  type: Component,
40
40
  args: [{
41
41
  exportAs: 'kendoTabStripTab',
@@ -1,8 +1,10 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { TabStripTabComponent } from '../models/tabstrip-tab.component';
5
6
  import { Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';
7
+ import { LocalizationService } from '@progress/kendo-angular-l10n';
6
8
  import { isPresent } from '../../common/util';
7
9
  import { TabCloseEvent } from '../events/tabclose-event';
8
10
  import * as i0 from "@angular/core";
@@ -49,8 +51,8 @@ export class TabComponent {
49
51
  this.tabClose.emit(closeArgs);
50
52
  }
51
53
  }
52
- TabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
53
- TabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TabComponent, selector: "[kendoTabStripTab]", inputs: { tab: "tab", index: "index", tabStripClosable: "tabStripClosable", tabStripCloseIcon: "tabStripCloseIcon" }, outputs: { tabClose: "tabClose" }, host: { properties: { "class.k-item": "this.hostClasses", "class.k-state-default": "this.hostClasses", "attr.aria-selected": "this.activeClass", "class.k-active": "this.activeClass", "attr.aria-disabled]": "this.disabledClass", "class.k-disabled": "this.disabledClass", "class.k-focus": "this.focusedClass", "attr.tabindex": "this.tabIndex" } }, ngImport: i0, template: `
54
+ TabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
55
+ TabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: TabComponent, selector: "[kendoTabStripTab]", inputs: { tab: "tab", index: "index", tabStripClosable: "tabStripClosable", tabStripCloseIcon: "tabStripCloseIcon" }, outputs: { tabClose: "tabClose" }, host: { properties: { "class.k-item": "this.hostClasses", "class.k-state-default": "this.hostClasses", "attr.aria-selected": "this.activeClass", "class.k-active": "this.activeClass", "attr.aria-disabled]": "this.disabledClass", "class.k-disabled": "this.disabledClass", "class.k-focus": "this.focusedClass", "attr.tabindex": "this.tabIndex" } }, ngImport: i0, template: `
54
56
  <span class="k-link" *ngIf="!tab.tabTitle">{{ tab.title }}</span>
55
57
  <span class="k-link" *ngIf="tab.tabTitle">
56
58
  <ng-template [ngTemplateOutlet]="tab.tabTitle?.templateRef">
@@ -65,7 +67,7 @@ TabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
65
67
  <span [ngClass]="closeButtonClasses"></span>
66
68
  </span>
67
69
  `, isInline: true, directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
68
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabComponent, decorators: [{
70
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabComponent, decorators: [{
69
71
  type: Component,
70
72
  args: [{
71
73
  // eslint-disable-next-line @angular-eslint/component-selector