@mintplayer/ng-bootstrap 18.5.0 → 20.0.0-preview.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1262) hide show
  1. package/accordion/index.d.ts +51 -1
  2. package/alert/index.d.ts +32 -1
  3. package/async-host-binding/index.d.ts +13 -1
  4. package/badge/index.d.ts +16 -1
  5. package/breadcrumb/index.d.ts +20 -1
  6. package/button-group/index.d.ts +8 -1
  7. package/button-type/index.d.ts +12 -1
  8. package/calendar/index.d.ts +32 -1
  9. package/calendar-month/index.d.ts +54 -1
  10. package/card/index.d.ts +22 -1
  11. package/carousel/index.d.ts +64 -1
  12. package/close/index.d.ts +11 -1
  13. package/code-snippet/index.d.ts +20 -1
  14. package/color-picker/index.d.ts +196 -5
  15. package/container/index.d.ts +8 -1
  16. package/context-menu/index.d.ts +30 -1
  17. package/copy/index.d.ts +14 -1
  18. package/datatable/index.d.ts +66 -1
  19. package/datepicker/index.d.ts +20 -1
  20. package/dock/index.d.ts +177 -1
  21. package/dropdown/index.d.ts +63 -1
  22. package/dropdown-divider/index.d.ts +9 -1
  23. package/dropdown-menu/index.d.ts +32 -1
  24. package/enhanced-paste/index.d.ts +23 -1
  25. package/enum/index.d.ts +17 -1
  26. package/fesm2022/mintplayer-ng-bootstrap-accordion.mjs +17 -17
  27. package/fesm2022/mintplayer-ng-bootstrap-accordion.mjs.map +1 -1
  28. package/fesm2022/mintplayer-ng-bootstrap-alert.mjs +13 -13
  29. package/fesm2022/mintplayer-ng-bootstrap-alert.mjs.map +1 -1
  30. package/fesm2022/mintplayer-ng-bootstrap-async-host-binding.mjs.map +1 -1
  31. package/fesm2022/mintplayer-ng-bootstrap-badge.mjs +4 -4
  32. package/fesm2022/mintplayer-ng-bootstrap-badge.mjs.map +1 -1
  33. package/fesm2022/mintplayer-ng-bootstrap-breadcrumb.mjs +14 -17
  34. package/fesm2022/mintplayer-ng-bootstrap-breadcrumb.mjs.map +1 -1
  35. package/fesm2022/mintplayer-ng-bootstrap-button-group.mjs +4 -4
  36. package/fesm2022/mintplayer-ng-bootstrap-button-group.mjs.map +1 -1
  37. package/fesm2022/mintplayer-ng-bootstrap-button-type.mjs +5 -5
  38. package/fesm2022/mintplayer-ng-bootstrap-button-type.mjs.map +1 -1
  39. package/fesm2022/mintplayer-ng-bootstrap-calendar-month.mjs +11 -11
  40. package/fesm2022/mintplayer-ng-bootstrap-calendar-month.mjs.map +1 -1
  41. package/fesm2022/mintplayer-ng-bootstrap-calendar.mjs +4 -4
  42. package/fesm2022/mintplayer-ng-bootstrap-calendar.mjs.map +1 -1
  43. package/fesm2022/mintplayer-ng-bootstrap-card.mjs +13 -13
  44. package/fesm2022/mintplayer-ng-bootstrap-card.mjs.map +1 -1
  45. package/fesm2022/mintplayer-ng-bootstrap-carousel.mjs +19 -17
  46. package/fesm2022/mintplayer-ng-bootstrap-carousel.mjs.map +1 -1
  47. package/fesm2022/mintplayer-ng-bootstrap-close.mjs +6 -7
  48. package/fesm2022/mintplayer-ng-bootstrap-close.mjs.map +1 -1
  49. package/fesm2022/mintplayer-ng-bootstrap-code-snippet.mjs +6 -11
  50. package/fesm2022/mintplayer-ng-bootstrap-code-snippet.mjs.map +1 -1
  51. package/fesm2022/mintplayer-ng-bootstrap-color-picker.mjs +43 -36
  52. package/fesm2022/mintplayer-ng-bootstrap-color-picker.mjs.map +1 -1
  53. package/fesm2022/mintplayer-ng-bootstrap-container.mjs +3 -3
  54. package/fesm2022/mintplayer-ng-bootstrap-container.mjs.map +1 -1
  55. package/fesm2022/mintplayer-ng-bootstrap-context-menu.mjs +10 -9
  56. package/fesm2022/mintplayer-ng-bootstrap-context-menu.mjs.map +1 -1
  57. package/fesm2022/mintplayer-ng-bootstrap-copy.mjs +4 -4
  58. package/fesm2022/mintplayer-ng-bootstrap-copy.mjs.map +1 -1
  59. package/fesm2022/mintplayer-ng-bootstrap-datatable.mjs +19 -17
  60. package/fesm2022/mintplayer-ng-bootstrap-datatable.mjs.map +1 -1
  61. package/fesm2022/mintplayer-ng-bootstrap-datepicker.mjs +4 -4
  62. package/fesm2022/mintplayer-ng-bootstrap-datepicker.mjs.map +1 -1
  63. package/fesm2022/mintplayer-ng-bootstrap-dock.mjs +24 -24
  64. package/fesm2022/mintplayer-ng-bootstrap-dock.mjs.map +1 -1
  65. package/fesm2022/mintplayer-ng-bootstrap-dropdown-divider.mjs +5 -5
  66. package/fesm2022/mintplayer-ng-bootstrap-dropdown-divider.mjs.map +1 -1
  67. package/fesm2022/mintplayer-ng-bootstrap-dropdown-menu.mjs +13 -13
  68. package/fesm2022/mintplayer-ng-bootstrap-dropdown-menu.mjs.map +1 -1
  69. package/fesm2022/mintplayer-ng-bootstrap-dropdown.mjs +20 -17
  70. package/fesm2022/mintplayer-ng-bootstrap-dropdown.mjs.map +1 -1
  71. package/fesm2022/mintplayer-ng-bootstrap-enhanced-paste.mjs +4 -4
  72. package/fesm2022/mintplayer-ng-bootstrap-enhanced-paste.mjs.map +1 -1
  73. package/fesm2022/mintplayer-ng-bootstrap-enum.mjs +3 -3
  74. package/fesm2022/mintplayer-ng-bootstrap-enum.mjs.map +1 -1
  75. package/fesm2022/mintplayer-ng-bootstrap-file-upload.mjs +18 -16
  76. package/fesm2022/mintplayer-ng-bootstrap-file-upload.mjs.map +1 -1
  77. package/fesm2022/mintplayer-ng-bootstrap-floating-labels.mjs +5 -5
  78. package/fesm2022/mintplayer-ng-bootstrap-floating-labels.mjs.map +1 -1
  79. package/fesm2022/mintplayer-ng-bootstrap-font-color.mjs +4 -4
  80. package/fesm2022/mintplayer-ng-bootstrap-font-color.mjs.map +1 -1
  81. package/fesm2022/mintplayer-ng-bootstrap-for.mjs +4 -4
  82. package/fesm2022/mintplayer-ng-bootstrap-for.mjs.map +1 -1
  83. package/fesm2022/mintplayer-ng-bootstrap-form.mjs +19 -17
  84. package/fesm2022/mintplayer-ng-bootstrap-form.mjs.map +1 -1
  85. package/fesm2022/mintplayer-ng-bootstrap-grid.mjs +29 -25
  86. package/fesm2022/mintplayer-ng-bootstrap-grid.mjs.map +1 -1
  87. package/fesm2022/mintplayer-ng-bootstrap-has-id.mjs.map +1 -1
  88. package/fesm2022/mintplayer-ng-bootstrap-has-overlay.mjs +4 -4
  89. package/fesm2022/mintplayer-ng-bootstrap-has-overlay.mjs.map +1 -1
  90. package/fesm2022/mintplayer-ng-bootstrap-has-property.mjs +4 -4
  91. package/fesm2022/mintplayer-ng-bootstrap-has-property.mjs.map +1 -1
  92. package/fesm2022/mintplayer-ng-bootstrap-in-list.mjs +4 -4
  93. package/fesm2022/mintplayer-ng-bootstrap-in-list.mjs.map +1 -1
  94. package/fesm2022/mintplayer-ng-bootstrap-input-group.mjs +4 -4
  95. package/fesm2022/mintplayer-ng-bootstrap-input-group.mjs.map +1 -1
  96. package/fesm2022/mintplayer-ng-bootstrap-instance-of.mjs +21 -17
  97. package/fesm2022/mintplayer-ng-bootstrap-instance-of.mjs.map +1 -1
  98. package/fesm2022/mintplayer-ng-bootstrap-let.mjs +5 -5
  99. package/fesm2022/mintplayer-ng-bootstrap-let.mjs.map +1 -1
  100. package/fesm2022/mintplayer-ng-bootstrap-linify.mjs +4 -4
  101. package/fesm2022/mintplayer-ng-bootstrap-linify.mjs.map +1 -1
  102. package/fesm2022/mintplayer-ng-bootstrap-list-group.mjs +14 -18
  103. package/fesm2022/mintplayer-ng-bootstrap-list-group.mjs.map +1 -1
  104. package/fesm2022/mintplayer-ng-bootstrap-markdown.mjs +16 -16
  105. package/fesm2022/mintplayer-ng-bootstrap-markdown.mjs.map +1 -1
  106. package/fesm2022/mintplayer-ng-bootstrap-marquee.mjs +3 -3
  107. package/fesm2022/mintplayer-ng-bootstrap-marquee.mjs.map +1 -1
  108. package/fesm2022/mintplayer-ng-bootstrap-modal.mjs +38 -33
  109. package/fesm2022/mintplayer-ng-bootstrap-modal.mjs.map +1 -1
  110. package/fesm2022/mintplayer-ng-bootstrap-multiselect.mjs +24 -21
  111. package/fesm2022/mintplayer-ng-bootstrap-multiselect.mjs.map +1 -1
  112. package/fesm2022/mintplayer-ng-bootstrap-navbar-toggler.mjs +4 -4
  113. package/fesm2022/mintplayer-ng-bootstrap-navbar-toggler.mjs.map +1 -1
  114. package/fesm2022/mintplayer-ng-bootstrap-navbar.mjs +45 -41
  115. package/fesm2022/mintplayer-ng-bootstrap-navbar.mjs.map +1 -1
  116. package/fesm2022/mintplayer-ng-bootstrap-navigation-lock.mjs +13 -12
  117. package/fesm2022/mintplayer-ng-bootstrap-navigation-lock.mjs.map +1 -1
  118. package/fesm2022/mintplayer-ng-bootstrap-no-noscript.mjs +5 -5
  119. package/fesm2022/mintplayer-ng-bootstrap-no-noscript.mjs.map +1 -1
  120. package/fesm2022/mintplayer-ng-bootstrap-offcanvas.mjs +37 -39
  121. package/fesm2022/mintplayer-ng-bootstrap-offcanvas.mjs.map +1 -1
  122. package/fesm2022/mintplayer-ng-bootstrap-ordinal-number.mjs +4 -4
  123. package/fesm2022/mintplayer-ng-bootstrap-ordinal-number.mjs.map +1 -1
  124. package/fesm2022/mintplayer-ng-bootstrap-pagination.mjs +5 -5
  125. package/fesm2022/mintplayer-ng-bootstrap-pagination.mjs.map +1 -1
  126. package/fesm2022/mintplayer-ng-bootstrap-parallax.mjs +3 -3
  127. package/fesm2022/mintplayer-ng-bootstrap-parallax.mjs.map +1 -1
  128. package/fesm2022/mintplayer-ng-bootstrap-placeholder.mjs +14 -13
  129. package/fesm2022/mintplayer-ng-bootstrap-placeholder.mjs.map +1 -1
  130. package/fesm2022/mintplayer-ng-bootstrap-playlist-toggler.mjs +4 -4
  131. package/fesm2022/mintplayer-ng-bootstrap-playlist-toggler.mjs.map +1 -1
  132. package/fesm2022/mintplayer-ng-bootstrap-popover.mjs +24 -21
  133. package/fesm2022/mintplayer-ng-bootstrap-popover.mjs.map +1 -1
  134. package/fesm2022/mintplayer-ng-bootstrap-progress-bar.mjs +13 -13
  135. package/fesm2022/mintplayer-ng-bootstrap-progress-bar.mjs.map +1 -1
  136. package/fesm2022/mintplayer-ng-bootstrap-range.mjs +14 -13
  137. package/fesm2022/mintplayer-ng-bootstrap-range.mjs.map +1 -1
  138. package/fesm2022/mintplayer-ng-bootstrap-rating.mjs +4 -4
  139. package/fesm2022/mintplayer-ng-bootstrap-rating.mjs.map +1 -1
  140. package/fesm2022/mintplayer-ng-bootstrap-resizable.mjs +14 -13
  141. package/fesm2022/mintplayer-ng-bootstrap-resizable.mjs.map +1 -1
  142. package/fesm2022/mintplayer-ng-bootstrap-scheduler.mjs +36 -32
  143. package/fesm2022/mintplayer-ng-bootstrap-scheduler.mjs.map +1 -1
  144. package/fesm2022/mintplayer-ng-bootstrap-scrollspy.mjs +17 -16
  145. package/fesm2022/mintplayer-ng-bootstrap-scrollspy.mjs.map +1 -1
  146. package/fesm2022/mintplayer-ng-bootstrap-searchbox.mjs +21 -18
  147. package/fesm2022/mintplayer-ng-bootstrap-searchbox.mjs.map +1 -1
  148. package/fesm2022/mintplayer-ng-bootstrap-select.mjs +20 -16
  149. package/fesm2022/mintplayer-ng-bootstrap-select.mjs.map +1 -1
  150. package/fesm2022/mintplayer-ng-bootstrap-select2.mjs +18 -16
  151. package/fesm2022/mintplayer-ng-bootstrap-select2.mjs.map +1 -1
  152. package/fesm2022/mintplayer-ng-bootstrap-shell.mjs +13 -12
  153. package/fesm2022/mintplayer-ng-bootstrap-shell.mjs.map +1 -1
  154. package/fesm2022/mintplayer-ng-bootstrap-signature-pad.mjs +4 -4
  155. package/fesm2022/mintplayer-ng-bootstrap-signature-pad.mjs.map +1 -1
  156. package/fesm2022/mintplayer-ng-bootstrap-slugify.mjs +4 -4
  157. package/fesm2022/mintplayer-ng-bootstrap-slugify.mjs.map +1 -1
  158. package/fesm2022/mintplayer-ng-bootstrap-spinner.mjs +4 -4
  159. package/fesm2022/mintplayer-ng-bootstrap-spinner.mjs.map +1 -1
  160. package/fesm2022/mintplayer-ng-bootstrap-split-string.mjs +4 -4
  161. package/fesm2022/mintplayer-ng-bootstrap-split-string.mjs.map +1 -1
  162. package/fesm2022/mintplayer-ng-bootstrap-splitter.mjs +18 -17
  163. package/fesm2022/mintplayer-ng-bootstrap-splitter.mjs.map +1 -1
  164. package/fesm2022/mintplayer-ng-bootstrap-sticky-footer.mjs +13 -12
  165. package/fesm2022/mintplayer-ng-bootstrap-sticky-footer.mjs.map +1 -1
  166. package/fesm2022/mintplayer-ng-bootstrap-tab-control.mjs +20 -19
  167. package/fesm2022/mintplayer-ng-bootstrap-tab-control.mjs.map +1 -1
  168. package/fesm2022/mintplayer-ng-bootstrap-table.mjs +5 -5
  169. package/fesm2022/mintplayer-ng-bootstrap-table.mjs.map +1 -1
  170. package/fesm2022/mintplayer-ng-bootstrap-timepicker.mjs +4 -4
  171. package/fesm2022/mintplayer-ng-bootstrap-timepicker.mjs.map +1 -1
  172. package/fesm2022/mintplayer-ng-bootstrap-toast.mjs +34 -32
  173. package/fesm2022/mintplayer-ng-bootstrap-toast.mjs.map +1 -1
  174. package/fesm2022/mintplayer-ng-bootstrap-toggle-button.mjs +19 -18
  175. package/fesm2022/mintplayer-ng-bootstrap-toggle-button.mjs.map +1 -1
  176. package/fesm2022/mintplayer-ng-bootstrap-tooltip.mjs +14 -13
  177. package/fesm2022/mintplayer-ng-bootstrap-tooltip.mjs.map +1 -1
  178. package/fesm2022/mintplayer-ng-bootstrap-treeview.mjs +13 -13
  179. package/fesm2022/mintplayer-ng-bootstrap-treeview.mjs.map +1 -1
  180. package/fesm2022/mintplayer-ng-bootstrap-trust-html.mjs +4 -4
  181. package/fesm2022/mintplayer-ng-bootstrap-trust-html.mjs.map +1 -1
  182. package/fesm2022/mintplayer-ng-bootstrap-typeahead.mjs +4 -4
  183. package/fesm2022/mintplayer-ng-bootstrap-typeahead.mjs.map +1 -1
  184. package/fesm2022/mintplayer-ng-bootstrap-uc-first.mjs +4 -4
  185. package/fesm2022/mintplayer-ng-bootstrap-uc-first.mjs.map +1 -1
  186. package/fesm2022/mintplayer-ng-bootstrap-user-agent.mjs +5 -5
  187. package/fesm2022/mintplayer-ng-bootstrap-user-agent.mjs.map +1 -1
  188. package/fesm2022/mintplayer-ng-bootstrap-word-count.mjs +4 -4
  189. package/fesm2022/mintplayer-ng-bootstrap-word-count.mjs.map +1 -1
  190. package/fesm2022/mintplayer-ng-bootstrap.mjs.map +1 -1
  191. package/file-upload/index.d.ts +59 -1
  192. package/floating-labels/index.d.ts +10 -1
  193. package/font-color/index.d.ts +10 -1
  194. package/for/index.d.ts +13 -1
  195. package/form/index.d.ts +33 -1
  196. package/grid/index.d.ts +74 -1
  197. package/has-id/index.d.ts +5 -1
  198. package/has-overlay/index.d.ts +8 -1
  199. package/has-property/index.d.ts +10 -1
  200. package/in-list/index.d.ts +11 -1
  201. package/index.d.ts +31 -3
  202. package/input-group/index.d.ts +8 -1
  203. package/instance-of/index.d.ts +81 -1
  204. package/let/index.d.ts +45 -2
  205. package/linify/index.d.ts +10 -1
  206. package/list-group/index.d.ts +23 -1
  207. package/markdown/index.d.ts +37 -4
  208. package/marquee/index.d.ts +8 -1
  209. package/modal/index.d.ts +76 -1
  210. package/multiselect/index.d.ts +53 -1
  211. package/navbar/index.d.ts +153 -1
  212. package/navbar-toggler/index.d.ts +17 -1
  213. package/navigation-lock/index.d.ts +64 -1
  214. package/no-noscript/index.d.ts +11 -1
  215. package/offcanvas/index.d.ts +112 -1
  216. package/ordinal-number/index.d.ts +13 -1
  217. package/package.json +17 -185
  218. package/pagination/index.d.ts +56 -1
  219. package/parallax/index.d.ts +11 -1
  220. package/placeholder/index.d.ts +32 -1
  221. package/playlist-toggler/index.d.ts +17 -1
  222. package/popover/index.d.ts +67 -1
  223. package/progress-bar/index.d.ts +46 -1
  224. package/range/index.d.ts +36 -1
  225. package/rating/index.d.ts +23 -1
  226. package/resizable/index.d.ts +94 -1
  227. package/scheduler/index.d.ts +231 -1
  228. package/scrollspy/index.d.ts +46 -1
  229. package/searchbox/index.d.ts +78 -3
  230. package/select/index.d.ts +80 -1
  231. package/select2/index.d.ts +68 -1
  232. package/shell/index.d.ts +39 -4
  233. package/signature-pad/index.d.ts +41 -1
  234. package/slugify/index.d.ts +10 -1
  235. package/spinner/index.d.ts +22 -1
  236. package/split-string/index.d.ts +10 -1
  237. package/splitter/index.d.ts +81 -1
  238. package/sticky-footer/index.d.ts +29 -1
  239. package/tab-control/index.d.ts +72 -1
  240. package/table/index.d.ts +18 -1
  241. package/timepicker/index.d.ts +33 -1
  242. package/toast/index.d.ts +75 -1
  243. package/toggle-button/index.d.ts +69 -1
  244. package/tooltip/index.d.ts +47 -1
  245. package/treeview/index.d.ts +37 -1
  246. package/trust-html/index.d.ts +14 -1
  247. package/typeahead/index.d.ts +28 -1
  248. package/uc-first/index.d.ts +10 -1
  249. package/user-agent/index.d.ts +28 -1
  250. package/word-count/index.d.ts +10 -1
  251. package/accordion/src/accordion/accordion.component.d.ts +0 -16
  252. package/accordion/src/accordion-tab/accordion-tab.component.d.ts +0 -20
  253. package/accordion/src/accordion-tab-header/accordion-tab-header.component.d.ts +0 -9
  254. package/accordion/src/accordion.module.d.ts +0 -11
  255. package/accordion/src/index.d.ts +0 -4
  256. package/alert/src/alert/alert.component.d.ts +0 -15
  257. package/alert/src/alert-close/alert-close.component.d.ts +0 -9
  258. package/alert/src/alert.module.d.ts +0 -8
  259. package/alert/src/index.d.ts +0 -3
  260. package/async-host-binding/src/bind-event.plugin.d.ts +0 -7
  261. package/async-host-binding/src/index.d.ts +0 -2
  262. package/async-host-binding/src/provide-async-host-bindings.d.ts +0 -2
  263. package/badge/src/badge.component.d.ts +0 -13
  264. package/badge/src/index.d.ts +0 -1
  265. package/breadcrumb/src/breadcrumb/breadcrumb.component.d.ts +0 -8
  266. package/breadcrumb/src/breadcrumb-item/breadcrumb-item.component.d.ts +0 -9
  267. package/breadcrumb/src/breadcrumb.module.d.ts +0 -8
  268. package/breadcrumb/src/index.d.ts +0 -3
  269. package/button-group/src/button-group/button-group.component.d.ts +0 -5
  270. package/button-group/src/index.d.ts +0 -1
  271. package/button-type/src/button-type/button-type.directive.d.ts +0 -9
  272. package/button-type/src/index.d.ts +0 -1
  273. package/calendar/src/calendar.component.d.ts +0 -29
  274. package/calendar/src/index.d.ts +0 -1
  275. package/calendar-month/src/index.d.ts +0 -3
  276. package/calendar-month/src/interfaces/date-day-of-month.d.ts +0 -5
  277. package/calendar-month/src/interfaces/first-and-last-date.d.ts +0 -4
  278. package/calendar-month/src/interfaces/index.d.ts +0 -4
  279. package/calendar-month/src/interfaces/week.d.ts +0 -5
  280. package/calendar-month/src/interfaces/weekday.d.ts +0 -4
  281. package/calendar-month/src/pipes/index.d.ts +0 -2
  282. package/calendar-month/src/pipes/month-name/month-name.pipe.d.ts +0 -7
  283. package/calendar-month/src/pipes/weekday-name/weekday-name.pipe.d.ts +0 -7
  284. package/calendar-month/src/service/calendar-month.service.d.ts +0 -18
  285. package/card/src/card/card.component.d.ts +0 -6
  286. package/card/src/card-header/card-header.component.d.ts +0 -6
  287. package/card/src/card.module.d.ts +0 -9
  288. package/card/src/index.d.ts +0 -3
  289. package/carousel/src/carousel/carousel.component.d.ts +0 -35
  290. package/carousel/src/carousel-image/carousel-image.directive.d.ts +0 -13
  291. package/carousel/src/carousel-img/carousel-img.directive.d.ts +0 -8
  292. package/carousel/src/carousel.module.d.ts +0 -12
  293. package/carousel/src/index.d.ts +0 -4
  294. package/close/src/close.component.d.ts +0 -10
  295. package/close/src/index.d.ts +0 -1
  296. package/code-snippet/src/code-snippet.component.d.ts +0 -18
  297. package/code-snippet/src/index.d.ts +0 -1
  298. package/color-picker/color-picker.module.d.ts +0 -14
  299. package/color-picker/components/alpha-strip/alpha-strip.component.d.ts +0 -23
  300. package/color-picker/components/color-picker/color-picker.component.d.ts +0 -22
  301. package/color-picker/components/color-wheel/color-wheel.component.d.ts +0 -53
  302. package/color-picker/components/index.d.ts +0 -5
  303. package/color-picker/components/luminosity-strip/luminosity-strip.component.d.ts +0 -20
  304. package/color-picker/components/slider/slider.component.d.ts +0 -35
  305. package/color-picker/directives/color-picker-value-accessor/color-picker-value-accessor.directive.d.ts +0 -28
  306. package/color-picker/directives/index.d.ts +0 -1
  307. package/color-picker/interfaces/hs.d.ts +0 -4
  308. package/color-picker/interfaces/hsl-color.d.ts +0 -5
  309. package/color-picker/interfaces/index.d.ts +0 -3
  310. package/color-picker/interfaces/rgb-color.d.ts +0 -5
  311. package/color-picker/types/html-color.d.ts +0 -1
  312. package/color-picker/types/index.d.ts +0 -1
  313. package/container/src/container/container.component.d.ts +0 -5
  314. package/container/src/index.d.ts +0 -1
  315. package/context-menu/src/context-menu.directive.d.ts +0 -18
  316. package/context-menu/src/context-menu.module.d.ts +0 -10
  317. package/context-menu/src/index.d.ts +0 -2
  318. package/copy/src/copy.directive.d.ts +0 -11
  319. package/copy/src/index.d.ts +0 -1
  320. package/datatable/src/datatable/datatable.component.d.ts +0 -20
  321. package/datatable/src/datatable-column/datatable-column.directive.d.ts +0 -10
  322. package/datatable/src/datatable-settings.d.ts +0 -15
  323. package/datatable/src/datatable.module.d.ts +0 -13
  324. package/datatable/src/index.d.ts +0 -5
  325. package/datatable/src/row-template/row-template.directive.d.ts +0 -15
  326. package/datepicker/src/datepicker.component.d.ts +0 -17
  327. package/datepicker/src/index.d.ts +0 -1
  328. package/dock/src/dock/dock.component.d.ts +0 -24
  329. package/dock/src/dock-pane-renderer/dock-pane-renderer.component.d.ts +0 -31
  330. package/dock/src/dock-panel/dock-panel.component.d.ts +0 -13
  331. package/dock/src/dock-panel-header/dock-panel-header.component.d.ts +0 -26
  332. package/dock/src/dock.module.d.ts +0 -17
  333. package/dock/src/enums/index.d.ts +0 -1
  334. package/dock/src/enums/pane-type.enum.d.ts +0 -6
  335. package/dock/src/index.d.ts +0 -9
  336. package/dock/src/interfaces/dock-layout.d.ts +0 -6
  337. package/dock/src/interfaces/drag-operation.d.ts +0 -6
  338. package/dock/src/interfaces/index.d.ts +0 -5
  339. package/dock/src/interfaces/point.d.ts +0 -4
  340. package/dock/src/interfaces/remove-from-pane-result.d.ts +0 -6
  341. package/dock/src/interfaces/size.d.ts +0 -4
  342. package/dock/src/panes/content-pane.d.ts +0 -8
  343. package/dock/src/panes/dock-pane.d.ts +0 -3
  344. package/dock/src/panes/document-host-pane.d.ts +0 -7
  345. package/dock/src/panes/floating-pane.d.ts +0 -10
  346. package/dock/src/panes/index.d.ts +0 -6
  347. package/dock/src/panes/split-pane.d.ts +0 -8
  348. package/dock/src/panes/tab-group-pane.d.ts +0 -7
  349. package/dock/src/services/dock/dock.service.d.ts +0 -14
  350. package/dock/src/services/index.d.ts +0 -1
  351. package/dock/src/types/split-pane-orientation.type.d.ts +0 -1
  352. package/dropdown/src/dropdown/dropdown.directive.d.ts +0 -23
  353. package/dropdown/src/dropdown-menu/dropdown-menu.directive.d.ts +0 -22
  354. package/dropdown/src/dropdown-toggle/dropdown-toggle.directive.d.ts +0 -11
  355. package/dropdown/src/dropdown.module.d.ts +0 -13
  356. package/dropdown/src/index.d.ts +0 -4
  357. package/dropdown-divider/src/dropdown-divider.directive.d.ts +0 -6
  358. package/dropdown-divider/src/index.d.ts +0 -1
  359. package/dropdown-menu/src/dropdown-item/dropdown-item.component.d.ts +0 -7
  360. package/dropdown-menu/src/dropdown-menu/dropdown-menu.component.d.ts +0 -14
  361. package/dropdown-menu/src/dropdown-menu.module.d.ts +0 -10
  362. package/dropdown-menu/src/index.d.ts +0 -3
  363. package/enhanced-paste/src/directive/enhanced-paste.directive.d.ts +0 -14
  364. package/enhanced-paste/src/index.d.ts +0 -2
  365. package/enhanced-paste/src/interfaces/number-overflow.d.ts +0 -5
  366. package/enum/src/index.d.ts +0 -2
  367. package/enum/src/interfaces/enum-item.d.ts +0 -4
  368. package/enum/src/interfaces/index.d.ts +0 -1
  369. package/enum/src/service/enum.service.d.ts +0 -9
  370. package/esm2022/accordion/index.mjs +0 -2
  371. package/esm2022/accordion/mintplayer-ng-bootstrap-accordion.mjs +0 -5
  372. package/esm2022/accordion/src/accordion/accordion.component.mjs +0 -26
  373. package/esm2022/accordion/src/accordion-tab/accordion-tab.component.mjs +0 -68
  374. package/esm2022/accordion/src/accordion-tab-header/accordion-tab-header.component.mjs +0 -20
  375. package/esm2022/accordion/src/accordion.module.mjs +0 -37
  376. package/esm2022/accordion/src/index.mjs +0 -5
  377. package/esm2022/alert/index.mjs +0 -2
  378. package/esm2022/alert/mintplayer-ng-bootstrap-alert.mjs +0 -5
  379. package/esm2022/alert/src/alert/alert.component.mjs +0 -40
  380. package/esm2022/alert/src/alert-close/alert-close.component.mjs +0 -19
  381. package/esm2022/alert/src/alert.module.mjs +0 -25
  382. package/esm2022/alert/src/index.mjs +0 -4
  383. package/esm2022/async-host-binding/index.mjs +0 -2
  384. package/esm2022/async-host-binding/mintplayer-ng-bootstrap-async-host-binding.mjs +0 -5
  385. package/esm2022/async-host-binding/src/bind-event.plugin.mjs +0 -31
  386. package/esm2022/async-host-binding/src/index.mjs +0 -3
  387. package/esm2022/async-host-binding/src/provide-async-host-bindings.mjs +0 -10
  388. package/esm2022/badge/index.mjs +0 -2
  389. package/esm2022/badge/mintplayer-ng-bootstrap-badge.mjs +0 -5
  390. package/esm2022/badge/src/badge.component.mjs +0 -29
  391. package/esm2022/badge/src/index.mjs +0 -2
  392. package/esm2022/breadcrumb/index.mjs +0 -2
  393. package/esm2022/breadcrumb/mintplayer-ng-bootstrap-breadcrumb.mjs +0 -5
  394. package/esm2022/breadcrumb/src/breadcrumb/breadcrumb.component.mjs +0 -13
  395. package/esm2022/breadcrumb/src/breadcrumb-item/breadcrumb-item.component.mjs +0 -18
  396. package/esm2022/breadcrumb/src/breadcrumb.module.mjs +0 -17
  397. package/esm2022/breadcrumb/src/index.mjs +0 -4
  398. package/esm2022/button-group/index.mjs +0 -2
  399. package/esm2022/button-group/mintplayer-ng-bootstrap-button-group.mjs +0 -5
  400. package/esm2022/button-group/src/button-group/button-group.component.mjs +0 -11
  401. package/esm2022/button-group/src/index.mjs +0 -2
  402. package/esm2022/button-type/index.mjs +0 -2
  403. package/esm2022/button-type/mintplayer-ng-bootstrap-button-type.mjs +0 -5
  404. package/esm2022/button-type/src/button-type/button-type.directive.mjs +0 -31
  405. package/esm2022/button-type/src/index.mjs +0 -2
  406. package/esm2022/calendar/index.mjs +0 -2
  407. package/esm2022/calendar/mintplayer-ng-bootstrap-calendar.mjs +0 -5
  408. package/esm2022/calendar/src/calendar.component.mjs +0 -108
  409. package/esm2022/calendar/src/index.mjs +0 -2
  410. package/esm2022/calendar-month/index.mjs +0 -2
  411. package/esm2022/calendar-month/mintplayer-ng-bootstrap-calendar-month.mjs +0 -5
  412. package/esm2022/calendar-month/src/index.mjs +0 -4
  413. package/esm2022/calendar-month/src/interfaces/date-day-of-month.mjs +0 -2
  414. package/esm2022/calendar-month/src/interfaces/first-and-last-date.mjs +0 -2
  415. package/esm2022/calendar-month/src/interfaces/index.mjs +0 -5
  416. package/esm2022/calendar-month/src/interfaces/week.mjs +0 -2
  417. package/esm2022/calendar-month/src/interfaces/weekday.mjs +0 -2
  418. package/esm2022/calendar-month/src/pipes/index.mjs +0 -3
  419. package/esm2022/calendar-month/src/pipes/month-name/month-name.pipe.mjs +0 -23
  420. package/esm2022/calendar-month/src/pipes/weekday-name/weekday-name.pipe.mjs +0 -18
  421. package/esm2022/calendar-month/src/service/calendar-month.service.mjs +0 -94
  422. package/esm2022/card/index.mjs +0 -2
  423. package/esm2022/card/mintplayer-ng-bootstrap-card.mjs +0 -5
  424. package/esm2022/card/src/card/card.component.mjs +0 -16
  425. package/esm2022/card/src/card-header/card-header.component.mjs +0 -16
  426. package/esm2022/card/src/card.module.mjs +0 -27
  427. package/esm2022/card/src/index.mjs +0 -4
  428. package/esm2022/carousel/index.mjs +0 -2
  429. package/esm2022/carousel/mintplayer-ng-bootstrap-carousel.mjs +0 -5
  430. package/esm2022/carousel/src/carousel/carousel.component.mjs +0 -149
  431. package/esm2022/carousel/src/carousel-image/carousel-image.directive.mjs +0 -21
  432. package/esm2022/carousel/src/carousel-img/carousel-img.directive.mjs +0 -20
  433. package/esm2022/carousel/src/carousel.module.mjs +0 -42
  434. package/esm2022/carousel/src/index.mjs +0 -5
  435. package/esm2022/close/index.mjs +0 -2
  436. package/esm2022/close/mintplayer-ng-bootstrap-close.mjs +0 -5
  437. package/esm2022/close/src/close.component.mjs +0 -21
  438. package/esm2022/close/src/index.mjs +0 -2
  439. package/esm2022/code-snippet/index.mjs +0 -2
  440. package/esm2022/code-snippet/mintplayer-ng-bootstrap-code-snippet.mjs +0 -5
  441. package/esm2022/code-snippet/src/code-snippet.component.mjs +0 -47
  442. package/esm2022/code-snippet/src/index.mjs +0 -2
  443. package/esm2022/color-picker/color-picker.module.mjs +0 -60
  444. package/esm2022/color-picker/components/alpha-strip/alpha-strip.component.mjs +0 -80
  445. package/esm2022/color-picker/components/color-picker/color-picker.component.mjs +0 -52
  446. package/esm2022/color-picker/components/color-wheel/color-wheel.component.mjs +0 -321
  447. package/esm2022/color-picker/components/index.mjs +0 -6
  448. package/esm2022/color-picker/components/luminosity-strip/luminosity-strip.component.mjs +0 -72
  449. package/esm2022/color-picker/components/slider/slider.component.mjs +0 -125
  450. package/esm2022/color-picker/directives/color-picker-value-accessor/color-picker-value-accessor.directive.mjs +0 -130
  451. package/esm2022/color-picker/directives/index.mjs +0 -2
  452. package/esm2022/color-picker/index.mjs +0 -6
  453. package/esm2022/color-picker/interfaces/hs.mjs +0 -2
  454. package/esm2022/color-picker/interfaces/hsl-color.mjs +0 -2
  455. package/esm2022/color-picker/interfaces/index.mjs +0 -4
  456. package/esm2022/color-picker/interfaces/rgb-color.mjs +0 -2
  457. package/esm2022/color-picker/mintplayer-ng-bootstrap-color-picker.mjs +0 -5
  458. package/esm2022/color-picker/types/html-color.mjs +0 -2
  459. package/esm2022/color-picker/types/index.mjs +0 -2
  460. package/esm2022/container/index.mjs +0 -2
  461. package/esm2022/container/mintplayer-ng-bootstrap-container.mjs +0 -5
  462. package/esm2022/container/src/container/container.component.mjs +0 -11
  463. package/esm2022/container/src/index.mjs +0 -2
  464. package/esm2022/context-menu/index.mjs +0 -2
  465. package/esm2022/context-menu/mintplayer-ng-bootstrap-context-menu.mjs +0 -5
  466. package/esm2022/context-menu/src/context-menu.directive.mjs +0 -83
  467. package/esm2022/context-menu/src/context-menu.module.mjs +0 -34
  468. package/esm2022/context-menu/src/index.mjs +0 -3
  469. package/esm2022/copy/index.mjs +0 -2
  470. package/esm2022/copy/mintplayer-ng-bootstrap-copy.mjs +0 -5
  471. package/esm2022/copy/src/copy.directive.mjs +0 -46
  472. package/esm2022/copy/src/index.mjs +0 -2
  473. package/esm2022/datatable/index.mjs +0 -2
  474. package/esm2022/datatable/mintplayer-ng-bootstrap-datatable.mjs +0 -5
  475. package/esm2022/datatable/src/datatable/datatable.component.mjs +0 -56
  476. package/esm2022/datatable/src/datatable-column/datatable-column.directive.mjs +0 -24
  477. package/esm2022/datatable/src/datatable-settings.mjs +0 -37
  478. package/esm2022/datatable/src/datatable.module.mjs +0 -47
  479. package/esm2022/datatable/src/index.mjs +0 -6
  480. package/esm2022/datatable/src/row-template/row-template.directive.mjs +0 -31
  481. package/esm2022/datepicker/index.mjs +0 -2
  482. package/esm2022/datepicker/mintplayer-ng-bootstrap-datepicker.mjs +0 -5
  483. package/esm2022/datepicker/src/datepicker.component.mjs +0 -53
  484. package/esm2022/datepicker/src/index.mjs +0 -2
  485. package/esm2022/dock/index.mjs +0 -2
  486. package/esm2022/dock/mintplayer-ng-bootstrap-dock.mjs +0 -5
  487. package/esm2022/dock/src/dock/dock.component.mjs +0 -88
  488. package/esm2022/dock/src/dock-pane-renderer/dock-pane-renderer.component.mjs +0 -59
  489. package/esm2022/dock/src/dock-panel/dock-panel.component.mjs +0 -27
  490. package/esm2022/dock/src/dock-panel-header/dock-panel-header.component.mjs +0 -274
  491. package/esm2022/dock/src/dock.module.mjs +0 -62
  492. package/esm2022/dock/src/enums/index.mjs +0 -2
  493. package/esm2022/dock/src/enums/pane-type.enum.mjs +0 -8
  494. package/esm2022/dock/src/index.mjs +0 -10
  495. package/esm2022/dock/src/interfaces/dock-layout.mjs +0 -2
  496. package/esm2022/dock/src/interfaces/drag-operation.mjs +0 -2
  497. package/esm2022/dock/src/interfaces/index.mjs +0 -6
  498. package/esm2022/dock/src/interfaces/point.mjs +0 -2
  499. package/esm2022/dock/src/interfaces/remove-from-pane-result.mjs +0 -2
  500. package/esm2022/dock/src/interfaces/size.mjs +0 -2
  501. package/esm2022/dock/src/panes/content-pane.mjs +0 -11
  502. package/esm2022/dock/src/panes/dock-pane.mjs +0 -3
  503. package/esm2022/dock/src/panes/document-host-pane.mjs +0 -11
  504. package/esm2022/dock/src/panes/floating-pane.mjs +0 -11
  505. package/esm2022/dock/src/panes/index.mjs +0 -7
  506. package/esm2022/dock/src/panes/split-pane.mjs +0 -13
  507. package/esm2022/dock/src/panes/tab-group-pane.mjs +0 -12
  508. package/esm2022/dock/src/services/dock/dock.service.mjs +0 -56
  509. package/esm2022/dock/src/services/index.mjs +0 -2
  510. package/esm2022/dock/src/types/split-pane-orientation.type.mjs +0 -2
  511. package/esm2022/dropdown/index.mjs +0 -2
  512. package/esm2022/dropdown/mintplayer-ng-bootstrap-dropdown.mjs +0 -5
  513. package/esm2022/dropdown/src/dropdown/dropdown.directive.mjs +0 -70
  514. package/esm2022/dropdown/src/dropdown-menu/dropdown-menu.directive.mjs +0 -110
  515. package/esm2022/dropdown/src/dropdown-toggle/dropdown-toggle.directive.mjs +0 -27
  516. package/esm2022/dropdown/src/dropdown.module.mjs +0 -41
  517. package/esm2022/dropdown/src/index.mjs +0 -5
  518. package/esm2022/dropdown-divider/index.mjs +0 -2
  519. package/esm2022/dropdown-divider/mintplayer-ng-bootstrap-dropdown-divider.mjs +0 -5
  520. package/esm2022/dropdown-divider/src/dropdown-divider.directive.mjs +0 -20
  521. package/esm2022/dropdown-divider/src/index.mjs +0 -2
  522. package/esm2022/dropdown-menu/index.mjs +0 -2
  523. package/esm2022/dropdown-menu/mintplayer-ng-bootstrap-dropdown-menu.mjs +0 -5
  524. package/esm2022/dropdown-menu/src/dropdown-item/dropdown-item.component.mjs +0 -19
  525. package/esm2022/dropdown-menu/src/dropdown-menu/dropdown-menu.component.mjs +0 -41
  526. package/esm2022/dropdown-menu/src/dropdown-menu.module.mjs +0 -26
  527. package/esm2022/dropdown-menu/src/index.mjs +0 -4
  528. package/esm2022/enhanced-paste/index.mjs +0 -2
  529. package/esm2022/enhanced-paste/mintplayer-ng-bootstrap-enhanced-paste.mjs +0 -5
  530. package/esm2022/enhanced-paste/src/directive/enhanced-paste.directive.mjs +0 -58
  531. package/esm2022/enhanced-paste/src/index.mjs +0 -3
  532. package/esm2022/enhanced-paste/src/interfaces/number-overflow.mjs +0 -2
  533. package/esm2022/enum/index.mjs +0 -2
  534. package/esm2022/enum/mintplayer-ng-bootstrap-enum.mjs +0 -5
  535. package/esm2022/enum/src/index.mjs +0 -3
  536. package/esm2022/enum/src/interfaces/enum-item.mjs +0 -2
  537. package/esm2022/enum/src/interfaces/index.mjs +0 -2
  538. package/esm2022/enum/src/service/enum.service.mjs +0 -31
  539. package/esm2022/file-upload/index.mjs +0 -2
  540. package/esm2022/file-upload/mintplayer-ng-bootstrap-file-upload.mjs +0 -5
  541. package/esm2022/file-upload/src/component/file-upload.component.mjs +0 -86
  542. package/esm2022/file-upload/src/directive/file-upload-template.directive.mjs +0 -31
  543. package/esm2022/file-upload/src/file-upload.mjs +0 -2
  544. package/esm2022/file-upload/src/file-upload.module.mjs +0 -47
  545. package/esm2022/file-upload/src/index.mjs +0 -6
  546. package/esm2022/file-upload/src/pipes/format-bytes/format-bytes.pipe.mjs +0 -24
  547. package/esm2022/file-upload/src/pipes/index.mjs +0 -2
  548. package/esm2022/floating-labels/index.mjs +0 -2
  549. package/esm2022/floating-labels/mintplayer-ng-bootstrap-floating-labels.mjs +0 -5
  550. package/esm2022/floating-labels/src/floating-label/floating-label.component.mjs +0 -19
  551. package/esm2022/floating-labels/src/index.mjs +0 -2
  552. package/esm2022/font-color/index.mjs +0 -2
  553. package/esm2022/font-color/mintplayer-ng-bootstrap-font-color.mjs +0 -5
  554. package/esm2022/font-color/src/font-color.pipe.mjs +0 -28
  555. package/esm2022/for/index.mjs +0 -2
  556. package/esm2022/for/mintplayer-ng-bootstrap-for.mjs +0 -5
  557. package/esm2022/for/src/for.directive.mjs +0 -37
  558. package/esm2022/for/src/index.mjs +0 -2
  559. package/esm2022/form/index.mjs +0 -2
  560. package/esm2022/form/mintplayer-ng-bootstrap-form.mjs +0 -5
  561. package/esm2022/form/src/form/form.component.mjs +0 -24
  562. package/esm2022/form/src/form-control/form-control.directive.mjs +0 -22
  563. package/esm2022/form/src/form-group/form-group.directive.mjs +0 -19
  564. package/esm2022/form/src/form.module.mjs +0 -20
  565. package/esm2022/form/src/index.mjs +0 -5
  566. package/esm2022/grid/index.mjs +0 -2
  567. package/esm2022/grid/mintplayer-ng-bootstrap-grid.mjs +0 -5
  568. package/esm2022/grid/src/component/grid.component.mjs +0 -33
  569. package/esm2022/grid/src/directives/col-form-label/col-form-label.directive.mjs +0 -19
  570. package/esm2022/grid/src/directives/column/column.directive.mjs +0 -105
  571. package/esm2022/grid/src/directives/index.mjs +0 -4
  572. package/esm2022/grid/src/directives/row/row.directive.mjs +0 -19
  573. package/esm2022/grid/src/grid.module.mjs +0 -22
  574. package/esm2022/grid/src/index.mjs +0 -5
  575. package/esm2022/grid/src/interfaces/column-definition.mjs +0 -2
  576. package/esm2022/grid/src/interfaces/index.mjs +0 -2
  577. package/esm2022/has-id/index.mjs +0 -2
  578. package/esm2022/has-id/mintplayer-ng-bootstrap-has-id.mjs +0 -5
  579. package/esm2022/has-id/src/has-id.mjs +0 -2
  580. package/esm2022/has-overlay/index.mjs +0 -2
  581. package/esm2022/has-overlay/mintplayer-ng-bootstrap-has-overlay.mjs +0 -5
  582. package/esm2022/has-overlay/src/has-overlay/has-overlay.component.mjs +0 -11
  583. package/esm2022/has-overlay/src/index.mjs +0 -2
  584. package/esm2022/has-property/index.mjs +0 -2
  585. package/esm2022/has-property/mintplayer-ng-bootstrap-has-property.mjs +0 -5
  586. package/esm2022/has-property/src/has-property.pipe.mjs +0 -17
  587. package/esm2022/has-property/src/index.mjs +0 -2
  588. package/esm2022/in-list/index.mjs +0 -2
  589. package/esm2022/in-list/mintplayer-ng-bootstrap-in-list.mjs +0 -5
  590. package/esm2022/in-list/src/in-list.pipe.mjs +0 -17
  591. package/esm2022/index.mjs +0 -4
  592. package/esm2022/input-group/index.mjs +0 -2
  593. package/esm2022/input-group/mintplayer-ng-bootstrap-input-group.mjs +0 -5
  594. package/esm2022/input-group/src/index.mjs +0 -2
  595. package/esm2022/input-group/src/input-group/input-group.component.mjs +0 -11
  596. package/esm2022/instance-of/index.mjs +0 -2
  597. package/esm2022/instance-of/mintplayer-ng-bootstrap-instance-of.mjs +0 -5
  598. package/esm2022/instance-of/src/directives/index.mjs +0 -5
  599. package/esm2022/instance-of/src/directives/instanceof-case.directive.mjs +0 -46
  600. package/esm2022/instance-of/src/directives/instanceof-default.directive.mjs +0 -29
  601. package/esm2022/instance-of/src/directives/instanceof.directive.mjs +0 -62
  602. package/esm2022/instance-of/src/directives/switch-view.mjs +0 -30
  603. package/esm2022/instance-of/src/index.mjs +0 -6
  604. package/esm2022/instance-of/src/instance-of.module.mjs +0 -37
  605. package/esm2022/instance-of/src/interfaces/index.mjs +0 -2
  606. package/esm2022/instance-of/src/interfaces/instance-of-context.mjs +0 -7
  607. package/esm2022/instance-of/src/pipes/index.mjs +0 -2
  608. package/esm2022/instance-of/src/pipes/instance-of.pipe.mjs +0 -17
  609. package/esm2022/instance-of/src/types/abstract.type.mjs +0 -2
  610. package/esm2022/instance-of/src/types/index.mjs +0 -2
  611. package/esm2022/let/directive/let.directive.mjs +0 -39
  612. package/esm2022/let/index.mjs +0 -3
  613. package/esm2022/let/interfaces/index.mjs +0 -2
  614. package/esm2022/let/interfaces/let-context.mjs +0 -2
  615. package/esm2022/let/mintplayer-ng-bootstrap-let.mjs +0 -5
  616. package/esm2022/lib/enums/color.enum.mjs +0 -15
  617. package/esm2022/lib/enums/index.mjs +0 -2
  618. package/esm2022/lib/providers/development.provider.mjs +0 -8
  619. package/esm2022/lib/providers/index.mjs +0 -2
  620. package/esm2022/lib/types/breakpoint.mjs +0 -2
  621. package/esm2022/lib/types/index.mjs +0 -4
  622. package/esm2022/lib/types/position.mjs +0 -2
  623. package/esm2022/lib/types/size.mjs +0 -2
  624. package/esm2022/linify/index.mjs +0 -2
  625. package/esm2022/linify/mintplayer-ng-bootstrap-linify.mjs +0 -5
  626. package/esm2022/linify/src/linify.pipe.mjs +0 -22
  627. package/esm2022/list-group/index.mjs +0 -2
  628. package/esm2022/list-group/mintplayer-ng-bootstrap-list-group.mjs +0 -5
  629. package/esm2022/list-group/src/index.mjs +0 -4
  630. package/esm2022/list-group/src/list-group/list-group.component.mjs +0 -19
  631. package/esm2022/list-group/src/list-group-item/list-group-item.component.mjs +0 -17
  632. package/esm2022/list-group/src/list-group.module.mjs +0 -27
  633. package/esm2022/markdown/index.mjs +0 -5
  634. package/esm2022/markdown/mintplayer-ng-bootstrap-markdown.mjs +0 -5
  635. package/esm2022/markdown/src/bold/bold.pipe.mjs +0 -31
  636. package/esm2022/markdown/src/italic/italic.pipe.mjs +0 -31
  637. package/esm2022/markdown/src/strikethrough/strikethrough.pipe.mjs +0 -31
  638. package/esm2022/markdown/src/underline/underline.pipe.mjs +0 -31
  639. package/esm2022/marquee/index.mjs +0 -2
  640. package/esm2022/marquee/mintplayer-ng-bootstrap-marquee.mjs +0 -5
  641. package/esm2022/marquee/src/marquee/marquee.component.mjs +0 -11
  642. package/esm2022/mintplayer-ng-bootstrap.mjs +0 -5
  643. package/esm2022/modal/index.mjs +0 -2
  644. package/esm2022/modal/mintplayer-ng-bootstrap-modal.mjs +0 -5
  645. package/esm2022/modal/src/components/index.mjs +0 -3
  646. package/esm2022/modal/src/components/modal/modal.component.mjs +0 -21
  647. package/esm2022/modal/src/components/modal-host/modal-host.component.mjs +0 -76
  648. package/esm2022/modal/src/directives/index.mjs +0 -6
  649. package/esm2022/modal/src/directives/modal/modal.directive.mjs +0 -17
  650. package/esm2022/modal/src/directives/modal-body/modal-body.directive.mjs +0 -19
  651. package/esm2022/modal/src/directives/modal-close/modal-close.directive.mjs +0 -23
  652. package/esm2022/modal/src/directives/modal-footer/modal-footer.directive.mjs +0 -19
  653. package/esm2022/modal/src/directives/modal-header/modal-header.directive.mjs +0 -19
  654. package/esm2022/modal/src/index.mjs +0 -4
  655. package/esm2022/modal/src/modal.module.mjs +0 -74
  656. package/esm2022/modal/src/providers/modal-content.provider.mjs +0 -3
  657. package/esm2022/modal/src/providers/portal-factory.provider.mjs +0 -3
  658. package/esm2022/multiselect/index.mjs +0 -2
  659. package/esm2022/multiselect/mintplayer-ng-bootstrap-multiselect.mjs +0 -5
  660. package/esm2022/multiselect/src/component/multiselect.component.mjs +0 -40
  661. package/esm2022/multiselect/src/directives/button-template/button-template.directive.mjs +0 -25
  662. package/esm2022/multiselect/src/directives/footer-template/footer-template.directive.mjs +0 -17
  663. package/esm2022/multiselect/src/directives/header-template/header-template.directive.mjs +0 -17
  664. package/esm2022/multiselect/src/directives/index.mjs +0 -4
  665. package/esm2022/multiselect/src/index.mjs +0 -4
  666. package/esm2022/multiselect/src/multiselect.module.mjs +0 -60
  667. package/esm2022/navbar/index.mjs +0 -2
  668. package/esm2022/navbar/mintplayer-ng-bootstrap-navbar.mjs +0 -5
  669. package/esm2022/navbar/src/dropdown-toggle/dropdown-toggle.directive.mjs +0 -38
  670. package/esm2022/navbar/src/expand-button/expand-button.directive.mjs +0 -25
  671. package/esm2022/navbar/src/index.mjs +0 -12
  672. package/esm2022/navbar/src/nav-link/nav-link.directive.mjs +0 -42
  673. package/esm2022/navbar/src/navbar/navbar.component.mjs +0 -137
  674. package/esm2022/navbar/src/navbar-brand/navbar-brand.component.mjs +0 -20
  675. package/esm2022/navbar/src/navbar-content/navbar-content.directive.mjs +0 -63
  676. package/esm2022/navbar/src/navbar-dropdown/navbar-dropdown.component.mjs +0 -147
  677. package/esm2022/navbar/src/navbar-item/navbar-item.component.mjs +0 -96
  678. package/esm2022/navbar/src/navbar-nav/navbar-nav.component.mjs +0 -63
  679. package/esm2022/navbar/src/navbar.module.mjs +0 -93
  680. package/esm2022/navbar-toggler/index.mjs +0 -2
  681. package/esm2022/navbar-toggler/mintplayer-ng-bootstrap-navbar-toggler.mjs +0 -5
  682. package/esm2022/navbar-toggler/src/index.mjs +0 -2
  683. package/esm2022/navbar-toggler/src/navbar-toggler/navbar-toggler.component.mjs +0 -43
  684. package/esm2022/navigation-lock/index.mjs +0 -2
  685. package/esm2022/navigation-lock/mintplayer-ng-bootstrap-navigation-lock.mjs +0 -5
  686. package/esm2022/navigation-lock/src/directive/navigation-lock.directive.mjs +0 -89
  687. package/esm2022/navigation-lock/src/guard/navigation-lock.guard.mjs +0 -22
  688. package/esm2022/navigation-lock/src/index.mjs +0 -5
  689. package/esm2022/navigation-lock/src/interface/has-navigation-lock.mjs +0 -2
  690. package/esm2022/navigation-lock/src/navigation-lock.module.mjs +0 -28
  691. package/esm2022/no-noscript/index.mjs +0 -2
  692. package/esm2022/no-noscript/mintplayer-ng-bootstrap-no-noscript.mjs +0 -5
  693. package/esm2022/no-noscript/src/index.mjs +0 -2
  694. package/esm2022/no-noscript/src/no-noscript/no-noscript.directive.mjs +0 -28
  695. package/esm2022/offcanvas/index.mjs +0 -2
  696. package/esm2022/offcanvas/mintplayer-ng-bootstrap-offcanvas.mjs +0 -5
  697. package/esm2022/offcanvas/src/components/index.mjs +0 -5
  698. package/esm2022/offcanvas/src/components/offcanvas/offcanvas.component.mjs +0 -108
  699. package/esm2022/offcanvas/src/components/offcanvas-body/offcanvas-body.component.mjs +0 -18
  700. package/esm2022/offcanvas/src/components/offcanvas-header/offcanvas-header.component.mjs +0 -14
  701. package/esm2022/offcanvas/src/components/offcanvas-host/offcanvas-host.component.mjs +0 -125
  702. package/esm2022/offcanvas/src/directives/index.mjs +0 -4
  703. package/esm2022/offcanvas/src/directives/offcanvas-close/offcanvas-close.directive.mjs +0 -23
  704. package/esm2022/offcanvas/src/directives/offcanvas-content/offcanvas-content.directive.mjs +0 -17
  705. package/esm2022/offcanvas/src/directives/offcanvas-push/offcanvas-push.directive.mjs +0 -65
  706. package/esm2022/offcanvas/src/index.mjs +0 -4
  707. package/esm2022/offcanvas/src/offcanvas.module.mjs +0 -76
  708. package/esm2022/offcanvas/src/providers/offcanvas-content.provider.mjs +0 -3
  709. package/esm2022/offcanvas/src/providers/portal-factory.provider.mjs +0 -3
  710. package/esm2022/ordinal-number/index.mjs +0 -2
  711. package/esm2022/ordinal-number/mintplayer-ng-bootstrap-ordinal-number.mjs +0 -5
  712. package/esm2022/ordinal-number/src/index.mjs +0 -2
  713. package/esm2022/ordinal-number/src/ordinal-number/ordinal-number.pipe.mjs +0 -30
  714. package/esm2022/pagination/index.mjs +0 -2
  715. package/esm2022/pagination/mintplayer-ng-bootstrap-pagination.mjs +0 -5
  716. package/esm2022/pagination/src/component/index.mjs +0 -2
  717. package/esm2022/pagination/src/component/pagination/pagination.component.mjs +0 -188
  718. package/esm2022/pagination/src/index.mjs +0 -4
  719. package/esm2022/pagination/src/interfaces/index.mjs +0 -2
  720. package/esm2022/pagination/src/interfaces/page-with-selection.mjs +0 -2
  721. package/esm2022/pagination/src/types/index.mjs +0 -2
  722. package/esm2022/pagination/src/types/page-number.type.mjs +0 -2
  723. package/esm2022/parallax/index.mjs +0 -2
  724. package/esm2022/parallax/mintplayer-ng-bootstrap-parallax.mjs +0 -5
  725. package/esm2022/parallax/src/parallax.component.mjs +0 -20
  726. package/esm2022/placeholder/index.mjs +0 -2
  727. package/esm2022/placeholder/mintplayer-ng-bootstrap-placeholder.mjs +0 -5
  728. package/esm2022/placeholder/src/index.mjs +0 -4
  729. package/esm2022/placeholder/src/placeholder/placeholder.component.mjs +0 -26
  730. package/esm2022/placeholder/src/placeholder-field/placeholder-field.directive.mjs +0 -41
  731. package/esm2022/placeholder/src/placeholder.module.mjs +0 -19
  732. package/esm2022/playlist-toggler/index.mjs +0 -2
  733. package/esm2022/playlist-toggler/mintplayer-ng-bootstrap-playlist-toggler.mjs +0 -5
  734. package/esm2022/playlist-toggler/src/index.mjs +0 -2
  735. package/esm2022/playlist-toggler/src/playlist-toggler/playlist-toggler.component.mjs +0 -43
  736. package/esm2022/popover/index.mjs +0 -2
  737. package/esm2022/popover/mintplayer-ng-bootstrap-popover.mjs +0 -5
  738. package/esm2022/popover/src/component/popover.component.mjs +0 -57
  739. package/esm2022/popover/src/directives/index.mjs +0 -4
  740. package/esm2022/popover/src/directives/popover/popover.directive.mjs +0 -128
  741. package/esm2022/popover/src/directives/popover-body/popover-body.directive.mjs +0 -19
  742. package/esm2022/popover/src/directives/popover-header/popover-header.directive.mjs +0 -19
  743. package/esm2022/popover/src/index.mjs +0 -4
  744. package/esm2022/popover/src/popover.module.mjs +0 -36
  745. package/esm2022/popover/src/providers/popover-content.provider.mjs +0 -3
  746. package/esm2022/popover/src/providers/portal-factory.provider.mjs +0 -3
  747. package/esm2022/progress-bar/index.mjs +0 -2
  748. package/esm2022/progress-bar/mintplayer-ng-bootstrap-progress-bar.mjs +0 -5
  749. package/esm2022/progress-bar/src/index.mjs +0 -4
  750. package/esm2022/progress-bar/src/progress/progress.component.mjs +0 -30
  751. package/esm2022/progress-bar/src/progress-bar/progress-bar.component.mjs +0 -103
  752. package/esm2022/progress-bar/src/progress-bar.module.mjs +0 -29
  753. package/esm2022/range/index.mjs +0 -2
  754. package/esm2022/range/mintplayer-ng-bootstrap-range.mjs +0 -5
  755. package/esm2022/range/src/component/range.component.mjs +0 -25
  756. package/esm2022/range/src/index.mjs +0 -4
  757. package/esm2022/range/src/range.module.mjs +0 -19
  758. package/esm2022/range/src/value-accessor/range-value-accessor.mjs +0 -57
  759. package/esm2022/rating/index.mjs +0 -2
  760. package/esm2022/rating/mintplayer-ng-bootstrap-rating.mjs +0 -5
  761. package/esm2022/rating/src/component/rating.component.mjs +0 -69
  762. package/esm2022/rating/src/index.mjs +0 -2
  763. package/esm2022/resizable/index.mjs +0 -2
  764. package/esm2022/resizable/mintplayer-ng-bootstrap-resizable.mjs +0 -5
  765. package/esm2022/resizable/src/index.mjs +0 -7
  766. package/esm2022/resizable/src/interfaces/index.mjs +0 -4
  767. package/esm2022/resizable/src/interfaces/pointer-data.mjs +0 -2
  768. package/esm2022/resizable/src/interfaces/preset-position.mjs +0 -2
  769. package/esm2022/resizable/src/interfaces/resize-action.mjs +0 -2
  770. package/esm2022/resizable/src/providers/index.mjs +0 -2
  771. package/esm2022/resizable/src/providers/resizable.provider.mjs +0 -3
  772. package/esm2022/resizable/src/resizable/resizable.component.mjs +0 -95
  773. package/esm2022/resizable/src/resizable.module.mjs +0 -29
  774. package/esm2022/resizable/src/resize-glyph/resize-glyph.directive.mjs +0 -219
  775. package/esm2022/resizable/src/types/index.mjs +0 -2
  776. package/esm2022/resizable/src/types/positioning.mjs +0 -2
  777. package/esm2022/scheduler/index.mjs +0 -2
  778. package/esm2022/scheduler/mintplayer-ng-bootstrap-scheduler.mjs +0 -5
  779. package/esm2022/scheduler/src/components/index.mjs +0 -3
  780. package/esm2022/scheduler/src/components/resource-group-presenter/resource-group-presenter.component.mjs +0 -86
  781. package/esm2022/scheduler/src/components/scheduler/scheduler.component.mjs +0 -536
  782. package/esm2022/scheduler/src/constants/available-scales.mjs +0 -12
  783. package/esm2022/scheduler/src/constants/index.mjs +0 -2
  784. package/esm2022/scheduler/src/enums/drag-operation.mjs +0 -8
  785. package/esm2022/scheduler/src/enums/index.mjs +0 -2
  786. package/esm2022/scheduler/src/enums/scheduler-mode.mjs +0 -6
  787. package/esm2022/scheduler/src/index.mjs +0 -6
  788. package/esm2022/scheduler/src/interfaces/drag-operation.mjs +0 -2
  789. package/esm2022/scheduler/src/interfaces/index.mjs +0 -6
  790. package/esm2022/scheduler/src/interfaces/preview-event.mjs +0 -2
  791. package/esm2022/scheduler/src/interfaces/resource-group.mjs +0 -2
  792. package/esm2022/scheduler/src/interfaces/resource-or-group.mjs +0 -2
  793. package/esm2022/scheduler/src/interfaces/resource.mjs +0 -2
  794. package/esm2022/scheduler/src/interfaces/scheduler-event-part.mjs +0 -2
  795. package/esm2022/scheduler/src/interfaces/scheduler-event-with-parts.mjs +0 -2
  796. package/esm2022/scheduler/src/interfaces/scheduler-event.mjs +0 -2
  797. package/esm2022/scheduler/src/interfaces/scheduler-schale.mjs +0 -2
  798. package/esm2022/scheduler/src/interfaces/scheduler-stamp-with-slots.mjs +0 -2
  799. package/esm2022/scheduler/src/interfaces/time-slot.mjs +0 -2
  800. package/esm2022/scheduler/src/interfaces/timeline-options.mjs +0 -2
  801. package/esm2022/scheduler/src/interfaces/timeline-track.mjs +0 -2
  802. package/esm2022/scheduler/src/interfaces/week-options.mjs +0 -2
  803. package/esm2022/scheduler/src/pipes/bs-seconds-timespan.pipe/bs-seconds-timespan.pipe.mjs +0 -16
  804. package/esm2022/scheduler/src/pipes/bs-seconds-today-offset/bs-seconds-today-offset.pipe.mjs +0 -20
  805. package/esm2022/scheduler/src/pipes/date-offset/date-offset.pipe.mjs +0 -20
  806. package/esm2022/scheduler/src/pipes/day-of-week/day-of-week.pipe.mjs +0 -22
  807. package/esm2022/scheduler/src/scheduler.module.mjs +0 -41
  808. package/esm2022/scheduler/src/services/timeline/timeline.service.mjs +0 -65
  809. package/esm2022/scrollspy/index.mjs +0 -2
  810. package/esm2022/scrollspy/mintplayer-ng-bootstrap-scrollspy.mjs +0 -5
  811. package/esm2022/scrollspy/src/component/scrollspy.component.mjs +0 -85
  812. package/esm2022/scrollspy/src/directives/scrollspy.directive.mjs +0 -16
  813. package/esm2022/scrollspy/src/index.mjs +0 -5
  814. package/esm2022/scrollspy/src/scrollspy.module.mjs +0 -26
  815. package/esm2022/scrollspy/src/services/index.mjs +0 -2
  816. package/esm2022/scrollspy/src/services/scroll-offset/scroll-offset.service.mjs +0 -31
  817. package/esm2022/searchbox/index.mjs +0 -4
  818. package/esm2022/searchbox/mintplayer-ng-bootstrap-searchbox.mjs +0 -5
  819. package/esm2022/searchbox/src/directives/enter-search-term.directive.mjs +0 -17
  820. package/esm2022/searchbox/src/directives/index.mjs +0 -4
  821. package/esm2022/searchbox/src/directives/no-results.directive.mjs +0 -17
  822. package/esm2022/searchbox/src/directives/suggestion.directive.mjs +0 -32
  823. package/esm2022/searchbox/src/searchbox/searchbox.component.mjs +0 -113
  824. package/esm2022/searchbox/src/searchbox.module.mjs +0 -66
  825. package/esm2022/select/index.mjs +0 -2
  826. package/esm2022/select/mintplayer-ng-bootstrap-select.mjs +0 -5
  827. package/esm2022/select/src/component/select.component.mjs +0 -85
  828. package/esm2022/select/src/index.mjs +0 -5
  829. package/esm2022/select/src/select.module.mjs +0 -31
  830. package/esm2022/select/src/types/index.mjs +0 -2
  831. package/esm2022/select/src/types/select-size.mjs +0 -2
  832. package/esm2022/select/src/value-accessors/index.mjs +0 -2
  833. package/esm2022/select/src/value-accessors/select-value-accessor.mjs +0 -166
  834. package/esm2022/select2/index.mjs +0 -2
  835. package/esm2022/select2/mintplayer-ng-bootstrap-select2.mjs +0 -5
  836. package/esm2022/select2/src/component/select2.component.mjs +0 -85
  837. package/esm2022/select2/src/directive/index.mjs +0 -3
  838. package/esm2022/select2/src/directive/item-template/item-template.directive.mjs +0 -32
  839. package/esm2022/select2/src/directive/suggestion-template/suggestion-template.directive.mjs +0 -32
  840. package/esm2022/select2/src/index.mjs +0 -4
  841. package/esm2022/select2/src/select2.module.mjs +0 -52
  842. package/esm2022/shell/index.mjs +0 -5
  843. package/esm2022/shell/mintplayer-ng-bootstrap-shell.mjs +0 -5
  844. package/esm2022/shell/src/shell/shell.component.mjs +0 -41
  845. package/esm2022/shell/src/shell-sidebar/shell-sidebar.directive.mjs +0 -19
  846. package/esm2022/shell/src/shell-state.mjs +0 -2
  847. package/esm2022/shell/src/shell.module.mjs +0 -19
  848. package/esm2022/signature-pad/index.mjs +0 -2
  849. package/esm2022/signature-pad/mintplayer-ng-bootstrap-signature-pad.mjs +0 -5
  850. package/esm2022/signature-pad/src/component/signature-pad.component.mjs +0 -109
  851. package/esm2022/signature-pad/src/index.mjs +0 -3
  852. package/esm2022/signature-pad/src/interfaces/index.mjs +0 -4
  853. package/esm2022/signature-pad/src/interfaces/point.mjs +0 -2
  854. package/esm2022/signature-pad/src/interfaces/signature.mjs +0 -2
  855. package/esm2022/signature-pad/src/interfaces/stroke.mjs +0 -2
  856. package/esm2022/slugify/index.mjs +0 -2
  857. package/esm2022/slugify/mintplayer-ng-bootstrap-slugify.mjs +0 -5
  858. package/esm2022/slugify/src/slugify.pipe.mjs +0 -24
  859. package/esm2022/spinner/index.mjs +0 -2
  860. package/esm2022/spinner/mintplayer-ng-bootstrap-spinner.mjs +0 -5
  861. package/esm2022/spinner/src/index.mjs +0 -2
  862. package/esm2022/spinner/src/spinner.component.mjs +0 -43
  863. package/esm2022/split-string/index.mjs +0 -2
  864. package/esm2022/split-string/mintplayer-ng-bootstrap-split-string.mjs +0 -5
  865. package/esm2022/split-string/src/split-string.pipe.mjs +0 -19
  866. package/esm2022/splitter/index.mjs +0 -2
  867. package/esm2022/splitter/mintplayer-ng-bootstrap-splitter.mjs +0 -5
  868. package/esm2022/splitter/src/element-at/element-at.pipe.mjs +0 -21
  869. package/esm2022/splitter/src/index.mjs +0 -6
  870. package/esm2022/splitter/src/interfaces/drag-operation.mjs +0 -6
  871. package/esm2022/splitter/src/interfaces/point.mjs +0 -2
  872. package/esm2022/splitter/src/split-panel/split-panel.component.mjs +0 -18
  873. package/esm2022/splitter/src/splitter/splitter.component.mjs +0 -205
  874. package/esm2022/splitter/src/splitter.module.mjs +0 -22
  875. package/esm2022/splitter/src/types/direction.type.mjs +0 -2
  876. package/esm2022/splitter/src/types/index.mjs +0 -2
  877. package/esm2022/sticky-footer/index.mjs +0 -2
  878. package/esm2022/sticky-footer/mintplayer-ng-bootstrap-sticky-footer.mjs +0 -5
  879. package/esm2022/sticky-footer/src/index.mjs +0 -4
  880. package/esm2022/sticky-footer/src/sticky-footer/sticky-footer.component.mjs +0 -28
  881. package/esm2022/sticky-footer/src/sticky-footer-parent/sticky-footer-parent.directive.mjs +0 -16
  882. package/esm2022/sticky-footer/src/sticky-footer.module.mjs +0 -20
  883. package/esm2022/tab-control/index.mjs +0 -2
  884. package/esm2022/tab-control/mintplayer-ng-bootstrap-tab-control.mjs +0 -5
  885. package/esm2022/tab-control/src/index.mjs +0 -6
  886. package/esm2022/tab-control/src/tab-control/tab-control.component.mjs +0 -128
  887. package/esm2022/tab-control/src/tab-control.module.mjs +0 -42
  888. package/esm2022/tab-control/src/tab-page/tab-page.component.mjs +0 -29
  889. package/esm2022/tab-control/src/tab-page-header/tab-page-header.directive.mjs +0 -16
  890. package/esm2022/tab-control/src/tabs-position.mjs +0 -2
  891. package/esm2022/table/index.mjs +0 -2
  892. package/esm2022/table/mintplayer-ng-bootstrap-table.mjs +0 -5
  893. package/esm2022/table/src/component/table.component.mjs +0 -47
  894. package/esm2022/table/src/index.mjs +0 -2
  895. package/esm2022/timepicker/index.mjs +0 -2
  896. package/esm2022/timepicker/mintplayer-ng-bootstrap-timepicker.mjs +0 -5
  897. package/esm2022/timepicker/src/index.mjs +0 -2
  898. package/esm2022/timepicker/src/timepicker.component.mjs +0 -127
  899. package/esm2022/toast/index.mjs +0 -2
  900. package/esm2022/toast/mintplayer-ng-bootstrap-toast.mjs +0 -5
  901. package/esm2022/toast/src/components/index.mjs +0 -5
  902. package/esm2022/toast/src/components/toast/toast.component.mjs +0 -16
  903. package/esm2022/toast/src/components/toast-body/toast-body.component.mjs +0 -20
  904. package/esm2022/toast/src/components/toast-container/toast-container.component.mjs +0 -22
  905. package/esm2022/toast/src/components/toast-header/toast-header.component.mjs +0 -17
  906. package/esm2022/toast/src/directives/index.mjs +0 -2
  907. package/esm2022/toast/src/directives/toast-close/toast-close.directive.mjs +0 -30
  908. package/esm2022/toast/src/index.mjs +0 -6
  909. package/esm2022/toast/src/pipes/add-properties.pipe.mjs +0 -17
  910. package/esm2022/toast/src/providers/portal-factory.provider.mjs +0 -3
  911. package/esm2022/toast/src/services/index.mjs +0 -2
  912. package/esm2022/toast/src/services/toast/toast.service.mjs +0 -55
  913. package/esm2022/toast/src/toast.module.mjs +0 -78
  914. package/esm2022/toggle-button/index.mjs +0 -2
  915. package/esm2022/toggle-button/mintplayer-ng-bootstrap-toggle-button.mjs +0 -5
  916. package/esm2022/toggle-button/src/component/toggle-button.component.mjs +0 -153
  917. package/esm2022/toggle-button/src/directives/index.mjs +0 -2
  918. package/esm2022/toggle-button/src/directives/toggle-button-group/toggle-button-group.directive.mjs +0 -19
  919. package/esm2022/toggle-button/src/index.mjs +0 -6
  920. package/esm2022/toggle-button/src/toggle-button.module.mjs +0 -34
  921. package/esm2022/toggle-button/src/types/check-style.mjs +0 -2
  922. package/esm2022/toggle-button/src/types/index.mjs +0 -2
  923. package/esm2022/toggle-button/src/value-accessor/toggle-button-value-accessor.mjs +0 -103
  924. package/esm2022/tooltip/index.mjs +0 -2
  925. package/esm2022/tooltip/mintplayer-ng-bootstrap-tooltip.mjs +0 -5
  926. package/esm2022/tooltip/src/component/tooltip.component.mjs +0 -47
  927. package/esm2022/tooltip/src/directive/tooltip.directive.mjs +0 -111
  928. package/esm2022/tooltip/src/index.mjs +0 -4
  929. package/esm2022/tooltip/src/providers/tooltip-content.provider.mjs +0 -3
  930. package/esm2022/tooltip/src/tooltip.module.mjs +0 -35
  931. package/esm2022/treeview/index.mjs +0 -2
  932. package/esm2022/treeview/mintplayer-ng-bootstrap-treeview.mjs +0 -5
  933. package/esm2022/treeview/src/index.mjs +0 -4
  934. package/esm2022/treeview/src/treeview/treeview.component.mjs +0 -42
  935. package/esm2022/treeview/src/treeview-item/treeview-item.component.mjs +0 -32
  936. package/esm2022/treeview/src/treeview.module.mjs +0 -20
  937. package/esm2022/trust-html/index.mjs +0 -2
  938. package/esm2022/trust-html/mintplayer-ng-bootstrap-trust-html.mjs +0 -5
  939. package/esm2022/trust-html/src/trust-html.pipe.mjs +0 -22
  940. package/esm2022/typeahead/index.mjs +0 -2
  941. package/esm2022/typeahead/mintplayer-ng-bootstrap-typeahead.mjs +0 -5
  942. package/esm2022/typeahead/src/index.mjs +0 -2
  943. package/esm2022/typeahead/src/typeahead.component.mjs +0 -87
  944. package/esm2022/uc-first/index.mjs +0 -2
  945. package/esm2022/uc-first/mintplayer-ng-bootstrap-uc-first.mjs +0 -5
  946. package/esm2022/uc-first/src/uc-first.pipe.mjs +0 -18
  947. package/esm2022/user-agent/index.mjs +0 -2
  948. package/esm2022/user-agent/mintplayer-ng-bootstrap-user-agent.mjs +0 -5
  949. package/esm2022/user-agent/src/directive/index.mjs +0 -2
  950. package/esm2022/user-agent/src/directive/user-agent.directive.mjs +0 -99
  951. package/esm2022/user-agent/src/index.mjs +0 -4
  952. package/esm2022/user-agent/src/interfaces/index.mjs +0 -2
  953. package/esm2022/user-agent/src/interfaces/user-agent.mjs +0 -2
  954. package/esm2022/user-agent/src/types/index.mjs +0 -3
  955. package/esm2022/user-agent/src/types/operating-system.type.mjs +0 -2
  956. package/esm2022/user-agent/src/types/webbrowser.type.mjs +0 -2
  957. package/esm2022/word-count/index.mjs +0 -2
  958. package/esm2022/word-count/mintplayer-ng-bootstrap-word-count.mjs +0 -5
  959. package/esm2022/word-count/src/word-count.pipe.mjs +0 -28
  960. package/file-upload/src/component/file-upload.component.d.ts +0 -21
  961. package/file-upload/src/directive/file-upload-template.directive.d.ts +0 -15
  962. package/file-upload/src/file-upload.d.ts +0 -5
  963. package/file-upload/src/file-upload.module.d.ts +0 -14
  964. package/file-upload/src/index.d.ts +0 -5
  965. package/file-upload/src/pipes/format-bytes/format-bytes.pipe.d.ts +0 -7
  966. package/file-upload/src/pipes/index.d.ts +0 -1
  967. package/floating-labels/src/floating-label/floating-label.component.d.ts +0 -7
  968. package/floating-labels/src/index.d.ts +0 -1
  969. package/font-color/src/font-color.pipe.d.ts +0 -7
  970. package/for/src/for.directive.d.ts +0 -10
  971. package/for/src/index.d.ts +0 -1
  972. package/form/src/form/form.component.d.ts +0 -10
  973. package/form/src/form-control/form-control.directive.d.ts +0 -8
  974. package/form/src/form-group/form-group.directive.d.ts +0 -6
  975. package/form/src/form.module.d.ts +0 -10
  976. package/form/src/index.d.ts +0 -4
  977. package/grid/src/component/grid.component.d.ts +0 -12
  978. package/grid/src/directives/col-form-label/col-form-label.directive.d.ts +0 -6
  979. package/grid/src/directives/column/column.directive.d.ts +0 -29
  980. package/grid/src/directives/index.d.ts +0 -3
  981. package/grid/src/directives/row/row.directive.d.ts +0 -6
  982. package/grid/src/grid.module.d.ts +0 -12
  983. package/grid/src/index.d.ts +0 -4
  984. package/grid/src/interfaces/column-definition.d.ts +0 -9
  985. package/grid/src/interfaces/index.d.ts +0 -1
  986. package/has-id/src/has-id.d.ts +0 -3
  987. package/has-overlay/src/has-overlay/has-overlay.component.d.ts +0 -5
  988. package/has-overlay/src/index.d.ts +0 -1
  989. package/has-property/src/has-property.pipe.d.ts +0 -7
  990. package/has-property/src/index.d.ts +0 -1
  991. package/in-list/src/in-list.pipe.d.ts +0 -8
  992. package/input-group/src/index.d.ts +0 -1
  993. package/input-group/src/input-group/input-group.component.d.ts +0 -5
  994. package/instance-of/src/directives/index.d.ts +0 -4
  995. package/instance-of/src/directives/instanceof-case.directive.d.ts +0 -23
  996. package/instance-of/src/directives/instanceof-default.directive.d.ts +0 -10
  997. package/instance-of/src/directives/instanceof.directive.d.ts +0 -21
  998. package/instance-of/src/directives/switch-view.d.ts +0 -12
  999. package/instance-of/src/index.d.ts +0 -5
  1000. package/instance-of/src/instance-of.module.d.ts +0 -11
  1001. package/instance-of/src/interfaces/index.d.ts +0 -1
  1002. package/instance-of/src/interfaces/instance-of-context.d.ts +0 -4
  1003. package/instance-of/src/pipes/index.d.ts +0 -1
  1004. package/instance-of/src/pipes/instance-of.pipe.d.ts +0 -8
  1005. package/instance-of/src/types/abstract.type.d.ts +0 -1
  1006. package/instance-of/src/types/index.d.ts +0 -1
  1007. package/let/directive/let.directive.d.ts +0 -31
  1008. package/let/interfaces/index.d.ts +0 -1
  1009. package/let/interfaces/let-context.d.ts +0 -10
  1010. package/lib/enums/color.enum.d.ts +0 -13
  1011. package/lib/enums/index.d.ts +0 -1
  1012. package/lib/providers/development.provider.d.ts +0 -7
  1013. package/lib/providers/index.d.ts +0 -1
  1014. package/lib/types/breakpoint.d.ts +0 -1
  1015. package/lib/types/index.d.ts +0 -3
  1016. package/lib/types/position.d.ts +0 -1
  1017. package/lib/types/size.d.ts +0 -1
  1018. package/linify/src/linify.pipe.d.ts +0 -7
  1019. package/list-group/src/index.d.ts +0 -3
  1020. package/list-group/src/list-group/list-group.component.d.ts +0 -10
  1021. package/list-group/src/list-group-item/list-group-item.component.d.ts +0 -6
  1022. package/list-group/src/list-group.module.d.ts +0 -9
  1023. package/markdown/src/bold/bold.pipe.d.ts +0 -10
  1024. package/markdown/src/italic/italic.pipe.d.ts +0 -10
  1025. package/markdown/src/strikethrough/strikethrough.pipe.d.ts +0 -10
  1026. package/markdown/src/underline/underline.pipe.d.ts +0 -10
  1027. package/marquee/src/marquee/marquee.component.d.ts +0 -5
  1028. package/modal/src/components/index.d.ts +0 -2
  1029. package/modal/src/components/modal/modal.component.d.ts +0 -9
  1030. package/modal/src/components/modal-host/modal-host.component.d.ts +0 -25
  1031. package/modal/src/directives/index.d.ts +0 -5
  1032. package/modal/src/directives/modal/modal.directive.d.ts +0 -8
  1033. package/modal/src/directives/modal-body/modal-body.directive.d.ts +0 -6
  1034. package/modal/src/directives/modal-close/modal-close.directive.d.ts +0 -9
  1035. package/modal/src/directives/modal-footer/modal-footer.directive.d.ts +0 -6
  1036. package/modal/src/directives/modal-header/modal-header.directive.d.ts +0 -6
  1037. package/modal/src/index.d.ts +0 -3
  1038. package/modal/src/modal.module.d.ts +0 -16
  1039. package/modal/src/providers/modal-content.provider.d.ts +0 -2
  1040. package/modal/src/providers/portal-factory.provider.d.ts +0 -3
  1041. package/multiselect/src/component/multiselect.component.d.ts +0 -15
  1042. package/multiselect/src/directives/button-template/button-template.directive.d.ts +0 -12
  1043. package/multiselect/src/directives/footer-template/footer-template.directive.d.ts +0 -8
  1044. package/multiselect/src/directives/header-template/header-template.directive.d.ts +0 -8
  1045. package/multiselect/src/directives/index.d.ts +0 -3
  1046. package/multiselect/src/index.d.ts +0 -3
  1047. package/multiselect/src/multiselect.module.d.ts +0 -17
  1048. package/navbar/src/dropdown-toggle/dropdown-toggle.directive.d.ts +0 -13
  1049. package/navbar/src/expand-button/expand-button.directive.d.ts +0 -12
  1050. package/navbar/src/index.d.ts +0 -10
  1051. package/navbar/src/nav-link/nav-link.directive.d.ts +0 -11
  1052. package/navbar/src/navbar/navbar.component.d.ts +0 -30
  1053. package/navbar/src/navbar-brand/navbar-brand.component.d.ts +0 -7
  1054. package/navbar/src/navbar-content/navbar-content.directive.d.ts +0 -17
  1055. package/navbar/src/navbar-dropdown/navbar-dropdown.component.d.ts +0 -31
  1056. package/navbar/src/navbar-item/navbar-item.component.d.ts +0 -18
  1057. package/navbar/src/navbar-nav/navbar-nav.component.d.ts +0 -16
  1058. package/navbar/src/navbar.module.d.ts +0 -23
  1059. package/navbar-toggler/src/index.d.ts +0 -1
  1060. package/navbar-toggler/src/navbar-toggler/navbar-toggler.component.d.ts +0 -14
  1061. package/navigation-lock/src/directive/navigation-lock.directive.d.ts +0 -31
  1062. package/navigation-lock/src/guard/navigation-lock.guard.d.ts +0 -8
  1063. package/navigation-lock/src/index.d.ts +0 -4
  1064. package/navigation-lock/src/interface/has-navigation-lock.d.ts +0 -15
  1065. package/navigation-lock/src/navigation-lock.module.d.ts +0 -9
  1066. package/no-noscript/src/index.d.ts +0 -1
  1067. package/no-noscript/src/no-noscript/no-noscript.directive.d.ts +0 -8
  1068. package/offcanvas/src/components/index.d.ts +0 -4
  1069. package/offcanvas/src/components/offcanvas/offcanvas.component.d.ts +0 -31
  1070. package/offcanvas/src/components/offcanvas-body/offcanvas-body.component.d.ts +0 -9
  1071. package/offcanvas/src/components/offcanvas-header/offcanvas-header.component.d.ts +0 -8
  1072. package/offcanvas/src/components/offcanvas-host/offcanvas-host.component.d.ts +0 -36
  1073. package/offcanvas/src/directives/index.d.ts +0 -3
  1074. package/offcanvas/src/directives/offcanvas-close/offcanvas-close.directive.d.ts +0 -9
  1075. package/offcanvas/src/directives/offcanvas-content/offcanvas-content.directive.d.ts +0 -8
  1076. package/offcanvas/src/directives/offcanvas-push/offcanvas-push.directive.d.ts +0 -14
  1077. package/offcanvas/src/index.d.ts +0 -3
  1078. package/offcanvas/src/offcanvas.module.d.ts +0 -16
  1079. package/offcanvas/src/providers/offcanvas-content.provider.d.ts +0 -2
  1080. package/offcanvas/src/providers/portal-factory.provider.d.ts +0 -3
  1081. package/ordinal-number/src/index.d.ts +0 -1
  1082. package/ordinal-number/src/ordinal-number/ordinal-number.pipe.d.ts +0 -10
  1083. package/pagination/src/component/index.d.ts +0 -1
  1084. package/pagination/src/component/pagination/pagination.component.d.ts +0 -46
  1085. package/pagination/src/index.d.ts +0 -3
  1086. package/pagination/src/interfaces/index.d.ts +0 -1
  1087. package/pagination/src/interfaces/page-with-selection.d.ts +0 -5
  1088. package/pagination/src/types/index.d.ts +0 -1
  1089. package/pagination/src/types/page-number.type.d.ts +0 -1
  1090. package/parallax/src/parallax.component.d.ts +0 -8
  1091. package/placeholder/src/index.d.ts +0 -3
  1092. package/placeholder/src/placeholder/placeholder.component.d.ts +0 -11
  1093. package/placeholder/src/placeholder-field/placeholder-field.directive.d.ts +0 -12
  1094. package/placeholder/src/placeholder.module.d.ts +0 -9
  1095. package/playlist-toggler/src/index.d.ts +0 -1
  1096. package/playlist-toggler/src/playlist-toggler/playlist-toggler.component.d.ts +0 -14
  1097. package/popover/src/component/popover.component.d.ts +0 -19
  1098. package/popover/src/directives/index.d.ts +0 -3
  1099. package/popover/src/directives/popover/popover.directive.d.ts +0 -27
  1100. package/popover/src/directives/popover-body/popover-body.directive.d.ts +0 -6
  1101. package/popover/src/directives/popover-header/popover-header.directive.d.ts +0 -6
  1102. package/popover/src/index.d.ts +0 -3
  1103. package/popover/src/popover.module.d.ts +0 -13
  1104. package/popover/src/providers/popover-content.provider.d.ts +0 -2
  1105. package/popover/src/providers/portal-factory.provider.d.ts +0 -3
  1106. package/progress-bar/src/index.d.ts +0 -3
  1107. package/progress-bar/src/progress/progress.component.d.ts +0 -8
  1108. package/progress-bar/src/progress-bar/progress-bar.component.d.ts +0 -28
  1109. package/progress-bar/src/progress-bar.module.d.ts +0 -9
  1110. package/range/src/component/range.component.d.ts +0 -11
  1111. package/range/src/index.d.ts +0 -3
  1112. package/range/src/range.module.d.ts +0 -9
  1113. package/range/src/value-accessor/range-value-accessor.d.ts +0 -18
  1114. package/rating/src/component/rating.component.d.ts +0 -20
  1115. package/rating/src/index.d.ts +0 -1
  1116. package/resizable/src/index.d.ts +0 -6
  1117. package/resizable/src/interfaces/index.d.ts +0 -3
  1118. package/resizable/src/interfaces/pointer-data.d.ts +0 -5
  1119. package/resizable/src/interfaces/preset-position.d.ts +0 -6
  1120. package/resizable/src/interfaces/resize-action.d.ts +0 -18
  1121. package/resizable/src/providers/index.d.ts +0 -1
  1122. package/resizable/src/providers/resizable.provider.d.ts +0 -3
  1123. package/resizable/src/resizable/resizable.component.d.ts +0 -29
  1124. package/resizable/src/resizable.module.d.ts +0 -9
  1125. package/resizable/src/resize-glyph/resize-glyph.directive.d.ts +0 -23
  1126. package/resizable/src/types/index.d.ts +0 -1
  1127. package/resizable/src/types/positioning.d.ts +0 -1
  1128. package/scheduler/src/components/index.d.ts +0 -2
  1129. package/scheduler/src/components/resource-group-presenter/resource-group-presenter.component.d.ts +0 -27
  1130. package/scheduler/src/components/scheduler/scheduler.component.d.ts +0 -89
  1131. package/scheduler/src/constants/available-scales.d.ts +0 -2
  1132. package/scheduler/src/constants/index.d.ts +0 -1
  1133. package/scheduler/src/enums/drag-operation.d.ts +0 -6
  1134. package/scheduler/src/enums/index.d.ts +0 -1
  1135. package/scheduler/src/enums/scheduler-mode.d.ts +0 -4
  1136. package/scheduler/src/index.d.ts +0 -5
  1137. package/scheduler/src/interfaces/drag-operation.d.ts +0 -7
  1138. package/scheduler/src/interfaces/index.d.ts +0 -5
  1139. package/scheduler/src/interfaces/preview-event.d.ts +0 -4
  1140. package/scheduler/src/interfaces/resource-group.d.ts +0 -5
  1141. package/scheduler/src/interfaces/resource-or-group.d.ts +0 -6
  1142. package/scheduler/src/interfaces/resource.d.ts +0 -5
  1143. package/scheduler/src/interfaces/scheduler-event-part.d.ts +0 -6
  1144. package/scheduler/src/interfaces/scheduler-event-with-parts.d.ts +0 -6
  1145. package/scheduler/src/interfaces/scheduler-event.d.ts +0 -6
  1146. package/scheduler/src/interfaces/scheduler-schale.d.ts +0 -5
  1147. package/scheduler/src/interfaces/scheduler-stamp-with-slots.d.ts +0 -6
  1148. package/scheduler/src/interfaces/time-slot.d.ts +0 -4
  1149. package/scheduler/src/interfaces/timeline-options.d.ts +0 -3
  1150. package/scheduler/src/interfaces/timeline-track.d.ts +0 -5
  1151. package/scheduler/src/interfaces/week-options.d.ts +0 -3
  1152. package/scheduler/src/pipes/bs-seconds-timespan.pipe/bs-seconds-timespan.pipe.d.ts +0 -9
  1153. package/scheduler/src/pipes/bs-seconds-today-offset/bs-seconds-today-offset.pipe.d.ts +0 -9
  1154. package/scheduler/src/pipes/date-offset/date-offset.pipe.d.ts +0 -8
  1155. package/scheduler/src/pipes/day-of-week/day-of-week.pipe.d.ts +0 -9
  1156. package/scheduler/src/scheduler.module.d.ts +0 -13
  1157. package/scheduler/src/services/timeline/timeline.service.d.ts +0 -14
  1158. package/scrollspy/src/component/scrollspy.component.d.ts +0 -23
  1159. package/scrollspy/src/directives/scrollspy.directive.d.ts +0 -8
  1160. package/scrollspy/src/index.d.ts +0 -4
  1161. package/scrollspy/src/scrollspy.module.d.ts +0 -8
  1162. package/scrollspy/src/services/index.d.ts +0 -1
  1163. package/scrollspy/src/services/scroll-offset/scroll-offset.service.d.ts +0 -9
  1164. package/searchbox/src/directives/enter-search-term.directive.d.ts +0 -9
  1165. package/searchbox/src/directives/index.d.ts +0 -3
  1166. package/searchbox/src/directives/no-results.directive.d.ts +0 -9
  1167. package/searchbox/src/directives/suggestion.directive.d.ts +0 -16
  1168. package/searchbox/src/searchbox/searchbox.component.d.ts +0 -37
  1169. package/searchbox/src/searchbox.module.d.ts +0 -18
  1170. package/select/src/component/select.component.d.ts +0 -26
  1171. package/select/src/index.d.ts +0 -4
  1172. package/select/src/select.module.d.ts +0 -9
  1173. package/select/src/types/index.d.ts +0 -1
  1174. package/select/src/types/select-size.d.ts +0 -1
  1175. package/select/src/value-accessors/index.d.ts +0 -1
  1176. package/select/src/value-accessors/select-value-accessor.d.ts +0 -44
  1177. package/select2/src/component/select2.component.d.ts +0 -27
  1178. package/select2/src/directive/index.d.ts +0 -2
  1179. package/select2/src/directive/item-template/item-template.directive.d.ts +0 -16
  1180. package/select2/src/directive/suggestion-template/suggestion-template.directive.d.ts +0 -16
  1181. package/select2/src/index.d.ts +0 -3
  1182. package/select2/src/select2.module.d.ts +0 -15
  1183. package/shell/src/shell/shell.component.d.ts +0 -19
  1184. package/shell/src/shell-sidebar/shell-sidebar.directive.d.ts +0 -10
  1185. package/shell/src/shell-state.d.ts +0 -1
  1186. package/shell/src/shell.module.d.ts +0 -9
  1187. package/signature-pad/src/component/signature-pad.component.d.ts +0 -25
  1188. package/signature-pad/src/index.d.ts +0 -2
  1189. package/signature-pad/src/interfaces/index.d.ts +0 -3
  1190. package/signature-pad/src/interfaces/point.d.ts +0 -4
  1191. package/signature-pad/src/interfaces/signature.d.ts +0 -4
  1192. package/signature-pad/src/interfaces/stroke.d.ts +0 -4
  1193. package/slugify/src/slugify.pipe.d.ts +0 -7
  1194. package/spinner/src/index.d.ts +0 -1
  1195. package/spinner/src/spinner.component.d.ts +0 -19
  1196. package/split-string/src/split-string.pipe.d.ts +0 -7
  1197. package/splitter/src/element-at/element-at.pipe.d.ts +0 -7
  1198. package/splitter/src/index.d.ts +0 -5
  1199. package/splitter/src/interfaces/drag-operation.d.ts +0 -12
  1200. package/splitter/src/interfaces/point.d.ts +0 -4
  1201. package/splitter/src/split-panel/split-panel.component.d.ts +0 -11
  1202. package/splitter/src/splitter/splitter.component.d.ts +0 -37
  1203. package/splitter/src/splitter.module.d.ts +0 -12
  1204. package/splitter/src/types/direction.type.d.ts +0 -1
  1205. package/splitter/src/types/index.d.ts +0 -1
  1206. package/sticky-footer/src/index.d.ts +0 -3
  1207. package/sticky-footer/src/sticky-footer/sticky-footer.component.d.ts +0 -13
  1208. package/sticky-footer/src/sticky-footer-parent/sticky-footer-parent.directive.d.ts +0 -6
  1209. package/sticky-footer/src/sticky-footer.module.d.ts +0 -10
  1210. package/tab-control/src/index.d.ts +0 -5
  1211. package/tab-control/src/tab-control/tab-control.component.d.ts +0 -40
  1212. package/tab-control/src/tab-control.module.d.ts +0 -12
  1213. package/tab-control/src/tab-page/tab-page.component.d.ts +0 -16
  1214. package/tab-control/src/tab-page-header/tab-page-header.directive.d.ts +0 -8
  1215. package/tab-control/src/tabs-position.d.ts +0 -1
  1216. package/table/src/component/table.component.d.ts +0 -15
  1217. package/table/src/index.d.ts +0 -1
  1218. package/timepicker/src/index.d.ts +0 -1
  1219. package/timepicker/src/timepicker.component.d.ts +0 -30
  1220. package/toast/src/components/index.d.ts +0 -4
  1221. package/toast/src/components/toast/toast.component.d.ts +0 -6
  1222. package/toast/src/components/toast-body/toast-body.component.d.ts +0 -6
  1223. package/toast/src/components/toast-container/toast-container.component.d.ts +0 -9
  1224. package/toast/src/components/toast-header/toast-header.component.d.ts +0 -6
  1225. package/toast/src/directives/index.d.ts +0 -1
  1226. package/toast/src/directives/toast-close/toast-close.directive.d.ts +0 -12
  1227. package/toast/src/index.d.ts +0 -5
  1228. package/toast/src/pipes/add-properties.pipe.d.ts +0 -7
  1229. package/toast/src/providers/portal-factory.provider.d.ts +0 -3
  1230. package/toast/src/services/index.d.ts +0 -1
  1231. package/toast/src/services/toast/toast.service.d.ts +0 -22
  1232. package/toast/src/toast.module.d.ts +0 -15
  1233. package/toggle-button/src/component/toggle-button.component.d.ts +0 -36
  1234. package/toggle-button/src/directives/index.d.ts +0 -1
  1235. package/toggle-button/src/directives/toggle-button-group/toggle-button-group.directive.d.ts +0 -9
  1236. package/toggle-button/src/index.d.ts +0 -5
  1237. package/toggle-button/src/toggle-button.module.d.ts +0 -10
  1238. package/toggle-button/src/types/check-style.d.ts +0 -1
  1239. package/toggle-button/src/types/index.d.ts +0 -1
  1240. package/toggle-button/src/value-accessor/toggle-button-value-accessor.d.ts +0 -18
  1241. package/tooltip/src/component/tooltip.component.d.ts +0 -16
  1242. package/tooltip/src/directive/tooltip.directive.d.ts +0 -21
  1243. package/tooltip/src/index.d.ts +0 -2
  1244. package/tooltip/src/providers/tooltip-content.provider.d.ts +0 -2
  1245. package/tooltip/src/tooltip.module.d.ts +0 -11
  1246. package/treeview/src/index.d.ts +0 -3
  1247. package/treeview/src/treeview/treeview.component.d.ts +0 -14
  1248. package/treeview/src/treeview-item/treeview-item.component.d.ts +0 -13
  1249. package/treeview/src/treeview.module.d.ts +0 -10
  1250. package/trust-html/src/trust-html.pipe.d.ts +0 -10
  1251. package/typeahead/src/index.d.ts +0 -1
  1252. package/typeahead/src/typeahead.component.d.ts +0 -25
  1253. package/uc-first/src/uc-first.pipe.d.ts +0 -7
  1254. package/user-agent/src/directive/index.d.ts +0 -1
  1255. package/user-agent/src/directive/user-agent.directive.d.ts +0 -16
  1256. package/user-agent/src/index.d.ts +0 -3
  1257. package/user-agent/src/interfaces/index.d.ts +0 -1
  1258. package/user-agent/src/interfaces/user-agent.d.ts +0 -6
  1259. package/user-agent/src/types/index.d.ts +0 -2
  1260. package/user-agent/src/types/operating-system.type.d.ts +0 -1
  1261. package/user-agent/src/types/webbrowser.type.d.ts +0 -1
  1262. package/word-count/src/word-count.pipe.d.ts +0 -7
