@mintplayer/ng-bootstrap 16.0.1 → 16.0.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 (341) hide show
  1. package/calendar/src/calendar.component.d.ts +2 -4
  2. package/dock/src/dock/dock.component.d.ts +1 -2
  3. package/dropdown/src/dropdown-menu/dropdown-menu.directive.d.ts +0 -1
  4. package/esm2022/accordion/src/accordion/accordion.component.mjs +3 -3
  5. package/esm2022/accordion/src/accordion-tab/accordion-tab.component.mjs +3 -3
  6. package/esm2022/accordion/src/accordion-tab-header/accordion-tab-header.component.mjs +3 -3
  7. package/esm2022/accordion/src/accordion.module.mjs +4 -4
  8. package/esm2022/alert/src/alert/alert.component.mjs +3 -3
  9. package/esm2022/alert/src/alert-close/alert-close.component.mjs +3 -3
  10. package/esm2022/alert/src/alert.module.mjs +4 -4
  11. package/esm2022/badge/src/badge.component.mjs +3 -3
  12. package/esm2022/badge/src/badge.module.mjs +4 -4
  13. package/esm2022/breadcrumb/src/breadcrumb/breadcrumb.component.mjs +3 -3
  14. package/esm2022/breadcrumb/src/breadcrumb-item/breadcrumb-item.component.mjs +3 -3
  15. package/esm2022/breadcrumb/src/breadcrumb.module.mjs +4 -4
  16. package/esm2022/button-group/src/button-group/button-group.component.mjs +3 -3
  17. package/esm2022/button-group/src/button-group.module.mjs +4 -4
  18. package/esm2022/button-type/src/button-type/button-type.directive.mjs +3 -3
  19. package/esm2022/button-type/src/button-type/button-type.module.mjs +4 -4
  20. package/esm2022/calendar/src/calendar.component.mjs +11 -17
  21. package/esm2022/calendar/src/calendar.module.mjs +4 -4
  22. package/esm2022/calendar-month/src/pipes/month-name/month-name.module.mjs +4 -4
  23. package/esm2022/calendar-month/src/pipes/month-name/month-name.pipe.mjs +3 -3
  24. package/esm2022/calendar-month/src/pipes/weekday-name/weekday-name.module.mjs +4 -4
  25. package/esm2022/calendar-month/src/pipes/weekday-name/weekday-name.pipe.mjs +3 -3
  26. package/esm2022/calendar-month/src/service/calendar-month.service.mjs +3 -3
  27. package/esm2022/card/src/card/card.component.mjs +3 -3
  28. package/esm2022/card/src/card-header/card-header.component.mjs +3 -3
  29. package/esm2022/card/src/card.module.mjs +4 -4
  30. package/esm2022/carousel/src/carousel/carousel.component.mjs +3 -3
  31. package/esm2022/carousel/src/carousel-image/carousel-image.directive.mjs +3 -3
  32. package/esm2022/carousel/src/carousel.module.mjs +4 -4
  33. package/esm2022/close/src/close.component.mjs +3 -3
  34. package/esm2022/close/src/close.module.mjs +4 -4
  35. package/esm2022/code-snippet/src/code-snippet.component.mjs +3 -3
  36. package/esm2022/code-snippet/src/code-snippet.module.mjs +4 -4
  37. package/esm2022/context-menu/src/context-menu.directive.mjs +3 -3
  38. package/esm2022/context-menu/src/context-menu.module.mjs +4 -4
  39. package/esm2022/copy/src/copy.directive.mjs +3 -3
  40. package/esm2022/copy/src/copy.module.mjs +4 -4
  41. package/esm2022/datatable/src/datatable/datatable.component.mjs +3 -3
  42. package/esm2022/datatable/src/datatable-column/datatable-column.directive.mjs +3 -3
  43. package/esm2022/datatable/src/datatable.module.mjs +4 -4
  44. package/esm2022/datatable/src/row-template/row-template.directive.mjs +3 -3
  45. package/esm2022/datepicker/src/datepicker.component.mjs +3 -3
  46. package/esm2022/datepicker/src/datepicker.module.mjs +4 -4
  47. package/esm2022/dock/src/dock/dock.component.mjs +8 -13
  48. package/esm2022/dock/src/dock-pane-renderer/dock-pane-renderer.component.mjs +3 -3
  49. package/esm2022/dock/src/dock-panel/dock-panel.component.mjs +3 -3
  50. package/esm2022/dock/src/dock-panel-header/dock-panel-header.component.mjs +3 -3
  51. package/esm2022/dock/src/dock.module.mjs +4 -4
  52. package/esm2022/dock/src/services/dock/dock.service.mjs +3 -3
  53. package/esm2022/dropdown/src/dropdown/dropdown.directive.mjs +3 -3
  54. package/esm2022/dropdown/src/dropdown-menu/dropdown-menu.directive.mjs +8 -11
  55. package/esm2022/dropdown/src/dropdown-toggle/dropdown-toggle.directive.mjs +3 -3
  56. package/esm2022/dropdown/src/dropdown.module.mjs +4 -4
  57. package/esm2022/dropdown-divider/src/dropdown-divider.directive.mjs +3 -3
  58. package/esm2022/dropdown-divider/src/dropdown-divider.module.mjs +4 -4
  59. package/esm2022/dropdown-menu/src/dropdown-item/dropdown-item.component.mjs +3 -3
  60. package/esm2022/dropdown-menu/src/dropdown-menu/dropdown-menu.component.mjs +3 -3
  61. package/esm2022/dropdown-menu/src/dropdown-menu.module.mjs +4 -4
  62. package/esm2022/enhanced-paste/src/directive/enhanced-paste.directive.mjs +3 -3
  63. package/esm2022/enhanced-paste/src/enhanced-paste.module.mjs +4 -4
  64. package/esm2022/enum/src/service/enum.service.mjs +3 -3
  65. package/esm2022/file-upload/src/component/file-upload.component.mjs +3 -3
  66. package/esm2022/file-upload/src/directive/file-upload-template.directive.mjs +3 -3
  67. package/esm2022/file-upload/src/file-upload.module.mjs +4 -4
  68. package/esm2022/file-upload/src/pipes/format-bytes/format-bytes.pipe.mjs +3 -3
  69. package/esm2022/floating-labels/src/floating-labels/floating-label/floating-label.component.mjs +3 -3
  70. package/esm2022/floating-labels/src/floating-labels/floating-labels.module.mjs +4 -4
  71. package/esm2022/for/src/for.directive.mjs +3 -3
  72. package/esm2022/for/src/for.module.mjs +4 -4
  73. package/esm2022/form/src/form/form.component.mjs +3 -3
  74. package/esm2022/form/src/form-control/form-control.directive.mjs +3 -3
  75. package/esm2022/form/src/form-group/form-group.directive.mjs +3 -3
  76. package/esm2022/form/src/form.module.mjs +4 -4
  77. package/esm2022/grid/src/component/grid.component.mjs +3 -3
  78. package/esm2022/grid/src/directives/col-form-label/col-form-label.directive.mjs +3 -3
  79. package/esm2022/grid/src/directives/column/column.directive.mjs +10 -13
  80. package/esm2022/grid/src/directives/row/row.directive.mjs +3 -3
  81. package/esm2022/grid/src/grid.module.mjs +4 -4
  82. package/esm2022/has-overlay/src/has-overlay/has-overlay.component.mjs +3 -3
  83. package/esm2022/has-overlay/src/has-overlay/has-overlay.module.mjs +4 -4
  84. package/esm2022/icon/src/icon.component.mjs +3 -3
  85. package/esm2022/icon/src/icon.module.mjs +4 -4
  86. package/esm2022/input-group/src/input-group/input-group.component.mjs +3 -3
  87. package/esm2022/input-group/src/input-group.module.mjs +4 -4
  88. package/esm2022/instance-of/src/directives/instanceof-case.directive.mjs +3 -3
  89. package/esm2022/instance-of/src/directives/instanceof-default.directive.mjs +3 -3
  90. package/esm2022/instance-of/src/directives/instanceof.directive.mjs +3 -3
  91. package/esm2022/instance-of/src/instance-of.module.mjs +4 -4
  92. package/esm2022/instance-of/src/pipes/instance-of.pipe.mjs +3 -3
  93. package/esm2022/lazy-loading/src/lazy-load/lazy-load.directive.mjs +3 -3
  94. package/esm2022/lazy-loading/src/lazy-loading.module.mjs +4 -4
  95. package/esm2022/let/directive/let.directive.mjs +3 -3
  96. package/esm2022/let/let.module.mjs +4 -4
  97. package/esm2022/lib/pipes/font-color/font-color.module.mjs +4 -4
  98. package/esm2022/lib/pipes/font-color/font-color.pipe.mjs +3 -3
  99. package/esm2022/lib/pipes/in-list/in-list.module.mjs +4 -4
  100. package/esm2022/lib/pipes/in-list/in-list.pipe.mjs +3 -3
  101. package/esm2022/lib/pipes/uc-first/uc-first.module.mjs +4 -4
  102. package/esm2022/lib/pipes/uc-first/uc-first.pipe.mjs +3 -3
  103. package/esm2022/list-group/src/list-group/list-group.component.mjs +3 -3
  104. package/esm2022/list-group/src/list-group-item/list-group-item.component.mjs +3 -3
  105. package/esm2022/list-group/src/list-group.module.mjs +4 -4
  106. package/esm2022/markdown/src/bold/bold.pipe.mjs +3 -3
  107. package/esm2022/markdown/src/italic/italic.pipe.mjs +3 -3
  108. package/esm2022/markdown/src/markdown.module.mjs +4 -4
  109. package/esm2022/markdown/src/strikethrough/strikethrough.pipe.mjs +3 -3
  110. package/esm2022/markdown/src/underline/underline.pipe.mjs +3 -3
  111. package/esm2022/modal/src/components/modal/modal.component.mjs +3 -3
  112. package/esm2022/modal/src/components/modal-host/modal-host.component.mjs +6 -12
  113. package/esm2022/modal/src/directives/modal/modal.directive.mjs +3 -3
  114. package/esm2022/modal/src/directives/modal-body/modal-body.directive.mjs +3 -3
  115. package/esm2022/modal/src/directives/modal-close/modal-close.directive.mjs +3 -3
  116. package/esm2022/modal/src/directives/modal-footer/modal-footer.directive.mjs +3 -3
  117. package/esm2022/modal/src/directives/modal-header/modal-header.directive.mjs +3 -3
  118. package/esm2022/modal/src/modal.module.mjs +4 -4
  119. package/esm2022/multiselect/src/component/multiselect.component.mjs +3 -3
  120. package/esm2022/multiselect/src/directives/button-template/button-template.directive.mjs +3 -3
  121. package/esm2022/multiselect/src/directives/footer-template/footer-template.directive.mjs +3 -3
  122. package/esm2022/multiselect/src/directives/header-template/header-template.directive.mjs +3 -3
  123. package/esm2022/multiselect/src/multiselect.module.mjs +4 -4
  124. package/esm2022/navbar/src/dropdown-toggle/dropdown-toggle.directive.mjs +3 -3
  125. package/esm2022/navbar/src/expand-button/expand-button.directive.mjs +3 -3
  126. package/esm2022/navbar/src/nav-link/nav-link.directive.mjs +3 -3
  127. package/esm2022/navbar/src/navbar/navbar.component.mjs +8 -13
  128. package/esm2022/navbar/src/navbar-brand/navbar-brand.component.mjs +3 -3
  129. package/esm2022/navbar/src/navbar-content/navbar-content.directive.mjs +9 -17
  130. package/esm2022/navbar/src/navbar-dropdown/navbar-dropdown.component.mjs +7 -10
  131. package/esm2022/navbar/src/navbar-item/navbar-item.component.mjs +12 -22
  132. package/esm2022/navbar/src/navbar-nav/navbar-nav.component.mjs +8 -13
  133. package/esm2022/navbar/src/navbar-toggler/navbar-toggler.component.mjs +3 -3
  134. package/esm2022/navbar/src/navbar.module.mjs +4 -4
  135. package/esm2022/navigation-lock/src/directive/navigation-lock.directive.mjs +5 -9
  136. package/esm2022/navigation-lock/src/guard/navigation-lock.guard.mjs +3 -3
  137. package/esm2022/navigation-lock/src/navigation-lock.module.mjs +4 -4
  138. package/esm2022/no-noscript/src/no-noscript/no-noscript.directive.mjs +3 -3
  139. package/esm2022/no-noscript/src/no-noscript.module.mjs +4 -4
  140. package/esm2022/offcanvas/src/components/offcanvas/offcanvas.component.mjs +7 -10
  141. package/esm2022/offcanvas/src/components/offcanvas-body/offcanvas-body.component.mjs +3 -3
  142. package/esm2022/offcanvas/src/components/offcanvas-header/offcanvas-header.component.mjs +3 -3
  143. package/esm2022/offcanvas/src/components/offcanvas-host/offcanvas-host.component.mjs +21 -38
  144. package/esm2022/offcanvas/src/directives/offcanvas-close/offcanvas-close.directive.mjs +3 -3
  145. package/esm2022/offcanvas/src/directives/offcanvas-content/offcanvas-content.directive.mjs +3 -3
  146. package/esm2022/offcanvas/src/directives/offcanvas-push/offcanvas-push.directive.mjs +8 -11
  147. package/esm2022/offcanvas/src/offcanvas.module.mjs +4 -4
  148. package/esm2022/ordinal-number/src/ordinal-number/ordinal-number.pipe.mjs +3 -3
  149. package/esm2022/ordinal-number/src/ordinal-number.module.mjs +4 -4
  150. package/esm2022/pagination/src/component/pagination/pagination.component.mjs +14 -24
  151. package/esm2022/pagination/src/pagination.module.mjs +4 -4
  152. package/esm2022/placeholder/src/placeholder/placeholder.component.mjs +3 -3
  153. package/esm2022/placeholder/src/placeholder-field/placeholder-field.directive.mjs +6 -10
  154. package/esm2022/placeholder/src/placeholder.module.mjs +4 -4
  155. package/esm2022/popover/src/component/popover.component.mjs +3 -3
  156. package/esm2022/popover/src/directives/popover/popover.directive.mjs +14 -17
  157. package/esm2022/popover/src/directives/popover-body/popover-body.directive.mjs +3 -3
  158. package/esm2022/popover/src/directives/popover-header/popover-header.directive.mjs +3 -3
  159. package/esm2022/popover/src/popover.module.mjs +4 -4
  160. package/esm2022/progress-bar/src/progress/progress.component.mjs +3 -3
  161. package/esm2022/progress-bar/src/progress-bar/progress-bar.component.mjs +16 -34
  162. package/esm2022/progress-bar/src/progress-bar.module.mjs +4 -4
  163. package/esm2022/range/src/component/range.component.mjs +3 -3
  164. package/esm2022/range/src/range.module.mjs +4 -4
  165. package/esm2022/range/src/value-accessor/range-value-accessor.mjs +7 -12
  166. package/esm2022/rating/src/component/rating.component.mjs +7 -10
  167. package/esm2022/rating/src/rating.module.mjs +4 -4
  168. package/esm2022/resizable/src/resizable/resizable.component.mjs +7 -10
  169. package/esm2022/resizable/src/resizable.module.mjs +4 -4
  170. package/esm2022/resizable/src/resize-glyph/resize-glyph.directive.mjs +3 -3
  171. package/esm2022/scheduler/src/components/resource-group-presenter/resource-group-presenter.component.mjs +6 -12
  172. package/esm2022/scheduler/src/components/scheduler/scheduler.component.mjs +10 -19
  173. package/esm2022/scheduler/src/pipes/bs-seconds-timespan.pipe/bs-seconds-timespan.pipe.mjs +3 -3
  174. package/esm2022/scheduler/src/pipes/bs-seconds-today-offset/bs-seconds-today-offset.pipe.mjs +3 -3
  175. package/esm2022/scheduler/src/pipes/date-offset/date-offset.pipe.mjs +3 -3
  176. package/esm2022/scheduler/src/pipes/day-of-week/day-of-week.pipe.mjs +3 -3
  177. package/esm2022/scheduler/src/scheduler.module.mjs +4 -4
  178. package/esm2022/scheduler/src/services/timeline/timeline.service.mjs +3 -3
  179. package/esm2022/scrollspy/src/component/scrollspy.component.mjs +7 -10
  180. package/esm2022/scrollspy/src/directives/scrollspy.directive.mjs +3 -3
  181. package/esm2022/scrollspy/src/scrollspy.module.mjs +4 -4
  182. package/esm2022/scrollspy/src/services/scroll-offset/scroll-offset.service.mjs +3 -3
  183. package/esm2022/select/src/component/select.component.mjs +3 -3
  184. package/esm2022/select/src/select.module.mjs +4 -4
  185. package/esm2022/select/src/value-accessors/select-value-accessor.mjs +6 -6
  186. package/esm2022/select2/src/component/select2.component.mjs +3 -3
  187. package/esm2022/select2/src/directive/item-template.directive.mjs +3 -3
  188. package/esm2022/select2/src/select2.module.mjs +4 -4
  189. package/esm2022/snackbar/src/component/snackbar.component.mjs +3 -3
  190. package/esm2022/snackbar/src/directives/snackbar-close/snackbar-close.directive.mjs +3 -3
  191. package/esm2022/snackbar/src/service/snackbar.service.mjs +3 -3
  192. package/esm2022/snackbar/src/snackbar.module.mjs +4 -4
  193. package/esm2022/spinner/src/spinner.component.mjs +3 -3
  194. package/esm2022/spinner/src/spinner.module.mjs +4 -4
  195. package/esm2022/splitter/src/element-at/element-at.pipe.mjs +3 -3
  196. package/esm2022/splitter/src/split-panel/split-panel.component.mjs +3 -3
  197. package/esm2022/splitter/src/splitter/splitter.component.mjs +3 -3
  198. package/esm2022/splitter/src/splitter.module.mjs +4 -4
  199. package/esm2022/tab-control/src/tab-control/tab-control.component.mjs +7 -10
  200. package/esm2022/tab-control/src/tab-control.module.mjs +4 -4
  201. package/esm2022/tab-control/src/tab-page/tab-page.component.mjs +3 -3
  202. package/esm2022/tab-control/src/tab-page-header/tab-page-header.directive.mjs +3 -3
  203. package/esm2022/table/src/component/table.component.mjs +3 -3
  204. package/esm2022/table/src/table.module.mjs +4 -4
  205. package/esm2022/timepicker/src/timepicker.component.mjs +3 -3
  206. package/esm2022/timepicker/src/timepicker.module.mjs +4 -4
  207. package/esm2022/toast/src/components/toast/toast.component.mjs +3 -3
  208. package/esm2022/toast/src/components/toast-body/toast-body.component.mjs +3 -3
  209. package/esm2022/toast/src/components/toast-container/toast-container.component.mjs +3 -3
  210. package/esm2022/toast/src/components/toast-header/toast-header.component.mjs +3 -3
  211. package/esm2022/toast/src/directives/toast-close/toast-close.directive.mjs +3 -3
  212. package/esm2022/toast/src/pipes/add-properties.pipe.mjs +3 -3
  213. package/esm2022/toast/src/services/toast/toast.service.mjs +3 -3
  214. package/esm2022/toast/src/toast.module.mjs +4 -4
  215. package/esm2022/toggle-button/src/component/toggle-button.component.mjs +3 -3
  216. package/esm2022/toggle-button/src/directives/toggle-button-group/toggle-button-group.directive.mjs +3 -3
  217. package/esm2022/toggle-button/src/toggle-button.module.mjs +4 -4
  218. package/esm2022/toggle-button/src/value-accessor/toggle-button-value-accessor.mjs +7 -12
  219. package/esm2022/tooltip/src/component/tooltip.component.mjs +3 -3
  220. package/esm2022/tooltip/src/directive/tooltip.directive.mjs +3 -3
  221. package/esm2022/tooltip/src/tooltip.module.mjs +4 -4
  222. package/esm2022/treeview/src/treeview/treeview.component.mjs +8 -12
  223. package/esm2022/treeview/src/treeview-item/treeview-item.component.mjs +3 -3
  224. package/esm2022/treeview/src/treeview.module.mjs +4 -4
  225. package/esm2022/typeahead/src/typeahead.component.mjs +5 -6
  226. package/esm2022/typeahead/src/typeahead.module.mjs +4 -4
  227. package/esm2022/user-agent/src/directive/user-agent.directive.mjs +3 -3
  228. package/esm2022/user-agent/src/user-agent.module.mjs +4 -4
  229. package/fesm2022/mintplayer-ng-bootstrap-accordion.mjs +13 -13
  230. package/fesm2022/mintplayer-ng-bootstrap-alert.mjs +10 -10
  231. package/fesm2022/mintplayer-ng-bootstrap-badge.mjs +7 -7
  232. package/fesm2022/mintplayer-ng-bootstrap-breadcrumb.mjs +10 -10
  233. package/fesm2022/mintplayer-ng-bootstrap-button-group.mjs +7 -7
  234. package/fesm2022/mintplayer-ng-bootstrap-button-type.mjs +7 -7
  235. package/fesm2022/mintplayer-ng-bootstrap-calendar-month.mjs +17 -17
  236. package/fesm2022/mintplayer-ng-bootstrap-calendar.mjs +14 -20
  237. package/fesm2022/mintplayer-ng-bootstrap-calendar.mjs.map +1 -1
  238. package/fesm2022/mintplayer-ng-bootstrap-card.mjs +10 -10
  239. package/fesm2022/mintplayer-ng-bootstrap-carousel.mjs +10 -10
  240. package/fesm2022/mintplayer-ng-bootstrap-close.mjs +7 -7
  241. package/fesm2022/mintplayer-ng-bootstrap-code-snippet.mjs +7 -7
  242. package/fesm2022/mintplayer-ng-bootstrap-context-menu.mjs +7 -7
  243. package/fesm2022/mintplayer-ng-bootstrap-copy.mjs +7 -7
  244. package/fesm2022/mintplayer-ng-bootstrap-datatable.mjs +13 -13
  245. package/fesm2022/mintplayer-ng-bootstrap-datepicker.mjs +7 -7
  246. package/fesm2022/mintplayer-ng-bootstrap-dock.mjs +23 -28
  247. package/fesm2022/mintplayer-ng-bootstrap-dock.mjs.map +1 -1
  248. package/fesm2022/mintplayer-ng-bootstrap-dropdown-divider.mjs +7 -7
  249. package/fesm2022/mintplayer-ng-bootstrap-dropdown-menu.mjs +10 -10
  250. package/fesm2022/mintplayer-ng-bootstrap-dropdown.mjs +17 -20
  251. package/fesm2022/mintplayer-ng-bootstrap-dropdown.mjs.map +1 -1
  252. package/fesm2022/mintplayer-ng-bootstrap-enhanced-paste.mjs +7 -7
  253. package/fesm2022/mintplayer-ng-bootstrap-enum.mjs +3 -3
  254. package/fesm2022/mintplayer-ng-bootstrap-file-upload.mjs +13 -13
  255. package/fesm2022/mintplayer-ng-bootstrap-floating-labels.mjs +7 -7
  256. package/fesm2022/mintplayer-ng-bootstrap-for.mjs +7 -7
  257. package/fesm2022/mintplayer-ng-bootstrap-form.mjs +13 -13
  258. package/fesm2022/mintplayer-ng-bootstrap-grid.mjs +21 -24
  259. package/fesm2022/mintplayer-ng-bootstrap-grid.mjs.map +1 -1
  260. package/fesm2022/mintplayer-ng-bootstrap-has-overlay.mjs +7 -7
  261. package/fesm2022/mintplayer-ng-bootstrap-icon.mjs +7 -7
  262. package/fesm2022/mintplayer-ng-bootstrap-input-group.mjs +7 -7
  263. package/fesm2022/mintplayer-ng-bootstrap-instance-of.mjs +16 -16
  264. package/fesm2022/mintplayer-ng-bootstrap-lazy-loading.mjs +7 -7
  265. package/fesm2022/mintplayer-ng-bootstrap-let.mjs +7 -7
  266. package/fesm2022/mintplayer-ng-bootstrap-list-group.mjs +10 -10
  267. package/fesm2022/mintplayer-ng-bootstrap-markdown.mjs +16 -16
  268. package/fesm2022/mintplayer-ng-bootstrap-modal.mjs +27 -33
  269. package/fesm2022/mintplayer-ng-bootstrap-modal.mjs.map +1 -1
  270. package/fesm2022/mintplayer-ng-bootstrap-multiselect.mjs +16 -16
  271. package/fesm2022/mintplayer-ng-bootstrap-navbar.mjs +50 -84
  272. package/fesm2022/mintplayer-ng-bootstrap-navbar.mjs.map +1 -1
  273. package/fesm2022/mintplayer-ng-bootstrap-navigation-lock.mjs +11 -15
  274. package/fesm2022/mintplayer-ng-bootstrap-navigation-lock.mjs.map +1 -1
  275. package/fesm2022/mintplayer-ng-bootstrap-no-noscript.mjs +7 -7
  276. package/fesm2022/mintplayer-ng-bootstrap-offcanvas.mjs +44 -69
  277. package/fesm2022/mintplayer-ng-bootstrap-offcanvas.mjs.map +1 -1
  278. package/fesm2022/mintplayer-ng-bootstrap-ordinal-number.mjs +7 -7
  279. package/fesm2022/mintplayer-ng-bootstrap-pagination.mjs +17 -27
  280. package/fesm2022/mintplayer-ng-bootstrap-pagination.mjs.map +1 -1
  281. package/fesm2022/mintplayer-ng-bootstrap-placeholder.mjs +13 -16
  282. package/fesm2022/mintplayer-ng-bootstrap-placeholder.mjs.map +1 -1
  283. package/fesm2022/mintplayer-ng-bootstrap-popover.mjs +26 -29
  284. package/fesm2022/mintplayer-ng-bootstrap-popover.mjs.map +1 -1
  285. package/fesm2022/mintplayer-ng-bootstrap-progress-bar.mjs +22 -40
  286. package/fesm2022/mintplayer-ng-bootstrap-progress-bar.mjs.map +1 -1
  287. package/fesm2022/mintplayer-ng-bootstrap-range.mjs +13 -18
  288. package/fesm2022/mintplayer-ng-bootstrap-range.mjs.map +1 -1
  289. package/fesm2022/mintplayer-ng-bootstrap-rating.mjs +10 -13
  290. package/fesm2022/mintplayer-ng-bootstrap-rating.mjs.map +1 -1
  291. package/fesm2022/mintplayer-ng-bootstrap-resizable.mjs +13 -16
  292. package/fesm2022/mintplayer-ng-bootstrap-resizable.mjs.map +1 -1
  293. package/fesm2022/mintplayer-ng-bootstrap-scheduler.mjs +32 -47
  294. package/fesm2022/mintplayer-ng-bootstrap-scheduler.mjs.map +1 -1
  295. package/fesm2022/mintplayer-ng-bootstrap-scrollspy.mjs +16 -19
  296. package/fesm2022/mintplayer-ng-bootstrap-scrollspy.mjs.map +1 -1
  297. package/fesm2022/mintplayer-ng-bootstrap-select.mjs +13 -13
  298. package/fesm2022/mintplayer-ng-bootstrap-select2.mjs +10 -10
  299. package/fesm2022/mintplayer-ng-bootstrap-snackbar.mjs +13 -13
  300. package/fesm2022/mintplayer-ng-bootstrap-spinner.mjs +7 -7
  301. package/fesm2022/mintplayer-ng-bootstrap-splitter.mjs +13 -13
  302. package/fesm2022/mintplayer-ng-bootstrap-tab-control.mjs +16 -19
  303. package/fesm2022/mintplayer-ng-bootstrap-tab-control.mjs.map +1 -1
  304. package/fesm2022/mintplayer-ng-bootstrap-table.mjs +7 -7
  305. package/fesm2022/mintplayer-ng-bootstrap-timepicker.mjs +7 -7
  306. package/fesm2022/mintplayer-ng-bootstrap-toast.mjs +25 -25
  307. package/fesm2022/mintplayer-ng-bootstrap-toggle-button.mjs +16 -21
  308. package/fesm2022/mintplayer-ng-bootstrap-toggle-button.mjs.map +1 -1
  309. package/fesm2022/mintplayer-ng-bootstrap-tooltip.mjs +10 -10
  310. package/fesm2022/mintplayer-ng-bootstrap-treeview.mjs +14 -18
  311. package/fesm2022/mintplayer-ng-bootstrap-treeview.mjs.map +1 -1
  312. package/fesm2022/mintplayer-ng-bootstrap-typeahead.mjs +8 -9
  313. package/fesm2022/mintplayer-ng-bootstrap-typeahead.mjs.map +1 -1
  314. package/fesm2022/mintplayer-ng-bootstrap-user-agent.mjs +7 -7
  315. package/fesm2022/mintplayer-ng-bootstrap.mjs +21 -21
  316. package/grid/src/directives/column/column.directive.d.ts +3 -5
  317. package/modal/src/components/modal-host/modal-host.component.d.ts +0 -2
  318. package/navbar/src/navbar/navbar.component.d.ts +3 -5
  319. package/navbar/src/navbar-content/navbar-content.directive.d.ts +0 -1
  320. package/navbar/src/navbar-dropdown/navbar-dropdown.component.d.ts +2 -4
  321. package/navbar/src/navbar-item/navbar-item.component.d.ts +5 -6
  322. package/navbar/src/navbar-nav/navbar-nav.component.d.ts +2 -5
  323. package/navigation-lock/src/directive/navigation-lock.directive.d.ts +2 -5
  324. package/offcanvas/src/components/offcanvas/offcanvas.component.d.ts +3 -5
  325. package/offcanvas/src/components/offcanvas-host/offcanvas-host.component.d.ts +4 -4
  326. package/offcanvas/src/directives/offcanvas-push/offcanvas-push.directive.d.ts +2 -4
  327. package/package.json +2 -2
  328. package/pagination/src/component/pagination/pagination.component.d.ts +2 -5
  329. package/placeholder/src/placeholder-field/placeholder-field.directive.d.ts +1 -5
  330. package/popover/src/directives/popover/popover.directive.d.ts +2 -3
  331. package/progress-bar/src/progress-bar/progress-bar.component.d.ts +2 -5
  332. package/range/src/value-accessor/range-value-accessor.d.ts +2 -5
  333. package/rating/src/component/rating.component.d.ts +3 -5
  334. package/resizable/src/resizable/resizable.component.d.ts +3 -5
  335. package/scheduler/src/components/resource-group-presenter/resource-group-presenter.component.d.ts +2 -5
  336. package/scheduler/src/components/scheduler/scheduler.component.d.ts +3 -5
  337. package/scrollspy/src/component/scrollspy.component.d.ts +2 -4
  338. package/tab-control/src/tab-control/tab-control.component.d.ts +3 -5
  339. package/toggle-button/src/value-accessor/toggle-button-value-accessor.d.ts +2 -5
  340. package/treeview/src/treeview/treeview.component.d.ts +3 -5
  341. package/typeahead/src/typeahead.component.d.ts +1 -2
