@mintplayer/ng-bootstrap 18.1.0 → 18.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (299) hide show
  1. package/esm2022/accordion/src/accordion/accordion.component.mjs +3 -3
  2. package/esm2022/accordion/src/accordion-tab/accordion-tab.component.mjs +3 -3
  3. package/esm2022/accordion/src/accordion-tab-header/accordion-tab-header.component.mjs +3 -3
  4. package/esm2022/accordion/src/accordion.module.mjs +4 -4
  5. package/esm2022/alert/src/alert/alert.component.mjs +3 -3
  6. package/esm2022/alert/src/alert-close/alert-close.component.mjs +3 -3
  7. package/esm2022/alert/src/alert.module.mjs +4 -4
  8. package/esm2022/badge/src/badge.component.mjs +3 -3
  9. package/esm2022/breadcrumb/src/breadcrumb/breadcrumb.component.mjs +3 -3
  10. package/esm2022/breadcrumb/src/breadcrumb-item/breadcrumb-item.component.mjs +3 -3
  11. package/esm2022/breadcrumb/src/breadcrumb.module.mjs +4 -4
  12. package/esm2022/button-group/src/button-group/button-group.component.mjs +3 -3
  13. package/esm2022/button-type/src/button-type/button-type.directive.mjs +3 -3
  14. package/esm2022/calendar/src/calendar.component.mjs +3 -3
  15. package/esm2022/calendar-month/src/pipes/month-name/month-name.pipe.mjs +3 -3
  16. package/esm2022/calendar-month/src/pipes/weekday-name/weekday-name.pipe.mjs +3 -3
  17. package/esm2022/calendar-month/src/service/calendar-month.service.mjs +3 -3
  18. package/esm2022/card/src/card/card.component.mjs +3 -3
  19. package/esm2022/card/src/card-header/card-header.component.mjs +3 -3
  20. package/esm2022/card/src/card.module.mjs +4 -4
  21. package/esm2022/carousel/src/carousel/carousel.component.mjs +3 -3
  22. package/esm2022/carousel/src/carousel-image/carousel-image.directive.mjs +3 -3
  23. package/esm2022/carousel/src/carousel-img/carousel-img.directive.mjs +3 -3
  24. package/esm2022/carousel/src/carousel.module.mjs +4 -4
  25. package/esm2022/close/src/close.component.mjs +3 -3
  26. package/esm2022/code-snippet/src/code-snippet.component.mjs +3 -3
  27. package/esm2022/color-picker/color-picker.module.mjs +4 -4
  28. package/esm2022/color-picker/components/alpha-strip/alpha-strip.component.mjs +3 -3
  29. package/esm2022/color-picker/components/color-picker/color-picker.component.mjs +3 -3
  30. package/esm2022/color-picker/components/color-wheel/color-wheel.component.mjs +3 -3
  31. package/esm2022/color-picker/components/luminosity-strip/luminosity-strip.component.mjs +3 -3
  32. package/esm2022/color-picker/components/slider/slider.component.mjs +9 -9
  33. package/esm2022/color-picker/directives/color-picker-value-accessor/color-picker-value-accessor.directive.mjs +3 -3
  34. package/esm2022/container/src/container/container.component.mjs +3 -3
  35. package/esm2022/context-menu/src/context-menu.directive.mjs +3 -3
  36. package/esm2022/context-menu/src/context-menu.module.mjs +4 -4
  37. package/esm2022/copy/src/copy.directive.mjs +3 -3
  38. package/esm2022/datatable/src/datatable/datatable.component.mjs +3 -3
  39. package/esm2022/datatable/src/datatable-column/datatable-column.directive.mjs +3 -3
  40. package/esm2022/datatable/src/datatable.module.mjs +4 -4
  41. package/esm2022/datatable/src/row-template/row-template.directive.mjs +3 -3
  42. package/esm2022/datepicker/src/datepicker.component.mjs +3 -3
  43. package/esm2022/dock/src/dock/dock.component.mjs +3 -3
  44. package/esm2022/dock/src/dock-pane-renderer/dock-pane-renderer.component.mjs +3 -3
  45. package/esm2022/dock/src/dock-panel/dock-panel.component.mjs +3 -3
  46. package/esm2022/dock/src/dock-panel-header/dock-panel-header.component.mjs +3 -3
  47. package/esm2022/dock/src/dock.module.mjs +4 -4
  48. package/esm2022/dock/src/services/dock/dock.service.mjs +3 -3
  49. package/esm2022/dropdown/src/dropdown/dropdown.directive.mjs +3 -3
  50. package/esm2022/dropdown/src/dropdown-menu/dropdown-menu.directive.mjs +3 -3
  51. package/esm2022/dropdown/src/dropdown-toggle/dropdown-toggle.directive.mjs +3 -3
  52. package/esm2022/dropdown/src/dropdown.module.mjs +4 -4
  53. package/esm2022/dropdown-divider/src/dropdown-divider.directive.mjs +3 -3
  54. package/esm2022/dropdown-menu/src/dropdown-item/dropdown-item.component.mjs +3 -3
  55. package/esm2022/dropdown-menu/src/dropdown-menu/dropdown-menu.component.mjs +3 -3
  56. package/esm2022/dropdown-menu/src/dropdown-menu.module.mjs +4 -4
  57. package/esm2022/enhanced-paste/src/directive/enhanced-paste.directive.mjs +3 -3
  58. package/esm2022/enum/src/service/enum.service.mjs +3 -3
  59. package/esm2022/file-upload/src/component/file-upload.component.mjs +3 -3
  60. package/esm2022/file-upload/src/directive/file-upload-template.directive.mjs +3 -3
  61. package/esm2022/file-upload/src/file-upload.module.mjs +4 -4
  62. package/esm2022/file-upload/src/pipes/format-bytes/format-bytes.pipe.mjs +3 -3
  63. package/esm2022/floating-labels/src/floating-label/floating-label.component.mjs +3 -3
  64. package/esm2022/font-color/src/font-color.pipe.mjs +3 -3
  65. package/esm2022/for/src/for.directive.mjs +3 -3
  66. package/esm2022/form/src/form/form.component.mjs +3 -3
  67. package/esm2022/form/src/form-control/form-control.directive.mjs +3 -3
  68. package/esm2022/form/src/form-group/form-group.directive.mjs +3 -3
  69. package/esm2022/form/src/form.module.mjs +4 -4
  70. package/esm2022/grid/src/component/grid.component.mjs +3 -3
  71. package/esm2022/grid/src/directives/col-form-label/col-form-label.directive.mjs +3 -3
  72. package/esm2022/grid/src/directives/column/column.directive.mjs +6 -6
  73. package/esm2022/grid/src/directives/row/row.directive.mjs +3 -3
  74. package/esm2022/grid/src/grid.module.mjs +4 -4
  75. package/esm2022/has-overlay/src/has-overlay/has-overlay.component.mjs +3 -3
  76. package/esm2022/has-property/src/has-property.pipe.mjs +3 -3
  77. package/esm2022/in-list/src/in-list.pipe.mjs +3 -3
  78. package/esm2022/input-group/src/input-group/input-group.component.mjs +3 -3
  79. package/esm2022/instance-of/src/directives/instanceof-case.directive.mjs +3 -3
  80. package/esm2022/instance-of/src/directives/instanceof-default.directive.mjs +3 -3
  81. package/esm2022/instance-of/src/directives/instanceof.directive.mjs +3 -3
  82. package/esm2022/instance-of/src/instance-of.module.mjs +4 -4
  83. package/esm2022/instance-of/src/pipes/instance-of.pipe.mjs +3 -3
  84. package/esm2022/let/directive/let.directive.mjs +3 -3
  85. package/esm2022/linify/src/linify.pipe.mjs +3 -3
  86. package/esm2022/list-group/src/list-group/list-group.component.mjs +3 -3
  87. package/esm2022/list-group/src/list-group-item/list-group-item.component.mjs +3 -3
  88. package/esm2022/list-group/src/list-group.module.mjs +4 -4
  89. package/esm2022/markdown/src/bold/bold.pipe.mjs +3 -3
  90. package/esm2022/markdown/src/italic/italic.pipe.mjs +3 -3
  91. package/esm2022/markdown/src/strikethrough/strikethrough.pipe.mjs +3 -3
  92. package/esm2022/markdown/src/underline/underline.pipe.mjs +3 -3
  93. package/esm2022/marquee/src/marquee/marquee.component.mjs +3 -3
  94. package/esm2022/modal/src/components/modal/modal.component.mjs +3 -3
  95. package/esm2022/modal/src/components/modal-host/modal-host.component.mjs +3 -3
  96. package/esm2022/modal/src/directives/modal/modal.directive.mjs +3 -3
  97. package/esm2022/modal/src/directives/modal-body/modal-body.directive.mjs +3 -3
  98. package/esm2022/modal/src/directives/modal-close/modal-close.directive.mjs +3 -3
  99. package/esm2022/modal/src/directives/modal-footer/modal-footer.directive.mjs +3 -3
  100. package/esm2022/modal/src/directives/modal-header/modal-header.directive.mjs +3 -3
  101. package/esm2022/modal/src/modal.module.mjs +4 -4
  102. package/esm2022/multiselect/src/component/multiselect.component.mjs +3 -3
  103. package/esm2022/multiselect/src/directives/button-template/button-template.directive.mjs +3 -3
  104. package/esm2022/multiselect/src/directives/footer-template/footer-template.directive.mjs +3 -3
  105. package/esm2022/multiselect/src/directives/header-template/header-template.directive.mjs +3 -3
  106. package/esm2022/multiselect/src/multiselect.module.mjs +4 -4
  107. package/esm2022/navbar/src/dropdown-toggle/dropdown-toggle.directive.mjs +3 -3
  108. package/esm2022/navbar/src/expand-button/expand-button.directive.mjs +3 -3
  109. package/esm2022/navbar/src/nav-link/nav-link.directive.mjs +3 -3
  110. package/esm2022/navbar/src/navbar/navbar.component.mjs +3 -3
  111. package/esm2022/navbar/src/navbar-brand/navbar-brand.component.mjs +3 -3
  112. package/esm2022/navbar/src/navbar-content/navbar-content.directive.mjs +3 -3
  113. package/esm2022/navbar/src/navbar-dropdown/navbar-dropdown.component.mjs +3 -3
  114. package/esm2022/navbar/src/navbar-item/navbar-item.component.mjs +3 -3
  115. package/esm2022/navbar/src/navbar-nav/navbar-nav.component.mjs +3 -3
  116. package/esm2022/navbar/src/navbar.module.mjs +4 -4
  117. package/esm2022/navbar-toggler/src/navbar-toggler/navbar-toggler.component.mjs +3 -3
  118. package/esm2022/navigation-lock/src/directive/navigation-lock.directive.mjs +3 -3
  119. package/esm2022/navigation-lock/src/guard/navigation-lock.guard.mjs +3 -3
  120. package/esm2022/navigation-lock/src/navigation-lock.module.mjs +4 -4
  121. package/esm2022/no-noscript/src/no-noscript/no-noscript.directive.mjs +3 -3
  122. package/esm2022/offcanvas/src/components/offcanvas/offcanvas.component.mjs +3 -3
  123. package/esm2022/offcanvas/src/components/offcanvas-body/offcanvas-body.component.mjs +3 -3
  124. package/esm2022/offcanvas/src/components/offcanvas-header/offcanvas-header.component.mjs +3 -3
  125. package/esm2022/offcanvas/src/components/offcanvas-host/offcanvas-host.component.mjs +3 -3
  126. package/esm2022/offcanvas/src/directives/offcanvas-close/offcanvas-close.directive.mjs +3 -3
  127. package/esm2022/offcanvas/src/directives/offcanvas-content/offcanvas-content.directive.mjs +3 -3
  128. package/esm2022/offcanvas/src/directives/offcanvas-push/offcanvas-push.directive.mjs +3 -3
  129. package/esm2022/offcanvas/src/offcanvas.module.mjs +4 -4
  130. package/esm2022/ordinal-number/src/ordinal-number/ordinal-number.pipe.mjs +3 -3
  131. package/esm2022/pagination/src/component/pagination/pagination.component.mjs +3 -3
  132. package/esm2022/placeholder/src/placeholder/placeholder.component.mjs +4 -4
  133. package/esm2022/placeholder/src/placeholder-field/placeholder-field.directive.mjs +3 -3
  134. package/esm2022/placeholder/src/placeholder.module.mjs +4 -4
  135. package/esm2022/playlist-toggler/src/playlist-toggler/playlist-toggler.component.mjs +3 -3
  136. package/esm2022/popover/src/component/popover.component.mjs +3 -3
  137. package/esm2022/popover/src/directives/popover/popover.directive.mjs +3 -3
  138. package/esm2022/popover/src/directives/popover-body/popover-body.directive.mjs +3 -3
  139. package/esm2022/popover/src/directives/popover-header/popover-header.directive.mjs +3 -3
  140. package/esm2022/popover/src/popover.module.mjs +4 -4
  141. package/esm2022/progress-bar/src/progress/progress.component.mjs +3 -3
  142. package/esm2022/progress-bar/src/progress-bar/progress-bar.component.mjs +3 -3
  143. package/esm2022/progress-bar/src/progress-bar.module.mjs +4 -4
  144. package/esm2022/range/src/component/range.component.mjs +3 -3
  145. package/esm2022/range/src/range.module.mjs +4 -4
  146. package/esm2022/range/src/value-accessor/range-value-accessor.mjs +3 -3
  147. package/esm2022/rating/src/component/rating.component.mjs +3 -3
  148. package/esm2022/resizable/src/resizable/resizable.component.mjs +3 -3
  149. package/esm2022/resizable/src/resizable.module.mjs +4 -4
  150. package/esm2022/resizable/src/resize-glyph/resize-glyph.directive.mjs +3 -3
  151. package/esm2022/scheduler/src/components/resource-group-presenter/resource-group-presenter.component.mjs +3 -3
  152. package/esm2022/scheduler/src/components/scheduler/scheduler.component.mjs +3 -3
  153. package/esm2022/scheduler/src/pipes/bs-seconds-timespan.pipe/bs-seconds-timespan.pipe.mjs +3 -3
  154. package/esm2022/scheduler/src/pipes/bs-seconds-today-offset/bs-seconds-today-offset.pipe.mjs +3 -3
  155. package/esm2022/scheduler/src/pipes/date-offset/date-offset.pipe.mjs +3 -3
  156. package/esm2022/scheduler/src/pipes/day-of-week/day-of-week.pipe.mjs +3 -3
  157. package/esm2022/scheduler/src/scheduler.module.mjs +4 -4
  158. package/esm2022/scheduler/src/services/timeline/timeline.service.mjs +3 -3
  159. package/esm2022/scrollspy/src/component/scrollspy.component.mjs +3 -3
  160. package/esm2022/scrollspy/src/directives/scrollspy.directive.mjs +3 -3
  161. package/esm2022/scrollspy/src/scrollspy.module.mjs +4 -4
  162. package/esm2022/scrollspy/src/services/scroll-offset/scroll-offset.service.mjs +3 -3
  163. package/esm2022/searchbox/src/directives/enter-search-term.directive.mjs +3 -3
  164. package/esm2022/searchbox/src/directives/no-results.directive.mjs +3 -3
  165. package/esm2022/searchbox/src/directives/suggestion.directive.mjs +3 -3
  166. package/esm2022/searchbox/src/searchbox/searchbox.component.mjs +3 -3
  167. package/esm2022/searchbox/src/searchbox.module.mjs +4 -4
  168. package/esm2022/select/src/component/select.component.mjs +3 -3
  169. package/esm2022/select/src/select.module.mjs +4 -4
  170. package/esm2022/select/src/value-accessors/select-value-accessor.mjs +6 -6
  171. package/esm2022/select2/src/component/select2.component.mjs +3 -3
  172. package/esm2022/select2/src/directive/item-template/item-template.directive.mjs +3 -3
  173. package/esm2022/select2/src/directive/suggestion-template/suggestion-template.directive.mjs +3 -3
  174. package/esm2022/select2/src/select2.module.mjs +4 -4
  175. package/esm2022/shell/src/shell/shell.component.mjs +3 -3
  176. package/esm2022/shell/src/shell-sidebar/shell-sidebar.directive.mjs +3 -3
  177. package/esm2022/shell/src/shell.module.mjs +4 -4
  178. package/esm2022/signature-pad/src/component/signature-pad.component.mjs +3 -3
  179. package/esm2022/slugify/src/slugify.pipe.mjs +3 -3
  180. package/esm2022/spinner/src/spinner.component.mjs +3 -3
  181. package/esm2022/split-string/src/split-string.pipe.mjs +3 -3
  182. package/esm2022/splitter/src/element-at/element-at.pipe.mjs +3 -3
  183. package/esm2022/splitter/src/split-panel/split-panel.component.mjs +3 -3
  184. package/esm2022/splitter/src/splitter/splitter.component.mjs +3 -3
  185. package/esm2022/splitter/src/splitter.module.mjs +4 -4
  186. package/esm2022/sticky-footer/src/sticky-footer/sticky-footer.component.mjs +3 -3
  187. package/esm2022/sticky-footer/src/sticky-footer-parent/sticky-footer-parent.directive.mjs +3 -3
  188. package/esm2022/sticky-footer/src/sticky-footer.module.mjs +4 -4
  189. package/esm2022/tab-control/src/tab-control/tab-control.component.mjs +3 -3
  190. package/esm2022/tab-control/src/tab-control.module.mjs +4 -4
  191. package/esm2022/tab-control/src/tab-page/tab-page.component.mjs +3 -3
  192. package/esm2022/tab-control/src/tab-page-header/tab-page-header.directive.mjs +3 -3
  193. package/esm2022/table/src/component/table.component.mjs +3 -3
  194. package/esm2022/timepicker/src/timepicker.component.mjs +3 -3
  195. package/esm2022/toast/src/components/toast/toast.component.mjs +3 -3
  196. package/esm2022/toast/src/components/toast-body/toast-body.component.mjs +3 -3
  197. package/esm2022/toast/src/components/toast-container/toast-container.component.mjs +3 -3
  198. package/esm2022/toast/src/components/toast-header/toast-header.component.mjs +3 -3
  199. package/esm2022/toast/src/directives/toast-close/toast-close.directive.mjs +3 -3
  200. package/esm2022/toast/src/pipes/add-properties.pipe.mjs +3 -3
  201. package/esm2022/toast/src/services/toast/toast.service.mjs +3 -3
  202. package/esm2022/toast/src/toast.module.mjs +4 -4
  203. package/esm2022/toggle-button/src/component/toggle-button.component.mjs +3 -3
  204. package/esm2022/toggle-button/src/directives/toggle-button-group/toggle-button-group.directive.mjs +3 -3
  205. package/esm2022/toggle-button/src/toggle-button.module.mjs +4 -4
  206. package/esm2022/toggle-button/src/value-accessor/toggle-button-value-accessor.mjs +3 -3
  207. package/esm2022/tooltip/src/component/tooltip.component.mjs +3 -3
  208. package/esm2022/tooltip/src/directive/tooltip.directive.mjs +3 -3
  209. package/esm2022/tooltip/src/tooltip.module.mjs +4 -4
  210. package/esm2022/treeview/src/treeview/treeview.component.mjs +3 -3
  211. package/esm2022/treeview/src/treeview-item/treeview-item.component.mjs +3 -3
  212. package/esm2022/treeview/src/treeview.module.mjs +4 -4
  213. package/esm2022/trust-html/src/trust-html.pipe.mjs +3 -3
  214. package/esm2022/typeahead/src/typeahead.component.mjs +3 -3
  215. package/esm2022/uc-first/src/uc-first.pipe.mjs +3 -3
  216. package/esm2022/user-agent/src/directive/user-agent.directive.mjs +3 -3
  217. package/esm2022/word-count/src/word-count.pipe.mjs +3 -3
  218. package/fesm2022/mintplayer-ng-bootstrap-accordion.mjs +13 -13
  219. package/fesm2022/mintplayer-ng-bootstrap-alert.mjs +10 -10
  220. package/fesm2022/mintplayer-ng-bootstrap-badge.mjs +3 -3
  221. package/fesm2022/mintplayer-ng-bootstrap-breadcrumb.mjs +10 -10
  222. package/fesm2022/mintplayer-ng-bootstrap-button-group.mjs +3 -3
  223. package/fesm2022/mintplayer-ng-bootstrap-button-type.mjs +3 -3
  224. package/fesm2022/mintplayer-ng-bootstrap-calendar-month.mjs +9 -9
  225. package/fesm2022/mintplayer-ng-bootstrap-calendar.mjs +3 -3
  226. package/fesm2022/mintplayer-ng-bootstrap-card.mjs +10 -10
  227. package/fesm2022/mintplayer-ng-bootstrap-carousel.mjs +13 -13
  228. package/fesm2022/mintplayer-ng-bootstrap-close.mjs +3 -3
  229. package/fesm2022/mintplayer-ng-bootstrap-code-snippet.mjs +3 -3
  230. package/fesm2022/mintplayer-ng-bootstrap-color-picker.mjs +28 -28
  231. package/fesm2022/mintplayer-ng-bootstrap-container.mjs +3 -3
  232. package/fesm2022/mintplayer-ng-bootstrap-context-menu.mjs +7 -7
  233. package/fesm2022/mintplayer-ng-bootstrap-copy.mjs +3 -3
  234. package/fesm2022/mintplayer-ng-bootstrap-datatable.mjs +13 -13
  235. package/fesm2022/mintplayer-ng-bootstrap-datepicker.mjs +3 -3
  236. package/fesm2022/mintplayer-ng-bootstrap-dock.mjs +19 -19
  237. package/fesm2022/mintplayer-ng-bootstrap-dropdown-divider.mjs +3 -3
  238. package/fesm2022/mintplayer-ng-bootstrap-dropdown-menu.mjs +10 -10
  239. package/fesm2022/mintplayer-ng-bootstrap-dropdown.mjs +13 -13
  240. package/fesm2022/mintplayer-ng-bootstrap-enhanced-paste.mjs +3 -3
  241. package/fesm2022/mintplayer-ng-bootstrap-enum.mjs +3 -3
  242. package/fesm2022/mintplayer-ng-bootstrap-file-upload.mjs +13 -13
  243. package/fesm2022/mintplayer-ng-bootstrap-floating-labels.mjs +3 -3
  244. package/fesm2022/mintplayer-ng-bootstrap-font-color.mjs +3 -3
  245. package/fesm2022/mintplayer-ng-bootstrap-for.mjs +3 -3
  246. package/fesm2022/mintplayer-ng-bootstrap-form.mjs +13 -13
  247. package/fesm2022/mintplayer-ng-bootstrap-grid.mjs +19 -19
  248. package/fesm2022/mintplayer-ng-bootstrap-has-overlay.mjs +3 -3
  249. package/fesm2022/mintplayer-ng-bootstrap-has-property.mjs +3 -3
  250. package/fesm2022/mintplayer-ng-bootstrap-in-list.mjs +3 -3
  251. package/fesm2022/mintplayer-ng-bootstrap-input-group.mjs +3 -3
  252. package/fesm2022/mintplayer-ng-bootstrap-instance-of.mjs +16 -16
  253. package/fesm2022/mintplayer-ng-bootstrap-let.mjs +3 -3
  254. package/fesm2022/mintplayer-ng-bootstrap-linify.mjs +3 -3
  255. package/fesm2022/mintplayer-ng-bootstrap-list-group.mjs +10 -10
  256. package/fesm2022/mintplayer-ng-bootstrap-markdown.mjs +12 -12
  257. package/fesm2022/mintplayer-ng-bootstrap-marquee.mjs +3 -3
  258. package/fesm2022/mintplayer-ng-bootstrap-modal.mjs +25 -25
  259. package/fesm2022/mintplayer-ng-bootstrap-multiselect.mjs +16 -16
  260. package/fesm2022/mintplayer-ng-bootstrap-navbar-toggler.mjs +3 -3
  261. package/fesm2022/mintplayer-ng-bootstrap-navbar.mjs +31 -31
  262. package/fesm2022/mintplayer-ng-bootstrap-navigation-lock.mjs +10 -10
  263. package/fesm2022/mintplayer-ng-bootstrap-no-noscript.mjs +3 -3
  264. package/fesm2022/mintplayer-ng-bootstrap-offcanvas.mjs +25 -25
  265. package/fesm2022/mintplayer-ng-bootstrap-ordinal-number.mjs +3 -3
  266. package/fesm2022/mintplayer-ng-bootstrap-pagination.mjs +3 -3
  267. package/fesm2022/mintplayer-ng-bootstrap-placeholder.mjs +11 -11
  268. package/fesm2022/mintplayer-ng-bootstrap-placeholder.mjs.map +1 -1
  269. package/fesm2022/mintplayer-ng-bootstrap-playlist-toggler.mjs +3 -3
  270. package/fesm2022/mintplayer-ng-bootstrap-popover.mjs +16 -16
  271. package/fesm2022/mintplayer-ng-bootstrap-progress-bar.mjs +10 -10
  272. package/fesm2022/mintplayer-ng-bootstrap-range.mjs +10 -10
  273. package/fesm2022/mintplayer-ng-bootstrap-rating.mjs +3 -3
  274. package/fesm2022/mintplayer-ng-bootstrap-resizable.mjs +10 -10
  275. package/fesm2022/mintplayer-ng-bootstrap-scheduler.mjs +25 -25
  276. package/fesm2022/mintplayer-ng-bootstrap-scrollspy.mjs +13 -13
  277. package/fesm2022/mintplayer-ng-bootstrap-searchbox.mjs +16 -16
  278. package/fesm2022/mintplayer-ng-bootstrap-select.mjs +13 -13
  279. package/fesm2022/mintplayer-ng-bootstrap-select2.mjs +13 -13
  280. package/fesm2022/mintplayer-ng-bootstrap-shell.mjs +10 -10
  281. package/fesm2022/mintplayer-ng-bootstrap-signature-pad.mjs +3 -3
  282. package/fesm2022/mintplayer-ng-bootstrap-slugify.mjs +3 -3
  283. package/fesm2022/mintplayer-ng-bootstrap-spinner.mjs +3 -3
  284. package/fesm2022/mintplayer-ng-bootstrap-split-string.mjs +3 -3
  285. package/fesm2022/mintplayer-ng-bootstrap-splitter.mjs +13 -13
  286. package/fesm2022/mintplayer-ng-bootstrap-sticky-footer.mjs +10 -10
  287. package/fesm2022/mintplayer-ng-bootstrap-tab-control.mjs +13 -13
  288. package/fesm2022/mintplayer-ng-bootstrap-table.mjs +3 -3
  289. package/fesm2022/mintplayer-ng-bootstrap-timepicker.mjs +3 -3
  290. package/fesm2022/mintplayer-ng-bootstrap-toast.mjs +25 -25
  291. package/fesm2022/mintplayer-ng-bootstrap-toggle-button.mjs +13 -13
  292. package/fesm2022/mintplayer-ng-bootstrap-tooltip.mjs +10 -10
  293. package/fesm2022/mintplayer-ng-bootstrap-treeview.mjs +10 -10
  294. package/fesm2022/mintplayer-ng-bootstrap-trust-html.mjs +3 -3
  295. package/fesm2022/mintplayer-ng-bootstrap-typeahead.mjs +3 -3
  296. package/fesm2022/mintplayer-ng-bootstrap-uc-first.mjs +3 -3
  297. package/fesm2022/mintplayer-ng-bootstrap-user-agent.mjs +3 -3
  298. package/fesm2022/mintplayer-ng-bootstrap-word-count.mjs +3 -3
  299. package/package.json +1 -1
