@mintplayer/ng-bootstrap 15.2.3 → 15.2.4

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 (466) hide show
  1. package/_bootstrap.scss +2 -0
  2. package/datepicker/src/datepicker.component.d.ts +2 -0
  3. package/datepicker/src/datepicker.module.d.ts +2 -1
  4. package/esm2020/accordion/src/accordion/accordion.component.mjs +4 -4
  5. package/esm2020/datepicker/src/datepicker.component.mjs +7 -4
  6. package/esm2020/datepicker/src/datepicker.module.mjs +8 -4
  7. package/esm2020/file-upload/src/component/file-upload.component.mjs +3 -1
  8. package/esm2020/file-upload/src/file-upload.module.mjs +8 -4
  9. package/esm2020/multiselect/src/component/multiselect.component.mjs +6 -3
  10. package/esm2020/multiselect/src/multiselect.module.mjs +5 -1
  11. package/esm2020/navbar/src/navbar-content/navbar-content.directive.mjs +5 -5
  12. package/esm2020/navbar/src/navbar.module.mjs +6 -6
  13. package/esm2020/timepicker/src/timepicker.component.mjs +6 -3
  14. package/esm2020/timepicker/src/timepicker.module.mjs +8 -4
  15. package/fesm2015/mintplayer-ng-bootstrap-accordion.mjs +2 -2
  16. package/fesm2015/mintplayer-ng-bootstrap-accordion.mjs.map +1 -1
  17. package/fesm2015/mintplayer-ng-bootstrap-datepicker.mjs +13 -6
  18. package/fesm2015/mintplayer-ng-bootstrap-datepicker.mjs.map +1 -1
  19. package/fesm2015/mintplayer-ng-bootstrap-file-upload.mjs +9 -3
  20. package/fesm2015/mintplayer-ng-bootstrap-file-upload.mjs.map +1 -1
  21. package/fesm2015/mintplayer-ng-bootstrap-multiselect.mjs +9 -2
  22. package/fesm2015/mintplayer-ng-bootstrap-multiselect.mjs.map +1 -1
  23. package/fesm2015/mintplayer-ng-bootstrap-navbar.mjs +9 -9
  24. package/fesm2015/mintplayer-ng-bootstrap-navbar.mjs.map +1 -1
  25. package/fesm2015/mintplayer-ng-bootstrap-timepicker.mjs +12 -5
  26. package/fesm2015/mintplayer-ng-bootstrap-timepicker.mjs.map +1 -1
  27. package/fesm2020/mintplayer-ng-bootstrap-accordion.mjs +2 -2
  28. package/fesm2020/mintplayer-ng-bootstrap-accordion.mjs.map +1 -1
  29. package/fesm2020/mintplayer-ng-bootstrap-datepicker.mjs +13 -6
  30. package/fesm2020/mintplayer-ng-bootstrap-datepicker.mjs.map +1 -1
  31. package/fesm2020/mintplayer-ng-bootstrap-file-upload.mjs +9 -3
  32. package/fesm2020/mintplayer-ng-bootstrap-file-upload.mjs.map +1 -1
  33. package/fesm2020/mintplayer-ng-bootstrap-multiselect.mjs +9 -2
  34. package/fesm2020/mintplayer-ng-bootstrap-multiselect.mjs.map +1 -1
  35. package/fesm2020/mintplayer-ng-bootstrap-navbar.mjs +9 -9
  36. package/fesm2020/mintplayer-ng-bootstrap-navbar.mjs.map +1 -1
  37. package/fesm2020/mintplayer-ng-bootstrap-timepicker.mjs +12 -5
  38. package/fesm2020/mintplayer-ng-bootstrap-timepicker.mjs.map +1 -1
  39. package/file-upload/src/component/file-upload.component.d.ts +2 -0
  40. package/file-upload/src/file-upload.module.d.ts +2 -1
  41. package/multiselect/src/component/multiselect.component.d.ts +2 -0
  42. package/multiselect/src/multiselect.module.d.ts +4 -3
  43. package/navbar/src/navbar-content/navbar-content.directive.d.ts +3 -3
  44. package/navbar/src/navbar.module.d.ts +1 -1
  45. package/package.json +1 -9
  46. package/timepicker/src/timepicker.component.d.ts +2 -0
  47. package/timepicker/src/timepicker.module.d.ts +2 -1
  48. package/esm2020/testing/index.mjs +0 -2
  49. package/esm2020/testing/mintplayer-ng-bootstrap-testing.mjs +0 -5
  50. package/esm2020/testing/src/accordion/accordion/accordion.component.mjs +0 -21
  51. package/esm2020/testing/src/accordion/accordion-tab/accordion-tab.component.mjs +0 -24
  52. package/esm2020/testing/src/accordion/accordion-tab-header/accordion-tab-header.component.mjs +0 -16
  53. package/esm2020/testing/src/accordion/accordion-testing.module.mjs +0 -40
  54. package/esm2020/testing/src/accordion/index.mjs +0 -5
  55. package/esm2020/testing/src/alert/alert/alert.component.mjs +0 -32
  56. package/esm2020/testing/src/alert/alert-close/alert-close.component.mjs +0 -16
  57. package/esm2020/testing/src/alert/alert-testing.module.mjs +0 -27
  58. package/esm2020/testing/src/alert/index.mjs +0 -4
  59. package/esm2020/testing/src/badge/badge/badge.component.mjs +0 -22
  60. package/esm2020/testing/src/badge/badge-testing.module.mjs +0 -24
  61. package/esm2020/testing/src/badge/index.mjs +0 -3
  62. package/esm2020/testing/src/breadcrumb/breadcrumb/breadcrumb.component.mjs +0 -16
  63. package/esm2020/testing/src/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +0 -16
  64. package/esm2020/testing/src/breadcrumb/breadcrumb-testing.module.mjs +0 -27
  65. package/esm2020/testing/src/breadcrumb/index.mjs +0 -4
  66. package/esm2020/testing/src/button-group/button-group/button-group.component.mjs +0 -16
  67. package/esm2020/testing/src/button-group/button-group-testing.module.mjs +0 -24
  68. package/esm2020/testing/src/button-group/index.mjs +0 -3
  69. package/esm2020/testing/src/button-type/button-type.directive.mjs +0 -25
  70. package/esm2020/testing/src/button-type/button-type.module.mjs +0 -18
  71. package/esm2020/testing/src/button-type/index.mjs +0 -3
  72. package/esm2020/testing/src/calendar/calendar/calendar.component.mjs +0 -16
  73. package/esm2020/testing/src/calendar/calendar-testing.module.mjs +0 -24
  74. package/esm2020/testing/src/calendar/index.mjs +0 -3
  75. package/esm2020/testing/src/card/card/card.component.mjs +0 -16
  76. package/esm2020/testing/src/card/card-header/card-header.component.mjs +0 -16
  77. package/esm2020/testing/src/card/card-testing.module.mjs +0 -27
  78. package/esm2020/testing/src/card/index.mjs +0 -4
  79. package/esm2020/testing/src/carousel/carousel/carousel.component.mjs +0 -24
  80. package/esm2020/testing/src/carousel/carousel-image/carousel-image.directive.mjs +0 -13
  81. package/esm2020/testing/src/carousel/carousel-testing.module.mjs +0 -25
  82. package/esm2020/testing/src/carousel/index.mjs +0 -4
  83. package/esm2020/testing/src/close/close/close.component.mjs +0 -16
  84. package/esm2020/testing/src/close/close-testing.module.mjs +0 -24
  85. package/esm2020/testing/src/close/index.mjs +0 -3
  86. package/esm2020/testing/src/code-snippet/code-snippet/code-snippet.component.mjs +0 -21
  87. package/esm2020/testing/src/code-snippet/code-snippet-testing.module.mjs +0 -24
  88. package/esm2020/testing/src/code-snippet/index.mjs +0 -3
  89. package/esm2020/testing/src/common/color.enum.mjs +0 -15
  90. package/esm2020/testing/src/common/index.mjs +0 -2
  91. package/esm2020/testing/src/context-menu/context-menu-testing.module.mjs +0 -24
  92. package/esm2020/testing/src/context-menu/context-menu.directive.mjs +0 -13
  93. package/esm2020/testing/src/context-menu/index.mjs +0 -3
  94. package/esm2020/testing/src/copy/copy-testing.module.mjs +0 -24
  95. package/esm2020/testing/src/copy/copy.directive.mjs +0 -15
  96. package/esm2020/testing/src/copy/index.mjs +0 -3
  97. package/esm2020/testing/src/datatable/datatable/datatable.component.mjs +0 -33
  98. package/esm2020/testing/src/datatable/datatable-column/datatable-column.directive.mjs +0 -25
  99. package/esm2020/testing/src/datatable/datatable-settings.mjs +0 -15
  100. package/esm2020/testing/src/datatable/datatable-testing.module.mjs +0 -28
  101. package/esm2020/testing/src/datatable/index.mjs +0 -6
  102. package/esm2020/testing/src/datatable/row-template/row-template.directive.mjs +0 -13
  103. package/esm2020/testing/src/datepicker/datepicker/datepicker.component.mjs +0 -24
  104. package/esm2020/testing/src/datepicker/datepicker-testing.module.mjs +0 -24
  105. package/esm2020/testing/src/datepicker/index.mjs +0 -3
  106. package/esm2020/testing/src/dropdown/dropdown-menu.directive.mjs +0 -14
  107. package/esm2020/testing/src/dropdown/dropdown-testing.module.mjs +0 -34
  108. package/esm2020/testing/src/dropdown/dropdown-toggle.directive.mjs +0 -14
  109. package/esm2020/testing/src/dropdown/dropdown.directive.mjs +0 -21
  110. package/esm2020/testing/src/dropdown/index.mjs +0 -5
  111. package/esm2020/testing/src/dropdown-menu/dropdown-item/dropdown-item.component.mjs +0 -16
  112. package/esm2020/testing/src/dropdown-menu/dropdown-menu/dropdown-menu.component.mjs +0 -16
  113. package/esm2020/testing/src/dropdown-menu/dropdown-menu-testing.module.mjs +0 -27
  114. package/esm2020/testing/src/dropdown-menu/index.mjs +0 -4
  115. package/esm2020/testing/src/enhanced-paste/enhanced-paste-testing.module.mjs +0 -24
  116. package/esm2020/testing/src/enhanced-paste/enhanced-paste.directive.mjs +0 -13
  117. package/esm2020/testing/src/enhanced-paste/index.mjs +0 -4
  118. package/esm2020/testing/src/enhanced-paste/number-overflow.mjs +0 -2
  119. package/esm2020/testing/src/file-upload/file-upload/file-upload.component.mjs +0 -21
  120. package/esm2020/testing/src/file-upload/file-upload-template/file-upload-template.directive.mjs +0 -13
  121. package/esm2020/testing/src/file-upload/file-upload-testing.module.mjs +0 -25
  122. package/esm2020/testing/src/file-upload/file-upload.mjs +0 -2
  123. package/esm2020/testing/src/file-upload/index.mjs +0 -5
  124. package/esm2020/testing/src/for/for-testing.module.mjs +0 -24
  125. package/esm2020/testing/src/for/for.directive.mjs +0 -15
  126. package/esm2020/testing/src/for/index.mjs +0 -3
  127. package/esm2020/testing/src/grid/column.directive.mjs +0 -15
  128. package/esm2020/testing/src/grid/grid/grid.component.mjs +0 -21
  129. package/esm2020/testing/src/grid/grid-testing.module.mjs +0 -26
  130. package/esm2020/testing/src/grid/index.mjs +0 -5
  131. package/esm2020/testing/src/grid/row.directive.mjs +0 -13
  132. package/esm2020/testing/src/has-overlay/has-overlay/has-overlay.component.mjs +0 -11
  133. package/esm2020/testing/src/has-overlay/has-overlay.module.mjs +0 -18
  134. package/esm2020/testing/src/has-overlay/index.mjs +0 -3
  135. package/esm2020/testing/src/highlight/highlight.directive.mjs +0 -15
  136. package/esm2020/testing/src/highlight/highlight.module.mjs +0 -24
  137. package/esm2020/testing/src/highlight/index.mjs +0 -3
  138. package/esm2020/testing/src/index.mjs +0 -52
  139. package/esm2020/testing/src/input-group/component/input-group.component.mjs +0 -16
  140. package/esm2020/testing/src/input-group/index.mjs +0 -3
  141. package/esm2020/testing/src/input-group/input-group.module.mjs +0 -24
  142. package/esm2020/testing/src/list-group/index.mjs +0 -4
  143. package/esm2020/testing/src/list-group/list-group/list-group.component.mjs +0 -16
  144. package/esm2020/testing/src/list-group/list-group-item/list-group-item.component.mjs +0 -16
  145. package/esm2020/testing/src/list-group/list-group-testing.module.mjs +0 -27
  146. package/esm2020/testing/src/modal/index.mjs +0 -3
  147. package/esm2020/testing/src/modal/modal-host/modal-host.component.mjs +0 -19
  148. package/esm2020/testing/src/modal/modal-testing.module.mjs +0 -18
  149. package/esm2020/testing/src/multiselect/index.mjs +0 -3
  150. package/esm2020/testing/src/multiselect/multiselect/multiselect.component.mjs +0 -24
  151. package/esm2020/testing/src/multiselect/multiselect-testing.module.mjs +0 -24
  152. package/esm2020/testing/src/navbar/index.mjs +0 -8
  153. package/esm2020/testing/src/navbar/navbar/navbar.component.mjs +0 -16
  154. package/esm2020/testing/src/navbar/navbar-brand/navbar-brand.component.mjs +0 -16
  155. package/esm2020/testing/src/navbar/navbar-content/navbar-content.directive.mjs +0 -17
  156. package/esm2020/testing/src/navbar/navbar-dropdown/navbar-dropdown.component.mjs +0 -16
  157. package/esm2020/testing/src/navbar/navbar-item/navbar-item.component.mjs +0 -19
  158. package/esm2020/testing/src/navbar/navbar-nav/navbar-nav.component.mjs +0 -18
  159. package/esm2020/testing/src/navbar/navbar-testing.module.mjs +0 -47
  160. package/esm2020/testing/src/offcanvas/index.mjs +0 -4
  161. package/esm2020/testing/src/offcanvas/offcanvas-content/offcanvas-content.directive.mjs +0 -18
  162. package/esm2020/testing/src/offcanvas/offcanvas-host/offcanvas-host.component.mjs +0 -33
  163. package/esm2020/testing/src/offcanvas/offcanvas-testing.module.mjs +0 -24
  164. package/esm2020/testing/src/pagination/index.mjs +0 -3
  165. package/esm2020/testing/src/pagination/pagination/pagination.component.mjs +0 -34
  166. package/esm2020/testing/src/pagination/pagination-testing.module.mjs +0 -24
  167. package/esm2020/testing/src/placeholder/index.mjs +0 -3
  168. package/esm2020/testing/src/placeholder/placeholder/placeholder.component.mjs +0 -21
  169. package/esm2020/testing/src/placeholder/placeholder-testing.module.mjs +0 -24
  170. package/esm2020/testing/src/popover/directive/popover.directive.mjs +0 -18
  171. package/esm2020/testing/src/popover/index.mjs +0 -3
  172. package/esm2020/testing/src/popover/popover-testing.module.mjs +0 -18
  173. package/esm2020/testing/src/progress-bar/index.mjs +0 -4
  174. package/esm2020/testing/src/progress-bar/progress/progress.component.mjs +0 -19
  175. package/esm2020/testing/src/progress-bar/progress-bar/progress-bar.component.mjs +0 -32
  176. package/esm2020/testing/src/progress-bar/progress-bar-testing.module.mjs +0 -19
  177. package/esm2020/testing/src/range/component/range.component.mjs +0 -27
  178. package/esm2020/testing/src/range/directives/range-value-accessor.directive.mjs +0 -33
  179. package/esm2020/testing/src/range/index.mjs +0 -4
  180. package/esm2020/testing/src/range/range-testing.module.mjs +0 -25
  181. package/esm2020/testing/src/rating/index.mjs +0 -3
  182. package/esm2020/testing/src/rating/rating/rating.component.mjs +0 -19
  183. package/esm2020/testing/src/rating/rating-testing.module.mjs +0 -18
  184. package/esm2020/testing/src/scheduler/enums/index.mjs +0 -2
  185. package/esm2020/testing/src/scheduler/enums/scheduler-mode.mjs +0 -6
  186. package/esm2020/testing/src/scheduler/index.mjs +0 -5
  187. package/esm2020/testing/src/scheduler/interfaces/index.mjs +0 -6
  188. package/esm2020/testing/src/scheduler/interfaces/resource-group.mjs +0 -2
  189. package/esm2020/testing/src/scheduler/interfaces/resource.mjs +0 -2
  190. package/esm2020/testing/src/scheduler/interfaces/scheduler-event.mjs +0 -2
  191. package/esm2020/testing/src/scheduler/interfaces/timeline-options.mjs +0 -2
  192. package/esm2020/testing/src/scheduler/interfaces/week-options.mjs +0 -2
  193. package/esm2020/testing/src/scheduler/scheduler/scheduler.component.mjs +0 -31
  194. package/esm2020/testing/src/scheduler/scheduler-testing.module.mjs +0 -18
  195. package/esm2020/testing/src/scrollspy/component/scrollspy.component.mjs +0 -26
  196. package/esm2020/testing/src/scrollspy/directive/scrollspy.directive.mjs +0 -22
  197. package/esm2020/testing/src/scrollspy/index.mjs +0 -4
  198. package/esm2020/testing/src/scrollspy/scrollspy-testing.module.mjs +0 -27
  199. package/esm2020/testing/src/select/component/select.component.mjs +0 -21
  200. package/esm2020/testing/src/select/directives/index.mjs +0 -3
  201. package/esm2020/testing/src/select/directives/select-option.directive.mjs +0 -22
  202. package/esm2020/testing/src/select/directives/select-value-accessor.directive.mjs +0 -34
  203. package/esm2020/testing/src/select/index.mjs +0 -4
  204. package/esm2020/testing/src/select/select-testing.module.mjs +0 -20
  205. package/esm2020/testing/src/select2/index.mjs +0 -3
  206. package/esm2020/testing/src/select2/select2/select2.component.mjs +0 -22
  207. package/esm2020/testing/src/select2/select2-testing.module.mjs +0 -18
  208. package/esm2020/testing/src/snackbar/index.mjs +0 -3
  209. package/esm2020/testing/src/snackbar/service/snackbar.service.mjs +0 -15
  210. package/esm2020/testing/src/snackbar/snackbar-testing.module.mjs +0 -25
  211. package/esm2020/testing/src/spinner/component/spinner.component.mjs +0 -20
  212. package/esm2020/testing/src/spinner/index.mjs +0 -3
  213. package/esm2020/testing/src/spinner/spinner-testing.module.mjs +0 -18
  214. package/esm2020/testing/src/tab-control/index.mjs +0 -4
  215. package/esm2020/testing/src/tab-control/tab-control/tab-control.component.mjs +0 -16
  216. package/esm2020/testing/src/tab-control/tab-control-testing.module.mjs +0 -19
  217. package/esm2020/testing/src/tab-control/tab-page/tab-page.component.mjs +0 -16
  218. package/esm2020/testing/src/table/index.mjs +0 -3
  219. package/esm2020/testing/src/table/table/table.component.mjs +0 -27
  220. package/esm2020/testing/src/table/table-testing.module.mjs +0 -24
  221. package/esm2020/testing/src/timepicker/component/timepicker.component.mjs +0 -16
  222. package/esm2020/testing/src/timepicker/index.mjs +0 -3
  223. package/esm2020/testing/src/timepicker/timepicker-testing.module.mjs +0 -18
  224. package/esm2020/testing/src/toast/components/index.mjs +0 -4
  225. package/esm2020/testing/src/toast/components/toast/toast.component.mjs +0 -21
  226. package/esm2020/testing/src/toast/components/toast-body/toast-body.component.mjs +0 -16
  227. package/esm2020/testing/src/toast/components/toast-header/toast-header.component.mjs +0 -16
  228. package/esm2020/testing/src/toast/index.mjs +0 -7
  229. package/esm2020/testing/src/toast/pipes/add-properties.pipe.mjs +0 -16
  230. package/esm2020/testing/src/toast/pipes/index.mjs +0 -2
  231. package/esm2020/testing/src/toast/providers/index.mjs +0 -2
  232. package/esm2020/testing/src/toast/providers/portal-factory.provider.mjs +0 -3
  233. package/esm2020/testing/src/toast/service/toast.service.mjs +0 -26
  234. package/esm2020/testing/src/toast/toast-container/toast-container.component.mjs +0 -22
  235. package/esm2020/testing/src/toast/toast-testing.module.mjs +0 -64
  236. package/esm2020/testing/src/toggle-button/directives/index.mjs +0 -3
  237. package/esm2020/testing/src/toggle-button/directives/toggle-button-group.directive.mjs +0 -23
  238. package/esm2020/testing/src/toggle-button/directives/toggle-button-value-accessor.directive.mjs +0 -33
  239. package/esm2020/testing/src/toggle-button/index.mjs +0 -5
  240. package/esm2020/testing/src/toggle-button/toggle-button/toggle-button.component.mjs +0 -42
  241. package/esm2020/testing/src/toggle-button/toggle-button-testing.module.mjs +0 -20
  242. package/esm2020/testing/src/toggle-button/types/check-style.mjs +0 -2
  243. package/esm2020/testing/src/toggle-button/types/index.mjs +0 -2
  244. package/esm2020/testing/src/tooltip/index.mjs +0 -3
  245. package/esm2020/testing/src/tooltip/tooltip-testing.module.mjs +0 -24
  246. package/esm2020/testing/src/tooltip/tooltip.directive.mjs +0 -18
  247. package/esm2020/testing/src/typeahead/index.mjs +0 -3
  248. package/esm2020/testing/src/typeahead/typeahead/typeahead.component.mjs +0 -31
  249. package/esm2020/testing/src/typeahead/typeahead-testing.module.mjs +0 -18
  250. package/esm2020/testing/src/types/index.mjs +0 -3
  251. package/esm2020/testing/src/types/position.mjs +0 -2
  252. package/esm2020/testing/src/types/view-state.mjs +0 -2
  253. package/esm2020/testing/src/uc-first.pipe/index.mjs +0 -3
  254. package/esm2020/testing/src/uc-first.pipe/uc-first-testing.module.mjs +0 -30
  255. package/esm2020/testing/src/uc-first.pipe/uc-first.pipe.mjs +0 -16
  256. package/fesm2015/mintplayer-ng-bootstrap-testing.mjs +0 -2492
  257. package/fesm2015/mintplayer-ng-bootstrap-testing.mjs.map +0 -1
  258. package/fesm2020/mintplayer-ng-bootstrap-testing.mjs +0 -2491
  259. package/fesm2020/mintplayer-ng-bootstrap-testing.mjs.map +0 -1
  260. package/testing/index.d.ts +0 -1
  261. package/testing/src/accordion/accordion/accordion.component.d.ts +0 -6
  262. package/testing/src/accordion/accordion-tab/accordion-tab.component.d.ts +0 -10
  263. package/testing/src/accordion/accordion-tab-header/accordion-tab-header.component.d.ts +0 -5
  264. package/testing/src/accordion/accordion-testing.module.d.ts +0 -10
  265. package/testing/src/accordion/index.d.ts +0 -4
  266. package/testing/src/alert/alert/alert.component.d.ts +0 -11
  267. package/testing/src/alert/alert-close/alert-close.component.d.ts +0 -5
  268. package/testing/src/alert/alert-testing.module.d.ts +0 -9
  269. package/testing/src/alert/index.d.ts +0 -3
  270. package/testing/src/badge/badge/badge.component.d.ts +0 -7
  271. package/testing/src/badge/badge-testing.module.d.ts +0 -8
  272. package/testing/src/badge/index.d.ts +0 -2
  273. package/testing/src/breadcrumb/breadcrumb/breadcrumb.component.d.ts +0 -5
  274. package/testing/src/breadcrumb/breadcrumb-item/breadcrumb-item.component.d.ts +0 -5
  275. package/testing/src/breadcrumb/breadcrumb-testing.module.d.ts +0 -9
  276. package/testing/src/breadcrumb/index.d.ts +0 -3
  277. package/testing/src/button-group/button-group/button-group.component.d.ts +0 -5
  278. package/testing/src/button-group/button-group-testing.module.d.ts +0 -8
  279. package/testing/src/button-group/index.d.ts +0 -2
  280. package/testing/src/button-type/button-type.directive.d.ts +0 -7
  281. package/testing/src/button-type/button-type.module.d.ts +0 -8
  282. package/testing/src/button-type/index.d.ts +0 -2
  283. package/testing/src/calendar/calendar/calendar.component.d.ts +0 -5
  284. package/testing/src/calendar/calendar-testing.module.d.ts +0 -8
  285. package/testing/src/calendar/index.d.ts +0 -2
  286. package/testing/src/card/card/card.component.d.ts +0 -5
  287. package/testing/src/card/card-header/card-header.component.d.ts +0 -5
  288. package/testing/src/card/card-testing.module.d.ts +0 -9
  289. package/testing/src/card/index.d.ts +0 -3
  290. package/testing/src/carousel/carousel/carousel.component.d.ts +0 -7
  291. package/testing/src/carousel/carousel-image/carousel-image.directive.d.ts +0 -5
  292. package/testing/src/carousel/carousel-testing.module.d.ts +0 -9
  293. package/testing/src/carousel/index.d.ts +0 -3
  294. package/testing/src/close/close/close.component.d.ts +0 -5
  295. package/testing/src/close/close-testing.module.d.ts +0 -8
  296. package/testing/src/close/index.d.ts +0 -2
  297. package/testing/src/code-snippet/code-snippet/code-snippet.component.d.ts +0 -6
  298. package/testing/src/code-snippet/code-snippet-testing.module.d.ts +0 -8
  299. package/testing/src/code-snippet/index.d.ts +0 -2
  300. package/testing/src/common/color.enum.d.ts +0 -13
  301. package/testing/src/common/index.d.ts +0 -1
  302. package/testing/src/context-menu/context-menu-testing.module.d.ts +0 -8
  303. package/testing/src/context-menu/context-menu.directive.d.ts +0 -5
  304. package/testing/src/context-menu/index.d.ts +0 -2
  305. package/testing/src/copy/copy-testing.module.d.ts +0 -8
  306. package/testing/src/copy/copy.directive.d.ts +0 -6
  307. package/testing/src/copy/index.d.ts +0 -2
  308. package/testing/src/datatable/datatable/datatable.component.d.ts +0 -14
  309. package/testing/src/datatable/datatable-column/datatable-column.directive.d.ts +0 -12
  310. package/testing/src/datatable/datatable-settings.d.ts +0 -13
  311. package/testing/src/datatable/datatable-testing.module.d.ts +0 -10
  312. package/testing/src/datatable/index.d.ts +0 -5
  313. package/testing/src/datatable/row-template/row-template.directive.d.ts +0 -5
  314. package/testing/src/datepicker/datepicker/datepicker.component.d.ts +0 -8
  315. package/testing/src/datepicker/datepicker-testing.module.d.ts +0 -8
  316. package/testing/src/datepicker/index.d.ts +0 -2
  317. package/testing/src/dropdown/dropdown-menu.directive.d.ts +0 -6
  318. package/testing/src/dropdown/dropdown-testing.module.d.ts +0 -10
  319. package/testing/src/dropdown/dropdown-toggle.directive.d.ts +0 -6
  320. package/testing/src/dropdown/dropdown.directive.d.ts +0 -7
  321. package/testing/src/dropdown/index.d.ts +0 -4
  322. package/testing/src/dropdown-menu/dropdown-item/dropdown-item.component.d.ts +0 -5
  323. package/testing/src/dropdown-menu/dropdown-menu/dropdown-menu.component.d.ts +0 -5
  324. package/testing/src/dropdown-menu/dropdown-menu-testing.module.d.ts +0 -9
  325. package/testing/src/dropdown-menu/index.d.ts +0 -3
  326. package/testing/src/enhanced-paste/enhanced-paste-testing.module.d.ts +0 -8
  327. package/testing/src/enhanced-paste/enhanced-paste.directive.d.ts +0 -5
  328. package/testing/src/enhanced-paste/index.d.ts +0 -3
  329. package/testing/src/enhanced-paste/number-overflow.d.ts +0 -5
  330. package/testing/src/file-upload/file-upload/file-upload.component.d.ts +0 -7
  331. package/testing/src/file-upload/file-upload-template/file-upload-template.directive.d.ts +0 -5
  332. package/testing/src/file-upload/file-upload-testing.module.d.ts +0 -9
  333. package/testing/src/file-upload/file-upload.d.ts +0 -4
  334. package/testing/src/file-upload/index.d.ts +0 -4
  335. package/testing/src/for/for-testing.module.d.ts +0 -8
  336. package/testing/src/for/for.directive.d.ts +0 -6
  337. package/testing/src/for/index.d.ts +0 -2
  338. package/testing/src/grid/column.directive.d.ts +0 -6
  339. package/testing/src/grid/grid/grid.component.d.ts +0 -6
  340. package/testing/src/grid/grid-testing.module.d.ts +0 -10
  341. package/testing/src/grid/index.d.ts +0 -4
  342. package/testing/src/grid/row.directive.d.ts +0 -5
  343. package/testing/src/has-overlay/has-overlay/has-overlay.component.d.ts +0 -5
  344. package/testing/src/has-overlay/has-overlay.module.d.ts +0 -8
  345. package/testing/src/has-overlay/index.d.ts +0 -2
  346. package/testing/src/highlight/highlight.directive.d.ts +0 -6
  347. package/testing/src/highlight/highlight.module.d.ts +0 -8
  348. package/testing/src/highlight/index.d.ts +0 -2
  349. package/testing/src/index.d.ts +0 -51
  350. package/testing/src/input-group/component/input-group.component.d.ts +0 -5
  351. package/testing/src/input-group/index.d.ts +0 -2
  352. package/testing/src/input-group/input-group.module.d.ts +0 -8
  353. package/testing/src/list-group/index.d.ts +0 -3
  354. package/testing/src/list-group/list-group/list-group.component.d.ts +0 -5
  355. package/testing/src/list-group/list-group-item/list-group-item.component.d.ts +0 -5
  356. package/testing/src/list-group/list-group-testing.module.d.ts +0 -9
  357. package/testing/src/modal/index.d.ts +0 -2
  358. package/testing/src/modal/modal-host/modal-host.component.d.ts +0 -8
  359. package/testing/src/modal/modal-testing.module.d.ts +0 -8
  360. package/testing/src/multiselect/index.d.ts +0 -2
  361. package/testing/src/multiselect/multiselect/multiselect.component.d.ts +0 -7
  362. package/testing/src/multiselect/multiselect-testing.module.d.ts +0 -8
  363. package/testing/src/navbar/index.d.ts +0 -7
  364. package/testing/src/navbar/navbar/navbar.component.d.ts +0 -5
  365. package/testing/src/navbar/navbar-brand/navbar-brand.component.d.ts +0 -5
  366. package/testing/src/navbar/navbar-content/navbar-content.directive.d.ts +0 -7
  367. package/testing/src/navbar/navbar-dropdown/navbar-dropdown.component.d.ts +0 -5
  368. package/testing/src/navbar/navbar-item/navbar-item.component.d.ts +0 -8
  369. package/testing/src/navbar/navbar-nav/navbar-nav.component.d.ts +0 -6
  370. package/testing/src/navbar/navbar-testing.module.d.ts +0 -13
  371. package/testing/src/offcanvas/index.d.ts +0 -3
  372. package/testing/src/offcanvas/offcanvas-content/offcanvas-content.directive.d.ts +0 -8
  373. package/testing/src/offcanvas/offcanvas-host/offcanvas-host.component.d.ts +0 -13
  374. package/testing/src/offcanvas/offcanvas-testing.module.d.ts +0 -9
  375. package/testing/src/pagination/index.d.ts +0 -2
  376. package/testing/src/pagination/pagination/pagination.component.d.ts +0 -11
  377. package/testing/src/pagination/pagination-testing.module.d.ts +0 -8
  378. package/testing/src/placeholder/index.d.ts +0 -2
  379. package/testing/src/placeholder/placeholder/placeholder.component.d.ts +0 -6
  380. package/testing/src/placeholder/placeholder-testing.module.d.ts +0 -8
  381. package/testing/src/popover/directive/popover.directive.d.ts +0 -7
  382. package/testing/src/popover/index.d.ts +0 -2
  383. package/testing/src/popover/popover-testing.module.d.ts +0 -8
  384. package/testing/src/progress-bar/index.d.ts +0 -3
  385. package/testing/src/progress-bar/progress/progress.component.d.ts +0 -7
  386. package/testing/src/progress-bar/progress-bar/progress-bar.component.d.ts +0 -12
  387. package/testing/src/progress-bar/progress-bar-testing.module.d.ts +0 -9
  388. package/testing/src/range/component/range.component.d.ts +0 -8
  389. package/testing/src/range/directives/range-value-accessor.directive.d.ts +0 -12
  390. package/testing/src/range/index.d.ts +0 -3
  391. package/testing/src/range/range-testing.module.d.ts +0 -9
  392. package/testing/src/rating/index.d.ts +0 -2
  393. package/testing/src/rating/rating/rating.component.d.ts +0 -7
  394. package/testing/src/rating/rating-testing.module.d.ts +0 -8
  395. package/testing/src/scheduler/enums/index.d.ts +0 -1
  396. package/testing/src/scheduler/enums/scheduler-mode.d.ts +0 -4
  397. package/testing/src/scheduler/index.d.ts +0 -4
  398. package/testing/src/scheduler/interfaces/index.d.ts +0 -5
  399. package/testing/src/scheduler/interfaces/resource-group.d.ts +0 -5
  400. package/testing/src/scheduler/interfaces/resource.d.ts +0 -5
  401. package/testing/src/scheduler/interfaces/scheduler-event.d.ts +0 -6
  402. package/testing/src/scheduler/interfaces/timeline-options.d.ts +0 -3
  403. package/testing/src/scheduler/interfaces/week-options.d.ts +0 -3
  404. package/testing/src/scheduler/scheduler/scheduler.component.d.ts +0 -14
  405. package/testing/src/scheduler/scheduler-testing.module.d.ts +0 -8
  406. package/testing/src/scrollspy/component/scrollspy.component.d.ts +0 -9
  407. package/testing/src/scrollspy/directive/scrollspy.directive.d.ts +0 -8
  408. package/testing/src/scrollspy/index.d.ts +0 -3
  409. package/testing/src/scrollspy/scrollspy-testing.module.d.ts +0 -9
  410. package/testing/src/select/component/select.component.d.ts +0 -6
  411. package/testing/src/select/directives/index.d.ts +0 -2
  412. package/testing/src/select/directives/select-option.directive.d.ts +0 -8
  413. package/testing/src/select/directives/select-value-accessor.directive.d.ts +0 -10
  414. package/testing/src/select/index.d.ts +0 -3
  415. package/testing/src/select/select-testing.module.d.ts +0 -10
  416. package/testing/src/select2/index.d.ts +0 -2
  417. package/testing/src/select2/select2/select2.component.d.ts +0 -9
  418. package/testing/src/select2/select2-testing.module.d.ts +0 -8
  419. package/testing/src/snackbar/index.d.ts +0 -2
  420. package/testing/src/snackbar/service/snackbar.service.d.ts +0 -9
  421. package/testing/src/snackbar/snackbar-testing.module.d.ts +0 -7
  422. package/testing/src/spinner/component/spinner.component.d.ts +0 -8
  423. package/testing/src/spinner/index.d.ts +0 -2
  424. package/testing/src/spinner/spinner-testing.module.d.ts +0 -8
  425. package/testing/src/tab-control/index.d.ts +0 -3
  426. package/testing/src/tab-control/tab-control/tab-control.component.d.ts +0 -6
  427. package/testing/src/tab-control/tab-control-testing.module.d.ts +0 -9
  428. package/testing/src/tab-control/tab-page/tab-page.component.d.ts +0 -6
  429. package/testing/src/table/index.d.ts +0 -2
  430. package/testing/src/table/table/table.component.d.ts +0 -8
  431. package/testing/src/table/table-testing.module.d.ts +0 -8
  432. package/testing/src/timepicker/component/timepicker.component.d.ts +0 -6
  433. package/testing/src/timepicker/index.d.ts +0 -2
  434. package/testing/src/timepicker/timepicker-testing.module.d.ts +0 -8
  435. package/testing/src/toast/components/index.d.ts +0 -3
  436. package/testing/src/toast/components/toast/toast.component.d.ts +0 -6
  437. package/testing/src/toast/components/toast-body/toast-body.component.d.ts +0 -5
  438. package/testing/src/toast/components/toast-header/toast-header.component.d.ts +0 -5
  439. package/testing/src/toast/index.d.ts +0 -6
  440. package/testing/src/toast/pipes/add-properties.pipe.d.ts +0 -7
  441. package/testing/src/toast/pipes/index.d.ts +0 -1
  442. package/testing/src/toast/providers/index.d.ts +0 -1
  443. package/testing/src/toast/providers/portal-factory.provider.d.ts +0 -3
  444. package/testing/src/toast/service/toast.service.d.ts +0 -14
  445. package/testing/src/toast/toast-container/toast-container.component.d.ts +0 -8
  446. package/testing/src/toast/toast-testing.module.d.ts +0 -11
  447. package/testing/src/toggle-button/directives/index.d.ts +0 -2
  448. package/testing/src/toggle-button/directives/toggle-button-group.directive.d.ts +0 -8
  449. package/testing/src/toggle-button/directives/toggle-button-value-accessor.directive.d.ts +0 -12
  450. package/testing/src/toggle-button/index.d.ts +0 -4
  451. package/testing/src/toggle-button/toggle-button/toggle-button.component.d.ts +0 -16
  452. package/testing/src/toggle-button/toggle-button-testing.module.d.ts +0 -10
  453. package/testing/src/toggle-button/types/check-style.d.ts +0 -1
  454. package/testing/src/toggle-button/types/index.d.ts +0 -1
  455. package/testing/src/tooltip/index.d.ts +0 -2
  456. package/testing/src/tooltip/tooltip-testing.module.d.ts +0 -8
  457. package/testing/src/tooltip/tooltip.directive.d.ts +0 -7
  458. package/testing/src/typeahead/index.d.ts +0 -2
  459. package/testing/src/typeahead/typeahead/typeahead.component.d.ts +0 -12
  460. package/testing/src/typeahead/typeahead-testing.module.d.ts +0 -8
  461. package/testing/src/types/index.d.ts +0 -2
  462. package/testing/src/types/position.d.ts +0 -1
  463. package/testing/src/types/view-state.d.ts +0 -1
  464. package/testing/src/uc-first.pipe/index.d.ts +0 -2
  465. package/testing/src/uc-first.pipe/uc-first-testing.module.d.ts +0 -8
  466. package/testing/src/uc-first.pipe/uc-first.pipe.d.ts +0 -7
