@mintplayer/ng-bootstrap 15.0.5 → 15.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 (682) hide show
  1. package/_bootstrap.scss +18 -19
  2. package/calendar/src/calendar.component.d.ts +1 -1
  3. package/calendar/src/calendar.module.d.ts +2 -1
  4. package/calendar-month/index.d.ts +1 -0
  5. package/calendar-month/src/index.d.ts +3 -0
  6. package/{lib → calendar-month/src}/interfaces/date-day-of-month.d.ts +0 -0
  7. package/{lib → calendar-month/src}/interfaces/first-and-last-date.d.ts +0 -0
  8. package/{lib → calendar-month/src}/interfaces/index.d.ts +1 -1
  9. package/{lib → calendar-month/src}/interfaces/week.d.ts +0 -0
  10. package/{lib → calendar-month/src}/interfaces/weekday.d.ts +0 -0
  11. package/calendar-month/src/pipes/index.d.ts +2 -0
  12. package/{lib → calendar-month/src}/pipes/month-name/index.d.ts +0 -0
  13. package/{lib → calendar-month/src}/pipes/month-name/month-name.module.d.ts +0 -0
  14. package/{lib → calendar-month/src}/pipes/month-name/month-name.pipe.d.ts +0 -0
  15. package/{lib → calendar-month/src}/pipes/weekday-name/index.d.ts +0 -0
  16. package/{lib → calendar-month/src}/pipes/weekday-name/weekday-name.module.d.ts +0 -0
  17. package/{lib → calendar-month/src}/pipes/weekday-name/weekday-name.pipe.d.ts +0 -0
  18. package/{lib/services/calendar-month → calendar-month/src/service}/calendar-month.service.d.ts +2 -2
  19. package/context-menu/src/context-menu.module.d.ts +3 -2
  20. package/dropdown/src/dropdown.module.d.ts +3 -2
  21. package/enum/index.d.ts +1 -0
  22. package/enum/src/index.d.ts +2 -0
  23. package/{lib → enum/src}/interfaces/enum-item.d.ts +0 -0
  24. package/enum/src/interfaces/index.d.ts +1 -0
  25. package/{lib/services/enum → enum/src/service}/enum.service.d.ts +1 -1
  26. package/esm2020/calendar/src/calendar.component.mjs +5 -4
  27. package/esm2020/calendar/src/calendar.module.mjs +3 -5
  28. package/esm2020/calendar-month/index.mjs +2 -0
  29. package/esm2020/calendar-month/mintplayer-ng-bootstrap-calendar-month.mjs +5 -0
  30. package/esm2020/calendar-month/src/index.mjs +4 -0
  31. package/esm2020/calendar-month/src/interfaces/date-day-of-month.mjs +2 -0
  32. package/esm2020/calendar-month/src/interfaces/first-and-last-date.mjs +2 -0
  33. package/esm2020/calendar-month/src/interfaces/index.mjs +5 -0
  34. package/esm2020/calendar-month/src/interfaces/week.mjs +2 -0
  35. package/esm2020/calendar-month/src/interfaces/weekday.mjs +2 -0
  36. package/esm2020/calendar-month/src/pipes/index.mjs +3 -0
  37. package/esm2020/calendar-month/src/pipes/month-name/index.mjs +3 -0
  38. package/esm2020/{lib → calendar-month/src}/pipes/month-name/month-name.module.mjs +1 -1
  39. package/esm2020/calendar-month/src/pipes/month-name/month-name.pipe.mjs +21 -0
  40. package/esm2020/calendar-month/src/pipes/weekday-name/index.mjs +3 -0
  41. package/esm2020/{lib → calendar-month/src}/pipes/weekday-name/weekday-name.module.mjs +1 -1
  42. package/esm2020/calendar-month/src/pipes/weekday-name/weekday-name.pipe.mjs +16 -0
  43. package/esm2020/calendar-month/src/service/calendar-month.service.mjs +94 -0
  44. package/esm2020/context-menu/src/context-menu.module.mjs +10 -4
  45. package/esm2020/datepicker/src/datepicker.component.mjs +3 -3
  46. package/esm2020/dropdown/src/dropdown-menu/dropdown-menu.directive.mjs +5 -2
  47. package/esm2020/dropdown/src/dropdown-toggle/dropdown-toggle.directive.mjs +5 -2
  48. package/esm2020/dropdown/src/dropdown.module.mjs +17 -16
  49. package/esm2020/dropdown-menu/src/dropdown-menu/dropdown-menu.component.mjs +2 -1
  50. package/esm2020/enum/index.mjs +2 -0
  51. package/esm2020/enum/mintplayer-ng-bootstrap-enum.mjs +5 -0
  52. package/esm2020/enum/src/index.mjs +3 -0
  53. package/esm2020/enum/src/interfaces/enum-item.mjs +2 -0
  54. package/esm2020/enum/src/interfaces/index.mjs +2 -0
  55. package/esm2020/enum/src/service/enum.service.mjs +31 -0
  56. package/esm2020/has-overlay/index.mjs +2 -0
  57. package/esm2020/has-overlay/mintplayer-ng-bootstrap-has-overlay.mjs +5 -0
  58. package/esm2020/has-overlay/src/has-overlay/has-overlay.component.mjs +11 -0
  59. package/esm2020/has-overlay/src/has-overlay/has-overlay.module.mjs +18 -0
  60. package/esm2020/has-overlay/src/index.mjs +3 -0
  61. package/esm2020/index.mjs +1 -3
  62. package/esm2020/lib/enums/index.mjs +1 -2
  63. package/esm2020/lib/pipes/index.mjs +1 -4
  64. package/esm2020/lib/types/index.mjs +3 -2
  65. package/esm2020/lib/types/position.mjs +2 -0
  66. package/esm2020/modal/src/components/modal-host/modal-host.component.mjs +4 -3
  67. package/esm2020/modal/src/modal.module.mjs +9 -5
  68. package/esm2020/multiselect/src/component/multiselect.component.mjs +5 -4
  69. package/esm2020/multiselect/src/multiselect.module.mjs +5 -1
  70. package/esm2020/offcanvas/src/components/offcanvas/offcanvas.component.mjs +4 -3
  71. package/esm2020/offcanvas/src/components/offcanvas-host/offcanvas-host.component.mjs +1 -1
  72. package/esm2020/offcanvas/src/index.mjs +1 -2
  73. package/esm2020/offcanvas/src/offcanvas.module.mjs +8 -4
  74. package/esm2020/popover/src/component/popover.component.mjs +10 -9
  75. package/esm2020/popover/src/directives/popover/popover.directive.mjs +5 -6
  76. package/esm2020/popover/src/popover.module.mjs +5 -4
  77. package/esm2020/scheduler/src/components/scheduler/scheduler.component.mjs +3 -3
  78. package/esm2020/select2/src/component/select2.component.mjs +3 -3
  79. package/esm2020/snackbar/src/component/snackbar.component.mjs +4 -3
  80. package/esm2020/snackbar/src/snackbar.module.mjs +8 -4
  81. package/esm2020/testing/index.mjs +2 -0
  82. package/esm2020/testing/mintplayer-ng-bootstrap-testing.mjs +5 -0
  83. package/esm2020/testing/src/accordion/accordion/accordion.component.mjs +21 -0
  84. package/esm2020/testing/src/accordion/accordion-tab/accordion-tab.component.mjs +24 -0
  85. package/esm2020/testing/src/accordion/accordion-tab-header/accordion-tab-header.component.mjs +16 -0
  86. package/esm2020/testing/src/accordion/accordion-testing.module.mjs +40 -0
  87. package/esm2020/testing/src/accordion/index.mjs +5 -0
  88. package/esm2020/testing/src/alert/alert/alert.component.mjs +32 -0
  89. package/esm2020/testing/src/alert/alert-close/alert-close.component.mjs +16 -0
  90. package/esm2020/testing/src/alert/alert-testing.module.mjs +27 -0
  91. package/esm2020/testing/src/alert/index.mjs +4 -0
  92. package/esm2020/testing/src/badge/badge/badge.component.mjs +22 -0
  93. package/esm2020/testing/src/badge/badge-testing.module.mjs +24 -0
  94. package/esm2020/testing/src/badge/index.mjs +3 -0
  95. package/esm2020/testing/src/breadcrumb/breadcrumb/breadcrumb.component.mjs +16 -0
  96. package/esm2020/testing/src/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +16 -0
  97. package/esm2020/testing/src/breadcrumb/breadcrumb-testing.module.mjs +27 -0
  98. package/esm2020/testing/src/breadcrumb/index.mjs +4 -0
  99. package/esm2020/testing/src/button-group/button-group/button-group.component.mjs +16 -0
  100. package/esm2020/testing/src/button-group/button-group-testing.module.mjs +24 -0
  101. package/esm2020/testing/src/button-group/index.mjs +3 -0
  102. package/esm2020/testing/src/calendar/calendar/calendar.component.mjs +16 -0
  103. package/esm2020/testing/src/calendar/calendar-testing.module.mjs +24 -0
  104. package/esm2020/testing/src/calendar/index.mjs +3 -0
  105. package/esm2020/testing/src/card/card/card.component.mjs +16 -0
  106. package/esm2020/testing/src/card/card-header/card-header.component.mjs +16 -0
  107. package/esm2020/testing/src/card/card-testing.module.mjs +27 -0
  108. package/esm2020/testing/src/card/index.mjs +4 -0
  109. package/esm2020/testing/src/carousel/carousel/carousel.component.mjs +24 -0
  110. package/esm2020/testing/src/carousel/carousel-image/carousel-image.directive.mjs +13 -0
  111. package/esm2020/testing/src/carousel/carousel-testing.module.mjs +25 -0
  112. package/esm2020/testing/src/carousel/index.mjs +4 -0
  113. package/esm2020/testing/src/close/close/close.component.mjs +16 -0
  114. package/esm2020/testing/src/close/close-testing.module.mjs +24 -0
  115. package/esm2020/testing/src/close/index.mjs +3 -0
  116. package/esm2020/testing/src/code-snippet/code-snippet/code-snippet.component.mjs +21 -0
  117. package/esm2020/testing/src/code-snippet/code-snippet-testing.module.mjs +24 -0
  118. package/esm2020/testing/src/code-snippet/index.mjs +3 -0
  119. package/esm2020/testing/src/common/color.enum.mjs +15 -0
  120. package/esm2020/testing/src/common/index.mjs +2 -0
  121. package/esm2020/testing/src/context-menu/context-menu-testing.module.mjs +24 -0
  122. package/esm2020/testing/src/context-menu/context-menu.directive.mjs +13 -0
  123. package/esm2020/testing/src/context-menu/index.mjs +3 -0
  124. package/esm2020/testing/src/copy/copy-testing.module.mjs +24 -0
  125. package/esm2020/testing/src/copy/copy.directive.mjs +15 -0
  126. package/esm2020/testing/src/copy/index.mjs +3 -0
  127. package/esm2020/testing/src/datatable/datatable/datatable.component.mjs +33 -0
  128. package/esm2020/testing/src/datatable/datatable-column/datatable-column.directive.mjs +25 -0
  129. package/esm2020/testing/src/datatable/datatable-settings.mjs +15 -0
  130. package/esm2020/testing/src/datatable/datatable-testing.module.mjs +28 -0
  131. package/esm2020/testing/src/datatable/index.mjs +6 -0
  132. package/esm2020/testing/src/datatable/row-template/row-template.directive.mjs +13 -0
  133. package/esm2020/testing/src/datepicker/datepicker/datepicker.component.mjs +24 -0
  134. package/esm2020/testing/src/datepicker/datepicker-testing.module.mjs +24 -0
  135. package/esm2020/testing/src/datepicker/index.mjs +3 -0
  136. package/esm2020/testing/src/dropdown/dropdown-menu.directive.mjs +14 -0
  137. package/esm2020/testing/src/dropdown/dropdown-testing.module.mjs +34 -0
  138. package/esm2020/testing/src/dropdown/dropdown-toggle.directive.mjs +14 -0
  139. package/esm2020/testing/src/dropdown/dropdown.directive.mjs +21 -0
  140. package/esm2020/testing/src/dropdown/index.mjs +5 -0
  141. package/esm2020/testing/src/dropdown-menu/dropdown-item/dropdown-item.component.mjs +16 -0
  142. package/esm2020/testing/src/dropdown-menu/dropdown-menu/dropdown-menu.component.mjs +16 -0
  143. package/esm2020/testing/src/dropdown-menu/dropdown-menu-testing.module.mjs +27 -0
  144. package/esm2020/testing/src/dropdown-menu/index.mjs +4 -0
  145. package/esm2020/testing/src/enhanced-paste/enhanced-paste-testing.module.mjs +24 -0
  146. package/esm2020/testing/src/enhanced-paste/enhanced-paste.directive.mjs +13 -0
  147. package/esm2020/testing/src/enhanced-paste/index.mjs +4 -0
  148. package/esm2020/testing/src/enhanced-paste/number-overflow.mjs +2 -0
  149. package/esm2020/testing/src/file-upload/file-upload/file-upload.component.mjs +21 -0
  150. package/esm2020/testing/src/file-upload/file-upload-template/file-upload-template.directive.mjs +13 -0
  151. package/esm2020/testing/src/file-upload/file-upload-testing.module.mjs +25 -0
  152. package/esm2020/testing/src/file-upload/file-upload.mjs +2 -0
  153. package/esm2020/testing/src/file-upload/index.mjs +5 -0
  154. package/esm2020/testing/src/for/for-testing.module.mjs +24 -0
  155. package/esm2020/testing/src/for/for.directive.mjs +15 -0
  156. package/esm2020/testing/src/for/index.mjs +3 -0
  157. package/esm2020/testing/src/grid/column.directive.mjs +15 -0
  158. package/esm2020/testing/src/grid/grid/grid.component.mjs +21 -0
  159. package/esm2020/testing/src/grid/grid-testing.module.mjs +26 -0
  160. package/esm2020/testing/src/grid/index.mjs +5 -0
  161. package/esm2020/testing/src/grid/row.directive.mjs +13 -0
  162. package/esm2020/testing/src/has-overlay/has-overlay/has-overlay.component.mjs +11 -0
  163. package/esm2020/testing/src/has-overlay/has-overlay.module.mjs +18 -0
  164. package/esm2020/testing/src/has-overlay/index.mjs +3 -0
  165. package/esm2020/testing/src/highlight/highlight.directive.mjs +15 -0
  166. package/esm2020/testing/src/highlight/highlight.module.mjs +24 -0
  167. package/esm2020/testing/src/highlight/index.mjs +3 -0
  168. package/esm2020/testing/src/index.mjs +50 -0
  169. package/esm2020/testing/src/list-group/index.mjs +4 -0
  170. package/esm2020/testing/src/list-group/list-group/list-group.component.mjs +16 -0
  171. package/esm2020/testing/src/list-group/list-group-item/list-group-item.component.mjs +16 -0
  172. package/esm2020/testing/src/list-group/list-group-testing.module.mjs +27 -0
  173. package/esm2020/testing/src/modal/index.mjs +3 -0
  174. package/esm2020/testing/src/modal/modal-host/modal-host.component.mjs +19 -0
  175. package/esm2020/testing/src/modal/modal-testing.module.mjs +18 -0
  176. package/esm2020/testing/src/multiselect/index.mjs +3 -0
  177. package/esm2020/testing/src/multiselect/multiselect/multiselect.component.mjs +24 -0
  178. package/esm2020/testing/src/multiselect/multiselect-testing.module.mjs +24 -0
  179. package/esm2020/testing/src/navbar/index.mjs +8 -0
  180. package/esm2020/testing/src/navbar/navbar/navbar.component.mjs +16 -0
  181. package/esm2020/testing/src/navbar/navbar-brand/navbar-brand.component.mjs +16 -0
  182. package/esm2020/testing/src/navbar/navbar-content/navbar-content.directive.mjs +17 -0
  183. package/esm2020/testing/src/navbar/navbar-dropdown/navbar-dropdown.component.mjs +16 -0
  184. package/esm2020/testing/src/navbar/navbar-item/navbar-item.component.mjs +19 -0
  185. package/esm2020/testing/src/navbar/navbar-nav/navbar-nav.component.mjs +18 -0
  186. package/esm2020/testing/src/navbar/navbar-testing.module.mjs +47 -0
  187. package/esm2020/testing/src/offcanvas/index.mjs +4 -0
  188. package/esm2020/testing/src/offcanvas/offcanvas-content/offcanvas-content.directive.mjs +18 -0
  189. package/esm2020/testing/src/offcanvas/offcanvas-host/offcanvas-host.component.mjs +33 -0
  190. package/esm2020/testing/src/offcanvas/offcanvas-testing.module.mjs +24 -0
  191. package/esm2020/testing/src/pagination/index.mjs +3 -0
  192. package/esm2020/testing/src/pagination/pagination/pagination.component.mjs +34 -0
  193. package/esm2020/testing/src/pagination/pagination-testing.module.mjs +24 -0
  194. package/esm2020/testing/src/placeholder/index.mjs +3 -0
  195. package/esm2020/testing/src/placeholder/placeholder/placeholder.component.mjs +21 -0
  196. package/esm2020/testing/src/placeholder/placeholder-testing.module.mjs +24 -0
  197. package/esm2020/testing/src/popover/directive/popover.directive.mjs +18 -0
  198. package/esm2020/testing/src/popover/index.mjs +3 -0
  199. package/esm2020/testing/src/popover/popover-testing.module.mjs +18 -0
  200. package/esm2020/testing/src/progress-bar/index.mjs +4 -0
  201. package/esm2020/testing/src/progress-bar/progress/progress.component.mjs +19 -0
  202. package/esm2020/testing/src/progress-bar/progress-bar/progress-bar.component.mjs +32 -0
  203. package/esm2020/testing/src/progress-bar/progress-bar-testing.module.mjs +19 -0
  204. package/esm2020/testing/src/range/component/range.component.mjs +16 -0
  205. package/esm2020/testing/src/range/directives/range-value-accessor.directive.mjs +33 -0
  206. package/esm2020/testing/src/range/index.mjs +4 -0
  207. package/esm2020/testing/src/range/range-testing.module.mjs +25 -0
  208. package/esm2020/testing/src/rating/index.mjs +3 -0
  209. package/esm2020/testing/src/rating/rating/rating.component.mjs +19 -0
  210. package/esm2020/testing/src/rating/rating-testing.module.mjs +18 -0
  211. package/esm2020/testing/src/scheduler/enums/index.mjs +2 -0
  212. package/esm2020/testing/src/scheduler/enums/scheduler-mode.mjs +6 -0
  213. package/esm2020/testing/src/scheduler/index.mjs +5 -0
  214. package/esm2020/testing/src/scheduler/interfaces/index.mjs +6 -0
  215. package/esm2020/testing/src/scheduler/interfaces/resource-group.mjs +2 -0
  216. package/esm2020/testing/src/scheduler/interfaces/resource.mjs +2 -0
  217. package/esm2020/testing/src/scheduler/interfaces/scheduler-event.mjs +2 -0
  218. package/esm2020/testing/src/scheduler/interfaces/timeline-options.mjs +2 -0
  219. package/esm2020/testing/src/scheduler/interfaces/week-options.mjs +2 -0
  220. package/esm2020/testing/src/scheduler/scheduler/scheduler.component.mjs +31 -0
  221. package/esm2020/testing/src/scheduler/scheduler-testing.module.mjs +18 -0
  222. package/esm2020/testing/src/scrollspy/component/scrollspy.component.mjs +26 -0
  223. package/esm2020/testing/src/scrollspy/directive/scrollspy.directive.mjs +22 -0
  224. package/esm2020/testing/src/scrollspy/index.mjs +4 -0
  225. package/esm2020/testing/src/scrollspy/scrollspy-testing.module.mjs +27 -0
  226. package/esm2020/testing/src/select/component/select.component.mjs +21 -0
  227. package/esm2020/testing/src/select/directives/index.mjs +3 -0
  228. package/esm2020/testing/src/select/directives/select-option.directive.mjs +22 -0
  229. package/esm2020/testing/src/select/directives/select-value-accessor.directive.mjs +34 -0
  230. package/esm2020/testing/src/select/index.mjs +4 -0
  231. package/esm2020/testing/src/select/select-testing.module.mjs +20 -0
  232. package/esm2020/testing/src/select2/index.mjs +3 -0
  233. package/esm2020/testing/src/select2/select2/select2.component.mjs +22 -0
  234. package/esm2020/testing/src/select2/select2-testing.module.mjs +18 -0
  235. package/esm2020/testing/src/snackbar/index.mjs +3 -0
  236. package/esm2020/testing/src/snackbar/service/snackbar.service.mjs +15 -0
  237. package/esm2020/testing/src/snackbar/snackbar-testing.module.mjs +25 -0
  238. package/esm2020/testing/src/spinner/component/spinner.component.mjs +20 -0
  239. package/esm2020/testing/src/spinner/index.mjs +3 -0
  240. package/esm2020/testing/src/spinner/spinner-testing.module.mjs +18 -0
  241. package/esm2020/testing/src/tab-control/index.mjs +4 -0
  242. package/esm2020/testing/src/tab-control/tab-control/tab-control.component.mjs +16 -0
  243. package/esm2020/testing/src/tab-control/tab-control-testing.module.mjs +19 -0
  244. package/esm2020/testing/src/tab-control/tab-page/tab-page.component.mjs +16 -0
  245. package/esm2020/testing/src/table/index.mjs +3 -0
  246. package/esm2020/testing/src/table/table/table.component.mjs +27 -0
  247. package/esm2020/testing/src/table/table-testing.module.mjs +24 -0
  248. package/esm2020/testing/src/timepicker/component/timepicker.component.mjs +16 -0
  249. package/esm2020/testing/src/timepicker/index.mjs +3 -0
  250. package/esm2020/testing/src/timepicker/timepicker-testing.module.mjs +18 -0
  251. package/esm2020/testing/src/toast/components/index.mjs +4 -0
  252. package/esm2020/testing/src/toast/components/toast/toast.component.mjs +21 -0
  253. package/esm2020/testing/src/toast/components/toast-body/toast-body.component.mjs +16 -0
  254. package/esm2020/testing/src/toast/components/toast-header/toast-header.component.mjs +16 -0
  255. package/esm2020/testing/src/toast/index.mjs +7 -0
  256. package/esm2020/testing/src/toast/pipes/add-properties.pipe.mjs +16 -0
  257. package/esm2020/testing/src/toast/pipes/index.mjs +2 -0
  258. package/esm2020/testing/src/toast/providers/index.mjs +2 -0
  259. package/esm2020/testing/src/toast/providers/portal-factory.provider.mjs +3 -0
  260. package/esm2020/testing/src/toast/service/toast.service.mjs +26 -0
  261. package/esm2020/testing/src/toast/toast-container/toast-container.component.mjs +22 -0
  262. package/esm2020/testing/src/toast/toast-testing.module.mjs +64 -0
  263. package/esm2020/testing/src/toggle-button/directives/index.mjs +3 -0
  264. package/esm2020/testing/src/toggle-button/directives/toggle-button-group.directive.mjs +23 -0
  265. package/esm2020/testing/src/toggle-button/directives/toggle-button-value-accessor.directive.mjs +33 -0
  266. package/esm2020/testing/src/toggle-button/index.mjs +5 -0
  267. package/esm2020/testing/src/toggle-button/toggle-button/toggle-button.component.mjs +42 -0
  268. package/esm2020/testing/src/toggle-button/toggle-button-testing.module.mjs +20 -0
  269. package/esm2020/testing/src/toggle-button/types/check-style.mjs +2 -0
  270. package/esm2020/testing/src/toggle-button/types/index.mjs +2 -0
  271. package/esm2020/testing/src/tooltip/index.mjs +3 -0
  272. package/esm2020/testing/src/tooltip/tooltip-testing.module.mjs +24 -0
  273. package/esm2020/testing/src/tooltip/tooltip.directive.mjs +18 -0
  274. package/esm2020/testing/src/typeahead/index.mjs +3 -0
  275. package/esm2020/testing/src/typeahead/typeahead/typeahead.component.mjs +31 -0
  276. package/esm2020/testing/src/typeahead/typeahead-testing.module.mjs +18 -0
  277. package/esm2020/testing/src/types/index.mjs +3 -0
  278. package/esm2020/testing/src/types/position.mjs +2 -0
  279. package/esm2020/testing/src/types/view-state.mjs +2 -0
  280. package/esm2020/testing/src/uc-first.pipe/index.mjs +3 -0
  281. package/esm2020/testing/src/uc-first.pipe/uc-first-testing.module.mjs +30 -0
  282. package/esm2020/testing/src/uc-first.pipe/uc-first.pipe.mjs +16 -0
  283. package/esm2020/timepicker/src/timepicker.component.mjs +3 -3
  284. package/esm2020/toast/src/components/toast-container/toast-container.component.mjs +5 -4
  285. package/esm2020/toast/src/index.mjs +2 -1
  286. package/esm2020/{lib/pipes/add-properties → toast/src/pipes}/add-properties.pipe.mjs +1 -1
  287. package/esm2020/toast/src/toast.module.mjs +12 -7
  288. package/esm2020/tooltip/src/component/tooltip.component.mjs +15 -6
  289. package/esm2020/tooltip/src/directive/tooltip.directive.mjs +11 -12
  290. package/esm2020/tooltip/src/tooltip.module.mjs +8 -4
  291. package/esm2020/typeahead/src/typeahead.component.mjs +3 -3
  292. package/fesm2015/mintplayer-ng-bootstrap-accordion.mjs.map +1 -1
  293. package/fesm2015/mintplayer-ng-bootstrap-alert.mjs.map +1 -1
  294. package/fesm2015/mintplayer-ng-bootstrap-badge.mjs.map +1 -1
  295. package/fesm2015/mintplayer-ng-bootstrap-breadcrumb.mjs.map +1 -1
  296. package/fesm2015/mintplayer-ng-bootstrap-button-group.mjs.map +1 -1
  297. package/fesm2015/mintplayer-ng-bootstrap-calendar-month.mjs +178 -0
  298. package/fesm2015/mintplayer-ng-bootstrap-calendar-month.mjs.map +1 -0
  299. package/fesm2015/mintplayer-ng-bootstrap-calendar.mjs +5 -6
  300. package/fesm2015/mintplayer-ng-bootstrap-calendar.mjs.map +1 -1
  301. package/fesm2015/mintplayer-ng-bootstrap-card.mjs.map +1 -1
  302. package/fesm2015/mintplayer-ng-bootstrap-carousel.mjs.map +1 -1
  303. package/fesm2015/mintplayer-ng-bootstrap-close.mjs.map +1 -1
  304. package/fesm2015/mintplayer-ng-bootstrap-code-snippet.mjs.map +1 -1
  305. package/fesm2015/mintplayer-ng-bootstrap-context-menu.mjs +9 -3
  306. package/fesm2015/mintplayer-ng-bootstrap-context-menu.mjs.map +1 -1
  307. package/fesm2015/mintplayer-ng-bootstrap-copy.mjs.map +1 -1
  308. package/fesm2015/mintplayer-ng-bootstrap-datatable.mjs.map +1 -1
  309. package/fesm2015/mintplayer-ng-bootstrap-datepicker.mjs +2 -2
  310. package/fesm2015/mintplayer-ng-bootstrap-datepicker.mjs.map +1 -1
  311. package/fesm2015/mintplayer-ng-bootstrap-dropdown-menu.mjs +1 -0
  312. package/fesm2015/mintplayer-ng-bootstrap-dropdown-menu.mjs.map +1 -1
  313. package/fesm2015/mintplayer-ng-bootstrap-dropdown.mjs +24 -17
  314. package/fesm2015/mintplayer-ng-bootstrap-dropdown.mjs.map +1 -1
  315. package/fesm2015/mintplayer-ng-bootstrap-enhanced-paste.mjs.map +1 -1
  316. package/fesm2015/mintplayer-ng-bootstrap-enum.mjs +38 -0
  317. package/fesm2015/mintplayer-ng-bootstrap-enum.mjs.map +1 -0
  318. package/fesm2015/mintplayer-ng-bootstrap-file-upload.mjs.map +1 -1
  319. package/fesm2015/mintplayer-ng-bootstrap-for.mjs.map +1 -1
  320. package/fesm2015/mintplayer-ng-bootstrap-grid.mjs.map +1 -1
  321. package/fesm2015/mintplayer-ng-bootstrap-has-overlay.mjs +33 -0
  322. package/fesm2015/mintplayer-ng-bootstrap-has-overlay.mjs.map +1 -0
  323. package/fesm2015/mintplayer-ng-bootstrap-list-group.mjs.map +1 -1
  324. package/fesm2015/mintplayer-ng-bootstrap-modal.mjs +10 -5
  325. package/fesm2015/mintplayer-ng-bootstrap-modal.mjs.map +1 -1
  326. package/fesm2015/mintplayer-ng-bootstrap-multiselect.mjs +8 -3
  327. package/fesm2015/mintplayer-ng-bootstrap-multiselect.mjs.map +1 -1
  328. package/fesm2015/mintplayer-ng-bootstrap-navbar.mjs.map +1 -1
  329. package/fesm2015/mintplayer-ng-bootstrap-offcanvas.mjs +10 -5
  330. package/fesm2015/mintplayer-ng-bootstrap-offcanvas.mjs.map +1 -1
  331. package/fesm2015/mintplayer-ng-bootstrap-pagination.mjs.map +1 -1
  332. package/fesm2015/mintplayer-ng-bootstrap-placeholder.mjs.map +1 -1
  333. package/fesm2015/mintplayer-ng-bootstrap-popover.mjs +17 -15
  334. package/fesm2015/mintplayer-ng-bootstrap-popover.mjs.map +1 -1
  335. package/fesm2015/mintplayer-ng-bootstrap-progress-bar.mjs.map +1 -1
  336. package/fesm2015/mintplayer-ng-bootstrap-range.mjs.map +1 -1
  337. package/fesm2015/mintplayer-ng-bootstrap-rating.mjs.map +1 -1
  338. package/fesm2015/mintplayer-ng-bootstrap-scheduler.mjs +1 -1
  339. package/fesm2015/mintplayer-ng-bootstrap-scheduler.mjs.map +1 -1
  340. package/fesm2015/mintplayer-ng-bootstrap-scrollspy.mjs.map +1 -1
  341. package/fesm2015/mintplayer-ng-bootstrap-select.mjs.map +1 -1
  342. package/fesm2015/mintplayer-ng-bootstrap-select2.mjs +2 -2
  343. package/fesm2015/mintplayer-ng-bootstrap-select2.mjs.map +1 -1
  344. package/fesm2015/mintplayer-ng-bootstrap-snackbar.mjs +10 -5
  345. package/fesm2015/mintplayer-ng-bootstrap-snackbar.mjs.map +1 -1
  346. package/fesm2015/mintplayer-ng-bootstrap-spinner.mjs.map +1 -1
  347. package/fesm2015/mintplayer-ng-bootstrap-tab-control.mjs.map +1 -1
  348. package/fesm2015/mintplayer-ng-bootstrap-table.mjs.map +1 -1
  349. package/fesm2015/mintplayer-ng-bootstrap-testing.mjs +2412 -0
  350. package/fesm2015/mintplayer-ng-bootstrap-testing.mjs.map +1 -0
  351. package/fesm2015/mintplayer-ng-bootstrap-timepicker.mjs +2 -2
  352. package/fesm2015/mintplayer-ng-bootstrap-timepicker.mjs.map +1 -1
  353. package/fesm2015/mintplayer-ng-bootstrap-toast.mjs +30 -11
  354. package/fesm2015/mintplayer-ng-bootstrap-toast.mjs.map +1 -1
  355. package/fesm2015/mintplayer-ng-bootstrap-toggle-button.mjs.map +1 -1
  356. package/fesm2015/mintplayer-ng-bootstrap-tooltip.mjs +30 -17
  357. package/fesm2015/mintplayer-ng-bootstrap-tooltip.mjs.map +1 -1
  358. package/fesm2015/mintplayer-ng-bootstrap-typeahead.mjs +2 -2
  359. package/fesm2015/mintplayer-ng-bootstrap-typeahead.mjs.map +1 -1
  360. package/fesm2015/mintplayer-ng-bootstrap.mjs +2 -242
  361. package/fesm2015/mintplayer-ng-bootstrap.mjs.map +1 -1
  362. package/fesm2020/mintplayer-ng-bootstrap-accordion.mjs.map +1 -1
  363. package/fesm2020/mintplayer-ng-bootstrap-alert.mjs.map +1 -1
  364. package/fesm2020/mintplayer-ng-bootstrap-badge.mjs.map +1 -1
  365. package/fesm2020/mintplayer-ng-bootstrap-breadcrumb.mjs.map +1 -1
  366. package/fesm2020/mintplayer-ng-bootstrap-button-group.mjs.map +1 -1
  367. package/fesm2020/mintplayer-ng-bootstrap-calendar-month.mjs +175 -0
  368. package/fesm2020/mintplayer-ng-bootstrap-calendar-month.mjs.map +1 -0
  369. package/fesm2020/mintplayer-ng-bootstrap-calendar.mjs +5 -6
  370. package/fesm2020/mintplayer-ng-bootstrap-calendar.mjs.map +1 -1
  371. package/fesm2020/mintplayer-ng-bootstrap-card.mjs.map +1 -1
  372. package/fesm2020/mintplayer-ng-bootstrap-carousel.mjs.map +1 -1
  373. package/fesm2020/mintplayer-ng-bootstrap-close.mjs.map +1 -1
  374. package/fesm2020/mintplayer-ng-bootstrap-code-snippet.mjs.map +1 -1
  375. package/fesm2020/mintplayer-ng-bootstrap-context-menu.mjs +9 -3
  376. package/fesm2020/mintplayer-ng-bootstrap-context-menu.mjs.map +1 -1
  377. package/fesm2020/mintplayer-ng-bootstrap-copy.mjs.map +1 -1
  378. package/fesm2020/mintplayer-ng-bootstrap-datatable.mjs.map +1 -1
  379. package/fesm2020/mintplayer-ng-bootstrap-datepicker.mjs +2 -2
  380. package/fesm2020/mintplayer-ng-bootstrap-datepicker.mjs.map +1 -1
  381. package/fesm2020/mintplayer-ng-bootstrap-dropdown-menu.mjs +1 -0
  382. package/fesm2020/mintplayer-ng-bootstrap-dropdown-menu.mjs.map +1 -1
  383. package/fesm2020/mintplayer-ng-bootstrap-dropdown.mjs +24 -17
  384. package/fesm2020/mintplayer-ng-bootstrap-dropdown.mjs.map +1 -1
  385. package/fesm2020/mintplayer-ng-bootstrap-enhanced-paste.mjs.map +1 -1
  386. package/fesm2020/mintplayer-ng-bootstrap-enum.mjs +38 -0
  387. package/fesm2020/mintplayer-ng-bootstrap-enum.mjs.map +1 -0
  388. package/fesm2020/mintplayer-ng-bootstrap-file-upload.mjs.map +1 -1
  389. package/fesm2020/mintplayer-ng-bootstrap-for.mjs.map +1 -1
  390. package/fesm2020/mintplayer-ng-bootstrap-grid.mjs.map +1 -1
  391. package/fesm2020/mintplayer-ng-bootstrap-has-overlay.mjs +33 -0
  392. package/fesm2020/mintplayer-ng-bootstrap-has-overlay.mjs.map +1 -0
  393. package/fesm2020/mintplayer-ng-bootstrap-list-group.mjs.map +1 -1
  394. package/fesm2020/mintplayer-ng-bootstrap-modal.mjs +10 -5
  395. package/fesm2020/mintplayer-ng-bootstrap-modal.mjs.map +1 -1
  396. package/fesm2020/mintplayer-ng-bootstrap-multiselect.mjs +8 -3
  397. package/fesm2020/mintplayer-ng-bootstrap-multiselect.mjs.map +1 -1
  398. package/fesm2020/mintplayer-ng-bootstrap-navbar.mjs.map +1 -1
  399. package/fesm2020/mintplayer-ng-bootstrap-offcanvas.mjs +10 -5
  400. package/fesm2020/mintplayer-ng-bootstrap-offcanvas.mjs.map +1 -1
  401. package/fesm2020/mintplayer-ng-bootstrap-pagination.mjs.map +1 -1
  402. package/fesm2020/mintplayer-ng-bootstrap-placeholder.mjs.map +1 -1
  403. package/fesm2020/mintplayer-ng-bootstrap-popover.mjs +17 -15
  404. package/fesm2020/mintplayer-ng-bootstrap-popover.mjs.map +1 -1
  405. package/fesm2020/mintplayer-ng-bootstrap-progress-bar.mjs.map +1 -1
  406. package/fesm2020/mintplayer-ng-bootstrap-range.mjs.map +1 -1
  407. package/fesm2020/mintplayer-ng-bootstrap-rating.mjs.map +1 -1
  408. package/fesm2020/mintplayer-ng-bootstrap-scheduler.mjs +1 -1
  409. package/fesm2020/mintplayer-ng-bootstrap-scheduler.mjs.map +1 -1
  410. package/fesm2020/mintplayer-ng-bootstrap-scrollspy.mjs.map +1 -1
  411. package/fesm2020/mintplayer-ng-bootstrap-select.mjs.map +1 -1
  412. package/fesm2020/mintplayer-ng-bootstrap-select2.mjs +2 -2
  413. package/fesm2020/mintplayer-ng-bootstrap-select2.mjs.map +1 -1
  414. package/fesm2020/mintplayer-ng-bootstrap-snackbar.mjs +10 -5
  415. package/fesm2020/mintplayer-ng-bootstrap-snackbar.mjs.map +1 -1
  416. package/fesm2020/mintplayer-ng-bootstrap-spinner.mjs.map +1 -1
  417. package/fesm2020/mintplayer-ng-bootstrap-tab-control.mjs.map +1 -1
  418. package/fesm2020/mintplayer-ng-bootstrap-table.mjs.map +1 -1
  419. package/fesm2020/mintplayer-ng-bootstrap-testing.mjs +2411 -0
  420. package/fesm2020/mintplayer-ng-bootstrap-testing.mjs.map +1 -0
  421. package/fesm2020/mintplayer-ng-bootstrap-timepicker.mjs +2 -2
  422. package/fesm2020/mintplayer-ng-bootstrap-timepicker.mjs.map +1 -1
  423. package/fesm2020/mintplayer-ng-bootstrap-toast.mjs +30 -11
  424. package/fesm2020/mintplayer-ng-bootstrap-toast.mjs.map +1 -1
  425. package/fesm2020/mintplayer-ng-bootstrap-toggle-button.mjs.map +1 -1
  426. package/fesm2020/mintplayer-ng-bootstrap-tooltip.mjs +30 -17
  427. package/fesm2020/mintplayer-ng-bootstrap-tooltip.mjs.map +1 -1
  428. package/fesm2020/mintplayer-ng-bootstrap-typeahead.mjs +2 -2
  429. package/fesm2020/mintplayer-ng-bootstrap-typeahead.mjs.map +1 -1
  430. package/fesm2020/mintplayer-ng-bootstrap.mjs +2 -239
  431. package/fesm2020/mintplayer-ng-bootstrap.mjs.map +1 -1
  432. package/has-overlay/index.d.ts +1 -0
  433. package/has-overlay/src/has-overlay/has-overlay.component.d.ts +5 -0
  434. package/has-overlay/src/has-overlay/has-overlay.module.d.ts +8 -0
  435. package/has-overlay/src/index.d.ts +2 -0
  436. package/index.d.ts +0 -2
  437. package/lib/enums/index.d.ts +0 -1
  438. package/lib/pipes/index.d.ts +0 -3
  439. package/lib/types/index.d.ts +2 -1
  440. package/lib/types/position.d.ts +1 -0
  441. package/modal/src/modal.module.d.ts +2 -1
  442. package/multiselect/src/multiselect.module.d.ts +3 -2
  443. package/offcanvas/src/components/offcanvas/offcanvas.component.d.ts +4 -5
  444. package/offcanvas/src/components/offcanvas-host/offcanvas-host.component.d.ts +4 -5
  445. package/offcanvas/src/index.d.ts +0 -1
  446. package/offcanvas/src/offcanvas.module.d.ts +2 -1
  447. package/package.json +33 -1
  448. package/popover/src/component/popover.component.d.ts +1 -1
  449. package/popover/src/popover.module.d.ts +2 -1
  450. package/scheduler/src/components/scheduler/scheduler.component.d.ts +1 -1
  451. package/snackbar/src/snackbar.module.d.ts +2 -1
  452. package/testing/index.d.ts +1 -0
  453. package/testing/src/accordion/accordion/accordion.component.d.ts +6 -0
  454. package/testing/src/accordion/accordion-tab/accordion-tab.component.d.ts +10 -0
  455. package/testing/src/accordion/accordion-tab-header/accordion-tab-header.component.d.ts +5 -0
  456. package/testing/src/accordion/accordion-testing.module.d.ts +10 -0
  457. package/testing/src/accordion/index.d.ts +4 -0
  458. package/testing/src/alert/alert/alert.component.d.ts +11 -0
  459. package/testing/src/alert/alert-close/alert-close.component.d.ts +5 -0
  460. package/testing/src/alert/alert-testing.module.d.ts +9 -0
  461. package/testing/src/alert/index.d.ts +3 -0
  462. package/testing/src/badge/badge/badge.component.d.ts +7 -0
  463. package/testing/src/badge/badge-testing.module.d.ts +8 -0
  464. package/testing/src/badge/index.d.ts +2 -0
  465. package/testing/src/breadcrumb/breadcrumb/breadcrumb.component.d.ts +5 -0
  466. package/testing/src/breadcrumb/breadcrumb-item/breadcrumb-item.component.d.ts +5 -0
  467. package/testing/src/breadcrumb/breadcrumb-testing.module.d.ts +9 -0
  468. package/testing/src/breadcrumb/index.d.ts +3 -0
  469. package/testing/src/button-group/button-group/button-group.component.d.ts +5 -0
  470. package/testing/src/button-group/button-group-testing.module.d.ts +8 -0
  471. package/testing/src/button-group/index.d.ts +2 -0
  472. package/testing/src/calendar/calendar/calendar.component.d.ts +5 -0
  473. package/testing/src/calendar/calendar-testing.module.d.ts +8 -0
  474. package/testing/src/calendar/index.d.ts +2 -0
  475. package/testing/src/card/card/card.component.d.ts +5 -0
  476. package/testing/src/card/card-header/card-header.component.d.ts +5 -0
  477. package/testing/src/card/card-testing.module.d.ts +9 -0
  478. package/testing/src/card/index.d.ts +3 -0
  479. package/testing/src/carousel/carousel/carousel.component.d.ts +7 -0
  480. package/testing/src/carousel/carousel-image/carousel-image.directive.d.ts +5 -0
  481. package/testing/src/carousel/carousel-testing.module.d.ts +9 -0
  482. package/testing/src/carousel/index.d.ts +3 -0
  483. package/testing/src/close/close/close.component.d.ts +5 -0
  484. package/testing/src/close/close-testing.module.d.ts +8 -0
  485. package/testing/src/close/index.d.ts +2 -0
  486. package/testing/src/code-snippet/code-snippet/code-snippet.component.d.ts +6 -0
  487. package/testing/src/code-snippet/code-snippet-testing.module.d.ts +8 -0
  488. package/testing/src/code-snippet/index.d.ts +2 -0
  489. package/testing/src/common/color.enum.d.ts +13 -0
  490. package/testing/src/common/index.d.ts +1 -0
  491. package/testing/src/context-menu/context-menu-testing.module.d.ts +8 -0
  492. package/testing/src/context-menu/context-menu.directive.d.ts +5 -0
  493. package/testing/src/context-menu/index.d.ts +2 -0
  494. package/testing/src/copy/copy-testing.module.d.ts +8 -0
  495. package/testing/src/copy/copy.directive.d.ts +6 -0
  496. package/testing/src/copy/index.d.ts +2 -0
  497. package/testing/src/datatable/datatable/datatable.component.d.ts +14 -0
  498. package/testing/src/datatable/datatable-column/datatable-column.directive.d.ts +12 -0
  499. package/testing/src/datatable/datatable-settings.d.ts +13 -0
  500. package/testing/src/datatable/datatable-testing.module.d.ts +10 -0
  501. package/testing/src/datatable/index.d.ts +5 -0
  502. package/testing/src/datatable/row-template/row-template.directive.d.ts +5 -0
  503. package/testing/src/datepicker/datepicker/datepicker.component.d.ts +8 -0
  504. package/testing/src/datepicker/datepicker-testing.module.d.ts +8 -0
  505. package/testing/src/datepicker/index.d.ts +2 -0
  506. package/testing/src/dropdown/dropdown-menu.directive.d.ts +6 -0
  507. package/testing/src/dropdown/dropdown-testing.module.d.ts +10 -0
  508. package/testing/src/dropdown/dropdown-toggle.directive.d.ts +6 -0
  509. package/testing/src/dropdown/dropdown.directive.d.ts +7 -0
  510. package/testing/src/dropdown/index.d.ts +4 -0
  511. package/testing/src/dropdown-menu/dropdown-item/dropdown-item.component.d.ts +5 -0
  512. package/testing/src/dropdown-menu/dropdown-menu/dropdown-menu.component.d.ts +5 -0
  513. package/testing/src/dropdown-menu/dropdown-menu-testing.module.d.ts +9 -0
  514. package/testing/src/dropdown-menu/index.d.ts +3 -0
  515. package/testing/src/enhanced-paste/enhanced-paste-testing.module.d.ts +8 -0
  516. package/testing/src/enhanced-paste/enhanced-paste.directive.d.ts +5 -0
  517. package/testing/src/enhanced-paste/index.d.ts +3 -0
  518. package/testing/src/enhanced-paste/number-overflow.d.ts +5 -0
  519. package/testing/src/file-upload/file-upload/file-upload.component.d.ts +7 -0
  520. package/testing/src/file-upload/file-upload-template/file-upload-template.directive.d.ts +5 -0
  521. package/testing/src/file-upload/file-upload-testing.module.d.ts +9 -0
  522. package/testing/src/file-upload/file-upload.d.ts +4 -0
  523. package/testing/src/file-upload/index.d.ts +4 -0
  524. package/testing/src/for/for-testing.module.d.ts +8 -0
  525. package/testing/src/for/for.directive.d.ts +6 -0
  526. package/testing/src/for/index.d.ts +2 -0
  527. package/testing/src/grid/column.directive.d.ts +6 -0
  528. package/testing/src/grid/grid/grid.component.d.ts +6 -0
  529. package/testing/src/grid/grid-testing.module.d.ts +10 -0
  530. package/testing/src/grid/index.d.ts +4 -0
  531. package/testing/src/grid/row.directive.d.ts +5 -0
  532. package/testing/src/has-overlay/has-overlay/has-overlay.component.d.ts +5 -0
  533. package/testing/src/has-overlay/has-overlay.module.d.ts +8 -0
  534. package/testing/src/has-overlay/index.d.ts +2 -0
  535. package/testing/src/highlight/highlight.directive.d.ts +6 -0
  536. package/testing/src/highlight/highlight.module.d.ts +8 -0
  537. package/testing/src/highlight/index.d.ts +2 -0
  538. package/testing/src/index.d.ts +49 -0
  539. package/testing/src/list-group/index.d.ts +3 -0
  540. package/testing/src/list-group/list-group/list-group.component.d.ts +5 -0
  541. package/testing/src/list-group/list-group-item/list-group-item.component.d.ts +5 -0
  542. package/testing/src/list-group/list-group-testing.module.d.ts +9 -0
  543. package/testing/src/modal/index.d.ts +2 -0
  544. package/testing/src/modal/modal-host/modal-host.component.d.ts +8 -0
  545. package/testing/src/modal/modal-testing.module.d.ts +8 -0
  546. package/testing/src/multiselect/index.d.ts +2 -0
  547. package/testing/src/multiselect/multiselect/multiselect.component.d.ts +7 -0
  548. package/testing/src/multiselect/multiselect-testing.module.d.ts +8 -0
  549. package/testing/src/navbar/index.d.ts +7 -0
  550. package/testing/src/navbar/navbar/navbar.component.d.ts +5 -0
  551. package/testing/src/navbar/navbar-brand/navbar-brand.component.d.ts +5 -0
  552. package/testing/src/navbar/navbar-content/navbar-content.directive.d.ts +7 -0
  553. package/testing/src/navbar/navbar-dropdown/navbar-dropdown.component.d.ts +5 -0
  554. package/testing/src/navbar/navbar-item/navbar-item.component.d.ts +8 -0
  555. package/testing/src/navbar/navbar-nav/navbar-nav.component.d.ts +6 -0
  556. package/testing/src/navbar/navbar-testing.module.d.ts +13 -0
  557. package/testing/src/offcanvas/index.d.ts +3 -0
  558. package/testing/src/offcanvas/offcanvas-content/offcanvas-content.directive.d.ts +8 -0
  559. package/testing/src/offcanvas/offcanvas-host/offcanvas-host.component.d.ts +13 -0
  560. package/testing/src/offcanvas/offcanvas-testing.module.d.ts +9 -0
  561. package/testing/src/pagination/index.d.ts +2 -0
  562. package/testing/src/pagination/pagination/pagination.component.d.ts +11 -0
  563. package/testing/src/pagination/pagination-testing.module.d.ts +8 -0
  564. package/testing/src/placeholder/index.d.ts +2 -0
  565. package/testing/src/placeholder/placeholder/placeholder.component.d.ts +6 -0
  566. package/testing/src/placeholder/placeholder-testing.module.d.ts +8 -0
  567. package/testing/src/popover/directive/popover.directive.d.ts +7 -0
  568. package/testing/src/popover/index.d.ts +2 -0
  569. package/testing/src/popover/popover-testing.module.d.ts +8 -0
  570. package/testing/src/progress-bar/index.d.ts +3 -0
  571. package/testing/src/progress-bar/progress/progress.component.d.ts +7 -0
  572. package/testing/src/progress-bar/progress-bar/progress-bar.component.d.ts +12 -0
  573. package/testing/src/progress-bar/progress-bar-testing.module.d.ts +9 -0
  574. package/testing/src/range/component/range.component.d.ts +5 -0
  575. package/testing/src/range/directives/range-value-accessor.directive.d.ts +12 -0
  576. package/testing/src/range/index.d.ts +3 -0
  577. package/testing/src/range/range-testing.module.d.ts +9 -0
  578. package/testing/src/rating/index.d.ts +2 -0
  579. package/testing/src/rating/rating/rating.component.d.ts +7 -0
  580. package/testing/src/rating/rating-testing.module.d.ts +8 -0
  581. package/testing/src/scheduler/enums/index.d.ts +1 -0
  582. package/testing/src/scheduler/enums/scheduler-mode.d.ts +4 -0
  583. package/testing/src/scheduler/index.d.ts +4 -0
  584. package/testing/src/scheduler/interfaces/index.d.ts +5 -0
  585. package/testing/src/scheduler/interfaces/resource-group.d.ts +5 -0
  586. package/testing/src/scheduler/interfaces/resource.d.ts +5 -0
  587. package/testing/src/scheduler/interfaces/scheduler-event.d.ts +6 -0
  588. package/testing/src/scheduler/interfaces/timeline-options.d.ts +3 -0
  589. package/testing/src/scheduler/interfaces/week-options.d.ts +3 -0
  590. package/testing/src/scheduler/scheduler/scheduler.component.d.ts +14 -0
  591. package/testing/src/scheduler/scheduler-testing.module.d.ts +8 -0
  592. package/testing/src/scrollspy/component/scrollspy.component.d.ts +9 -0
  593. package/testing/src/scrollspy/directive/scrollspy.directive.d.ts +8 -0
  594. package/testing/src/scrollspy/index.d.ts +3 -0
  595. package/testing/src/scrollspy/scrollspy-testing.module.d.ts +9 -0
  596. package/testing/src/select/component/select.component.d.ts +6 -0
  597. package/testing/src/select/directives/index.d.ts +2 -0
  598. package/testing/src/select/directives/select-option.directive.d.ts +8 -0
  599. package/testing/src/select/directives/select-value-accessor.directive.d.ts +10 -0
  600. package/testing/src/select/index.d.ts +3 -0
  601. package/testing/src/select/select-testing.module.d.ts +10 -0
  602. package/testing/src/select2/index.d.ts +2 -0
  603. package/testing/src/select2/select2/select2.component.d.ts +9 -0
  604. package/testing/src/select2/select2-testing.module.d.ts +8 -0
  605. package/testing/src/snackbar/index.d.ts +2 -0
  606. package/testing/src/snackbar/service/snackbar.service.d.ts +9 -0
  607. package/testing/src/snackbar/snackbar-testing.module.d.ts +7 -0
  608. package/testing/src/spinner/component/spinner.component.d.ts +8 -0
  609. package/testing/src/spinner/index.d.ts +2 -0
  610. package/testing/src/spinner/spinner-testing.module.d.ts +8 -0
  611. package/testing/src/tab-control/index.d.ts +3 -0
  612. package/testing/src/tab-control/tab-control/tab-control.component.d.ts +6 -0
  613. package/testing/src/tab-control/tab-control-testing.module.d.ts +9 -0
  614. package/testing/src/tab-control/tab-page/tab-page.component.d.ts +6 -0
  615. package/testing/src/table/index.d.ts +2 -0
  616. package/testing/src/table/table/table.component.d.ts +8 -0
  617. package/testing/src/table/table-testing.module.d.ts +8 -0
  618. package/testing/src/timepicker/component/timepicker.component.d.ts +6 -0
  619. package/testing/src/timepicker/index.d.ts +2 -0
  620. package/testing/src/timepicker/timepicker-testing.module.d.ts +8 -0
  621. package/testing/src/toast/components/index.d.ts +3 -0
  622. package/testing/src/toast/components/toast/toast.component.d.ts +6 -0
  623. package/testing/src/toast/components/toast-body/toast-body.component.d.ts +5 -0
  624. package/testing/src/toast/components/toast-header/toast-header.component.d.ts +5 -0
  625. package/testing/src/toast/index.d.ts +6 -0
  626. package/testing/src/toast/pipes/add-properties.pipe.d.ts +7 -0
  627. package/testing/src/toast/pipes/index.d.ts +1 -0
  628. package/testing/src/toast/providers/index.d.ts +1 -0
  629. package/testing/src/toast/providers/portal-factory.provider.d.ts +3 -0
  630. package/testing/src/toast/service/toast.service.d.ts +14 -0
  631. package/testing/src/toast/toast-container/toast-container.component.d.ts +8 -0
  632. package/testing/src/toast/toast-testing.module.d.ts +11 -0
  633. package/testing/src/toggle-button/directives/index.d.ts +2 -0
  634. package/testing/src/toggle-button/directives/toggle-button-group.directive.d.ts +8 -0
  635. package/testing/src/toggle-button/directives/toggle-button-value-accessor.directive.d.ts +12 -0
  636. package/testing/src/toggle-button/index.d.ts +4 -0
  637. package/testing/src/toggle-button/toggle-button/toggle-button.component.d.ts +16 -0
  638. package/testing/src/toggle-button/toggle-button-testing.module.d.ts +10 -0
  639. package/testing/src/toggle-button/types/check-style.d.ts +1 -0
  640. package/testing/src/toggle-button/types/index.d.ts +1 -0
  641. package/testing/src/tooltip/index.d.ts +2 -0
  642. package/testing/src/tooltip/tooltip-testing.module.d.ts +8 -0
  643. package/testing/src/tooltip/tooltip.directive.d.ts +7 -0
  644. package/testing/src/typeahead/index.d.ts +2 -0
  645. package/testing/src/typeahead/typeahead/typeahead.component.d.ts +12 -0
  646. package/testing/src/typeahead/typeahead-testing.module.d.ts +8 -0
  647. package/testing/src/types/index.d.ts +2 -0
  648. package/testing/src/types/position.d.ts +1 -0
  649. package/testing/src/types/view-state.d.ts +1 -0
  650. package/testing/src/uc-first.pipe/index.d.ts +2 -0
  651. package/testing/src/uc-first.pipe/uc-first-testing.module.d.ts +8 -0
  652. package/testing/src/uc-first.pipe/uc-first.pipe.d.ts +7 -0
  653. package/toast/src/index.d.ts +1 -0
  654. package/{lib/pipes/add-properties → toast/src/pipes}/add-properties.pipe.d.ts +0 -0
  655. package/toast/src/toast.module.d.ts +5 -4
  656. package/tooltip/src/component/tooltip.component.d.ts +5 -2
  657. package/tooltip/src/directive/tooltip.directive.d.ts +3 -3
  658. package/tooltip/src/tooltip.module.d.ts +2 -1
  659. package/esm2020/lib/enums/position.enum.mjs +0 -8
  660. package/esm2020/lib/interfaces/date-day-of-month.mjs +0 -2
  661. package/esm2020/lib/interfaces/enum-item.mjs +0 -2
  662. package/esm2020/lib/interfaces/first-and-last-date.mjs +0 -2
  663. package/esm2020/lib/interfaces/index.mjs +0 -5
  664. package/esm2020/lib/interfaces/week.mjs +0 -2
  665. package/esm2020/lib/interfaces/weekday.mjs +0 -2
  666. package/esm2020/lib/pipes/add-properties/add-properties.module.mjs +0 -24
  667. package/esm2020/lib/pipes/add-properties/index.mjs +0 -3
  668. package/esm2020/lib/pipes/month-name/index.mjs +0 -3
  669. package/esm2020/lib/pipes/month-name/month-name.pipe.mjs +0 -21
  670. package/esm2020/lib/pipes/weekday-name/index.mjs +0 -3
  671. package/esm2020/lib/pipes/weekday-name/weekday-name.pipe.mjs +0 -16
  672. package/esm2020/lib/services/calendar-month/calendar-month.service.mjs +0 -94
  673. package/esm2020/lib/services/enum/enum.service.mjs +0 -31
  674. package/esm2020/lib/services/index.mjs +0 -3
  675. package/esm2020/offcanvas/src/types/index.mjs +0 -2
  676. package/esm2020/offcanvas/src/types/position.mjs +0 -2
  677. package/lib/enums/position.enum.d.ts +0 -6
  678. package/lib/pipes/add-properties/add-properties.module.d.ts +0 -8
  679. package/lib/pipes/add-properties/index.d.ts +0 -2
  680. package/lib/services/index.d.ts +0 -2
  681. package/offcanvas/src/types/index.d.ts +0 -1
  682. package/offcanvas/src/types/position.d.ts +0 -1
