@mintplayer/ng-bootstrap 16.0.0 → 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 (342) 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 +4 -4
  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/navigation-lock/src/guard/navigation-lock.guard.d.ts +2 -2
  325. package/offcanvas/src/components/offcanvas/offcanvas.component.d.ts +3 -5
  326. package/offcanvas/src/components/offcanvas-host/offcanvas-host.component.d.ts +4 -4
  327. package/offcanvas/src/directives/offcanvas-push/offcanvas-push.directive.d.ts +2 -4
  328. package/package.json +3 -3
  329. package/pagination/src/component/pagination/pagination.component.d.ts +2 -5
  330. package/placeholder/src/placeholder-field/placeholder-field.directive.d.ts +1 -5
  331. package/popover/src/directives/popover/popover.directive.d.ts +2 -3
  332. package/progress-bar/src/progress-bar/progress-bar.component.d.ts +2 -5
  333. package/range/src/value-accessor/range-value-accessor.d.ts +2 -5
  334. package/rating/src/component/rating.component.d.ts +3 -5
  335. package/resizable/src/resizable/resizable.component.d.ts +3 -5
  336. package/scheduler/src/components/resource-group-presenter/resource-group-presenter.component.d.ts +2 -5
  337. package/scheduler/src/components/scheduler/scheduler.component.d.ts +3 -5
  338. package/scrollspy/src/component/scrollspy.component.d.ts +2 -4
  339. package/tab-control/src/tab-control/tab-control.component.d.ts +3 -5
  340. package/toggle-button/src/value-accessor/toggle-button-value-accessor.d.ts +2 -5
  341. package/treeview/src/treeview/treeview.component.d.ts +3 -5
  342. package/typeahead/src/typeahead.component.d.ts +1 -2
@@ -4,11 +4,11 @@ class BsColFormLabelDirective {
4
4
  constructor() {
5
5
  this.colFormLabelClass = true;
6
6
  }
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsColFormLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
8
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: BsColFormLabelDirective, selector: "[bsColFormLabel]", host: { properties: { "class.col-form-label": "this.colFormLabelClass" } }, ngImport: i0 }); }
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsColFormLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
8
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.1", type: BsColFormLabelDirective, selector: "[bsColFormLabel]", host: { properties: { "class.col-form-label": "this.colFormLabelClass" } }, ngImport: i0 }); }
9
9
  }
