@mintplayer/ng-bootstrap 17.5.1 → 18.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (309) hide show
  1. package/carousel/src/carousel/carousel.component.d.ts +1 -1
  2. package/carousel/src/carousel.module.d.ts +1 -1
  3. package/esm2022/accordion/src/accordion/accordion.component.mjs +3 -3
  4. package/esm2022/accordion/src/accordion-tab/accordion-tab.component.mjs +3 -3
  5. package/esm2022/accordion/src/accordion-tab-header/accordion-tab-header.component.mjs +3 -3
  6. package/esm2022/accordion/src/accordion.module.mjs +4 -4
  7. package/esm2022/alert/src/alert/alert.component.mjs +3 -3
  8. package/esm2022/alert/src/alert-close/alert-close.component.mjs +3 -3
  9. package/esm2022/alert/src/alert.module.mjs +4 -4
  10. package/esm2022/badge/src/badge.component.mjs +3 -3
  11. package/esm2022/breadcrumb/src/breadcrumb/breadcrumb.component.mjs +3 -3
  12. package/esm2022/breadcrumb/src/breadcrumb-item/breadcrumb-item.component.mjs +3 -3
  13. package/esm2022/breadcrumb/src/breadcrumb.module.mjs +4 -4
  14. package/esm2022/button-group/src/button-group/button-group.component.mjs +3 -3
  15. package/esm2022/button-type/src/button-type/button-type.directive.mjs +3 -3
  16. package/esm2022/calendar/src/calendar.component.mjs +4 -5
  17. package/esm2022/calendar-month/src/pipes/month-name/month-name.pipe.mjs +3 -3
  18. package/esm2022/calendar-month/src/pipes/weekday-name/weekday-name.pipe.mjs +3 -3
  19. package/esm2022/calendar-month/src/service/calendar-month.service.mjs +3 -3
  20. package/esm2022/card/src/card/card.component.mjs +3 -3
  21. package/esm2022/card/src/card-header/card-header.component.mjs +3 -3
  22. package/esm2022/card/src/card.module.mjs +4 -4
  23. package/esm2022/carousel/src/carousel/carousel.component.mjs +6 -6
  24. package/esm2022/carousel/src/carousel-image/carousel-image.directive.mjs +3 -3
  25. package/esm2022/carousel/src/carousel-img/carousel-img.directive.mjs +3 -3
  26. package/esm2022/carousel/src/carousel.module.mjs +6 -6
  27. package/esm2022/close/src/close.component.mjs +3 -3
  28. package/esm2022/code-snippet/src/code-snippet.component.mjs +3 -3
  29. package/esm2022/color-picker/color-picker.module.mjs +4 -4
  30. package/esm2022/color-picker/components/alpha-strip/alpha-strip.component.mjs +3 -3
  31. package/esm2022/color-picker/components/color-picker/color-picker.component.mjs +3 -3
  32. package/esm2022/color-picker/components/color-wheel/color-wheel.component.mjs +3 -3
  33. package/esm2022/color-picker/components/luminosity-strip/luminosity-strip.component.mjs +3 -3
  34. package/esm2022/color-picker/components/slider/slider.component.mjs +9 -9
  35. package/esm2022/color-picker/directives/color-picker-value-accessor/color-picker-value-accessor.directive.mjs +3 -3
  36. package/esm2022/container/src/container/container.component.mjs +3 -3
  37. package/esm2022/context-menu/src/context-menu.directive.mjs +3 -3
  38. package/esm2022/context-menu/src/context-menu.module.mjs +4 -4
  39. package/esm2022/copy/src/copy.directive.mjs +3 -3
  40. package/esm2022/datatable/src/datatable/datatable.component.mjs +3 -3
  41. package/esm2022/datatable/src/datatable-column/datatable-column.directive.mjs +3 -3
  42. package/esm2022/datatable/src/datatable.module.mjs +4 -4
  43. package/esm2022/datatable/src/row-template/row-template.directive.mjs +3 -3
  44. package/esm2022/datepicker/src/datepicker.component.mjs +3 -3
  45. package/esm2022/dock/src/dock/dock.component.mjs +3 -3
  46. package/esm2022/dock/src/dock-pane-renderer/dock-pane-renderer.component.mjs +3 -3
  47. package/esm2022/dock/src/dock-panel/dock-panel.component.mjs +3 -3
  48. package/esm2022/dock/src/dock-panel-header/dock-panel-header.component.mjs +3 -3
  49. package/esm2022/dock/src/dock.module.mjs +4 -4
  50. package/esm2022/dock/src/services/dock/dock.service.mjs +3 -3
  51. package/esm2022/dropdown/src/dropdown/dropdown.directive.mjs +3 -3
  52. package/esm2022/dropdown/src/dropdown-menu/dropdown-menu.directive.mjs +3 -3
  53. package/esm2022/dropdown/src/dropdown-toggle/dropdown-toggle.directive.mjs +3 -3
  54. package/esm2022/dropdown/src/dropdown.module.mjs +4 -4
  55. package/esm2022/dropdown-divider/src/dropdown-divider.directive.mjs +3 -3
  56. package/esm2022/dropdown-menu/src/dropdown-item/dropdown-item.component.mjs +3 -3
  57. package/esm2022/dropdown-menu/src/dropdown-menu/dropdown-menu.component.mjs +3 -3
  58. package/esm2022/dropdown-menu/src/dropdown-menu.module.mjs +4 -4
  59. package/esm2022/enhanced-paste/src/directive/enhanced-paste.directive.mjs +3 -3
  60. package/esm2022/enum/src/service/enum.service.mjs +3 -3
  61. package/esm2022/file-upload/src/component/file-upload.component.mjs +3 -3
  62. package/esm2022/file-upload/src/directive/file-upload-template.directive.mjs +3 -3
  63. package/esm2022/file-upload/src/file-upload.module.mjs +4 -4
  64. package/esm2022/file-upload/src/pipes/format-bytes/format-bytes.pipe.mjs +3 -3
  65. package/esm2022/floating-labels/src/floating-label/floating-label.component.mjs +3 -3
  66. package/esm2022/font-color/src/font-color.pipe.mjs +3 -3
  67. package/esm2022/for/src/for.directive.mjs +3 -3
  68. package/esm2022/form/src/form/form.component.mjs +3 -3
  69. package/esm2022/form/src/form-control/form-control.directive.mjs +3 -3
  70. package/esm2022/form/src/form-group/form-group.directive.mjs +3 -3
  71. package/esm2022/form/src/form.module.mjs +4 -4
  72. package/esm2022/grid/src/component/grid.component.mjs +3 -3
  73. package/esm2022/grid/src/directives/col-form-label/col-form-label.directive.mjs +3 -3
  74. package/esm2022/grid/src/directives/column/column.directive.mjs +6 -6
  75. package/esm2022/grid/src/directives/row/row.directive.mjs +3 -3
  76. package/esm2022/grid/src/grid.module.mjs +4 -4
  77. package/esm2022/has-overlay/src/has-overlay/has-overlay.component.mjs +3 -3
  78. package/esm2022/has-property/src/has-property.pipe.mjs +3 -3
  79. package/esm2022/in-list/src/in-list.pipe.mjs +3 -3
  80. package/esm2022/input-group/src/input-group/input-group.component.mjs +3 -3
  81. package/esm2022/instance-of/src/directives/instanceof-case.directive.mjs +3 -3
  82. package/esm2022/instance-of/src/directives/instanceof-default.directive.mjs +3 -3
  83. package/esm2022/instance-of/src/directives/instanceof.directive.mjs +3 -3
  84. package/esm2022/instance-of/src/instance-of.module.mjs +4 -4
  85. package/esm2022/instance-of/src/pipes/instance-of.pipe.mjs +3 -3
  86. package/esm2022/let/directive/let.directive.mjs +3 -3
  87. package/esm2022/linify/src/linify.pipe.mjs +3 -3
  88. package/esm2022/list-group/src/list-group/list-group.component.mjs +3 -3
  89. package/esm2022/list-group/src/list-group-item/list-group-item.component.mjs +3 -3
  90. package/esm2022/list-group/src/list-group.module.mjs +4 -4
  91. package/esm2022/markdown/src/bold/bold.pipe.mjs +3 -3
  92. package/esm2022/markdown/src/italic/italic.pipe.mjs +3 -3
  93. package/esm2022/markdown/src/strikethrough/strikethrough.pipe.mjs +3 -3
  94. package/esm2022/markdown/src/underline/underline.pipe.mjs +3 -3
  95. package/esm2022/marquee/src/marquee/marquee.component.mjs +3 -3
  96. package/esm2022/modal/src/components/modal/modal.component.mjs +3 -3
  97. package/esm2022/modal/src/components/modal-host/modal-host.component.mjs +3 -3
  98. package/esm2022/modal/src/directives/modal/modal.directive.mjs +3 -3
  99. package/esm2022/modal/src/directives/modal-body/modal-body.directive.mjs +3 -3
  100. package/esm2022/modal/src/directives/modal-close/modal-close.directive.mjs +3 -3
  101. package/esm2022/modal/src/directives/modal-footer/modal-footer.directive.mjs +3 -3
  102. package/esm2022/modal/src/directives/modal-header/modal-header.directive.mjs +3 -3
  103. package/esm2022/modal/src/modal.module.mjs +4 -4
  104. package/esm2022/multiselect/src/component/multiselect.component.mjs +3 -3
  105. package/esm2022/multiselect/src/directives/button-template/button-template.directive.mjs +3 -3
  106. package/esm2022/multiselect/src/directives/footer-template/footer-template.directive.mjs +3 -3
  107. package/esm2022/multiselect/src/directives/header-template/header-template.directive.mjs +3 -3
  108. package/esm2022/multiselect/src/multiselect.module.mjs +4 -4
  109. package/esm2022/navbar/src/dropdown-toggle/dropdown-toggle.directive.mjs +3 -3
  110. package/esm2022/navbar/src/expand-button/expand-button.directive.mjs +3 -3
  111. package/esm2022/navbar/src/nav-link/nav-link.directive.mjs +3 -3
  112. package/esm2022/navbar/src/navbar/navbar.component.mjs +3 -3
  113. package/esm2022/navbar/src/navbar-brand/navbar-brand.component.mjs +3 -3
  114. package/esm2022/navbar/src/navbar-content/navbar-content.directive.mjs +3 -3
  115. package/esm2022/navbar/src/navbar-dropdown/navbar-dropdown.component.mjs +3 -3
  116. package/esm2022/navbar/src/navbar-item/navbar-item.component.mjs +3 -3
  117. package/esm2022/navbar/src/navbar-nav/navbar-nav.component.mjs +3 -3
  118. package/esm2022/navbar/src/navbar.module.mjs +4 -4
  119. package/esm2022/navbar-toggler/src/navbar-toggler/navbar-toggler.component.mjs +3 -3
  120. package/esm2022/navigation-lock/src/directive/navigation-lock.directive.mjs +3 -3
  121. package/esm2022/navigation-lock/src/guard/navigation-lock.guard.mjs +3 -3
  122. package/esm2022/navigation-lock/src/navigation-lock.module.mjs +4 -4
  123. package/esm2022/no-noscript/src/no-noscript/no-noscript.directive.mjs +3 -3
  124. package/esm2022/offcanvas/src/components/offcanvas/offcanvas.component.mjs +3 -3
  125. package/esm2022/offcanvas/src/components/offcanvas-body/offcanvas-body.component.mjs +3 -3
  126. package/esm2022/offcanvas/src/components/offcanvas-header/offcanvas-header.component.mjs +3 -3
  127. package/esm2022/offcanvas/src/components/offcanvas-host/offcanvas-host.component.mjs +3 -3
  128. package/esm2022/offcanvas/src/directives/offcanvas-close/offcanvas-close.directive.mjs +3 -3
  129. package/esm2022/offcanvas/src/directives/offcanvas-content/offcanvas-content.directive.mjs +3 -3
  130. package/esm2022/offcanvas/src/directives/offcanvas-push/offcanvas-push.directive.mjs +3 -3
  131. package/esm2022/offcanvas/src/offcanvas.module.mjs +4 -4
  132. package/esm2022/ordinal-number/src/ordinal-number/ordinal-number.pipe.mjs +3 -3
  133. package/esm2022/pagination/src/component/pagination/pagination.component.mjs +3 -3
  134. package/esm2022/placeholder/src/placeholder/placeholder.component.mjs +3 -3
  135. package/esm2022/placeholder/src/placeholder-field/placeholder-field.directive.mjs +3 -3
  136. package/esm2022/placeholder/src/placeholder.module.mjs +4 -4
  137. package/esm2022/playlist-toggler/src/playlist-toggler/playlist-toggler.component.mjs +3 -3
  138. package/esm2022/popover/src/component/popover.component.mjs +3 -3
  139. package/esm2022/popover/src/directives/popover/popover.directive.mjs +3 -3
  140. package/esm2022/popover/src/directives/popover-body/popover-body.directive.mjs +3 -3
  141. package/esm2022/popover/src/directives/popover-header/popover-header.directive.mjs +3 -3
  142. package/esm2022/popover/src/popover.module.mjs +4 -4
  143. package/esm2022/progress-bar/src/progress/progress.component.mjs +3 -3
  144. package/esm2022/progress-bar/src/progress-bar/progress-bar.component.mjs +3 -3
  145. package/esm2022/progress-bar/src/progress-bar.module.mjs +4 -4
  146. package/esm2022/range/src/component/range.component.mjs +3 -3
  147. package/esm2022/range/src/range.module.mjs +4 -4
  148. package/esm2022/range/src/value-accessor/range-value-accessor.mjs +3 -3
  149. package/esm2022/rating/src/component/rating.component.mjs +3 -3
  150. package/esm2022/resizable/src/resizable/resizable.component.mjs +3 -3
  151. package/esm2022/resizable/src/resizable.module.mjs +4 -4
  152. package/esm2022/resizable/src/resize-glyph/resize-glyph.directive.mjs +3 -3
  153. package/esm2022/scheduler/src/components/resource-group-presenter/resource-group-presenter.component.mjs +3 -3
  154. package/esm2022/scheduler/src/components/scheduler/scheduler.component.mjs +4 -5
  155. package/esm2022/scheduler/src/pipes/bs-seconds-timespan.pipe/bs-seconds-timespan.pipe.mjs +3 -3
  156. package/esm2022/scheduler/src/pipes/bs-seconds-today-offset/bs-seconds-today-offset.pipe.mjs +3 -3
  157. package/esm2022/scheduler/src/pipes/date-offset/date-offset.pipe.mjs +3 -3
  158. package/esm2022/scheduler/src/pipes/day-of-week/day-of-week.pipe.mjs +3 -3
  159. package/esm2022/scheduler/src/scheduler.module.mjs +4 -4
  160. package/esm2022/scheduler/src/services/timeline/timeline.service.mjs +3 -3
  161. package/esm2022/scrollspy/src/component/scrollspy.component.mjs +3 -3
  162. package/esm2022/scrollspy/src/directives/scrollspy.directive.mjs +3 -3
  163. package/esm2022/scrollspy/src/scrollspy.module.mjs +4 -4
  164. package/esm2022/scrollspy/src/services/scroll-offset/scroll-offset.service.mjs +3 -3
  165. package/esm2022/searchbox/src/directives/enter-search-term.directive.mjs +3 -3
  166. package/esm2022/searchbox/src/directives/no-results.directive.mjs +3 -3
  167. package/esm2022/searchbox/src/directives/suggestion.directive.mjs +3 -3
  168. package/esm2022/searchbox/src/searchbox/searchbox.component.mjs +4 -5
  169. package/esm2022/searchbox/src/searchbox.module.mjs +4 -4
  170. package/esm2022/select/src/component/select.component.mjs +3 -3
  171. package/esm2022/select/src/select.module.mjs +4 -4
  172. package/esm2022/select/src/value-accessors/select-value-accessor.mjs +6 -6
  173. package/esm2022/select2/src/component/select2.component.mjs +3 -3
  174. package/esm2022/select2/src/directive/item-template/item-template.directive.mjs +3 -3
  175. package/esm2022/select2/src/directive/suggestion-template/suggestion-template.directive.mjs +3 -3
  176. package/esm2022/select2/src/select2.module.mjs +4 -4
  177. package/esm2022/shell/src/shell/shell.component.mjs +3 -3
  178. package/esm2022/shell/src/shell-sidebar/shell-sidebar.directive.mjs +3 -3
  179. package/esm2022/shell/src/shell.module.mjs +4 -4
  180. package/esm2022/signature-pad/src/component/signature-pad.component.mjs +3 -3
  181. package/esm2022/slugify/src/slugify.pipe.mjs +3 -3
  182. package/esm2022/spinner/src/spinner.component.mjs +3 -3
  183. package/esm2022/split-string/src/split-string.pipe.mjs +3 -3
  184. package/esm2022/splitter/src/element-at/element-at.pipe.mjs +3 -3
  185. package/esm2022/splitter/src/split-panel/split-panel.component.mjs +3 -3
  186. package/esm2022/splitter/src/splitter/splitter.component.mjs +3 -3
  187. package/esm2022/splitter/src/splitter.module.mjs +4 -4
  188. package/esm2022/sticky-footer/src/sticky-footer/sticky-footer.component.mjs +18 -24
  189. package/esm2022/sticky-footer/src/sticky-footer-parent/sticky-footer-parent.directive.mjs +3 -3
  190. package/esm2022/sticky-footer/src/sticky-footer.module.mjs +7 -6
  191. package/esm2022/tab-control/src/tab-control/tab-control.component.mjs +3 -3
  192. package/esm2022/tab-control/src/tab-control.module.mjs +4 -4
  193. package/esm2022/tab-control/src/tab-page/tab-page.component.mjs +3 -3
  194. package/esm2022/tab-control/src/tab-page-header/tab-page-header.directive.mjs +3 -3
  195. package/esm2022/table/src/component/table.component.mjs +3 -3
  196. package/esm2022/timepicker/src/timepicker.component.mjs +4 -5
  197. package/esm2022/toast/src/components/toast/toast.component.mjs +3 -3
  198. package/esm2022/toast/src/components/toast-body/toast-body.component.mjs +3 -3
  199. package/esm2022/toast/src/components/toast-container/toast-container.component.mjs +3 -3
  200. package/esm2022/toast/src/components/toast-header/toast-header.component.mjs +3 -3
  201. package/esm2022/toast/src/directives/toast-close/toast-close.directive.mjs +3 -3
  202. package/esm2022/toast/src/pipes/add-properties.pipe.mjs +3 -3
  203. package/esm2022/toast/src/services/toast/toast.service.mjs +3 -3
  204. package/esm2022/toast/src/toast.module.mjs +4 -4
  205. package/esm2022/toggle-button/src/component/toggle-button.component.mjs +3 -3
  206. package/esm2022/toggle-button/src/directives/toggle-button-group/toggle-button-group.directive.mjs +3 -3
  207. package/esm2022/toggle-button/src/toggle-button.module.mjs +4 -4
  208. package/esm2022/toggle-button/src/value-accessor/toggle-button-value-accessor.mjs +3 -3
  209. package/esm2022/tooltip/src/component/tooltip.component.mjs +3 -3
  210. package/esm2022/tooltip/src/directive/tooltip.directive.mjs +3 -3
  211. package/esm2022/tooltip/src/tooltip.module.mjs +4 -4
  212. package/esm2022/treeview/src/treeview/treeview.component.mjs +3 -3
  213. package/esm2022/treeview/src/treeview-item/treeview-item.component.mjs +4 -5
  214. package/esm2022/treeview/src/treeview.module.mjs +4 -4
  215. package/esm2022/trust-html/src/trust-html.pipe.mjs +3 -3
  216. package/esm2022/typeahead/src/typeahead.component.mjs +3 -3
  217. package/esm2022/uc-first/src/uc-first.pipe.mjs +3 -3
  218. package/esm2022/user-agent/src/directive/user-agent.directive.mjs +3 -3
  219. package/esm2022/word-count/src/word-count.pipe.mjs +3 -3
  220. package/fesm2022/mintplayer-ng-bootstrap-accordion.mjs +13 -13
  221. package/fesm2022/mintplayer-ng-bootstrap-alert.mjs +10 -10
  222. package/fesm2022/mintplayer-ng-bootstrap-badge.mjs +3 -3
  223. package/fesm2022/mintplayer-ng-bootstrap-breadcrumb.mjs +10 -10
  224. package/fesm2022/mintplayer-ng-bootstrap-button-group.mjs +3 -3
  225. package/fesm2022/mintplayer-ng-bootstrap-button-type.mjs +3 -3
  226. package/fesm2022/mintplayer-ng-bootstrap-calendar-month.mjs +9 -9
  227. package/fesm2022/mintplayer-ng-bootstrap-calendar.mjs +3 -4
  228. package/fesm2022/mintplayer-ng-bootstrap-calendar.mjs.map +1 -1
  229. package/fesm2022/mintplayer-ng-bootstrap-card.mjs +10 -10
  230. package/fesm2022/mintplayer-ng-bootstrap-carousel.mjs +15 -15
  231. package/fesm2022/mintplayer-ng-bootstrap-carousel.mjs.map +1 -1
  232. package/fesm2022/mintplayer-ng-bootstrap-close.mjs +3 -3
  233. package/fesm2022/mintplayer-ng-bootstrap-code-snippet.mjs +3 -3
  234. package/fesm2022/mintplayer-ng-bootstrap-color-picker.mjs +28 -28
  235. package/fesm2022/mintplayer-ng-bootstrap-container.mjs +3 -3
  236. package/fesm2022/mintplayer-ng-bootstrap-context-menu.mjs +7 -7
  237. package/fesm2022/mintplayer-ng-bootstrap-copy.mjs +3 -3
  238. package/fesm2022/mintplayer-ng-bootstrap-datatable.mjs +13 -13
  239. package/fesm2022/mintplayer-ng-bootstrap-datepicker.mjs +3 -3
  240. package/fesm2022/mintplayer-ng-bootstrap-dock.mjs +19 -19
  241. package/fesm2022/mintplayer-ng-bootstrap-dropdown-divider.mjs +3 -3
  242. package/fesm2022/mintplayer-ng-bootstrap-dropdown-menu.mjs +10 -10
  243. package/fesm2022/mintplayer-ng-bootstrap-dropdown.mjs +13 -13
  244. package/fesm2022/mintplayer-ng-bootstrap-enhanced-paste.mjs +3 -3
  245. package/fesm2022/mintplayer-ng-bootstrap-enum.mjs +3 -3
  246. package/fesm2022/mintplayer-ng-bootstrap-file-upload.mjs +13 -13
  247. package/fesm2022/mintplayer-ng-bootstrap-floating-labels.mjs +3 -3
  248. package/fesm2022/mintplayer-ng-bootstrap-font-color.mjs +3 -3
  249. package/fesm2022/mintplayer-ng-bootstrap-for.mjs +3 -3
  250. package/fesm2022/mintplayer-ng-bootstrap-form.mjs +13 -13
  251. package/fesm2022/mintplayer-ng-bootstrap-grid.mjs +19 -19
  252. package/fesm2022/mintplayer-ng-bootstrap-has-overlay.mjs +3 -3
  253. package/fesm2022/mintplayer-ng-bootstrap-has-property.mjs +3 -3
  254. package/fesm2022/mintplayer-ng-bootstrap-in-list.mjs +3 -3
  255. package/fesm2022/mintplayer-ng-bootstrap-input-group.mjs +3 -3
  256. package/fesm2022/mintplayer-ng-bootstrap-instance-of.mjs +16 -16
  257. package/fesm2022/mintplayer-ng-bootstrap-let.mjs +3 -3
  258. package/fesm2022/mintplayer-ng-bootstrap-linify.mjs +3 -3
  259. package/fesm2022/mintplayer-ng-bootstrap-list-group.mjs +10 -10
  260. package/fesm2022/mintplayer-ng-bootstrap-markdown.mjs +12 -12
  261. package/fesm2022/mintplayer-ng-bootstrap-marquee.mjs +3 -3
  262. package/fesm2022/mintplayer-ng-bootstrap-modal.mjs +25 -25
  263. package/fesm2022/mintplayer-ng-bootstrap-multiselect.mjs +16 -16
  264. package/fesm2022/mintplayer-ng-bootstrap-navbar-toggler.mjs +3 -3
  265. package/fesm2022/mintplayer-ng-bootstrap-navbar.mjs +31 -31
  266. package/fesm2022/mintplayer-ng-bootstrap-navigation-lock.mjs +10 -10
  267. package/fesm2022/mintplayer-ng-bootstrap-no-noscript.mjs +3 -3
  268. package/fesm2022/mintplayer-ng-bootstrap-offcanvas.mjs +25 -25
  269. package/fesm2022/mintplayer-ng-bootstrap-ordinal-number.mjs +3 -3
  270. package/fesm2022/mintplayer-ng-bootstrap-pagination.mjs +3 -3
  271. package/fesm2022/mintplayer-ng-bootstrap-placeholder.mjs +10 -10
  272. package/fesm2022/mintplayer-ng-bootstrap-playlist-toggler.mjs +3 -3
  273. package/fesm2022/mintplayer-ng-bootstrap-popover.mjs +16 -16
  274. package/fesm2022/mintplayer-ng-bootstrap-progress-bar.mjs +10 -10
  275. package/fesm2022/mintplayer-ng-bootstrap-range.mjs +10 -10
  276. package/fesm2022/mintplayer-ng-bootstrap-rating.mjs +3 -3
  277. package/fesm2022/mintplayer-ng-bootstrap-resizable.mjs +10 -10
  278. package/fesm2022/mintplayer-ng-bootstrap-scheduler.mjs +25 -26
  279. package/fesm2022/mintplayer-ng-bootstrap-scheduler.mjs.map +1 -1
  280. package/fesm2022/mintplayer-ng-bootstrap-scrollspy.mjs +13 -13
  281. package/fesm2022/mintplayer-ng-bootstrap-searchbox.mjs +16 -17
  282. package/fesm2022/mintplayer-ng-bootstrap-searchbox.mjs.map +1 -1
  283. package/fesm2022/mintplayer-ng-bootstrap-select.mjs +13 -13
  284. package/fesm2022/mintplayer-ng-bootstrap-select2.mjs +13 -13
  285. package/fesm2022/mintplayer-ng-bootstrap-shell.mjs +10 -10
  286. package/fesm2022/mintplayer-ng-bootstrap-signature-pad.mjs +3 -3
  287. package/fesm2022/mintplayer-ng-bootstrap-slugify.mjs +3 -3
  288. package/fesm2022/mintplayer-ng-bootstrap-spinner.mjs +3 -3
  289. package/fesm2022/mintplayer-ng-bootstrap-split-string.mjs +3 -3
  290. package/fesm2022/mintplayer-ng-bootstrap-splitter.mjs +13 -13
  291. package/fesm2022/mintplayer-ng-bootstrap-sticky-footer.mjs +26 -31
  292. package/fesm2022/mintplayer-ng-bootstrap-sticky-footer.mjs.map +1 -1
  293. package/fesm2022/mintplayer-ng-bootstrap-tab-control.mjs +13 -13
  294. package/fesm2022/mintplayer-ng-bootstrap-table.mjs +3 -3
  295. package/fesm2022/mintplayer-ng-bootstrap-timepicker.mjs +3 -4
  296. package/fesm2022/mintplayer-ng-bootstrap-timepicker.mjs.map +1 -1
  297. package/fesm2022/mintplayer-ng-bootstrap-toast.mjs +25 -25
  298. package/fesm2022/mintplayer-ng-bootstrap-toggle-button.mjs +13 -13
  299. package/fesm2022/mintplayer-ng-bootstrap-tooltip.mjs +10 -10
  300. package/fesm2022/mintplayer-ng-bootstrap-treeview.mjs +10 -11
  301. package/fesm2022/mintplayer-ng-bootstrap-treeview.mjs.map +1 -1
  302. package/fesm2022/mintplayer-ng-bootstrap-trust-html.mjs +3 -3
  303. package/fesm2022/mintplayer-ng-bootstrap-typeahead.mjs +3 -3
  304. package/fesm2022/mintplayer-ng-bootstrap-uc-first.mjs +3 -3
  305. package/fesm2022/mintplayer-ng-bootstrap-user-agent.mjs +3 -3
  306. package/fesm2022/mintplayer-ng-bootstrap-word-count.mjs +3 -3
  307. package/package.json +11 -11
  308. package/sticky-footer/src/sticky-footer/sticky-footer.component.d.ts +6 -8
  309. package/sticky-footer/src/sticky-footer.module.d.ts +2 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mintplayer/ng-bootstrap",