@@ -1,7 +1,7 @@
1
1
  import * as i1 from '@angular/common';
2
2
  import { isPlatformServer, AsyncPipe, NgTemplateOutlet } from '@angular/common';
3
3
  import * as i0 from '@angular/core';
4
- import { Directive, PLATFORM_ID, Component, Inject, Input, ViewChild, ContentChildren, forwardRef, HostBinding, HostListener, NgModule } from '@angular/core';
4
+ import { Directive, PLATFORM_ID, HostListener, Input, HostBinding, forwardRef, ContentChildren, ViewChild, Inject, Component, NgModule } from '@angular/core';
5
5
  import { FadeInOutAnimation } from '@mintplayer/ng-animations';
6
6
  import { Color } from '@mintplayer/ng-bootstrap';
7
7
  import { BehaviorSubject, map } from 'rxjs';
@@ -18,13 +18,14 @@ class BsCarouselImageDirective {
18
18
  this.itemTemplate = this.templateRef;
19
19
  this.id = carousel.imageCounter++;
20
20
  }
21
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsCarouselImageDirective, deps: [{ token: i0.TemplateRef }, { token: BsCarouselComponent }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
22
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: BsCarouselImageDirective, selector: "*[bsCarouselImage]", ngImport: i0 }); }
21
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsCarouselImageDirective, deps: [{ token: i0.TemplateRef }, { token: BsCarouselComponent }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
22
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-rc.2", type: BsCarouselImageDirective, isStandalone: false, selector: "*[bsCarouselImage]", ngImport: i0 }); }
23
23
  }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsCarouselImageDirective, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsCarouselImageDirective, decorators: [{
25
25
  type: Directive,
26
26
  args: [{
27
- selector: '*[bsCarouselImage]'
27
+ selector: '*[bsCarouselImage]',
28
+ standalone: false,
28
29
  }]
29
30
  }], ctorParameters: () => [{ type: i0.TemplateRef }, { type: BsCarouselComponent }, { type: i0.ElementRef }] });