10
10
  export { BsColFormLabelDirective };
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsColFormLabelDirective, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsColFormLabelDirective, decorators: [{
12
12
  type: Directive,
13
13
  args: [{
14
14
  selector: '[bsColFormLabel]'
@@ -1,10 +1,10 @@
1
- import { Directive, HostBinding, Input } from '@angular/core';
2
- import { BehaviorSubject, map, Subject, takeUntil } from 'rxjs';
1
+ import { Directive, HostBinding, Input, DestroyRef } from '@angular/core';
2
+ import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
3
+ import { BehaviorSubject, map } from 'rxjs';
3
4
  import * as i0 from "@angular/core";
4
5
  class BsGridColumnDirective {
5
- constructor() {
6
+ constructor(destroy) {
6
7
  this.customColClasses$ = new BehaviorSubject(undefined);
7
- this.destroyed$ = new Subject();
8
8
  this.classList = null;
9
9
  this.customColClasses$
10
10
  .pipe(map((data) => {
@@ -28,7 +28,7 @@ class BsGridColumnDirective {
28
28
  .join(' ');
29
29
  }
30
30
  }))
31
- .pipe(takeUntil(this.destroyed$))
31
+ .pipe(takeUntilDestroyed(destroy))
32
32
  .subscribe((classList) => {
33
33
  this.classList = classList;
34
34
  });
@@ -36,22 +36,19 @@ class BsGridColumnDirective {
36
36
  set bsColumn(value) {
37
37
  this.customColClasses$.next(value);
38
38
  }
39
- ngOnDestroy() {
40
- this.destroyed$.next(true);
41
- }
42
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsGridColumnDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
43
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: BsGridColumnDirective, selector: "[bsColumn]", inputs: { bsColumn: "bsColumn" }, host: { properties: { "class": "this.classList" } }, ngImport: i0 }); }
39
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsGridColumnDirective, deps: [{ token: i0.DestroyRef }], target: i0.ɵɵFactoryTarget.Directive }); }
40
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.1", type: BsGridColumnDirective, selector: "[bsColumn]", inputs: { bsColumn: "bsColumn" }, host: { properties: { "class": "this.classList" } }, ngImport: i0 }); }
44
41
  }
45
42
  export { BsGridColumnDirective };
46
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsGridColumnDirective, decorators: [{
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsGridColumnDirective, decorators: [{
47
44
  type: Directive,
48
45
  args: [{
49
46
  selector: '[bsColumn]'
50
47
  }]
51
- }], ctorParameters: function () { return []; }, propDecorators: { classList: [{
48
+ }], ctorParameters: function () { return [{ type: i0.DestroyRef }]; }, propDecorators: { classList: [{
52
49
  type: HostBinding,
53
50
  args: ['class']
54
51
  }], bsColumn: [{
55
52
  type: Input
56
53
  }] } });
57
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sdW1uLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvZ3JpZC9zcmMvZGlyZWN0aXZlcy9jb2x1bW4vY29sdW1uLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxLQUFLLEVBQXVCLE1BQU0sZUFBZSxDQUFDO0FBQ25GLE9BQU8sRUFBRSxlQUFlLEVBQUUsR0FBRyxFQUFjLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxNQUFNLENBQUM7O0FBRzVFLE1BR2EscUJBQXFCO0lBQ2hDO1FBMkJRLHNCQUFpQixHQUFHLElBQUksZUFBZSxDQUFzQyxTQUFTLENBQUMsQ0FBQztRQUN4RixlQUFVLEdBQUcsSUFBSSxPQUFPLEVBQUUsQ0FBQztRQUNiLGNBQVMsR0FBa0IsSUFBSSxDQUFBO1FBNUJuRCxJQUFJLENBQUMsaUJBQWlCO2FBQ25CLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQyxJQUFJLEVBQUUsRUFBRTtZQUNqQixJQUFJLENBQUMsSUFBSSxFQUFFO2dCQUNULE9BQU8sS0FBSyxDQUFDO2FBQ2Q7aUJBQU07Z0JBQ0wsT0FBTyxNQUFNLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQztxQkFDckIsR0FBRyxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUMsQ0FBQztvQkFDWCxHQUFHO29CQUNILEtBQUssRUFBUSxJQUFLLENBQUMsR0FBRyxDQUFDO2lCQUN4QixDQUFDLENBQUM7cUJBQ0YsR0FBRyxDQUFDLENBQUMsQ0FBQyxFQUFFO29CQUNQLElBQUksQ0FBQyxDQUFDLEdBQUcsS0FBSyxHQUFHLEVBQUU7d0JBQ2pCLE9BQU8sT0FBTyxDQUFDLENBQUMsS0FBSyxFQUFFLENBQUM7cUJBQ3pCO3lCQUFNO3dCQUNMLE9BQU8sT0FBTyxDQUFDLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxLQUFLLEVBQUUsQ0FBQztxQkFDbEM7Z0JBQ0gsQ0FBQyxDQUFDO3FCQUNELElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQzthQUNkO1FBQ0gsQ0FBQyxDQUFDLENBQUM7YUFDRixJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQzthQUNoQyxTQUFTLENBQUMsQ0FBQyxTQUFTLEVBQUUsRUFBRTtZQUN2QixJQUFJLENBQUMsU0FBUyxHQUFHLFNBQVMsQ0FBQztRQUM3QixDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7SUFNRCxJQUFvQixRQUFRLENBQUMsS0FBMEM7UUFDckUsSUFBSSxDQUFDLGlCQUFpQixDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNyQyxDQUFDO0lBRUQsV0FBVztRQUNULElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzdCLENBQUM7OEdBdENVLHFCQUFxQjtrR0FBckIscUJBQXFCOztTQUFyQixxQkFBcUI7MkZBQXJCLHFCQUFxQjtrQkFIakMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsWUFBWTtpQkFDdkI7MEVBK0J1QixTQUFTO3NCQUE5QixXQUFXO3VCQUFDLE9BQU87Z0JBRUEsUUFBUTtzQkFBM0IsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgSG9zdEJpbmRpbmcsIElucHV0LCBPbkRlc3Ryb3ksIE9wdGlvbmFsIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCZWhhdmlvclN1YmplY3QsIG1hcCwgT2JzZXJ2YWJsZSwgU3ViamVjdCwgdGFrZVVudGlsIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBCc0NvbHVtbkRlZmluaXRpb24gfSBmcm9tICcuLi8uLi9pbnRlcmZhY2VzL2NvbHVtbi1kZWZpbml0aW9uJztcblxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnW2JzQ29sdW1uXSdcbn0pXG5leHBvcnQgY2xhc3MgQnNHcmlkQ29sdW1uRGlyZWN0aXZlIGltcGxlbWVudHMgT25EZXN0cm95IHtcbiAgY29uc3RydWN0b3IoKSB7XG4gICAgdGhpcy5jdXN0b21Db2xDbGFzc2VzJFxuICAgICAgLnBpcGUobWFwKChkYXRhKSA9PiB7XG4gICAgICAgIGlmICghZGF0YSkge1xuICAgICAgICAgIHJldHVybiAnY29sJztcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICByZXR1cm4gT2JqZWN0LmtleXMoZGF0YSlcbiAgICAgICAgICAgIC5tYXAoa2V5ID0+ICh7XG4gICAgICAgICAgICAgIGtleSxcbiAgICAgICAgICAgICAgdmFsdWU6ICg8YW55PmRhdGEpW2tleV1cbiAgICAgICAgICAgIH0pKVxuICAgICAgICAgICAgLm1hcCh2ID0+IHtcbiAgICAgICAgICAgICAgaWYgKHYua2V5ID09PSAnXycpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gYGNvbC0ke3YudmFsdWV9YDtcbiAgICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gYGNvbC0ke3Yua2V5fS0ke3YudmFsdWV9YDtcbiAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSlcbiAgICAgICAgICAgIC5qb2luKCcgJyk7XG4gICAgICAgIH1cbiAgICAgIH0pKVxuICAgICAgLnBpcGUodGFrZVVudGlsKHRoaXMuZGVzdHJveWVkJCkpXG4gICAgICAuc3Vic2NyaWJlKChjbGFzc0xpc3QpID0+IHtcbiAgICAgICAgdGhpcy5jbGFzc0xpc3QgPSBjbGFzc0xpc3Q7XG4gICAgICB9KTtcbiAgfVxuXG4gIHByaXZhdGUgY3VzdG9tQ29sQ2xhc3NlcyQgPSBuZXcgQmVoYXZpb3JTdWJqZWN0PEJzQ29sdW1uRGVmaW5pdGlvbiB8ICcnIHwgdW5kZWZpbmVkPih1bmRlZmluZWQpO1xuICBwcml2YXRlIGRlc3Ryb3llZCQgPSBuZXcgU3ViamVjdCgpO1xuICBASG9zdEJpbmRpbmcoJ2NsYXNzJykgY2xhc3NMaXN0OiBzdHJpbmcgfCBudWxsID0gbnVsbFxuXG4gIEBJbnB1dCgpIHB1YmxpYyBzZXQgYnNDb2x1bW4odmFsdWU6IEJzQ29sdW1uRGVmaW5pdGlvbiB8ICcnIHwgdW5kZWZpbmVkKSB7XG4gICAgdGhpcy5jdXN0b21Db2xDbGFzc2VzJC5uZXh0KHZhbHVlKTtcbiAgfVxuXG4gIG5nT25EZXN0cm95KCkge1xuICAgIHRoaXMuZGVzdHJveWVkJC5uZXh0KHRydWUpO1xuICB9XG5cblxufVxuIl19
54
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sdW1uLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvZ3JpZC9zcmMvZGlyZWN0aXZlcy9jb2x1bW4vY29sdW1uLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxLQUFLLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFFLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ2hFLE9BQU8sRUFBRSxlQUFlLEVBQUUsR0FBRyxFQUFFLE1BQU0sTUFBTSxDQUFDOztBQUc1QyxNQUdhLHFCQUFxQjtJQUNoQyxZQUFZLE9BQW1CO1FBMkJ2QixzQkFBaUIsR0FBRyxJQUFJLGVBQWUsQ0FBc0MsU0FBUyxDQUFDLENBQUM7UUFDMUUsY0FBUyxHQUFrQixJQUFJLENBQUE7UUEzQm5ELElBQUksQ0FBQyxpQkFBaUI7YUFDbkIsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDLElBQUksRUFBRSxFQUFFO1lBQ2pCLElBQUksQ0FBQyxJQUFJLEVBQUU7Z0JBQ1QsT0FBTyxLQUFLLENBQUM7YUFDZDtpQkFBTTtnQkFDTCxPQUFPLE1BQU0sQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDO3FCQUNyQixHQUFHLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FBQyxDQUFDO29CQUNYLEdBQUc7b0JBQ0gsS0FBSyxFQUFRLElBQUssQ0FBQyxHQUFHLENBQUM7aUJBQ3hCLENBQUMsQ0FBQztxQkFDRixHQUFHLENBQUMsQ0FBQyxDQUFDLEVBQUU7b0JBQ1AsSUFBSSxDQUFDLENBQUMsR0FBRyxLQUFLLEdBQUcsRUFBRTt3QkFDakIsT0FBTyxPQUFPLENBQUMsQ0FBQyxLQUFLLEVBQUUsQ0FBQztxQkFDekI7eUJBQU07d0JBQ0wsT0FBTyxPQUFPLENBQUMsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLEtBQUssRUFBRSxDQUFDO3FCQUNsQztnQkFDSCxDQUFDLENBQUM7cUJBQ0QsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDO2FBQ2Q7UUFDSCxDQUFDLENBQUMsQ0FBQzthQUNGLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxPQUFPLENBQUMsQ0FBQzthQUNqQyxTQUFTLENBQUMsQ0FBQyxTQUFTLEVBQUUsRUFBRTtZQUN2QixJQUFJLENBQUMsU0FBUyxHQUFHLFNBQVMsQ0FBQztRQUM3QixDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7SUFLRCxJQUFvQixRQUFRLENBQUMsS0FBMEM7UUFDckUsSUFBSSxDQUFDLGlCQUFpQixDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNyQyxDQUFDOzhHQWpDVSxxQkFBcUI7a0dBQXJCLHFCQUFxQjs7U0FBckIscUJBQXFCOzJGQUFyQixxQkFBcUI7a0JBSGpDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLFlBQVk7aUJBQ3ZCO2lHQThCdUIsU0FBUztzQkFBOUIsV0FBVzt1QkFBQyxPQUFPO2dCQUVBLFFBQVE7c0JBQTNCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIEhvc3RCaW5kaW5nLCBJbnB1dCwgRGVzdHJveVJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgdGFrZVVudGlsRGVzdHJveWVkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZS9yeGpzLWludGVyb3AnO1xuaW1wb3J0IHsgQmVoYXZpb3JTdWJqZWN0LCBtYXAgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IEJzQ29sdW1uRGVmaW5pdGlvbiB9IGZyb20gJy4uLy4uL2ludGVyZmFjZXMvY29sdW1uLWRlZmluaXRpb24nO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbYnNDb2x1bW5dJ1xufSlcbmV4cG9ydCBjbGFzcyBCc0dyaWRDb2x1bW5EaXJlY3RpdmUge1xuICBjb25zdHJ1Y3RvcihkZXN0cm95OiBEZXN0cm95UmVmKSB7XG4gICAgdGhpcy5jdXN0b21Db2xDbGFzc2VzJFxuICAgICAgLnBpcGUobWFwKChkYXRhKSA9PiB7XG4gICAgICAgIGlmICghZGF0YSkge1xuICAgICAgICAgIHJldHVybiAnY29sJztcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICByZXR1cm4gT2JqZWN0LmtleXMoZGF0YSlcbiAgICAgICAgICAgIC5tYXAoa2V5ID0+ICh7XG4gICAgICAgICAgICAgIGtleSxcbiAgICAgICAgICAgICAgdmFsdWU6ICg8YW55PmRhdGEpW2tleV1cbiAgICAgICAgICAgIH0pKVxuICAgICAgICAgICAgLm1hcCh2ID0+IHtcbiAgICAgICAgICAgICAgaWYgKHYua2V5ID09PSAnXycpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gYGNvbC0ke3YudmFsdWV9YDtcbiAgICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gYGNvbC0ke3Yua2V5fS0ke3YudmFsdWV9YDtcbiAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSlcbiAgICAgICAgICAgIC5qb2luKCcgJyk7XG4gICAgICAgIH1cbiAgICAgIH0pKVxuICAgICAgLnBpcGUodGFrZVVudGlsRGVzdHJveWVkKGRlc3Ryb3kpKVxuICAgICAgLnN1YnNjcmliZSgoY2xhc3NMaXN0KSA9PiB7XG4gICAgICAgIHRoaXMuY2xhc3NMaXN0ID0gY2xhc3NMaXN0O1xuICAgICAgfSk7XG4gIH1cblxuICBwcml2YXRlIGN1c3RvbUNvbENsYXNzZXMkID0gbmV3IEJlaGF2aW9yU3ViamVjdDxCc0NvbHVtbkRlZmluaXRpb24gfCAnJyB8IHVuZGVmaW5lZD4odW5kZWZpbmVkKTtcbiAgQEhvc3RCaW5kaW5nKCdjbGFzcycpIGNsYXNzTGlzdDogc3RyaW5nIHwgbnVsbCA9IG51bGxcblxuICBASW5wdXQoKSBwdWJsaWMgc2V0IGJzQ29sdW1uKHZhbHVlOiBCc0NvbHVtbkRlZmluaXRpb24gfCAnJyB8IHVuZGVmaW5lZCkge1xuICAgIHRoaXMuY3VzdG9tQ29sQ2xhc3NlcyQubmV4dCh2YWx1ZSk7XG4gIH1cbn1cbiJdfQ==
@@ -4,11 +4,11 @@ class BsGridRowDirective {
4
4
  constructor() {
5
5
  this.rowClass = true;
6
6
  }
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsGridRowDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
8
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: BsGridRowDirective, selector: "[bsRow]", host: { properties: { "class.row": "this.rowClass" } }, ngImport: i0 }); }
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsGridRowDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
8
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.1", type: BsGridRowDirective, selector: "[bsRow]", host: { properties: { "class.row": "this.rowClass" } }, ngImport: i0 }); }
9
9
  }