@@ -6,18 +6,18 @@ import { BsSnackbarModule } from '@mintplayer/ng-bootstrap/snackbar';
6
6
  import { BsCodeSnippetComponent } from './code-snippet.component';
7
7
  import * as i0 from "@angular/core";
8
8
  class BsCodeSnippetModule {
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsCodeSnippetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: BsCodeSnippetModule, declarations: [BsCodeSnippetComponent], imports: [CommonModule,
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsCodeSnippetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.1", ngImport: i0, type: BsCodeSnippetModule, declarations: [BsCodeSnippetComponent], imports: [CommonModule,
11
11
  BsCopyModule,
12
12
  BsSnackbarModule,
13
13
  HighlightModule], exports: [BsCodeSnippetComponent] }); }
14
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsCodeSnippetModule, imports: [CommonModule,
14
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsCodeSnippetModule, imports: [CommonModule,
15
15
  BsCopyModule,
16
16
  BsSnackbarModule,
17
17
  HighlightModule] }); }
18
18
  }
19
19
  export { BsCodeSnippetModule };
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsCodeSnippetModule, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsCodeSnippetModule, decorators: [{
21
21
  type: NgModule,
22
22
  args: [{
23
23
  declarations: [
@@ -62,11 +62,11 @@ class BsContextMenuDirective {
62
62
  this.close();
63
63
  }
64
64
  }
65
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsContextMenuDirective, deps: [{ token: i1.Overlay }, { token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: i0.ElementRef, host: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Directive }); }
66
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: BsContextMenuDirective, selector: "[bsContextMenu]", host: { listeners: { "document:click": "clickAnywhere($event)", "window:blur": "onBlur()" } }, ngImport: i0 }); }
65
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsContextMenuDirective, deps: [{ token: i1.Overlay }, { token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: i0.ElementRef, host: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Directive }); }
66
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.1", type: BsContextMenuDirective, selector: "[bsContextMenu]", host: { listeners: { "document:click": "clickAnywhere($event)", "window:blur": "onBlur()" } }, ngImport: i0 }); }
67
67
  }
