@mintplayer/ng-bootstrap 17.1.3 → 17.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 (491) hide show
  1. package/accordion/src/accordion.module.d.ts +1 -1
  2. package/alert/src/alert.module.d.ts +1 -2
  3. package/async-host-binding/src/index.d.ts +1 -1
  4. package/async-host-binding/src/provide-async-host-bindings.d.ts +2 -0
  5. package/badge/src/badge.component.d.ts +1 -1
  6. package/badge/src/index.d.ts +0 -1
  7. package/breadcrumb/src/breadcrumb.module.d.ts +1 -2
  8. package/button-group/src/button-group/button-group.component.d.ts +2 -5
  9. package/button-group/src/index.d.ts +0 -1
  10. package/button-type/src/button-type/button-type.directive.d.ts +1 -1
  11. package/button-type/src/index.d.ts +0 -1
  12. package/calendar/src/calendar.component.d.ts +1 -1
  13. package/calendar/src/index.d.ts +0 -1
  14. package/calendar-month/src/pipes/index.d.ts +2 -2
  15. package/calendar-month/src/pipes/month-name/month-name.pipe.d.ts +3 -3
  16. package/calendar-month/src/pipes/weekday-name/weekday-name.pipe.d.ts +3 -3
  17. package/carousel/src/carousel.module.d.ts +2 -3
  18. package/close/src/close.component.d.ts +1 -1
  19. package/close/src/index.d.ts +0 -1
  20. package/code-snippet/src/code-snippet.component.d.ts +8 -2
  21. package/code-snippet/src/index.d.ts +0 -1
  22. package/color-picker/color-picker.module.d.ts +1 -1
  23. package/container/src/container/container.component.d.ts +1 -1
  24. package/container/src/index.d.ts +0 -1
  25. package/context-menu/src/context-menu.module.d.ts +1 -1
  26. package/copy/src/copy.directive.d.ts +1 -1
  27. package/copy/src/index.d.ts +0 -1
  28. package/datatable/src/datatable.module.d.ts +1 -1
  29. package/datepicker/src/datepicker.component.d.ts +1 -1
  30. package/datepicker/src/index.d.ts +0 -1
  31. package/dock/src/dock.module.d.ts +1 -1
  32. package/dropdown/src/dropdown/dropdown.directive.d.ts +3 -3
  33. package/dropdown/src/dropdown.module.d.ts +1 -1
  34. package/dropdown-divider/src/dropdown-divider.directive.d.ts +1 -1
  35. package/dropdown-divider/src/index.d.ts +0 -1
  36. package/dropdown-menu/src/dropdown-menu.module.d.ts +1 -1
  37. package/enhanced-paste/src/directive/enhanced-paste.directive.d.ts +1 -1
  38. package/enhanced-paste/src/index.d.ts +0 -1
  39. package/esm2022/accordion/src/accordion.module.mjs +8 -9
  40. package/esm2022/alert/src/alert/alert.component.mjs +3 -4
  41. package/esm2022/alert/src/alert.module.mjs +3 -5
  42. package/esm2022/async-host-binding/src/index.mjs +2 -2
  43. package/esm2022/async-host-binding/src/provide-async-host-bindings.mjs +10 -0
  44. package/esm2022/badge/src/badge.component.mjs +4 -4
  45. package/esm2022/badge/src/index.mjs +1 -2
  46. package/esm2022/breadcrumb/src/breadcrumb.module.mjs +3 -5
  47. package/esm2022/button-group/src/button-group/button-group.component.mjs +4 -6
  48. package/esm2022/button-group/src/index.mjs +1 -2
  49. package/esm2022/button-type/src/button-type/button-type.directive.mjs +4 -3
  50. package/esm2022/button-type/src/index.mjs +1 -2
  51. package/esm2022/calendar/src/calendar.component.mjs +7 -8
  52. package/esm2022/calendar/src/index.mjs +1 -2
  53. package/esm2022/calendar-month/src/pipes/index.mjs +3 -3
  54. package/esm2022/calendar-month/src/pipes/month-name/month-name.pipe.mjs +7 -6
  55. package/esm2022/calendar-month/src/pipes/weekday-name/weekday-name.pipe.mjs +7 -6
  56. package/esm2022/carousel/src/carousel/carousel.component.mjs +4 -5
  57. package/esm2022/carousel/src/carousel.module.mjs +13 -18
  58. package/esm2022/close/src/close.component.mjs +3 -3
  59. package/esm2022/close/src/index.mjs +1 -2
  60. package/esm2022/code-snippet/src/code-snippet.component.mjs +22 -8
  61. package/esm2022/code-snippet/src/index.mjs +1 -2
  62. package/esm2022/color-picker/color-picker.module.mjs +8 -10
  63. package/esm2022/color-picker/components/color-picker/color-picker.component.mjs +8 -8
  64. package/esm2022/color-picker/components/color-wheel/color-wheel.component.mjs +3 -3
  65. package/esm2022/container/src/container/container.component.mjs +3 -3
  66. package/esm2022/container/src/index.mjs +1 -2
  67. package/esm2022/context-menu/src/context-menu.module.mjs +8 -8
  68. package/esm2022/copy/src/copy.directive.mjs +3 -2
  69. package/esm2022/copy/src/index.mjs +1 -2
  70. package/esm2022/datatable/src/datatable/datatable.component.mjs +3 -3
  71. package/esm2022/datatable/src/datatable.module.mjs +15 -14
  72. package/esm2022/datepicker/src/datepicker.component.mjs +10 -8
  73. package/esm2022/datepicker/src/index.mjs +1 -2
  74. package/esm2022/dock/src/dock/dock.component.mjs +5 -5
  75. package/esm2022/dock/src/dock-pane-renderer/dock-pane-renderer.component.mjs +9 -9
  76. package/esm2022/dock/src/dock.module.mjs +5 -6
  77. package/esm2022/dropdown/src/dropdown/dropdown.directive.mjs +5 -3
  78. package/esm2022/dropdown/src/dropdown.module.mjs +8 -10
  79. package/esm2022/dropdown-divider/src/dropdown-divider.directive.mjs +4 -3
  80. package/esm2022/dropdown-divider/src/index.mjs +1 -2
  81. package/esm2022/dropdown-menu/src/dropdown-menu.module.mjs +5 -5
  82. package/esm2022/enhanced-paste/src/directive/enhanced-paste.directive.mjs +4 -3
  83. package/esm2022/enhanced-paste/src/index.mjs +1 -2
  84. package/esm2022/file-upload/src/component/file-upload.component.mjs +6 -7
  85. package/esm2022/file-upload/src/file-upload.module.mjs +12 -19
  86. package/esm2022/file-upload/src/pipes/format-bytes/format-bytes.pipe.mjs +2 -2
  87. package/esm2022/floating-labels/src/floating-label/floating-label.component.mjs +20 -0
  88. package/esm2022/floating-labels/src/index.mjs +2 -3
  89. package/esm2022/font-color/index.mjs +1 -2
  90. package/esm2022/font-color/src/font-color.pipe.mjs +4 -3
  91. package/esm2022/for/src/for.directive.mjs +4 -3
  92. package/esm2022/for/src/index.mjs +1 -2
  93. package/esm2022/grid/src/grid.module.mjs +5 -5
  94. package/esm2022/has-overlay/src/has-overlay/has-overlay.component.mjs +3 -3
  95. package/esm2022/has-overlay/src/index.mjs +1 -2
  96. package/esm2022/has-property/src/has-property.pipe.mjs +6 -5
  97. package/esm2022/has-property/src/index.mjs +1 -2
  98. package/esm2022/in-list/index.mjs +1 -2
  99. package/esm2022/in-list/src/in-list.pipe.mjs +4 -3
  100. package/esm2022/input-group/src/index.mjs +1 -2
  101. package/esm2022/input-group/src/input-group/input-group.component.mjs +3 -3
  102. package/esm2022/let/directive/let.directive.mjs +4 -3
  103. package/esm2022/let/index.mjs +1 -2
  104. package/esm2022/linify/index.mjs +1 -2
  105. package/esm2022/linify/src/linify.pipe.mjs +3 -2
  106. package/esm2022/markdown/index.mjs +1 -2
  107. package/esm2022/markdown/src/bold/bold.pipe.mjs +4 -3
  108. package/esm2022/markdown/src/italic/italic.pipe.mjs +4 -3
  109. package/esm2022/markdown/src/strikethrough/strikethrough.pipe.mjs +4 -3
  110. package/esm2022/markdown/src/underline/underline.pipe.mjs +4 -3
  111. package/esm2022/marquee/index.mjs +1 -2
  112. package/esm2022/marquee/src/marquee/marquee.component.mjs +3 -3
  113. package/esm2022/modal/src/components/modal/modal.component.mjs +3 -3
  114. package/esm2022/modal/src/modal.module.mjs +9 -10
  115. package/esm2022/multiselect/src/component/multiselect.component.mjs +3 -8
  116. package/esm2022/multiselect/src/multiselect.module.mjs +15 -18
  117. package/esm2022/navbar/src/navbar.module.mjs +30 -33
  118. package/esm2022/navbar-toggler/src/index.mjs +1 -2
  119. package/esm2022/navbar-toggler/src/navbar-toggler/navbar-toggler.component.mjs +4 -4
  120. package/esm2022/no-noscript/src/index.mjs +1 -2
  121. package/esm2022/no-noscript/src/no-noscript/no-noscript.directive.mjs +4 -3
  122. package/esm2022/offcanvas/src/components/offcanvas/offcanvas.component.mjs +3 -3
  123. package/esm2022/offcanvas/src/offcanvas.module.mjs +11 -10
  124. package/esm2022/ordinal-number/src/index.mjs +1 -2
  125. package/esm2022/ordinal-number/src/ordinal-number/ordinal-number.pipe.mjs +4 -3
  126. package/esm2022/pagination/src/component/pagination/pagination.component.mjs +4 -5
  127. package/esm2022/pagination/src/index.mjs +1 -2
  128. package/esm2022/playlist-toggler/src/index.mjs +1 -2
  129. package/esm2022/playlist-toggler/src/playlist-toggler/playlist-toggler.component.mjs +4 -4
  130. package/esm2022/popover/src/component/popover.component.mjs +3 -3
  131. package/esm2022/popover/src/popover.module.mjs +6 -6
  132. package/esm2022/progress-bar/src/progress/progress.component.mjs +3 -4
  133. package/esm2022/rating/src/component/rating.component.mjs +4 -4
  134. package/esm2022/rating/src/index.mjs +1 -2
  135. package/esm2022/scheduler/src/components/resource-group-presenter/resource-group-presenter.component.mjs +3 -3
  136. package/esm2022/scheduler/src/components/scheduler/scheduler.component.mjs +5 -5
  137. package/esm2022/scrollspy/src/component/scrollspy.component.mjs +3 -4
  138. package/esm2022/scrollspy/src/scrollspy.module.mjs +4 -7
  139. package/esm2022/searchbox/src/searchbox/searchbox.component.mjs +5 -5
  140. package/esm2022/searchbox/src/searchbox.module.mjs +21 -23
  141. package/esm2022/select2/src/component/select2.component.mjs +3 -3
  142. package/esm2022/select2/src/select2.module.mjs +12 -14
  143. package/esm2022/signature-pad/src/component/signature-pad.component.mjs +3 -3
  144. package/esm2022/signature-pad/src/index.mjs +1 -2
  145. package/esm2022/slugify/index.mjs +1 -2
  146. package/esm2022/slugify/src/slugify.pipe.mjs +4 -3
  147. package/esm2022/spinner/src/index.mjs +1 -2
  148. package/esm2022/spinner/src/spinner.component.mjs +4 -4
  149. package/esm2022/split-string/index.mjs +1 -2
  150. package/esm2022/split-string/src/split-string.pipe.mjs +4 -3
  151. package/esm2022/splitter/src/splitter/splitter.component.mjs +7 -7
  152. package/esm2022/splitter/src/splitter.module.mjs +7 -7
  153. package/esm2022/tab-control/src/tab-control/tab-control.component.mjs +4 -4
  154. package/esm2022/tab-control/src/tab-control.module.mjs +13 -14
  155. package/esm2022/table/src/component/table.component.mjs +4 -4
  156. package/esm2022/table/src/index.mjs +1 -2
  157. package/esm2022/timepicker/src/index.mjs +1 -2
  158. package/esm2022/timepicker/src/timepicker.component.mjs +17 -12
  159. package/esm2022/toast/src/components/toast-container/toast-container.component.mjs +3 -3
  160. package/esm2022/toast/src/toast.module.mjs +11 -10
  161. package/esm2022/tooltip/src/tooltip.module.mjs +5 -5
  162. package/esm2022/trust-html/index.mjs +1 -2
  163. package/esm2022/trust-html/src/trust-html.pipe.mjs +4 -3
  164. package/esm2022/typeahead/src/index.mjs +1 -2
  165. package/esm2022/typeahead/src/typeahead.component.mjs +16 -10
  166. package/esm2022/uc-first/index.mjs +1 -2
  167. package/esm2022/uc-first/src/uc-first.pipe.mjs +4 -3
  168. package/esm2022/user-agent/src/directive/user-agent.directive.mjs +4 -3
  169. package/esm2022/user-agent/src/index.mjs +1 -2
  170. package/esm2022/word-count/index.mjs +1 -2
  171. package/esm2022/word-count/src/word-count.pipe.mjs +4 -3
  172. package/fesm2022/mintplayer-ng-bootstrap-accordion.mjs +8 -9
  173. package/fesm2022/mintplayer-ng-bootstrap-accordion.mjs.map +1 -1
  174. package/fesm2022/mintplayer-ng-bootstrap-alert.mjs +4 -7
  175. package/fesm2022/mintplayer-ng-bootstrap-alert.mjs.map +1 -1
  176. package/fesm2022/mintplayer-ng-bootstrap-async-host-binding.mjs +7 -29
  177. package/fesm2022/mintplayer-ng-bootstrap-async-host-binding.mjs.map +1 -1
  178. package/fesm2022/mintplayer-ng-bootstrap-badge.mjs +5 -20
  179. package/fesm2022/mintplayer-ng-bootstrap-badge.mjs.map +1 -1
  180. package/fesm2022/mintplayer-ng-bootstrap-breadcrumb.mjs +2 -4
  181. package/fesm2022/mintplayer-ng-bootstrap-breadcrumb.mjs.map +1 -1
  182. package/fesm2022/mintplayer-ng-bootstrap-button-group.mjs +4 -21
  183. package/fesm2022/mintplayer-ng-bootstrap-button-group.mjs.map +1 -1
  184. package/fesm2022/mintplayer-ng-bootstrap-button-type.mjs +5 -25
  185. package/fesm2022/mintplayer-ng-bootstrap-button-type.mjs.map +1 -1
  186. package/fesm2022/mintplayer-ng-bootstrap-calendar-month.mjs +14 -53
  187. package/fesm2022/mintplayer-ng-bootstrap-calendar-month.mjs.map +1 -1
  188. package/fesm2022/mintplayer-ng-bootstrap-calendar.mjs +9 -49
  189. package/fesm2022/mintplayer-ng-bootstrap-calendar.mjs.map +1 -1
  190. package/fesm2022/mintplayer-ng-bootstrap-carousel.mjs +15 -21
  191. package/fesm2022/mintplayer-ng-bootstrap-carousel.mjs.map +1 -1
  192. package/fesm2022/mintplayer-ng-bootstrap-close.mjs +4 -19
  193. package/fesm2022/mintplayer-ng-bootstrap-close.mjs.map +1 -1
  194. package/fesm2022/mintplayer-ng-bootstrap-code-snippet.mjs +20 -39
  195. package/fesm2022/mintplayer-ng-bootstrap-code-snippet.mjs.map +1 -1
  196. package/fesm2022/mintplayer-ng-bootstrap-color-picker.mjs +13 -15
  197. package/fesm2022/mintplayer-ng-bootstrap-color-picker.mjs.map +1 -1
  198. package/fesm2022/mintplayer-ng-bootstrap-container.mjs +4 -19
  199. package/fesm2022/mintplayer-ng-bootstrap-container.mjs.map +1 -1
  200. package/fesm2022/mintplayer-ng-bootstrap-context-menu.mjs +7 -7
  201. package/fesm2022/mintplayer-ng-bootstrap-context-menu.mjs.map +1 -1
  202. package/fesm2022/mintplayer-ng-bootstrap-copy.mjs +5 -24
  203. package/fesm2022/mintplayer-ng-bootstrap-copy.mjs.map +1 -1
  204. package/fesm2022/mintplayer-ng-bootstrap-datatable.mjs +16 -15
  205. package/fesm2022/mintplayer-ng-bootstrap-datatable.mjs.map +1 -1
  206. package/fesm2022/mintplayer-ng-bootstrap-datepicker.mjs +10 -45
  207. package/fesm2022/mintplayer-ng-bootstrap-datepicker.mjs.map +1 -1
  208. package/fesm2022/mintplayer-ng-bootstrap-dock.mjs +14 -15
  209. package/fesm2022/mintplayer-ng-bootstrap-dock.mjs.map +1 -1
  210. package/fesm2022/mintplayer-ng-bootstrap-dropdown-divider.mjs +5 -19
  211. package/fesm2022/mintplayer-ng-bootstrap-dropdown-divider.mjs.map +1 -1
  212. package/fesm2022/mintplayer-ng-bootstrap-dropdown-menu.mjs +4 -4
  213. package/fesm2022/mintplayer-ng-bootstrap-dropdown-menu.mjs.map +1 -1
  214. package/fesm2022/mintplayer-ng-bootstrap-dropdown.mjs +10 -10
  215. package/fesm2022/mintplayer-ng-bootstrap-dropdown.mjs.map +1 -1
  216. package/fesm2022/mintplayer-ng-bootstrap-enhanced-paste.mjs +5 -25
  217. package/fesm2022/mintplayer-ng-bootstrap-enhanced-paste.mjs.map +1 -1
  218. package/fesm2022/mintplayer-ng-bootstrap-file-upload.mjs +16 -24
  219. package/fesm2022/mintplayer-ng-bootstrap-file-upload.mjs.map +1 -1
  220. package/fesm2022/mintplayer-ng-bootstrap-floating-labels.mjs +4 -19
  221. package/fesm2022/mintplayer-ng-bootstrap-floating-labels.mjs.map +1 -1
  222. package/fesm2022/mintplayer-ng-bootstrap-font-color.mjs +5 -25
  223. package/fesm2022/mintplayer-ng-bootstrap-font-color.mjs.map +1 -1
  224. package/fesm2022/mintplayer-ng-bootstrap-for.mjs +5 -25
  225. package/fesm2022/mintplayer-ng-bootstrap-for.mjs.map +1 -1
  226. package/fesm2022/mintplayer-ng-bootstrap-grid.mjs +4 -4
  227. package/fesm2022/mintplayer-ng-bootstrap-grid.mjs.map +1 -1
  228. package/fesm2022/mintplayer-ng-bootstrap-has-overlay.mjs +4 -19
  229. package/fesm2022/mintplayer-ng-bootstrap-has-overlay.mjs.map +1 -1
  230. package/fesm2022/mintplayer-ng-bootstrap-has-property.mjs +7 -21
  231. package/fesm2022/mintplayer-ng-bootstrap-has-property.mjs.map +1 -1
  232. package/fesm2022/mintplayer-ng-bootstrap-in-list.mjs +5 -25
  233. package/fesm2022/mintplayer-ng-bootstrap-in-list.mjs.map +1 -1
  234. package/fesm2022/mintplayer-ng-bootstrap-input-group.mjs +4 -19
  235. package/fesm2022/mintplayer-ng-bootstrap-input-group.mjs.map +1 -1
  236. package/fesm2022/mintplayer-ng-bootstrap-let.mjs +5 -25
  237. package/fesm2022/mintplayer-ng-bootstrap-let.mjs.map +1 -1
  238. package/fesm2022/mintplayer-ng-bootstrap-linify.mjs +4 -18
  239. package/fesm2022/mintplayer-ng-bootstrap-linify.mjs.map +1 -1
  240. package/fesm2022/mintplayer-ng-bootstrap-markdown.mjs +28 -57
  241. package/fesm2022/mintplayer-ng-bootstrap-markdown.mjs.map +1 -1
  242. package/fesm2022/mintplayer-ng-bootstrap-marquee.mjs +4 -19
  243. package/fesm2022/mintplayer-ng-bootstrap-marquee.mjs.map +1 -1
  244. package/fesm2022/mintplayer-ng-bootstrap-modal.mjs +10 -11
  245. package/fesm2022/mintplayer-ng-bootstrap-modal.mjs.map +1 -1
  246. package/fesm2022/mintplayer-ng-bootstrap-multiselect.mjs +16 -24
  247. package/fesm2022/mintplayer-ng-bootstrap-multiselect.mjs.map +1 -1
  248. package/fesm2022/mintplayer-ng-bootstrap-navbar-toggler.mjs +5 -20
  249. package/fesm2022/mintplayer-ng-bootstrap-navbar-toggler.mjs.map +1 -1
  250. package/fesm2022/mintplayer-ng-bootstrap-navbar.mjs +29 -32
  251. package/fesm2022/mintplayer-ng-bootstrap-navbar.mjs.map +1 -1
  252. package/fesm2022/mintplayer-ng-bootstrap-no-noscript.mjs +6 -19
  253. package/fesm2022/mintplayer-ng-bootstrap-no-noscript.mjs.map +1 -1
  254. package/fesm2022/mintplayer-ng-bootstrap-offcanvas.mjs +12 -11
  255. package/fesm2022/mintplayer-ng-bootstrap-offcanvas.mjs.map +1 -1
  256. package/fesm2022/mintplayer-ng-bootstrap-ordinal-number.mjs +5 -25
  257. package/fesm2022/mintplayer-ng-bootstrap-ordinal-number.mjs.map +1 -1
  258. package/fesm2022/mintplayer-ng-bootstrap-pagination.mjs +5 -31
  259. package/fesm2022/mintplayer-ng-bootstrap-pagination.mjs.map +1 -1
  260. package/fesm2022/mintplayer-ng-bootstrap-playlist-toggler.mjs +5 -20
  261. package/fesm2022/mintplayer-ng-bootstrap-playlist-toggler.mjs.map +1 -1
  262. package/fesm2022/mintplayer-ng-bootstrap-popover.mjs +7 -7
  263. package/fesm2022/mintplayer-ng-bootstrap-popover.mjs.map +1 -1
  264. package/fesm2022/mintplayer-ng-bootstrap-progress-bar.mjs +2 -3
  265. package/fesm2022/mintplayer-ng-bootstrap-progress-bar.mjs.map +1 -1
  266. package/fesm2022/mintplayer-ng-bootstrap-rating.mjs +5 -26
  267. package/fesm2022/mintplayer-ng-bootstrap-rating.mjs.map +1 -1
  268. package/fesm2022/mintplayer-ng-bootstrap-scheduler.mjs +5 -5
  269. package/fesm2022/mintplayer-ng-bootstrap-scheduler.mjs.map +1 -1
  270. package/fesm2022/mintplayer-ng-bootstrap-scrollspy.mjs +6 -9
  271. package/fesm2022/mintplayer-ng-bootstrap-scrollspy.mjs.map +1 -1
  272. package/fesm2022/mintplayer-ng-bootstrap-searchbox.mjs +24 -26
  273. package/fesm2022/mintplayer-ng-bootstrap-searchbox.mjs.map +1 -1
  274. package/fesm2022/mintplayer-ng-bootstrap-select2.mjs +13 -15
  275. package/fesm2022/mintplayer-ng-bootstrap-select2.mjs.map +1 -1
  276. package/fesm2022/mintplayer-ng-bootstrap-signature-pad.mjs +4 -19
  277. package/fesm2022/mintplayer-ng-bootstrap-signature-pad.mjs.map +1 -1
  278. package/fesm2022/mintplayer-ng-bootstrap-slugify.mjs +5 -19
  279. package/fesm2022/mintplayer-ng-bootstrap-slugify.mjs.map +1 -1
  280. package/fesm2022/mintplayer-ng-bootstrap-spinner.mjs +5 -20
  281. package/fesm2022/mintplayer-ng-bootstrap-spinner.mjs.map +1 -1
  282. package/fesm2022/mintplayer-ng-bootstrap-split-string.mjs +5 -19
  283. package/fesm2022/mintplayer-ng-bootstrap-split-string.mjs.map +1 -1
  284. package/fesm2022/mintplayer-ng-bootstrap-splitter.mjs +12 -12
  285. package/fesm2022/mintplayer-ng-bootstrap-splitter.mjs.map +1 -1
  286. package/fesm2022/mintplayer-ng-bootstrap-tab-control.mjs +15 -16
  287. package/fesm2022/mintplayer-ng-bootstrap-tab-control.mjs.map +1 -1
  288. package/fesm2022/mintplayer-ng-bootstrap-table.mjs +5 -20
  289. package/fesm2022/mintplayer-ng-bootstrap-table.mjs.map +1 -1
  290. package/fesm2022/mintplayer-ng-bootstrap-timepicker.mjs +16 -64
  291. package/fesm2022/mintplayer-ng-bootstrap-timepicker.mjs.map +1 -1
  292. package/fesm2022/mintplayer-ng-bootstrap-toast.mjs +12 -11
  293. package/fesm2022/mintplayer-ng-bootstrap-toast.mjs.map +1 -1
  294. package/fesm2022/mintplayer-ng-bootstrap-tooltip.mjs +4 -4
  295. package/fesm2022/mintplayer-ng-bootstrap-tooltip.mjs.map +1 -1
  296. package/fesm2022/mintplayer-ng-bootstrap-trust-html.mjs +5 -19
  297. package/fesm2022/mintplayer-ng-bootstrap-trust-html.mjs.map +1 -1
  298. package/fesm2022/mintplayer-ng-bootstrap-typeahead.mjs +14 -53
  299. package/fesm2022/mintplayer-ng-bootstrap-typeahead.mjs.map +1 -1
  300. package/fesm2022/mintplayer-ng-bootstrap-uc-first.mjs +5 -25
  301. package/fesm2022/mintplayer-ng-bootstrap-uc-first.mjs.map +1 -1
  302. package/fesm2022/mintplayer-ng-bootstrap-user-agent.mjs +6 -25
  303. package/fesm2022/mintplayer-ng-bootstrap-user-agent.mjs.map +1 -1
  304. package/fesm2022/mintplayer-ng-bootstrap-word-count.mjs +5 -19
  305. package/fesm2022/mintplayer-ng-bootstrap-word-count.mjs.map +1 -1
  306. package/file-upload/src/file-upload.module.d.ts +4 -5
  307. package/floating-labels/src/{floating-labels/floating-label → floating-label}/floating-label.component.d.ts +1 -1
  308. package/floating-labels/src/index.d.ts +1 -2
  309. package/font-color/index.d.ts +0 -1
  310. package/font-color/src/font-color.pipe.d.ts +1 -1
  311. package/for/src/for.directive.d.ts +1 -1
  312. package/for/src/index.d.ts +0 -1
  313. package/grid/src/grid.module.d.ts +1 -1
  314. package/has-overlay/src/has-overlay/has-overlay.component.d.ts +1 -1
  315. package/has-overlay/src/index.d.ts +0 -1
  316. package/has-property/src/has-property.pipe.d.ts +3 -3
  317. package/has-property/src/index.d.ts +0 -1
  318. package/in-list/index.d.ts +0 -1
  319. package/in-list/src/in-list.pipe.d.ts +1 -1
  320. package/input-group/src/index.d.ts +0 -1
  321. package/input-group/src/input-group/input-group.component.d.ts +1 -1
  322. package/let/directive/let.directive.d.ts +1 -1
  323. package/let/index.d.ts +0 -1
  324. package/linify/index.d.ts +0 -1
  325. package/linify/src/linify.pipe.d.ts +1 -1
  326. package/markdown/index.d.ts +0 -1
  327. package/markdown/src/bold/bold.pipe.d.ts +1 -1
  328. package/markdown/src/italic/italic.pipe.d.ts +1 -1
  329. package/markdown/src/strikethrough/strikethrough.pipe.d.ts +1 -1
  330. package/markdown/src/underline/underline.pipe.d.ts +1 -1
  331. package/marquee/index.d.ts +0 -1
  332. package/marquee/src/marquee/marquee.component.d.ts +1 -1
  333. package/modal/src/modal.module.d.ts +1 -1
  334. package/multiselect/src/component/multiselect.component.d.ts +2 -4
  335. package/multiselect/src/multiselect.module.d.ts +1 -1
  336. package/navbar/src/navbar.module.d.ts +1 -1
  337. package/navbar-toggler/src/index.d.ts +0 -1
  338. package/navbar-toggler/src/navbar-toggler/navbar-toggler.component.d.ts +1 -1
  339. package/no-noscript/src/index.d.ts +0 -1
  340. package/no-noscript/src/no-noscript/no-noscript.directive.d.ts +1 -1
  341. package/offcanvas/src/offcanvas.module.d.ts +1 -1
  342. package/ordinal-number/src/index.d.ts +0 -1
  343. package/ordinal-number/src/ordinal-number/ordinal-number.pipe.d.ts +1 -1
  344. package/package.json +1 -13
  345. package/pagination/src/component/pagination/pagination.component.d.ts +1 -1
  346. package/pagination/src/index.d.ts +0 -1
  347. package/playlist-toggler/src/index.d.ts +0 -1
  348. package/playlist-toggler/src/playlist-toggler/playlist-toggler.component.d.ts +1 -1
  349. package/popover/src/popover.module.d.ts +1 -1
  350. package/rating/src/component/rating.component.d.ts +1 -1
  351. package/rating/src/index.d.ts +0 -1
  352. package/scrollspy/src/scrollspy.module.d.ts +1 -2
  353. package/searchbox/src/searchbox.module.d.ts +3 -3
  354. package/select2/src/select2.module.d.ts +1 -1
  355. package/signature-pad/src/component/signature-pad.component.d.ts +1 -1
  356. package/signature-pad/src/index.d.ts +0 -1
  357. package/slugify/index.d.ts +0 -1
  358. package/slugify/src/slugify.pipe.d.ts +1 -1
  359. package/spinner/src/index.d.ts +0 -1
  360. package/spinner/src/spinner.component.d.ts +1 -1
  361. package/split-string/index.d.ts +0 -1
  362. package/split-string/src/split-string.pipe.d.ts +1 -1
  363. package/splitter/src/splitter.module.d.ts +1 -1
  364. package/tab-control/src/tab-control.module.d.ts +1 -1
  365. package/table/src/component/table.component.d.ts +1 -1
  366. package/table/src/index.d.ts +0 -1
  367. package/timepicker/src/index.d.ts +0 -1
  368. package/timepicker/src/timepicker.component.d.ts +1 -1
  369. package/toast/src/toast.module.d.ts +1 -1
  370. package/tooltip/src/tooltip.module.d.ts +1 -1
  371. package/trust-html/index.d.ts +0 -1
  372. package/trust-html/src/trust-html.pipe.d.ts +1 -1
  373. package/typeahead/src/index.d.ts +0 -1
  374. package/typeahead/src/typeahead.component.d.ts +1 -1
  375. package/uc-first/index.d.ts +0 -1
  376. package/uc-first/src/uc-first.pipe.d.ts +1 -1
  377. package/user-agent/src/directive/user-agent.directive.d.ts +1 -1
  378. package/user-agent/src/index.d.ts +0 -1
  379. package/word-count/index.d.ts +0 -1
  380. package/word-count/src/word-count.pipe.d.ts +1 -1
  381. package/async-host-binding/src/async-host-binding.module.d.ts +0 -7
  382. package/badge/src/badge.module.d.ts +0 -8
  383. package/button-group/src/button-group.module.d.ts +0 -8
  384. package/button-type/src/button-type/button-type.module.d.ts +0 -8
  385. package/calendar/src/calendar.module.d.ts +0 -12
  386. package/calendar-month/src/pipes/month-name/index.d.ts +0 -2
  387. package/calendar-month/src/pipes/month-name/month-name.module.d.ts +0 -8
  388. package/calendar-month/src/pipes/weekday-name/index.d.ts +0 -2
  389. package/calendar-month/src/pipes/weekday-name/weekday-name.module.d.ts +0 -8
  390. package/close/src/close.module.d.ts +0 -8
  391. package/code-snippet/src/code-snippet.module.d.ts +0 -11
  392. package/container/src/container.module.d.ts +0 -8
  393. package/copy/src/copy.module.d.ts +0 -8
  394. package/datepicker/src/datepicker.module.d.ts +0 -12
  395. package/dropdown-divider/src/dropdown-divider.module.d.ts +0 -8
  396. package/enhanced-paste/src/enhanced-paste.module.d.ts +0 -8
  397. package/esm2022/async-host-binding/src/async-host-binding.module.mjs +0 -32
  398. package/esm2022/badge/src/badge.module.mjs +0 -18
  399. package/esm2022/button-group/src/button-group.module.mjs +0 -18
  400. package/esm2022/button-type/src/button-type/button-type.module.mjs +0 -24
  401. package/esm2022/calendar/src/calendar.module.mjs +0 -43
  402. package/esm2022/calendar-month/src/pipes/month-name/index.mjs +0 -3
  403. package/esm2022/calendar-month/src/pipes/month-name/month-name.module.mjs +0 -24
  404. package/esm2022/calendar-month/src/pipes/weekday-name/index.mjs +0 -3
  405. package/esm2022/calendar-month/src/pipes/weekday-name/weekday-name.module.mjs +0 -24
  406. package/esm2022/close/src/close.module.mjs +0 -18
  407. package/esm2022/code-snippet/src/code-snippet.module.mjs +0 -36
  408. package/esm2022/container/src/container.module.mjs +0 -18
  409. package/esm2022/copy/src/copy.module.mjs +0 -24
  410. package/esm2022/datepicker/src/datepicker.module.mjs +0 -40
  411. package/esm2022/dropdown-divider/src/dropdown-divider.module.mjs +0 -18
  412. package/esm2022/enhanced-paste/src/enhanced-paste.module.mjs +0 -24
  413. package/esm2022/floating-labels/src/floating-labels/floating-label/floating-label.component.mjs +0 -20
  414. package/esm2022/floating-labels/src/floating-labels/floating-labels.module.mjs +0 -18
  415. package/esm2022/font-color/src/font-color.module.mjs +0 -24
  416. package/esm2022/for/src/for.module.mjs +0 -24
  417. package/esm2022/has-overlay/src/has-overlay/has-overlay.module.mjs +0 -18
  418. package/esm2022/has-property/src/has-property.module.mjs +0 -18
  419. package/esm2022/in-list/src/in-list.module.mjs +0 -24
  420. package/esm2022/input-group/src/input-group.module.mjs +0 -18
  421. package/esm2022/lazy-loading/index.mjs +0 -2
  422. package/esm2022/lazy-loading/mintplayer-ng-bootstrap-lazy-loading.mjs +0 -5
  423. package/esm2022/lazy-loading/src/index.mjs +0 -3
  424. package/esm2022/lazy-loading/src/lazy-load/lazy-load.directive.mjs +0 -32
  425. package/esm2022/lazy-loading/src/lazy-loading.module.mjs +0 -24
  426. package/esm2022/let/let.module.mjs +0 -24
  427. package/esm2022/linify/src/linify.module.mjs +0 -18
  428. package/esm2022/markdown/src/markdown.module.mjs +0 -39
  429. package/esm2022/marquee/src/marquee.module.mjs +0 -18
  430. package/esm2022/navbar-toggler/src/navbar-toggler.module.mjs +0 -18
  431. package/esm2022/no-noscript/src/no-noscript.module.mjs +0 -18
  432. package/esm2022/ordinal-number/src/ordinal-number.module.mjs +0 -24
  433. package/esm2022/pagination/src/pagination.module.mjs +0 -28
  434. package/esm2022/playlist-toggler/src/playlist-toggler.module.mjs +0 -18
  435. package/esm2022/rating/src/rating.module.mjs +0 -24
  436. package/esm2022/signature-pad/src/signature-pad.module.mjs +0 -18
  437. package/esm2022/slugify/src/slugify.module.mjs +0 -18
  438. package/esm2022/spinner/src/spinner.module.mjs +0 -18
  439. package/esm2022/split-string/src/split-string.module.mjs +0 -18
  440. package/esm2022/table/src/table.module.mjs +0 -18
  441. package/esm2022/timepicker/src/timepicker.module.mjs +0 -56
  442. package/esm2022/track-by/index.mjs +0 -4
  443. package/esm2022/track-by/mintplayer-ng-bootstrap-track-by.mjs +0 -5
  444. package/esm2022/track-by/src/track-by-index.directive.mjs +0 -22
  445. package/esm2022/track-by/src/track-by.directive.mjs +0 -28
  446. package/esm2022/track-by/src/track-by.module.mjs +0 -19
  447. package/esm2022/trust-html/src/trust-html.module.mjs +0 -18
  448. package/esm2022/typeahead/src/typeahead.module.mjs +0 -48
  449. package/esm2022/uc-first/src/uc-first.module.mjs +0 -24
  450. package/esm2022/user-agent/src/user-agent.module.mjs +0 -24
  451. package/esm2022/word-count/src/word-count.module.mjs +0 -18
  452. package/fesm2022/mintplayer-ng-bootstrap-lazy-loading.mjs +0 -60
  453. package/fesm2022/mintplayer-ng-bootstrap-lazy-loading.mjs.map +0 -1
  454. package/fesm2022/mintplayer-ng-bootstrap-track-by.mjs +0 -67
  455. package/fesm2022/mintplayer-ng-bootstrap-track-by.mjs.map +0 -1
  456. package/floating-labels/src/floating-labels/floating-labels.module.d.ts +0 -8
  457. package/font-color/src/font-color.module.d.ts +0 -8
  458. package/for/src/for.module.d.ts +0 -8
  459. package/has-overlay/src/has-overlay/has-overlay.module.d.ts +0 -8
  460. package/has-property/src/has-property.module.d.ts +0 -8
  461. package/in-list/src/in-list.module.d.ts +0 -8
  462. package/input-group/src/input-group.module.d.ts +0 -8
  463. package/lazy-loading/index.d.ts +0 -1
  464. package/lazy-loading/src/index.d.ts +0 -2
  465. package/lazy-loading/src/lazy-load/lazy-load.directive.d.ts +0 -13
  466. package/lazy-loading/src/lazy-loading.module.d.ts +0 -8
  467. package/let/let.module.d.ts +0 -8
  468. package/linify/src/linify.module.d.ts +0 -8
  469. package/markdown/src/markdown.module.d.ts +0 -11
  470. package/marquee/src/marquee.module.d.ts +0 -8
  471. package/navbar-toggler/src/navbar-toggler.module.d.ts +0 -8
  472. package/no-noscript/src/no-noscript.module.d.ts +0 -8
  473. package/ordinal-number/src/ordinal-number.module.d.ts +0 -8
  474. package/pagination/src/pagination.module.d.ts +0 -9
  475. package/playlist-toggler/src/playlist-toggler.module.d.ts +0 -8
  476. package/rating/src/rating.module.d.ts +0 -8
  477. package/signature-pad/src/signature-pad.module.d.ts +0 -8
  478. package/slugify/src/slugify.module.d.ts +0 -8
  479. package/spinner/src/spinner.module.d.ts +0 -8
  480. package/split-string/src/split-string.module.d.ts +0 -8
  481. package/table/src/table.module.d.ts +0 -8
  482. package/timepicker/src/timepicker.module.d.ts +0 -16
  483. package/track-by/index.d.ts +0 -3
  484. package/track-by/src/track-by-index.directive.d.ts +0 -9
  485. package/track-by/src/track-by.directive.d.ts +0 -11
  486. package/track-by/src/track-by.module.d.ts +0 -9
  487. package/trust-html/src/trust-html.module.d.ts +0 -8
  488. package/typeahead/src/typeahead.module.d.ts +0 -14
  489. package/uc-first/src/uc-first.module.d.ts +0 -8
  490. package/user-agent/src/user-agent.module.d.ts +0 -8
  491. package/word-count/src/word-count.module.d.ts +0 -8