3
3
  "private": false,
4
- "version": "17.5.1",
4
+ "version": "18.1.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/MintPlayer/mintplayer-ng-bootstrap",
@@ -512,21 +512,21 @@
512
512
  }
513
513
  },
514
514
  "peerDependencies": {
515
- "@angular/common": "^17.0.0",
516
- "@angular/core": "^17.0.0",
517
- "@angular/cdk": "^17.0.0",
518
- "@angular/forms": "^17.0.0",
519
- "@angular/router": "^17.0.0",
520
- "@angular/platform-browser": "^17.0.0",
515
+ "@angular/common": "^18.0.0",
516
+ "@angular/core": "^18.0.0",
517
+ "@angular/cdk": "^18.0.0",
518
+ "@angular/forms": "^18.0.0",
519
+ "@angular/router": "^18.0.0",
520
+ "@angular/platform-browser": "^18.0.0",
521
521
  "rxjs": "^7.5.0",
522
522
  "bootstrap": "^5.3.0",
523
523
  "bootstrap-icons": "^1.7.2",
524
524
  "ngx-highlightjs": "^10.0.0",
525
- "@mintplayer/ng-click-outside": "^17.0.0",
526
- "@mintplayer/ng-animations": "^17.0.0",
525
+ "@mintplayer/ng-click-outside": "^18.0.0",
526
+ "@mintplayer/ng-animations": "^18.0.0",
527
527
  "@mintplayer/pagination": "^2.1.0",
528
- "@mintplayer/ng-focus-on-load": "^17.0.0",
529
- "@mintplayer/ng-swiper": "^17.0.0",
528
+ "@mintplayer/ng-focus-on-load": "^18.0.0",
529
+ "@mintplayer/ng-swiper": "^18.0.0",
530
530
  "@mintplayer/parentify": "^1.0.4"
531
531
  },
