@mintplayer/ng-bootstrap 15.22.0 → 15.22.2

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 (369) hide show
  1. package/dock/src/dock/dock.component.d.ts +8 -1
  2. package/dock/src/dock-pane-renderer/dock-pane-renderer.component.d.ts +4 -1
  3. package/dock/src/dock-panel/dock-panel.component.d.ts +5 -3
  4. package/dock/src/dock-panel-header/dock-panel-header.component.d.ts +4 -1
  5. package/dock/src/panes/floating-pane.d.ts +1 -0
  6. package/dock/src/panes/tab-group-pane.d.ts +2 -1
  7. package/esm2020/accordion/src/accordion/accordion.component.mjs +3 -3
  8. package/esm2020/accordion/src/accordion-tab/accordion-tab.component.mjs +3 -3
  9. package/esm2020/accordion/src/accordion-tab-header/accordion-tab-header.component.mjs +3 -3
  10. package/esm2020/accordion/src/accordion.module.mjs +4 -4
  11. package/esm2020/alert/src/alert/alert.component.mjs +3 -3
  12. package/esm2020/alert/src/alert-close/alert-close.component.mjs +3 -3
  13. package/esm2020/alert/src/alert.module.mjs +4 -4
  14. package/esm2020/badge/src/badge.component.mjs +3 -3
  15. package/esm2020/badge/src/badge.module.mjs +4 -4
  16. package/esm2020/breadcrumb/src/breadcrumb/breadcrumb.component.mjs +3 -3
  17. package/esm2020/breadcrumb/src/breadcrumb-item/breadcrumb-item.component.mjs +3 -3
  18. package/esm2020/breadcrumb/src/breadcrumb.module.mjs +4 -4
  19. package/esm2020/button-group/src/button-group/button-group.component.mjs +3 -3
  20. package/esm2020/button-group/src/button-group.module.mjs +4 -4
  21. package/esm2020/button-type/src/button-type/button-type.directive.mjs +3 -3
  22. package/esm2020/button-type/src/button-type/button-type.module.mjs +4 -4
  23. package/esm2020/calendar/src/calendar.component.mjs +3 -3
  24. package/esm2020/calendar/src/calendar.module.mjs +4 -4
  25. package/esm2020/calendar-month/src/pipes/month-name/month-name.module.mjs +4 -4
  26. package/esm2020/calendar-month/src/pipes/month-name/month-name.pipe.mjs +3 -3
  27. package/esm2020/calendar-month/src/pipes/weekday-name/weekday-name.module.mjs +4 -4
  28. package/esm2020/calendar-month/src/pipes/weekday-name/weekday-name.pipe.mjs +3 -3
  29. package/esm2020/calendar-month/src/service/calendar-month.service.mjs +3 -3
  30. package/esm2020/card/src/card/card.component.mjs +3 -3
  31. package/esm2020/card/src/card-header/card-header.component.mjs +3 -3
  32. package/esm2020/card/src/card.module.mjs +4 -4
  33. package/esm2020/carousel/src/carousel/carousel.component.mjs +3 -3
  34. package/esm2020/carousel/src/carousel-image/carousel-image.directive.mjs +3 -3
  35. package/esm2020/carousel/src/carousel.module.mjs +4 -4
  36. package/esm2020/close/src/close.component.mjs +3 -3
  37. package/esm2020/close/src/close.module.mjs +4 -4
  38. package/esm2020/code-snippet/src/code-snippet.component.mjs +3 -3
  39. package/esm2020/code-snippet/src/code-snippet.module.mjs +4 -4
  40. package/esm2020/context-menu/src/context-menu.directive.mjs +3 -3
  41. package/esm2020/context-menu/src/context-menu.module.mjs +4 -4
  42. package/esm2020/copy/src/copy.directive.mjs +3 -3
  43. package/esm2020/copy/src/copy.module.mjs +4 -4
  44. package/esm2020/datatable/src/datatable/datatable.component.mjs +3 -3
  45. package/esm2020/datatable/src/datatable-column/datatable-column.directive.mjs +3 -3
  46. package/esm2020/datatable/src/datatable.module.mjs +4 -4
  47. package/esm2020/datatable/src/row-template/row-template.directive.mjs +3 -3
  48. package/esm2020/datepicker/src/datepicker.component.mjs +3 -3
  49. package/esm2020/datepicker/src/datepicker.module.mjs +4 -4
  50. package/esm2020/dock/src/dock/dock.component.mjs +46 -11
  51. package/esm2020/dock/src/dock-pane-renderer/dock-pane-renderer.component.mjs +10 -8
  52. package/esm2020/dock/src/dock-panel/dock-panel.component.mjs +18 -13
  53. package/esm2020/dock/src/dock-panel-header/dock-panel-header.component.mjs +29 -10
  54. package/esm2020/dock/src/dock.module.mjs +4 -4
  55. package/esm2020/dock/src/panes/floating-pane.mjs +4 -1
  56. package/esm2020/dock/src/panes/tab-group-pane.mjs +1 -1
  57. package/esm2020/dropdown/src/dropdown/dropdown.directive.mjs +3 -3
  58. package/esm2020/dropdown/src/dropdown-menu/dropdown-menu.directive.mjs +3 -3
  59. package/esm2020/dropdown/src/dropdown-toggle/dropdown-toggle.directive.mjs +3 -3
  60. package/esm2020/dropdown/src/dropdown.module.mjs +4 -4
  61. package/esm2020/dropdown-divider/src/dropdown-divider.directive.mjs +3 -3
  62. package/esm2020/dropdown-divider/src/dropdown-divider.module.mjs +4 -4
  63. package/esm2020/dropdown-menu/src/dropdown-item/dropdown-item.component.mjs +3 -3
  64. package/esm2020/dropdown-menu/src/dropdown-menu/dropdown-menu.component.mjs +3 -3
  65. package/esm2020/dropdown-menu/src/dropdown-menu.module.mjs +4 -4
  66. package/esm2020/enhanced-paste/src/directive/enhanced-paste.directive.mjs +3 -3
  67. package/esm2020/enhanced-paste/src/enhanced-paste.module.mjs +4 -4
  68. package/esm2020/enum/src/service/enum.service.mjs +3 -3
  69. package/esm2020/file-upload/src/component/file-upload.component.mjs +3 -3
  70. package/esm2020/file-upload/src/directive/file-upload-template.directive.mjs +3 -3
  71. package/esm2020/file-upload/src/file-upload.module.mjs +4 -4
  72. package/esm2020/file-upload/src/pipes/format-bytes/format-bytes.pipe.mjs +3 -3
  73. package/esm2020/floating-labels/src/floating-labels/floating-label/floating-label.component.mjs +3 -3
  74. package/esm2020/floating-labels/src/floating-labels/floating-labels.module.mjs +4 -4
  75. package/esm2020/for/src/for.directive.mjs +3 -3
  76. package/esm2020/for/src/for.module.mjs +4 -4
  77. package/esm2020/form/src/form/form.component.mjs +3 -3
  78. package/esm2020/form/src/form-control/form-control.directive.mjs +3 -3
  79. package/esm2020/form/src/form-group/form-group.directive.mjs +3 -3
  80. package/esm2020/form/src/form.module.mjs +4 -4
  81. package/esm2020/grid/src/component/grid.component.mjs +3 -3
  82. package/esm2020/grid/src/directives/col-form-label/col-form-label.directive.mjs +3 -3
  83. package/esm2020/grid/src/directives/column/column.directive.mjs +3 -3
  84. package/esm2020/grid/src/directives/row/row.directive.mjs +3 -3
  85. package/esm2020/grid/src/grid.module.mjs +4 -4
  86. package/esm2020/has-overlay/src/has-overlay/has-overlay.component.mjs +3 -3
  87. package/esm2020/has-overlay/src/has-overlay/has-overlay.module.mjs +4 -4
  88. package/esm2020/icon/src/icon.component.mjs +3 -3
  89. package/esm2020/icon/src/icon.module.mjs +4 -4
  90. package/esm2020/input-group/src/input-group/input-group.component.mjs +3 -3
  91. package/esm2020/input-group/src/input-group.module.mjs +4 -4
  92. package/esm2020/instance-of/src/directives/instanceof-case.directive.mjs +3 -3
  93. package/esm2020/instance-of/src/directives/instanceof-default.directive.mjs +3 -3
  94. package/esm2020/instance-of/src/directives/instanceof.directive.mjs +3 -3
  95. package/esm2020/instance-of/src/instance-of.module.mjs +4 -4
  96. package/esm2020/instance-of/src/pipes/instance-of.pipe.mjs +3 -3
  97. package/esm2020/lazy-loading/src/lazy-load/lazy-load.directive.mjs +3 -3
  98. package/esm2020/lazy-loading/src/lazy-loading.module.mjs +4 -4
  99. package/esm2020/let/directive/let.directive.mjs +3 -3
  100. package/esm2020/let/let.module.mjs +4 -4
  101. package/esm2020/lib/pipes/font-color/font-color.module.mjs +4 -4
  102. package/esm2020/lib/pipes/font-color/font-color.pipe.mjs +3 -3
  103. package/esm2020/lib/pipes/in-list/in-list.module.mjs +4 -4
  104. package/esm2020/lib/pipes/in-list/in-list.pipe.mjs +3 -3
  105. package/esm2020/lib/pipes/uc-first/uc-first.module.mjs +4 -4
  106. package/esm2020/lib/pipes/uc-first/uc-first.pipe.mjs +3 -3
  107. package/esm2020/list-group/src/list-group/list-group.component.mjs +3 -3
  108. package/esm2020/list-group/src/list-group-item/list-group-item.component.mjs +3 -3
  109. package/esm2020/list-group/src/list-group.module.mjs +4 -4
  110. package/esm2020/markdown/src/bold/bold.pipe.mjs +3 -3
  111. package/esm2020/markdown/src/italic/italic.pipe.mjs +3 -3
  112. package/esm2020/markdown/src/markdown.module.mjs +4 -4
  113. package/esm2020/markdown/src/strikethrough/strikethrough.pipe.mjs +3 -3
  114. package/esm2020/markdown/src/underline/underline.pipe.mjs +3 -3
  115. package/esm2020/modal/src/components/modal/modal.component.mjs +3 -3
  116. package/esm2020/modal/src/components/modal-host/modal-host.component.mjs +3 -3
  117. package/esm2020/modal/src/directives/modal/modal.directive.mjs +3 -3
  118. package/esm2020/modal/src/directives/modal-body/modal-body.directive.mjs +3 -3
  119. package/esm2020/modal/src/directives/modal-close/modal-close.directive.mjs +3 -3
  120. package/esm2020/modal/src/directives/modal-footer/modal-footer.directive.mjs +3 -3
  121. package/esm2020/modal/src/directives/modal-header/modal-header.directive.mjs +3 -3
  122. package/esm2020/modal/src/modal.module.mjs +4 -4
  123. package/esm2020/multiselect/src/component/multiselect.component.mjs +3 -3
  124. package/esm2020/multiselect/src/directives/button-template/button-template.directive.mjs +3 -3
  125. package/esm2020/multiselect/src/directives/footer-template/footer-template.directive.mjs +3 -3
  126. package/esm2020/multiselect/src/directives/header-template/header-template.directive.mjs +3 -3
  127. package/esm2020/multiselect/src/multiselect.module.mjs +4 -4
  128. package/esm2020/navbar/src/dropdown-toggle/dropdown-toggle.directive.mjs +3 -3
  129. package/esm2020/navbar/src/expand-button/expand-button.directive.mjs +3 -3
  130. package/esm2020/navbar/src/nav-link/nav-link.directive.mjs +3 -3
  131. package/esm2020/navbar/src/navbar/navbar.component.mjs +3 -3
  132. package/esm2020/navbar/src/navbar-brand/navbar-brand.component.mjs +3 -3
  133. package/esm2020/navbar/src/navbar-content/navbar-content.directive.mjs +6 -6
  134. package/esm2020/navbar/src/navbar-dropdown/navbar-dropdown.component.mjs +3 -3
  135. package/esm2020/navbar/src/navbar-item/navbar-item.component.mjs +3 -3
  136. package/esm2020/navbar/src/navbar-nav/navbar-nav.component.mjs +3 -3
  137. package/esm2020/navbar/src/navbar-toggler/navbar-toggler.component.mjs +3 -3
  138. package/esm2020/navbar/src/navbar.module.mjs +4 -4
  139. package/esm2020/navigation-lock/src/directive/navigation-lock.directive.mjs +3 -3
  140. package/esm2020/navigation-lock/src/guard/navigation-lock.guard.mjs +3 -3
  141. package/esm2020/navigation-lock/src/navigation-lock.module.mjs +4 -4
  142. package/esm2020/no-noscript/src/no-noscript/no-noscript.directive.mjs +3 -3
  143. package/esm2020/no-noscript/src/no-noscript.module.mjs +4 -4
  144. package/esm2020/offcanvas/src/components/offcanvas/offcanvas.component.mjs +3 -3
  145. package/esm2020/offcanvas/src/components/offcanvas-body/offcanvas-body.component.mjs +3 -3
  146. package/esm2020/offcanvas/src/components/offcanvas-header/offcanvas-header.component.mjs +3 -3
  147. package/esm2020/offcanvas/src/components/offcanvas-host/offcanvas-host.component.mjs +3 -3
  148. package/esm2020/offcanvas/src/directives/offcanvas-close/offcanvas-close.directive.mjs +3 -3
  149. package/esm2020/offcanvas/src/directives/offcanvas-content/offcanvas-content.directive.mjs +3 -3
  150. package/esm2020/offcanvas/src/directives/offcanvas-push/offcanvas-push.directive.mjs +3 -3
  151. package/esm2020/offcanvas/src/offcanvas.module.mjs +4 -4
  152. package/esm2020/ordinal-number/src/ordinal-number/ordinal-number.pipe.mjs +3 -3
  153. package/esm2020/ordinal-number/src/ordinal-number.module.mjs +4 -4
  154. package/esm2020/pagination/src/component/pagination/pagination.component.mjs +3 -3
  155. package/esm2020/pagination/src/pagination.module.mjs +4 -4
  156. package/esm2020/placeholder/src/placeholder/placeholder.component.mjs +3 -3
  157. package/esm2020/placeholder/src/placeholder-field/placeholder-field.directive.mjs +3 -3
  158. package/esm2020/placeholder/src/placeholder.module.mjs +4 -4
  159. package/esm2020/popover/src/component/popover.component.mjs +3 -3
  160. package/esm2020/popover/src/directives/popover/popover.directive.mjs +3 -3
  161. package/esm2020/popover/src/directives/popover-body/popover-body.directive.mjs +3 -3
  162. package/esm2020/popover/src/directives/popover-header/popover-header.directive.mjs +3 -3
  163. package/esm2020/popover/src/popover.module.mjs +4 -4
  164. package/esm2020/progress-bar/src/progress/progress.component.mjs +3 -3
  165. package/esm2020/progress-bar/src/progress-bar/progress-bar.component.mjs +3 -3
  166. package/esm2020/progress-bar/src/progress-bar.module.mjs +4 -4
  167. package/esm2020/range/src/component/range.component.mjs +3 -3
  168. package/esm2020/range/src/range.module.mjs +4 -4
  169. package/esm2020/range/src/value-accessor/range-value-accessor.mjs +3 -3
  170. package/esm2020/rating/src/component/rating.component.mjs +3 -3
  171. package/esm2020/rating/src/rating.module.mjs +4 -4
  172. package/esm2020/scheduler/src/components/resource-group-presenter/resource-group-presenter.component.mjs +3 -3
  173. package/esm2020/scheduler/src/components/scheduler/scheduler.component.mjs +3 -3
  174. package/esm2020/scheduler/src/pipes/bs-seconds-timespan.pipe/bs-seconds-timespan.pipe.mjs +3 -3
  175. package/esm2020/scheduler/src/pipes/bs-seconds-today-offset/bs-seconds-today-offset.pipe.mjs +3 -3
  176. package/esm2020/scheduler/src/pipes/date-offset/date-offset.pipe.mjs +3 -3
  177. package/esm2020/scheduler/src/pipes/day-of-week/day-of-week.pipe.mjs +3 -3
  178. package/esm2020/scheduler/src/scheduler.module.mjs +4 -4
  179. package/esm2020/scheduler/src/services/timeline/timeline.service.mjs +3 -3
  180. package/esm2020/scrollspy/src/component/scrollspy.component.mjs +3 -3
  181. package/esm2020/scrollspy/src/directives/scrollspy.directive.mjs +3 -3
  182. package/esm2020/scrollspy/src/scrollspy.module.mjs +4 -4
  183. package/esm2020/scrollspy/src/services/scroll-offset/scroll-offset.service.mjs +3 -3
  184. package/esm2020/select/src/component/select.component.mjs +3 -3
  185. package/esm2020/select/src/select.module.mjs +4 -4
  186. package/esm2020/select/src/value-accessors/select-value-accessor.mjs +6 -6
  187. package/esm2020/select2/src/component/select2.component.mjs +3 -3
  188. package/esm2020/select2/src/directive/item-template.directive.mjs +3 -3
  189. package/esm2020/select2/src/select2.module.mjs +4 -4
  190. package/esm2020/snackbar/src/component/snackbar.component.mjs +3 -3
  191. package/esm2020/snackbar/src/directives/snackbar-close/snackbar-close.directive.mjs +3 -3
  192. package/esm2020/snackbar/src/service/snackbar.service.mjs +3 -3
  193. package/esm2020/snackbar/src/snackbar.module.mjs +4 -4
  194. package/esm2020/spinner/src/spinner.component.mjs +3 -3
  195. package/esm2020/spinner/src/spinner.module.mjs +4 -4
  196. package/esm2020/splitter/src/element-at/element-at.pipe.mjs +3 -3
  197. package/esm2020/splitter/src/split-panel/split-panel.component.mjs +3 -3
  198. package/esm2020/splitter/src/splitter/splitter.component.mjs +4 -6
  199. package/esm2020/splitter/src/splitter.module.mjs +4 -4
  200. package/esm2020/tab-control/src/index.mjs +2 -1
  201. package/esm2020/tab-control/src/tab-control/tab-control.component.mjs +6 -7
  202. package/esm2020/tab-control/src/tab-control.module.mjs +12 -7
  203. package/esm2020/tab-control/src/tab-page/tab-page.component.mjs +7 -6
  204. package/esm2020/tab-control/src/tab-page-header/tab-page-header.directive.mjs +16 -0
  205. package/esm2020/table/src/component/table.component.mjs +3 -3
  206. package/esm2020/table/src/table.module.mjs +4 -4
  207. package/esm2020/timepicker/src/timepicker.component.mjs +3 -3
  208. package/esm2020/timepicker/src/timepicker.module.mjs +4 -4
  209. package/esm2020/toast/src/components/toast/toast.component.mjs +3 -3
  210. package/esm2020/toast/src/components/toast-body/toast-body.component.mjs +3 -3
  211. package/esm2020/toast/src/components/toast-container/toast-container.component.mjs +3 -3
  212. package/esm2020/toast/src/components/toast-header/toast-header.component.mjs +3 -3
  213. package/esm2020/toast/src/directives/toast-close/toast-close.directive.mjs +3 -3
  214. package/esm2020/toast/src/pipes/add-properties.pipe.mjs +3 -3
  215. package/esm2020/toast/src/services/toast/toast.service.mjs +3 -3
  216. package/esm2020/toast/src/toast.module.mjs +4 -4
  217. package/esm2020/toggle-button/src/component/toggle-button.component.mjs +3 -3
  218. package/esm2020/toggle-button/src/directives/toggle-button-group/toggle-button-group.directive.mjs +3 -3
  219. package/esm2020/toggle-button/src/toggle-button.module.mjs +4 -4
  220. package/esm2020/toggle-button/src/value-accessor/toggle-button-value-accessor.mjs +3 -3
  221. package/esm2020/tooltip/src/component/tooltip.component.mjs +3 -3
  222. package/esm2020/tooltip/src/directive/tooltip.directive.mjs +3 -3
  223. package/esm2020/tooltip/src/tooltip.module.mjs +4 -4
  224. package/esm2020/typeahead/src/typeahead.component.mjs +3 -3
  225. package/esm2020/typeahead/src/typeahead.module.mjs +4 -4
  226. package/esm2020/user-agent/src/directive/user-agent.directive.mjs +3 -3
  227. package/esm2020/user-agent/src/user-agent.module.mjs +4 -4
  228. package/fesm2015/mintplayer-ng-bootstrap-accordion.mjs +13 -13
  229. package/fesm2015/mintplayer-ng-bootstrap-alert.mjs +10 -10
  230. package/fesm2015/mintplayer-ng-bootstrap-badge.mjs +7 -7
  231. package/fesm2015/mintplayer-ng-bootstrap-breadcrumb.mjs +10 -10
  232. package/fesm2015/mintplayer-ng-bootstrap-button-group.mjs +7 -7
  233. package/fesm2015/mintplayer-ng-bootstrap-button-type.mjs +7 -7
  234. package/fesm2015/mintplayer-ng-bootstrap-calendar-month.mjs +17 -17
  235. package/fesm2015/mintplayer-ng-bootstrap-calendar.mjs +7 -7
  236. package/fesm2015/mintplayer-ng-bootstrap-card.mjs +10 -10
  237. package/fesm2015/mintplayer-ng-bootstrap-carousel.mjs +10 -10
  238. package/fesm2015/mintplayer-ng-bootstrap-close.mjs +7 -7
  239. package/fesm2015/mintplayer-ng-bootstrap-code-snippet.mjs +7 -7
  240. package/fesm2015/mintplayer-ng-bootstrap-context-menu.mjs +7 -7
  241. package/fesm2015/mintplayer-ng-bootstrap-copy.mjs +7 -7
  242. package/fesm2015/mintplayer-ng-bootstrap-datatable.mjs +13 -13
  243. package/fesm2015/mintplayer-ng-bootstrap-datepicker.mjs +7 -7
  244. package/fesm2015/mintplayer-ng-bootstrap-dock.mjs +100 -45
  245. package/fesm2015/mintplayer-ng-bootstrap-dock.mjs.map +1 -1
  246. package/fesm2015/mintplayer-ng-bootstrap-dropdown-divider.mjs +7 -7
  247. package/fesm2015/mintplayer-ng-bootstrap-dropdown-menu.mjs +10 -10
  248. package/fesm2015/mintplayer-ng-bootstrap-dropdown.mjs +13 -13
  249. package/fesm2015/mintplayer-ng-bootstrap-enhanced-paste.mjs +7 -7
  250. package/fesm2015/mintplayer-ng-bootstrap-enum.mjs +3 -3
  251. package/fesm2015/mintplayer-ng-bootstrap-file-upload.mjs +13 -13
  252. package/fesm2015/mintplayer-ng-bootstrap-floating-labels.mjs +7 -7
  253. package/fesm2015/mintplayer-ng-bootstrap-for.mjs +7 -7
  254. package/fesm2015/mintplayer-ng-bootstrap-form.mjs +13 -13
  255. package/fesm2015/mintplayer-ng-bootstrap-grid.mjs +16 -16
  256. package/fesm2015/mintplayer-ng-bootstrap-has-overlay.mjs +7 -7
  257. package/fesm2015/mintplayer-ng-bootstrap-icon.mjs +7 -7
  258. package/fesm2015/mintplayer-ng-bootstrap-input-group.mjs +7 -7
  259. package/fesm2015/mintplayer-ng-bootstrap-instance-of.mjs +16 -16
  260. package/fesm2015/mintplayer-ng-bootstrap-lazy-loading.mjs +7 -7
  261. package/fesm2015/mintplayer-ng-bootstrap-let.mjs +7 -7
  262. package/fesm2015/mintplayer-ng-bootstrap-list-group.mjs +10 -10
  263. package/fesm2015/mintplayer-ng-bootstrap-markdown.mjs +16 -16
  264. package/fesm2015/mintplayer-ng-bootstrap-modal.mjs +25 -25
  265. package/fesm2015/mintplayer-ng-bootstrap-multiselect.mjs +16 -16
  266. package/fesm2015/mintplayer-ng-bootstrap-navbar.mjs +36 -36
  267. package/fesm2015/mintplayer-ng-bootstrap-navbar.mjs.map +1 -1
  268. package/fesm2015/mintplayer-ng-bootstrap-navigation-lock.mjs +10 -10
  269. package/fesm2015/mintplayer-ng-bootstrap-no-noscript.mjs +7 -7
  270. package/fesm2015/mintplayer-ng-bootstrap-offcanvas.mjs +25 -25
  271. package/fesm2015/mintplayer-ng-bootstrap-ordinal-number.mjs +7 -7
  272. package/fesm2015/mintplayer-ng-bootstrap-pagination.mjs +7 -7
  273. package/fesm2015/mintplayer-ng-bootstrap-placeholder.mjs +10 -10
  274. package/fesm2015/mintplayer-ng-bootstrap-popover.mjs +16 -16
  275. package/fesm2015/mintplayer-ng-bootstrap-progress-bar.mjs +10 -10
  276. package/fesm2015/mintplayer-ng-bootstrap-range.mjs +10 -10
  277. package/fesm2015/mintplayer-ng-bootstrap-rating.mjs +7 -7
  278. package/fesm2015/mintplayer-ng-bootstrap-scheduler.mjs +25 -25
  279. package/fesm2015/mintplayer-ng-bootstrap-scrollspy.mjs +13 -13
  280. package/fesm2015/mintplayer-ng-bootstrap-select.mjs +13 -13
  281. package/fesm2015/mintplayer-ng-bootstrap-select2.mjs +10 -10
  282. package/fesm2015/mintplayer-ng-bootstrap-snackbar.mjs +13 -13
  283. package/fesm2015/mintplayer-ng-bootstrap-spinner.mjs +7 -7
  284. package/fesm2015/mintplayer-ng-bootstrap-splitter.mjs +13 -15
  285. package/fesm2015/mintplayer-ng-bootstrap-splitter.mjs.map +1 -1
  286. package/fesm2015/mintplayer-ng-bootstrap-tab-control.mjs +35 -18
  287. package/fesm2015/mintplayer-ng-bootstrap-tab-control.mjs.map +1 -1
  288. package/fesm2015/mintplayer-ng-bootstrap-table.mjs +7 -7
  289. package/fesm2015/mintplayer-ng-bootstrap-timepicker.mjs +7 -7
  290. package/fesm2015/mintplayer-ng-bootstrap-toast.mjs +25 -25
  291. package/fesm2015/mintplayer-ng-bootstrap-toggle-button.mjs +13 -13
  292. package/fesm2015/mintplayer-ng-bootstrap-tooltip.mjs +10 -10
  293. package/fesm2015/mintplayer-ng-bootstrap-typeahead.mjs +7 -7
  294. package/fesm2015/mintplayer-ng-bootstrap-user-agent.mjs +7 -7
  295. package/fesm2015/mintplayer-ng-bootstrap.mjs +21 -21
  296. package/fesm2020/mintplayer-ng-bootstrap-accordion.mjs +13 -13
  297. package/fesm2020/mintplayer-ng-bootstrap-alert.mjs +10 -10
  298. package/fesm2020/mintplayer-ng-bootstrap-badge.mjs +7 -7
  299. package/fesm2020/mintplayer-ng-bootstrap-breadcrumb.mjs +10 -10
  300. package/fesm2020/mintplayer-ng-bootstrap-button-group.mjs +7 -7
  301. package/fesm2020/mintplayer-ng-bootstrap-button-type.mjs +7 -7
  302. package/fesm2020/mintplayer-ng-bootstrap-calendar-month.mjs +17 -17
  303. package/fesm2020/mintplayer-ng-bootstrap-calendar.mjs +7 -7
  304. package/fesm2020/mintplayer-ng-bootstrap-card.mjs +10 -10
  305. package/fesm2020/mintplayer-ng-bootstrap-carousel.mjs +10 -10
  306. package/fesm2020/mintplayer-ng-bootstrap-close.mjs +7 -7
  307. package/fesm2020/mintplayer-ng-bootstrap-code-snippet.mjs +7 -7
  308. package/fesm2020/mintplayer-ng-bootstrap-context-menu.mjs +7 -7
  309. package/fesm2020/mintplayer-ng-bootstrap-copy.mjs +7 -7
  310. package/fesm2020/mintplayer-ng-bootstrap-datatable.mjs +13 -13
  311. package/fesm2020/mintplayer-ng-bootstrap-datepicker.mjs +7 -7
  312. package/fesm2020/mintplayer-ng-bootstrap-dock.mjs +100 -44
  313. package/fesm2020/mintplayer-ng-bootstrap-dock.mjs.map +1 -1
  314. package/fesm2020/mintplayer-ng-bootstrap-dropdown-divider.mjs +7 -7
  315. package/fesm2020/mintplayer-ng-bootstrap-dropdown-menu.mjs +10 -10
  316. package/fesm2020/mintplayer-ng-bootstrap-dropdown.mjs +13 -13
  317. package/fesm2020/mintplayer-ng-bootstrap-enhanced-paste.mjs +7 -7
  318. package/fesm2020/mintplayer-ng-bootstrap-enum.mjs +3 -3
  319. package/fesm2020/mintplayer-ng-bootstrap-file-upload.mjs +13 -13
  320. package/fesm2020/mintplayer-ng-bootstrap-floating-labels.mjs +7 -7
  321. package/fesm2020/mintplayer-ng-bootstrap-for.mjs +7 -7
  322. package/fesm2020/mintplayer-ng-bootstrap-form.mjs +13 -13
  323. package/fesm2020/mintplayer-ng-bootstrap-grid.mjs +16 -16
  324. package/fesm2020/mintplayer-ng-bootstrap-has-overlay.mjs +7 -7
  325. package/fesm2020/mintplayer-ng-bootstrap-icon.mjs +7 -7
  326. package/fesm2020/mintplayer-ng-bootstrap-input-group.mjs +7 -7
  327. package/fesm2020/mintplayer-ng-bootstrap-instance-of.mjs +16 -16
  328. package/fesm2020/mintplayer-ng-bootstrap-lazy-loading.mjs +7 -7
  329. package/fesm2020/mintplayer-ng-bootstrap-let.mjs +7 -7
  330. package/fesm2020/mintplayer-ng-bootstrap-list-group.mjs +10 -10
  331. package/fesm2020/mintplayer-ng-bootstrap-markdown.mjs +16 -16
  332. package/fesm2020/mintplayer-ng-bootstrap-modal.mjs +25 -25
  333. package/fesm2020/mintplayer-ng-bootstrap-multiselect.mjs +16 -16
  334. package/fesm2020/mintplayer-ng-bootstrap-navbar.mjs +36 -36
  335. package/fesm2020/mintplayer-ng-bootstrap-navbar.mjs.map +1 -1
  336. package/fesm2020/mintplayer-ng-bootstrap-navigation-lock.mjs +10 -10
  337. package/fesm2020/mintplayer-ng-bootstrap-no-noscript.mjs +7 -7
  338. package/fesm2020/mintplayer-ng-bootstrap-offcanvas.mjs +25 -25
  339. package/fesm2020/mintplayer-ng-bootstrap-ordinal-number.mjs +7 -7
  340. package/fesm2020/mintplayer-ng-bootstrap-pagination.mjs +7 -7
  341. package/fesm2020/mintplayer-ng-bootstrap-placeholder.mjs +10 -10
  342. package/fesm2020/mintplayer-ng-bootstrap-popover.mjs +16 -16
  343. package/fesm2020/mintplayer-ng-bootstrap-progress-bar.mjs +10 -10
  344. package/fesm2020/mintplayer-ng-bootstrap-range.mjs +10 -10
  345. package/fesm2020/mintplayer-ng-bootstrap-rating.mjs +7 -7
  346. package/fesm2020/mintplayer-ng-bootstrap-scheduler.mjs +25 -25
  347. package/fesm2020/mintplayer-ng-bootstrap-scrollspy.mjs +13 -13
  348. package/fesm2020/mintplayer-ng-bootstrap-select.mjs +13 -13
  349. package/fesm2020/mintplayer-ng-bootstrap-select2.mjs +10 -10
  350. package/fesm2020/mintplayer-ng-bootstrap-snackbar.mjs +13 -13
  351. package/fesm2020/mintplayer-ng-bootstrap-spinner.mjs +7 -7
  352. package/fesm2020/mintplayer-ng-bootstrap-splitter.mjs +13 -15
  353. package/fesm2020/mintplayer-ng-bootstrap-splitter.mjs.map +1 -1
  354. package/fesm2020/mintplayer-ng-bootstrap-tab-control.mjs +35 -18
  355. package/fesm2020/mintplayer-ng-bootstrap-tab-control.mjs.map +1 -1
  356. package/fesm2020/mintplayer-ng-bootstrap-table.mjs +7 -7
  357. package/fesm2020/mintplayer-ng-bootstrap-timepicker.mjs +7 -7
  358. package/fesm2020/mintplayer-ng-bootstrap-toast.mjs +25 -25
  359. package/fesm2020/mintplayer-ng-bootstrap-toggle-button.mjs +13 -13
  360. package/fesm2020/mintplayer-ng-bootstrap-tooltip.mjs +10 -10
  361. package/fesm2020/mintplayer-ng-bootstrap-typeahead.mjs +7 -7
  362. package/fesm2020/mintplayer-ng-bootstrap-user-agent.mjs +7 -7
  363. package/fesm2020/mintplayer-ng-bootstrap.mjs +21 -21
  364. package/navbar/src/navbar-content/navbar-content.directive.d.ts +1 -1
  365. package/package.json +3 -3
  366. package/tab-control/src/index.d.ts +1 -0
  367. package/tab-control/src/tab-control.module.d.ts +6 -5
  368. package/tab-control/src/tab-page/tab-page.component.d.ts +3 -2
  369. package/tab-control/src/tab-page-header/tab-page-header.directive.d.ts +8 -0