@@ -1,39 +1,19 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Pipe, NgModule } from '@angular/core';
3
- import { CommonModule } from '@angular/common';
2
+ import { Pipe } from '@angular/core';
4
3
 
5
4
  class BsUcFirstPipe {
6
5
  transform(value, ...args) {
7
6
  return value[0].toUpperCase() + value.slice(1);
8
7
  }
9
8
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsUcFirstPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
10
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: BsUcFirstPipe, name: "bsUcFirst" }); }
9
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: BsUcFirstPipe, isStandalone: true, name: "bsUcFirst" }); }
11
10
  }
12
11
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsUcFirstPipe, decorators: [{
13
12
  type: Pipe,
14
13
  args: [{
15
14
  name: 'bsUcFirst',
16
- pure: true
17
- }]
18
- }] });
19
-
20
- class BsUcFirstModule {
21
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsUcFirstModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
22
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: BsUcFirstModule, declarations: [BsUcFirstPipe], imports: [CommonModule], exports: [BsUcFirstPipe] }); }
23
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsUcFirstModule, imports: [CommonModule] }); }
24
- }
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsUcFirstModule, decorators: [{
26
- type: NgModule,
27
- args: [{
28
- declarations: [
29
- BsUcFirstPipe
30
- ],
31
- imports: [
32
- CommonModule
33
- ],
34
- exports: [
35
- BsUcFirstPipe
36
- ]
15
+ pure: true,
16
+ standalone: true
37
17
  }]
38
18
  }] });
