@mintplayer/ng-bootstrap 15.2.3 → 15.3.0

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