10
10
  export { BsGridRowDirective };
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsGridRowDirective, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsGridRowDirective, decorators: [{
12
12
  type: Directive,
13
13
  args: [{
14
14
  selector: '[bsRow]'
@@ -6,12 +6,12 @@ import { BsGridColumnDirective } from './directives/column/column.directive';
6
6
  import { BsColFormLabelDirective } from './directives/col-form-label/col-form-label.directive';
7
7
  import * as i0 from "@angular/core";
8
8
  class BsGridModule {
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsGridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: BsGridModule, declarations: [BsGridComponent, BsGridRowDirective, BsGridColumnDirective, BsColFormLabelDirective], imports: [CommonModule], exports: [BsGridComponent, BsGridRowDirective, BsGridColumnDirective, BsColFormLabelDirective] }); }
11
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsGridModule, imports: [CommonModule] }); }
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsGridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.1", ngImport: i0, type: BsGridModule, declarations: [BsGridComponent, BsGridRowDirective, BsGridColumnDirective, BsColFormLabelDirective], imports: [CommonModule], exports: [BsGridComponent, BsGridRowDirective, BsGridColumnDirective, BsColFormLabelDirective] }); }
11
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsGridModule, imports: [CommonModule] }); }
12
12
  }
13
13
  export { BsGridModule };
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsGridModule, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsGridModule, decorators: [{
15
15
  type: NgModule,
16
16
  args: [{
17
17
  declarations: [BsGridComponent, BsGridRowDirective, BsGridColumnDirective, BsColFormLabelDirective],
@@ -1,11 +1,11 @@
1
1
  import { Component } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  class BsHasOverlayComponent {
4
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsHasOverlayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: BsHasOverlayComponent, selector: "bs-has-overlay", ngImport: i0, template: "", styles: ["::ng-deep .cdk-overlay-container,::ng-deep .cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}::ng-deep .cdk-overlay-container{position:fixed;z-index:1000}::ng-deep .cdk-overlay-container:empty{display:none}::ng-deep .cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}::ng-deep .cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}::ng-deep .cdk-overlay-backdrop{position:absolute;inset:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}::ng-deep .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}::ng-deep .cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}::ng-deep .cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}::ng-deep .cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}::ng-deep .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}::ng-deep .cdk-overlay-backdrop-noop-animation{transition:none}::ng-deep .cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}::ng-deep .cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}\n"] }); }
4
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsHasOverlayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.1", type: BsHasOverlayComponent, selector: "bs-has-overlay", ngImport: i0, template: "", styles: ["::ng-deep .cdk-overlay-container,::ng-deep .cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}::ng-deep .cdk-overlay-container{position:fixed;z-index:1000}::ng-deep .cdk-overlay-container:empty{display:none}::ng-deep .cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}::ng-deep .cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}::ng-deep .cdk-overlay-backdrop{position:absolute;inset:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}::ng-deep .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}::ng-deep .cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}::ng-deep .cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}::ng-deep .cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}::ng-deep .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}::ng-deep .cdk-overlay-backdrop-noop-animation{transition:none}::ng-deep .cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}::ng-deep .cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}\n"] }); }
6
6
  }