39
19
 
@@ -41,5 +21,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImpor
41
21
  * Generated bundle index. Do not edit.
42
22
  */
43
23
 
44
- export { BsUcFirstModule, BsUcFirstPipe };
24
+ export { BsUcFirstPipe };
45
25
  //# sourceMappingURL=mintplayer-ng-bootstrap-uc-first.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"mintplayer-ng-bootstrap-uc-first.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/uc-first/src/uc-first.pipe.ts","../../../../libs/mintplayer-ng-bootstrap/uc-first/src/uc-first.module.ts","../../../../libs/mintplayer-ng-bootstrap/uc-first/mintplayer-ng-bootstrap-uc-first.ts"],"sourcesContent":["import { Pipe, PipeTransform } from '@angular/core';\n\n@Pipe({\n name: 'bsUcFirst',\n pure: true\n})\nexport class BsUcFirstPipe implements PipeTransform {\n\n transform(value: string, ...args: any[]) {\n return value[0].toUpperCase() + value.slice(1);\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BsUcFirstPipe } from './uc-first.pipe';\n\n@NgModule({\n declarations: [\n BsUcFirstPipe\n ],\n imports: [\n CommonModule\n ],\n exports: [\n BsUcFirstPipe\n ]\n})\nexport class BsUcFirstModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;MAMa,aAAa,CAAA;AAExB,IAAA,SAAS,CAAC,KAAa,EAAE,GAAG,IAAW,EAAA;AACrC,QAAA,OAAO,KAAK,CAAC,CAAC,CAAC,CAAC,WAAW,EAAE,GAAG,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;KAChD;8GAJU,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,IAAA,EAAA,CAAA,CAAA,EAAA;4GAAb,aAAa,EAAA,IAAA,EAAA,WAAA,EAAA,CAAA,CAAA,EAAA;;2FAAb,aAAa,EAAA,UAAA,EAAA,CAAA;kBAJzB,IAAI;AAAC,YAAA,IAAA,EAAA,CAAA;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,IAAI,EAAE,IAAI;AACX,iBAAA,CAAA;;;MCUY,eAAe,CAAA;8GAAf,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;AAAf,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,eAAe,EATxB,YAAA,EAAA,CAAA,aAAa,CAGb,EAAA,OAAA,EAAA,CAAA,YAAY,aAGZ,aAAa,CAAA,EAAA,CAAA,CAAA,EAAA;AAGJ,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,eAAe,YANxB,YAAY,CAAA,EAAA,CAAA,CAAA,EAAA;;2FAMH,eAAe,EAAA,UAAA,EAAA,CAAA;kBAX3B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ,aAAa;AACd,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,YAAY;AACb,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,aAAa;AACd,qBAAA;AACF,iBAAA,CAAA;;;ACdD;;AAEG;;;;"}