@@ -59,10 +59,10 @@ class BsTypeaheadComponent {
59
59
  focus() {
60
60
  this.textbox.nativeElement.focus();
61
61
  }
62
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: BsTypeaheadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
63
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0", type: BsTypeaheadComponent, isStandalone: true, selector: "bs-typeahead", inputs: { searchterm: "searchterm", isLoadingText: "isLoadingText", noSuggestionsText: "noSuggestionsText", suggestions: "suggestions" }, outputs: { provideSuggestions: "provideSuggestions", suggestionSelected: "suggestionSelected", searchtermChange: "searchtermChange", submitted: "submitted" }, viewQueries: [{ propertyName: "textbox", first: true, predicate: ["textbox"], descendants: true }], ngImport: i0, template: "<!-- <bs-dropdown [(isOpen)]=\"isOpen\" [hasBackdrop]=\"false\"></bs-dropdown> -->\n<bs-has-overlay></bs-has-overlay>\n<bs-form>\n <div bsDropdown [(isOpen)]=\"isOpen\" [hasBackdrop]=\"false\" [sameDropdownWidth]=\"true\">\n <input type=\"text\" #textbox [(ngModel)]=\"searchterm\" (ngModelChange)=\"onProvideSuggestions($event)\" (keyup.enter)=\"onSubmit()\" />\n <bs-dropdown-menu *bsDropdownMenu>\n @if (isLoading$ | async) {\n <bs-progress [height]=\"2\" [isIndeterminate]=\"true\"></bs-progress>\n <bs-dropdown-item [disabled]=\"true\">\n {{ isLoadingText }}\n </bs-dropdown-item>\n }\n @if ((isLoading$ | async) === false) {\n @if (showNoSuggestions$ | async) {\n <bs-dropdown-item [disabled]=\"true\">\n {{ noSuggestionsText }}\n </bs-dropdown-item>\n }\n @for (suggestion of (suggestions$ | async); track suggestion) {\n <bs-dropdown-item (click)=\"suggestionClicked(suggestion)\">\n {{ suggestion.text }}\n </bs-dropdown-item>\n }\n }\n </bs-dropdown-menu>\n </div>\n</bs-form>", styles: ["bs-progress{margin-top:-8px;margin-bottom:6px}\n"], dependencies: [{ kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: BsFormModule }, { kind: "component", type: i2.BsFormComponent, selector: "bs-form", inputs: ["action", "method"], outputs: ["submitted"] }, { kind: "directive", type: i2.BsFormControlDirective, selector: "bs-form input:not(.no-form-control), bs-form textarea:not(.no-form-control)" }, { kind: "ngmodule", type: BsDropdownModule }, { kind: "directive", type: i3.BsDropdownDirective, selector: "[bsDropdown]", inputs: ["hasBackdrop", "sameWidth", "closeOnClickOutside", "sameDropdownWidth", "isOpen"], outputs: ["isOpenChange"] }, { kind: "directive", type: i3.BsDropdownMenuDirective, selector: "[bsDropdownMenu]" }, { kind: "component", type: i4.BsHasOverlayComponent, selector: "bs-has-overlay" }, { kind: "ngmodule", type: BsDropdownMenuModule }, { kind: "component", type: i5.BsDropdownMenuComponent, selector: "bs-dropdown-menu", inputs: ["maxHeight"] }, { kind: "component", type: i5.BsDropdownItemComponent, selector: "bs-dropdown-item", inputs: ["isSelected", "disabled"] }, { kind: "ngmodule", type: BsProgressBarModule }, { kind: "component", type: i6.BsProgressComponent, selector: "bs-progress", inputs: ["height", "isIndeterminate"] }] }); }
62
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsTypeaheadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
63
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.1", type: BsTypeaheadComponent, isStandalone: true, selector: "bs-typeahead", inputs: { searchterm: "searchterm", isLoadingText: "isLoadingText", noSuggestionsText: "noSuggestionsText", suggestions: "suggestions" }, outputs: { provideSuggestions: "provideSuggestions", suggestionSelected: "suggestionSelected", searchtermChange: "searchtermChange", submitted: "submitted" }, viewQueries: [{ propertyName: "textbox", first: true, predicate: ["textbox"], descendants: true }], ngImport: i0, template: "<!-- <bs-dropdown [(isOpen)]=\"isOpen\" [hasBackdrop]=\"false\"></bs-dropdown> -->\n<bs-has-overlay></bs-has-overlay>\n<bs-form>\n <div bsDropdown [(isOpen)]=\"isOpen\" [hasBackdrop]=\"false\" [sameDropdownWidth]=\"true\">\n <input type=\"text\" #textbox [(ngModel)]=\"searchterm\" (ngModelChange)=\"onProvideSuggestions($event)\" (keyup.enter)=\"onSubmit()\" />\n <bs-dropdown-menu *bsDropdownMenu>\n @if (isLoading$ | async) {\n <bs-progress [height]=\"2\" [isIndeterminate]=\"true\"></bs-progress>\n <bs-dropdown-item [disabled]=\"true\">\n {{ isLoadingText }}\n </bs-dropdown-item>\n }\n @if ((isLoading$ | async) === false) {\n @if (showNoSuggestions$ | async) {\n <bs-dropdown-item [disabled]=\"true\">\n {{ noSuggestionsText }}\n </bs-dropdown-item>\n }\n @for (suggestion of (suggestions$ | async); track suggestion) {\n <bs-dropdown-item (click)=\"suggestionClicked(suggestion)\">\n {{ suggestion.text }}\n </bs-dropdown-item>\n }\n }\n </bs-dropdown-menu>\n </div>\n</bs-form>", styles: ["bs-progress{margin-top:-8px;margin-bottom:6px}\n"], dependencies: [{ kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: BsFormModule }, { kind: "component", type: i2.BsFormComponent, selector: "bs-form", inputs: ["action", "method"], outputs: ["submitted"] }, { kind: "directive", type: i2.BsFormControlDirective, selector: "bs-form input:not(.no-form-control), bs-form textarea:not(.no-form-control)" }, { kind: "ngmodule", type: BsDropdownModule }, { kind: "directive", type: i3.BsDropdownDirective, selector: "[bsDropdown]", inputs: ["hasBackdrop", "sameWidth", "closeOnClickOutside", "sameDropdownWidth", "isOpen"], outputs: ["isOpenChange"] }, { kind: "directive", type: i3.BsDropdownMenuDirective, selector: "[bsDropdownMenu]" }, { kind: "component", type: i4.BsHasOverlayComponent, selector: "bs-has-overlay" }, { kind: "ngmodule", type: BsDropdownMenuModule }, { kind: "component", type: i5.BsDropdownMenuComponent, selector: "bs-dropdown-menu", inputs: ["maxHeight"] }, { kind: "component", type: i5.BsDropdownItemComponent, selector: "bs-dropdown-item", inputs: ["isSelected", "disabled"] }, { kind: "ngmodule", type: BsProgressBarModule }, { kind: "component", type: i6.BsProgressComponent, selector: "bs-progress", inputs: ["height", "isIndeterminate"] }] }); }
64
64
  }