7
7
  export { BsHasOverlayComponent };
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsHasOverlayComponent, decorators: [{
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsHasOverlayComponent, decorators: [{
9
9
  type: Component,
10
10
  args: [{ selector: 'bs-has-overlay', template: "", styles: ["::ng-deep .cdk-overlay-container,::ng-deep .cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}::ng-deep .cdk-overlay-container{position:fixed;z-index:1000}::ng-deep .cdk-overlay-container:empty{display:none}::ng-deep .cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}::ng-deep .cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}::ng-deep .cdk-overlay-backdrop{position:absolute;inset:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}::ng-deep .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}::ng-deep .cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}::ng-deep .cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}::ng-deep .cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}::ng-deep .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}::ng-deep .cdk-overlay-backdrop-noop-animation{transition:none}::ng-deep .cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}::ng-deep .cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}\n"] }]
11
11
  }] });
@@ -3,12 +3,12 @@ import { CommonModule } from '@angular/common';
3
3
  import { BsHasOverlayComponent } from './has-overlay.component';
4
4
  import * as i0 from "@angular/core";
5
5
  class BsHasOverlayModule {
6
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsHasOverlayModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: BsHasOverlayModule, declarations: [BsHasOverlayComponent], imports: [CommonModule], exports: [BsHasOverlayComponent] }); }
8
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsHasOverlayModule, imports: [CommonModule] }); }
6
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsHasOverlayModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.1", ngImport: i0, type: BsHasOverlayModule, declarations: [BsHasOverlayComponent], imports: [CommonModule], exports: [BsHasOverlayComponent] }); }
8
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsHasOverlayModule, imports: [CommonModule] }); }
9
9
  }
10
10
  export { BsHasOverlayModule };
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: BsHasOverlayModule, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: BsHasOverlayModule, decorators: [{
12
12
  type: NgModule,
13
13
  args: [{
14
14
  declarations: [BsHasOverlayComponent],