1
+ {"version":3,"file":"mintplayer-ng-bootstrap-uc-first.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/uc-first/src/uc-first.pipe.ts","../../../../libs/mintplayer-ng-bootstrap/uc-first/mintplayer-ng-bootstrap-uc-first.ts"],"sourcesContent":["import { Pipe, PipeTransform } from '@angular/core';\n\n@Pipe({\n name: 'bsUcFirst',\n pure: true,\n standalone: true\n})\nexport class BsUcFirstPipe implements PipeTransform {\n\n transform(value: string, ...args: any[]) {\n return value[0].toUpperCase() + value.slice(1);\n }\n\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;MAOa,aAAa,CAAA;AAExB,IAAA,SAAS,CAAC,KAAa,EAAE,GAAG,IAAW,EAAA;AACrC,QAAA,OAAO,KAAK,CAAC,CAAC,CAAC,CAAC,WAAW,EAAE,GAAG,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;KAChD;8GAJU,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,IAAA,EAAA,CAAA,CAAA,EAAA;4GAAb,aAAa,EAAA,YAAA,EAAA,IAAA,EAAA,IAAA,EAAA,WAAA,EAAA,CAAA,CAAA,EAAA;;2FAAb,aAAa,EAAA,UAAA,EAAA,CAAA;kBALzB,IAAI;AAAC,YAAA,IAAA,EAAA,CAAA;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,IAAI,EAAE,IAAI;AACV,oBAAA,UAAU,EAAE,IAAI;AACjB,iBAAA,CAAA;;;ACND;;AAEG;;;;"}
@@ -1,6 +1,6 @@
1
- import { isPlatformServer, CommonModule } from '@angular/common';
1
+ import { isPlatformServer } from '@angular/common';
2
2
  import * as i0 from '@angular/core';