65
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: BsTypeaheadComponent, decorators: [{
65
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsTypeaheadComponent, decorators: [{
66
66
  type: Component,
67
67
  args: [{ selector: 'bs-typeahead', standalone: true, imports: [AsyncPipe, FormsModule, BsFormModule, BsDropdownModule, BsDropdownMenuModule, BsProgressBarModule, BsHasOverlayComponent], template: "<!-- <bs-dropdown [(isOpen)]=\"isOpen\" [hasBackdrop]=\"false\"></bs-dropdown> -->\n<bs-has-overlay></bs-has-overlay>\n<bs-form>\n <div bsDropdown [(isOpen)]=\"isOpen\" [hasBackdrop]=\"false\" [sameDropdownWidth]=\"true\">\n <input type=\"text\" #textbox [(ngModel)]=\"searchterm\" (ngModelChange)=\"onProvideSuggestions($event)\" (keyup.enter)=\"onSubmit()\" />\n <bs-dropdown-menu *bsDropdownMenu>\n @if (isLoading$ | async) {\n <bs-progress [height]=\"2\" [isIndeterminate]=\"true\"></bs-progress>\n <bs-dropdown-item [disabled]=\"true\">\n {{ isLoadingText }}\n </bs-dropdown-item>\n }\n @if ((isLoading$ | async) === false) {\n @if (showNoSuggestions$ | async) {\n <bs-dropdown-item [disabled]=\"true\">\n {{ noSuggestionsText }}\n </bs-dropdown-item>\n }\n @for (suggestion of (suggestions$ | async); track suggestion) {\n <bs-dropdown-item (click)=\"suggestionClicked(suggestion)\">\n {{ suggestion.text }}\n </bs-dropdown-item>\n }\n }\n </bs-dropdown-menu>\n </div>\n</bs-form>", styles: ["bs-progress{margin-top:-8px;margin-bottom:6px}\n"] }]
68
68
  }], ctorParameters: () => [], propDecorators: { textbox: [{
@@ -5,10 +5,10 @@ class BsUcFirstPipe {
5
5
  transform(value, ...args) {
6
6
  return value[0].toUpperCase() + value.slice(1);
7
7
  }
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: BsUcFirstPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
9
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.0.0", ngImport: i0, type: BsUcFirstPipe, isStandalone: true, name: "bsUcFirst" }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsUcFirstPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
9
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.0.1", ngImport: i0, type: BsUcFirstPipe, isStandalone: true, name: "bsUcFirst" }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: BsUcFirstPipe, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsUcFirstPipe, decorators: [{
12
12
  type: Pipe,
13
13
  args: [{
14
14
  name: 'bsUcFirst',
@@ -70,10 +70,10 @@ class BsUserAgentDirective {
70
70
  this.detected.emit({ os, webbrowser });
71
71
  });
72
72
  }
73
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: BsUserAgentDirective, deps: [{ token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Directive }); }
74
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0", type: BsUserAgentDirective, isStandalone: true, selector: "[bsUserAgent]", outputs: { detected: "detected" }, host: { properties: { "class.os-android": "this.isAndroid", "class.os-ios": "this.isIos", "class.os-windows": "this.isWindows", "class": "this.browserClass" } }, ngImport: i0 }); }
73
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsUserAgentDirective, deps: [{ token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Directive }); }
74
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.1", type: BsUserAgentDirective, isStandalone: true, selector: "[bsUserAgent]", outputs: { detected: "detected" }, host: { properties: { "class.os-android": "this.isAndroid", "class.os-ios": "this.isIos", "class.os-windows": "this.isWindows", "class": "this.browserClass" } }, ngImport: i0 }); }
75
75
  }
76
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: BsUserAgentDirective, decorators: [{
76
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsUserAgentDirective, decorators: [{
77
77
  type: Directive,
78
78
  args: [{
79
79
  selector: '[bsUserAgent]',
@@ -15,10 +15,10 @@ class BsWordCountPipe {
15
15
  .length;
16
16
  }
17
17
  }
18
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: BsWordCountPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
19
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.0.0", ngImport: i0, type: BsWordCountPipe, isStandalone: true, name: "bsWordCount" }); }
18
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsWordCountPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
19
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.0.1", ngImport: i0, type: BsWordCountPipe, isStandalone: true, name: "bsWordCount" }); }
20
20
  }
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: BsWordCountPipe, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsWordCountPipe, decorators: [{
22
22
  type: Pipe,
23
23
  args: [{
24
24
  name: 'bsWordCount',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mintplayer/ng-bootstrap",
3
3
  "private": false,
4
- "version": "18.1.0",
4
+ "version": "18.1.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/MintPlayer/mintplayer-ng-bootstrap",