@mintplayer/ng-bootstrap 18.1.1 → 18.2.1

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 (436) hide show
  1. package/async-host-binding/index.d.ts +1 -0
  2. package/async-host-binding/src/bind-event.plugin.d.ts +1 -0
  3. package/async-host-binding/src/index.d.ts +1 -0
  4. package/async-host-binding/src/provide-async-host-bindings.d.ts +1 -0
  5. package/button-type/index.d.ts +1 -0
  6. package/button-type/src/button-type/button-type.directive.d.ts +1 -0
  7. package/button-type/src/index.d.ts +1 -0
  8. package/calendar-month/index.d.ts +1 -0
  9. package/calendar-month/src/index.d.ts +1 -0
  10. package/calendar-month/src/interfaces/date-day-of-month.d.ts +1 -0
  11. package/calendar-month/src/interfaces/first-and-last-date.d.ts +1 -0
  12. package/calendar-month/src/interfaces/index.d.ts +1 -0
  13. package/calendar-month/src/interfaces/week.d.ts +1 -0
  14. package/calendar-month/src/interfaces/weekday.d.ts +1 -0
  15. package/calendar-month/src/pipes/index.d.ts +1 -0
  16. package/calendar-month/src/pipes/month-name/month-name.pipe.d.ts +1 -0
  17. package/calendar-month/src/pipes/weekday-name/weekday-name.pipe.d.ts +1 -0
  18. package/calendar-month/src/service/calendar-month.service.d.ts +1 -0
  19. package/carousel/src/carousel.module.d.ts +3 -4
  20. package/color-picker/color-picker.module.d.ts +1 -2
  21. package/context-menu/index.d.ts +1 -0
  22. package/context-menu/src/context-menu.directive.d.ts +1 -0
  23. package/context-menu/src/context-menu.module.d.ts +1 -0
  24. package/context-menu/src/index.d.ts +1 -0
  25. package/copy/index.d.ts +1 -0
  26. package/copy/src/copy.directive.d.ts +1 -0
  27. package/copy/src/index.d.ts +1 -0
  28. package/dropdown/index.d.ts +1 -0
  29. package/dropdown/src/dropdown/dropdown.directive.d.ts +1 -0
  30. package/dropdown/src/dropdown-menu/dropdown-menu.directive.d.ts +1 -0
  31. package/dropdown/src/dropdown-toggle/dropdown-toggle.directive.d.ts +1 -0
  32. package/dropdown/src/dropdown.module.d.ts +1 -0
  33. package/dropdown/src/index.d.ts +1 -0
  34. package/dropdown-divider/index.d.ts +1 -0
  35. package/dropdown-divider/src/dropdown-divider.directive.d.ts +1 -0
  36. package/dropdown-divider/src/index.d.ts +1 -0
  37. package/enhanced-paste/index.d.ts +1 -0
  38. package/enhanced-paste/src/directive/enhanced-paste.directive.d.ts +1 -0
  39. package/enhanced-paste/src/index.d.ts +1 -0
  40. package/enhanced-paste/src/interfaces/number-overflow.d.ts +1 -0
  41. package/enum/index.d.ts +1 -0
  42. package/enum/src/index.d.ts +1 -0
  43. package/enum/src/interfaces/enum-item.d.ts +1 -0
  44. package/enum/src/interfaces/index.d.ts +1 -0
  45. package/enum/src/service/enum.service.d.ts +1 -0
  46. package/esm2022/accordion/src/accordion/accordion.component.mjs +3 -3
  47. package/esm2022/accordion/src/accordion-tab/accordion-tab.component.mjs +3 -3
  48. package/esm2022/accordion/src/accordion-tab-header/accordion-tab-header.component.mjs +3 -3
  49. package/esm2022/accordion/src/accordion.module.mjs +4 -4
  50. package/esm2022/alert/src/alert/alert.component.mjs +3 -3
  51. package/esm2022/alert/src/alert-close/alert-close.component.mjs +3 -3
  52. package/esm2022/alert/src/alert.module.mjs +4 -4
  53. package/esm2022/badge/src/badge.component.mjs +3 -3
  54. package/esm2022/breadcrumb/src/breadcrumb/breadcrumb.component.mjs +3 -3
  55. package/esm2022/breadcrumb/src/breadcrumb-item/breadcrumb-item.component.mjs +3 -3
  56. package/esm2022/breadcrumb/src/breadcrumb.module.mjs +4 -4
  57. package/esm2022/button-group/src/button-group/button-group.component.mjs +3 -3
  58. package/esm2022/button-type/src/button-type/button-type.directive.mjs +3 -3
  59. package/esm2022/calendar/src/calendar.component.mjs +5 -6
  60. package/esm2022/calendar-month/src/pipes/month-name/month-name.pipe.mjs +3 -3
  61. package/esm2022/calendar-month/src/pipes/weekday-name/weekday-name.pipe.mjs +3 -3
  62. package/esm2022/calendar-month/src/service/calendar-month.service.mjs +3 -3
  63. package/esm2022/card/src/card/card.component.mjs +3 -3
  64. package/esm2022/card/src/card-header/card-header.component.mjs +3 -3
  65. package/esm2022/card/src/card.module.mjs +4 -4
  66. package/esm2022/carousel/src/carousel/carousel.component.mjs +7 -8
  67. package/esm2022/carousel/src/carousel-image/carousel-image.directive.mjs +3 -3
  68. package/esm2022/carousel/src/carousel-img/carousel-img.directive.mjs +3 -3
  69. package/esm2022/carousel/src/carousel.module.mjs +5 -8
  70. package/esm2022/close/src/close.component.mjs +3 -3
  71. package/esm2022/code-snippet/src/code-snippet.component.mjs +3 -3
  72. package/esm2022/color-picker/color-picker.module.mjs +6 -9
  73. package/esm2022/color-picker/components/alpha-strip/alpha-strip.component.mjs +3 -3
  74. package/esm2022/color-picker/components/color-picker/color-picker.component.mjs +9 -10
  75. package/esm2022/color-picker/components/color-wheel/color-wheel.component.mjs +3 -3
  76. package/esm2022/color-picker/components/luminosity-strip/luminosity-strip.component.mjs +3 -3
  77. package/esm2022/color-picker/components/slider/slider.component.mjs +9 -9
  78. package/esm2022/color-picker/directives/color-picker-value-accessor/color-picker-value-accessor.directive.mjs +3 -3
  79. package/esm2022/container/src/container/container.component.mjs +3 -3
  80. package/esm2022/context-menu/src/context-menu.directive.mjs +3 -3
  81. package/esm2022/context-menu/src/context-menu.module.mjs +4 -4
  82. package/esm2022/copy/src/copy.directive.mjs +3 -3
  83. package/esm2022/datatable/src/datatable/datatable.component.mjs +3 -3
  84. package/esm2022/datatable/src/datatable-column/datatable-column.directive.mjs +3 -3
  85. package/esm2022/datatable/src/datatable.module.mjs +4 -4
  86. package/esm2022/datatable/src/row-template/row-template.directive.mjs +3 -3
  87. package/esm2022/datepicker/src/datepicker.component.mjs +3 -3
  88. package/esm2022/dock/src/dock/dock.component.mjs +3 -3
  89. package/esm2022/dock/src/dock-pane-renderer/dock-pane-renderer.component.mjs +3 -3
  90. package/esm2022/dock/src/dock-panel/dock-panel.component.mjs +3 -3
  91. package/esm2022/dock/src/dock-panel-header/dock-panel-header.component.mjs +3 -3
  92. package/esm2022/dock/src/dock.module.mjs +4 -4
  93. package/esm2022/dock/src/services/dock/dock.service.mjs +3 -3
  94. package/esm2022/dropdown/src/dropdown/dropdown.directive.mjs +3 -3
  95. package/esm2022/dropdown/src/dropdown-menu/dropdown-menu.directive.mjs +3 -3
  96. package/esm2022/dropdown/src/dropdown-toggle/dropdown-toggle.directive.mjs +3 -3
  97. package/esm2022/dropdown/src/dropdown.module.mjs +4 -4
  98. package/esm2022/dropdown-divider/src/dropdown-divider.directive.mjs +3 -3
  99. package/esm2022/dropdown-menu/src/dropdown-item/dropdown-item.component.mjs +3 -3
  100. package/esm2022/dropdown-menu/src/dropdown-menu/dropdown-menu.component.mjs +3 -3
  101. package/esm2022/dropdown-menu/src/dropdown-menu.module.mjs +4 -4
  102. package/esm2022/enhanced-paste/src/directive/enhanced-paste.directive.mjs +3 -3
  103. package/esm2022/enum/src/service/enum.service.mjs +3 -3
  104. package/esm2022/file-upload/src/component/file-upload.component.mjs +3 -3
  105. package/esm2022/file-upload/src/directive/file-upload-template.directive.mjs +3 -3
  106. package/esm2022/file-upload/src/file-upload.module.mjs +4 -4
  107. package/esm2022/file-upload/src/pipes/format-bytes/format-bytes.pipe.mjs +3 -3
  108. package/esm2022/floating-labels/src/floating-label/floating-label.component.mjs +3 -3
  109. package/esm2022/font-color/src/font-color.pipe.mjs +3 -3
  110. package/esm2022/for/src/for.directive.mjs +3 -3
  111. package/esm2022/form/src/form/form.component.mjs +3 -3
  112. package/esm2022/form/src/form-control/form-control.directive.mjs +3 -3
  113. package/esm2022/form/src/form-group/form-group.directive.mjs +3 -3
  114. package/esm2022/form/src/form.module.mjs +4 -4
  115. package/esm2022/grid/src/component/grid.component.mjs +3 -3
  116. package/esm2022/grid/src/directives/col-form-label/col-form-label.directive.mjs +3 -3
  117. package/esm2022/grid/src/directives/column/column.directive.mjs +6 -6
  118. package/esm2022/grid/src/directives/row/row.directive.mjs +3 -3
  119. package/esm2022/grid/src/grid.module.mjs +4 -4
  120. package/esm2022/has-overlay/src/has-overlay/has-overlay.component.mjs +3 -3
  121. package/esm2022/has-property/src/has-property.pipe.mjs +3 -3
  122. package/esm2022/in-list/src/in-list.pipe.mjs +3 -3
  123. package/esm2022/input-group/src/input-group/input-group.component.mjs +3 -3
  124. package/esm2022/instance-of/src/directives/instanceof-case.directive.mjs +3 -3
  125. package/esm2022/instance-of/src/directives/instanceof-default.directive.mjs +3 -3
  126. package/esm2022/instance-of/src/directives/instanceof.directive.mjs +3 -3
  127. package/esm2022/instance-of/src/instance-of.module.mjs +4 -4
  128. package/esm2022/instance-of/src/pipes/instance-of.pipe.mjs +3 -3
  129. package/esm2022/let/directive/let.directive.mjs +3 -3
  130. package/esm2022/linify/src/linify.pipe.mjs +3 -3
  131. package/esm2022/list-group/src/list-group/list-group.component.mjs +3 -3
  132. package/esm2022/list-group/src/list-group-item/list-group-item.component.mjs +3 -3
  133. package/esm2022/list-group/src/list-group.module.mjs +4 -4
  134. package/esm2022/markdown/src/bold/bold.pipe.mjs +3 -3
  135. package/esm2022/markdown/src/italic/italic.pipe.mjs +3 -3
  136. package/esm2022/markdown/src/strikethrough/strikethrough.pipe.mjs +3 -3
  137. package/esm2022/markdown/src/underline/underline.pipe.mjs +3 -3
  138. package/esm2022/marquee/src/marquee/marquee.component.mjs +3 -3
  139. package/esm2022/modal/src/components/modal/modal.component.mjs +3 -3
  140. package/esm2022/modal/src/components/modal-host/modal-host.component.mjs +3 -3
  141. package/esm2022/modal/src/directives/modal/modal.directive.mjs +3 -3
  142. package/esm2022/modal/src/directives/modal-body/modal-body.directive.mjs +3 -3
  143. package/esm2022/modal/src/directives/modal-close/modal-close.directive.mjs +3 -3
  144. package/esm2022/modal/src/directives/modal-footer/modal-footer.directive.mjs +3 -3
  145. package/esm2022/modal/src/directives/modal-header/modal-header.directive.mjs +3 -3
  146. package/esm2022/modal/src/modal.module.mjs +4 -4
  147. package/esm2022/multiselect/src/component/multiselect.component.mjs +3 -3
  148. package/esm2022/multiselect/src/directives/button-template/button-template.directive.mjs +3 -3
  149. package/esm2022/multiselect/src/directives/footer-template/footer-template.directive.mjs +3 -3
  150. package/esm2022/multiselect/src/directives/header-template/header-template.directive.mjs +3 -3
  151. package/esm2022/multiselect/src/multiselect.module.mjs +4 -4
  152. package/esm2022/navbar/src/dropdown-toggle/dropdown-toggle.directive.mjs +3 -3
  153. package/esm2022/navbar/src/expand-button/expand-button.directive.mjs +3 -3
  154. package/esm2022/navbar/src/nav-link/nav-link.directive.mjs +3 -3
  155. package/esm2022/navbar/src/navbar/navbar.component.mjs +3 -3
  156. package/esm2022/navbar/src/navbar-brand/navbar-brand.component.mjs +3 -3
  157. package/esm2022/navbar/src/navbar-content/navbar-content.directive.mjs +3 -3
  158. package/esm2022/navbar/src/navbar-dropdown/navbar-dropdown.component.mjs +3 -3
  159. package/esm2022/navbar/src/navbar-item/navbar-item.component.mjs +3 -3
  160. package/esm2022/navbar/src/navbar-nav/navbar-nav.component.mjs +3 -3
  161. package/esm2022/navbar/src/navbar.module.mjs +4 -4
  162. package/esm2022/navbar-toggler/src/navbar-toggler/navbar-toggler.component.mjs +3 -3
  163. package/esm2022/navigation-lock/src/directive/navigation-lock.directive.mjs +3 -3
  164. package/esm2022/navigation-lock/src/guard/navigation-lock.guard.mjs +3 -3
  165. package/esm2022/navigation-lock/src/navigation-lock.module.mjs +4 -4
  166. package/esm2022/no-noscript/src/no-noscript/no-noscript.directive.mjs +3 -3
  167. package/esm2022/offcanvas/src/components/offcanvas/offcanvas.component.mjs +3 -3
  168. package/esm2022/offcanvas/src/components/offcanvas-body/offcanvas-body.component.mjs +3 -3
  169. package/esm2022/offcanvas/src/components/offcanvas-header/offcanvas-header.component.mjs +3 -3
  170. package/esm2022/offcanvas/src/components/offcanvas-host/offcanvas-host.component.mjs +3 -3
  171. package/esm2022/offcanvas/src/directives/offcanvas-close/offcanvas-close.directive.mjs +3 -3
  172. package/esm2022/offcanvas/src/directives/offcanvas-content/offcanvas-content.directive.mjs +3 -3
  173. package/esm2022/offcanvas/src/directives/offcanvas-push/offcanvas-push.directive.mjs +3 -3
  174. package/esm2022/offcanvas/src/offcanvas.module.mjs +4 -4
  175. package/esm2022/ordinal-number/src/ordinal-number/ordinal-number.pipe.mjs +3 -3
  176. package/esm2022/pagination/src/component/pagination/pagination.component.mjs +3 -3
  177. package/esm2022/parallax/index.mjs +2 -0
  178. package/esm2022/parallax/mintplayer-ng-bootstrap-parallax.mjs +5 -0
  179. package/esm2022/parallax/src/parallax.component.mjs +20 -0
  180. package/esm2022/placeholder/src/placeholder/placeholder.component.mjs +3 -3
  181. package/esm2022/placeholder/src/placeholder-field/placeholder-field.directive.mjs +3 -3
  182. package/esm2022/placeholder/src/placeholder.module.mjs +4 -4
  183. package/esm2022/playlist-toggler/src/playlist-toggler/playlist-toggler.component.mjs +3 -3
  184. package/esm2022/popover/src/component/popover.component.mjs +3 -3
  185. package/esm2022/popover/src/directives/popover/popover.directive.mjs +3 -3
  186. package/esm2022/popover/src/directives/popover-body/popover-body.directive.mjs +3 -3
  187. package/esm2022/popover/src/directives/popover-header/popover-header.directive.mjs +3 -3
  188. package/esm2022/popover/src/popover.module.mjs +4 -4
  189. package/esm2022/progress-bar/src/progress/progress.component.mjs +3 -3
  190. package/esm2022/progress-bar/src/progress-bar/progress-bar.component.mjs +3 -3
  191. package/esm2022/progress-bar/src/progress-bar.module.mjs +4 -4
  192. package/esm2022/range/src/component/range.component.mjs +3 -3
  193. package/esm2022/range/src/range.module.mjs +4 -4
  194. package/esm2022/range/src/value-accessor/range-value-accessor.mjs +3 -3
  195. package/esm2022/rating/src/component/rating.component.mjs +3 -3
  196. package/esm2022/resizable/src/resizable/resizable.component.mjs +3 -3
  197. package/esm2022/resizable/src/resizable.module.mjs +4 -4
  198. package/esm2022/resizable/src/resize-glyph/resize-glyph.directive.mjs +3 -3
  199. package/esm2022/scheduler/src/components/resource-group-presenter/resource-group-presenter.component.mjs +3 -3
  200. package/esm2022/scheduler/src/components/scheduler/scheduler.component.mjs +3 -3
  201. package/esm2022/scheduler/src/pipes/bs-seconds-timespan.pipe/bs-seconds-timespan.pipe.mjs +3 -3
  202. package/esm2022/scheduler/src/pipes/bs-seconds-today-offset/bs-seconds-today-offset.pipe.mjs +3 -3
  203. package/esm2022/scheduler/src/pipes/date-offset/date-offset.pipe.mjs +3 -3
  204. package/esm2022/scheduler/src/pipes/day-of-week/day-of-week.pipe.mjs +3 -3
  205. package/esm2022/scheduler/src/scheduler.module.mjs +4 -4
  206. package/esm2022/scheduler/src/services/timeline/timeline.service.mjs +3 -3
  207. package/esm2022/scrollspy/src/component/scrollspy.component.mjs +3 -3
  208. package/esm2022/scrollspy/src/directives/scrollspy.directive.mjs +3 -3
  209. package/esm2022/scrollspy/src/scrollspy.module.mjs +4 -4
  210. package/esm2022/scrollspy/src/services/scroll-offset/scroll-offset.service.mjs +3 -3
  211. package/esm2022/searchbox/src/directives/enter-search-term.directive.mjs +3 -3
  212. package/esm2022/searchbox/src/directives/no-results.directive.mjs +3 -3
  213. package/esm2022/searchbox/src/directives/suggestion.directive.mjs +3 -3
  214. package/esm2022/searchbox/src/searchbox/searchbox.component.mjs +10 -11
  215. package/esm2022/searchbox/src/searchbox.module.mjs +5 -8
  216. package/esm2022/select/src/component/select.component.mjs +3 -3
  217. package/esm2022/select/src/select.module.mjs +4 -4
  218. package/esm2022/select/src/value-accessors/select-value-accessor.mjs +6 -6
  219. package/esm2022/select2/src/component/select2.component.mjs +3 -3
  220. package/esm2022/select2/src/directive/item-template/item-template.directive.mjs +3 -3
  221. package/esm2022/select2/src/directive/suggestion-template/suggestion-template.directive.mjs +3 -3
  222. package/esm2022/select2/src/select2.module.mjs +4 -4
  223. package/esm2022/shell/src/shell/shell.component.mjs +3 -3
  224. package/esm2022/shell/src/shell-sidebar/shell-sidebar.directive.mjs +3 -3
  225. package/esm2022/shell/src/shell.module.mjs +4 -4
  226. package/esm2022/signature-pad/src/component/signature-pad.component.mjs +3 -3
  227. package/esm2022/slugify/src/slugify.pipe.mjs +3 -3
  228. package/esm2022/spinner/src/spinner.component.mjs +3 -3
  229. package/esm2022/split-string/src/split-string.pipe.mjs +3 -3
  230. package/esm2022/splitter/src/element-at/element-at.pipe.mjs +3 -3
  231. package/esm2022/splitter/src/split-panel/split-panel.component.mjs +3 -3
  232. package/esm2022/splitter/src/splitter/splitter.component.mjs +8 -9
  233. package/esm2022/splitter/src/splitter.module.mjs +6 -7
  234. package/esm2022/sticky-footer/src/sticky-footer/sticky-footer.component.mjs +3 -3
  235. package/esm2022/sticky-footer/src/sticky-footer-parent/sticky-footer-parent.directive.mjs +3 -3
  236. package/esm2022/sticky-footer/src/sticky-footer.module.mjs +4 -4
  237. package/esm2022/tab-control/src/tab-control/tab-control.component.mjs +7 -8
  238. package/esm2022/tab-control/src/tab-control.module.mjs +5 -8
  239. package/esm2022/tab-control/src/tab-page/tab-page.component.mjs +3 -3
  240. package/esm2022/tab-control/src/tab-page-header/tab-page-header.directive.mjs +3 -3
  241. package/esm2022/table/src/component/table.component.mjs +3 -3
  242. package/esm2022/timepicker/src/timepicker.component.mjs +3 -3
  243. package/esm2022/toast/src/components/toast/toast.component.mjs +3 -3
  244. package/esm2022/toast/src/components/toast-body/toast-body.component.mjs +3 -3
  245. package/esm2022/toast/src/components/toast-container/toast-container.component.mjs +3 -3
  246. package/esm2022/toast/src/components/toast-header/toast-header.component.mjs +3 -3
  247. package/esm2022/toast/src/directives/toast-close/toast-close.directive.mjs +3 -3
  248. package/esm2022/toast/src/pipes/add-properties.pipe.mjs +3 -3
  249. package/esm2022/toast/src/services/toast/toast.service.mjs +3 -3
  250. package/esm2022/toast/src/toast.module.mjs +4 -4
  251. package/esm2022/toggle-button/src/component/toggle-button.component.mjs +3 -3
  252. package/esm2022/toggle-button/src/directives/toggle-button-group/toggle-button-group.directive.mjs +3 -3
  253. package/esm2022/toggle-button/src/toggle-button.module.mjs +4 -4
  254. package/esm2022/toggle-button/src/value-accessor/toggle-button-value-accessor.mjs +3 -3
  255. package/esm2022/tooltip/src/component/tooltip.component.mjs +3 -3
  256. package/esm2022/tooltip/src/directive/tooltip.directive.mjs +3 -3
  257. package/esm2022/tooltip/src/tooltip.module.mjs +4 -4
  258. package/esm2022/treeview/src/treeview/treeview.component.mjs +3 -3
  259. package/esm2022/treeview/src/treeview-item/treeview-item.component.mjs +3 -3
  260. package/esm2022/treeview/src/treeview.module.mjs +4 -4
  261. package/esm2022/trust-html/src/trust-html.pipe.mjs +3 -3
  262. package/esm2022/typeahead/src/typeahead.component.mjs +3 -3
  263. package/esm2022/uc-first/src/uc-first.pipe.mjs +3 -3
  264. package/esm2022/user-agent/src/directive/user-agent.directive.mjs +3 -3
  265. package/esm2022/word-count/src/word-count.pipe.mjs +3 -3
  266. package/fesm2022/mintplayer-ng-bootstrap-accordion.mjs +13 -13
  267. package/fesm2022/mintplayer-ng-bootstrap-alert.mjs +10 -10
  268. package/fesm2022/mintplayer-ng-bootstrap-badge.mjs +3 -3
  269. package/fesm2022/mintplayer-ng-bootstrap-breadcrumb.mjs +10 -10
  270. package/fesm2022/mintplayer-ng-bootstrap-button-group.mjs +3 -3
  271. package/fesm2022/mintplayer-ng-bootstrap-button-type.mjs +3 -3
  272. package/fesm2022/mintplayer-ng-bootstrap-calendar-month.mjs +9 -9
  273. package/fesm2022/mintplayer-ng-bootstrap-calendar.mjs +4 -5
  274. package/fesm2022/mintplayer-ng-bootstrap-calendar.mjs.map +1 -1
  275. package/fesm2022/mintplayer-ng-bootstrap-card.mjs +10 -10
  276. package/fesm2022/mintplayer-ng-bootstrap-carousel.mjs +16 -20
  277. package/fesm2022/mintplayer-ng-bootstrap-carousel.mjs.map +1 -1
  278. package/fesm2022/mintplayer-ng-bootstrap-close.mjs +3 -3
  279. package/fesm2022/mintplayer-ng-bootstrap-code-snippet.mjs +3 -3
  280. package/fesm2022/mintplayer-ng-bootstrap-color-picker.mjs +30 -34
  281. package/fesm2022/mintplayer-ng-bootstrap-color-picker.mjs.map +1 -1
  282. package/fesm2022/mintplayer-ng-bootstrap-container.mjs +3 -3
  283. package/fesm2022/mintplayer-ng-bootstrap-context-menu.mjs +7 -7
  284. package/fesm2022/mintplayer-ng-bootstrap-copy.mjs +3 -3
  285. package/fesm2022/mintplayer-ng-bootstrap-datatable.mjs +13 -13
  286. package/fesm2022/mintplayer-ng-bootstrap-datepicker.mjs +3 -3
  287. package/fesm2022/mintplayer-ng-bootstrap-dock.mjs +19 -19
  288. package/fesm2022/mintplayer-ng-bootstrap-dropdown-divider.mjs +3 -3
  289. package/fesm2022/mintplayer-ng-bootstrap-dropdown-menu.mjs +10 -10
  290. package/fesm2022/mintplayer-ng-bootstrap-dropdown.mjs +13 -13
  291. package/fesm2022/mintplayer-ng-bootstrap-enhanced-paste.mjs +3 -3
  292. package/fesm2022/mintplayer-ng-bootstrap-enum.mjs +3 -3
  293. package/fesm2022/mintplayer-ng-bootstrap-file-upload.mjs +13 -13
  294. package/fesm2022/mintplayer-ng-bootstrap-floating-labels.mjs +3 -3
  295. package/fesm2022/mintplayer-ng-bootstrap-font-color.mjs +3 -3
  296. package/fesm2022/mintplayer-ng-bootstrap-for.mjs +3 -3
  297. package/fesm2022/mintplayer-ng-bootstrap-form.mjs +13 -13
  298. package/fesm2022/mintplayer-ng-bootstrap-grid.mjs +19 -19
  299. package/fesm2022/mintplayer-ng-bootstrap-has-overlay.mjs +3 -3
  300. package/fesm2022/mintplayer-ng-bootstrap-has-property.mjs +3 -3
  301. package/fesm2022/mintplayer-ng-bootstrap-in-list.mjs +3 -3
  302. package/fesm2022/mintplayer-ng-bootstrap-input-group.mjs +3 -3
  303. package/fesm2022/mintplayer-ng-bootstrap-instance-of.mjs +16 -16
  304. package/fesm2022/mintplayer-ng-bootstrap-let.mjs +3 -3
  305. package/fesm2022/mintplayer-ng-bootstrap-linify.mjs +3 -3
  306. package/fesm2022/mintplayer-ng-bootstrap-list-group.mjs +10 -10
  307. package/fesm2022/mintplayer-ng-bootstrap-markdown.mjs +12 -12
  308. package/fesm2022/mintplayer-ng-bootstrap-marquee.mjs +3 -3
  309. package/fesm2022/mintplayer-ng-bootstrap-modal.mjs +25 -25
  310. package/fesm2022/mintplayer-ng-bootstrap-multiselect.mjs +16 -16
  311. package/fesm2022/mintplayer-ng-bootstrap-navbar-toggler.mjs +3 -3
  312. package/fesm2022/mintplayer-ng-bootstrap-navbar.mjs +31 -31
  313. package/fesm2022/mintplayer-ng-bootstrap-navigation-lock.mjs +10 -10
  314. package/fesm2022/mintplayer-ng-bootstrap-no-noscript.mjs +3 -3
  315. package/fesm2022/mintplayer-ng-bootstrap-offcanvas.mjs +25 -25
  316. package/fesm2022/mintplayer-ng-bootstrap-ordinal-number.mjs +3 -3
  317. package/fesm2022/mintplayer-ng-bootstrap-pagination.mjs +3 -3
  318. package/fesm2022/mintplayer-ng-bootstrap-parallax.mjs +27 -0
  319. package/fesm2022/mintplayer-ng-bootstrap-parallax.mjs.map +1 -0
  320. package/fesm2022/mintplayer-ng-bootstrap-placeholder.mjs +10 -10
  321. package/fesm2022/mintplayer-ng-bootstrap-playlist-toggler.mjs +3 -3
  322. package/fesm2022/mintplayer-ng-bootstrap-popover.mjs +16 -16
  323. package/fesm2022/mintplayer-ng-bootstrap-progress-bar.mjs +10 -10
  324. package/fesm2022/mintplayer-ng-bootstrap-range.mjs +10 -10
  325. package/fesm2022/mintplayer-ng-bootstrap-rating.mjs +3 -3
  326. package/fesm2022/mintplayer-ng-bootstrap-resizable.mjs +10 -10
  327. package/fesm2022/mintplayer-ng-bootstrap-scheduler.mjs +25 -25
  328. package/fesm2022/mintplayer-ng-bootstrap-scrollspy.mjs +13 -13
  329. package/fesm2022/mintplayer-ng-bootstrap-searchbox.mjs +22 -26
  330. package/fesm2022/mintplayer-ng-bootstrap-searchbox.mjs.map +1 -1
  331. package/fesm2022/mintplayer-ng-bootstrap-select.mjs +13 -13
  332. package/fesm2022/mintplayer-ng-bootstrap-select2.mjs +13 -13
  333. package/fesm2022/mintplayer-ng-bootstrap-shell.mjs +10 -10
  334. package/fesm2022/mintplayer-ng-bootstrap-signature-pad.mjs +3 -3
  335. package/fesm2022/mintplayer-ng-bootstrap-slugify.mjs +3 -3
  336. package/fesm2022/mintplayer-ng-bootstrap-spinner.mjs +3 -3
  337. package/fesm2022/mintplayer-ng-bootstrap-split-string.mjs +3 -3
  338. package/fesm2022/mintplayer-ng-bootstrap-splitter.mjs +17 -19
  339. package/fesm2022/mintplayer-ng-bootstrap-splitter.mjs.map +1 -1
  340. package/fesm2022/mintplayer-ng-bootstrap-sticky-footer.mjs +10 -10
  341. package/fesm2022/mintplayer-ng-bootstrap-tab-control.mjs +15 -19
  342. package/fesm2022/mintplayer-ng-bootstrap-tab-control.mjs.map +1 -1
  343. package/fesm2022/mintplayer-ng-bootstrap-table.mjs +3 -3
  344. package/fesm2022/mintplayer-ng-bootstrap-timepicker.mjs +3 -3
  345. package/fesm2022/mintplayer-ng-bootstrap-toast.mjs +25 -25
  346. package/fesm2022/mintplayer-ng-bootstrap-toggle-button.mjs +13 -13
  347. package/fesm2022/mintplayer-ng-bootstrap-tooltip.mjs +10 -10
  348. package/fesm2022/mintplayer-ng-bootstrap-treeview.mjs +10 -10
  349. package/fesm2022/mintplayer-ng-bootstrap-trust-html.mjs +3 -3
  350. package/fesm2022/mintplayer-ng-bootstrap-typeahead.mjs +3 -3
  351. package/fesm2022/mintplayer-ng-bootstrap-uc-first.mjs +3 -3
  352. package/fesm2022/mintplayer-ng-bootstrap-user-agent.mjs +3 -3
  353. package/fesm2022/mintplayer-ng-bootstrap-word-count.mjs +3 -3
  354. package/font-color/index.d.ts +1 -0
  355. package/font-color/src/font-color.pipe.d.ts +1 -0
  356. package/for/index.d.ts +1 -0
  357. package/for/src/for.directive.d.ts +1 -0
  358. package/for/src/index.d.ts +1 -0
  359. package/has-id/index.d.ts +1 -0
  360. package/has-id/src/has-id.d.ts +1 -0
  361. package/has-property/index.d.ts +1 -0
  362. package/has-property/src/has-property.pipe.d.ts +1 -0
  363. package/has-property/src/index.d.ts +1 -0
  364. package/in-list/index.d.ts +1 -0
  365. package/in-list/src/in-list.pipe.d.ts +1 -0
  366. package/index.d.ts +1 -0
  367. package/instance-of/index.d.ts +1 -0
  368. package/instance-of/src/directives/index.d.ts +1 -0
  369. package/instance-of/src/directives/instanceof-case.directive.d.ts +1 -0
  370. package/instance-of/src/directives/instanceof-default.directive.d.ts +1 -0
  371. package/instance-of/src/directives/instanceof.directive.d.ts +1 -0
  372. package/instance-of/src/directives/switch-view.d.ts +1 -0
  373. package/instance-of/src/index.d.ts +1 -0
  374. package/instance-of/src/instance-of.module.d.ts +1 -0
  375. package/instance-of/src/interfaces/index.d.ts +1 -0
  376. package/instance-of/src/interfaces/instance-of-context.d.ts +1 -0
  377. package/instance-of/src/pipes/index.d.ts +1 -0
  378. package/instance-of/src/pipes/instance-of.pipe.d.ts +1 -0
  379. package/instance-of/src/types/abstract.type.d.ts +1 -0
  380. package/instance-of/src/types/index.d.ts +1 -0
  381. package/let/directive/let.directive.d.ts +1 -0
  382. package/let/index.d.ts +1 -0
  383. package/let/interfaces/index.d.ts +1 -0
  384. package/let/interfaces/let-context.d.ts +1 -0
  385. package/lib/enums/color.enum.d.ts +1 -0
  386. package/lib/enums/index.d.ts +1 -0
  387. package/lib/providers/development.provider.d.ts +1 -0
  388. package/lib/providers/index.d.ts +1 -0
  389. package/lib/types/breakpoint.d.ts +1 -0
  390. package/lib/types/index.d.ts +1 -0
  391. package/lib/types/position.d.ts +1 -0
  392. package/lib/types/size.d.ts +1 -0
  393. package/linify/index.d.ts +1 -0
  394. package/linify/src/linify.pipe.d.ts +1 -0
  395. package/markdown/index.d.ts +1 -0
  396. package/markdown/src/bold/bold.pipe.d.ts +1 -0
  397. package/markdown/src/italic/italic.pipe.d.ts +1 -0
  398. package/markdown/src/strikethrough/strikethrough.pipe.d.ts +1 -0
  399. package/markdown/src/underline/underline.pipe.d.ts +1 -0
  400. package/navigation-lock/index.d.ts +1 -0
  401. package/navigation-lock/src/directive/navigation-lock.directive.d.ts +1 -0
  402. package/navigation-lock/src/guard/navigation-lock.guard.d.ts +1 -0
  403. package/navigation-lock/src/index.d.ts +1 -0
  404. package/navigation-lock/src/interface/has-navigation-lock.d.ts +1 -0
  405. package/navigation-lock/src/navigation-lock.module.d.ts +1 -0
  406. package/no-noscript/index.d.ts +1 -0
  407. package/no-noscript/src/index.d.ts +1 -0
  408. package/no-noscript/src/no-noscript/no-noscript.directive.d.ts +1 -0
  409. package/ordinal-number/index.d.ts +1 -0
  410. package/ordinal-number/src/index.d.ts +1 -0
  411. package/ordinal-number/src/ordinal-number/ordinal-number.pipe.d.ts +1 -0
  412. package/package.json +7 -1
  413. package/parallax/index.d.ts +1 -0
  414. package/parallax/src/parallax.component.d.ts +8 -0
  415. package/searchbox/src/searchbox.module.d.ts +6 -7
  416. package/slugify/index.d.ts +1 -0
  417. package/slugify/src/slugify.pipe.d.ts +1 -0
  418. package/split-string/index.d.ts +1 -0
  419. package/split-string/src/split-string.pipe.d.ts +1 -0
  420. package/splitter/src/splitter.module.d.ts +2 -3
  421. package/tab-control/src/tab-control.module.d.ts +2 -3
  422. package/trust-html/index.d.ts +1 -0
  423. package/trust-html/src/trust-html.pipe.d.ts +1 -0
  424. package/uc-first/index.d.ts +1 -0
  425. package/uc-first/src/uc-first.pipe.d.ts +1 -0
  426. package/user-agent/index.d.ts +1 -0
  427. package/user-agent/src/directive/index.d.ts +1 -0
  428. package/user-agent/src/directive/user-agent.directive.d.ts +1 -0
  429. package/user-agent/src/index.d.ts +1 -0
  430. package/user-agent/src/interfaces/index.d.ts +1 -0
  431. package/user-agent/src/interfaces/user-agent.d.ts +1 -0
  432. package/user-agent/src/types/index.d.ts +1 -0
  433. package/user-agent/src/types/operating-system.type.d.ts +1 -0
  434. package/user-agent/src/types/webbrowser.type.d.ts +1 -0
  435. package/word-count/index.d.ts +1 -0
  436. package/word-count/src/word-count.pipe.d.ts +1 -0