3
- import { EventEmitter, PLATFORM_ID, Directive, Inject, HostBinding, Output, NgModule } from '@angular/core';
3
+ import { EventEmitter, PLATFORM_ID, Directive, Inject, HostBinding, Output } from '@angular/core';
4
4
 
5
5
  class BsUserAgentDirective {
6
6
  constructor(platformId) {
@@ -71,12 +71,13 @@ class BsUserAgentDirective {
71
71
  });
72
72
  }
73
73
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsUserAgentDirective, deps: [{ token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Directive }); }
74
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.1", type: BsUserAgentDirective, selector: "[bsUserAgent]", outputs: { detected: "detected" }, host: { properties: { "class.os-android": "this.isAndroid", "class.os-ios": "this.isIos", "class.os-windows": "this.isWindows", "class": "this.browserClass" } }, ngImport: i0 }); }
74
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.1", type: BsUserAgentDirective, isStandalone: true, selector: "[bsUserAgent]", outputs: { detected: "detected" }, host: { properties: { "class.os-android": "this.isAndroid", "class.os-ios": "this.isIos", "class.os-windows": "this.isWindows", "class": "this.browserClass" } }, ngImport: i0 }); }
75
75
  }
76
76
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsUserAgentDirective, decorators: [{
77
77
  type: Directive,
78
78
  args: [{
79
- selector: '[bsUserAgent]'
79
+ selector: '[bsUserAgent]',
80
+ standalone: true
80
81
  }]
81
82
  }], ctorParameters: () => [{ type: Object, decorators: [{
82
83
  type: Inject,
@@ -97,29 +98,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImpor
97
98
  type: Output
98
99
  }] } });
99
100
 
100
- class BsUserAgentModule {
101
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsUserAgentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
102
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: BsUserAgentModule, declarations: [BsUserAgentDirective], imports: [CommonModule], exports: [BsUserAgentDirective] }); }
103
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsUserAgentModule, imports: [CommonModule] }); }
104
- }
105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsUserAgentModule, decorators: [{
106
- type: NgModule,
107
- args: [{
108
- declarations: [
109
- BsUserAgentDirective
110
- ],
111
- imports: [
112
- CommonModule
113
- ],
114
- exports: [
115
- BsUserAgentDirective
116
- ]
117
- }]
118
- }] });
119
-
120
101
  /**
121
102
  * Generated bundle index. Do not edit.
122
103
  */
123
104
 
124
- export { BsUserAgentDirective, BsUserAgentModule };
105
+ export { BsUserAgentDirective };
125
106
  //# sourceMappingURL=mintplayer-ng-bootstrap-user-agent.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"mintplayer-ng-bootstrap-user-agent.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/user-agent/src/directive/user-agent.directive.ts","../../../../libs/mintplayer-ng-bootstrap/user-agent/src/user-agent.module.ts","../../../../libs/mintplayer-ng-bootstrap/user-agent/mintplayer-ng-bootstrap-user-agent.ts"],"sourcesContent":["import { isPlatformServer } from '@angular/common';\nimport { AfterViewInit, Directive, EventEmitter, HostBinding, Inject, Output, PLATFORM_ID } from '@angular/core';\nimport { BsUserAgent } from '../interfaces/user-agent';\nimport { BsOperatingSystem } from '../types/operating-system.type';\nimport { BsWebbrowser } from '../types/webbrowser.type';\n\n@Directive({\n selector: '[bsUserAgent]'\n})\nexport class BsUserAgentDirective implements AfterViewInit {\n\n constructor(@Inject(PLATFORM_ID) private platformId: Object) { }\n\n @HostBinding('class.os-android') get isAndroid() {\n return !isPlatformServer(this.platformId) && !!navigator && !!navigator.userAgent.match(/Android/i);\n }\n\n @HostBinding('class.os-ios') get isIos() {\n return !isPlatformServer(this.platformId) && !!navigator && !!navigator.userAgent.match(/iPhone|iPad|iPod/i);\n }\n\n @HostBinding('class.os-windows') get isWindows() {\n return !isPlatformServer(this.platformId) && !!navigator && !!navigator.userAgent.match(/Windows/i);\n }\n\n @HostBinding('class') get browserClass() { \n const browser = this.getBrowser();\n if (!browser) {\n return null;\n } else {\n return `browser-${browser.toLowerCase()}`;\n }\n }\n\n private getBrowser(): BsWebbrowser | undefined {\n if (!isPlatformServer(this.platformId) && !!navigator) {\n const userAgent = navigator.userAgent;\n if(userAgent.match(/opr\\//i)) {\n return 'Opera';\n } else if(userAgent.match(/edg/i)) {\n return 'Edge';\n } else if (userAgent.match(/chrome|chromium|crios/i)) {\n return 'Chrome';\n } else if(userAgent.match(/firefox|fxios/i)) {\n return 'Firefox';\n } else if(userAgent.match(/safari/i)) {\n return 'Safari';\n } else {\n return undefined;\n }\n } else {\n return undefined;\n }\n }\n\n ngAfterViewInit() {\n setTimeout(() => {\n let os: BsOperatingSystem | undefined;\n let webbrowser = this.getBrowser();\n\n if (this.isAndroid) {\n os = 'Android';\n } else if (this.isIos) {\n os = 'iOS';\n } else if (this.isWindows) {\n os = 'Windows';\n } else {\n os = undefined;\n }\n\n this.detected.emit({ os, webbrowser });\n });\n }\n\n @Output() detected = new EventEmitter<BsUserAgent>();\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BsUserAgentDirective } from './directive/user-agent.directive';\n\n\n\n@NgModule({\n declarations: [\n BsUserAgentDirective\n ],\n imports: [\n CommonModule\n ],\n exports: [\n BsUserAgentDirective\n ]\n})\nexport class BsUserAgentModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"mintplayer-ng-bootstrap-user-agent.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/user-agent/src/directive/user-agent.directive.ts","../../../../libs/mintplayer-ng-bootstrap/user-agent/mintplayer-ng-bootstrap-user-agent.ts"],"sourcesContent":["import { isPlatformServer } from '@angular/common';\nimport { AfterViewInit, Directive, EventEmitter, HostBinding, Inject, Output, PLATFORM_ID } from '@angular/core';\nimport { BsUserAgent } from '../interfaces/user-agent';\nimport { BsOperatingSystem } from '../types/operating-system.type';\nimport { BsWebbrowser } from '../types/webbrowser.type';\n\n@Directive({\n selector: '[bsUserAgent]',\n standalone: true\n})\nexport class BsUserAgentDirective implements AfterViewInit {\n\n constructor(@Inject(PLATFORM_ID) private platformId: Object) { }\n\n @HostBinding('class.os-android') get isAndroid() {\n return !isPlatformServer(this.platformId) && !!navigator && !!navigator.userAgent.match(/Android/i);\n }\n\n @HostBinding('class.os-ios') get isIos() {\n return !isPlatformServer(this.platformId) && !!navigator && !!navigator.userAgent.match(/iPhone|iPad|iPod/i);\n }\n\n @HostBinding('class.os-windows') get isWindows() {\n return !isPlatformServer(this.platformId) && !!navigator && !!navigator.userAgent.match(/Windows/i);\n }\n\n @HostBinding('class') get browserClass() { \n const browser = this.getBrowser();\n if (!browser) {\n return null;\n } else {\n return `browser-${browser.toLowerCase()}`;\n }\n }\n\n private getBrowser(): BsWebbrowser | undefined {\n if (!isPlatformServer(this.platformId) && !!navigator) {\n const userAgent = navigator.userAgent;\n if(userAgent.match(/opr\\//i)) {\n return 'Opera';\n } else if(userAgent.match(/edg/i)) {\n return 'Edge';\n } else if (userAgent.match(/chrome|chromium|crios/i)) {\n return 'Chrome';\n } else if(userAgent.match(/firefox|fxios/i)) {\n return 'Firefox';\n } else if(userAgent.match(/safari/i)) {\n return 'Safari';\n } else {\n return undefined;\n }\n } else {\n return undefined;\n }\n }\n\n ngAfterViewInit() {\n setTimeout(() => {\n let os: BsOperatingSystem | undefined;\n let webbrowser = this.getBrowser();\n\n if (this.isAndroid) {\n os = 'Android';\n } else if (this.isIos) {\n os = 'iOS';\n } else if (this.isWindows) {\n os = 'Windows';\n } else {\n os = undefined;\n }\n\n this.detected.emit({ os, webbrowser });\n });\n }\n\n @Output() detected = new EventEmitter<BsUserAgent>();\n\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
@@ -1,6 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Pipe, NgModule } from '@angular/core';
3
- import { CommonModule } from '@angular/common';
2
+ import { Pipe } from '@angular/core';
4
3
 
5
4
  class BsWordCountPipe {
6
5
  transform(value) {
@@ -17,27 +16,14 @@ class BsWordCountPipe {
17
16
  }
18
17
  }
19
18
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsWordCountPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
20
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: BsWordCountPipe, name: "bsWordCount" }); }
19
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: BsWordCountPipe, isStandalone: true, name: "bsWordCount" }); }
21
20
  }
22
21
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsWordCountPipe, decorators: [{
23
22
  type: Pipe,
24
23
  args: [{
25
24
  name: 'bsWordCount',
26
- pure: true
27
- }]
28
- }] });
29
-
30
- class BsWordCountModule {
31
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsWordCountModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
32
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: BsWordCountModule, declarations: [BsWordCountPipe], imports: [CommonModule], exports: [BsWordCountPipe] }); }
33
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsWordCountModule, imports: [CommonModule] }); }
34
- }
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsWordCountModule, decorators: [{
36
- type: NgModule,
37
- args: [{
38
- declarations: [BsWordCountPipe],
39
- imports: [CommonModule],
40
- exports: [BsWordCountPipe],
25
+ pure: true,
26
+ standalone: true
41
27
  }]
42
28
  }] });
