@progress/kendo-angular-layout 6.6.0 → 7.0.0-dev.202204150742

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 (637) hide show
  1. package/{dist/es2015/avatar → avatar}/avatar.component.d.ts +22 -16
  2. package/{dist/es2015/avatar → avatar}/models/fill.d.ts +1 -1
  3. package/{dist/es2015/avatar → avatar}/models/models.d.ts +0 -0
  4. package/{dist/es2015/avatar → avatar}/models/rounded.d.ts +1 -1
  5. package/{dist/es2015/avatar → avatar}/models/shape.d.ts +0 -0
  6. package/{dist/es2015/avatar → avatar}/models/size.d.ts +1 -1
  7. package/{dist/es2015/avatar → avatar}/models/theme-color.d.ts +1 -1
  8. package/{dist/es2015/avatar.module.d.ts → avatar.module.d.ts} +6 -0
  9. package/bundles/kendo-angular-layout.umd.js +5 -0
  10. package/{dist/es2015/card → card}/card-actions.component.d.ts +16 -9
  11. package/card/card-body.component.d.ts +13 -0
  12. package/{dist/es2015/card → card}/card-footer.component.d.ts +3 -0
  13. package/{dist/es2015/card → card}/card-header.component.d.ts +3 -0
  14. package/{dist/es2015/card → card}/card.component.d.ts +6 -3
  15. package/{dist/es2015/card → card}/directives/card-media.directive.d.ts +3 -0
  16. package/{dist/es2015/card → card}/directives/card-separator.directive.d.ts +5 -2
  17. package/{dist/es2015/card → card}/directives/card-subtitle.directive.d.ts +3 -0
  18. package/{dist/es2015/card → card}/directives/card-title.directive.d.ts +3 -0
  19. package/{dist/es2015/card → card}/models/actions-layout.d.ts +0 -0
  20. package/{dist/es2015/card → card}/models/card-action.d.ts +0 -0
  21. package/card.module.d.ts +24 -0
  22. package/{dist/es2015/common → common}/direction.d.ts +0 -0
  23. package/{dist/es2015/common → common}/dom-queries.d.ts +0 -0
  24. package/{dist/es2015/common → common}/orientation.d.ts +0 -0
  25. package/{dist/es2015/common → common}/preventable-event.d.ts +0 -0
  26. package/{dist/es2015/common → common}/styling-classes.d.ts +0 -0
  27. package/{dist/es2015/common → common}/util.d.ts +4 -4
  28. package/{dist/es2015/drawer → drawer}/animations.d.ts +0 -0
  29. package/{dist/es2015/drawer → drawer}/drawer-container.component.d.ts +9 -6
  30. package/{dist/es2015/drawer → drawer}/drawer-content.component.d.ts +3 -0
  31. package/{dist/es2015/drawer → drawer}/drawer.component.d.ts +17 -8
  32. package/{dist/es2015/drawer → drawer}/drawer.service.d.ts +3 -1
  33. package/drawer/events/drawer-list-select.event.d.ts +26 -0
  34. package/{dist/es2015/drawer → drawer}/events/select-event.d.ts +6 -2
  35. package/{dist/es2015/drawer → drawer}/item.component.d.ts +7 -4
  36. package/{dist/es2015/drawer → drawer}/list.component.d.ts +6 -1
  37. package/{dist/es2015/drawer → drawer}/models/constants.d.ts +0 -0
  38. package/{dist/es2015/drawer → drawer}/models/drawer-animation.interface.d.ts +1 -1
  39. package/{dist/es2015/drawer → drawer}/models/drawer-item.interface.d.ts +0 -0
  40. package/{dist/es2015/drawer → drawer}/models/mode.d.ts +0 -0
  41. package/{dist/es2015/drawer → drawer}/models/position.d.ts +0 -0
  42. package/{dist/es2015/drawer → drawer}/template-directives/drawer-template.directive.d.ts +3 -0
  43. package/{dist/es2015/drawer → drawer}/template-directives/footer-template.directive.d.ts +3 -0
  44. package/{dist/es2015/drawer → drawer}/template-directives/header-template.directive.d.ts +3 -0
  45. package/{dist/es2015/drawer → drawer}/template-directives/item-template.directive.d.ts +3 -0
  46. package/{dist/es2015/drawer → drawer}/template-directives.d.ts +0 -0
  47. package/{dist/es2015/drawer → drawer}/types.d.ts +0 -0
  48. package/{dist/es2015/drawer → drawer}/util.d.ts +0 -0
  49. package/drawer.module.d.ts +24 -0
  50. package/{dist/es2015 → esm2015}/avatar/avatar.component.js +97 -115
  51. package/{dist/es → esm2015}/avatar/models/fill.js +1 -0
  52. package/{dist/es/layouts → esm2015/avatar/models}/models.js +5 -0
  53. package/{dist/es2015 → esm2015}/avatar/models/rounded.js +1 -0
  54. package/{dist/es2015 → esm2015}/avatar/models/shape.js +1 -0
  55. package/{dist/es → esm2015}/avatar/models/size.js +1 -0
  56. package/{dist/es → esm2015}/avatar/models/theme-color.js +1 -0
  57. package/esm2015/avatar.module.js +31 -0
  58. package/esm2015/card/card-actions.component.js +145 -0
  59. package/esm2015/card/card-body.component.js +30 -0
  60. package/esm2015/card/card-footer.component.js +30 -0
  61. package/esm2015/card/card-header.component.js +30 -0
  62. package/esm2015/card/card.component.js +101 -0
  63. package/esm2015/card/directives/card-media.directive.js +25 -0
  64. package/esm2015/card/directives/card-separator.directive.js +52 -0
  65. package/esm2015/card/directives/card-subtitle.directive.js +25 -0
  66. package/esm2015/card/directives/card-title.directive.js +25 -0
  67. package/{dist/es → esm2015}/card/models/actions-layout.js +1 -0
  68. package/{dist/es2015 → esm2015}/card/models/card-action.js +0 -0
  69. package/{dist/es2015 → esm2015}/card.module.js +28 -11
  70. package/{dist/es → esm2015}/common/direction.js +1 -0
  71. package/{dist/es2015 → esm2015}/common/dom-queries.js +0 -3
  72. package/{dist/es → esm2015}/common/orientation.js +1 -0
  73. package/{dist/es2015 → esm2015}/common/preventable-event.js +0 -0
  74. package/{dist/es → esm2015}/common/styling-classes.js +1 -0
  75. package/{dist/es2015 → esm2015}/common/util.js +7 -9
  76. package/{dist/es2015 → esm2015}/drawer/animations.js +0 -0
  77. package/esm2015/drawer/drawer-container.component.js +109 -0
  78. package/esm2015/drawer/drawer-content.component.js +31 -0
  79. package/{dist/es2015 → esm2015}/drawer/drawer.component.js +124 -124
  80. package/{dist/es2015 → esm2015}/drawer/drawer.service.js +8 -20
  81. package/esm2015/drawer/events/drawer-list-select.event.js +17 -0
  82. package/{dist/es2015 → esm2015}/drawer/events/select-event.js +8 -1
  83. package/esm2015/drawer/item.component.js +121 -0
  84. package/{dist/es2015 → esm2015}/drawer/list.component.js +32 -34
  85. package/{dist/es2015 → esm2015}/drawer/models/constants.js +0 -0
  86. package/{dist/es → esm2015}/drawer/models/drawer-animation.interface.js +1 -0
  87. package/{dist/es → esm2015}/drawer/models/drawer-item.interface.js +1 -0
  88. package/{dist/es → esm2015}/drawer/models/mode.js +1 -0
  89. package/{dist/es → esm2015}/drawer/models/position.js +1 -0
  90. package/esm2015/drawer/template-directives/drawer-template.directive.js +28 -0
  91. package/esm2015/drawer/template-directives/footer-template.directive.js +26 -0
  92. package/esm2015/drawer/template-directives/header-template.directive.js +26 -0
  93. package/esm2015/drawer/template-directives/item-template.directive.js +26 -0
  94. package/{dist/es → esm2015}/drawer/template-directives.js +0 -0
  95. package/{dist/es → esm2015}/drawer/types.js +1 -0
  96. package/{dist/es2015 → esm2015}/drawer/util.js +0 -0
  97. package/{dist/es2015 → esm2015}/drawer.module.js +25 -11
  98. package/{dist/es2015 → esm2015}/expansionpanel/animations.js +0 -0
  99. package/{dist/es2015 → esm2015}/expansionpanel/events/action-event.js +8 -1
  100. package/esm2015/expansionpanel/expansionpanel-title.directive.js +27 -0
  101. package/{dist/es2015 → esm2015}/expansionpanel/expansionpanel.component.js +112 -119
  102. package/esm2015/expansionpanel.module.js +36 -0
  103. package/esm2015/gridlayout.module.js +35 -0
  104. package/esm2015/kendo-angular-layout.js +8 -0
  105. package/{dist/es2015 → esm2015}/layout.module.js +44 -21
  106. package/{dist/es2015 → esm2015}/layouts/grid-layout.component.js +44 -48
  107. package/esm2015/layouts/gridlayout-item.component.js +47 -0
  108. package/{dist/es → esm2015}/layouts/models/gridlayout-gap-settings.js +1 -0
  109. package/{dist/es → esm2015}/layouts/models/gridlayout-row-col-size.js +1 -0
  110. package/{dist/es → esm2015}/layouts/models/layout-align-settings.js +1 -0
  111. package/{dist/es → esm2015}/layouts/models/layout-horizontal-align.js +1 -0
  112. package/{dist/es → esm2015}/layouts/models/layout-vertical-align.js +1 -0
  113. package/{dist/es2015/layouts/models.d.ts → esm2015/layouts/models.js} +0 -0
  114. package/{dist/es2015 → esm2015}/layouts/stack-layout.component.js +48 -54
  115. package/{dist/es2015 → esm2015}/layouts/util.js +0 -0
  116. package/{dist/es → esm2015}/main.js +4 -0
  117. package/{dist/es2015 → esm2015}/package-metadata.js +1 -1
  118. package/{dist/es2015 → esm2015}/panelbar/events/collapse-event.js +0 -0
  119. package/{dist/es2015 → esm2015}/panelbar/events/expand-event.js +0 -0
  120. package/{dist/es2015 → esm2015}/panelbar/events/select-event.js +0 -0
  121. package/{dist/es/stepper/models/constants.js → esm2015/panelbar/events/state-change-event.js} +3 -2
  122. package/{dist/es → esm2015}/panelbar/events.js +1 -0
  123. package/esm2015/panelbar/panelbar-content.directive.js +23 -0
  124. package/{dist/es → esm2015}/panelbar/panelbar-expand-mode.js +0 -0
  125. package/{dist/es → esm2015}/panelbar/panelbar-item-model.js +1 -0
  126. package/esm2015/panelbar/panelbar-item-template.directive.js +24 -0
  127. package/{dist/es2015 → esm2015}/panelbar/panelbar-item-title.directive.js +14 -12
  128. package/{dist/es2015 → esm2015}/panelbar/panelbar-item.component.js +233 -158
  129. package/{dist/es2015 → esm2015}/panelbar/panelbar.component.js +130 -147
  130. package/{dist/es2015 → esm2015}/panelbar/panelbar.service.js +8 -8
  131. package/{dist/es2015 → esm2015}/panelbar.module.js +22 -11
  132. package/{dist/es2015 → esm2015}/splitter/splitter-bar.component.js +60 -81
  133. package/{dist/es2015 → esm2015}/splitter/splitter-pane.component.js +53 -84
  134. package/{dist/es2015 → esm2015}/splitter/splitter.component.js +84 -69
  135. package/{dist/es2015 → esm2015}/splitter/splitter.service.js +9 -9
  136. package/{dist/es2015 → esm2015}/splitter.module.js +21 -12
  137. package/esm2015/stacklayout.module.js +31 -0
  138. package/{dist/es2015 → esm2015}/stepper/events/activate-event.js +8 -1
  139. package/esm2015/stepper/list.component.js +145 -0
  140. package/esm2015/stepper/localization/custom-messages.component.js +41 -0
  141. package/esm2015/stepper/localization/localized-messages.directive.js +38 -0
  142. package/esm2015/stepper/localization/messages.js +23 -0
  143. package/{dist/es2015 → esm2015}/stepper/models/constants.js +0 -0
  144. package/{dist/es → esm2015}/stepper/models/orientation.js +1 -0
  145. package/{dist/es → esm2015}/stepper/models/step-predicate.js +1 -0
  146. package/{dist/es → esm2015}/stepper/models/step-type.js +1 -0
  147. package/{dist/es → esm2015}/stepper/models/stepper-step.interface.js +1 -0
  148. package/{dist/es2015 → esm2015}/stepper/step.component.js +88 -66
  149. package/{dist/es2015 → esm2015}/stepper/stepper.component.js +141 -103
  150. package/{dist/es2015 → esm2015}/stepper/stepper.service.js +25 -14
  151. package/esm2015/stepper/template-directives/indicator-template.directive.js +26 -0
  152. package/esm2015/stepper/template-directives/label-template.directive.js +26 -0
  153. package/esm2015/stepper/template-directives/step-template.directive.js +26 -0
  154. package/{dist/es → esm2015}/stepper/template-directives.js +0 -0
  155. package/{dist/es → esm2015}/stepper/types.js +1 -0
  156. package/{dist/es2015 → esm2015}/stepper.module.js +22 -11
  157. package/{dist/es2015 → esm2015}/tabstrip/constants.js +0 -0
  158. package/{dist/es2015 → esm2015}/tabstrip/directives/tab-content.directive.js +12 -11
  159. package/{dist/es2015 → esm2015}/tabstrip/directives/tab-title.directive.js +12 -11
  160. package/{dist/es2015 → esm2015}/tabstrip/events/select-event.js +0 -0
  161. package/{dist/es2015 → esm2015}/tabstrip/events/tabclose-event.js +0 -0
  162. package/{dist/es2015 → esm2015}/tabstrip/events/tabscroll-event.js +8 -1
  163. package/{dist/es → esm2015}/tabstrip/events.js +0 -0
  164. package/esm2015/tabstrip/localization/custom-messages.component.js +41 -0
  165. package/esm2015/tabstrip/localization/localized-messages.directive.js +36 -0
  166. package/esm2015/tabstrip/localization/messages.js +23 -0
  167. package/{dist/es → esm2015}/tabstrip/models/button-state-change.js +1 -0
  168. package/{dist/es/avatar/models/models.js → esm2015/tabstrip/models/scroll-button-type.js} +1 -0
  169. package/{dist/es → esm2015}/tabstrip/models/scroll-buttons-visibility.js +1 -0
  170. package/{dist/es2015 → esm2015}/tabstrip/models/scrollable-settings.js +0 -2
  171. package/{dist/es → esm2015}/tabstrip/models/tab-alignment.js +1 -0
  172. package/{dist/es → esm2015}/tabstrip/models/tab-position.js +1 -0
  173. package/esm2015/tabstrip/models/tabstrip-tab.component.js +65 -0
  174. package/esm2015/tabstrip/rendering/tab.component.js +123 -0
  175. package/esm2015/tabstrip/scrollable-button.component.js +123 -0
  176. package/{dist/es2015 → esm2015}/tabstrip/tabstrip-scroll.service.js +16 -36
  177. package/{dist/es2015 → esm2015}/tabstrip/tabstrip.component.js +237 -149
  178. package/{dist/es2015 → esm2015}/tabstrip/tabstrip.service.js +11 -16
  179. package/{dist/es2015 → esm2015}/tabstrip/util.js +0 -0
  180. package/{dist/es2015 → esm2015}/tabstrip.module.js +26 -11
  181. package/{dist/es2015 → esm2015}/tilelayout/constants.js +0 -0
  182. package/{dist/es2015 → esm2015}/tilelayout/dragging-service.js +10 -12
  183. package/{dist/es → esm2015}/tilelayout/models/dragging-config.interface.js +1 -0
  184. package/{dist/es → esm2015}/tilelayout/models/flowmode.type.js +1 -0
  185. package/{dist/es → esm2015}/tilelayout/models/gap.interface.js +1 -0
  186. package/{dist/es2015 → esm2015}/tilelayout/reorder-event.js +1 -1
  187. package/{dist/es2015 → esm2015}/tilelayout/resize-event.js +1 -1
  188. package/esm2015/tilelayout/tilelayout-item-body.component.js +37 -0
  189. package/esm2015/tilelayout/tilelayout-item-header.component.js +52 -0
  190. package/{dist/es2015 → esm2015}/tilelayout/tilelayout-item.component.js +81 -76
  191. package/{dist/es2015 → esm2015}/tilelayout/tilelayout-resize-handle.directive.js +16 -20
  192. package/{dist/es2015 → esm2015}/tilelayout/tilelayout.component.js +79 -84
  193. package/{dist/es2015 → esm2015}/tilelayout/util.js +0 -0
  194. package/{dist/es2015 → esm2015}/tilelayout.module.js +22 -11
  195. package/{dist/es2015/expansionpanel → expansionpanel}/animations.d.ts +0 -0
  196. package/{dist/es2015/expansionpanel → expansionpanel}/events/action-event.d.ts +5 -1
  197. package/{dist/es2015/expansionpanel → expansionpanel}/expansionpanel-title.directive.d.ts +3 -0
  198. package/{dist/es2015/expansionpanel → expansionpanel}/expansionpanel.component.d.ts +9 -5
  199. package/expansionpanel.module.d.ts +18 -0
  200. package/{dist/fesm2015/index.js → fesm2015/kendo-angular-layout.js} +5200 -4865
  201. package/gridlayout.module.d.ts +17 -0
  202. package/{dist/es2015/card/card-body.component.d.ts → kendo-angular-layout.d.ts} +3 -4
  203. package/{dist/es2015/layout.module.d.ts → layout.module.d.ts} +15 -0
  204. package/{dist/es2015/layouts → layouts}/grid-layout.component.d.ts +7 -3
  205. package/{dist/es2015/layouts → layouts}/gridlayout-item.component.d.ts +3 -0
  206. package/{dist/es2015/layouts → layouts}/models/gridlayout-gap-settings.d.ts +0 -0
  207. package/{dist/es2015/layouts → layouts}/models/gridlayout-row-col-size.d.ts +0 -0
  208. package/{dist/es2015/layouts → layouts}/models/layout-align-settings.d.ts +0 -0
  209. package/{dist/es2015/layouts → layouts}/models/layout-horizontal-align.d.ts +0 -0
  210. package/{dist/es2015/layouts → layouts}/models/layout-vertical-align.d.ts +0 -0
  211. package/{dist/es/avatar/models/shape.js → layouts/models.d.ts} +6 -0
  212. package/{dist/es2015/layouts → layouts}/stack-layout.component.d.ts +9 -5
  213. package/{dist/es2015/layouts → layouts}/util.d.ts +3 -3
  214. package/{dist/es2015/main.d.ts → main.d.ts} +3 -0
  215. package/{dist/es2015/package-metadata.d.ts → package-metadata.d.ts} +0 -0
  216. package/package.json +44 -132
  217. package/{dist/es2015/panelbar → panelbar}/events/collapse-event.d.ts +0 -0
  218. package/{dist/es2015/panelbar → panelbar}/events/expand-event.d.ts +0 -0
  219. package/{dist/es2015/panelbar → panelbar}/events/select-event.d.ts +0 -0
  220. package/panelbar/events/state-change-event.d.ts +14 -0
  221. package/{dist/es2015/panelbar → panelbar}/events.d.ts +1 -0
  222. package/{dist/es2015/panelbar → panelbar}/panelbar-content.directive.d.ts +3 -0
  223. package/{dist/es2015/panelbar → panelbar}/panelbar-expand-mode.d.ts +0 -0
  224. package/{dist/es2015/panelbar → panelbar}/panelbar-item-model.d.ts +0 -0
  225. package/{dist/es2015/panelbar → panelbar}/panelbar-item-template.directive.d.ts +3 -0
  226. package/{dist/es2015/panelbar → panelbar}/panelbar-item-title.directive.d.ts +3 -0
  227. package/{dist/es2015/panelbar → panelbar}/panelbar-item.component.d.ts +17 -13
  228. package/{dist/es2015/panelbar → panelbar}/panelbar.component.d.ts +16 -11
  229. package/{dist/es2015/panelbar → panelbar}/panelbar.service.d.ts +3 -0
  230. package/panelbar.module.d.ts +27 -0
  231. package/schematics/ngAdd/index.js +5 -2
  232. package/schematics/ngAdd/index.js.map +1 -1
  233. package/{dist/es2015/splitter → splitter}/splitter-bar.component.d.ts +8 -5
  234. package/{dist/es2015/splitter → splitter}/splitter-pane.component.d.ts +13 -8
  235. package/{dist/es2015/splitter → splitter}/splitter.component.d.ts +9 -6
  236. package/{dist/es2015/splitter → splitter}/splitter.service.d.ts +3 -0
  237. package/splitter.module.d.ts +23 -0
  238. package/{dist/es2015/stacklayout.module.d.ts → stacklayout.module.d.ts} +6 -0
  239. package/{dist/es2015/stepper → stepper}/events/activate-event.d.ts +6 -2
  240. package/{dist/es2015/stepper → stepper}/list.component.d.ts +9 -6
  241. package/{dist/es2015/stepper → stepper}/localization/custom-messages.component.d.ts +4 -1
  242. package/{dist/es2015/stepper → stepper}/localization/localized-messages.directive.d.ts +3 -0
  243. package/{dist/es2015/stepper → stepper}/localization/messages.d.ts +3 -0
  244. package/{dist/es2015/stepper → stepper}/models/constants.d.ts +0 -0
  245. package/{dist/es2015/stepper → stepper}/models/orientation.d.ts +0 -0
  246. package/{dist/es2015/stepper → stepper}/models/step-predicate.d.ts +0 -0
  247. package/{dist/es2015/stepper → stepper}/models/step-type.d.ts +0 -0
  248. package/{dist/es2015/stepper → stepper}/models/stepper-step.interface.d.ts +0 -0
  249. package/{dist/es2015/stepper → stepper}/step.component.d.ts +16 -13
  250. package/{dist/es2015/stepper → stepper}/stepper.component.d.ts +22 -9
  251. package/{dist/es2015/stepper → stepper}/stepper.service.d.ts +6 -4
  252. package/{dist/es2015/stepper → stepper}/template-directives/indicator-template.directive.d.ts +3 -0
  253. package/{dist/es2015/stepper → stepper}/template-directives/label-template.directive.d.ts +3 -0
  254. package/{dist/es2015/stepper → stepper}/template-directives/step-template.directive.d.ts +3 -0
  255. package/{dist/es2015/stepper → stepper}/template-directives.d.ts +0 -0
  256. package/{dist/es2015/stepper → stepper}/types.d.ts +0 -0
  257. package/stepper.module.d.ts +24 -0
  258. package/{dist/es2015/tabstrip → tabstrip}/constants.d.ts +0 -0
  259. package/{dist/es2015/tabstrip → tabstrip}/directives/tab-content.directive.d.ts +3 -0
  260. package/{dist/es2015/tabstrip → tabstrip}/directives/tab-title.directive.d.ts +3 -0
  261. package/{dist/es2015/tabstrip → tabstrip}/events/select-event.d.ts +0 -0
  262. package/{dist/es2015/tabstrip → tabstrip}/events/tabclose-event.d.ts +0 -0
  263. package/{dist/es2015/tabstrip → tabstrip}/events/tabscroll-event.d.ts +5 -1
  264. package/{dist/es2015/tabstrip → tabstrip}/events.d.ts +0 -0
  265. package/{dist/es2015/tabstrip → tabstrip}/localization/custom-messages.component.d.ts +4 -1
  266. package/{dist/es2015/tabstrip → tabstrip}/localization/localized-messages.directive.d.ts +3 -0
  267. package/{dist/es2015/tabstrip → tabstrip}/localization/messages.d.ts +3 -0
  268. package/{dist/es2015/tabstrip → tabstrip}/models/button-state-change.d.ts +0 -0
  269. package/{dist/es/drawer/models/constants.js → tabstrip/models/scroll-button-type.d.ts} +1 -1
  270. package/{dist/es2015/tabstrip → tabstrip}/models/scroll-buttons-visibility.d.ts +0 -0
  271. package/{dist/es2015/tabstrip → tabstrip}/models/scrollable-settings.d.ts +0 -0
  272. package/{dist/es2015/tabstrip → tabstrip}/models/tab-alignment.d.ts +0 -0
  273. package/{dist/es2015/tabstrip → tabstrip}/models/tab-position.d.ts +0 -0
  274. package/{dist/es2015/tabstrip → tabstrip}/models/tabstrip-tab.component.d.ts +5 -2
  275. package/tabstrip/rendering/tab.component.d.ts +32 -0
  276. package/tabstrip/scrollable-button.component.d.ts +38 -0
  277. package/{dist/es2015/tabstrip → tabstrip}/tabstrip-scroll.service.d.ts +9 -11
  278. package/{dist/es2015/tabstrip → tabstrip}/tabstrip.component.d.ts +25 -15
  279. package/{dist/es2015/tabstrip → tabstrip}/tabstrip.service.d.ts +3 -1
  280. package/{dist/es2015/tabstrip → tabstrip}/util.d.ts +0 -0
  281. package/tabstrip.module.d.ts +30 -0
  282. package/{dist/es2015/tilelayout → tilelayout}/constants.d.ts +0 -0
  283. package/{dist/es2015/tilelayout → tilelayout}/dragging-service.d.ts +7 -4
  284. package/{dist/es2015/tilelayout → tilelayout}/models/dragging-config.interface.d.ts +0 -0
  285. package/{dist/es2015/tilelayout → tilelayout}/models/flowmode.type.d.ts +0 -0
  286. package/{dist/es2015/tilelayout → tilelayout}/models/gap.interface.d.ts +0 -0
  287. package/{dist/es2015/tilelayout → tilelayout}/reorder-event.d.ts +1 -1
  288. package/{dist/es2015/tilelayout → tilelayout}/resize-event.d.ts +1 -1
  289. package/{dist/es2015/tilelayout → tilelayout}/tilelayout-item-body.component.d.ts +3 -0
  290. package/{dist/es2015/tilelayout → tilelayout}/tilelayout-item-header.component.d.ts +11 -5
  291. package/{dist/es2015/tilelayout → tilelayout}/tilelayout-item.component.d.ts +14 -5
  292. package/{dist/es2015/tilelayout → tilelayout}/tilelayout-resize-handle.directive.d.ts +3 -0
  293. package/{dist/es2015/tilelayout → tilelayout}/tilelayout.component.d.ts +10 -6
  294. package/{dist/es2015/tilelayout → tilelayout}/util.d.ts +0 -0
  295. package/tilelayout.module.d.ts +26 -0
  296. package/dist/cdn/js/kendo-angular-layout.js +0 -20
  297. package/dist/cdn/main.js +0 -5
  298. package/dist/es/avatar/avatar.component.js +0 -357
  299. package/dist/es/avatar/models/rounded.js +0 -4
  300. package/dist/es/avatar.module.js +0 -29
  301. package/dist/es/card/card-actions.component.js +0 -151
  302. package/dist/es/card/card-body.component.js +0 -26
  303. package/dist/es/card/card-footer.component.js +0 -26
  304. package/dist/es/card/card-header.component.js +0 -26
  305. package/dist/es/card/card.component.js +0 -114
  306. package/dist/es/card/directives/card-media.directive.js +0 -25
  307. package/dist/es/card/directives/card-separator.directive.js +0 -66
  308. package/dist/es/card/directives/card-subtitle.directive.js +0 -25
  309. package/dist/es/card/directives/card-title.directive.js +0 -25
  310. package/dist/es/card/models/card-action.js +0 -13
  311. package/dist/es/card.module.js +0 -47
  312. package/dist/es/common/dom-queries.js +0 -52
  313. package/dist/es/common/preventable-event.js +0 -36
  314. package/dist/es/common/util.js +0 -91
  315. package/dist/es/drawer/animations.js +0 -146
  316. package/dist/es/drawer/drawer-container.component.js +0 -133
  317. package/dist/es/drawer/drawer-content.component.js +0 -28
  318. package/dist/es/drawer/drawer.component.js +0 -405
  319. package/dist/es/drawer/drawer.service.js +0 -45
  320. package/dist/es/drawer/events/select-event.js +0 -17
  321. package/dist/es/drawer/item.component.js +0 -123
  322. package/dist/es/drawer/list.component.js +0 -119
  323. package/dist/es/drawer/template-directives/drawer-template.directive.js +0 -27
  324. package/dist/es/drawer/template-directives/footer-template.directive.js +0 -25
  325. package/dist/es/drawer/template-directives/header-template.directive.js +0 -25
  326. package/dist/es/drawer/template-directives/item-template.directive.js +0 -25
  327. package/dist/es/drawer/util.js +0 -16
  328. package/dist/es/drawer.module.js +0 -45
  329. package/dist/es/expansionpanel/animations.js +0 -23
  330. package/dist/es/expansionpanel/events/action-event.js +0 -17
  331. package/dist/es/expansionpanel/expansionpanel-title.directive.js +0 -26
  332. package/dist/es/expansionpanel/expansionpanel.component.js +0 -441
  333. package/dist/es/expansionpanel.module.js +0 -32
  334. package/dist/es/gridlayout.module.js +0 -31
  335. package/dist/es/index.js +0 -29
  336. package/dist/es/layout.module.js +0 -71
  337. package/dist/es/layouts/grid-layout.component.js +0 -155
  338. package/dist/es/layouts/gridlayout-item.component.js +0 -52
  339. package/dist/es/layouts/stack-layout.component.js +0 -171
  340. package/dist/es/layouts/util.js +0 -102
  341. package/dist/es/package-metadata.js +0 -15
  342. package/dist/es/panelbar/events/collapse-event.js +0 -17
  343. package/dist/es/panelbar/events/expand-event.js +0 -17
  344. package/dist/es/panelbar/events/select-event.js +0 -17
  345. package/dist/es/panelbar/panelbar-content.directive.js +0 -23
  346. package/dist/es/panelbar/panelbar-item-template.directive.js +0 -23
  347. package/dist/es/panelbar/panelbar-item-title.directive.js +0 -46
  348. package/dist/es/panelbar/panelbar-item.component.js +0 -455
  349. package/dist/es/panelbar/panelbar.component.js +0 -647
  350. package/dist/es/panelbar/panelbar.service.js +0 -43
  351. package/dist/es/panelbar.module.js +0 -44
  352. package/dist/es/splitter/splitter-bar.component.js +0 -282
  353. package/dist/es/splitter/splitter-pane.component.js +0 -270
  354. package/dist/es/splitter/splitter.component.js +0 -226
  355. package/dist/es/splitter/splitter.service.js +0 -153
  356. package/dist/es/splitter.module.js +0 -42
  357. package/dist/es/stacklayout.module.js +0 -29
  358. package/dist/es/stepper/events/activate-event.js +0 -17
  359. package/dist/es/stepper/list.component.js +0 -144
  360. package/dist/es/stepper/localization/custom-messages.component.js +0 -44
  361. package/dist/es/stepper/localization/localized-messages.directive.js +0 -35
  362. package/dist/es/stepper/localization/messages.js +0 -22
  363. package/dist/es/stepper/step.component.js +0 -272
  364. package/dist/es/stepper/stepper.component.js +0 -328
  365. package/dist/es/stepper/stepper.service.js +0 -161
  366. package/dist/es/stepper/template-directives/indicator-template.directive.js +0 -25
  367. package/dist/es/stepper/template-directives/label-template.directive.js +0 -25
  368. package/dist/es/stepper/template-directives/step-template.directive.js +0 -25
  369. package/dist/es/stepper.module.js +0 -47
  370. package/dist/es/tabstrip/constants.js +0 -33
  371. package/dist/es/tabstrip/directives/tab-content.directive.js +0 -49
  372. package/dist/es/tabstrip/directives/tab-title.directive.js +0 -54
  373. package/dist/es/tabstrip/events/select-event.js +0 -26
  374. package/dist/es/tabstrip/events/tabclose-event.js +0 -22
  375. package/dist/es/tabstrip/events/tabscroll-event.js +0 -19
  376. package/dist/es/tabstrip/localization/custom-messages.component.js +0 -44
  377. package/dist/es/tabstrip/localization/localized-messages.directive.js +0 -35
  378. package/dist/es/tabstrip/localization/messages.js +0 -22
  379. package/dist/es/tabstrip/models/scrollable-settings.js +0 -28
  380. package/dist/es/tabstrip/models/tabstrip-tab.component.js +0 -88
  381. package/dist/es/tabstrip/rendering/tab.component.js +0 -131
  382. package/dist/es/tabstrip/scrollable-button.component.js +0 -131
  383. package/dist/es/tabstrip/tabstrip-scroll.service.js +0 -226
  384. package/dist/es/tabstrip/tabstrip.component.js +0 -529
  385. package/dist/es/tabstrip/tabstrip.service.js +0 -158
  386. package/dist/es/tabstrip/util.js +0 -111
  387. package/dist/es/tabstrip.module.js +0 -51
  388. package/dist/es/tilelayout/constants.js +0 -70
  389. package/dist/es/tilelayout/dragging-service.js +0 -430
  390. package/dist/es/tilelayout/preventable-event.js +0 -29
  391. package/dist/es/tilelayout/reorder-event.js +0 -39
  392. package/dist/es/tilelayout/resize-event.js +0 -35
  393. package/dist/es/tilelayout/tilelayout-item-body.component.js +0 -32
  394. package/dist/es/tilelayout/tilelayout-item-header.component.js +0 -55
  395. package/dist/es/tilelayout/tilelayout-item.component.js +0 -198
  396. package/dist/es/tilelayout/tilelayout-resize-handle.directive.js +0 -61
  397. package/dist/es/tilelayout/tilelayout.component.js +0 -344
  398. package/dist/es/tilelayout/util.js +0 -88
  399. package/dist/es/tilelayout.module.js +0 -43
  400. package/dist/es2015/avatar/models/fill.js +0 -4
  401. package/dist/es2015/avatar/models/models.js +0 -4
  402. package/dist/es2015/avatar/models/size.js +0 -4
  403. package/dist/es2015/avatar/models/theme-color.js +0 -4
  404. package/dist/es2015/avatar.module.js +0 -28
  405. package/dist/es2015/card/card-actions.component.js +0 -146
  406. package/dist/es2015/card/card-body.component.js +0 -30
  407. package/dist/es2015/card/card-footer.component.js +0 -30
  408. package/dist/es2015/card/card-header.component.js +0 -30
  409. package/dist/es2015/card/card.component.js +0 -101
  410. package/dist/es2015/card/directives/card-media.directive.js +0 -27
  411. package/dist/es2015/card/directives/card-separator.directive.js +0 -60
  412. package/dist/es2015/card/directives/card-subtitle.directive.js +0 -27
  413. package/dist/es2015/card/directives/card-title.directive.js +0 -27
  414. package/dist/es2015/card/models/actions-layout.js +0 -4
  415. package/dist/es2015/card.module.d.ts +0 -10
  416. package/dist/es2015/common/direction.js +0 -4
  417. package/dist/es2015/common/orientation.js +0 -4
  418. package/dist/es2015/common/styling-classes.js +0 -4
  419. package/dist/es2015/drawer/drawer-container.component.js +0 -109
  420. package/dist/es2015/drawer/drawer-content.component.js +0 -29
  421. package/dist/es2015/drawer/item.component.js +0 -121
  422. package/dist/es2015/drawer/models/drawer-animation.interface.js +0 -4
  423. package/dist/es2015/drawer/models/drawer-item.interface.js +0 -4
  424. package/dist/es2015/drawer/models/mode.js +0 -4
  425. package/dist/es2015/drawer/models/position.js +0 -4
  426. package/dist/es2015/drawer/template-directives/drawer-template.directive.js +0 -26
  427. package/dist/es2015/drawer/template-directives/footer-template.directive.js +0 -24
  428. package/dist/es2015/drawer/template-directives/header-template.directive.js +0 -24
  429. package/dist/es2015/drawer/template-directives/item-template.directive.js +0 -24
  430. package/dist/es2015/drawer/template-directives.js +0 -8
  431. package/dist/es2015/drawer/types.js +0 -4
  432. package/dist/es2015/drawer.module.d.ts +0 -10
  433. package/dist/es2015/expansionpanel/expansionpanel-title.directive.js +0 -25
  434. package/dist/es2015/expansionpanel.module.d.ts +0 -10
  435. package/dist/es2015/expansionpanel.module.js +0 -31
  436. package/dist/es2015/gridlayout.module.d.ts +0 -10
  437. package/dist/es2015/gridlayout.module.js +0 -30
  438. package/dist/es2015/index.d.ts +0 -29
  439. package/dist/es2015/index.js +0 -29
  440. package/dist/es2015/index.metadata.json +0 -1
  441. package/dist/es2015/layouts/gridlayout-item.component.js +0 -53
  442. package/dist/es2015/layouts/models/gridlayout-gap-settings.js +0 -4
  443. package/dist/es2015/layouts/models/gridlayout-row-col-size.js +0 -4
  444. package/dist/es2015/layouts/models/layout-align-settings.js +0 -4
  445. package/dist/es2015/layouts/models/layout-horizontal-align.js +0 -4
  446. package/dist/es2015/layouts/models/layout-vertical-align.js +0 -4
  447. package/dist/es2015/layouts/models.js +0 -4
  448. package/dist/es2015/main.js +0 -73
  449. package/dist/es2015/panelbar/events.js +0 -7
  450. package/dist/es2015/panelbar/panelbar-content.directive.js +0 -22
  451. package/dist/es2015/panelbar/panelbar-expand-mode.js +0 -30
  452. package/dist/es2015/panelbar/panelbar-item-model.js +0 -4
  453. package/dist/es2015/panelbar/panelbar-item-template.directive.js +0 -22
  454. package/dist/es2015/panelbar.module.d.ts +0 -17
  455. package/dist/es2015/splitter.module.d.ts +0 -14
  456. package/dist/es2015/stacklayout.module.js +0 -28
  457. package/dist/es2015/stepper/list.component.js +0 -161
  458. package/dist/es2015/stepper/localization/custom-messages.component.js +0 -36
  459. package/dist/es2015/stepper/localization/localized-messages.directive.js +0 -33
  460. package/dist/es2015/stepper/localization/messages.js +0 -16
  461. package/dist/es2015/stepper/models/orientation.js +0 -4
  462. package/dist/es2015/stepper/models/step-predicate.js +0 -4
  463. package/dist/es2015/stepper/models/step-type.js +0 -4
  464. package/dist/es2015/stepper/models/stepper-step.interface.js +0 -4
  465. package/dist/es2015/stepper/template-directives/indicator-template.directive.js +0 -24
  466. package/dist/es2015/stepper/template-directives/label-template.directive.js +0 -24
  467. package/dist/es2015/stepper/template-directives/step-template.directive.js +0 -24
  468. package/dist/es2015/stepper/template-directives.js +0 -7
  469. package/dist/es2015/stepper/types.js +0 -4
  470. package/dist/es2015/stepper.module.d.ts +0 -10
  471. package/dist/es2015/tabstrip/events.js +0 -6
  472. package/dist/es2015/tabstrip/localization/custom-messages.component.js +0 -36
  473. package/dist/es2015/tabstrip/localization/localized-messages.directive.js +0 -31
  474. package/dist/es2015/tabstrip/localization/messages.js +0 -16
  475. package/dist/es2015/tabstrip/models/button-state-change.js +0 -4
  476. package/dist/es2015/tabstrip/models/scroll-buttons-visibility.js +0 -4
  477. package/dist/es2015/tabstrip/models/tab-alignment.js +0 -4
  478. package/dist/es2015/tabstrip/models/tab-position.js +0 -4
  479. package/dist/es2015/tabstrip/models/tabstrip-tab.component.js +0 -82
  480. package/dist/es2015/tabstrip/rendering/tab.component.d.ts +0 -28
  481. package/dist/es2015/tabstrip/rendering/tab.component.js +0 -116
  482. package/dist/es2015/tabstrip/scrollable-button.component.d.ts +0 -29
  483. package/dist/es2015/tabstrip/scrollable-button.component.js +0 -110
  484. package/dist/es2015/tabstrip.module.d.ts +0 -16
  485. package/dist/es2015/tilelayout/models/dragging-config.interface.js +0 -4
  486. package/dist/es2015/tilelayout/models/flowmode.type.js +0 -4
  487. package/dist/es2015/tilelayout/models/gap.interface.js +0 -4
  488. package/dist/es2015/tilelayout/preventable-event.d.ts +0 -21
  489. package/dist/es2015/tilelayout/preventable-event.js +0 -27
  490. package/dist/es2015/tilelayout/tilelayout-item-body.component.js +0 -36
  491. package/dist/es2015/tilelayout/tilelayout-item-header.component.js +0 -48
  492. package/dist/es2015/tilelayout.module.d.ts +0 -16
  493. package/dist/fesm5/index.js +0 -9301
  494. package/dist/npm/avatar/avatar.component.js +0 -359
  495. package/dist/npm/avatar/models/fill.js +0 -6
  496. package/dist/npm/avatar/models/models.js +0 -6
  497. package/dist/npm/avatar/models/rounded.js +0 -6
  498. package/dist/npm/avatar/models/shape.js +0 -6
  499. package/dist/npm/avatar/models/size.js +0 -6
  500. package/dist/npm/avatar/models/theme-color.js +0 -6
  501. package/dist/npm/avatar.module.js +0 -31
  502. package/dist/npm/card/card-actions.component.js +0 -153
  503. package/dist/npm/card/card-body.component.js +0 -28
  504. package/dist/npm/card/card-footer.component.js +0 -28
  505. package/dist/npm/card/card-header.component.js +0 -28
  506. package/dist/npm/card/card.component.js +0 -116
  507. package/dist/npm/card/directives/card-media.directive.js +0 -27
  508. package/dist/npm/card/directives/card-separator.directive.js +0 -68
  509. package/dist/npm/card/directives/card-subtitle.directive.js +0 -27
  510. package/dist/npm/card/directives/card-title.directive.js +0 -27
  511. package/dist/npm/card/models/actions-layout.js +0 -6
  512. package/dist/npm/card/models/card-action.js +0 -15
  513. package/dist/npm/card.module.js +0 -49
  514. package/dist/npm/common/direction.js +0 -6
  515. package/dist/npm/common/dom-queries.js +0 -55
  516. package/dist/npm/common/orientation.js +0 -6
  517. package/dist/npm/common/preventable-event.js +0 -38
  518. package/dist/npm/common/styling-classes.js +0 -6
  519. package/dist/npm/common/util.js +0 -93
  520. package/dist/npm/drawer/animations.js +0 -150
  521. package/dist/npm/drawer/drawer-container.component.js +0 -135
  522. package/dist/npm/drawer/drawer-content.component.js +0 -30
  523. package/dist/npm/drawer/drawer.component.js +0 -407
  524. package/dist/npm/drawer/drawer.service.js +0 -47
  525. package/dist/npm/drawer/events/select-event.js +0 -19
  526. package/dist/npm/drawer/item.component.js +0 -125
  527. package/dist/npm/drawer/list.component.js +0 -121
  528. package/dist/npm/drawer/models/constants.js +0 -10
  529. package/dist/npm/drawer/models/drawer-animation.interface.js +0 -6
  530. package/dist/npm/drawer/models/drawer-item.interface.js +0 -6
  531. package/dist/npm/drawer/models/mode.js +0 -6
  532. package/dist/npm/drawer/models/position.js +0 -6
  533. package/dist/npm/drawer/template-directives/drawer-template.directive.js +0 -29
  534. package/dist/npm/drawer/template-directives/footer-template.directive.js +0 -27
  535. package/dist/npm/drawer/template-directives/header-template.directive.js +0 -27
  536. package/dist/npm/drawer/template-directives/item-template.directive.js +0 -27
  537. package/dist/npm/drawer/template-directives.js +0 -14
  538. package/dist/npm/drawer/types.js +0 -6
  539. package/dist/npm/drawer/util.js +0 -18
  540. package/dist/npm/drawer.module.js +0 -47
  541. package/dist/npm/expansionpanel/animations.js +0 -27
  542. package/dist/npm/expansionpanel/events/action-event.js +0 -19
  543. package/dist/npm/expansionpanel/expansionpanel-title.directive.js +0 -28
  544. package/dist/npm/expansionpanel/expansionpanel.component.js +0 -443
  545. package/dist/npm/expansionpanel.module.js +0 -34
  546. package/dist/npm/gridlayout.module.js +0 -33
  547. package/dist/npm/index.js +0 -53
  548. package/dist/npm/layout.module.js +0 -73
  549. package/dist/npm/layouts/grid-layout.component.js +0 -157
  550. package/dist/npm/layouts/gridlayout-item.component.js +0 -54
  551. package/dist/npm/layouts/models/gridlayout-gap-settings.js +0 -6
  552. package/dist/npm/layouts/models/gridlayout-row-col-size.js +0 -6
  553. package/dist/npm/layouts/models/layout-align-settings.js +0 -6
  554. package/dist/npm/layouts/models/layout-horizontal-align.js +0 -6
  555. package/dist/npm/layouts/models/layout-vertical-align.js +0 -6
  556. package/dist/npm/layouts/models.js +0 -6
  557. package/dist/npm/layouts/stack-layout.component.js +0 -173
  558. package/dist/npm/layouts/util.js +0 -104
  559. package/dist/npm/main.js +0 -133
  560. package/dist/npm/package-metadata.js +0 -17
  561. package/dist/npm/panelbar/events/collapse-event.js +0 -19
  562. package/dist/npm/panelbar/events/expand-event.js +0 -19
  563. package/dist/npm/panelbar/events/select-event.js +0 -19
  564. package/dist/npm/panelbar/events.js +0 -12
  565. package/dist/npm/panelbar/panelbar-content.directive.js +0 -25
  566. package/dist/npm/panelbar/panelbar-expand-mode.js +0 -32
  567. package/dist/npm/panelbar/panelbar-item-model.js +0 -6
  568. package/dist/npm/panelbar/panelbar-item-template.directive.js +0 -25
  569. package/dist/npm/panelbar/panelbar-item-title.directive.js +0 -48
  570. package/dist/npm/panelbar/panelbar-item.component.js +0 -457
  571. package/dist/npm/panelbar/panelbar.component.js +0 -649
  572. package/dist/npm/panelbar/panelbar.service.js +0 -45
  573. package/dist/npm/panelbar.module.js +0 -46
  574. package/dist/npm/splitter/splitter-bar.component.js +0 -287
  575. package/dist/npm/splitter/splitter-pane.component.js +0 -272
  576. package/dist/npm/splitter/splitter.component.js +0 -228
  577. package/dist/npm/splitter/splitter.service.js +0 -155
  578. package/dist/npm/splitter.module.js +0 -44
  579. package/dist/npm/stacklayout.module.js +0 -31
  580. package/dist/npm/stepper/events/activate-event.js +0 -19
  581. package/dist/npm/stepper/list.component.js +0 -146
  582. package/dist/npm/stepper/localization/custom-messages.component.js +0 -46
  583. package/dist/npm/stepper/localization/localized-messages.directive.js +0 -37
  584. package/dist/npm/stepper/localization/messages.js +0 -24
  585. package/dist/npm/stepper/models/constants.js +0 -10
  586. package/dist/npm/stepper/models/orientation.js +0 -6
  587. package/dist/npm/stepper/models/step-predicate.js +0 -6
  588. package/dist/npm/stepper/models/step-type.js +0 -6
  589. package/dist/npm/stepper/models/stepper-step.interface.js +0 -6
  590. package/dist/npm/stepper/step.component.js +0 -274
  591. package/dist/npm/stepper/stepper.component.js +0 -330
  592. package/dist/npm/stepper/stepper.service.js +0 -163
  593. package/dist/npm/stepper/template-directives/indicator-template.directive.js +0 -27
  594. package/dist/npm/stepper/template-directives/label-template.directive.js +0 -27
  595. package/dist/npm/stepper/template-directives/step-template.directive.js +0 -27
  596. package/dist/npm/stepper/template-directives.js +0 -12
  597. package/dist/npm/stepper/types.js +0 -6
  598. package/dist/npm/stepper.module.js +0 -49
  599. package/dist/npm/tabstrip/constants.js +0 -35
  600. package/dist/npm/tabstrip/directives/tab-content.directive.js +0 -51
  601. package/dist/npm/tabstrip/directives/tab-title.directive.js +0 -56
  602. package/dist/npm/tabstrip/events/select-event.js +0 -28
  603. package/dist/npm/tabstrip/events/tabclose-event.js +0 -24
  604. package/dist/npm/tabstrip/events/tabscroll-event.js +0 -21
  605. package/dist/npm/tabstrip/events.js +0 -10
  606. package/dist/npm/tabstrip/localization/custom-messages.component.js +0 -46
  607. package/dist/npm/tabstrip/localization/localized-messages.directive.js +0 -37
  608. package/dist/npm/tabstrip/localization/messages.js +0 -24
  609. package/dist/npm/tabstrip/models/button-state-change.js +0 -6
  610. package/dist/npm/tabstrip/models/scroll-buttons-visibility.js +0 -6
  611. package/dist/npm/tabstrip/models/scrollable-settings.js +0 -30
  612. package/dist/npm/tabstrip/models/tab-alignment.js +0 -6
  613. package/dist/npm/tabstrip/models/tab-position.js +0 -6
  614. package/dist/npm/tabstrip/models/tabstrip-tab.component.js +0 -90
  615. package/dist/npm/tabstrip/rendering/tab.component.js +0 -133
  616. package/dist/npm/tabstrip/scrollable-button.component.js +0 -133
  617. package/dist/npm/tabstrip/tabstrip-scroll.service.js +0 -228
  618. package/dist/npm/tabstrip/tabstrip.component.js +0 -531
  619. package/dist/npm/tabstrip/tabstrip.service.js +0 -160
  620. package/dist/npm/tabstrip/util.js +0 -113
  621. package/dist/npm/tabstrip.module.js +0 -53
  622. package/dist/npm/tilelayout/constants.js +0 -72
  623. package/dist/npm/tilelayout/dragging-service.js +0 -432
  624. package/dist/npm/tilelayout/models/dragging-config.interface.js +0 -6
  625. package/dist/npm/tilelayout/models/flowmode.type.js +0 -6
  626. package/dist/npm/tilelayout/models/gap.interface.js +0 -6
  627. package/dist/npm/tilelayout/preventable-event.js +0 -31
  628. package/dist/npm/tilelayout/reorder-event.js +0 -41
  629. package/dist/npm/tilelayout/resize-event.js +0 -37
  630. package/dist/npm/tilelayout/tilelayout-item-body.component.js +0 -34
  631. package/dist/npm/tilelayout/tilelayout-item-header.component.js +0 -57
  632. package/dist/npm/tilelayout/tilelayout-item.component.js +0 -200
  633. package/dist/npm/tilelayout/tilelayout-resize-handle.directive.js +0 -63
  634. package/dist/npm/tilelayout/tilelayout.component.js +0 -346
  635. package/dist/npm/tilelayout/util.js +0 -90
  636. package/dist/npm/tilelayout.module.js +0 -45
  637. package/dist/systemjs/kendo-angular-layout.js +0 -5