68
68
  export { BsContextMenuDirective };
69
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsContextMenuDirective, decorators: [{
69
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsContextMenuDirective, decorators: [{
70
70
  type: Directive,
71
71
  args: [{
72
72
  selector: '[bsContextMenu]'
@@ -5,17 +5,17 @@ import { BsContextMenuDirective } from './context-menu.directive';
5
5
  import { BsHasOverlayModule } from '@mintplayer/ng-bootstrap/has-overlay';
6
6
  import * as i0 from "@angular/core";
7
7
  class BsContextMenuModule {
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsContextMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: BsContextMenuModule, declarations: [BsContextMenuDirective], imports: [CommonModule,
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsContextMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.1", ngImport: i0, type: BsContextMenuModule, declarations: [BsContextMenuDirective], imports: [CommonModule,
10
10
  BsHasOverlayModule,
11
11
  OverlayModule], exports: [BsContextMenuDirective,
12
12
  BsHasOverlayModule] }); }
13
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsContextMenuModule, imports: [CommonModule,
13
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsContextMenuModule, imports: [CommonModule,
14
14
  BsHasOverlayModule,
15
15
  OverlayModule, BsHasOverlayModule] }); }
16
16
  }
17
17
  export { BsContextMenuModule };
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsContextMenuModule, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsContextMenuModule, decorators: [{
19
19
  type: NgModule,
20
20
  args: [{
21
21
  declarations: [
@@ -23,11 +23,11 @@ class BsCopyDirective {
23
23
  this.doc.execCommand('copy');
24
24
  this.doc.removeEventListener('copy', listener, false);
25
25
  }
26
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsCopyDirective, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive }); }
27
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: BsCopyDirective, selector: "[bsCopy]", inputs: { bsCopy: "bsCopy" }, outputs: { bsCopied: "bsCopied" }, host: { listeners: { "click": "click($event)" } }, ngImport: i0 }); }
26
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsCopyDirective, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive }); }
27
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.1", type: BsCopyDirective, selector: "[bsCopy]", inputs: { bsCopy: "bsCopy" }, outputs: { bsCopied: "bsCopied" }, host: { listeners: { "click": "click($event)" } }, ngImport: i0 }); }
28
28
  }
29
29
  export { BsCopyDirective };
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsCopyDirective, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsCopyDirective, decorators: [{
31
31
  type: Directive,
32
32
  args: [{
33
33
  selector: '[bsCopy]',
@@ -3,12 +3,12 @@ import { CommonModule } from '@angular/common';
3
3
  import { BsCopyDirective } from './copy.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  class BsCopyModule {
6
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsCopyModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: BsCopyModule, declarations: [BsCopyDirective], imports: [CommonModule], exports: [BsCopyDirective] }); }
8
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsCopyModule, imports: [CommonModule] }); }
6
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsCopyModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.1", ngImport: i0, type: BsCopyModule, declarations: [BsCopyDirective], imports: [CommonModule], exports: [BsCopyDirective] }); }
8
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsCopyModule, imports: [CommonModule] }); }
9
9
  }
10
10
  export { BsCopyModule };
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsCopyModule, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsCopyModule, decorators: [{
12
12
  type: NgModule,
13
13
  args: [{
14
14
  declarations: [
@@ -38,11 +38,11 @@ class BsDatatableComponent {
38
38
  this.reloadData.emit(this.settings);
39
39
  }
40
40
  }
41
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsDatatableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
42
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: BsDatatableComponent, selector: "bs-datatable", inputs: { settings: "settings", data: "data" }, outputs: { reloadData: "reloadData" }, queries: [{ propertyName: "columns", predicate: BsDatatableColumnDirective }], ngImport: i0, template: "<bs-table [isResponsive]=\"true\" [striped]=\"true\" [hover]=\"true\" class=\"mb-3\">\n <thead>\n <tr>\n <th *ngFor=\"let column of (columns$ | async)\" class=\"text-nowrap\"\n [class.sort]=\"column.bsDatatableColumn.sortable\"\n [class.sort-asc]=\"column.bsDatatableColumn.sortable && (settings.sortProperty === column.bsDatatableColumn.name) && (settings.sortDirection === 'ascending')\"\n [class.sort-desc]=\"column.bsDatatableColumn.sortable && (settings.sortProperty === column.bsDatatableColumn.name) && (settings.sortDirection === 'descending')\"\n (click)=\"columnHeaderClicked(column)\">\n <ng-container *ngTemplateOutlet=\"column.templateRef\"></ng-container>\n </th>\n </tr>\n </thead>\n <tbody>\n <ng-container *ngIf=\"!!data && !!rowTemplate\">\n <ng-container *ngFor=\"let item of data.data\">\n <ng-container *ngTemplateOutlet=\"rowTemplate; context: { $implicit: item }\"></ng-container>\n </ng-container>\n </ng-container>\n </tbody>\n <tfoot>\n <tr>\n <td [colSpan]=\"numberOfColumns$ | async\">\n <bs-grid [stopFullWidthAt]=\"'never'\">\n <div bsRow>\n <div [bsColumn]=\"{md: 12}\">\n <bs-pagination class=\"float-start\" [pageNumbers]=\"settings.perPage.values\"\n [(selectedPageNumber)]=\"settings.perPage.selected\" (selectedPageNumberChange)=\"reloadData.emit(settings)\"\n [showArrows]=\"false\"></bs-pagination>\n <bs-pagination class=\"float-end\" [pageNumbers]=\"settings.page.values\"\n [(selectedPageNumber)]=\"settings.page.selected\" (selectedPageNumberChange)=\"reloadData.emit(settings)\"\n [showArrows]=\"true\"></bs-pagination>\n </div>\n </div>\n </bs-grid>\n </td>\n </tr>\n </tfoot>\n</bs-table>", styles: ["@charset \"UTF-8\";tfoot>tr>td{border-bottom:none}bs-table thead th.sort{position:relative;cursor:pointer;padding-right:2rem}bs-table thead th.sort:before,bs-table thead th.sort:after{position:absolute;display:block;opacity:.3;bottom:.5em}bs-table thead th.sort:before{content:\"\\2191\";right:1em}bs-table thead th.sort:after{content:\"\\2193\";right:.5em}bs-table thead th.sort.sort-asc:after{opacity:1}bs-table thead th.sort.sort-desc:before{opacity:1}\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: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i2.BsGridComponent, selector: "bs-grid", inputs: ["stopFullWidthAt"] }, { kind: "directive", type: i2.BsGridRowDirective, selector: "[bsRow]" }, { kind: "directive", type: i2.BsGridColumnDirective, selector: "[bsColumn]", inputs: ["bsColumn"] }, { kind: "component", type: i3.BsTableComponent, selector: "bs-table", inputs: ["isResponsive", "striped", "hover"] }, { kind: "component", type: i4.BsPaginationComponent, selector: "bs-pagination", inputs: ["selectedPageNumber", "numberOfBoxes", "pageNumbers", "showArrows", "size"], outputs: ["selectedPageNumberChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] }); }
41
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsDatatableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
42
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.1", type: BsDatatableComponent, selector: "bs-datatable", inputs: { settings: "settings", data: "data" }, outputs: { reloadData: "reloadData" }, queries: [{ propertyName: "columns", predicate: BsDatatableColumnDirective }], ngImport: i0, template: "<bs-table [isResponsive]=\"true\" [striped]=\"true\" [hover]=\"true\" class=\"mb-3\">\n <thead>\n <tr>\n <th *ngFor=\"let column of (columns$ | async)\" class=\"text-nowrap\"\n [class.sort]=\"column.bsDatatableColumn.sortable\"\n [class.sort-asc]=\"column.bsDatatableColumn.sortable && (settings.sortProperty === column.bsDatatableColumn.name) && (settings.sortDirection === 'ascending')\"\n [class.sort-desc]=\"column.bsDatatableColumn.sortable && (settings.sortProperty === column.bsDatatableColumn.name) && (settings.sortDirection === 'descending')\"\n (click)=\"columnHeaderClicked(column)\">\n <ng-container *ngTemplateOutlet=\"column.templateRef\"></ng-container>\n </th>\n </tr>\n </thead>\n <tbody>\n <ng-container *ngIf=\"!!data && !!rowTemplate\">\n <ng-container *ngFor=\"let item of data.data\">\n <ng-container *ngTemplateOutlet=\"rowTemplate; context: { $implicit: item }\"></ng-container>\n </ng-container>\n </ng-container>\n </tbody>\n <tfoot>\n <tr>\n <td [colSpan]=\"numberOfColumns$ | async\">\n <bs-grid [stopFullWidthAt]=\"'never'\">\n <div bsRow>\n <div [bsColumn]=\"{md: 12}\">\n <bs-pagination class=\"float-start\" [pageNumbers]=\"settings.perPage.values\"\n [(selectedPageNumber)]=\"settings.perPage.selected\" (selectedPageNumberChange)=\"reloadData.emit(settings)\"\n [showArrows]=\"false\"></bs-pagination>\n <bs-pagination class=\"float-end\" [pageNumbers]=\"settings.page.values\"\n [(selectedPageNumber)]=\"settings.page.selected\" (selectedPageNumberChange)=\"reloadData.emit(settings)\"\n [showArrows]=\"true\"></bs-pagination>\n </div>\n </div>\n </bs-grid>\n </td>\n </tr>\n </tfoot>\n</bs-table>", styles: ["@charset \"UTF-8\";tfoot>tr>td{border-bottom:none}bs-table thead th.sort{position:relative;cursor:pointer;padding-right:2rem}bs-table thead th.sort:before,bs-table thead th.sort:after{position:absolute;display:block;opacity:.3;bottom:.5em}bs-table thead th.sort:before{content:\"\\2191\";right:1em}bs-table thead th.sort:after{content:\"\\2193\";right:.5em}bs-table thead th.sort.sort-asc:after{opacity:1}bs-table thead th.sort.sort-desc:before{opacity:1}\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: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i2.BsGridComponent, selector: "bs-grid", inputs: ["stopFullWidthAt"] }, { kind: "directive", type: i2.BsGridRowDirective, selector: "[bsRow]" }, { kind: "directive", type: i2.BsGridColumnDirective, selector: "[bsColumn]", inputs: ["bsColumn"] }, { kind: "component", type: i3.BsTableComponent, selector: "bs-table", inputs: ["isResponsive", "striped", "hover"] }, { kind: "component", type: i4.BsPaginationComponent, selector: "bs-pagination", inputs: ["selectedPageNumber", "numberOfBoxes", "pageNumbers", "showArrows", "size"], outputs: ["selectedPageNumberChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] }); }
43
43
  }