43
29
 
@@ -45,5 +31,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImpor
45
31
  * Generated bundle index. Do not edit.
46
32
  */
47
33
 
48
- export { BsWordCountModule, BsWordCountPipe };
34
+ export { BsWordCountPipe };
49
35
  //# sourceMappingURL=mintplayer-ng-bootstrap-word-count.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"mintplayer-ng-bootstrap-word-count.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/word-count/src/word-count.pipe.ts","../../../../libs/mintplayer-ng-bootstrap/word-count/src/word-count.module.ts","../../../../libs/mintplayer-ng-bootstrap/word-count/mintplayer-ng-bootstrap-word-count.ts"],"sourcesContent":["import { Pipe, PipeTransform } from '@angular/core';\n\n@Pipe({\n name: 'bsWordCount',\n pure: true\n})\nexport class BsWordCountPipe implements PipeTransform {\n transform(value: string) {\n if ((value === null) || (value === '')) {\n return 0;\n } else {\n return value\n .replace(/(^\\s+)|(\\s+$)/gi, '')\n .replace(/\\s{2,}/gi, ' ')\n .split(' ')\n .filter(w => w !== '')\n .length;\n }\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BsWordCountPipe } from './word-count.pipe';\n\n@NgModule({\n declarations: [BsWordCountPipe],\n imports: [CommonModule],\n exports: [BsWordCountPipe],\n})\nexport class BsWordCountModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;MAMa,eAAe,CAAA;AAC1B,IAAA,SAAS,CAAC,KAAa,EAAA;AACrB,QAAA,IAAI,CAAC,KAAK,KAAK,IAAI,MAAM,KAAK,KAAK,EAAE,CAAC,EAAE;AACtC,YAAA,OAAO,CAAC,CAAC;SACV;aAAM;AACL,YAAA,OAAO,KAAK;AACT,iBAAA,OAAO,CAAC,iBAAiB,EAAE,EAAE,CAAC;AAC9B,iBAAA,OAAO,CAAC,UAAU,EAAE,GAAG,CAAC;iBACxB,KAAK,CAAC,GAAG,CAAC;iBACV,MAAM,CAAC,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC;AACrB,iBAAA,MAAM,CAAC;SACX;KACF;8GAZU,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,IAAA,EAAA,CAAA,CAAA,EAAA;4GAAf,eAAe,EAAA,IAAA,EAAA,aAAA,EAAA,CAAA,CAAA,EAAA;;2FAAf,eAAe,EAAA,UAAA,EAAA,CAAA;kBAJ3B,IAAI;AAAC,YAAA,IAAA,EAAA,CAAA;AACJ,oBAAA,IAAI,EAAE,aAAa;AACnB,oBAAA,IAAI,EAAE,IAAI;AACX,iBAAA,CAAA;;;MCIY,iBAAiB,CAAA;8GAAjB,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;AAAjB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,iBAAiB,EAJb,YAAA,EAAA,CAAA,eAAe,CACpB,EAAA,OAAA,EAAA,CAAA,YAAY,aACZ,eAAe,CAAA,EAAA,CAAA,CAAA,EAAA;AAEd,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,iBAAiB,YAHlB,YAAY,CAAA,EAAA,CAAA,CAAA,EAAA;;2FAGX,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAL7B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,eAAe,CAAC;oBAC/B,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,eAAe,CAAC;AAC3B,iBAAA,CAAA;;;ACRD;;AAEG;;;;"}
1
+ {"version":3,"file":"mintplayer-ng-bootstrap-word-count.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/word-count/src/word-count.pipe.ts","../../../../libs/mintplayer-ng-bootstrap/word-count/mintplayer-ng-bootstrap-word-count.ts"],"sourcesContent":["import { Pipe, PipeTransform } from '@angular/core';\n\n@Pipe({\n name: 'bsWordCount',\n pure: true,\n standalone: true\n})\nexport class BsWordCountPipe implements PipeTransform {\n transform(value: string) {\n if ((value === null) || (value === '')) {\n return 0;\n } else {\n return value\n .replace(/(^\\s+)|(\\s+$)/gi, '')\n .replace(/\\s{2,}/gi, ' ')\n .split(' ')\n .filter(w => w !== '')\n .length;\n }\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;MAOa,eAAe,CAAA;AAC1B,IAAA,SAAS,CAAC,KAAa,EAAA;AACrB,QAAA,IAAI,CAAC,KAAK,KAAK,IAAI,MAAM,KAAK,KAAK,EAAE,CAAC,EAAE;AACtC,YAAA,OAAO,CAAC,CAAC;SACV;aAAM;AACL,YAAA,OAAO,KAAK;AACT,iBAAA,OAAO,CAAC,iBAAiB,EAAE,EAAE,CAAC;AAC9B,iBAAA,OAAO,CAAC,UAAU,EAAE,GAAG,CAAC;iBACxB,KAAK,CAAC,GAAG,CAAC;iBACV,MAAM,CAAC,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC;AACrB,iBAAA,MAAM,CAAC;SACX;KACF;8GAZU,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,IAAA,EAAA,CAAA,CAAA,EAAA;4GAAf,eAAe,EAAA,YAAA,EAAA,IAAA,EAAA,IAAA,EAAA,aAAA,EAAA,CAAA,CAAA,EAAA;;2FAAf,eAAe,EAAA,UAAA,EAAA,CAAA;kBAL3B,IAAI;AAAC,YAAA,IAAA,EAAA,CAAA;AACJ,oBAAA,IAAI,EAAE,aAAa;AACnB,oBAAA,IAAI,EAAE,IAAI;AACV,oBAAA,UAAU,EAAE,IAAI;AACjB,iBAAA,CAAA;;;ACND;;AAEG;;;;"}
@@ -4,12 +4,11 @@ import * as i2 from "./directive/file-upload-template.directive";
4
4
  import * as i3 from "./pipes/format-bytes/format-bytes.pipe";
5
5
  import * as i4 from "@angular/common";
6
6
  import * as i5 from "@mintplayer/ng-bootstrap/for";