@@ -1,114 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import * as tslib_1 from "tslib";
6
- import { Component, HostBinding, Input } from '@angular/core';
7
- import { LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
8
- import { validatePackage } from '@progress/kendo-licensing';
9
- import { packageMetadata } from '../package-metadata';
10
- /**
11
- * Represents the [Kendo UI Card component for Angular]({% slug overview_card %})
12
- */
13
- var CardComponent = /** @class */ (function () {
14
- function CardComponent(localizationService) {
15
- var _this = this;
16
- this.localizationService = localizationService;
17
- this.hostClass = true;
18
- /**
19
- * Specifies the layout of the Card content.
20
- *
21
- * The possible values are:
22
- * * (Default) `vertical`
23
- * * `horizontal`
24
- *
25
- */
26
- this.orientation = 'vertical';
27
- /**
28
- * Defines the width of the Card.
29
- * Defaults to `285px`.
30
- */
31
- this.width = '285px';
32
- this.rtl = false;
33
- validatePackage(packageMetadata);
34
- this.dynamicRTLSubscription = this.localizationService.changes.subscribe(function (_a) {
35
- var rtl = _a.rtl;
36
- _this.rtl = rtl;
37
- _this.direction = _this.rtl ? 'rtl' : 'ltr';
38
- });
39
- }
40
- Object.defineProperty(CardComponent.prototype, "widthStyle", {
41
- get: function () {
42
- return this.width;
43
- },
44
- enumerable: true,
45
- configurable: true
46
- });
47
- Object.defineProperty(CardComponent.prototype, "vertical", {
48
- get: function () {
49
- return this.orientation === 'vertical';
50
- },
51
- enumerable: true,
52
- configurable: true
53
- });
54
- Object.defineProperty(CardComponent.prototype, "horizontal", {
55
- get: function () {
56
- return this.orientation === 'horizontal';
57
- },
58
- enumerable: true,
59
- configurable: true
60
- });
61
- CardComponent.prototype.ngOnDestroy = function () {
62
- if (this.dynamicRTLSubscription) {
63
- this.dynamicRTLSubscription.unsubscribe();
64
- }
65
- };
66
- tslib_1.__decorate([
67
- HostBinding('class.k-widget'),
68
- HostBinding('class.k-card'),
69
- tslib_1.__metadata("design:type", Boolean)
70
- ], CardComponent.prototype, "hostClass", void 0);
71
- tslib_1.__decorate([
72
- HostBinding('style.width'),
73
- tslib_1.__metadata("design:type", String),
74
- tslib_1.__metadata("design:paramtypes", [])
75
- ], CardComponent.prototype, "widthStyle", null);
76
- tslib_1.__decorate([
77
- HostBinding('class.k-card-vertical'),
78
- tslib_1.__metadata("design:type", Boolean),
79
- tslib_1.__metadata("design:paramtypes", [])
80
- ], CardComponent.prototype, "vertical", null);
81
- tslib_1.__decorate([
82
- HostBinding('class.k-card-horizontal'),
83
- tslib_1.__metadata("design:type", Boolean),
84
- tslib_1.__metadata("design:paramtypes", [])
85
- ], CardComponent.prototype, "horizontal", null);
86
- tslib_1.__decorate([
87
- HostBinding('attr.dir'),
88
- tslib_1.__metadata("design:type", String)
89
- ], CardComponent.prototype, "direction", void 0);
90
- tslib_1.__decorate([
91
- Input(),
92
- tslib_1.__metadata("design:type", String)
93
- ], CardComponent.prototype, "orientation", void 0);
94
- tslib_1.__decorate([
95
- Input(),
96
- tslib_1.__metadata("design:type", String)
97
- ], CardComponent.prototype, "width", void 0);
98
- CardComponent = tslib_1.__decorate([
99
- Component({
100
- selector: 'kendo-card',
101
- providers: [
102
- LocalizationService,
103
- {
104
- provide: L10N_PREFIX,
105
- useValue: 'kendo.card.component'
106
- }
107
- ],
108
- template: "\n <ng-content></ng-content>\n "
109
- }),
110
- tslib_1.__metadata("design:paramtypes", [LocalizationService])
111
- ], CardComponent);
112
- return CardComponent;
113
- }());
114
- export { CardComponent };
@@ -1,25 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import * as tslib_1 from "tslib";
6
- import { Directive, HostBinding } from '@angular/core';
7
- /**
8
- * Specifies any media that will be displayed and aligned in the Card.
9
- */
10
- var CardMediaDirective = /** @class */ (function () {
11
- function CardMediaDirective() {
12
- this.hostClass = true;
13
- }
14
- tslib_1.__decorate([
15
- HostBinding('class.k-card-media'),
16
- tslib_1.__metadata("design:type", Boolean)
17
- ], CardMediaDirective.prototype, "hostClass", void 0);
18
- CardMediaDirective = tslib_1.__decorate([
19
- Directive({
20
- selector: '[kendoCardMedia]'
21
- })
22
- ], CardMediaDirective);
23
- return CardMediaDirective;
24
- }());
25
- export { CardMediaDirective };
@@ -1,66 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import * as tslib_1 from "tslib";
6
- import { Directive, HostBinding, Input } from '@angular/core';
7
- /**
8
- * Specifies a separator in the content of the Card.
9
- */
10
- var CardSeparatorDirective = /** @class */ (function () {
11
- function CardSeparatorDirective() {
12
- this.hostClass = true;
13
- /**
14
- * Specifies the orientation of the Card separator.
15
- *
16
- * The possible values are:
17
- * (Default) `horizontal`
18
- * `vertical`
19
- */
20
- this.orientation = 'horizontal';
21
- }
22
- Object.defineProperty(CardSeparatorDirective.prototype, "verticalClass", {
23
- get: function () {
24
- return this.orientation === 'vertical';
25
- },
26
- enumerable: true,
27
- configurable: true
28
- });
29
- Object.defineProperty(CardSeparatorDirective.prototype, "horizontalClass", {
30
- get: function () {
31
- return this.orientation === 'horizontal';
32
- },
33
- enumerable: true,
34
- configurable: true
35
- });
36
- tslib_1.__decorate([
37
- HostBinding('class.k-card-separator'),
38
- tslib_1.__metadata("design:type", Boolean)
39
- ], CardSeparatorDirective.prototype, "hostClass", void 0);
40
- tslib_1.__decorate([
41
- HostBinding('class.k-separator-vertical'),
42
- tslib_1.__metadata("design:type", Boolean),
43
- tslib_1.__metadata("design:paramtypes", [])
44
- ], CardSeparatorDirective.prototype, "verticalClass", null);
45
- tslib_1.__decorate([
46
- HostBinding('class.k-separator-horizontal'),
47
- tslib_1.__metadata("design:type", Boolean),
48
- tslib_1.__metadata("design:paramtypes", [])
49
- ], CardSeparatorDirective.prototype, "horizontalClass", null);
50
- tslib_1.__decorate([
51
- HostBinding('style.color'),
52
- Input(),
53
- tslib_1.__metadata("design:type", String)
54
- ], CardSeparatorDirective.prototype, "color", void 0);
55
- tslib_1.__decorate([
56
- Input(),
57
- tslib_1.__metadata("design:type", String)
58
- ], CardSeparatorDirective.prototype, "orientation", void 0);
59
- CardSeparatorDirective = tslib_1.__decorate([
60
- Directive({
61
- selector: '[kendoCardSeparator]'
62
- })
63
- ], CardSeparatorDirective);
64
- return CardSeparatorDirective;
65
- }());
66
- export { CardSeparatorDirective };
@@ -1,25 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import * as tslib_1 from "tslib";
6
- import { Directive, HostBinding } from '@angular/core';
7
- /**
8
- * Specifies the text and styles for the subtitle of the Card.
9
- */
10
- var CardSubtitleDirective = /** @class */ (function () {
11
- function CardSubtitleDirective() {
12
- this.hostClass = true;
13
- }
14
- tslib_1.__decorate([
15
- HostBinding('class.k-card-subtitle'),
16
- tslib_1.__metadata("design:type", Boolean)
17
- ], CardSubtitleDirective.prototype, "hostClass", void 0);
18
- CardSubtitleDirective = tslib_1.__decorate([
19
- Directive({
20
- selector: '[kendoCardSubtitle]'
21
- })
22
- ], CardSubtitleDirective);
23
- return CardSubtitleDirective;
24
- }());
25
- export { CardSubtitleDirective };
@@ -1,25 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import * as tslib_1 from "tslib";
6
- import { Directive, HostBinding } from '@angular/core';
7
- /**
8
- * Specifies the text and styles for the title of the Card.
9
- */
10
- var CardTitleDirective = /** @class */ (function () {
11
- function CardTitleDirective() {
12
- this.hostClass = true;
13
- }
14
- tslib_1.__decorate([
15
- HostBinding('class.k-card-title'),
16
- tslib_1.__metadata("design:type", Boolean)
17
- ], CardTitleDirective.prototype, "hostClass", void 0);
18
- CardTitleDirective = tslib_1.__decorate([
19
- Directive({
20
- selector: '[kendoCardTitle]'
21
- })
22
- ], CardTitleDirective);
23
- return CardTitleDirective;
24
- }());
25
- export { CardTitleDirective };
@@ -1,13 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- /**
6
- * The settings of the Card action buttons.
7
- */
8
- var CardAction = /** @class */ (function () {
9
- function CardAction() {
10
- }
11
- return CardAction;
12
- }());
13
- export { CardAction };
@@ -1,47 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import * as tslib_1 from "tslib";
6
- import { NgModule } from '@angular/core';
7
- import { CommonModule } from '@angular/common';
8
- import { CardComponent } from './card/card.component';
9
- import { CardHeaderComponent } from './card/card-header.component';
10
- import { CardFooterComponent } from './card/card-footer.component';
11
- import { CardBodyComponent } from './card/card-body.component';
12
- import { CardActionsComponent } from './card/card-actions.component';
13
- import { CardSeparatorDirective } from './card/directives/card-separator.directive';
14
- import { CardTitleDirective } from './card/directives/card-title.directive';
15
- import { CardSubtitleDirective } from './card/directives/card-subtitle.directive';
16
- import { CardMediaDirective } from './card/directives/card-media.directive';
17
- var cardDirectives = [
18
- CardTitleDirective,
19
- CardSubtitleDirective,
20
- CardSeparatorDirective,
21
- CardMediaDirective
22
- ];
23
- var exportedModules = [
24
- CardComponent,
25
- CardHeaderComponent,
26
- CardBodyComponent,
27
- CardFooterComponent,
28
- CardActionsComponent
29
- ].concat(cardDirectives);
30
- var declarations = exportedModules.slice();
31
- /**
32
- * Represents the [NgModule]({{ site.data.urls.angular['ngmoduleapi'] }})
33
- * definition for the Card component.
34
- */
35
- var CardModule = /** @class */ (function () {
36
- function CardModule() {
37
- }
38
- CardModule = tslib_1.__decorate([
39
- NgModule({
40
- declarations: [declarations],
41
- exports: [exportedModules],
42
- imports: [CommonModule]
43
- })
44
- ], CardModule);
45
- return CardModule;
46
- }());
47
- export { CardModule };
@@ -1,52 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { isPresent } from '../common/util';
6
- var focusableRegex = /^(?:a|input|select|option|textarea|button|object)$/i;
7
- var toClassList = function (classNames) { return String(classNames).trim().split(' '); };
8
- var ɵ0 = toClassList;
9
- /**
10
- * @hidden
11
- */
12
- export var isFocusable = function (element) {
13
- if (element.tagName) {
14
- var tagName = element.tagName.toLowerCase();
15
- var tabIndex = element.getAttribute('tabIndex');
16
- var skipTab = tabIndex === '-1';
17
- var focusable = tabIndex !== null && !skipTab;
18
- if (focusableRegex.test(tagName)) {
19
- focusable = !element.disabled && !skipTab;
20
- }
21
- return focusable;
22
- }
23
- return false;
24
- };
25
- /**
26
- * @hidden
27
- */
28
- export var hasClass = function (element, className) {
29
- return Boolean(toClassList(element.className).find(function (name) { return name === className; }));
30
- };
31
- /**
32
- * @hidden
33
- */
34
- export var closestInScope = function (target, predicate, scope, targetAttr) {
35
- while (target && target !== scope && !predicate(target, targetAttr)) {
36
- target = target.parentNode;
37
- }
38
- if (target !== scope) {
39
- return target;
40
- }
41
- };
42
- /**
43
- * @hidden
44
- */
45
- export var itemIndex = function (item, indexAttr) { return +item.getAttribute(indexAttr); };
46
- var hasItemIndex = function (item, indexAttr) { return isPresent(item.getAttribute(indexAttr)); };
47
- var ɵ1 = hasItemIndex;
48
- /**
49
- * @hidden
50
- */
51
- export var closestItem = function (target, targetAttr, scope) { return closestInScope(target, hasItemIndex, scope, targetAttr); };
52
- export { ɵ0, ɵ1 };
@@ -1,36 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- /**
6
- * @hidden
7
- */
8
- var PreventableEvent = /** @class */ (function () {
9
- /**
10
- * @hidden
11
- */
12
- function PreventableEvent(args) {
13
- this.prevented = false;
14
- Object.assign(this, args);
15
- }
16
- /**
17
- * Prevents the default action for a specified event.
18
- * In this way, the source component suppresses
19
- * the built-in behavior that follows the event.
20
- */
21
- PreventableEvent.prototype.preventDefault = function () {
22
- this.prevented = true;
23
- };
24
- /**
25
- * Returns `true` if the event was prevented
26
- * by any of its subscribers.
27
- *
28
- * @returns `true` if the default action was prevented.
29
- * Otherwise, returns `false`.
30
- */
31
- PreventableEvent.prototype.isDefaultPrevented = function () {
32
- return this.prevented;
33
- };
34
- return PreventableEvent;
35
- }());
36
- export { PreventableEvent };
@@ -1,91 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { Keys } from '@progress/kendo-angular-common';
6
- var nextId = 0;
7
- var SIZES = {
8
- small: 'sm',
9
- medium: 'md',
10
- large: 'lg'
11
- };
12
- var ROUNDNESS = {
13
- small: 'sm',
14
- medium: 'md',
15
- large: 'lg',
16
- full: 'full'
17
- };
18
- var SHAPE_TO_ROUNDED = {
19
- rounded: 'large',
20
- circle: 'full'
21
- };
22
- var parsePanelBarItems = function (data) {
23
- return data.map(function (item) {
24
- if (!item.id) {
25
- item.id = "default-" + nextId++;
26
- }
27
- if (item.children) {
28
- item.children = parsePanelBarItems(item.children);
29
- }
30
- return item;
31
- });
32
- };
33
- var ɵ0 = parsePanelBarItems;
34
- export default {
35
- parsePanelBarItems: parsePanelBarItems
36
- };
37
- /**
38
- * @hidden
39
- */
40
- export var isPresent = function (value) { return value !== null && value !== undefined; };
41
- /**
42
- * @hidden
43
- */
44
- export var isHorizontalArrowKey = function (keyCode) { return keyCode === Keys.ArrowLeft || keyCode === Keys.ArrowRight; };
45
- /**
46
- * @hidden
47
- */
48
- export var isVerticalArrowKey = function (keyCode) { return keyCode === Keys.ArrowUp || keyCode === Keys.ArrowDown; };
49
- /**
50
- * @hidden
51
- */
52
- export var isArrowKey = function (keyCode) {
53
- return isHorizontalArrowKey(keyCode) || isVerticalArrowKey(keyCode);
54
- };
55
- /**
56
- * @hidden
57
- */
58
- export var isNavigationKey = function (keyCode) {
59
- return keyCode === Keys.PageUp || keyCode === Keys.PageDown ||
60
- keyCode === Keys.Home || keyCode === Keys.End;
61
- };
62
- /**
63
- * @hidden
64
- *
65
- * Returns the styling classes to be added and removed
66
- */
67
- export var getStylingClasses = function (componentType, stylingOption, previousValue, newValue) {
68
- switch (stylingOption) {
69
- case 'size':
70
- return {
71
- toRemove: "k-" + componentType + "-" + SIZES[previousValue],
72
- toAdd: newValue ? "k-" + componentType + "-" + SIZES[newValue] : null
73
- };
74
- case 'rounded':
75
- return {
76
- toRemove: "k-rounded-" + ROUNDNESS[previousValue],
77
- toAdd: newValue ? "k-rounded-" + ROUNDNESS[newValue] : null
78
- };
79
- default:
80
- break;
81
- }
82
- };
83
- /**
84
- * @hidden
85
- */
86
- export var mapShapeToRounded = function (shape) { return SHAPE_TO_ROUNDED[shape] || null; };
87
- /**
88
- * @hidden
89
- */
90
- export var isNumber = function (value) { return typeof value === 'number' && isFinite(value); };
91
- export { ɵ0 };
@@ -1,146 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { animate, style } from '@angular/animations';
6
- /**
7
- * @hidden
8
- */
9
- function miniExpandPush(duration, width, miniWidth) {
10
- return [
11
- style({ overflow: 'hidden', flexBasis: miniWidth + "px" }),
12
- animate(duration + "ms ease-in", style({ flexBasis: width + "px" }))
13
- ];
14
- }
15
- /**
16
- * @hidden
17
- */
18
- function miniCollapsePush(duration, width, miniWidth) {
19
- return [
20
- style({ overflow: 'hidden', flexBasis: width + "px" }),
21
- animate(duration + "ms ease-in", style({ flexBasis: miniWidth + "px" }))
22
- ];
23
- }
24
- /**
25
- * @hidden
26
- *
27
- */
28
- function miniExpandOverlay(duration, width, miniWidth) {
29
- return [
30
- style({ width: miniWidth + "px" }),
31
- animate(duration + "ms ease-in", style({ overflow: 'hidden', width: width + "px" }))
32
- ];
33
- }
34
- /**
35
- * @hidden
36
- */
37
- function expandPush(duration, width) {
38
- return [
39
- style({ overflow: 'hidden', flexBasis: '0px' }),
40
- animate(duration + "ms ease-in", style({ flexBasis: width + "px" }))
41
- ];
42
- }
43
- /**
44
- * @hidden
45
- */
46
- function collapsePush(duration, width) {
47
- return [
48
- style({ flexBasis: width + "px" }),
49
- animate(duration + "ms ease-in", style({ overflow: 'hidden', flexBasis: "0px" }))
50
- ];
51
- }
52
- /**
53
- * @hidden
54
- */
55
- function expandRTLOverlay(duration) {
56
- return [
57
- style({ transform: "translateX(100%)" }),
58
- animate(duration + "ms ease-in", style({ overflow: 'hidden', transform: "translateX(0)" }))
59
- ];
60
- }
61
- /**
62
- * @hidden
63
- */
64
- function expandOverlay(duration, position) {
65
- var translateDir = position !== 'end' ? "-100%" : "100%";
66
- return [
67
- style({ transform: "translateX(" + translateDir + ")" }),
68
- animate(duration + "ms ease-in", style({ overflow: 'hidden', transform: "translateX(0)" }))
69
- ];
70
- }
71
- /**
72
- * @hidden
73
- */
74
- function miniCollapseOverlay(duration, width, miniWidth) {
75
- return [
76
- style({ width: width + "px" }),
77
- animate(duration + "ms ease-in", style({ overflow: 'hidden', width: miniWidth + "px" }))
78
- ];
79
- }
80
- /**
81
- * @hidden
82
- */
83
- function collapseOverlay(duration, position) {
84
- var translateDir = position !== 'end' ? '-100%' : '100%';
85
- return [
86
- style({ transform: "translateX(0)" }),
87
- animate(duration + "ms ease-in", style({ overflow: 'hidden', transform: "translateX(" + translateDir + ")" }))
88
- ];
89
- }
90
- /**
91
- * @hidden
92
- */
93
- function collapseRTLOverlay(duration) {
94
- return [
95
- style({ transform: "translateX(0)" }),
96
- animate(duration + "ms ease-in", style({ overflow: 'hidden', transform: "translateX(100%)" }))
97
- ];
98
- }
99
- /**
100
- * @hidden
101
- */
102
- export function expandAnimation(settings) {
103
- var duration = settings.animation.duration;
104
- var width = settings.width;
105
- var miniWidth = settings.miniWidth;
106
- var mode = settings.mode;
107
- var mini = settings.mini;
108
- var rtl = settings.rtl;
109
- var position = settings.position;
110
- if (mini && mode === 'push') {
111
- return miniExpandPush(duration, width, miniWidth);
112
- }
113
- if (!mini && mode === 'push') {
114
- return expandPush(duration, width);
115
- }
116
- if (!mini && mode === 'overlay') {
117
- return rtl ? expandRTLOverlay(duration) : expandOverlay(duration, position);
118
- }
119
- if (mini && mode === 'overlay') {
120
- return miniExpandOverlay(duration, width, miniWidth);
121
- }
122
- }
123
- /**
124
- * @hidden
125
- */
126
- export function collapseAnimation(settings) {
127
- var duration = settings.animation.duration;
128
- var width = settings.width;
129
- var miniWidth = settings.miniWidth;
130
- var mode = settings.mode;
131
- var mini = settings.mini;
132
- var rtl = settings.rtl;
133
- var position = settings.position;
134
- if (mini && mode === 'push') {
135
- return miniCollapsePush(duration, width, miniWidth);
136
- }
137
- if (!mini && mode === 'push') {
138
- return collapsePush(duration, width);
139
- }
140
- if (!mini && mode === 'overlay') {
141
- return rtl ? collapseRTLOverlay(duration) : collapseOverlay(duration, position);
142
- }
143
- if (mini && mode === 'overlay') {
144
- return miniCollapseOverlay(duration, width, miniWidth);
145
- }
146
- }