30
31
 
@@ -132,12 +133,12 @@ class BsCarouselComponent {
132
133
  this.resizeObserver?.unobserve(this.innerElement.nativeElement);
133
134
  this.resizeObserver?.disconnect();
134
135
  }
135
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsCarouselComponent, deps: [{ token: PLATFORM_ID }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
136
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.8", type: BsCarouselComponent, selector: "bs-carousel", inputs: { indicators: "indicators", keyboardEvents: "keyboardEvents", animation: "animation" }, host: { listeners: { "document:keydown.ArrowLeft": "onKeyPress($event)", "document:keydown.ArrowRight": "onKeyPress($event)" }, properties: { "@.disabled": "this.animationsDisabled" } }, queries: [{ propertyName: "images", predicate: i0.forwardRef(() => BsCarouselImageDirective) }], viewQueries: [{ propertyName: "innerElement", first: true, predicate: ["innerElement"], descendants: true }, { propertyName: "swipeContainer", first: true, predicate: ["container"], descendants: true }], ngImport: i0, template: "@if (isServerSide) {\n <div class=\"carousel mx-auto noscript\">\n <div class=\"carousel-inner d-grid\">\n @let images = images$ | async;\n @if (imageCount$ | async; as imageCount) {\n @for (image of images; track image.id; let i = $index) {\n <input type=\"radio\" [id]=\"'car-' + i\" [name]=\"'car'\" class=\"car-radio d-none\" bsNoNoscript [checked]=\"i === 0\">\n <div class=\"carousel-item fade d-flex flex-row h-100 align-items-center\">\n <div class=\"w-100 position-relative\">\n <ng-container [ngTemplateOutlet]=\"image.itemTemplate\"></ng-container>\n @if (indicators) {\n <div class=\"carousel-indicators\">\n @for (image of images; track image.id; let j = $index) {\n <label [attr.for]=\"'car-' + (j % imageCount)\" [class.active]=\"i === j\" data-bs-target></label>\n }\n </div>\n }\n </div>\n </div>\n \n <label class=\"carousel-control-prev cursor-pointer\" [for]=\"'car-' + ((i - 1 + imageCount) % imageCount)\">\n <span class=\"carousel-control-prev-icon\" aria-hidden=\"true\"></span>\n <span class=\"visually-hidden\">Previous</span>\n </label>\n <label class=\"carousel-control-next cursor-pointer\" [for]=\"'car-' + ((i + 1) % imageCount)\">\n <span class=\"carousel-control-next-icon\" aria-hidden=\"true\"></span>\n <span class=\"visually-hidden\">Next</span>\n </label>\n }\n }\n </div>\n </div>\n} @else {\n @switch (animation) {\n @case ('slide') {\n <div class=\"carousel slide mx-auto\" [style.height.px]=\"container.currentSlideHeight$ | async\">\n @if (indicators) {\n <div class=\"carousel-indicators\">\n @for (image of (images$ | async); track image.id; let i = $index) {\n <button type=\"button\" (click)=\"container.goto(i)\"\n [class.active]=\"(container.imageIndex$ | async) === i\" data-bs-target\n [attr.aria-current]=\"(container.imageIndex$ | async) === i ? true : null\"\n [attr.aria-label]=\"'Slide ' + i\"></button>\n }\n </div>\n }\n <div class=\"carousel-inner overflow-hidden text-nowrap pe-none\" #innerElement>\n <div bsSwipeContainer #container=\"bsSwipeContainer\" [minimumOffset]=\"50\" [(imageIndex)]=\"currentImageIndex\">\n <div class=\"carousel-item\" bsSwipe [offside]=\"true\">\n <ng-container *ngTemplateOutlet=\"lastImageTemplate$ | async\"></ng-container>\n </div>\n @for (image of (images$ | async); track image.id) {\n <div class=\"carousel-item\" [class.active]=\"true\" bsSwipe>\n <ng-container *ngTemplateOutlet=\"image.itemTemplate\"></ng-container>\n </div>\n }\n <div class=\"carousel-item\" bsSwipe [offside]=\"true\">\n <ng-container *ngTemplateOutlet=\"firstImageTemplate$ | async\"></ng-container>\n </div>\n </div>\n </div>\n <button class=\"carousel-control-prev\" type=\"button\" (click)=\"previousImage()\">\n <span class=\"carousel-control-prev-icon\" aria-hidden=\"true\"></span>\n <span class=\"visually-hidden\">Previous</span>\n </button>\n <button class=\"carousel-control-next\" type=\"button\" (click)=\"nextImage()\">\n <span class=\"carousel-control-next-icon\" aria-hidden=\"true\"></span>\n <span class=\"visually-hidden\">Next</span>\n </button>\n </div>\n }\n @case ('fade') {\n <div class=\"carousel fade mx-auto\">\n @if (indicators) {\n <div class=\"carousel-indicators\">\n @for (image of (images$ | async); track image.id; let i = $index) {\n <button type=\"button\" (click)=\"currentImageIndex = i\"\n [class.active]=\"currentImageIndex === i\" data-bs-target\n [attr.aria-current]=\"currentImageIndex === i ? true : null\"\n [attr.aria-label]=\"'Slide ' + i\"></button>\n }\n </div>\n }\n <div class=\"carousel-inner\">\n @for (image of (images$ | async); track image.id; let i = $index) {\n @if (currentImageIndex === i) {\n <div class=\"carousel-item\" [class.active]=\"true\" @fadeInOut>\n <ng-container [ngTemplateOutlet]=\"image.itemTemplate\"></ng-container> \n </div>\n }\n }\n </div>\n <button class=\"carousel-control-prev\" type=\"button\" (click)=\"previousImage()\">\n <span class=\"carousel-control-prev-icon\" aria-hidden=\"true\"></span>\n <span class=\"visually-hidden\">Previous</span>\n </button>\n <button class=\"carousel-control-next\" type=\"button\" (click)=\"nextImage()\">\n <span class=\"carousel-control-next-icon\" aria-hidden=\"true\"></span>\n <span class=\"visually-hidden\">Next</span>\n </button>\n </div>\n }\n }\n}", styles: [":host ::ng-deep .carousel{position:relative}:host ::ng-deep .carousel.pointer-event{touch-action:pan-y}:host ::ng-deep .carousel-inner{position:relative;width:100%;overflow:hidden}:host ::ng-deep .carousel-inner:after{display:block;clear:both;content:\"\"}:host ::ng-deep .carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion: reduce){:host ::ng-deep .carousel-item{transition:none}}:host ::ng-deep .carousel-item.active,:host ::ng-deep .carousel-item-next,:host ::ng-deep .carousel-item-prev{display:block}:host ::ng-deep .carousel-item-next:not(.carousel-item-start),:host ::ng-deep .active.carousel-item-end{transform:translate(100%)}:host ::ng-deep .carousel-item-prev:not(.carousel-item-end),:host ::ng-deep .active.carousel-item-start{transform:translate(-100%)}:host ::ng-deep .carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}:host ::ng-deep .carousel-fade .carousel-item.active,:host ::ng-deep .carousel-fade .carousel-item-next.carousel-item-start,:host ::ng-deep .carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}:host ::ng-deep .carousel-fade .active.carousel-item-start,:host ::ng-deep .carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion: reduce){:host ::ng-deep .carousel-fade .active.carousel-item-start,:host ::ng-deep .carousel-fade .active.carousel-item-end{transition:none}}:host ::ng-deep .carousel-control-prev,:host ::ng-deep .carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion: reduce){:host ::ng-deep .carousel-control-prev,:host ::ng-deep .carousel-control-next{transition:none}}:host ::ng-deep .carousel-control-prev:hover,:host ::ng-deep .carousel-control-prev:focus,:host ::ng-deep .carousel-control-next:hover,:host ::ng-deep .carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}:host ::ng-deep .carousel-control-prev{left:0}:host ::ng-deep .carousel-control-next{right:0}:host ::ng-deep .carousel-control-prev-icon,:host ::ng-deep .carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}:host ::ng-deep .carousel-control-prev-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e\")}:host ::ng-deep .carousel-control-next-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e\")}:host ::ng-deep .carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}:host ::ng-deep .carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion: reduce){:host ::ng-deep .carousel-indicators [data-bs-target]{transition:none}}:host ::ng-deep .carousel-indicators .active{opacity:1}:host ::ng-deep .carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}:host ::ng-deep .carousel-dark .carousel-control-prev-icon,:host ::ng-deep .carousel-dark .carousel-control-next-icon{filter:invert(1) grayscale(100)}:host ::ng-deep .carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}:host ::ng-deep .carousel-dark .carousel-caption{color:#000}:host ::ng-deep [data-bs-theme=dark] .carousel .carousel-control-prev-icon,:host ::ng-deep [data-bs-theme=dark] .carousel .carousel-control-next-icon,:host ::ng-deep [data-bs-theme=dark].carousel .carousel-control-prev-icon,:host ::ng-deep [data-bs-theme=dark].carousel .carousel-control-next-icon{filter:invert(1) grayscale(100)}:host ::ng-deep [data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],:host ::ng-deep [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target]{background-color:#000}:host ::ng-deep [data-bs-theme=dark] .carousel .carousel-caption,:host ::ng-deep [data-bs-theme=dark].carousel .carousel-caption{color:#000}:host ::ng-deep .carousel{min-height:100px;max-width:500px}:host ::ng-deep .carousel.noscript .carousel-inner{grid-template-rows:100%;grid-template-columns:100%}:host ::ng-deep .carousel.noscript .carousel-control-prev,:host ::ng-deep .carousel.noscript .carousel-control-next{display:none;z-index:10}:host ::ng-deep .carousel.noscript .carousel-item{display:block;opacity:0;transition:opacity .4s ease-in-out;grid-row:1;grid-column:1}:host ::ng-deep .carousel.noscript .car-radio.noscript:checked+.carousel-item{opacity:1;z-index:5}:host ::ng-deep .carousel.noscript .car-radio.noscript:checked+.carousel-item+label.carousel-control-prev,:host ::ng-deep .carousel.noscript .car-radio.noscript:checked+.carousel-item+label.carousel-control-prev+.carousel-control-next{display:flex}:host ::ng-deep .carousel.noscript .carousel-indicators{z-index:10}:host ::ng-deep .carousel .carousel-item>*{width:100%!important}.wrapper{overflow:hidden}\n"], dependencies: [{ kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.BsSwipeDirective, selector: "[bsSwipe]", inputs: ["offside"] }, { kind: "directive", type: i2.BsSwipeContainerDirective, selector: "[bsSwipeContainer]", inputs: ["minimumOffset", "imageIndex"], outputs: ["imageIndexChange"], exportAs: ["bsSwipeContainer"] }, { kind: "directive", type: i3.BsNoNoscriptDirective, selector: "[bsNoNoscript]" }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }], animations: [FadeInOutAnimation] }); }
136
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsCarouselComponent, deps: [{ token: PLATFORM_ID }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
137
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.0-rc.2", type: BsCarouselComponent, isStandalone: false, selector: "bs-carousel", inputs: { indicators: "indicators", keyboardEvents: "keyboardEvents", animation: "animation" }, host: { listeners: { "document:keydown.ArrowLeft": "onKeyPress($event)", "document:keydown.ArrowRight": "onKeyPress($event)" }, properties: { "@.disabled": "this.animationsDisabled" } }, queries: [{ propertyName: "images", predicate: i0.forwardRef(() => BsCarouselImageDirective) }], viewQueries: [{ propertyName: "innerElement", first: true, predicate: ["innerElement"], descendants: true }, { propertyName: "swipeContainer", first: true, predicate: ["container"], descendants: true }], ngImport: i0, template: "@if (isServerSide) {\n <div class=\"carousel mx-auto noscript\">\n <div class=\"carousel-inner d-grid\">\n @let images = images$ | async;\n @if (imageCount$ | async; as imageCount) {\n @for (image of images; track image.id; let i = $index) {\n <input type=\"radio\" [id]=\"'car-' + i\" [name]=\"'car'\" class=\"car-radio d-none\" bsNoNoscript [checked]=\"i === 0\">\n <div class=\"carousel-item fade d-flex flex-row h-100 align-items-center\">\n <div class=\"w-100 position-relative\">\n <ng-container [ngTemplateOutlet]=\"image.itemTemplate\"></ng-container>\n @if (indicators) {\n <div class=\"carousel-indicators\">\n @for (image of images; track image.id; let j = $index) {\n <label [attr.for]=\"'car-' + (j % imageCount)\" [class.active]=\"i === j\" data-bs-target></label>\n }\n </div>\n }\n </div>\n </div>\n \n <label class=\"carousel-control-prev cursor-pointer\" [for]=\"'car-' + ((i - 1 + imageCount) % imageCount)\">\n <span class=\"carousel-control-prev-icon\" aria-hidden=\"true\"></span>\n <span class=\"visually-hidden\">Previous</span>\n </label>\n <label class=\"carousel-control-next cursor-pointer\" [for]=\"'car-' + ((i + 1) % imageCount)\">\n <span class=\"carousel-control-next-icon\" aria-hidden=\"true\"></span>\n <span class=\"visually-hidden\">Next</span>\n </label>\n }\n }\n </div>\n </div>\n} @else {\n @switch (animation) {\n @case ('slide') {\n <div class=\"carousel slide mx-auto\" [style.height.px]=\"container.currentSlideHeight$ | async\">\n @if (indicators) {\n <div class=\"carousel-indicators\">\n @for (image of (images$ | async); track image.id; let i = $index) {\n <button type=\"button\" (click)=\"container.goto(i)\"\n [class.active]=\"(container.imageIndex$ | async) === i\" data-bs-target\n [attr.aria-current]=\"(container.imageIndex$ | async) === i ? true : null\"\n [attr.aria-label]=\"'Slide ' + i\"></button>\n }\n </div>\n }\n <div class=\"carousel-inner overflow-hidden text-nowrap pe-none\" #innerElement>\n <div bsSwipeContainer #container=\"bsSwipeContainer\" [minimumOffset]=\"50\" [(imageIndex)]=\"currentImageIndex\">\n <div class=\"carousel-item\" bsSwipe [offside]=\"true\">\n <ng-container *ngTemplateOutlet=\"lastImageTemplate$ | async\"></ng-container>\n </div>\n @for (image of (images$ | async); track image.id) {\n <div class=\"carousel-item\" [class.active]=\"true\" bsSwipe>\n <ng-container *ngTemplateOutlet=\"image.itemTemplate\"></ng-container>\n </div>\n }\n <div class=\"carousel-item\" bsSwipe [offside]=\"true\">\n <ng-container *ngTemplateOutlet=\"firstImageTemplate$ | async\"></ng-container>\n </div>\n </div>\n </div>\n <button class=\"carousel-control-prev\" type=\"button\" (click)=\"previousImage()\">\n <span class=\"carousel-control-prev-icon\" aria-hidden=\"true\"></span>\n <span class=\"visually-hidden\">Previous</span>\n </button>\n <button class=\"carousel-control-next\" type=\"button\" (click)=\"nextImage()\">\n <span class=\"carousel-control-next-icon\" aria-hidden=\"true\"></span>\n <span class=\"visually-hidden\">Next</span>\n </button>\n </div>\n }\n @case ('fade') {\n <div class=\"carousel fade mx-auto\">\n @if (indicators) {\n <div class=\"carousel-indicators\">\n @for (image of (images$ | async); track image.id; let i = $index) {\n <button type=\"button\" (click)=\"currentImageIndex = i\"\n [class.active]=\"currentImageIndex === i\" data-bs-target\n [attr.aria-current]=\"currentImageIndex === i ? true : null\"\n [attr.aria-label]=\"'Slide ' + i\"></button>\n }\n </div>\n }\n <div class=\"carousel-inner\">\n @for (image of (images$ | async); track image.id; let i = $index) {\n @if (currentImageIndex === i) {\n <div class=\"carousel-item\" [class.active]=\"true\" @fadeInOut>\n <ng-container [ngTemplateOutlet]=\"image.itemTemplate\"></ng-container> \n </div>\n }\n }\n </div>\n <button class=\"carousel-control-prev\" type=\"button\" (click)=\"previousImage()\">\n <span class=\"carousel-control-prev-icon\" aria-hidden=\"true\"></span>\n <span class=\"visually-hidden\">Previous</span>\n </button>\n <button class=\"carousel-control-next\" type=\"button\" (click)=\"nextImage()\">\n <span class=\"carousel-control-next-icon\" aria-hidden=\"true\"></span>\n <span class=\"visually-hidden\">Next</span>\n </button>\n </div>\n }\n }\n}", styles: [":host ::ng-deep .carousel{position:relative}:host ::ng-deep .carousel.pointer-event{touch-action:pan-y}:host ::ng-deep .carousel-inner{position:relative;width:100%;overflow:hidden}:host ::ng-deep .carousel-inner:after{display:block;clear:both;content:\"\"}:host ::ng-deep .carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion: reduce){:host ::ng-deep .carousel-item{transition:none}}:host ::ng-deep .carousel-item.active,:host ::ng-deep .carousel-item-next,:host ::ng-deep .carousel-item-prev{display:block}:host ::ng-deep .carousel-item-next:not(.carousel-item-start),:host ::ng-deep .active.carousel-item-end{transform:translate(100%)}:host ::ng-deep .carousel-item-prev:not(.carousel-item-end),:host ::ng-deep .active.carousel-item-start{transform:translate(-100%)}:host ::ng-deep .carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}:host ::ng-deep .carousel-fade .carousel-item.active,:host ::ng-deep .carousel-fade .carousel-item-next.carousel-item-start,:host ::ng-deep .carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}:host ::ng-deep .carousel-fade .active.carousel-item-start,:host ::ng-deep .carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion: reduce){:host ::ng-deep .carousel-fade .active.carousel-item-start,:host ::ng-deep .carousel-fade .active.carousel-item-end{transition:none}}:host ::ng-deep .carousel-control-prev,:host ::ng-deep .carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;filter:var(--bs-carousel-control-icon-filter);border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion: reduce){:host ::ng-deep .carousel-control-prev,:host ::ng-deep .carousel-control-next{transition:none}}:host ::ng-deep .carousel-control-prev:hover,:host ::ng-deep .carousel-control-prev:focus,:host ::ng-deep .carousel-control-next:hover,:host ::ng-deep .carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}:host ::ng-deep .carousel-control-prev{left:0}:host ::ng-deep .carousel-control-next{right:0}:host ::ng-deep .carousel-control-prev-icon,:host ::ng-deep .carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}:host ::ng-deep .carousel-control-prev-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e\")}:host ::ng-deep .carousel-control-next-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e\")}:host ::ng-deep .carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}:host ::ng-deep .carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:var(--bs-carousel-indicator-active-bg);background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion: reduce){:host ::ng-deep .carousel-indicators [data-bs-target]{transition:none}}:host ::ng-deep .carousel-indicators .active{opacity:1}:host ::ng-deep .carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:var(--bs-carousel-caption-color);text-align:center}:host ::ng-deep .carousel-dark{--bs-carousel-indicator-active-bg: #000;--bs-carousel-caption-color: #000;--bs-carousel-control-icon-filter: invert(1) grayscale(100)}:host ::ng-deep :root,:host ::ng-deep [data-bs-theme=light]{--bs-carousel-indicator-active-bg: #fff;--bs-carousel-caption-color: #fff;--bs-carousel-control-icon-filter: }:host ::ng-deep [data-bs-theme=dark]{--bs-carousel-indicator-active-bg: #000;--bs-carousel-caption-color: #000;--bs-carousel-control-icon-filter: invert(1) grayscale(100)}:host ::ng-deep .carousel{min-height:100px;max-width:500px}:host ::ng-deep .carousel.noscript .carousel-inner{grid-template-rows:100%;grid-template-columns:100%}:host ::ng-deep .carousel.noscript .carousel-control-prev,:host ::ng-deep .carousel.noscript .carousel-control-next{display:none;z-index:10}:host ::ng-deep .carousel.noscript .carousel-item{display:block;opacity:0;transition:opacity .4s ease-in-out;grid-row:1;grid-column:1}:host ::ng-deep .carousel.noscript .car-radio.noscript:checked+.carousel-item{opacity:1;z-index:5}:host ::ng-deep .carousel.noscript .car-radio.noscript:checked+.carousel-item+label.carousel-control-prev,:host ::ng-deep .carousel.noscript .car-radio.noscript:checked+.carousel-item+label.carousel-control-prev+.carousel-control-next{display:flex}:host ::ng-deep .carousel.noscript .carousel-indicators{z-index:10}:host ::ng-deep .carousel .carousel-item>*{width:100%!important}.wrapper{overflow:hidden}\n"], dependencies: [{ kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.BsSwipeDirective, selector: "[bsSwipe]", inputs: ["offside"] }, { kind: "directive", type: i2.BsSwipeContainerDirective, selector: "[bsSwipeContainer]", inputs: ["minimumOffset", "imageIndex"], outputs: ["imageIndexChange"], exportAs: ["bsSwipeContainer"] }, { kind: "directive", type: i3.BsNoNoscriptDirective, selector: "[bsNoNoscript]" }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }], animations: [FadeInOutAnimation] }); }
137
138
  }