7
- import * as i6 from "@mintplayer/ng-bootstrap/track-by";
8
- import * as i7 from "@mintplayer/ng-bootstrap/progress-bar";
9
- import * as i8 from "@mintplayer/ng-bootstrap/list-group";
10
- import * as i9 from "@mintplayer/ng-bootstrap/button-type";
7
+ import * as i6 from "@mintplayer/ng-bootstrap/progress-bar";
8
+ import * as i7 from "@mintplayer/ng-bootstrap/list-group";
9
+ import * as i8 from "@mintplayer/ng-bootstrap/button-type";
11
10
  export declare class BsFileUploadModule {
12
11
  static ɵfac: i0.ɵɵFactoryDeclaration<BsFileUploadModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsFileUploadModule, [typeof i1.BsFileUploadComponent, typeof i2.BsFileUploadTemplateDirective, typeof i3.BsFormatBytesPipe], [typeof i4.CommonModule, typeof i5.BsForModule, typeof i6.BsTrackByModule, typeof i7.BsProgressBarModule, typeof i8.BsListGroupModule, typeof i9.BsButtonTypeModule], [typeof i1.BsFileUploadComponent, typeof i2.BsFileUploadTemplateDirective, typeof i3.BsFormatBytesPipe]>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BsFileUploadModule, [typeof i1.BsFileUploadComponent, typeof i2.BsFileUploadTemplateDirective, typeof i3.BsFormatBytesPipe], [typeof i4.NgTemplateOutlet, typeof i5.BsForDirective, typeof i6.BsProgressBarModule, typeof i7.BsListGroupModule, typeof i8.BsButtonTypeDirective], [typeof i1.BsFileUploadComponent, typeof i2.BsFileUploadTemplateDirective, typeof i3.BsFormatBytesPipe]>;
14
13
  static ɵinj: i0.ɵɵInjectorDeclaration<BsFileUploadModule>;
15
14
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class BsFloatingLabelComponent {
4
4
  constructor(bsForm: BsFormComponent);
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<BsFloatingLabelComponent, [{ optional: true; }]>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<BsFloatingLabelComponent, "bs-floating-label", never, {}, {}, never, ["input", "label"], false, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<BsFloatingLabelComponent, "bs-floating-label", never, {}, {}, never, ["input", "label"], true, never>;
7
7
  }
@@ -1,2 +1 @@
1
- export * from './floating-labels/floating-labels.module';
2
- export * from './floating-labels/floating-label/floating-label.component';
1
+ export * from './floating-label/floating-label.component';
@@ -1,2 +1 @@
1
1
  export * from './src/font-color.pipe';
2
- export * from './src/font-color.module';
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class BsFontColorPipe implements PipeTransform {
4
4
  transform(color_hex: any, defaultColor?: string): any;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<BsFontColorPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<BsFontColorPipe, "bsFontColor", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<BsFontColorPipe, "bsFontColor", true>;
7
7
  }
@@ -6,5 +6,5 @@ export declare class BsForDirective {
6
6
  set bsFor(value: any);
7
7
  forValue?: string;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<BsForDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<BsForDirective, "label[bsFor]", never, { "bsFor": { "alias": "bsFor"; "required": false; }; }, {}, never, never, false, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BsForDirective, "label[bsFor]", never, { "bsFor": { "alias": "bsFor"; "required": false; }; }, {}, never, never, true, never>;
10
10
  }
@@ -1,2 +1 @@
1
1
  export * from './for.directive';
2
- export * from './for.module';
@@ -7,6 +7,6 @@ import * as i5 from "@angular/common";
7
7
  import * as i6 from "@mintplayer/ng-bootstrap/container";
8
8
  export declare class BsGridModule {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<BsGridModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsGridModule, [typeof i1.BsGridComponent, typeof i2.BsGridRowDirective, typeof i3.BsGridColumnDirective, typeof i4.BsColFormLabelDirective], [typeof i5.CommonModule, typeof i6.BsContainerModule], [typeof i1.BsGridComponent, typeof i2.BsGridRowDirective, typeof i3.BsGridColumnDirective, typeof i4.BsColFormLabelDirective]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BsGridModule, [typeof i1.BsGridComponent, typeof i2.BsGridRowDirective, typeof i3.BsGridColumnDirective, typeof i4.BsColFormLabelDirective], [typeof i5.CommonModule, typeof i6.BsContainerComponent], [typeof i1.BsGridComponent, typeof i2.BsGridRowDirective, typeof i3.BsGridColumnDirective, typeof i4.BsColFormLabelDirective]>;
11
11
  static ɵinj: i0.ɵɵInjectorDeclaration<BsGridModule>;
12
12
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class BsHasOverlayComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<BsHasOverlayComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<BsHasOverlayComponent, "bs-has-overlay", never, {}, {}, never, never, false, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<BsHasOverlayComponent, "bs-has-overlay", never, {}, {}, never, never, true, never>;
5
5
  }
@@ -1,2 +1 @@
1
1
  export * from './has-overlay/has-overlay.component';
2
- export * from './has-overlay/has-overlay.module';
@@ -1,7 +1,7 @@
1
1
  import { PipeTransform } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class HasPropertyPipe implements PipeTransform {
3
+ export declare class BsHasPropertyPipe implements PipeTransform {
4
4
  transform(value: Object, propName: string): boolean;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<HasPropertyPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<HasPropertyPipe, "bsHasProperty", false>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsHasPropertyPipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<BsHasPropertyPipe, "bsHasProperty", true>;
7
7
  }
@@ -1,2 +1 @@
1
- export * from './has-property.module';
2
1
  export * from './has-property.pipe';
@@ -1,2 +1 @@
1
- export * from './src/in-list.module';
2
1
  export * from './src/in-list.pipe';
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  export declare class BsInListPipe<T> implements PipeTransform {
5
5
  transform(items: HasId<T>[], parameter: T): boolean;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<BsInListPipe<any>, never>;
7
- static ɵpipe: i0.ɵɵPipeDeclaration<BsInListPipe<any>, "bsInList", false>;
7
+ static ɵpipe: i0.ɵɵPipeDeclaration<BsInListPipe<any>, "bsInList", true>;
8
8
  }
@@ -1,2 +1 @@
1
- export * from './input-group.module';
2
1
  export * from './input-group/input-group.component';
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class BsInputGroupComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<BsInputGroupComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<BsInputGroupComponent, "bs-input-group", never, {}, {}, never, ["*"], false, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<BsInputGroupComponent, "bs-input-group", never, {}, {}, never, ["*"], true, never>;
5
5
  }
@@ -27,5 +27,5 @@ export declare class BsLetDirective<T> {
27
27
  */
28
28
  static ngTemplateContextGuard<T>(dir: BsLetDirective<T>, ctx: any): ctx is BsLetContext<T>;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<BsLetDirective<any>, never>;
30
- static ɵdir: i0.ɵɵDirectiveDeclaration<BsLetDirective<any>, "[bsLet]", never, { "bsLet": { "alias": "bsLet"; "required": false; }; }, {}, never, never, false, never>;
30
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BsLetDirective<any>, "[bsLet]", never, { "bsLet": { "alias": "bsLet"; "required": false; }; }, {}, never, never, true, never>;
31
31
  }
package/let/index.d.ts CHANGED
@@ -1,3 +1,2 @@
1
- export * from './let.module';
2
1
  export * from './directive/let.directive';
3
2
  export * from './interfaces';
package/linify/index.d.ts CHANGED
@@ -1,2 +1 @@
1
- export * from './src/linify.module';
2
1
  export * from './src/linify.pipe';
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class BsLinifyPipe implements PipeTransform {
4
4
  transform(value: string, removeEmptyEntries?: boolean): string[];
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<BsLinifyPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<BsLinifyPipe, "bsLinify", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<BsLinifyPipe, "bsLinify", true>;
7
7
  }
@@ -1,4 +1,3 @@
1
- export * from './src/markdown.module';
2
1
  export * from './src/bold/bold.pipe';
3
2
  export * from './src/italic/italic.pipe';
4
3
  export * from './src/strikethrough/strikethrough.pipe';
@@ -6,5 +6,5 @@ export declare class BsBoldPipe implements PipeTransform {
6
6
  constructor(domSanitizer: DomSanitizer);
7
7
  transform(value: string | SafeHtml | null, numberOfStars?: number, classList?: string[]): SafeHtml | null;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<BsBoldPipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<BsBoldPipe, "bsBold", false>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<BsBoldPipe, "bsBold", true>;
10
10
  }
@@ -6,5 +6,5 @@ export declare class BsItalicPipe implements PipeTransform {
6
6
  constructor(domSanitizer: DomSanitizer);
7
7
  transform(value: string | SafeHtml | null, numberOfStars?: number, classList?: string[]): SafeHtml | null;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<BsItalicPipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<BsItalicPipe, "bsItalic", false>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<BsItalicPipe, "bsItalic", true>;
10
10
  }
@@ -6,5 +6,5 @@ export declare class BsStrikethroughPipe implements PipeTransform {
6
6
  constructor(domSanitizer: DomSanitizer);
7
7
  transform(value: string | SafeHtml | null, numberOfTildes?: number, classList?: string[]): SafeHtml | null;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<BsStrikethroughPipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<BsStrikethroughPipe, "bsStrikethrough", false>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<BsStrikethroughPipe, "bsStrikethrough", true>;
10
10
  }
@@ -6,5 +6,5 @@ export declare class BsUnderlinePipe implements PipeTransform {
6
6
  constructor(domSanitizer: DomSanitizer);
7
7
  transform(value: string | SafeHtml | null, classList?: string[]): SafeHtml | null;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<BsUnderlinePipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<BsUnderlinePipe, "bsUnderline", false>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<BsUnderlinePipe, "bsUnderline", true>;
10
10
  }
@@ -1,2 +1 @@
1
- export * from './src/marquee.module';
2
1
  export * from './src/marquee/marquee.component';
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class BsMarqueeComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<BsMarqueeComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<BsMarqueeComponent, "bs-marquee", never, {}, {}, never, ["*"], false, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<BsMarqueeComponent, "bs-marquee", never, {}, {}, never, ["*"], true, never>;
5
5
  }
@@ -11,6 +11,6 @@ import * as i9 from "@angular/cdk/overlay";
11
11
  import * as i10 from "@mintplayer/ng-bootstrap/has-overlay";
12
12
  export declare class BsModalModule {
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<BsModalModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsModalModule, [typeof i1.BsModalHeaderDirective, typeof i2.BsModalBodyDirective, typeof i3.BsModalFooterDirective, typeof i4.BsModalDirective, typeof i5.BsModalCloseDirective, typeof i6.BsModalComponent, typeof i7.BsModalHostComponent], [typeof i8.CommonModule, typeof i9.OverlayModule, typeof i10.BsHasOverlayModule], [typeof i1.BsModalHeaderDirective, typeof i2.BsModalBodyDirective, typeof i3.BsModalFooterDirective, typeof i4.BsModalDirective, typeof i5.BsModalCloseDirective, typeof i6.BsModalComponent, typeof i7.BsModalHostComponent]>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BsModalModule, [typeof i1.BsModalHeaderDirective, typeof i2.BsModalBodyDirective, typeof i3.BsModalFooterDirective, typeof i4.BsModalDirective, typeof i5.BsModalCloseDirective, typeof i6.BsModalComponent, typeof i7.BsModalHostComponent], [typeof i8.NgTemplateOutlet, typeof i9.OverlayModule, typeof i10.BsHasOverlayComponent], [typeof i1.BsModalHeaderDirective, typeof i2.BsModalBodyDirective, typeof i3.BsModalFooterDirective, typeof i4.BsModalDirective, typeof i5.BsModalCloseDirective, typeof i6.BsModalComponent, typeof i7.BsModalHostComponent]>;
15
15
  static ɵinj: i0.ɵɵInjectorDeclaration<BsModalModule>;
16
16
  }