@@ -0,0 +1,2411 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Component, Input, forwardRef, ContentChildren, NgModule, EventEmitter, Output, Directive, Injectable, Pipe, InjectionToken, Inject } from '@angular/core';
3
+ import * as i1 from '@angular/common';
4
+ import { CommonModule } from '@angular/common';
5
+ import { BsAccordionComponent, BsAccordionTabComponent, BsAccordionTabHeaderComponent } from '@mintplayer/ng-bootstrap/accordion';
6
+ import { Color as Color$1, UcFirstPipe } from '@mintplayer/ng-bootstrap';
7
+ import { BsAlertComponent, BsAlertCloseComponent } from '@mintplayer/ng-bootstrap/alert';
8
+ import { BsBadgeComponent } from '@mintplayer/ng-bootstrap/badge';
9
+ import { BsBreadcrumbComponent, BsBreadcrumbItemComponent } from '@mintplayer/ng-bootstrap/breadcrumb';
10
+ import { BsButtonGroupComponent } from '@mintplayer/ng-bootstrap/button-group';
11
+ import { BsCalendarComponent } from '@mintplayer/ng-bootstrap/calendar';
12
+ import { BsCardComponent, BsCardHeaderComponent } from '@mintplayer/ng-bootstrap/card';
13
+ import { BsCarouselComponent } from '@mintplayer/ng-bootstrap/carousel';
14
+ import { BsCloseComponent } from '@mintplayer/ng-bootstrap/close';
15
+ import { BsCodeSnippetComponent } from '@mintplayer/ng-bootstrap/code-snippet';
16
+ import { BsDatatableColumnDirective, BsDatatableComponent } from '@mintplayer/ng-bootstrap/datatable';
17
+ import '@mintplayer/pagination';
18
+ import { BsDatepickerComponent } from '@mintplayer/ng-bootstrap/datepicker';
19
+ import { BsDropdownItemComponent, BsDropdownMenuComponent } from '@mintplayer/ng-bootstrap/dropdown-menu';
20
+ import { BsFileUploadComponent } from '@mintplayer/ng-bootstrap/file-upload';
21
+ import { BsGridComponent } from '@mintplayer/ng-bootstrap/grid';
22
+ import { BsListGroupComponent, BsListGroupItemComponent } from '@mintplayer/ng-bootstrap/list-group';
23
+ import { BsMultiselectComponent } from '@mintplayer/ng-bootstrap/multiselect';
24
+ import { BsNavbarComponent, BsNavbarNavComponent, BsNavbarDropdownComponent, BsNavbarItemComponent, BsNavbarBrandComponent } from '@mintplayer/ng-bootstrap/navbar';
25
+ import * as i1$1 from '@mintplayer/ng-bootstrap/offcanvas';
26
+ import { BsOffcanvasHostComponent } from '@mintplayer/ng-bootstrap/offcanvas';
27
+ import { BsPaginationComponent } from '@mintplayer/ng-bootstrap/pagination';
28
+ import { BsPlaceholderComponent } from '@mintplayer/ng-bootstrap/placeholder';
29
+ import { BsRangeComponent } from '@mintplayer/ng-bootstrap/range';
30
+ import { NG_VALUE_ACCESSOR } from '@angular/forms';
31
+ import { BsSchedulerComponent } from '@mintplayer/ng-bootstrap/scheduler';
32
+ import { BsScrollspyDirective, BsScrollspyComponent } from '@mintplayer/ng-bootstrap/scrollspy';
33
+ import { BsSelectComponent, BsSelectValueAccessor } from '@mintplayer/ng-bootstrap/select';
34
+ import { BsSnackbarService } from '@mintplayer/ng-bootstrap/snackbar';
35
+ import { BsTableComponent } from '@mintplayer/ng-bootstrap/table';
36
+ import * as i1$2 from '@mintplayer/ng-bootstrap/toast';
37
+ import { BsToastContainerComponent, BsToastHeaderComponent, BsToastBodyComponent, BsToastService, BsAddPropertiesPipe, BsToastComponent } from '@mintplayer/ng-bootstrap/toast';
38
+ import { ComponentPortal } from '@angular/cdk/portal';
39
+ import * as i1$3 from '@angular/cdk/overlay';
40
+ import { BsToggleButtonGroupDirective, BsToggleButtonComponent } from '@mintplayer/ng-bootstrap/toggle-button';
41
+
42
+ class BsAccordionMockComponent {
43
+ constructor() {
44
+ this.highlightActiveTab = false;
45
+ }
46
+ }
47
+ BsAccordionMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAccordionMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
48
+ BsAccordionMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsAccordionMockComponent, selector: "bs-accordion", inputs: { highlightActiveTab: "highlightActiveTab" }, providers: [
49
+ { provide: BsAccordionComponent, useExisting: BsAccordionMockComponent }
50
+ ], ngImport: i0, template: "<p>accordion works!</p>\n", styles: [""] });
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAccordionMockComponent, decorators: [{
52
+ type: Component,
53
+ args: [{ selector: 'bs-accordion', providers: [
54
+ { provide: BsAccordionComponent, useExisting: BsAccordionMockComponent }
55
+ ], template: "<p>accordion works!</p>\n" }]
56
+ }], propDecorators: { highlightActiveTab: [{
57
+ type: Input
58
+ }] } });
59
+
60
+ class BsAccordionTabMockComponent {
61
+ constructor(accordion) {
62
+ this.accordion = accordion;
63
+ }
64
+ }
65
+ BsAccordionTabMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAccordionTabMockComponent, deps: [{ token: BsAccordionMockComponent }], target: i0.ɵɵFactoryTarget.Component });
66
+ BsAccordionTabMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsAccordionTabMockComponent, selector: "bs-accordion-tab", providers: [
67
+ { provide: BsAccordionTabComponent, useExisting: BsAccordionTabMockComponent }
68
+ ], queries: [{ propertyName: "childAccordions", predicate: () => forwardRef(() => BsAccordionMockComponent) }], ngImport: i0, template: "<p>accordion-tab works!</p>\n", styles: [""] });
69
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAccordionTabMockComponent, decorators: [{
70
+ type: Component,
71
+ args: [{ selector: 'bs-accordion-tab', providers: [
72
+ { provide: BsAccordionTabComponent, useExisting: BsAccordionTabMockComponent }
73
+ ], template: "<p>accordion-tab works!</p>\n" }]
74
+ }], ctorParameters: function () { return [{ type: BsAccordionMockComponent }]; }, propDecorators: { childAccordions: [{
75
+ type: ContentChildren,
76
+ args: [() => forwardRef(() => BsAccordionMockComponent)]
77
+ }] } });
78
+
79
+ class BsAccordionTabHeaderMockComponent {
80
+ }
81
+ BsAccordionTabHeaderMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAccordionTabHeaderMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
82
+ BsAccordionTabHeaderMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsAccordionTabHeaderMockComponent, selector: "bs-accordion-tab-header", providers: [
83
+ { provide: BsAccordionTabHeaderComponent, useExisting: BsAccordionTabHeaderMockComponent }
84
+ ], ngImport: i0, template: "<p>accordion-tab-header works!</p>\n", styles: [""] });
85
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAccordionTabHeaderMockComponent, decorators: [{
86
+ type: Component,
87
+ args: [{ selector: 'bs-accordion-tab-header', providers: [
88
+ { provide: BsAccordionTabHeaderComponent, useExisting: BsAccordionTabHeaderMockComponent }
89
+ ], template: "<p>accordion-tab-header works!</p>\n" }]
90
+ }] });
91
+
92
+ class BsAccordionTestingModule {
93
+ }
94
+ BsAccordionTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAccordionTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
95
+ BsAccordionTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsAccordionTestingModule, declarations: [BsAccordionMockComponent,
96
+ BsAccordionTabMockComponent,
97
+ BsAccordionTabHeaderMockComponent], imports: [CommonModule], exports: [BsAccordionMockComponent,
98
+ BsAccordionTabMockComponent,
99
+ BsAccordionTabHeaderMockComponent] });
100
+ BsAccordionTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAccordionTestingModule, providers: [
101
+ { provide: BsAccordionComponent, useClass: BsAccordionMockComponent },
102
+ { provide: BsAccordionTabHeaderComponent, useClass: BsAccordionTabHeaderMockComponent },
103
+ ], imports: [CommonModule] });
104
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAccordionTestingModule, decorators: [{
105
+ type: NgModule,
106
+ args: [{
107
+ declarations: [
108
+ BsAccordionMockComponent,
109
+ BsAccordionTabMockComponent,
110
+ BsAccordionTabHeaderMockComponent,
111
+ ],
112
+ imports: [CommonModule],
113
+ exports: [
114
+ BsAccordionMockComponent,
115
+ BsAccordionTabMockComponent,
116
+ BsAccordionTabHeaderMockComponent,
117
+ ],
118
+ providers: [
119
+ { provide: BsAccordionComponent, useClass: BsAccordionMockComponent },
120
+ { provide: BsAccordionTabHeaderComponent, useClass: BsAccordionTabHeaderMockComponent },
121
+ ],
122
+ }]
123
+ }] });
124
+
125
+ class BsAlertMockComponent {
126
+ constructor() {
127
+ this.type = Color$1.primary;
128
+ this.isVisible = true;
129
+ this.isVisibleChange = new EventEmitter();
130
+ this.afterOpenedOrClosed = new EventEmitter();
131
+ }
132
+ }
133
+ BsAlertMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAlertMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
134
+ BsAlertMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsAlertMockComponent, selector: "bs-alert", inputs: { type: "type", isVisible: "isVisible" }, outputs: { isVisibleChange: "isVisibleChange", afterOpenedOrClosed: "afterOpenedOrClosed" }, providers: [
135
+ { provide: BsAlertComponent, useExisting: BsAlertMockComponent }
136
+ ], ngImport: i0, template: "<div *ngIf=\"isVisible\">\n <div class=\"alert mb-0\">\n <ng-content></ng-content>\n </div>\n</div>", styles: [""], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
137
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAlertMockComponent, decorators: [{
138
+ type: Component,
139
+ args: [{ selector: 'bs-alert', providers: [
140
+ { provide: BsAlertComponent, useExisting: BsAlertMockComponent }
141
+ ], template: "<div *ngIf=\"isVisible\">\n <div class=\"alert mb-0\">\n <ng-content></ng-content>\n </div>\n</div>" }]
142
+ }], propDecorators: { type: [{
143
+ type: Input
144
+ }], isVisible: [{
145
+ type: Input
146
+ }], isVisibleChange: [{
147
+ type: Output
148
+ }], afterOpenedOrClosed: [{
149
+ type: Output
150
+ }] } });
151
+
152
+ class BsAlertCloseMockComponent {
153
+ }
154
+ BsAlertCloseMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAlertCloseMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
155
+ BsAlertCloseMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsAlertCloseMockComponent, selector: "bs-alert-close", providers: [
156
+ { provide: BsAlertCloseComponent, useExisting: BsAlertCloseMockComponent }
157
+ ], ngImport: i0, template: "<button>\n <span>\u00D7</span>\n</button>", styles: [""] });
158
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAlertCloseMockComponent, decorators: [{
159
+ type: Component,
160
+ args: [{ selector: 'bs-alert-close', providers: [
161
+ { provide: BsAlertCloseComponent, useExisting: BsAlertCloseMockComponent }
162
+ ], template: "<button>\n <span>\u00D7</span>\n</button>" }]
163
+ }] });
164
+
165
+ class BsAlertTestingModule {
166
+ }
167
+ BsAlertTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAlertTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
168
+ BsAlertTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsAlertTestingModule, declarations: [BsAlertMockComponent, BsAlertCloseMockComponent], imports: [CommonModule], exports: [BsAlertMockComponent, BsAlertCloseMockComponent] });
169
+ BsAlertTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAlertTestingModule, providers: [
170
+ { provide: BsAlertComponent, useClass: BsAlertMockComponent },
171
+ { provide: BsAlertCloseComponent, useClass: BsAlertCloseMockComponent }
172
+ ], imports: [CommonModule] });
173
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAlertTestingModule, decorators: [{
174
+ type: NgModule,
175
+ args: [{
176
+ declarations: [BsAlertMockComponent, BsAlertCloseMockComponent],
177
+ imports: [CommonModule],
178
+ exports: [BsAlertMockComponent, BsAlertCloseMockComponent],
179
+ providers: [
180
+ { provide: BsAlertComponent, useClass: BsAlertMockComponent },
181
+ { provide: BsAlertCloseComponent, useClass: BsAlertCloseMockComponent }
182
+ ]
183
+ }]
184
+ }] });
185
+
186
+ class BsBadgeMockComponent {
187
+ constructor() {
188
+ this.type = Color$1.primary;
189
+ }
190
+ }
191
+ BsBadgeMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsBadgeMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
192
+ BsBadgeMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsBadgeMockComponent, selector: "bs-badge", inputs: { type: "type" }, providers: [
193
+ { provide: BsBadgeComponent, useExisting: BsBadgeMockComponent }
194
+ ], ngImport: i0, template: "<span class=\"badge\">\n <ng-content></ng-content>\n</span>", styles: [""] });
195
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsBadgeMockComponent, decorators: [{
196
+ type: Component,
197
+ args: [{ selector: 'bs-badge', providers: [
198
+ { provide: BsBadgeComponent, useExisting: BsBadgeMockComponent }
199
+ ], template: "<span class=\"badge\">\n <ng-content></ng-content>\n</span>" }]
200
+ }], propDecorators: { type: [{
201
+ type: Input
202
+ }] } });
203
+
204
+ class BsBadgeTestingModule {
205
+ }
206
+ BsBadgeTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsBadgeTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
207
+ BsBadgeTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsBadgeTestingModule, declarations: [BsBadgeMockComponent], imports: [CommonModule], exports: [BsBadgeMockComponent] });
208
+ BsBadgeTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsBadgeTestingModule, providers: [
209
+ { provide: BsBadgeComponent, useClass: BsBadgeMockComponent }
210
+ ], imports: [CommonModule] });
211
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsBadgeTestingModule, decorators: [{
212
+ type: NgModule,
213
+ args: [{
214
+ declarations: [BsBadgeMockComponent],
215
+ imports: [CommonModule],
216
+ exports: [BsBadgeMockComponent],
217
+ providers: [
218
+ { provide: BsBadgeComponent, useClass: BsBadgeMockComponent }
219
+ ]
220
+ }]
221
+ }] });
222
+
223
+ class BsBreadcrumbMockComponent {
224
+ }
225
+ BsBreadcrumbMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsBreadcrumbMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
226
+ BsBreadcrumbMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsBreadcrumbMockComponent, selector: "bs-breadcrumb", providers: [
227
+ { provide: BsBreadcrumbComponent, useExisting: BsBreadcrumbMockComponent }
228
+ ], ngImport: i0, template: "<nav aria-label=\"breadcrumb\">\n <ol class=\"breadcrumb\">\n <ng-content></ng-content>\n </ol>\n</nav>", styles: [""] });
229
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsBreadcrumbMockComponent, decorators: [{
230
+ type: Component,
231
+ args: [{ selector: 'bs-breadcrumb', providers: [
232
+ { provide: BsBreadcrumbComponent, useExisting: BsBreadcrumbMockComponent }
233
+ ], template: "<nav aria-label=\"breadcrumb\">\n <ol class=\"breadcrumb\">\n <ng-content></ng-content>\n </ol>\n</nav>" }]
234
+ }] });
235
+
236
+ class BsBreadcrumbItemMockComponent {
237
+ }
238
+ BsBreadcrumbItemMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsBreadcrumbItemMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
239
+ BsBreadcrumbItemMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsBreadcrumbItemMockComponent, selector: "bs-breadcrumb-item", providers: [
240
+ { provide: BsBreadcrumbItemComponent, useExisting: BsBreadcrumbItemMockComponent }
241
+ ], ngImport: i0, template: "<li>\n <ng-content></ng-content>\n</li>", styles: [""] });
242
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsBreadcrumbItemMockComponent, decorators: [{
243
+ type: Component,
244
+ args: [{ selector: 'bs-breadcrumb-item', providers: [
245
+ { provide: BsBreadcrumbItemComponent, useExisting: BsBreadcrumbItemMockComponent }
246
+ ], template: "<li>\n <ng-content></ng-content>\n</li>" }]
247
+ }] });
248
+
249
+ class BsBreadcrumbTestingModule {
250
+ }
251
+ BsBreadcrumbTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsBreadcrumbTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
252
+ BsBreadcrumbTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsBreadcrumbTestingModule, declarations: [BsBreadcrumbMockComponent, BsBreadcrumbItemMockComponent], imports: [CommonModule], exports: [BsBreadcrumbMockComponent, BsBreadcrumbItemMockComponent] });
253
+ BsBreadcrumbTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsBreadcrumbTestingModule, providers: [
254
+ { provide: BsBreadcrumbComponent, useClass: BsBreadcrumbMockComponent },
255
+ { provide: BsBreadcrumbItemComponent, useClass: BsBreadcrumbItemMockComponent },
256
+ ], imports: [CommonModule] });
257
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsBreadcrumbTestingModule, decorators: [{
258
+ type: NgModule,
259
+ args: [{
260
+ declarations: [BsBreadcrumbMockComponent, BsBreadcrumbItemMockComponent],
261
+ imports: [CommonModule],
262
+ exports: [BsBreadcrumbMockComponent, BsBreadcrumbItemMockComponent],
263
+ providers: [
264
+ { provide: BsBreadcrumbComponent, useClass: BsBreadcrumbMockComponent },
265
+ { provide: BsBreadcrumbItemComponent, useClass: BsBreadcrumbItemMockComponent },
266
+ ]
267
+ }]
268
+ }] });
269
+
270
+ class BsButtonGroupMockComponent {
271
+ }
272
+ BsButtonGroupMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsButtonGroupMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
273
+ BsButtonGroupMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsButtonGroupMockComponent, selector: "bs-button-group", providers: [
274
+ { provide: BsButtonGroupComponent, useExisting: BsButtonGroupMockComponent }
275
+ ], ngImport: i0, template: "<div>\n <ng-content></ng-content>\n</div>", styles: [""] });
276
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsButtonGroupMockComponent, decorators: [{
277
+ type: Component,
278
+ args: [{ selector: 'bs-button-group', providers: [
279
+ { provide: BsButtonGroupComponent, useExisting: BsButtonGroupMockComponent }
280
+ ], template: "<div>\n <ng-content></ng-content>\n</div>" }]
281
+ }] });
282
+
283
+ class BsButtonGroupTestingModule {
284
+ }
285
+ BsButtonGroupTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsButtonGroupTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
286
+ BsButtonGroupTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsButtonGroupTestingModule, declarations: [BsButtonGroupMockComponent], imports: [CommonModule], exports: [BsButtonGroupMockComponent] });
287
+ BsButtonGroupTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsButtonGroupTestingModule, providers: [
288
+ { provide: BsButtonGroupComponent, useClass: BsButtonGroupMockComponent }
289
+ ], imports: [CommonModule] });
290
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsButtonGroupTestingModule, decorators: [{
291
+ type: NgModule,
292
+ args: [{
293
+ declarations: [BsButtonGroupMockComponent],
294
+ imports: [CommonModule],
295
+ exports: [BsButtonGroupMockComponent],
296
+ providers: [
297
+ { provide: BsButtonGroupComponent, useClass: BsButtonGroupMockComponent }
298
+ ]
299
+ }]
300
+ }] });
301
+
302
+ class BsCalendarMockComponent {
303
+ }
304
+ BsCalendarMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCalendarMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
305
+ BsCalendarMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsCalendarMockComponent, selector: "bs-calendar", providers: [
306
+ { provide: BsCalendarComponent, useExisting: BsCalendarMockComponent }
307
+ ], ngImport: i0, template: "<p>calendar works!</p>\n", styles: [""] });
308
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCalendarMockComponent, decorators: [{
309
+ type: Component,
310
+ args: [{ selector: 'bs-calendar', providers: [
311
+ { provide: BsCalendarComponent, useExisting: BsCalendarMockComponent }
312
+ ], template: "<p>calendar works!</p>\n" }]
313
+ }] });
314
+
315
+ class BsCalendarTestingModule {
316
+ }
317
+ BsCalendarTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCalendarTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
318
+ BsCalendarTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsCalendarTestingModule, declarations: [BsCalendarMockComponent], imports: [CommonModule], exports: [BsCalendarMockComponent] });
319
+ BsCalendarTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCalendarTestingModule, providers: [
320
+ { provide: BsCalendarComponent, useClass: BsCalendarMockComponent }
321
+ ], imports: [CommonModule] });
322
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCalendarTestingModule, decorators: [{
323
+ type: NgModule,
324
+ args: [{
325
+ declarations: [BsCalendarMockComponent],
326
+ imports: [CommonModule],
327
+ exports: [BsCalendarMockComponent],
328
+ providers: [
329
+ { provide: BsCalendarComponent, useClass: BsCalendarMockComponent }
330
+ ]
331
+ }]
332
+ }] });
333
+
334
+ class BsCardMockComponent {
335
+ }
336
+ BsCardMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCardMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
337
+ BsCardMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsCardMockComponent, selector: "bs-card", providers: [
338
+ { provide: BsCardComponent, useExisting: BsCardMockComponent }
339
+ ], ngImport: i0, template: "<div>\n <ng-content select=\"bs-card-header\"></ng-content>\n <div>\n <ng-content></ng-content>\n </div>\n</div>", styles: [""] });
340
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCardMockComponent, decorators: [{
341
+ type: Component,
342
+ args: [{ selector: 'bs-card', providers: [
343
+ { provide: BsCardComponent, useExisting: BsCardMockComponent }
344
+ ], template: "<div>\n <ng-content select=\"bs-card-header\"></ng-content>\n <div>\n <ng-content></ng-content>\n </div>\n</div>" }]
345
+ }] });
346
+
347
+ class BsCardHeaderMockComponent {
348
+ }
349
+ BsCardHeaderMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCardHeaderMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
350
+ BsCardHeaderMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsCardHeaderMockComponent, selector: "bs-card-header", providers: [
351
+ { provide: BsCardHeaderComponent, useExisting: BsCardHeaderMockComponent }
352
+ ], ngImport: i0, template: "<div>\n <ng-content></ng-content>\n</div>", styles: [""] });
353
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCardHeaderMockComponent, decorators: [{
354
+ type: Component,
355
+ args: [{ selector: 'bs-card-header', providers: [
356
+ { provide: BsCardHeaderComponent, useExisting: BsCardHeaderMockComponent }
357
+ ], template: "<div>\n <ng-content></ng-content>\n</div>" }]
358
+ }] });
359
+
360
+ class BsCardTestingModule {
361
+ }
362
+ BsCardTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCardTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
363
+ BsCardTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsCardTestingModule, declarations: [BsCardMockComponent, BsCardHeaderMockComponent], imports: [CommonModule], exports: [BsCardMockComponent, BsCardHeaderMockComponent] });
364
+ BsCardTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCardTestingModule, providers: [
365
+ { provide: BsCardComponent, useClass: BsCardMockComponent },
366
+ { provide: BsCardHeaderComponent, useClass: BsCardHeaderMockComponent }
367
+ ], imports: [CommonModule] });
368
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCardTestingModule, decorators: [{
369
+ type: NgModule,
370
+ args: [{
371
+ declarations: [BsCardMockComponent, BsCardHeaderMockComponent],
372
+ imports: [CommonModule],
373
+ exports: [BsCardMockComponent, BsCardHeaderMockComponent],
374
+ providers: [
375
+ { provide: BsCardComponent, useClass: BsCardMockComponent },
376
+ { provide: BsCardHeaderComponent, useClass: BsCardHeaderMockComponent }
377
+ ]
378
+ }]
379
+ }] });
380
+
381
+ class BsCarouselMockComponent {
382
+ constructor() {
383
+ this.animation = 'slide';
384
+ this.indicators = true;
385
+ }
386
+ }
387
+ BsCarouselMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCarouselMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
388
+ BsCarouselMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsCarouselMockComponent, selector: "bs-carousel", inputs: { animation: "animation", indicators: "indicators" }, providers: [
389
+ { provide: BsCarouselComponent, useExisting: BsCarouselMockComponent }
390
+ ], ngImport: i0, template: "<div>\n <ng-content></ng-content>\n</div>", styles: [""] });
391
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCarouselMockComponent, decorators: [{
392
+ type: Component,
393
+ args: [{ selector: 'bs-carousel', providers: [
394
+ { provide: BsCarouselComponent, useExisting: BsCarouselMockComponent }
395
+ ], template: "<div>\n <ng-content></ng-content>\n</div>" }]
396
+ }], propDecorators: { animation: [{
397
+ type: Input
398
+ }], indicators: [{
399
+ type: Input
400
+ }] } });
401
+
402
+ class BsCarouselImageMockDirective {
403
+ }
404
+ BsCarouselImageMockDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCarouselImageMockDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
405
+ BsCarouselImageMockDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: BsCarouselImageMockDirective, selector: "[bsCarouselImage]", ngImport: i0 });
406
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCarouselImageMockDirective, decorators: [{
407
+ type: Directive,
408
+ args: [{
409
+ selector: '[bsCarouselImage]'
410
+ }]
411
+ }] });
412
+
413
+ class BsCarouselTestingModule {
414
+ }
415
+ BsCarouselTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCarouselTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
416
+ BsCarouselTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsCarouselTestingModule, declarations: [BsCarouselMockComponent, BsCarouselImageMockDirective], imports: [CommonModule], exports: [BsCarouselMockComponent, BsCarouselImageMockDirective] });
417
+ BsCarouselTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCarouselTestingModule, providers: [
418
+ { provide: BsCarouselComponent, useClass: BsCarouselMockComponent }
419
+ ], imports: [CommonModule] });
420
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCarouselTestingModule, decorators: [{
421
+ type: NgModule,
422
+ args: [{
423
+ declarations: [BsCarouselMockComponent, BsCarouselImageMockDirective],
424
+ imports: [CommonModule],
425
+ exports: [BsCarouselMockComponent, BsCarouselImageMockDirective],
426
+ providers: [
427
+ { provide: BsCarouselComponent, useClass: BsCarouselMockComponent }
428
+ ]
429
+ }]
430
+ }] });
431
+
432
+ class BsCloseMockComponent {
433
+ }
434
+ BsCloseMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCloseMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
435
+ BsCloseMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsCloseMockComponent, selector: "bs-close", providers: [
436
+ { provide: BsCloseComponent, useExisting: BsCloseMockComponent }
437
+ ], ngImport: i0, template: "<button>Close</button>", styles: [""] });
438
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCloseMockComponent, decorators: [{
439
+ type: Component,
440
+ args: [{ selector: 'bs-close', providers: [
441
+ { provide: BsCloseComponent, useExisting: BsCloseMockComponent }
442
+ ], template: "<button>Close</button>" }]
443
+ }] });
444
+
445
+ class BsCloseTestingModule {
446
+ }
447
+ BsCloseTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCloseTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
448
+ BsCloseTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsCloseTestingModule, declarations: [BsCloseMockComponent], imports: [CommonModule], exports: [BsCloseMockComponent] });
449
+ BsCloseTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCloseTestingModule, providers: [
450
+ { provide: BsCloseComponent, useClass: BsCloseMockComponent }
451
+ ], imports: [CommonModule] });
452
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCloseTestingModule, decorators: [{
453
+ type: NgModule,
454
+ args: [{
455
+ declarations: [BsCloseMockComponent],
456
+ imports: [CommonModule],
457
+ exports: [BsCloseMockComponent],
458
+ providers: [
459
+ { provide: BsCloseComponent, useClass: BsCloseMockComponent }
460
+ ]
461
+ }]
462
+ }] });
463
+
464
+ class BsCodeSnippetMockComponent {
465
+ constructor() {
466
+ this.htmlToCopy = '';
467
+ }
468
+ }
469
+ BsCodeSnippetMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCodeSnippetMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
470
+ BsCodeSnippetMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsCodeSnippetMockComponent, selector: "bs-code-snippet", inputs: { htmlToCopy: "htmlToCopy" }, providers: [
471
+ { provide: BsCodeSnippetComponent, useExisting: BsCodeSnippetMockComponent }
472
+ ], ngImport: i0, template: "<p>code-snippet works!</p>\n", styles: [""] });
473
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCodeSnippetMockComponent, decorators: [{
474
+ type: Component,
475
+ args: [{ selector: 'bs-code-snippet', providers: [
476
+ { provide: BsCodeSnippetComponent, useExisting: BsCodeSnippetMockComponent }
477
+ ], template: "<p>code-snippet works!</p>\n" }]
478
+ }], propDecorators: { htmlToCopy: [{
479
+ type: Input
480
+ }] } });
481
+
482
+ class BsCodeSnippetTestingModule {
483
+ }
484
+ BsCodeSnippetTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCodeSnippetTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
485
+ BsCodeSnippetTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsCodeSnippetTestingModule, declarations: [BsCodeSnippetMockComponent], imports: [CommonModule], exports: [BsCodeSnippetMockComponent] });
486
+ BsCodeSnippetTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCodeSnippetTestingModule, providers: [
487
+ { provide: BsCodeSnippetComponent, useClass: BsCodeSnippetMockComponent }
488
+ ], imports: [CommonModule] });
489
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCodeSnippetTestingModule, decorators: [{
490
+ type: NgModule,
491
+ args: [{
492
+ declarations: [BsCodeSnippetMockComponent],
493
+ imports: [CommonModule],
494
+ exports: [BsCodeSnippetMockComponent],
495
+ providers: [
496
+ { provide: BsCodeSnippetComponent, useClass: BsCodeSnippetMockComponent }
497
+ ]
498
+ }]
499
+ }] });
500
+
501
+ var Color;
502
+ (function (Color) {
503
+ Color[Color["primary"] = 0] = "primary";
504
+ Color[Color["secondary"] = 1] = "secondary";
505
+ Color[Color["success"] = 2] = "success";
506
+ Color[Color["danger"] = 3] = "danger";
507
+ Color[Color["warning"] = 4] = "warning";
508
+ Color[Color["info"] = 5] = "info";
509
+ Color[Color["light"] = 6] = "light";
510
+ Color[Color["dark"] = 7] = "dark";
511
+ Color[Color["body"] = 8] = "body";
512
+ Color[Color["white"] = 9] = "white";
513
+ Color[Color["transparent"] = 10] = "transparent";
514
+ })(Color || (Color = {}));
515
+
516
+ class BsContextMenuMockDirective {
517
+ }
518
+ BsContextMenuMockDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsContextMenuMockDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
519
+ BsContextMenuMockDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: BsContextMenuMockDirective, selector: "[bsContextMenu]", ngImport: i0 });
520
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsContextMenuMockDirective, decorators: [{
521
+ type: Directive,
522
+ args: [{
523
+ selector: '[bsContextMenu]'
524
+ }]
525
+ }] });
526
+
527
+ class BsContextMenuTestingModule {
528
+ }
529
+ BsContextMenuTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsContextMenuTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
530
+ BsContextMenuTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsContextMenuTestingModule, declarations: [BsContextMenuMockDirective], imports: [CommonModule], exports: [BsContextMenuMockDirective] });
531
+ BsContextMenuTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsContextMenuTestingModule, imports: [CommonModule] });
532
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsContextMenuTestingModule, decorators: [{
533
+ type: NgModule,
534
+ args: [{
535
+ declarations: [
536
+ BsContextMenuMockDirective
537
+ ],
538
+ imports: [
539
+ CommonModule
540
+ ],
541
+ exports: [
542
+ BsContextMenuMockDirective
543
+ ]
544
+ }]
545
+ }] });
546
+
547
+ class BsCopyMockDirective {
548
+ }
549
+ BsCopyMockDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCopyMockDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
550
+ BsCopyMockDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: BsCopyMockDirective, selector: "[bsCopy]", inputs: { bsCopy: "bsCopy" }, ngImport: i0 });
551
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCopyMockDirective, decorators: [{
552
+ type: Directive,
553
+ args: [{
554
+ selector: '[bsCopy]'
555
+ }]
556
+ }], propDecorators: { bsCopy: [{
557
+ type: Input
558
+ }] } });
559
+
560
+ class BsCopyTestingModule {
561
+ }
562
+ BsCopyTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCopyTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
563
+ BsCopyTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsCopyTestingModule, declarations: [BsCopyMockDirective], imports: [CommonModule], exports: [BsCopyMockDirective] });
564
+ BsCopyTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCopyTestingModule, imports: [CommonModule] });
565
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsCopyTestingModule, decorators: [{
566
+ type: NgModule,
567
+ args: [{
568
+ declarations: [
569
+ BsCopyMockDirective
570
+ ],
571
+ imports: [
572
+ CommonModule
573
+ ],
574
+ exports: [
575
+ BsCopyMockDirective
576
+ ]
577
+ }]
578
+ }] });
579
+
580
+ class BsDatatableColumnMockDirective {
581
+ constructor() {
582
+ this.bsDatatableColumn = { name: '', sortable: true };
583
+ this.templateRef = null;
584
+ }
585
+ }
586
+ BsDatatableColumnMockDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsDatatableColumnMockDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
587
+ BsDatatableColumnMockDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: BsDatatableColumnMockDirective, selector: "[bsDatatableColumn]", inputs: { bsDatatableColumn: "bsDatatableColumn" }, providers: [
588
+ { provide: BsDatatableColumnDirective, useExisting: BsDatatableColumnMockDirective },
589
+ ], ngImport: i0 });
590
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsDatatableColumnMockDirective, decorators: [{
591
+ type: Directive,
592
+ args: [{
593
+ selector: '[bsDatatableColumn]',
594
+ providers: [
595
+ { provide: BsDatatableColumnDirective, useExisting: BsDatatableColumnMockDirective },
596
+ ]
597
+ }]
598
+ }], propDecorators: { bsDatatableColumn: [{
599
+ type: Input
600
+ }] } });
601
+
602
+ class DatatableSettingsMock {
603
+ constructor(data) {
604
+ this.sortProperty = '';
605
+ this.sortDirection = 'ascending';
606
+ this.perPage = {
607
+ values: [10, 20, 50],
608
+ selected: 20
609
+ };
610
+ this.page = {
611
+ values: [1, 2, 3],
612
+ selected: 1
613
+ };
614
+ }
615
+ }
616
+
617
+ class BsDatatableMockComponent {
618
+ constructor() {
619
+ this.reloadData = new EventEmitter();
620
+ this.settings = new DatatableSettingsMock();
621
+ }
622
+ }
623
+ BsDatatableMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsDatatableMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
624
+ BsDatatableMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsDatatableMockComponent, selector: "bs-datatable", inputs: { settings: "settings", data: "data" }, outputs: { reloadData: "reloadData" }, providers: [
625
+ { provide: BsDatatableComponent, useExisting: BsDatatableMockComponent }
626
+ ], queries: [{ propertyName: "columns", predicate: BsDatatableColumnMockDirective }], ngImport: i0, template: "<div class=\"table-responsive overflow-y-hidden mb-3\">\n <table class=\"table table-striped table-hover w-100 mb-0\" cellspacing=\"0\" role=\"grid\">\n <thead>\n <tr>\n <th *ngFor=\"let column of columns\" class=\"text-nowrap\" [class.sort]=\"column.bsDatatableColumn.sortable\"\n [class.sort-asc]=\"column.bsDatatableColumn.sortable && (settings.sortProperty == column.bsDatatableColumn.name) && (settings.sortDirection == 'ascending')\"\n [class.sort-desc]=\"column.bsDatatableColumn.sortable && (settings.sortProperty == column.bsDatatableColumn.name) && (settings.sortDirection == 'descending')\">\n <ng-container *ngTemplateOutlet=\"column.templateRef\"></ng-container>\n </th>\n </tr>\n </thead>\n <tbody></tbody>\n </table>\n</div>", styles: [""], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
627
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsDatatableMockComponent, decorators: [{
628
+ type: Component,
629
+ args: [{ selector: 'bs-datatable', providers: [
630
+ { provide: BsDatatableComponent, useExisting: BsDatatableMockComponent }
631
+ ], template: "<div class=\"table-responsive overflow-y-hidden mb-3\">\n <table class=\"table table-striped table-hover w-100 mb-0\" cellspacing=\"0\" role=\"grid\">\n <thead>\n <tr>\n <th *ngFor=\"let column of columns\" class=\"text-nowrap\" [class.sort]=\"column.bsDatatableColumn.sortable\"\n [class.sort-asc]=\"column.bsDatatableColumn.sortable && (settings.sortProperty == column.bsDatatableColumn.name) && (settings.sortDirection == 'ascending')\"\n [class.sort-desc]=\"column.bsDatatableColumn.sortable && (settings.sortProperty == column.bsDatatableColumn.name) && (settings.sortDirection == 'descending')\">\n <ng-container *ngTemplateOutlet=\"column.templateRef\"></ng-container>\n </th>\n </tr>\n </thead>\n <tbody></tbody>\n </table>\n</div>" }]
632
+ }], ctorParameters: function () { return []; }, propDecorators: { settings: [{
633
+ type: Input
634
+ }], data: [{
635
+ type: Input
636
+ }], reloadData: [{
637
+ type: Output
638
+ }], columns: [{
639
+ type: ContentChildren,
640
+ args: [BsDatatableColumnMockDirective]
641
+ }] } });
642
+
643
+ class BsRowTemplateMockDirective {
644
+ }
645
+ BsRowTemplateMockDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsRowTemplateMockDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
646
+ BsRowTemplateMockDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: BsRowTemplateMockDirective, selector: "[bsRowTemplate]", ngImport: i0 });
647
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsRowTemplateMockDirective, decorators: [{
648
+ type: Directive,
649
+ args: [{
650
+ selector: '[bsRowTemplate]'
651
+ }]
652
+ }] });
653
+
654
+ class BsDatatableTestingModule {
655
+ }
656
+ BsDatatableTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsDatatableTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
657
+ BsDatatableTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsDatatableTestingModule, declarations: [BsDatatableMockComponent, BsDatatableColumnMockDirective, BsRowTemplateMockDirective], imports: [CommonModule], exports: [BsDatatableMockComponent, BsDatatableColumnMockDirective, BsRowTemplateMockDirective] });
658
+ BsDatatableTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsDatatableTestingModule, providers: [
659
+ { provide: BsDatatableComponent, useClass: BsDatatableMockComponent },
660
+ { provide: BsDatatableColumnDirective, useClass: BsDatatableColumnMockDirective },
661
+ ], imports: [CommonModule] });
662
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsDatatableTestingModule, decorators: [{
663
+ type: NgModule,
664
+ args: [{
665
+ declarations: [BsDatatableMockComponent, BsDatatableColumnMockDirective, BsRowTemplateMockDirective],
666
+ imports: [CommonModule],
667
+ exports: [BsDatatableMockComponent, BsDatatableColumnMockDirective, BsRowTemplateMockDirective],
668
+ providers: [
669
+ { provide: BsDatatableComponent, useClass: BsDatatableMockComponent },
670
+ { provide: BsDatatableColumnDirective, useClass: BsDatatableColumnMockDirective },
671
+ ]
672
+ }]
673
+ }] });
674
+
675
+ class BsDatepickerMockComponent {
676
+ constructor() {
677
+ this.selectedDate = new Date();
678
+ this.selectedDateChange = new EventEmitter();
679
+ }
680
+ }
681
+ BsDatepickerMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsDatepickerMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
682
+ BsDatepickerMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsDatepickerMockComponent, selector: "bs-datepicker", inputs: { selectedDate: "selectedDate" }, outputs: { selectedDateChange: "selectedDateChange" }, providers: [
683
+ { provide: BsDatepickerComponent, useExisting: BsDatepickerMockComponent }
684
+ ], ngImport: i0, template: "Date picker", styles: [""] });
685
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsDatepickerMockComponent, decorators: [{
686
+ type: Component,
687
+ args: [{ selector: 'bs-datepicker', providers: [
688
+ { provide: BsDatepickerComponent, useExisting: BsDatepickerMockComponent }
689
+ ], template: "Date picker" }]
690
+ }], propDecorators: { selectedDate: [{
691
+ type: Input
692
+ }], selectedDateChange: [{
693
+ type: Output
694
+ }] } });
695
+
696
+ class BsDatepickerTestingModule {
697
+ }
698
+ BsDatepickerTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsDatepickerTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
699
+ BsDatepickerTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsDatepickerTestingModule, declarations: [BsDatepickerMockComponent], imports: [CommonModule], exports: [BsDatepickerMockComponent] });
700
+ BsDatepickerTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsDatepickerTestingModule, providers: [
701
+ { provide: BsDatepickerComponent, useClass: BsDatepickerMockComponent }
702
+ ], imports: [CommonModule] });
703
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsDatepickerTestingModule, decorators: [{
704
+ type: NgModule,
705
+ args: [{
706
+ declarations: [BsDatepickerMockComponent],
707
+ imports: [CommonModule],
708
+ exports: [BsDatepickerMockComponent],
709
+ providers: [
710
+ { provide: BsDatepickerComponent, useClass: BsDatepickerMockComponent }
711
+ ]
712
+ }]
713
+ }] });
714
+
715
+ class BsDropdownMockDirective {
716
+ constructor() {
717
+ this.hasBackdrop = false;
718
+ this.closeOnClickOutside = false;
719
+ }
720
+ }
721
+ BsDropdownMockDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsDropdownMockDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
722
+ BsDropdownMockDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: BsDropdownMockDirective, selector: "[bsDropdown]", inputs: { hasBackdrop: "hasBackdrop", closeOnClickOutside: "closeOnClickOutside" }, ngImport: i0 });
723
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsDropdownMockDirective, decorators: [{
724
+ type: Directive,
725
+ args: [{
726
+ selector: '[bsDropdown]'
727
+ }]
728
+ }], propDecorators: { hasBackdrop: [{
729
+ type: Input
730
+ }], closeOnClickOutside: [{
731
+ type: Input
732
+ }] } });
733
+
734
+ class BsDropdownMenuMockDirective {
735
+ constructor() { }
736
+ }
737
+ BsDropdownMenuMockDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsDropdownMenuMockDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
738
+ BsDropdownMenuMockDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: BsDropdownMenuMockDirective, selector: "[bsDropdownMenu]", ngImport: i0 });
739
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsDropdownMenuMockDirective, decorators: [{
740
+ type: Directive,
741
+ args: [{
742
+ selector: '[bsDropdownMenu]'
743
+ }]
744
+ }], ctorParameters: function () { return []; } });
745
+
746
+ class BsDropdownToggleMockDirective {
747
+ constructor() { }
748
+ }
749
+ BsDropdownToggleMockDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsDropdownToggleMockDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
750
+ BsDropdownToggleMockDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: BsDropdownToggleMockDirective, selector: "[bsDropdownToggle]", ngImport: i0 });
751
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsDropdownToggleMockDirective, decorators: [{
752
+ type: Directive,
753
+ args: [{
754
+ selector: '[bsDropdownToggle]'
755
+ }]
756
+ }], ctorParameters: function () { return []; } });
757
+
758
+ class BsDropdownTestingModule {
759
+ }
760
+ BsDropdownTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsDropdownTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
761
+ BsDropdownTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsDropdownTestingModule, declarations: [BsDropdownMockDirective,
762
+ BsDropdownMenuMockDirective,
763
+ BsDropdownToggleMockDirective], imports: [CommonModule], exports: [BsDropdownMockDirective,
764
+ BsDropdownMenuMockDirective,
765
+ BsDropdownToggleMockDirective] });
766
+ BsDropdownTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsDropdownTestingModule, imports: [CommonModule] });
767
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsDropdownTestingModule, decorators: [{
768
+ type: NgModule,
769
+ args: [{
770
+ declarations: [
771
+ BsDropdownMockDirective,
772
+ BsDropdownMenuMockDirective,
773
+ BsDropdownToggleMockDirective
774
+ ],
775
+ imports: [
776
+ CommonModule
777
+ ],
778
+ exports: [
779
+ BsDropdownMockDirective,
780
+ BsDropdownMenuMockDirective,
781
+ BsDropdownToggleMockDirective
782
+ ]
783
+ }]
784
+ }] });
785
+
786
+ class BsDropdownItemMockComponent {
787
+ }
788
+ BsDropdownItemMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsDropdownItemMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
789
+ BsDropdownItemMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsDropdownItemMockComponent, selector: "bs-dropdown-item", providers: [
790
+ { provide: BsDropdownItemComponent, useExisting: BsDropdownItemMockComponent }
791
+ ], ngImport: i0, template: "<p>dropdown-item works!</p>\n", styles: [""] });
792
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsDropdownItemMockComponent, decorators: [{
793
+ type: Component,
794
+ args: [{ selector: 'bs-dropdown-item', providers: [
795
+ { provide: BsDropdownItemComponent, useExisting: BsDropdownItemMockComponent }
796
+ ], template: "<p>dropdown-item works!</p>\n" }]
797
+ }] });
798
+
799
+ class BsDropdownMenuMockComponent {
800
+ }
801
+ BsDropdownMenuMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsDropdownMenuMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
802
+ BsDropdownMenuMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsDropdownMenuMockComponent, selector: "bs-dropdown-menu", providers: [
803
+ { provide: BsDropdownMenuComponent, useExisting: BsDropdownMenuMockComponent }
804
+ ], ngImport: i0, template: "<p>dropdown-menu works!</p>\n", styles: [""] });
805
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsDropdownMenuMockComponent, decorators: [{
806
+ type: Component,
807
+ args: [{ selector: 'bs-dropdown-menu', providers: [
808
+ { provide: BsDropdownMenuComponent, useExisting: BsDropdownMenuMockComponent }
809
+ ], template: "<p>dropdown-menu works!</p>\n" }]
810
+ }] });
811
+
812
+ class BsDropdownMenuTestingModule {
813
+ }
814
+ BsDropdownMenuTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsDropdownMenuTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
815
+ BsDropdownMenuTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsDropdownMenuTestingModule, declarations: [BsDropdownItemMockComponent, BsDropdownMenuMockComponent], imports: [CommonModule], exports: [BsDropdownItemMockComponent, BsDropdownMenuMockComponent] });
816
+ BsDropdownMenuTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsDropdownMenuTestingModule, providers: [
817
+ { provide: BsDropdownItemMockComponent, useClass: BsDropdownItemComponent },
818
+ { provide: BsDropdownMenuMockComponent, useClass: BsDropdownMenuComponent },
819
+ ], imports: [CommonModule] });
820
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsDropdownMenuTestingModule, decorators: [{
821
+ type: NgModule,
822
+ args: [{
823
+ declarations: [BsDropdownItemMockComponent, BsDropdownMenuMockComponent],
824
+ imports: [CommonModule],
825
+ exports: [BsDropdownItemMockComponent, BsDropdownMenuMockComponent],
826
+ providers: [
827
+ { provide: BsDropdownItemMockComponent, useClass: BsDropdownItemComponent },
828
+ { provide: BsDropdownMenuMockComponent, useClass: BsDropdownMenuComponent },
829
+ ]
830
+ }]
831
+ }] });
832
+
833
+ class EnhancedPasteMockDirective {
834
+ }
835
+ EnhancedPasteMockDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EnhancedPasteMockDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
836
+ EnhancedPasteMockDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: EnhancedPasteMockDirective, selector: "[bsEnhancedPaste]", ngImport: i0 });
837
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EnhancedPasteMockDirective, decorators: [{
838
+ type: Directive,
839
+ args: [{
840
+ selector: '[bsEnhancedPaste]'
841
+ }]
842
+ }] });
843
+
844
+ class EnhancedPasteTestingModule {
845
+ }
846
+ EnhancedPasteTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EnhancedPasteTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
847
+ EnhancedPasteTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: EnhancedPasteTestingModule, declarations: [EnhancedPasteMockDirective], imports: [CommonModule], exports: [EnhancedPasteMockDirective] });
848
+ EnhancedPasteTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EnhancedPasteTestingModule, imports: [CommonModule] });
849
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: EnhancedPasteTestingModule, decorators: [{
850
+ type: NgModule,
851
+ args: [{
852
+ declarations: [
853
+ EnhancedPasteMockDirective
854
+ ],
855
+ imports: [
856
+ CommonModule
857
+ ],
858
+ exports: [
859
+ EnhancedPasteMockDirective
860
+ ]
861
+ }]
862
+ }] });
863
+
864
+ class BsFileUploadMockComponent {
865
+ constructor() {
866
+ this.files = [];
867
+ }
868
+ }
869
+ BsFileUploadMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsFileUploadMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
870
+ BsFileUploadMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsFileUploadMockComponent, selector: "bs-file-upload", inputs: { files: "files" }, providers: [
871
+ { provide: BsFileUploadComponent, useExisting: BsFileUploadMockComponent }
872
+ ], ngImport: i0, template: "<p>file-upload works!</p>\n", styles: [""] });
873
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsFileUploadMockComponent, decorators: [{
874
+ type: Component,
875
+ args: [{ selector: 'bs-file-upload', providers: [
876
+ { provide: BsFileUploadComponent, useExisting: BsFileUploadMockComponent }
877
+ ], template: "<p>file-upload works!</p>\n" }]
878
+ }], propDecorators: { files: [{
879
+ type: Input
880
+ }] } });
881
+
882
+ class BsFileUploadTemplateMockDirective {
883
+ }
884
+ BsFileUploadTemplateMockDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsFileUploadTemplateMockDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
885
+ BsFileUploadTemplateMockDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: BsFileUploadTemplateMockDirective, selector: "[bsFileUploadTemplate]", ngImport: i0 });
886
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsFileUploadTemplateMockDirective, decorators: [{
887
+ type: Directive,
888
+ args: [{
889
+ selector: '[bsFileUploadTemplate]'
890
+ }]
891
+ }] });
892
+
893
+ class BsFileUploadTestingModule {
894
+ }
895
+ BsFileUploadTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsFileUploadTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
896
+ BsFileUploadTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsFileUploadTestingModule, declarations: [BsFileUploadMockComponent, BsFileUploadTemplateMockDirective], imports: [CommonModule], exports: [BsFileUploadMockComponent, BsFileUploadTemplateMockDirective] });
897
+ BsFileUploadTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsFileUploadTestingModule, providers: [
898
+ { provide: BsFileUploadComponent, useClass: BsFileUploadMockComponent }
899
+ ], imports: [CommonModule] });
900
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsFileUploadTestingModule, decorators: [{
901
+ type: NgModule,
902
+ args: [{
903
+ declarations: [BsFileUploadMockComponent, BsFileUploadTemplateMockDirective],
904
+ imports: [CommonModule],
905
+ exports: [BsFileUploadMockComponent, BsFileUploadTemplateMockDirective],
906
+ providers: [
907
+ { provide: BsFileUploadComponent, useClass: BsFileUploadMockComponent }
908
+ ]
909
+ }]
910
+ }] });
911
+
912
+ class BsForMockDirective {
913
+ }
914
+ BsForMockDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsForMockDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
915
+ BsForMockDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: BsForMockDirective, selector: "[bsFor]", inputs: { bsFor: "bsFor" }, ngImport: i0 });
916
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsForMockDirective, decorators: [{
917
+ type: Directive,
918
+ args: [{
919
+ selector: '[bsFor]'
920
+ }]
921
+ }], propDecorators: { bsFor: [{
922
+ type: Input
923
+ }] } });
924
+
925
+ class BsForTestingModule {
926
+ }
927
+ BsForTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsForTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
928
+ BsForTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsForTestingModule, declarations: [BsForMockDirective], imports: [CommonModule], exports: [BsForMockDirective] });
929
+ BsForTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsForTestingModule, imports: [CommonModule] });
930
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsForTestingModule, decorators: [{
931
+ type: NgModule,
932
+ args: [{
933
+ declarations: [
934
+ BsForMockDirective
935
+ ],
936
+ imports: [
937
+ CommonModule
938
+ ],
939
+ exports: [
940
+ BsForMockDirective
941
+ ]
942
+ }]
943
+ }] });
944
+
945
+ class BsGridMockComponent {
946
+ constructor() {
947
+ this.stopFullWidthAt = 'sm';
948
+ }
949
+ }
950
+ BsGridMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsGridMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
951
+ BsGridMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsGridMockComponent, selector: "bs-grid", inputs: { stopFullWidthAt: "stopFullWidthAt" }, providers: [
952
+ { provide: BsGridComponent, useExisting: BsGridMockComponent },
953
+ ], ngImport: i0, template: "<div>\n <ng-content></ng-content>\n</div>\n", styles: [""] });
954
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsGridMockComponent, decorators: [{
955
+ type: Component,
956
+ args: [{ selector: 'bs-grid', providers: [
957
+ { provide: BsGridComponent, useExisting: BsGridMockComponent },
958
+ ], template: "<div>\n <ng-content></ng-content>\n</div>\n" }]
959
+ }], propDecorators: { stopFullWidthAt: [{
960
+ type: Input
961
+ }] } });
962
+
963
+ class BsRowMockDirective {
964
+ }
965
+ BsRowMockDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsRowMockDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
966
+ BsRowMockDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: BsRowMockDirective, selector: "[bsRow]", ngImport: i0 });
967
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsRowMockDirective, decorators: [{
968
+ type: Directive,
969
+ args: [{
970
+ selector: '[bsRow]'
971
+ }]
972
+ }] });
973
+
974
+ class BsColumnMockDirective {
975
+ }
976
+ BsColumnMockDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsColumnMockDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
977
+ BsColumnMockDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: BsColumnMockDirective, selector: "[bsColumn]", inputs: { bsColumn: "bsColumn" }, ngImport: i0 });
978
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsColumnMockDirective, decorators: [{
979
+ type: Directive,
980
+ args: [{
981
+ selector: '[bsColumn]'
982
+ }]
983
+ }], propDecorators: { bsColumn: [{
984
+ type: Input
985
+ }] } });
986
+
987
+ class BsGridTestingModule {
988
+ }
989
+ BsGridTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsGridTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
990
+ BsGridTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsGridTestingModule, declarations: [BsGridMockComponent, BsRowMockDirective, BsColumnMockDirective], imports: [CommonModule], exports: [BsGridMockComponent, BsRowMockDirective, BsColumnMockDirective] });
991
+ BsGridTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsGridTestingModule, providers: [
992
+ { provide: BsGridComponent, useClass: BsGridMockComponent }
993
+ ], imports: [CommonModule] });
994
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsGridTestingModule, decorators: [{
995
+ type: NgModule,
996
+ args: [{
997
+ declarations: [BsGridMockComponent, BsRowMockDirective, BsColumnMockDirective],
998
+ imports: [CommonModule],
999
+ exports: [BsGridMockComponent, BsRowMockDirective, BsColumnMockDirective],
1000
+ providers: [
1001
+ { provide: BsGridComponent, useClass: BsGridMockComponent }
1002
+ ]
1003
+ }]
1004
+ }] });
1005
+
1006
+ class BsHasOverlayMockComponent {
1007
+ }
1008
+ BsHasOverlayMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsHasOverlayMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1009
+ BsHasOverlayMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsHasOverlayMockComponent, selector: "bs-has-overlay", ngImport: i0, template: "", styles: [""] });
1010
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsHasOverlayMockComponent, decorators: [{
1011
+ type: Component,
1012
+ args: [{ selector: 'bs-has-overlay', template: "" }]
1013
+ }] });
1014
+
1015
+ class BsHasOverlayTestingModule {
1016
+ }
1017
+ BsHasOverlayTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsHasOverlayTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1018
+ BsHasOverlayTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsHasOverlayTestingModule, declarations: [BsHasOverlayMockComponent], imports: [CommonModule], exports: [BsHasOverlayMockComponent] });
1019
+ BsHasOverlayTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsHasOverlayTestingModule, imports: [CommonModule] });
1020
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsHasOverlayTestingModule, decorators: [{
1021
+ type: NgModule,
1022
+ args: [{
1023
+ declarations: [BsHasOverlayMockComponent],
1024
+ imports: [CommonModule],
1025
+ exports: [BsHasOverlayMockComponent],
1026
+ }]
1027
+ }] });
1028
+
1029
+ class HighlightMockDirective {
1030
+ }
1031
+ HighlightMockDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: HighlightMockDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1032
+ HighlightMockDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: HighlightMockDirective, selector: "[highlight]", inputs: { highlight: "highlight" }, ngImport: i0 });
1033
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: HighlightMockDirective, decorators: [{
1034
+ type: Directive,
1035
+ args: [{
1036
+ selector: '[highlight]'
1037
+ }]
1038
+ }], propDecorators: { highlight: [{
1039
+ type: Input
1040
+ }] } });
1041
+
1042
+ class HighlightTestingModule {
1043
+ }
1044
+ HighlightTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: HighlightTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1045
+ HighlightTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: HighlightTestingModule, declarations: [HighlightMockDirective], imports: [CommonModule], exports: [HighlightMockDirective] });
1046
+ HighlightTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: HighlightTestingModule, imports: [CommonModule] });
1047
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: HighlightTestingModule, decorators: [{
1048
+ type: NgModule,
1049
+ args: [{
1050
+ declarations: [
1051
+ HighlightMockDirective
1052
+ ],
1053
+ imports: [
1054
+ CommonModule
1055
+ ],
1056
+ exports: [
1057
+ HighlightMockDirective
1058
+ ]
1059
+ }]
1060
+ }] });
1061
+
1062
+ class BsListGroupMockComponent {
1063
+ }
1064
+ BsListGroupMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsListGroupMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1065
+ BsListGroupMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsListGroupMockComponent, selector: "bs-list-group", providers: [
1066
+ { provide: BsListGroupComponent, useExisting: BsListGroupMockComponent },
1067
+ ], ngImport: i0, template: "<ul>\n <ng-content></ng-content>\n</ul>", styles: [""] });
1068
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsListGroupMockComponent, decorators: [{
1069
+ type: Component,
1070
+ args: [{ selector: 'bs-list-group', providers: [
1071
+ { provide: BsListGroupComponent, useExisting: BsListGroupMockComponent },
1072
+ ], template: "<ul>\n <ng-content></ng-content>\n</ul>" }]
1073
+ }] });
1074
+
1075
+ class BsListGroupItemMockComponent {
1076
+ }
1077
+ BsListGroupItemMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsListGroupItemMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1078
+ BsListGroupItemMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsListGroupItemMockComponent, selector: "bs-list-group-item", providers: [
1079
+ { provide: BsListGroupItemComponent, useExisting: BsListGroupItemMockComponent },
1080
+ ], ngImport: i0, template: "<li>\n <ng-content></ng-content>\n</li>", styles: [""] });
1081
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsListGroupItemMockComponent, decorators: [{
1082
+ type: Component,
1083
+ args: [{ selector: 'bs-list-group-item', providers: [
1084
+ { provide: BsListGroupItemComponent, useExisting: BsListGroupItemMockComponent },
1085
+ ], template: "<li>\n <ng-content></ng-content>\n</li>" }]
1086
+ }] });
1087
+
1088
+ class BsListGroupTestingModule {
1089
+ }
1090
+ BsListGroupTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsListGroupTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1091
+ BsListGroupTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsListGroupTestingModule, declarations: [BsListGroupMockComponent, BsListGroupItemMockComponent], imports: [CommonModule], exports: [BsListGroupMockComponent, BsListGroupItemMockComponent] });
1092
+ BsListGroupTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsListGroupTestingModule, providers: [
1093
+ { provide: BsListGroupComponent, useClass: BsListGroupMockComponent },
1094
+ { provide: BsListGroupItemComponent, useClass: BsListGroupItemMockComponent },
1095
+ ], imports: [CommonModule] });
1096
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsListGroupTestingModule, decorators: [{
1097
+ type: NgModule,
1098
+ args: [{
1099
+ declarations: [BsListGroupMockComponent, BsListGroupItemMockComponent],
1100
+ imports: [CommonModule],
1101
+ exports: [BsListGroupMockComponent, BsListGroupItemMockComponent],
1102
+ providers: [
1103
+ { provide: BsListGroupComponent, useClass: BsListGroupMockComponent },
1104
+ { provide: BsListGroupItemComponent, useClass: BsListGroupItemMockComponent },
1105
+ ]
1106
+ }]
1107
+ }] });
1108
+
1109
+ class BsModalHostMockComponent {
1110
+ constructor() {
1111
+ this.isOpen = false;
1112
+ this.isOpenChange = new EventEmitter();
1113
+ }
1114
+ }
1115
+ BsModalHostMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsModalHostMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1116
+ BsModalHostMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsModalHostMockComponent, selector: "bs-modal", inputs: { isOpen: "isOpen" }, outputs: { isOpenChange: "isOpenChange" }, ngImport: i0, template: "modal", styles: [""] });
1117
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsModalHostMockComponent, decorators: [{
1118
+ type: Component,
1119
+ args: [{ selector: 'bs-modal', template: "modal" }]
1120
+ }], propDecorators: { isOpen: [{
1121
+ type: Input
1122
+ }], isOpenChange: [{
1123
+ type: Output
1124
+ }] } });
1125
+
1126
+ class BsModalTestingModule {
1127
+ }
1128
+ BsModalTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsModalTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1129
+ BsModalTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsModalTestingModule, declarations: [BsModalHostMockComponent], imports: [CommonModule], exports: [BsModalHostMockComponent] });
1130
+ BsModalTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsModalTestingModule, imports: [CommonModule] });
1131
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsModalTestingModule, decorators: [{
1132
+ type: NgModule,
1133
+ args: [{
1134
+ declarations: [BsModalHostMockComponent],
1135
+ imports: [CommonModule],
1136
+ exports: [BsModalHostMockComponent],
1137
+ }]
1138
+ }] });
1139
+
1140
+ class BsMultiselectMockComponent {
1141
+ constructor() {
1142
+ this.items = [];
1143
+ this.selectedItems = [];
1144
+ }
1145
+ }
1146
+ BsMultiselectMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsMultiselectMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1147
+ BsMultiselectMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsMultiselectMockComponent, selector: "bs-multiselect", inputs: { items: "items", selectedItems: "selectedItems" }, providers: [
1148
+ { provide: BsMultiselectComponent, useExisting: BsMultiselectMockComponent },
1149
+ ], ngImport: i0, template: "<p>multiselect works!</p>\n", styles: [""] });
1150
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsMultiselectMockComponent, decorators: [{
1151
+ type: Component,
1152
+ args: [{ selector: 'bs-multiselect', providers: [
1153
+ { provide: BsMultiselectComponent, useExisting: BsMultiselectMockComponent },
1154
+ ], template: "<p>multiselect works!</p>\n" }]
1155
+ }], propDecorators: { items: [{
1156
+ type: Input
1157
+ }], selectedItems: [{
1158
+ type: Input
1159
+ }] } });
1160
+
1161
+ class BsMultiselectTestingModule {
1162
+ }
1163
+ BsMultiselectTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsMultiselectTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1164
+ BsMultiselectTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsMultiselectTestingModule, declarations: [BsMultiselectMockComponent], imports: [CommonModule], exports: [BsMultiselectMockComponent] });
1165
+ BsMultiselectTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsMultiselectTestingModule, providers: [
1166
+ { provide: BsMultiselectComponent, useClass: BsMultiselectMockComponent },
1167
+ ], imports: [CommonModule] });
1168
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsMultiselectTestingModule, decorators: [{
1169
+ type: NgModule,
1170
+ args: [{
1171
+ declarations: [BsMultiselectMockComponent],
1172
+ imports: [CommonModule],
1173
+ exports: [BsMultiselectMockComponent],
1174
+ providers: [
1175
+ { provide: BsMultiselectComponent, useClass: BsMultiselectMockComponent },
1176
+ ]
1177
+ }]
1178
+ }] });
1179
+
1180
+ class BsNavbarMockComponent {
1181
+ }
1182
+ BsNavbarMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsNavbarMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1183
+ BsNavbarMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsNavbarMockComponent, selector: "bs-navbar", providers: [
1184
+ { provide: BsNavbarComponent, useExisting: BsNavbarMockComponent }
1185
+ ], ngImport: i0, template: "<p>navbar works!</p>\n", styles: [""] });
1186
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsNavbarMockComponent, decorators: [{
1187
+ type: Component,
1188
+ args: [{ selector: 'bs-navbar', providers: [
1189
+ { provide: BsNavbarComponent, useExisting: BsNavbarMockComponent }
1190
+ ], template: "<p>navbar works!</p>\n" }]
1191
+ }] });
1192
+
1193
+ class BsNavbarNavMockComponent {
1194
+ }
1195
+ BsNavbarNavMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsNavbarNavMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1196
+ BsNavbarNavMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsNavbarNavMockComponent, selector: "bs-navbar-nav", inputs: { collapse: "collapse" }, providers: [
1197
+ { provide: BsNavbarNavComponent, useExisting: BsNavbarNavMockComponent }
1198
+ ], ngImport: i0, template: "<p>navbar-nav works!</p>\n", styles: [""] });
1199
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsNavbarNavMockComponent, decorators: [{
1200
+ type: Component,
1201
+ args: [{ selector: 'bs-navbar-nav', providers: [
1202
+ { provide: BsNavbarNavComponent, useExisting: BsNavbarNavMockComponent }
1203
+ ], template: "<p>navbar-nav works!</p>\n" }]
1204
+ }], propDecorators: { collapse: [{
1205
+ type: Input
1206
+ }] } });
1207
+
1208
+ class BsNavbarDropdownMockComponent {
1209
+ }
1210
+ BsNavbarDropdownMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsNavbarDropdownMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1211
+ BsNavbarDropdownMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsNavbarDropdownMockComponent, selector: "bs-navbar-dropdown", providers: [
1212
+ { provide: BsNavbarDropdownComponent, useExisting: BsNavbarDropdownMockComponent }
1213
+ ], ngImport: i0, template: "<ul>\n <ng-content></ng-content>\n</ul>", styles: [""] });
1214
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsNavbarDropdownMockComponent, decorators: [{
1215
+ type: Component,
1216
+ args: [{ selector: 'bs-navbar-dropdown', providers: [
1217
+ { provide: BsNavbarDropdownComponent, useExisting: BsNavbarDropdownMockComponent }
1218
+ ], template: "<ul>\n <ng-content></ng-content>\n</ul>" }]
1219
+ }] });
1220
+
1221
+ class BsNavbarItemMockComponent {
1222
+ }
1223
+ BsNavbarItemMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsNavbarItemMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1224
+ BsNavbarItemMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsNavbarItemMockComponent, selector: "bs-navbar-item", providers: [
1225
+ { provide: BsNavbarItemComponent, useExisting: BsNavbarItemMockComponent }
1226
+ ], queries: [{ propertyName: "dropdowns", predicate: BsNavbarDropdownComponent }], ngImport: i0, template: "<li>\n <ng-content></ng-content>\n</li>", styles: [""] });
1227
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsNavbarItemMockComponent, decorators: [{
1228
+ type: Component,
1229
+ args: [{ selector: 'bs-navbar-item', providers: [
1230
+ { provide: BsNavbarItemComponent, useExisting: BsNavbarItemMockComponent }
1231
+ ], template: "<li>\n <ng-content></ng-content>\n</li>" }]
1232
+ }], propDecorators: { dropdowns: [{
1233
+ type: ContentChildren,
1234
+ args: [BsNavbarDropdownComponent]
1235
+ }] } });
1236
+
1237
+ class NavbarContentMockDirective {
1238
+ }
1239
+ NavbarContentMockDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: NavbarContentMockDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1240
+ NavbarContentMockDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: NavbarContentMockDirective, selector: "[navbarContent]", inputs: { navbar: ["navbarContent", "navbar"] }, ngImport: i0 });
1241
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: NavbarContentMockDirective, decorators: [{
1242
+ type: Directive,
1243
+ args: [{
1244
+ selector: '[navbarContent]'
1245
+ }]
1246
+ }], propDecorators: { navbar: [{
1247
+ type: Input,
1248
+ args: ['navbarContent']
1249
+ }] } });
1250
+
1251
+ class BsNavbarBrandMockComponent {
1252
+ }
1253
+ BsNavbarBrandMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsNavbarBrandMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1254
+ BsNavbarBrandMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsNavbarBrandMockComponent, selector: "bs-navbar-brand", providers: [
1255
+ { provide: BsNavbarBrandComponent, useExisting: BsNavbarBrandMockComponent }
1256
+ ], ngImport: i0, template: "<p>navbar-brand works!</p>\n", styles: [""] });
1257
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsNavbarBrandMockComponent, decorators: [{
1258
+ type: Component,
1259
+ args: [{ selector: 'bs-navbar-brand', providers: [
1260
+ { provide: BsNavbarBrandComponent, useExisting: BsNavbarBrandMockComponent }
1261
+ ], template: "<p>navbar-brand works!</p>\n" }]
1262
+ }] });
1263
+
1264
+ class BsNavbarTestingModule {
1265
+ }
1266
+ BsNavbarTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsNavbarTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1267
+ BsNavbarTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsNavbarTestingModule, declarations: [BsNavbarMockComponent,
1268
+ BsNavbarNavMockComponent,
1269
+ BsNavbarDropdownMockComponent,
1270
+ BsNavbarItemMockComponent,
1271
+ NavbarContentMockDirective,
1272
+ BsNavbarBrandMockComponent], imports: [CommonModule], exports: [BsNavbarMockComponent,
1273
+ BsNavbarNavMockComponent,
1274
+ BsNavbarDropdownMockComponent,
1275
+ BsNavbarItemMockComponent,
1276
+ NavbarContentMockDirective,
1277
+ BsNavbarBrandMockComponent] });
1278
+ BsNavbarTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsNavbarTestingModule, imports: [CommonModule] });
1279
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsNavbarTestingModule, decorators: [{
1280
+ type: NgModule,
1281
+ args: [{
1282
+ declarations: [
1283
+ BsNavbarMockComponent,
1284
+ BsNavbarNavMockComponent,
1285
+ BsNavbarDropdownMockComponent,
1286
+ BsNavbarItemMockComponent,
1287
+ NavbarContentMockDirective,
1288
+ BsNavbarBrandMockComponent,
1289
+ ],
1290
+ imports: [CommonModule],
1291
+ exports: [
1292
+ BsNavbarMockComponent,
1293
+ BsNavbarNavMockComponent,
1294
+ BsNavbarDropdownMockComponent,
1295
+ BsNavbarItemMockComponent,
1296
+ NavbarContentMockDirective,
1297
+ BsNavbarBrandMockComponent,
1298
+ ],
1299
+ }]
1300
+ }] });
1301
+
1302
+ class BsOffcanvasHostMockComponent {
1303
+ constructor() {
1304
+ this.backdropClick = new EventEmitter();
1305
+ this.state = 'closed';
1306
+ this.stateChange = new EventEmitter();
1307
+ this.position = 'top';
1308
+ this.hasBackdrop = true;
1309
+ }
1310
+ }
1311
+ BsOffcanvasHostMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsOffcanvasHostMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1312
+ BsOffcanvasHostMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsOffcanvasHostMockComponent, selector: "bs-offcanvas", inputs: { state: "state", position: "position", hasBackdrop: "hasBackdrop" }, outputs: { backdropClick: "backdropClick", stateChange: "stateChange" }, providers: [
1313
+ { provide: BsOffcanvasHostComponent, useExisting: BsOffcanvasHostMockComponent }
1314
+ ], ngImport: i0, template: "<p>offcanvas-host works!</p>\n", styles: [""] });
1315
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsOffcanvasHostMockComponent, decorators: [{
1316
+ type: Component,
1317
+ args: [{ selector: 'bs-offcanvas', providers: [
1318
+ { provide: BsOffcanvasHostComponent, useExisting: BsOffcanvasHostMockComponent }
1319
+ ], template: "<p>offcanvas-host works!</p>\n" }]
1320
+ }], propDecorators: { backdropClick: [{
1321
+ type: Output
1322
+ }], state: [{
1323
+ type: Input
1324
+ }], stateChange: [{
1325
+ type: Output
1326
+ }], position: [{
1327
+ type: Input
1328
+ }], hasBackdrop: [{
1329
+ type: Input
1330
+ }] } });
1331
+
1332
+ class BsOffcanvasContentMockDirective {
1333
+ constructor(offcanvasHost, template) {
1334
+ offcanvasHost.content = template;
1335
+ }
1336
+ }
1337
+ BsOffcanvasContentMockDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsOffcanvasContentMockDirective, deps: [{ token: i1$1.BsOffcanvasHostComponent }, { token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
1338
+ BsOffcanvasContentMockDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: BsOffcanvasContentMockDirective, selector: "[bsOffcanvasContent]", ngImport: i0 });
1339
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsOffcanvasContentMockDirective, decorators: [{
1340
+ type: Directive,
1341
+ args: [{
1342
+ selector: '[bsOffcanvasContent]'
1343
+ }]
1344
+ }], ctorParameters: function () { return [{ type: i1$1.BsOffcanvasHostComponent }, { type: i0.TemplateRef }]; } });
1345
+
1346
+ class BsOffcanvasTestingModule {
1347
+ }
1348
+ BsOffcanvasTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsOffcanvasTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1349
+ BsOffcanvasTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsOffcanvasTestingModule, declarations: [BsOffcanvasHostMockComponent, BsOffcanvasContentMockDirective], imports: [CommonModule], exports: [BsOffcanvasHostMockComponent, BsOffcanvasContentMockDirective] });
1350
+ BsOffcanvasTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsOffcanvasTestingModule, providers: [
1351
+ { provide: BsOffcanvasHostMockComponent, useClass: BsOffcanvasHostMockComponent }
1352
+ ], imports: [CommonModule] });
1353
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsOffcanvasTestingModule, decorators: [{
1354
+ type: NgModule,
1355
+ args: [{
1356
+ declarations: [BsOffcanvasHostMockComponent, BsOffcanvasContentMockDirective],
1357
+ imports: [CommonModule],
1358
+ exports: [BsOffcanvasHostMockComponent, BsOffcanvasContentMockDirective],
1359
+ providers: [
1360
+ { provide: BsOffcanvasHostMockComponent, useClass: BsOffcanvasHostMockComponent }
1361
+ ]
1362
+ }]
1363
+ }] });
1364
+
1365
+ class BsPaginationMockComponent {
1366
+ constructor() {
1367
+ this.showArrows = true;
1368
+ this.numberOfBoxes = null;
1369
+ this.pageNumbers = [10];
1370
+ this.selectedPageNumber = 10;
1371
+ this.selectedPageNumberChange = new EventEmitter();
1372
+ }
1373
+ }
1374
+ BsPaginationMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsPaginationMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1375
+ BsPaginationMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsPaginationMockComponent, selector: "bs-pagination", inputs: { showArrows: "showArrows", numberOfBoxes: "numberOfBoxes", pageNumbers: "pageNumbers", selectedPageNumber: "selectedPageNumber" }, outputs: { selectedPageNumberChange: "selectedPageNumberChange" }, providers: [
1376
+ { provide: BsPaginationComponent, useExisting: BsPaginationMockComponent },
1377
+ ], ngImport: i0, template: "<ul>\n <li *ngFor=\"let pageNumber of pageNumbers\">\n <a class=\"page-link\">{{ pageNumber }}</a>\n </li>\n</ul>\n", styles: [""], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
1378
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsPaginationMockComponent, decorators: [{
1379
+ type: Component,
1380
+ args: [{ selector: 'bs-pagination', providers: [
1381
+ { provide: BsPaginationComponent, useExisting: BsPaginationMockComponent },
1382
+ ], template: "<ul>\n <li *ngFor=\"let pageNumber of pageNumbers\">\n <a class=\"page-link\">{{ pageNumber }}</a>\n </li>\n</ul>\n" }]
1383
+ }], propDecorators: { showArrows: [{
1384
+ type: Input
1385
+ }], numberOfBoxes: [{
1386
+ type: Input
1387
+ }], pageNumbers: [{
1388
+ type: Input
1389
+ }], selectedPageNumber: [{
1390
+ type: Input
1391
+ }], selectedPageNumberChange: [{
1392
+ type: Output
1393
+ }] } });
1394
+
1395
+ class BsPaginationTestingModule {
1396
+ }
1397
+ BsPaginationTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsPaginationTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1398
+ BsPaginationTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsPaginationTestingModule, declarations: [BsPaginationMockComponent], imports: [CommonModule], exports: [BsPaginationMockComponent] });
1399
+ BsPaginationTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsPaginationTestingModule, providers: [
1400
+ { provide: BsPaginationComponent, useClass: BsPaginationMockComponent },
1401
+ ], imports: [CommonModule] });
1402
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsPaginationTestingModule, decorators: [{
1403
+ type: NgModule,
1404
+ args: [{
1405
+ declarations: [BsPaginationMockComponent],
1406
+ imports: [CommonModule],
1407
+ exports: [BsPaginationMockComponent],
1408
+ providers: [
1409
+ { provide: BsPaginationComponent, useClass: BsPaginationMockComponent },
1410
+ ]
1411
+ }]
1412
+ }] });
1413
+
1414
+ class BsPlaceholderMockComponent {
1415
+ constructor() {
1416
+ this.isLoading = false;
1417
+ }
1418
+ }
1419
+ BsPlaceholderMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsPlaceholderMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1420
+ BsPlaceholderMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsPlaceholderMockComponent, selector: "bs-placeholder", inputs: { isLoading: "isLoading" }, providers: [
1421
+ { provide: BsPlaceholderComponent, useExisting: BsPlaceholderMockComponent },
1422
+ ], ngImport: i0, template: "<ng-content></ng-content>", styles: [""] });
1423
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsPlaceholderMockComponent, decorators: [{
1424
+ type: Component,
1425
+ args: [{ selector: 'bs-placeholder', providers: [
1426
+ { provide: BsPlaceholderComponent, useExisting: BsPlaceholderMockComponent },
1427
+ ], template: "<ng-content></ng-content>" }]
1428
+ }], propDecorators: { isLoading: [{
1429
+ type: Input
1430
+ }] } });
1431
+
1432
+ class BsPlaceholderTestingModule {
1433
+ }
1434
+ BsPlaceholderTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsPlaceholderTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1435
+ BsPlaceholderTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsPlaceholderTestingModule, declarations: [BsPlaceholderMockComponent], imports: [CommonModule], exports: [BsPlaceholderMockComponent] });
1436
+ BsPlaceholderTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsPlaceholderTestingModule, providers: [
1437
+ { provide: BsPlaceholderComponent, useClass: BsPlaceholderMockComponent },
1438
+ ], imports: [CommonModule] });
1439
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsPlaceholderTestingModule, decorators: [{
1440
+ type: NgModule,
1441
+ args: [{
1442
+ declarations: [BsPlaceholderMockComponent],
1443
+ imports: [CommonModule],
1444
+ exports: [BsPlaceholderMockComponent],
1445
+ providers: [
1446
+ { provide: BsPlaceholderComponent, useClass: BsPlaceholderMockComponent },
1447
+ ]
1448
+ }]
1449
+ }] });
1450
+
1451
+ class BsPopoverMockDirective {
1452
+ constructor() {
1453
+ this.bsPopover = 'top';
1454
+ }
1455
+ }
1456
+ BsPopoverMockDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsPopoverMockDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1457
+ BsPopoverMockDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: BsPopoverMockDirective, selector: "*[bsPopover]", inputs: { bsPopover: "bsPopover" }, ngImport: i0 });
1458
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsPopoverMockDirective, decorators: [{
1459
+ type: Directive,
1460
+ args: [{
1461
+ selector: '*[bsPopover]',
1462
+ }]
1463
+ }], propDecorators: { bsPopover: [{
1464
+ type: Input
1465
+ }] } });
1466
+
1467
+ class BsPopoverTestingModule {
1468
+ }
1469
+ BsPopoverTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsPopoverTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1470
+ BsPopoverTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsPopoverTestingModule, declarations: [BsPopoverMockDirective], imports: [CommonModule], exports: [BsPopoverMockDirective] });
1471
+ BsPopoverTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsPopoverTestingModule, imports: [CommonModule] });
1472
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsPopoverTestingModule, decorators: [{
1473
+ type: NgModule,
1474
+ args: [{
1475
+ declarations: [BsPopoverMockDirective],
1476
+ imports: [CommonModule],
1477
+ exports: [BsPopoverMockDirective]
1478
+ }]
1479
+ }] });
1480
+
1481
+ class BsProgressMockComponent {
1482
+ constructor() {
1483
+ this.height = 30;
1484
+ this.isIndeterminate = false;
1485
+ }
1486
+ }
1487
+ BsProgressMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsProgressMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1488
+ BsProgressMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsProgressMockComponent, selector: "bs-progress", inputs: { height: "height", isIndeterminate: "isIndeterminate" }, ngImport: i0, template: "<div>\n <ng-content></ng-content>\n</div>", styles: [""] });
1489
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsProgressMockComponent, decorators: [{
1490
+ type: Component,
1491
+ args: [{ selector: 'bs-progress', template: "<div>\n <ng-content></ng-content>\n</div>" }]
1492
+ }], propDecorators: { height: [{
1493
+ type: Input
1494
+ }], isIndeterminate: [{
1495
+ type: Input
1496
+ }] } });
1497
+
1498
+ class BsProgressBarMockComponent {
1499
+ constructor() {
1500
+ this.minimum = 0;
1501
+ this.maximum = 100;
1502
+ this.value = 50;
1503
+ this.color = Color;
1504
+ this.striped = false;
1505
+ this.animated = false;
1506
+ }
1507
+ }
1508
+ BsProgressBarMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsProgressBarMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1509
+ BsProgressBarMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsProgressBarMockComponent, selector: "bs-progress-bar", inputs: { minimum: "minimum", maximum: "maximum", value: "value", color: "color", striped: "striped", animated: "animated" }, ngImport: i0, template: "<p>progress-bar works!</p>\n", styles: [""] });
1510
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsProgressBarMockComponent, decorators: [{
1511
+ type: Component,
1512
+ args: [{ selector: 'bs-progress-bar', template: "<p>progress-bar works!</p>\n" }]
1513
+ }], propDecorators: { minimum: [{
1514
+ type: Input
1515
+ }], maximum: [{
1516
+ type: Input
1517
+ }], value: [{
1518
+ type: Input
1519
+ }], color: [{
1520
+ type: Input
1521
+ }], striped: [{
1522
+ type: Input
1523
+ }], animated: [{
1524
+ type: Input
1525
+ }] } });
1526
+
1527
+ class BsProgressBarTestingModule {
1528
+ }
1529
+ BsProgressBarTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsProgressBarTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1530
+ BsProgressBarTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsProgressBarTestingModule, declarations: [BsProgressMockComponent, BsProgressBarMockComponent], imports: [CommonModule], exports: [BsProgressMockComponent, BsProgressBarMockComponent] });
1531
+ BsProgressBarTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsProgressBarTestingModule, imports: [CommonModule] });
1532
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsProgressBarTestingModule, decorators: [{
1533
+ type: NgModule,
1534
+ args: [{
1535
+ declarations: [BsProgressMockComponent, BsProgressBarMockComponent],
1536
+ imports: [CommonModule],
1537
+ exports: [BsProgressMockComponent, BsProgressBarMockComponent],
1538
+ }]
1539
+ }] });
1540
+
1541
+ class BsRangeMockComponent {
1542
+ }
1543
+ BsRangeMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsRangeMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1544
+ BsRangeMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsRangeMockComponent, selector: "bs-range", providers: [
1545
+ { provide: BsRangeComponent, useExisting: BsRangeMockComponent },
1546
+ ], ngImport: i0, template: "<input type=\"range\">", styles: [""] });
1547
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsRangeMockComponent, decorators: [{
1548
+ type: Component,
1549
+ args: [{ selector: 'bs-range', providers: [
1550
+ { provide: BsRangeComponent, useExisting: BsRangeMockComponent },
1551
+ ], template: "<input type=\"range\">" }]
1552
+ }] });
1553
+
1554
+ class BsRangeMockValueAccessor {
1555
+ registerOnChange(fn) {
1556
+ this.onValueChange = fn;
1557
+ }
1558
+ registerOnTouched(fn) {
1559
+ this.onTouched = fn;
1560
+ }
1561
+ writeValue(value) {
1562
+ }
1563
+ setDisabledState(isDisabled) {
1564
+ }
1565
+ }
1566
+ BsRangeMockValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsRangeMockValueAccessor, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1567
+ BsRangeMockValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: BsRangeMockValueAccessor, selector: "bs-range", providers: [{
1568
+ provide: NG_VALUE_ACCESSOR,
1569
+ useExisting: forwardRef(() => BsRangeMockValueAccessor),
1570
+ multi: true,
1571
+ }], ngImport: i0 });
1572
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsRangeMockValueAccessor, decorators: [{
1573
+ type: Directive,
1574
+ args: [{
1575
+ selector: 'bs-range',
1576
+ providers: [{
1577
+ provide: NG_VALUE_ACCESSOR,
1578
+ useExisting: forwardRef(() => BsRangeMockValueAccessor),
1579
+ multi: true,
1580
+ }],
1581
+ }]
1582
+ }] });
1583
+
1584
+ class BsRangeTestingModule {
1585
+ }
1586
+ BsRangeTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsRangeTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1587
+ BsRangeTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsRangeTestingModule, declarations: [BsRangeMockComponent, BsRangeMockValueAccessor], imports: [CommonModule], exports: [BsRangeMockComponent, BsRangeMockValueAccessor] });
1588
+ BsRangeTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsRangeTestingModule, providers: [
1589
+ { provide: BsRangeComponent, useExisting: BsRangeMockComponent },
1590
+ ], imports: [CommonModule] });
1591
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsRangeTestingModule, decorators: [{
1592
+ type: NgModule,
1593
+ args: [{
1594
+ declarations: [BsRangeMockComponent, BsRangeMockValueAccessor],
1595
+ imports: [CommonModule],
1596
+ exports: [BsRangeMockComponent, BsRangeMockValueAccessor],
1597
+ providers: [
1598
+ { provide: BsRangeComponent, useExisting: BsRangeMockComponent },
1599
+ ]
1600
+ }]
1601
+ }] });
1602
+
1603
+ class BsRatingMockComponent {
1604
+ constructor() {
1605
+ this.maximum = 5;
1606
+ this.value = 0;
1607
+ }
1608
+ }
1609
+ BsRatingMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsRatingMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1610
+ BsRatingMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsRatingMockComponent, selector: "bs-rating", inputs: { maximum: "maximum", value: "value" }, ngImport: i0, template: "", styles: [""] });
1611
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsRatingMockComponent, decorators: [{
1612
+ type: Component,
1613
+ args: [{ selector: 'bs-rating', template: "" }]
1614
+ }], propDecorators: { maximum: [{
1615
+ type: Input
1616
+ }], value: [{
1617
+ type: Input
1618
+ }] } });
1619
+
1620
+ class BsRatingTestingModule {
1621
+ }
1622
+ BsRatingTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsRatingTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1623
+ BsRatingTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsRatingTestingModule, declarations: [BsRatingMockComponent], imports: [CommonModule], exports: [BsRatingMockComponent] });
1624
+ BsRatingTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsRatingTestingModule, imports: [CommonModule] });
1625
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsRatingTestingModule, decorators: [{
1626
+ type: NgModule,
1627
+ args: [{
1628
+ declarations: [BsRatingMockComponent],
1629
+ imports: [CommonModule],
1630
+ exports: [BsRatingMockComponent],
1631
+ }]
1632
+ }] });
1633
+
1634
+ var ESchedulerMode;
1635
+ (function (ESchedulerMode) {
1636
+ ESchedulerMode[ESchedulerMode["week"] = 0] = "week";
1637
+ ESchedulerMode[ESchedulerMode["timeline"] = 1] = "timeline";
1638
+ })(ESchedulerMode || (ESchedulerMode = {}));
1639
+
1640
+ class BsSchedulerMockComponent {
1641
+ constructor() {
1642
+ this.weekOptions = { unitHeight: 40 };
1643
+ this.timelineOptions = { unitWidth: 60 };
1644
+ this.mode = ESchedulerMode.week;
1645
+ this.resources = [];
1646
+ }
1647
+ }
1648
+ BsSchedulerMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsSchedulerMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1649
+ BsSchedulerMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsSchedulerMockComponent, selector: "bs-scheduler", inputs: { weekOptions: "weekOptions", timelineOptions: "timelineOptions", mode: "mode", resources: "resources" }, providers: [
1650
+ { provide: BsSchedulerComponent, useExisting: BsSchedulerMockComponent }
1651
+ ], ngImport: i0, template: "<p>scheduler works!</p>\n", styles: [""] });
1652
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsSchedulerMockComponent, decorators: [{
1653
+ type: Component,
1654
+ args: [{ selector: 'bs-scheduler', providers: [
1655
+ { provide: BsSchedulerComponent, useExisting: BsSchedulerMockComponent }
1656
+ ], template: "<p>scheduler works!</p>\n" }]
1657
+ }], propDecorators: { weekOptions: [{
1658
+ type: Input
1659
+ }], timelineOptions: [{
1660
+ type: Input
1661
+ }], mode: [{
1662
+ type: Input
1663
+ }], resources: [{
1664
+ type: Input
1665
+ }] } });
1666
+
1667
+ class BsSchedulerTestingModule {
1668
+ }
1669
+ BsSchedulerTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsSchedulerTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1670
+ BsSchedulerTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsSchedulerTestingModule, declarations: [BsSchedulerMockComponent], imports: [CommonModule], exports: [BsSchedulerMockComponent] });
1671
+ BsSchedulerTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsSchedulerTestingModule, imports: [CommonModule] });
1672
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsSchedulerTestingModule, decorators: [{
1673
+ type: NgModule,
1674
+ args: [{
1675
+ declarations: [BsSchedulerMockComponent],
1676
+ imports: [CommonModule],
1677
+ exports: [BsSchedulerMockComponent],
1678
+ }]
1679
+ }] });
1680
+
1681
+ class BsScrollspyMockDirective {
1682
+ constructor(element) {
1683
+ this.element = element;
1684
+ }
1685
+ }
1686
+ BsScrollspyMockDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsScrollspyMockDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1687
+ BsScrollspyMockDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: BsScrollspyMockDirective, selector: "[bsScrollspy]", providers: [
1688
+ { provide: BsScrollspyDirective, useExisting: BsScrollspyMockDirective },
1689
+ ], ngImport: i0 });
1690
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsScrollspyMockDirective, decorators: [{
1691
+ type: Directive,
1692
+ args: [{
1693
+ selector: '[bsScrollspy]',
1694
+ providers: [
1695
+ { provide: BsScrollspyDirective, useExisting: BsScrollspyMockDirective },
1696
+ ]
1697
+ }]
1698
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
1699
+
1700
+ class BsScrollspyMockComponent {
1701
+ constructor() {
1702
+ this.animation = 'slide';
1703
+ }
1704
+ }
1705
+ BsScrollspyMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsScrollspyMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1706
+ BsScrollspyMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsScrollspyMockComponent, selector: "bs-scrollspy", inputs: { animation: "animation" }, providers: [
1707
+ { provide: BsScrollspyComponent, useExisting: BsScrollspyMockComponent },
1708
+ ], queries: [{ propertyName: "directives", predicate: BsScrollspyMockDirective, descendants: true }], ngImport: i0, template: "<ul>\n <li *ngFor=\"let dir of directives\">\n {{ dir.element.nativeElement.textContent }}\n </li>\n</ul>\n<div>\n <ng-content></ng-content>\n</div>", styles: [""], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
1709
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsScrollspyMockComponent, decorators: [{
1710
+ type: Component,
1711
+ args: [{ selector: 'bs-scrollspy', providers: [
1712
+ { provide: BsScrollspyComponent, useExisting: BsScrollspyMockComponent },
1713
+ ], template: "<ul>\n <li *ngFor=\"let dir of directives\">\n {{ dir.element.nativeElement.textContent }}\n </li>\n</ul>\n<div>\n <ng-content></ng-content>\n</div>" }]
1714
+ }], propDecorators: { animation: [{
1715
+ type: Input
1716
+ }], directives: [{
1717
+ type: ContentChildren,
1718
+ args: [BsScrollspyMockDirective, { descendants: true }]
1719
+ }] } });
1720
+
1721
+ class BsScrollspyTestingModule {
1722
+ }
1723
+ BsScrollspyTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsScrollspyTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1724
+ BsScrollspyTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsScrollspyTestingModule, declarations: [BsScrollspyMockDirective, BsScrollspyMockComponent], imports: [CommonModule], exports: [BsScrollspyMockDirective, BsScrollspyMockComponent] });
1725
+ BsScrollspyTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsScrollspyTestingModule, providers: [
1726
+ { provide: BsScrollspyDirective, useClass: BsScrollspyMockDirective },
1727
+ { provide: BsScrollspyComponent, useClass: BsScrollspyMockComponent },
1728
+ ], imports: [CommonModule] });
1729
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsScrollspyTestingModule, decorators: [{
1730
+ type: NgModule,
1731
+ args: [{
1732
+ declarations: [BsScrollspyMockDirective, BsScrollspyMockComponent],
1733
+ imports: [CommonModule],
1734
+ exports: [BsScrollspyMockDirective, BsScrollspyMockComponent],
1735
+ providers: [
1736
+ { provide: BsScrollspyDirective, useClass: BsScrollspyMockDirective },
1737
+ { provide: BsScrollspyComponent, useClass: BsScrollspyMockComponent },
1738
+ ]
1739
+ }]
1740
+ }] });
1741
+
1742
+ class BsSelectMockComponent {
1743
+ constructor() {
1744
+ this.identifier = 0;
1745
+ }
1746
+ }
1747
+ BsSelectMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsSelectMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1748
+ BsSelectMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsSelectMockComponent, selector: "bs-select", inputs: { identifier: "identifier" }, providers: [
1749
+ { provide: BsSelectComponent, useExisting: BsSelectMockComponent },
1750
+ ], ngImport: i0, template: "<select>\n <ng-content></ng-content>\n</select> ", styles: [""] });
1751
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsSelectMockComponent, decorators: [{
1752
+ type: Component,
1753
+ args: [{ selector: 'bs-select', providers: [
1754
+ { provide: BsSelectComponent, useExisting: BsSelectMockComponent },
1755
+ ], template: "<select>\n <ng-content></ng-content>\n</select> " }]
1756
+ }], propDecorators: { identifier: [{
1757
+ type: Input
1758
+ }] } });
1759
+
1760
+ class BsSelectMockValueAccessor {
1761
+ registerOnChange(fn) { }
1762
+ registerOnTouched(fn) { }
1763
+ writeValue(value) { }
1764
+ setDisabledState(isDisabled) { }
1765
+ }
1766
+ BsSelectMockValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsSelectMockValueAccessor, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1767
+ BsSelectMockValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: BsSelectMockValueAccessor, selector: "bs-select", providers: [{
1768
+ provide: BsSelectValueAccessor,
1769
+ useExisting: BsSelectMockValueAccessor
1770
+ }, {
1771
+ provide: NG_VALUE_ACCESSOR,
1772
+ useExisting: forwardRef(() => BsSelectMockValueAccessor),
1773
+ multi: true,
1774
+ }], ngImport: i0 });
1775
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsSelectMockValueAccessor, decorators: [{
1776
+ type: Directive,
1777
+ args: [{
1778
+ selector: 'bs-select',
1779
+ providers: [{
1780
+ provide: BsSelectValueAccessor,
1781
+ useExisting: BsSelectMockValueAccessor
1782
+ }, {
1783
+ provide: NG_VALUE_ACCESSOR,
1784
+ useExisting: forwardRef(() => BsSelectMockValueAccessor),
1785
+ multi: true,
1786
+ }]
1787
+ }]
1788
+ }] });
1789
+
1790
+ class BsSelectOptionMock {
1791
+ constructor() {
1792
+ this.ngValue = null;
1793
+ this.value = null;
1794
+ }
1795
+ setElementValue(value) { }
1796
+ }
1797
+ BsSelectOptionMock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsSelectOptionMock, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1798
+ BsSelectOptionMock.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: BsSelectOptionMock, selector: "option", inputs: { ngValue: "ngValue", value: "value" }, ngImport: i0 });
1799
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsSelectOptionMock, decorators: [{
1800
+ type: Directive,
1801
+ args: [{ selector: 'option' }]
1802
+ }], propDecorators: { ngValue: [{
1803
+ type: Input,
1804
+ args: ['ngValue']
1805
+ }], value: [{
1806
+ type: Input,
1807
+ args: ['value']
1808
+ }] } });
1809
+
1810
+ class BsSelectTestingModule {
1811
+ }
1812
+ BsSelectTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsSelectTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1813
+ BsSelectTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsSelectTestingModule, declarations: [BsSelectMockComponent, BsSelectMockValueAccessor, BsSelectOptionMock], imports: [CommonModule], exports: [BsSelectMockComponent, BsSelectMockValueAccessor, BsSelectOptionMock] });
1814
+ BsSelectTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsSelectTestingModule, imports: [CommonModule] });
1815
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsSelectTestingModule, decorators: [{
1816
+ type: NgModule,
1817
+ args: [{
1818
+ declarations: [BsSelectMockComponent, BsSelectMockValueAccessor, BsSelectOptionMock],
1819
+ imports: [CommonModule],
1820
+ exports: [BsSelectMockComponent, BsSelectMockValueAccessor, BsSelectOptionMock],
1821
+ }]
1822
+ }] });
1823
+
1824
+ class BsSelect2Component {
1825
+ constructor() {
1826
+ this.selectedItems = [];
1827
+ this.suggestions = [];
1828
+ this.provideSuggestions = new EventEmitter();
1829
+ }
1830
+ }
1831
+ BsSelect2Component.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsSelect2Component, deps: [], target: i0.ɵɵFactoryTarget.Component });
1832
+ BsSelect2Component.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsSelect2Component, selector: "bs-select2", inputs: { selectedItems: "selectedItems", suggestions: "suggestions" }, outputs: { provideSuggestions: "provideSuggestions" }, ngImport: i0, template: "<p>select2 works!</p>\n", styles: [""] });
1833
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsSelect2Component, decorators: [{
1834
+ type: Component,
1835
+ args: [{ selector: 'bs-select2', template: "<p>select2 works!</p>\n" }]
1836
+ }], propDecorators: { selectedItems: [{
1837
+ type: Input
1838
+ }], suggestions: [{
1839
+ type: Input
1840
+ }], provideSuggestions: [{
1841
+ type: Output
1842
+ }] } });
1843
+
1844
+ class BsSelect2TestingModule {
1845
+ }
1846
+ BsSelect2TestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsSelect2TestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1847
+ BsSelect2TestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsSelect2TestingModule, declarations: [BsSelect2Component], imports: [CommonModule], exports: [BsSelect2Component] });
1848
+ BsSelect2TestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsSelect2TestingModule, imports: [CommonModule] });
1849
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsSelect2TestingModule, decorators: [{
1850
+ type: NgModule,
1851
+ args: [{
1852
+ declarations: [BsSelect2Component],
1853
+ imports: [CommonModule],
1854
+ exports: [BsSelect2Component],
1855
+ }]
1856
+ }] });
1857
+
1858
+ class BsSnackbarMockService {
1859
+ show(template) {
1860
+ return null;
1861
+ }
1862
+ hide(snackbar) {
1863
+ }
1864
+ }
1865
+ BsSnackbarMockService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsSnackbarMockService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1866
+ BsSnackbarMockService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsSnackbarMockService });
1867
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsSnackbarMockService, decorators: [{
1868
+ type: Injectable
1869
+ }] });
1870
+
1871
+ class BsSnackbarTestingModule {
1872
+ }
1873
+ BsSnackbarTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsSnackbarTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1874
+ BsSnackbarTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsSnackbarTestingModule, imports: [CommonModule] });
1875
+ BsSnackbarTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsSnackbarTestingModule, providers: [
1876
+ { provide: BsSnackbarService, useClass: BsSnackbarMockService }
1877
+ ], imports: [CommonModule] });
1878
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsSnackbarTestingModule, decorators: [{
1879
+ type: NgModule,
1880
+ args: [{
1881
+ declarations: [],
1882
+ imports: [
1883
+ CommonModule
1884
+ ],
1885
+ providers: [
1886
+ { provide: BsSnackbarService, useClass: BsSnackbarMockService }
1887
+ ]
1888
+ }]
1889
+ }] });
1890
+
1891
+ class BsSpinnerMockComponent {
1892
+ constructor() {
1893
+ this.type = 'border';
1894
+ this.color = Color.primary;
1895
+ }
1896
+ }
1897
+ BsSpinnerMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsSpinnerMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1898
+ BsSpinnerMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsSpinnerMockComponent, selector: "bs-spinner", inputs: { type: "type", color: "color" }, ngImport: i0, template: "<p>spinner works!</p>\n", styles: [""] });
1899
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsSpinnerMockComponent, decorators: [{
1900
+ type: Component,
1901
+ args: [{ selector: 'bs-spinner', template: "<p>spinner works!</p>\n" }]
1902
+ }], propDecorators: { type: [{
1903
+ type: Input
1904
+ }], color: [{
1905
+ type: Input
1906
+ }] } });
1907
+
1908
+ class BsSpinnerTestingModule {
1909
+ }
1910
+ BsSpinnerTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsSpinnerTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1911
+ BsSpinnerTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsSpinnerTestingModule, declarations: [BsSpinnerMockComponent], imports: [CommonModule], exports: [BsSpinnerMockComponent] });
1912
+ BsSpinnerTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsSpinnerTestingModule, imports: [CommonModule] });
1913
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsSpinnerTestingModule, decorators: [{
1914
+ type: NgModule,
1915
+ args: [{
1916
+ declarations: [BsSpinnerMockComponent],
1917
+ imports: [CommonModule],
1918
+ exports: [BsSpinnerMockComponent],
1919
+ }]
1920
+ }] });
1921
+
1922
+ class BsTabControlMockComponent {
1923
+ constructor() {
1924
+ this.border = true;
1925
+ }
1926
+ }
1927
+ BsTabControlMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTabControlMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1928
+ BsTabControlMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsTabControlMockComponent, selector: "bs-tab-control", inputs: { border: "border" }, ngImport: i0, template: "<p>tab-control works!</p>\n", styles: [""] });
1929
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTabControlMockComponent, decorators: [{
1930
+ type: Component,
1931
+ args: [{ selector: 'bs-tab-control', template: "<p>tab-control works!</p>\n" }]
1932
+ }], propDecorators: { border: [{
1933
+ type: Input
1934
+ }] } });
1935
+
1936
+ class BsTabPageMockComponent {
1937
+ constructor() {
1938
+ this.disabled = false;
1939
+ }
1940
+ }
1941
+ BsTabPageMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTabPageMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1942
+ BsTabPageMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsTabPageMockComponent, selector: "bs-tab-page", inputs: { disabled: "disabled" }, ngImport: i0, template: "<p>tab-page works!</p>\n", styles: [""] });
1943
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTabPageMockComponent, decorators: [{
1944
+ type: Component,
1945
+ args: [{ selector: 'bs-tab-page', template: "<p>tab-page works!</p>\n" }]
1946
+ }], propDecorators: { disabled: [{
1947
+ type: Input
1948
+ }] } });
1949
+
1950
+ class BsTabControlTestingModule {
1951
+ }
1952
+ BsTabControlTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTabControlTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1953
+ BsTabControlTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsTabControlTestingModule, declarations: [BsTabControlMockComponent, BsTabPageMockComponent], imports: [CommonModule], exports: [BsTabControlMockComponent, BsTabPageMockComponent] });
1954
+ BsTabControlTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTabControlTestingModule, imports: [CommonModule] });
1955
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTabControlTestingModule, decorators: [{
1956
+ type: NgModule,
1957
+ args: [{
1958
+ declarations: [BsTabControlMockComponent, BsTabPageMockComponent],
1959
+ imports: [CommonModule],
1960
+ exports: [BsTabControlMockComponent, BsTabPageMockComponent],
1961
+ }]
1962
+ }] });
1963
+
1964
+ class BsTableMockComponent {
1965
+ constructor() {
1966
+ this.isResponsive = false;
1967
+ this.striped = false;
1968
+ this.hover = false;
1969
+ }
1970
+ }
1971
+ BsTableMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTableMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1972
+ BsTableMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsTableMockComponent, selector: "bs-table", inputs: { isResponsive: "isResponsive", striped: "striped", hover: "hover" }, providers: [
1973
+ { provide: BsTableComponent, useExisting: BsTableMockComponent },
1974
+ ], ngImport: i0, template: "<div>\n <table>\n <ng-content></ng-content>\n </table>\n</div>", styles: [""] });
1975
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTableMockComponent, decorators: [{
1976
+ type: Component,
1977
+ args: [{ selector: 'bs-table', providers: [
1978
+ { provide: BsTableComponent, useExisting: BsTableMockComponent },
1979
+ ], template: "<div>\n <table>\n <ng-content></ng-content>\n </table>\n</div>" }]
1980
+ }], propDecorators: { isResponsive: [{
1981
+ type: Input
1982
+ }], striped: [{
1983
+ type: Input
1984
+ }], hover: [{
1985
+ type: Input
1986
+ }] } });
1987
+
1988
+ class BsTableTestingModule {
1989
+ }
1990
+ BsTableTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTableTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1991
+ BsTableTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsTableTestingModule, declarations: [BsTableMockComponent], imports: [CommonModule], exports: [BsTableMockComponent] });
1992
+ BsTableTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTableTestingModule, providers: [
1993
+ { provide: BsTableComponent, useExisting: BsTableMockComponent },
1994
+ ], imports: [CommonModule] });
1995
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTableTestingModule, decorators: [{
1996
+ type: NgModule,
1997
+ args: [{
1998
+ declarations: [BsTableMockComponent],
1999
+ imports: [CommonModule],
2000
+ exports: [BsTableMockComponent],
2001
+ providers: [
2002
+ { provide: BsTableComponent, useExisting: BsTableMockComponent },
2003
+ ]
2004
+ }]
2005
+ }] });
2006
+
2007
+ class BsTimepickerMockComponent {
2008
+ constructor() {
2009
+ this.selectedTime = new Date();
2010
+ }
2011
+ }
2012
+ BsTimepickerMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTimepickerMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2013
+ BsTimepickerMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsTimepickerMockComponent, selector: "bs-timepicker", inputs: { selectedTime: "selectedTime" }, ngImport: i0, template: "<p>timepicker works!</p>\n", styles: [""] });
2014
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTimepickerMockComponent, decorators: [{
2015
+ type: Component,
2016
+ args: [{ selector: 'bs-timepicker', template: "<p>timepicker works!</p>\n" }]
2017
+ }], propDecorators: { selectedTime: [{
2018
+ type: Input
2019
+ }] } });
2020
+
2021
+ class BsTimepickerTestingModule {
2022
+ }
2023
+ BsTimepickerTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTimepickerTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2024
+ BsTimepickerTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsTimepickerTestingModule, declarations: [BsTimepickerMockComponent], imports: [CommonModule], exports: [BsTimepickerMockComponent] });
2025
+ BsTimepickerTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTimepickerTestingModule, imports: [CommonModule] });
2026
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTimepickerTestingModule, decorators: [{
2027
+ type: NgModule,
2028
+ args: [{
2029
+ declarations: [BsTimepickerMockComponent],
2030
+ imports: [CommonModule],
2031
+ exports: [BsTimepickerMockComponent],
2032
+ }]
2033
+ }] });
2034
+
2035
+ class BsAddPropertiesMockPipe {
2036
+ transform(value, toAdd) {
2037
+ return value;
2038
+ }
2039
+ }
2040
+ BsAddPropertiesMockPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAddPropertiesMockPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
2041
+ BsAddPropertiesMockPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsAddPropertiesMockPipe, name: "bsAddProperties" });
2042
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsAddPropertiesMockPipe, decorators: [{
2043
+ type: Pipe,
2044
+ args: [{
2045
+ name: 'bsAddProperties'
2046
+ }]
2047
+ }] });
2048
+
2049
+ class BsToastContainerMockComponent {
2050
+ constructor(toastService) {
2051
+ this.toastService = toastService;
2052
+ }
2053
+ }
2054
+ BsToastContainerMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsToastContainerMockComponent, deps: [{ token: i1$2.BsToastService }], target: i0.ɵɵFactoryTarget.Component });
2055
+ BsToastContainerMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsToastContainerMockComponent, selector: "bs-toast-container", providers: [
2056
+ { provide: BsToastContainerComponent, useExisting: BsToastContainerMockComponent }
2057
+ ], ngImport: i0, template: "<ng-container *ngFor=\"let toast of (toastService.toasts$ | async); let i = index\">\n <ng-container [ngTemplateOutlet]=\"toast.template\" [ngTemplateOutletContext]=\"toast.context | bsAddProperties: {toastIndex: i}\"></ng-container>\n</ng-container>", styles: [""], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: BsAddPropertiesMockPipe, name: "bsAddProperties" }] });
2058
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsToastContainerMockComponent, decorators: [{
2059
+ type: Component,
2060
+ args: [{ selector: 'bs-toast-container', providers: [
2061
+ { provide: BsToastContainerComponent, useExisting: BsToastContainerMockComponent }
2062
+ ], template: "<ng-container *ngFor=\"let toast of (toastService.toasts$ | async); let i = index\">\n <ng-container [ngTemplateOutlet]=\"toast.template\" [ngTemplateOutletContext]=\"toast.context | bsAddProperties: {toastIndex: i}\"></ng-container>\n</ng-container>" }]
2063
+ }], ctorParameters: function () { return [{ type: i1$2.BsToastService }]; } });
2064
+
2065
+ class BsToastHeaderMockComponent {
2066
+ }
2067
+ BsToastHeaderMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsToastHeaderMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2068
+ BsToastHeaderMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsToastHeaderMockComponent, selector: "bs-toast-header", providers: [
2069
+ { provide: BsToastHeaderComponent, useExisting: BsToastHeaderMockComponent },
2070
+ ], ngImport: i0, template: "<ng-content></ng-content>", styles: [""] });
2071
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsToastHeaderMockComponent, decorators: [{
2072
+ type: Component,
2073
+ args: [{ selector: 'bs-toast-header', providers: [
2074
+ { provide: BsToastHeaderComponent, useExisting: BsToastHeaderMockComponent },
2075
+ ], template: "<ng-content></ng-content>" }]
2076
+ }] });
2077
+
2078
+ class BsToastBodyMockComponent {
2079
+ }
2080
+ BsToastBodyMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsToastBodyMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2081
+ BsToastBodyMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsToastBodyMockComponent, selector: "bs-toast-body", providers: [
2082
+ { provide: BsToastBodyComponent, useExisting: BsToastBodyMockComponent },
2083
+ ], ngImport: i0, template: "<ng-content></ng-content>", styles: [""] });
2084
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsToastBodyMockComponent, decorators: [{
2085
+ type: Component,
2086
+ args: [{ selector: 'bs-toast-body', providers: [
2087
+ { provide: BsToastBodyComponent, useExisting: BsToastBodyMockComponent },
2088
+ ], template: "<ng-content></ng-content>" }]
2089
+ }] });
2090
+
2091
+ const PORTAL_FACTORY = new InjectionToken('ToastPortalFactory');
2092
+
2093
+ class BsToastMockService {
2094
+ constructor(overlayService, rootInjector, portalFactory) {
2095
+ this.overlayService = overlayService;
2096
+ this.rootInjector = rootInjector;
2097
+ this.portalFactory = portalFactory;
2098
+ }
2099
+ pushToast(toast) {
2100
+ const portal = this.portalFactory(this.rootInjector);
2101
+ const overlayRef = this.overlayService.create({});
2102
+ const component = overlayRef.attach(portal);
2103
+ }
2104
+ }
2105
+ BsToastMockService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsToastMockService, deps: [{ token: i1$3.Overlay }, { token: i0.Injector }, { token: PORTAL_FACTORY }], target: i0.ɵɵFactoryTarget.Injectable });
2106
+ BsToastMockService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsToastMockService });
2107
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsToastMockService, decorators: [{
2108
+ type: Injectable
2109
+ }], ctorParameters: function () { return [{ type: i1$3.Overlay }, { type: i0.Injector }, { type: undefined, decorators: [{
2110
+ type: Inject,
2111
+ args: [PORTAL_FACTORY]
2112
+ }] }]; } });
2113
+
2114
+ class BsToastTestingModule {
2115
+ }
2116
+ BsToastTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsToastTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2117
+ BsToastTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsToastTestingModule, declarations: [BsToastContainerMockComponent,
2118
+ BsToastBodyMockComponent,
2119
+ BsToastHeaderMockComponent,
2120
+ BsToastBodyMockComponent,
2121
+ BsAddPropertiesMockPipe], imports: [CommonModule], exports: [BsToastContainerMockComponent,
2122
+ BsToastBodyMockComponent,
2123
+ BsToastHeaderMockComponent,
2124
+ BsToastBodyMockComponent,
2125
+ BsAddPropertiesMockPipe] });
2126
+ BsToastTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsToastTestingModule, providers: [
2127
+ { provide: BsToastService, useClass: BsToastMockService },
2128
+ { provide: BsAddPropertiesPipe, useClass: BsAddPropertiesMockPipe },
2129
+ {
2130
+ provide: PORTAL_FACTORY,
2131
+ useValue: (injector) => {
2132
+ return new ComponentPortal(BsToastContainerMockComponent, null, injector);
2133
+ }
2134
+ }
2135
+ ], imports: [CommonModule] });
2136
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsToastTestingModule, decorators: [{
2137
+ type: NgModule,
2138
+ args: [{
2139
+ declarations: [
2140
+ BsToastContainerMockComponent,
2141
+ BsToastBodyMockComponent,
2142
+ BsToastHeaderMockComponent,
2143
+ BsToastBodyMockComponent,
2144
+ BsAddPropertiesMockPipe,
2145
+ ],
2146
+ imports: [CommonModule],
2147
+ exports: [
2148
+ BsToastContainerMockComponent,
2149
+ BsToastBodyMockComponent,
2150
+ BsToastHeaderMockComponent,
2151
+ BsToastBodyMockComponent,
2152
+ BsAddPropertiesMockPipe,
2153
+ ],
2154
+ providers: [
2155
+ { provide: BsToastService, useClass: BsToastMockService },
2156
+ { provide: BsAddPropertiesPipe, useClass: BsAddPropertiesMockPipe },
2157
+ {
2158
+ provide: PORTAL_FACTORY,
2159
+ useValue: (injector) => {
2160
+ return new ComponentPortal(BsToastContainerMockComponent, null, injector);
2161
+ }
2162
+ }
2163
+ ]
2164
+ }]
2165
+ }] });
2166
+
2167
+ class BsToastMockComponent {
2168
+ constructor() {
2169
+ this.isVisible = false;
2170
+ }
2171
+ }
2172
+ BsToastMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsToastMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2173
+ BsToastMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsToastMockComponent, selector: "bs-toast", inputs: { isVisible: "isVisible" }, providers: [
2174
+ { provide: BsToastComponent, useExisting: BsToastMockComponent },
2175
+ ], ngImport: i0, template: "<div [class.show]=\"isVisible\">\n <ng-content></ng-content>\n</div>", styles: [""] });
2176
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsToastMockComponent, decorators: [{
2177
+ type: Component,
2178
+ args: [{ selector: 'bs-toast', providers: [
2179
+ { provide: BsToastComponent, useExisting: BsToastMockComponent },
2180
+ ], template: "<div [class.show]=\"isVisible\">\n <ng-content></ng-content>\n</div>" }]
2181
+ }], propDecorators: { isVisible: [{
2182
+ type: Input
2183
+ }] } });
2184
+
2185
+ class BsToggleButtonGroupMockDirective {
2186
+ }
2187
+ BsToggleButtonGroupMockDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsToggleButtonGroupMockDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2188
+ BsToggleButtonGroupMockDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: BsToggleButtonGroupMockDirective, selector: "[bsToggleButtonGroup]", providers: [
2189
+ { provide: BsToggleButtonGroupDirective, useExisting: BsToggleButtonGroupMockDirective }
2190
+ ], queries: [{ propertyName: "toggleButtons", predicate: BsToggleButtonComponent, descendants: true }], exportAs: ["bsToggleButtonGroup"], ngImport: i0 });
2191
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsToggleButtonGroupMockDirective, decorators: [{
2192
+ type: Directive,
2193
+ args: [{
2194
+ selector: '[bsToggleButtonGroup]',
2195
+ providers: [
2196
+ { provide: BsToggleButtonGroupDirective, useExisting: BsToggleButtonGroupMockDirective }
2197
+ ],
2198
+ exportAs: 'bsToggleButtonGroup'
2199
+ }]
2200
+ }], propDecorators: { toggleButtons: [{
2201
+ type: ContentChildren,
2202
+ args: [BsToggleButtonComponent, { descendants: true }]
2203
+ }] } });
2204
+
2205
+ class BsToggleButtonMockValueAccessor {
2206
+ registerOnChange(fn) {
2207
+ this.onValueChange = fn;
2208
+ }
2209
+ registerOnTouched(fn) {
2210
+ this.onTouched = fn;
2211
+ }
2212
+ writeValue(value) {
2213
+ }
2214
+ setDisabledState(isDisabled) {
2215
+ }
2216
+ }
2217
+ BsToggleButtonMockValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsToggleButtonMockValueAccessor, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2218
+ BsToggleButtonMockValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: BsToggleButtonMockValueAccessor, selector: "bs-toggle-button", providers: [{
2219
+ provide: NG_VALUE_ACCESSOR,
2220
+ useExisting: forwardRef(() => BsToggleButtonMockValueAccessor),
2221
+ multi: true,
2222
+ }], ngImport: i0 });
2223
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsToggleButtonMockValueAccessor, decorators: [{
2224
+ type: Directive,
2225
+ args: [{
2226
+ selector: 'bs-toggle-button',
2227
+ providers: [{
2228
+ provide: NG_VALUE_ACCESSOR,
2229
+ useExisting: forwardRef(() => BsToggleButtonMockValueAccessor),
2230
+ multi: true,
2231
+ }],
2232
+ }]
2233
+ }] });
2234
+
2235
+ class BsToggleButtonMockComponent {
2236
+ constructor() {
2237
+ this.isToggledChange = new EventEmitter();
2238
+ this.isToggled = false;
2239
+ this.round = true;
2240
+ this.disabled = false;
2241
+ this.group = null;
2242
+ this.type = 'checkbox';
2243
+ this.value = null;
2244
+ this.name = null;
2245
+ }
2246
+ }
2247
+ BsToggleButtonMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsToggleButtonMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2248
+ BsToggleButtonMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsToggleButtonMockComponent, selector: "bs-toggle-button", inputs: { isToggled: "isToggled", round: "round", disabled: "disabled", group: "group", type: "type", value: "value", name: "name" }, outputs: { isToggledChange: "isToggledChange" }, providers: [
2249
+ { provide: BsToggleButtonComponent, useExisting: BsToggleButtonMockComponent }
2250
+ ], ngImport: i0, template: "<p>toggle-button works!</p>\n", styles: [""] });
2251
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsToggleButtonMockComponent, decorators: [{
2252
+ type: Component,
2253
+ args: [{ selector: 'bs-toggle-button', providers: [
2254
+ { provide: BsToggleButtonComponent, useExisting: BsToggleButtonMockComponent }
2255
+ ], template: "<p>toggle-button works!</p>\n" }]
2256
+ }], propDecorators: { isToggledChange: [{
2257
+ type: Output
2258
+ }], isToggled: [{
2259
+ type: Input
2260
+ }], round: [{
2261
+ type: Input
2262
+ }], disabled: [{
2263
+ type: Input
2264
+ }], group: [{
2265
+ type: Input
2266
+ }], type: [{
2267
+ type: Input
2268
+ }], value: [{
2269
+ type: Input
2270
+ }], name: [{
2271
+ type: Input
2272
+ }] } });
2273
+
2274
+ class BsToggleButtonTestingModule {
2275
+ }
2276
+ BsToggleButtonTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsToggleButtonTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2277
+ BsToggleButtonTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsToggleButtonTestingModule, declarations: [BsToggleButtonMockComponent, BsToggleButtonGroupMockDirective, BsToggleButtonMockValueAccessor], imports: [CommonModule], exports: [BsToggleButtonMockComponent, BsToggleButtonGroupMockDirective, BsToggleButtonMockValueAccessor] });
2278
+ BsToggleButtonTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsToggleButtonTestingModule, imports: [CommonModule] });
2279
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsToggleButtonTestingModule, decorators: [{
2280
+ type: NgModule,
2281
+ args: [{
2282
+ declarations: [BsToggleButtonMockComponent, BsToggleButtonGroupMockDirective, BsToggleButtonMockValueAccessor],
2283
+ imports: [CommonModule],
2284
+ exports: [BsToggleButtonMockComponent, BsToggleButtonGroupMockDirective, BsToggleButtonMockValueAccessor],
2285
+ }]
2286
+ }] });
2287
+
2288
+ class BsTooltipMockDirective {
2289
+ constructor() {
2290
+ this.bsTooltip = 'bottom';
2291
+ }
2292
+ }
2293
+ BsTooltipMockDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTooltipMockDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2294
+ BsTooltipMockDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.3", type: BsTooltipMockDirective, selector: "*[bsTooltip]", inputs: { bsTooltip: "bsTooltip" }, ngImport: i0 });
2295
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTooltipMockDirective, decorators: [{
2296
+ type: Directive,
2297
+ args: [{
2298
+ selector: '*[bsTooltip]'
2299
+ }]
2300
+ }], propDecorators: { bsTooltip: [{
2301
+ type: Input
2302
+ }] } });
2303
+
2304
+ class BsTooltipTestingModule {
2305
+ }
2306
+ BsTooltipTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTooltipTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2307
+ BsTooltipTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsTooltipTestingModule, declarations: [BsTooltipMockDirective], imports: [CommonModule], exports: [BsTooltipMockDirective] });
2308
+ BsTooltipTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTooltipTestingModule, imports: [CommonModule] });
2309
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTooltipTestingModule, decorators: [{
2310
+ type: NgModule,
2311
+ args: [{
2312
+ declarations: [
2313
+ BsTooltipMockDirective
2314
+ ],
2315
+ imports: [
2316
+ CommonModule
2317
+ ],
2318
+ exports: [
2319
+ BsTooltipMockDirective
2320
+ ]
2321
+ }]
2322
+ }] });
2323
+
2324
+ class BsTypeaheadMockComponent {
2325
+ constructor() {
2326
+ this.searchterm = '';
2327
+ this.searchtermChange = new EventEmitter();
2328
+ this.provideSuggestions = new EventEmitter();
2329
+ this.suggestions = [];
2330
+ this.submitted = new EventEmitter();
2331
+ this.suggestionSelected = new EventEmitter();
2332
+ }
2333
+ }
2334
+ BsTypeaheadMockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTypeaheadMockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2335
+ BsTypeaheadMockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: BsTypeaheadMockComponent, selector: "bs-typeahead", inputs: { searchterm: "searchterm", suggestions: "suggestions" }, outputs: { searchtermChange: "searchtermChange", provideSuggestions: "provideSuggestions", submitted: "submitted", suggestionSelected: "suggestionSelected" }, ngImport: i0, template: "<div>\n <input type=\"text\">\n</div>", styles: [""] });
2336
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTypeaheadMockComponent, decorators: [{
2337
+ type: Component,
2338
+ args: [{ selector: 'bs-typeahead', template: "<div>\n <input type=\"text\">\n</div>" }]
2339
+ }], propDecorators: { searchterm: [{
2340
+ type: Input
2341
+ }], searchtermChange: [{
2342
+ type: Output
2343
+ }], provideSuggestions: [{
2344
+ type: Output
2345
+ }], suggestions: [{
2346
+ type: Input
2347
+ }], submitted: [{
2348
+ type: Output
2349
+ }], suggestionSelected: [{
2350
+ type: Output
2351
+ }] } });
2352
+
2353
+ class BsTypeaheadTestingModule {
2354
+ }
2355
+ BsTypeaheadTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTypeaheadTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2356
+ BsTypeaheadTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: BsTypeaheadTestingModule, declarations: [BsTypeaheadMockComponent], imports: [CommonModule], exports: [BsTypeaheadMockComponent] });
2357
+ BsTypeaheadTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTypeaheadTestingModule, imports: [CommonModule] });
2358
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: BsTypeaheadTestingModule, decorators: [{
2359
+ type: NgModule,
2360
+ args: [{
2361
+ declarations: [BsTypeaheadMockComponent],
2362
+ imports: [CommonModule],
2363
+ exports: [BsTypeaheadMockComponent],
2364
+ }]
2365
+ }] });
2366
+
2367
+ class UcFirstMockPipe {
2368
+ transform(value, ...args) {
2369
+ return value[0].toUpperCase() + value.slice(1);
2370
+ }
2371
+ }
2372
+ UcFirstMockPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: UcFirstMockPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
2373
+ UcFirstMockPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: UcFirstMockPipe, name: "ucFirst" });
2374
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: UcFirstMockPipe, decorators: [{
2375
+ type: Pipe,
2376
+ args: [{
2377
+ name: 'ucFirst'
2378
+ }]
2379
+ }] });
2380
+
2381
+ class UcFirstTestingModule {
2382
+ }
2383
+ UcFirstTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: UcFirstTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2384
+ UcFirstTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.3", ngImport: i0, type: UcFirstTestingModule, declarations: [UcFirstMockPipe], imports: [CommonModule], exports: [UcFirstMockPipe] });
2385
+ UcFirstTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: UcFirstTestingModule, providers: [
2386
+ { provide: UcFirstPipe, useClass: UcFirstMockPipe }
2387
+ ], imports: [CommonModule] });
2388
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: UcFirstTestingModule, decorators: [{
2389
+ type: NgModule,
2390
+ args: [{
2391
+ declarations: [
2392
+ UcFirstMockPipe
2393
+ ],
2394
+ imports: [
2395
+ CommonModule
2396
+ ],
2397
+ providers: [
2398
+ { provide: UcFirstPipe, useClass: UcFirstMockPipe }
2399
+ ],
2400
+ exports: [
2401
+ UcFirstMockPipe
2402
+ ],
2403
+ }]
2404
+ }] });
2405
+
2406
+ /**
2407
+ * Generated bundle index. Do not edit.
2408
+ */
2409
+
2410
+ export { BsAccordionMockComponent, BsAccordionTabHeaderMockComponent, BsAccordionTabMockComponent, BsAccordionTestingModule, BsAddPropertiesMockPipe, BsAlertCloseMockComponent, BsAlertMockComponent, BsAlertTestingModule, BsBadgeMockComponent, BsBadgeTestingModule, BsBreadcrumbItemMockComponent, BsBreadcrumbMockComponent, BsBreadcrumbTestingModule, BsButtonGroupMockComponent, BsButtonGroupTestingModule, BsCalendarMockComponent, BsCalendarTestingModule, BsCardHeaderMockComponent, BsCardMockComponent, BsCardTestingModule, BsCarouselImageMockDirective, BsCarouselMockComponent, BsCarouselTestingModule, BsCloseMockComponent, BsCloseTestingModule, BsCodeSnippetMockComponent, BsCodeSnippetTestingModule, BsColumnMockDirective, BsContextMenuMockDirective, BsContextMenuTestingModule, BsCopyMockDirective, BsCopyTestingModule, BsDatatableColumnMockDirective, BsDatatableMockComponent, BsDatatableTestingModule, BsDatepickerMockComponent, BsDatepickerTestingModule, BsDropdownItemMockComponent, BsDropdownMenuMockComponent, BsDropdownMenuMockDirective, BsDropdownMenuTestingModule, BsDropdownMockDirective, BsDropdownTestingModule, BsDropdownToggleMockDirective, BsFileUploadMockComponent, BsFileUploadTemplateMockDirective, BsFileUploadTestingModule, BsForMockDirective, BsForTestingModule, BsGridMockComponent, BsGridTestingModule, BsHasOverlayMockComponent, BsHasOverlayTestingModule, BsListGroupItemMockComponent, BsListGroupMockComponent, BsListGroupTestingModule, BsModalHostMockComponent, BsModalTestingModule, BsMultiselectMockComponent, BsMultiselectTestingModule, BsNavbarBrandMockComponent, BsNavbarDropdownMockComponent, BsNavbarItemMockComponent, BsNavbarMockComponent, BsNavbarNavMockComponent, BsNavbarTestingModule, BsOffcanvasContentMockDirective, BsOffcanvasHostMockComponent, BsOffcanvasTestingModule, BsPaginationMockComponent, BsPaginationTestingModule, BsPlaceholderMockComponent, BsPlaceholderTestingModule, BsPopoverMockDirective, BsPopoverTestingModule, BsProgressBarMockComponent, BsProgressBarTestingModule, BsProgressMockComponent, BsRangeMockComponent, BsRangeMockValueAccessor, BsRangeTestingModule, BsRatingMockComponent, BsRatingTestingModule, BsRowMockDirective, BsRowTemplateMockDirective, BsSchedulerMockComponent, BsSchedulerTestingModule, BsScrollspyMockComponent, BsScrollspyMockDirective, BsScrollspyTestingModule, BsSelect2Component, BsSelect2TestingModule, BsSelectMockComponent, BsSelectMockValueAccessor, BsSelectOptionMock, BsSelectTestingModule, BsSnackbarMockService, BsSnackbarTestingModule, BsSpinnerMockComponent, BsSpinnerTestingModule, BsTabControlMockComponent, BsTabControlTestingModule, BsTabPageMockComponent, BsTableMockComponent, BsTableTestingModule, BsTimepickerMockComponent, BsTimepickerTestingModule, BsToastBodyMockComponent, BsToastContainerMockComponent, BsToastHeaderMockComponent, BsToastMockComponent, BsToastMockService, BsToastTestingModule, BsToggleButtonGroupMockDirective, BsToggleButtonMockComponent, BsToggleButtonMockValueAccessor, BsToggleButtonTestingModule, BsTooltipMockDirective, BsTooltipTestingModule, BsTypeaheadMockComponent, BsTypeaheadTestingModule, Color, DatatableSettingsMock, ESchedulerMode, EnhancedPasteMockDirective, EnhancedPasteTestingModule, HighlightMockDirective, HighlightTestingModule, NavbarContentMockDirective, PORTAL_FACTORY, UcFirstMockPipe, UcFirstTestingModule };
2411
+ //# sourceMappingURL=mintplayer-ng-bootstrap-testing.mjs.map