138
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsCarouselComponent, decorators: [{
139
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsCarouselComponent, decorators: [{
139
140
  type: Component,
140
- args: [{ selector: 'bs-carousel', animations: [FadeInOutAnimation], template: "@if (isServerSide) {\n <div class=\"carousel mx-auto noscript\">\n <div class=\"carousel-inner d-grid\">\n @let images = images$ | async;\n @if (imageCount$ | async; as imageCount) {\n @for (image of images; track image.id; let i = $index) {\n <input type=\"radio\" [id]=\"'car-' + i\" [name]=\"'car'\" class=\"car-radio d-none\" bsNoNoscript [checked]=\"i === 0\">\n <div class=\"carousel-item fade d-flex flex-row h-100 align-items-center\">\n <div class=\"w-100 position-relative\">\n <ng-container [ngTemplateOutlet]=\"image.itemTemplate\"></ng-container>\n @if (indicators) {\n <div class=\"carousel-indicators\">\n @for (image of images; track image.id; let j = $index) {\n <label [attr.for]=\"'car-' + (j % imageCount)\" [class.active]=\"i === j\" data-bs-target></label>\n }\n </div>\n }\n </div>\n </div>\n \n <label class=\"carousel-control-prev cursor-pointer\" [for]=\"'car-' + ((i - 1 + imageCount) % imageCount)\">\n <span class=\"carousel-control-prev-icon\" aria-hidden=\"true\"></span>\n <span class=\"visually-hidden\">Previous</span>\n </label>\n <label class=\"carousel-control-next cursor-pointer\" [for]=\"'car-' + ((i + 1) % imageCount)\">\n <span class=\"carousel-control-next-icon\" aria-hidden=\"true\"></span>\n <span class=\"visually-hidden\">Next</span>\n </label>\n }\n }\n </div>\n </div>\n} @else {\n @switch (animation) {\n @case ('slide') {\n <div class=\"carousel slide mx-auto\" [style.height.px]=\"container.currentSlideHeight$ | async\">\n @if (indicators) {\n <div class=\"carousel-indicators\">\n @for (image of (images$ | async); track image.id; let i = $index) {\n <button type=\"button\" (click)=\"container.goto(i)\"\n [class.active]=\"(container.imageIndex$ | async) === i\" data-bs-target\n [attr.aria-current]=\"(container.imageIndex$ | async) === i ? true : null\"\n [attr.aria-label]=\"'Slide ' + i\"></button>\n }\n </div>\n }\n <div class=\"carousel-inner overflow-hidden text-nowrap pe-none\" #innerElement>\n <div bsSwipeContainer #container=\"bsSwipeContainer\" [minimumOffset]=\"50\" [(imageIndex)]=\"currentImageIndex\">\n <div class=\"carousel-item\" bsSwipe [offside]=\"true\">\n <ng-container *ngTemplateOutlet=\"lastImageTemplate$ | async\"></ng-container>\n </div>\n @for (image of (images$ | async); track image.id) {\n <div class=\"carousel-item\" [class.active]=\"true\" bsSwipe>\n <ng-container *ngTemplateOutlet=\"image.itemTemplate\"></ng-container>\n </div>\n }\n <div class=\"carousel-item\" bsSwipe [offside]=\"true\">\n <ng-container *ngTemplateOutlet=\"firstImageTemplate$ | async\"></ng-container>\n </div>\n </div>\n </div>\n <button class=\"carousel-control-prev\" type=\"button\" (click)=\"previousImage()\">\n <span class=\"carousel-control-prev-icon\" aria-hidden=\"true\"></span>\n <span class=\"visually-hidden\">Previous</span>\n </button>\n <button class=\"carousel-control-next\" type=\"button\" (click)=\"nextImage()\">\n <span class=\"carousel-control-next-icon\" aria-hidden=\"true\"></span>\n <span class=\"visually-hidden\">Next</span>\n </button>\n </div>\n }\n @case ('fade') {\n <div class=\"carousel fade mx-auto\">\n @if (indicators) {\n <div class=\"carousel-indicators\">\n @for (image of (images$ | async); track image.id; let i = $index) {\n <button type=\"button\" (click)=\"currentImageIndex = i\"\n [class.active]=\"currentImageIndex === i\" data-bs-target\n [attr.aria-current]=\"currentImageIndex === i ? true : null\"\n [attr.aria-label]=\"'Slide ' + i\"></button>\n }\n </div>\n }\n <div class=\"carousel-inner\">\n @for (image of (images$ | async); track image.id; let i = $index) {\n @if (currentImageIndex === i) {\n <div class=\"carousel-item\" [class.active]=\"true\" @fadeInOut>\n <ng-container [ngTemplateOutlet]=\"image.itemTemplate\"></ng-container> \n </div>\n }\n }\n </div>\n <button class=\"carousel-control-prev\" type=\"button\" (click)=\"previousImage()\">\n <span class=\"carousel-control-prev-icon\" aria-hidden=\"true\"></span>\n <span class=\"visually-hidden\">Previous</span>\n </button>\n <button class=\"carousel-control-next\" type=\"button\" (click)=\"nextImage()\">\n <span class=\"carousel-control-next-icon\" aria-hidden=\"true\"></span>\n <span class=\"visually-hidden\">Next</span>\n </button>\n </div>\n }\n }\n}", styles: [":host ::ng-deep .carousel{position:relative}:host ::ng-deep .carousel.pointer-event{touch-action:pan-y}:host ::ng-deep .carousel-inner{position:relative;width:100%;overflow:hidden}:host ::ng-deep .carousel-inner:after{display:block;clear:both;content:\"\"}:host ::ng-deep .carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion: reduce){:host ::ng-deep .carousel-item{transition:none}}:host ::ng-deep .carousel-item.active,:host ::ng-deep .carousel-item-next,:host ::ng-deep .carousel-item-prev{display:block}:host ::ng-deep .carousel-item-next:not(.carousel-item-start),:host ::ng-deep .active.carousel-item-end{transform:translate(100%)}:host ::ng-deep .carousel-item-prev:not(.carousel-item-end),:host ::ng-deep .active.carousel-item-start{transform:translate(-100%)}:host ::ng-deep .carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}:host ::ng-deep .carousel-fade .carousel-item.active,:host ::ng-deep .carousel-fade .carousel-item-next.carousel-item-start,:host ::ng-deep .carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}:host ::ng-deep .carousel-fade .active.carousel-item-start,:host ::ng-deep .carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion: reduce){:host ::ng-deep .carousel-fade .active.carousel-item-start,:host ::ng-deep .carousel-fade .active.carousel-item-end{transition:none}}:host ::ng-deep .carousel-control-prev,:host ::ng-deep .carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion: reduce){:host ::ng-deep .carousel-control-prev,:host ::ng-deep .carousel-control-next{transition:none}}:host ::ng-deep .carousel-control-prev:hover,:host ::ng-deep .carousel-control-prev:focus,:host ::ng-deep .carousel-control-next:hover,:host ::ng-deep .carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}:host ::ng-deep .carousel-control-prev{left:0}:host ::ng-deep .carousel-control-next{right:0}:host ::ng-deep .carousel-control-prev-icon,:host ::ng-deep .carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}:host ::ng-deep .carousel-control-prev-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e\")}:host ::ng-deep .carousel-control-next-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e\")}:host ::ng-deep .carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}:host ::ng-deep .carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion: reduce){:host ::ng-deep .carousel-indicators [data-bs-target]{transition:none}}:host ::ng-deep .carousel-indicators .active{opacity:1}:host ::ng-deep .carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}:host ::ng-deep .carousel-dark .carousel-control-prev-icon,:host ::ng-deep .carousel-dark .carousel-control-next-icon{filter:invert(1) grayscale(100)}:host ::ng-deep .carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}:host ::ng-deep .carousel-dark .carousel-caption{color:#000}:host ::ng-deep [data-bs-theme=dark] .carousel .carousel-control-prev-icon,:host ::ng-deep [data-bs-theme=dark] .carousel .carousel-control-next-icon,:host ::ng-deep [data-bs-theme=dark].carousel .carousel-control-prev-icon,:host ::ng-deep [data-bs-theme=dark].carousel .carousel-control-next-icon{filter:invert(1) grayscale(100)}:host ::ng-deep [data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],:host ::ng-deep [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target]{background-color:#000}:host ::ng-deep [data-bs-theme=dark] .carousel .carousel-caption,:host ::ng-deep [data-bs-theme=dark].carousel .carousel-caption{color:#000}:host ::ng-deep .carousel{min-height:100px;max-width:500px}:host ::ng-deep .carousel.noscript .carousel-inner{grid-template-rows:100%;grid-template-columns:100%}:host ::ng-deep .carousel.noscript .carousel-control-prev,:host ::ng-deep .carousel.noscript .carousel-control-next{display:none;z-index:10}:host ::ng-deep .carousel.noscript .carousel-item{display:block;opacity:0;transition:opacity .4s ease-in-out;grid-row:1;grid-column:1}:host ::ng-deep .carousel.noscript .car-radio.noscript:checked+.carousel-item{opacity:1;z-index:5}:host ::ng-deep .carousel.noscript .car-radio.noscript:checked+.carousel-item+label.carousel-control-prev,:host ::ng-deep .carousel.noscript .car-radio.noscript:checked+.carousel-item+label.carousel-control-prev+.carousel-control-next{display:flex}:host ::ng-deep .carousel.noscript .carousel-indicators{z-index:10}:host ::ng-deep .carousel .carousel-item>*{width:100%!important}.wrapper{overflow:hidden}\n"] }]
141
+ args: [{ selector: 'bs-carousel', standalone: false, animations: [FadeInOutAnimation], template: "@if (isServerSide) {\n <div class=\"carousel mx-auto noscript\">\n <div class=\"carousel-inner d-grid\">\n @let images = images$ | async;\n @if (imageCount$ | async; as imageCount) {\n @for (image of images; track image.id; let i = $index) {\n <input type=\"radio\" [id]=\"'car-' + i\" [name]=\"'car'\" class=\"car-radio d-none\" bsNoNoscript [checked]=\"i === 0\">\n <div class=\"carousel-item fade d-flex flex-row h-100 align-items-center\">\n <div class=\"w-100 position-relative\">\n <ng-container [ngTemplateOutlet]=\"image.itemTemplate\"></ng-container>\n @if (indicators) {\n <div class=\"carousel-indicators\">\n @for (image of images; track image.id; let j = $index) {\n <label [attr.for]=\"'car-' + (j % imageCount)\" [class.active]=\"i === j\" data-bs-target></label>\n }\n </div>\n }\n </div>\n </div>\n \n <label class=\"carousel-control-prev cursor-pointer\" [for]=\"'car-' + ((i - 1 + imageCount) % imageCount)\">\n <span class=\"carousel-control-prev-icon\" aria-hidden=\"true\"></span>\n <span class=\"visually-hidden\">Previous</span>\n </label>\n <label class=\"carousel-control-next cursor-pointer\" [for]=\"'car-' + ((i + 1) % imageCount)\">\n <span class=\"carousel-control-next-icon\" aria-hidden=\"true\"></span>\n <span class=\"visually-hidden\">Next</span>\n </label>\n }\n }\n </div>\n </div>\n} @else {\n @switch (animation) {\n @case ('slide') {\n <div class=\"carousel slide mx-auto\" [style.height.px]=\"container.currentSlideHeight$ | async\">\n @if (indicators) {\n <div class=\"carousel-indicators\">\n @for (image of (images$ | async); track image.id; let i = $index) {\n <button type=\"button\" (click)=\"container.goto(i)\"\n [class.active]=\"(container.imageIndex$ | async) === i\" data-bs-target\n [attr.aria-current]=\"(container.imageIndex$ | async) === i ? true : null\"\n [attr.aria-label]=\"'Slide ' + i\"></button>\n }\n </div>\n }\n <div class=\"carousel-inner overflow-hidden text-nowrap pe-none\" #innerElement>\n <div bsSwipeContainer #container=\"bsSwipeContainer\" [minimumOffset]=\"50\" [(imageIndex)]=\"currentImageIndex\">\n <div class=\"carousel-item\" bsSwipe [offside]=\"true\">\n <ng-container *ngTemplateOutlet=\"lastImageTemplate$ | async\"></ng-container>\n </div>\n @for (image of (images$ | async); track image.id) {\n <div class=\"carousel-item\" [class.active]=\"true\" bsSwipe>\n <ng-container *ngTemplateOutlet=\"image.itemTemplate\"></ng-container>\n </div>\n }\n <div class=\"carousel-item\" bsSwipe [offside]=\"true\">\n <ng-container *ngTemplateOutlet=\"firstImageTemplate$ | async\"></ng-container>\n </div>\n </div>\n </div>\n <button class=\"carousel-control-prev\" type=\"button\" (click)=\"previousImage()\">\n <span class=\"carousel-control-prev-icon\" aria-hidden=\"true\"></span>\n <span class=\"visually-hidden\">Previous</span>\n </button>\n <button class=\"carousel-control-next\" type=\"button\" (click)=\"nextImage()\">\n <span class=\"carousel-control-next-icon\" aria-hidden=\"true\"></span>\n <span class=\"visually-hidden\">Next</span>\n </button>\n </div>\n }\n @case ('fade') {\n <div class=\"carousel fade mx-auto\">\n @if (indicators) {\n <div class=\"carousel-indicators\">\n @for (image of (images$ | async); track image.id; let i = $index) {\n <button type=\"button\" (click)=\"currentImageIndex = i\"\n [class.active]=\"currentImageIndex === i\" data-bs-target\n [attr.aria-current]=\"currentImageIndex === i ? true : null\"\n [attr.aria-label]=\"'Slide ' + i\"></button>\n }\n </div>\n }\n <div class=\"carousel-inner\">\n @for (image of (images$ | async); track image.id; let i = $index) {\n @if (currentImageIndex === i) {\n <div class=\"carousel-item\" [class.active]=\"true\" @fadeInOut>\n <ng-container [ngTemplateOutlet]=\"image.itemTemplate\"></ng-container> \n </div>\n }\n }\n </div>\n <button class=\"carousel-control-prev\" type=\"button\" (click)=\"previousImage()\">\n <span class=\"carousel-control-prev-icon\" aria-hidden=\"true\"></span>\n <span class=\"visually-hidden\">Previous</span>\n </button>\n <button class=\"carousel-control-next\" type=\"button\" (click)=\"nextImage()\">\n <span class=\"carousel-control-next-icon\" aria-hidden=\"true\"></span>\n <span class=\"visually-hidden\">Next</span>\n </button>\n </div>\n }\n }\n}", styles: [":host ::ng-deep .carousel{position:relative}:host ::ng-deep .carousel.pointer-event{touch-action:pan-y}:host ::ng-deep .carousel-inner{position:relative;width:100%;overflow:hidden}:host ::ng-deep .carousel-inner:after{display:block;clear:both;content:\"\"}:host ::ng-deep .carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion: reduce){:host ::ng-deep .carousel-item{transition:none}}:host ::ng-deep .carousel-item.active,:host ::ng-deep .carousel-item-next,:host ::ng-deep .carousel-item-prev{display:block}:host ::ng-deep .carousel-item-next:not(.carousel-item-start),:host ::ng-deep .active.carousel-item-end{transform:translate(100%)}:host ::ng-deep .carousel-item-prev:not(.carousel-item-end),:host ::ng-deep .active.carousel-item-start{transform:translate(-100%)}:host ::ng-deep .carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}:host ::ng-deep .carousel-fade .carousel-item.active,:host ::ng-deep .carousel-fade .carousel-item-next.carousel-item-start,:host ::ng-deep .carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}:host ::ng-deep .carousel-fade .active.carousel-item-start,:host ::ng-deep .carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion: reduce){:host ::ng-deep .carousel-fade .active.carousel-item-start,:host ::ng-deep .carousel-fade .active.carousel-item-end{transition:none}}:host ::ng-deep .carousel-control-prev,:host ::ng-deep .carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;filter:var(--bs-carousel-control-icon-filter);border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion: reduce){:host ::ng-deep .carousel-control-prev,:host ::ng-deep .carousel-control-next{transition:none}}:host ::ng-deep .carousel-control-prev:hover,:host ::ng-deep .carousel-control-prev:focus,:host ::ng-deep .carousel-control-next:hover,:host ::ng-deep .carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}:host ::ng-deep .carousel-control-prev{left:0}:host ::ng-deep .carousel-control-next{right:0}:host ::ng-deep .carousel-control-prev-icon,:host ::ng-deep .carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}:host ::ng-deep .carousel-control-prev-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e\")}:host ::ng-deep .carousel-control-next-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e\")}:host ::ng-deep .carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}:host ::ng-deep .carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:var(--bs-carousel-indicator-active-bg);background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion: reduce){:host ::ng-deep .carousel-indicators [data-bs-target]{transition:none}}:host ::ng-deep .carousel-indicators .active{opacity:1}:host ::ng-deep .carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:var(--bs-carousel-caption-color);text-align:center}:host ::ng-deep .carousel-dark{--bs-carousel-indicator-active-bg: #000;--bs-carousel-caption-color: #000;--bs-carousel-control-icon-filter: invert(1) grayscale(100)}:host ::ng-deep :root,:host ::ng-deep [data-bs-theme=light]{--bs-carousel-indicator-active-bg: #fff;--bs-carousel-caption-color: #fff;--bs-carousel-control-icon-filter: }:host ::ng-deep [data-bs-theme=dark]{--bs-carousel-indicator-active-bg: #000;--bs-carousel-caption-color: #000;--bs-carousel-control-icon-filter: invert(1) grayscale(100)}:host ::ng-deep .carousel{min-height:100px;max-width:500px}:host ::ng-deep .carousel.noscript .carousel-inner{grid-template-rows:100%;grid-template-columns:100%}:host ::ng-deep .carousel.noscript .carousel-control-prev,:host ::ng-deep .carousel.noscript .carousel-control-next{display:none;z-index:10}:host ::ng-deep .carousel.noscript .carousel-item{display:block;opacity:0;transition:opacity .4s ease-in-out;grid-row:1;grid-column:1}:host ::ng-deep .carousel.noscript .car-radio.noscript:checked+.carousel-item{opacity:1;z-index:5}:host ::ng-deep .carousel.noscript .car-radio.noscript:checked+.carousel-item+label.carousel-control-prev,:host ::ng-deep .carousel.noscript .car-radio.noscript:checked+.carousel-item+label.carousel-control-prev+.carousel-control-next{display:flex}:host ::ng-deep .carousel.noscript .carousel-indicators{z-index:10}:host ::ng-deep .carousel .carousel-item>*{width:100%!important}.wrapper{overflow:hidden}\n"] }]
141
142
  }], ctorParameters: () => [{ type: undefined, decorators: [{
142
143
  type: Inject,
143
144
  args: [PLATFORM_ID]
@@ -171,13 +172,14 @@ class BsCarouselImgDirective {
171
172
  constructor(image) {
172
173
  this.fetchPriority = (image && image.isFirst) ? 'high' : 'low';
173
174
  }
174
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsCarouselImgDirective, deps: [{ token: BsCarouselImageDirective }], target: i0.ɵɵFactoryTarget.Directive }); }
175
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: BsCarouselImgDirective, selector: "img", host: { properties: { "attr.fetch-priority": "this.fetchPriority" } }, ngImport: i0 }); }
175
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsCarouselImgDirective, deps: [{ token: BsCarouselImageDirective }], target: i0.ɵɵFactoryTarget.Directive }); }
176
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-rc.2", type: BsCarouselImgDirective, isStandalone: false, selector: "img", host: { properties: { "attr.fetch-priority": "this.fetchPriority" } }, ngImport: i0 }); }
176
177
  }