@@ -1 +1,2 @@
1
+ /// <reference path="index.ngtypecheck.d.ts" />
1
2
  export * from './src';
@@ -1,3 +1,4 @@
1
+ /// <reference path="index.ngtypecheck.d.ts" />
1
2
  export * from './switch-view';
2
3
  export * from './instanceof-case.directive';
3
4
  export * from './instanceof-default.directive';
@@ -1,3 +1,4 @@
1
+ /// <reference path="instanceof-case.directive.ngtypecheck.d.ts" />
1
2
  import { DoCheck, ViewContainerRef, TemplateRef } from "@angular/core";
2
3
  import { BsInstanceOfContext } from "../interfaces/instance-of-context";
3
4
  import { AbstractType } from "../types/abstract.type";
@@ -1,3 +1,4 @@
1
+ /// <reference path="instanceof-default.directive.ngtypecheck.d.ts" />
1
2
  import { ViewContainerRef, TemplateRef } from "@angular/core";
2
3
  import { BsInstanceOfContext } from "../interfaces/instance-of-context";
3
4
  import { BsInstanceOfDirective } from "./instanceof.directive";
@@ -1,3 +1,4 @@
1
+ /// <reference path="instanceof.directive.ngtypecheck.d.ts" />
1
2
  import { SwitchView } from "./switch-view";