@@ -1,4 +1,4 @@
1
- import { TemplateRef, TrackByFunction } from '@angular/core';
1
+ import { TemplateRef } from '@angular/core';
2
2
  import { Color } from '@mintplayer/ng-bootstrap';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class BsMultiselectComponent<T> {
@@ -9,9 +9,7 @@ export declare class BsMultiselectComponent<T> {
9
9
  items: T[];
10
10
  selectedItems: T[];
11
11
  defaultButtonTemplate: TemplateRef<any>;
12
- itemsTrackBy?: TrackByFunction<T>;
13
12
  itemChange(item: T, value: boolean | null): void;
14
- defaultTrackBy(index: number, item: T): T;
15
13
  static ɵfac: i0.ɵɵFactoryDeclaration<BsMultiselectComponent<any>, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<BsMultiselectComponent<any>, "bs-multiselect", never, { "items": { "alias": "items"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; "itemsTrackBy": { "alias": "itemsTrackBy"; "required": false; }; }, {}, never, never, false, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<BsMultiselectComponent<any>, "bs-multiselect", never, { "items": { "alias": "items"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; }, {}, never, never, false, never>;
17
15
  }
@@ -12,6 +12,6 @@ import * as i10 from "@mintplayer/ng-bootstrap/has-overlay";
12
12
  import * as i11 from "@mintplayer/ng-focus-on-load";
13
13
  export declare class BsMultiselectModule {
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<BsMultiselectModule, never>;
15
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsMultiselectModule, [typeof i1.BsMultiselectComponent, typeof i2.BsHeaderTemplateDirective, typeof i3.BsFooterTemplateDirective, typeof i4.BsButtonTemplateDirective], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i7.BsDropdownModule, typeof i8.BsToggleButtonModule, typeof i9.BsButtonTypeModule, typeof i10.BsHasOverlayModule, typeof i11.FocusOnLoadModule], [typeof i1.BsMultiselectComponent, typeof i2.BsHeaderTemplateDirective, typeof i3.BsFooterTemplateDirective, typeof i4.BsButtonTemplateDirective]>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BsMultiselectModule, [typeof i1.BsMultiselectComponent, typeof i2.BsHeaderTemplateDirective, typeof i3.BsFooterTemplateDirective, typeof i4.BsButtonTemplateDirective], [typeof i5.NgTemplateOutlet, typeof i6.FormsModule, typeof i7.BsDropdownModule, typeof i8.BsToggleButtonModule, typeof i9.BsButtonTypeDirective, typeof i10.BsHasOverlayComponent, typeof i11.FocusOnLoadDirective], [typeof i1.BsMultiselectComponent, typeof i2.BsHeaderTemplateDirective, typeof i3.BsFooterTemplateDirective, typeof i4.BsButtonTemplateDirective]>;
16
16
  static ɵinj: i0.ɵɵInjectorDeclaration<BsMultiselectModule>;
17
17
  }
@@ -18,6 +18,6 @@ import * as i16 from "@mintplayer/ng-bootstrap/dropdown-divider";
18
18
  import * as i17 from "@mintplayer/ng-bootstrap/navbar-toggler";
19
19
  export declare class BsNavbarModule {
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<BsNavbarModule, never>;
21
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsNavbarModule, [typeof i1.BsNavbarComponent, typeof i2.BsNavbarNavComponent, typeof i3.BsNavbarDropdownComponent, typeof i4.BsNavbarItemComponent, typeof i5.DropdownToggleDirective, typeof i6.NavLinkDirective, typeof i7.BsNavbarContentDirective, typeof i8.BsNavbarBrandComponent, typeof i9.BsExpandButtonDirective], [typeof i10.CommonModule, typeof i11.ClickOutsideModule, typeof i12.BsContainerModule, typeof i13.BsUserAgentModule, typeof i14.BsNoNoscriptModule, typeof i15.BsHasOverlayModule, typeof i16.BsDropdownDividerModule, typeof i17.BsNavbarTogglerModule], [typeof i1.BsNavbarComponent, typeof i2.BsNavbarNavComponent, typeof i3.BsNavbarDropdownComponent, typeof i4.BsNavbarItemComponent, typeof i5.DropdownToggleDirective, typeof i6.NavLinkDirective, typeof i7.BsNavbarContentDirective, typeof i8.BsNavbarBrandComponent, typeof i9.BsExpandButtonDirective, typeof i16.BsDropdownDividerDirective, typeof i17.BsNavbarTogglerComponent]>;
21
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BsNavbarModule, [typeof i1.BsNavbarComponent, typeof i2.BsNavbarNavComponent, typeof i3.BsNavbarDropdownComponent, typeof i4.BsNavbarItemComponent, typeof i5.DropdownToggleDirective, typeof i6.NavLinkDirective, typeof i7.BsNavbarContentDirective, typeof i8.BsNavbarBrandComponent, typeof i9.BsExpandButtonDirective], [typeof i10.AsyncPipe, typeof i10.NgTemplateOutlet, typeof i11.ClickOutsideDirective, typeof i12.BsContainerComponent, typeof i13.BsUserAgentDirective, typeof i14.BsNoNoscriptDirective, typeof i15.BsHasOverlayComponent, typeof i16.BsDropdownDividerDirective, typeof i17.BsNavbarTogglerComponent], [typeof i1.BsNavbarComponent, typeof i2.BsNavbarNavComponent, typeof i3.BsNavbarDropdownComponent, typeof i4.BsNavbarItemComponent, typeof i5.DropdownToggleDirective, typeof i6.NavLinkDirective, typeof i7.BsNavbarContentDirective, typeof i8.BsNavbarBrandComponent, typeof i9.BsExpandButtonDirective, typeof i16.BsDropdownDividerDirective, typeof i17.BsNavbarTogglerComponent]>;
22
22
  static ɵinj: i0.ɵɵInjectorDeclaration<BsNavbarModule>;
23
23
  }
@@ -1,2 +1 @@
1
1
  export * from './navbar-toggler/navbar-toggler.component';
2
- export * from './navbar-toggler.module';
@@ -10,5 +10,5 @@ export declare class BsNavbarTogglerComponent {
10
10
  toggleOnClick: boolean;
11
11
  toggleState(ev: MouseEvent): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<BsNavbarTogglerComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<BsNavbarTogglerComponent, "bs-navbar-toggler", never, { "state": { "alias": "state"; "required": false; }; "toggleOnClick": { "alias": "toggleOnClick"; "required": false; }; }, { "stateChange": "stateChange"; }, never, never, false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<BsNavbarTogglerComponent, "bs-navbar-toggler", never, { "state": { "alias": "state"; "required": false; }; "toggleOnClick": { "alias": "toggleOnClick"; "required": false; }; }, { "stateChange": "stateChange"; }, never, never, true, never>;
14
14
  }
@@ -1,2 +1 @@
1
- export * from './no-noscript.module';
2
1
  export * from './no-noscript/no-noscript.directive';
@@ -4,5 +4,5 @@ export declare class BsNoNoscriptDirective {
4
4
  constructor(platformId: Object);
5
5
  isNoScript: boolean;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<BsNoNoscriptDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<BsNoNoscriptDirective, "[bsNoNoscript]", never, {}, {}, never, never, false, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BsNoNoscriptDirective, "[bsNoNoscript]", never, {}, {}, never, never, true, never>;
8
8
  }
@@ -11,6 +11,6 @@ import * as i9 from "@angular/cdk/overlay";
11
11
  import * as i10 from "@mintplayer/ng-bootstrap/has-overlay";
12
12
  export declare class BsOffcanvasModule {
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<BsOffcanvasModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsOffcanvasModule, [typeof i1.BsOffcanvasComponent, typeof i2.BsOffcanvasContentDirective, typeof i3.BsOffcanvasHostComponent, typeof i4.BsOffcanvasCloseDirective, typeof i5.OffcanvasHeaderComponent, typeof i6.OffcanvasBodyComponent, typeof i7.BsOffcanvasPushDirective], [typeof i8.CommonModule, typeof i9.OverlayModule, typeof i10.BsHasOverlayModule], [typeof i1.BsOffcanvasComponent, typeof i2.BsOffcanvasContentDirective, typeof i3.BsOffcanvasHostComponent, typeof i4.BsOffcanvasCloseDirective, typeof i5.OffcanvasHeaderComponent, typeof i6.OffcanvasBodyComponent, typeof i7.BsOffcanvasPushDirective]>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BsOffcanvasModule, [typeof i1.BsOffcanvasComponent, typeof i2.BsOffcanvasContentDirective, typeof i3.BsOffcanvasHostComponent, typeof i4.BsOffcanvasCloseDirective, typeof i5.OffcanvasHeaderComponent, typeof i6.OffcanvasBodyComponent, typeof i7.BsOffcanvasPushDirective], [typeof i8.AsyncPipe, typeof i8.NgTemplateOutlet, typeof i9.OverlayModule, typeof i10.BsHasOverlayComponent], [typeof i1.BsOffcanvasComponent, typeof i2.BsOffcanvasContentDirective, typeof i3.BsOffcanvasHostComponent, typeof i4.BsOffcanvasCloseDirective, typeof i5.OffcanvasHeaderComponent, typeof i6.OffcanvasBodyComponent, typeof i7.BsOffcanvasPushDirective]>;
15
15
  static ɵinj: i0.ɵɵInjectorDeclaration<BsOffcanvasModule>;
16
16
  }
@@ -1,2 +1 @@
1
- export * from './ordinal-number.module';
2
1
  export * from './ordinal-number/ordinal-number.pipe';
@@ -6,5 +6,5 @@ export declare class BsOrdinalNumberPipe implements PipeTransform {
6
6
  constructor(domSanitizer: DomSanitizer);
7
7
  transform(value: string | SafeHtml | null, ...args: string[]): SafeHtml;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<BsOrdinalNumberPipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<BsOrdinalNumberPipe, "ordinalNumber", false>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<BsOrdinalNumberPipe, "ordinalNumber", true>;
10
10
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mintplayer/ng-bootstrap",
3
3
  "private": false,
4
- "version": "17.1.3",
4
+ "version": "17.3.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/MintPlayer/mintplayer-ng-bootstrap",
@@ -240,12 +240,6 @@
240
240
  "esm": "./esm2022/instance-of/mintplayer-ng-bootstrap-instance-of.mjs",
241
241
  "default": "./fesm2022/mintplayer-ng-bootstrap-instance-of.mjs"
242
242
  },
243
- "./lazy-loading": {
244
- "types": "./lazy-loading/index.d.ts",
245
- "esm2022": "./esm2022/lazy-loading/mintplayer-ng-bootstrap-lazy-loading.mjs",
246
- "esm": "./esm2022/lazy-loading/mintplayer-ng-bootstrap-lazy-loading.mjs",
247
- "default": "./fesm2022/mintplayer-ng-bootstrap-lazy-loading.mjs"
248
- },
249
243
  "./let": {
250
244
  "types": "./let/index.d.ts",
251
245
  "esm2022": "./esm2022/let/mintplayer-ng-bootstrap-let.mjs",
@@ -474,12 +468,6 @@
474
468
  "esm": "./esm2022/tooltip/mintplayer-ng-bootstrap-tooltip.mjs",
475
469
  "default": "./fesm2022/mintplayer-ng-bootstrap-tooltip.mjs"
476
470
  },
477
- "./track-by": {
478
- "types": "./track-by/index.d.ts",
479
- "esm2022": "./esm2022/track-by/mintplayer-ng-bootstrap-track-by.mjs",
480
- "esm": "./esm2022/track-by/mintplayer-ng-bootstrap-track-by.mjs",
481
- "default": "./fesm2022/mintplayer-ng-bootstrap-track-by.mjs"
482
- },
483
471
  "./treeview": {
484
472
  "types": "./treeview/index.d.ts",
485
473
  "esm2022": "./esm2022/treeview/mintplayer-ng-bootstrap-treeview.mjs",
@@ -42,5 +42,5 @@ export declare class BsPaginationComponent {
42
42
  onPrevious(): boolean;
43
43
  onNext(): boolean;
44
44
  static ɵfac: i0.ɵɵFactoryDeclaration<BsPaginationComponent, never>;
45
- static ɵcmp: i0.ɵɵComponentDeclaration<BsPaginationComponent, "bs-pagination", never, { "selectedPageNumber": { "alias": "selectedPageNumber"; "required": false; }; "numberOfBoxes": { "alias": "numberOfBoxes"; "required": false; }; "pageNumbers": { "alias": "pageNumbers"; "required": false; }; "showArrows": { "alias": "showArrows"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "selectedPageNumberChange": "selectedPageNumberChange"; }, never, never, false, never>;
45
+ static ɵcmp: i0.ɵɵComponentDeclaration<BsPaginationComponent, "bs-pagination", never, { "selectedPageNumber": { "alias": "selectedPageNumber"; "required": false; }; "numberOfBoxes": { "alias": "numberOfBoxes"; "required": false; }; "pageNumbers": { "alias": "pageNumbers"; "required": false; }; "showArrows": { "alias": "showArrows"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "selectedPageNumberChange": "selectedPageNumberChange"; }, never, never, true, never>;
46
46
  }
@@ -1,4 +1,3 @@
1
- export * from './pagination.module';
2
1
  export * from './component';
3
2
  export * from './interfaces';
4
3
  export * from './types';
@@ -1,2 +1 @@
1
1
  export * from './playlist-toggler/playlist-toggler.component';
2
- export * from './playlist-toggler.module';
@@ -10,5 +10,5 @@ export declare class BsPlaylistTogglerComponent {
10
10
  toggleOnClick: boolean;
11
11
  toggleState(ev: MouseEvent): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<BsPlaylistTogglerComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<BsPlaylistTogglerComponent, "bs-playlist-toggler", never, { "state": { "alias": "state"; "required": false; }; "toggleOnClick": { "alias": "toggleOnClick"; "required": false; }; }, { "stateChange": "stateChange"; }, never, never, false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<BsPlaylistTogglerComponent, "bs-playlist-toggler", never, { "state": { "alias": "state"; "required": false; }; "toggleOnClick": { "alias": "toggleOnClick"; "required": false; }; }, { "stateChange": "stateChange"; }, never, never, true, never>;
14
14
  }
@@ -8,6 +8,6 @@ import * as i6 from "@angular/cdk/overlay";
8
8
  import * as i7 from "@mintplayer/ng-bootstrap/has-overlay";
9
9
  export declare class BsPopoverModule {
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<BsPopoverModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsPopoverModule, [typeof i1.BsPopoverComponent, typeof i2.BsPopoverDirective, typeof i3.BsPopoverHeaderDirective, typeof i4.BsPopoverBodyDirective], [typeof i5.CommonModule, typeof i6.OverlayModule, typeof i7.BsHasOverlayModule], [typeof i2.BsPopoverDirective, typeof i3.BsPopoverHeaderDirective, typeof i4.BsPopoverBodyDirective]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BsPopoverModule, [typeof i1.BsPopoverComponent, typeof i2.BsPopoverDirective, typeof i3.BsPopoverHeaderDirective, typeof i4.BsPopoverBodyDirective], [typeof i5.AsyncPipe, typeof i5.NgTemplateOutlet, typeof i6.OverlayModule, typeof i7.BsHasOverlayComponent], [typeof i2.BsPopoverDirective, typeof i3.BsPopoverHeaderDirective, typeof i4.BsPopoverBodyDirective]>;
12
12
  static ɵinj: i0.ɵɵInjectorDeclaration<BsPopoverModule>;
13
13
  }