177
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsCarouselImgDirective, decorators: [{
178
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsCarouselImgDirective, decorators: [{
178
179
  type: Directive,
179
180
  args: [{
180
- selector: 'img'
181
+ selector: 'img',
182
+ standalone: false,
181
183
  }]
182
184
  }], ctorParameters: () => [{ type: BsCarouselImageDirective }], propDecorators: { fetchPriority: [{
183
185
  type: HostBinding,
@@ -185,8 +187,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
185
187
  }] } });
186
188
 
187
189
  class BsCarouselModule {
188
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsCarouselModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
189
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.8", ngImport: i0, type: BsCarouselModule, declarations: [BsCarouselComponent,
190
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsCarouselModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
191
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsCarouselModule, declarations: [BsCarouselComponent,
190
192
  BsCarouselImageDirective,
191
193
  BsCarouselImgDirective], imports: [AsyncPipe,
192
194
  NgTemplateOutlet,
@@ -194,9 +196,9 @@ class BsCarouselModule {
194
196
  BsNoNoscriptDirective], exports: [BsCarouselComponent,
195
197
  BsCarouselImageDirective,
196
198
  BsCarouselImgDirective] }); }
197
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsCarouselModule, imports: [BsSwiperModule] }); }
199
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsCarouselModule, imports: [BsSwiperModule] }); }
198
200
  }