@@ -363,7 +363,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
363
363
  args: [forwardRef(() => BsNavbarDropdownComponent)]
364
364
  }] }]; } });
365
365
 
366
- class NavbarContentDirective {
366
+ class BsNavbarContentDirective {
367
367
  constructor(element, platformId) {
368
368
  this.element = element;
369
369
  this.platformId = platformId;
@@ -412,9 +412,9 @@ class NavbarContentDirective {
412
412
  this.destroyed$.next(true);
413
413
  }
414
414
  }
415
- NavbarContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NavbarContentDirective, deps: [{ token: i0.ElementRef }, { token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Directive });
416
- NavbarContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: NavbarContentDirective, selector: "[navbarContent]", inputs: { navbar: ["navbarContent", "navbar"] }, ngImport: i0 });
417
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NavbarContentDirective, decorators: [{
415
+ BsNavbarContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BsNavbarContentDirective, deps: [{ token: i0.ElementRef }, { token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Directive });
416
+ BsNavbarContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: BsNavbarContentDirective, selector: "[navbarContent]", inputs: { navbar: ["navbarContent", "navbar"] }, ngImport: i0 });
417
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BsNavbarContentDirective, decorators: [{
418
418
  type: Directive,
419
419
  args: [{
420
420
  selector: '[navbarContent]'
@@ -512,7 +512,7 @@ BsNavbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version:
512
512
  BsNavbarItemComponent,
513
513
  DropdownToggleDirective,
514
514
  NavLinkDirective,
515
- NavbarContentDirective,
515
+ BsNavbarContentDirective,
516
516
  BsNavbarBrandComponent,
517
517
  BsExpandButtonDirective,
518
518
  BsNavbarTogglerComponent], imports: [CommonModule,
@@ -522,7 +522,7 @@ BsNavbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version:
522
522
  BsNavbarItemComponent,
523
523
  DropdownToggleDirective,
524
524
  NavLinkDirective,
525
- NavbarContentDirective,
525
+ BsNavbarContentDirective,
526
526
  BsNavbarBrandComponent,
527
527
  BsExpandButtonDirective,
528
528
  BsNavbarTogglerComponent] });
@@ -538,7 +538,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
538
538
  BsNavbarItemComponent,
539
539
  DropdownToggleDirective,
540
540
  NavLinkDirective,
541
- NavbarContentDirective,
541
+ BsNavbarContentDirective,
542
542
  BsNavbarBrandComponent,
543
543
  BsExpandButtonDirective,
544
544
  BsNavbarTogglerComponent
@@ -554,7 +554,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
554
554
  BsNavbarItemComponent,
555
555
  DropdownToggleDirective,
556
556
  NavLinkDirective,
557
- NavbarContentDirective,
557
+ BsNavbarContentDirective,
558
558
  BsNavbarBrandComponent,
559
559
  BsExpandButtonDirective,
560
560
  BsNavbarTogglerComponent
@@ -566,5 +566,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
566
566
  * Generated bundle index. Do not edit.
567
567
  */
568
568
 
569
- export { BsExpandButtonDirective, BsNavbarBrandComponent, BsNavbarComponent, BsNavbarDropdownComponent, BsNavbarItemComponent, BsNavbarModule, BsNavbarNavComponent, BsNavbarTogglerComponent, DropdownToggleDirective, NavLinkDirective, NavbarContentDirective };
569
+ export { BsExpandButtonDirective, BsNavbarBrandComponent, BsNavbarComponent, BsNavbarContentDirective, BsNavbarDropdownComponent, BsNavbarItemComponent, BsNavbarModule, BsNavbarNavComponent, BsNavbarTogglerComponent, DropdownToggleDirective, NavLinkDirective };
570
570
  //# sourceMappingURL=mintplayer-ng-bootstrap-navbar.mjs.map