@mintplayer/ng-bootstrap 17.1.2 → 17.2.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 +1 -1
  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 +8 -6
  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 +7 -38
  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
@@ -16,5 +16,5 @@ export declare class BsRatingComponent {
16
16
  selectValue(index: number): void;
17
17
  onMouseLeave(): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<BsRatingComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<BsRatingComponent, "bs-rating", never, { "maximum": { "alias": "maximum"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; "starsChange": "starsChange"; }, never, never, false, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<BsRatingComponent, "bs-rating", never, { "maximum": { "alias": "maximum"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; "starsChange": "starsChange"; }, never, never, true, never>;
20
20
  }
@@ -1,2 +1 @@
1
1
  export * from './component/rating.component';
2
- export * from './rating.module';
@@ -1,9 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./component/scrollspy.component";
3
3
  import * as i2 from "./directives/scrollspy.directive";
4
- import * as i3 from "@angular/common";
5
4
  export declare class BsScrollspyModule {
6
5
  static ɵfac: i0.ɵɵFactoryDeclaration<BsScrollspyModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsScrollspyModule, [typeof i1.BsScrollspyComponent, typeof i2.BsScrollspyDirective], [typeof i3.CommonModule], [typeof i1.BsScrollspyComponent, typeof i2.BsScrollspyDirective]>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BsScrollspyModule, [typeof i1.BsScrollspyComponent, typeof i2.BsScrollspyDirective], never, [typeof i1.BsScrollspyComponent, typeof i2.BsScrollspyDirective]>;
8
7
  static ɵinj: i0.ɵɵInjectorDeclaration<BsScrollspyModule>;
9
8
  }
@@ -3,8 +3,8 @@ import * as i1 from "./searchbox/searchbox.component";
3
3
  import * as i2 from "./directives/enter-search-term.directive";
4
4
  import * as i3 from "./directives/suggestion.directive";
5
5
  import * as i4 from "./directives/no-results.directive";
6
- import * as i5 from "@angular/common";
7
- import * as i6 from "@angular/forms";
6
+ import * as i5 from "@angular/forms";
7
+ import * as i6 from "@angular/common";
8
8
  import * as i7 from "@mintplayer/ng-focus-on-load";
9
9
  import * as i8 from "@mintplayer/ng-bootstrap/let";
10
10
  import * as i9 from "@mintplayer/ng-bootstrap/dropdown";
@@ -14,6 +14,6 @@ import * as i12 from "@mintplayer/ng-bootstrap/progress-bar";
14
14
  import * as i13 from "@mintplayer/ng-bootstrap/has-overlay";
15
15
  export declare class BsSearchboxModule {
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<BsSearchboxModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsSearchboxModule, [typeof i1.BsSearchboxComponent, typeof i2.BsEnterSearchTermTemplateDirective, typeof i3.BsSuggestionTemplateDirective, typeof i4.BsNoResultsTemplateDirective], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i7.FocusOnLoadModule, typeof i8.BsLetModule, typeof i9.BsDropdownModule, typeof i10.BsDropdownMenuModule, typeof i11.BsButtonTypeModule, typeof i12.BsProgressBarModule, typeof i13.BsHasOverlayModule], [typeof i1.BsSearchboxComponent, typeof i2.BsEnterSearchTermTemplateDirective, typeof i3.BsSuggestionTemplateDirective, typeof i4.BsNoResultsTemplateDirective]>;
17
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BsSearchboxModule, [typeof i1.BsSearchboxComponent, typeof i2.BsEnterSearchTermTemplateDirective, typeof i3.BsSuggestionTemplateDirective, typeof i4.BsNoResultsTemplateDirective], [typeof i5.FormsModule, typeof i6.AsyncPipe, typeof i6.NgTemplateOutlet, typeof i7.FocusOnLoadDirective, typeof i8.BsLetDirective, typeof i9.BsDropdownModule, typeof i10.BsDropdownMenuModule, typeof i11.BsButtonTypeDirective, typeof i12.BsProgressBarModule, typeof i13.BsHasOverlayComponent], [typeof i1.BsSearchboxComponent, typeof i2.BsEnterSearchTermTemplateDirective, typeof i3.BsSuggestionTemplateDirective, typeof i4.BsNoResultsTemplateDirective]>;
18
18
  static ɵinj: i0.ɵɵInjectorDeclaration<BsSearchboxModule>;
19
19
  }
@@ -10,6 +10,6 @@ import * as i8 from "@mintplayer/ng-bootstrap/has-overlay";
10
10
  import * as i9 from "@mintplayer/ng-bootstrap/in-list";
11
11
  export declare class BsSelect2Module {
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<BsSelect2Module, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsSelect2Module, [typeof i1.BsSelect2Component, typeof i2.BsItemTemplateDirective, typeof i3.BsSuggestionTemplateDirective], [typeof i4.CommonModule, typeof i5.FormsModule, typeof i6.BsDropdownModule, typeof i7.BsDropdownMenuModule, typeof i8.BsHasOverlayModule, typeof i9.BsInListModule], [typeof i1.BsSelect2Component, typeof i2.BsItemTemplateDirective, typeof i3.BsSuggestionTemplateDirective]>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BsSelect2Module, [typeof i1.BsSelect2Component, typeof i2.BsItemTemplateDirective, typeof i3.BsSuggestionTemplateDirective], [typeof i4.NgTemplateOutlet, typeof i5.FormsModule, typeof i6.BsDropdownModule, typeof i7.BsDropdownMenuModule, typeof i8.BsHasOverlayComponent, typeof i9.BsInListPipe], [typeof i1.BsSelect2Component, typeof i2.BsItemTemplateDirective, typeof i3.BsSuggestionTemplateDirective]>;
14
14
  static ɵinj: i0.ɵɵInjectorDeclaration<BsSelect2Module>;
15
15
  }
@@ -21,5 +21,5 @@ export declare class BsSignaturePadComponent implements AfterViewInit {
21
21
  onPointerMove(ev: PointerEvent): void;
22
22
  onPointerEnd(ev: PointerEvent): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<BsSignaturePadComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<BsSignaturePadComponent, "bs-signature-pad", never, { "signature": { "alias": "signature"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; }, { "signatureChange": "signatureChange"; }, never, never, false, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<BsSignaturePadComponent, "bs-signature-pad", never, { "signature": { "alias": "signature"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; }, { "signatureChange": "signatureChange"; }, never, never, true, never>;
25
25
  }
@@ -1,3 +1,2 @@
1
- export * from './signature-pad.module';
2
1
  export * from './component/signature-pad.component';
3
2
  export * from './interfaces';
@@ -1,2 +1 @@
1
- export * from './src/slugify.module';
2
1
  export * from './src/slugify.pipe';
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class BsSlugifyPipe implements PipeTransform {
4
4
  transform(value: string): string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<BsSlugifyPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<BsSlugifyPipe, "bsSlugify", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<BsSlugifyPipe, "bsSlugify", true>;
7
7
  }
@@ -1,2 +1 @@
1
1
  export * from './spinner.component';
2
- export * from './spinner.module';
@@ -15,5 +15,5 @@ export declare class BsSpinnerComponent implements OnInit {
15
15
  get color(): Color;
16
16
  set color(value: Color);
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<BsSpinnerComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<BsSpinnerComponent, "bs-spinner", never, { "type": { "alias": "type"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, false, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<BsSpinnerComponent, "bs-spinner", never, { "type": { "alias": "type"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
19
19
  }
@@ -1,2 +1 @@
1
- export * from './src/split-string.module';
2
1
  export * from './src/split-string.pipe';
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class BsSplitStringPipe implements PipeTransform {
4
4
  transform(value: string, seperator?: string, removeEmptyEntries?: boolean): string[];
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<BsSplitStringPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<BsSplitStringPipe, "bsSplitString", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<BsSplitStringPipe, "bsSplitString", true>;
7
7
  }
@@ -8,6 +8,6 @@ import * as i6 from "@mintplayer/ng-bootstrap/let";
8
8
  import * as i7 from "@mintplayer/ng-bootstrap/user-agent";
9
9
  export declare class BsSplitterModule {
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<BsSplitterModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsSplitterModule, [typeof i1.BsSplitterComponent, typeof i2.BsSplitPanelComponent, typeof i3.BsElementAtPipe], [typeof i4.CommonModule, typeof i5.PortalModule, typeof i6.BsLetModule, typeof i7.BsUserAgentModule], [typeof i1.BsSplitterComponent, typeof i2.BsSplitPanelComponent, typeof i3.BsElementAtPipe]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BsSplitterModule, [typeof i1.BsSplitterComponent, typeof i2.BsSplitPanelComponent, typeof i3.BsElementAtPipe], [typeof i4.AsyncPipe, typeof i5.PortalModule, typeof i6.BsLetDirective, typeof i7.BsUserAgentDirective], [typeof i1.BsSplitterComponent, typeof i2.BsSplitPanelComponent, typeof i3.BsElementAtPipe]>;
12
12
  static ɵinj: i0.ɵɵInjectorDeclaration<BsSplitterModule>;
13
13
  }
@@ -8,6 +8,6 @@ import * as i6 from "@mintplayer/ng-bootstrap/let";
8
8
  import * as i7 from "@mintplayer/ng-bootstrap/no-noscript";
9
9
  export declare class BsTabControlModule {
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<BsTabControlModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsTabControlModule, [typeof i1.BsTabControlComponent, typeof i2.BsTabPageComponent, typeof i3.BsTabPageHeaderDirective], [typeof i4.CommonModule, typeof i5.DragDropModule, typeof i6.BsLetModule, typeof i7.BsNoNoscriptModule], [typeof i1.BsTabControlComponent, typeof i2.BsTabPageComponent, typeof i3.BsTabPageHeaderDirective]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BsTabControlModule, [typeof i1.BsTabControlComponent, typeof i2.BsTabPageComponent, typeof i3.BsTabPageHeaderDirective], [typeof i4.AsyncPipe, typeof i4.NgTemplateOutlet, typeof i5.DragDropModule, typeof i6.BsLetDirective, typeof i7.BsNoNoscriptDirective], [typeof i1.BsTabControlComponent, typeof i2.BsTabPageComponent, typeof i3.BsTabPageHeaderDirective]>;
12
12
  static ɵinj: i0.ɵɵInjectorDeclaration<BsTabControlModule>;
13
13
  }
@@ -11,5 +11,5 @@ export declare class BsTableComponent {
11
11
  get hover(): boolean;
12
12
  set hover(value: boolean);
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<BsTableComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<BsTableComponent, "bs-table", never, { "isResponsive": { "alias": "isResponsive"; "required": false; }; "striped": { "alias": "striped"; "required": false; }; "hover": { "alias": "hover"; "required": false; }; }, {}, never, ["*"], false, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<BsTableComponent, "bs-table", never, { "isResponsive": { "alias": "isResponsive"; "required": false; }; "striped": { "alias": "striped"; "required": false; }; "hover": { "alias": "hover"; "required": false; }; }, {}, never, ["*"], true, never>;
15
15
  }
@@ -1,2 +1 @@
1
1
  export * from './component/table.component';
2
- export * from './table.module';
@@ -1,2 +1 @@
1
1
  export * from './timepicker.component';
2
- export * from './timepicker.module';
@@ -26,5 +26,5 @@ export declare class BsTimepickerComponent {
26
26
  set minutes(value: number);
27
27
  timesEqual(time1: Date, time2: Date): boolean;
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<BsTimepickerComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<BsTimepickerComponent, "bs-timepicker", never, { "selectedTime": { "alias": "selectedTime"; "required": false; }; }, { "selectedTimeChange": "selectedTimeChange"; }, never, never, false, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<BsTimepickerComponent, "bs-timepicker", never, { "selectedTime": { "alias": "selectedTime"; "required": false; }; }, { "selectedTimeChange": "selectedTimeChange"; }, never, never, true, never>;
30
30
  }
@@ -10,6 +10,6 @@ import * as i8 from "@angular/cdk/overlay";
10
10
  import * as i9 from "@mintplayer/ng-bootstrap/has-overlay";
11
11
  export declare class BsToastModule {
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<BsToastModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsToastModule, [typeof i1.BsToastComponent, typeof i2.BsToastBodyComponent, typeof i3.BsToastHeaderComponent, typeof i4.BsToastContainerComponent, typeof i5.BsToastCloseDirective, typeof i6.BsAddPropertiesPipe], [typeof i7.CommonModule, typeof i8.OverlayModule, typeof i9.BsHasOverlayModule], [typeof i1.BsToastComponent, typeof i2.BsToastBodyComponent, typeof i3.BsToastHeaderComponent, typeof i4.BsToastContainerComponent, typeof i5.BsToastCloseDirective, typeof i6.BsAddPropertiesPipe]>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BsToastModule, [typeof i1.BsToastComponent, typeof i2.BsToastBodyComponent, typeof i3.BsToastHeaderComponent, typeof i4.BsToastContainerComponent, typeof i5.BsToastCloseDirective, typeof i6.BsAddPropertiesPipe], [typeof i7.AsyncPipe, typeof i8.OverlayModule, typeof i7.NgTemplateOutlet, typeof i9.BsHasOverlayComponent], [typeof i1.BsToastComponent, typeof i2.BsToastBodyComponent, typeof i3.BsToastHeaderComponent, typeof i4.BsToastContainerComponent, typeof i5.BsToastCloseDirective, typeof i6.BsAddPropertiesPipe]>;
14
14
  static ɵinj: i0.ɵɵInjectorDeclaration<BsToastModule>;
15
15
  }
@@ -6,6 +6,6 @@ import * as i4 from "@angular/cdk/overlay";
6
6
  import * as i5 from "@mintplayer/ng-bootstrap/has-overlay";
7
7
  export declare class BsTooltipModule {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<BsTooltipModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsTooltipModule, [typeof i1.BsTooltipDirective, typeof i2.BsTooltipComponent], [typeof i3.CommonModule, typeof i4.OverlayModule, typeof i5.BsHasOverlayModule], [typeof i1.BsTooltipDirective]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BsTooltipModule, [typeof i1.BsTooltipDirective, typeof i2.BsTooltipComponent], [typeof i3.CommonModule, typeof i4.OverlayModule, typeof i5.BsHasOverlayComponent], [typeof i1.BsTooltipDirective]>;
10
10
  static ɵinj: i0.ɵɵInjectorDeclaration<BsTooltipModule>;
11
11
  }
@@ -1,2 +1 @@
1
- export * from './src/trust-html.module';
2
1
  export * from './src/trust-html.pipe';
@@ -6,5 +6,5 @@ export declare class BsTrustHtmlPipe implements PipeTransform {
6
6
  constructor(sanitizer: DomSanitizer);
7
7
  transform(value: string): import("@angular/platform-browser").SafeHtml;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<BsTrustHtmlPipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<BsTrustHtmlPipe, "bsTrustHtml", false>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<BsTrustHtmlPipe, "bsTrustHtml", true>;
10
10
  }
@@ -1,2 +1 @@
1
1
  export * from './typeahead.component';
2
- export * from './typeahead.module';
@@ -21,5 +21,5 @@ export declare class BsTypeaheadComponent {
21
21
  onSubmit(): void;
22
22
  focus(): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<BsTypeaheadComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<BsTypeaheadComponent, "bs-typeahead", never, { "searchterm": { "alias": "searchterm"; "required": false; }; "isLoadingText": { "alias": "isLoadingText"; "required": false; }; "noSuggestionsText": { "alias": "noSuggestionsText"; "required": false; }; "suggestions": { "alias": "suggestions"; "required": false; }; }, { "provideSuggestions": "provideSuggestions"; "suggestionSelected": "suggestionSelected"; "searchtermChange": "searchtermChange"; "submitted": "submitted"; }, never, never, false, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<BsTypeaheadComponent, "bs-typeahead", never, { "searchterm": { "alias": "searchterm"; "required": false; }; "isLoadingText": { "alias": "isLoadingText"; "required": false; }; "noSuggestionsText": { "alias": "noSuggestionsText"; "required": false; }; "suggestions": { "alias": "suggestions"; "required": false; }; }, { "provideSuggestions": "provideSuggestions"; "suggestionSelected": "suggestionSelected"; "searchtermChange": "searchtermChange"; "submitted": "submitted"; }, never, never, true, never>;
25
25
  }
@@ -1,2 +1 @@
1
- export * from './src/uc-first.module';
2
1
  export * from './src/uc-first.pipe';
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class BsUcFirstPipe implements PipeTransform {
4
4
  transform(value: string, ...args: any[]): string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<BsUcFirstPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<BsUcFirstPipe, "bsUcFirst", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<BsUcFirstPipe, "bsUcFirst", true>;
7
7
  }
@@ -12,5 +12,5 @@ export declare class BsUserAgentDirective implements AfterViewInit {
12
12
  ngAfterViewInit(): void;
13
13
  detected: EventEmitter<BsUserAgent>;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<BsUserAgentDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<BsUserAgentDirective, "[bsUserAgent]", never, {}, { "detected": "detected"; }, never, never, false, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BsUserAgentDirective, "[bsUserAgent]", never, {}, { "detected": "detected"; }, never, never, true, never>;
16
16
  }
@@ -1,4 +1,3 @@
1
1
  export * from './types';
2
2
  export * from './directive';
3
3
  export * from './interfaces';
4
- export * from './user-agent.module';
@@ -1,2 +1 @@
1
- export * from './src/word-count.module';
2
1
  export * from './src/word-count.pipe';
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class BsWordCountPipe implements PipeTransform {
4
4
  transform(value: string): number;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<BsWordCountPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<BsWordCountPipe, "bsWordCount", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<BsWordCountPipe, "bsWordCount", true>;
7
7
  }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- export declare class BsAsyncHostBindingModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<BsAsyncHostBindingModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsAsyncHostBindingModule, never, [typeof i1.CommonModule], never>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<BsAsyncHostBindingModule>;
7
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./badge.component";
3
- import * as i2 from "@angular/common";
4
- export declare class BsBadgeModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<BsBadgeModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsBadgeModule, [typeof i1.BsBadgeComponent], [typeof i2.CommonModule], [typeof i1.BsBadgeComponent]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<BsBadgeModule>;
8
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./button-group/button-group.component";
3
- import * as i2 from "@angular/common";
4
- export declare class BsButtonGroupModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<BsButtonGroupModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsButtonGroupModule, [typeof i1.BsButtonGroupComponent], [typeof i2.CommonModule], [typeof i1.BsButtonGroupComponent]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<BsButtonGroupModule>;
8
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./button-type.directive";
3
- import * as i2 from "@angular/common";
4
- export declare class BsButtonTypeModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<BsButtonTypeModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsButtonTypeModule, [typeof i1.BsButtonTypeDirective], [typeof i2.CommonModule], [typeof i1.BsButtonTypeDirective]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<BsButtonTypeModule>;
8
- }
@@ -1,12 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./calendar.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@mintplayer/ng-bootstrap/let";
5
- import * as i4 from "@mintplayer/ng-bootstrap/uc-first";
6
- import * as i5 from "@mintplayer/ng-bootstrap/track-by";
7
- import * as i6 from "@mintplayer/ng-bootstrap/calendar-month";
8
- export declare class BsCalendarModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<BsCalendarModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsCalendarModule, [typeof i1.BsCalendarComponent], [typeof i2.CommonModule, typeof i3.BsLetModule, typeof i4.BsUcFirstModule, typeof i5.BsTrackByModule, typeof i6.BsMonthNamePipeModule, typeof i6.BsWeekdayNameModule], [typeof i1.BsCalendarComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<BsCalendarModule>;
12
- }
@@ -1,2 +0,0 @@
1
- export * from './month-name.module';
2
- export * from './month-name.pipe';
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./month-name.pipe";
3
- import * as i2 from "@angular/common";
4
- export declare class BsMonthNamePipeModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<BsMonthNamePipeModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsMonthNamePipeModule, [typeof i1.MonthNamePipe], [typeof i2.CommonModule], [typeof i1.MonthNamePipe]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<BsMonthNamePipeModule>;
8
- }
@@ -1,2 +0,0 @@
1
- export * from './weekday-name.module';
2
- export * from './weekday-name.pipe';
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./weekday-name.pipe";
3
- import * as i2 from "@angular/common";
4
- export declare class BsWeekdayNameModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<BsWeekdayNameModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsWeekdayNameModule, [typeof i1.WeekdayNamePipe], [typeof i2.CommonModule], [typeof i1.WeekdayNamePipe]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<BsWeekdayNameModule>;
8
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./close.component";
3
- import * as i2 from "@angular/common";
4
- export declare class BsCloseModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<BsCloseModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsCloseModule, [typeof i1.BsCloseComponent], [typeof i2.CommonModule], [typeof i1.BsCloseComponent]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<BsCloseModule>;
8
- }
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./code-snippet.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@mintplayer/ng-bootstrap/copy";
5
- import * as i4 from "@mintplayer/ng-bootstrap/offcanvas";
6
- import * as i5 from "ngx-highlightjs";
7
- export declare class BsCodeSnippetModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<BsCodeSnippetModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsCodeSnippetModule, [typeof i1.BsCodeSnippetComponent], [typeof i2.CommonModule, typeof i3.BsCopyModule, typeof i4.BsOffcanvasModule, typeof i5.HighlightModule], [typeof i1.BsCodeSnippetComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<BsCodeSnippetModule>;
11
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./container/container.component";
3
- import * as i2 from "@angular/common";
4
- export declare class BsContainerModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<BsContainerModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsContainerModule, [typeof i1.BsContainerComponent], [typeof i2.CommonModule], [typeof i1.BsContainerComponent]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<BsContainerModule>;
8
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./copy.directive";
3
- import * as i2 from "@angular/common";
4
- export declare class BsCopyModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<BsCopyModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsCopyModule, [typeof i1.BsCopyDirective], [typeof i2.CommonModule], [typeof i1.BsCopyDirective]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<BsCopyModule>;
8
- }
@@ -1,12 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./datepicker.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@mintplayer/ng-bootstrap/calendar";
5
- import * as i4 from "@mintplayer/ng-bootstrap/dropdown";
6
- import * as i5 from "@mintplayer/ng-bootstrap/button-type";
7
- import * as i6 from "@mintplayer/ng-bootstrap/has-overlay";
8
- export declare class BsDatepickerModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsDatepickerModule, [typeof i1.BsDatepickerComponent], [typeof i2.CommonModule, typeof i3.BsCalendarModule, typeof i4.BsDropdownModule, typeof i5.BsButtonTypeModule, typeof i6.BsHasOverlayModule], [typeof i1.BsDatepickerComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<BsDatepickerModule>;
12
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./dropdown-divider.directive";
3
- import * as i2 from "@angular/common";
4
- export declare class BsDropdownDividerModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<BsDropdownDividerModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsDropdownDividerModule, [typeof i1.BsDropdownDividerDirective], [typeof i2.CommonModule], [typeof i1.BsDropdownDividerDirective]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<BsDropdownDividerModule>;
8
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./directive/enhanced-paste.directive";
3
- import * as i2 from "@angular/common";
4
- export declare class EnhancedPasteModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<EnhancedPasteModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<EnhancedPasteModule, [typeof i1.EnhancedPasteDirective], [typeof i2.CommonModule], [typeof i1.EnhancedPasteDirective]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<EnhancedPasteModule>;
8
- }
@@ -1,32 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { EVENT_MANAGER_PLUGINS } from '@angular/platform-browser';
4
- import { BsBindEventPlugin } from './bind-event.plugin';
5
- import * as i0 from "@angular/core";
6
- export class BsAsyncHostBindingModule {
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsAsyncHostBindingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: BsAsyncHostBindingModule, imports: [CommonModule] }); }
9
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsAsyncHostBindingModule, providers: [
10
- {
11
- provide: EVENT_MANAGER_PLUGINS,
12
- useClass: BsBindEventPlugin,
13
- multi: true,
14
- },
15
- ], imports: [CommonModule] }); }
16
- }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsAsyncHostBindingModule, decorators: [{
18
- type: NgModule,
19
- args: [{
20
- imports: [
21
- CommonModule
22
- ],
23
- providers: [
24
- {
25
- provide: EVENT_MANAGER_PLUGINS,
26
- useClass: BsBindEventPlugin,
27
- multi: true,
28
- },
29
- ]
30
- }]
31
- }] });
32
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN5bmMtaG9zdC1iaW5kaW5nLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvYXN5bmMtaG9zdC1iaW5kaW5nL3NyYy9hc3luYy1ob3N0LWJpbmRpbmcubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHFCQUFxQixDQUFDOztBQWN4RCxNQUFNLE9BQU8sd0JBQXdCOzhHQUF4Qix3QkFBd0I7K0dBQXhCLHdCQUF3QixZQVZqQyxZQUFZOytHQVVILHdCQUF3QixhQVJ4QjtZQUNUO2dCQUNFLE9BQU8sRUFBRSxxQkFBcUI7Z0JBQzlCLFFBQVEsRUFBRSxpQkFBaUI7Z0JBQzNCLEtBQUssRUFBRSxJQUFJO2FBQ1o7U0FDRixZQVJDLFlBQVk7OzJGQVVILHdCQUF3QjtrQkFacEMsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUU7d0JBQ1AsWUFBWTtxQkFDYjtvQkFDRCxTQUFTLEVBQUU7d0JBQ1Q7NEJBQ0UsT0FBTyxFQUFFLHFCQUFxQjs0QkFDOUIsUUFBUSxFQUFFLGlCQUFpQjs0QkFDM0IsS0FBSyxFQUFFLElBQUk7eUJBQ1o7cUJBQ0Y7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEVWRU5UX01BTkFHRVJfUExVR0lOUyB9IGZyb20gJ0Bhbmd1bGFyL3BsYXRmb3JtLWJyb3dzZXInO1xuaW1wb3J0IHsgQnNCaW5kRXZlbnRQbHVnaW4gfSBmcm9tICcuL2JpbmQtZXZlbnQucGx1Z2luJztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZVxuICBdLFxuICBwcm92aWRlcnM6IFtcbiAgICB7XG4gICAgICBwcm92aWRlOiBFVkVOVF9NQU5BR0VSX1BMVUdJTlMsXG4gICAgICB1c2VDbGFzczogQnNCaW5kRXZlbnRQbHVnaW4sXG4gICAgICBtdWx0aTogdHJ1ZSxcbiAgICB9LFxuICBdXG59KVxuZXhwb3J0IGNsYXNzIEJzQXN5bmNIb3N0QmluZGluZ01vZHVsZSB7IH1cbiJdfQ==
@@ -1,18 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { BsBadgeComponent } from './badge.component';
4
- import * as i0 from "@angular/core";
5
- export class BsBadgeModule {
6
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsBadgeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: BsBadgeModule, declarations: [BsBadgeComponent], imports: [CommonModule], exports: [BsBadgeComponent] }); }
8
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsBadgeModule, imports: [CommonModule] }); }
9
- }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsBadgeModule, decorators: [{
11
- type: NgModule,
12
- args: [{
13
- declarations: [BsBadgeComponent],
14
- imports: [CommonModule],
15
- exports: [BsBadgeComponent],
16
- }]
17
- }] });
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFkZ2UubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9iYWRnZS9zcmMvYmFkZ2UubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLG1CQUFtQixDQUFDOztBQU9yRCxNQUFNLE9BQU8sYUFBYTs4R0FBYixhQUFhOytHQUFiLGFBQWEsaUJBSlQsZ0JBQWdCLGFBQ3JCLFlBQVksYUFDWixnQkFBZ0I7K0dBRWYsYUFBYSxZQUhkLFlBQVk7OzJGQUdYLGFBQWE7a0JBTHpCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsZ0JBQWdCLENBQUM7b0JBQ2hDLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztvQkFDdkIsT0FBTyxFQUFFLENBQUMsZ0JBQWdCLENBQUM7aUJBQzVCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBCc0JhZGdlQ29tcG9uZW50IH0gZnJvbSAnLi9iYWRnZS5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtCc0JhZGdlQ29tcG9uZW50XSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gIGV4cG9ydHM6IFtCc0JhZGdlQ29tcG9uZW50XSxcbn0pXG5leHBvcnQgY2xhc3MgQnNCYWRnZU1vZHVsZSB7fVxuIl19
@@ -1,18 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { BsButtonGroupComponent } from './button-group/button-group.component';
4
- import * as i0 from "@angular/core";
5
- export class BsButtonGroupModule {
6
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsButtonGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: BsButtonGroupModule, declarations: [BsButtonGroupComponent], imports: [CommonModule], exports: [BsButtonGroupComponent] }); }
8
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsButtonGroupModule, imports: [CommonModule] }); }
9
- }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsButtonGroupModule, decorators: [{
11
- type: NgModule,
12
- args: [{
13
- declarations: [BsButtonGroupComponent],
14
- imports: [CommonModule],
15
- exports: [BsButtonGroupComponent],
16
- }]
17
- }] });
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLWdyb3VwLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvYnV0dG9uLWdyb3VwL3NyYy9idXR0b24tZ3JvdXAubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLHVDQUF1QyxDQUFDOztBQU8vRSxNQUFNLE9BQU8sbUJBQW1COzhHQUFuQixtQkFBbUI7K0dBQW5CLG1CQUFtQixpQkFKZixzQkFBc0IsYUFDM0IsWUFBWSxhQUNaLHNCQUFzQjsrR0FFckIsbUJBQW1CLFlBSHBCLFlBQVk7OzJGQUdYLG1CQUFtQjtrQkFML0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztvQkFDdEMsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEJzQnV0dG9uR3JvdXBDb21wb25lbnQgfSBmcm9tICcuL2J1dHRvbi1ncm91cC9idXR0b24tZ3JvdXAuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbQnNCdXR0b25Hcm91cENvbXBvbmVudF0sXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICBleHBvcnRzOiBbQnNCdXR0b25Hcm91cENvbXBvbmVudF0sXG59KVxuZXhwb3J0IGNsYXNzIEJzQnV0dG9uR3JvdXBNb2R1bGUge31cbiJdfQ==
@@ -1,24 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { BsButtonTypeDirective } from './button-type.directive';
4
- import * as i0 from "@angular/core";
5
- export class BsButtonTypeModule {
6
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsButtonTypeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: BsButtonTypeModule, declarations: [BsButtonTypeDirective], imports: [CommonModule], exports: [BsButtonTypeDirective] }); }
8
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsButtonTypeModule, imports: [CommonModule] }); }
9
- }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsButtonTypeModule, decorators: [{
11
- type: NgModule,
12
- args: [{
13
- declarations: [
14
- BsButtonTypeDirective
15
- ],
16
- imports: [
17
- CommonModule
18
- ],
19
- exports: [
20
- BsButtonTypeDirective
21
- ]
22
- }]
23
- }] });
24
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLXR5cGUubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9idXR0b24tdHlwZS9zcmMvYnV0dG9uLXR5cGUvYnV0dG9uLXR5cGUubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHlCQUF5QixDQUFDOztBQWFoRSxNQUFNLE9BQU8sa0JBQWtCOzhHQUFsQixrQkFBa0I7K0dBQWxCLGtCQUFrQixpQkFUM0IscUJBQXFCLGFBR3JCLFlBQVksYUFHWixxQkFBcUI7K0dBR1osa0JBQWtCLFlBTjNCLFlBQVk7OzJGQU1ILGtCQUFrQjtrQkFYOUIsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1oscUJBQXFCO3FCQUN0QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTtxQkFDYjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AscUJBQXFCO3FCQUN0QjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQnNCdXR0b25UeXBlRGlyZWN0aXZlIH0gZnJvbSAnLi9idXR0b24tdHlwZS5kaXJlY3RpdmUnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBCc0J1dHRvblR5cGVEaXJlY3RpdmVcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZVxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgQnNCdXR0b25UeXBlRGlyZWN0aXZlXG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgQnNCdXR0b25UeXBlTW9kdWxlIHsgfVxuIl19
@@ -1,43 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { BsLetModule } from '@mintplayer/ng-bootstrap/let';
4
- import { BsUcFirstModule } from '@mintplayer/ng-bootstrap/uc-first';
5
- import { BsMonthNamePipeModule, BsWeekdayNameModule } from '@mintplayer/ng-bootstrap/calendar-month';
6
- import { BsTrackByModule } from '@mintplayer/ng-bootstrap/track-by';
7
- import { BsCalendarComponent } from './calendar.component';
8
- import * as i0 from "@angular/core";
9
- export class BsCalendarModule {
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsCalendarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
11
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: BsCalendarModule, declarations: [BsCalendarComponent], imports: [CommonModule,
12
- BsLetModule,
13
- BsUcFirstModule,
14
- BsTrackByModule,
15
- BsMonthNamePipeModule,
16
- BsWeekdayNameModule], exports: [BsCalendarComponent] }); }
17
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsCalendarModule, imports: [CommonModule,
18
- BsLetModule,
19
- BsUcFirstModule,
20
- BsTrackByModule,
21
- BsMonthNamePipeModule,
22
- BsWeekdayNameModule] }); }
23
- }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsCalendarModule, decorators: [{
25
- type: NgModule,
26
- args: [{
27
- declarations: [
28
- BsCalendarComponent
29
- ],
30
- imports: [
31
- CommonModule,
32
- BsLetModule,
33
- BsUcFirstModule,
34
- BsTrackByModule,
35
- BsMonthNamePipeModule,
36
- BsWeekdayNameModule
37
- ],
38
- exports: [
39
- BsCalendarComponent
40
- ]
41
- }]
42
- }] });
43
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsZW5kYXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9jYWxlbmRhci9zcmMvY2FsZW5kYXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUMzRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFDcEUsT0FBTyxFQUFFLHFCQUFxQixFQUFFLG1CQUFtQixFQUFFLE1BQU0seUNBQXlDLENBQUM7QUFDckcsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBQ3BFLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHNCQUFzQixDQUFDOztBQWtCM0QsTUFBTSxPQUFPLGdCQUFnQjs4R0FBaEIsZ0JBQWdCOytHQUFoQixnQkFBZ0IsaUJBZHpCLG1CQUFtQixhQUduQixZQUFZO1lBQ1osV0FBVztZQUNYLGVBQWU7WUFDZixlQUFlO1lBQ2YscUJBQXFCO1lBQ3JCLG1CQUFtQixhQUduQixtQkFBbUI7K0dBR1YsZ0JBQWdCLFlBWHpCLFlBQVk7WUFDWixXQUFXO1lBQ1gsZUFBZTtZQUNmLGVBQWU7WUFDZixxQkFBcUI7WUFDckIsbUJBQW1COzsyRkFNVixnQkFBZ0I7a0JBaEI1QixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixtQkFBbUI7cUJBQ3BCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLFdBQVc7d0JBQ1gsZUFBZTt3QkFDZixlQUFlO3dCQUNmLHFCQUFxQjt3QkFDckIsbUJBQW1CO3FCQUNwQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsbUJBQW1CO3FCQUNwQjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQnNMZXRNb2R1bGUgfSBmcm9tICdAbWludHBsYXllci9uZy1ib290c3RyYXAvbGV0JztcbmltcG9ydCB7IEJzVWNGaXJzdE1vZHVsZSB9IGZyb20gJ0BtaW50cGxheWVyL25nLWJvb3RzdHJhcC91Yy1maXJzdCc7XG5pbXBvcnQgeyBCc01vbnRoTmFtZVBpcGVNb2R1bGUsIEJzV2Vla2RheU5hbWVNb2R1bGUgfSBmcm9tICdAbWludHBsYXllci9uZy1ib290c3RyYXAvY2FsZW5kYXItbW9udGgnO1xuaW1wb3J0IHsgQnNUcmFja0J5TW9kdWxlIH0gZnJvbSAnQG1pbnRwbGF5ZXIvbmctYm9vdHN0cmFwL3RyYWNrLWJ5JztcbmltcG9ydCB7IEJzQ2FsZW5kYXJDb21wb25lbnQgfSBmcm9tICcuL2NhbGVuZGFyLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIEJzQ2FsZW5kYXJDb21wb25lbnRcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBCc0xldE1vZHVsZSxcbiAgICBCc1VjRmlyc3RNb2R1bGUsXG4gICAgQnNUcmFja0J5TW9kdWxlLFxuICAgIEJzTW9udGhOYW1lUGlwZU1vZHVsZSxcbiAgICBCc1dlZWtkYXlOYW1lTW9kdWxlXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBCc0NhbGVuZGFyQ29tcG9uZW50XG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgQnNDYWxlbmRhck1vZHVsZSB7IH1cbiJdfQ==
@@ -1,3 +0,0 @@
1
- export * from './month-name.module';
2
- export * from './month-name.pipe';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL2NhbGVuZGFyLW1vbnRoL3NyYy9waXBlcy9tb250aC1uYW1lL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMscUJBQXFCLENBQUM7QUFDcEMsY0FBYyxtQkFBbUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbW9udGgtbmFtZS5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9tb250aC1uYW1lLnBpcGUnOyJdfQ==
@@ -1,24 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { MonthNamePipe } from './month-name.pipe';
4
- import * as i0 from "@angular/core";
5
- export class BsMonthNamePipeModule {
6
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsMonthNamePipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: BsMonthNamePipeModule, declarations: [MonthNamePipe], imports: [CommonModule], exports: [MonthNamePipe] }); }
8
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsMonthNamePipeModule, imports: [CommonModule] }); }
9
- }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BsMonthNamePipeModule, decorators: [{
11
- type: NgModule,
12
- args: [{
13
- declarations: [
14
- MonthNamePipe
15
- ],
16
- imports: [
17
- CommonModule
18
- ],
19
- exports: [
20
- MonthNamePipe
21
- ]
22
- }]
23
- }] });
24
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9udGgtbmFtZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL2NhbGVuZGFyLW1vbnRoL3NyYy9waXBlcy9tb250aC1uYW1lL21vbnRoLW5hbWUubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQzs7QUFhbEQsTUFBTSxPQUFPLHFCQUFxQjs4R0FBckIscUJBQXFCOytHQUFyQixxQkFBcUIsaUJBVDlCLGFBQWEsYUFHYixZQUFZLGFBR1osYUFBYTsrR0FHSixxQkFBcUIsWUFOOUIsWUFBWTs7MkZBTUgscUJBQXFCO2tCQVhqQyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixhQUFhO3FCQUNkO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3FCQUNiO29CQUNELE9BQU8sRUFBRTt3QkFDUCxhQUFhO3FCQUNkO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBNb250aE5hbWVQaXBlIH0gZnJvbSAnLi9tb250aC1uYW1lLnBpcGUnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBNb250aE5hbWVQaXBlXG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGVcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIE1vbnRoTmFtZVBpcGVcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBCc01vbnRoTmFtZVBpcGVNb2R1bGUgeyB9XG4iXX0=