199
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsCarouselModule, decorators: [{
201
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsCarouselModule, decorators: [{
200
202
  type: NgModule,
201
203
  args: [{
202
204
  declarations: [
@@ -1 +1 @@
1
- {"version":3,"file":"mintplayer-ng-bootstrap-carousel.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/carousel/src/carousel-image/carousel-image.directive.ts","../../../../libs/mintplayer-ng-bootstrap/carousel/src/carousel/carousel.component.ts","../../../../libs/mintplayer-ng-bootstrap/carousel/src/carousel/carousel.component.html","../../../../libs/mintplayer-ng-bootstrap/carousel/src/carousel-img/carousel-img.directive.ts","../../../../libs/mintplayer-ng-bootstrap/carousel/src/carousel.module.ts","../../../../libs/mintplayer-ng-bootstrap/carousel/mintplayer-ng-bootstrap-carousel.ts"],"sourcesContent":["import { Directive, TemplateRef, ElementRef, HostBinding } from '@angular/core';\nimport { BsCarouselComponent } from '../carousel/carousel.component';\n\n@Directive({\n selector: '*[bsCarouselImage]'\n})\nexport class BsCarouselImageDirective {\n\n public itemTemplate: TemplateRef<any>;\n \n constructor(private templateRef: TemplateRef<any>, carousel: BsCarouselComponent, private element: ElementRef<HTMLElement>) {\n this.itemTemplate = this.templateRef;\n this.id = carousel.imageCounter++;\n }\n \n id: number;\n isFirst = false;\n}\n","import { isPlatformServer } from '@angular/common';\nimport { AfterViewInit, ChangeDetectorRef, Component, ContentChildren, ElementRef, forwardRef, HostBinding, HostListener, Inject, Input, OnDestroy, PLATFORM_ID, QueryList, TemplateRef, ViewChild } from '@angular/core';\nimport { FadeInOutAnimation } from '@mintplayer/ng-animations';\nimport { Color } from '@mintplayer/ng-bootstrap';\nimport { BsSwipeContainerDirective } from '@mintplayer/ng-swiper/swiper';\nimport { BehaviorSubject, map, Observable } from 'rxjs';\nimport { BsCarouselImageDirective } from '../carousel-image/carousel-image.directive';\n\n@Component({\n selector: 'bs-carousel',\n templateUrl: './carousel.component.html',\n styleUrls: ['./carousel.component.scss'],\n animations: [FadeInOutAnimation]\n})\nexport class BsCarouselComponent implements AfterViewInit, OnDestroy {\n\n constructor(@Inject(PLATFORM_ID) platformId: any, private cdRef: ChangeDetectorRef) {\n this.isServerSide = isPlatformServer(platformId);\n this.imageCount$ = this.images$.pipe(map((images) => images?.length ?? 0));\n this.firstImageTemplate$ = this.images$.pipe(map((images) => {\n if (!images) return null;\n if (images.length === 0) return null;\n\n const img = images.get(0);\n if (!img) return null;\n\n return img.itemTemplate;\n }));\n this.lastImageTemplate$ = this.images$.pipe(map((images) => {\n if (!images) return null;\n if (images.length === 0) return null;\n \n const img = images.get(images.length - 1);\n if (!img) return null;\n\n return img.itemTemplate;\n }));\n\n if (!isPlatformServer(platformId)) {\n this.resizeObserver = new ResizeObserver((entries) => {\n this.cdRef.detectChanges();\n });\n }\n }\n \n colors = Color;\n isServerSide: boolean;\n currentImageIndex = 0;\n images$ = new BehaviorSubject<QueryList<BsCarouselImageDirective> | null>(null);\n imageCount$: Observable<number>;\n firstImageTemplate$: Observable<TemplateRef<any> | null>;\n lastImageTemplate$: Observable<TemplateRef<any> | null>;\n resizeObserver?: ResizeObserver;\n\n @Input() indicators = false;\n @Input() keyboardEvents = true;\n\n @ViewChild('innerElement') innerElement!: ElementRef<HTMLDivElement>;\n @ViewChild('container') swipeContainer!: BsSwipeContainerDirective;\n @ContentChildren(forwardRef(() => BsCarouselImageDirective)) set images(value: QueryList<BsCarouselImageDirective>) {\n this.images$.next(value);\n value.forEach((item, index) => item.isFirst = (index === 0));\n }\n\n //#region Animation\n @HostBinding('@.disabled') public animationsDisabled = false;\n private _animation: 'fade' | 'slide' = 'slide';\n @Input() public set animation(value: 'fade' | 'slide') {\n this.animationsDisabled = true;\n this._animation = value;\n setTimeout(() => this.animationsDisabled = false, 20);\n setTimeout(() => this.cdRef.detectChanges(), 50);\n }\n public get animation() {\n return this._animation;\n }\n //#endregion\n\n @HostListener('document:keydown.ArrowLeft', ['$event'])\n @HostListener('document:keydown.ArrowRight', ['$event'])\n onKeyPress(ev: KeyboardEvent) {\n if (this.keyboardEvents) {\n switch (ev.key) {\n case 'ArrowLeft':\n this.previousImage();\n break;\n case 'ArrowRight':\n this.nextImage();\n break;\n }\n ev.preventDefault();\n }\n }\n\n previousImage() {\n switch (this.animation) {\n case 'fade':\n if (this.currentImageIndex > 0) {\n this.currentImageIndex--;\n } else {\n this.currentImageIndex = this.images$.value!.length - 1;\n }\n break;\n case 'slide':\n this.swipeContainer.previous();\n break;\n }\n }\n\n nextImage() {\n switch (this.animation) {\n case 'fade':\n if (this.currentImageIndex < this.images$.value!.length - 1) {\n this.currentImageIndex++;\n } else {\n this.currentImageIndex = 0;\n }\n break;\n case 'slide':\n this.swipeContainer.next();\n break;\n }\n }\n\n imageCounter = 1;\n\n ngAfterViewInit() {\n this.resizeObserver?.observe(this.innerElement.nativeElement);\n }\n\n ngOnDestroy() {\n this.resizeObserver?.unobserve(this.innerElement.nativeElement);\n this.resizeObserver?.disconnect();\n }\n}\n","@if (isServerSide) {\n <div class=\"carousel mx-auto noscript\">\n <div class=\"carousel-inner d-grid\">\n @let images = images$ | async;\n @if (imageCount$ | async; as imageCount) {\n @for (image of images; track image.id; let i = $index) {\n <input type=\"radio\" [id]=\"'car-' + i\" [name]=\"'car'\" class=\"car-radio d-none\" bsNoNoscript [checked]=\"i === 0\">\n <div class=\"carousel-item fade d-flex flex-row h-100 align-items-center\">\n <div class=\"w-100 position-relative\">\n <ng-container [ngTemplateOutlet]=\"image.itemTemplate\"></ng-container>\n @if (indicators) {\n <div class=\"carousel-indicators\">\n @for (image of images; track image.id; let j = $index) {\n <label [attr.for]=\"'car-' + (j % imageCount)\" [class.active]=\"i === j\" data-bs-target></label>\n }\n </div>\n }\n </div>\n </div>\n \n <label class=\"carousel-control-prev cursor-pointer\" [for]=\"'car-' + ((i - 1 + imageCount) % imageCount)\">\n <span class=\"carousel-control-prev-icon\" aria-hidden=\"true\"></span>\n <span class=\"visually-hidden\">Previous</span>\n </label>\n <label class=\"carousel-control-next cursor-pointer\" [for]=\"'car-' + ((i + 1) % imageCount)\">\n <span class=\"carousel-control-next-icon\" aria-hidden=\"true\"></span>\n <span class=\"visually-hidden\">Next</span>\n </label>\n }\n }\n </div>\n </div>\n} @else {\n @switch (animation) {\n @case ('slide') {\n <div class=\"carousel slide mx-auto\" [style.height.px]=\"container.currentSlideHeight$ | async\">\n @if (indicators) {\n <div class=\"carousel-indicators\">\n @for (image of (images$ | async); track image.id; let i = $index) {\n <button type=\"button\" (click)=\"container.goto(i)\"\n [class.active]=\"(container.imageIndex$ | async) === i\" data-bs-target\n [attr.aria-current]=\"(container.imageIndex$ | async) === i ? true : null\"\n [attr.aria-label]=\"'Slide ' + i\"></button>\n }\n </div>\n }\n <div class=\"carousel-inner overflow-hidden text-nowrap pe-none\" #innerElement>\n <div bsSwipeContainer #container=\"bsSwipeContainer\" [minimumOffset]=\"50\" [(imageIndex)]=\"currentImageIndex\">\n <div class=\"carousel-item\" bsSwipe [offside]=\"true\">\n <ng-container *ngTemplateOutlet=\"lastImageTemplate$ | async\"></ng-container>\n </div>\n @for (image of (images$ | async); track image.id) {\n <div class=\"carousel-item\" [class.active]=\"true\" bsSwipe>\n <ng-container *ngTemplateOutlet=\"image.itemTemplate\"></ng-container>\n </div>\n }\n <div class=\"carousel-item\" bsSwipe [offside]=\"true\">\n <ng-container *ngTemplateOutlet=\"firstImageTemplate$ | async\"></ng-container>\n </div>\n </div>\n </div>\n <button class=\"carousel-control-prev\" type=\"button\" (click)=\"previousImage()\">\n <span class=\"carousel-control-prev-icon\" aria-hidden=\"true\"></span>\n <span class=\"visually-hidden\">Previous</span>\n </button>\n <button class=\"carousel-control-next\" type=\"button\" (click)=\"nextImage()\">\n <span class=\"carousel-control-next-icon\" aria-hidden=\"true\"></span>\n <span class=\"visually-hidden\">Next</span>\n </button>\n </div>\n }\n @case ('fade') {\n <div class=\"carousel fade mx-auto\">\n @if (indicators) {\n <div class=\"carousel-indicators\">\n @for (image of (images$ | async); track image.id; let i = $index) {\n <button type=\"button\" (click)=\"currentImageIndex = i\"\n [class.active]=\"currentImageIndex === i\" data-bs-target\n [attr.aria-current]=\"currentImageIndex === i ? true : null\"\n [attr.aria-label]=\"'Slide ' + i\"></button>\n }\n </div>\n }\n <div class=\"carousel-inner\">\n @for (image of (images$ | async); track image.id; let i = $index) {\n @if (currentImageIndex === i) {\n <div class=\"carousel-item\" [class.active]=\"true\" @fadeInOut>\n <ng-container [ngTemplateOutlet]=\"image.itemTemplate\"></ng-container> \n </div>\n }\n }\n </div>\n <button class=\"carousel-control-prev\" type=\"button\" (click)=\"previousImage()\">\n <span class=\"carousel-control-prev-icon\" aria-hidden=\"true\"></span>\n <span class=\"visually-hidden\">Previous</span>\n </button>\n <button class=\"carousel-control-next\" type=\"button\" (click)=\"nextImage()\">\n <span class=\"carousel-control-next-icon\" aria-hidden=\"true\"></span>\n <span class=\"visually-hidden\">Next</span>\n </button>\n </div>\n }\n }\n}","import { Directive, HostBinding } from '@angular/core';\nimport { BsCarouselImageDirective } from '../carousel-image/carousel-image.directive';\n\n@Directive({\n selector: 'img'\n})\nexport class BsCarouselImgDirective {\n constructor(image: BsCarouselImageDirective) {\n this.fetchPriority = (image && image.isFirst) ? 'high' : 'low';\n }\n \n @HostBinding('attr.fetch-priority') fetchPriority: 'high' | 'low' | 'auto';\n}\n","import { NgModule } from '@angular/core';\nimport { BsSwiperModule } from '@mintplayer/ng-swiper/swiper';\nimport { BsNoNoscriptDirective } from '@mintplayer/ng-bootstrap/no-noscript';\nimport { BsCarouselComponent } from './carousel/carousel.component';\nimport { BsCarouselImageDirective } from './carousel-image/carousel-image.directive';\nimport { BsCarouselImgDirective } from './carousel-img/carousel-img.directive';\nimport { AsyncPipe, NgTemplateOutlet } from '@angular/common';\n\n@NgModule({\n declarations: [\n BsCarouselComponent,\n BsCarouselImageDirective,\n BsCarouselImgDirective,\n ],\n imports: [\n AsyncPipe,\n NgTemplateOutlet,\n BsSwiperModule,\n BsNoNoscriptDirective\n ],\n exports: [\n BsCarouselComponent,\n BsCarouselImageDirective,\n BsCarouselImgDirective,\n ]\n})\nexport class BsCarouselModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i1.BsCarouselComponent","i1.BsCarouselImageDirective"],"mappings":"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"}
1
+ {"version":3,"file":"mintplayer-ng-bootstrap-carousel.mjs","sources":["../tmp-esm2022/carousel/src/carousel-image/carousel-image.directive.js","../tmp-esm2022/carousel/src/carousel/carousel.component.js","../tmp-esm2022/carousel/src/carousel-img/carousel-img.directive.js","../tmp-esm2022/carousel/src/carousel.module.js","../tmp-esm2022/carousel/mintplayer-ng-bootstrap-carousel.js"],"sourcesContent":["import { Directive } from '@angular/core';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"../carousel/carousel.component\";\nexport class BsCarouselImageDirective {\n constructor(templateRef, carousel, element) {\n this.templateRef = templateRef;\n this.element = element;\n this.isFirst = false;\n this.itemTemplate = this.templateRef;\n this.id = carousel.imageCounter++;\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsCarouselImageDirective, deps: [{ token: i0.TemplateRef }, { token: i1.BsCarouselComponent }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }\n static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: \"14.0.0\", version: \"20.0.0-rc.2\", type: BsCarouselImageDirective, isStandalone: false, selector: \"*[bsCarouselImage]\", ngImport: i0 }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsCarouselImageDirective, decorators: [{\n type: Directive,\n args: [{\n selector: '*[bsCarouselImage]',\n standalone: false,\n }]\n }], ctorParameters: () => [{ type: i0.TemplateRef }, { type: i1.BsCarouselComponent }, { type: i0.ElementRef }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2Fyb3VzZWwtaW1hZ2UuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9jYXJvdXNlbC9zcmMvY2Fyb3VzZWwtaW1hZ2UvY2Fyb3VzZWwtaW1hZ2UuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQXdDLE1BQU0sZUFBZSxDQUFDOzs7QUFPaEYsTUFBTSxPQUFPLHdCQUF3QjtJQUluQyxZQUFvQixXQUE2QixFQUFFLFFBQTZCLEVBQVUsT0FBZ0M7UUFBdEcsZ0JBQVcsR0FBWCxXQUFXLENBQWtCO1FBQXlDLFlBQU8sR0FBUCxPQUFPLENBQXlCO1FBTTFILFlBQU8sR0FBRyxLQUFLLENBQUM7UUFMZCxJQUFJLENBQUMsWUFBWSxHQUFHLElBQUksQ0FBQyxXQUFXLENBQUM7UUFDckMsSUFBSSxDQUFDLEVBQUUsR0FBRyxRQUFRLENBQUMsWUFBWSxFQUFFLENBQUM7SUFDcEMsQ0FBQzttSEFQVSx3QkFBd0I7dUdBQXhCLHdCQUF3Qjs7Z0dBQXhCLHdCQUF3QjtrQkFKcEMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsb0JBQW9CO29CQUM5QixVQUFVLEVBQUUsS0FBSztpQkFDbEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIFRlbXBsYXRlUmVmLCBFbGVtZW50UmVmLCBIb3N0QmluZGluZyB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQnNDYXJvdXNlbENvbXBvbmVudCB9IGZyb20gJy4uL2Nhcm91c2VsL2Nhcm91c2VsLmNvbXBvbmVudCc7XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJypbYnNDYXJvdXNlbEltYWdlXScsXG4gIHN0YW5kYWxvbmU6IGZhbHNlLFxufSlcbmV4cG9ydCBjbGFzcyBCc0Nhcm91c2VsSW1hZ2VEaXJlY3RpdmUge1xuXG4gIHB1YmxpYyBpdGVtVGVtcGxhdGU6IFRlbXBsYXRlUmVmPGFueT47XG4gIFxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHRlbXBsYXRlUmVmOiBUZW1wbGF0ZVJlZjxhbnk+LCBjYXJvdXNlbDogQnNDYXJvdXNlbENvbXBvbmVudCwgcHJpdmF0ZSBlbGVtZW50OiBFbGVtZW50UmVmPEhUTUxFbGVtZW50Pikge1xuICAgIHRoaXMuaXRlbVRlbXBsYXRlID0gdGhpcy50ZW1wbGF0ZVJlZjtcbiAgICB0aGlzLmlkID0gY2Fyb3VzZWwuaW1hZ2VDb3VudGVyKys7XG4gIH1cbiAgXG4gIGlkOiBudW1iZXI7XG4gIGlzRmlyc3QgPSBmYWxzZTtcbn1cbiJdfQ==","import { isPlatformServer } from '@angular/common';\nimport { Component, ContentChildren, forwardRef, HostBinding, HostListener, Inject, Input, PLATFORM_ID, ViewChild } from '@angular/core';\nimport { FadeInOutAnimation } from '@mintplayer/ng-animations';\nimport { Color } from '@mintplayer/ng-bootstrap';\nimport { BehaviorSubject, map } from 'rxjs';\nimport { BsCarouselImageDirective } from '../carousel-image/carousel-image.directive';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"@angular/common\";\nimport * as i2 from \"@mintplayer/ng-swiper/swiper\";\nimport * as i3 from \"@mintplayer/ng-bootstrap/no-noscript\";\nexport class BsCarouselComponent {\n constructor(platformId, cdRef) {\n this.cdRef = cdRef;\n this.colors = Color;\n this.currentImageIndex = 0;\n this.images$ = new BehaviorSubject(null);\n this.indicators = false;\n this.keyboardEvents = true;\n //#region Animation\n this.animationsDisabled = false;\n this._animation = 'slide';\n this.imageCounter = 1;\n this.isServerSide = isPlatformServer(platformId);\n this.imageCount$ = this.images$.pipe(map((images) => images?.length ?? 0));\n this.firstImageTemplate$ = this.images$.pipe(map((images) => {\n if (!images)\n return null;\n if (images.length === 0)\n return null;\n const img = images.get(0);\n if (!img)\n return null;\n return img.itemTemplate;\n }));\n this.lastImageTemplate$ = this.images$.pipe(map((images) => {\n if (!images)\n return null;\n if (images.length === 0)\n return null;\n const img = images.get(images.length - 1);\n if (!img)\n return null;\n return img.itemTemplate;\n }));\n if (!isPlatformServer(platformId)) {\n this.resizeObserver = new ResizeObserver((entries) => {\n this.cdRef.detectChanges();\n });\n }\n }\n set images(value) {\n this.images$.next(value);\n value.forEach((item, index) => item.isFirst = (index === 0));\n }\n set animation(value) {\n this.animationsDisabled = true;\n this._animation = value;\n setTimeout(() => this.animationsDisabled = false, 20);\n setTimeout(() => this.cdRef.detectChanges(), 50);\n }\n get animation() {\n return this._animation;\n }\n //#endregion\n onKeyPress(ev) {\n if (this.keyboardEvents) {\n switch (ev.key) {\n case 'ArrowLeft':\n this.previousImage();\n break;\n case 'ArrowRight':\n this.nextImage();\n break;\n }\n ev.preventDefault();\n }\n }\n previousImage() {\n switch (this.animation) {\n case 'fade':\n if (this.currentImageIndex > 0) {\n this.currentImageIndex--;\n }\n else {\n this.currentImageIndex = this.images$.value.length - 1;\n }\n break;\n case 'slide':\n this.swipeContainer.previous();\n break;\n }\n }\n nextImage() {\n switch (this.animation) {\n case 'fade':\n if (this.currentImageIndex < this.images$.value.length - 1) {\n this.currentImageIndex++;\n }\n else {\n this.currentImageIndex = 0;\n }\n break;\n case 'slide':\n this.swipeContainer.next();\n break;\n }\n }\n ngAfterViewInit() {\n this.resizeObserver?.observe(this.innerElement.nativeElement);\n }\n ngOnDestroy() {\n this.resizeObserver?.unobserve(this.innerElement.nativeElement);\n this.resizeObserver?.disconnect();\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsCarouselComponent, deps: [{ token: PLATFORM_ID }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.0.0\", version: \"20.0.0-rc.2\", type: BsCarouselComponent, isStandalone: false, selector: \"bs-carousel\", inputs: { indicators: \"indicators\", keyboardEvents: \"keyboardEvents\", animation: \"animation\" }, host: { listeners: { \"document:keydown.ArrowLeft\": \"onKeyPress($event)\", \"document:keydown.ArrowRight\": \"onKeyPress($event)\" }, properties: { \"@.disabled\": \"this.animationsDisabled\" } }, queries: [{ propertyName: \"images\", predicate: i0.forwardRef(() => BsCarouselImageDirective) }], viewQueries: [{ propertyName: \"innerElement\", first: true, predicate: [\"innerElement\"], descendants: true }, { propertyName: \"swipeContainer\", first: true, predicate: [\"container\"], descendants: true }], ngImport: i0, template: \"@if (isServerSide) {\\n <div class=\\\"carousel mx-auto noscript\\\">\\n <div class=\\\"carousel-inner d-grid\\\">\\n @let images = images$ | async;\\n @if (imageCount$ | async; as imageCount) {\\n @for (image of images; track image.id; let i = $index) {\\n <input type=\\\"radio\\\" [id]=\\\"'car-' + i\\\" [name]=\\\"'car'\\\" class=\\\"car-radio d-none\\\" bsNoNoscript [checked]=\\\"i === 0\\\">\\n <div class=\\\"carousel-item fade d-flex flex-row h-100 align-items-center\\\">\\n <div class=\\\"w-100 position-relative\\\">\\n <ng-container [ngTemplateOutlet]=\\\"image.itemTemplate\\\"></ng-container>\\n @if (indicators) {\\n <div class=\\\"carousel-indicators\\\">\\n @for (image of images; track image.id; let j = $index) {\\n <label [attr.for]=\\\"'car-' + (j % imageCount)\\\" [class.active]=\\\"i === j\\\" data-bs-target></label>\\n }\\n </div>\\n }\\n </div>\\n </div>\\n \\n <label class=\\\"carousel-control-prev cursor-pointer\\\" [for]=\\\"'car-' + ((i - 1 + imageCount) % imageCount)\\\">\\n <span class=\\\"carousel-control-prev-icon\\\" aria-hidden=\\\"true\\\"></span>\\n <span class=\\\"visually-hidden\\\">Previous</span>\\n </label>\\n <label class=\\\"carousel-control-next cursor-pointer\\\" [for]=\\\"'car-' + ((i + 1) % imageCount)\\\">\\n <span class=\\\"carousel-control-next-icon\\\" aria-hidden=\\\"true\\\"></span>\\n <span class=\\\"visually-hidden\\\">Next</span>\\n </label>\\n }\\n }\\n </div>\\n </div>\\n} @else {\\n @switch (animation) {\\n @case ('slide') {\\n <div class=\\\"carousel slide mx-auto\\\" [style.height.px]=\\\"container.currentSlideHeight$ | async\\\">\\n @if (indicators) {\\n <div class=\\\"carousel-indicators\\\">\\n @for (image of (images$ | async); track image.id; let i = $index) {\\n <button type=\\\"button\\\" (click)=\\\"container.goto(i)\\\"\\n [class.active]=\\\"(container.imageIndex$ | async) === i\\\" data-bs-target\\n [attr.aria-current]=\\\"(container.imageIndex$ | async) === i ? true : null\\\"\\n [attr.aria-label]=\\\"'Slide ' + i\\\"></button>\\n }\\n </div>\\n }\\n <div class=\\\"carousel-inner overflow-hidden text-nowrap pe-none\\\" #innerElement>\\n <div bsSwipeContainer #container=\\\"bsSwipeContainer\\\" [minimumOffset]=\\\"50\\\" [(imageIndex)]=\\\"currentImageIndex\\\">\\n <div class=\\\"carousel-item\\\" bsSwipe [offside]=\\\"true\\\">\\n <ng-container *ngTemplateOutlet=\\\"lastImageTemplate$ | async\\\"></ng-container>\\n </div>\\n @for (image of (images$ | async); track image.id) {\\n <div class=\\\"carousel-item\\\" [class.active]=\\\"true\\\" bsSwipe>\\n <ng-container *ngTemplateOutlet=\\\"image.itemTemplate\\\"></ng-container>\\n </div>\\n }\\n <div class=\\\"carousel-item\\\" bsSwipe [offside]=\\\"true\\\">\\n <ng-container *ngTemplateOutlet=\\\"firstImageTemplate$ | async\\\"></ng-container>\\n </div>\\n </div>\\n </div>\\n <button class=\\\"carousel-control-prev\\\" type=\\\"button\\\" (click)=\\\"previousImage()\\\">\\n <span class=\\\"carousel-control-prev-icon\\\" aria-hidden=\\\"true\\\"></span>\\n <span class=\\\"visually-hidden\\\">Previous</span>\\n </button>\\n <button class=\\\"carousel-control-next\\\" type=\\\"button\\\" (click)=\\\"nextImage()\\\">\\n <span class=\\\"carousel-control-next-icon\\\" aria-hidden=\\\"true\\\"></span>\\n <span class=\\\"visually-hidden\\\">Next</span>\\n </button>\\n </div>\\n }\\n @case ('fade') {\\n <div class=\\\"carousel fade mx-auto\\\">\\n @if (indicators) {\\n <div class=\\\"carousel-indicators\\\">\\n @for (image of (images$ | async); track image.id; let i = $index) {\\n <button type=\\\"button\\\" (click)=\\\"currentImageIndex = i\\\"\\n [class.active]=\\\"currentImageIndex === i\\\" data-bs-target\\n [attr.aria-current]=\\\"currentImageIndex === i ? true : null\\\"\\n [attr.aria-label]=\\\"'Slide ' + i\\\"></button>\\n }\\n </div>\\n }\\n <div class=\\\"carousel-inner\\\">\\n @for (image of (images$ | async); track image.id; let i = $index) {\\n @if (currentImageIndex === i) {\\n <div class=\\\"carousel-item\\\" [class.active]=\\\"true\\\" @fadeInOut>\\n <ng-container [ngTemplateOutlet]=\\\"image.itemTemplate\\\"></ng-container> \\n </div>\\n }\\n }\\n </div>\\n <button class=\\\"carousel-control-prev\\\" type=\\\"button\\\" (click)=\\\"previousImage()\\\">\\n <span class=\\\"carousel-control-prev-icon\\\" aria-hidden=\\\"true\\\"></span>\\n <span class=\\\"visually-hidden\\\">Previous</span>\\n </button>\\n <button class=\\\"carousel-control-next\\\" type=\\\"button\\\" (click)=\\\"nextImage()\\\">\\n <span class=\\\"carousel-control-next-icon\\\" aria-hidden=\\\"true\\\"></span>\\n <span class=\\\"visually-hidden\\\">Next</span>\\n </button>\\n </div>\\n }\\n }\\n}\", styles: [\":host ::ng-deep .carousel{position:relative}:host ::ng-deep .carousel.pointer-event{touch-action:pan-y}:host ::ng-deep .carousel-inner{position:relative;width:100%;overflow:hidden}:host ::ng-deep .carousel-inner:after{display:block;clear:both;content:\\\"\\\"}:host ::ng-deep .carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion: reduce){:host ::ng-deep .carousel-item{transition:none}}:host ::ng-deep .carousel-item.active,:host ::ng-deep .carousel-item-next,:host ::ng-deep .carousel-item-prev{display:block}:host ::ng-deep .carousel-item-next:not(.carousel-item-start),:host ::ng-deep .active.carousel-item-end{transform:translate(100%)}:host ::ng-deep .carousel-item-prev:not(.carousel-item-end),:host ::ng-deep .active.carousel-item-start{transform:translate(-100%)}:host ::ng-deep .carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}:host ::ng-deep .carousel-fade .carousel-item.active,:host ::ng-deep .carousel-fade .carousel-item-next.carousel-item-start,:host ::ng-deep .carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}:host ::ng-deep .carousel-fade .active.carousel-item-start,:host ::ng-deep .carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion: reduce){:host ::ng-deep .carousel-fade .active.carousel-item-start,:host ::ng-deep .carousel-fade .active.carousel-item-end{transition:none}}:host ::ng-deep .carousel-control-prev,:host ::ng-deep .carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;filter:var(--bs-carousel-control-icon-filter);border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion: reduce){:host ::ng-deep .carousel-control-prev,:host ::ng-deep .carousel-control-next{transition:none}}:host ::ng-deep .carousel-control-prev:hover,:host ::ng-deep .carousel-control-prev:focus,:host ::ng-deep .carousel-control-next:hover,:host ::ng-deep .carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}:host ::ng-deep .carousel-control-prev{left:0}:host ::ng-deep .carousel-control-next{right:0}:host ::ng-deep .carousel-control-prev-icon,:host ::ng-deep .carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}:host ::ng-deep .carousel-control-prev-icon{background-image:url(\\\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e\\\")}:host ::ng-deep .carousel-control-next-icon{background-image:url(\\\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e\\\")}:host ::ng-deep .carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}:host ::ng-deep .carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:var(--bs-carousel-indicator-active-bg);background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion: reduce){:host ::ng-deep .carousel-indicators [data-bs-target]{transition:none}}:host ::ng-deep .carousel-indicators .active{opacity:1}:host ::ng-deep .carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:var(--bs-carousel-caption-color);text-align:center}:host ::ng-deep .carousel-dark{--bs-carousel-indicator-active-bg: #000;--bs-carousel-caption-color: #000;--bs-carousel-control-icon-filter: invert(1) grayscale(100)}:host ::ng-deep :root,:host ::ng-deep [data-bs-theme=light]{--bs-carousel-indicator-active-bg: #fff;--bs-carousel-caption-color: #fff;--bs-carousel-control-icon-filter: }:host ::ng-deep [data-bs-theme=dark]{--bs-carousel-indicator-active-bg: #000;--bs-carousel-caption-color: #000;--bs-carousel-control-icon-filter: invert(1) grayscale(100)}:host ::ng-deep .carousel{min-height:100px;max-width:500px}:host ::ng-deep .carousel.noscript .carousel-inner{grid-template-rows:100%;grid-template-columns:100%}:host ::ng-deep .carousel.noscript .carousel-control-prev,:host ::ng-deep .carousel.noscript .carousel-control-next{display:none;z-index:10}:host ::ng-deep .carousel.noscript .carousel-item{display:block;opacity:0;transition:opacity .4s ease-in-out;grid-row:1;grid-column:1}:host ::ng-deep .carousel.noscript .car-radio.noscript:checked+.carousel-item{opacity:1;z-index:5}:host ::ng-deep .carousel.noscript .car-radio.noscript:checked+.carousel-item+label.carousel-control-prev,:host ::ng-deep .carousel.noscript .car-radio.noscript:checked+.carousel-item+label.carousel-control-prev+.carousel-control-next{display:flex}:host ::ng-deep .carousel.noscript .carousel-indicators{z-index:10}:host ::ng-deep .carousel .carousel-item>*{width:100%!important}.wrapper{overflow:hidden}\\n\"], dependencies: [{ kind: \"directive\", type: i1.NgTemplateOutlet, selector: \"[ngTemplateOutlet]\", inputs: [\"ngTemplateOutletContext\", \"ngTemplateOutlet\", \"ngTemplateOutletInjector\"] }, { kind: \"directive\", type: i2.BsSwipeDirective, selector: \"[bsSwipe]\", inputs: [\"offside\"] }, { kind: \"directive\", type: i2.BsSwipeContainerDirective, selector: \"[bsSwipeContainer]\", inputs: [\"minimumOffset\", \"imageIndex\"], outputs: [\"imageIndexChange\"], exportAs: [\"bsSwipeContainer\"] }, { kind: \"directive\", type: i3.BsNoNoscriptDirective, selector: \"[bsNoNoscript]\" }, { kind: \"pipe\", type: i1.AsyncPipe, name: \"async\" }], animations: [FadeInOutAnimation] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsCarouselComponent, decorators: [{\n type: Component,\n args: [{ selector: 'bs-carousel', standalone: false, animations: [FadeInOutAnimation], template: \"@if (isServerSide) {\\n <div class=\\\"carousel mx-auto noscript\\\">\\n <div class=\\\"carousel-inner d-grid\\\">\\n @let images = images$ | async;\\n @if (imageCount$ | async; as imageCount) {\\n @for (image of images; track image.id; let i = $index) {\\n <input type=\\\"radio\\\" [id]=\\\"'car-' + i\\\" [name]=\\\"'car'\\\" class=\\\"car-radio d-none\\\" bsNoNoscript [checked]=\\\"i === 0\\\">\\n <div class=\\\"carousel-item fade d-flex flex-row h-100 align-items-center\\\">\\n <div class=\\\"w-100 position-relative\\\">\\n <ng-container [ngTemplateOutlet]=\\\"image.itemTemplate\\\"></ng-container>\\n @if (indicators) {\\n <div class=\\\"carousel-indicators\\\">\\n @for (image of images; track image.id; let j = $index) {\\n <label [attr.for]=\\\"'car-' + (j % imageCount)\\\" [class.active]=\\\"i === j\\\" data-bs-target></label>\\n }\\n </div>\\n }\\n </div>\\n </div>\\n \\n <label class=\\\"carousel-control-prev cursor-pointer\\\" [for]=\\\"'car-' + ((i - 1 + imageCount) % imageCount)\\\">\\n <span class=\\\"carousel-control-prev-icon\\\" aria-hidden=\\\"true\\\"></span>\\n <span class=\\\"visually-hidden\\\">Previous</span>\\n </label>\\n <label class=\\\"carousel-control-next cursor-pointer\\\" [for]=\\\"'car-' + ((i + 1) % imageCount)\\\">\\n <span class=\\\"carousel-control-next-icon\\\" aria-hidden=\\\"true\\\"></span>\\n <span class=\\\"visually-hidden\\\">Next</span>\\n </label>\\n }\\n }\\n </div>\\n </div>\\n} @else {\\n @switch (animation) {\\n @case ('slide') {\\n <div class=\\\"carousel slide mx-auto\\\" [style.height.px]=\\\"container.currentSlideHeight$ | async\\\">\\n @if (indicators) {\\n <div class=\\\"carousel-indicators\\\">\\n @for (image of (images$ | async); track image.id; let i = $index) {\\n <button type=\\\"button\\\" (click)=\\\"container.goto(i)\\\"\\n [class.active]=\\\"(container.imageIndex$ | async) === i\\\" data-bs-target\\n [attr.aria-current]=\\\"(container.imageIndex$ | async) === i ? true : null\\\"\\n [attr.aria-label]=\\\"'Slide ' + i\\\"></button>\\n }\\n </div>\\n }\\n <div class=\\\"carousel-inner overflow-hidden text-nowrap pe-none\\\" #innerElement>\\n <div bsSwipeContainer #container=\\\"bsSwipeContainer\\\" [minimumOffset]=\\\"50\\\" [(imageIndex)]=\\\"currentImageIndex\\\">\\n <div class=\\\"carousel-item\\\" bsSwipe [offside]=\\\"true\\\">\\n <ng-container *ngTemplateOutlet=\\\"lastImageTemplate$ | async\\\"></ng-container>\\n </div>\\n @for (image of (images$ | async); track image.id) {\\n <div class=\\\"carousel-item\\\" [class.active]=\\\"true\\\" bsSwipe>\\n <ng-container *ngTemplateOutlet=\\\"image.itemTemplate\\\"></ng-container>\\n </div>\\n }\\n <div class=\\\"carousel-item\\\" bsSwipe [offside]=\\\"true\\\">\\n <ng-container *ngTemplateOutlet=\\\"firstImageTemplate$ | async\\\"></ng-container>\\n </div>\\n </div>\\n </div>\\n <button class=\\\"carousel-control-prev\\\" type=\\\"button\\\" (click)=\\\"previousImage()\\\">\\n <span class=\\\"carousel-control-prev-icon\\\" aria-hidden=\\\"true\\\"></span>\\n <span class=\\\"visually-hidden\\\">Previous</span>\\n </button>\\n <button class=\\\"carousel-control-next\\\" type=\\\"button\\\" (click)=\\\"nextImage()\\\">\\n <span class=\\\"carousel-control-next-icon\\\" aria-hidden=\\\"true\\\"></span>\\n <span class=\\\"visually-hidden\\\">Next</span>\\n </button>\\n </div>\\n }\\n @case ('fade') {\\n <div class=\\\"carousel fade mx-auto\\\">\\n @if (indicators) {\\n <div class=\\\"carousel-indicators\\\">\\n @for (image of (images$ | async); track image.id; let i = $index) {\\n <button type=\\\"button\\\" (click)=\\\"currentImageIndex = i\\\"\\n [class.active]=\\\"currentImageIndex === i\\\" data-bs-target\\n [attr.aria-current]=\\\"currentImageIndex === i ? true : null\\\"\\n [attr.aria-label]=\\\"'Slide ' + i\\\"></button>\\n }\\n </div>\\n }\\n <div class=\\\"carousel-inner\\\">\\n @for (image of (images$ | async); track image.id; let i = $index) {\\n @if (currentImageIndex === i) {\\n <div class=\\\"carousel-item\\\" [class.active]=\\\"true\\\" @fadeInOut>\\n <ng-container [ngTemplateOutlet]=\\\"image.itemTemplate\\\"></ng-container> \\n </div>\\n }\\n }\\n </div>\\n <button class=\\\"carousel-control-prev\\\" type=\\\"button\\\" (click)=\\\"previousImage()\\\">\\n <span class=\\\"carousel-control-prev-icon\\\" aria-hidden=\\\"true\\\"></span>\\n <span class=\\\"visually-hidden\\\">Previous</span>\\n </button>\\n <button class=\\\"carousel-control-next\\\" type=\\\"button\\\" (click)=\\\"nextImage()\\\">\\n <span class=\\\"carousel-control-next-icon\\\" aria-hidden=\\\"true\\\"></span>\\n <span class=\\\"visually-hidden\\\">Next</span>\\n </button>\\n </div>\\n }\\n }\\n}\", styles: [\":host ::ng-deep .carousel{position:relative}:host ::ng-deep .carousel.pointer-event{touch-action:pan-y}:host ::ng-deep .carousel-inner{position:relative;width:100%;overflow:hidden}:host ::ng-deep .carousel-inner:after{display:block;clear:both;content:\\\"\\\"}:host ::ng-deep .carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion: reduce){:host ::ng-deep .carousel-item{transition:none}}:host ::ng-deep .carousel-item.active,:host ::ng-deep .carousel-item-next,:host ::ng-deep .carousel-item-prev{display:block}:host ::ng-deep .carousel-item-next:not(.carousel-item-start),:host ::ng-deep .active.carousel-item-end{transform:translate(100%)}:host ::ng-deep .carousel-item-prev:not(.carousel-item-end),:host ::ng-deep .active.carousel-item-start{transform:translate(-100%)}:host ::ng-deep .carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}:host ::ng-deep .carousel-fade .carousel-item.active,:host ::ng-deep .carousel-fade .carousel-item-next.carousel-item-start,:host ::ng-deep .carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}:host ::ng-deep .carousel-fade .active.carousel-item-start,:host ::ng-deep .carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion: reduce){:host ::ng-deep .carousel-fade .active.carousel-item-start,:host ::ng-deep .carousel-fade .active.carousel-item-end{transition:none}}:host ::ng-deep .carousel-control-prev,:host ::ng-deep .carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;filter:var(--bs-carousel-control-icon-filter);border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion: reduce){:host ::ng-deep .carousel-control-prev,:host ::ng-deep .carousel-control-next{transition:none}}:host ::ng-deep .carousel-control-prev:hover,:host ::ng-deep .carousel-control-prev:focus,:host ::ng-deep .carousel-control-next:hover,:host ::ng-deep .carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}:host ::ng-deep .carousel-control-prev{left:0}:host ::ng-deep .carousel-control-next{right:0}:host ::ng-deep .carousel-control-prev-icon,:host ::ng-deep .carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}:host ::ng-deep .carousel-control-prev-icon{background-image:url(\\\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e\\\")}:host ::ng-deep .carousel-control-next-icon{background-image:url(\\\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e\\\")}:host ::ng-deep .carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}:host ::ng-deep .carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:var(--bs-carousel-indicator-active-bg);background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion: reduce){:host ::ng-deep .carousel-indicators [data-bs-target]{transition:none}}:host ::ng-deep .carousel-indicators .active{opacity:1}:host ::ng-deep .carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:var(--bs-carousel-caption-color);text-align:center}:host ::ng-deep .carousel-dark{--bs-carousel-indicator-active-bg: #000;--bs-carousel-caption-color: #000;--bs-carousel-control-icon-filter: invert(1) grayscale(100)}:host ::ng-deep :root,:host ::ng-deep [data-bs-theme=light]{--bs-carousel-indicator-active-bg: #fff;--bs-carousel-caption-color: #fff;--bs-carousel-control-icon-filter: }:host ::ng-deep [data-bs-theme=dark]{--bs-carousel-indicator-active-bg: #000;--bs-carousel-caption-color: #000;--bs-carousel-control-icon-filter: invert(1) grayscale(100)}:host ::ng-deep .carousel{min-height:100px;max-width:500px}:host ::ng-deep .carousel.noscript .carousel-inner{grid-template-rows:100%;grid-template-columns:100%}:host ::ng-deep .carousel.noscript .carousel-control-prev,:host ::ng-deep .carousel.noscript .carousel-control-next{display:none;z-index:10}:host ::ng-deep .carousel.noscript .carousel-item{display:block;opacity:0;transition:opacity .4s ease-in-out;grid-row:1;grid-column:1}:host ::ng-deep .carousel.noscript .car-radio.noscript:checked+.carousel-item{opacity:1;z-index:5}:host ::ng-deep .carousel.noscript .car-radio.noscript:checked+.carousel-item+label.carousel-control-prev,:host ::ng-deep .carousel.noscript .car-radio.noscript:checked+.carousel-item+label.carousel-control-prev+.carousel-control-next{display:flex}:host ::ng-deep .carousel.noscript .carousel-indicators{z-index:10}:host ::ng-deep .carousel .carousel-item>*{width:100%!important}.wrapper{overflow:hidden}\\n\"] }]\n }], ctorParameters: () => [{ type: undefined, decorators: [{\n type: Inject,\n args: [PLATFORM_ID]\n }] }, { type: i0.ChangeDetectorRef }], propDecorators: { indicators: [{\n type: Input\n }], keyboardEvents: [{\n type: Input\n }], innerElement: [{\n type: ViewChild,\n args: ['innerElement']\n }], swipeContainer: [{\n type: ViewChild,\n args: ['container']\n }], images: [{\n type: ContentChildren,\n args: [forwardRef(() => BsCarouselImageDirective)]\n }], animationsDisabled: [{\n type: HostBinding,\n args: ['@.disabled']\n }], animation: [{\n type: Input\n }], onKeyPress: [{\n type: HostListener,\n args: ['document:keydown.ArrowLeft', ['$event']]\n }, {\n type: HostListener,\n args: ['document:keydown.ArrowRight', ['$event']]\n }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2Fyb3VzZWwuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9jYXJvdXNlbC9zcmMvY2Fyb3VzZWwvY2Fyb3VzZWwuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9jYXJvdXNlbC9zcmMvY2Fyb3VzZWwvY2Fyb3VzZWwuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDbkQsT0FBTyxFQUFvQyxTQUFTLEVBQUUsZUFBZSxFQUFjLFVBQVUsRUFBRSxXQUFXLEVBQUUsWUFBWSxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQWEsV0FBVyxFQUEwQixTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMU4sT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDL0QsT0FBTyxFQUFFLEtBQUssRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBRWpELE9BQU8sRUFBRSxlQUFlLEVBQUUsR0FBRyxFQUFjLE1BQU0sTUFBTSxDQUFDO0FBQ3hELE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLDRDQUE0QyxDQUFDOzs7OztBQVN0RixNQUFNLE9BQU8sbUJBQW1CO0lBRTlCLFlBQWlDLFVBQWUsRUFBVSxLQUF3QjtRQUF4QixVQUFLLEdBQUwsS0FBSyxDQUFtQjtRQTZCbEYsV0FBTSxHQUFHLEtBQUssQ0FBQztRQUVmLHNCQUFpQixHQUFHLENBQUMsQ0FBQztRQUN0QixZQUFPLEdBQUcsSUFBSSxlQUFlLENBQTZDLElBQUksQ0FBQyxDQUFDO1FBTXZFLGVBQVUsR0FBRyxLQUFLLENBQUM7UUFDbkIsbUJBQWMsR0FBRyxJQUFJLENBQUM7UUFTL0IsbUJBQW1CO1FBQ2UsdUJBQWtC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Y0FBYyxFQUFFLE9BQU8sQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLGFBQWEsQ0FBQyxDQUFDO0lBQ2hFLENBQUM7SUFFRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLGNBQWMsRUFBRSxTQUFTLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxhQUFhLENBQUMsQ0FBQztRQUNoRSxJQUFJLENBQUMsY0FBYyxFQUFFLFVBQVUsRUFBRSxDQUFDO0lBQ3BDLENBQUM7bUhBdkhVLG1CQUFtQixrQkFFVixXQUFXO3VHQUZwQixtQkFBbUIsOFlBNkNJLHdCQUF3QiwwT0M1RDVELCtsTUF1R0Msd2lNRDFGYSxDQUFDLGtCQUFrQixDQUFDOztnR0FFckIsbUJBQW1CO2tCQVAvQixTQUFTOytCQUNFLGFBQWEsY0FHWCxLQUFLLGNBQ0wsQ0FBQyxrQkFBa0IsQ0FBQzs7MEJBSW5CLE1BQU07MkJBQUMsV0FBVzt5RUFzQ3RCLFVBQVU7c0JBQWxCLEtBQUs7Z0JBQ0csY0FBYztzQkFBdEIsS0FBSztnQkFFcUIsWUFBWTtzQkFBdEMsU0FBUzt1QkFBQyxjQUFjO2dCQUNELGNBQWM7c0JBQXJDLFNBQVM7dUJBQUMsV0FBVztnQkFDMkMsTUFBTTtzQkFBdEUsZUFBZTt1QkFBQyxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsd0JBQXdCLENBQUM7Z0JBTXpCLGtCQUFrQjtzQkFBbkQsV0FBVzt1QkFBQyxZQUFZO2dCQUVMLFNBQVM7c0JBQTVCLEtBQUs7Z0JBYU4sVUFBVTtzQkFGVCxZQUFZO3VCQUFDLDRCQUE0QixFQUFFLENBQUMsUUFBUSxDQUFDOztzQkFDckQsWUFBWTt1QkFBQyw2QkFBNkIsRUFBRSxDQUFDLFFBQVEsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGlzUGxhdGZvcm1TZXJ2ZXIgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQWZ0ZXJWaWV3SW5pdCwgQ2hhbmdlRGV0ZWN0b3JSZWYsIENvbXBvbmVudCwgQ29udGVudENoaWxkcmVuLCBFbGVtZW50UmVmLCBmb3J3YXJkUmVmLCBIb3N0QmluZGluZywgSG9zdExpc3RlbmVyLCBJbmplY3QsIElucHV0LCBPbkRlc3Ryb3ksIFBMQVRGT1JNX0lELCBRdWVyeUxpc3QsIFRlbXBsYXRlUmVmLCBWaWV3Q2hpbGQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZhZGVJbk91dEFuaW1hdGlvbiB9IGZyb20gJ0BtaW50cGxheWVyL25nLWFuaW1hdGlvbnMnO1xuaW1wb3J0IHsgQ29sb3IgfSBmcm9tICdAbWludHBsYXllci9uZy1ib290c3RyYXAnO1xuaW1wb3J0IHsgQnNTd2lwZUNvbnRhaW5lckRpcmVjdGl2ZSB9IGZyb20gJ0BtaW50cGxheWVyL25nLXN3aXBlci9zd2lwZXInO1xuaW1wb3J0IHsgQmVoYXZpb3JTdWJqZWN0LCBtYXAsIE9ic2VydmFibGUgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IEJzQ2Fyb3VzZWxJbWFnZURpcmVjdGl2ZSB9IGZyb20gJy4uL2Nhcm91c2VsLWltYWdlL2Nhcm91c2VsLWltYWdlLmRpcmVjdGl2ZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2JzLWNhcm91c2VsJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2Nhcm91c2VsLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vY2Fyb3VzZWwuY29tcG9uZW50LnNjc3MnXSxcbiAgc3RhbmRhbG9uZTogZmFsc2UsXG4gIGFuaW1hdGlvbnM6IFtGYWRlSW5PdXRBbmltYXRpb25dLFxufSlcbmV4cG9ydCBjbGFzcyBCc0Nhcm91c2VsQ29tcG9uZW50IGltcGxlbWVudHMgQWZ0ZXJWaWV3SW5pdCwgT25EZXN0cm95IHtcblxuICBjb25zdHJ1Y3RvcihASW5qZWN0KFBMQVRGT1JNX0lEKSBwbGF0Zm9ybUlkOiBhbnksIHByaXZhdGUgY2RSZWY6IENoYW5nZURldGVjdG9yUmVmKSB7XG4gICAgdGhpcy5pc1NlcnZlclNpZGUgPSBpc1BsYXRmb3JtU2VydmVyKHBsYXRmb3JtSWQpO1xuICAgIHRoaXMuaW1hZ2VDb3VudCQgPSB0aGlzLmltYWdlcyQucGlwZShtYXAoKGltYWdlcykgPT4gaW1hZ2VzPy5sZW5ndGggPz8gMCkpO1xuICAgIHRoaXMuZmlyc3RJbWFnZVRlbXBsYXRlJCA9IHRoaXMuaW1hZ2VzJC5waXBlKG1hcCgoaW1hZ2VzKSA9PiB7XG4gICAgICBpZiAoIWltYWdlcykgcmV0dXJuIG51bGw7XG4gICAgICBpZiAoaW1hZ2VzLmxlbmd0aCA9PT0gMCkgcmV0dXJuIG51bGw7XG5cbiAgICAgIGNvbnN0IGltZyA9IGltYWdlcy5nZXQoMCk7XG4gICAgICBpZiAoIWltZykgcmV0dXJuIG51bGw7XG5cbiAgICAgIHJldHVybiBpbWcuaXRlbVRlbXBsYXRlO1xuICAgIH0pKTtcbiAgICB0aGlzLmxhc3RJbWFnZVRlbXBsYXRlJCA9IHRoaXMuaW1hZ2VzJC5waXBlKG1hcCgoaW1hZ2VzKSA9PiB7XG4gICAgICBpZiAoIWltYWdlcykgcmV0dXJuIG51bGw7XG4gICAgICBpZiAoaW1hZ2VzLmxlbmd0aCA9PT0gMCkgcmV0dXJuIG51bGw7XG4gICAgICBcbiAgICAgIGNvbnN0IGltZyA9IGltYWdlcy5nZXQoaW1hZ2VzLmxlbmd0aCAtIDEpO1xuICAgICAgaWYgKCFpbWcpIHJldHVybiBudWxsO1xuXG4gICAgICByZXR1cm4gaW1nLml0ZW1UZW1wbGF0ZTtcbiAgICB9KSk7XG5cbiAgICBpZiAoIWlzUGxhdGZvcm1TZXJ2ZXIocGxhdGZvcm1JZCkpIHtcbiAgICAgIHRoaXMucmVzaXplT2JzZXJ2ZXIgPSBuZXcgUmVzaXplT2JzZXJ2ZXIoKGVudHJpZXMpID0+IHtcbiAgICAgICAgdGhpcy5jZFJlZi5kZXRlY3RDaGFuZ2VzKCk7XG4gICAgICB9KTtcbiAgICB9XG4gIH1cbiAgXG4gIGNvbG9ycyA9IENvbG9yO1xuICBpc1NlcnZlclNpZGU6IGJvb2xlYW47XG4gIGN1cnJlbnRJbWFnZUluZGV4ID0gMDtcbiAgaW1hZ2VzJCA9IG5ldyBCZWhhdmlvclN1YmplY3Q8UXVlcnlMaXN0PEJzQ2Fyb3VzZWxJbWFnZURpcmVjdGl2ZT4gfCBudWxsPihudWxsKTtcbiAgaW1hZ2VDb3VudCQ6IE9ic2VydmFibGU8bnVtYmVyPjtcbiAgZmlyc3RJbWFnZVRlbXBsYXRlJDogT2JzZXJ2YWJsZTxUZW1wbGF0ZVJlZjxhbnk+IHwgbnVsbD47XG4gIGxhc3RJbWFnZVRlbXBsYXRlJDogT2JzZXJ2YWJsZTxUZW1wbGF0ZVJlZjxhbnk+IHwgbnVsbD47XG4gIHJlc2l6ZU9ic2VydmVyPzogUmVzaXplT2JzZXJ2ZXI7XG5cbiAgQElucHV0KCkgaW5kaWNhdG9ycyA9IGZhbHNlO1xuICBASW5wdXQoKSBrZXlib2FyZEV2ZW50cyA9IHRydWU7XG5cbiAgQFZpZXdDaGlsZCgnaW5uZXJFbGVtZW50JykgaW5uZXJFbGVtZW50ITogRWxlbWVudFJlZjxIVE1MRGl2RWxlbWVudD47XG4gIEBWaWV3Q2hpbGQoJ2NvbnRhaW5lcicpIHN3aXBlQ29udGFpbmVyITogQnNTd2lwZUNvbnRhaW5lckRpcmVjdGl2ZTtcbiAgQENvbnRlbnRDaGlsZHJlbihmb3J3YXJkUmVmKCgpID0+IEJzQ2Fyb3VzZWxJbWFnZURpcmVjdGl2ZSkpIHNldCBpbWFnZXModmFsdWU6IFF1ZXJ5TGlzdDxCc0Nhcm91c2VsSW1hZ2VEaXJlY3RpdmU+KSB7XG4gICAgdGhpcy5pbWFnZXMkLm5leHQodmFsdWUpO1xuICAgIHZhbHVlLmZvckVhY2goKGl0ZW0sIGluZGV4KSA9PiBpdGVtLmlzRmlyc3QgPSAoaW5kZXggPT09IDApKTtcbiAgfVxuXG4gIC8vI3JlZ2lvbiBBbmltYXRpb25cbiAgQEhvc3RCaW5kaW5nKCdALmRpc2FibGVkJykgcHVibGljIGFuaW1hdGlvbnNEaXNhYmxlZCA9IGZhbHNlO1xuICBwcml2YXRlIF9hbmltYXRpb246ICdmYWRlJyB8ICdzbGlkZScgPSAnc2xpZGUnO1xuICBASW5wdXQoKSBwdWJsaWMgc2V0IGFuaW1hdGlvbih2YWx1ZTogJ2ZhZGUnIHwgJ3NsaWRlJykge1xuICAgIHRoaXMuYW5pbWF0aW9uc0Rpc2FibGVkID0gdHJ1ZTtcbiAgICB0aGlzLl9hbmltYXRpb24gPSB2YWx1ZTtcbiAgICBzZXRUaW1lb3V0KCgpID0+IHRoaXMuYW5pbWF0aW9uc0Rpc2FibGVkID0gZmFsc2UsIDIwKTtcbiAgICBzZXRUaW1lb3V0KCgpID0+IHRoaXMuY2RSZWYuZGV0ZWN0Q2hhbmdlcygpLCA1MCk7XG4gIH1cbiAgcHVibGljIGdldCBhbmltYXRpb24oKSB7XG4gICAgcmV0dXJuIHRoaXMuX2FuaW1hdGlvbjtcbiAgfVxuICAvLyNlbmRyZWdpb25cblxuICBASG9zdExpc3RlbmVyKCdkb2N1bWVudDprZXlkb3duLkFycm93TGVmdCcsIFsnJGV2ZW50J10pXG4gIEBIb3N0TGlzdGVuZXIoJ2RvY3VtZW50OmtleWRvd24uQXJyb3dSaWdodCcsIFsnJGV2ZW50J10pXG4gIG9uS2V5UHJlc3MoZXY6IEtleWJvYXJkRXZlbnQpIHtcbiAgICBpZiAodGhpcy5rZXlib2FyZEV2ZW50cykge1xuICAgICAgc3dpdGNoIChldi5rZXkpIHtcbiAgICAgICAgY2FzZSAnQXJyb3dMZWZ0JzpcbiAgICAgICAgICB0aGlzLnByZXZpb3VzSW1hZ2UoKTtcbiAgICAgICAgICBicmVhaztcbiAgICAgICAgY2FzZSAnQXJyb3dSaWdodCc6XG4gICAgICAgICAgdGhpcy5uZXh0SW1hZ2UoKTtcbiAgICAgICAgICBicmVhaztcbiAgICAgIH1cbiAgICAgIGV2LnByZXZlbnREZWZhdWx0KCk7XG4gICAgfVxuICB9XG5cbiAgcHJldmlvdXNJbWFnZSgpIHtcbiAgICBzd2l0Y2ggKHRoaXMuYW5pbWF0aW9uKSB7XG4gICAgICBjYXNlICdmYWRlJzpcbiAgICAgICAgaWYgKHRoaXMuY3VycmVudEltYWdlSW5kZXggPiAwKSB7XG4gICAgICAgICAgdGhpcy5jdXJyZW50SW1hZ2VJbmRleC0tO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgIHRoaXMuY3VycmVudEltYWdlSW5kZXggPSB0aGlzLmltYWdlcyQudmFsdWUhLmxlbmd0aCAtIDE7XG4gICAgICAgIH1cbiAgICAgICAgYnJlYWs7XG4gICAgICBjYXNlICdzbGlkZSc6XG4gICAgICAgIHRoaXMuc3dpcGVDb250YWluZXIucHJldmlvdXMoKTtcbiAgICAgICAgYnJlYWs7XG4gICAgfVxuICB9XG5cbiAgbmV4dEltYWdlKCkge1xuICAgIHN3aXRjaCAodGhpcy5hbmltYXRpb24pIHtcbiAgICAgIGNhc2UgJ2ZhZGUnOlxuICAgICAgICBpZiAodGhpcy5jdXJyZW50SW1hZ2VJbmRleCA8IHRoaXMuaW1hZ2VzJC52YWx1ZSEubGVuZ3RoIC0gMSkge1xuICAgICAgICAgIHRoaXMuY3VycmVudEltYWdlSW5kZXgrKztcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICB0aGlzLmN1cnJlbnRJbWFnZUluZGV4ID0gMDtcbiAgICAgICAgfVxuICAgICAgICBicmVhaztcbiAgICAgIGNhc2UgJ3NsaWRlJzpcbiAgICAgICAgdGhpcy5zd2lwZUNvbnRhaW5lci5uZXh0KCk7XG4gICAgICAgIGJyZWFrO1xuICAgIH1cbiAgfVxuXG4gIGltYWdlQ291bnRlciA9IDE7XG5cbiAgbmdBZnRlclZpZXdJbml0KCkge1xuICAgIHRoaXMucmVzaXplT2JzZXJ2ZXI/Lm9ic2VydmUodGhpcy5pbm5lckVsZW1lbnQubmF0aXZlRWxlbWVudCk7XG4gIH1cblxuICBuZ09uRGVzdHJveSgpIHtcbiAgICB0aGlzLnJlc2l6ZU9ic2VydmVyPy51bm9ic2VydmUodGhpcy5pbm5lckVsZW1lbnQubmF0aXZlRWxlbWVudCk7XG4gICAgdGhpcy5yZXNpemVPYnNlcnZlcj8uZGlzY29ubmVjdCgpO1xuICB9XG59XG4iLCJAaWYgKGlzU2VydmVyU2lkZSkge1xuICAgIDxkaXYgY2xhc3M9XCJjYXJvdXNlbCBteC1hdXRvIG5vc2NyaXB0XCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjYXJvdXNlbC1pbm5lciBkLWdyaWRcIj5cbiAgICAgICAgICAgIEBsZXQgaW1hZ2VzID0gaW1hZ2VzJCB8IGFzeW5jO1xuICAgICAgICAgICAgQGlmIChpbWFnZUNvdW50JCB8IGFzeW5jOyBhcyBpbWFnZUNvdW50KSB7XG4gICAgICAgICAgICAgICAgQGZvciAoaW1hZ2Ugb2YgaW1hZ2VzOyB0cmFjayBpbWFnZS5pZDsgbGV0IGkgPSAkaW5kZXgpIHtcbiAgICAgICAgICAgICAgICAgICAgPGlucHV0IHR5cGU9XCJyYWRpb1wiIFtpZF09XCInY2FyLScgKyBpXCIgW25hbWVdPVwiJ2NhcidcIiBjbGFzcz1cImNhci1yYWRpbyBkLW5vbmVcIiBic05vTm9zY3JpcHQgW2NoZWNrZWRdPVwiaSA9PT0gMFwiPlxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY2Fyb3VzZWwtaXRlbSBmYWRlIGQtZmxleCBmbGV4LXJvdyBoLTEwMCBhbGlnbi1pdGVtcy1jZW50ZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJ3LTEwMCBwb3NpdGlvbi1yZWxhdGl2ZVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwiaW1hZ2UuaXRlbVRlbXBsYXRlXCI+PC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChpbmRpY2F0b3JzKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjYXJvdXNlbC1pbmRpY2F0b3JzXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAZm9yIChpbWFnZSBvZiBpbWFnZXM7IHRyYWNrIGltYWdlLmlkOyBsZXQgaiA9ICRpbmRleCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsYWJlbCBbYXR0ci5mb3JdPVwiJ2Nhci0nICsgKGogJSBpbWFnZUNvdW50KVwiIFtjbGFzcy5hY3RpdmVdPVwiaSA9PT0galwiIGRhdGEtYnMtdGFyZ2V0PjwvbGFiZWw+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgXG4gICAgICAgICAgICAgICAgICAgIDxsYWJlbCBjbGFzcz1cImNhcm91c2VsLWNvbnRyb2wtcHJldiBjdXJzb3ItcG9pbnRlclwiIFtmb3JdPVwiJ2Nhci0nICsgKChpIC0gMSArIGltYWdlQ291bnQpICUgaW1hZ2VDb3VudClcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiY2Fyb3VzZWwtY29udHJvbC1wcmV2LWljb25cIiBhcmlhLWhpZGRlbj1cInRydWVcIj48L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInZpc3VhbGx5LWhpZGRlblwiPlByZXZpb3VzPC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICA8L2xhYmVsPlxuICAgICAgICAgICAgICAgICAgICA8bGFiZWwgY2xhc3M9XCJjYXJvdXNlbC1jb250cm9sLW5leHQgY3Vyc29yLXBvaW50ZXJcIiBbZm9yXT1cIidjYXItJyArICgoaSArIDEpICUgaW1hZ2VDb3VudClcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiY2Fyb3VzZWwtY29udHJvbC1uZXh0LWljb25cIiBhcmlhLWhpZGRlbj1cInRydWVcIj48L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInZpc3VhbGx5LWhpZGRlblwiPk5leHQ8L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgIDwvbGFiZWw+XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbn0gQGVsc2Uge1xuICAgIEBzd2l0Y2ggKGFuaW1hdGlvbikge1xuICAgICAgICBAY2FzZSAoJ3NsaWRlJykge1xuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNhcm91c2VsIHNsaWRlIG14LWF1dG9cIiBbc3R5bGUuaGVpZ2h0LnB4XT1cImNvbnRhaW5lci5jdXJyZW50U2xpZGVIZWlnaHQkIHwgYXN5bmNcIj5cbiAgICAgICAgICAgICAgICBAaWYgKGluZGljYXRvcnMpIHtcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNhcm91c2VsLWluZGljYXRvcnNcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIEBmb3IgKGltYWdlIG9mIChpbWFnZXMkIHwgYXN5bmMpOyB0cmFjayBpbWFnZS5pZDsgbGV0IGkgPSAkaW5kZXgpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YnV0dG9uIHR5cGU9XCJidXR0b25cIiAoY2xpY2spPVwiY29udGFpbmVyLmdvdG8oaSlcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbY2xhc3MuYWN0aXZlXT1cIihjb250YWluZXIuaW1hZ2VJbmRleCQgfCBhc3luYykgPT09IGlcIiBkYXRhLWJzLXRhcmdldFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYXR0ci5hcmlhLWN1cnJlbnRdPVwiKGNvbnRhaW5lci5pbWFnZUluZGV4JCB8IGFzeW5jKSA9PT0gaSA/IHRydWUgOiBudWxsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCInU2xpZGUgJyArIGlcIj48L2J1dHRvbj5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjYXJvdXNlbC1pbm5lciBvdmVyZmxvdy1oaWRkZW4gdGV4dC1ub3dyYXAgcGUtbm9uZVwiICNpbm5lckVsZW1lbnQ+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgYnNTd2lwZUNvbnRhaW5lciAjY29udGFpbmVyPVwiYnNTd2lwZUNvbnRhaW5lclwiIFttaW5pbXVtT2Zmc2V0XT1cIjUwXCIgWyhpbWFnZUluZGV4KV09XCJjdXJyZW50SW1hZ2VJbmRleFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNhcm91c2VsLWl0ZW1cIiBic1N3aXBlIFtvZmZzaWRlXT1cInRydWVcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwibGFzdEltYWdlVGVtcGxhdGUkIHwgYXN5bmNcIj48L25nLWNvbnRhaW5lcj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgQGZvciAoaW1hZ2Ugb2YgKGltYWdlcyQgfCBhc3luYyk7IHRyYWNrIGltYWdlLmlkKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNhcm91c2VsLWl0ZW1cIiBbY2xhc3MuYWN0aXZlXT1cInRydWVcIiBic1N3aXBlPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwiaW1hZ2UuaXRlbVRlbXBsYXRlXCI+PC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY2Fyb3VzZWwtaXRlbVwiIGJzU3dpcGUgW29mZnNpZGVdPVwidHJ1ZVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJmaXJzdEltYWdlVGVtcGxhdGUkIHwgYXN5bmNcIj48L25nLWNvbnRhaW5lcj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwiY2Fyb3VzZWwtY29udHJvbC1wcmV2XCIgdHlwZT1cImJ1dHRvblwiIChjbGljayk9XCJwcmV2aW91c0ltYWdlKClcIj5cbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJjYXJvdXNlbC1jb250cm9sLXByZXYtaWNvblwiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPjwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ2aXN1YWxseS1oaWRkZW5cIj5QcmV2aW91czwvc3Bhbj5cbiAgICAgICAgICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwiY2Fyb3VzZWwtY29udHJvbC1uZXh0XCIgdHlwZT1cImJ1dHRvblwiIChjbGljayk9XCJuZXh0SW1hZ2UoKVwiPlxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImNhcm91c2VsLWNvbnRyb2wtbmV4dC1pY29uXCIgYXJpYS1oaWRkZW49XCJ0cnVlXCI+PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInZpc3VhbGx5LWhpZGRlblwiPk5leHQ8L3NwYW4+XG4gICAgICAgICAgICAgICAgPC9idXR0b24+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgfVxuICAgICAgICBAY2FzZSAoJ2ZhZGUnKSB7XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY2Fyb3VzZWwgZmFkZSBteC1hdXRvXCI+XG4gICAgICAgICAgICAgICAgQGlmIChpbmRpY2F0b3JzKSB7XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjYXJvdXNlbC1pbmRpY2F0b3JzXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICBAZm9yIChpbWFnZSBvZiAoaW1hZ2VzJCB8IGFzeW5jKTsgdHJhY2sgaW1hZ2UuaWQ7IGxldCBpID0gJGluZGV4KSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGJ1dHRvbiB0eXBlPVwiYnV0dG9uXCIgKGNsaWNrKT1cImN1cnJlbnRJbWFnZUluZGV4ID0gaVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtjbGFzcy5hY3RpdmVdPVwiY3VycmVudEltYWdlSW5kZXggPT09IGlcIiBkYXRhLWJzLXRhcmdldFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYXR0ci5hcmlhLWN1cnJlbnRdPVwiY3VycmVudEltYWdlSW5kZXggPT09IGkgPyB0cnVlIDogbnVsbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwiJ1NsaWRlICcgKyBpXCI+PC9idXR0b24+XG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY2Fyb3VzZWwtaW5uZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgQGZvciAoaW1hZ2Ugb2YgKGltYWdlcyQgfCBhc3luYyk7IHRyYWNrIGltYWdlLmlkOyBsZXQgaSA9ICRpbmRleCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChjdXJyZW50SW1hZ2VJbmRleCA9PT0gaSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjYXJvdXNlbC1pdGVtXCIgW2NsYXNzLmFjdGl2ZV09XCJ0cnVlXCIgQGZhZGVJbk91dD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lciBbbmdUZW1wbGF0ZU91dGxldF09XCJpbWFnZS5pdGVtVGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj4gICAgXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwiY2Fyb3VzZWwtY29udHJvbC1wcmV2XCIgdHlwZT1cImJ1dHRvblwiIChjbGljayk9XCJwcmV2aW91c0ltYWdlKClcIj5cbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJjYXJvdXNlbC1jb250cm9sLXByZXYtaWNvblwiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPjwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ2aXN1YWxseS1oaWRkZW5cIj5QcmV2aW91czwvc3Bhbj5cbiAgICAgICAgICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwiY2Fyb3VzZWwtY29udHJvbC1uZXh0XCIgdHlwZT1cImJ1dHRvblwiIChjbGljayk9XCJuZXh0SW1hZ2UoKVwiPlxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImNhcm91c2VsLWNvbnRyb2wtbmV4dC1pY29uXCIgYXJpYS1oaWRkZW49XCJ0cnVlXCI+PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInZpc3VhbGx5LWhpZGRlblwiPk5leHQ8L3NwYW4+XG4gICAgICAgICAgICAgICAgPC9idXR0b24+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgfVxuICAgIH1cbn0iXX0=","import { Directive, HostBinding } from '@angular/core';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"../carousel-image/carousel-image.directive\";\nexport class BsCarouselImgDirective {\n constructor(image) {\n this.fetchPriority = (image && image.isFirst) ? 'high' : 'low';\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsCarouselImgDirective, deps: [{ token: i1.BsCarouselImageDirective }], target: i0.ɵɵFactoryTarget.Directive }); }\n static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: \"14.0.0\", version: \"20.0.0-rc.2\", type: BsCarouselImgDirective, isStandalone: false, selector: \"img\", host: { properties: { \"attr.fetch-priority\": \"this.fetchPriority\" } }, ngImport: i0 }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsCarouselImgDirective, decorators: [{\n type: Directive,\n args: [{\n selector: 'img',\n standalone: false,\n }]\n }], ctorParameters: () => [{ type: i1.BsCarouselImageDirective }], propDecorators: { fetchPriority: [{\n type: HostBinding,\n args: ['attr.fetch-priority']\n }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2Fyb3VzZWwtaW1nLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvY2Fyb3VzZWwvc3JjL2Nhcm91c2VsLWltZy9jYXJvdXNlbC1pbWcuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsV0FBVyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFPdkQsTUFBTSxPQUFPLHNCQUFzQjtJQUNqQyxZQUFZLEtBQStCO1FBQ3pDLElBQUksQ0FBQyxhQUFhLEdBQUcsQ0FBQyxLQUFLLElBQUksS0FBSyxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQztJQUNqRSxDQUFDO21IQUhVLHNCQUFzQjt1R0FBdEIsc0JBQXNCOztnR0FBdEIsc0JBQXNCO2tCQUpsQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxLQUFLO29CQUNmLFVBQVUsRUFBRSxLQUFLO2lCQUNsQjs2RkFNcUMsYUFBYTtzQkFBaEQsV0FBVzt1QkFBQyxxQkFBcUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIEhvc3RCaW5kaW5nIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCc0Nhcm91c2VsSW1hZ2VEaXJlY3RpdmUgfSBmcm9tICcuLi9jYXJvdXNlbC1pbWFnZS9jYXJvdXNlbC1pbWFnZS5kaXJlY3RpdmUnO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdpbWcnLFxuICBzdGFuZGFsb25lOiBmYWxzZSxcbn0pXG5leHBvcnQgY2xhc3MgQnNDYXJvdXNlbEltZ0RpcmVjdGl2ZSB7XG4gIGNvbnN0cnVjdG9yKGltYWdlOiBCc0Nhcm91c2VsSW1hZ2VEaXJlY3RpdmUpIHtcbiAgICB0aGlzLmZldGNoUHJpb3JpdHkgPSAoaW1hZ2UgJiYgaW1hZ2UuaXNGaXJzdCkgPyAnaGlnaCcgOiAnbG93JztcbiAgfVxuICBcbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmZldGNoLXByaW9yaXR5JykgZmV0Y2hQcmlvcml0eTogJ2hpZ2gnIHwgJ2xvdycgfCAnYXV0byc7XG59XG4iXX0=","import { NgModule } from '@angular/core';\nimport { BsSwiperModule } from '@mintplayer/ng-swiper/swiper';\nimport { BsNoNoscriptDirective } from '@mintplayer/ng-bootstrap/no-noscript';\nimport { BsCarouselComponent } from './carousel/carousel.component';\nimport { BsCarouselImageDirective } from './carousel-image/carousel-image.directive';\nimport { BsCarouselImgDirective } from './carousel-img/carousel-img.directive';\nimport { AsyncPipe, NgTemplateOutlet } from '@angular/common';\nimport * as i0 from \"@angular/core\";\nexport class BsCarouselModule {\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsCarouselModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }\n static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsCarouselModule, declarations: [BsCarouselComponent,\n BsCarouselImageDirective,\n BsCarouselImgDirective], imports: [AsyncPipe,\n NgTemplateOutlet,\n BsSwiperModule,\n BsNoNoscriptDirective], exports: [BsCarouselComponent,\n BsCarouselImageDirective,\n BsCarouselImgDirective] }); }\n static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsCarouselModule, imports: [BsSwiperModule] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsCarouselModule, decorators: [{\n type: NgModule,\n args: [{\n declarations: [\n BsCarouselComponent,\n BsCarouselImageDirective,\n BsCarouselImgDirective,\n ],\n imports: [\n AsyncPipe,\n NgTemplateOutlet,\n BsSwiperModule,\n BsNoNoscriptDirective\n ],\n exports: [\n BsCarouselComponent,\n BsCarouselImageDirective,\n BsCarouselImgDirective,\n ]\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2Fyb3VzZWwubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9jYXJvdXNlbC9zcmMvY2Fyb3VzZWwubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQzlELE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBQzdFLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQ3BFLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLDJDQUEyQyxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLHVDQUF1QyxDQUFDO0FBQy9FLE9BQU8sRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7QUFvQjlELE1BQU0sT0FBTyxnQkFBZ0I7bUhBQWhCLGdCQUFnQjtvSEFBaEIsZ0JBQWdCLGlCQWhCekIsbUJBQW1CO1lBQ25CLHdCQUF3QjtZQUN4QixzQkFBc0IsYUFHdEIsU0FBUztZQUNULGdCQUFnQjtZQUNoQixjQUFjO1lBQ2QscUJBQXFCLGFBR3JCLG1CQUFtQjtZQUNuQix3QkFBd0I7WUFDeEIsc0JBQXNCO29IQUdiLGdCQUFnQixZQVR6QixjQUFjOztnR0FTTCxnQkFBZ0I7a0JBbEI1QixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixtQkFBbUI7d0JBQ25CLHdCQUF3Qjt3QkFDeEIsc0JBQXNCO3FCQUN2QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsU0FBUzt3QkFDVCxnQkFBZ0I7d0JBQ2hCLGNBQWM7d0JBQ2QscUJBQXFCO3FCQUN0QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsbUJBQW1CO3dCQUNuQix3QkFBd0I7d0JBQ3hCLHNCQUFzQjtxQkFDdkI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQnNTd2lwZXJNb2R1bGUgfSBmcm9tICdAbWludHBsYXllci9uZy1zd2lwZXIvc3dpcGVyJztcbmltcG9ydCB7IEJzTm9Ob3NjcmlwdERpcmVjdGl2ZSB9IGZyb20gJ0BtaW50cGxheWVyL25nLWJvb3RzdHJhcC9uby1ub3NjcmlwdCc7XG5pbXBvcnQgeyBCc0Nhcm91c2VsQ29tcG9uZW50IH0gZnJvbSAnLi9jYXJvdXNlbC9jYXJvdXNlbC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQnNDYXJvdXNlbEltYWdlRGlyZWN0aXZlIH0gZnJvbSAnLi9jYXJvdXNlbC1pbWFnZS9jYXJvdXNlbC1pbWFnZS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgQnNDYXJvdXNlbEltZ0RpcmVjdGl2ZSB9IGZyb20gJy4vY2Fyb3VzZWwtaW1nL2Nhcm91c2VsLWltZy5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgQXN5bmNQaXBlLCBOZ1RlbXBsYXRlT3V0bGV0IH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgQnNDYXJvdXNlbENvbXBvbmVudCxcbiAgICBCc0Nhcm91c2VsSW1hZ2VEaXJlY3RpdmUsXG4gICAgQnNDYXJvdXNlbEltZ0RpcmVjdGl2ZSxcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIEFzeW5jUGlwZSxcbiAgICBOZ1RlbXBsYXRlT3V0bGV0LFxuICAgIEJzU3dpcGVyTW9kdWxlLFxuICAgIEJzTm9Ob3NjcmlwdERpcmVjdGl2ZVxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgQnNDYXJvdXNlbENvbXBvbmVudCxcbiAgICBCc0Nhcm91c2VsSW1hZ2VEaXJlY3RpdmUsXG4gICAgQnNDYXJvdXNlbEltZ0RpcmVjdGl2ZSxcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBCc0Nhcm91c2VsTW9kdWxlIHsgfVxuIl19","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWludHBsYXllci1uZy1ib290c3RyYXAtY2Fyb3VzZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL2Nhcm91c2VsL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwLWNhcm91c2VsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19"],"names":["i1.BsCarouselComponent","i1.BsCarouselImageDirective"],"mappings":"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"}
@@ -1,22 +1,21 @@
1
1
  import * as i0 from '@angular/core';
2
- import { EventEmitter, Component, Output } from '@angular/core';
2
+ import { EventEmitter, Output, Component } from '@angular/core';
3
3
 
4
4
  class BsCloseComponent {
5
5
  constructor() {
6
6
  this.click = new EventEmitter();
7
7
  }
8
- ngOnInit() { }
9
8
  onClose(ev) {
10
9
  this.click.emit();
11
10
  ev.stopImmediatePropagation();
12
11
  }
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsCloseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
14
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: BsCloseComponent, isStandalone: true, selector: "bs-close", outputs: { click: "click" }, ngImport: i0, template: "<button type=\"button\" (click)=\"onClose($event)\" class=\"btn-close\" aria-label=\"Close\"></button>", styles: [":host ::ng-deep .btn-close{--bs-btn-close-color: #000;--bs-btn-close-bg: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e\");--bs-btn-close-opacity: .5;--bs-btn-close-hover-opacity: .75;--bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);--bs-btn-close-focus-opacity: 1;--bs-btn-close-disabled-opacity: .25;--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}:host ::ng-deep .btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}:host ::ng-deep .btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}:host ::ng-deep .btn-close:disabled,:host ::ng-deep .btn-close.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}:host ::ng-deep .btn-close-white{filter:var(--bs-btn-close-white-filter)}:host ::ng-deep [data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}\n"] }); }
12
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsCloseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
13
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.0-rc.2", type: BsCloseComponent, isStandalone: true, selector: "bs-close", outputs: { click: "click" }, ngImport: i0, template: "<button type=\"button\" (click)=\"onClose($event)\" class=\"btn-close\" aria-label=\"Close\"></button>", styles: [":host ::ng-deep .btn-close{--bs-btn-close-color: #000;--bs-btn-close-bg: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e\");--bs-btn-close-opacity: .5;--bs-btn-close-hover-opacity: .75;--bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);--bs-btn-close-focus-opacity: 1;--bs-btn-close-disabled-opacity: .25;box-sizing:content-box;width:1em;height:1em;padding:.25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;filter:var(--bs-btn-close-filter);border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}:host ::ng-deep .btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}:host ::ng-deep .btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}:host ::ng-deep .btn-close:disabled,:host ::ng-deep .btn-close.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}:host ::ng-deep .btn-close-white{--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%)}:host ::ng-deep :root,:host ::ng-deep [data-bs-theme=light]{--bs-btn-close-filter: }:host ::ng-deep [data-bs-theme=dark]{--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%)}\n"] }); }
15
14
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsCloseComponent, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsCloseComponent, decorators: [{
17
16
  type: Component,
18
- args: [{ selector: 'bs-close', standalone: true, template: "<button type=\"button\" (click)=\"onClose($event)\" class=\"btn-close\" aria-label=\"Close\"></button>", styles: [":host ::ng-deep .btn-close{--bs-btn-close-color: #000;--bs-btn-close-bg: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e\");--bs-btn-close-opacity: .5;--bs-btn-close-hover-opacity: .75;--bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);--bs-btn-close-focus-opacity: 1;--bs-btn-close-disabled-opacity: .25;--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}:host ::ng-deep .btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}:host ::ng-deep .btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}:host ::ng-deep .btn-close:disabled,:host ::ng-deep .btn-close.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}:host ::ng-deep .btn-close-white{filter:var(--bs-btn-close-white-filter)}:host ::ng-deep [data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}\n"] }]
19
- }], ctorParameters: () => [], propDecorators: { click: [{
17
+ args: [{ selector: 'bs-close', standalone: true, template: "<button type=\"button\" (click)=\"onClose($event)\" class=\"btn-close\" aria-label=\"Close\"></button>", styles: [":host ::ng-deep .btn-close{--bs-btn-close-color: #000;--bs-btn-close-bg: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e\");--bs-btn-close-opacity: .5;--bs-btn-close-hover-opacity: .75;--bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);--bs-btn-close-focus-opacity: 1;--bs-btn-close-disabled-opacity: .25;box-sizing:content-box;width:1em;height:1em;padding:.25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;filter:var(--bs-btn-close-filter);border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}:host ::ng-deep .btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}:host ::ng-deep .btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}:host ::ng-deep .btn-close:disabled,:host ::ng-deep .btn-close.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}:host ::ng-deep .btn-close-white{--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%)}:host ::ng-deep :root,:host ::ng-deep [data-bs-theme=light]{--bs-btn-close-filter: }:host ::ng-deep [data-bs-theme=dark]{--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%)}\n"] }]
18
+ }], propDecorators: { click: [{
20
19
  type: Output
21
20
  }] } });