44
44
  export { BsDatatableComponent };
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsDatatableComponent, decorators: [{
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsDatatableComponent, decorators: [{
46
46
  type: Component,
47
47
  args: [{ selector: 'bs-datatable', template: "<bs-table [isResponsive]=\"true\" [striped]=\"true\" [hover]=\"true\" class=\"mb-3\">\n <thead>\n <tr>\n <th *ngFor=\"let column of (columns$ | async)\" class=\"text-nowrap\"\n [class.sort]=\"column.bsDatatableColumn.sortable\"\n [class.sort-asc]=\"column.bsDatatableColumn.sortable && (settings.sortProperty === column.bsDatatableColumn.name) && (settings.sortDirection === 'ascending')\"\n [class.sort-desc]=\"column.bsDatatableColumn.sortable && (settings.sortProperty === column.bsDatatableColumn.name) && (settings.sortDirection === 'descending')\"\n (click)=\"columnHeaderClicked(column)\">\n <ng-container *ngTemplateOutlet=\"column.templateRef\"></ng-container>\n </th>\n </tr>\n </thead>\n <tbody>\n <ng-container *ngIf=\"!!data && !!rowTemplate\">\n <ng-container *ngFor=\"let item of data.data\">\n <ng-container *ngTemplateOutlet=\"rowTemplate; context: { $implicit: item }\"></ng-container>\n </ng-container>\n </ng-container>\n </tbody>\n <tfoot>\n <tr>\n <td [colSpan]=\"numberOfColumns$ | async\">\n <bs-grid [stopFullWidthAt]=\"'never'\">\n <div bsRow>\n <div [bsColumn]=\"{md: 12}\">\n <bs-pagination class=\"float-start\" [pageNumbers]=\"settings.perPage.values\"\n [(selectedPageNumber)]=\"settings.perPage.selected\" (selectedPageNumberChange)=\"reloadData.emit(settings)\"\n [showArrows]=\"false\"></bs-pagination>\n <bs-pagination class=\"float-end\" [pageNumbers]=\"settings.page.values\"\n [(selectedPageNumber)]=\"settings.page.selected\" (selectedPageNumberChange)=\"reloadData.emit(settings)\"\n [showArrows]=\"true\"></bs-pagination>\n </div>\n </div>\n </bs-grid>\n </td>\n </tr>\n </tfoot>\n</bs-table>", styles: ["@charset \"UTF-8\";tfoot>tr>td{border-bottom:none}bs-table thead th.sort{position:relative;cursor:pointer;padding-right:2rem}bs-table thead th.sort:before,bs-table thead th.sort:after{position:absolute;display:block;opacity:.3;bottom:.5em}bs-table thead th.sort:before{content:\"\\2191\";right:1em}bs-table thead th.sort:after{content:\"\\2193\";right:.5em}bs-table thead th.sort.sort-asc:after{opacity:1}bs-table thead th.sort.sort-desc:before{opacity:1}\n"] }]
48
48
  }], ctorParameters: function () { return []; }, propDecorators: { columns: [{
@@ -5,11 +5,11 @@ class BsDatatableColumnDirective {
5
5
  this.bsDatatableColumn = { name: '', sortable: true };
6
6
  this.templateRef = templateRef;
7
7
  }
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsDatatableColumnDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
9
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: BsDatatableColumnDirective, selector: "[bsDatatableColumn]", inputs: { bsDatatableColumn: "bsDatatableColumn" }, ngImport: i0 }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsDatatableColumnDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
9
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.1", type: BsDatatableColumnDirective, selector: "[bsDatatableColumn]", inputs: { bsDatatableColumn: "bsDatatableColumn" }, ngImport: i0 }); }
10
10
  }
11
11
  export { BsDatatableColumnDirective };
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsDatatableColumnDirective, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsDatatableColumnDirective, decorators: [{
13
13
  type: Directive,
14
14
  args: [{
15
15
  selector: '[bsDatatableColumn]'
@@ -8,8 +8,8 @@ import { BsDatatableColumnDirective } from './datatable-column';
8
8
  import { BsRowTemplateDirective } from './row-template/row-template.directive';
9
9
  import * as i0 from "@angular/core";
10
10
  class BsDatatableModule {
11
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsDatatableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
12
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: BsDatatableModule, declarations: [BsDatatableComponent,
11
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsDatatableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
12
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.1", ngImport: i0, type: BsDatatableModule, declarations: [BsDatatableComponent,
13
13
  BsDatatableColumnDirective,
14
14
  BsRowTemplateDirective], imports: [CommonModule,
15
15
  BsGridModule,
@@ -17,13 +17,13 @@ class BsDatatableModule {
17
17
  BsPaginationModule], exports: [BsDatatableComponent,
18
18
  BsDatatableColumnDirective,
19
19
  BsRowTemplateDirective] }); }
20
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsDatatableModule, imports: [CommonModule,
20
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsDatatableModule, imports: [CommonModule,
21
21
  BsGridModule,
22
22
  BsTableModule,
23
23
  BsPaginationModule] }); }
24
24
  }
25
25
  export { BsDatatableModule };
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsDatatableModule, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsDatatableModule, decorators: [{
27
27
  type: NgModule,
28
28
  args: [{
29
29
  declarations: [
@@ -7,11 +7,11 @@ class BsRowTemplateDirective {
7
7
  this.datatableComponent = datatableComponent;
8
8
  this.datatableComponent.rowTemplate = templateRef;
9
9
  }
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsRowTemplateDirective, deps: [{ token: i1.BsDatatableComponent }, { token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
11
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: BsRowTemplateDirective, selector: "[bsRowTemplate]", ngImport: i0 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsRowTemplateDirective, deps: [{ token: i1.BsDatatableComponent }, { token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.1", type: BsRowTemplateDirective, selector: "[bsRowTemplate]", ngImport: i0 }); }
12
12
  }
13
13
  export { BsRowTemplateDirective };
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsRowTemplateDirective, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsRowTemplateDirective, decorators: [{
15
15
  type: Directive,
16
16
  args: [{
17
17
  selector: '[bsRowTemplate]'
@@ -31,11 +31,11 @@ class BsDatepickerComponent {
31
31
  this._currentMonth = value;
32
32
  this.currentMonthChange.emit(value);
33
33
  }
34
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsDatepickerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
35
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: BsDatepickerComponent, selector: "bs-datepicker", inputs: { selectedDate: "selectedDate", currentMonth: "currentMonth" }, outputs: { selectedDateChange: "selectedDateChange", currentMonthChange: "currentMonthChange" }, ngImport: i0, template: "<!-- <bs-dropdown [hasBackdrop]=\"true\" [closeOnClickOutside]=\"true\"></bs-dropdown> -->\n<div bsDropdown [hasBackdrop]=\"true\" [closeOnClickOutside]=\"true\">\n <button bsDropdownToggle [color]=\"colors.primary\">{{ selectedDate | date }}</button>\n <bs-has-overlay></bs-has-overlay>\n <div *bsDropdownMenu>\n <bs-calendar [(selectedDate)]=\"selectedDate\" [(currentMonth)]=\"currentMonth\"></bs-calendar>\n </div>\n</div>", styles: [""], dependencies: [{ kind: "component", type: i1.BsCalendarComponent, selector: "bs-calendar", inputs: ["currentMonth", "selectedDate"], outputs: ["currentMonthChange", "selectedDateChange"] }, { kind: "directive", type: i2.BsDropdownDirective, selector: "[bsDropdown]", inputs: ["hasBackdrop", "sameWidth", "closeOnClickOutside", "sameDropdownWidth", "isOpen"], outputs: ["isOpenChange"] }, { kind: "directive", type: i2.BsDropdownToggleDirective, selector: "[bsDropdownToggle]" }, { kind: "directive", type: i2.BsDropdownMenuDirective, selector: "[bsDropdownMenu]" }, { kind: "component", type: i3.BsHasOverlayComponent, selector: "bs-has-overlay" }, { kind: "directive", type: i4.BsButtonTypeDirective, selector: "button[color],input[type=\"button\"][color],input[type=\"submit\"][color]", inputs: ["color"] }, { kind: "pipe", type: i5.DatePipe, name: "date" }] }); }
34
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsDatepickerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
35
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.1", type: BsDatepickerComponent, selector: "bs-datepicker", inputs: { selectedDate: "selectedDate", currentMonth: "currentMonth" }, outputs: { selectedDateChange: "selectedDateChange", currentMonthChange: "currentMonthChange" }, ngImport: i0, template: "<!-- <bs-dropdown [hasBackdrop]=\"true\" [closeOnClickOutside]=\"true\"></bs-dropdown> -->\n<div bsDropdown [hasBackdrop]=\"true\" [closeOnClickOutside]=\"true\">\n <button bsDropdownToggle [color]=\"colors.primary\">{{ selectedDate | date }}</button>\n <bs-has-overlay></bs-has-overlay>\n <div *bsDropdownMenu>\n <bs-calendar [(selectedDate)]=\"selectedDate\" [(currentMonth)]=\"currentMonth\"></bs-calendar>\n </div>\n</div>", styles: [""], dependencies: [{ kind: "component", type: i1.BsCalendarComponent, selector: "bs-calendar", inputs: ["currentMonth", "selectedDate"], outputs: ["currentMonthChange", "selectedDateChange"] }, { kind: "directive", type: i2.BsDropdownDirective, selector: "[bsDropdown]", inputs: ["hasBackdrop", "sameWidth", "closeOnClickOutside", "sameDropdownWidth", "isOpen"], outputs: ["isOpenChange"] }, { kind: "directive", type: i2.BsDropdownToggleDirective, selector: "[bsDropdownToggle]" }, { kind: "directive", type: i2.BsDropdownMenuDirective, selector: "[bsDropdownMenu]" }, { kind: "component", type: i3.BsHasOverlayComponent, selector: "bs-has-overlay" }, { kind: "directive", type: i4.BsButtonTypeDirective, selector: "button[color],input[type=\"button\"][color],input[type=\"submit\"][color]", inputs: ["color"] }, { kind: "pipe", type: i5.DatePipe, name: "date" }] }); }
36
36
  }
37
37
  export { BsDatepickerComponent };
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsDatepickerComponent, decorators: [{
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsDatepickerComponent, decorators: [{
39
39
  type: Component,
40
40
  args: [{ selector: 'bs-datepicker', template: "<!-- <bs-dropdown [hasBackdrop]=\"true\" [closeOnClickOutside]=\"true\"></bs-dropdown> -->\n<div bsDropdown [hasBackdrop]=\"true\" [closeOnClickOutside]=\"true\">\n <button bsDropdownToggle [color]=\"colors.primary\">{{ selectedDate | date }}</button>\n <bs-has-overlay></bs-has-overlay>\n <div *bsDropdownMenu>\n <bs-calendar [(selectedDate)]=\"selectedDate\" [(currentMonth)]=\"currentMonth\"></bs-calendar>\n </div>\n</div>" }]
41
41
  }], propDecorators: { selectedDateChange: [{
@@ -7,20 +7,20 @@ import { BsButtonTypeModule } from '@mintplayer/ng-bootstrap/button-type';
7
7
  import { BsHasOverlayModule } from '@mintplayer/ng-bootstrap/has-overlay';
8
8
  import * as i0 from "@angular/core";
9
9
  class BsDatepickerModule {
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsDatepickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
11
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: BsDatepickerModule, declarations: [BsDatepickerComponent], imports: [CommonModule,
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsDatepickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
11
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.1", ngImport: i0, type: BsDatepickerModule, declarations: [BsDatepickerComponent], imports: [CommonModule,
12
12
  BsCalendarModule,
13
13
  BsDropdownModule,
14
14
  BsButtonTypeModule,
15
15
  BsHasOverlayModule], exports: [BsDatepickerComponent] }); }
16
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsDatepickerModule, imports: [CommonModule,
16
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsDatepickerModule, imports: [CommonModule,
17
17
  BsCalendarModule,
18
18
  BsDropdownModule,
19
19
  BsButtonTypeModule,
20
20
  BsHasOverlayModule] }); }
21
21
  }
22
22
  export { BsDatepickerModule };
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsDatepickerModule, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsDatepickerModule, decorators: [{
24
24
  type: NgModule,
25
25
  args: [{
26
26
  declarations: [
@@ -1,5 +1,6 @@
1
1
  import { Component, ContentChildren, ViewChildren, Input, QueryList, HostBinding } from '@angular/core';
2
- import { BehaviorSubject, map, Subject, takeUntil } from 'rxjs';
2
+ import { BehaviorSubject, map } from 'rxjs';
3
+ import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
3
4
  import { deepClone } from '@mintplayer/parentify';
4
5
  import { BsDockPanelComponent } from '../dock-panel/dock-panel.component';
5
6
  import { BsTabGroupPane } from '../panes/tab-group-pane';
@@ -18,7 +19,6 @@ class BsDockComponent {
18
19
  this.floating$ = new BehaviorSubject([]);
19
20
  this.positionAbsolute = true;
20
21
  this.positionPx = 0;
21
- this.destroyed$ = new Subject();
22
22
  const tabs = new BsTabGroupPane();
23
23
  const docHost = new BsDocumentHost();
24
24
  docHost.rootPane = tabs;
@@ -26,11 +26,7 @@ class BsDockComponent {
26
26
  rootPane: docHost,
27
27
  floatingPanes: []
28
28
  });
29
- // combineLatest([this.layout$, this.panels$])
30
- // .pipe(takeUntil(this.destroyed$))
31
- // .subscribe(([layout, panels]) => {
32
- // })
33
- this.floating$.pipe(takeUntil(this.destroyed$))
29
+ this.floating$.pipe(takeUntilDestroyed())
34
30
  .subscribe((floating) => {
35
31
  floating.forEach((panel) => panel.moveToOverlay());
36
32
  });
@@ -42,7 +38,7 @@ class BsDockComponent {
42
38
  console.log('parentify', { layout, result: clone.result });
43
39
  return clone.result;
44
40
  }));
45
- this.parentifiedLayout$.pipe(takeUntil(this.destroyed$)).subscribe(console.log);
41
+ this.parentifiedLayout$.pipe(takeUntilDestroyed()).subscribe(console.log);
46
42
  }
47
43
  set panels(value) {
48
44
  this.panels$.next(value.toArray());
@@ -57,14 +53,13 @@ class BsDockComponent {
57
53
  this.floating$.next(value.toArray());
58
54
  }
59
55
  ngOnDestroy() {
60
- this.destroyed$.next(true);
61
56
  this.floating$.value.forEach(panel => panel.disposeOverlay());
62
57
  }
63
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsDockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
64
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: BsDockComponent, selector: "bs-dock", inputs: { layout: "layout" }, host: { properties: { "class.position-absolute": "this.positionAbsolute", "style.top": "this.positionPx", "style.left": "this.positionPx", "style.bottom": "this.positionPx", "style.right": "this.positionPx" } }, queries: [{ propertyName: "panels", predicate: BsDockPanelComponent }], viewQueries: [{ propertyName: "floatingPanes", predicate: ["floating"], descendants: true }], ngImport: i0, template: "<ng-content></ng-content>\n<ng-container *ngIf=\"(layout$ | async) as layout\">\n <bs-dock-pane-renderer [layout]=\"layout.rootPane\"></bs-dock-pane-renderer>\n\n <ng-container *ngFor=\"let pane of layout.floatingPanes\">\n <bs-dock-pane-renderer #floating *ngIf=\"pane.pane\" [layout]=\"pane\"></bs-dock-pane-renderer>\n </ng-container>\n</ng-container>\n<!-- <bs-splitter>\n <ng-content></ng-content>\n <ng-container *ngFor=\"let panel of (panels$ | async)\">\n <bs-split-panel>\n <ng-template [cdkPortalOutlet]=\"panel.portal\"></ng-template>\n </bs-split-panel>\n </ng-container>\n</bs-splitter> -->\n", styles: [":host ::ng-deep .tab-content{max-height:calc(100% - 41px);overflow:auto}:host ::ng-deep bs-dock-pane-renderer{min-width:100%;min-height:100%}:host ::ng-deep>bs-dock-panel>*{display:none}\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: "component", type: i2.BsDockPaneRendererComponent, selector: "bs-dock-pane-renderer", inputs: ["layout"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] }); }
58
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsDockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
59
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.1", type: BsDockComponent, selector: "bs-dock", inputs: { layout: "layout" }, host: { properties: { "class.position-absolute": "this.positionAbsolute", "style.top": "this.positionPx", "style.left": "this.positionPx", "style.bottom": "this.positionPx", "style.right": "this.positionPx" } }, queries: [{ propertyName: "panels", predicate: BsDockPanelComponent }], viewQueries: [{ propertyName: "floatingPanes", predicate: ["floating"], descendants: true }], ngImport: i0, template: "<ng-content></ng-content>\n<ng-container *ngIf=\"(layout$ | async) as layout\">\n <bs-dock-pane-renderer [layout]=\"layout.rootPane\"></bs-dock-pane-renderer>\n\n <ng-container *ngFor=\"let pane of layout.floatingPanes\">\n <bs-dock-pane-renderer #floating *ngIf=\"pane.pane\" [layout]=\"pane\"></bs-dock-pane-renderer>\n </ng-container>\n</ng-container>\n<!-- <bs-splitter>\n <ng-content></ng-content>\n <ng-container *ngFor=\"let panel of (panels$ | async)\">\n <bs-split-panel>\n <ng-template [cdkPortalOutlet]=\"panel.portal\"></ng-template>\n </bs-split-panel>\n </ng-container>\n</bs-splitter> -->\n", styles: [":host ::ng-deep .tab-content{max-height:calc(100% - 41px);overflow:auto}:host ::ng-deep bs-dock-pane-renderer{min-width:100%;min-height:100%}:host ::ng-deep>bs-dock-panel>*{display:none}\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: "component", type: i2.BsDockPaneRendererComponent, selector: "bs-dock-pane-renderer", inputs: ["layout"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] }); }
65
60
  }
66
61
  export { BsDockComponent };
67
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsDockComponent, decorators: [{
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsDockComponent, decorators: [{
68
63
  type: Component,
69
64
  args: [{ selector: 'bs-dock', template: "<ng-content></ng-content>\n<ng-container *ngIf=\"(layout$ | async) as layout\">\n <bs-dock-pane-renderer [layout]=\"layout.rootPane\"></bs-dock-pane-renderer>\n\n <ng-container *ngFor=\"let pane of layout.floatingPanes\">\n <bs-dock-pane-renderer #floating *ngIf=\"pane.pane\" [layout]=\"pane\"></bs-dock-pane-renderer>\n </ng-container>\n</ng-container>\n<!-- <bs-splitter>\n <ng-content></ng-content>\n <ng-container *ngFor=\"let panel of (panels$ | async)\">\n <bs-split-panel>\n <ng-template [cdkPortalOutlet]=\"panel.portal\"></ng-template>\n </bs-split-panel>\n </ng-container>\n</bs-splitter> -->\n", styles: [":host ::ng-deep .tab-content{max-height:calc(100% - 41px);overflow:auto}:host ::ng-deep bs-dock-pane-renderer{min-width:100%;min-height:100%}:host ::ng-deep>bs-dock-panel>*{display:none}\n"] }]
70
65
  }], ctorParameters: function () { return []; }, propDecorators: { panels: [{
@@ -91,4 +86,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImpor
91
86
  type: HostBinding,
92
87
  args: ['style.right']
93
88
  }] } });
94
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9jay5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL2RvY2svc3JjL2RvY2svZG9jay5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL2RvY2svc3JjL2RvY2svZG9jay5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLGVBQWUsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFhLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDbkgsT0FBTyxFQUFFLGVBQWUsRUFBbUMsR0FBRyxFQUFjLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxNQUFNLENBQUM7QUFFN0csT0FBTyxFQUFlLFNBQVMsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQy9ELE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLG9DQUFvQyxDQUFDO0FBRzFFLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUN6RCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sNkJBQTZCLENBQUM7QUFDN0QsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQ3RELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN4RCxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0scUJBQXFCLENBQUM7Ozs7QUFHbEQsTUFLYSxlQUFlO0lBQzFCO1FBeUNBLGdCQUFnQjtRQUNoQixZQUFPLEdBQUcsSUFBSSxlQUFlLENBQXlCLEVBQUUsQ0FBQyxDQUFDO1FBYTFELFlBQVk7UUFFWixjQUFTLEdBQUcsSUFBSSxlQUFlLENBQWdDLEVBQUUsQ0FBQyxDQUFDO1FBTW5FLHFCQUFnQixHQUFHLElBQUksQ0FBQztRQU14QixlQUFVLEdBQUcsQ0FBQyxDQUFDO1FBSWYsZUFBVSxHQUFHLElBQUksT0FBTyxFQUFFLENBQUM7UUF4RXpCLE1BQU0sSUFBSSxHQUFHLElBQUksY0FBYyxFQUFFLENBQUM7UUFDbEMsTUFBTSxPQUFPLEdBQUcsSUFBSSxjQUFjLEVBQUUsQ0FBQztRQUNyQyxPQUFPLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQztRQUV4QixJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksZUFBZSxDQUFlO1lBQy9DLFFBQVEsRUFBRSxPQUFPO1lBQ2pCLGFBQWEsRUFBRSxFQUFFO1NBQ2xCLENBQUMsQ0FBQztRQUVILDhDQUE4QztRQUM5QyxzQ0FBc0M7UUFDdEMsdUNBQXVDO1FBRXZDLE9BQU87UUFFUCxJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDO2FBQzVDLFNBQVMsQ0FBQyxDQUFDLFFBQVEsRUFBRSxFQUFFO1lBQ3RCLFFBQVEsQ0FBQyxPQUFPLENBQUMsQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLEtBQUssQ0FBQyxhQUFhLEVBQUUsQ0FBQyxDQUFDO1FBQ3JELENBQUMsQ0FBQyxDQUFDO1FBRUwsSUFBSSxDQUFDLGtCQUFrQixHQUFHLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxNQUFNLENBQUMsRUFBRTtZQUN2RCxNQUFNLEtBQUssR0FBRyxTQUFTLENBQ3JCLE1BQU0sRUFBRSxJQUFJO1lBQ1osS0FBSztZQUNMLENBQUMsYUFBYSxFQUFFLGNBQWMsRUFBRSxjQUFjLEVBQUUsV0FBVyxFQUFFLGNBQWMsQ0FBQyxFQUM1RSxJQUFJLEVBQ0osSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDO1lBRWxCLGdDQUFnQztZQUVoQyxPQUFPLENBQUMsR0FBRyxDQUFDLFdBQVcsRUFBRSxFQUFFLE1BQU0sRUFBRSxNQUFNLEVBQUUsS0FBSyxDQUFDLE1BQU0sRUFBRSxDQUFDLENBQUM7WUFFM0QsT0FBTyxLQUFLLENBQUMsTUFBTSxDQUFDO1FBQ3RCLENBQUMsQ0FBQyxDQUFDLENBQUM7UUFFSixJQUFJLENBQUMsa0JBQWtCLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsT0FBTyxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBQ2xGLENBQUM7SUFNRCxJQUEyQyxNQUFNLENBQUMsS0FBc0M7UUFDdEYsSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLE9BQU8sRUFBRSxDQUFDLENBQUM7SUFDckMsQ0FBQztJQUlELElBQVcsTUFBTTtRQUNmLE9BQU8sSUFBSSxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUM7SUFDNUIsQ0FBQztJQUNELElBQW9CLE1BQU0sQ0FBQyxLQUFtQjtRQUM1QyxJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUMzQixDQUFDO0lBSUQsSUFBOEIsYUFBYSxDQUFDLEtBQTZDO1FBQ3ZGLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxPQUFPLEVBQUUsQ0FBQyxDQUFDO0lBQ3ZDLENBQUM7SUFjRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7UUFDM0IsSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxFQUFFLENBQUMsS0FBSyxDQUFDLGNBQWMsRUFBRSxDQUFDLENBQUM7SUFDaEUsQ0FBQzs4R0E5RVUsZUFBZTtrR0FBZixlQUFlLHdUQTRDVCxvQkFBb0IsMkhDL0R2QyxpcEJBZ0JBOztTREdhLGVBQWU7MkZBQWYsZUFBZTtrQkFMM0IsU0FBUzsrQkFDRSxTQUFTOzBFQWdEd0IsTUFBTTtzQkFBaEQsZUFBZTt1QkFBQyxvQkFBb0I7Z0JBU2pCLE1BQU07c0JBQXpCLEtBQUs7Z0JBTXdCLGFBQWE7c0JBQTFDLFlBQVk7dUJBQUMsVUFBVTtnQkFLeEIsZ0JBQWdCO3NCQURmLFdBQVc7dUJBQUMseUJBQXlCO2dCQU90QyxVQUFVO3NCQUpULFdBQVc7dUJBQUMsV0FBVzs7c0JBQ3ZCLFdBQVc7dUJBQUMsWUFBWTs7c0JBQ3hCLFdBQVc7dUJBQUMsY0FBYzs7c0JBQzFCLFdBQVc7dUJBQUMsYUFBYSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgQ29udGVudENoaWxkcmVuLCBWaWV3Q2hpbGRyZW4sIElucHV0LCBPbkRlc3Ryb3ksIFF1ZXJ5TGlzdCwgSG9zdEJpbmRpbmcgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJlaGF2aW9yU3ViamVjdCwgY29tYmluZUxhdGVzdCwgY29tYmluZUxhdGVzdEFsbCwgbWFwLCBPYnNlcnZhYmxlLCBTdWJqZWN0LCB0YWtlVW50aWwgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IE92ZXJsYXkgfSBmcm9tICdAYW5ndWxhci9jZGsvb3ZlcmxheSc7XG5pbXBvcnQgeyBQYXJlbnRpZmllZCwgZGVlcENsb25lIH0gZnJvbSAnQG1pbnRwbGF5ZXIvcGFyZW50aWZ5JztcbmltcG9ydCB7IEJzRG9ja1BhbmVsQ29tcG9uZW50IH0gZnJvbSAnLi4vZG9jay1wYW5lbC9kb2NrLXBhbmVsLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBFUGFuZVR5cGUgfSBmcm9tICcuLi9lbnVtcy9wYW5lLXR5cGUuZW51bSc7XG5pbXBvcnQgeyBCc0RvY2tMYXlvdXQgfSBmcm9tICcuLi9pbnRlcmZhY2VzL2RvY2stbGF5b3V0JztcbmltcG9ydCB7IEJzVGFiR3JvdXBQYW5lIH0gZnJvbSAnLi4vcGFuZXMvdGFiLWdyb3VwLXBhbmUnO1xuaW1wb3J0IHsgQnNEb2N1bWVudEhvc3QgfSBmcm9tICcuLi9wYW5lcy9kb2N1bWVudC1ob3N0LXBhbmUnO1xuaW1wb3J0IHsgQnNDb250ZW50UGFuZSB9IGZyb20gJy4uL3BhbmVzL2NvbnRlbnQtcGFuZSc7XG5pbXBvcnQgeyBCc0Zsb2F0aW5nUGFuZSB9IGZyb20gJy4uL3BhbmVzL2Zsb2F0aW5nLXBhbmUnO1xuaW1wb3J0IHsgQnNTcGxpdFBhbmUgfSBmcm9tICcuLi9wYW5lcy9zcGxpdC1wYW5lJztcbmltcG9ydCB7IEJzRG9ja1BhbmVSZW5kZXJlckNvbXBvbmVudCB9IGZyb20gJy4uL2RvY2stcGFuZS1yZW5kZXJlci9kb2NrLXBhbmUtcmVuZGVyZXIuY29tcG9uZW50JztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYnMtZG9jaycsXG4gIHRlbXBsYXRlVXJsOiAnLi9kb2NrLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vZG9jay5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIEJzRG9ja0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uRGVzdHJveSB7XG4gIGNvbnN0cnVjdG9yKCkge1xuICAgIGNvbnN0IHRhYnMgPSBuZXcgQnNUYWJHcm91cFBhbmUoKTtcbiAgICBjb25zdCBkb2NIb3N0ID0gbmV3IEJzRG9jdW1lbnRIb3N0KCk7XG4gICAgZG9jSG9zdC5yb290UGFuZSA9IHRhYnM7XG5cbiAgICB0aGlzLmxheW91dCQgPSBuZXcgQmVoYXZpb3JTdWJqZWN0PEJzRG9ja0xheW91dD4oe1xuICAgICAgcm9vdFBhbmU6IGRvY0hvc3QsXG4gICAgICBmbG9hdGluZ1BhbmVzOiBbXVxuICAgIH0pO1xuXG4gICAgLy8gY29tYmluZUxhdGVzdChbdGhpcy5sYXlvdXQkLCB0aGlzLnBhbmVscyRdKVxuICAgIC8vICAgLnBpcGUodGFrZVVudGlsKHRoaXMuZGVzdHJveWVkJCkpXG4gICAgLy8gICAuc3Vic2NyaWJlKChbbGF5b3V0LCBwYW5lbHNdKSA9PiB7XG4gICAgICAgIFxuICAgIC8vICAgfSlcblxuICAgIHRoaXMuZmxvYXRpbmckLnBpcGUodGFrZVVudGlsKHRoaXMuZGVzdHJveWVkJCkpXG4gICAgICAuc3Vic2NyaWJlKChmbG9hdGluZykgPT4ge1xuICAgICAgICBmbG9hdGluZy5mb3JFYWNoKChwYW5lbCkgPT4gcGFuZWwubW92ZVRvT3ZlcmxheSgpKTtcbiAgICAgIH0pO1xuICAgICAgXG4gICAgdGhpcy5wYXJlbnRpZmllZExheW91dCQgPSB0aGlzLmxheW91dCQucGlwZShtYXAobGF5b3V0ID0+IHtcbiAgICAgIGNvbnN0IGNsb25lID0gZGVlcENsb25lKFxuICAgICAgICBsYXlvdXQsIHRydWUsXG4gICAgICAgIC8vIFtdXG4gICAgICAgIFtCc0NvbnRlbnRQYW5lLCBCc0RvY3VtZW50SG9zdCwgQnNGbG9hdGluZ1BhbmUsIEJzU3BsaXRQYW5lLCBCc1RhYkdyb3VwUGFuZV0sXG4gICAgICAgIHRydWUsXG4gICAgICAgIHRoaXMucGFuZUNhY2hlKTtcblxuICAgICAgLy8gdGhpcy5wYW5lQ2FjaGUgPSBjbG9uZS5jYWNoZTtcblxuICAgICAgY29uc29sZS5sb2coJ3BhcmVudGlmeScsIHsgbGF5b3V0LCByZXN1bHQ6IGNsb25lLnJlc3VsdCB9KTtcblxuICAgICAgcmV0dXJuIGNsb25lLnJlc3VsdDtcbiAgICB9KSk7XG5cbiAgICB0aGlzLnBhcmVudGlmaWVkTGF5b3V0JC5waXBlKHRha2VVbnRpbCh0aGlzLmRlc3Ryb3llZCQpKS5zdWJzY3JpYmUoY29uc29sZS5sb2cpO1xuICB9XG5cbiAgcHJpdmF0ZSBwYW5lQ2FjaGU/OiBNYXA8YW55LCBhbnk+O1xuXG4gIC8vI3JlZ2lvbiBQYW5lbHNcbiAgcGFuZWxzJCA9IG5ldyBCZWhhdmlvclN1YmplY3Q8QnNEb2NrUGFuZWxDb21wb25lbnRbXT4oW10pO1xuICBAQ29udGVudENoaWxkcmVuKEJzRG9ja1BhbmVsQ29tcG9uZW50KSBzZXQgcGFuZWxzKHZhbHVlOiBRdWVyeUxpc3Q8QnNEb2NrUGFuZWxDb21wb25lbnQ+KSB7XG4gICAgdGhpcy5wYW5lbHMkLm5leHQodmFsdWUudG9BcnJheSgpKTtcbiAgfVxuICAvLyNlbmRyZWdpb25cbiAgLy8jcmVnaW9uIExheW91dFxuICBsYXlvdXQkOiBCZWhhdmlvclN1YmplY3Q8QnNEb2NrTGF5b3V0PjtcbiAgcHVibGljIGdldCBsYXlvdXQoKSB7XG4gICAgcmV0dXJuIHRoaXMubGF5b3V0JC52YWx1ZTtcbiAgfVxuICBASW5wdXQoKSBwdWJsaWMgc2V0IGxheW91dCh2YWx1ZTogQnNEb2NrTGF5b3V0KSB7XG4gICAgdGhpcy5sYXlvdXQkLm5leHQodmFsdWUpO1xuICB9XG4gIC8vI2VuZHJlZ2lvblxuXG4gIGZsb2F0aW5nJCA9IG5ldyBCZWhhdmlvclN1YmplY3Q8QnNEb2NrUGFuZVJlbmRlcmVyQ29tcG9uZW50W10+KFtdKTtcbiAgQFZpZXdDaGlsZHJlbignZmxvYXRpbmcnKSBzZXQgZmxvYXRpbmdQYW5lcyh2YWx1ZTogUXVlcnlMaXN0PEJzRG9ja1BhbmVSZW5kZXJlckNvbXBvbmVudD4pIHtcbiAgICB0aGlzLmZsb2F0aW5nJC5uZXh0KHZhbHVlLnRvQXJyYXkoKSk7XG4gIH1cblxuICBASG9zdEJpbmRpbmcoJ2NsYXNzLnBvc2l0aW9uLWFic29sdXRlJylcbiAgcG9zaXRpb25BYnNvbHV0ZSA9IHRydWU7XG5cbiAgQEhvc3RCaW5kaW5nKCdzdHlsZS50b3AnKVxuICBASG9zdEJpbmRpbmcoJ3N0eWxlLmxlZnQnKVxuICBASG9zdEJpbmRpbmcoJ3N0eWxlLmJvdHRvbScpXG4gIEBIb3N0QmluZGluZygnc3R5bGUucmlnaHQnKVxuICBwb3NpdGlvblB4ID0gMDtcblxuICBwYXJlbnRpZmllZExheW91dCQ6IE9ic2VydmFibGU8UGFyZW50aWZpZWQ8QnNEb2NrTGF5b3V0Pj47XG5cbiAgZGVzdHJveWVkJCA9IG5ldyBTdWJqZWN0KCk7XG4gIG5nT25EZXN0cm95KCkge1xuICAgIHRoaXMuZGVzdHJveWVkJC5uZXh0KHRydWUpO1xuICAgIHRoaXMuZmxvYXRpbmckLnZhbHVlLmZvckVhY2gocGFuZWwgPT4gcGFuZWwuZGlzcG9zZU92ZXJsYXkoKSk7XG4gIH1cbn1cbiIsIjxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjxuZy1jb250YWluZXIgKm5nSWY9XCIobGF5b3V0JCB8IGFzeW5jKSBhcyBsYXlvdXRcIj5cbiAgICA8YnMtZG9jay1wYW5lLXJlbmRlcmVyIFtsYXlvdXRdPVwibGF5b3V0LnJvb3RQYW5lXCI+PC9icy1kb2NrLXBhbmUtcmVuZGVyZXI+XG5cbiAgICA8bmctY29udGFpbmVyICpuZ0Zvcj1cImxldCBwYW5lIG9mIGxheW91dC5mbG9hdGluZ1BhbmVzXCI+XG4gICAgICAgIDxicy1kb2NrLXBhbmUtcmVuZGVyZXIgI2Zsb2F0aW5nICpuZ0lmPVwicGFuZS5wYW5lXCIgW2xheW91dF09XCJwYW5lXCI+PC9icy1kb2NrLXBhbmUtcmVuZGVyZXI+XG4gICAgPC9uZy1jb250YWluZXI+XG48L25nLWNvbnRhaW5lcj5cbjwhLS0gPGJzLXNwbGl0dGVyPlxuICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgICA8bmctY29udGFpbmVyICpuZ0Zvcj1cImxldCBwYW5lbCBvZiAocGFuZWxzJCB8IGFzeW5jKVwiPlxuICAgICAgICA8YnMtc3BsaXQtcGFuZWw+XG4gICAgICAgICAgICA8bmctdGVtcGxhdGUgW2Nka1BvcnRhbE91dGxldF09XCJwYW5lbC5wb3J0YWxcIj48L25nLXRlbXBsYXRlPlxuICAgICAgICA8L2JzLXNwbGl0LXBhbmVsPlxuICAgIDwvbmctY29udGFpbmVyPlxuPC9icy1zcGxpdHRlcj4gLS0+XG4iXX0=
89
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9jay5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL2RvY2svc3JjL2RvY2svZG9jay5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL2RvY2svc3JjL2RvY2svZG9jay5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLGVBQWUsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFhLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDbkgsT0FBTyxFQUFFLGVBQWUsRUFBRSxHQUFHLEVBQWMsTUFBTSxNQUFNLENBQUM7QUFDeEQsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDaEUsT0FBTyxFQUFlLFNBQVMsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQy9ELE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLG9DQUFvQyxDQUFDO0FBRTFFLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUN6RCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sNkJBQTZCLENBQUM7QUFDN0QsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQ3RELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN4RCxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0scUJBQXFCLENBQUM7Ozs7QUFHbEQsTUFLYSxlQUFlO0lBQzFCO1FBbUNBLGdCQUFnQjtRQUNoQixZQUFPLEdBQUcsSUFBSSxlQUFlLENBQXlCLEVBQUUsQ0FBQyxDQUFDO1FBYTFELFlBQVk7UUFFWixjQUFTLEdBQUcsSUFBSSxlQUFlLENBQWdDLEVBQUUsQ0FBQyxDQUFDO1FBTW5FLHFC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b3J0IHsgQ29tcG9uZW50LCBDb250ZW50Q2hpbGRyZW4sIFZpZXdDaGlsZHJlbiwgSW5wdXQsIE9uRGVzdHJveSwgUXVlcnlMaXN0LCBIb3N0QmluZGluZyB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmVoYXZpb3JTdWJqZWN0LCBtYXAsIE9ic2VydmFibGUgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IHRha2VVbnRpbERlc3Ryb3llZCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUvcnhqcy1pbnRlcm9wJztcbmltcG9ydCB7IFBhcmVudGlmaWVkLCBkZWVwQ2xvbmUgfSBmcm9tICdAbWludHBsYXllci9wYXJlbnRpZnknO1xuaW1wb3J0IHsgQnNEb2NrUGFuZWxDb21wb25lbnQgfSBmcm9tICcuLi9kb2NrLXBhbmVsL2RvY2stcGFuZWwuY29tcG9uZW50JztcbmltcG9ydCB7IEJzRG9ja0xheW91dCB9IGZyb20gJy4uL2ludGVyZmFjZXMvZG9jay1sYXlvdXQnO1xuaW1wb3J0IHsgQnNUYWJHcm91cFBhbmUgfSBmcm9tICcuLi9wYW5lcy90YWItZ3JvdXAtcGFuZSc7XG5pbXBvcnQgeyBCc0RvY3VtZW50SG9zdCB9IGZyb20gJy4uL3BhbmVzL2RvY3VtZW50LWhvc3QtcGFuZSc7XG5pbXBvcnQgeyBCc0NvbnRlbnRQYW5lIH0gZnJvbSAnLi4vcGFuZXMvY29udGVudC1wYW5lJztcbmltcG9ydCB7IEJzRmxvYXRpbmdQYW5lIH0gZnJvbSAnLi4vcGFuZXMvZmxvYXRpbmctcGFuZSc7XG5pbXBvcnQgeyBCc1NwbGl0UGFuZSB9IGZyb20gJy4uL3BhbmVzL3NwbGl0LXBhbmUnO1xuaW1wb3J0IHsgQnNEb2NrUGFuZVJlbmRlcmVyQ29tcG9uZW50IH0gZnJvbSAnLi4vZG9jay1wYW5lLXJlbmRlcmVyL2RvY2stcGFuZS1yZW5kZXJlci5jb21wb25lbnQnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdicy1kb2NrJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2RvY2suY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9kb2NrLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgQnNEb2NrQ29tcG9uZW50IGltcGxlbWVudHMgT25EZXN0cm95IHtcbiAgY29uc3RydWN0b3IoKSB7XG4gICAgY29uc3QgdGFicyA9IG5ldyBCc1RhYkdyb3VwUGFuZSgpO1xuICAgIGNvbnN0IGRvY0hvc3QgPSBuZXcgQnNEb2N1bWVudEhvc3QoKTtcbiAgICBkb2NIb3N0LnJvb3RQYW5lID0gdGFicztcblxuICAgIHRoaXMubGF5b3V0JCA9IG5ldyBCZWhhdmlvclN1YmplY3Q8QnNEb2NrTGF5b3V0Pih7XG4gICAgICByb290UGFuZTogZG9jSG9zdCxcbiAgICAgIGZsb2F0aW5nUGFuZXM6IFtdXG4gICAgfSk7XG5cbiAgICB0aGlzLmZsb2F0aW5nJC5waXBlKHRha2VVbnRpbERlc3Ryb3llZCgpKVxuICAgICAgLnN1YnNjcmliZSgoZmxvYXRpbmcpID0+IHtcbiAgICAgICAgZmxvYXRpbmcuZm9yRWFjaCgocGFuZWwpID0+IHBhbmVsLm1vdmVUb092ZXJsYXkoKSk7XG4gICAgICB9KTtcbiAgICAgIFxuICAgIHRoaXMucGFyZW50aWZpZWRMYXlvdXQkID0gdGhpcy5sYXlvdXQkLnBpcGUobWFwKGxheW91dCA9PiB7XG4gICAgICBjb25zdCBjbG9uZSA9IGRlZXBDbG9uZShcbiAgICAgICAgbGF5b3V0LCB0cnVlLFxuICAgICAgICAvLyBbXVxuICAgICAgICBbQnNDb250ZW50UGFuZSwgQnNEb2N1bWVudEhvc3QsIEJzRmxvYXRpbmdQYW5lLCBCc1NwbGl0UGFuZSwgQnNUYWJHcm91cFBhbmVdLFxuICAgICAgICB0cnVlLFxuICAgICAgICB0aGlzLnBhbmVDYWNoZSk7XG5cbiAgICAgIC8vIHRoaXMucGFuZUNhY2hlID0gY2xvbmUuY2FjaGU7XG5cbiAgICAgIGNvbnNvbGUubG9nKCdwYXJlbnRpZnknLCB7IGxheW91dCwgcmVzdWx0OiBjbG9uZS5yZXN1bHQgfSk7XG5cbiAgICAgIHJldHVybiBjbG9uZS5yZXN1bHQ7XG4gICAgfSkpO1xuXG4gICAgdGhpcy5wYXJlbnRpZmllZExheW91dCQucGlwZSh0YWtlVW50aWxEZXN0cm95ZWQoKSkuc3Vic2NyaWJlKGNvbnNvbGUubG9nKTtcbiAgfVxuXG4gIHByaXZhdGUgcGFuZUNhY2hlPzogTWFwPGFueSwgYW55PjtcblxuICAvLyNyZWdpb24gUGFuZWxzXG4gIHBhbmVscyQgPSBuZXcgQmVoYXZpb3JTdWJqZWN0PEJzRG9ja1BhbmVsQ29tcG9uZW50W10+KFtdKTtcbiAgQENvbnRlbnRDaGlsZHJlbihCc0RvY2tQYW5lbENvbXBvbmVudCkgc2V0IHBhbmVscyh2YWx1ZTogUXVlcnlMaXN0PEJzRG9ja1BhbmVsQ29tcG9uZW50Pikge1xuICAgIHRoaXMucGFuZWxzJC5uZXh0KHZhbHVlLnRvQXJyYXkoKSk7XG4gIH1cbiAgLy8jZW5kcmVnaW9uXG4gIC8vI3JlZ2lvbiBMYXlvdXRcbiAgbGF5b3V0JDogQmVoYXZpb3JTdWJqZWN0PEJzRG9ja0xheW91dD47XG4gIHB1YmxpYyBnZXQgbGF5b3V0KCkge1xuICAgIHJldHVybiB0aGlzLmxheW91dCQudmFsdWU7XG4gIH1cbiAgQElucHV0KCkgcHVibGljIHNldCBsYXlvdXQodmFsdWU6IEJzRG9ja0xheW91dCkge1xuICAgIHRoaXMubGF5b3V0JC5uZXh0KHZhbHVlKTtcbiAgfVxuICAvLyNlbmRyZWdpb25cblxuICBmbG9hdGluZyQgPSBuZXcgQmVoYXZpb3JTdWJqZWN0PEJzRG9ja1BhbmVSZW5kZXJlckNvbXBvbmVudFtdPihbXSk7XG4gIEBWaWV3Q2hpbGRyZW4oJ2Zsb2F0aW5nJykgc2V0IGZsb2F0aW5nUGFuZXModmFsdWU6IFF1ZXJ5TGlzdDxCc0RvY2tQYW5lUmVuZGVyZXJDb21wb25lbnQ+KSB7XG4gICAgdGhpcy5mbG9hdGluZyQubmV4dCh2YWx1ZS50b0FycmF5KCkpO1xuICB9XG5cbiAgQEhvc3RCaW5kaW5nKCdjbGFzcy5wb3NpdGlvbi1hYnNvbHV0ZScpXG4gIHBvc2l0aW9uQWJzb2x1dGUgPSB0cnVlO1xuXG4gIEBIb3N0QmluZGluZygnc3R5bGUudG9wJylcbiAgQEhvc3RCaW5kaW5nKCdzdHlsZS5sZWZ0JylcbiAgQEhvc3RCaW5kaW5nKCdzdHlsZS5ib3R0b20nKVxuICBASG9zdEJpbmRpbmcoJ3N0eWxlLnJpZ2h0JylcbiAgcG9zaXRpb25QeCA9IDA7XG5cbiAgcGFyZW50aWZpZWRMYXlvdXQkOiBPYnNlcnZhYmxlPFBhcmVudGlmaWVkPEJzRG9ja0xheW91dD4+O1xuXG4gIG5nT25EZXN0cm95KCkge1xuICAgIHRoaXMuZmxvYXRpbmckLnZhbHVlLmZvckVhY2gocGFuZWwgPT4gcGFuZWwuZGlzcG9zZU92ZXJsYXkoKSk7XG4gIH1cbn1cbiIsIjxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjxuZy1jb250YWluZXIgKm5nSWY9XCIobGF5b3V0JCB8IGFzeW5jKSBhcyBsYXlvdXRcIj5cbiAgICA8YnMtZG9jay1wYW5lLXJlbmRlcmVyIFtsYXlvdXRdPVwibGF5b3V0LnJvb3RQYW5lXCI+PC9icy1kb2NrLXBhbmUtcmVuZGVyZXI+XG5cbiAgICA8bmctY29udGFpbmVyICpuZ0Zvcj1cImxldCBwYW5lIG9mIGxheW91dC5mbG9hdGluZ1BhbmVzXCI+XG4gICAgICAgIDxicy1kb2NrLXBhbmUtcmVuZGVyZXIgI2Zsb2F0aW5nICpuZ0lmPVwicGFuZS5wYW5lXCIgW2xheW91dF09XCJwYW5lXCI+PC9icy1kb2NrLXBhbmUtcmVuZGVyZXI+XG4gICAgPC9uZy1jb250YWluZXI+XG48L25nLWNvbnRhaW5lcj5cbjwhLS0gPGJzLXNwbGl0dGVyPlxuICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgICA8bmctY29udGFpbmVyICpuZ0Zvcj1cImxldCBwYW5lbCBvZiAocGFuZWxzJCB8IGFzeW5jKVwiPlxuICAgICAgICA8YnMtc3BsaXQtcGFuZWw+XG4gICAgICAgICAgICA8bmctdGVtcGxhdGUgW2Nka1BvcnRhbE91dGxldF09XCJwYW5lbC5wb3J0YWxcIj48L25nLXRlbXBsYXRlPlxuICAgICAgICA8L2JzLXNwbGl0LXBhbmVsPlxuICAgIDwvbmctY29udGFpbmVyPlxuPC9icy1zcGxpdHRlcj4gLS0+XG4iXX0=
@@ -48,11 +48,11 @@ class BsDockPaneRendererComponent {
48
48
  this.overlayRef = undefined;
49
49
  }
50
50
  }
51
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsDockPaneRendererComponent, deps: [{ token: i1.Overlay }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
52
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: BsDockPaneRendererComponent, selector: "bs-dock-pane-renderer", inputs: { layout: "layout" }, ngImport: i0, template: "<!-- <ng-content></ng-content> -->\n<ng-container [bsInstanceof]=\"layout$ | async\">\n <div *bsInstanceofCase=\"BsDocumentHostType; let documentHost\" data-hello>\n <bs-dock-pane-renderer [layout]=\"documentHost\"></bs-dock-pane-renderer>\n </div>\n <bs-tab-control *bsInstanceofCase=\"BsTabGroupType; let tabGroup\" [allowDragDrop]=\"false\" class=\"d-flex flex-column h-100 dock-tabs\">\n <bs-tab-page *ngFor=\"let tab of tabGroup.panes\">\n <ng-container *bsTabPageHeader>\n <ng-template [cdkPortalOutlet]=\"tab.dockPanel.headerPortal\"></ng-template>\n </ng-container>\n <bs-dock-pane-renderer [layout]=\"tab\"></bs-dock-pane-renderer>\n </bs-tab-page>\n </bs-tab-control>\n <bs-splitter *bsInstanceofCase=\"BsSplitterType; let splitter\" [orientation]=\"splitter.orientation\">\n <bs-split-panel *ngFor=\"let panel of splitter.panes\">\n <bs-dock-pane-renderer [layout]=\"panel\"></bs-dock-pane-renderer>\n </bs-split-panel>\n </bs-splitter>\n <ng-container *bsInstanceofCase=\"BsContentPaneType; let content\">\n <ng-template [cdkPortalOutlet]=\"content.dockPanel.contentPortal\"></ng-template>\n </ng-container>\n <ng-container *bsInstanceofCase=\"BsFloatingPaneType; let floating\">\n <bs-resizable *ngIf=\"floating.pane\" [positioning]=\"'absolute'\" [presetPosition]=\"{ left: floating.location?.x ?? 0, top: floating.location?.y ?? 0, width: floating.size?.width ?? 200, height: floating.size?.height ?? 100 }\">\n <bs-dock-pane-renderer [layout]=\"floating.pane\"></bs-dock-pane-renderer>\n </bs-resizable>\n </ng-container>\n <div *bsInstanceofDefault>\n No match\n </div>\n</ng-container>", styles: [".dock-tabs{background:#F3F3F3}:host ::ng-deep .tab-page-content{background:#FFF;min-height:100%}\n"], dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }, { kind: "directive", type: i4.BsInstanceOfDirective, selector: "[bsInstanceof]", inputs: ["bsInstanceof"] }, { kind: "directive", type: i4.BsInstanceofCaseDirective, selector: "[bsInstanceofCase]", inputs: ["bsInstanceofCase"] }, { kind: "directive", type: i4.BsInstanceOfDefaultDirective, selector: "[bsInstanceofDefault]" }, { kind: "component", type: i5.BsSplitterComponent, selector: "bs-splitter", inputs: ["orientation"] }, { kind: "component", type: i5.BsSplitPanelComponent, selector: "bs-split-panel" }, { kind: "component", type: i6.BsTabControlComponent, selector: "bs-tab-control", inputs: ["border", "restrictDragging", "selectFirstTab", "tabsPosition", "allowDragDrop"] }, { kind: "component", type: i6.BsTabPageComponent, selector: "bs-tab-page", inputs: ["disabled"] }, { kind: "directive", type: i6.BsTabPageHeaderDirective, selector: "[bsTabPageHeader]" }, { kind: "component", type: i7.BsResizableComponent, selector: "bs-resizable", inputs: ["positioning", "presetPosition"] }, { kind: "component", type: BsDockPaneRendererComponent, selector: "bs-dock-pane-renderer", inputs: ["layout"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }] }); }
51
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsDockPaneRendererComponent, deps: [{ token: i1.Overlay }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
52
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.1", type: BsDockPaneRendererComponent, selector: "bs-dock-pane-renderer", inputs: { layout: "layout" }, ngImport: i0, template: "<!-- <ng-content></ng-content> -->\n<ng-container [bsInstanceof]=\"layout$ | async\">\n <div *bsInstanceofCase=\"BsDocumentHostType; let documentHost\" data-hello>\n <bs-dock-pane-renderer [layout]=\"documentHost\"></bs-dock-pane-renderer>\n </div>\n <bs-tab-control *bsInstanceofCase=\"BsTabGroupType; let tabGroup\" [allowDragDrop]=\"false\" class=\"d-flex flex-column h-100 dock-tabs\">\n <bs-tab-page *ngFor=\"let tab of tabGroup.panes\">\n <ng-container *bsTabPageHeader>\n <ng-template [cdkPortalOutlet]=\"tab.dockPanel.headerPortal\"></ng-template>\n </ng-container>\n <bs-dock-pane-renderer [layout]=\"tab\"></bs-dock-pane-renderer>\n </bs-tab-page>\n </bs-tab-control>\n <bs-splitter *bsInstanceofCase=\"BsSplitterType; let splitter\" [orientation]=\"splitter.orientation\">\n <bs-split-panel *ngFor=\"let panel of splitter.panes\">\n <bs-dock-pane-renderer [layout]=\"panel\"></bs-dock-pane-renderer>\n </bs-split-panel>\n </bs-splitter>\n <ng-container *bsInstanceofCase=\"BsContentPaneType; let content\">\n <ng-template [cdkPortalOutlet]=\"content.dockPanel.contentPortal\"></ng-template>\n </ng-container>\n <ng-container *bsInstanceofCase=\"BsFloatingPaneType; let floating\">\n <bs-resizable *ngIf=\"floating.pane\" [positioning]=\"'absolute'\" [presetPosition]=\"{ left: floating.location?.x ?? 0, top: floating.location?.y ?? 0, width: floating.size?.width ?? 200, height: floating.size?.height ?? 100 }\">\n <bs-dock-pane-renderer [layout]=\"floating.pane\"></bs-dock-pane-renderer>\n </bs-resizable>\n </ng-container>\n <div *bsInstanceofDefault>\n No match\n </div>\n</ng-container>", styles: [".dock-tabs{background:#F3F3F3}:host ::ng-deep .tab-page-content{background:#FFF;min-height:100%}\n"], dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }, { kind: "directive", type: i4.BsInstanceOfDirective, selector: "[bsInstanceof]", inputs: ["bsInstanceof"] }, { kind: "directive", type: i4.BsInstanceofCaseDirective, selector: "[bsInstanceofCase]", inputs: ["bsInstanceofCase"] }, { kind: "directive", type: i4.BsInstanceOfDefaultDirective, selector: "[bsInstanceofDefault]" }, { kind: "component", type: i5.BsSplitterComponent, selector: "bs-splitter", inputs: ["orientation"] }, { kind: "component", type: i5.BsSplitPanelComponent, selector: "bs-split-panel" }, { kind: "component", type: i6.BsTabControlComponent, selector: "bs-tab-control", inputs: ["border", "restrictDragging", "selectFirstTab", "tabsPosition", "allowDragDrop"] }, { kind: "component", type: i6.BsTabPageComponent, selector: "bs-tab-page", inputs: ["disabled"] }, { kind: "directive", type: i6.BsTabPageHeaderDirective, selector: "[bsTabPageHeader]" }, { kind: "component", type: i7.BsResizableComponent, selector: "bs-resizable", inputs: ["positioning", "presetPosition"] }, { kind: "component", type: BsDockPaneRendererComponent, selector: "bs-dock-pane-renderer", inputs: ["layout"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }] }); }
53
53
  }
54
54
  export { BsDockPaneRendererComponent };
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsDockPaneRendererComponent, decorators: [{
55
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsDockPaneRendererComponent, decorators: [{
56
56
  type: Component,
57
57
  args: [{ selector: 'bs-dock-pane-renderer', template: "<!-- <ng-content></ng-content> -->\n<ng-container [bsInstanceof]=\"layout$ | async\">\n <div *bsInstanceofCase=\"BsDocumentHostType; let documentHost\" data-hello>\n <bs-dock-pane-renderer [layout]=\"documentHost\"></bs-dock-pane-renderer>\n </div>\n <bs-tab-control *bsInstanceofCase=\"BsTabGroupType; let tabGroup\" [allowDragDrop]=\"false\" class=\"d-flex flex-column h-100 dock-tabs\">\n <bs-tab-page *ngFor=\"let tab of tabGroup.panes\">\n <ng-container *bsTabPageHeader>\n <ng-template [cdkPortalOutlet]=\"tab.dockPanel.headerPortal\"></ng-template>\n </ng-container>\n <bs-dock-pane-renderer [layout]=\"tab\"></bs-dock-pane-renderer>\n </bs-tab-page>\n </bs-tab-control>\n <bs-splitter *bsInstanceofCase=\"BsSplitterType; let splitter\" [orientation]=\"splitter.orientation\">\n <bs-split-panel *ngFor=\"let panel of splitter.panes\">\n <bs-dock-pane-renderer [layout]=\"panel\"></bs-dock-pane-renderer>\n </bs-split-panel>\n </bs-splitter>\n <ng-container *bsInstanceofCase=\"BsContentPaneType; let content\">\n <ng-template [cdkPortalOutlet]=\"content.dockPanel.contentPortal\"></ng-template>\n </ng-container>\n <ng-container *bsInstanceofCase=\"BsFloatingPaneType; let floating\">\n <bs-resizable *ngIf=\"floating.pane\" [positioning]=\"'absolute'\" [presetPosition]=\"{ left: floating.location?.x ?? 0, top: floating.location?.y ?? 0, width: floating.size?.width ?? 200, height: floating.size?.height ?? 100 }\">\n <bs-dock-pane-renderer [layout]=\"floating.pane\"></bs-dock-pane-renderer>\n </bs-resizable>\n </ng-container>\n <div *bsInstanceofDefault>\n No match\n </div>\n</ng-container>", styles: [".dock-tabs{background:#F3F3F3}:host ::ng-deep .tab-page-content{background:#FFF;min-height:100%}\n"] }]
58
58
  }], ctorParameters: function () { return [{ type: i1.Overlay }, { type: i0.ElementRef }]; }, propDecorators: { layout: [{
@@ -9,11 +9,11 @@ class BsDockPanelComponent {
9
9
  this.headerPortal = new DomPortal(this.headerElement.nativeElement);
10
10
  this.contentPortal = new DomPortal(this.contentElement.nativeElement);
11
11
  }
12
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsDockPanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
13
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: BsDockPanelComponent, selector: "bs-dock-panel", inputs: { panelId: "panelId" }, viewQueries: [{ propertyName: "headerElement", first: true, predicate: ["headerElement"], descendants: true }, { propertyName: "contentElement", first: true, predicate: ["contentElement"], descendants: true }], ngImport: i0, template: "<!-- <bs-split-panel> -->\n<div #headerElement class=\"dock-header\">\n <ng-content select=\"bs-dock-panel-header\"></ng-content>\n</div>\n<div #contentElement>\n <ng-content></ng-content>\n</div>\n<!-- </bs-split-panel> -->", styles: [".dock-header{padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);margin:calc(-1 * var(--bs-nav-link-padding-y)) calc(-1 * var(--bs-nav-link-padding-x))}\n"] }); }
12
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsDockPanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
13
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.1", type: BsDockPanelComponent, selector: "bs-dock-panel", inputs: { panelId: "panelId" }, viewQueries: [{ propertyName: "headerElement", first: true, predicate: ["headerElement"], descendants: true }, { propertyName: "contentElement", first: true, predicate: ["contentElement"], descendants: true }], ngImport: i0, template: "<!-- <bs-split-panel> -->\n<div #headerElement class=\"dock-header\">\n <ng-content select=\"bs-dock-panel-header\"></ng-content>\n</div>\n<div #contentElement>\n <ng-content></ng-content>\n</div>\n<!-- </bs-split-panel> -->", styles: [".dock-header{padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);margin:calc(-1 * var(--bs-nav-link-padding-y)) calc(-1 * var(--bs-nav-link-padding-x))}\n"] }); }
14
14
  }
15
15
  export { BsDockPanelComponent };
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsDockPanelComponent, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsDockPanelComponent, decorators: [{
17
17
  type: Component,
18
18
  args: [{ selector: 'bs-dock-panel', template: "<!-- <bs-split-panel> -->\n<div #headerElement class=\"dock-header\">\n <ng-content select=\"bs-dock-panel-header\"></ng-content>\n</div>\n<div #contentElement>\n <ng-content></ng-content>\n</div>\n<!-- </bs-split-panel> -->", styles: [".dock-header{padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);margin:calc(-1 * var(--bs-nav-link-padding-y)) calc(-1 * var(--bs-nav-link-padding-x))}\n"] }]
19
19
  }], propDecorators: { headerElement: [{
@@ -255,11 +255,11 @@ class BsDockPanelHeaderComponent {
255
255
  this.isDragging = false;
256
256
  this.dragOperation = undefined;
257
257
  }
258
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsDockPanelHeaderComponent, deps: [{ token: i1.BsDockPanelComponent }, { token: i2.BsDockComponent }, { token: i3.BsDockService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
259
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: BsDockPanelHeaderComponent, selector: "bs-dock-panel-header", host: { listeners: { "mousedown": "onMouseDown($event)", "document:mousemove": "onMouseMove($event)", "document:mouseup": "onMouseUp($event)" }, properties: { "class.d-block": "this.dBlock" } }, ngImport: i0, template: "<ng-content></ng-content>", styles: [":host{padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);margin:calc(-1 * var(--bs-nav-link-padding-y)) calc(-1 * var(--bs-nav-link-padding-x))}\n"] }); }
258
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsDockPanelHeaderComponent, deps: [{ token: i1.BsDockPanelComponent }, { token: i2.BsDockComponent }, { token: i3.BsDockService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
259
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.1", type: BsDockPanelHeaderComponent, selector: "bs-dock-panel-header", host: { listeners: { "mousedown": "onMouseDown($event)", "document:mousemove": "onMouseMove($event)", "document:mouseup": "onMouseUp($event)" }, properties: { "class.d-block": "this.dBlock" } }, ngImport: i0, template: "<ng-content></ng-content>", styles: [":host{padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);margin:calc(-1 * var(--bs-nav-link-padding-y)) calc(-1 * var(--bs-nav-link-padding-x))}\n"] }); }
260
260
  }
261
261
  export { BsDockPanelHeaderComponent };
262
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsDockPanelHeaderComponent, decorators: [{
262
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsDockPanelHeaderComponent, decorators: [{
263
263
  type: Component,
264
264
  args: [{ selector: 'bs-dock-panel-header', template: "<ng-content></ng-content>", styles: [":host{padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);margin:calc(-1 * var(--bs-nav-link-padding-y)) calc(-1 * var(--bs-nav-link-padding-x))}\n"] }]
265
265
  }], ctorParameters: function () { return [{ type: i1.BsDockPanelComponent }, { type: i2.BsDockComponent }, { type: i3.BsDockService }, { type: i0.ElementRef }]; }, propDecorators: { onMouseDown: [{
@@ -12,8 +12,8 @@ import { BsDockPanelHeaderComponent } from './dock-panel-header/dock-panel-heade
12
12
  import { BsDockPaneRendererComponent } from './dock-pane-renderer/dock-pane-renderer.component';
13
13
  import * as i0 from "@angular/core";
14
14
  class BsDockModule {
15
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsDockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
16
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: BsDockModule, declarations: [BsDockComponent,
15
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsDockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
16
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.1", ngImport: i0, type: BsDockModule, declarations: [BsDockComponent,
17
17
  BsDockPanelComponent,
18
18
  BsDockPanelHeaderComponent,
19
19
  BsDockPaneRendererComponent], imports: [CommonModule,
@@ -26,7 +26,7 @@ class BsDockModule {
26
26
  BsDockPanelComponent,
27
27
  BsDockPanelHeaderComponent,
28
28
  BsDockPaneRendererComponent] }); }
29
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsDockModule, imports: [CommonModule,
29
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsDockModule, imports: [CommonModule,
30
30
  PortalModule,
31
31
  BsCardModule,
32
32
  BsInstanceOfModule,
@@ -35,7 +35,7 @@ class BsDockModule {
35
35
  BsResizableModule] }); }
36
36
  }
37
37
  export { BsDockModule };
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsDockModule, decorators: [{
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsDockModule, decorators: [{
39
39
  type: NgModule,
40
40
  args: [{
41
41
  declarations: [
@@ -44,11 +44,11 @@ class BsDockService {
44
44
  return [];
45
45
  }
46
46
  }
47
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsDockService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
48
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsDockService, providedIn: 'root' }); }
47
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsDockService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
48
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsDockService, providedIn: 'root' }); }
49
49
  }
50
50
  export { BsDockService };
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsDockService, decorators: [{
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsDockService, decorators: [{
52
52
  type: Injectable,
53
53
  args: [{
54
54
  providedIn: 'root'
@@ -32,11 +32,11 @@ class BsDropdownDirective {
32
32
  this.isOpen = false;
33
33
  }
34
34
  }
35
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsDropdownDirective, deps: [{ token: i0.ElementRef }, { token: BS_DEVELOPMENT }], target: i0.ɵɵFactoryTarget.Directive }); }
36
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: BsDropdownDirective, selector: "[bsDropdown]", inputs: { hasBackdrop: "hasBackdrop", sameWidth: "sameWidth", closeOnClickOutside: "closeOnClickOutside", sameDropdownWidth: "sameDropdownWidth", isOpen: "isOpen" }, outputs: { isOpenChange: "isOpenChange" }, host: { listeners: { "window:blur": "onBlur()" } }, queries: [{ propertyName: "menu", first: true, predicate: BsDropdownMenuDirective, descendants: true }, { propertyName: "toggle", first: true, predicate: BsDropdownToggleDirective, descendants: true }], ngImport: i0 }); }
35
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsDropdownDirective, deps: [{ token: i0.ElementRef }, { token: BS_DEVELOPMENT }], target: i0.ɵɵFactoryTarget.Directive }); }
36
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.1", type: BsDropdownDirective, selector: "[bsDropdown]", inputs: { hasBackdrop: "hasBackdrop", sameWidth: "sameWidth", closeOnClickOutside: "closeOnClickOutside", sameDropdownWidth: "sameDropdownWidth", isOpen: "isOpen" }, outputs: { isOpenChange: "isOpenChange" }, host: { listeners: { "window:blur": "onBlur()" } }, queries: [{ propertyName: "menu", first: true, predicate: BsDropdownMenuDirective, descendants: true }, { propertyName: "toggle", first: true, predicate: BsDropdownToggleDirective, descendants: true }], ngImport: i0 }); }
37
37
  }
38
38
  export { BsDropdownDirective };
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsDropdownDirective, decorators: [{
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsDropdownDirective, decorators: [{
40
40
  type: Directive,
41
41
  args: [{
42
42
  selector: '[bsDropdown]'