532
532
  "dependencies": {
@@ -1,15 +1,13 @@
1
- import { AfterViewInit, ElementRef, OnDestroy } from '@angular/core';
1
+ import { AfterViewInit, DestroyRef } from '@angular/core';
2
2
  import { BsStickyFooterParentDirective } from '../sticky-footer-parent/sticky-footer-parent.directive';
3
+ import { BsObserveSizeDirective } from '@mintplayer/ng-swiper/observe-size';
3
4
  import * as i0 from "@angular/core";
4
- export declare class BsStickyFooterComponent implements AfterViewInit, OnDestroy {
5
+ export declare class BsStickyFooterComponent implements AfterViewInit {
5
6
  private parent;
6
- private element;
7
- private platformId;
8
- constructor(parent: BsStickyFooterParentDirective, element: ElementRef, platformId: any);
9
- resizeObserver?: ResizeObserver;
10
- footer: ElementRef<HTMLElement>;
7
+ private destroy;
8
+ constructor(parent: BsStickyFooterParentDirective, destroy: DestroyRef);
11
9
  ngAfterViewInit(): void;
12
- ngOnDestroy(): void;
10
+ sizeObserver: BsObserveSizeDirective;
13
11
  static ɵfac: i0.ɵɵFactoryDeclaration<BsStickyFooterComponent, never>;
14
12
  static ɵcmp: i0.ɵɵComponentDeclaration<BsStickyFooterComponent, "bs-sticky-footer", never, {}, {}, never, ["*"], false, never>;
15
13
  }
@@ -2,8 +2,9 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./sticky-footer/sticky-footer.component";
3
3
  import * as i2 from "./sticky-footer-parent/sticky-footer-parent.directive";
4
4
  import * as i3 from "@angular/common";
5
+ import * as i4 from "@mintplayer/ng-swiper/observe-size";
5
6
  export declare class BsStickyFooterModule {
6
7
  static ɵfac: i0.ɵɵFactoryDeclaration<BsStickyFooterModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsStickyFooterModule, [typeof i1.BsStickyFooterComponent, typeof i2.BsStickyFooterParentDirective], [typeof i3.CommonModule], [typeof i1.BsStickyFooterComponent, typeof i2.BsStickyFooterParentDirective]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BsStickyFooterModule, [typeof i1.BsStickyFooterComponent, typeof i2.BsStickyFooterParentDirective], [typeof i3.CommonModule, typeof i4.BsObserveSizeDirective], [typeof i1.BsStickyFooterComponent, typeof i2.BsStickyFooterParentDirective]>;
8
9
  static ɵinj: i0.ɵɵInjectorDeclaration<BsStickyFooterModule>;
9
10
  }