22
21
 
@@ -1 +1 @@
1
- {"version":3,"file":"mintplayer-ng-bootstrap-close.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/close/src/close.component.ts","../../../../libs/mintplayer-ng-bootstrap/close/src/close.component.html","../../../../libs/mintplayer-ng-bootstrap/close/mintplayer-ng-bootstrap-close.ts"],"sourcesContent":["import { Component, EventEmitter, OnInit, Output } from '@angular/core';\n\n@Component({\n selector: 'bs-close',\n templateUrl: './close.component.html',\n styleUrls: ['./close.component.scss'],\n standalone: true\n})\nexport class BsCloseComponent implements OnInit {\n constructor() {}\n\n ngOnInit(): void {}\n\n @Output() click = new EventEmitter<any>();\n onClose(ev: MouseEvent) {\n this.click.emit();\n ev.stopImmediatePropagation();\n }\n}\n","<button type=\"button\" (click)=\"onClose($event)\" class=\"btn-close\" aria-label=\"Close\"></button>","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;MAQa,gBAAgB,CAAA;AAC3B,IAAA,WAAA,GAAA;AAIU,QAAA,IAAA,CAAA,KAAK,GAAG,IAAI,YAAY,EAAO,CAAC;KAJ1B;AAEhB,IAAA,QAAQ,MAAW;AAGnB,IAAA,OAAO,CAAC,EAAc,EAAA;AACpB,QAAA,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC;QAClB,EAAE,CAAC,wBAAwB,EAAE,CAAC;KAC/B;8GATU,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAhB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,gBAAgB,iGCR7B,wGAA8F,EAAA,MAAA,EAAA,CAAA,u9CAAA,CAAA,EAAA,CAAA,CAAA,EAAA;;2FDQjF,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAN5B,SAAS;AACE,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,UAAU,cAGR,IAAI,EAAA,QAAA,EAAA,wGAAA,EAAA,MAAA,EAAA,CAAA,u9CAAA,CAAA,EAAA,CAAA;wDAON,KAAK,EAAA,CAAA;sBAAd,MAAM;;;AEbT;;AAEG;;;;"}
1
+ {"version":3,"file":"mintplayer-ng-bootstrap-close.mjs","sources":["../tmp-esm2022/close/src/close.component.js","../tmp-esm2022/close/mintplayer-ng-bootstrap-close.js"],"sourcesContent":["import { Component, EventEmitter, Output } from '@angular/core';\nimport * as i0 from \"@angular/core\";\nexport class BsCloseComponent {\n constructor() {\n this.click = new EventEmitter();\n }\n onClose(ev) {\n this.click.emit();\n ev.stopImmediatePropagation();\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsCloseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"14.0.0\", version: \"20.0.0-rc.2\", type: BsCloseComponent, isStandalone: true, selector: \"bs-close\", outputs: { click: \"click\" }, ngImport: i0, template: \"<button type=\\\"button\\\" (click)=\\\"onClose($event)\\\" class=\\\"btn-close\\\" aria-label=\\\"Close\\\"></button>\", styles: [\":host ::ng-deep .btn-close{--bs-btn-close-color: #000;--bs-btn-close-bg: url(\\\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e\\\");--bs-btn-close-opacity: .5;--bs-btn-close-hover-opacity: .75;--bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);--bs-btn-close-focus-opacity: 1;--bs-btn-close-disabled-opacity: .25;box-sizing:content-box;width:1em;height:1em;padding:.25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;filter:var(--bs-btn-close-filter);border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}:host ::ng-deep .btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}:host ::ng-deep .btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}:host ::ng-deep .btn-close:disabled,:host ::ng-deep .btn-close.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}:host ::ng-deep .btn-close-white{--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%)}:host ::ng-deep :root,:host ::ng-deep [data-bs-theme=light]{--bs-btn-close-filter: }:host ::ng-deep [data-bs-theme=dark]{--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%)}\\n\"] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsCloseComponent, decorators: [{\n type: Component,\n args: [{ selector: 'bs-close', standalone: true, template: \"<button type=\\\"button\\\" (click)=\\\"onClose($event)\\\" class=\\\"btn-close\\\" aria-label=\\\"Close\\\"></button>\", styles: [\":host ::ng-deep .btn-close{--bs-btn-close-color: #000;--bs-btn-close-bg: url(\\\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e\\\");--bs-btn-close-opacity: .5;--bs-btn-close-hover-opacity: .75;--bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);--bs-btn-close-focus-opacity: 1;--bs-btn-close-disabled-opacity: .25;box-sizing:content-box;width:1em;height:1em;padding:.25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;filter:var(--bs-btn-close-filter);border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}:host ::ng-deep .btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}:host ::ng-deep .btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}:host ::ng-deep .btn-close:disabled,:host ::ng-deep .btn-close.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}:host ::ng-deep .btn-close-white{--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%)}:host ::ng-deep :root,:host ::ng-deep [data-bs-theme=light]{--bs-btn-close-filter: }:host ::ng-deep [data-bs-theme=dark]{--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%)}\\n\"] }]\n }], propDecorators: { click: [{\n type: Output\n }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xvc2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9jbG9zZS9zcmMvY2xvc2UuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9jbG9zZS9zcmMvY2xvc2UuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQVUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVF4RSxNQUFNLE9BQU8sZ0JBQWdCO0lBTjdCO1FBT1ksVUFBSyxHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7S0FLM0M7SUFKQyxPQUFPLENBQUMsRUFBYztRQUNwQixJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksRUFBRSxDQUFDO1FBQ2xCLEVBQUUsQ0FBQyx3QkFBd0IsRUFBRSxDQUFDO0lBQ2hDLENBQUM7bUhBTFUsZ0JBQWdCO3VHQUFoQixnQkFBZ0IsaUdDUjdCLHdHQUE4Rjs7Z0dEUWpGLGdCQUFnQjtrQkFONUIsU0FBUzsrQkFDRSxVQUFVLGNBR1IsSUFBSTs4QkFHTixLQUFLO3NCQUFkLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgT25Jbml0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYnMtY2xvc2UnLFxuICB0ZW1wbGF0ZVVybDogJy4vY2xvc2UuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9jbG9zZS5jb21wb25lbnQuc2NzcyddLFxuICBzdGFuZGFsb25lOiB0cnVlLFxufSlcbmV4cG9ydCBjbGFzcyBCc0Nsb3NlQ29tcG9uZW50IHtcbiAgQE91dHB1dCgpIGNsaWNrID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG4gIG9uQ2xvc2UoZXY6IE1vdXNlRXZlbnQpIHtcbiAgICB0aGlzLmNsaWNrLmVtaXQoKTtcbiAgICBldi5zdG9wSW1tZWRpYXRlUHJvcGFnYXRpb24oKTtcbiAgfVxufVxuIiwiPGJ1dHRvbiB0eXBlPVwiYnV0dG9uXCIgKGNsaWNrKT1cIm9uQ2xvc2UoJGV2ZW50KVwiIGNsYXNzPVwiYnRuLWNsb3NlXCIgYXJpYS1sYWJlbD1cIkNsb3NlXCI+PC9idXR0b24+Il19","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWludHBsYXllci1uZy1ib290c3RyYXAtY2xvc2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL2Nsb3NlL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwLWNsb3NlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19"],"names":[],"mappings":";;;AAEO,MAAM,gBAAgB,CAAC;AAC9B,IAAI,WAAW,GAAG;AAClB,QAAQ,IAAI,CAAC,KAAK,GAAG,IAAI,YAAY,EAAE;AACvC;AACA,IAAI,OAAO,CAAC,EAAE,EAAE;AAChB,QAAQ,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE;AACzB,QAAQ,EAAE,CAAC,wBAAwB,EAAE;AACrC;AACA,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,kBAAkB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,gBAAgB,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,CAAC,eAAe,CAAC,SAAS,EAAE,CAAC,CAAC;AACvL,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,oBAAoB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,aAAa,EAAE,IAAI,EAAE,gBAAgB,EAAE,YAAY,EAAE,IAAI,EAAE,QAAQ,EAAE,UAAU,EAAE,OAAO,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,wGAAwG,EAAE,MAAM,EAAE,CAAC,6iDAA6iD,CAAC,EAAE,CAAC,CAAC;AAC73D;AACA,EAAE,CAAC,wBAAwB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,gBAAgB,EAAE,UAAU,EAAE,CAAC;AAC/H,YAAY,IAAI,EAAE,SAAS;AAC3B,YAAY,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,UAAU,EAAE,UAAU,EAAE,IAAI,EAAE,QAAQ,EAAE,wGAAwG,EAAE,MAAM,EAAE,CAAC,6iDAA6iD,CAAC,EAAE;AAC1uD,SAAS,CAAC,EAAE,cAAc,EAAE,EAAE,KAAK,EAAE,CAAC;AACtC,gBAAgB,IAAI,EAAE;AACtB,aAAa,CAAC,EAAE,EAAE,CAAC;;AClBnB;AACA;AACA;;;;"}