2
3
  import { AbstractType } from "../types/abstract.type";
3
4
  import * as i0 from "@angular/core";
@@ -1,3 +1,4 @@
1
+ /// <reference path="switch-view.ngtypecheck.d.ts" />
1
2
  import { ViewContainerRef, TemplateRef } from "@angular/core";
2
3
  import { BsInstanceOfContext } from "../interfaces/instance-of-context";
3
4
  export declare class SwitchView<T = unknown> {
@@ -1,3 +1,4 @@
1
+ /// <reference path="index.ngtypecheck.d.ts" />
1
2
  export * from './instance-of.module';
2
3
  export * from './directives';
3
4
  export * from './pipes';
@@ -1,3 +1,4 @@
1
+ /// <reference path="instance-of.module.ngtypecheck.d.ts" />
1
2
  import * as i0 from "@angular/core";
2
3
  import * as i1 from "./pipes/instance-of.pipe";
3
4
  import * as i2 from "./directives/instanceof.directive";
@@ -1 +1,2 @@
1
+ /// <reference path="index.ngtypecheck.d.ts" />
1
2
  export * from './instance-of-context';
@@ -1,3 +1,4 @@
1
+ /// <reference path="instance-of-context.ngtypecheck.d.ts" />
1
2
  export declare class BsInstanceOfContext<T = unknown> {
2
3
  $implicit: T;
3
4
  bsInstanceofCase: T;
@@ -1 +1,2 @@
1
+ /// <reference path="index.ngtypecheck.d.ts" />
1
2
  export * from './instance-of.pipe';
@@ -1,3 +1,4 @@
1
+ /// <reference path="instance-of.pipe.ngtypecheck.d.ts" />
1
2
  import type { PipeTransform } from '@angular/core';
2
3
  import { AbstractType } from '../types/abstract.type';
3
4
  import * as i0 from "@angular/core";
@@ -1 +1,2 @@
1
+ /// <reference path="abstract.type.ngtypecheck.d.ts" />
1
2
  export type AbstractType<T> = abstract new (...args: any[]) => T;
@@ -1 +1,2 @@
1
+ /// <reference path="index.ngtypecheck.d.ts" />
1
2
  export * from './abstract.type';
@@ -1,3 +1,4 @@
1
+ /// <reference path="let.directive.ngtypecheck.d.ts" />
1
2
  import { TemplateRef, ViewContainerRef } from '@angular/core';
2
3
  import { BsLetContext } from '../interfaces/let-context';
3
4
  import * as i0 from "@angular/core";
package/let/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
+ /// <reference path="index.ngtypecheck.d.ts" />
1
2
  export * from './directive/let.directive';
2
3
  export * from './interfaces';
@@ -1 +1,2 @@
1
+ /// <reference path="index.ngtypecheck.d.ts" />
1
2
  export * from './let-context';
@@ -1,3 +1,4 @@
1
+ /// <reference path="let-context.ngtypecheck.d.ts" />
1
2
  export interface BsLetContext<T> {
2
3
  /**
3
4
  * using `bsLet` to enable `as` syntax: `*bsLet="foo as bar"`
@@ -1,3 +1,4 @@
1
+ /// <reference path="color.enum.ngtypecheck.d.ts" />
1
2
  export declare enum Color {
2
3
  primary = 0,
3
4
  secondary = 1,
@@ -1 +1,2 @@
1
+ /// <reference path="index.ngtypecheck.d.ts" />
1
2
  export * from './color.enum';
@@ -1,3 +1,4 @@
1
+ /// <reference path="development.provider.ngtypecheck.d.ts" />
1
2
  import { InjectionToken } from "@angular/core";
2
3
  /**
3
4
  * Register this provider with a **true** value to enable Development mode for ng-bootstrap.
@@ -1 +1,2 @@
1
+ /// <reference path="index.ngtypecheck.d.ts" />
1
2
  export * from './development.provider';
@@ -1 +1,2 @@
1
+ /// <reference path="breakpoint.ngtypecheck.d.ts" />
1
2
  export type Breakpoint = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
@@ -1,3 +1,4 @@
1
+ /// <reference path="index.ngtypecheck.d.ts" />
1
2
  export * from './breakpoint';
2
3
  export * from './position';
3
4
  export * from './size';
@@ -1 +1,2 @@
1
+ /// <reference path="position.ngtypecheck.d.ts" />
1
2
  export type Position = 'top' | 'end' | 'bottom' | 'start';
@@ -1 +1,2 @@
1
+ /// <reference path="size.ngtypecheck.d.ts" />
1
2
  export type Size = 'small' | 'medium' | 'large';
package/linify/index.d.ts CHANGED
@@ -1 +1,2 @@
1
+ /// <reference path="index.ngtypecheck.d.ts" />
1
2
  export * from './src/linify.pipe';
@@ -1,3 +1,4 @@
1
+ /// <reference path="linify.pipe.ngtypecheck.d.ts" />
1
2
  import { PipeTransform } from '@angular/core';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class BsLinifyPipe implements PipeTransform {
@@ -1,3 +1,4 @@
1
+ /// <reference path="index.ngtypecheck.d.ts" />
1
2
  export * from './src/bold/bold.pipe';
2
3
  export * from './src/italic/italic.pipe';
3
4
  export * from './src/strikethrough/strikethrough.pipe';
@@ -1,3 +1,4 @@
1
+ /// <reference path="bold.pipe.ngtypecheck.d.ts" />
1
2
  import { PipeTransform } from '@angular/core';
2
3
  import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
3
4
  import * as i0 from "@angular/core";
@@ -1,3 +1,4 @@
1
+ /// <reference path="italic.pipe.ngtypecheck.d.ts" />
1
2
  import { PipeTransform } from '@angular/core';
2
3
  import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
3
4
  import * as i0 from "@angular/core";
@@ -1,3 +1,4 @@
1
+ /// <reference path="strikethrough.pipe.ngtypecheck.d.ts" />
1
2
  import { PipeTransform } from '@angular/core';
2
3
  import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
3
4
  import * as i0 from "@angular/core";
@@ -1,3 +1,4 @@
1
+ /// <reference path="underline.pipe.ngtypecheck.d.ts" />
1
2
  import { PipeTransform } from '@angular/core';
2
3
  import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
3
4
  import * as i0 from "@angular/core";
@@ -1 +1,2 @@
1
+ /// <reference path="index.ngtypecheck.d.ts" />
1
2
  export * from './src';
@@ -1,3 +1,4 @@
1
+ /// <reference path="navigation-lock.directive.ngtypecheck.d.ts" />
1
2
  import { ActivatedRoute, Router } from '@angular/router';
2
3
  import { Observable } from 'rxjs';
3
4
  import * as i0 from "@angular/core";
@@ -1,3 +1,4 @@
1
+ /// <reference path="navigation-lock.guard.ngtypecheck.d.ts" />
1
2
  import { ActivatedRouteSnapshot, RouterStateSnapshot, UrlTree } from '@angular/router';
2
3
  import { BsHasNavigationLock } from '../interface/has-navigation-lock';
3
4
  import * as i0 from "@angular/core";
@@ -1,3 +1,4 @@
1
+ /// <reference path="index.ngtypecheck.d.ts" />
1
2
  export * from './navigation-lock.module';
2
3
  export * from './guard/navigation-lock.guard';
3
4
  export * from './directive/navigation-lock.directive';
@@ -1,3 +1,4 @@
1
+ /// <reference path="has-navigation-lock.ngtypecheck.d.ts" />
1
2
  import { BsNavigationLockDirective } from "../directive/navigation-lock.directive";
2
3
  /**
3
4
  * Implement this interface on pages that use the `<... bsNavigationLock>` directive:
@@ -1,3 +1,4 @@
1
+ /// <reference path="navigation-lock.module.ngtypecheck.d.ts" />
1
2
  import * as i0 from "@angular/core";
2
3
  import * as i1 from "./directive/navigation-lock.directive";
3
4
  import * as i2 from "@angular/common";
@@ -1 +1,2 @@
1
+ /// <reference path="index.ngtypecheck.d.ts" />
1
2
  export * from './src';
@@ -1 +1,2 @@
1
+ /// <reference path="index.ngtypecheck.d.ts" />
1
2
  export * from './no-noscript/no-noscript.directive';
@@ -1,3 +1,4 @@
1
+ /// <reference path="no-noscript.directive.ngtypecheck.d.ts" />
1
2
  import * as i0 from "@angular/core";
2
3
  export declare class BsNoNoscriptDirective {
3
4
  private platformId;
@@ -1 +1,2 @@
1
+ /// <reference path="index.ngtypecheck.d.ts" />
1
2
  export * from './src';
@@ -1 +1,2 @@
1
+ /// <reference path="index.ngtypecheck.d.ts" />
1
2
  export * from './ordinal-number/ordinal-number.pipe';
@@ -1,3 +1,4 @@
1
+ /// <reference path="ordinal-number.pipe.ngtypecheck.d.ts" />
1
2
  import { PipeTransform } from '@angular/core';
2
3
  import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
3
4
  import * as i0 from "@angular/core";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mintplayer/ng-bootstrap",
3
3
  "private": false,
4
- "version": "18.1.1",
4
+ "version": "18.2.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/MintPlayer/mintplayer-ng-bootstrap",
@@ -324,6 +324,12 @@
324
324
  "esm": "./esm2022/pagination/mintplayer-ng-bootstrap-pagination.mjs",
325
325
  "default": "./fesm2022/mintplayer-ng-bootstrap-pagination.mjs"
326
326
  },
327
+ "./parallax": {
328
+ "types": "./parallax/index.d.ts",
329
+ "esm2022": "./esm2022/parallax/mintplayer-ng-bootstrap-parallax.mjs",
330
+ "esm": "./esm2022/parallax/mintplayer-ng-bootstrap-parallax.mjs",
331
+ "default": "./fesm2022/mintplayer-ng-bootstrap-parallax.mjs"
332
+ },
327
333
  "./placeholder": {
328
334
  "types": "./placeholder/index.d.ts",
329
335
  "esm2022": "./esm2022/placeholder/mintplayer-ng-bootstrap-placeholder.mjs",
@@ -0,0 +1 @@
1
+ export * from './src/parallax.component';
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class BsParallaxComponent {
3
+ height: import("@angular/core").InputSignal<number>;
4
+ image: import("@angular/core").InputSignal<string>;
5
+ imageStyle: import("@angular/core").Signal<string>;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsParallaxComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<BsParallaxComponent, "bs-parallax", never, { "height": { "alias": "height"; "required": false; "isSignal": true; }; "image": { "alias": "image"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
8
+ }
@@ -6,14 +6,13 @@ import * as i4 from "./directives/no-results.directive";
6
6
  import * as i5 from "@angular/forms";
7
7
  import * as i6 from "@angular/common";
8
8
  import * as i7 from "@mintplayer/ng-focus-on-load";
9
- import * as i8 from "@mintplayer/ng-bootstrap/let";
10
- import * as i9 from "@mintplayer/ng-bootstrap/dropdown";
11
- import * as i10 from "@mintplayer/ng-bootstrap/dropdown-menu";
12
- import * as i11 from "@mintplayer/ng-bootstrap/button-type";
13
- import * as i12 from "@mintplayer/ng-bootstrap/progress-bar";
14
- import * as i13 from "@mintplayer/ng-bootstrap/has-overlay";
9
+ import * as i8 from "@mintplayer/ng-bootstrap/dropdown";
10
+ import * as i9 from "@mintplayer/ng-bootstrap/dropdown-menu";
11
+ import * as i10 from "@mintplayer/ng-bootstrap/button-type";
12
+ import * as i11 from "@mintplayer/ng-bootstrap/progress-bar";
13
+ import * as i12 from "@mintplayer/ng-bootstrap/has-overlay";
15
14
  export declare class BsSearchboxModule {
16
15
  static ɵfac: i0.ɵɵFactoryDeclaration<BsSearchboxModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsSearchboxModule, [typeof i1.BsSearchboxComponent, typeof i2.BsEnterSearchTermTemplateDirective, typeof i3.BsSuggestionTemplateDirective, typeof i4.BsNoResultsTemplateDirective], [typeof i5.FormsModule, typeof i6.AsyncPipe, typeof i6.NgTemplateOutlet, typeof i7.FocusOnLoadDirective, typeof i8.BsLetDirective, typeof i9.BsDropdownModule, typeof i10.BsDropdownMenuModule, typeof i11.BsButtonTypeDirective, typeof i12.BsProgressBarModule, typeof i13.BsHasOverlayComponent], [typeof i1.BsSearchboxComponent, typeof i2.BsEnterSearchTermTemplateDirective, typeof i3.BsSuggestionTemplateDirective, typeof i4.BsNoResultsTemplateDirective]>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BsSearchboxModule, [typeof i1.BsSearchboxComponent, typeof i2.BsEnterSearchTermTemplateDirective, typeof i3.BsSuggestionTemplateDirective, typeof i4.BsNoResultsTemplateDirective], [typeof i5.FormsModule, typeof i6.AsyncPipe, typeof i6.NgTemplateOutlet, typeof i7.FocusOnLoadDirective, typeof i8.BsDropdownModule, typeof i9.BsDropdownMenuModule, typeof i10.BsButtonTypeDirective, typeof i11.BsProgressBarModule, typeof i12.BsHasOverlayComponent], [typeof i1.BsSearchboxComponent, typeof i2.BsEnterSearchTermTemplateDirective, typeof i3.BsSuggestionTemplateDirective, typeof i4.BsNoResultsTemplateDirective]>;
18
17
  static ɵinj: i0.ɵɵInjectorDeclaration<BsSearchboxModule>;
19
18
  }
@@ -1 +1,2 @@
1
+ /// <reference path="index.ngtypecheck.d.ts" />
1
2
  export * from './src/slugify.pipe';
@@ -1,3 +1,4 @@
1
+ /// <reference path="slugify.pipe.ngtypecheck.d.ts" />
1
2
  import { PipeTransform } from '@angular/core';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class BsSlugifyPipe implements PipeTransform {
@@ -1 +1,2 @@
1
+ /// <reference path="index.ngtypecheck.d.ts" />
1
2
  export * from './src/split-string.pipe';
@@ -1,3 +1,4 @@
1
+ /// <reference path="split-string.pipe.ngtypecheck.d.ts" />
1
2
  import { PipeTransform } from '@angular/core';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class BsSplitStringPipe implements PipeTransform {
@@ -4,10 +4,9 @@ import * as i2 from "./split-panel/split-panel.component";
4
4
  import * as i3 from "./element-at/element-at.pipe";
5
5
  import * as i4 from "@angular/common";
6
6
  import * as i5 from "@angular/cdk/portal";
7
- import * as i6 from "@mintplayer/ng-bootstrap/let";
8
- import * as i7 from "@mintplayer/ng-bootstrap/user-agent";
7
+ import * as i6 from "@mintplayer/ng-bootstrap/user-agent";
9
8
  export declare class BsSplitterModule {
10
9
  static ɵfac: i0.ɵɵFactoryDeclaration<BsSplitterModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsSplitterModule, [typeof i1.BsSplitterComponent, typeof i2.BsSplitPanelComponent, typeof i3.BsElementAtPipe], [typeof i4.AsyncPipe, typeof i5.PortalModule, typeof i6.BsLetDirective, typeof i7.BsUserAgentDirective], [typeof i1.BsSplitterComponent, typeof i2.BsSplitPanelComponent, typeof i3.BsElementAtPipe]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BsSplitterModule, [typeof i1.BsSplitterComponent, typeof i2.BsSplitPanelComponent, typeof i3.BsElementAtPipe], [typeof i4.AsyncPipe, typeof i5.PortalModule, typeof i6.BsUserAgentDirective], [typeof i1.BsSplitterComponent, typeof i2.BsSplitPanelComponent, typeof i3.BsElementAtPipe]>;
12
11
  static ɵinj: i0.ɵɵInjectorDeclaration<BsSplitterModule>;
13
12
  }
@@ -4,10 +4,9 @@ import * as i2 from "./tab-page/tab-page.component";
4
4
  import * as i3 from "./tab-page-header/tab-page-header.directive";
5
5
  import * as i4 from "@angular/common";
6
6
  import * as i5 from "@angular/cdk/drag-drop";
7
- import * as i6 from "@mintplayer/ng-bootstrap/let";
8
- import * as i7 from "@mintplayer/ng-bootstrap/no-noscript";
7
+ import * as i6 from "@mintplayer/ng-bootstrap/no-noscript";
9
8
  export declare class BsTabControlModule {
10
9
  static ɵfac: i0.ɵɵFactoryDeclaration<BsTabControlModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsTabControlModule, [typeof i1.BsTabControlComponent, typeof i2.BsTabPageComponent, typeof i3.BsTabPageHeaderDirective], [typeof i4.AsyncPipe, typeof i4.NgTemplateOutlet, typeof i5.DragDropModule, typeof i6.BsLetDirective, typeof i7.BsNoNoscriptDirective], [typeof i1.BsTabControlComponent, typeof i2.BsTabPageComponent, typeof i3.BsTabPageHeaderDirective]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BsTabControlModule, [typeof i1.BsTabControlComponent, typeof i2.BsTabPageComponent, typeof i3.BsTabPageHeaderDirective], [typeof i4.AsyncPipe, typeof i4.NgTemplateOutlet, typeof i5.DragDropModule, typeof i6.BsNoNoscriptDirective], [typeof i1.BsTabControlComponent, typeof i2.BsTabPageComponent, typeof i3.BsTabPageHeaderDirective]>;
12
11
  static ɵinj: i0.ɵɵInjectorDeclaration<BsTabControlModule>;
13
12
  }
@@ -1 +1,2 @@
1
+ /// <reference path="index.ngtypecheck.d.ts" />
1
2
  export * from './src/trust-html.pipe';
@@ -1,3 +1,4 @@
1
+ /// <reference path="trust-html.pipe.ngtypecheck.d.ts" />
1
2
  import { PipeTransform } from '@angular/core';
2
3
  import { DomSanitizer } from '@angular/platform-browser';
3
4
  import * as i0 from "@angular/core";
@@ -1 +1,2 @@
1
+ /// <reference path="index.ngtypecheck.d.ts" />
1
2
  export * from './src/uc-first.pipe';
@@ -1,3 +1,4 @@
1
+ /// <reference path="uc-first.pipe.ngtypecheck.d.ts" />
1
2
  import { PipeTransform } from '@angular/core';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class BsUcFirstPipe implements PipeTransform {
@@ -1 +1,2 @@
1
+ /// <reference path="index.ngtypecheck.d.ts" />
1
2
  export * from './src';
@@ -1 +1,2 @@
1
+ /// <reference path="index.ngtypecheck.d.ts" />
1
2
  export * from './user-agent.directive';
@@ -1,3 +1,4 @@
1
+ /// <reference path="user-agent.directive.ngtypecheck.d.ts" />
1
2
  import { AfterViewInit, EventEmitter } from '@angular/core';
2
3
  import { BsUserAgent } from '../interfaces/user-agent';
3
4
  import * as i0 from "@angular/core";
@@ -1,3 +1,4 @@
1
+ /// <reference path="index.ngtypecheck.d.ts" />
1
2
  export * from './types';
2
3
  export * from './directive';
3
4
  export * from './interfaces';
@@ -1 +1,2 @@
1
+ /// <reference path="index.ngtypecheck.d.ts" />
1
2
  export * from './user-agent';
@@ -1,3 +1,4 @@
1
+ /// <reference path="user-agent.ngtypecheck.d.ts" />
1
2
  import { BsWebbrowser } from "../types/webbrowser.type";
2
3
  import { BsOperatingSystem } from "../types/operating-system.type";
3
4
  export interface BsUserAgent {
@@ -1,2 +1,3 @@
1
+ /// <reference path="index.ngtypecheck.d.ts" />
1
2
  export * from './webbrowser.type';
2
3
  export * from './operating-system.type';
@@ -1 +1,2 @@
1
+ /// <reference path="operating-system.type.ngtypecheck.d.ts" />
1
2
  export type BsOperatingSystem = 'Android' | 'iOS' | 'Windows';
@@ -1 +1,2 @@
1
+ /// <reference path="webbrowser.type.ngtypecheck.d.ts" />
1
2
  export type BsWebbrowser = 'Chrome' | 'Firefox' | 'Safari' | 'Opera' | 'Edge';
@@ -1 +1,2 @@
1
+ /// <reference path="index.ngtypecheck.d.ts" />
1
2
  export * from './src/word-count.pipe';
@@ -1,3 +1,4 @@
1
+ /// <reference path="word-count.pipe.ngtypecheck.d.ts" />
1
2
  import { PipeTransform } from '@angular/core';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class BsWordCountPipe implements PipeTransform {