@@ -62,9 +62,9 @@ class BsTypeaheadComponent {
62
62
  this.textbox.nativeElement.focus();
63
63
  }
64
64
  }
65
- BsTypeaheadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BsTypeaheadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
66
- BsTypeaheadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: BsTypeaheadComponent, selector: "bs-typeahead", inputs: { searchterm: "searchterm", isLoadingText: "isLoadingText", noSuggestionsText: "noSuggestionsText", suggestions: "suggestions" }, outputs: { provideSuggestions: "provideSuggestions", suggestionSelected: "suggestionSelected", searchtermChange: "searchtermChange", submitted: "submitted" }, viewQueries: [{ propertyName: "textbox", first: true, predicate: ["textbox"], descendants: true }], ngImport: i0, template: "<!-- <bs-dropdown [(isOpen)]=\"isOpen\" [hasBackdrop]=\"false\"></bs-dropdown> -->\n<bs-has-overlay></bs-has-overlay>\n<bs-form>\n <div bsDropdown [(isOpen)]=\"isOpen\" [hasBackdrop]=\"false\" [sameDropdownWidth]=\"true\">\n <input type=\"text\" #textbox [(ngModel)]=\"searchterm\" (ngModelChange)=\"onProvideSuggestions($event)\" (keyup.enter)=\"onSubmit()\" />\n <bs-dropdown-menu *bsDropdownMenu>\n <bs-progress *ngIf=\"isLoading$ | async\" [height]=\"2\" [isIndeterminate]=\"true\"></bs-progress>\n <bs-dropdown-item *ngIf=\"isLoading$ | async\" [disabled]=\"true\">\n {{ isLoadingText }}\n </bs-dropdown-item>\n <ng-container *ngIf=\"(isLoading$ | async) === false\">\n <bs-dropdown-item *ngIf=\"showNoSuggestions$ | async\" [disabled]=\"true\">\n {{ noSuggestionsText }}\n </bs-dropdown-item>\n <bs-dropdown-item *ngFor=\"let suggestion of (suggestions$ | async)\" (click)=\"suggestionClicked(suggestion)\">\n {{ suggestion.text }}\n </bs-dropdown-item>\n </ng-container>\n </bs-dropdown-menu>\n </div>\n</bs-form>", styles: ["bs-progress{margin-top:-8px;margin-bottom:6px}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.BsFormComponent, selector: "bs-form", outputs: ["submitted"] }, { kind: "directive", type: i3.BsFormControlDirective, selector: "bs-form input:not(.no-form-control), bs-form textarea:not(.no-form-control)" }, { kind: "directive", type: i4.BsDropdownDirective, selector: "[bsDropdown]", inputs: ["hasBackdrop", "sameWidth", "closeOnClickOutside", "sameDropdownWidth", "isOpen"], outputs: ["isOpenChange"] }, { kind: "directive", type: i4.BsDropdownMenuDirective, selector: "[bsDropdownMenu]" }, { kind: "component", type: i5.BsHasOverlayComponent, selector: "bs-has-overlay" }, { kind: "component", type: i6.BsDropdownMenuComponent, selector: "bs-dropdown-menu", inputs: ["maxHeight"] }, { kind: "component", type: i6.BsDropdownItemComponent, selector: "bs-dropdown-item", inputs: ["isSelected", "disabled"] }, { kind: "component", type: i7.BsProgressComponent, selector: "bs-progress", inputs: ["height", "isIndeterminate"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
67
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BsTypeaheadComponent, decorators: [{
65
+ BsTypeaheadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: BsTypeaheadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
66
+ BsTypeaheadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.5", type: BsTypeaheadComponent, selector: "bs-typeahead", inputs: { searchterm: "searchterm", isLoadingText: "isLoadingText", noSuggestionsText: "noSuggestionsText", suggestions: "suggestions" }, outputs: { provideSuggestions: "provideSuggestions", suggestionSelected: "suggestionSelected", searchtermChange: "searchtermChange", submitted: "submitted" }, viewQueries: [{ propertyName: "textbox", first: true, predicate: ["textbox"], descendants: true }], ngImport: i0, template: "<!-- <bs-dropdown [(isOpen)]=\"isOpen\" [hasBackdrop]=\"false\"></bs-dropdown> -->\n<bs-has-overlay></bs-has-overlay>\n<bs-form>\n <div bsDropdown [(isOpen)]=\"isOpen\" [hasBackdrop]=\"false\" [sameDropdownWidth]=\"true\">\n <input type=\"text\" #textbox [(ngModel)]=\"searchterm\" (ngModelChange)=\"onProvideSuggestions($event)\" (keyup.enter)=\"onSubmit()\" />\n <bs-dropdown-menu *bsDropdownMenu>\n <bs-progress *ngIf=\"isLoading$ | async\" [height]=\"2\" [isIndeterminate]=\"true\"></bs-progress>\n <bs-dropdown-item *ngIf=\"isLoading$ | async\" [disabled]=\"true\">\n {{ isLoadingText }}\n </bs-dropdown-item>\n <ng-container *ngIf=\"(isLoading$ | async) === false\">\n <bs-dropdown-item *ngIf=\"showNoSuggestions$ | async\" [disabled]=\"true\">\n {{ noSuggestionsText }}\n </bs-dropdown-item>\n <bs-dropdown-item *ngFor=\"let suggestion of (suggestions$ | async)\" (click)=\"suggestionClicked(suggestion)\">\n {{ suggestion.text }}\n </bs-dropdown-item>\n </ng-container>\n </bs-dropdown-menu>\n </div>\n</bs-form>", styles: ["bs-progress{margin-top:-8px;margin-bottom:6px}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.BsFormComponent, selector: "bs-form", outputs: ["submitted"] }, { kind: "directive", type: i3.BsFormControlDirective, selector: "bs-form input:not(.no-form-control), bs-form textarea:not(.no-form-control)" }, { kind: "directive", type: i4.BsDropdownDirective, selector: "[bsDropdown]", inputs: ["hasBackdrop", "sameWidth", "closeOnClickOutside", "sameDropdownWidth", "isOpen"], outputs: ["isOpenChange"] }, { kind: "directive", type: i4.BsDropdownMenuDirective, selector: "[bsDropdownMenu]" }, { kind: "component", type: i5.BsHasOverlayComponent, selector: "bs-has-overlay" }, { kind: "component", type: i6.BsDropdownMenuComponent, selector: "bs-dropdown-menu", inputs: ["maxHeight"] }, { kind: "component", type: i6.BsDropdownItemComponent, selector: "bs-dropdown-item", inputs: ["isSelected", "disabled"] }, { kind: "component", type: i7.BsProgressComponent, selector: "bs-progress", inputs: ["height", "isIndeterminate"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
67
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: BsTypeaheadComponent, decorators: [{
68
68
  type: Component,
69
69
  args: [{ selector: 'bs-typeahead', template: "<!-- <bs-dropdown [(isOpen)]=\"isOpen\" [hasBackdrop]=\"false\"></bs-dropdown> -->\n<bs-has-overlay></bs-has-overlay>\n<bs-form>\n <div bsDropdown [(isOpen)]=\"isOpen\" [hasBackdrop]=\"false\" [sameDropdownWidth]=\"true\">\n <input type=\"text\" #textbox [(ngModel)]=\"searchterm\" (ngModelChange)=\"onProvideSuggestions($event)\" (keyup.enter)=\"onSubmit()\" />\n <bs-dropdown-menu *bsDropdownMenu>\n <bs-progress *ngIf=\"isLoading$ | async\" [height]=\"2\" [isIndeterminate]=\"true\"></bs-progress>\n <bs-dropdown-item *ngIf=\"isLoading$ | async\" [disabled]=\"true\">\n {{ isLoadingText }}\n </bs-dropdown-item>\n <ng-container *ngIf=\"(isLoading$ | async) === false\">\n <bs-dropdown-item *ngIf=\"showNoSuggestions$ | async\" [disabled]=\"true\">\n {{ noSuggestionsText }}\n </bs-dropdown-item>\n <bs-dropdown-item *ngFor=\"let suggestion of (suggestions$ | async)\" (click)=\"suggestionClicked(suggestion)\">\n {{ suggestion.text }}\n </bs-dropdown-item>\n </ng-container>\n </bs-dropdown-menu>\n </div>\n</bs-form>", styles: ["bs-progress{margin-top:-8px;margin-bottom:6px}\n"] }]
70
70
  }], ctorParameters: function () { return []; }, propDecorators: { textbox: [{
@@ -90,22 +90,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImpor
90
90
 
91
91
  class BsTypeaheadModule {
92
92
  }
93
- BsTypeaheadModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BsTypeaheadModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
94
- BsTypeaheadModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: BsTypeaheadModule, declarations: [BsTypeaheadComponent], imports: [CommonModule,
93
+ BsTypeaheadModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: BsTypeaheadModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
94
+ BsTypeaheadModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.5", ngImport: i0, type: BsTypeaheadModule, declarations: [BsTypeaheadComponent], imports: [CommonModule,
95
95
  FormsModule,
96
96
  BsFormModule,
97
97
  BsDropdownModule,
98
98
  BsDropdownMenuModule,
99
99
  BsProgressBarModule,
100
100
  BsHasOverlayModule], exports: [BsTypeaheadComponent] });
101
- BsTypeaheadModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BsTypeaheadModule, imports: [CommonModule,
101
+ BsTypeaheadModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: BsTypeaheadModule, imports: [CommonModule,
102
102
  FormsModule,
103
103
  BsFormModule,
104
104
  BsDropdownModule,
105
105
  BsDropdownMenuModule,
106
106
  BsProgressBarModule,
107
107
  BsHasOverlayModule] });
108
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BsTypeaheadModule, decorators: [{
108
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: BsTypeaheadModule, decorators: [{
109
109
  type: NgModule,
110
110
  args: [{
111
111
  declarations: [
@@ -71,9 +71,9 @@ class BsUserAgentDirective {
71
71
  });
72
72
  }
73
73
  }
74
- BsUserAgentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BsUserAgentDirective, deps: [{ token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Directive });
75
- BsUserAgentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: BsUserAgentDirective, selector: "[bsUserAgent]", outputs: { detected: "detected" }, host: { properties: { "class.os-android": "this.isAndroid", "class.os-ios": "this.isIos", "class.os-windows": "this.isWindows", "class": "this.browserClass" } }, ngImport: i0 });
76
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BsUserAgentDirective, decorators: [{
74
+ BsUserAgentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: BsUserAgentDirective, deps: [{ token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Directive });
75
+ BsUserAgentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.5", type: BsUserAgentDirective, selector: "[bsUserAgent]", outputs: { detected: "detected" }, host: { properties: { "class.os-android": "this.isAndroid", "class.os-ios": "this.isIos", "class.os-windows": "this.isWindows", "class": "this.browserClass" } }, ngImport: i0 });
76
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: BsUserAgentDirective, decorators: [{
77
77
  type: Directive,
78
78
  args: [{
79
79
  selector: '[bsUserAgent]'
@@ -99,10 +99,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImpor
99
99
 
100
100
  class BsUserAgentModule {
101
101
  }
102
- BsUserAgentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BsUserAgentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
103
- BsUserAgentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: BsUserAgentModule, declarations: [BsUserAgentDirective], imports: [CommonModule], exports: [BsUserAgentDirective] });
104
- BsUserAgentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BsUserAgentModule, imports: [CommonModule] });
105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BsUserAgentModule, decorators: [{
102
+ BsUserAgentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: BsUserAgentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
103
+ BsUserAgentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.5", ngImport: i0, type: BsUserAgentModule, declarations: [BsUserAgentDirective], imports: [CommonModule], exports: [BsUserAgentDirective] });
104
+ BsUserAgentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: BsUserAgentModule, imports: [CommonModule] });
105
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: BsUserAgentModule, decorators: [{
106
106
  type: NgModule,
107
107
  args: [{
108
108
  declarations: [
@@ -32,9 +32,9 @@ class BsFontColorPipe {
32
32
  return CONTRAST_HEX;
33
33
  }
34
34
  }
35
- BsFontColorPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BsFontColorPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
36
- BsFontColorPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: BsFontColorPipe, name: "bsFontColor" });
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BsFontColorPipe, decorators: [{
35
+ BsFontColorPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: BsFontColorPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
36
+ BsFontColorPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.5", ngImport: i0, type: BsFontColorPipe, name: "bsFontColor" });
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: BsFontColorPipe, decorators: [{
38
38
  type: Pipe,
39
39
  args: [{
40
40
  name: 'bsFontColor'
@@ -43,10 +43,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImpor
43
43
 
44
44
  class BsFontColorPipeModule {
45
45
  }
46
- BsFontColorPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BsFontColorPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
47
- BsFontColorPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: BsFontColorPipeModule, declarations: [BsFontColorPipe], imports: [CommonModule], exports: [BsFontColorPipe] });
48
- BsFontColorPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BsFontColorPipeModule, imports: [CommonModule] });
49
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BsFontColorPipeModule, decorators: [{
46
+ BsFontColorPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: BsFontColorPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
47
+ BsFontColorPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.5", ngImport: i0, type: BsFontColorPipeModule, declarations: [BsFontColorPipe], imports: [CommonModule], exports: [BsFontColorPipe] });
48
+ BsFontColorPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: BsFontColorPipeModule, imports: [CommonModule] });
49
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: BsFontColorPipeModule, decorators: [{
50
50
  type: NgModule,
51
51
  args: [{
52
52
  declarations: [
@@ -66,9 +66,9 @@ class UcFirstPipe {
66
66
  return value[0].toUpperCase() + value.slice(1);
67
67
  }
68
68
  }
69
- UcFirstPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: UcFirstPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
70
- UcFirstPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: UcFirstPipe, name: "ucFirst" });
71
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: UcFirstPipe, decorators: [{
69
+ UcFirstPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: UcFirstPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
70
+ UcFirstPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.5", ngImport: i0, type: UcFirstPipe, name: "ucFirst" });
71
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: UcFirstPipe, decorators: [{
72
72
  type: Pipe,
73
73
  args: [{
74
74
  name: 'ucFirst'
@@ -77,10 +77,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImpor
77
77
 
78
78
  class BsUcFirstPipeModule {
79
79
  }
80
- BsUcFirstPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BsUcFirstPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
81
- BsUcFirstPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: BsUcFirstPipeModule, declarations: [UcFirstPipe], imports: [CommonModule], exports: [UcFirstPipe] });
82
- BsUcFirstPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BsUcFirstPipeModule, imports: [CommonModule] });
83
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BsUcFirstPipeModule, decorators: [{
80
+ BsUcFirstPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: BsUcFirstPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
81
+ BsUcFirstPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.5", ngImport: i0, type: BsUcFirstPipeModule, declarations: [UcFirstPipe], imports: [CommonModule], exports: [UcFirstPipe] });
82
+ BsUcFirstPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: BsUcFirstPipeModule, imports: [CommonModule] });
83
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: BsUcFirstPipeModule, decorators: [{
84
84
  type: NgModule,
85
85
  args: [{
86
86
  declarations: [
@@ -100,9 +100,9 @@ class BsInListPipe {
100
100
  return items.some(item => item.id === parameter);
101
101
  }
102
102
  }
103
- BsInListPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BsInListPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
104
- BsInListPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: BsInListPipe, name: "inList" });
105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BsInListPipe, decorators: [{
103
+ BsInListPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: BsInListPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
104
+ BsInListPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.5", ngImport: i0, type: BsInListPipe, name: "inList" });
105
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: BsInListPipe, decorators: [{
106
106
  type: Pipe,
107
107
  args: [{
108
108
  name: 'inList'
@@ -111,10 +111,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImpor
111
111
 
112
112
  class BsInListModule {
113
113
  }
114
- BsInListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BsInListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
115
- BsInListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: BsInListModule, declarations: [BsInListPipe], imports: [CommonModule], exports: [BsInListPipe] });
116
- BsInListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BsInListModule, imports: [CommonModule] });
117
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BsInListModule, decorators: [{
114
+ BsInListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: BsInListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
115
+ BsInListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.5", ngImport: i0, type: BsInListModule, declarations: [BsInListPipe], imports: [CommonModule], exports: [BsInListPipe] });
116
+ BsInListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: BsInListModule, imports: [CommonModule] });
117
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: BsInListModule, decorators: [{
118
118
  type: NgModule,
119
119
  args: [{
120
120
  declarations: [
@@ -14,5 +14,5 @@ export declare class BsNavbarContentDirective implements AfterViewInit, OnDestro
14
14
  ngAfterViewInit(): void;
15
15
  ngOnDestroy(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<BsNavbarContentDirective, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<BsNavbarContentDirective, "[navbarContent]", never, { "navbar": "navbarContent"; }, {}, never, never, false, never>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BsNavbarContentDirective, "[bsNavbarContent]", never, { "navbar": "bsNavbarContent"; }, {}, never, never, false, never>;
18
18
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mintplayer/ng-bootstrap",
3
3
  "private": false,
4
- "version": "15.22.0",
4
+ "version": "15.22.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/MintPlayer/mintplayer-ng-bootstrap",
@@ -21,8 +21,8 @@
21
21
  "@mintplayer/pagination": "^1.1.0",
22
22
  "@mintplayer/ng-focus-on-load": "^15.2.0",
23
23
  "@mintplayer/ng-swiper": "^15.1.0",
24
- "@angular/platform-browser": "15.2.3",
25
- "@angular/router": "15.2.3"
24
+ "@angular/platform-browser": "15.2.5",
25
+ "@angular/router": "15.2.5"
26
26
  },
27
27
  "dependencies": {
28
28
  "tslib": "^2.3.0"
@@ -1,4 +1,5 @@
1
1
  export * from './tab-control.module';
2
2
  export * from './tab-control/tab-control.component';
3
3
  export * from './tab-page/tab-page.component';
4
+ export * from './tab-page-header/tab-page-header.directive';
4
5
  export * from './tabs-position';
@@ -1,12 +1,13 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./tab-control/tab-control.component";
3
3
  import * as i2 from "./tab-page/tab-page.component";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "@angular/cdk/drag-drop";
6
- import * as i5 from "@mintplayer/ng-bootstrap/let";
7
- import * as i6 from "@mintplayer/ng-bootstrap/no-noscript";
4
+ import * as i3 from "./tab-page-header/tab-page-header.directive";
5
+ import * as i4 from "@angular/common";
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";
8
9
  export declare class BsTabControlModule {
9
10
  static ɵfac: i0.ɵɵFactoryDeclaration<BsTabControlModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsTabControlModule, [typeof i1.BsTabControlComponent, typeof i2.BsTabPageComponent], [typeof i3.CommonModule, typeof i4.DragDropModule, typeof i5.BsLetModule, typeof i6.BsNoNoscriptModule], [typeof i1.BsTabControlComponent, typeof i2.BsTabPageComponent]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BsTabControlModule, [typeof i1.BsTabControlComponent, typeof i2.BsTabPageComponent, typeof i3.BsTabPageHeaderDirective], [typeof i4.CommonModule, typeof i5.DragDropModule, typeof i6.BsLetModule, typeof i7.BsNoNoscriptModule], [typeof i1.BsTabControlComponent, typeof i2.BsTabPageComponent, typeof i3.BsTabPageHeaderDirective]>;
11
12
  static ɵinj: i0.ɵɵInjectorDeclaration<BsTabControlModule>;
12
13
  }
@@ -1,6 +1,7 @@
1
- import { TemplateRef, ElementRef } from '@angular/core';
1
+ import { ElementRef } from '@angular/core';
2
2
  import { BehaviorSubject, Observable } from 'rxjs';
3
3
  import { BsTabControlComponent } from '../tab-control/tab-control.component';
4
+ import { BsTabPageHeaderDirective } from '../tab-page-header/tab-page-header.directive';
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class BsTabPageComponent {
6
7
  constructor(tabControl: BsTabControlComponent, element: ElementRef<any>);
@@ -9,7 +10,7 @@ export declare class BsTabPageComponent {
9
10
  tabId$: BehaviorSubject<number>;
10
11
  tabName$: Observable<string>;
11
12
  disabled: boolean;
12
- headerTemplate: TemplateRef<any>;
13
+ headerTemplate: BsTabPageHeaderDirective;
13
14
  static ɵfac: i0.ɵɵFactoryDeclaration<BsTabPageComponent, never>;
14
15
  static ɵcmp: i0.ɵɵComponentDeclaration<BsTabPageComponent, "bs-tab-page", never, { "disabled": "disabled"; }, {}, ["headerTemplate"], ["*"], false, never>;
15
16
  }
@@ -0,0 +1,8 @@
1
+ import { TemplateRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class BsTabPageHeaderDirective {
4
+ template: TemplateRef<any>;
5
+ constructor(template: TemplateRef<any>);
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsTabPageHeaderDirective, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BsTabPageHeaderDirective, "[bsTabPageHeader]", never, {}, {}, never, never, false, never>;
8
+ }